@charset "UTF-8";
/*
Theme Name: Ayurveda
Theme URI: http://organie.thememove.com
Author: ThemeMove
Author URI: http://thememove.com
Description: An Organic Store, Farm, Cake and Flower Shop WooCommerce Theme
Version: 2.5.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ayurveda
Tags: featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
# Vendor
# Tools
# Generic
# Elements
# Objects
# Components
# Trumps
--------------------------------------------------------------*/
/*
Settings store all variables, config switches, etc.
Split up into logical sections, the smaller and simpler the better.
*/
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

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

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

/*
Tools store all programic Sass functionality.
If your tooling is simplistic enough, you can do something like:
  tools.mixins
If your tooling is more complex you can split it up like:
  tools.grid
  tools.typography
  etc.
*/
/*
Generic rules are project-agnostic.
These can be copied from any project to the next
*/
html {
    font-family: Lato, Helvetica, Arial, sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
	background: url(body-texture-bg.jpg);
	font-family: Lato, Helvetica, Arial, sans-serif !important;
}

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:focus,
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 {
    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, .single.post--style--style02 .content .content-area, .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 {
    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, .single.post--style--style02 .content .content-area {
        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 {
    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);
}

#__bs_notify__ {
    top: auto !important;
    bottom: 20% !important;
    border-top-left-radius: 5px !important;
    background-color: #ab61ff !important;
    font-size: 20px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.pri-color {
    color: #8eb359 !important;
}

.nd-color {
    color: #8eb359 !important;
}

.pri-bgcolor {
    background-color: #8eb359;
}

.nd-bgcolor {
    background-color: #8eb359;
}

.z-index2 {
    position: relative;
    z-index: 2;
}

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

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

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

.vertical-center, .insight-process .insight-process-step .process-icon, .insight-ads.style-01 a, .insight-ads.default a, .insight-ads.style-02 a, .insight-ads.style-04 a {
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
}

.vertical-bottom, .insight-ads.style-03 a {
    display: flex;
    align-items: flex-end;
    align-self: flex-end;
    align-content: flex-end;
}

.organie-font, .insight-process .insight-process-step .process-icon:before, .insight-process .insight-process-step.step-2 .process-icon:after, .insight-process .insight-process-step.step-3 .process-icon:after, .insight-process .insight-process-step.step-4 .process-icon:after {
    font-family: 'organie' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html .row:after, html .insight-carousel .slick-track:after, .insight-carousel html .slick-track:after,
html .row:before,
html .insight-carousel .slick-track:before, .insight-carousel
html .slick-track:before {
    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%;
    }
}

@media (max-width: 991px) {
    body .md-reset-padding {
        padding: 0 !important;
    }
}

.ofw-100 {
    font-weight: 100;
}

.ofw-200 {
    font-weight: 200;
}

.ofw-300 {
    font-weight: 300;
}

.ofw-400 {
    font-weight: 400;
}

.ofw-500 {
    font-weight: 500;
}

.ofw-600 {
    font-weight: 600;
}

.ofw-700 {
    font-weight: 700;
}

.ofw-800 {
    font-weight: 800;
}

.ofw-900 {
    font-weight: 900;
}

.ofs-normal {
    font-style: normal;
}

.ofs-italic {
    font-style: italic;
}

.ofs-oblique {
    font-style: oblique;
}

.ofs-initial {
    font-style: initial;
}

.ofs-inherit {
    font-style: inherit;
}

@media (min-width: 992px) {
    .app-desc {
        margin-top: -50px;
    }
}

.btn-googleplay img {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

@media (min-width: 544px) {
    .btn-store2, .btn-googleplay2 {
        display: inline-block;
        margin-right: 20px;
    }

    .btn-googleplay {
        margin-top: -150px;
    }

    .btn-store {
        float: right;
        margin-top: -88px;
        position: relative;
        z-index: 9;
    }

    .btn-store:hover, .btn-googleplay:hover, .btn-store2:hover, .btn-googleplay2:hover {
        animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 991px) {
    html .reset-margin-md {
        margin: 0 !important;
    }

    html .reset-margin-left-md {
        margin-left: 0 !important;
    }
}

/*
Elements are rules for classless HTML tags.
There can exist no classes at this layer, only further into our triangle.
*/
a {
    color: #696969;
    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: #8eb359;
}

a:focus {
    outline: none;
}

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

.insight-btn.alt, body.page .comments-area .comment-form input.alt[type="submit"], body.page .comments-area .comment-form button.alt[type="submit"], .single .content .comments-area .comment-form input.alt[type="submit"], .single .content .comments-area .comment-form button.alt[type="submit"] {
    background-color: #fff;
    color: #8eb359;
}

.insight-btn.alt:hover, body.page .comments-area .comment-form input.alt[type="submit"]:hover, body.page .comments-area .comment-form button.alt[type="submit"]:hover, .single .content .comments-area .comment-form input.alt[type="submit"]:hover, .single .content .comments-area .comment-form button.alt[type="submit"]:hover {
    background-color: #8eb359;
    color: #fff;
}

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;
    color: #666;
    padding: 7px 15px;
    outline: none;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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, Helvetica, Arial, sans-serif !important;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.insight-separator-line {
    width: 100%;
    height: 5px;
    background: url("assets/images/title-line.png") repeat-x center center;
    display: block;
}

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

@media (min-width: 769px) {
    .insight-about--carousel {
        min-width: 580px;
    }
}

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

.insight-about--carousel a span {
    display: inline-block;
    position: absolute;
    font-size: 20px;
    color: #8eb359;
    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 #8eb359;
    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: #8eb359;
    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 {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari */
    transform: scale(1.2);
}

.insight-about3 .image1 {
    font-size: 24px;
    font-style: italic;
    color: #333;
    letter-spacing: 0.1em;
}

.insight-about3 .col-md-5 {
    padding-bottom: 100px;
}

@media (min-width: 769px) {
    .insight-about3 .col-md-5 {
        padding-top: 230px;
    }
}

.insight-about3 .col-md-5 .image2 {
    position: relative;
    display: inline-block;
}

.insight-about3 .col-md-5 .image2 img {
    position: relative;
    z-index: 2;
}

.insight-about3 .col-md-5 .image2:before {
    display: block;
    content: '';
    border: 3px solid #333;
    position: absolute;
    z-index: 0;
    top: 40px;
    right: -30px;
    bottom: -40px;
    left: 30px;
}

@media (min-width: 769px) {
    .insight-about3 .col-md-7 {
        padding-left: 30px;
    }
}

.insight-about3 .about3-quote {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.insight-about3 .about3-quote .image3 {
    position: absolute;
    top: -120px;
    left: -215px;
    z-index: -1;
}

@media (max-width: 991px) {
    .insight-about3 .about3-quote img {
        display: none;
    }
}

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

.insight-title {
    min-height: 124px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

.insight-title .main-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #333;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-weight: inherit;
    font-style: inherit;
}

.insight-title .sub-title {
    font-size: 16px;
    letter-spacing: 0.2em;
    /*font-family: "Playfair Display";*/
    font-weight: 400;
    line-height: 1.2;
    font-style: italic;
}

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

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

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

.insight-title.has-bg:before {
    content: '';
    display: block;
    width: 157px;
    height: 125px;
    background: url("assets/images/title-icon.png") no-repeat center center;
    position: absolute;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    opacity: .2;
}

.insight-title.has-bg.text-left:before {
    left: 30px;
    right: auto;
    transform: translateX(0);
}

.insight-title.has-bg.text-right:before {
    left: auto;
    right: 30px;
    transform: translateX(0);
}

.insight-title.has-line .main-title {
    padding: 0 45px;
}

.insight-title.has-line .main-title:before, .insight-title.has-line .main-title:after {
    content: '';
    width: 2000px;
    height: 5px;
    background: url("assets/images/title-line.png") repeat-x center center;
    position: absolute;
}

.insight-title.has-line .main-title:before {
    top: 50%;
    right: 100%;
}

.insight-title.has-line .main-title:after {
    top: 50%;
    left: 100%;
}

.insight-title.has-line.text-left .main-title {
    padding-left: 0;
}

.insight-title.has-line.text-right .main-title {
    padding-right: 0;
}

.insight-title.font-56 {
    padding-top: 30px;
}

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

.insight-title.font-48 .main-title {
    font-size: 48px;
}

.insight-title.font-secondary .main-title {
    /*font-family: "Playfair Display";*/
}

.insight-title.text-uppercase .main-title {
    text-transform: uppercase;
}

.insight-title.cake-style .main-title {
    letter-spacing: 0.2em;
    line-height: 1.7em;
}

.insight-title.cake-style .sub-title {
    margin-top: 20px;
}

.insight-rounded-title {
    position: relative;
}

.insight-rounded-title .rounded-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 98;
    width: 310px;
    height: 310px;
    text-align: center;
    background-image: url("assets/images/rounded_title_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding-top: 130px;
}

.insight-rounded-title .rounded-title .title {
    font-size: 40px;
    font-weight: 900;
    color: #333;
    letter-spacing: .1em;
    line-height: 1em;
}

.insight-rounded-title .rounded-title .sub-title {
    font-size: 16px;
    font-style: italic;
    color: #8eb359;
    /*font-family: "Playfair Display";*/
    letter-spacing: .2em;
}

.insight-rounded-title .image {
    width: 100%;
}

.insight-rounded-title .image img {
    margin: 0 auto;
    display: block;
}

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

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

.insight-process .insight-process-step .title {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #333;
    margin-top: 23px;
}

.insight-process .insight-process-step .text {
    font-size: 15px;
}

.insight-process .insight-process-step .process-icon {
    justify-content: center;
    font-size: 60px;
    height: 110px;
    width: 110px;
    color: #8eb359;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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;
}

.insight-process .insight-process-step .process-icon 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;
}

.insight-process .insight-process-step .process-icon:hover {
    background-color: #8eb359;
    overflow: visible;
}

.insight-process .insight-process-step .process-icon:hover:before {
    animation: spinner 6s linear infinite;
    -webkit-animation: spinner 6s linear infinite;
}

.insight-process .insight-process-step .process-icon:hover i {
    color: #fff;
}

.insight-process .insight-process-step .process-icon:before {
    position: absolute;
    left: -10px;
    top: -10px;
    content: "\e922";
    font-size: 130px;
    opacity: .5;
}

.insight-process .insight-process-step.step-2, .insight-process .insight-process-step.step-3, .insight-process .insight-process-step.step-4 {
    position: relative;
}

@media (max-width: 991px) {
    .insight-process .insight-process-step.step-2, .insight-process .insight-process-step.step-3, .insight-process .insight-process-step.step-4 {
        margin-top: 40px;
    }
}

.insight-process .insight-process-step.step-2 .process-icon:after, .insight-process .insight-process-step.step-3 .process-icon:after, .insight-process .insight-process-step.step-4 .process-icon:after {
    content: "\e91f";
    opacity: .3;
    color: #8eb359;
    font-size: 130px;
    position: absolute;
}

@media (max-width: 991px) {
    .insight-process .insight-process-step.step-2 .process-icon:after, .insight-process .insight-process-step.step-3 .process-icon:after, .insight-process .insight-process-step.step-4 .process-icon:after {
        display: none;
    }
}

@media (min-width: 769px) {
    .insight-process .insight-process-step.step-1 {
        margin-top: 180px;
    }
}

.insight-process .insight-process-step.step-2 .process-icon:after {
    bottom: -100px;
    left: -150px;
}

.insight-process .insight-process-step.step-3 .process-icon:after {
    top: 50px;
    left: -140px;
    transform: rotateX(180deg) rotate(30deg);
    font-size: 115px;
}

@media (min-width: 769px) {
    .insight-process .insight-process-step.step-4 {
        margin-top: 230px;
    }
}

.insight-process .insight-process-step.step-4 .process-icon:after {
    top: -150px;
    left: -130px;
    transform: rotate(70deg);
}

@media (min-width: 769px) {
    .insight-process .main-img {
        margin-top: -250px;
    }
}

.insight-ads {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.insight-ads a {
    display: block;
    height: 100%;
}

.insight-ads.style-01, .insight-ads.default {
    color: #333;
}

.insight-ads.style-01 a, .insight-ads.default a {
    padding-right: 30px;
    justify-content: flex-end;
}

.insight-ads.style-01 a .inner, .insight-ads.default a .inner {
    text-align: center;
}

.insight-ads.style-01 h2, .insight-ads.default h2 {
    font-weight: bold;
    letter-spacing: 0.1em;
}

.insight-ads.style-01 h6, .insight-ads.default h6 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.insight-ads.style-02 a {
    padding-right: 30px;
    justify-content: flex-end;
}

.insight-ads.style-02 a .inner {
    text-align: right;
}

.insight-ads.style-02 h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}

.insight-ads.style-02 h6 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.2em;
    background-color: #333;
    display: inline-block;
    padding: 0 10px;
    margin-right: 8px;
}

.insight-ads.style-03 {
    text-align: left;
}

@media (max-width: 991px) {
    .insight-ads.style-03 {
        background-size: cover !important;
    }
}

.insight-ads.style-03 a {
    padding-left: 75px;
    padding-bottom: 50px;
}

.insight-ads.style-03 a .inner {
    text-align: left;
}

.insight-ads.style-03 h3 {
    letter-spacing: 0.3em;
    font-style: italic;
    color: #333;
    font-weight: 400;
}

.insight-ads.style-03 h2 {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #fff;
    font-weight: 900;
    line-height: 1;
}

@media (min-width: 769px) {
    .insight-ads.style-03 h2 {
        font-size: 100px;
    }
}

.insight-ads.style-03 h6 {
    color: #696969;
    font-weight: bold;
    letter-spacing: 0.23em;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0;
    margin-right: 8px;
}

.insight-ads.style-03 h6 span {
    background-color: #333;
}

.insight-ads.style-04 {
    text-align: left;
}

@media (max-width: 991px) {
    .insight-ads.style-04 {
        background-size: cover !important;
    }
}

.insight-ads.style-04 a {
    justify-content: center;
}

.insight-ads.style-04 h3 {
    letter-spacing: 0.2em;
    font-style: italic;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.insight-ads.style-04 h2 {
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media (min-width: 769px) {
    .insight-ads.style-04 h2 {
        font-size: 120px;
    }
}

.insight-ads.style-04 h6 {
    color: #696969;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    text-transform: uppercase;
    padding: 10px 0;
    margin-right: 8px;
    text-align: right;
}

.insight-product-carousel {
    margin: 0 auto;
}

@media (min-width: 769px) {
    .insight-product-carousel {
        padding: 0 50px;
    }
}

.insight-product-carousel .products.row, .insight-product-carousel .insight-carousel .products.slick-track, .insight-carousel .insight-product-carousel .products.slick-track {
    margin-left: 0;
    margin-right: 0;
}

.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: -35px;
    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: -30px;
    }
}

.insight-product-carousel .carousel-prev {
    left: 30px;
    z-index: 2;
}

@media (min-width: 769px) {
    .insight-product-carousel .carousel-prev {
        left: -30px;
    }
}

.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: #8eb359;
}

.insight-product-carousel .slick-dots li {
    padding: 0;
    width: 15px;
    height: 15px;
}

.insight-product-carousel .slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    background-color: #ababab;
}

.insight-product-carousel .slick-dots li button:before {
    display: none;
}

.insight-product-carousel .slick-dots li.slick-active button {
    background-color: #fff;
    border: 1px solid #8eb359;
    box-sizing: content-box;
}

.insight-product-carousel.hide-dots .slick-slider {
    margin-bottom: 0 !important;
}

.insight-product-carousel.hide-dots .slick-slider .slick-slide {
    margin-bottom: 0 !important;
}

.insight-product-carousel.hide-dots .slick-dots {
    display: none !important;
}

.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: 13px;
    letter-spacing: 0.1em;
    padding: 7px 16px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #f8f7f7;
}

.insight-filter ul li a.active, .insight-grid-filter ul li a.active, .insight-gallery-filter ul li a.active {
    color: #fff;
    background-color: #8eb359;
    border-color: #8eb359;
}

.insight-filter ul li a.active:hover, .insight-grid-filter ul li a.active:hover, .insight-gallery-filter ul li a.active:hover {
    background-color: transparent;
}

.insight-filter ul li a:hover, .insight-grid-filter ul li a:hover, .insight-gallery-filter ul li a:hover {
    color: #8eb359;
    border-color: #8eb359;
}

.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;
    height: 1px;
    width: 10px;
}

@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-blog.style-01 .blog-classic-style {
    border: none !important;
    padding-bottom: 0 !important;
}

.insight-blog.style-01 .entry-desc .entry-more {
    margin-top: 10px;
}

.insight-blog.style-01 .entry-desc .entry-more a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 14px;
}

@media (min-width: 769px) {
    .insight-blog.style-01 .left {
        padding-right: 50px;
    }
}

.insight-blog.style-01 .left .entry-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .insight-blog.style-01 .left .blog-classic-style {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .insight-blog.style-01 .right {
        padding-left: 50px;
    }
}

.insight-blog.style-01 .right .post-thumbnail:before {
    display: none !important;
}

@media (min-width: 769px) {
    .insight-blog.style-01 .right .entry-desc {
        padding-top: 0;
    }
}

.insight-blog.style-01 .right .entry-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.insight-blog.grid .entry-more {
    margin-top: 20px;
}

.insight-blog.grid .entry-more a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 14px;
}

.insight-blog.grid.blog-align-center {
    text-align: center;
}

@media (max-width: 991px) {
    .insight-blog.cake-style .blog-cake-style {
        margin-bottom: 50px;
    }
}

.insight-blog.cake-style .blog-cake-style .desc-content {
    position: relative;
    padding-left: 115px;
    margin-top: 30px;
}

.insight-blog.cake-style .blog-cake-style .desc-content .cat-list a {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    color: #ababab;
}

.insight-blog.cake-style .blog-cake-style .desc-content .entry-title {
    margin-bottom: 20px;
}

.insight-blog.cake-style .blog-cake-style .desc-content .entry-content {
    margin-bottom: 16px;
}

.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #e0e0e0;
    border-radius: 100px;
    display: block;
    height: 85px;
    width: 85px;
    text-align: center;
}

.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta:after {
    position: absolute;
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background-color: #e7e5e4;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta b {
    font-size: 34px;
    letter-spacing: 0.2em;
    display: block;
    line-height: 1.3;
}

.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta i {
    font-size: 16px;
    letter-spacing: 0.2em;
}

.insight-blog.cake-style .blog-cake-style .entry-more a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 14px;
}

