html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before {
    content: '';
    content: none
}

q:after,
q:before {
    content: '';
    content: none
}

body * {
    -webkit-text-size-adjust: none;
    outline: none
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}

input,
select,
textarea {
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    font-family: 'Questrial', sans-serif
}

textarea {
    display: block;
    resize: none;
    overflow: auto
}

select::-ms-expand {
    display: none
}

input[type=file],
input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    cursor: pointer;
    z-index: 1
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: none
}

a:active,
a:hover,
a:link,
a:visited {
    cursor: pointer;
    text-decoration: none;
    outline: none
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'Questrial', sans-serif
}

b,
strong {
    font-weight: 700
}

ol,
ul {
    list-style: none
}

a {
    color: inherit
}

#content-block {
    position: relative;
    overflow: hidden;
    left: 0
}

.container {
    max-width: 100%;
    position: relative
}

.container-fluid {
    position: relative
}

.content-margins {
    position: relative;
    border-left: 50px transparent solid;
    border-right: 50px transparent solid
}

.content-margins.grey {
    border-color: #f7f7f7
}

@media (max-width:991px) {
    .content-margins {
        border-width: 0 15px
    }
}

.overflow-hidden,
html.overflow-hidden body {
    overflow: hidden
}

.page-height {
    min-height: 500px
}

body.mobile .swiper-container.page-height {
    height: auto!important
}

body.mobile .swiper-container.page-height .swiper-slide,
body.mobile .swiper-container.page-height .swiper-wrapper {
    height: auto!important
}

body.mobile .swiper-container.page-height .swiper-wrapper {
    -ms-transform: none!important;
    transform: none!important;
    -webkit-transform: none!important
}

body.mobile .swiper-container.page-height .swiper-pagination {
    display: none
}

.grey-background {
    background: #f7f7f7
}

@media (min-width:992px) {
    .visible-rd {
        display: none!important
    }
}

.image-thumbnail {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

@media (min-width:992px) {
    .row.vertical-aligned-columns {
        font-size: 0;
        white-space: nowrap
    }
    .row.vertical-aligned-columns>div[class*=col] {
        float: none;
        display: inline-block;
        vertical-align: middle;
        white-space: normal
    }
}

.table-view {
    height: 100%;
    width: 100%;
    display: table
}

.row-view {
    display: table-row
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px
}

.cell-view.page-height {
    position: relative;
    z-index: 1
}

.cell-view.simple-banner-height {
    height: 600px
}

.cell-view.simple-banner-height.middle {
    height: 700px
}

.cell-view.simple-banner-height.big {
    height: 800px
}

@media (max-width:991px) {
    .cell-view.page-height,
    .swiper-container.page-height {
        height: 500px!important
    }
    .cell-view.simple-banner-height {
        height: auto
    }
    .cell-view.simple-banner-height.big,
    .cell-view.simple-banner-height.middle {
        height: auto
    }
}

@media (max-width:767px) {
    .cell-view.page-height {
        height: auto!important
    }
    .swiper-container.page-height {
        height: auto!important
    }
    .swiper-container.page-height .swiper-slide,
    .swiper-container.page-height .swiper-wrapper {
        height: auto!important
    }
    .swiper-container.page-height .swiper-wrapper {
        -ms-transform: none!important;
        transform: none!important;
        -webkit-transform: none!important
    }
    .swiper-container.page-height .swiper-pagination {
        display: none
    }
}

body ::-moz-selection,
body ::-moz-selection {
    color: #00AD6B;
    background: #343434
}

body ::-moz-selection,
body ::selection {
    color: #00AD6B;
    background: #343434
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.nopadding>[class*=col] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.line-through {
    display: inline-block;
    position: relative;
    padding: 0 5px
}

.line-through:after {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background: currentColor;
    content: ""
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.valign-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.valign-middle-content {
    width: 100%;
    position: relative
}

.full-size {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.fixed-background {
    background-size: cover;
    background-position: center top;
    background-attachment: fixed
}

body.mobile .fixed-background {
    background-attachment: scroll
}

.align-inline {
    display: inline-block;
    vertical-align: middle
}

.align-inline.spacing-1 {
    margin-right: 20px;
    margin-bottom: 10px
}

.block {
    display: block
}

.rounded-image {
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.block-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.uppercase {
    text-transform: uppercase
}

.row-background {
    position: absolute;
    width: 50%;
    bottom: 0;
    height: 100%
}

.row-background.big {
    height: 112%
}

.row-background img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    -webkit-transform: translateX(-50%)!important
}

.row-background.left {
    left: 0
}

.row-background.right {
    right: 0
}

.block-entry {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.notransition {
    -o-transition: none!important;
    transition: none!important;
    -webkit-transition: none!important
}

.notransition * {
    -o-transition: none!important;
    transition: none!important;
    -webkit-transition: none!important
}

.simple-mouseover {
    display: block;
    overflow: hidden;
    position: relative
}

.simple-mouseover * {
    position: relative
}

.simple-mouseover:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(184, 205, 6, 0.8);
    content: "";
    opacity: 0;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: inherit;
    -webkit-border-radius: inherit
}

.simple-mouseover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(184, 205, 6, 0.8);
    content: "";
    opacity: 0;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    background: url(../img/icon-11.png) center center no-repeat;
    z-index: 1;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.simple-mouseover:hover:after {
    opacity: 1
}

.simple-mouseover:hover:before {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0)
}

.simple-mouseover img {
    display: block;
    max-width: 100%;
    height: auto
}

#loader-wrapper {
    position: fixed;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: #fff;
    z-index: 12
}

.simple-article {
    color: #888
}

.simple-article.grey {
    color: #555
}

.grey {
    color: #555
}

.dark,
.simple-article.dark {
    color: #343434
}

.simple-article.light {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.simple-article.light.transparent {
    color: rgba(255, 255, 255, 0.8)
}

.light.transparent {
    color: rgba(255, 255, 255, 0.8)
}

.light.fulltransparent,
.simple-article.light.fulltransparent {
    color: rgba(255, 255, 255, 0.5)
}

.color,
.simple-article.color {
    color: #00AD6B
}

.simple-article.size-1 {
    font-size: 11px;
    line-height: 18px
}

.simple-article.size-2 {
    font-size: 13px;
    line-height: 20px
}

.simple-article.size-3 {
    font-size: 14px;
    line-height: 22px
}

.simple-article.size-4 {
    font-size: 16px;
    line-height: 24px
}

.simple-article.size-5 {
    font-size: 18px;
    line-height: 24px
}

.simple-article [class*=col],
.simple-article .embed-responsive,
.simple-article .swiper-container,
.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6,
.simple-article img,
.simple-article ol,
.simple-article p,
.simple-article ul {
    margin-bottom: 22px
}

.simple-article :last-child {
    margin-bottom: 0
}

.simple-article img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom
}

.blog-article img {
    display: block
}

.blog-article [class*=col],
.blog-article img,
.blog-article ol,
.blog-article p,
.blog-article ul {
    margin-bottom: 1em
}

.simple-article ol {
    counter-reset: number
}

.simple-article ol li {
    padding-left: 0;
    margin-bottom: 8px
}

.simple-article ol li:before {
    counter-increment: number;
    content: "#" counter(number);
    color: #00AD6B;
    margin-right: 5px
}

.simple-article ul li {
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative
}

.simple-article ul li:before {
    content: "";
    width: 17px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon-20.png);
    position: relative;
    margin-right: 12px
}

.simple-article.light ul li:before {
    background-image: url(../img/icon-21.png)
}

.simple-article h1 {
    color: #343434;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
    color: #343434;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase
}

.simple-article.light .h1,
.simple-article.light h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.h1.light {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.simple-article.light .h2,
.simple-article.light h2 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.h2.light {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.simple-article.light .h3,
.simple-article.light h3 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.h3.light {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.simple-article.light .h4,
.simple-article.light h4 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.h4.light {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.simple-article.light .h5,
.simple-article.light h5 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.h5.light {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.simple-article.light .h6,
.simple-article.light h6 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.h6.light {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.simple-article h1 a,
.simple-article h2 a,
.simple-article h3 a,
.simple-article h4 a,
.simple-article h5 a,
.simple-article h6 a {
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
.simple-article h1 a:hover,
.simple-article h2 a:hover,
.simple-article h3 a:hover,
.simple-article h4 a:hover,
.simple-article h5 a:hover,
.simple-article h6 a:hover {
    color: #00AD6B
}

.h1,
.simple-article h1 {
    font-size: 70px;
    line-height: 70px
}

.h2,
.simple-article h2 {
    font-size: 40px;
    line-height: 46px
}

.h3,
.simple-article h3 {
    font-size: 30px;
    line-height: 34px
}

.h4,
.simple-article h4 {
    font-size: 18px;
    line-height: 24px
}

.h5,
.simple-article h5 {
    font-size: 16px;
    line-height: 22px
}

.h6,
.simple-article h6 {
    font-size: 13px;
    line-height: 18px
}

.simple-article a:not(.button):hover {
    text-decoration: underline
}

.simple-article br {
    line-height: 1em
}

.title-underline {
    padding: 20px 0;
    color: #C2D805;
    height: 21px
}

.title-underline.light {
    color: #fff
}

.title-underline span {
    width: 55px;
    height: 1px;
    background: currentColor;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.title-underline span:before {
    width: 4px;
    height: 1px;
    background: inherit;
    position: absolute;
    content: "";
    top: 0;
    left: -9px
}

.title-underline span:after {
    width: 4px;
    height: 1px;
    background: inherit;
    position: absolute;
    content: "";
    top: 0;
    left: -9px;
    left: auto;
    right: -9px
}

.title-underline.left {
    margin-left: 9px
}

.title-underline.left span:after {
    display: none
}

.title-underline.right {
    margin-right: 9px
}

.title-underline.right span:before {
    display: none
}

@media (max-width:1199px) {
    .h1,
    .simple-article h1 {
        font-size: 46px;
        line-height: 46px
    }
}

@media (max-width:991px) {
    .h1,
    .simple-article h1 {
        font-size: 46px;
        line-height: 46px
    }
}

@media (max-width:767px) {
    .h1,
    .h2,
    .simple-article h1,
    .simple-article h2 {
        font-size: 34px;
        line-height: 40px
    }
}

.button {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.button.noshadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px #eee solid
}

.button.block {
    display: block
}

.button input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.button span {
    display: block;
    position: relative;
    left: 0
}

.button span.icon {
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.button span.text {
    -o-transition: all .3s .05s;
    transition: all .3s .05s;
    -webkit-transition: all .3s .05s
}

.button.size-1 {
    font-size: 11px;
    line-height: 18px;
    border-radius: 20px;
    -webkit-border-radius: 20px
}

.button.size-2 {
    font-size: 11px;
    line-height: 18px;
    border-radius: 25px;
    -webkit-border-radius: 25px
}

.button.size-1 .text {
    padding: 12px 20px 10px 20px
}

.button.size-2 .text {
    padding: 17px 30px 15px 30px
}

.button.style-1 {
    background: #fff;
    color: #555
}

.button.style-2 {
    background: #343434;
    color: #fff
}

.button.style-3 {
    background: #00AD6B;
    color: #fff
}

.button.style-4 {
    color: #fff
}

.button.style-5 {
    border: 1px #eee solid;
    color: #888;
    box-shadow: none;
    -webkit-box-shadow: none
}

.button.facebook-button {
    background: #3B5998
}

.button.twitter-button {
    background: #5EA9DD
}

.button.google-button {
    background: #DD4D42
}

.button-wrapper {
    display: block;
    overflow: hidden;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    position: relative
}

.button:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    background: inherit;
    content: "";
    opacity: .3
}

.button:hover:before {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s, visibility 0s .5s;
    transition: transform .5s, opacity .5s, visibility 0s .5s;
    transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    -webkit-transition: transform .5s, opacity .5s, visibility 0s .5s
}

.button .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: #00AD6B
}

.button:hover .icon {
    left: 50%
}

.button.style-3 .icon,
.button.style-4 .icon {
    color: #fff
}

.button.style-5 .icon {
    color: #888
}

.button .icon img {
    display: block;
    max-width: 30px;
    height: auto
}

.button .icon .fa {
    display: block;
    line-height: inherit
}

.button:hover .text {
    left: 100%
}

.button-close {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon-5.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative
}

.button-close:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    pointer-events: none;
    background: #000;
    opacity: .5
}

.button-close:hover:before {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    -webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s, visibility 0s .5s;
    transition: transform .5s, opacity .5s, visibility 0s .5s;
    transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s;
    -webkit-transition: transform .5s, opacity .5s, visibility 0s .5s
}

.buttons-wrapper {
    font-size: 0;
    margin: 0 -5px
}

.buttons-wrapper .button {
    margin: 0 5px 10px 5px
}

.buttons-wrapper .button:last-child {
    margin-right: 0
}

.buttons-wrapper:after {
    display: block;
    content: "";
    margin-top: -10px
}

.buttons-wrapper .simple-article {
    line-height: 24px;
    margin: 13px 30px 10px 0;
    display: inline-block;
    vertical-align: top
}

.play-button {
    width: 50px;
    height: 50px;
    background: #00AD6B;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px
}

.play-button:before {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: rgba(184, 205, 6, 0.3);
    content: "";
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.play-button:hover:before {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform: scale(0.9)
}

.play-button:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6.5px 0 0 -3px;
    content: ""
}

@media (max-width:991px) {
    .buttons-wrapper .simple-article {
        display: block
    }
}

@media (max-width:767px) {
    .button {
        display: block
    }
    .button.mobile-icon .text {
        display: none
    }
    .button.mobile-icon .icon {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        display: block;
        width: auto;
        height: auto;
        line-height: inherit
    }
    .button.mobile-icon.size-1 {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .button.mobile-icon.size-2 {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
    .buttons-wrapper .button {
        margin-right: 0
    }
}

.simple-input,
.SumoSelect>.CaptionCont {
    font-size: 14px;
    color: #555;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    width: 100%;
    border: 1px #eee solid;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.simple-input {
    background: #fff
}

.simple-input.small {
    height: 40px;
    line-height: 38px;
    font-size: 11px;
    padding: 0 18px
}

.simple-input.style-1 {
    border-radius: 0;
    -webkit-border-radius: 0;
    border-left: none;
    border-top: none;
    border-right: none;
    padding-left: 0
}

.SumoSelect>.CaptionCont {
    font-size: 14px
}

.SumoSelect>select.small+.CaptionCont {
    padding: 0 15px;
    font-size: 10px;
    text-transform: uppercase
}

.SumoSelect>select.small+.CaptionCont>label {
    width: 40px
}

.SumoSelect>select.small+.CaptionCont>span {
    padding-right: 20px
}

.SlectBox.small+.CaptionCont {
    height: 42px;
    line-height: 40px;
    border-radius: 21px;
    -webkit-border-radius: 21px
}

.simple-input:focus,
.SumoSelect.open>.CaptionCont {
    border-color: #00AD6B
}

.simple-input.invalid {
    border-color: #DD4D42!important
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #888
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
    color: #888;
    opacity: 1
}

textarea:-ms-input-placeholder {
    color: #888;
    opacity: 1
}

textarea.simple-input {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    height: 140px
}

.simple-input.light {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    background: transparent
}

.simple-input.light:focus {
    border-color: #fff
}

.SumoSelect select.light+.CaptionCont>span.placeholder {
    color: rgba(255, 255, 255, 0.8)
}

input.light:-moz-placeholder,
input.light:-ms-input-placeholder,
input.light::-moz-placeholder,
input.light::-webkit-input-placeholder,
select.light+.CaptionCont input:-moz-placeholder,
select.light+.CaptionCont input::-moz-placeholder,
select.light+.CaptionCont input::-webkit-input-placeholder,
textarea.light:-moz-placeholder,
textarea.light:-ms-input-placeholder,
textarea.light::-moz-placeholder,
textarea.light::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1
}

select.light+.CaptionCont {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff
}

select.light+.CaptionCont input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1
}

.SumoSelect.open select.light+.CaptionCont {
    border-color: #fff
}

.single-line-form {
    position: relative
}

.single-line-form .button {
    position: absolute;
    top: 0;
    right: 0
}

.input-file-wrapper {
    position: relative
}

.input-file-wrapper .simple-input {
    color: #888;
    padding-right: 50px
}

.input-file-wrapper.active .simple-input {
    color: #555
}

.input-file-wrapper .simple-input.light {
    color: rgba(255, 255, 255, 0.8)
}

.input-file-wrapper.active .simple-input.light {
    color: #fff
}

.input-file-wrapper .file-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../img/icon-5.png) center center;
    cursor: pointer;
    z-index: 1;
    opacity: .5;
    display: none
}

.input-file-wrapper .file-remove.light {
    background-image: url(../img/icon-19.png)
}

.input-file-wrapper .file-remove:hover {
    opacity: 1
}

.input-file-wrapper.active .file-remove {
    display: block
}

form {
    position: relative
}

.submit-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    color: #888;
    cursor: pointer;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.submit-icon:hover {
    color: #343434
}

.submit-icon .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.checkbox-entry {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-width: 20px;
    min-height: 20px
}

.checkbox-entry input {
    display: none
}

.checkbox-entry span {
    position: relative;
    font-size: 11px;
    line-height: 20px;
    padding-left: 30px;
    display: block;
    color: #888;
    text-transform: uppercase
}

.checkbox-entry:hover span {
    color: #555
}

.checkbox-entry span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px #eee solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: url(../img/icon-6.png) 100px center no-repeat #fff
}

.checkbox-entry input:checked+span:before {
    border-color: #00AD6B;
    background-color: #00AD6B;
    background-position: center center
}

.checkbox-entry.radio span:before {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: none
}

.checkbox-entry.radio input:checked+span:before {
    border-color: #00AD6B;
    background-color: #fff;
    border-width: 7px
}

.checkbox-entry a:hover {
    text-decoration: underline
}

.checkbox-entry.light span {
    color: rgba(255, 255, 255, 0.8)
}

.checkbox-entry.light:hover span {
    color: #fff
}

.checkbox-entry.light.radio input:checked+span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px #eee solid;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.checkbox-entry.checkbox-toggle-title span {
    color: #343434;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 18px
}

.checkbox-toggle-wrapper {
    display: none
}

.ClassyCountdown-wrapper {
    margin: 0 -5px
}

.ClassyCountdown-wrapper>div {
    display: inline-block;
    position: relative;
    width: 25%;
    padding: 0 5px
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block
}

.ClassyCountdown-wrapper .ClassyCountdown-value span {
    display: block
}

.countdown.light-green .ClassyCountdown-wrapper .ClassyCountdown-value span,
.countdown.light .ClassyCountdown-wrapper .ClassyCountdown-value span {
    color: rgba(255, 255, 255, 0.8)!important
}

.countdown.max-width {
    max-width: 400px
}

.follow {
    font-size: 0;
    margin-bottom: -7px
}

.follow .title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 35px;
    vertical-align: top;
    margin-right: 20px
}

.tags .title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 35px;
    vertical-align: top;
    margin-right: 20px
}

.follow.light .title,
.tags.light .title {
    color: #343434
}

.follow .entry {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #424242;
    color: #888;
    font-size: 14px;
    margin: 0 7px 7px 7px;
    cursor: pointer;
    position: relative;
    text-align: center
}

.follow.light .entry {
    background: #f7f7f7
}

.follow .entry {
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.follow .entry:hover {
    color: #fff
}

.follow .entry .fa {
    display: block;
    line-height: inherit;
    position: relative
}

.follow .entry:before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #00AD6B;
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0)
}