.insight-featured-category {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border: 1px solid transparent;
    -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 .img {
    margin-bottom: 10px;
}

.insight-featured-category .img img {
    max-width: 100%;
    height: auto;
}

.insight-featured-category .icon {
    height: 120px;
    line-height: 120px;
    width: 100%;
    text-align: center;
    background: url("assets/images/cats/cat-01.png") no-repeat center center;
    color: #fff;
    margin-bottom: 20px;
}

.insight-featured-category .icon i {
    font-size: 56px;
    height: 120px;
    line-height: 120px;
}

.insight-featured-category .icon.color-01 {
    background: url("assets/images/cats/cat-01.png") no-repeat center center;
}

.insight-featured-category .icon.color-02 {
    background: url("assets/images/cats/cat-02.png") no-repeat center center;
}

.insight-featured-category .icon.color-03 {
    background: url("assets/images/cats/cat-03.png") no-repeat center center;
}

.insight-featured-category .icon.color-04 {
    background: url("assets/images/cats/cat-04.png") no-repeat center center;
}

.insight-featured-category .icon.color-05 {
    background: url("assets/images/cats/cat-05.png") no-repeat center center;
}

.insight-featured-category .icon.color-06 {
    background: url("assets/images/cats/cat-06.png") no-repeat center center;
}

.insight-featured-category .icon.color-07 {
    background: url("assets/images/cats/cat-07.png") no-repeat center center;
}

.insight-featured-category .icon.color-08 {
    background: url("assets/images/cats/cat-08.png") no-repeat center center;
}

.insight-featured-category .icon.color-09 {
    background: url("assets/images/cats/cat-09.png") no-repeat center center;
}

.insight-featured-category .icon.color-10 {
    background: url("assets/images/cats/cat-10.png") no-repeat center center;
}

.insight-featured-category .title {
    text-align: center;
    font-size: 18px;
    /*font-weight: 700;*/
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #333;
}

.insight-featured-category .title:after {
    content: '';
    width: 30px;
    height: 1px;
    display: block;
    background-color: #e7e5e4;
    margin: 15px auto;
    -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 .count {
    text-align: center;
    color: #696969;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.1em;
}

.insight-featured-category:hover {
    border: 1px solid #8eb359;
}

.insight-featured-category:hover .title:after {
    width: 60px;
    background-color: #8eb359;
}

.insight-featured-category.cake-style {
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

.insight-featured-category.cake-style:hover {
    border: none;
}

.insight-featured-category.cake-style a {
    display: inline-block;
    position: relative;
}

.insight-featured-category.cake-style a .img {
    margin: 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;
}

.insight-featured-category.cake-style a .count {
    display: none;
}

.insight-featured-category.cake-style a .title {
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    padding: 11px 40px;
    background-color: #fff;
    line-height: 1.4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.insight-featured-category.cake-style a .title:after {
    display: none;
}

.insight-featured-category.cake-style a:hover .img {
    opacity: .3;
}

.insight-testimonials.style-01, .insight-testimonials.style-03 {
    margin-bottom: 0 !important;
    width: 100%;
    outline: none;
}

.insight-testimonials.style-01.list .item, .insight-testimonials.style-03.list .item {
    margin-bottom: 30px;
}

.insight-testimonials.style-01.list .item:last-child, .insight-testimonials.style-03.list .item:last-child {
    margin-bottom: 0;
}

.insight-testimonials.style-01 .item, .insight-testimonials.style-03 .item {
    width: 100%;
    text-align: center;
    outline: none;
    z-index: 98;
}

.insight-testimonials.style-01 .item .title, .insight-testimonials.style-03 .item .title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin-bottom: 25px;
}

.insight-testimonials.style-01 .item .text, .insight-testimonials.style-03 .item .text {
    width: 80%;
    max-width: 710px;
    margin: 0 auto;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 2;
}

.insight-testimonials.style-01 .item .photo, .insight-testimonials.style-03 .item .photo {
    height: 80px;
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 30px;
}

.insight-testimonials.style-01 .item .photo img, .insight-testimonials.style-03 .item .photo img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.insight-testimonials.style-01 .item .rate, .insight-testimonials.style-03 .item .rate {
    color: #ababab;
    font-size: 18px;
}

.insight-testimonials.style-01 .item .rate .light, .insight-testimonials.style-03 .item .rate .light {
    color: #f4cb3d;
}

.insight-testimonials.style-01 .item .info, .insight-testimonials.style-03 .item .info {
    margin-top: 30px;
    display: inline-block;
}

@media (max-width: 768px) {
    .insight-testimonials.style-01 .item .info, .insight-testimonials.style-03 .item .info {
        text-align: center;
    }

    .insight-testimonials.style-01 .item .info .photo, .insight-testimonials.style-03 .item .info .photo {
        float: none !important;
    }

    .insight-testimonials.style-01 .item .info .photo img, .insight-testimonials.style-03 .item .info .photo img {
        float: none;
    }
}

.insight-testimonials.style-01 .item .info .author, .insight-testimonials.style-03 .item .info .author {
    height: 80px;
    display: inline-block;
    margin: 0 10px;
    text-align: left;
}

.insight-testimonials.style-01 .item .info .author .name, .insight-testimonials.style-01 .item .info .author .tagline, .insight-testimonials.style-03 .item .info .author .name, .insight-testimonials.style-03 .item .info .author .tagline {
    display: inline-block;
    letter-spacing: 0.05em;
}

.insight-testimonials.style-01 .item .info .author .name, .insight-testimonials.style-03 .item .info .author .name {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-top: 15px;
}

.insight-testimonials.style-01 .item .info .author .tagline, .insight-testimonials.style-03 .item .info .author .tagline {
    font-size: 14px;
    font-style: italic;
}

.insight-testimonials.style-01 .item .info .author .tagline:before, .insight-testimonials.style-03 .item .info .author .tagline:before {
    content: '/';
    margin-left: 8px;
    margin-right: 8px;
}

.insight-testimonials.style-01 .slick-prev, .insight-testimonials.style-01 .slick-next, .insight-testimonials.style-03 .slick-prev, .insight-testimonials.style-03 .slick-next {
    width: 48px;
    height: 48px;
    top: 50%;
    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.style-01 .slick-prev:before, .insight-testimonials.style-01 .slick-next:before, .insight-testimonials.style-03 .slick-prev:before, .insight-testimonials.style-03 .slick-next:before {
    font-size: 48px;
    font-weight: 400;
    font-family: Ionicons;
    color: #333;
    opacity: 1;
}

.insight-testimonials.style-01 .slick-prev:hover, .insight-testimonials.style-01 .slick-next:hover, .insight-testimonials.style-03 .slick-prev:hover, .insight-testimonials.style-03 .slick-next:hover {
    opacity: 1;
}

.insight-testimonials.style-01 .slick-prev:before, .insight-testimonials.style-03 .slick-prev:before {
    content: '\f3d2';
}

.insight-testimonials.style-01 .slick-next:before, .insight-testimonials.style-03 .slick-next:before {
    content: '\f3d3';
}

.insight-testimonials.style-01 .slick-dots, .insight-testimonials.style-03 .slick-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}

.insight-testimonials.style-01 .slick-dots li button, .insight-testimonials.style-03 .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.style-01 .slick-dots li button:before, .insight-testimonials.style-03 .slick-dots li button:before {
    display: none;
}

.insight-testimonials.style-01 .slick-dots li.slick-active button, .insight-testimonials.style-03 .slick-dots li.slick-active button {
    background-color: #fff;
    position: relative;
}

.insight-testimonials.style-01 .slick-dots li.slick-active button:before, .insight-testimonials.style-03 .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.style-02 {
    width: 100%;
    outline: none;
}

.insight-testimonials.style-02 .item {
    width: 100%;
    outline: none;
    z-index: 98;
    padding: 0 15px;
}

.insight-testimonials.style-02 .item .text {
    width: 100%;
    min-height: 210px;
    background: #fff;
    padding: 40px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-style: italic;
    line-height: 1.8;
    position: relative;
    z-index: 98;
}

.insight-testimonials.style-02 .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.style-02 .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.style-02 .item .info {
    margin-top: 40px;
    display: inline-block;
}

.insight-testimonials.style-02 .item .info .photo {
    height: 60px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.insight-testimonials.style-02 .item .info .photo img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.insight-testimonials.style-02 .item .info .author {
    height: 60px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: left;
}

.insight-testimonials.style-02 .item .info .author .name, .insight-testimonials.style-02 .item .info .author .tagline {
    display: block;
}

.insight-testimonials.style-02 .item .info .author .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-top: 5px;
}

.insight-testimonials.style-02 .item .info .author .tagline {
    letter-spacing: 0.05em;
    font-size: 14px;
    font-style: italic;
}

.insight-testimonials.style-02 .slick-dots {
    position: relative;
    bottom: auto;
    margin: 60px 0 0 0;
}

.insight-testimonials.style-02 .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.style-02 .slick-dots li button:before {
    display: none;
}

.insight-testimonials.style-02 .slick-dots li.slick-active button {
    background-color: #8eb359;
    position: relative;
}

.insight-testimonials.style-02 .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.style-03 .slick-slide {
    background-color: #fff;
    margin: 0 15px;
    padding-top: 50px;
}

.insight-testimonials.style-03 .slick-next {
    right: -105px;
}

.insight-testimonials.style-03 .slick-prev {
    left: -105px;
}

.insight-testimonials.style-03 .item .photo {
    margin-bottom: 15px;
}

.insight-accordion .item {
    margin-bottom: 15px;
    background: #f8f7f7;
    border-radius: 4px;
    overflow: hidden;
}

.insight-accordion .item .title {
    background: #f8f7f7;
    color: #333;
    font-weight: 700;
    padding: 15px 30px;
    position: relative;
    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;
}

.insight-accordion .item .title .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.insight-accordion .item .title .icon i {
    color: #8eb359;
    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 {
    background: #8eb359;
    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: #8eb359;
    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-product-column {
    position: relative;
}

.insight-product-column .title {
    font-size: 24px;
    font-weight: 900;
    color: #333;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 50px 0 0;
    position: relative;
    margin-bottom: 40px;
}

.insight-product-column .item {
    outline: none;
}

.insight-product-column .content {
    position: static;
}

.insight-product-column .content .slick-prev, .insight-product-column .content .slick-next {
    border-radius: 0;
}

.insight-product-column .content .slick-prev:before, .insight-product-column .content .slick-next:before {
    font-family: Ionicons;
    color: #333;
    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: 15px;
    display: inline-block;
    width: 100%;
}

.insight-product-column .product-item .product-thumb {
    position: relative;
    width: 120px;
    height: auto;
    float: left;
    margin-right: 30px;
}

.insight-product-column .product-item .product-thumb img {
    width: 100%;
    padding: 20px 10px;
    height: auto;
    border: 1px solid #f8f7f7;
    -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: 1px solid #8eb359;
    border-bottom: 1px solid #8eb359;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 97;
}

.insight-product-column .product-item .product-thumb:after {
    border-right: 1px solid #8eb359;
    border-left: 1px solid #8eb359;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 97;
}

.insight-product-column .product-item .product-thumb .woocommerce_loop_add_to_cart_span {
    z-index: 98;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    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;
}

.insight-product-column .product-item .product-thumb .woocommerce_loop_add_to_cart_span a {
    background-color: #8eb359;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    display: block;
    overflow: hidden;
    font-size: 0;
}

.insight-product-column .product-item .product-thumb .woocommerce_loop_add_to_cart_span a.wc-forward {
    display: none;
}

.insight-product-column .product-item .product-thumb .woocommerce_loop_add_to_cart_span a.add_to_cart_button:before {
    content: '\f3f8' !important;
    color: #fff;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.insight-product-column .product-item .product-thumb .woocommerce_loop_add_to_cart_span a.add_to_cart_button.loading:before {
    content: '\f459' !important;
    animation: spinner 1.5s linear infinite !important;
    -webkit-animation: spinner 1.5s linear infinite !important;
}

.insight-product-column .product-item .product-thumb .woocommerce_loop_add_to_cart_span a.add_to_cart_button.added:before {
    content: '\f3ff' !important;
}

.insight-product-column .product-item .product-thumb .woocommerce_loop_add_to_cart_span a.add_to_cart_button.product_type_variable:before {
    content: '\f4a6' !important;
}

.insight-product-column .product-item .product-thumb .woocommerce_loop_add_to_cart_span a.product_type_simple:before {
    content: '\f39c';
    font-family: Ionicons;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.insight-product-column .product-item .product-info {
    display: inline-block;
}

.insight-product-column .product-item .product-info .product-title {
    display: block;
    font-size: 18px;
    /*font-family: "Playfair Display";*/
    font-weight: 700;
    color: #333;
    position: relative;
}

.insight-product-column .product-item .product-info .product-title:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e7e5e4;
    left: 0;
    bottom: 0;
    display: block;
    -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-info .product-title a {
    color: #333;
    display: block;
    padding-bottom: 10px;
}

.insight-product-column .product-item .product-info .product-price {
    margin-top: 15px;
    display: block;
    color: #696969;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    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 10px;
    background: #eeeeee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.insight-product-column .product-item .product-info .product-categories a:hover {
    background-color: #8eb359;
    color: #fff;
}

.insight-product-column .product-item .product-info .product-badges {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 16px;
    line-height: 16px;
    left: 0;
    bottom: 0;
    z-index: 99;
    margin-top: 10px;
}

.insight-product-column .product-item .product-info .product-badges .hot, .insight-product-column .product-item .product-info .product-badges .onsale, .insight-product-column .product-item .product-info .product-badges .new {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    font-weight: 700;
    margin: 0 4px 0 0;
    color: #fff;
    font-size: 12px;
}

.insight-product-column .product-item .product-info .product-badges .hot {
    background: #f9734d;
}

.insight-product-column .product-item .product-info .product-badges .onsale {
    background: #f4cb75;
    min-width: 48px;
    min-height: 16px;
    top: auto;
    left: auto;
}

.insight-product-column .product-item .product-info .product-badges .new {
    background: #b4e1f7;
}

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

.insight-product-column .product-item:hover .product-thumb img {
    opacity: .3;
}

.insight-product-column .product-item:hover .product-thumb .woocommerce_loop_add_to_cart_span {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.insight-product-column .product-item:hover .product-info .product-title:after {
    width: 60px;
    background-color: #8eb359;
}

.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: 1px solid #8eb359;
    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: #8eb359;
}

.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: 14px;
    color: #696969;
    letter-spacing: 0.1em;
    font-style: italic;
}

.insight-gallery .insight-gallery-image .desc-wrap .gallery-separator {
    display: block;
    margin: 10px auto;
    height: 1px;
    width: 32px;
    background-color: #999;
}

.insight-gallery .pagination a {
    font-size: 14px;
    border: none;
}

.insight-gallery .pagination a:hover {
    background: none;
    color: #8eb359;
}

.insight-gallery .pagination .page-numbers.current {
    border-radius: 50%;
    height: 40px;
}

.insight-social {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.insight-social li {
    margin-right: 10px;
}

.insight-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    font-size: 14px;
    color: #696969;
}

.insight-social a:hover {
    background-color: #8eb359;
    border-color: #8eb359;
    color: #fff;
}

.insight-our-services {
    background: #fff;
    text-align: center;
    padding: 40px 30px;
}

.insight-our-services .icon {
    color: #8eb359;
    font-size: 68px;
}

.insight-our-services .title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.insight-our-services .content {
    color: #696969;
}

.insight-our-services .more {
    color: #8eb359;
    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-single-quote {
    padding: 30px;
    width: 100%;
    background-color: #fff;
}

.insight-single-quote .quote {
    margin-bottom: 30px;
    padding-top: 40px;
    font-size: 18px;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    color: #696969;
    line-height: 32px;
    position: relative;
    background-image: url("assets/images/testi_quote_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.insight-single-quote .quote:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("assets/images/testi_quote_1.png");
    background-repeat: no-repeat;
}

.insight-single-quote .name {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.insight-single-quote .tagline {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    color: #696969;
}

.insight-single-quote.cake-style {
    padding: 30px 80px;
    background: none;
}

.insight-single-quote.cake-style .quote:before {
    display: none;
}

.insight-single-quote.plant-style {
    padding: 30px 0 30px 100px;
    background: none;
}

.insight-single-quote.plant-style .name, .insight-single-quote.plant-style .tagline {
    display: inline-block;
}

.insight-single-quote.plant-style .name {
    letter-spacing: 0.1em;
}

.insight-single-quote.plant-style .quote {
    background-image: none;
    letter-spacing: 0.1em;
}

.insight-single-quote.plant-style .quote:before {
    display: none;
}

.insight-our-story {
    width: 90%;
    max-width: 570px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 50px;
    -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);
    position: relative;
}

.insight-our-story:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    box-shadow: inset 0 0 0px 1px #f8f7f7;
    z-index: 1;
    z-index: 7;
}

.insight-our-story .title {
    text-align: center;
    position: relative;
    padding-top: 40px;
    height: 125px;
}

.insight-our-story .title:before {
    content: '';
    display: block;
    width: 157px;
    height: 125px;
    background: url(assets/images/title-icon.png) no-repeat center center;
    position: absolute;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    opacity: .2;
}

.insight-our-story .title .main-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: 900;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.insight-our-story .title .sub-title {
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #8eb359;
    /*font-family: "Playfair Display";*/
    font-weight: 400;
    line-height: 1.2;
    font-style: italic;
}

.insight-our-story .content {
    margin-top: 40px;
}

.insight-our-story .content span {
    color: #8eb359;
}

.insight-our-story .content p {
    margin-top: 0;
    margin-bottom: 1em;
}

.insight-our-story .content p:last-child {
    margin-bottom: 0;
}

.insight-our-story .author {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
	display: none;
}

.insight-our-story .author .signature {
    float: left;
    margin-right: 30px;
}

.insight-our-story .author .name {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding-top: 15px;
}

.insight-our-story .author .tagline {
    font-size: 14px;
    font-weight: 400;
    /*font-family: "Playfair Display";*/
    font-style: italic;
    color: #696969;
}

.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: #8eb359;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    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: 50%;
    left: 0;
    margin-left: -30px;
    font-size: 16px;
}

.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: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    color: #797575;
    text-transform: lowercase;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
}

.insight-countdown.flower .countdown-inner .countdown-timer > div {
    color: #333;
    font-size: 48px;
}

.insight-countdown.flower .countdown-inner .countdown-timer > div span {
    font-size: 16px;
    color: #8eb359;
}

.insight-countdown-product {
    width: 100%;
    height: 100%;
    position: relative;
}

.insight-countdown-product .special-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 70%;
    top: 0;
}

@media (max-width: 768px) {
    .insight-countdown-product .special-bg {
        display: none;
    }
}

.insight-countdown-product .special-bg .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.insight-countdown-product .special-bg .inner:after {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    height: 100%;
    width: 480px;
    top: 0;
    left: 0;
}

.insight-countdown-product .special-bg .inner:before {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    height: 1000px;
    width: 480px;
    top: 0;
    left: 300px;
    transform: rotate(-35deg);
}

.insight-countdown-product .item {
    position: relative;
    z-index: 2;
    outline: none;
}

.insight-countdown-product .item a {
    outline: none;
}

.insight-countdown-product .item .title {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 6px;
}

.insight-countdown-product .item .product-name {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #8eb359;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 32px;
}

.insight-countdown-product .item .product-desc {
    margin-bottom: 25px;
}

.insight-countdown-product .item .product-price {
    margin-top: 20px;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -70px;
    border-radius: 100px;
    background-color: #8eb359;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    height: 140px;
    width: 140px;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
}

.insight-countdown-product .item .product-price span {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: -15px;
}

.insight-countdown-product .item .product-price del {
    display: none;
}

.insight-countdown-product .item .product-price ins {
    background: none;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
}

.insight-countdown-product .item .product-image {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.insight-countdown-product .item .product-image .img-product {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}

.insight-countdown-product .item .product-image .img-product.with-border:before {
    display: block;
    content: '';
    border: 7px solid #8eb359;
    position: absolute;
    z-index: 0;
    top: 30px;
    right: -32px;
    bottom: -32px;
    left: 40px;
    opacity: .3;
}

.insight-countdown-product .item .product-image img {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.insight-countdown-product .item .add_to_cart_inline {
    display: inline-block !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
}

.insight-countdown-product .item .add_to_cart_inline .amount, .insight-countdown-product .item .add_to_cart_inline del, .insight-countdown-product .item .add_to_cart_inline ins {
    display: none;
}

.insight-countdown-product .item .add_to_cart_inline .add_to_cart_button {
    background: #8eb359;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    float: left;
}

.insight-countdown-product .item .add_to_cart_inline .add_to_cart_button.loading {
    opacity: 1;
}

.insight-countdown-product .item .add_to_cart_inline .add_to_cart_button.loading:after {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-left: 5px;
    content: '\f459' !important;
    font-weight: 400;
    font-family: Ionicons;
}

.insight-countdown-product .item .add_to_cart_inline .add_to_cart_button.added {
    padding-right: 25px;
}

.insight-countdown-product .item .add_to_cart_inline .add_to_cart_button.added:after {
    margin-left: 7px;
    content: '\f3ff' !important;
    font-weight: 400;
    font-family: Ionicons;
}

.insight-countdown-product .item .add_to_cart_inline .product_type_simple {
    background: #8eb359;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    float: left;
}

.insight-countdown-product .item .add_to_cart_inline .added_to_cart {
    display: none;
}

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

.insight-countdown-product .item .product-countdown .product-countdown-timer {
    margin-bottom: 25px;
    position: relative;
    white-space: nowrap;
}

.insight-countdown-product .item .product-countdown .product-countdown-timer > div {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #8eb359;
    line-height: 50px;
    font-size: 48px;
    font-weight: 700;
    margin: 4px 30px 50px;
}

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

.insight-countdown-product .item .product-countdown .product-countdown-timer > div:after {
    content: ':';
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -30px;
    font-size: 16px;
}

.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 {
    white-space: nowrap;
    display: block;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: #797575;
    text-transform: lowercase;
    font-style: italic;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    bottom: -45px;
    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: #8eb359;
    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;
    }
}

.insight-intro-box {
    padding: 60px 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.insight-intro-box .icon {
    position: absolute;
    font-size: 140px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: .5;
    transform: translate(20%, 10%);
    z-index: 97;
}

.insight-intro-box a {
    z-index: 98;
}

.insight-intro-box .title {
    font-size: 18px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    color: #333;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 98;
}

.insight-intro-box .title:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-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;
}

.insight-intro-box .sub-title {
    font-size: 14px;
    font-weight: 400;
    /*font-family: "Playfair Display";*/
    font-style: italic;
    color: #696969;
    letter-spacing: .1em;
    line-height: 1;
    z-index: 98;
}

.insight-intro-box:hover .title:after {
    width: 60px;
}

.insight-image-link {
    width: 100%;
    position: relative;
    display: block;
    background-color: #fff;
    overflow: hidden;
}

.insight-image-link img {
    width: 100%;
    height: auto;
    -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-image-link .link-text {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px 40px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    display: block;
    transform: translate(-50%, -50%);
}

.insight-image-link:hover img {
    transform: scale(1.1);
}

.insight-social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 14px;
    color: #696969;
}

.insight-social-icons a:hover {
    background-color: #8eb359;
    border-color: #8eb359;
    color: #fff !important;
}

.insight-social-icons.text-left a {
    margin-left: 0;
    margin-right: 10px;
}

.insight-social-icons.text-right a {
    margin-left: 10px;
    margin-right: 0;
}

.insight-social-icons.text-center a {
    margin-left: 5px;
    margin-right: 5px;
}

.insight-flower-single-product {
    display: block;
    width: 100%;
}

.insight-flower-single-product .product-thumb {
    background-color: #fff;
    padding: 60px 10px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.insight-flower-single-product .product-thumb 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;
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari */
    transform: scale(1.1);
}

.insight-flower-single-product .product-title {
    font-size: 24px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    color: #333;
    display: block;
    text-align: center;
    margin-top: -23px;
    padding-bottom: 10px;
    position: relative;
}

.insight-flower-single-product .product-title a {
    color: #333;
}

.insight-flower-single-product .product-title:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #ababab;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-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;
}

.insight-flower-single-product .product-price {
    /*font-family: "Playfair Display";*/
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 1;
    color: #696969;
    margin-top: 25px;
}

.insight-flower-single-product .add_to_cart_inline {
    z-index: 98;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    border: none !important;
    padding: 0 !important;
    margin: 0 !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;
}

.insight-flower-single-product .add_to_cart_inline .amount {
    display: none;
}

.insight-flower-single-product .add_to_cart_inline .woocommerce_loop_add_to_cart_span {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 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;
}

.insight-flower-single-product .add_to_cart_inline .woocommerce_loop_add_to_cart_span a {
    background-color: #8eb359;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    display: block;
    overflow: hidden;
    font-size: 0;
}

.insight-flower-single-product .add_to_cart_inline .woocommerce_loop_add_to_cart_span a.wc-forward {
    display: none;
}

.insight-flower-single-product .add_to_cart_inline .woocommerce_loop_add_to_cart_span a.add_to_cart_button:before {
    content: '\f3f8' !important;
    color: #fff;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.insight-flower-single-product .add_to_cart_inline .woocommerce_loop_add_to_cart_span a.add_to_cart_button.loading:before {
    content: '\f459' !important;
    animation: spinner 1.5s linear infinite !important;
    -webkit-animation: spinner 1.5s linear infinite !important;
}

.insight-flower-single-product .add_to_cart_inline .woocommerce_loop_add_to_cart_span a.add_to_cart_button.added:before {
    content: '\f3ff' !important;
}

.insight-flower-single-product .add_to_cart_inline .woocommerce_loop_add_to_cart_span a.add_to_cart_button.product_type_variable:before {
    content: '\f4a6' !important;
}

.insight-flower-single-product .add_to_cart_inline .woocommerce_loop_add_to_cart_span a.product_type_simple:before {
    content: '\f39c';
    font-family: Ionicons;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.insight-flower-single-product:hover .product-thumb img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari */
    transform: scale(1.2);
    opacity: .3;
}

.insight-flower-single-product:hover .product-title a {
    color: #8eb359;
}

.insight-flower-single-product:hover .product-title:after {
    background-color: #8eb359;
    width: 60px;
}

.insight-flower-single-product:hover .add_to_cart_inline {
    opacity: 1;
    visibility: visible;
}

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

.insight-flower-button.insight-align-left {
    text-align: left;
}

.insight-flower-button.insight-align-right {
    text-align: right;
}

.insight-flower-button.insight-align-center {
    text-align: center;
}

.insight-flower-button a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 30px;
    font-family: Lato;
    letter-spacing: .1em;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    color: #8eb359;
}

.insight-flower-button a:hover {
    color: #fff;
    background-color: #8eb359;
}

.insight-flower-button.insight-flower-button-black a {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.insight-flower-button.insight-flower-button-black a:hover {
    background-color: #8eb359;
    border-color: #8eb359;
}

.insight-flower-button.insight-flower-button-primary a {
    background-color: #8eb359;
    border-color: #8eb359;
    color: #fff;
}

.insight-flower-button.insight-flower-button-primary a:hover {
    background-color: transparent;
    color: #8eb359;
}

.insight-flower-countdown-product {
    width: 100%;
    height: 100%;
    position: relative;
}

.insight-flower-countdown-product .product-image {
    width: 100%;
    position: relative;
}

.insight-flower-countdown-product .product-image img {
    width: 100%;
    height: auto;
}

.insight-flower-countdown-product .product-image .product-title {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
}

.insight-flower-countdown-product .product-image .product-title .product-big-title {
    font-size: 48px;
    /*font-family: "Playfair Display";*/
    color: #333;
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 1;
}

.insight-flower-countdown-product .product-image .product-title .product-sub-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .3em;
    margin-top: 30px;
}

.insight-flower-countdown-product .product-info {
    background-color: #f8f7f7;
    padding: 60px;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
}

.insight-flower-countdown-product .product-info .product-info-title {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    letter-spacing: .1em;
    color: #333;
    position: absolute;
    display: block;
    width: 100%;
    top: -24px;
    left: 0;
    line-height: 1;
}

.insight-flower-countdown-product .product-info .product-info-list {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.insight-flower-countdown-product .product-info .product-info-list .product-info-list-item {
    display: table-row;
}

.insight-flower-countdown-product .product-info .product-info-list .product-info-list-item > div {
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
}

.insight-flower-countdown-product .product-info .product-info-list .product-info-list-item > div.label {
    text-transform: uppercase;
    text-align: right;
    padding-right: 15px;
    font-weight: 700;
    font-size: 14px;
}

.insight-flower-countdown-product .product-info .product-info-list .product-info-list-item > div.value {
    text-align: left;
    padding-left: 15px;
    font-size: 15px;
}

.insight-flower-countdown-product .product-info .product-info-list .product-info-list-item > div.value del {
    opacity: .5;
}

.insight-flower-countdown-product .product-info .product-info-list .product-info-list-item > div.value ins {
    background: none;
}

.insight-flower-countdown-product .product-info .product-info-list .product-info-excerpt {
    font-size: 15px;
    line-height: 26px;
}

.insight-flower-countdown-product .product-info .product-info-button {
    margin-top: 40px;
}

.insight-flower-countdown-product .product-info .product-info-button a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 30px;
    font-family: Lato;
    letter-spacing: .1em;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-width: 1px;
    border-style: solid;
}

.insight-flower-countdown-product .product-info .product-info-button a:hover {
    background-color: transparent !important;
}

.insight-flower-countdown-product .product-countdown {
    margin-top: 25px;
    display: block;
    width: 100%;
}

.insight-flower-countdown-product .product-countdown .product-countdown-timer {
    position: relative;
    white-space: nowrap;
    text-align: center;
}

.insight-flower-countdown-product .product-countdown .product-countdown-timer > div {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    margin: 0px 20px;
}

.insight-flower-countdown-product .product-countdown .product-countdown-timer > div:after {
    content: ':';
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 30%;
    left: -20px;
    font-size: 16px;
}

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

.insight-flower-countdown-product .product-countdown .product-countdown-timer > div span {
    white-space: nowrap;
    display: block;
    margin-top: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    color: #8eb359;
    text-transform: lowercase;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
}

.insight-flower-newsletter {
    padding-top: 330px;
    padding-bottom: 60px;
    background-color: #fff;
    background-image: url("assets/images/flower/newsletter_bg_02.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}

.insight-flower-newsletter .insight-flower-newsletter-title {
    font-size: 24px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    margin-bottom: 30px;
    color: #333;
    text-transform: capitalize;
}

.insight-flower-newsletter .insight-flower-newsletter-shortcode {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.insight-flower-newsletter .insight-flower-newsletter-shortcode [class*='col-'] {
    width: 100%;
    flex: none;
    max-width: 100%;
}

.insight-flower-newsletter .insight-flower-newsletter-shortcode input[type="email"], .insight-flower-newsletter .insight-flower-newsletter-shortcode input[type="text"] {
    height: 48px;
    line-height: 48px;
    background-color: #f8f7f7;
    border-radius: 4px;
    padding: 0 20px;
    border: none;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.insight-flower-newsletter .insight-flower-newsletter-shortcode input[type="submit"], .insight-flower-newsletter .insight-flower-newsletter-shortcode button[type="submit"] {
    height: 48px;
    line-height: 46px;
    border-width: 1px;
    border-radius: 24px;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    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;
}

.insight-flower-newsletter .insight-flower-newsletter-shortcode input[type="submit"]:hover, .insight-flower-newsletter .insight-flower-newsletter-shortcode button[type="submit"]:hover {
    background: none;
    color: #8eb359;
}

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

.insight-carousel--slide img {
    margin: 0 auto;
    opacity: .7;
    -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-carousel--slide:hover img {
    opacity: 1;
}

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

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

.insight-team-member .image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.insight-team-member .image img {
    max-width: 100%;
    height: auto;
    -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-team-member .name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.insight-team-member .name:after {
    content: '';
    display: block;
    background-color: #e7e5e4;
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-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;
}

.insight-team-member .tagline {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    color: #696969;
}

.insight-team-member:hover .image img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari */
    transform: scale(1.1);
}

.insight-team-member:hover .name:after {
    width: 60px;
    background-color: #8eb359;
}

.insight-team-member.plant-style {
    position: relative;
}

.insight-team-member.plant-style .desc {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
}

.insight-team-member.plant-style .desc .name {
    margin-top: 0;
}

.insight-team-member.plant-style:hover .image img {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
    opacity: .2;
}

.insight-team-member.plant-style:hover .name:after {
    width: 30px;
    background-color: #ababab;
}

.insight-team-member.plant-style:hover .desc {
    opacity: 1;
}

.insight-team-member.style-03 {
    position: relative;
}

.insight-team-member.style-03 .desc {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
}

.insight-team-member.style-03 .desc .name {
    margin: 0;
    padding: 0;
    padding-top: 80px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
}

.insight-team-member.style-03 .desc .name:after {
    display: none;
}

.insight-team-member.style-03 .desc .name:before {
    width: auto;
    height: auto;
    background: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.insight-team-member.style-03:hover .image img {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
    opacity: .2;
}

.insight-team-member.style-03:hover .name:before {
    content: "\f218";
    font-family: "Ionicons";
    font-size: 32px;
    color: #8eb359;
}

.insight-team-member.style-03:hover .desc {
    opacity: 1;
}

.insight-team-member-2 {
    padding: 90px 100px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .insight-team-member-2 {
        padding: 40px 30px;
    }
}

.insight-team-member-2 .member-info {
    text-align: center;
    align-self: center;
    padding: 20px 0 20px 70px;
}

@media (max-width: 991px) {
    .insight-team-member-2 .member-info {
        padding-left: 0;
    }
}

.insight-team-member-2 .member-info .title, .insight-team-member-2 .member-info .name {
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.2em;
}

.insight-team-member-2 .member-info .title {
    font-size: 16px;
}

.insight-team-member-2 .member-info .name {
    font-size: 48px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px;
}

.insight-team-member-2 .member-info .insight-social {
    margin-top: 80px;
}

.insight-link-box {
    display: flex;
    height: 300px;
    width: 300px;
    border-radius: 100%;
    padding: 15px;
    background-color: #fff;
    margin: 0 auto;
}

.insight-link-box:hover .inner {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-color: #999;
}

.insight-link-box .inner {
    border: 1px solid #efefef;
    border-radius: 100%;
    display: flex;
    width: 270px;
    height: 270px;
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
}

.insight-link-box .inner h6 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
}

.insight-link-box .inner h4 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.4em;
    margin-bottom: 20px;
}

.insight-link-box .inner h5 {
    font-style: italic;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.bg-center .vc_column-inner {
    background-position: center center !important;
}

.counter-number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 1px;
    color: #00AEEF;
}

.counter-title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0;
    color: #333;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value {
    text-align: center;
}

@media (max-width: 991px) {
    body .insight-counter {
        border: none !important;
    }
}

.duration-0s,
.duration-0s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-0s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-0s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-0s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 0s ease-in-out;
    -moz-transition: -moz-transform 0s ease-in-out;
    -ms-transition: -ms-transform 0s ease-in-out;
    -o-transition: -o-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
}

.duration-1s,
.duration-1s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-1s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-1s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-1s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

.duration-2s,
.duration-2s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-2s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-2s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-2s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s ease-in-out;
    -moz-transition: -moz-transform 2s ease-in-out;
    -ms-transition: -ms-transform 2s ease-in-out;
    -o-transition: -o-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
}

.duration-3s,
.duration-3s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-3s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-3s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-3s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 3s ease-in-out;
    -moz-transition: -moz-transform 3s ease-in-out;
    -ms-transition: -ms-transform 3s ease-in-out;
    -o-transition: -o-transform 3s ease-in-out;
    transition: transform 3s ease-in-out;
}

.duration-4s,
.duration-4s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-4s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-4s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-4s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 4s ease-in-out;
    -moz-transition: -moz-transform 4s ease-in-out;
    -ms-transition: -ms-transform 4s ease-in-out;
    -o-transition: -o-transform 4s ease-in-out;
    transition: transform 4s ease-in-out;
}

.duration-5s,
.duration-5s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-5s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-5s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-5s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 5s ease-in-out;
    -moz-transition: -moz-transform 5s ease-in-out;
    -ms-transition: -ms-transform 5s ease-in-out;
    -o-transition: -o-transform 5s ease-in-out;
    transition: transform 5s ease-in-out;
}

.duration-6s,
.duration-6s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-6s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-6s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-6s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 6s ease-in-out;
    -moz-transition: -moz-transform 6s ease-in-out;
    -ms-transition: -ms-transform 6s ease-in-out;
    -o-transition: -o-transform 6s ease-in-out;
    transition: transform 6s ease-in-out;
}

.duration-7s,
.duration-7s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-7s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-7s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-7s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 7s ease-in-out;
    -moz-transition: -moz-transform 7s ease-in-out;
    -ms-transition: -ms-transform 7s ease-in-out;
    -o-transition: -o-transform 7s ease-in-out;
    transition: transform 7s ease-in-out;
}

.duration-8s,
.duration-8s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-8s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-8s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-8s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 8s ease-in-out;
    -moz-transition: -moz-transform 8s ease-in-out;
    -ms-transition: -ms-transform 8s ease-in-out;
    -o-transition: -o-transform 8s ease-in-out;
    transition: transform 8s ease-in-out;
}

.duration-9s,
.duration-9s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-9s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-9s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-9s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 9s ease-in-out;
    -moz-transition: -moz-transform 9s ease-in-out;
    -ms-transition: -ms-transform 9s ease-in-out;
    -o-transition: -o-transform 9s ease-in-out;
    transition: transform 9s ease-in-out;
}

.duration-10s,
.duration-10s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-10s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-10s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-10s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 10s ease-in-out;
    -moz-transition: -moz-transform 10s ease-in-out;
    -ms-transition: -ms-transform 10s ease-in-out;
    -o-transition: -o-transform 10s ease-in-out;
    transition: transform 10s ease-in-out;
}

.duration-11s,
.duration-11s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-11s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-11s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-11s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 11s ease-in-out;
    -moz-transition: -moz-transform 11s ease-in-out;
    -ms-transition: -ms-transform 11s ease-in-out;
    -o-transition: -o-transform 11s ease-in-out;
    transition: transform 11s ease-in-out;
}

.duration-12s,
.duration-12s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-12s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-12s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-12s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 12s ease-in-out;
    -moz-transition: -moz-transform 12s ease-in-out;
    -ms-transition: -ms-transform 12s ease-in-out;
    -o-transition: -o-transform 12s ease-in-out;
    transition: transform 12s ease-in-out;
}

.duration-13s,
.duration-13s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-13s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-13s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-13s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 13s ease-in-out;
    -moz-transition: -moz-transform 13s ease-in-out;
    -ms-transition: -ms-transform 13s ease-in-out;
    -o-transition: -o-transform 13s ease-in-out;
    transition: transform 13s ease-in-out;
}

.duration-14s,
.duration-14s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-14s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-14s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-14s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 14s ease-in-out;
    -moz-transition: -moz-transform 14s ease-in-out;
    -ms-transition: -ms-transform 14s ease-in-out;
    -o-transition: -o-transform 14s ease-in-out;
    transition: transform 14s ease-in-out;
}