.follow .entry:hover:before {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

.follow .entry:before {
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

@media (max-width:767px) {
    .follow .title,
    .tags .title {
        margin: 0 0 10px 0;
        display: block;
        line-height: 18px
    }
}

.popup-wrapper {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}

.popup-wrapper.active {
    left: 0;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s
}

.popup-wrapper .bg-layer {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: rgba(0, 0, 0, 0.8);
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    opacity: 0
}

.popup-wrapper.active .bg-layer {
    opacity: 1
}

.popup-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    padding: 15px
}

.popup-content.active {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible
}

.popup-content:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: ""
}

.popup-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: left;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.2)
}

.popup-container.size-1 {
    max-width: 570px
}

.popup-container.size-2 {
    max-width: 1170px
}

.popup-container.size-3 {
    max-width: 970px
}

.popup-container.size-4 {
    background: #000;
    max-width: 80%;
    padding: 50px 5px 5px 5px;
    background: #fff
}

.popup-content .layer-close {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px
}

.popup-align {
    padding: 80px 100px;
    overflow: hidden
}

.simple-link {
    font-size: 11px;
    line-height: 18px;
    color: #555;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.simple-link:hover {
    color: #00AD6B
}

.popup-container .button-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2
}

.popup-or {
    height: 140px;
    position: relative
}

.popup-or:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background: #eee;
    content: "";
    height: 1px
}

.popup-or span {
    width: 60px;
    height: 60px;
    border: 5px #eee solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    background: #fff;
    font-size: 11px;
    color: #888;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif
}

@media (max-width:991px) {
    .popup-container.size-2 .popup-align {
        padding: 40px 15px 40px 15px
    }
}

@media (max-width:767px) {
    .popup-container.size-1 .popup-align {
        padding: 40px 30px
    }
    .popup-container.size-4 {
        max-width: 100%
    }
}

.swiper-wrapper {
    cursor: url(../img/drag.png) 16 9, ew-resize
}

.swiper-container-vertical .swiper-wrapper {
    cursor: url(../img/drag-vertical.png) 8 16, ns-resize
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-wrapper,
.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper {
    -ms-transform: none!important;
    transform: none!important;
    -webkit-transform: none!important;
    cursor: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-wrapper .swiper-slide:last-child,
.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper .swiper-slide:last-child {
    margin-right: 0!important
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-pagination-bullets,
.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper+.swiper-pagination-bullets {
    display: none!important
}

.swiper-container-horizontal {
    overflow-x: hidden;
    overflow-y: visible
}

.swiper-button-prev.style-1 {
    left: 0
}

.swiper-button-next.style-1 {
    right: 0
}

.swiper-button-next.style-1,
.swiper-button-prev.style-1 {
    background-color: transparent
}

.swiper-button-next.style-1:after,
.swiper-button-next.style-1:before,
.swiper-button-prev.style-1:after,
.swiper-button-prev.style-1:before {
    display: none
}

.swiper-container.arrows-align-top>.swiper-button-next {
    top: -5px;
    margin: 0;
    width: 30px;
    height: 30px;
    background-position: -75px -15px
}

.swiper-container.arrows-align-top>.swiper-button-next:hover {
    background-position: -15px -15px
}

.swiper-container.arrows-align-top>.swiper-button-prev {
    top: -5px;
    margin: 0;
    left: auto;
    right: 45px;
    width: 30px;
    height: 30px;
    background-position: -15px -15px
}

.swiper-container.arrows-align-top>.swiper-button-prev:hover {
    background-position: -75px -15px
}

.swiper-title {
    margin-right: 80px
}

.swiper-container.rounded {
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.swiper-container.rounded-top {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0
}

.swiper-container[data-touch="0"]:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1
}

.container .swiper-button-prev:not(.style-1),
.content-margins .swiper-button-prev:not(.style-1) {
    left: -30px
}

.container .swiper-button-next:not(.style-1),
.content-margins .swiper-button-next:not(.style-1) {
    right: -30px
}

.swiper-slide {
    background-size: cover;
    background-position: center center
}

.our-team-slider .swiper-button-next,
.our-team-slider .swiper-button-prev {
    margin-top: -88px
}

.cart-entry {
    background: #f4f4f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 30px;
    margin-bottom: 1px
}

.cart-color {
    width: 12px;
    height: 12px;
    display: inline-block
}

.cart-entry-thumbnail {
    float: left;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.cart-entry-thumbnail img {
    display: block;
    object-fit:cover;
}

.cart-entry-thumbnail:hover {
    opacity: .8
}

.cart-entry-description {
    margin-left: 105px;
    padding-top: 22px
}

.cart-entry table {
    width: 100%
}

.cart-entry table td {
    vertical-align: middle;
    padding: 0 30px;
    border-left: 1px #fff solid
}

.cart-entry table td:first-child {
    text-align: left;
    padding-left: 0;
    border: none
}

.cart-entry table td:last-child {
    padding-right: 0
}

.cart-entry table td:first-child {
    width: 145px
}

.cart-entry table td:nth-child(2) {
    width: 140px
}

.cart-entry table td:nth-child(3) {
    width: 70px
}

.header-top .cart {
    cursor: pointer
}

.header-top .cart-toggle {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0;
    right: -10000px;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
    transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, right 0s .3s;
    transition: transform .3s, opacity .3s, right 0s .3s;
    transition: transform .3s, opacity .3s, right 0s .3s, -webkit-transform .3s;
    -webkit-transition: transform .3s, opacity .3s, right 0s .3s;
    border-top: 5px #00AD6B solid
}

.megamenu {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0;
    right: -10000px;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
    transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, right 0s .3s;
    transition: transform .3s, opacity .3s, right 0s .3s;
    transition: transform .3s, opacity .3s, right 0s .3s, -webkit-transform .3s;
    -webkit-transition: transform .3s, opacity .3s, right 0s .3s;
    border-top: 5px #00AD6B solid
}

.header-top .cart:hover .cart-toggle,
li:hover .megamenu {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    right: 0;
    -webkit-transition: opacity .3s, right 0s, -webkit-transform .3s;
    transition: opacity .3s, right 0s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, right 0s;
    transition: transform .3s, opacity .3s, right 0s;
    transition: transform .3s, opacity .3s, right 0s, -webkit-transform .3s;
    -webkit-transition: transform .3s, opacity .3s, right 0s
}

.cart-overflow {
    max-height: 460px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:767px) {
    .cart-entry {
        text-align: center
    }
    .cart-entry-thumbnail {
        float: none;
        display: inline-block;
        vertical-align: top
    }
    .cart-entry-description {
        margin-left: 0
    }
    .cart-entry-description table {
        display: block
    }
    .cart-entry-description table tbody,
    .cart-entry-description table tr {
        display: block
    }
    .cart-entry-description table td {
        display: block;
        text-align: center!important;
        padding: 0 0 10px 0;
        border: none;
        width: auto!important
    }
    .cart-entry-description table td:last-child {
        padding-bottom: 0
    }
}

.hamburger-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative
}

.hamburger-icon span {
    position: absolute;
    width: 100%;
    right: 0;
    height: 4px;
    background: #343434;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.hamburger-icon span:first-child {
    top: 7px
}

.hamburger-icon span:nth-child(2) {
    top: 50%;
    margin-top: -2px;
    width: 70%
}

.hamburger-icon span:nth-child(3) {
    bottom: 7px;
    width: 90%
}

.hamburger-icon.active span {
    height: 2px
}

.hamburger-icon.active span:first-child {
    display: none
}

.hamburger-icon.active span:nth-child(2) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 70%;
    left: 15%;
    margin-top: -1px
}

.hamburger-icon.active span:nth-child(3) {
    bottom: auto;
    top: 50%;
    margin-top: -1px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 70%;
    left: 15%
}

.header-bottom {
    height: 98px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0
}

.header-bottom [class*=col],
.header-bottom .container,
.header-bottom .container-fluid,
.header-bottom .content-margins,
.header-bottom .row {
    height: inherit
}

@media (min-width:992px) {
    .nav-wrapper {
        height: inherit;
        display: inline-block;
        vertical-align: top
    }
    nav {
        height: inherit
    }
    nav ul ul {
        display: block!important
    }
    nav a {
        -webkit-border-radius: 16px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .15s
    }
    nav>ul {
        height: inherit
    }
    nav>ul>li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: inherit
    }
    nav>ul>li>a {
        font-size: 11px;
        line-height: 16px;
        color: #343434;
        font-weight: 700;
        text-transform: uppercase;
        padding: 9px 20px 7px 20px;
        display: block;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        position: relative;
        top: 50%;
        margin-top: -16px
    }
    nav>ul>li>a:hover {
        background-color: #00AD6B;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        color: #fff
    }
    nav>ul>li.active>a {
        background-color: #00AD6B;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        color: #fff
    }
    nav>ul>li>ul {
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s;
        opacity: 0
    }
    nav>ul>li:hover>ul {
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1
    }
    nav ul ul {
        position: absolute;
        width: 165px;
        left: 0;
        top: 100%;
        background: #fff;
        z-index: -1;
        padding: 10px 0;
        text-align: left;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px
    }
    nav ul ul li {
        padding: 0 20px 0 19px;
        position: relative;
        left: 1px
    }
    nav ul ul a {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        color: #888;
        line-height: 16px;
        display: block;
        padding: 8px 0
    }
    nav ul ul a:hover {
        color: #00AD6B
    }
    nav ul ul>li.active>a {
        color: #00AD6B
    }
    nav ul ul ul {
        left: 100%;
        top: 0;
        z-index: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        transform: perspective(1000px) rotateY(90deg);
        -webkit-transform: perspective(1000px) rotateY(90deg);
        opacity: 0;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }
    nav ul ul>li:hover ul {
        transform: perspective(1000px) rotateY(0deg);
        -webkit-transform: perspective(1000px) rotateY(0deg);
        opacity: 1
    }
    .navigation-title {
        display: none
    }
    .megamenu-wrapper {
        position: static
    }
    .megamenu {
        position: absolute;
        width: 950px;
        margin-right: 15px;
        top: 100%;
        height: 540px;
        background: #fff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        margin-top: -1px;
        z-index: -1;
        border-top: 5px #00AD6B solid;
        padding: 30px;
        display: block!important
    }
    .megamenu .links {
        float: left;
        width: 220px;
        height: 480px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    .megamenu .links a {
        font-size: 10px;
        color: #888;
        font-weight: 700;
        line-height: 16px;
        display: block;
        padding: 7px 15px 7px 0;
        margin-bottom: 15px;
        text-transform: uppercase;
        text-align: left;
        -o-transition: all .15s;
        transition: all .15s;
        -webkit-transition: all .15s
    }
    .megamenu .links a.active,
    .megamenu .links a:hover {
        color: #00AD6B
    }
    .megamenu .links a:last-child {
        margin-bottom: 0
    }
    .megamenu .content {
        margin-left: 220px
    }
    .megamenu-banner {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        height: inherit;
        position: relative;
        background-size: cover;
        background-position: center center;
        padding: 30px;
        text-align: center
    }
    .megamenu-banner:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        content: "";
        border-radius: inherit;
        -webkit-border-radius: inherit
    }
}

@media (max-width:991px) {
    .hamburger-icon {
        display: block
    }
    .nav-wrapper {
        position: fixed;
        left: 100%;
        top: -100px;
        bottom: -100px;
        width: 100%;
        text-align: left;
        z-index: 10;
        -o-transition: all 0s .3s;
        transition: all 0s .3s;
        -webkit-transition: all 0s .3s
    }
    .nav-wrapper.active {
        left: 0;
        -o-transition: all 0s 0s;
        transition: all 0s 0s;
        -webkit-transition: all 0s 0s
    }
    nav ul ul {
        display: none
    }
    nav li {
        position: relative
    }
    nav a {
        display: block;
        position: relative
    }
    .nav-close-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s;
        opacity: 0
    }
    .nav-wrapper.active .nav-close-layer {
        opacity: 1
    }
    nav {
        position: absolute;
        width: 300px;
        top: 0;
        bottom: 0;
        background: #fff;
        right: 0;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }
    .nav-wrapper.active nav {
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform: translateX(0%)
    }
    nav>ul {
        position: absolute;
        top: 150px;
        bottom: 100px;
        left: 0;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 15px
    }
    nav>ul>li {
        margin-bottom: 10px
    }
    nav>ul>li>a {
        font-size: 12px;
        line-height: 16px;
        color: #343434;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 45px 10px 20px;
        display: block;
        border-radius: 19px;
        -webkit-border-radius: 19px;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
    }
    nav>ul>li.active>a {
        background-color: #00AD6B;
        color: #fff
    }
    nav ul ul {
        padding-left: 30px
    }
    nav ul ul a {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        color: #888;
        line-height: 16px;
        display: block;
        padding: 12px 0 10px 0
    }
    nav ul ul ul a {
        font-size: 11px;
        padding: 8px 0;
        position: relative
    }
    nav ul ul ul a:before {
        width: 10px;
        content: "";
        height: 1px;
        background: currentColor;
        top: 8px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        position: relative
    }
    nav ul ul>li.active>a {
        color: #00AD6B
    }
    nav>ul>li>ul>li>a {
        padding-right: 45px
    }
    .menu-toggle {
        position: absolute;
        width: 39px;
        height: 39px;
        right: 5px;
        top: 0;
        cursor: pointer;
        color: #888
    }
    nav>ul>li.active>.menu-toggle {
        color: #fff
    }
    nav>ul>li>ul>li.active>.menu-toggle {
        color: #00AD6B
    }
    .menu-toggle:before {
        width: 19px;
        height: 1px;
        left: 10px;
        top: 19px;
        content: "";
        position: absolute;
        background: currentColor
    }
    .menu-toggle:after {
        width: 1px;
        height: 19px;
        left: 19px;
        top: 10px;
        content: "";
        position: absolute;
        background: currentColor;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }
    .menu-toggle.active:after {
        height: 0;
        top: 19px
    }
    .navigation-title {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100px;
        font-size: 18px;
        line-height: 30px;
        padding: 10px 20px;
        background: #fff;
        border-bottom: 1px #eee solid;
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        color: #343434;
        padding-right: 40px
    }
    .megamenu {
        display: none;
        border: none;
        -o-transition: none;
        transition: none;
        -webkit-transition: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
        opacity: 1;
        right: auto
    }
    .megamenu .content {
        display: none
    }
    .megamenu .links a {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        color: #888;
        line-height: 16px;
        display: block;
        padding: 12px 0 10px 30px
    }
    .megamenu .links a.active {
        color: #00AD6B
    }
}

.header-bottom-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 50%;
    margin-top: -20px;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s;
    cursor: pointer
}

.header-bottom-icon:hover {
    color: #00AD6B
}

.header-search-wrapper {
    position: relative;
    z-index: -1
}

.header-search-wrapper .button-close {
    position: absolute;
    top: 5px;
    right: 5px
}

.header-search-content {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 40px 0 60px 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0
}

.header-search-wrapper.active .header-search-content {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1
}