.duration-15s,
.duration-15s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-15s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-15s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-15s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 15s ease-in-out;
    -moz-transition: -moz-transform 15s ease-in-out;
    -ms-transition: -ms-transform 15s ease-in-out;
    -o-transition: -o-transform 15s ease-in-out;
    transition: transform 15s ease-in-out;
}

.duration-16s,
.duration-16s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-16s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-16s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-16s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 16s ease-in-out;
    -moz-transition: -moz-transform 16s ease-in-out;
    -ms-transition: -ms-transform 16s ease-in-out;
    -o-transition: -o-transform 16s ease-in-out;
    transition: transform 16s ease-in-out;
}

.duration-17s,
.duration-17s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-17s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-17s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-17s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 17s ease-in-out;
    -moz-transition: -moz-transform 17s ease-in-out;
    -ms-transition: -ms-transform 17s ease-in-out;
    -o-transition: -o-transform 17s ease-in-out;
    transition: transform 17s ease-in-out;
}

.duration-18s,
.duration-18s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-18s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-18s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-18s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 18s ease-in-out;
    -moz-transition: -moz-transform 18s ease-in-out;
    -ms-transition: -ms-transform 18s ease-in-out;
    -o-transition: -o-transform 18s ease-in-out;
    transition: transform 18s ease-in-out;
}

.duration-19s,
.duration-19s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-19s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-19s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-19s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 19s ease-in-out;
    -moz-transition: -moz-transform 19s ease-in-out;
    -ms-transition: -ms-transform 19s ease-in-out;
    -o-transition: -o-transform 19s ease-in-out;
    transition: transform 19s ease-in-out;
}

.duration-20s,
.duration-20s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-20s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-20s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-20s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 20s ease-in-out;
    -moz-transition: -moz-transform 20s ease-in-out;
    -ms-transition: -ms-transform 20s ease-in-out;
    -o-transition: -o-transform 20s ease-in-out;
    transition: transform 20s ease-in-out;
}

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

.insight-video .title1 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.8em;
    color: #8eb359;
}

.insight-video .title2 {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: 0.5em;
    margin-bottom: 20px;
}

.insight-video .btn-container span {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 900;
    font-size: 18px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.insight-video .btn-container a {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    position: relative;
    background-color: #8eb359;
    border-radius: 50%;
    margin-left: 24px;
    margin-right: 24px;
}

.insight-video .btn-container a:hover {
    transform: scale(1.2);
}

.insight-video .btn-container a i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 10px;
    color: #fff;
}

.insight-video .btn-container a:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background-color: #8eb359;
    opacity: .2;
    position: absolute;
    top: -8px;
    left: -8px;
}

.insight-landing-demo.type-01 {
    text-align: center;
    display: block;
    width: 100%;
    padding: 30px;
}

.insight-landing-demo.type-01 .image {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.insight-landing-demo.type-01 .image img {
    width: 100%;
    height: auto;
    -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-landing-demo.type-01 .title {
    color: #424242;
    font-size: 18px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    margin-top: 20px;
    letter-spacing: .1em;
}

.insight-landing-demo.type-01:hover .image img {
    transform: scale(1.1);
}

.insight-landing-demo.type-02 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.insight-landing-demo.type-02 .image {
    width: 100%;
    height: auto;
    margin: 0;
}

.insight-landing-demo.type-02 .image img {
    width: 100%;
    height: auto;
}

.insight-landing-demo.type-02 .content {
    background-color: #fff;
    padding: 40px 15px;
    text-align: center;
}

.insight-landing-demo.type-02 .content .title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    letter-spacing: .05em;
}

.insight-landing-demo.type-02 .content .text {
    font-size: 15px;
}

.insight-landing-demo.type-03 {
    width: 100%;
    padding: 40px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    display: table;
    min-height: 180px;
}

.insight-landing-demo.type-03 .inner {
    display: table-row;
}

.insight-landing-demo.type-03 .inner .image {
    width: 30%;
    height: auto;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.insight-landing-demo.type-03 .inner .image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.insight-landing-demo.type-03 .inner .content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.insight-landing-demo.type-03 .inner .content .title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    letter-spacing: .05em;
}

.insight-landing-demo.type-03 .inner .content .text {
    font-size: 15px;
}

.insight-landing-demo.type-04 {
    width: 100%;
    padding: 15px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    display: table;
    min-height: 170px;
}

.insight-landing-demo.type-04 .inner {
    display: table-row;
}

.insight-landing-demo.type-04 .inner .image {
    width: 30%;
    height: auto;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.insight-landing-demo.type-04 .inner .image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.insight-landing-demo.type-04 .inner .content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.insight-landing-demo.type-04 .inner .content .title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    letter-spacing: .05em;
}

.insight-landing-demo.type-04 .inner .content .text {
    font-size: 15px;
}

.insight-icon-boxes--icon {
    font-size: 45px;
    color: #8eb359;
}

.insight-icon-boxes--icon i {
    padding: 13px;
    background-color: #f8f7f7;
    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;
}

.insight-icon-boxes--title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #333;
}

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

.insight-icon-boxes.icon_on_top .insight-icon-boxes--icon i {
    background-color: #fff;
}

.insight-icon-boxes.icon_on_top .insight-icon-boxes--title {
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.insight-icon-boxes.icon_on_top .insight-icon-boxes--title:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e7e5e4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-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;
}

.insight-icon-boxes.icon_on_top .insight-icon-boxes--link {
    margin-top: 20px;
}

.insight-icon-boxes.icon_on_top .insight-icon-boxes--link a {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    color: #696969;
    letter-spacing: .1em;
    line-height: 1;
    border-bottom: 1px solid #dad9d9;
    -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-icon-boxes.icon_on_top .insight-icon-boxes--link a:hover {
    color: #8eb359;
    border-color: #8eb359;
}

.insight-icon-boxes.icon_on_top:hover .insight-icon-boxes--title:after {
    width: 60px;
    background-color: #8eb359;
}

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

.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 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 {
    padding: 13px;
    background-color: #f8f7f7;
    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;
}

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

.insight-icon-boxes.icon_on_left .insight-icon-boxes--icon {
    padding-right: 30px;
}

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

.insight-icon-boxes.icon_on_right .insight-icon-boxes--icon {
    padding-left: 30px;
}

.insight-icon-boxes:hover .insight-icon-boxes--icon i {
    background-color: #8eb359;
    color: #fff;
}

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

.insight-icon-boxes.icon_on_top_2 .insight-icon-boxes--icon i {
    background-color: #fff;
}

.insight-icon-boxes.icon_on_top_2 .insight-icon-boxes--title {
    font-weight: 700;
    margin-top: 20px;
    font-size: 24px;
    position: relative;
}

.insight-icon-boxes.icon_on_top_2 .insight-icon-boxes--link {
    margin-top: 20px;
}

.insight-icon-boxes.style-3d {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.insight-icon-boxes.style-3d .insight-icon-boxes--inner {
    position: relative;
    z-index: 2;
}

.insight-icon-boxes.style-3d .insight-icon-boxes--inner .insight-icon-boxes--title {
    font-weight: bold;
}

.insight-icon-boxes.style-3d:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -24px;
    bottom: -20px;
    right: -20px;
    padding: 10px 20px;
    background-color: #fff;
    transform: perspective(1000px) rotateY(-20deg);
    border-radius: 40px;
}

.insight-icon-boxes.style-3d-2 {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.insight-icon-boxes.style-3d-2 .insight-icon-boxes--inner {
    position: relative;
    z-index: 2;
}

.insight-icon-boxes.style-3d-2 .insight-icon-boxes--inner .insight-icon-boxes--title {
    font-weight: bold;
}

.insight-icon-boxes.style-3d-2:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -20px;
    right: -35px;
    padding: 10px 20px;
    background-color: #fff;
    transform: perspective(1000px) rotateY(20deg);
    border-radius: 40px;
}

.insight-icon-boxes.style-plant-1 {
    margin-bottom: 30px;
}

.insight-icon-boxes.style-plant-1:hover .insight-icon-boxes--title {
    color: #8eb359;
    padding-left: 45px;
}

.insight-icon-boxes.style-plant-1:hover .insight-icon-boxes--title:before {
    width: 30px;
}

.insight-icon-boxes.style-plant-1 .insight-icon-boxes--title {
    margin-top: 0;
    text-transform: none;
}

.insight-icon-boxes.style-plant-1 .insight-icon-boxes--icon {
    padding-right: 30px;
}

.insight-icon-boxes.style-plant-1 .insight-icon-boxes--icon img {
    max-width: none;
}

.insight-icon-boxes.style-plant-1 .insight-icon-boxes--icon i {
    padding: 13px;
    background-color: #f8f7f7;
    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;
}

.insight-icon-boxes.style-plant-1 .insight-icon-boxes--icon, .insight-icon-boxes.style-plant-1 .insight-icon-boxes--inner {
    display: table-cell;
    vertical-align: top;
}

.insight-icon-boxes.style-plant-1 .insight-icon-boxes--title {
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Lato;
    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-icon-boxes.style-plant-1 .insight-icon-boxes--title:before {
    height: 1px;
    width: 0;
    display: inline-block;
    background-color: #8eb359;
    content: '';
    position: absolute;
    top: 49%;
    left: 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;
}

.insight-icon-boxes.style-plant-2 {
    text-align: center;
}

.insight-icon-boxes.style-plant-2 .insight-icon-boxes--icon i {
    font-size: 70px;
    background-color: #fff;
    width: 150px;
    height: 150px;
    display: inline-block;
    padding-top: 35px;
}

.insight-icon-boxes.style-plant-2 .insight-icon-boxes--title {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
}

.insight-icon-boxes.style-plant-2 .insight-icon-boxes--link {
    margin-top: 20px;
}

.insight-icon-boxes.style-plant-2 .insight-icon-boxes--link a {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    color: #696969;
    letter-spacing: .1em;
    line-height: 1;
    border-bottom: 1px solid #dad9d9;
    -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-icon-boxes.style-plant-2 .insight-icon-boxes--link a:hover {
    color: #8eb359;
    border-color: #8eb359;
}

.insight-icon-boxes.style-plant-2:hover .insight-icon-boxes--title:after {
    width: 60px;
    background-color: #8eb359;
}

.wpcf7-form .row .wpcf7-form-control-wrap, .wpcf7-form .insight-carousel .slick-track .wpcf7-form-control-wrap, .insight-carousel .wpcf7-form .slick-track .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
}

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

.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 {
    font-style: italic;
}

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

body .vc_row[data-vc-full-width] {
    overflow: visible;
}

body .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden;
}

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

[class*='insight-dot'] {
    cursor: pointer;
}

.insight-dot-style01 {
    font-size: 18px !important;
}

.insight-dot-style01:after {
    -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;
    width: 0;
    height: 1px;
    background-color: #8eb359;
    right: -100px;
    top: 50%;
    position: absolute;
}

.insight-dot-style01.active {
    font-size: 34px !important;
    color: #333 !important;
}

.insight-dot-style01.active:after {
    width: 80px;
}

.insight-dot-style01:hover {
    color: #333 !important;
}

@media (min-width: 544px) {
    .relative-visible {
        position: relative !important;
        overflow: visible !important;
    }

    .static-visible {
        position: static !important;
        overflow: visible !important;
    }
}

[class*='absolute-object'] {
    position: absolute !important;
    z-index: 2;
}

.absolute-object1 {
    right: 0;
}

.absolute-object2 {
    right: 0;
    top: -350px;
}

.absolute-object3 {
    left: 0;
    top: -200px;
}

.absolute-object4 {
    right: 0;
    top: -300px;
}

.absolute-object5 {
    left: 0;
    bottom: -150px;
}

.absolute-object6 {
    right: 0;
    bottom: -50px;
}

.absolute-object7 {
    left: 0;
    bottom: -150px;
}

@media (max-width: 991px) {
    [class*='absolute-object'] {
        max-width: 100px;
        top: -100px;
    }
}

@media (max-width: 768px) {
    [class*='absolute-object'] {
        display: none !important;
    }
}

.img-full-100 .vc_figure, .img-full-100 .vc_figure img {
    width: 100% !important;
}

.vc_custom_heading.add-to-cart a {
    padding-bottom: 5px;
    border-width: 0 0 1px 0 !important;
    border-style: solid !important;
    border-color: #8eb359;
}

.vc_custom_heading.title-with-lines {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}

.vc_custom_heading.title-with-lines a {
    position: relative;
}

.vc_custom_heading.title-with-lines a:before, .vc_custom_heading.title-with-lines a:after {
    content: '';
    width: 1000px;
    height: 1px;
    background-color: #696969;
    display: block;
}

.vc_custom_heading.title-with-lines a:before {
    position: absolute;
    top: 50%;
    left: 110%;
}

.vc_custom_heading.title-with-lines a:after {
    position: absolute;
    top: 50%;
    right: 110%;
}

.wpb_single_image.with-border.cake-style .vc_single_image-wrapper:before {
    border: 1px solid #333;
}

.wpb_single_image.with-border .vc_single_image-wrapper {
    position: relative;
}

.wpb_single_image.with-border .vc_single_image-wrapper img {
    position: relative;
    z-index: 2;
}

.wpb_single_image.with-border .vc_single_image-wrapper:before {
    display: block;
    content: '';
    border: 7px solid #f8f7f7;
    position: absolute;
    z-index: 1;
    top: 30px;
    right: -30px;
    bottom: -30px;
    left: 40px;
}

/*
Objects are "formless", in other words invisible to the user, no cosmetics
  Eg. wrappers, grid systems, etc.
This is the first layer of classes and should be agnostically named
  Eg. list-inline, ui-list, etc.
*/
/* 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,
.insight-btn,
body.page .comments-area .comment-form input[type="submit"],
body.page .comments-area .comment-form button[type="submit"],
.single .content .comments-area .comment-form input[type="submit"],
.single .content .comments-area .comment-form button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"] {
    padding: 0 25px;
    height: 40px;
    line-height: 38px;
    border: 1px solid;
    border-color: #8eb359;
    border-radius: 20px;
    display: inline-block;
    background-color: #8eb359;
    color: #fff;
    font-size: 15px;
    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,
.insight-btn:hover,
body.page .comments-area .comment-form input[type="submit"]:hover,
body.page .comments-area .comment-form button[type="submit"]:hover,
.single .content .comments-area .comment-form input[type="submit"]:hover,
.single .content .comments-area .comment-form button[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    border-color: #8eb359;
    background-color: transparent;
    color: #8eb359;
}

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

/*--------------------------------------------------------------
# Top bar
--------------------------------------------------------------*/
.topbar {
    flex: 0 0 100%;
    max-width: 100%;
	text-align:center;
}

.topbar .row > div, .topbar .insight-carousel .slick-track > div, .insight-carousel .topbar .slick-track > 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;
    display: flex;
    float: 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-organie .mobile-menu .mega-menu-content .vc_row, .tm-organie .mobile-menu .mega-menu-content .vc_column-inner, .tm-organie .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: #696969;
    padding: 0px 20px;
    line-height: 42px;
    background: inherit;
}

.mobile-menu > ul.menu li a i {
    width: 20px;
}

.mobile-menu > ul.menu li a:hover {
    color: #8eb359;
}

.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: #8eb359;
}

@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: #8eb359;
}

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

#menu-slideout {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    background: #fff;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

html.slideout-open-left {
    overflow: hidden;
}

html.slideout-open-left body {
    overflow: hidden;
}

html.slideout-open-left .slideout-panel {
    overflow: hidden;
}

html.slideout-open-left .slideout-panel:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 9999999;
}

html.slideout-open-left #menu-slideout {
    display: block;
}

#right-slideout {
    display: none;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 360px;
    padding: 40px;
    background: #fff;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#right-slideout .right-slideout-close {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

#right-slideout .right-slideout-close i {
    font-size: 30px;
    cursor: pointer;
}

#right-slideout .widget {
    margin-bottom: 60px;
    position: relative;
}

#right-slideout .widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    /*font-family: "Playfair Display";*/
    margin-left: -40px;
    border-left: 3px solid #8eb359;
    padding-left: 37px;
    margin-bottom: 20px;
}

#right-slideout .widget.widget_text .textbox {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    line-height: 2em;
    padding: 30px 0;
    background-image: url("assets/images/textbox_bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

#right-slideout .widget.widget_search form {
    position: relative;
}

#right-slideout .widget.widget_search form label {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

#right-slideout .widget.widget_search form input[type="search"] {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #f4f4f4;
    font-size: 24px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
}

#right-slideout .widget.widget_search form input[type="submit"], #right-slideout .widget.widget_search form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    text-indent: 50px;
    border: none;
    background: none;
    overflow: hidden;
    z-index: 98;
}

#right-slideout .widget.widget_search form:after {
    content: '\f4a4';
    font-family: Ionicons;
    font-size: 24px;
    color: #696969;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    z-index: 97;
}

#right-slideout .widget.insight-core-bmw, #right-slideout .widget.widget_nav_menu {
    margin-bottom: 50px;
}

#right-slideout .widget.insight-core-bmw ul, #right-slideout .widget.widget_nav_menu ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#right-slideout .widget.insight-core-bmw ul li, #right-slideout .widget.widget_nav_menu ul li {
    width: 50%;
    padding: 10px 0;
    display: inline-block;
    float: left;
}

#right-slideout .widget.insight-core-bmw ul li a, #right-slideout .widget.widget_nav_menu ul li a {
    text-transform: uppercase;
    color: #ababab;
    font-size: 14px;
    font-weight: 700;
}

#right-slideout .widget.insight-core-bmw ul li a:hover, #right-slideout .widget.widget_nav_menu ul li a:hover {
    color: #8eb359;
}

#right-slideout .widget.insight-socials .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 14px;
    color: #696969;
}

#right-slideout .widget.insight-socials .socials a:hover {
    background-color: #8eb359;
    border-color: #8eb359;
    color: #fff;
}

#right-slideout .widget_shopping_cart_content {
    z-index: 99999;
    overflow: auto;
    padding: 0;
    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;
}

#right-slideout .widget_shopping_cart_content .cart_list {
    padding: 0;
    margin: 0;
    max-height: 373px;
    overflow: auto;
    border-bottom: 1px solid #f4f4f4;
}

#right-slideout .widget_shopping_cart_content .cart_list li {
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
    display: inline-block;
    width: 100%;
}

#right-slideout .widget_shopping_cart_content .cart_list li:first-child {
    padding-top: 0;
}

#right-slideout .widget_shopping_cart_content .cart_list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#right-slideout .widget_shopping_cart_content .cart_list li:before, #right-slideout .widget_shopping_cart_content .cart_list li:after {
    display: none !important;
}

#right-slideout .widget_shopping_cart_content .cart_list li img {
    float: left;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 5px;
    width: 80px;
    height: 80px;
    border: 1px solid #f8f7f7;
    -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-slideout .widget_shopping_cart_content .cart_list li .info {
    display: inline-block;
}

#right-slideout .widget_shopping_cart_content .cart_list li .info a {
    font-size: 16px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    color: #333;
    display: block;
    position: relative;
    padding-bottom: 10px;
}

#right-slideout .widget_shopping_cart_content .cart_list li .info a:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e7e5e4;
    position: absolute;
    left: 0;
    bottom: 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;
}

#right-slideout .widget_shopping_cart_content .cart_list li .info .quantity {
    display: inline-block;
    max-width: none;
    border: none;
    color: #696969;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    padding: 0;
    margin-top: 10px;
}

#right-slideout .widget_shopping_cart_content .cart_list li .info .quantity span {
    float: none;
}

#right-slideout .widget_shopping_cart_content .cart_list li .info .badges {
    display: inline-block;
}

#right-slideout .widget_shopping_cart_content .cart_list li .info .badges span {
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #8eb359;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 5px;
}

#right-slideout .widget_shopping_cart_content .cart_list li .info .badges span.hot {
    background-color: #f9734d;
}

#right-slideout .widget_shopping_cart_content .cart_list li .info .badges span.onsale {
    background-color: #f4cb75;
}

#right-slideout .widget_shopping_cart_content .cart_list li .info .badges span.new {
    background-color: #b4e1f7;
}

#right-slideout .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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #696969 !important;
    font-weight: 400;
}

#right-slideout .widget_shopping_cart_content .cart_list li .remove:hover {
    background: none;
    color: red !important;
}

#right-slideout .widget_shopping_cart_content .cart_list li.empty {
    color: #222222;
    font-weight: 400;
}

#right-slideout .widget_shopping_cart_content .cart_list li:hover img {
    border-color: #8eb359;
}

#right-slideout .widget_shopping_cart_content .cart_list li:hover .info a:after {
    width: 60px;
    background-color: #8eb359;
}

#right-slideout .widget_shopping_cart_content .total {
    margin: 0;
    padding: 30px 0;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

#right-slideout .widget_shopping_cart_content .total .amount {
    position: absolute;
    right: 0;
    top: 25px;
    color: #8eb359;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
}

#right-slideout .widget_shopping_cart_content .buttons {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

#right-slideout .widget_shopping_cart_content .buttons a {
    margin: 0 5px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #8eb359;
    padding: 0 20px;
    background: #8eb359;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    letter-spacing: .05em;
}

#right-slideout .widget_shopping_cart_content .buttons a.checkout {
    background: none;
    color: #8eb359;
    border-color: #8eb359;
}

#right-slideout .widget_shopping_cart_content .buttons a:hover {
    background-color: #8eb359;
    color: #fff !important;
}

#right-slideout .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;
}

#right-slideout .widget_shopping_cart_content .wc-forward:hover {
    background-color: #dad8da;
}

#right-slideout .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;
}

#right-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation:before, #right-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation:after {
    display: none;
}

#right-slideout .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;
}

#right-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dd {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#right-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dd p {
    margin: 0;
}

#right-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item .quantity {
    height: auto;
    display: inline-block;
}

body.admin-bar #right-slideout {
    top: 32px;
}

html.slideout-open-right {
    overflow: hidden;
}

html.slideout-open-right body {
    overflow: hidden;
}

html.slideout-open-right .slideout-panel {
    overflow: hidden;
}

html.slideout-open-right .slideout-panel:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 9999999;
}

html.slideout-open-right #right-slideout {
    display: block;
}

#cart-slideout {
    display: none;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 360px;
    background: #fff;
    text-align: left;
    padding: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#cart-slideout .cart-slideout-close {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

#cart-slideout .cart-slideout-close i {
    font-size: 30px;
    display: inline-block;
    cursor: pointer;
}

#cart-slideout .widget_shopping_cart_content {
    z-index: 99999;
    overflow: auto;
    padding: 0;
    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;
}

#cart-slideout .widget_shopping_cart_content .cart_list {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
}

#cart-slideout .widget_shopping_cart_content .cart_list li {
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}

#cart-slideout .widget_shopping_cart_content .cart_list li:last-child {
    border-bottom: none;
}

#cart-slideout .widget_shopping_cart_content .cart_list li:before, #cart-slideout .widget_shopping_cart_content .cart_list li:after {
    display: none !important;
}

#cart-slideout .widget_shopping_cart_content .cart_list li img {
    float: left;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 5px;
    width: 80px;
    height: 80px;
    border: 1px solid #f8f7f7;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info {
    display: inline-block;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info a {
    font-size: 16px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    color: #333;
    display: block;
    position: relative;
    padding-bottom: 10px;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info a:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e7e5e4;
    position: absolute;
    left: 0;
    bottom: 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;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info .quantity {
    display: inline-block;
    max-width: none;
    border: none;
    color: #696969;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    padding: 0;
    margin-top: 10px;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info .quantity span {
    float: none;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info .badges {
    display: inline-block;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info .badges span {
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #8eb359;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 5px;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info .badges span.hot {
    background-color: #f9734d;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info .badges span.onsale {
    background-color: #f4cb75;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .info .badges span.new {
    background-color: #b4e1f7;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .remove {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #696969 !important;
    font-weight: 400;
}

#cart-slideout .widget_shopping_cart_content .cart_list li .remove:hover {
    background: none;
    color: red !important;
}

#cart-slideout .widget_shopping_cart_content .cart_list li.empty {
    color: #222222;
    font-weight: 400;
}

#cart-slideout .widget_shopping_cart_content .cart_list li:hover img {
    border-color: #8eb359;
}

#cart-slideout .widget_shopping_cart_content .cart_list li:hover .info a:after {
    width: 60px;
    background-color: #8eb359;
}

#cart-slideout .widget_shopping_cart_content .total {
    margin: 0;
    padding: 30px 0;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

#cart-slideout .widget_shopping_cart_content .total .amount {
    position: absolute;
    right: 0;
    top: 25px;
    color: #8eb359;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
}

#cart-slideout .widget_shopping_cart_content .buttons {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

#cart-slideout .widget_shopping_cart_content .buttons a {
    margin: 0 5px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #8eb359;
    padding: 0 20px;
    background: #8eb359;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    letter-spacing: .05em;
}

#cart-slideout .widget_shopping_cart_content .buttons a.checkout {
    background: none;
    color: #8eb359;
    border-color: #8eb359;
}

#cart-slideout .widget_shopping_cart_content .buttons a:hover {
    background-color: #8eb359;
    color: #fff !important;
}

#cart-slideout .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;
}

#cart-slideout .widget_shopping_cart_content .wc-forward:hover {
    background-color: #dad8da;
}

#cart-slideout .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;
}

#cart-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation:before, #cart-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation:after {
    display: none;
}

#cart-slideout .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;
}

#cart-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dd {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#cart-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item dl.variation dd p {
    margin: 0;
}

#cart-slideout .widget_shopping_cart_content .product_list_widget li.mini_cart_item .quantity {
    height: auto;
    display: inline-block;
}

body.admin-bar #cart-slideout {
    top: 32px;
}

html.slideout-open-cart {
    overflow: hidden;
}

html.slideout-open-cart body {
    overflow: hidden;
}

html.slideout-open-cart .slideout-panel {
    overflow: hidden;
}

html.slideout-open-cart .slideout-panel:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 9999999;
}

html.slideout-open-cart #cart-slideout {
    display: block;
}

/*--------------------------------------------------------------
# Header General
--------------------------------------------------------------*/
.header {
    width: 100%;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background: #fff !important;
}

.header.headroom--not-top {
    position: fixed !important;
    background: #fff !important;
    top: 0;
    left: 0;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    z-index: 999;
}

.header.headroom--not-top #menu .menu__container > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
}

.top-search {
    width: 80%;
    background-color: #8eb359;
    color: #fff;
   /* display: none;*/
    display: block !important;
    line-height: 30px;
    height: 30px;
    margin: 0px;
    text-align: left;
    padding: 0px;
	float:right;
}

.top-search form {
    padding-left: 10px;
    padding-right: 0px;
    position: relative;
}

.top-search form label{width: 90%;float:left;}

.top-search form input[type="submit"] {
	background: url('icon-search.png') no-repeat right center !important;
	float: right;
	vertical-align: middle;
	text-indent: -100000px;
	border: none;
	width: 10%;
	height: 32px !important;
	padding:0 !important;
	margin:0;
}
.top-search form input[type="search"] {
    border: none;
    background: none;
    color: #fff !important;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    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;
}

body.admin-bar header.headroom--not-top {
    top: 32px;
}

body.overlay-header header.headroom--not-top {
    background-color: #333;
}