.search-submit {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.search-submit:hover {
    color: #00AD6B
}

@media (max-width:1199px) {
    .header-top .entry {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:991px) {
    .header-top .entry {
        padding-left: 20px;
        padding-right: 20px
    }
    .header-bottom-icon {
        font-size: 27px;
        width: 50px
    }
    .header-search-content {
        padding: 40px 0
    }
}

@media (max-width:767px) {
    .header-top {
        height: 40px
    }
    .header-top .entry {
        padding: 10px 15px
    }
    #logo {
        height: 40px;
        margin-top: -20px
    }
    .header-bottom {
        height: 60px
    }
    .header-search-content {
        padding-bottom: 15px
    }
    .header-empty-space {
        height: 100px
    }
}

.categories-menu {
    position: relative;
    z-index: 1
}

.categories-menu ul {
    clear: both
}

.categories-menu li {
    position: relative
}

.categories-menu li:after {
    display: block;
    content: "";
    clear: both
}

.categories-menu li a {
    font-size: 11px;
    line-height: 16px;
    padding: 15px 46px 15px 20px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px #f7f7f7 solid;
    background: #fff;
    display: block;
    float: left;
    width: 100%;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.categories-menu li ul a {
    color: rgba(255, 255, 255, 0.5);
    background: #343434;
    border-color: #3f3f3f
}

.categories-menu .toggle {
    width: 46px;
    height: 46px;
    float: left;
    margin-left: -46px;
    cursor: pointer;
    background: url(../img/icon-12.png) center center no-repeat;
    position: relative
}

.categories-menu li a:hover,
.categories-menu li ul a:hover {
    color: #fff;
    background: #00AD6B;
    border-color: rgba(255, 255, 255, 0.5)
}

.categories-menu li a:hover+.toggle,
.categories-menu li ul a:hover+.toggle {
    background-image: url(../img/icon-13.png)
}

.categories-menu.transparent>li>a {
    background: transparent;
    padding-left: 0;
    border-color: #efefef
}

.categories-menu.transparent>li>a+.toggle {
    background-position: right 10px center
}

.categories-menu.transparent>li>a:hover {
    color: #00AD6B
}

.categories-menu.transparent>li>a:hover+.toggle {
    background-image: url(../img/icon-18.png)
}

@media (min-width:992px) {
    .categories-menu ul {
        position: absolute;
        left: -1000%;
        top: 0;
        width: 100%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        transform: perspective(1000px) rotateY(45deg);
        -webkit-transform: perspective(1000px) rotateY(45deg);
        opacity: 0;
        -webkit-transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
        transition: opacity .3s, left 0s .3s, -webkit-transform .3s;
        -o-transition: transform .3s, opacity .3s, left 0s .3s;
        transition: transform .3s, opacity .3s, left 0s .3s;
        transition: transform .3s, opacity .3s, left 0s .3s, -webkit-transform .3s;
        -webkit-transition: transform .3s, opacity .3s, left 0s .3s
    }
    .categories-menu li:hover>ul {
        transform: perspective(1000px) rotateY(0deg);
        -webkit-transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
        left: 100%;
        -webkit-transition: opacity .3s, left 0s, -webkit-transform .3s;
        transition: opacity .3s, left 0s, -webkit-transform .3s;
        -o-transition: transform .3s, opacity .3s, left 0s;
        transition: transform .3s, opacity .3s, left 0s;
        transition: transform .3s, opacity .3s, left 0s, -webkit-transform .3s;
        -webkit-transition: transform .3s, opacity .3s, left 0s
    }
    .categories-menu ul {
        display: block!important
    }
    .categories-menu.alignleft ul {
        right: 1000%;
        left: auto;
        top: 0;
        width: 100%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform-origin: 100% 50%;
        transform: perspective(1000px) rotateY(45deg);
        -webkit-transform: perspective(1000px) rotateY(45deg);
        opacity: 0;
        -webkit-transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
        transition: opacity .3s, right 0s .3s, -webkit-transform .3s;
        -o-transition: transform .3s, opacity .3s, right 0s .3s;
        transition: transform .3s, opacity .3s, right 0s .3s;
        transition: transform .3s, opacity .3s, right 0s .3s, -webkit-transform .3s;
        -webkit-transition: transform .3s, opacity .3s, right 0s .3s
    }
    .categories-menu.alignleft li:hover>ul {
        transform: perspective(1000px) rotateY(0deg);
        -webkit-transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
        right: 100%;
        left: auto;
        -webkit-transition: opacity .3s, right 0s, -webkit-transform .3s;
        transition: opacity .3s, right 0s, -webkit-transform .3s;
        -o-transition: transform .3s, opacity .3s, right 0s;
        transition: transform .3s, opacity .3s, right 0s;
        transition: transform .3s, opacity .3s, right 0s, -webkit-transform .3s;
        -webkit-transition: transform .3s, opacity .3s, right 0s
    }
    .categories-menu.alignleft ul {
        display: block!important
    }
}

@media (max-width:991px) {
    .categories-menu ul {
        display: none
    }
    .categories-menu ul ul li a {
        padding-left: 40px;
        background: #555
    }
    .categories-menu .toggle {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    .categories-menu .toggle.active {
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg)
    }
}

.slider-wrapper {
    position: relative
}

.slider-product-preview {
    position: absolute;
    width: 50%;
    right: 15px;
    top: 0;
    top: 80px;
    bottom: 80px
}

.slider-product-preview>img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%
}

.slider-product-preview.align-left {
    left: 15px;
    right: auto
}

.product-preview-shortcode {
    height: 100%;
    position: relative
}

.product-preview-shortcode .preview {
    position: absolute;
    left: 0;
    top: 0;
    right: 100px;
    bottom: 0
}

.slider-product-preview.align-left .product-preview-shortcode .preview {
    right: 0;
    left: 100px
}

.product-preview-shortcode .preview .entry {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

.product-preview-shortcode .preview .entry.active {
    opacity: 1
}

.product-preview-shortcode .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.slider-product-preview.align-left .product-preview-shortcode .sidebar {
    right: auto;
    left: 0
}

.product-preview-shortcode .sidebar .entry {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px #eee solid;
    cursor: pointer;
    margin-bottom: 20px;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-preview-shortcode.light .sidebar .entry {
    background: transparent
}

.product-preview-shortcode .sidebar .entry:last-child {
    margin-bottom: 0
}

.product-preview-shortcode .sidebar .entry img {
    display: block;
    max-width: 100%;
    height: auto
}

.product-preview-shortcode .sidebar .entry:hover {
    border-color: #00AD6B
}

.product-preview-shortcode .sidebar .entry.active {
    border-color: #00AD6B;
    background: #00AD6B
}

.product-preview-shortcode.light .sidebar .entry {
    border-color: rgba(255, 255, 255, 0.5)
}

.product-preview-shortcode.light .sidebar .entry:hover {
    border-color: #fff
}

.product-preview-shortcode.light .sidebar .entry.active {
    border-color: #fff;
    background: #fff
}

.product-preview-shortcode.light-green .sidebar .entry {
    border-color: rgba(255, 255, 255, 0.2)
}

.product-preview-shortcode.light-green .sidebar .entry:hover {
    border-color: #00AD6B
}

.product-preview-shortcode.light-green .sidebar .entry.active {
    border-color: #00AD6B;
    background: #00AD6B
}

@media (max-width:767px) {
    .slider-product-preview {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        height: 300px;
        margin: 0 auto;
        width: auto
    }
    .slider-product-preview.align-left {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        height: 300px;
        margin: 0 auto;
        width: auto
    }
    .product-preview-shortcode .preview {
        right: 80px
    }
    .slider-product-preview.align-left .product-preview-shortcode .preview {
        right: 0;
        left: 80px
    }
    .product-preview-shortcode .sidebar .entry {
        width: 50px;
        height: 50px
    }
}

.ui-slider {
    position: relative;
    height: 6px;
    background: #f7f7f7;
    margin-right: 12px;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-border-radius: 2px
}

.ui-slider-range {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00AD6B
}

.ui-slider-handle {
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: -3px;
    cursor: pointer;
    border: 3px #00AD6B solid;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.breadcrumbs {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #888
}

.breadcrumbs a {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    white-space: nowrap;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.breadcrumbs a:hover {
    color: #00AD6B
}

.breadcrumbs a:after {
    width: 5px;
    height: 9px;
    background: url(../img/icon-12.png);
    display: inline-block;
    vertical-align: top;
    content: "";
    position: relative;
    top: 4px;
    margin: 0 0 0 10px
}

.breadcrumbs a:last-child:after {
    display: none
}

.pagination-wrapper {
    font-size: 0
}

.pagination {
    width: 40px;
    line-height: 38px;
    height: 40px;
    display: inline-block;
    border: 1px #eee solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: bottom;
    font-size: 11px;
    color: #888;
    text-align: center;
    margin: 0 3px 3px 3px;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s;
    position: relative
}

.pagination-wrapper:after {
    display: block;
    content: "";
    margin-top: -3px;
    content: ""
}

a.pagination:hover {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}

a.pagination.active {
    background-color: #00AD6B;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff
}

span.pagination {
    border: none
}

.pagination img {
    display: block;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.pagination img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0
}

.pagination.active img {
    opacity: 0
}

.pagination.active img:last-child {
    opacity: 1
}

.filtration-cell-width-1 {
    width: 210px
}

.filtration-cell-width-2 {
    width: 110px
}

.filtration-cell-width-1 .SumoSelect,
.filtration-cell-width-2 .SumoSelect {
    display: block
}

@media (max-width:767px) {
    .filtration-cell-width-1,
    .filtration-cell-width-2 {
        width: auto;
        display: block;
        margin-right: 0!important
    }
}

.rate-wrapper {
    color: #00AD6B;
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px
}

.rate-wrapper.set:hover .fa {
    opacity: .5
}

.rate-wrapper.set .fa:hover {
    opacity: 1;
    cursor: pointer
}

.quantity-select {
    height: 42px;
    line-height: 40px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    border: 1px #eee solid;
    width: 200px;
    position: relative
}

.quantity-select .minus,
.quantity-select .plus {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-right: 1px #eee solid;
    cursor: pointer;
    border-radius: 21px 0 0 21px;
    -webkit-border-radius: 21px 0 0 21px;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.quantity-select .minus:hover,
.quantity-select .plus:hover {
    background: #eee
}

.quantity-select .minus:active,
.quantity-select .plus:active {
    background: #e0e0e0
}

.quantity-select .minus:before {
    width: 14px;
    height: 1px;
    background: #555;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    content: ""
}

.quantity-select .plus:before {
    width: 14px;
    height: 1px;
    background: #555;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    content: ""
}

.quantity-select .plus:after {
    width: 1px;
    height: 14px;
    background: #555;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6.5px;
    margin-left: -.5px;
    content: ""
}

.quantity-select .number {
    display: block;
    text-align: center;
    margin: 0 50px;
    font-size: 12px;
    color: #888
}

.quantity-select .plus {
    left: auto;
    right: 0;
    border: none;
    border-left: 1px #eee solid;
    border-radius: 0 21px 21px 0;
    -webkit-border-radius: 0 21px 21px 0
}

.detail-data-title.size-1 {
    padding-top: 12px
}

.detail-data-title.size-2 {
    padding-top: 8px
}

@media (max-width:767px) {
    .detail-data-title {
        padding-bottom: 10px;
        padding-top: 0!important
    }
}

.main-product-slider-wrapper {
    max-width: 570px;
    margin: 0 auto
}

.product-big-preview-entry {
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.product-small-preview-entry {
    max-width: 70px;
    margin: 0 auto;
    opacity: .2;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.product-small-preview-entry img {
    display: block
}

.swiper-slide-active .product-small-preview-entry {
    opacity: 1
}

.left-right-entry {
    font-size: 0;
    white-space: nowrap
}

.left-right-entry .preview-wrapper {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.left-right-entry .preview-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.left-right-entry .description {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative;
    padding-left: 30px
}

@media (min-width:768px) {
    .left-right-entry.align-right .preview-wrapper {
        left: 55%
    }
    .left-right-entry.align-right .description {
        left: -45%;
        padding-left: 0;
        padding-right: 30px
    }
}

@media (max-width:767px) {
    .left-right-entry {
        white-space: normal
    }
    .left-right-entry .preview-wrapper {
        width: 100%;
        margin-bottom: 30px
    }
    .left-right-entry .description {
        width: 100%;
        padding-left: 0
    }
}

.product-description-entry {
    border-bottom: 1px #eee solid;
    padding: 15px 0
}

.testimonial-entry {
    border-bottom: 1px #eee solid;
    margin-bottom: 30px
}

.testimonial-entry .preview {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 50px;
    height: auto
}

.testimonial-entry .heading-description {
    margin-left: 60px;
    padding-top: 5px
}

.testimonial-entry .cons,
.testimonial-entry .pros {
    position: relative;
    padding-left: 30px
}

.testimonial-entry .cons:before,
.testimonial-entry .pros:before {
    width: 13px;
    height: 1px;
    background: #00AD6B;
    position: absolute;
    left: 0;
    top: 9px;
    content: ""
}

.testimonial-entry .pros:after {
    width: 1px;
    height: 13px;
    background: #00AD6B;
    position: absolute;
    left: 6px;
    top: 3px;
    content: ""
}

.testimonial-entry .cons:before {
    background: #CD2706
}

.row.nopadding .swiper-container {
    padding-top: 1px;
    margin-top: -1px
}

.row.nopadding .grid-products-2-items,
.row.nopadding .grid-products-4-items {
    margin-left: -1px;
    margin-top: -1px;
    clear: both
}

.product-shortcode {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.product-shortcode .animate-to-fulltransparent,
.product-shortcode .animate-to-green {
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.animate-to-green * {
    -o-transition: none;
    transition: none;
    -webkit-transition: none!important
}

.product-shortcode:hover .animate-to-green {
    color: #00AD6B
}

.product-shortcode:hover .animate-to-fulltransparent {
    color: rgba(255, 255, 255, 0.5)
}

.swiper-slide .product-shortcode:not(:first-child) {
    margin-top: -1px
}

.swiper-slide:not(:first-child) .product-shortcode {
    border-left: none!important
}

.row.nopadding .product-shortcode {
    margin-left: -1px;
    margin-top: -1px
}

.product-shortcode .product-label {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3
}

.product-shortcode.style-7 .product-label {
    left: 10px;
    top: 0
}

.product-label {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
    line-height: 24px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 0 10px;
    text-transform: uppercase
}

.product-label.green {
    background: #00AD6B
}

.product-label.red {
    background: #D80505
}

.small-items-line {
    overflow: hidden
}

.small-items-line>.row {
    margin-bottom: -31px
}

.small-items-line>.row>[class*=col] {
    margin-bottom: 60px
}

.small-items-line>.row>[class*=col]:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    height: 1px;
    background: #eee;
    content: ""
}

.slider-wrapper.hidden-pixel-y:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: #fff;
    height: 100%;
    content: "";
    z-index: 2
}

.slider-wrapper.hidden-pixel-y:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: #fff;
    height: 100%;
    content: "";
    z-index: 2;
    left: auto;
    right: 0
}

.slider-wrapper.hidden-pixel-x .product-shortcode {
    border-top: none;
    border-bottom: none
}

.slider-wrapper.side-borders:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #f7f7f7;
    border-right: 1px #fff solid;
    content: "";
    z-index: 2
}

.slider-wrapper.side-borders:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #f7f7f7;
    border-left: 1px #fff solid;
    content: "";
    z-index: 2
}

.product-shortcode.noframe {
    border: none!important
}

.product-shortcode.style-1 {
    border: 1px #f7f7f7 solid;
    padding: 25px 30px 5px 30px;
    background: #fff;
    overflow: hidden
}

.product-shortcode.style-1 .title {
    height: 60px;
    margin-bottom: 10px
}

.product-shortcode.style-1 .description {
    height: 60px;
    overflow: hidden;
    position: relative
}

.product-shortcode.style-1 .description .text {
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-1 .description .icons {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode .icons .entry {
    width: 30px;
    height: 30px;
    border: 1px #eee solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    line-height: 28px;
    color: #979797;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s;
    font-size: 16px;
    margin: 0 5px 5px 0
}

.product-shortcode .icons .entry:hover {
    background: #00AD6B;
    border-color: #00AD6B;
    color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
}

.product-shortcode .icons .entry .fa {
    display: block;
    line-height: inherit
}

.product-shortcode.style-1 .price {
    height: 36px;
    overflow: hidden;
    position: relative
}

.product-shortcode.style-1 .price .simple-article {
    line-height: 18px
}

.product-shortcode.style-1 .preview {
    position: relative;
    margin-bottom: 30px
}

.product-shortcode.style-1 .preview >img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}
.button.size-2.style-3 span.icon .button-wrapper > img{
    height: auto !important;
}
.product-shortcode.style-1 .preview-buttons {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 0;
    width: 200px;
    height: 100%;
    text-align: center;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0
}

.product-shortcode.style-7 .preview-buttons {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 0;
    width: 200px;
    height: 100%;
    text-align: center;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0
}

.product-shortcode.style-1 .preview-buttons .button,
.product-shortcode.style-7 .preview-buttons .button {
    min-width: 135px;
    margin-bottom: 10px;
    -webkit-transition: opacity .3s, left 0s .3s;
    -o-transition: opacity .3s, left 0s .3s;
    transition: opacity .3s, left 0s .3s;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-1 .preview-buttons .button:nth-child(2),
.product-shortcode.style-7 .preview-buttons .button:nth-child(2) {
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transform: translateY(30px)
}

@media (max-width:767px) {
    .row.nopadding .product-shortcode {
        margin-left: 0
    }
}

.color-selection {
    font-size: 0
}

.color-selection .entry {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: bottom;
    margin: 0 3px 3px 0;
    position: relative;
    background: currentColor
}

.color-selection .entry:before {
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px currentColor solid;
    content: "";
    opacity: 0
}

.color-selection .entry.active:before {
    opacity: 1
}

.color-selection:after {
    content: "";
    display: block;
    margin-top: -3px
}

.product-shortcode.style-1 .price .color-selection,
.product-shortcode.style-1 .price .shortcode-rate-wrapper {
    position: absolute;
    right: 0;
    top: 0
}

.product-shortcode.style-1 .color-selection+* {
    margin-right: 80px
}

.products-content.view-inline .product-shortcode.style-1 .price .shortcode-rate-wrapper {
    right: 35px
}

.color-selection.size-1 .entry {
    width: 16px;
    height: 16px;
    margin: 0 10px 10px 0
}

.color-selection.size-1 .entry:before {
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px
}

.color-selection.size-1:after {
    margin-top: -10px
}

.product-shortcode.style-1.big {
    padding: 60px 50px 30px 50px;
    border-color: #f7f7f7
}

.product-shortcode.style-1.big .preview {
    margin-bottom: 60px
}

.product-shortcode.style-1.big .title {
    margin-bottom: 0
}

.product-shortcode.style-1.small {
    border-color: #eee
}

.product-shortcode.style-1.small .title {
    margin-bottom: 30px;
    height: 41px
}

.product-shortcode.style-1.small .preview {
    margin-bottom: 30px
}

.product-shortcode.style-1:hover .preview-buttons {
    opacity: 1
}

.product-shortcode.style-7:hover .preview-buttons {
    opacity: 1
}

.product-shortcode.style-1:hover .preview-buttons .button,
.product-shortcode.style-7:hover .preview-buttons .button {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.product-shortcode.style-1:hover .description .icons {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1
}

.product-shortcode.style-1:hover .description .text {
    opacity: 0
}

.product-shortcode.style-7:hover .description .text {
    opacity: 0
}

.product-shortcode.style-2 {
    border: 1px #f7f7f7 solid;
    background: #fff;
    overflow: hidden;
    text-align: center;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding-bottom: 100%;
    padding: 5px 15px 10px 15px
}

.product-shortcode.style-2 span {
    display: block
}

.product-shortcode.style-2 .preview {
    height: 145px;
    margin-bottom: 5px
}

.product-shortcode.style-2 .preview img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%
}

.product-shortcode.style-2 .description {
    height: 50px;
    overflow: hidden
}

.product-shortcode.style-2:hover {
    background: #343434
}

.product-shortcode.style-3 {
    border: 1px #f7f7f7 solid;
    padding: 40px 50px 50px 50px;
    text-align: center;
    background: #fff;
    overflow: hidden
}

.product-shortcode.style-3 .swiper-container {
    margin-left: -50px;
    margin-right: -50px
}

.product-shortcode.style-3 .swiper-container img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

.product-shortcode.style-3 .products-line .line {
    height: 5px;
    background: #f7f7f7;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.product-shortcode.style-3 .products-line .line .fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #00AD6B;
    border-radius: inherit;
    -webkit-border-radius: inherit
}

.product-shortcode.style-3 .description {
    height: 40px;
    overflow: hidden
}

.product-shortcode.style-3 .preview-buttons {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 65px;
    padding-top: 15px
}

.product-shortcode.style-3 .countdown {
    max-width: 350px;
    margin: 0 auto
}

.product-shortcode.style-3.big {
    padding-top: 0;
    border: 1px #f7f7f7 solid
}

@media (min-width:768px) {
    .products-wrapper .product-shortcode.style-1 {
        border-bottom: none;
        border-top: none;
        margin-bottom: 5px;
        padding-top: 0;
        margin-left: 5px;
        padding-bottom: 0
    }
    .products-content {
        overflow: hidden;
        margin-bottom: 10px
    }
    .products-wrapper {
        margin: 0 -3px
    }
    .products-content.view-inline {
        margin-bottom: 70px
    }
    .products-content.view-inline .row>[class*=col] {
        width: 100%
    }
    .products-content.view-inline .product-shortcode.style-1 {
        padding: 25px 0 30px 269px;
        margin-bottom: 0;
        border-bottom: 1px #eee solid;
        min-height: 201px;
        margin-top: 0
    }
    .products-content.view-inline .product-shortcode.style-1 .preview {
        position: absolute;
        left: 0;
        top: 0
    }
    .products-content.view-inline .product-shortcode.style-1 .title {
        height: auto
    }
    .products-content.view-inline .product-shortcode.style-1 .price {
        height: auto;
        margin-bottom: 15px
    }
    .products-content.view-inline .product-shortcode.style-1 .description {
        height: auto
    }
    .products-content.view-inline .product-shortcode.style-1 .description .text {
        opacity: 1;
        margin-bottom: 10px;
        -o-transition: none;
        transition: none;
        -webkit-transition: none
    }
    .products-content.view-inline .product-shortcode.style-1 .description .icons {
        opacity: 1;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
        position: relative;
        -o-transition: none;
        transition: none;
        -webkit-transition: none
    }
}

@media (max-width:767px) {
    .product-shortcode.style-1.big {
        padding: 25px 30px 5px 30px
    }
    .product-shortcode.style-1.big .preview {
        margin-bottom: 30px
    }
}

.grid-products-4-items {
    background: #fff
}

.grid-products-4-items .swiper-pagination {
    background: #fff;
    margin-top: 0!important;
    padding-bottom: 41px;
    padding-top: 11px;
    border-bottom: 1px #f7f7f7 solid;
    bottom: 0!important
}

.grid-products-4-items .product-shortcode {
    border-bottom: none!important
}

@media (min-width:992px) {
    .product-shortcode.style-3 .preview-buttons .button {
        opacity: 0;
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }
    .product-shortcode.style-3 .preview-buttons .button:nth-child(2) {
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        -webkit-transform: translateX(30px)
    }
    .product-shortcode.style-3 .countdown-wrapper {
        opacity: 1;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }
    .product-shortcode.style-3 .swiper-button-prev {
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }
    .product-shortcode.style-3 .swiper-button-next {
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform: translateX(100%)
    }
    .product-shortcode.style-3:hover .preview-buttons .button {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }
    .product-shortcode.style-3:hover .countdown-wrapper {
        opacity: 0
    }
    .product-shortcode.style-3:hover .swiper-button-next,
    .product-shortcode.style-3:hover .swiper-button-prev {
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform: translateX(0%)
    }
}

@media (max-width:991px) {
    .product-shortcode.style-3 {
        padding: 15px
    }
    .product-shortcode.style-3 .swiper-container {
        margin-left: -15px;
        margin-right: -15px
    }
    .product-shortcode.style-3 .swiper-button-next,
    .product-shortcode.style-3 .swiper-button-prev {
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform: translateX(0%)
    }
    .product-shortcode.style-3 .preview-buttons {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto
    }
}

.product-shortcode.style-4 .preview {
    float: left;
    width: 85px;
    position: relative
}

.product-shortcode.style-4 .preview:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px #00AD6B solid;
    content: "";
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0
}

.product-shortcode.style-4 .preview:hover:after {
    opacity: 1
}

.product-shortcode.style-4 .preview img {
    display: block;
    max-width: 100%;
    height: auto
}

.product-shortcode.style-4 .description {
    margin-left: 105px;
    padding-top: 10px;
    padding-bottom: 10px
}

.product-shortcode.style-4.rounded {
    border: none
}

.product-shortcode.style-4.rounded .preview:after {
    display: none
}

.product-shortcode.style-4.rounded .preview img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px #eee solid;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.product-shortcode.style-4.rounded .preview:hover img {
    border-color: #00AD6B
}

.product-shortcode.style-4.light {
    background: #fff;
    border-bottom: 1px #f7f7f7 solid;
    padding: 10px
}

.product-shortcode.style-4.light .preview {
    width: 90px
}

.product-shortcode.style-5 {
    text-align: center;
    padding: 60px 30px 30px 30px;
    background: #fff;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid
}

.product-shortcode.style-5 .content {
    max-width: 305px;
    margin: 0 auto
}

.product-shortcode.style-5 .swiper-container {
    margin-left: -30px;
    margin-right: -30px
}

.product-shortcode.style-5 .title {
    margin-bottom: 10px;
    text-transform: uppercase;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-5 .preview {
    position: relative;
    margin-bottom: 50px
}

.product-shortcode.style-5 .preview img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    height: 150px
}

.product-shortcode.style-5 .description {
    height: 60px;
    overflow: hidden;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-5 .price {
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-5 .shortcode-rate-wrapper {
    text-align: center;
    margin-bottom: 5px;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-5:hover .shortcode-rate-wrapper {
    opacity: 0
}

.product-shortcode.style-5 .preview-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 15px
}

.product-shortcode.style-5 .preview-buttons .button {
    opacity: 0;
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-5 .preview-buttons .button:nth-child(2) {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transform: translateX(30px)
}

.product-shortcode.style-5 .swiper-button-prev {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.product-shortcode.style-5 .swiper-button-next {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.product-shortcode.style-5:hover .preview-buttons .button {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.product-shortcode.style-5:hover .swiper-button-next,
.product-shortcode.style-5:hover .swiper-button-prev {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: translateX(0%)
}

.product-shortcode.style-5 .content-animate {
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative
}

.product-shortcode.style-5:hover .content-animate {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px)
}

.product-shortcode.style-5 .icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 10px;
    opacity: 0;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 3
}

.product-shortcode.style-5:hover .icons {
    top: 0;
    opacity: 1
}

.product-shortcode.style-5.small {
    padding-top: 50px;
    padding-bottom: 25px;
    border: 1px #eee solid
}

.product-shortcode.style-5.small .product-label {
    left: 20px;
    top: 20px
}

.product-shortcode.style-5.small .preview {
    margin-bottom: 30px
}

.product-shortcode.style-5.small:hover .description,
.product-shortcode.style-5.small:hover .price {
    opacity: 0
}

.product-shortcode.style-5.small:hover .title {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px)
}

.product-shortcode.style-5.small .preview-buttons .button {
    float: left;
    width: 50%;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0
}

.product-shortcode.style-5.small .preview-buttons .button:before {
    display: none
}

.product-shortcode.style-5.small .preview-buttons .button .text {
    padding-left: 0;
    padding-right: 0
}

.product-shortcode.style-5.small .icons {
    top: auto;
    bottom: 50px
}

.product-shortcode.style-5.small:hover .icons {
    bottom: 80px;
    opacity: 1
}

.product-shortcode.style-6 {
    text-align: center;
    padding: 50px 30px;
    background: #fff;
    border: 1px #eee solid;
    overflow: hidden
}

.product-shortcode.style-6 .content {
    max-width: 315px;
    margin: 0 auto
}

.product-shortcode.style-6 .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

.product-shortcode.style-6 .description {
    margin-bottom: 20px;
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product-shortcode.style-6 .preview {
    margin-bottom: 40px
}

.product-shortcode.style-6 .preview img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.product-shortcode.style-6 .price {
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.product-shortcode.style-6:after {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0
}

.product-shortcode.style-6:hover:after {
    opacity: 1
}

.product-shortcode.style-6 .preview-button {
    position: absolute;
    left: 30px;
    right: 30px;
    text-align: center;
    top: 50%;
    margin-top: 15px;
    z-index: 1;
    opacity: 0;
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-6:hover .preview-button {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

.product-shortcode.style-7 {
    text-align: center;
    padding: 20px 15px 0 15px;
    background: #fff;
    border-left: 1px #eee solid;
    border-right: 1px #eee solid;
    overflow: hidden
}

.product-shortcode.style-7 .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-7 .title>* {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.product-shortcode.style-7:hover .title {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

.product-shortcode.style-7 .preview {
    margin-bottom: 15px;
    position: relative
}

.product-shortcode.style-7 .preview img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.product-shortcode.style-7 .price {
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 1
}

.product-shortcode.style-7:hover .price {
    opacity: 0
}

.product-shortcode.style-7 .icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-7:hover .icons {
    opacity: 1
}

.product-shortcode.style-8 {
    text-align: center
}

.product-shortcode.style-8 .content {
    max-width: 200px;
    margin: 0 auto
}

.product-shortcode.style-8 .preview {
    margin-bottom: 20px;
    position: relative;
    display: block
}

.product-shortcode.style-8 .preview img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-8 .preview img:nth-child(2) {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    opacity: 0
}

.product-shortcode.style-8:hover .preview img:first-child {
    opacity: 0;
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: scale(0.7)
}

.product-shortcode.style-8:hover .preview img:nth-child(2) {
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1)
}

.product-shortcode.style-8 .title {
    margin-bottom: 5px
}

.product-shortcode.style-8 .description {
    margin-bottom: 15px
}

.product-shortcode.style-8 .price {
    margin-bottom: 20px
}

.product-shortcode.style-9 {
    text-align: center;
    border: 1px #eee solid
}

.product-shortcode.style-9 .preview {
    border-bottom: 1px #eee solid
}

.product-shortcode.style-9 .preview img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-9:hover .preview img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.product-shortcode.style-9 .title {
    margin-bottom: 10px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-9 .description {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-shortcode.style-9 .content {
    position: relative;
    margin: 0 -1px -1px -1px;
    background: #fff;
    padding-top: 25px;
    min-height: 116px
}

.product-shortcode.style-9 .follow {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0
}

.product-shortcode.style-9:hover .follow {
    top: 50%;
    opacity: 1
}

.product-shortcode.style-9:hover .description,
.product-shortcode.style-9:hover .title {
    opacity: 0;
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: scale(0.7)
}

@media (min-width:992px) {
    .product-shortcode.style-1.float {
        min-height: 428px;
        padding-left: 260px;
        padding-top: 140px
    }
    .product-shortcode.style-1.float .preview {
        position: absolute;
        left: 30px;
        top: 50%;
        margin-top: -100px
    }
    .product-shortcode.style-1.float .title {
        height: auto
    }
}

.banner-shortcode.text-center .valign-middle-content {
    margin: 0 auto
}

.banner-shortcode.style-1 {
    padding-bottom: 40%;
    position: relative;
    overflow: hidden
}

.banner-shortcode.style-1 .background {
    background-position: left center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner-shortcode.style-1 .banner-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.banner-shortcode.style-2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: 270px
}

.banner-shortcode.style-2 .content {
    padding-bottom: 155%
}

.banner-shortcode.style-2 .background {
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner-shortcode.style-2 .banner-title {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase
}

.banner-shortcode.style-2 .description {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    height: 30%
}

.banner-shortcode.style-3 {
    background-size: cover;
    background-position: right top;
    position: relative
}

.banner-shortcode.style-3 .angle-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px
}

.banner-shortcode.style-3 .angle-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px
}

.banner-shortcode.style-3 .valign-middle-cell {
    height: 480px;
    padding: 30px 50px;
    display: table-cell;
    width: 10000px;
    vertical-align: middle
}

.banner-shortcode.style-3 .valign-middle-content {
    max-width: 390px
}

.banner-shortcode.style-3 .slider-product-preview+.valign-middle-content {
    max-width: 50%
}

.banner-shortcode.style-4 {
    background-size: cover;
    background-position: center top;
    position: relative
}

.banner-shortcode.style-4 .valign-middle-cell {
    height: 650px;
    padding: 30px 15px;
    display: table-cell;
    vertical-align: middle;
    width: 10000px
}

.banner-shortcode.style-4 .valign-middle-content {
    max-width: 390px;
    margin: 0 auto
}

.banner-shortcode.style-5 {
    background-size: cover;
    background-position: center top;
    position: relative
}

.banner-shortcode.style-5 .valign-middle {
    min-height: 225px;
    padding: 30px 50px
}

.banner-shortcode.style-5 .valign-middle-content {
    max-width: 260px
}

.banner-shortcode.style-6 {
    padding: 50px 30px 50px 15px;
    background: #fff
}

.banner-shortcode.style-6:after {
    display: block;
    content: "";
    clear: both
}

.banner-shortcode.style-6 .image {
    float: left;
    max-width: 250px;
    width: 100%;
    height: auto
}

.banner-shortcode.style-6 .content {
    margin-left: 270px
}

.banner-shortcode.style-6 .cell-view {
    height: 250px
}

@media (min-width:768px) {
    .banner-shortcode.style-1 .description {
        position: absolute;
        height: 100%;
        width: 35%;
        text-align: center;
        right: 15px;
        background: none!important
    }
}

@media (max-width:767px) {
    .banner-shortcode.style-1 {
        padding-bottom: 0
    }
    .banner-shortcode.style-1 .background {
        position: relative;
        padding-bottom: 40%
    }
    .banner-shortcode.style-1 .description {
        padding: 20px 15px;
        background: #2c2c2c;
        text-align: center;
        border-top: 1px #555 solid;
        display: block
    }
}

@media (min-width:1200px) {
    .banner-shortcode.style-3.wide .valign-middle {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (max-width:767px) {
    .banner-shortcode.style-3 .valign-middle-cell {
        height: 0;
        padding-left: 30px;
        padding-right: 30px
    }
    .banner-shortcode.style-3 .slider-product-preview+.valign-middle-content {
        max-width: 100%
    }
}

@media (max-width:991px) {
    .banner-shortcode.style-4 .valign-middle-cell {
        height: 0
    }
}

@media (max-width:1199px) {
    .banner-shortcode.style-6 .image {
        max-width: 190px
    }
    .banner-shortcode.style-6 .content {
        margin-left: 210px
    }
}

@media (max-width:767px) {
    .banner-shortcode.style-6 {
        padding: 30px 15px
    }
    .banner-shortcode.style-6 .image {
        float: none;
        margin: 0 auto 30px auto;
        display: block
    }
    .banner-shortcode.style-6 .content {
        margin-left: 0
    }
    .banner-shortcode.style-6 .cell-view {
        height: 0
    }
}

.blog-shortcode.style-1 {
    max-width: 270px;
    margin: 0 auto;
    display: inline-block;
    margin: 0 5px 10px 5px
}

.blog-shortcode.style-1 .preview img {
    display: block;
    width: 100%;
    height: auto
}

.blog-shortcode.style-1 .description {
    background: #fff;
    padding: 25px 20px
}

.blog-shortcode.style-2 .preview {
    display: block;
    max-width: 270px;
    margin-bottom: 15px;
    position: relative
}

.blog-shortcode.style-2 .preview img {
    display: block;
    max-width: 100%;
    height: auto
}

.blog-shortcode.style-2 .title {
    margin-bottom: 10px
}

.blog-shortcode.style-3:after {
    content: "";
    clear: both;
    display: block
}

.blog-shortcode.style-3 .preview {
    display: block;
    position: relative;
    margin-bottom: 30px
}

.blog-shortcode.style-3 .preview img {
    display: block;
    max-width: 100%;
    height: auto
}

.blog-shortcode.style-3 .preview .swiper-button-next {
    right: 30px
}

.blog-shortcode.style-3 .preview .swiper-button-prev {
    left: 30px
}

.blog-shortcode.style-3 .date {
    float: left;
    width: 70px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #888;
    text-transform: uppercase
}

.blog-shortcode.style-3 .date span {
    display: block;
    font-size: 30px;
    line-height: 24px;
    color: #555;
    margin-bottom: 5px
}

.blog-shortcode.style-3 .content {
    margin-left: 100px
}

.blog-comments {
    font-size: 11px;
    line-height: 24px;
    color: #555;
    margin-bottom: 5px
}

.blog-comments .fa {
    margin-right: 3px
}

.blog-shortcode.style-3 .description,
.blog-shortcode.style-3 .title {
    margin-bottom: 15px
}

.blog-shortcode.style-3 .description-article {
    margin-bottom: 20px
}

.blog-blockquote {
    background: #343434;
    text-align: center
}

.blog-blockquote .cell-view {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 15px
}

.blog-blockquote blockquote {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 40px;
    background: url(../img/icon-30.png) center top no-repeat
}

.blog-blockquote .blockquote-title {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px
}

.blog-blockquote .blockquote-author {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px
}

.blog-blockquote .blockquote-position {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width:767px) {
    .blog-shortcode.style-3 .date {
        float: none;
        margin-bottom: 5px;
        text-align: left
    }
    .blog-shortcode.style-3 .content {
        margin-left: 0
    }
}

.tabulation-menu-wrapper {
    margin: 0 -20px
}

.tabulation-menu-wrapper:after {
    display: block;
    content: "";
    margin-top: -5px
}

.tabulation-toggle {
    font-size: 0
}

.tabulation-toggle li {
    padding: 0 20px;
    border-left: 1px #eee solid;
    display: inline-block;
    margin-bottom: 5px
}

.tabulation-toggle li:first-child {
    border: none
}

.tab-menu {
    font-size: 11px;
    line-height: 16px;
    padding: 8px 20px;
    color: #888;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    display: block;
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s;
    text-align: center
}

.tab-menu:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff
}

.tab-menu.active {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #00AD6B;
    color: #fff
}

.tab-entry {
    display: none
}

.tab-entry.visible {
    display: block
}

.tabulation-title {
    background: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding-right: 50px;
    cursor: pointer;
    display: none;
    position: relative;
    text-align: left
}

.tabulation-title:after {
    width: 50px;
    height: 50px;
    background: url(../img/icon-7.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    content: ""
}

.tabulation-title.active:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

@media (max-width:767px) {
    .tabulation-menu-wrapper {
        margin: 0
    }
    .tabulation-menu-wrapper .tabulation-toggle {
        padding-top: 10px
    }
    .tabulation-menu-wrapper .tabulation-toggle li {
        display: block
    }
    .tabulation-title {
        display: block
    }
    .tabulation-toggle {
        display: none
    }
    .tabulation-title.active+.tabulation-toggle {
        display: block
    }
}

.icon-description-shortcode .content :last-child {
    margin-bottom: 0!important
}

.icon-description-shortcode.style-1 {
    text-align: center;
    max-width: 320px;
    margin: 0 auto
}

.icon-description-shortcode.style-1 .icon-image {
    margin-bottom: 10px
}

.icon-description-shortcode.style-1 .title {
    margin-bottom: 15px
}

.icon-description-shortcode.style-2 {
    text-align: center
}

.icon-description-shortcode.style-2 .content {
    padding: 0 30px
}

.icon-description-shortcode.style-2 .image-icon {
    margin: 0 auto 25px auto;
    max-width: 415px;
    width: 100%
}

.icon-description-shortcode.style-2 .subtitle,
.icon-description-shortcode.style-2 .title {
    margin-bottom: 18px
}

.icon-description-shortcode.style-2 .description {
    margin-bottom: 25px
}

.icon-description-shortcode.style-3:after {
    display: block;
    content: "";
    clear: both
}

.icon-description-shortcode.style-3 .image-icon {
    float: left;
    width: 200px
}

.icon-description-shortcode.style-3 .content {
    margin-left: 230px
}

.icon-description-shortcode.style-3 .cell-view {
    height: 150px
}

.icon-description-shortcode.style-3 .title {
    margin-bottom: 15px
}

.icon-description-shortcode.style-4 {
    background: #fff;
    border-left: 1px #f7f7f7 solid;
    border-top: 1px #f7f7f7 solid;
    position: relative
}

.icon-description-shortcode.style-4 .icon-image {
    position: absolute;
    width: 70px;
    height: auto;
    left: 15px;
    top: 50%;
    margin-top: -35px
}

.icon-description-shortcode.style-4 .cell-view {
    height: 140px;
    padding: 15px 45px 15px 100px
}

.icon-description-shortcode.style-4 .title {
    margin-bottom: 5px
}

@media (max-width:767px) {
    .icon-description-shortcode.style-3 .icon {
        float: none;
        margin-bottom: 25px
    }
    .icon-description-shortcode.style-3 .content {
        margin-left: 0
    }
    .icon-description-shortcode.style-3 .cell-view {
        height: 0
    }
}

.grid-sizer {
    width: 25%
}

.grid {
    position: relative;
    margin: -15px -15px 0 -15px
}

.grid-item.w25 {
    width: 25%
}

.grid-item.w50 {
    width: 50%
}

.gallery-grid-item {
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.gallery-grid-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 15px #fff solid
}

.gallery-grid-item img {
    display: block;
    width: 100%;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.gallery-grid-item.style-1:hover img {
    -o-transition: all .3s .15s;
    transition: all .3s .15s;
    -webkit-transition: all .3s .15s;
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.gallery-grid-item.style-1 .gallery-title {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    background: #00AD6B;
    padding: 22px 30px;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    min-height: 100px
}

.gallery-grid-item.style-1:hover .gallery-title {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateY(0%)
}

.gallery-grid-link {
    z-index: 1
}

.gallery-grid-item.style-2 .gallery-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(247, 247, 247, 0.95);
    opacity: 0;
    -o-transition: all .3s .15s;
    transition: all .3s .15s;
    -webkit-transition: all .3s .15s
}

.gallery-grid-item.style-2 .gallery-title .left {
    position: absolute;
    left: 45px;
    right: 45px;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.gallery-grid-item.style-2 .gallery-title .right {
    position: absolute;
    top: 35px;
    right: 45px;
    left: 45px;
    text-align: right;
    opacity: 0;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.gallery-grid-item.style-2:hover .gallery-title {
    opacity: 1;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.gallery-grid-item.style-2:hover .gallery-title .left,
.gallery-grid-item.style-2:hover .gallery-title .right {
    opacity: 1;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transition: all .3s .15s;
    transition: all .3s .15s;
    -webkit-transition: all .3s .15s
}

@media (max-width:991px) {
    .grid-item.w25 {
        width: 50%
    }
}

@media (max-width:767px) {
    .grid {
        margin: 0
    }
    .gallery-grid-item .gallery-title {
        display: none
    }
    .gallery-grid-item.style-1:hover img {
        -ms-transform: none;
        transform: none;
        -webkit-transform: none
    }
}

@media (max-width:450px) {
    .grid-item.w25,
    .grid-item.w50 {
        width: 100%
    }
    .gallery-grid-item {
        margin-bottom: 15px
    }
    .gallery-grid-item:after {
        display: none
    }
}

.popup-content .slider-wrapper {
    background: transparent
}

.gallery-big-preview-entry {
    padding-bottom: 61%;
    background-size: cover;
    background-position: center center
}

.gallery-small-preview-entry img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .2;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.swiper-slide-active .gallery-small-preview-entry img {
    opacity: .5
}

@media (min-width:1200px) {
    .gallery-popup-slider-wrapper .swiper-button-prev {
        left: -100px
    }
    .gallery-popup-slider-wrapper .swiper-button-next {
        right: -100px
    }
}

.gallery-popup-description {
    padding: 40px 50px
}

@media (max-width:767px) {
    .gallery-popup-description {
        padding: 30px 15px
    }
}

.aligned-middle-image-shortcode {
    position: absolute;
    left: 50%;
    width: 0%;
    top: 0;
    height: 100%
}

.aligned-middle-image-shortcode img {
    max-height: 100%;
    width: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.category-link {
    font-size: 11px;
    line-height: 18px;
    color: #888;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 15px 0 15px 40px;
    position: relative;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-transition: all .15s
}

.category-link.active,
.category-link:hover {
    color: #00AD6B
}

.category-link span {
    width: 20px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 15px
}

.client-logo-entry {
    overflow: hidden;
    border: 1px #eee solid;
    float: left;
    width: 20%;
    position: relative;
    margin: -1px 0 0 -1px
}

.client-logo-entry img {
    display: block;
    width: 100%;
    height: auto;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

.client-logo-entry:hover img {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.client-logo-entry img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%)
}

.client-logo-entry:hover img:nth-child(2) {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.big-slider-product {
    text-align: center;
    padding: 0 15px
}

.big-slider-product .preview {
    margin: 0 auto 30px auto;
    opacity: .05;
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: scale(0.7)
}

.swiper-slide-active .big-slider-product .preview {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

.big-slider-product .preview img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.big-slider-product .description {
    opacity: 0;
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px)
}

body.loaded .big-slider-product .description,
body.loaded .big-slider-product .preview {
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

.swiper-slide-active .big-slider-product .description {
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

@media (max-width:991px) {
    .client-logo-entry {
        width: 25%
    }
}

@media (max-width:767px) {
    .client-logo-entry {
        width: 50%
    }
}

#map-canvas {
    height: 550px
}

@media (max-width:767px) {
    #map-canvas {
        height: 300px
    }
}

.order-details-entry {
    border-bottom: 1px #eee solid;
    padding-top: 2em;
    padding-bottom: .5em
}

.cart-table {
    width: 100%
}

.cart-table th {
    background: #343434;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

.cart-table th:first-child {
    border-radius: 5px 0 0 5px
}

.cart-table th:last-child {
    border-radius: 0 5px 5px 0
}

.cart-table th:nth-child(2) {
    padding-left: 0;
    text-align: left
}

.cart-table tbody tr {
    border-bottom: 1px #eee solid
}

.cart-table tbody td {
    vertical-align: middle;
    padding: 25px 10px;
    text-align: center
}

.cart-table tbody td:nth-child(2) {
    text-align: left;
    padding-left: 0
}

.cart-table .quantity-select {
    display: inline-block
}

@media (max-width:767px) {
    .cart-table {
        display: block;
        position: relative
    }
    .cart-table tbody,
    .cart-table td,
    .cart-table th,
    .cart-table tr {
        display: block;
        position: relative
    }
    .cart-table thead {
        display: none
    }
    .cart-table td {
        text-align: left!important;
        padding: 10px 0 10px 100px!important;
        width: auto!important;
        position: relative
    }
    .cart-table td:before {
        content: attr(data-title);
        color: #343434;
        font-weight: 900;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 19px;
        width: 100px;
        padding-right: 10px;
        position: absolute;
        left: 0;
        top: 7px
    }
    .cart-table .quantity-select {
        width: 170px
    }
    .cart-table td:last-child {
        position: static;
        padding: 0
    }
    .cart-table .button-close {
        position: absolute;
        right: 0;
        top: 10px
    }
    .cart-table tbody td:first-child,
    .cart-table tbody td:nth-child(2) {
        padding-left: 0!important
    }
}

.comments-wrapper {
    margin-left: -100px
}

.comment-entry {
    position: relative;
    padding-left: 100px
}

.comment-entry .image {
    float: left;
    width: 50px;
    height: auto;
    border-radius: 25px;
    -webkit-border-radius: 25px
}

.comment-entry .content {
    margin: 0 100px 23px 70px;
    padding-top: 5px
}

.comment-entry .button {
    position: absolute;
    right: 0;
    top: 5px
}

@media (max-width:767px) {
    .comments-wrapper {
        margin-left: 0px
    }
    .comment-entry {
        padding-left: 0px
    }
}

.no-cart-item {
    padding: 30px 0;
    text-align: center;
    border: 1px dashed rgba(51, 51, 51, 0.2)
}

.no-cart-item.alert {
    margin-bottom: 0
}

.no-cart-item p {
    text-transform: inherit
}

.checkbox-area,
.products-container {
    position: relative
}

.checkbox-area .overlay,
.products-container .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999999;
    display: none
}

.checkbox-area .overlay.visible,
.products-container .overlay.visible {
    display: block
}

@-webkit-keyframes ld {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1)
    }
    to {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }
    50% {
        transform: rotate(180deg) scale(1.1)
    }
    to {
        transform: rotate(360deg) scale(1)
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }
    50% {
        transform: rotate(180deg) scale(1.1)
    }
    to {
        transform: rotate(360deg) scale(1)
    }
}

@keyframes ld {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1)
    }
    to {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.btn-loading {
    position: relative;
    opacity: 1;
    color: transparent!important;
    text-shadow: none!important
}

.btn-loading:active,
.btn-loading:focus,
.btn-loading:hover {
    cursor: default;
    color: transparent;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite
}

.btn-default.btn-loading:before {
    border-left-color: #333333;
    border-right-color: #333333
}

.btn-lg.btn-loading:before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px
}

.btn-sm.btn-loading:before {
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px
}

.btn-xs.btn-loading:before {
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px
}

.header-bottom .single-line-form {
    padding-top: 0;
    background-color: #fff;
    margin-top: 0 !important;
    padding-bottom: 15px;

}

.header-empty-space {
    height: 170px
}

#carousel-custom {
    margin: 20px auto;
    width: 400px
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0!important;
    width: auto
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75
}

#carousel-custom .carousel-outer {
    position: relative
}

.form-page {
    background-color: #fafafa
}

.form-card {
    max-width: 600px;
    margin: 120px auto 0 auto;
    background-color: #ffffff;
    padding: 50px;
    -webkit-box-shadow: 0 0 5px #f2f2f2;
    box-shadow: 0 0 5px #f2f2f2;
    border-radius: 5px
}


.header-top .language .title {
    width: 130px
}

.panel-group .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: whitesmoke
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: transparent;
    border-color: whitesmoke
}

.panel-title {
    font-size: 14px
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none
}

.more-less {
    float: right;
    color: #e6e6e6
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fafafa
}

dl.order-info dt {
    font-size: 110%;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

dl.order-info dd {
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 25px
}

dl.order-info dd:last-child {
    border-bottom: none
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-color: #f2f2f2
}

.table-bordered {
    border-color: #f2f2f2
}

.vendor-header {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 70px 0
}

.vendor-header:after {
    clear: both;
    content: "";
    display: table
}

.vendor-header .logo {
    float: left;
    margin-right: 15px;
    max-width: 150px
}

.vendor-header .logo img {
    width: 100%
}

.vendor-header ul {
    margin: 30px 0
}

.vendor-header ul li {
    margin-bottom: 10px
}

.vendor-header ul li span {
    font-weight: 700!important
}

.vendor-header ul li span i {
    margin-right: 10px
}

.search-form {
    padding: 0 15px
}

.search-form:after {
    clear: both;
    content: "";
    display: table
}

.search-form .button {
    position: relative
}

.search-form .simple-input {
    border-radius: 0
}

.search-form .custom-input {
    float: left
}

.search-form .custom-input.large {
    width: 60%
}

.search-form .custom-input.small {
    width: 30%
}

.search-form .custom-input.small .simple-input,
.search-form .custom-input.small .SumoSelect>.CaptionCont {
    border-radius: 0;
    margin-left: -1px
}

.search-form .custom-input.button-input {
    width: 10%
}

.search-form .custom-input.button-input .button {
    display: inline-block;
    border-radius: 0
}

.swiper-control-bottom {
    padding-top: 10px
}

.swiper-control-top {
    border: 1px solid #f2f2f2
}

#content-block {
    position: relative
}

#content-block .nav-sidebar {
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100000;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

#content-block .nav-sidebar .button-close {
    position: absolute;
    right: 10px;
    top: 10px
}

#content-block .nav-sidebar.visible {
    right: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

#content-block .nav-sidebar .sidebar-nav {
    padding: 15px 25px;
    margin-top: 100px
}

#content-block .nav-sidebar .sidebar-nav:after {
    clear: both;
    content: "";
    display: table
}

#content-block .nav-sidebar .sidebar-nav li {
    display: block;
    border-bottom: 1px solid #f2f2f2
}

#content-block .nav-sidebar .sidebar-nav li:last-child {
    border-bottom: none
}

#content-block .nav-sidebar .sidebar-nav li a {
    color: #333333;
    padding: 15px 25px;
    display: block;
    border-radius: 3px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s
}

#content-block .nav-sidebar .sidebar-nav li a:active,
#content-block .nav-sidebar .sidebar-nav li a:focus,
#content-block .nav-sidebar .sidebar-nav li a:hover {
    color: #ffffff;
    background-color: #00AD6B;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s
}

.hamburger-icon {
    text-align: center;
    line-height: 30px
}

.carousel-inner {
    position: relative;
    width: 100%;
    min-height: 300px
}

.carousel-control.right {
    right: 0;
    left: auto;
    top: 50%;
    background-image: none!important;
    background-repeat: repeat-x
}

.carousel-control.left {
    left: 0;
    right: auto;
    top: 50%;
    background-image: none!important;
    background-repeat: repeat-x
}

#carousel-example-generic {
    margin: 20px auto;
    width: 100%
}

#carousel-custom {
    margin: 20px auto;
    width: 400px
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow: hidden
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0!important;
    width: auto
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75
}

#carousel-custom .carousel-outer {
    position: relative
}

.carousel-indicators li img {
    height: 66px;
    width: 52px
}

.chat-main-box {
    position: relative;
    background: #fff;
    margin-bottom: 80px;
    overflow: hidden;
    border: 1px solid rgba(120, 130, 140, 0.13)
}

.chat-main-box .chat-left-aside {
    position: absolute;
    width: 250px;
    z-index: 9;
    top: 0;
    border-right: 1px solid rgba(120, 130, 140, 0.13)
}

.chat-main-box .chat-left-aside .open-panel {
    display: none;
    cursor: pointer;
    position: absolute;
    left: -webkit-calc(99%);
    top: 50%;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 0 100px 100px 0;
    line-height: 1;
    padding: 15px 8px 15px 4px
}

.chat-main-box .chat-left-aside .chat-left-inner .form-control {
    height: 60px
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none {
    padding: 0
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
    list-style: none;
    overflow: hidden
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
    padding: 20px
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover {
    background: #f7fafc
}

.chat-main-box .chat-right-aside {
    margin-left: 250px
}

.chat-main-box .chat-right-aside .chat-list {
    max-height: none;
    height: 100%;
    padding-top: 40px
}

.chat-main-box .chat-right-aside .chat-list .chat-text {
    border-radius: 6px
}

.chat-main-box .chat-right-aside .send-chat-box {
    position: relative
}

.chat-main-box .chat-right-aside .send-chat-box .form-control {
    border: none;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    resize: none;
    height: 80px;
    padding-right: 180px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
    border-color: rgba(120, 130, 140, 0.13)
}

.chat-main-box .chat-right-aside .send-chat-box .custom-send {
    position: absolute;
    right: 20px;
    bottom: 10px
}

.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
    color: #686868;
    margin-right: 10px
}

.chat-list {
    list-style: none;
    max-height: 332px;
    padding: 0 20px
}

.chat-list li {
    margin-bottom: 24px;
    overflow: auto
}

.chat-list .chat-image {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50px
}

.chat-list .chat-image img {
    border-radius: 100%;
    width: 100%
}

.chat-list .chat-text {
    background: #f7fafc;
    border-radius: 0;
    display: inline-block;
    padding: 15px;
    position: relative
}

.chat-list .chat-text h4 {
    color: #1a2942;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: 15px;
    position: relative
}

.chat-list .chat-text p {
    margin: 0;
    padding-top: 3px
}

.chat-list .chat-text b {
    font-size: 10px;
    opacity: 0.8
}

.chat-list .chat-body {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 65%
}

.chat-list .odd .chat-image {
    float: right!important
}

.chat-list .odd .chat-body {
    float: right!important;
    margin-right: 12px;
    text-align: right;
    color: #fff
}

.chat-list .odd .chat-text {
    background: #ff6849
}

.chat-list .odd .chat-text h4 {
    color: #fff
}

.chat-send {
    padding-left: 0;
    padding-right: 30px
}

.chat-send button {
    width: 100%
}

.p-20 {
    padding: 22px!important
}

.b-b {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13)
}

.chatonline img {
    margin-right: 10px;
    float: left;
    width: 30px
}

.chatonline li a {
    padding: 15px 0;
    float: left;
    width: 100%
}

.chatonline li a span {
    color: #686868
}

.chatonline li a span small {
    display: block;
    font-size: 10px
}

.chat-main-box .chat-left-aside .open-panel {
    display: none;
    cursor: pointer;
    position: absolute;
    left: -webkit-calc(99%);
    top: 50%;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 0 100px 100px 0;
    line-height: 1;
    padding: 15px 8px 15px 4px
}

@media only screen and (min-device-width:320px) and (max-device-width:768px) and (orientation:portrait) {
    .chat-main-box .chat-right-aside {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .navbar-top-links {
        display: inline-block
    }
    .navbar-top-links .profile-pic img {
        margin-right: 0
    }
    .top-left-part {
        width: 60px
    }
    .navbar-top-links li:last-child {
        margin-right: 0
    }
    .navbar-top-links .dropdown-alerts,
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks {
        width: 260px
    }
    .row-in-br {
        border-right: 0;
        border-bottom: 1px solid rgba(120, 130, 140, 0.13)
    }
    .bg-title .breadcrumb {
        float: left;
        margin-top: 0;
        margin-bottom: 10px
    }
    ul.timeline:before {
        left: 40px
    }
    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px)
    }
    ul.timeline>li>.timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0
    }
    ul.timeline>li>.timeline-panel {
        float: right
    }
    ul.timeline>li>.timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0
    }
    ul.timeline>li>.timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0
    }
    .wizard-steps>li {
        display: block
    }
    .dropdown .dropdown-tasks,
    .dropdown .mailbox {
        left: -94px
    }
    .fix-header .navbar-static-top {
        position: fixed;
        top: 0;
        width: 100%
    }
    .fix-header #page-wrapper {
        margin-top: 60px
    }
    .fix-header .sidebar {
        position: fixed;
        height: 350px;
        top: 60px;
        z-index: 100;
        overflow: auto!important;
        -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2)
    }
    .mega-dropdown-menu {
        height: 340px;
        overflow: auto
    }
    .left-aside {
        position: relative;
        width: 100%;
        border: 0
    }
    .right-aside {
        margin-left: 0
    }
    .chat-main-box .chat-left-aside {
        left: -250px;
        -webkit-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        transition: .5s ease-in;
        background: #fff
    }
    .chat-main-box .chat-left-aside.open-pnl {
        left: 0
    }
    .chat-main-box .chat-left-aside .open-panel {
        display: block
    }
    .chat-main-box .chat-right-aside {
        margin: 0
    }
    .table-responsive.pro-rd {
        border: none
    }
    #msform fieldset,
    .login-register,
    .step-register {
        position: relative
    }
}

.media-body .well {
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.media .media-object {
    max-width: 120px
}

.media-body {
    position: relative
}

.media-date {
    position: absolute;
    right: 25px;
    top: 25px
}

.media-date li {
    padding: 0
}

.media-date li:first-child:before {
    content: ''
}

.media-date li:before {
    content: '.';
    margin-left: -2px;
    margin-right: 2px
}

.media-comment {
    margin-bottom: 20px;
    line-height: 1.7em;
    margin-top: 15px
}

.media-replied {
    margin: 0 0 20px 50px
}

.media-replied .media-heading {
    padding-left: 6px
}

.embed-responsive {
    margin-bottom: 20px
}

.custom-input-file {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    background: #eee url("https://s3.amazonaws.com/uifaces/faces/twitter/walterstephanie/128.jpg");
    background-size: 120px;
    border-radius: 120px
}

input[type=file] {
    z-index: 999;
    line-height: 0;
    font-size: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding: 0;
    left: 0
}

.uploadPhoto {
    position: absolute;
    top: 25%;
    left: 25%;
    display: none;
    width: 50%;
    height: 50%;
    color: #fff;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    cursor: pointer
}

.custom-input-file:hover .uploadPhoto {
    display: block
}

.comment-tabs {
    margin-bottom: 80px
}

.comment-tabs .nav-tabs {
    border: 1px solid rgba(120, 130, 140, 0.13)
}

.comment-tabs .nav-tabs>li {
    border: none
}

.comment-tabs .nav-tabs>li a {
    border-bottom: 1px solid transparent;
    border-radius: 0
}

.comment-tabs .nav-tabs>li a:active,
.comment-tabs .nav-tabs>li a:focus,
.comment-tabs .nav-tabs>li a:hover {
    border-bottom: 1px solid #00AD6B;
    border-left: none;
    border-right: none;
    border-top: none
}

.comment-tabs .nav-tabs>li.active a {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-color: #00AD6B
}

.comment-tabs .nav-tabs>li.active a:active,
.comment-tabs .nav-tabs>li.active a:focus,
.comment-tabs .nav-tabs>li.active a:hover {
    border-bottom-color: #00AD6B
}

.comment-tabs .tab-content {
    margin-top: 15px
}

.comment-tabs .tab-content .tab-pane {
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px
}

.profile-card {
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 25px;
    list-style: none;
    text-align: center
}

.profile-card h3 {
    font-size: 130%;
    margin-bottom: 10px
}

.profile-card .shortcode-rate-wrapper {
    margin-bottom: 30px
}

.profile-card .avatar {
    width: 150px;
    height: 150px;
    margin: 30px auto
}

.profile-card .avatar img {
    width: 100%;
    height: 100%
}

.profile-card .info-list {
    list-style: none;
    width: 100%
}

.profile-card .info-list li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13)
}