@media (max-width: 991px) {
    header.header-desktop {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Header 01
--------------------------------------------------------------*/
header.header-01 {
    display: inline-block;
    width: 100%;
}

header.header-01 .top-search {
    padding: 0 15px;
    text-align: left;
}

header.header-01 .top-search input {
    text-align: left;
}

header.header-01 .header-container {
    position: relative;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
    z-index: 999;
}

header.header-01 .header-container .row, header.header-01 .header-container .insight-carousel .slick-track, .insight-carousel header.header-01 .header-container .slick-track {
    margin: 0;
}

header.header-01 .header-container .header-left {
    padding-left: 100px;
}

header.header-01 .header-container .header-center {
    position: static;
}

header.header-01 .header-container .header-center nav.menu {
    display: inline-block;
    width: 100%;
    text-align: center;
}

header.header-01 .header-container .header-center nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

header.header-01 .header-container .header-center nav.menu ul li a {
    text-transform: uppercase;
}

header.header-01 .header-container .header-right {
    padding-right: 100px;
    text-align: right;
}

/*--------------------------------------------------------------
# Header 02
--------------------------------------------------------------*/
header.header-02 .header-container {
    position: relative;
}

header.header-02 .header-container .header-logo {
    text-align: center;
    padding: 40px 0;
}

header.header-02 .header-container .header-nav {
    position: relative;
    text-align: center;
    border-top: 1px solid #f4f4f4;
}

header.header-02 .header-container .header-nav nav {
    display: inline-block;
}

header.header-02 .header-container .header-nav nav .menu__container {
    position: static !important;
}

header.header-02 .header-container .header-nav .btn-wrap {
    display: inline-block;
    position: relative;
    height: 24px;
    margin-left: 10px;
    vertical-align: middle;
}

header.header-02 .header-container .header-nav .btn-wrap .btn-wrap-inner > div {
    margin-left: 20px;
}

header.header-02 .header-container .header-nav .btn-wrap .btn-wrap-inner > div:first-child {
    margin-left: 0;
}

header.header-02 #menu .menu__container > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header-02 nav.menu {
    text-align: center;
}

header.header-02 nav.menu li a {
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header-02 nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
}

header.header-02.headroom--not-top .header-logo {
    display: none;
}

header.header-02.headroom--not-top .header-nav {
    border-top: none;
}

/*--------------------------------------------------------------
# Header 03
--------------------------------------------------------------*/
header.header-03 .header-container {
    position: relative;
}

header.header-03 .header-container .widget {
    margin: 0;
}

header.header-03 .header-container .header-logo {
    text-align: center;
    padding: 40px 0;
}

header.header-03 .header-container .header-logo .header-left {
    text-align: left;
}

header.header-03 .header-container .header-logo .header-left div {
    display: inline-block;
}

header.header-03 .header-container .header-logo .header-left .text {
    font-size: 12px;
    color: #696969;
}

header.header-03 .header-container .header-logo .header-left .text span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

header.header-03 .header-container .header-logo .header-left .icon {
    font-size: 35px;
    color: #333;
    float: right;
    margin-left: 20px;
    line-height: 42px;
}

header.header-03 .header-container .header-logo .header-right {
    text-align: right;
}

header.header-03 .header-container .header-logo .header-right .mini-cart {
    display: inline-block;
    cursor: pointer;
}

header.header-03 .header-container .header-logo .header-right .mini-cart .mini-cart-icon {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 42px;
    font-size: 35px;
    color: #333;
    position: relative;
}

header.header-03 .header-container .header-logo .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-color: #8eb359;
    color: #fff;
}

header.header-03 .header-container .header-logo .header-right .mini-cart .mini-cart-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #696969;
}

header.header-03 .header-container .header-logo .header-right .mini-cart .mini-cart-text .mini-cart-total {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    font-style: italic;
    line-height: 1;
}

header.header-03 .header-container .header-nav {
    position: relative;
    text-align: center;
    border-top: 1px solid #f4f4f4;
}

header.header-03 .header-container .header-nav nav {
    display: inline-block;
}

header.header-03 .header-container .header-nav nav .menu__container {
    position: static !important;
}

header.header-03 .header-container .header-nav .btn-wrap {
    display: inline-block;
    position: relative;
    height: 24px;
    margin-left: 10px;
    vertical-align: middle;
}

header.header-03 .header-container .header-nav .btn-wrap .btn-wrap-inner > div {
    margin-left: 20px;
}

header.header-03 .header-container .header-nav .btn-wrap .btn-wrap-inner > div:first-child {
    margin-left: 0;
}

header.header-03 #menu .menu__container > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header-03 nav.menu {
    text-align: center;
}

header.header-03 nav.menu li a {
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header-03 nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
}

header.header-03.headroom--not-top .header-logo {
    display: none;
}

header.header-03.headroom--not-top .header-nav {
    border-top: none;
}

/*--------------------------------------------------------------
# Header 04
--------------------------------------------------------------*/
header.header-04 {
    display: inline-block;
    width: 100%;
}

header.header-04.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

header.header-04.header-overlay .header-container {
    padding-top: 25px;
    padding-bottom: 25px;
}

header.header-04.header-overlay .header-container .header-center nav#menu {
    display: none;
}

header.header-04.headroom--not-top .header-container {
    padding-top: 0;
    padding-bottom: 0;
}

header.header-04.headroom--not-top .header-container .header-center nav#menu {
    display: block;
}

header.header-04 .top-search {
    padding: 0 15px;
    text-align: center;
}

header.header-04 .top-search input {
    text-align: center;
}

header.header-04 .header-container {
    position: relative;
    z-index: 999;
}

header.header-04 .header-container .row, header.header-04 .header-container .insight-carousel .slick-track, .insight-carousel header.header-04 .header-container .slick-track {
    margin: 0;
}

header.header-04 .header-container .header-left {
    padding-left: 100px;
}

header.header-04 .header-container .header-center {
    position: static;
}

header.header-04 .header-container .header-center nav.menu {
    display: inline-block;
    width: 100%;
    text-align: center;
}

header.header-04 .header-container .header-center nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

header.header-04 .header-container .header-center nav.menu ul li a {
    text-transform: uppercase;
}

header.header-04 .header-container .header-right {
    padding-right: 100px;
    text-align: right;
}

body.admin-bar header.header-04.header-overlay {
    top: 32px;
}

/*--------------------------------------------------------------
# Header 01
--------------------------------------------------------------*/
header.header-05 {
    display: inline-block;
    width: 100%;
}

header.header-05 .header-social a {
    font-size: 20px;
    padding: 0 15px;
}

header.header-05 .header-center nav#menu #branding_logo_li {
    vertical-align: middle;
}

header.header-05 .header-center nav#menu #branding_logo_li a {
    padding-top: 0;
    padding-bottom: 0;
}

header.header-05.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

header.header-05 .top-search {
    padding: 0 15px;
    text-align: center;
}

header.header-05 .top-search input {
    text-align: center;
}

header.header-05 .header-container {
    position: relative;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
    z-index: 999;
}

header.header-05 .header-container .row, header.header-05 .header-container .insight-carousel .slick-track, .insight-carousel header.header-05 .header-container .slick-track {
    margin: 0;
}

header.header-05 .header-container .header-left {
    padding-left: 100px;
}

header.header-05 .header-container .header-center {
    position: static;
}

header.header-05 .header-container .header-center nav.menu {
    display: inline-block;
    width: 100%;
    text-align: center;
}

header.header-05 .header-container .header-center nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

header.header-05 .header-container .header-center nav.menu ul li a {
    text-transform: uppercase;
}

header.header-05 .header-container .header-right {
    padding-right: 100px;
    text-align: right;
}

body.admin-bar header.header-05.header-overlay {
    top: 32px;
}

/*--------------------------------------------------------------
# Header 063
--------------------------------------------------------------*/
header.header-06 .header-container {
    position: relative;
}

header.header-06 .header-container .widget {
    margin: 0;
}

header.header-06 .header-container .header-logo {
    text-align: center;
    /*padding: 50px 0 80px 0;*/
    padding: 5px 0 35px 0;
}

header.header-06 .header-container .header-logo .header-right {
    text-align: left;
}

header.header-06 .header-container .header-logo .header-right div {
    display: inline-block;
}

header.header-06 .header-container .header-logo .header-right .text {
    font-size: 12px;
    color: #696969;
}

header.header-06 .header-container .header-logo .header-right .text span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

header.header-06 .header-container .header-logo .header-right .icon {
    font-size: 35px;
    color: #333;
    float: right;
    margin-left: 10px;
    line-height: 42px;
}

header.header-06 .header-container .header-logo .header-right {
    text-align: right;
}

header.header-06 .header-container .header-logo .header-right .mini-cart {
    display: inline-block;
    cursor: pointer;
}

header.header-06 .header-container .header-logo .header-right .mini-cart .mini-cart-icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 42px;
    font-size: 35px;
    color: #333;
    position: relative;
}

header.header-06 .header-container .header-logo .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-color: #8eb359;
    color: #fff;
}

header.header-06 .header-container .header-logo .header-right .mini-cart .mini-cart-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #696969;
}

header.header-06 .header-container .header-logo .header-right .mini-cart .mini-cart-text .mini-cart-total {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    font-style: italic;
    line-height: 1;
}

header.header-06 .header-container .header-nav {
    position: absolute;
    text-align: center;
    background-color: #333 !important;
    color: #fff !important;
    display: block;
    width: 100%;
    left: 0;
    bottom: -30px;
}

header.header-06 .header-container .header-nav nav {
   /* display: inline-block;*/
}

header.header-06 .header-container .header-nav nav .menu__container {
    position: static !important;
}

header.header-06 .header-container .header-nav .btn-wrap {
    display: inline-block;
    position: relative;
    height: 24px;
    vertical-align: middle;
    margin-left: 10px;
}

header.header-06 .header-container .header-nav .btn-wrap .wishlist-wrap {
    color: #fff;
}

header.header-06 .header-container .header-nav .btn-wrap .wishlist-wrap a {
    color: #fff;
}

header.header-06 nav.menu {
    text-align: center;
}

header.header-06 nav.menu li a {
    color: #fff;
    text-transform: uppercase;
}

header.header-06 nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
}

header.header-06 #menu .menu__container > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header-06.headroom--not-top {
    background-color: #333 !important;
}
header.header-06.headroom--not-top .sub-menu{
	top: 60px !important;
}
header.header-06.headroom--not-top .header-logo {
    display: none;
}

header.header-06.headroom--not-top .header-nav {
    border-top: none;
    position: relative;
    top: 0;
    left: 0;
}

header.header-06.headroom--not-top .header-nav #menu .menu__container > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Header 03
--------------------------------------------------------------*/
header.header-07 {
    display: inline-block;
    width: 100%;
}

header.header-07.header-overlay {
    position: absolute;
    top: 51px;
    left: 0;
}

.admin-bar header.header-07.header-overlay {
    top: 83px;
}

header.header-07.header-overlay.headroom--top .header-container #menu > ul > li > a {
    color: #fff;
}

header.header-07.header-overlay.headroom--not-top {
    top: 0;
}

.admin-bar header.header-07.header-overlay.headroom--not-top {
    top: 32px;
}

header.header-07 .header-container {
    position: relative;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
    z-index: 999;
}

header.header-07 .header-container .row, header.header-07 .header-container .insight-carousel .slick-track, .insight-carousel header.header-07 .header-container .slick-track {
    margin: 0;
}

header.header-07 .header-container .header-left {
    padding-left: 55px;
}

header.header-07 .header-container .header-right {
    padding-right: 55px;
    text-align: right;
}

header.header-07 .header-container .header-right nav.menu {
    display: inline-block;
    text-align: right;
}

header.header-07 .header-container .header-right nav.menu ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

header.header-07 .header-container .header-right nav.menu ul li a {
    text-transform: uppercase;
}

header.header-07 .header-container .header-right .btn-wrap {
    display: inline-block;
    position: relative;
    height: auto;
    vertical-align: middle;
    margin-left: 10px;
}

.topbar.topbar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 999;
}

.admin-bar .topbar.topbar-overlay {
    top: 32px;
}

.topbar.topbar-overlay, .topbar.topbar-overlay .topbar-container {
    background: none;
}

.topbar.topbar-overlay a {
    color: #ababab;
}

.btn-wrap .btn-wrap-inner {
    position: relative;
    height: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-wrap .btn-wrap-inner > div {
    position: relative;
    margin-left: 30px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.btn-wrap .btn-wrap-inner > div:first-child {
    margin-left: 0;
}
#user-wrap {
	float:right !important;
}
.wishlist-wrap {
    position: relative;
    font-size: 32px;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 32px;
	text-align:center;
}

.mini-cart-wrap {
    position: relative;
    font-size: 20px;
    line-height: 24px;
}
.wishlist-wrap .wishlist-btn:before {
    content: '\f387';
    font-family: Ionicons;
}

.wishlist-wrap .wishlist-btn:after {
    font-family: inherit;
    content: attr(data-count);
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #8eb359;
    color: #fff;
}

.top-search-wrap .top-search-btn:before {
    content: "\f4a5";
    font-family: Ionicons;
    font-weight: 400;
}

.mini-cart-wrap .mini-cart .mini-cart-icon i {
    font-style: normal;
}

.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: #8eb359;
    color: #fff;
}

.mini-cart-wrap .mini-cart .mini-cart-text {
    display: none;
}

/*--------------------------------------------------------------
# Header mobile
--------------------------------------------------------------*/
header.header-mobile .header-center{
	margin:0px auto;
}
header.header-mobile {
    display: none;
    padding: 10px 0;
    width: 100%;
}

header.header-mobile .top-search {
    /*margin-bottom: 30px;*/	
    float: none;
	width:100%;
}
header.header-mobile .top-search form label{
    width: 85%;
}
header.header-mobile .top-search form input[type="submit"]{width: 15%;}

header.header-mobile .header-left {
    font-size: 24px;
    text-align: left;
}

header.header-mobile .header-left #open-left {
    cursor: pointer;
}

header.header-mobile .header-center {
    text-align: center;
}

header.header-mobile .header-right {
    text-align: right;
}

header.header-mobile .header-right .mini-cart-wrap {
    vertical-align: middle;
    display: inline-block;
    height: 24px;
}

header.header-mobile .header-right .mini-cart-wrap .mini-cart {
    padding-right: 10px;
}

header.header-mobile .header-right .mini-cart-wrap .mini-cart .mini-cart-icon {
    margin-right: 0;
}

header.header-mobile .header-right .mini-cart-wrap .mini-cart .mini-cart-icon:after {
    top: 0;
}

header.header-mobile .header-right .top-search-wrap {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    margin-left: 20px;
}

header.header-mobile .header-right .top-search-wrap .top-search-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-align: left;
}

header.header-mobile .header-right .top-search-wrap .top-search-btn:before {
    content: "\f4a5";
    font-family: Ionicons;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

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

.header-overlay .header:not(.headroom--not-top), .header-overlay.header:not(.headroom--not-top) {
    background: rgba(33, 33, 33, 0) !important;
}

#menu {
    position: static;
}

#menu .menu__container > ul > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

#menu .menu__container > ul ul.children {
    min-width: 260px;
}

#menu .menu__container, #menu .menu__container > ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position: static;
    z-index: 2;
	float: left;
}

#menu .menu__container li.current-menu-item > a, #menu .menu__container li.current-menu-ancestor > a, #menu .menu__container li.current-menu-parent > a, #menu .menu__container > ul li.current-menu-item > a, #menu .menu__container > ul li.current-menu-ancestor > a, #menu .menu__container > ul li.current-menu-parent > a {
    color: #8eb359;
}

#menu .menu__container > li, #menu .menu__container > ul > li {
    position: relative;
    display: inline-block;
}

#menu .menu__container > li a, #menu .menu__container > ul > li a {
    display: inline-block;
}

#menu .menu__container > li.mega-menu, #menu .menu__container > ul > li.mega-menu {
    position: static;
}

#menu .menu__container > li.menu-item-has-children > a:after, #menu .menu__container > li.page_item_has_children > a:after, #menu .menu__container > ul > li.menu-item-has-children > a:after, #menu .menu__container > ul > li.page_item_has_children > a:after {
    content: '\f3d0';
    margin-left: 10px;
    font-size: 12px;
    font-family: Ionicons;
}

#menu .menu__container > li:hover > .sub-menu, #menu .menu__container > li:hover > .children, #menu .menu__container > ul > li:hover > .sub-menu, #menu .menu__container > ul > li:hover > .children {
    top: 100%;
    visibility: visible;
    z-index: 2;
    opacity: 1;
}

#menu .menu__container > li:hover > .sub-menu li:hover > .sub-menu, #menu .menu__container > li:hover > .sub-menu li:hover > .children, #menu .menu__container > li:hover > .children li:hover > .sub-menu, #menu .menu__container > li:hover > .children li:hover > .children, #menu .menu__container > ul > li:hover > .sub-menu li:hover > .sub-menu, #menu .menu__container > ul > li:hover > .sub-menu li:hover > .children, #menu .menu__container > ul > li:hover > .children li:hover > .sub-menu, #menu .menu__container > ul > li:hover > .children li:hover > .children {
    top: -22px;
    left: 100%;
    visibility: visible;
    opacity: 1;
}

#menu .menu__container > li:hover > .sub-menu li.open-left:hover > .sub-menu, #menu .menu__container > li:hover > .sub-menu li.open-left:hover > .children, #menu .menu__container > li:hover > .children li.open-left:hover > .sub-menu, #menu .menu__container > li:hover > .children li.open-left:hover > .children, #menu .menu__container > ul > li:hover > .sub-menu li.open-left:hover > .sub-menu, #menu .menu__container > ul > li:hover > .sub-menu li.open-left:hover > .children, #menu .menu__container > ul > li:hover > .children li.open-left:hover > .sub-menu, #menu .menu__container > ul > li:hover > .children li.open-left:hover > .children {
    top: -22px;
    left: -100%;
    visibility: visible;
    opacity: 1;
}

#menu .menu__container .sub-menu, #menu .menu__container .children, #menu .menu__container > ul .sub-menu, #menu .menu__container > ul .children {
    border-top: 2px solid #8eb359;
    position: absolute;
    top: 110%;
    left: 0;
    visibility: hidden;
    margin: 0;
    min-width: 230px;
    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: 5px 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
}

#menu .menu__container .sub-menu li, #menu .menu__container .children li, #menu .menu__container > ul .sub-menu li, #menu .menu__container > ul .children li {
    position: relative;
    padding: 0 20px;
}

#menu .menu__container .sub-menu li a, #menu .menu__container .children li a, #menu .menu__container > ul .sub-menu li a, #menu .menu__container > ul .children li a {
    display: block;
    padding: 15px 0;
    color: #696969;
    text-transform: none;
    font-weight: 400;
    background: none;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    white-space: normal;
}

#menu .menu__container .sub-menu li a:hover, #menu .menu__container .children li a:hover, #menu .menu__container > ul .sub-menu li a:hover, #menu .menu__container > ul .children li a:hover {
    background: none;
    color: #8eb359;
    border-bottom-color: #8eb359;
}

#menu .menu__container .sub-menu li:last-child a, #menu .menu__container .children li:last-child a, #menu .menu__container > ul .sub-menu li:last-child a, #menu .menu__container > ul .children li:last-child a {
    border: none;
}

#menu .menu__container .sub-menu li.menu-item-has-children:after, #menu .menu__container .sub-menu li.page_item_has_children:after, #menu .menu__container .children li.menu-item-has-children:after, #menu .menu__container .children li.page_item_has_children:after, #menu .menu__container > ul .sub-menu li.menu-item-has-children:after, #menu .menu__container > ul .sub-menu li.page_item_has_children:after, #menu .menu__container > ul .children li.menu-item-has-children:after, #menu .menu__container > ul .children li.page_item_has_children:after {
    content: '\f363';
    font-size: 16px;
    font-family: Ionicons;
    position: absolute;
    right: 20px;
    top: 14px;
    color: #696969;
}

#menu .menu__container .sub-menu li.menu-item-has-children:hover:after, #menu .menu__container .sub-menu li.page_item_has_children:hover:after, #menu .menu__container .children li.menu-item-has-children:hover:after, #menu .menu__container .children li.page_item_has_children:hover:after, #menu .menu__container > ul .sub-menu li.menu-item-has-children:hover:after, #menu .menu__container > ul .sub-menu li.page_item_has_children:hover:after, #menu .menu__container > ul .children li.menu-item-has-children:hover:after, #menu .menu__container > ul .children li.page_item_has_children:hover:after {
    color: #8eb359;
}

#menu .menu__container .sub-menu li .sub-menu, #menu .menu__container .sub-menu li .children, #menu .menu__container .children li .sub-menu, #menu .menu__container .children li .children, #menu .menu__container > ul .sub-menu li .sub-menu, #menu .menu__container > ul .sub-menu li .children, #menu .menu__container > ul .children li .sub-menu, #menu .menu__container > ul .children li .children {
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
}

#menu .menu__container .sub-menu li.open-left .sub-menu, #menu .menu__container .sub-menu li.open-left .children, #menu .menu__container .children li.open-left .sub-menu, #menu .menu__container .children li.open-left .children, #menu .menu__container > ul .sub-menu li.open-left .sub-menu, #menu .menu__container > ul .sub-menu li.open-left .children, #menu .menu__container > ul .children li.open-left .sub-menu, #menu .menu__container > ul .children li.open-left .children {
    top: 0;
    left: -100%;
    visibility: hidden;
    opacity: 0;
}

#menu .mega-menu > .sub-menu, #menu .mega-menu .children {
    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, #menu .mega-menu .wpb_text_column ul li.hot a:after, #menu .mega-menu .wpb_text_column ul li.sale a:after {
    font-size: 8px;
    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;
}

#menu .mega-menu .wpb_text_column ul li.new a:after {
    content: 'new';
    background-color: #b4e1f7 !important;
}

#menu .mega-menu .wpb_text_column ul li.sale a:after {
    content: 'sale';
    background-color: #f4cb75 !important;
}

#menu .mega-menu .wpb_text_column ul li.hot a:after {
    content: 'hot';
    background-color: #f9734d !important;
}

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

.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: 15px;
    padding-bottom: 0;
    color: #333;
    /*font-family: "Playfair Display";*/
    font-size: 18px;
    letter-spacing: .05em;
}

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

.footer .widget ul li {
    margin-bottom: 7px;
    line-height: 1.6;
	color:#000;
}

.footer .widget ul li:last-child {
    margin-bottom: 0;
}
.footer .widget ul li a {
    position: relative;
	color:#000;
}

.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 .textwidget p {
    padding: 0;
    margin: 0 0 10px 0;
	color:#000;
}