.profile-card .info-list li:last-child {
    border-bottom: none
}

.profile-card .info-list li i {
    margin-right: 10px
}

#stars {
    padding: 8px 0
}

#stars span {
    font-size: 150%;
    margin-right: 10px;
    color: #00AD6B
}

.back-button {
    padding: 15px;
    margin: 15px;
    display: inline-block
}

.back-button i {
    margin-right: 10px
}

.vendor-card {
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    padding: 15px;
    text-align: center
}

.vendor-card .avatar {
    width: 100px;
    height: 100px;
    margin: 15px auto;
    border-radius: 100%;
    overflow: hidden
}

.vendor-card .avatar img {
    width: 100%;
    height: 100%
}

.vendor-card .info {
    margin: 25px 0
}

.vendor-card .info h2 {
    margin: 10px 0;
    font-size: 130%
}

.shopping-cart {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    position: relative;
    border-radius: 3px;
    padding: 20px;
    display: none;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1000;
    border: 1px solid #E8E8E8
}

.shopping-cart .button {
    background: #00AD6B;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0
}

.shopping-cart .button:hover {
    background: #00bc74
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px
}

.shopping-cart .shopping-cart-header i {
    margin-top: 7px
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    width: 50px;
    height: 50px
}

.shopping-cart .shopping-cart-items .delete {
    float: right;
    margin-top: -20px
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px
}