.footer .textwidget i {
    font-size: 18px;
    color: #ababab;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}

.footer .textwidget a {
    color: #222 !important;
}
.footer .textwidget a:hover {
    color: #8eb359!important;
}

.footer .footer-social {
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 14px;
    color: #696969;
}

.footer .footer-social a:hover {
    background-color: #8eb359;
    border-color: #8eb359;
    color: #fff !important;
}

.footer .footer-c1, .footer .footer-c2, .footer .footer-c3, .footer .footer-c4 {
    margin-bottom: 20px;
}

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

.newsletter-footer-02 {
    margin-left: 100px;
    margin-right: 100px;
}

.footer-02 {
    text-align: center;
    background: url("assets/images/bg-footer.jpg") center top;
    background-size: cover;
}

.footer-02 .footer-text {
    font-size: 24px;
    line-height: 48px;
    max-width: 700px;
    margin: 50px auto 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    /*font-family: "Playfair Display";*/
    font-style: italic;
}

.copyright {
    display: block;
    width: 100%;
    position: relative;
    background: #333;
}

.copyright.dark_style .copyright-container {
    border-color: #404040;
}

.copyright .copyright-container {
    padding-top: 40px;
    padding-bottom: 40px;
    /*border-top: 2px solid #f4f4f4;*/
}

.copyright .copyright-left {
    font-size: 14px;
    color: #f2f2f2;
    /*font-family: "Playfair Display";*/
    font-style: italic;
    line-height: 1;
}

.copyright .copyright-left span {
    color: #8eb359;
}

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

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

.copyright .copyright-right ul li {
    display: inline-block;
    margin-left: 20px;
}

.copyright .copyright-right ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.breadcrumbs {
    font-size: 16px;
    padding: 30px 0 0 0;
    /*font-family: "Playfair Display";*/
    font-style: italic;
    line-height: 1;
}

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

.breadcrumbs ul li {
    display: inline-block;
    letter-spacing: 0.2em;
    margin-right: 10px;
}

.breadcrumbs ul li:after {
    content: '/';
    color: #666;
    margin-left: 10px;
}

.breadcrumbs ul li:last-child {
    color: #8eb359;
    margin-right: 0;
}

.breadcrumbs ul li:last-child:after {
    content: '';
    margin-left: 0;
}

.breadcrumbs ul li a {
    color: #333;
    letter-spacing: 0.2em;
}

.breadcrumbs ul li a:hover {
    color: #8eb359;
}

.tm-organie .featherlight .featherlight-content {
    padding: 0;
    border: none;
}

.footer-newsletter.footer-newsletter-style01 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f3f1ee;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.footer-newsletter.footer-newsletter-style01 .footer-newsletter-left {
    font-size: 34px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    color: #333;
    text-transform: capitalize;
}

.footer-newsletter.footer-newsletter-style01 .footer-newsletter-right input[type="email"], .footer-newsletter.footer-newsletter-style01 .footer-newsletter-right input[type="text"] {
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 20px;
    border: none;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-newsletter.footer-newsletter-style01 .footer-newsletter-right input[type="submit"], .footer-newsletter.footer-newsletter-style01 .footer-newsletter-right button[type="submit"] {
    height: 48px;
    line-height: 46px;
    border-width: 1px;
    border-radius: 24px;
    padding: 0 30px;
    font-size: 16px;
    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;
}

.footer-newsletter.footer-newsletter-style01 .footer-newsletter-right input[type="submit"]:hover, .footer-newsletter.footer-newsletter-style01 .footer-newsletter-right button[type="submit"]:hover {
    background: none;
    color: #8eb359;
}

.footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f3f1ee;
    background-image: url("assets/images/newsletter_bg_02.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    text-align: center;
}

.footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner .footer-newsletter-title {
    font-size: 24px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    margin-bottom: 30px;
    color: #333;
    text-transform: capitalize;
}

.footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner .footer-newsletter-form {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner .footer-newsletter-form [class*='col-'] {
    width: 100%;
    flex: none;
    max-width: 100%;
}

.footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner .footer-newsletter-form input[type="email"], .footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner .footer-newsletter-form input[type="text"] {
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 20px;
    border: none;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner .footer-newsletter-form input[type="submit"], .footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner .footer-newsletter-form button[type="submit"] {
    height: 48px;
    line-height: 46px;
    border-width: 1px;
    border-radius: 24px;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    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;
}

.footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner .footer-newsletter-form input[type="submit"]:hover, .footer-newsletter.footer-newsletter-style02 .footer-newsletter-inner .footer-newsletter-form button[type="submit"]:hover {
    background: none;
    color: #8eb359;
}

.footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner {
    padding-top: 330px;
    padding-bottom: 60px;
    background-color: #fff;
    background-image: url("assets/images/flower/newsletter_bg_02.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}

.footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner .footer-newsletter-title {
    font-size: 24px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    margin-bottom: 30px;
    color: #333;
    text-transform: capitalize;
}

.footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner .footer-newsletter-form {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner .footer-newsletter-form [class*='col-'] {
    width: 100%;
    flex: none;
    max-width: 100%;
}

.footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner .footer-newsletter-form input[type="email"], .footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner .footer-newsletter-form input[type="text"] {
    height: 48px;
    line-height: 48px;
    background-color: #f8f7f7;
    border-radius: 4px;
    padding: 0 20px;
    border: none;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner .footer-newsletter-form input[type="submit"], .footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner .footer-newsletter-form button[type="submit"] {
    height: 48px;
    line-height: 46px;
    border-width: 1px;
    border-radius: 24px;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    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;
}

.footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner .footer-newsletter-form input[type="submit"]:hover, .footer-newsletter.footer-newsletter-style03 .footer-newsletter-inner .footer-newsletter-form button[type="submit"]:hover {
    background: none;
    color: #8eb359;
}

.newsletter-style01 form {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-style01 form [class*='col-'] {
    width: 100%;
    flex: none;
    max-width: 100%;
}

.newsletter-style01 form input[type="email"], .newsletter-style01 form input[type="text"] {
    height: 48px;
    line-height: 48px;
    background-color: #f8f7f7;
    border-radius: 4px;
    padding: 0 20px;
    border: none;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.newsletter-style01 form input[type="submit"], .newsletter-style01 form button[type="submit"] {
    height: 48px;
    line-height: 46px;
    border-width: 1px;
    border-radius: 24px;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    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;
}

.newsletter-style01 form input[type="submit"]:hover, .newsletter-style01 form button[type="submit"]:hover {
    background: none;
    color: #8eb359;
}

.newsletter-style02 form input[type="email"], .newsletter-style02 form input[type="text"] {
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 20px;
    border: none;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.newsletter-style02 form input[type="submit"], .newsletter-style02 form button[type="submit"] {
    height: 48px;
    line-height: 46px;
    border-width: 1px;
    border-radius: 24px;
    padding: 0 30px;
    font-size: 16px;
    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;
}

.newsletter-style02 form input[type="submit"]:hover, .newsletter-style02 form button[type="submit"]:hover {
    background: none;
    color: #8eb359;
}

/*
Components are the stuff of UI. Eg. buttons, special titles, etc.
These get much more explicitly named: eg. products-list, etc.
*/
.page-title {
    padding-top: 150px;
    padding-bottom: 150px;
    color: #333;
    text-align: center;
    background-color: #f8f7f7;
    background-image: url("assets/images/big_title_bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.page-title .title {
    font-family: Lato;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #333;
    text-transform: uppercase;
}
.page-id-357 .content-area {
    padding-top: 0px;
    padding-bottom: 0px;
}
.content-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

body.no-padding .content-area {
    padding-top: 0;
    padding-bottom: 0;
}

body.no-padding .content-area .entry-content {
    margin-bottom: 0;
}

body.no-padding article {
    margin-bottom: 0;
}

.display_none {
    display: none;
}

.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 #8eb359;
    padding: 2px 5px;
    border-radius: 2px;
    display: block;
    margin-top: 10px;
    text-align: center;
}

a.cookie_notice_ok:hover {
    background-color: #8eb359 !important;
    color: #fff !important;
}

.tf-bubble {
    position: fixed;
    top: 50%;
    right: 20px;
    height: 1px;
    z-index: 9999997;
    display: inline-block;
}

.tf-bubble .bubble-content {
    visibility: hidden;
    position: absolute;
    padding: 20px 30px;
    font-size: 13px;
    top: 0;
    right: 90px;
    margin-top: -39px;
    background: #fff;
    width: 300px;
    z-index: 1;
    text-align: center;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tf-bubble .bubble-content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 33px;
    right: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tf-bubble .bubble-btn {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #8eb359;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 0;
}

.tf-bubble .bubble-btn a {
    color: #fff;
}

.tf-bubble .bubble-btn span {
    font-size: 10px;
    display: block;
    line-height: 1;
    padding: 13px 0 2px 0;
}

.tf-bubble .bubble-btn strong {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.tf-bubble:hover .bubble-content {
    opacity: 1;
    visibility: visible;
}

.tf-bubble:hover .bubble-btn {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

body.page div.wpcf7-validation-errors {
    border: none;
    background-color: #f4f4f4;
    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: #8eb359;
    color: #fff;
    padding: 15px;
    margin: 30px 0 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.page .comments-area {
    margin-top: 60px;
}

body.page .comments-area .comment-reply-title,
body.page .comments-area .comments-title {
    font-size: 18px;
    font-family: 'Playfair Display';
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

body.page .comments-area .comment-list {
    padding-left: 0;
    list-style: none;
    margin: 40px 0;
}

body.page .comments-area .comment-list li {
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

body.page .comments-area .comment-list li.comment {
    list-style-type: none;
}

body.page .comments-area .comment-list li article {
    margin: 0;
    padding-left: 100px;
    position: relative;
}

body.page .comments-area .comment-list li article .comment-author {
    display: inline-block;
    color: #333;
}

body.page .comments-area .comment-list li article .comment-author img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

body.page .comments-area .comment-list li article .comment-author .fn {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
}

body.page .comments-area .comment-list li article .comment-author .says {
    display: none;
}

body.page .comments-area .comment-list li article .comment-metadata {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #ababab;
    font-family: 'Playfair Display';
    font-style: italic;
    letter-spacing: 0.05em;
}

body.page .comments-area .comment-list li article .comment-metadata a {
    color: #8e8b87;
}

body.page .comments-area .comment-list li article .comment-metadata:before {
    content: '\f21b';
    font-family: Ionicons;
    color: #ababab;
    font-style: normal;
    font-size: 5px;
    margin-right: 20px;
}

body.page .comments-area .comment-list li article .comment-content {
    font-size: 15px;
    line-height: 1.6;
    color: #696969;
}

body.page .comments-area .comment-list li article .comment-content table td, body.page .comments-area .comment-list li article .comment-content table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

body.page .comments-area .comment-list li article .comment-content li {
    padding: 5px;
    border: none;
}

body.page .comments-area .comment-list li article .reply a {
    color: #696969;
    font-family: 'Playfair Display';
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #8eb359;
    opacity: .5;
}

body.page .comments-area .comment-list li article .reply a:before {
    content: '\f21e';
    font-family: Ionicons;
    margin-right: 5px;
}

body.page .comments-area .comment-list li article .reply a:hover {
    opacity: 1;
}

body.page .comments-area .comment-list li .children {
    margin-top: 20px;
    padding-left: 100px;
}

body.page .comments-area .comment-list li .children li {
    border-bottom: none;
    border-top: 1px solid #f4f4f4;
}

body.page .comments-area .comment-list li .children li:last-child {
    padding-bottom: 0;
}

body.page .comments-area .comment-list li:last-child {
    border-bottom: none;
}

body.page .comments-area .comment-respond {
    margin-top: 30px;
}

body.page .comments-area .comment-form .logged-in-as {
    margin-bottom: 15px;
}

body.page .comments-area .comment-form input[type="email"],
body.page .comments-area .comment-form input[type="number"],
body.page .comments-area .comment-form input[type="text"] {
    height: 40px;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 15px;
    color: #8e8b87;
    width: 100%;
    outline: none;
}

body.page .comments-area .comment-form input[type="email"]:focus,
body.page .comments-area .comment-form input[type="number"]:focus,
body.page .comments-area .comment-form input[type="text"]:focus {
    border-color: #8eb359;
}

body.page .comments-area .comment-form input[type="submit"], body.page .comments-area .comment-form button[type="submit"] {
    -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.page .comments-area .comment-form textarea {
    min-height: 150px;
    padding: 15px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    color: #8e8b87;
    outline: none;
}

body.page .comments-area .comment-form textarea:focus {
    border-color: #8eb359;
}

body.page .comments-area .comment-form p {
    margin: 0;
}

body.page .comments-area .comment-form .row, body.page .comments-area .comment-form .insight-carousel .slick-track, .insight-carousel body.page .comments-area .comment-form .slick-track {
    margin-bottom: 30px;
}

body.error404 {
    background-color: #fff;
    background-image: url("assets/images/404_bg.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
}

body.error404 .header {
    background-color: #fff;
}

body.error404 .footer, body.error404 .copyright, body.error404 .footer-newsletter {
    display: none;
}

body.error404 .content-404 {
    text-align: center;
    padding: 60px 0;
}

body.error404 .content-404 img {
    margin-top: 120px;
}

body.error404 .content-404 h3 {
    font-size: 56px;
    color: #333;
    /*font-family: "Playfair Display";*/
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .05em;
    text-align: center;
}

body.error404 .content-404 span {
    font-size: 14px;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: .2em;
    display: block;
}

body.error404 .content-404 span a {
    font-weight: 700;
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
}

body.error404 .content-404 span a:hover {
    border-color: #8eb359;
}

.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 .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.post--style--style02 .content .page-title {
    background-image: url("assets/images/blog-detail-v2.jpg");
}

.single.post--style--style02 .content .page-title .container {
    visibility: hidden;
}

.single.post--style--style02 .content .page-title .title, .single.post--style--style02 .content .page-title .breadcrumbs {
    display: none;
}

@media (min-width: 769px) {
    .single.post--style--style02 .content .page-title {
        height: 670px;
    }
}

.single.post--style--style02 .content .content-area {
    margin-top: -160px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background-color: #fff;
}

@media (min-width: 769px) {
    .single.post--style--style02 .content .content-area {
        padding-left: 85px;
        padding-right: 85px;
    }
}

.single .content article {
    margin-bottom: 30px;
}

.single .content .post-video, .single .content .post-quote {
    margin-bottom: 25px;
}

.single .content .content-area {
    padding-top: 70px;
    padding-bottom: 70px;
}

.single .content .content-area h1, .single .content .content-area h2, .single .content .content-area h3, .single .content .content-area h4, .single .content .content-area h5, .single .content .content-area h6 {
    letter-spacing: 0.1em;
}

.single .content .content-area figure.alignleft {
    margin: 8px 50px 20px 0;
}

.single .content .content-area figure.alignright {
    margin: 8px 0 20px 50px;
}

.single .content .content-area figure .wp-caption-text {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #ababab;
}

.single .content .content-area .post-thumbnail {
    margin-bottom: 25px;
}

.single .content .content-area .entry-meta {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.1em;
}

.single .content .content-area .entry-meta span {
    margin-right: 20px;
    color: #aaaaaa;
}

.single .content .content-area .entry-meta span i {
    margin-right: 5px;
    font-size: 14px;
}

.single .content .content-area .entry-title {
    font-size: 34px;
    margin-bottom: 30px;
    color: #333;
    letter-spacing: 0;
}

.single .content .content-area .entry-content blockquote {
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #696969;
    border-left: 2px solid;
    border-color: #8eb359;
    font-style: italic;
    padding-left: 25px;
    position: relative;
    margin-bottom: 50px;
}

@media (min-width: 769px) {
    .single .content .content-area .entry-content blockquote {
        margin-right: 70px;
        margin-left: 70px;
    }
}

.single .content .content-area .entry-footer {
    margin-bottom: 20px;
}

.single .content .content-area .entry-footer .tags .tag-icon {
    color: #ababab;
    font-size: 16px;
    margin-right: 15px;
}

.single .content .content-area .entry-footer .tags a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #ababab;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    font-style: italic;
}

.single .content .content-area .entry-footer .tags a:hover {
    color: #8eb359;
}

.single .content .content-area .entry-footer .entry-share {
    text-align: right;
}

.single .content .content-area .entry-footer .entry-share span {
    margin-left: 10px;
}

.single .content .entry-author {
    padding: 40px 0;
    border-top: 1px solid #f4f4f4;
}

.single .content .entry-author img {
    border-radius: 50%;
    border: 5px solid #f2f2f2;
}

.single .content .entry-author .name {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.single .content .entry-author .desc {
    font-size: 15px;
    line-height: 1.6em;
    color: #696969;
}

.single .content .entry-nav {
    padding: 40px 30px;
    background: #f8f7f7;
    border: 1px solid #f4f4f4;
    font-size: 18px;
    font-weight: 700;
}

.single .content .entry-nav a {
    text-transform: none;
    color: #ababab;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
}

.single .content .entry-nav .left {
    text-align: left;
}

.single .content .entry-nav .left a {
    padding-left: 10px;
}

.single .content .entry-nav .center {
    text-align: center;
}

.single .content .entry-nav .right {
    text-align: right;
}

.single .content .entry-nav .right a {
    padding-right: 10px;
}

.single .content .entry-nav .left,
.single .content .entry-nav .right {
    overflow: hidden;
}

.single .content .entry-nav .left i,
.single .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: #ababab;
}

.single .content .entry-nav .left:hover a,
.single .content .entry-nav .right:hover a {
    color: #332b28;
}

.single .content .entry-nav .left:hover i,
.single .content .entry-nav .right:hover i {
    color: #8eb359;
}

.single .content .comments-area {
    margin-top: 60px;
}

.single .content .comments-area .comment-reply-title,
.single .content .comments-area .comments-title {
    font-size: 18px;
    font-family: 'Playfair Display';
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.single .content .comments-area .comment-list {
    padding-left: 0;
    list-style: none;
    margin: 40px 0;
}

.single .content .comments-area .comment-list li {
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.single .content .comments-area .comment-list li.comment {
    list-style-type: none;
}

.single .content .comments-area .comment-list li article {
    margin: 0;
    padding-left: 100px;
    position: relative;
}

.single .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 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.single .content .comments-area .comment-list li article .comment-author .fn {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.single .content .comments-area .comment-list li article .comment-author .says {
    display: none;
}

.single .content .comments-area .comment-list li article .comment-metadata {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #ababab;
    font-family: 'Playfair Display';
    font-style: italic;
    letter-spacing: 0.05em;
}

.single .content .comments-area .comment-list li article .comment-metadata a {
    color: #8e8b87;
}

.single .content .comments-area .comment-list li article .comment-metadata:before {
    content: '\f21b';
    font-family: Ionicons;
    color: #ababab;
    font-style: normal;
    font-size: 5px;
    margin-right: 20px;
}

.single .content .comments-area .comment-list li article .comment-content {
    font-size: 15px;
    line-height: 1.6;
    color: #696969;
}

.single .content .comments-area .comment-list li article .comment-content table td, .single .content .comments-area .comment-list li article .comment-content table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.single .content .comments-area .comment-list li article .comment-content li {
    padding: 5px;
    border: none;
}

.single .content .comments-area .comment-list li article .reply a {
    color: #696969;
    font-family: 'Playfair Display';
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #8eb359;
    opacity: .5;
}

.single .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 {
    opacity: 1;
}

.single .content .comments-area .comment-list li .children {
    margin-top: 20px;
    padding-left: 100px;
}

.single .content .comments-area .comment-list li .children li {
    border-bottom: none;
    border-top: 1px solid #f4f4f4;
}

.single .content .comments-area .comment-list li .children li:last-child {
    padding-bottom: 0;
}

.single .content .comments-area .comment-list li:last-child {
    border-bottom: none;
}

.single .content .comments-area .comment-respond {
    margin-top: 30px;
}

.single .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"] {
    height: 40px;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    -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 {
    border-color: #8eb359;
}

.single .content .comments-area .comment-form input[type="submit"], .single .content .comments-area .comment-form button[type="submit"] {
    -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 textarea {
    min-height: 150px;
    padding: 15px;
    border: 1px solid #f4f4f4;
    -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 {
    border-color: #8eb359;
}

.single .content .comments-area .comment-form p {
    margin: 0;
}

.single .content .comments-area .comment-form .row, .single .content .comments-area .comment-form .insight-carousel .slick-track, .insight-carousel .single .content .comments-area .comment-form .slick-track {
    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 #f4f4f4;
}

.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: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    /*font-family: "Playfair Display";*/
}

.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 #f4f4f4;
    -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: #8eb359;
}

.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: #f8f7f7;
    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: #8eb359;
    color: #8eb359;
    background: none;
}

.widget-area .widget.widget_insight_posts .item {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

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

.widget-area .widget.widget_insight_posts .item .thumb {
    width: 80px;
    float: left;
    margin-right: 20px;
}

.widget-area .widget.widget_insight_posts .item .info {
    line-height: 1.6em;
    margin-top: -7px;
}

.widget-area .widget.widget_insight_posts .item .info .title {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.widget-area .widget.widget_insight_posts .item .info .date {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #ababab;
    letter-spacing: 0.1em;
}

.widget-area .widget.widget_insight_categories .item {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.widget-area .widget.widget_insight_categories .item a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 98;
}

.widget-area .widget.widget_insight_categories .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 #f4f4f4;
    z-index: 98;
}

.widget-area .widget.widget_insight_categories .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_insight_categories .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget.widget_insight_categories .item:hover span {
    color: #8eb359;
}

.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item {
    position: relative;
}

.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    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;
}

.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
    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;
}

.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info span {
    display: block;
    color: #fff;
    line-height: 1.2em;
}

.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info span.likes:before {
    content: '\f141';
    font-family: Ionicons;
    display: inline-block;
    margin-right: 5px;
}

.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info span.comments:before {
    content: '\f11e';
    font-family: Ionicons;
    display: inline-block;
    margin-right: 5px;
}

.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a:hover:before {
    opacity: 1;
    visibility: visible;
}

.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a:hover .item-info {
    opacity: 1;
    visibility: visible;
}

.widget.widget_insight_instagram .insight-instagram-wrap .row, .widget.widget_insight_instagram .insight-instagram-wrap .insight-carousel .slick-track, .insight-carousel .widget.widget_insight_instagram .insight-instagram-wrap .slick-track {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 16px;
}

.widget.widget_insight_instagram .insight-instagram-wrap .row [class*='col-'], .widget.widget_insight_instagram .insight-instagram-wrap .insight-carousel .slick-track [class*='col-'], .insight-carousel .widget.widget_insight_instagram .insight-instagram-wrap .slick-track [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.insight-pagination {
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
}

.insight-pagination a,
.insight-pagination span {
    width: 40px;
    padding: 0;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    font-weight: 700;
    display: inline-block;
}

.insight-pagination a.current,
.insight-pagination span.current {
    background: #8eb359;
    color: #fff;
    border-color: #8eb359;
}

.insight-pagination a.prev, .insight-pagination a.next,
.insight-pagination span.prev,
.insight-pagination span.next {
    border: none;
    font-size: 0;
}

.insight-pagination a.prev:before, .insight-pagination a.next:before,
.insight-pagination span.prev:before,
.insight-pagination span.next:before {
    font-family: Ionicons;
    font-size: 14px;
    margin: 0;
}

.insight-pagination a.prev:before,
.insight-pagination span.prev:before {
    content: '\f3d2';
}

.insight-pagination a.next:before,
.insight-pagination span.next:before {
    content: '\f3d3';
}

.insight-pagination a {
    font-size: 14px;
    border: none;
}

.insight-pagination a:hover {
    background: none;
    color: #8eb359;
}

.insight-pagination .page-numbers.current {
    border-radius: 50%;
    height: 40px;
}

.blog-list-style {
    margin-bottom: 40px;
}

.blog-list-style .post-thumbnail {
    position: relative;
}

.blog-list-style .post-thumbnail img {
    width: 100%;
    height: auto;
    padding: 17px;
    border: 3px solid #f4f4f4;
    z-index: 97;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.blog-list-style .post-thumbnail:after, .blog-list-style .post-thumbnail:before {
    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 #8eb359;
    border-bottom: 3px solid #8eb359;
    -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 #8eb359;
    border-left: 3px solid #8eb359;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.blog-list-style:hover .post-thumbnail:after, .blog-list-style:hover .post-thumbnail:before {
    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: 10px;
    color: #333;
    position: relative;
}

.blog-list-style .entry-title:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #8eb359;
    display: block;
    position: absolute;
    left: -70px;
    top: 20px;
}

.blog-list-style .entry-content {
    font-size: 15px;
    color: #696969;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-list-style .entry-more a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #696969;
}

.blog-list-style .entry-more a:hover {
    color: #8eb359;
}

.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 #8eb359;
    padding-left: 14px;
}

.sticky.blog-list-style .entry-title:before {
    display: none;
}

.sticky .post-thumbnail {
    margin-bottom: 30px;
}

.no-results .entry-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    /*font-family: "Playfair Display";*/
}

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

@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:after, .blog-grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:before {
    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: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: 14px;
    font-style: italic;
    letter-spacing: 0.1em;
}

.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: 18px;
    margin-bottom: 20px;
    color: #333;
    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: #696969;
    line-height: 1.6;
    margin-bottom: 5px;
}

.blog-grid .blog-grid-style .entry-desc,
.insight-blog.grid .blog-grid-style .entry-desc,
.insight-blog.grid_has_padding .blog-grid-style .entry-desc {
    padding-top: 0;
}

.blog-grid .blog-grid-style .entry-desc .entry-title,
.insight-blog.grid .blog-grid-style .entry-desc .entry-title,
.insight-blog.grid_has_padding .blog-grid-style .entry-desc .entry-title {
    margin-bottom: 0;
}

.blog-grid .blog-grid-style .entry-desc .entry-more,
.insight-blog.grid .blog-grid-style .entry-desc .entry-more,
.insight-blog.grid_has_padding .blog-grid-style .entry-desc .entry-more {
    margin-top: -10px;
}

.blog-grid .blog-grid-style .entry-desc .entry-more a,
.insight-blog.grid .blog-grid-style .entry-desc .entry-more a,
.insight-blog.grid_has_padding .blog-grid-style .entry-desc .entry-more a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 14px;
}

.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: #696969;
    display: block;
    position: relative;
}

.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: #8eb359;
}

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

.insight-blog .blog-classic-style:first-child .post-thumbnail {
    position: relative;
}

.insight-blog .blog-classic-style:first-child .post-thumbnail img {
    position: relative;
    z-index: 2;
}

.insight-blog .blog-classic-style:first-child .post-thumbnail:before {
    display: block;
    content: '';
    border: 5px solid #f8f7f7;
    position: absolute;
    z-index: 1;
    top: -15px;
    right: -15px;
    bottom: 15px;
    left: 15px;
}

.blog-classic-style.format-video .post-thumbnail {
    position: relative;
}

.blog-classic-style.format-video .post-thumbnail a:before {
    content: "\f488";
    font-family: "Ionicons";
    display: block;
    font-size: 25px;
    font-weight: 500;
    color: #8eb359;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    padding-left: 3px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.blog-classic-style.format-video .post-thumbnail:after {
    content: '';
    background: #392a25;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.2;
    height: 84px;
    width: 84px;
}

.blog-classic-style {
    margin-bottom: 50px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 50px;
}

.blog-classic-style .post-thumbnail a {
    display: block;
}

.blog-classic-style .post-thumbnail a img {
    width: 100%;
}

.blog-classic-style .entry-desc {
    padding-top: 28px;
}

.blog-classic-style .entry-meta {
    margin-bottom: 5px;
    font-size: 14px;
    font-style: italic;
	display: none;
}

.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: 10px;
    color: #333;
    position: relative;
}

.blog-classic-style .entry-content {
    font-size: 15px;
    color: #696969;
    line-height: 1.6;
	display: none;
}

.blog-classic-style .entry-share {
    align-self: center;
    text-align: right;
}

@media (max-width: 991px) {
    .blog-classic-style .entry-share {
        margin-top: 20px;
    }
}

.post-quote {
    background-color: #f8f7f7;
    padding: 30px 42px;
    display: block;
}

.blog-classic-style .post-quote {
    margin-top: -50px;
    margin-bottom: -50px;
}

.post-quote blockquote {
    margin: 0 0 25px;
    position: relative;
}

.post-quote blockquote h5 {
    line-height: 2em;
    letter-spacing: 0.1em;
}

.post-quote blockquote .fa-quote-left {
    margin-bottom: 25px;
}

.post-quote blockquote .fa-quote-left,
.post-quote blockquote .fa-quote-right {
    color: #8eb359;
}

.post-quote blockquote .fa-quote-right {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    font-size: 70px;
    margin-top: 20px;
}

.post-quote .quote-pos,
.post-quote blockquote h5 {
    font-weight: 300;
    font-style: italic;
    color: #696969;
}

.post-quote .quote-name {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.post-quote .quote-pos {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
}

.blog-list-v2 .blog-classic-style.style-02 .entry-desc {
    padding-top: 0;
}

.blog-list-v2 .blog-classic-style.style-02 .entry-desc .entry-title {
    margin-bottom: 0;
	height: 65px;
}

.blog-list-v2 .blog-classic-style.style-02 .entry-desc .entry-more {
    margin-top: -10px;
}

.blog-list-v2 .blog-classic-style.style-02 .entry-desc .entry-more a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 14px;
}

.blog-grid.blog-masonry-v2 .post {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 768px) {
    .blog-grid.blog-masonry-v2 .post {
        width: 100%;
        max-width: 100%;
    }
}

@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 .loop-product .product-info {
        margin-top: 20px;
    }

    body.woocommerce .products.list .loop-product .product-info .product-rate {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        text-align: left !important;
    }

    body.woocommerce .products.list .loop-product .product-info .product-rate .star-rating {
        margin-top: 5px !important;
    }

    body.woocommerce .products.list .loop-product .product-info .product-rate .text-rating {
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }

    .topbar {
        text-align: center;
        color: #ababab;
    }

    .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 .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: #8eb359;
}

.blog-uni {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 40px;
}

.blog-uni .post-thumbnail {
    margin-bottom: 20px;
}

.blog-uni .post-password-form input {
    margin-top: 10px;
}

.blog-uni .read-more {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.blog-uni .read-more:before {
    content: '/ ';
}

.post[class*='sticky'] .entry-title {
    border-left: 3px solid #8eb359;
    padding-left: 10px;
}

.post .gallery figure.gallery-item {
    margin: 0;
    margin-bottom: 20px;
    padding: 10px;
}

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

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

.image-carousel-w100 img {
    width: 100%;
    height: auto;
}

.col-h100 {
    height: 100% !important;
}

.wpb_single_image.img-o50 img {
    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;
}

.wpb_single_image.img-o50:hover img {
    opacity: 1;
}

.box_transparent {
    width: 90%;
    max-width: 768px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 auto !important;
}

.overflow_hidden {
    overflow: hidden !important;
}

.mw-720 {
    max-width: 720px !important;
    margin: 0 auto !important;
}

.mw-790 {
    max-width: 790px !important;
    margin: 0 auto !important;
}

.mw-800 {
    max-width: 800px !important;
    margin: 0 auto !important;
}

body.landing .wpb_content_element.wpb_revslider_element {
    margin-bottom: 0 !important;
}

/*
WooCommerce
*/
.woocommerce .products .product-category, .insight-woo .products .product-category, .woocommerce-page .products .product-category {
    margin-bottom: 30px;
    outline: none;
}

.woocommerce .products .product-category .cats-wrap, .insight-woo .products .product-category .cats-wrap, .woocommerce-page .products .product-category .cats-wrap {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #f4f4f4;
    position: relative;
    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;
}

.woocommerce .products .product-category .cats-wrap a, .insight-woo .products .product-category .cats-wrap a, .woocommerce-page .products .product-category .cats-wrap a {
    display: inline-block;
    width: 100%;
    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;
}

.woocommerce .products .product-category .cats-wrap a img, .insight-woo .products .product-category .cats-wrap a img, .woocommerce-page .products .product-category .cats-wrap a img {
    width: 100%;
    max-height: 150px;
    height: auto;
    margin: 0 auto;
    border: none;
    border-image: none;
}

.woocommerce .products .product-category .cats-wrap a h3, .woocommerce .products .product-category .cats-wrap a .woocommerce-loop-category__title, .insight-woo .products .product-category .cats-wrap a h3, .insight-woo .products .product-category .cats-wrap a .woocommerce-loop-category__title, .woocommerce-page .products .product-category .cats-wrap a h3, .woocommerce-page .products .product-category .cats-wrap a .woocommerce-loop-category__title {
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    /*font-weight: 700;*/
    font-weight: normal;
    display: inline-block;
    color: #333;
    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;
}

.woocommerce .products .product-category .cats-wrap a h3 .count, .woocommerce .products .product-category .cats-wrap a .woocommerce-loop-category__title .count, .insight-woo .products .product-category .cats-wrap a h3 .count, .insight-woo .products .product-category .cats-wrap a .woocommerce-loop-category__title .count, .woocommerce-page .products .product-category .cats-wrap a h3 .count, .woocommerce-page .products .product-category .cats-wrap a .woocommerce-loop-category__title .count {
    background: none;
    color: inherit;
}

.woocommerce .products .product-category .cats-wrap:hover, .insight-woo .products .product-category .cats-wrap:hover, .woocommerce-page .products .product-category .cats-wrap:hover {
    border-color: #8eb359;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce .products .loop-product.style-01, .insight-woo .products .loop-product.style-01, .woocommerce-page .products .loop-product.style-01 {
    margin-bottom: 30px;
    outline: none;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner, .insight-woo .products .loop-product.style-01 .loop-product-inner, .woocommerce-page .products .loop-product.style-01 .loop-product-inner {
    width: 100%;
    height: 100%;
    padding: 60px 30px 30px 30px;
    border: 1px solid #f4f4f4;
    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;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb {
    border: none;
    position: relative;
    padding: 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;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb img, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb img, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .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;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb a, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb a, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb a {
    display: block;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb .outofstock, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb .outofstock, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .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: 97;
    text-transform: uppercase;
    background: rgba(57, 42, 37, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb .outofstock span, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb .outofstock span, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb .outofstock span {
    font-size: 24px;
    font-weight: 900;
    display: block;
    margin-top: 30px;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb .badges, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb .badges, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb .badges {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 16px;
    line-height: 16px;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .hot, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .onsale, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .new, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .hot, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .onsale, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .new, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .hot, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .onsale, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .new {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    font-weight: 700;
    margin: 0 2px;
    color: #fff;
    font-size: 12px;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .hot, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .hot, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .hot {
    background: #f9734d;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .onsale, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .onsale, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .onsale {
    background: #f4cb75;
    min-width: 48px;
    min-height: 16px;
    top: auto;
    left: auto;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .new, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .new, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-thumb .badges .new {
    background: #b4e1f7;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info {
    display: inline-block;
    width: 100%;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .badges, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .badges, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .badges {
    display: none;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info h2, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-info h3, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info h2, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info h3, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info h2, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info h3 {
    font-size: 18px;
    color: #333;
	font-weight: normal;
    margin: 20px 0 10px 0;
    padding-bottom: 15px;
    /*font-family: "Playfair Display";*/
    letter-spacing: .05em;
    display: inline-block;
    width: 100%;
    text-align: center;
    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;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info h2:after, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-info h3:after, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info h2:after, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info h3:after, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info h2:after, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info h3:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e7e5e4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 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;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .price, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .price, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .price {
    font-size: 14px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    font-style: italic;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .price .amount, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .price .amount, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .price .amount {
    color: #696969;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .price del, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .price del, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .price del {
    color: #999999;
    font-weight: 400;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .price del .amount, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .price del .amount, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .price del .amount {
    color: #999999;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .price ins, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .price ins, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .price ins {
    background: none;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30%;
    left: 0;
    padding: 0;
    text-align: center;
    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;
    z-index: 98;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action a, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action a, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    background: none;
    padding: 0;
    font-size: 0;
    color: #fff;
    background-color: #696969;
    opacity: 1;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .quick-view-btn, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .quick-view-btn, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .quick-view-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: 400;
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: 0 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .quick-view-btn a:before, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .quick-view-btn button:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .quick-view-btn a:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .quick-view-btn button:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .quick-view-btn a:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .quick-view-btn button:before {
    content: '\f4a4';
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .added_to_cart, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .added_to_cart, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .added_to_cart {
    display: none;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .woocommerce_loop_add_to_cart_span, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .woocommerce_loop_add_to_cart_span, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .woocommerce_loop_add_to_cart_span {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .woocommerce_loop_add_to_cart_span a, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .woocommerce_loop_add_to_cart_span a, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .woocommerce_loop_add_to_cart_span a {
    background-color: #8eb359;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button:before {
    content: '\f3f8' !important;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button.loading:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button.loading:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button.loading:before {
    content: '\f459' !important;
    animation: spinner 1s linear infinite !important;
    -webkit-animation: spinner 1s linear infinite !important;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button.added:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button.added:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button.added:before {
    content: '\f3ff' !important;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button.product_type_variable:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button.product_type_variable:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .add_to_cart_button.product_type_variable:before {
    content: '\f4a6' !important;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .product_type_simple:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .product_type_simple:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .product_type_simple:before {
    content: '\f39c';
    font-family: Ionicons;
    color: #fff;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0 5px;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 0;
    text-align: center;
    border: none;
    color: #fff;
    display: inline-block;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a:before, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn:before {
    content: '\f4a8';
    font-family: Ionicons;
    margin: 0;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a:hover, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn:hover, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a:hover, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn:hover, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a:hover, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn:hover {
    border-color: #8eb359;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a div, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn div, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a div, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn div, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a div, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn div {
    display: none !important;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a.loading:before, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn.loading:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a.loading:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn.loading:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a.loading:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn.loading:before {
    content: '\f459';
    display: inline-block;
    animation: spinner 1s linear infinite !important;
    -webkit-animation: spinner 1s linear infinite !important;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a.loading.added:before, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn.loading.added:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a.loading.added:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn.loading.added:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn a.loading.added:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-action .compare-btn .wooscp-btn.loading.added:before {
    content: '\f3ff';
    animation: none !important;
    -webkit-animation: none !important;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .product-wishlist, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .product-wishlist, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .product-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0;
    text-align: center;
    border: none;
    color: #8eb359;
    display: block;
    opacity: .5;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn:before {
    margin: 0;
    content: '\f387';
    font-family: Ionicons;
    font-size: 16px;
    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;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn.woosw-adding:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn.woosw-adding:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .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;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn.woosw-added:before, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn.woosw-added:before, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-info .wishlist-btn .woosw-btn.woosw-added:before {
    content: '\f388';
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-rate, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-desc, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-action-list, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-rate, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-desc, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-action-list, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-rate, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-desc, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-action-list {
    display: none;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-desc .description p, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-desc .description p, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-desc .description p {
    margin: 0;
}

.woocommerce .products .loop-product.style-01 .loop-product-inner .product-desc, .woocommerce .products .loop-product.style-01 .loop-product-inner .product-action-list, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-desc, .insight-woo .products .loop-product.style-01 .loop-product-inner .product-action-list, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-desc, .woocommerce-page .products .loop-product.style-01 .loop-product-inner .product-action-list {
    margin-top: 20px;
}

.woocommerce .products .loop-product.style-01:hover .loop-product-inner, .insight-woo .products .loop-product.style-01:hover .loop-product-inner, .woocommerce-page .products .loop-product.style-01:hover .loop-product-inner {
    border-color: #8eb35a;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce .products .loop-product.style-01:hover .loop-product-inner .product-thumb img, .insight-woo .products .loop-product.style-01:hover .loop-product-inner .product-thumb img, .woocommerce-page .products .loop-product.style-01:hover .loop-product-inner .product-thumb img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari */
    transform: scale(1.2);
    opacity: .25;
}

.woocommerce .products .loop-product.style-01:hover .loop-product-inner .product-info a h2, .woocommerce .products .loop-product.style-01:hover .loop-product-inner .product-info a h3, .insight-woo .products .loop-product.style-01:hover .loop-product-inner .product-info a h2, .insight-woo .products .loop-product.style-01:hover .loop-product-inner .product-info a h3, .woocommerce-page .products .loop-product.style-01:hover .loop-product-inner .product-info a h2, .woocommerce-page .products .loop-product.style-01:hover .loop-product-inner .product-info a h3 {
    color: #8eb359;
}

.woocommerce .products .loop-product.style-01:hover .loop-product-inner .product-info a h2:after, .woocommerce .products .loop-product.style-01:hover .loop-product-inner .product-info a h3:after, .insight-woo .products .loop-product.style-01:hover .loop-product-inner .product-info a h2:after, .insight-woo .products .loop-product.style-01:hover .loop-product-inner .product-info a h3:after, .woocommerce-page .products .loop-product.style-01:hover .loop-product-inner .product-info a h2:after, .woocommerce-page .products .loop-product.style-01:hover .loop-product-inner .product-info a h3:after {
    background-color: #8eb359;
    width: 60px;
}

.woocommerce .products .loop-product.style-01:hover .loop-product-inner .product-action, .insight-woo .products .loop-product.style-01:hover .loop-product-inner .product-action, .woocommerce-page .products .loop-product.style-01:hover .loop-product-inner .product-action {
    bottom: 50%;
    transform: translate(0, 50%);
    opacity: 1;
    visibility: visible;
}

.woocommerce .products .loop-product.style-02, .insight-woo .products .loop-product.style-02, .woocommerce-page .products .loop-product.style-02 {
    margin-bottom: 30px;
    outline: none;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner, .insight-woo .products .loop-product.style-02 .loop-product-inner, .woocommerce-page .products .loop-product.style-02 .loop-product-inner {
    width: 100%;
    padding: 0;
    border: none;
    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;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb {
    overflow: hidden;
    position: relative;
    padding: 0;
    background-color: #f8f7f7;
    border: 1px solid #f4f4f4;
    -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 .products .loop-product.style-02 .loop-product-inner .product-thumb img, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb img, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .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;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb a, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb a, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb a {
    display: block;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .outofstock, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .outofstock, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .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: 97;
    text-transform: uppercase;
    background: rgba(57, 42, 37, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .outofstock span, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .outofstock span, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .outofstock span {
    font-size: 24px;
    font-weight: 900;
    display: block;
    margin-top: 30px;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .badges, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .badges, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .badges {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 16px;
    line-height: 16px;
    left: 0;
    bottom: 20px;
    z-index: 99;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .hot, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .onsale, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .new, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .hot, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .onsale, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .new, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .hot, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .onsale, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .new {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    font-weight: 700;
    margin: 0 2px;
    color: #fff;
    font-size: 12px;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .hot, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .hot, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .hot {
    background: #f9734d;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .onsale, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .onsale, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .onsale {
    background: #f4cb75;
    min-width: 48px;
    min-height: 16px;
    top: auto;
    left: auto;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .new, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .new, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .badges .new {
    background: #b4e1f7;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30%;
    left: 0;
    padding: 0;
    text-align: center;
    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;
    z-index: 98;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action a, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action a, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    background: none;
    padding: 0;
    font-size: 0;
    color: #fff;
    background-color: #696969;
    opacity: 1;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .quick-view-btn, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .quick-view-btn, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .quick-view-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: 400;
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: 0 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .quick-view-btn a:before, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .quick-view-btn button:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .quick-view-btn a:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .quick-view-btn button:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .quick-view-btn a:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .quick-view-btn button:before {
    content: '\f4a4';
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .added_to_cart, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .added_to_cart, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .added_to_cart {
    display: none;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .woocommerce_loop_add_to_cart_span, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .woocommerce_loop_add_to_cart_span, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .woocommerce_loop_add_to_cart_span {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .woocommerce_loop_add_to_cart_span a, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .woocommerce_loop_add_to_cart_span a, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .woocommerce_loop_add_to_cart_span a {
    background-color: #8eb359;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button:before {
    content: '\f3f8' !important;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button.loading:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button.loading:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button.loading:before {
    content: '\f459' !important;
    animation: spinner 1s linear infinite !important;
    -webkit-animation: spinner 1s linear infinite !important;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button.added:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button.added:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button.added:before {
    content: '\f3ff' !important;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button.product_type_variable:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button.product_type_variable:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .add_to_cart_button.product_type_variable:before {
    content: '\f4a6' !important;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .product_type_simple:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .product_type_simple:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .product_type_simple:before {
    content: '\f39c';
    font-family: Ionicons;
    color: #fff;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0 5px;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 0;
    text-align: center;
    border: none;
    color: #fff;
    display: inline-block;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a:before, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn:before {
    margin: 0;
    content: '\f4a8';
    font-family: Ionicons;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a:hover, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn:hover, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a:hover, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn:hover, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a:hover, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn:hover {
    border-color: #8eb359;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a div, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn div, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a div, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn div, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a div, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn div {
    display: none !important;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a.loading:before, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn.loading:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a.loading:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn.loading:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a.loading:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn.loading:before {
    content: '\f459';
    display: inline-block;
    animation: spinner 1s linear infinite !important;
    -webkit-animation: spinner 1s linear infinite !important;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a.loading.added:before, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn.loading.added:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a.loading.added:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn.loading.added:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn a.loading.added:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-action .compare-btn .wooscp-btn.loading.added:before {
    content: '\f3ff';
    animation: none !important;
    -webkit-animation: none !important;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .product-wishlist, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .product-wishlist, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .product-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0;
    text-align: center;
    border: none;
    color: #8eb359;
    display: block;
    opacity: .5;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn:before {
    margin: 0;
    content: '\f387';
    font-family: Ionicons;
    font-size: 16px;
    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;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn.woosw-adding:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn.woosw-adding:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .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;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn.woosw-added:before, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn.woosw-added:before, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-thumb .wishlist-btn .woosw-btn.woosw-added:before {
    content: '\f388';
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-info, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info {
    display: inline-block;
    width: 100%;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-info .badges, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info .badges, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info .badges {
    display: none;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-info h2, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-info h3, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info h2, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info h3, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info h2, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info h3 {
    font-size: 18px;
    color: #333;
	font-weight: normal;
    margin: 20px 0 10px 0;
    padding-bottom: 15px;
    /*font-family: "Playfair Display";*/
    letter-spacing: .05em;
    display: inline-block;
    width: 100%;
    text-align: center;
    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;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-info h2:after, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-info h3:after, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info h2:after, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info h3:after, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info h2:after, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info h3:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e7e5e4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 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;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-info .price, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info .price, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info .price {
    font-size: 14px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    font-style: italic;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-info .price .amount, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info .price .amount, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info .price .amount {
    color: #696969;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-info .price del, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info .price del, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info .price del {
    color: #999999;
    font-weight: 400;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-info .price del .amount, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info .price del .amount, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info .price del .amount {
    color: #999999;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-info .price ins, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-info .price ins, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-info .price ins {
    background: none;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-rate, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-desc, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-action-list, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-rate, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-desc, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-action-list, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-rate, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-desc, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-action-list {
    display: none;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-desc .description p, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-desc .description p, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-desc .description p {
    margin: 0;
}

.woocommerce .products .loop-product.style-02 .loop-product-inner .product-desc, .woocommerce .products .loop-product.style-02 .loop-product-inner .product-action-list, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-desc, .insight-woo .products .loop-product.style-02 .loop-product-inner .product-action-list, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-desc, .woocommerce-page .products .loop-product.style-02 .loop-product-inner .product-action-list {
    margin-top: 20px;
}

.woocommerce .products .loop-product.style-02:hover .loop-product-inner .product-thumb, .insight-woo .products .loop-product.style-02:hover .loop-product-inner .product-thumb, .woocommerce-page .products .loop-product.style-02:hover .loop-product-inner .product-thumb {
    border-color: #8eb35a;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce .products .loop-product.style-02:hover .loop-product-inner .product-thumb img, .insight-woo .products .loop-product.style-02:hover .loop-product-inner .product-thumb img, .woocommerce-page .products .loop-product.style-02:hover .loop-product-inner .product-thumb img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari */
    transform: scale(1.2);
    opacity: .25;
}

.woocommerce .products .loop-product.style-02:hover .loop-product-inner .product-info a h2, .woocommerce .products .loop-product.style-02:hover .loop-product-inner .product-info a h3, .insight-woo .products .loop-product.style-02:hover .loop-product-inner .product-info a h2, .insight-woo .products .loop-product.style-02:hover .loop-product-inner .product-info a h3, .woocommerce-page .products .loop-product.style-02:hover .loop-product-inner .product-info a h2, .woocommerce-page .products .loop-product.style-02:hover .loop-product-inner .product-info a h3 {
    color: #8eb359;
}

.woocommerce .products .loop-product.style-02:hover .loop-product-inner .product-info a h2:after, .woocommerce .products .loop-product.style-02:hover .loop-product-inner .product-info a h3:after, .insight-woo .products .loop-product.style-02:hover .loop-product-inner .product-info a h2:after, .insight-woo .products .loop-product.style-02:hover .loop-product-inner .product-info a h3:after, .woocommerce-page .products .loop-product.style-02:hover .loop-product-inner .product-info a h2:after, .woocommerce-page .products .loop-product.style-02:hover .loop-product-inner .product-info a h3:after {
    background-color: #8eb359;
    width: 60px;
}

.woocommerce .products .loop-product.style-02:hover .loop-product-inner .product-action, .insight-woo .products .loop-product.style-02:hover .loop-product-inner .product-action, .woocommerce-page .products .loop-product.style-02:hover .loop-product-inner .product-action {
    bottom: 50%;
    transform: translate(0, 50%);
    opacity: 1;
    visibility: visible;
}

.woocommerce .products.list .loop-product, .insight-woo .products.list .loop-product, .woocommerce-page .products.list .loop-product {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    outline: none;
}

.woocommerce .products.list .loop-product:after, .insight-woo .products.list .loop-product:after, .woocommerce-page .products.list .loop-product:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #8eb359;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 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;
}

.woocommerce .products.list .loop-product .loop-product-inner, .insight-woo .products.list .loop-product .loop-product-inner, .woocommerce-page .products.list .loop-product .loop-product-inner {
    width: auto;
    padding: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-rate, .woocommerce .products.list .loop-product .loop-product-inner .product-desc, .woocommerce .products.list .loop-product .loop-product-inner .product-action-list, .insight-woo .products.list .loop-product .loop-product-inner .product-rate, .insight-woo .products.list .loop-product .loop-product-inner .product-desc, .insight-woo .products.list .loop-product .loop-product-inner .product-action-list, .woocommerce-page .products.list .loop-product .loop-product-inner .product-rate, .woocommerce-page .products.list .loop-product .loop-product-inner .product-desc, .woocommerce-page .products.list .loop-product .loop-product-inner .product-action-list {
    display: block;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-thumb, .insight-woo .products.list .loop-product .loop-product-inner .product-thumb, .woocommerce-page .products.list .loop-product .loop-product-inner .product-thumb {
    overflow: hidden;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-thumb .badges, .insight-woo .products.list .loop-product .loop-product-inner .product-thumb .badges, .woocommerce-page .products.list .loop-product .loop-product-inner .product-thumb .badges {
    display: none;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-thumb .product-action, .woocommerce .products.list .loop-product .loop-product-inner .product-thumb .product-wishlist, .woocommerce .products.list .loop-product .loop-product-inner .product-thumb .wishlist-btn, .insight-woo .products.list .loop-product .loop-product-inner .product-thumb .product-action, .insight-woo .products.list .loop-product .loop-product-inner .product-thumb .product-wishlist, .insight-woo .products.list .loop-product .loop-product-inner .product-thumb .wishlist-btn, .woocommerce-page .products.list .loop-product .loop-product-inner .product-thumb .product-action, .woocommerce-page .products.list .loop-product .loop-product-inner .product-thumb .product-wishlist, .woocommerce-page .products.list .loop-product .loop-product-inner .product-thumb .wishlist-btn {
    display: none;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .badges, .insight-woo .products.list .loop-product .loop-product-inner .product-info .badges, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .badges {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 16px;
    line-height: 16px;
    left: 0;
    bottom: 0;
    z-index: 99;
    margin-bottom: 10px;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .badges .hot, .woocommerce .products.list .loop-product .loop-product-inner .product-info .badges .onsale, .woocommerce .products.list .loop-product .loop-product-inner .product-info .badges .new, .insight-woo .products.list .loop-product .loop-product-inner .product-info .badges .hot, .insight-woo .products.list .loop-product .loop-product-inner .product-info .badges .onsale, .insight-woo .products.list .loop-product .loop-product-inner .product-info .badges .new, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .badges .hot, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .badges .onsale, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .badges .new {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    font-weight: 700;
    margin: 0 4px 0 0;
    color: #fff;
    font-size: 12px;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .badges .hot, .insight-woo .products.list .loop-product .loop-product-inner .product-info .badges .hot, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .badges .hot {
    background: #f9734d;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .badges .onsale, .insight-woo .products.list .loop-product .loop-product-inner .product-info .badges .onsale, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .badges .onsale {
    background: #f4cb75;
    min-width: 48px;
    min-height: 16px;
    top: auto;
    left: auto;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .badges .new, .insight-woo .products.list .loop-product .loop-product-inner .product-info .badges .new, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .badges .new {
    background: #b4e1f7;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info h2, .woocommerce .products.list .loop-product .loop-product-inner .product-info h3, .insight-woo .products.list .loop-product .loop-product-inner .product-info h2, .insight-woo .products.list .loop-product .loop-product-inner .product-info h3, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info h2, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info h3 {
    font-size: 24px;
    margin-top: 0;
    text-align: left;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info h2:after, .woocommerce .products.list .loop-product .loop-product-inner .product-info h3:after, .insight-woo .products.list .loop-product .loop-product-inner .product-info h2:after, .insight-woo .products.list .loop-product .loop-product-inner .product-info h3:after, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info h2:after, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info h3:after {
    left: 0;
    transform: translate(0, 0);
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .price, .insight-woo .products.list .loop-product .loop-product-inner .product-info .price, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .price {
    font-size: 24px;
    text-align: left;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .price del, .insight-woo .products.list .loop-product .loop-product-inner .product-info .price del, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .price del {
    font-size: 14px;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-rate, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-rate, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-rate {
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: right;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating {
    font-size: 16px !important;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 83px;
    margin-right: -3px;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating:before, .woocommerce-page .products.list .loop-product .loop-product-inner .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;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating span, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating span, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating span {
    color: #f5cc26;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating span:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-rate .star-rating span:before, .woocommerce-page .products.list .loop-product .loop-product-inner .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;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-rate .text-rating, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-rate .text-rating, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-rate .text-rating {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    font-style: italic;
    color: #8e8b87;
    width: 200px;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .woocommerce_loop_add_to_cart_span, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .woocommerce_loop_add_to_cart_span, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .woocommerce_loop_add_to_cart_span {
    float: left;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button {
    background: #8eb359;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    float: left;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.loading, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.loading, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.loading {
    opacity: 1;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.loading:after, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.loading:after, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.loading:after {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-left: 5px;
    content: '\f459' !important;
    font-weight: 400;
    font-family: Ionicons;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.added, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.added, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.added {
    padding-right: 25px;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.added:after, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.added:after, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .add_to_cart_button.added:after {
    margin-left: 7px;
    content: '\f3ff' !important;
    font-weight: 400;
    font-family: Ionicons;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .product_type_simple, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .product_type_simple, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .product_type_simple {
    background: #8eb359;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    float: left;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .added_to_cart, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .added_to_cart, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .added_to_cart {
    display: none;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    position: relative;
    width: 40px;
    height: 40px;
    top: auto;
    right: auto;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn {
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #8eb359;
    display: inline-block;
    opacity: 1;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn:before {
    margin: 0;
    content: '\f387';
    font-family: Ionicons;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 38px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-adding:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-adding:before, .woocommerce-page .products.list .loop-product .loop-product-inner .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;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-added:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-added:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn.woosw-added:before {
    content: '\f388';
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn:hover, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn:hover, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .wishlist-btn .woosw-btn:hover {
    border-color: #8eb359;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn a, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn button, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn a, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn button, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn a, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn button {
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #8eb359;
    display: inline-block;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn a:before, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn button:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn a:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn button:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn a:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn button:before {
    content: '\f4a4';
    font-family: Ionicons;
    font-size: 16px;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn a:hover, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn button:hover, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn a:hover, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn button:hover, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn a:hover, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .quick-view-btn button:hover {
    border-color: #8eb359;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn {
    display: inline-block;
    margin-left: 10px;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn {
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    font-size: 0;
    text-align: center;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #8eb359;
    display: inline-block;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a:before, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn:before {
    content: '\f4a8';
    font-family: Ionicons;
    font-size: 16px;
    margin: 0;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a:hover, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn:hover, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a:hover, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn:hover, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a:hover, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn:hover {
    border-color: #8eb359;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a div, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn div, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a div, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn div, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a div, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn div {
    display: none !important;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a.loading:before, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn.loading:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a.loading:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn.loading:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a.loading:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn.loading:before {
    content: '\f459';
    display: inline-block;
    animation: spinner 1s linear infinite !important;
    -webkit-animation: spinner 1s linear infinite !important;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a.loading.added:before, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn.loading.added:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a.loading.added:before, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn.loading.added:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn a.loading.added:before, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action-list .compare-btn .wooscp-btn.loading.added:before {
    content: '\f4a8';
    animation: none !important;
    -webkit-animation: none !important;
}

.woocommerce .products.list .loop-product .loop-product-inner .product-info .product-action, .woocommerce .products.list .loop-product .loop-product-inner .product-info .product-wishlist, .woocommerce .products.list .loop-product .loop-product-inner .product-info .wishlist-btn, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-action, .insight-woo .products.list .loop-product .loop-product-inner .product-info .product-wishlist, .insight-woo .products.list .loop-product .loop-product-inner .product-info .wishlist-btn, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-action, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .product-wishlist, .woocommerce-page .products.list .loop-product .loop-product-inner .product-info .wishlist-btn {
    display: none;
}

.woocommerce .products.list .loop-product .loop-product-inner:last-child, .insight-woo .products.list .loop-product .loop-product-inner:last-child, .woocommerce-page .products.list .loop-product .loop-product-inner:last-child {
    margin-bottom: 0;
}

.woocommerce .products.list .loop-product:hover:after, .insight-woo .products.list .loop-product:hover:after, .woocommerce-page .products.list .loop-product:hover:after {
    width: 100%;
}

.woocommerce .products.list .loop-product:hover .loop-product-inner, .insight-woo .products.list .loop-product:hover .loop-product-inner, .woocommerce-page .products.list .loop-product:hover .loop-product-inner {
    padding: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce .products.list .loop-product:hover .loop-product-inner .product-thumb, .insight-woo .products.list .loop-product:hover .loop-product-inner .product-thumb, .woocommerce-page .products.list .loop-product:hover .loop-product-inner .product-thumb {
    padding: 0;
}

.woocommerce .products.list .loop-product:hover .loop-product-inner .product-thumb img, .insight-woo .products.list .loop-product:hover .loop-product-inner .product-thumb img, .woocommerce-page .products.list .loop-product:hover .loop-product-inner .product-thumb img {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.woocommerce .products.list .loop-product:hover .loop-product-inner .product-info a h2, .woocommerce .products.list .loop-product:hover .loop-product-inner .product-info a h3, .insight-woo .products.list .loop-product:hover .loop-product-inner .product-info a h2, .insight-woo .products.list .loop-product:hover .loop-product-inner .product-info a h3, .woocommerce-page .products.list .loop-product:hover .loop-product-inner .product-info a h2, .woocommerce-page .products.list .loop-product:hover .loop-product-inner .product-info a h3 {
    color: #8eb359;
}

.woocommerce .products.list .loop-product:hover .loop-product-inner .product-info a h2:after, .woocommerce .products.list .loop-product:hover .loop-product-inner .product-info a h3:after, .insight-woo .products.list .loop-product:hover .loop-product-inner .product-info a h2:after, .insight-woo .products.list .loop-product:hover .loop-product-inner .product-info a h3:after, .woocommerce-page .products.list .loop-product:hover .loop-product-inner .product-info a h2:after, .woocommerce-page .products.list .loop-product:hover .loop-product-inner .product-info a h3:after {
    background-color: #8eb359;
    width: 60px;
}

.woocommerce.cake-style .products .loop-product.style-01:hover .loop-product-inner, .insight-woo.cake-style .products .loop-product.style-01:hover .loop-product-inner, .woocommerce-page.cake-style .products .loop-product.style-01:hover .loop-product-inner {
    box-shadow: none;
}

.woocommerce.cake-style .products .loop-product.style-01:hover .loop-product-inner .product-thumb img, .insight-woo.cake-style .products .loop-product.style-01:hover .loop-product-inner .product-thumb img, .woocommerce-page.cake-style .products .loop-product.style-01:hover .loop-product-inner .product-thumb img {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
    opacity: .2;
}

.woocommerce.cake-style .products .loop-product.style-01:hover .loop-product-inner .product-action, .insight-woo.cake-style .products .loop-product.style-01:hover .loop-product-inner .product-action, .woocommerce-page.cake-style .products .loop-product.style-01:hover .loop-product-inner .product-action {
    transform: translate(0);
}

.woocommerce.cake-style .products .loop-product.style-01 .loop-product-inner, .insight-woo.cake-style .products .loop-product.style-01 .loop-product-inner, .woocommerce-page.cake-style .products .loop-product.style-01 .loop-product-inner {
    padding: 0;
    border: none;
}

.woocommerce.cake-style .products .loop-product.style-01 .loop-product-inner .product-info, .insight-woo.cake-style .products .loop-product.style-01 .loop-product-inner .product-info, .woocommerce-page.cake-style .products .loop-product.style-01 .loop-product-inner .product-info {
    margin-top: -40px;
}

.woocommerce.cake-style .products .loop-product.style-01 .loop-product-inner .product-info h2, .woocommerce.cake-style .products .loop-product.style-01 .loop-product-inner .product-info h3, .insight-woo.cake-style .products .loop-product.style-01 .loop-product-inner .product-info h2, .insight-woo.cake-style .products .loop-product.style-01 .loop-product-inner .product-info h3, .woocommerce-page.cake-style .products .loop-product.style-01 .loop-product-inner .product-info h2, .woocommerce-page.cake-style .products .loop-product.style-01 .loop-product-inner .product-info h3 {
    font-size: 24px;
}

.woocommerce.cake-style .products .loop-product.style-01 .loop-product-inner .product-info .price, .insight-woo.cake-style .products .loop-product.style-01 .loop-product-inner .product-info .price, .woocommerce-page.cake-style .products .loop-product.style-01 .loop-product-inner .product-info .price {
    font-size: 18px;
}

.woocommerce.cake-style .products .loop-product.style-01 .loop-product-inner .product-thumb .badges, .insight-woo.cake-style .products .loop-product.style-01 .loop-product-inner .product-thumb .badges, .woocommerce-page.cake-style .products .loop-product.style-01 .loop-product-inner .product-thumb .badges {
    bottom: 30px;
}

.woocommerce.plant-style .products .loop-product.style-01:hover .loop-product-inner, .insight-woo.plant-style .products .loop-product.style-01:hover .loop-product-inner, .woocommerce-page.plant-style .products .loop-product.style-01:hover .loop-product-inner {
    box-shadow: none;
}

.woocommerce.plant-style .products .loop-product.style-01:hover .loop-product-inner .product-thumb img, .insight-woo.plant-style .products .loop-product.style-01:hover .loop-product-inner .product-thumb img, .woocommerce-page.plant-style .products .loop-product.style-01:hover .loop-product-inner .product-thumb img {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
    opacity: .2;
}

.woocommerce.plant-style .products .loop-product.style-01:hover .loop-product-inner .product-action, .insight-woo.plant-style .products .loop-product.style-01:hover .loop-product-inner .product-action, .woocommerce-page.plant-style .products .loop-product.style-01:hover .loop-product-inner .product-action {
    transform: translate(0);
}

.woocommerce.plant-style .products .loop-product.style-01 .loop-product-inner, .insight-woo.plant-style .products .loop-product.style-01 .loop-product-inner, .woocommerce-page.plant-style .products .loop-product.style-01 .loop-product-inner {
    padding: 0;
    border: none;
}

.woocommerce.plant-style .products .loop-product.style-01 .loop-product-inner .product-info h2, .woocommerce.plant-style .products .loop-product.style-01 .loop-product-inner .product-info h3, .insight-woo.plant-style .products .loop-product.style-01 .loop-product-inner .product-info h2, .insight-woo.plant-style .products .loop-product.style-01 .loop-product-inner .product-info h3, .woocommerce-page.plant-style .products .loop-product.style-01 .loop-product-inner .product-info h2, .woocommerce-page.plant-style .products .loop-product.style-01 .loop-product-inner .product-info h3 {
    font-size: 24px;
}

.woocommerce.plant-style .products .loop-product.style-01 .loop-product-inner .product-info .price, .insight-woo.plant-style .products .loop-product.style-01 .loop-product-inner .product-info .price, .woocommerce-page.plant-style .products .loop-product.style-01 .loop-product-inner .product-info .price {
    font-size: 18px;
}

.woocommerce.plant-style .products .loop-product.style-01 .loop-product-inner .product-thumb .badges, .insight-woo.plant-style .products .loop-product.style-01 .loop-product-inner .product-thumb .badges, .woocommerce-page.plant-style .products .loop-product.style-01 .loop-product-inner .product-thumb .badges {
    bottom: 30px;
}

.woocommerce.flower-style .products .loop-product.style-01:hover .loop-product-inner, .insight-woo.flower-style .products .loop-product.style-01:hover .loop-product-inner, .woocommerce-page.flower-style .products .loop-product.style-01:hover .loop-product-inner {
    box-shadow: none;
}

.woocommerce.flower-style .products .loop-product.style-01:hover .loop-product-inner .product-thumb img, .insight-woo.flower-style .products .loop-product.style-01:hover .loop-product-inner .product-thumb img, .woocommerce-page.flower-style .products .loop-product.style-01:hover .loop-product-inner .product-thumb img {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
    opacity: .2;
}

.woocommerce.flower-style .products .loop-product.style-01:hover .loop-product-inner .product-action, .insight-woo.flower-style .products .loop-product.style-01:hover .loop-product-inner .product-action, .woocommerce-page.flower-style .products .loop-product.style-01:hover .loop-product-inner .product-action {
    transform: translate(0);
}

.woocommerce.flower-style .products .loop-product.style-01 .loop-product-inner, .insight-woo.flower-style .products .loop-product.style-01 .loop-product-inner, .woocommerce-page.flower-style .products .loop-product.style-01 .loop-product-inner {
    padding: 0;
    border: none;
}

.woocommerce.flower-style .products .loop-product.style-01 .loop-product-inner .product-info, .insight-woo.flower-style .products .loop-product.style-01 .loop-product-inner .product-info, .woocommerce-page.flower-style .products .loop-product.style-01 .loop-product-inner .product-info {
    margin-top: -40px;
}

.woocommerce.flower-style .products .loop-product.style-01 .loop-product-inner .product-info h2, .woocommerce.flower-style .products .loop-product.style-01 .loop-product-inner .product-info h3, .insight-woo.flower-style .products .loop-product.style-01 .loop-product-inner .product-info h2, .insight-woo.flower-style .products .loop-product.style-01 .loop-product-inner .product-info h3, .woocommerce-page.flower-style .products .loop-product.style-01 .loop-product-inner .product-info h2, .woocommerce-page.flower-style .products .loop-product.style-01 .loop-product-inner .product-info h3 {
    font-size: 24px;
}

.woocommerce.flower-style .products .loop-product.style-01 .loop-product-inner .product-info .price, .insight-woo.flower-style .products .loop-product.style-01 .loop-product-inner .product-info .price, .woocommerce-page.flower-style .products .loop-product.style-01 .loop-product-inner .product-info .price {
    font-size: 18px;
}

.woocommerce.flower-style .products .loop-product.style-01 .loop-product-inner .product-thumb, .insight-woo.flower-style .products .loop-product.style-01 .loop-product-inner .product-thumb, .woocommerce-page.flower-style .products .loop-product.style-01 .loop-product-inner .product-thumb {
    padding: 60px 10px;
    background-color: #fff;
}

.woocommerce.flower-style .products .loop-product.style-01 .loop-product-inner .product-thumb .badges, .insight-woo.flower-style .products .loop-product.style-01 .loop-product-inner .product-thumb .badges, .woocommerce-page.flower-style .products .loop-product.style-01 .loop-product-inner .product-thumb .badges {
    bottom: 30px;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td, .insight-woo table.shop_table th, .insight-woo table.shop_table td, .woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td {
    border-width: 1px 0 0 0;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    border-top-color: #8eb359;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
    color: #8eb359;
}

.woocommerce .quantity, .woocommerce-page .quantity {
    max-width: 120px;
    height: 40px;
    line-height: 1;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    display: inline-block;
}

.woocommerce .quantity span, .woocommerce-page .quantity span {
    float: left;
    cursor: pointer;
}

.woocommerce .quantity span i, .woocommerce-page .quantity span i {
    font-size: 18px;
}

.woocommerce .quantity .qty, .woocommerce-page .quantity .qty {
    float: left;
    border: none;
    line-height: 1;
    height: auto;
    padding: 0 10px;
    background: none;
}

.woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce-page .quantity .qty::-webkit-inner-spin-button, .woocommerce-page .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.woocommerce .cart .quantity, .woocommerce-page .cart .quantity {
    background: #f8f7f7;
}

.woocommerce .select2-container .select2-choice, .woocommerce-page .select2-container .select2-choice {
    border-color: #f4f4f4;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
}

.woocommerce .select2-drop-active, .woocommerce-page .select2-drop-active {
    border-color: #f4f4f4;
}

.woocommerce address, .woocommerce-page address {
    font-style: normal;
}

.woocommerce a.remove, .woocommerce-page a.remove {
    text-align: left !important;
    margin: 0 !important;
    background: none !important;
    color: #696969 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.woocommerce a.remove:hover, .woocommerce-page a.remove:hover {
    color: #8eb359 !important;
}

.woocommerce td.product-thumbnail, .woocommerce-page td.product-thumbnail {
    width: 130px;
}

.isw-empty, .isw-swatch + select:not(.isw-selectbox), .isw-term.isw-disabled:after, .isw-term.isw-disabled:before {
    display: none !important;
}

.woocommerce.single-product .product .woo-notice {
    padding: 0;
}

.woocommerce.single-product .product .images figure {
    padding: 0;
    margin: 0;
}

.woocommerce.single-product .product .images .woocommerce-main-image {
    background-color: #f8f7f7;
}

.woocommerce.single-product .product .images .woocommerce-main-image img {
    border: 1px solid #f4f4f4;
    -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 .images .woocommerce-main-image img:hover {
    border-color: #8eb359;
}

.woocommerce.single-product .product .images .thumbnails {
    width: 100%;
    margin: 0 auto;
    padding: 30px 25px 0 25px;
}

.woocommerce.single-product .product .images .thumbnails .slick-slide {
    background-color: #f8f7f7;
    display: inline-block;
    margin: 0 5px;
    outline: none;
}

.woocommerce.single-product .product .images .thumbnails .slick-slide a {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
    display: inline-block !important;
    outline: none !important;
}

.woocommerce.single-product .product .images .thumbnails .slick-slide a img {
    width: 100%;
    height: auto;
    border: 1px solid #f4f4f4;
    -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 .images .thumbnails .slick-slide a img:hover {
    border-color: #8eb359;
}

.woocommerce.single-product .product .images .thumbnails .slick-arrow {
    margin-top: 0;
}

.woocommerce.single-product .product .images .thumbnails .slick-arrow:before {
    font-family: Ionicons;
    font-size: 34px;
    color: #696969;
    width: 20px;
    height: 20px;
    font-weight: 400;
}

.woocommerce.single-product .product .images .thumbnails .slick-arrow.slick-prev {
    left: 0;
}

.woocommerce.single-product .product .images .thumbnails .slick-arrow.slick-prev:before {
    content: '\f3d5';
}

.woocommerce.single-product .product .images .thumbnails .slick-arrow.slick-next {
    right: 0;
}

.woocommerce.single-product .product .images .thumbnails .slick-arrow.slick-next:before {
    content: '\f3d6';
}

.woocommerce.single-product .product .summary {
    position: relative;
    width: 100%;
}

.woocommerce.single-product .product .summary .outofstock {
    display: none;
}

.woocommerce.single-product .product .summary .badges {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 16px;
    line-height: 16px;
    left: 0;
    bottom: 0;
    z-index: 99;
    margin-bottom: 10px;
}

.woocommerce.single-product .product .summary .badges .hot, .woocommerce.single-product .product .summary .badges .onsale, .woocommerce.single-product .product .summary .badges .new {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    font-weight: 700;
    margin: 0 4px 0 0;
    color: #fff;
    font-size: 12px;
}

.woocommerce.single-product .product .summary .badges .hot {
    background: #f9734d;
}

.woocommerce.single-product .product .summary .badges .onsale {
    background: #f4cb75;
    min-width: 48px;
    min-height: 16px;
    top: auto;
    left: auto;
}

.woocommerce.single-product .product .summary .badges .new {
    background: #b4e1f7;
}

.woocommerce.single-product .product .summary .product_title {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    letter-spacing: .05em;
    /*font-family: "Playfair Display";*/
    position: relative;
}

.woocommerce.single-product .product .summary .product_title:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e7e5e4;
    position: absolute;
    left: 0;
    bottom: 0;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    line-height: 1.8;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating .star-rating {
    font-size: 16px !important;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 83px;
    margin: 0 -3px 0 0;
    display: inline-block;
    float: none;
}

.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 a {
    color: #ababab;
    font-style: italic;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating .text-rating {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    font-style: italic;
    color: #8e8b87;
    width: 200px;
}

.woocommerce.single-product .product .summary .out-of-stock {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #f76b6a;
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #f4f4f4;
}

.woocommerce.single-product .product .summary .out-of-stock:before {
    content: '\f406';
    font-family: Ionicons;
    margin-right: 5px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce.single-product .product .summary .price {
    margin-top: 0;
    /*font-family: "Playfair Display";*/
    font-style: italic;
}

.woocommerce.single-product .product .summary .price > .amount {
    font-size: 24px;
    font-weight: 700;
    color: #696969;
}

.woocommerce.single-product .product .summary .price del {
    color: #ababab;
    font-size: 15px;
}

.woocommerce.single-product .product .summary .price del .amount {
    color: #ababab;
}

.woocommerce.single-product .product .summary .price ins {
    font-size: 24px;
    color: #696969;
}

.woocommerce.single-product .product .summary .price ins .amount {
    color: #696969;
}

.woocommerce.single-product .product .summary .product_meta_wrap {
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid #52351a;
    font-size: 15px;
}

.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: 0;
    padding: 20px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #52351a;
}

.woocommerce.single-product .product .summary form.cart button {
    height: 40px;
    line-height: 38px;
    border: 1px solid #8eb359;
    padding: 0 25px;
    background: #8eb359;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 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;
}

.woocommerce.single-product .product .summary form.cart button:hover {
    background: none;
    border-color: #8eb359;
    color: #8eb359;
}

.woocommerce.single-product .product .summary form.cart .quantity {
    margin: 0 20px 0 0;
}

.woocommerce.single-product .product .summary form.cart .variations tr td {
    padding: 5px 0;
}

.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;
    line-height: 40px;
    font-weight: 400;
}

.woocommerce.single-product .product .summary form.cart .cart-submit {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .wishlist-btn {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    position: relative;
    width: 40px;
    height: 40px;
    top: auto;
    right: auto;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .wishlist-btn .woosw-btn {
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #8eb359;
    display: inline-block;
    opacity: 1;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .wishlist-btn .woosw-btn:before {
    margin: 0;
    content: '\f387';
    font-family: Ionicons;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 38px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .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;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .wishlist-btn .woosw-btn.woosw-added:before {
    content: '\f388';
}

.woocommerce.single-product .product .summary form.cart .cart-submit .wishlist-btn .woosw-btn:hover {
    border-color: #8eb359;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn {
    display: inline-block;
    margin-left: 10px;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn a, .woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn .wooscp-btn {
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    font-size: 0;
    text-align: center;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #8eb359;
    display: inline-block;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn a:before, .woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn .wooscp-btn:before {
    content: '\f4a8';
    font-family: Ionicons;
    font-size: 16px;
    margin: 0;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn a:hover, .woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn .wooscp-btn:hover {
    border-color: #8eb359;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn a div, .woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn .wooscp-btn div {
    display: none !important;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn a.loading:before, .woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn .wooscp-btn.loading:before {
    content: '\f459';
    display: inline-block;
    animation: spinner 1.5s linear infinite !important;
    -webkit-animation: spinner 1.5s linear infinite !important;
}

.woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn a.loading.added:before, .woocommerce.single-product .product .summary form.cart .cart-submit .compare-btn .wooscp-btn.loading.added:before {
    content: '\f4a8';
    animation: none !important;
    -webkit-animation: none !important;
}

.woocommerce.single-product .product .summary form.cart .in-stock, .woocommerce.single-product .product .summary form.cart .out-stock {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-left: 0;
    font-style: italic;
    color: #ababab;
}

.woocommerce.single-product .product .summary form.cart .in-stock:before, .woocommerce.single-product .product .summary form.cart .out-stock:before {
    font-family: Ionicons;
    display: inline-block;
    margin-right: 5px;
    font-style: normal;
}

.woocommerce.single-product .product .summary form.cart .in-stock:before {
    content: '\f3ff';
    color: #8eb359;
}

.woocommerce.single-product .product .summary form.cart .out-stock:before {
    content: '\f406';
    color: #f9734d;
}

.woocommerce.single-product .product .woocommerce-tabs {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.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 {
    margin: -1px 0 0 0;
    padding: 0;
    overflow: visible;
    border-bottom: 1px solid #f4f4f4;
    display: inline-block;
    width: 100%;
}

.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 {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0 30px -1px 0;
    background-color: transparent;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 5px 0;
    font-size: 24px;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    font-weight: 400;
    color: #ababab;
}

.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.active {
    border-color: #8eb359;
	background-color: transparent !important;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active a {
    color: #333;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 60px 30px;
    margin: 0;
    background-color: #fbfbfb;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 18px !important;
    /*font-family: "Playfair Display";*/
    font-weight: 700;
}

.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 {
    padding: 30px 0 !important;
    border-bottom: 1px solid #f4f4f4 !important;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li .comment-text {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0 100px !important;
}

.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 .comment-text .meta strong[itemprop="author"] {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    margin-right: 15px;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li .comment-text .meta strong[itemprop="author"]:after {
    content: '\f3a7';
    font-family: Ionicons;
    font-size: 10px;
    color: #ababab;
    margin-left: 15px;
    display: inline-block;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li .comment-text .meta time {
    font-style: italic;
    color: #ababab;
    font-size: 14px;
    /*font-family: "Playfair Display";*/
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ol.commentlist li img.avatar {
    padding: 0 !important;
    border: none !important;
    width: 60px !important;
    height: 60px !important;
    top: 30px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.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;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.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: #8eb359;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel #comments .woocommerce-noreviews {
    margin-bottom: 30px;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel #respond #commentform {
    margin-top: 15px;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel #respond input#submit {
    height: 40px;
    line-height: 38px;
    border: 1px solid #8eb359;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 25px;
    color: #fff;
    background-color: #8eb359;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 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;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel #respond input#submit:hover {
    background: none;
    color: #8eb359;
}

.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 .product .cross-sells, .woocommerce.single-product .product .up-sells, .woocommerce.single-product .product .viewed, .woocommerce.single-product .product .related {
    position: relative;
    margin-top: 60px;
}

.woocommerce.single-product .product .cross-sells h2, .woocommerce.single-product .product .up-sells h2, .woocommerce.single-product .product .viewed h2, .woocommerce.single-product .product .related h2 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 40px;
}

.woocommerce.single-product .product .cross-sells h2 span, .woocommerce.single-product .product .up-sells h2 span, .woocommerce.single-product .product .viewed h2 span, .woocommerce.single-product .product .related h2 span {
    display: block;
    /*font-family: "Playfair Display";*/
    color: #8eb359;
    font-size: 34px;
    font-weight: 400;
    text-transform: none;
}

.woocommerce.single-product .product .cross-sells .products, .woocommerce.single-product .product .up-sells .products, .woocommerce.single-product .product .viewed .products, .woocommerce.single-product .product .related .products {
    margin-bottom: 0;
    position: static;
}

.woocommerce.single-product .product .cross-sells .products .loop-product, .woocommerce.single-product .product .up-sells .products .loop-product, .woocommerce.single-product .product .viewed .products .loop-product, .woocommerce.single-product .product .related .products .loop-product {
    max-width: none;
}

.woocommerce.single-product .product .cross-sells .slick-list, .woocommerce.single-product .product .up-sells .slick-list, .woocommerce.single-product .product .viewed .slick-list, .woocommerce.single-product .product .related .slick-list {
    width: 100%;
}

.woocommerce.single-product .product .cross-sells .slick-arrow, .woocommerce.single-product .product .up-sells .slick-arrow, .woocommerce.single-product .product .viewed .slick-arrow, .woocommerce.single-product .product .related .slick-arrow {
    top: -7px;
    background-color: #f8f7f7;
    border: none;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    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;
}

.woocommerce.single-product .product .cross-sells .slick-arrow:before, .woocommerce.single-product .product .up-sells .slick-arrow:before, .woocommerce.single-product .product .viewed .slick-arrow:before, .woocommerce.single-product .product .related .slick-arrow:before {
    color: #696969;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    -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 .cross-sells .slick-arrow:hover, .woocommerce.single-product .product .up-sells .slick-arrow:hover, .woocommerce.single-product .product .viewed .slick-arrow:hover, .woocommerce.single-product .product .related .slick-arrow:hover {
    background-color: #8eb359;
    color: #fff;
}

.woocommerce.single-product .product .cross-sells .slick-arrow:hover:before, .woocommerce.single-product .product .up-sells .slick-arrow:hover:before, .woocommerce.single-product .product .viewed .slick-arrow:hover:before, .woocommerce.single-product .product .related .slick-arrow:hover:before {
    color: #fff;
}

.woocommerce.single-product .product .cross-sells .slick-arrow.slick-next, .woocommerce.single-product .product .up-sells .slick-arrow.slick-next, .woocommerce.single-product .product .viewed .slick-arrow.slick-next, .woocommerce.single-product .product .related .slick-arrow.slick-next {
    left: auto;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
}

.woocommerce.single-product .product .cross-sells .slick-arrow.slick-next:before, .woocommerce.single-product .product .up-sells .slick-arrow.slick-next:before, .woocommerce.single-product .product .viewed .slick-arrow.slick-next:before, .woocommerce.single-product .product .related .slick-arrow.slick-next:before {
    content: '\f3d1';
    font-family: Ionicons;
}

.woocommerce.single-product .product .cross-sells .slick-arrow.slick-prev, .woocommerce.single-product .product .up-sells .slick-arrow.slick-prev, .woocommerce.single-product .product .viewed .slick-arrow.slick-prev, .woocommerce.single-product .product .related .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-right: 1px solid #eff0f2;
}

.woocommerce.single-product .product .cross-sells .slick-arrow.slick-prev:before, .woocommerce.single-product .product .up-sells .slick-arrow.slick-prev:before, .woocommerce.single-product .product .viewed .slick-arrow.slick-prev:before, .woocommerce.single-product .product .related .slick-arrow.slick-prev:before {
    content: '\f3cf';
    font-family: Ionicons;
}

.woocommerce.single-product .product .cross-sells .slick-dots, .woocommerce.single-product .product .up-sells .slick-dots, .woocommerce.single-product .product .viewed .slick-dots, .woocommerce.single-product .product .related .slick-dots {
    position: relative;
    bottom: 0;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.woocommerce.single-product .product .cross-sells .slick-dots li, .woocommerce.single-product .product .up-sells .slick-dots li, .woocommerce.single-product .product .viewed .slick-dots li, .woocommerce.single-product .product .related .slick-dots li {
    margin: 0;
}

@media (max-width: 768px) {
    .woocommerce.single-product .product .cross-sells h2, .woocommerce.single-product .product .up-sells h2, .woocommerce.single-product .product .viewed h2, .woocommerce.single-product .product .related h2 {
        text-align: center;
        margin-bottom: 80px;
    }

    .woocommerce.single-product .product .cross-sells .slick-arrow, .woocommerce.single-product .product .up-sells .slick-arrow, .woocommerce.single-product .product .viewed .slick-arrow, .woocommerce.single-product .product .related .slick-arrow {
        top: 40px;
    }

    .woocommerce.single-product .product .cross-sells .slick-arrow.slick-next, .woocommerce.single-product .product .up-sells .slick-arrow.slick-next, .woocommerce.single-product .product .viewed .slick-arrow.slick-next, .woocommerce.single-product .product .related .slick-arrow.slick-next {
        right: 50%;
        transform: translate(100%, 0);
    }

    .woocommerce.single-product .product .cross-sells .slick-arrow.slick-prev, .woocommerce.single-product .product .up-sells .slick-arrow.slick-prev, .woocommerce.single-product .product .viewed .slick-arrow.slick-prev, .woocommerce.single-product .product .related .slick-arrow.slick-prev {
        left: 50%;
        transform: translate(-100%, 0);
    }
}

body.woocommerce-wishlist .wishlist-title {
    display: none;
}

body.woocommerce-wishlist table.shop_table, body.woocommerce-wishlist table.wishlist_table {
    border: none;
    font-size: 15px;
}

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: #8eb359 !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: "Playfair Display";*/
    font-size: 34px;
    font-weight: 400;
}

body.woocommerce-page.woocommerce-cart table.shop_table {
    border: none;
    font-size: 15px;
    margin-bottom: 60px;
}

body.woocommerce-page.woocommerce-cart table.shop_table thead {
    background-color: #f8f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

body.woocommerce-page.woocommerce-cart table.shop_table td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #52351a;
    padding: 25px;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-name a {
    font-size: 18px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    letter-spacing: .05em;
    color: #333;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.actions {
    padding: 30px 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.actions .coupon .input-text {
    border-color: #f4f4f4;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-remove {
    text-align: right;
    padding-right: 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-remove a {
    display: inline-block;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-price {
    font-size: 15px;
    /*font-family: "Playfair Display";*/
    font-style: italic;
    color: #696969;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-subtotal {
    font-weight: 700;
    font-size: 18px;
    /*font-family: "Playfair Display";*/
    font-style: italic;
    color: #696969;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-thumbnail {
    padding-left: 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 100px;
    height: 100px;
    padding: 10px;
    border: 1px solid #f4f4f4;
}

body.woocommerce-page.woocommerce-cart table.shop_table th {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f4f4f4;
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    padding: 15px 30px;
}

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: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: none;
    border: 1px solid #f4f4f4;
}

@media (min-width: 769px) {
    body.woocommerce-page.woocommerce-cart table.shop_table input[type="text"] {
        width: 160px !important;
    }
}

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: 38px;
    padding: 0 20px !important;
    color: #00a859;
    background: none;
    border: 1px solid #00a859;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 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-page.woocommerce-cart table.shop_table input[type="submit"]:hover, body.woocommerce-page.woocommerce-cart table.shop_table button[type="submit"]:hover {
    background: #8eb359;
    color: #fff;
}

body.woocommerce-page.woocommerce-cart table.shop_table button {
    height: 40px;
    line-height: 38px;
    padding: 0 20px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #8eb359;
    background: none;
    border: 1px solid #8eb359;
    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 button:hover {
    background: #8eb359;
    color: #fff;
}

body.woocommerce-page.woocommerce-cart table.shop_table 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 table.shop_table #coupon_code {
    margin: 0 5px 0 0;
}

body.woocommerce-page.woocommerce-cart .cart_totals table.shop_table {
    margin-bottom: 15px;
}

body.woocommerce-page.woocommerce-cart .cart_totals table.shop_table th, body.woocommerce-page.woocommerce-cart .cart_totals table.shop_table td {
    padding: 30px 0;
}

body.woocommerce-page.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td {
    /*font-family: "Playfair Display";*/
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
    color: #696969;
}

body.woocommerce-page.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    /*font-family: "Playfair Display";*/
    color: #8eb359;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
}

body.woocommerce-page.woocommerce-cart a.wc-backward, body.woocommerce-page.woocommerce-cart a.checkout-button {
    height: 48px;
    line-height: 46px;
    padding: 0 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #8eb359 !important;
    border: 1px solid #8eb359;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

body.woocommerce-page.woocommerce-cart a.wc-backward:hover, body.woocommerce-page.woocommerce-cart a.checkout-button:hover {
    background: none !important;
    color: #8eb359;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells {
    position: relative;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells .products {
    position: static;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells .slick-arrow {
    top: -7px;
    background-color: #f8f7f7;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0;
    margin: 0;
    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-page.woocommerce-cart .cart-collaterals .cross-sells .slick-arrow:before {
    color: #696969;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    -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 .cart-collaterals .cross-sells .slick-arrow:hover {
    background-color: #8eb359;
    color: #fff;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells .slick-arrow:hover:before {
    color: #fff;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells .slick-arrow.slick-next {
    left: auto;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells .slick-arrow.slick-next:before {
    content: '\f3d1';
    font-family: Ionicons;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-right: 1px solid #eff0f2;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells .slick-arrow.slick-prev:before {
    content: '\f3cf';
    font-family: Ionicons;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells .slick-dots {
    position: relative;
    bottom: 0;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

body.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells .slick-dots li {
    margin: 0;
}

body.woocommerce-page.woocommerce-cart .woo-notice {
    padding: 0;
}

body.woocommerce-page.woocommerce-cart .select2-drop-active {
    border-color: #f4f4f4;
}

body.woocommerce-page.woocommerce-cart:not(.search) .content h2, body.woocommerce-page.woocommerce-cart:not(.search) .content-area h2 {
    /*font-family: "Playfair Display";*/
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

body.woocommerce-page.woocommerce-cart .content article, body.woocommerce-page.woocommerce-cart .content .content-area .entry-content {
    margin-bottom: 0;
}

body.woocommerce-page.woocommerce-checkout table.shop_table {
    border: none;
    font-size: 15px;
}

body.woocommerce-page.woocommerce-checkout table.shop_table tr th, body.woocommerce-page.woocommerce-checkout table.shop_table tr td {
    -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 table.shop_table tr:hover th, body.woocommerce-page.woocommerce-checkout table.shop_table tr:hover td {
    border-color: #8eb359;
}

body.woocommerce-page.woocommerce-checkout table.shop_table th {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f4f4f4;
    padding: 15px 0;
    text-transform: uppercase;
}

body.woocommerce-page.woocommerce-checkout table.shop_table th.product-total {
    text-align: right;
}

body.woocommerce-page.woocommerce-checkout table.shop_table td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f4f4f4;
    padding: 15px 0;
}

body.woocommerce-page.woocommerce-checkout table.shop_table td.product-name {
    font-weight: 700;
    /*font-family: "Playfair Display";*/
}

body.woocommerce-page.woocommerce-checkout table.shop_table td.actions {
    padding: 15px 0;
}

body.woocommerce-page.woocommerce-checkout table.shop_table td.product-total {
    text-align: right;
}

body.woocommerce-page.woocommerce-checkout table.shop_table td .amount {
    /*font-family: "Playfair Display";*/
    font-style: italic;
}

body.woocommerce-page.woocommerce-checkout table.shop_table tr.cart-subtotal td, body.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total td {
    text-align: right;
}

body.woocommerce-page.woocommerce-checkout table.shop_table tr.order-total .amount {
    font-size: 24px;
    color: #8eb359;
}

body.woocommerce-page.woocommerce-checkout table.shop_table tfoot tr td {
    text-align: right;
    /*font-family: "Playfair Display";*/
    font-style: italic;
}

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;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body.woocommerce-page.woocommerce-checkout table.shop_table input[type="text"] {
    border-color: #f4f4f4 !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;
    overflow: hidden;
}

body.woocommerce-page.woocommerce-checkout table.shop_table.customer_details tr td {
    text-align: right;
    /*font-family: "Playfair Display";*/
    font-style: italic;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    margin-top: 30px;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout label {
    text-transform: capitalize;
	font-weight:bold;
}

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"] {
    height: 48px;
    line-height: 46px;
    border: 1px solid #52351a;
    padding: 0 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #52351a !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    overflow: 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.woocommerce-page.woocommerce-checkout #payment input[type="submit"]:hover, body.woocommerce-page.woocommerce-checkout #payment button[type="submit"]:hover {
    background: none !important;
    color: #8eb359;
}

body.woocommerce-page.woocommerce-checkout #payment div.payment_box {
    background-color: #f4f4f4;
}

body.woocommerce-page.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #f4f4f4;
}

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: 48px;
    line-height: 46px;
    border: 1px solid #8eb359;
    padding: 0 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #8eb359 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

body.woocommerce-page.woocommerce-checkout a.wc-backward:hover, body.woocommerce-page.woocommerce-checkout a.checkout-button:hover {
    background: none !important;
    color: #8eb359;
}

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: 38px;
    border: 1px solid #8eb359;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #8eb359 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    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;
}

body.woocommerce-page.woocommerce-checkout form.checkout_coupon .button:hover {
    background: none !important;
    color: #8eb359;
}

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: "Playfair Display";*/
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

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 #f4f4f4;
    position: relative;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #8eb359;
    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 #f4f4f4;
    -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: #8eb359;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    overflow: hidden;
    -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: #f4f4f4;
}

body.woocommerce-account table.shop_table {
    border: none;
    font-size: 15px;
}

body.woocommerce-account table.shop_table td {
    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: #8eb359;
}

body.woocommerce-account table.shop_table td.product-thumbnail img {
    width: 100px;
    border: 2px solid #f4f4f4;
}

body.woocommerce-account table.shop_table th {
    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: #696969;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

body.woocommerce-account table.shop_table input[type="text"] {
    border-color: #f4f4f4 !important;
}

body.woocommerce-account table.shop_table input[type="submit"], body.woocommerce-account table.shop_table button[type="submit"] {
    text-transform: uppercase;
    overflow: 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.woocommerce-account table.shop_table input[type="submit"]:hover, body.woocommerce-account table.shop_table button[type="submit"]:hover {
    background: #8eb359;
    color: #fff;
}

body.woocommerce-account table.shop_table a.remove {
    font-size: 18px;
    font-weight: 400;
    color: #696969 !important;
}

body.woocommerce-account table.shop_table a.remove:hover {
    background: none;
    color: #8eb359 !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: "Playfair Display";*/
    font-size: 34px;
    font-weight: 400;
}

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

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: #8eb359;
}

body.woocommerce .sidebar .widget.widget_product_search .woocommerce-product-search input[type="submit"], body.woocommerce .sidebar .widget.widget_product_search .woocommerce-product-search button[type="submit"], .insight-woo .sidebar .widget.widget_product_search .woocommerce-product-search input[type="submit"], .insight-woo .sidebar .widget.widget_product_search .woocommerce-product-search 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;
    overflow: hidden;
    line-height: 40px;
    padding: 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 #f4f4f4;
    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: #8eb359;
}

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: #8eb359;
}

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: #f4f4f4;
    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: #8eb359;
}

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;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #8eb359;
}

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-color: #f4f4f4;
    color: #696969;
    text-transform: uppercase;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -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: #8eb359;
    color: #fff;
}

body.woocommerce .sidebar .widget.widget_products li, body.woocommerce .sidebar .widget.widget_recent_reviews li, body.woocommerce .sidebar .widget.widget_top_rated_products li, body.woocommerce .sidebar .widget.widget_recently_viewed_products li, .insight-woo .sidebar .widget.widget_products li, .insight-woo .sidebar .widget.widget_recent_reviews li, .insight-woo .sidebar .widget.widget_top_rated_products li, .insight-woo .sidebar .widget.widget_recently_viewed_products li {
    border-bottom: none;
}

body.woocommerce .sidebar .widget.widget_products li:last-child, body.woocommerce .sidebar .widget.widget_recent_reviews li:last-child, body.woocommerce .sidebar .widget.widget_top_rated_products li:last-child, body.woocommerce .sidebar .widget.widget_recently_viewed_products li:last-child, .insight-woo .sidebar .widget.widget_products li:last-child, .insight-woo .sidebar .widget.widget_recent_reviews li:last-child, .insight-woo .sidebar .widget.widget_top_rated_products li:last-child, .insight-woo .sidebar .widget.widget_recently_viewed_products li:last-child {
    padding-bottom: 0;
}

body.woocommerce .sidebar .widget.widget_products li a, body.woocommerce .sidebar .widget.widget_recent_reviews li a, body.woocommerce .sidebar .widget.widget_top_rated_products li a, body.woocommerce .sidebar .widget.widget_recently_viewed_products li a, .insight-woo .sidebar .widget.widget_products li a, .insight-woo .sidebar .widget.widget_recent_reviews li a, .insight-woo .sidebar .widget.widget_top_rated_products li a, .insight-woo .sidebar .widget.widget_recently_viewed_products li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    color: #333;
}

body.woocommerce .sidebar .widget.widget_products li a img, body.woocommerce .sidebar .widget.widget_recent_reviews li a img, body.woocommerce .sidebar .widget.widget_top_rated_products li a img, body.woocommerce .sidebar .widget.widget_recently_viewed_products li a img, .insight-woo .sidebar .widget.widget_products li a img, .insight-woo .sidebar .widget.widget_recent_reviews li a img, .insight-woo .sidebar .widget.widget_top_rated_products li a img, .insight-woo .sidebar .widget.widget_recently_viewed_products li a img {
    width: 80px;
    height: 80px;
    border: 1px solid #f4f4f4;
    float: left;
    margin: 0 20px 0 0;
    padding: 5px;
    -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 a .product-title, body.woocommerce .sidebar .widget.widget_recent_reviews li a .product-title, body.woocommerce .sidebar .widget.widget_top_rated_products li a .product-title, body.woocommerce .sidebar .widget.widget_recently_viewed_products li a .product-title, .insight-woo .sidebar .widget.widget_products li a .product-title, .insight-woo .sidebar .widget.widget_recent_reviews li a .product-title, .insight-woo .sidebar .widget.widget_top_rated_products li a .product-title, .insight-woo .sidebar .widget.widget_recently_viewed_products li a .product-title {
    padding-bottom: 10px;
    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 .sidebar .widget.widget_products li a .product-title:after, body.woocommerce .sidebar .widget.widget_recent_reviews li a .product-title:after, body.woocommerce .sidebar .widget.widget_top_rated_products li a .product-title:after, body.woocommerce .sidebar .widget.widget_recently_viewed_products li a .product-title:after, .insight-woo .sidebar .widget.widget_products li a .product-title:after, .insight-woo .sidebar .widget.widget_recent_reviews li a .product-title:after, .insight-woo .sidebar .widget.widget_top_rated_products li a .product-title:after, .insight-woo .sidebar .widget.widget_recently_viewed_products li a .product-title:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e7e5e4;
    left: 0;
    bottom: 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, body.woocommerce .sidebar .widget.widget_recent_reviews li .star-rating, body.woocommerce .sidebar .widget.widget_top_rated_products li .star-rating, body.woocommerce .sidebar .widget.widget_recently_viewed_products li .star-rating, .insight-woo .sidebar .widget.widget_products li .star-rating, .insight-woo .sidebar .widget.widget_recent_reviews li .star-rating, .insight-woo .sidebar .widget.widget_top_rated_products li .star-rating, .insight-woo .sidebar .widget.widget_recently_viewed_products li .star-rating {
    font-size: 16px !important;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 83px;
    margin: 10px 0 0 0;
    display: block;
    float: none;
}

body.woocommerce .sidebar .widget.widget_products li .star-rating:before, body.woocommerce .sidebar .widget.widget_recent_reviews li .star-rating:before, body.woocommerce .sidebar .widget.widget_top_rated_products li .star-rating:before, body.woocommerce .sidebar .widget.widget_recently_viewed_products li .star-rating:before, .insight-woo .sidebar .widget.widget_products li .star-rating:before, .insight-woo .sidebar .widget.widget_recent_reviews li .star-rating:before, .insight-woo .sidebar .widget.widget_top_rated_products li .star-rating:before, .insight-woo .sidebar .widget.widget_recently_viewed_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, body.woocommerce .sidebar .widget.widget_recent_reviews li .star-rating span, body.woocommerce .sidebar .widget.widget_top_rated_products li .star-rating span, body.woocommerce .sidebar .widget.widget_recently_viewed_products li .star-rating span, .insight-woo .sidebar .widget.widget_products li .star-rating span, .insight-woo .sidebar .widget.widget_recent_reviews li .star-rating span, .insight-woo .sidebar .widget.widget_top_rated_products li .star-rating span, .insight-woo .sidebar .widget.widget_recently_viewed_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, body.woocommerce .sidebar .widget.widget_recent_reviews li .star-rating span:before, body.woocommerce .sidebar .widget.widget_top_rated_products li .star-rating span:before, body.woocommerce .sidebar .widget.widget_recently_viewed_products li .star-rating span:before, .insight-woo .sidebar .widget.widget_products li .star-rating span:before, .insight-woo .sidebar .widget.widget_recent_reviews li .star-rating span:before, .insight-woo .sidebar .widget.widget_top_rated_products li .star-rating span:before, .insight-woo .sidebar .widget.widget_recently_viewed_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, body.woocommerce .sidebar .widget.widget_recent_reviews li .amount, body.woocommerce .sidebar .widget.widget_top_rated_products li .amount, body.woocommerce .sidebar .widget.widget_recently_viewed_products li .amount, .insight-woo .sidebar .widget.widget_products li .amount, .insight-woo .sidebar .widget.widget_recent_reviews li .amount, .insight-woo .sidebar .widget.widget_top_rated_products li .amount, .insight-woo .sidebar .widget.widget_recently_viewed_products li .amount {
    color: #696969;
    font-weight: 700;
    font-style: italic;
    /*font-family: "Playfair Display";*/
    margin-top: 10px;
    display: inline-block;
    line-height: 1;
}

body.woocommerce .sidebar .widget.widget_products li ins, body.woocommerce .sidebar .widget.widget_recent_reviews li ins, body.woocommerce .sidebar .widget.widget_top_rated_products li ins, body.woocommerce .sidebar .widget.widget_recently_viewed_products li ins, .insight-woo .sidebar .widget.widget_products li ins, .insight-woo .sidebar .widget.widget_recent_reviews li ins, .insight-woo .sidebar .widget.widget_top_rated_products li ins, .insight-woo .sidebar .widget.widget_recently_viewed_products li ins {
    background: none;
}

body.woocommerce .sidebar .widget.widget_products li del, body.woocommerce .sidebar .widget.widget_recent_reviews li del, body.woocommerce .sidebar .widget.widget_top_rated_products li del, body.woocommerce .sidebar .widget.widget_recently_viewed_products li del, .insight-woo .sidebar .widget.widget_products li del, .insight-woo .sidebar .widget.widget_recent_reviews li del, .insight-woo .sidebar .widget.widget_top_rated_products li del, .insight-woo .sidebar .widget.widget_recently_viewed_products li del {
    color: #cbcac8;
}

body.woocommerce .sidebar .widget.widget_products li del .amount, body.woocommerce .sidebar .widget.widget_recent_reviews li del .amount, body.woocommerce .sidebar .widget.widget_top_rated_products li del .amount, body.woocommerce .sidebar .widget.widget_recently_viewed_products li del .amount, .insight-woo .sidebar .widget.widget_products li del .amount, .insight-woo .sidebar .widget.widget_recent_reviews li del .amount, .insight-woo .sidebar .widget.widget_top_rated_products li del .amount, .insight-woo .sidebar .widget.widget_recently_viewed_products li del .amount {
    color: #cbcac8;
}

body.woocommerce .sidebar .widget.widget_products li:hover img, body.woocommerce .sidebar .widget.widget_recent_reviews li:hover img, body.woocommerce .sidebar .widget.widget_top_rated_products li:hover img, body.woocommerce .sidebar .widget.widget_recently_viewed_products li:hover img, .insight-woo .sidebar .widget.widget_products li:hover img, .insight-woo .sidebar .widget.widget_recent_reviews li:hover img, .insight-woo .sidebar .widget.widget_top_rated_products li:hover img, .insight-woo .sidebar .widget.widget_recently_viewed_products li:hover img {
    border-color: #8eb359;
}

body.woocommerce .sidebar .widget.widget_products li:hover a .product-title, body.woocommerce .sidebar .widget.widget_recent_reviews li:hover a .product-title, body.woocommerce .sidebar .widget.widget_top_rated_products li:hover a .product-title, body.woocommerce .sidebar .widget.widget_recently_viewed_products li:hover a .product-title, .insight-woo .sidebar .widget.widget_products li:hover a .product-title, .insight-woo .sidebar .widget.widget_recent_reviews li:hover a .product-title, .insight-woo .sidebar .widget.widget_top_rated_products li:hover a .product-title, .insight-woo .sidebar .widget.widget_recently_viewed_products li:hover a .product-title {
    color: #8eb359;
}

body.woocommerce .sidebar .widget.widget_products li:hover a .product-title:after, body.woocommerce .sidebar .widget.widget_recent_reviews li:hover a .product-title:after, body.woocommerce .sidebar .widget.widget_top_rated_products li:hover a .product-title:after, body.woocommerce .sidebar .widget.widget_recently_viewed_products li:hover a .product-title:after, .insight-woo .sidebar .widget.widget_products li:hover a .product-title:after, .insight-woo .sidebar .widget.widget_recent_reviews li:hover a .product-title:after, .insight-woo .sidebar .widget.widget_top_rated_products li:hover a .product-title:after, .insight-woo .sidebar .widget.widget_recently_viewed_products li:hover a .product-title:after {
    background-color: #8eb359;
    width: 60px;
}

body.woocommerce .sidebar .widget.widget_product_tag_cloud a, .insight-woo .sidebar .widget.widget_product_tag_cloud a {
    padding: 8px 15px;
    background: #f8f7f7;
    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: #8eb359;
    color: #fff;
    border-color: #8eb359;
}

.woocommerce .term-description, .insight-woo .term-description {
    margin-bottom: 50px;
}

.woocommerce .term-description p, .insight-woo .term-description p {
    margin: 0;
}

.woocommerce .woocommerce-pagination, .insight-woo .woocommerce-pagination {
    margin-top: 60px;
}

.woocommerce .woocommerce-pagination .page-numbers, .insight-woo .woocommerce-pagination .page-numbers {
    margin: 0;
    border: none;
}

.woocommerce .woocommerce-pagination .page-numbers li, .insight-woo .woocommerce-pagination .page-numbers li {
    border: none;
}

.woocommerce .woocommerce-pagination .page-numbers li span, .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;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 5px;
    font-weight: 700;
    /*font-family: "Playfair Display";*/
    display: inline-block;
}

.woocommerce .woocommerce-pagination .page-numbers li span.current, .woocommerce .woocommerce-pagination .page-numbers li span:hover, .woocommerce .woocommerce-pagination .page-numbers li a.current, .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: #8eb359;
    color: #fff;
}

.woocommerce .shop-filter, .insight-woo .shop-filter {
    margin-bottom: 50px;
}

.woocommerce .shop-filter .woocommerce-result-count, .insight-woo .shop-filter .woocommerce-result-count {
    margin: 0;
    font-size: 16px;
    /*font-family: "Playfair Display";*/
    letter-spacing: .1em;
    font-style: italic;
}

.woocommerce .shop-filter form.woocommerce-ordering, .insight-woo .shop-filter form.woocommerce-ordering {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
}

.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: #f8f7f7;
    text-transform: uppercase;
    color: #b9b8b8;
    border: none;
    font-size: 13px;
    -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 .shop-filter .switch-view, .insight-woo .shop-filter .switch-view {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.woocommerce .shop-filter .switch-view .switcher, .insight-woo .shop-filter .switch-view .switcher {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #696969;
    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;
}

.woocommerce .shop-filter .switch-view .switcher:hover, .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: #8eb359;
    border-color: #8eb359;
}

.woocommerce .shop-filter .shop-filter-right, .insight-woo .shop-filter .shop-filter-right {
    text-align: right;
}

.woocommerce .cats, .insight-woo .cats {
    margin-bottom: 30px;
    outline: none;
}

.woocommerce .cats .product-category, .insight-woo .cats .product-category {
    margin-bottom: 30px;
    outline: none;
}

.woocommerce .cats .product-category .cats-wrap, .insight-woo .cats .product-category .cats-wrap {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #f4f4f4;
    position: relative;
    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;
}

.woocommerce .cats .product-category .cats-wrap a, .insight-woo .cats .product-category .cats-wrap a {
    display: inline-block;
    width: 100%;
    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;
}

.woocommerce .cats .product-category .cats-wrap a img, .insight-woo .cats .product-category .cats-wrap a img {
    width: 100%;
    max-height: 150px;
    height: auto;
    margin: 0 auto;
}

.woocommerce .cats .product-category .cats-wrap a h3, .woocommerce .cats .product-category .cats-wrap a .woocommerce-loop-category__title, .insight-woo .cats .product-category .cats-wrap a h3, .insight-woo .cats .product-category .cats-wrap a .woocommerce-loop-category__title {
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    color: #333;
    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;
}

.woocommerce .cats .product-category .cats-wrap a h3 .count, .woocommerce .cats .product-category .cats-wrap a .woocommerce-loop-category__title .count, .insight-woo .cats .product-category .cats-wrap a h3 .count, .insight-woo .cats .product-category .cats-wrap a .woocommerce-loop-category__title .count {
    background: none;
    color: inherit;
}

.woocommerce .cats .product-category .cats-wrap:hover, .insight-woo .cats .product-category .cats-wrap:hover {
    border-color: #8eb359;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce .cats .slick-dots, .insight-woo .cats .slick-dots {
    position: relative;
    bottom: 0;
    margin-bottom: 0 !important;
    margin-top: -20px !important;
}

.woocommerce .cats .slick-dots li, .insight-woo .cats .slick-dots li {
    margin: 0;
}

.woocommerce .woocommerce-message, .insight-woo .woocommerce-message {
    border-top-color: #8eb359;
}

.woocommerce .woocommerce-message:before, .insight-woo .woocommerce-message:before {
    color: #8eb359;
}

.woocommerce .woocommerce-message .button, .insight-woo .woocommerce-message .button {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff !important;
    background-color: #8eb359 !important;
    border: 1px solid #8eb359 !important;
}

.woocommerce .woocommerce-message .button:hover, .insight-woo .woocommerce-message .button:hover {
    background-color: transparent !important;
    color: #8eb359 !important;
}

.single-product #woosb_products, .single-product #woobt_products {
    border-width: 0 0 0 0;
}

.single-product #woosb_products tr:last-child td, .single-product #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 span.woocommerce_loop_add_to_cart_span {
    font-size: 14px;
    display: inline-block !important;
}

.woosw-list table tr td {
    border: none;
    text-align: left;
    padding: 20px 10px !important;
}

.woosw-list table tr td del {
    opacity: .5;
}

.woosw-list table tr td ins {
    background-color: transparent;
}

.woosw-list table tr td .button {
    background: #8eb359;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}

.woosw-list table tr td .button.loading:after {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-left: 5px;
    content: '\f459' !important;
    font-weight: 400;
    font-family: Ionicons;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.woosw-list table tr td .button.added:after {
    margin-left: 7px;
    content: '\f3ff' !important;
    font-weight: 400;
    font-family: Ionicons;
}

.woosw-list table tr td .woosw-content-item--add span.woocommerce_loop_add_to_cart_span {
    font-size: 14px;
    display: inline-block !important;
}

.woosw-list table tr td .added_to_cart {
    display: none;
}

.woosw-list table tr td:first-child {
    width: 60px;
    text-align: center;
}

.woosw-list table tr td:last-child {
    width: 200px;
}

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

/*
Trumps are overrides, helpers, utilities. They should only affect
one piece of DOM at a time and usually carry !important
*/
/* 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;
}

[class*="hint--"]:after {
    text-shadow: none !important;
}

.content-area .entry-content > *.alignfull {
    position: relative;
    left: calc((1140px - 100vw) / 2);
    width: 100vw;
    max-width: 100vw;
    clear: both;
}

@media only screen and (min-width: 1280px) {
    .content-area .entry-content > *.alignfull {
        left: calc((1140px - 100vw) / 2);
    }
}

@media only screen and (min-width: 1200px) {
    .content-area .entry-content > *.alignfull {
        left: calc((930px - 100vw) / 2);
    }
}

@media only screen and (min-width: 1024px) {
    .content-area .entry-content > *.alignfull {
        left: calc((930px - 100vw) / 2);
    }
}

@media only screen and (min-width: 768px) {
    .content-area .entry-content > *.alignfull {
        left: calc((610px - 100vw) / 2);
    }
}

@media only screen and (min-width: 0px) {
    .content-area .entry-content > *.alignfull {
        left: -15px;
    }
}

.content-area .entry-content > *.alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

@media only screen and (min-width: 1280px) {
    .content-area .entry-content > *.alignwide {
        width: calc(100% + 400px);
        max-width: calc(100% + 400px);
        left: -200px;
    }
}

@media only screen and (min-width: 1200px) {
    .content-area .entry-content > *.alignwide {
        width: calc(100% + 200px);
        max-width: calc(100% + 200px);
        left: -100px;
    }
}

@media only screen and (min-width: 1024px) {
    .content-area .entry-content > *.alignwide {
        width: calc(100% + 100px);
        max-width: calc(100% + 100px);
        left: -50px;
    }
}

.content-area .entry-content > *.alignleft {
    /*rtl:ignore*/
    float: left;
    max-width: calc(5 * (100vw / 12));
    margin-top: 0;
    margin-left: 0;
    /*rtl:ignore*/
    margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
    .content-area .entry-content > *.alignleft {
        max-width: calc(4 * (100vw / 12));
        /*rtl:ignore*/
        margin-right: calc(2 * 1rem);
    }
}

.content-area .entry-content > *.alignright {
    /*rtl:ignore*/
    float: right;
    max-width: calc(5 * (100vw / 12));
    margin-top: 0;
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
    .content-area .entry-content > *.alignright {
        max-width: calc(4 * (100vw / 12));
        margin-right: 0;
        /*rtl:ignore*/
        margin-left: calc(2 * 1rem);
    }
}

.content-area .entry-content > *.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1168px) {
    .content-area .entry-content > *.aligncenter {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 768px) {
    .content-area .entry-content > *.aligncenter {
        max-width: calc(8 * (100vw / 12) - 28px);
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 448px) {
	.page-title {padding-top: 20px !important;padding-bottom: 20px !important;}
	.page-title .title{font-size: 27px !important;line-height: 30px !important;}
	.page-title .container{padding: 0 5px !important;}	
	.insight-our-story {padding: 20px;margin: 0px;width: 100%;text-align:justify;}
	.content-area.row{padding:0 !important;}
	.content-area.row .vc_row.wpb_row.vc_inner{padding:0 !important;}
	.footer-newsletter.footer-newsletter-style01 .footer-newsletter-left {font-size: 20px;}
	.insight-title.font-48 .main-title{font-size: 24px !important;}
	.container{padding-left: 20px;padding-right: 20px;}
	.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta{height: 60px;width: 60px;}
	.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta b{font-size: 25px;line-height: 0.6;}
	.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta:after{top:50%;}
	.insight-blog.cake-style .blog-cake-style .desc-content{padding-left: 70px;}
	.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta i{line-height: 50px;}
	.insight-about3 .about3-quote{padding-top: 50px; padding-bottom:30px;}
	.ysm-search-widget{width:100% !important;float:none !important;}
	.ysm-search-widget .search-field[type="search"]{padding: 5px 30px 5px 5px !important;height:42px;}
	.ysm-search-widget .search-submit{top:-1px!important;}
	.woocommerce .products .loop-product.style-01 .loop-product-inner, .insight-woo .products .loop-product.style-01 .loop-product-inner, .woocommerce-page .products .loop-product.style-01 .loop-product-inner{padding:0 !important;}
}
@media only screen and (max-width: 768px) {
    .homepageAboutus.insight-about3{margin-top: -30px !important;}
	.copyright .copyright-left{text-align:center;}
	.copyright .copyright-right{text-align:center;}
	.insight-title{padding-top:0}
	.insight-title .main-title{letter-spacing: 0.1em;line-height: 1.2em;
    font-size: 30px;}
	.insight-woo.cake-style .products .loop-product.style-01 .loop-product-inner .product-info h2{padding: 0;height: 0 !important;}
	.woocommerce .products .loop-product.style-01 .loop-product-inner .product-info h2{margin-bottom:5px;padding-bottom: 5px;}
	body div#fvfeedbackbutton2082 span{padding: 0px 10px;font-size: 16px !important;margin-right: 26px;}
}

@media only screen and (max-width: 991px) {
	.ysm-search-widget{float: none !important;margin: 10px auto;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header-right #text-1{display:block !important;}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.footer-newsletter.footer-newsletter-style01 .footer-newsletter-left,
.footer-newsletter.footer-newsletter-style01 .footer-newsletter-right{max-width:100%;flex:auto;}
.footer-newsletter.footer-newsletter-style01 .footer-newsletter-right input[type="email"]{float:left;}
.footer-newsletter-right input[type="submit"]{width:30%;}
}

/*# sourceMappingURL=assets/scss/sourcemap/style.css.map */

/*********************************************/
 .woocommerce.single-product .product .summary div.description p{margin-bottom: 10px !important;}
 .home .content-area{padding-top:0;padding-bottom:0;}
 .copyright a{color: #f2f2f2;}
 .copyright .copyright-right{
    font-size: 14px;
    color: #f2f2f2;
    /*font-family: "Playfair Display";*/
    font-style: italic;
    line-height: 1;
}
.footer{
    background: url(assets/images/footer-bg.jpg);
    /*background-position: center center;
    background-size: cover;*/
    background-repeat: repeat;
}
.header-social{margin-left: 20px;}
.header-social a{margin: 0 10px;}
.insight-woo.cake-style .products .loop-product.style-01 .loop-product-inner .product-info h2{
    font-size: 17px;
    height: 65px;
	margin-bottom:0;
}
.insight-testimonials.style-01, .insight-testimonials.style-03{background: #fff;}
.insight-woo.cake-style .products .loop-product.style-01 .loop-product-inner .product-info{margin-top: 0 !important;}
.woocommerce .cats, .insight-woo .cats{display: none;}

.topbar__text{text-align:center;}
.product-thumb img {/*border: 2px solid #52351A;*/border: 2px solid #c49408; box-shadow: 5px 5px #c1b4a885;}
#menu .menu__container .sub-menu{width: 60% !important;}
#menu .menu__container .sub-menu .wpb_text_column{height: 30px !important; margin-top:-60px !important;}
.mega-menu-content p {margin:0 !important;}
.user-wrap .user-btn:before{content: '\f47d';font-family: Ionicons;font-size: 28px;}
.ysm-search-widget .search-field[type="search"]{border-radius: 15px;}

.ysm-search-widget{width:85%;float:right;}
.smart-search-post-title, .smart-search-post-excerpt{text-align:left;}
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_packing-material{display: none;}
.woo-multi-currency{margin-right: 18px;margin-top: 18px;float:right;}
.woocommerce-cart-form .checkout-button{float:right;margin-bottom: 20px !important;}
button[name="update_cart"] {display: none !important;}
#footer-newsletter.footer-newsletter.footer-newsletter-style01 {
    padding-top: 30px;
    padding-bottom: 30px;
}
header.header-06 .header-container .header-nav{background-color: #52351a !important;}
header.header-06.headroom--not-top, .copyright{background-color: #52351a !important;}
body.woocommerce .sidebar .widget.widget_product_categories .product-categories li a:after, .insight-woo .sidebar .widget.widget_product_categories .product-categories li a:after{border-top: 1px solid #52351a;}
.woocommerce .products .loop-product.style-01 .loop-product-inner, .insight-woo .products .loop-product.style-01 .loop-product-inner, .woocommerce-page .products .loop-product.style-01 .loop-product-inner{border:1px solid #52351a;}
.insight-social a, .footer .footer-social a{border: 1px solid #52351a;}
.footer .textwidget i{color:#52351a;}

body.woocommerce-account form.login, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{border: 1px solid #52351a;}
.ysm-search-widget .search-submit{border-radius:1px 15px 15px 1px !important;height: 42px!important;background:#00a859!important;color:#fff!important;}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    border-bottom: 1px solid #52351a;}
#shiprocket_pincode_check, #check_pincode{display: none;}
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{border-color:#00a859 !important;}
body.woocommerce-page.woocommerce-cart a.wc-backward{display: none;}

/*body.woocommerce-page.woocommerce-checkout table.shop_table .cart-subtotal th,
body.woocommerce-page.woocommerce-checkout table.shop_table .cart-subtotal td {border-top: 1px solid #52351a;border-bottom:1px solid #f4f4f4;}

body.woocommerce-page.woocommerce-checkout table.shop_table .shipping th,
body.woocommerce-page.woocommerce-checkout table.shop_table .shipping td {border-bottom: 1px solid #52351a;border-top:1px solid #f4f4f4;}

body.woocommerce-page.woocommerce-checkout table.shop_table .order-total th,
body.woocommerce-page.woocommerce-checkout table.shop_table .order-total td {border-bottom: 1px solid #52351a;border-top:1px solid #f4f4f4;}*/

.shipped_via{display: none;}
body.woocommerce .sidebar .widget.widget_product_categories .product-categories li a:after{border: none !important;}
.breadcrumbs ul li a{color:#fff !important;}
.product_meta_item.sku_wrapper{display: none !important;}
.variable-items-wrapper li.disabled{display: none !important;}
.woocommerce div.product form.cart .reset_variations{color: #ff0000;font-weight: bold;font-size: 15px;}
.woocommerce.single-product .product .summary .price{font-style:normal;}
.checkout .col2-set{float:left;width:48%;}
.checkout .col-1{width:100% !important;}
.checkout .col-2{display: none;}

.woocommerce-billing-fields h3.shippingtext{display:block !important;}
.woocommerce-billing-fields h3{display:none;}

.checkout #order_review_heading{display:none;}
.checkout #order_review{float: right;width:48%;}
.thwcfd-field-state {height:80px;}

.select2-container--default .select2-selection--single{height: 40px;border: 0;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 40px;}

.shop_table tbody .cart_item:first-child td.product-name{border-top: 1px solid;}
.shop_table tbody .cart_item:last-child td.product-name{border-bottom: 1px solid;}
.shop_table tbody .cart_item:first-child td.product-total{border-top: 1px solid;}
.shop_table tbody .cart_item:last-child td.product-total{border-bottom: 1px solid;}