.shopping-cart .shopping-cart-items .item-price {
    color: #00AD6B;
    margin-right: 8px
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left
}


/*# sourceMappingURL=style.css.map */

.cloudzoom-lens {
    border: 5px solid #888;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    cursor: crosshair;
    z-index: 9999;
}

.cloudzoom-zoom {
    border: 1px solid #888;
    width: 600px;
    height: 200px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.cloudzoom-zoom-inside {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9999;
}

.cloudzoom-caption {
    display: none;
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

.cloudzoom-blank {
    background-image: url(blank.png);
}

.cloudzoom-blank>div:nth-child(3) {
    display: none !important;
}

.cloudzoom-ajax-loader {
    background-image: url(ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.cloudzoom-container .cloudzoom {
    width: 100%;
}

.cloudzoom-container .cloudzoom-gallery {
    width: 100px;
    height: 100px;
}

@media only screen and (min-device-width: 768px) {
    .bzoom_thumb_active {
        min-width: 400px !important;
        width: auto !important;
        height: auto !important;
        min-height: 500px;
    }
    .bzoom_thumb_active img {
        width: 100% !important;
    }
}

.cloudzoom-lens {
    border: 5px solid #888;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    cursor: crosshair;
    z-index: 9999;
}

.cloudzoom-zoom {
    border: 1px solid #888;
    width: 600px;
    height: 200px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.cloudzoom-zoom-inside {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9999;
}

.cloudzoom-caption {
    display: none;
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

.cloudzoom-blank {
    background-image: url(blank.png);
}

.cloudzoom-blank>div:nth-child(3) {
    display: none !important;
}

.cloudzoom-ajax-loader {
    background-image: url(ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.cloudzoom-container {
    position: relative;
}

.cloudzoom-container::after {
    clear: both;
    content: "";
    display: table;
}

.cloudzoom-container .cloudzoom {
    width: 100%;
    margin: 0 auto;
}

.cloudzoom-container .cloudzoom:hover {
    cursor: pointer;
}

.cloudzoom-container .zoom-content {
    height: 122px;
    float: left;
    overflow: scroll;
}

.cloudzoom-container .cloudzoom-gallery {
    height: 100px;
}

.cloudzoom-container .cloudzoom-gallery:hover {
    cursor: pointer;
}


.search-helper{
    background-color: #fff;
    border:1px solid #e0e0e0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999999;
}
.search-helper:after{
    content: "";
    display: table;
    clear: both;
}
.search-helper h3{
    margin: 0 0 15px 0;
    font-weight:700;
}
.search-helper h3 i {
    margin-right: 10px;
}

.search-helper ul li{
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
}
.search-helper ul li:last-child{
    border-bottom: none;
}
.search-helper ul li a {
    color: #00a365;
}

.product-item:after{
    content: "";
    display: table;
    clear: both;
}
.product-item{
    margin-bottom:10px;
    float: left;
    display: block;
    width:100%;
}

.product-item .image{
    width:40px;
    height: 40px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.product-item .image img{
    max-width:100%;
}

.product-item span{
    display: block;
    color: #00AD6B;
    margin-top: 5px;
}

.helper-loader{
    position: absolute;
    top:50%;
    left:50%;
    width:100px;
    height:100px;
    margin-left:-50px;
}

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
.overlay{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.8);
}


.product-shortcode{
    color: #00bc74;
    min-height:100px;
    border-color: #00bc74;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-transition: all .s5;
    -moz-transition: all .s5;
    -ms-transition: all .s5;
    -o-transition: all .s5;
    transition: all .s5;

}

.product-shortcode:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -webkit-transition: all .s5;
    -moz-transition: all .s5;
    -ms-transition: all .s5;
    -o-transition: all .s5;
    transition: all .s5;
}

.product-shortcode.style-1 .preview >img{
    height:200px !important;
}

.custom-product-meta{
    background: #fff;
    border: 1px solid #00bc74;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: all .5s;
    text-align: center;
    transition: all .5s;
    min-height: 100px;
    margin-bottom: 15px;
}

.custom-product-meta:hover{
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    transition: all .5s;
}

.custom-product-meta a{
    box-shadow: none ;
    
}

.custom-product-meta span{
    display: block;
}

.custom-product-meta a:hover, .custom-product-meta a:focus,.custom-product-meta a:active, .custom-product-meta a:visited{
    box-shadow: none ;
}

.checkbox-container{
    padding: 0 5px;
}

.jplist-drop-down .jplist-dd-panel:after{
    top:0;
}

.jplist-drop-down .jplist-dd-panel {
    line-height: 50px !important;
    padding: 0 !important;
    width: 100% !important;
    height:50px !important;
}

.close-sidebar , .close-filters{
    position: absolute;
    top: 80px;
    left: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #00a365;
    color: #fff;
}

.sale_price {
    text-decoration: line-through !important;
    color: #cccccc !important;
}

.ribbon_box {
    position: relative;
}
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#00AD6B 0%, #00AD6B 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #00AD6B;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #00AD6B;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #00AD6B;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #00AD6B;
}

.ribbon_left {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon_left span {
    font-size: 8px;
    font-weight: bold;
    padding-left: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon_left span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.ribbon_left span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

#content-block {
    position: relative;
    background: #f8f8f8 !important;
}
.form-card {
    margin: 60px auto 75px auto;

}

.jplist-drop-down .jplist-dd-panel:after{
    z-index:2 !important;
}

