/** Shopify CDN: Minification failed

Line 14765:0 Unexpected "="

**/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano>.nano-content,
.nano>.nano-pane {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.nano>.nano-content {
    overflow: scroll;
    overflow-x: hidden;
    left: 0
}

.nano>.nano-content:focus {
    outline: dotted thin
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    background: rgba(0, 0, 0, .25);
    width: 10px;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    opacity: .99
}

.easyzoom {
    position: relative;
    display: block
}

.easyzoom-flyout,
.easyzoom-notice {
    position: absolute;
    background: #fff
}

.easyzoom.is-loading img {
    cursor: progress
}

.easyzoom.is-ready img {
    cursor: url("/cdn/shop/t/18/assets/plus-in.svg?v=8640594446249331124"), e-resize
}

.easyzoom.is-error img {
    cursor: not-allowed
}

.easyzoom-notice {
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    box-shadow: 0 0 10px #888
}

.easyzoom-flyout {
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .7s ease;
    -moz-transition: opacity .7s ease;
    transition: opacity .7s ease
}

.easyzoom-flyout:hover {
    opacity: 1
}

.easyzoom-flyout img {
    max-width: none!important;
    width: auto!important
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px
}

.easyzoom img {
    vertical-align: bottom;
    transition: none!important
}

.placeholder-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active.ver-dropdown-parent-submenu i.fave,
.flexslider a:focus {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    padding: 0;
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    position: relative;
    z-index: 5
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    height: 0
}

.flex-direction-nav a {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    margin: -17px 0 0!important;
    height: 34px;
    width: 34px;
    margin: 0;
    background: #fff;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    text-align: center;
    line-height: 34px;
    z-index: 10
}

.flexslider:hover .flex-direction-nav a {
    opacity: 1;
    visibility: visible
}

.flex-direction-nav a:hover {
    color: #000;
    background-color: #fff
}

.flex-direction-nav .flex-prev {
    left: 75px
}

.flex-direction-nav .flex-next {
    right: 75px
}

.flexslider:hover .flex-control-paging li a,
.flexslider:hover .flex-direction-nav a {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    cursor: default
}

.flex-direction-nav a:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.flex-direction-nav a.flex-next:before {
    content: '\f054'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 10
}

.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    display: block;
    float: left;
    border-radius: 50%!important;
    margin-left: 5px;
    transition: all .25s ease-in-out;
    cursor: pointer;
    text-indent: -9999em;
    font-size: 0;
    opacity: 0
}

.flex-control-paging li:first-child a {
    margin-left: 0
}

.flex-control-paging li a:hover {
    background: #fff
}

.flex-control-paging li a.flex-active {
    cursor: default;
    background: #fff
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .touch .home-slider .flex-direction-nav {
        display: none!important
    }
}

.flexslider .caption {
    position: absolute
}

.flexslider .caption.header {
    z-index: 10;
    opacity: 0;
    top: 25%;
    left: auto;
    text-align: center;
    max-width: 100%;
    width: 100%;
    line-height: 1
}

.flexslider .caption.header h2 {
    text-transform: none;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: relative;
    margin: 0
}

.flexslider .caption.sub {
    left: 0;
    position: relative;
    white-space: normal;
    padding: 0;
    position: relative
}

.flexslider .caption.header .caption-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.flexslider .caption.header .caption-content {
    position: relative;
    z-index: 2;
    line-height: 1;
    white-space: normal
}

.flexslider .caption.header .caption-link {
    line-height: normal
}

#home-slider-overlay {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#home-slider-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat
}

.rt-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.rt-animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.rt-animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.rt-animated.bounceIn,
.rt-animated.bounceOut,
.rt-animated.flipOutX,
.rt-animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

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

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

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.rt-animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: auto;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-carousel .owl-item .item {
    margin: 15px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

div.progressive {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0
}

div.progressive img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    border: 0
}

div.progressive img.reveal {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform, opacity;
    animation: reveal 1s ease-out
}

@keyframes reveal {
    0% {
        transform: scale(1.05);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

* {
    outline: 0
}

body.firefox-mac {
    font-weight: 300
}

.fixed-body {
    padding: 0 20px
}

b,
strong {
    font-weight: 600
}

a {
    color: #333;
    line-height: 1.6;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

a:hover {
    color: #00a651;
    text-decoration: none
}

.container .container:not(.reset-width) {
    width: auto!important;
    max-width: none!important
}

body .fixed-body,
body .standard-body {
    overflow: hidden
}

body .fixed-body:before,
body .standard-body:before {
    position: absolute;
    z-index: -20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ''
}

.standard-body .full-width .container {
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px
}

.standard-body .full-width .container .container {
    padding: 0
}

.standard-body .full-width .shadow {
    display: none
}

.standard-body .fixed {
    padding: 0 45px
}

.standard-body .fixed .background {
    margin: 0 auto;
    max-width: 1140px;
    background-color: #fff;
    position: relative
}

.standard-body .fixed .background .shadow {
    display: none
}

.standard-body .fixed .container {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0
}

.standard-body .fixed .container .container {
    padding: 0
}

.standard-body .fixed2 {
    padding: 0
}

.standard-body .fixed2 .background {
    margin: 0 auto;
    max-width: 1230px;
    background-color: #fff;
    position: relative
}

.standard-body .fixed2 .background .shadow {
    display: none
}

.standard-body .fixed2 .container {
    padding-left: 45px;
    padding-right: 45px;
    margin: 0
}

.standard-body .fixed2 .container .container {
    padding: 0
}

.standard-body .fixed3#top .background .shadow {
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 61px;
    z-index: -1;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

@media (min-width:1466px) {
    .standard-body .fixed3 {
        padding: 0
    }
    .standard-body .fixed3 .background {
        margin: 0 auto;
        max-width: 1426px;
        background-color: #fff;
        position: relative
    }
    .standard-body .fixed3 .background .shadow {
        display: none
    }
    .standard-body .fixed3 .container {
        padding-left: 143px;
        padding-right: 143px;
        margin: 0
    }
    .standard-body .fixed3 .container .container {
        padding: 0
    }
}

.main-fixed {
    margin: 0 auto;
    max-width: 1230px;
    background-color: #fff
}

.fixed-body-2 .main-fixed {
    background: 0 0!important
}

.main-fixed .fixed {
    padding: 0!important
}

.main-fixed .custom-footer.fixed {
    padding-left: 45px!important;
    padding-right: 45px!important
}

.main-fixed .background .shadow {
    display: none!important
}

.with-shadow .main-fixed {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .45);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .45)
}

.fixed-body .container {
    padding-left: 45px;
    padding-right: 45px;
    max-width: none
}

.fixed-body .container .container {
    padding: 0
}

.fixed-body-2-2 {
    margin: 0 auto;
    max-width: 1230px
}

.fixed-body-2-2 .main-content .pattern>.container {
    padding-left: 0!important;
    padding-right: 0!important
}



.row-no-padding {
    margin-left: 0!important;
    margin-right: 0!important
}

.row-no-padding>[class*=col-] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    background-color: #f5f5f5;
    color: gray;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
    padding: 12px 20px 11px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: background-color linear .2s, border-color linear .2s;
    -moz-transition: background-color linear .2s, border-color linear .2s;
    -o-transition: background-color linear .2s, border-color linear .2s;
    transition: background-color linear .2s, border-color linear .2s;
    height: 36px
}

body.firefox-mac .uneditable-input,
body.firefox-mac input[type=color],
body.firefox-mac input[type=date],
body.firefox-mac input[type=datetime-local],
body.firefox-mac input[type=datetime],
body.firefox-mac input[type=email],
body.firefox-mac input[type=month],
body.firefox-mac input[type=number],
body.firefox-mac input[type=password],
body.firefox-mac input[type=search],
body.firefox-mac input[type=tel],
body.firefox-mac input[type=text],
body.firefox-mac input[type=time],
body.firefox-mac input[type=url],
body.firefox-mac input[type=week],
body.firefox-mac select,
body.firefox-mac textarea {
    font-weight: 300
}

input#input-captcha {
    margin-bottom: 15px
}

textarea {
    max-width: 100%;
    height: auto
}

select {
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc
}

.select {
    position: relative
}

.select:after {
    content: "\f110";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    color: #00a651;
    position: absolute;
    top: 18px;
    right: 30px;
    z-index: 1
}

#main .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-top: 20px
}

#main .form-group .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none
}

#main .dropdown:hover>.dropdown-menu {
    margin-top: 9px;
    display: block;
    opacity: 1;
    visibility: visible
}

.dropdown-menu {
    background-color: #fff;
    border: none;
    color: #333;
    padding: 24px 0 21px;
    margin-top: 9px;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15)
}

.dropdown-menu-type-4 .dropdown-menu {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

body .dropdown-menu>li>a {
    color: #333;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 30px
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: 0 0;
    color: #d7121f
}

.btn,
.button {
    display: inline-block;
    cursor: pointer;
    border: none;
    color: #fff!important;
    background-color: #00a651;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 38px 10px;
    margin: 5px 0;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    outline: 0;
    -webkit-font-smoothing: subpixel-antialiased
}

.button-body-type-10 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-10 .btn,
.button-body-type-10 .button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px 30px 12px
}

.button-body-type-10 #main .product-info .cart .add_to_cart .button-cart {
    padding-top: 14px
}

.button-body-type-2 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-2 .btn,
.button-body-type-2 .button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.button-body-type-11 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-11 .btn,
.button-body-type-11 .button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 14px 30px 9px
}

.button-body-type-8 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-8 .btn,
.button-body-type-8 .button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding-left: 30px;
    padding-right: 30px
}

.button-body-type-9 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-9 .btn,
.button-body-type-9 .button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-top: 11px;
    padding-bottom: 11px
}

.button-body-type-15 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-15 .btn,
.button-body-type-15 .button {
    padding: 11px 30px 10px
}

.button-body-type-12 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-12 .btn,
.button-body-type-12 .button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 13px 30px 9px
}

.button-body-type-13 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-13 .btn,
.button-body-type-13 .button {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 13px 30px 9px
}

.button-body-type-4 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-4 .btn,
.button-body-type-4 .button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.button-body-type-4 .btn,
.button-body-type-4 .button {
    padding-top: 11px
}

.button-body-type-3 .btn,
.button-body-type-3 .button {
    padding: 12px 42px 9px
}

.button-body-type-5 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-5 .btn,
.button-body-type-5 .button {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.button-body-type-14 #main .product-info .cart .add_to_cart .button-cart,
.button-body-type-14 .btn,
.button-body-type-14 .button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.button-body-type-6 .btn,
.button-body-type-6 .button {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px 20px 5px
}

.button-body-type-6 #main .product-info .cart .add_to_cart .button-cart {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-left: 25px;
    padding-right: 25px
}

.button-body-type-7 .btn,
.button-body-type-7 .button {
    padding: 10px 25px 9px
}

.button-body-type-7 #main .product-info .cart .add_to_cart .button-cart {
    padding-left: 25px;
    padding-right: 25px
}

.btn:hover,
.button:hover {
    color: #fff!important;
    background-color: #333
}

.btn-default,
.buttons .center .button,
.buttons .left .button,
.input-group-btn .btn-primary {
    background-color: #1349b2
}

.input-group input {
    border-right: none
}

.input-group-btn .btn {
    height: 45px;
    margin: 5px 0
}

.inputs-type-5 .input-group-btn .btn {
    height: 40px
}

.buttons {
    overflow: auto;
    margin: 0 0 15px
}

.buttons .btn {
    margin-top: 10px
}

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

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

.buttons .right .button {
    margin-left: 10px
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.button-continue-shopping {
    display: block;
    float: left
}

.button-checkout {
    display: block;
    float: right
}

.button-white-with-red-text {
    display: inline-block;
    cursor: pointer;
    border: none;
    color: #00a651;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 38px 10px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    background-color: #fff;
    outline: 0
}

.button-white-with-red-text:hover {
    color: #fff;
    background-color: #00a651
}

.button-megamenu {
    padding: 8px 30px 5px;
    margin: 28px 0 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px
}

.top-bar {
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 8px;
    position: relative
}

.top-bar .menu {
    list-style: none;
    padding: 12px 0 1px;
    margin: 0;
    float: right
}

.top-bar .menu li {
    display: inline-block;
    padding: 0 0 0 27px
}

.top-bar .menu li a {
    font-size: 12px;
    color: gray
}

.top-bar .menu li a:hover {
    color: #00a651
}

#top .top-bar .dropdown {
    margin-top: 12px
}

#top .top-bar .dropdown.open .dropdown-menu {
    margin-top: 7px
}

#top {
    position: relative
}

.main-fixed3 #top .pattern {
    padding-bottom: 30px
}

.slider-align-top #top {
    position: absolute;
    width: 100%
}

#top .pattern>.container {
    padding-top: 16px;
    padding-bottom: 40px;
    position: relative;
    z-index: 35
}

#top .background-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

#top .dropdown:last-child {
    margin-right: 0
}

#top .dropdown>a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600
}

#top .dropdown:hover>a {
    color: #00a651
}

#top .dropdown>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    left: 0;
    top: 100%;
    z-index: 3
}

#top .dropdown>a:after {
    content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    line-height: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    color: #00a651;
    vertical-align: top;
    margin: 4px 0 0 5px
}

#top .dropdown:hover>a:after {
    color: #333
}

#top .dropdown-menu {
    right: -55px;
    left: auto;
    min-width: 120px;
    text-align: left
}

#top .dropdown-menu:after {
    position: absolute;
    top: -10px;
    right: 49px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: '';
    cursor: pointer
}

#top .logo {
    margin: 0 20px 0 0;
    line-height: 100%;
    font-size: 100%;
    text-align: center
}

#top .search_form {
    padding: 0;
    width: 100%;
    max-width: 491px;
}

#top .search_form input {
    padding: 11px 35px 10px 20px;
    margin: 0;
    width: 100%;
    height: 50px;
    font-size: 12px
}

.search_form .button-search,
.search_form .button-search2 {
    cursor: pointer;
    line-height: 16px;
}

#top .my-account:hover {
    border-color: #00a651;
    background: #00a651;
    color: #fff
}

.my-account-type-2 #top .my-account {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.my-account-type-3 #top .my-account {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}

.my-account-type-4 #top .my-account {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.my-account-type-5 #top .my-account {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

#top #cart_block {
    padding: 0;
    display: inline-block;
    vertical-align: top
}

#top #cart_block .cart-heading {
    display: block;
    cursor: pointer;
}

#top #cart_block .cart-heading p.counter-c {
    position: absolute;background: red;width: 18px;height: 18px;text-align: center;border-radius: 100px;line-height: 17px;color: #FFF;top: -10px;left: 11px;
}



#top #cart_block .cart-heading .cart-icon img {
    max-width: 21px;
    display: block;
}

#top #cart_block .cart-heading .cart-icon.cart-icon-no-hover img.cart-icon-standard {
    visibility: visible!important;
    opacity: 1!important
}

#top #cart_block .cart-heading .cart-icon.cart-icon-no-hover img.cart-icon-hover {
    display: none!important
}

#top #cart_block:hover .cart-heading .cart-icon img.cart-icon-hover {
    visibility: visible;
    opacity: 1
}

#top #cart_block:hover .cart-heading .cart-icon img.cart-icon-standard {
    visibility: hidden;
    opacity: 0
}

#top #cart_block:hover .cart-heading .cart-icon {
    color: #00a651
}

#top #cart_block .cart-heading p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#top #cart_block .cart-heading p strong {
    font-weight: 600
}

#top #cart_block:hover .cart-heading p {
    color: #00a651
}

#top #cart_block:hover .cart-heading p:after {
    color: #333
}

#top #cart_block .dropdown-menu {
    width: 320px;
    text-align: left;
    padding: 0;
    right: -45px;
    margin-top: 16px;
    font-size: 13px;
    white-space: normal;
}

.standard-body .fixed#top #cart_block .dropdown-menu {
    right: -40px
}

#top #cart_block .dropdown-menu a {
    font-size: 13px
}

#main #top #cart_block:hover>.dropdown-menu {
    margin-top: 4px!important
}

#top #cart_block .dropdown-menu:after {
    position: absolute;
    top: -10px;
    right: 40px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: ''
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px
}

.mini-cart-info td {
    padding: 10px
}

.mini-cart-info .image {
    padding: 30px 10px 0 30px;
    max-width: 80px
}

.mini-cart-info .image img {
    display: block
}

.mini-cart-info .name {
    padding: 30px 10px 0;
    text-align: left
}

.mini-cart-info .name p {
    margin-top: 5px
}

.mini-cart-info .name div,
.mini-cart-info .quantity {
    opacity: .5
}

.mini-cart-info .total {
    color: #00a651;
    font-size: 14px;
    font-weight: 600
}

.mini-cart-info .remove {
    text-align: right;
    padding: 30px 30px 0 10px;
    vertical-align: top
}

.mini-cart-info .remove a {
    font-size: 16px!important;
    font-family: initial
}

.mini-cart-info .remove a:hover {
    color: #00a651
}

.mini-cart-info .remove img {
    cursor: pointer
}

.mini-cart-total {
    background-position: top left;
    background-repeat: repeat-x;
    margin: 0;
    padding: 26px 30px 14px
}

.mini-cart-total table {
    border-collapse: collapse;
    width: 100%;
    padding: 0
}

.mini-cart-total .right {
    text-align: right;
    font-size: 24px
}

.mini-cart-total td b {
    font-weight: 400
}

.mini-cart-total td:last-child {
    color: #00a651;
    font-size: 14px;
    font-weight: 600;
    width: 140px
}

#cart_block .empty {
    padding: 70px 20px;
    text-align: center
}

#cart_block .checkout {
    padding: 0 30px 30px;
    text-align: right
}

#cart_block .checkout a {
    width: 100%;
    text-align: center
}

header {
    position: relative
}

header .background-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3
}

header .slider-header {
    position: relative;
    z-index: 25
}

.header-margin-top-20 header {
    margin-top: 20px
}

.header-margin-top-30 header {
    margin-top: 30px
}

.header-margin-top-80 header {
    margin-top: 80px
}

.custom-footer {
    position: relative
}

.custom-footer .background-custom-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.custom-footer .background,
.standard-body .custom-footer .background {
    background-color: #fff;
    border-top: 1px solid #dfdfdf
}

.custom-footer .container>.row {
    position: relative
}

.custom-footer .container>.row>div {
    padding-left: 35px;
    position: static
}

.custom-footer .container>.row>div.col-sm-12,
.custom-footer .container>.row>div:first-child {
    padding-left: 15px
}

.custom-footer .container>.row>div:first-child:before {
    display: none
}

.custom-footer .pattern p {
    padding: 0;
    margin: 0
}

.custom-footer .pattern .custom-footer-text {
    position: relative;
    margin: 0 0 -10px
}

.custom-footer .pattern .custom-footer-text p {
    padding: 0 0 10px
}

.footer {
    position: relative;
    overflow: hidden
}

.main-fixed3 .footer {
    margin: 0 -4000px
}

.main-fixed3 .footer .pattern {
    padding: 0 4000px
}

.footer .background-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.footer .background,
.standard-body .footer .background {
    background-color: #333
}

.footer .pattern {
    padding: 0;
    color: gray
}

.footer .pattern a {
    color: gray
}

.footer .pattern a:hover {
    color: #fff
}

.footer .pattern .banner a {
    display: block;
    line-height: 0
}

.footer .advanced-grid .container>div>.row,
.footer .container>.row {
    position: relative
}

.footer .advanced-grid .container>div>.row>div,
.footer .container>.row>div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    position: static
}

.footer .advanced-grid .container>div>.row>div.col-sm-12,
.footer .advanced-grid .container>div>.row>div:first-child,
.footer .container>.row>div.col-sm-12,
.footer .container>.row>div:first-child {
    padding-left: 15px
}

.footer .advanced-grid .container>div>.row>div:before,
.footer .container>.row>div:before {
    content: '';
    height: auto;
    width: 1px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #dfdfdf;
    display: block;
    margin-left: -35px
}

.footer .advanced-grid .container>div>.row:before,
.footer .container>.row:before {
    content: '';
    height: 1px;
    width: auto;
    left: -50%;
    right: -50%;
    position: absolute;
    background-color: #dfdfdf;
    display: block
}

.standard-body .full-width.footer .advanced-grid .container>div>.row:before,
.standard-body .full-width.footer .container>.row:before {
    left: 15px;
    right: 15px
}

.main-fixed2 .footer .advanced-grid .container>div>.row:before,
.main-fixed2 .footer .container>.row:before {
    left: 15px;
    right: 15px
}

.footer .advanced-grid .container>div>.row:first-child:before,
.footer .container>.row:first-child:before {
    display: none
}

.footer .title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid #d42f37
}

.footer .strip-line {
    display: none
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    clear: both
}

.footer .linklist ul li img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px
}

.footer ul li a {
    line-height: 30px
}

.links-line-height-27 ul li a {
    line-height: 27px
}

.links-font-size-15 ul li a {
    font-size: 15px;
    line-height: 35px
}

.font-size-14 {
    font-size: 14px
}

.footer .container>.row+.banner>div {
    padding-top: 0
}

.footer-block {
    padding: 8px 0 14px;
    position: relative
}

.footer-blocks-bottom .footer-block {
    padding: 7px 0 11px
}

.footer-block>img {
    display: inline-block;
    vertical-align: middle
}

.footer-block>.footer-block-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1;
    padding: 14px 0 14px 8px
}

.footer-blocks-bottom .footer-block>.footer-block-content {
    padding-top: 2px;
    padding-bottom: 0
}

.footer-block h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 15px;
    color: #fff
}

.footer-blocks-bottom .footer-block h6 {
    font-size: 14px
}

.footer-block p {
    padding: 0;
    margin: 0
}

.footer-blocks-top .footer-button {
    margin-top: 25px
}

.button-body-type-7 .footer-blocks-top .footer-button {
    margin-top: 28px
}

.footer-block.footer-inline img {
    margin-right: 2px
}

.footer-block.footer-inline h6,
.footer-block.footer-inline p {
    display: inline-block;
    vertical-align: middle
}

.footer-block.footer-inline .caption {
    text-align: left
}

.footer-about-us {
    padding: 24px 0 0
}

.footer-about-us.type2 {
    padding-top: 0;
    padding-bottom: 20px
}

.footer-about-us p {
    line-height: 23px
}

.footer-about-us h6 {
    color: #fff;
    margin: 0;
    font-size: 15px
}

.footer-about-us .has-logo {
    padding: 30px 0 0;
    margin-bottom: 0
}

.footer .footer-about-us ul {
    padding: 20px 0 0;
    margin: 0;
    line-height: 23px
}

.footer ul.social-icons {
    list-style: none;
    padding: 26px 0 0;
    margin: 0
}

.footer .strip-line+ul.social-icons {
    padding-top: 0
}

.footer .social-icons li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 24px
}


.footer .copyright ul.social-icons {
    padding: 0
}

.advanced-grid {
    position: relative
}

.advanced-grid-products {
    padding: 8px 0 10px
}

.advanced-grid-products .product {
    margin: 0;
    padding: 8px 0
}

.advanced-grid-products .product:first-child {
    padding-top: 0
}

.advanced-grid-products .product:last-child {
    padding-bottom: 0
}

.advanced-grid-products .product .image {
    float: left;
    width: 34%;
    max-width: 100px
}

.advanced-grid-products .product .image img {
    display: block
}

.advanced-grid-products .product .right {
    float: left;
    width: 58%;
    margin-left: 8%;
    padding-top: 10px
}

.advanced-grid-products .product .right .price {
    color: #00a651;
    font-weight: 600;
    font-size: 14px
}

.advanced-grid-products .product .right .price .price-old {
    color: gray;
    text-decoration: line-through;
    padding-right: 2px;
    font-weight: 400
}

.advanced-grid-latest-blogs .news {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #e6e6e7
}

.footer .advanced-grid-latest-blogs .news {
    border-color: rgba(255, 255, 255, .1)
}

.advanced-grid-latest-blogs .news:first-child {
    border: none;
    padding-top: 0
}

.advanced-grid-latest-blogs .news:last-child {
    padding-bottom: 0
}

.advanced-grid-latest-blogs .news .image {
    margin: 0 20px 0 0;
    float: left
}

.advanced-grid-latest-blogs .news .image a {
    display: block;
    background-size: cover;
    position: relative
}

.advanced-grid-latest-blogs .news .right .name {
    padding: 2px 0
}

.advanced-grid-latest-blogs .news .right .article-date-added {
    font-size: 11px;
    font-style: italic
}

.advanced-grid-latest-blogs .news .right .article-date-added i {
    margin-right: 3px
}

.matrialarts-products-tabs .description {
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 28px
}

.matrialarts-products-tabs .select-tab {
    padding: 23px 0 35px 15px;
    margin: 0;
    list-style: none;
    font-size: 20px;
    line-height: 1
}

.matrialarts-products-tabs .select-tab li {
    padding-top: 5px
}

.matrialarts-products-tabs .select-tab li a {
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding: 3px 0
}

.matrialarts-products-tabs .select-tab li.active a {
    color: #fff;
    border-bottom: 2px solid #c30a0a
}

.matrialarts-products-tabs .select-tab li.active a:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 9px;
    line-height: 9px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color: #fff;
    margin-right: 12px;
    margin-bottom: 2px
}

.matrialarts-products-tabs .tab-content {
    background: 0 0!important
}

.matrialarts-products-tabs .tab-content:before {
    display: none!important
}

.newsletter {
    padding: 67px 0 0
}

.footer .newsletter {
    padding-top: 0
}

.newsletter .heading {
    padding-left: 67px;
    position: relative;
    margin-right: -15px
}

.newsletter .heading img {
    display: block;
    float: left;
    margin: 0 34px 0 0
}

.newsletter .heading p {
    padding: 8px 0 0;
    margin: 0;
    font-size: 25px;
    line-height: 1;
    font-weight: 500
}

.newsletter .content {
    padding-bottom: 0
}

.newsletter .content p {
    height: 50px;
    border-left: 2px solid #fc741b;
    padding: 17px 0 0 27px;
    margin: 5px 0 0 15px;
    text-align: center
}

.newsletter .inputs {
    text-align: center;
    padding-top: 3px
}



#main .products-grid-with-carousel {
    overflow: hidden;
    margin-top: -1px!important;
    padding: 0 16px 0 22px!important
}

#main .products-grid-with-carousel .clear:before {
    margin-top: 0
}

#main .products-grid-with-carousel .owl-item:last-child .product:before {
    background: 0 0
}

.products-grid-with-carousel.box .box-content.products {
    margin-top: 0
}

.products-grid-with-carousel .product-grid {
    padding: 0!important;
    overflow: visible!important
}

.is-countdown {
    background: rgba(237, 237, 237, .9);
    margin-top: -60px;
    left: 0;
    right: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
    font-size: 12px;
    color: #232323;
    overflow: hidden
}

.countdown-special-type-7 .is-countdown {
    margin-top: 0!important;
    top: 40px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, .9);
    z-index: 0
}

.countdown-special-type-7 .product-list .is-countdown {
    top: 10px;
    left: 25px;
    right: 25px
}

.countdown-special-type-4 .is-countdown {
    background: #ede5de;
    background: -moz-linear-gradient(top, #ede5de 0, #e5d8ce 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ede5de), color-stop(100%, #e5d8ce));
    background: -webkit-linear-gradient(top, #ede5de 0, #e5d8ce 100%);
    background: -o-linear-gradient(top, #ede5de 0, #e5d8ce 100%);
    background: -ms-linear-gradient(top, #ede5de 0, #e5d8ce 100%);
    background: linear-gradient(to bottom, #ede5de 0, #e5d8ce 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: -70px
}

.countdown-special-type-9 .is-countdown {
    background: #f44c1c;
    color: #fff
}

.countdown-special-type-8 .is-countdown {
    background: #fbf9f3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: -70px;
    border: 1px solid #e1e0da
}

.countdown-special-type-5 .is-countdown {
    background: #ffd900;
    background: -moz-linear-gradient(top, #ffd900 0, #ffc200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd900), color-stop(100%, #ffc200));
    background: -webkit-linear-gradient(top, #ffd900 0, #ffc200 100%);
    background: -o-linear-gradient(top, #ffd900 0, #ffc200 100%);
    background: -ms-linear-gradient(top, #ffd900 0, #ffc200 100%);
    background: linear-gradient(to bottom, #ffd900 0, #ffc200 100%);
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    margin-top: -70px;
    border-bottom: 1px solid #e5ad00
}

.countdown-special-type-2 .is-countdown {
    background: rgba(20, 20, 20, .9);
    color: #7f7f7f
}

.countdown-special-type-6 .is-countdown {
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.countdown-special-type-3 .is-countdown {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 10px;
    left: 10px;
    right: 10px;
    height: 60px;
    margin-top: -65px;
    padding-top: 1px
}

.product-list .is-countdown {
    left: 5px;
    right: 5px
}

.countdown-special-type-3 .product-list .is-countdown {
    left: 15px;
    right: 15px
}

.col-sm-12>.product .is-countdown {
    margin-top: -100px
}

.is-countdown .countdown-section:after {
    content: '';
    width: 1px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-repeat: repeat-y;
    background-position: top left;
    left: 100%
}

.countdown-special-type-3 .is-countdown .countdown-section:after {
    background: rgba(255, 255, 255, .1)
}

.countdown-special-type-6 .is-countdown .countdown-section:after {
    background: rgba(255, 255, 255, .1)
}

.is-countdown .countdown-section:last-child:after {
    display: none
}

.countdown-holding span {
    color: #888
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0;
    text-align: center
}

.countdown-show1 .countdown-section {
    width: 98%
}

.countdown-show2 .countdown-section {
    width: 48%
}

.countdown-show3 .countdown-section {
    width: 32.5%
}

.countdown-show4 .countdown-section {
    width: 24.5%
}

.countdown-show5 .countdown-section {
    width: 19.5%
}

.countdown-show6 .countdown-section {
    width: 16.25%
}

.countdown-show7 .countdown-section {
    width: 14%
}

.countdown-section {
    display: block;
    float: left;
    font-size: 100%;
    text-align: center;
    position: relative;
    padding: 12px 0 6px
}

.col-sm-12>.product .countdown-section {
    padding-bottom: 12px
}

.countdown-special-type-7 .countdown-section {
    font-size: 11px;
    font-weight: 700;
    color: #957f85
}

.countdown-amount {
    font-size: 14px;
    font-weight: 600;
    display: block;
    position: relative;
    margin-bottom: -5px
}

.countdown-special-type-3 .countdown-amount {
    font-weight: 400
}

.countdown-special-type-7 .countdown-amount {
    font-weight: 400;
    color: #59454b;
    font-size: 18px;
    margin-bottom: -1px;
    margin-top: -5px
}

.col-sm-12>.product .countdown-amount {
    font-size: 18px;
    font-weight: 400;
    padding-top: 2px
}

.countdown-special-type-7 .col-sm-12>.product .countdown-amount {
    font-size: 25px;
    padding-top: 0
}

.countdown-period {
    display: block
}

.countdown-descr {
    display: block;
    width: 100%
}

.product .image .count_holder_item h3,
.product .left .count_holder_item h3 {
    display: none
}


#main .breadcrumb .background {
    background-color: #fff
}

.breadcrumb .container>div {
    padding: 63px 0 5px;
    text-align: center
}

body.templateCollection.show-vertical-megamenu-category-page .breadcrumb .container>div {
    padding-left: 25%
}

.breadcrumb .container h1 {
    margin: 0;
    padding: 0 0 9px;
    font-size: 30px;
    border-bottom: 2px solid #00a651;
    font-weight: 500;
    display: inline-block
}


.breadcrumb .container ul {
    list-style: none;
    padding: 17px 0 56px;
    margin: 0
}

.breadcrumb .container ul li {
    display: inline-block
}

.breadcrumb .container ul li:before {
    content: ">";
    padding-right: 4px;
    padding-left: 6px
}

.breadcrumb .container ul li:first-child:before {
    display: none
}

.breadcrumb ul,
.breadcrumb ul a {
    color: #333
}

.breadcrumb ul a:hover {
    color: #00a651
}

.main-fixed3 .main-content {
    margin-bottom: 60px
}

.main-fixed3 .main-content .background {
    background-color: #fff
}

.main-fixed3 .main-content .pattern>.container {
    padding-bottom: 40px!important
}

.main-fixed3 .main-content .pattern>.container>div:first-child {
    margin-top: -10px;
    position: relative
}

.checkout-checkout .main-fixed3 .main-content .pattern>.container>div:first-child,
.templateCart .main-fixed3 .main-content .pattern>.container>div:first-child {
    margin-top: 0
}

.common-home .main-fixed3 .main-content .pattern>.container {
    padding-bottom: 30px!important
}

.common-home .main-fixed3 .main-content .pattern>.container>div:first-child {
    margin-top: 0
}

.main-content .pattern>.container,
.standard-body .main-content .pattern>.container {
    padding-bottom: 60px;
    min-height: 300px
}

.standard-body .full-width.main-content .pattern>.container {
    padding-bottom: 50px
}

.center-column {
    position: relative;
    margin-bottom: -20px
}

body.templateProduct .center-column {
    margin-bottom: 0
}

.standard-body .full-width .center-column.content-with-background {
    margin-bottom: 0;
    padding: 40px 55px 20px;
    margin-top: 50px;
    position: relative
}

.body-white .standard-body .full-width .center-column.content-with-background {
    margin-top: 15px
}

.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
    margin-top: 0
}

.body-white-type-2.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
    margin-top: 50px
}

.body-type-12.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
    margin-top: 50px
}

.body-white .standard-body .full-width .center-column.content-with-background {
    padding: 0 15px;
    margin-bottom: -20px
}

.checkout-checkout .standard-body .full-width .center-column.content-with-background {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: -20px
}

.standard-body .full-width .center-column.content-with-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: #fff;
    z-index: -1
}

.body-white .standard-body .full-width .center-column.content-with-background:before {
    display: none
}

.center-column h1,
.center-column h2,
.center-column h3,
.center-column h4,
.center-column h5,
.center-column h6 {
    margin: 0 0 15px;
    padding: 10px 0 0
}

.affiliate-login .center-column h2 {
    padding-top: 25px
}

.center-column>:first-child {
    margin-top: 50px
}

.standard-body .full-width .center-column.content-with-background>:first-child,
body.templateProduct .center-column>:first-child {
    margin-top: 0
}

body.checkout-checkout .center-column>:first-child {
    margin-top: -1px
}

body.checkout-checkout.body-white-type-2 .main-fixed .center-column>:first-child {
    margin-top: 50px
}

#payment-existing,
#shipping-existing {
    margin-bottom: 10px;
    margin-top: 7px
}

.templateCart .center-column>form {
    margin-top: 0!important
}

.body-white-type-2.templateCart .main-fixed .center-column>form {
    margin-top: 50px!important
}

.body-white-type-2.templateCart .main-fixed .center-column>form>:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

#mfilter-content-container .product-grid {
    display: none
}

#mfilter-content-container.grid .product-grid {
    display: flex;
    flex-wrap: wrap;
}

#mfilter-content-container>span {
    background: 0 0!important
}

#mfilter-content-container>span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .4;
    -moz-opacity: .4;
    left: 0;
    top: 0
}

.standard-body .full-width #mfilter-content-container>span:before {
    background-color: #f3f3f3
}

#mfilter-content-container>span>img {
    top: -140px!important;
    position: relative;
    z-index: 20
}

.product-grid {
    clear: both;
    position: relative;
    z-index: 1
}

.standard-body .full-width .product-grid {
    padding: 0 15px
}

.body-white .standard-body .full-width .product-grid {
    padding: 0
}

.product-grid>.row {
    overflow: hidden
}


.carousel .carousel-inner .product-grid>.row:last-child {
    overflow: visible
}

.product-grid>.row:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5
}

.product-grid>.row:first-child:before {
    display: none
}

.box-product .carousel {
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px
}

.standard-body .full-width .box-product .carousel {
    margin: 0;
    padding: 0
}

.body-white .standard-body .full-width .box-product .carousel {
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px
}

.box-product .carousel-inner {
    overflow: visible
}

.col-md-3 .box-no-advanced .product-grid,
.col-md-4 .box-no-advanced .product-grid,
.col-sm-3 .box-no-advanced .product-grid,
.col-sm-4 .box-no-advanced .product-grid {
    display: table!important
}

.center-column .product-grid {
    background-color: #fff;
    position: relative
}

.center-column .product-grid:before {
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    content: ''
}

.fixed-body .col-md-12 .col-md-12.center-column .product-grid:before,
.fixed-body .col-md-12 .col-md-12.center-column .product-grid>.row:before {
    left: -45px;
    right: -45px;
    width: auto;
    display: block
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:before,
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid>.row:before {
    left: -40px;
    right: -40px;
    width: auto;
    display: block
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:before,
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid>.row:before {
    left: -4000px;
    right: -4000px;
    width: auto;
    display: block
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid>.row:first-child:before,
.fixed-body .col-md-12 .col-md-12.center-column .product-grid>.row:first-child:before,
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid>.row:first-child:before {
    display: none
}

.center-column .product-grid:after {
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    content: ''
}

.fixed-body .col-md-12 .col-md-12.center-column .product-grid:after {
    left: -45px;
    right: -45px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:after {
    left: -40px;
    right: -40px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:after {
    left: -4000px;
    right: -4000px
}

.box-product .owl-controls {
    display: none!important
}

.product-grid .product {
    padding: 50px 10px;
    text-align: center;
    position: relative;
    z-index: 1
}

body:not(.templateIndex) .product-grid .product:hover:before {
    left: -15px;
    height: auto;
    width: auto;
    bottom: 0;
    top: 0;
    right: -15px;
    background: 0 0;
    border: 2px solid #00a651;
    z-index: 0;
    transition: border-color .2s ease-in;
    -webkit-transition: border-color .2s ease-in;
    -moz-transition: border-color .2s ease-in
}

.product-grid .product:before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: -200px;
    right: -16px;
    width: 1px;
    display: block;
    border-left: 1px solid #e5e5e5;
    border-color: #fff;
    z-index: 1
}

.product-grid .row>div:last-child .product:before {
    background: 0 0
}

.product-grid .product-hover .only-hover {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    left: 2px;
    right: 2px;
    bottom: 2px;
    padding: 65px 0 42px;
    text-align: center;
    opacity: 0;
    font-family: Poppins
}

.product-grid .product-hover:hover .only-hover {
    visibility: visible;
    opacity: 1
}

.product-grid .product .image {
    position: relative
}

.product-grid .product .image .quickview {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 100%;
    z-index: 1
}

.product-grid .product .image .quickview a {
    margin: 0 auto;
    display: inline-block;
    background-color: #fefefe;
    border: 1px solid #e6e6e6;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.product-grid .product:hover .image .quickview a {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.product-grid .product .image img.zoom-image-effect {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

.product-grid .product:hover .image img.zoom-image-effect {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1.05, 1.07);
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

.product-grid .product .name {
    padding-top: 10px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-grid .product-hover:hover .name {
    visibility: hidden!important;
    opacity: 0!important
}

.product-grid .product .price {
    color: #00a651;
    font-size: 14px;
    font-weight: 600
}

.product-grid .product-hover:hover .price {
    visibility: hidden!important;
    opacity: 0!important
}

.product-grid .product .price .price-old {
    color: #232323;
    font-weight: 400!important;
    text-decoration: line-through;
    padding-right: 2px
}

body.firefox-mac .product-grid .product .price .price-old {
    font-weight: 300!important
}


.product-grid .product .rating {
    padding-top: 1px
}

.product-grid .product .only-hover ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    width: 100%;
    top: 10px;
    left: 0;
    will-change: transform
}

.product-grid .product:hover .only-hover ul {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.product-grid .product .only-hover ul li {
    display: inline-block;
    padding: 5px 2px 5px 2px;
    vertical-align: top;
    margin: 0
}

.product-grid .product .only-hover .btn-action {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    font-size: 0;
    padding: 10px 0;
    text-align: center;
    cursor: pointer
}

.product-grid .product .only-hover .btn-action i {
    font-size: 16px;
    line-height: 25px
}

.product-grid .product .only-hover .btn-action:hover {
    background-color: #00a651;
    border-color: #00a651;
    color: #fff
}

.products-buttons-action-type-2 .product-grid .product .only-hover .btn-action {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.products-buttons-action-type-3 .product-grid .product .only-hover .btn-action {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.products-buttons-action-type-4 .product-grid .product .only-hover .btn-action {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.category-info {
    padding: 30px 0 0;
    position: relative;
    margin: 0 -30px 0 0
}

.standard-body .full-width .category-info {
    background-color: #fff;
    padding: 0
}

.category-info:before {
    bottom: 0;
    left: 0;
    right: 30px;
    height: 1px;
    background-repeat: repeat-x;
    background-position: top left;
    content: '';
    position: absolute;
    display: block
}

.standard-body .full-width .category-info:before {
    right: 0
}

.body-white .standard-body .full-width .category-info:before {
    right: 30px
}

.fixed-body .col-md-12 .col-md-12.center-column .category-info:before {
    left: -45px;
    right: -15px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .category-info:before {
    left: -40px;
    right: -10px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-info:before {
    left: -4000px;
    right: -4000px
}

.category-info .image {
    padding: 0 30px 30px 0;
    float: left;
    width: auto;
    max-width: 100%
}

.category-info>p {
    padding: 2px 30px 30px 0
}

.refine_search {
    margin: 0 auto!important;
    padding: 51px 0 9px!important;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #00a651;
    position: relative;
    z-index: 1
}

.refine_search_overflow {
    position: relative
}

.refine_search_overflow:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    z-index: 1;
    background-repeat: repeat-x;
    background-position: bottom left
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
    right: -40px;
    left: -40px
}

.fixed-body .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
    right: -45px;
    left: -45px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
    right: -4500px;
    left: -4500px
}

.category-list {
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 30px 0 4px;
    position: relative;
    margin-top: -1px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .category-list {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-list {
    margin-left: -4000px;
    margin-right: -4000px;
    padding-left: 4000px;
    padding-right: 4000px
}

.fixed-body .col-md-12 .col-md-12.center-column .category-list {
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 45px;
    padding-right: 45px
}

.category-list-text-only {
    padding: 30px 0 24px
}

.standard-body .full-width .category-list {
    padding-left: 30px;
    padding-right: 30px
}

.body-white .standard-body .full-width .category-list {
    padding-left: 0;
    padding-right: 0
}

.category-list .row>div {
    margin-bottom: 26px;
    text-align: center
}

.category-list-text-only .row>div {
    margin-bottom: 6px;
    text-align: left
}

.category-list img {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.product-filter {
    background-color: #fff;
    padding: 0;
    margin: 0;
    position: relative
}

.product-filter .select:after {
    display: none
}

.standard-body .full-width .product-filter {
    padding: 0 25px;
    margin-top: 30px
}

.body-white .standard-body .full-width .product-filter {
    margin: 0;
    padding: 0;
    background: 0 0
}

.product-filter .list-options {
    float: right;
    width: auto;
    padding: 0 0 0 30px
}

.product-filter .list-options .sort {
    padding: 14px 0 12px 30px;
    float: left;
    width: auto;
    position: relative
}

.product-filter .list-options .sort:before {
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px solid #e8e8e8;
    content: '';
    position: absolute;
    margin-left: -30px
}

.product-filter .list-options .sort:after {
    content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    color: #00a651;
    vertical-align: top;
    margin: 30px 0 0;
    top: 0;
    right: 1px;
    position: absolute
}

.product-filter .list-options .limit {
    padding: 14px 0 12px 30px;
    margin: 0 0 0 21px;
    float: left;
    width: auto;
    position: relative
}

.product-filter .list-options .limit:before {
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px solid #e5e5e5;
    content: '';
    position: absolute;
    margin-left: -30px
}

.product-filter .list-options .limit:after {
    content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    color: #00a651;
    vertical-align: top;
    margin: 30px 0 0;
    top: 0;
    right: 1px;
    position: absolute
}

.product-filter .list-options select {
    margin: 0 0 0 10px;
    width: auto;
    background: 0 0;
    border: none;
    padding: 0 17px 0 0;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600!important;
    color: #333;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    height: 45px
}

.product-filter .list-options .limit select {
    width: 40px
}

.product-filter .options {
    float: left;
    width: auto;
    padding: 0
}

.product-filter .options .button-group {
    float: left;
    width: auto;
    padding: 26px 13px 23px 0
}

.product-filter .options .button-group button {
    margin: 0 14px 0 0;
    padding: 0;
    line-height: 22px;
    border: none;
    background: 0 0;
    color: #ccc;
    font-size: 14px;
    outline: 0;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

#mfilter-content-container.grid .product-filter .options .button-group #grid,
#mfilter-content-container.list .product-filter .options .button-group #list,
.product-filter .options .button-group button:hover {
    color: #000
}

.product .image img.zoom-image-effect {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

.product:hover .image img.zoom-image-effect {
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1.05, 1.07);
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

.product .image-swap-effect {
    position: relative
}

.product .image-swap-effect a {
    position: relative;
    display: block
}

.product .image-swap-effect .swap-image {
    position: absolute;
    visibility: hidden;
    opacity: .5;
    transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in
}

.product:hover .image-swap-effect .swap-image {
    visibility: visible;
    opacity: 1
}

.body-other .standard-body .full-width .product-info {
    padding: 40px;
    position: relative
}

.body-other .standard-body .full-width .product-info:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff
}

.product-page-type-2 .standard-body .full-width .product-info:before {
    display: none
}

.product-page-type-2 .standard-body .full-width .product-info {
    padding: 0!important
}


.button-previous-next:hover {
    color: #fff;
    background-color: #00a651;
    border-color: #00a651
}

.product-info .popup-gallery.col-sm-7 {
    width: 55.555555555556%
}

.product-info .product-image {
    margin: 50px 0 0;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-align: center;
    position: relative
}

.product-page-type-3 .product-info .product-image {
    border: none
}

.product-page-type-2 .standard-body .full-width .product-info .product-image {
    border-left: none;
    border-right: none;
    border-top: none
}

.quickview .product-info .product-image {
    margin-top: 0
}

.product-info .product-image a {
    display: block
}

.product-info .product-image img {
    width: 100%;
    display: block;
    cursor: pointer;
    margin: 0 auto
}

.product-info .thumbnails {
    padding-top: 50px
}

.product-info .thumbnails ul {
    list-style: none;
    margin: 0 0 0 -20px;
    position: relative;
    padding: 0
}

.product-info .thumbnails li p {
    margin: 0;
    padding: 0 0 20px 20px
}

.product-info .thumbnails li img,
.product-info .thumbnails-carousel img {
    border: 1px solid #e5e5e5;
    display: block;
    margin: 0 auto
}

.product-page-type-3 .product-info .thumbnails li img,
.product-page-type-3 .product-info .thumbnails-carousel img {
    border: none
}

.overflow-thumbnails-carousel {
    padding: 20px 19px 0
}

.product-page-type-2 .standard-body .full-width .overflow-thumbnails-carousel {
    background-color: #fff;
    padding: 30px 38px
}

.product-info .product-name {
    padding: 10px 0 15px;
    margin: 0;
    font-size: 25px
}

.product-info .description,
.product-info .options,
.product-info .price {
    padding: 24px 0 22px;
    border-left: 1px solid #e5e5e5
}

.product-info .description {
    padding-top: 0;
    line-height: 23px
}

.product-info .description strong {
    font-weight: 600
}

.firefox-mac .product-info .description span {
    font-weight: 300
}

.product-info .price {
    background: 0 0
}

.product-info .price .price-new {
    font-size: 50px;
    line-height: 50px;
    color: #00a651;
    font-weight: 500;
    display: inline-block;
    vertical-align: top
}

.product-info .price .price-old {
    color: #000;
    font-weight: 400;
    line-height: 20px
}

.product-info .price .price-old span {
    text-decoration: line-through
}

.product-info .price h3 {
    padding: 3px 0;
    margin: 0;
    font-size: 20px
}

.product-info .is-countdown {
    margin: 0 0 26px;
    position: relative;
    background-color: #f5f5f5;
    top: 0;
    left: 0;
    right: 0
}

.quickview .product-info .description,
.quickview .product-info .options,
.quickview .product-info .price,
body.templateProduct .product-info .description,
body.templateProduct .product-info .options,
body.templateProduct .product-info .price {
    border-left: 0
}

.quickview .product-info .description,
body.templateProduct .product-info .description {
    border-bottom: 1px solid #e5e5e5
}

.countdown-special-type-7 .product-info .is-countdown {
    background: rgba(89, 69, 75, .05)
}

.countdown-special-type-4 .product-info .is-countdown {
    background-color: #ede5de;
    background: -moz-linear-gradient(top, #ede5de 0, #e5d8ce 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ede5de), color-stop(100%, #e5d8ce));
    background: -webkit-linear-gradient(top, #ede5de 0, #e5d8ce 100%);
    background: -o-linear-gradient(top, #ede5de 0, #e5d8ce 100%);
    background: -ms-linear-gradient(top, #ede5de 0, #e5d8ce 100%);
    background: linear-gradient(to bottom, #ede5de 0, #e5d8ce 100%)
}

.countdown-special-type-9 .product-info .is-countdown {
    background-color: #f44c1c
}

.countdown-special-type-8 .product-info .is-countdown {
    background-color: #fbf9f3;
    border: 1px solid #e1e0da
}

.countdown-special-type-5 .product-info .is-countdown {
    background-color: #ffd900;
    background: -moz-linear-gradient(top, #ffd900 0, #ffc200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd900), color-stop(100%, #ffc200));
    background: -webkit-linear-gradient(top, #ffd900 0, #ffc200 100%);
    background: -o-linear-gradient(top, #ffd900 0, #ffc200 100%);
    background: -ms-linear-gradient(top, #ffd900 0, #ffc200 100%);
    background: linear-gradient(to bottom, #ffd900 0, #ffc200 100%);
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.countdown-special-type-2 .product-info .is-countdown {
    background: rgba(20, 20, 20, .9)
}

.countdown-special-type-6 .product-info .is-countdown {
    background: rgba(0, 0, 0, .8)
}

.countdown-special-type-3 .product-info .is-countdown {
    background-color: #191919;
    left: 0;
    right: 0;
    height: auto
}

.product-info .is-countdown .countdown-amount {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 -2px
}

.product-info .is-countdown .countdown-section {
    font-size: 100%;
    padding: 14px 0
}

.product-info .none .options2,
.product-info .options.none {
    padding-top: 0;
    padding-bottom: 0
}

.product-info .options {
    padding-bottom: 0;
    padding-top: 30px;
    background-position: top left
}

.product-info .options2 {
    padding-bottom: 25px
}

.product-page-type-2 .standard-body .full-width .product-info .description,
.product-page-type-2 .standard-body .full-width .product-info .options2,
.product-page-type-2 .standard-body .full-width .product-info .price,
.product-page-type-2 .standard-body .full-width .product-info .review {
    padding-left: 30px;
    padding-right: 30px
}

.product-info .options h2 {
    margin: 0;
    font-size: 20px;
    padding: 0
}

.product-info .options .error {
    margin: 0
}

.product-info .options2 .selector-wrapper {
    padding: 15px 0 0;
    margin: 0;
    line-height: 23px;
    position: relative
}

.product-info .options2 .selector-wrapper:after {
    content: "\f110";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    color: #00a651;
    position: absolute;
    bottom: 18px;
    right: 30px;
    z-index: 1
}

.product-info .options2 .selector-wrapper label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700
}

.product-info .options2 .selector-wrapper select {
    display: block;
    width: 100%;
    height: 45px
}

.product-info .radio-type-button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 10px 7px 5px 0;
    padding: 0
}

.product-info .radio-type-button input {
    visibility: hidden;
    position: absolute
}

.product-info .radio-type-button span {
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: block;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px
}

.product-info .radio-type-button span img {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px
}

.product-info .radio-type-button span:hover {
    border: 1px solid #00a651
}

.product-info .radio-type-button span.active {
    border: 1px solid #00a651
}

.product-info .radio-type-button img {
    display: block
}

.product-info .radio-type-button2 {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 10px 7px 5px 0;
    padding: 0
}

.product-info .radio-type-button2 input {
    visibility: hidden;
    position: absolute
}

.product-info .radio-type-button2 span {
    border: 1px solid rgba(0, 0, 0, .1);
    min-width: 40px;
    display: block;
    text-align: center;
    padding: 9px 20px 8px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 10px
}

.product-info .radio-type-button2 span:hover {
    border-color: #00a651
}

.product-info .radio-type-button2 span.active {
    background-color: #00a651;
    border-color: #00a651;
    color: #fff
}

.product-info .cart {
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff
}

.product-page-type-2 .standard-body .full-width .product-info .cart {
    border-left: none;
    border-right: none;
    border-bottom: none
}

.product-page-type-2 .standard-body .full-width .product-info .links {
    border-top: 1px solid;
    border-left: 0;
    border-right: 0
}

.product-info .cart .add_to_cart {
    padding: 20px 30px 30px
}

.product-info .cart .add_to_cart a {
    margin: 10px 0 0
}

.product-info .cart .add_to_cart input,
.product-info .cart .add_to_cart p {
    display: block;
    float: left
}

.product-info .cart .add_to_cart input {
    margin: 4px 10px 0 0;
    height: 45px
}

.button-body-type-6 .product-info .cart .add_to_cart input {
    height: 38px
}

.button-body-type-7 .product-info .cart .add_to_cart input {
    height: 38px
}

.product-info .cart .add_to_cart .quantity {
    position: relative
}

.product-info .cart .add_to_cart .quantity input {
    padding-right: 24px;
    width: 80px
}

.product-info .cart .add_to_cart .quantity #q_up {
    display: none
}

.product-info .cart .add_to_cart .quantity #q_down {
    display: none
}

.product-info .cart .add_to_cart .button-cart {
    font-size: 12px!important
}

.product-info .links {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 0 26px 0 30px
}

.product-info .links .link {
    display: block;
    float: left;
    width: 50%;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px 22px 14px 0
}

.product-info .links .link:last-child {
    border-left: 1px solid #e5e5e5;
    padding-left: 28px;
    padding-right: 0
}

.product-info .links .link:first-child {
    border-left: 0
}

.product-info .links .link i {
    font-size: 15px;
    margin-right: 8px
}

.product-info .cart .minimum {
    padding: 17px 30px 15px;
    border-top: 1px solid #e5e5e5
}

.product-info .review {
    padding: 0 0 17px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
    position: relative
}

.product-page-type-2 .standard-body .full-width .product-info .review {
    margin-top: 0;
    padding-top: 19px;
    padding-bottom: 15px
}

.product-info .review>div {
    padding: 7px 0
}

.product-info .review a {
    cursor: pointer
}

.product-info .review a:first-of-type {
    margin-left: 10px
}

.product-info .review a.smoothscroll,
.product-info .review a.smoothscroll2 {
    margin: 0;
    padding-bottom: 7px;
    display: inline-block
}

.tags_product {
    margin: 0 0 20px
}

#mfilter-content-container {
    margin-top: 0;
    position: relative
}

.is_loading #mfilter-content-container .spinner {
    display: block
}

#mfilter-content-container .spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: wait;
    z-index: 100;
    text-align: center;
    display: none
}

#mfilter-content-container .spinner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0
}

#mfilter-content-container .spinner img {
    margin-top: 50vh;
    position: absolutel;
    z-index: 1
}

.body-white-type-2 #mfilter-content-container {
    margin-top: 50px
}

.product-search #mfilter-content-container {
    margin-top: 50px
}

#mfilter-content-container .product-list {
    position: absolute;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    opacity: 0;
    z-index: -10;
    background-color: #fff
}

#mfilter-content-container.list .product-list {
    position: relative;
    visibility: visible;
    max-height: none;
    overflow: visible;
    opacity: 1;
    z-index: 0
}

.product-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5
}

.standard-body .full-width .product-list {
    padding: 0 15px
}

.body-white .standard-body .full-width .product-list {
    padding: 0
}

.fixed-body .col-md-12 .col-md-12.center-column .product-list {
    margin: 0 -45px;
    position: relative;
    width: auto!important;
    padding: 0 35px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .product-list {
    margin: 0 -40px;
    position: relative;
    width: auto!important;
    padding: 0 30px
}

.border-width-1.body-white .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list {
    margin: 0 -4000px;
    position: relative;
    width: auto!important;
    padding: 0 3990px
}

.product-list>div {
    position: relative;
    margin: 0;
    padding: 28px 23px;
    margin: 0 -15px -1px -15px;
    border: 2px solid transparent
}

.product-list-type-2 .product-list>div {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}

.fixed-body .col-md-12 .col-md-12.center-column .product-list>div {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 43px;
    padding-right: 43px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .product-list>div {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 38px;
    padding-right: 38px
}

.product-list>div:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 13px;
    right: 13px;
    height: 1px;
    z-index: -1;
    display: block;
    border-bottom: 1px solid #e5e5e5
}

.body-other .standard-body .full-width .center-column .product-list>div:before,
.fixed-body .col-md-12 .col-md-12.center-column .product-list>div:before,
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-list>div:before {
    left: -2px;
    right: -2px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list>div:before {
    left: -4000px;
    right: -4000px
}

.product-list>div:hover {
    border-color: #00a651;
    transition: border-color .2s ease-in;
    -webkit-transition: border-color .2s ease-in;
    -moz-transition: border-color .2s ease-in
}

#main .product-list>div .new,
.product-list>div .sale {
    margin-top: -5px
}

.product-list .name-actions {
    position: static
}

.product-list .name-actions:before {
    content: '';
    position: absolute;
    bottom: -1px;
    top: -1px;
    margin-left: -5px;
    z-index: -1;
    width: 1px;
    border-left: 1px solid #e5e5e5
}

.product-list-type-2 .product-list .name-actions:before {
    display: none!important
}

.product-list-type-3 .product-list .name-actions:before {
    display: none!important
}

.product-list .name-actions>.name {
    padding-left: 35px;
    padding-right: 45px;
    line-height: 1;
    padding-top: 34px
}

.product-list-type-2 .product-list .name-actions>.name {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 30px;
    font-weight: 500
}

.col-md-12 .col-md-12.center-column .product-list .name-actions>.name {
    padding-top: 64px
}

.product-list-type-2 .col-md-12 .col-md-12.center-column .product-list .name-actions>.name {
    padding-top: 45px
}

.product-list .name-actions>.price {
    padding-left: 35px;
    padding-right: 45px;
    padding-top: 3px;
    font-size: 20px;
    line-height: 1;
    color: #00a651;
    font-weight: 600
}

.product-list-type-2 .product-list .name-actions>.price {
    padding-left: 10px;
    padding-right: 0
}

.product-list .name-actions>.price .price-old {
    color: #232323;
    font-weight: 400;
    text-decoration: line-through;
    padding-right: 2px;
    font-size: 13px
}

body.firefox-mac .product-list .name-actions>.price .price-old {
    font-weight: 300
}

.product-list .name-actions ul {
    list-style: none;
    margin: 0;
    padding: 21px 45px 0 35px
}

.product-list-type-2 .product-list .name-actions ul {
    padding-left: 10px;
    padding-right: 0
}

.product-list .name-actions ul li {
    display: inline-block;
    padding: 5px 7px 5px 0;
    vertical-align: top
}

.product-list .name-actions .btn-action {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer
}

.product-list .name-actions .btn-action:hover {
    background-color: #00a651;
    border-color: #00a651;
    color: #fff
}

.products-buttons-action-type-2 .product-list .name-actions .btn-action {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.products-buttons-action-type-3 .product-list .name-actions .btn-action {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.products-buttons-action-type-4 .product-list .name-actions .btn-action {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.product-list .desc {
    position: static;
    padding-top: 50px
}

.col-md-12 .col-md-12.center-column .product-list .desc {
    padding-top: 80px
}

.product-list .desc:before {
    content: '';
    position: absolute;
    bottom: -1px;
    top: -1px;
    margin-left: -40px;
    z-index: -1;
    width: 1px;
    border-left: 1px solid #e5e5e5
}

.product-list-type-4 .product-list {
    padding: 0!important;
    background: 0 0!important
}

.product-list-type-4 .product-list>div:after,
.product-list-type-4 .product-list>div:before {
    display: none!important
}

.product-list-type-4 #main .product-list>div {
    margin: 30px 0 0!important;
    background: #fff!important;
    border: 1px solid rgba(0, 0, 0, .1)!important;
    padding: 0!important
}

.product-list-type-4 .product-list>div .row>div {
    width: 33.33333%!important;
    overflow: hidden
}

.product-list-type-4 .product-list>div .image img {
    display: block;
    margin: -1px 0 -1px -1px
}

.product-list-type-4 .product-list>div .name-actions .name {
    padding: 59px 0 0 10px
}

.product-list-type-4 .product-list>div .name-actions .name a {
    font-size: 15px;
    line-height: 1
}

.product-list-type-4 .product-list>div .name-actions .brand a {
    padding: 1px 0 0 10px;
    color: #019ad5;
    line-height: 1
}

.product-list-type-4 .product-list>div .name-actions .price {
    padding: 10px 0 0 10px
}

.product-list-type-4 .product-list>div .name-actions>ul {
    padding: 18px 0 0 10px
}

.product-list-type-4 .product-list .description {
    padding: 0 40px 0 0
}

.product-list-type-4 .product-list .desc {
    padding-top: 57px
}

.product-list-type-4 .product-list .desc:before {
    z-index: 0;
    bottom: 0
}

.box {clear: both}

.box.without-heading {
    padding-top: 0!important;
    margin-top: 0!important
}

.box.without-heading-type-2 {
    padding-top: 0!important;
    margin-top: 0!important
}

.box-with-links {
    padding-top: 60px!important;
    margin-top: 0!important;
    background: 0 0!important
}

.standard-body #main .full-width .box-with-links {
    padding-top: 50px!important;
    margin-top: 0!important;
    background: 0 0!important
}


.box-with-categories {
    padding-top: 0!important;
    margin-top: -71px!important;
    background: 0 0!important
}

#main .box-with-categories {
    background: 0 0!important
}

.mfilter-box.box {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0
}

.box .box-heading {
    margin: 0 auto;
    padding: 0 0 9px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #00a651;
    position: relative;
    z-index: 2
}


.box-with-categories .box-heading {
    background-color: #00a651;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    border: none;
    padding: 26px 30px 23px;
    text-align: left;
    margin-bottom: 0!important
}

.box-with-links .box-heading {
    display: none
}

.box .strip-line {
    display: none
}

.box .box-content {
    clear: both;
    text-align: left;
}

.box.box-html .box-content {
    padding: 0
}

.box.box-carousel .box-content {
    padding-bottom: 30px;
    padding-top: 30px!important
}


.box-with-categories .box-content {
    border: none!important;
    margin: 0!important;
    background-color: #333!important;
    padding: 0!important
}

#main .box-with-categories .box-content {
    margin: 0!important
}

#main .box-with-links .box-content {
    margin: 0!important;
    padding: 0!important
}

.box .box-content.products {
    padding-top: 0;
    position: relative;
    margin-top: -1px;
    background-color: #fff
}

.fixed-body-2-2 .box .box-content.products {
    margin-top: 0
}

.box-with-products .clear:before {
    height: 1px;
    content: '';
    left: 0;
    right: 0;
    margin-top: -1px;
    position: absolute;
    background-repeat: repeat-x;
    background-position: top left;
    z-index: 1;
    display: block
}

.box.without-heading .clear:before {
    display: none!important
}

.box-with-products .clear:after {
    height: 1px;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-repeat: repeat-x;
    background-position: top left;
    z-index: 1;
    display: block
}

.standard-body .fixed .col-md-12>.box-with-products .clear:after,
.standard-body .fixed .col-md-12>.box-with-products .clear:before,
.standard-body .fixed .col-sm-12>.box-with-products .clear:after,
.standard-body .fixed .col-sm-12>.box-with-products .clear:before {
    left: -40px;
    right: -40px
}

.border-width-1 .standard-body .full-width .col-md-12>.box-with-products .clear:after,
.border-width-1 .standard-body .full-width .col-md-12>.box-with-products .clear:before,
.border-width-1 .standard-body .full-width .col-sm-12>.box-with-products .clear:after,
.border-width-1 .standard-body .full-width .col-sm-12>.box-with-products .clear:before {
    left: -4000px;
    right: -4000px
}

@media (min-width:991px) {
    .col-md-9 .col-md-12 .box-with-products .clear:after,
    .col-md-9 .col-md-12 .box-with-products .clear:before,
    .col-md-9 .col-sm-12 .box-with-products .clear:after,
    .col-md-9 .col-sm-12 .box-with-products .clear:before,
    .col-sm-9 .col-md-12 .box-with-products .clear:after,
    .col-sm-9 .col-md-12 .box-with-products .clear:before,
    .col-sm-9 .col-sm-12 .box-with-products .clear:after,
    .col-sm-9 .col-sm-12 .box-with-products .clear:before {
        left: 0!important;
        right: 0!important
    }
}

.box>.next,
.box>.prev {
    position: absolute;
    bottom: -18px;
    z-index: 10;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #333;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    padding: 8px 0 0 12px;
    text-align: left;
    left: 50%;
    font-size: 13px;
    font-family: Poppins
}

.buttons-prev-next-type-2 .box>.next,
.buttons-prev-next-type-2 .box>.prev {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.box>.next:hover,
.box>.prev:hover {
    background-color: #00a651;
    border-color: #00a651;
    color: #fff
}

.box>.prev {
    margin-left: -50px
}

.box>.next {
    margin-left: 15px;
    padding: 8px 0 0 14px
}

.box>.next:before,
.box>.prev:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.box>.next:before {
    content: "\f054"
}

.box>.next:hover:before,
.box>.prev:hover:before {
    color: #fff
}

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

.box-category>ul li {
    border-top: 1px solid #3d3d3d;
    padding: 0;
    position: relative
}

.box-category>ul>li:first-child {
    border: none
}

.box-category ul li>a {
    line-height: 1.6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 13px 30px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.box-category>ul li a.active,
.box-category>ul li:hover>a,
.box-category>ul li>a:hover {
    background-color: #2b2b2b
}

.box-category ul li li a {
    padding-left: 50px
}

.box-category>ul>li:first-child a {
    padding-top: 17px
}

.box-category>ul>li:last-child {
    padding-bottom: 10px
}

.box-category ul li a.active {
    color: #00a651
}

.box-category ul li .head {
    display: block;
    position: absolute;
    top: 0;
    right: 12px
}

.box-category>ul>li:first-child .head {
    top: 2px
}

.box-category ul li .head a {
    color: #fff;
    line-height: 48px;
    display: block;
    padding: 0 15px!important
}

.box-category ul li .head a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    font-size: 9px
}

.box-category ul li .head .collapsed:before {
    content: "\f110"
}

.box-category ul li .head .minus,
.box-category ul li .head .plus {
    display: none
}

.mfilter-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mfilter-content>ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px
}

.mfilter-content>ul>li:last-child {
    padding-bottom: 0
}

.mfilter-content .column {
    clear: both;
    padding-left: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #A1A1A1;
    margin-bottom: 24px;
}

.mfilter-content .column .filter_title {
    cursor: pointer;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.mfilter-content .column:first-child .filter_title {
    padding-top: 0;
    border-top: none
}

.mfilter-content .column .fields {
    padding-top: 8px;
    padding-bottom: 0
}

.mfilter-content .column .fields li {
    display: table
}

.mfilter-content .column .fields .field {
    display: table-row
}

.mfilter-content .column .fields .field input,
.mfilter-content .column .fields .field label {
    display: table-cell;
    padding: 1px 0 5px;
    color: #000;
    vertical-align: middle
}

.mfilter-content .column .fields .field input {
    width: 14px;
    padding-right: 4px;
    margin: 0
}

.mfilter-content .column .fields .field label {
    padding-left: 7px
}

.mfilter-content .column .fields .filter-image {
    margin: 0 7px 7px 0;
    float: left
}

.mfilter-content .column .fields .filter-image .field {
    display: block;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px
}

.mfilter-content .column .fields .filter-image .field.active {
    border-color: #00a651
}

.mfilter-content .column .fields .filter-image i {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px
}

.mfilter-content .column .fields .filter-image label {
    padding: 0;
    cursor: pointer
}

.mfilter-content .filter_title .clear {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    float: right;
    width: 11px;
    height: 10px;
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
    box-sizing: content-box
}

.mfilter-content .filter_title .clear:hover {
    background-position: 0 -11px
}

.pagination-results {
    clear: both;
    padding: 16px 0 0;
    margin: 0 0 20px;
    position: relative;
    overflow: auto
}

#review .pagination-results {
    padding-top: 0;
    margin-top: -10px
}

.pagination-results .text-right {
    padding: 21px 0 0 10px
}

.pagination-results .text-left {
    padding: 4px 10px 0 0
}

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

.pagination-results ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-align: center;
    margin: 10px 7px 0 0;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer
}

.pagination-results ul li.active {
    cursor: default;
    color: #00a651
}

.pagination-results ul li:hover {
    background-color: #00a651;
    border-color: #00a651;
    color: #fff
}

.pagination-results ul li:hover a {
    color: #fff
}

.pagination-results ul li a,
.pagination-results ul li span {
    display: block;
    padding: 8px 0 0;
    width: 30px;
    height: 30px
}

.product-block {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 30px;
    margin: 50px 0 0;
    text-align: center
}

.product-page-type-2 .standard-body .full-width .product-block {
    border: none
}

.product-block .title-block {
    margin: 0 auto 28px;
    padding: 6px 0 9px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #00a651
}

.product-block .strip-line {
    display: none
}

.product-block .block-content {
    clear: both
}

.product-block .block-content ul {
    list-style: none;
    padding: 2px 0 0;
    margin: 0
}

.product-block .block-content ul li {
    padding: 30px 0 0;
    margin: 0
}

.product-block .block-content ul li:first-child {
    padding: 0
}

.product-block .block-content ul li p {
    padding: 10px 0 0;
    margin: 0
}

#main .button-product-question {
    margin: 0 20px 0 0;
    padding-left: 0;
    padding-right: 0;
    clear: left
}

.htabs {
    z-index: 2;
    text-align: center;
    margin: 0 -15px;
    padding: 44px 0 0;
    position: relative
}

.htabs:after,
.htabs:before {
    display: table;
    content: " "
}

.htabs:after {
    clear: both
}

.htabs:before {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 35px;
    bottom: 0;
    z-index: -1
}

.htabs a {
    margin: 0 15px;
    padding: 10px 0;
    font-size: 20px;
    color: gray;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.htabs a.selected,
.htabs a:hover {
    color: #333
}

.htabs a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    z-index: 1
}

.fixed-body-2-2 .htabs a:before {
    bottom: 0
}

.htabs a.selected:before {
    background-color: #00a651;
    visibility: visible;
    opacity: 1
}

.center-column .tab-content {
    background-color: #fff;
    line-height: 23px;
    padding-top: 20px;
    position: relative;
}

.standard-body .fixed2 .center-column .tab-content {
    padding-left: 0;
    padding-right: 0
}

.tab-content:before {
    height: 1px;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    border-top: 1px solid #e5e5e5;
    z-index: 1;
    display: block
}

.tab-content:after {
    height: 1px;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1;
    display: block
}

.fixed-body .center-column .tab-content {
    margin: 0 -45px;
    padding-left: 45px;
    padding-right: 45px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .tab-content {
    margin: 0 -4000px;
    padding-left: 4000px;
    padding-right: 4000px
}

.standard-body .fixed .center-column .tab-content {
    margin: 0 -40px
}

.body-white .standard-body .full-width .center-column .tab-content {
    padding-left: 0;
    padding-right: 0
}

.center-column .tab-content>:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.center-column .tab-content>:first-child {
    padding-top: 0;
    margin-top: 0
}

.center-column .tab-content #form-review h2 {
    padding: 5px 0 20px;
    margin: 0
}

.center-column .tab-content .form-horizontal .control-label {
    padding-top: 5px
}

.center-column #shopify-product-reviews {
    margin: 0
}

#shopify-product-reviews .spr-container {
    padding: 0!important;
    border: 0!important
}

#shopify-product-reviews .spr-header-title {
    display: none
}

#shopify-product-reviews .spr-form-title {
    font-size: 18px;
    margin: 0;
    padding: 5px 0 20px
}

#shopify-product-reviews .spr-form {
    border: 0;
    padding-top: 10px;
    margin-top: 10px
}

#shopify-product-reviews .spr-form-label+.spr-form-input {
    margin: 5px 0
}

#shopify-product-reviews .spr-form-actions {
    margin-top: 15px
}

#shopify-product-reviews .spr-icon,
.spr-badge .spr-badge-starrating .spr-icon {
    margin: 0 2px 0 0;
    font-size: 100%
}

#shopify-product-reviews .spr-review-content {
    margin: 15px 0 20px;
    padding: 20px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

#shopify-product-reviews .spr-review-content:before {
    position: absolute;
    top: -9px;
    left: 9px;
    display: inline-block;
    border-right: 9px solid transparent!important;
    border-bottom: 9px solid #e6e6e6;
    border-left: 9px solid transparent!important;
    content: ''
}

#shopify-product-reviews .spr-review-content:after {
    position: absolute;
    top: -8px;
    left: 10px;
    display: inline-block;
    border-right: 8px solid transparent!important;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent!important;
    content: ''
}

#shopify-product-reviews .spr-review-header-starratings {
    float: right;
    font-size: 100%;
    margin: 0
}

#shopify-product-reviews .spr-review-header-title {
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 100%
}

#shopify-product-reviews .spr-review-header-byline {
    margin-bottom: 0;
    opacity: 1;
    font-size: 80%
}

#shopify-product-reviews .spr-review-header-byline strong {
    font-weight: 400
}

#shopify-product-reviews .spr-review-header-byline strong:first-child {
    font-weight: 700;
    font-size: 120%;
    font-style: normal
}

.quickview .quickform {
    background-color: #fff;
    padding: 30px
}

.quickview .mfp-inline-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.quickview .mfp-inline-holder .mfp-close {
    top: -40px;
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.quickview .mfp-inline-scaler .mfp-inline {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-attachment: scroll;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.quickview .mfp-inline-holder .mfp-content {
    max-width: 900px
}

.quickview .mfp-nav .mfp-arrow[data-idx="-1"] {
    display: none
}

.quickview .mfp-inline {
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.quickview.mfp-bg {
    opacity: .01;
    transition: all .2s ease-out
}

.quickview.mfp-ready .mfp-inline {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.quickview.mfp-ready.mfp-bg {
    opacity: .4
}

.quickview.mfp-removing .mfp-inline {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0
}

.quickview.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .4
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

body .mfp-arrow-left .mfp-b,
body .mfp-arrow-left:before {
    border-right-color: gray
}

body .mfp-arrow-right .mfp-b,
body .mfp-arrow-right:before {
    border-left-color: gray
}

body .mfp-inline-scaler .quickform {
    box-shadow: none
}

body .mfp-figure:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

body .mfp-counter {
    color: #dedede
}

.popup {
    background-color: #fff;
    padding: 50px 60px;
    text-align: left;
    max-width: 750px;
    margin: 40px auto;
    position: relative
}

body .popup-module .mfp-close {
    top: -20px;
    right: -20px;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 1px solid #00a651;
    color: #00a651;
    background-color: #fff;
    opacity: 1;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

body .popup-module .mfp-close:hover {
    background-color: #00a651;
    color: #fff
}

body .popup-module.without-button-close .mfp-close {
    display: none
}

.popup h4 {
    font-size: 20px;
    padding: 5px 0 25px;
    margin: 0 0 25px;
    position: relative
}

.popup h4:after {
    content: '';
    position: absolute;
    width: 41px;
    height: 2px;
    background-color: #00a651;
    bottom: 0;
    left: 0
}

.popup .content {
    padding: 0 0 10px;
    margin: 0;
    line-height: 23px
}

.popup .newsletter {
    padding: 22px 0 9px
}

.popup .newsletter input {
    margin: 0;
    vertical-align: top
}

.popup .newsletter .subscribe {
    height: 45px;
    vertical-align: top;
    margin: 0 0 0 18px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px
}

.popup .dont-show-label {
    padding: 5px 0 0
}

.popup .buttons-yes-no {
    padding: 23px 0 10px;
    text-align: center
}

.popup .buttons-yes-no .button:first-child {
    margin-right: 18px
}

.popup .buttons-yes-no .button {
    height: 45px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 16px 30px 0;
    margin: 0
}

.popup .form-contact .error {
    background-color: #ffd3d7
}

.popup .form-contact .contact-label {
    padding-top: 14px
}

.popup .form-contact .contact-label:first-child {
    padding-top: 0
}

.popup .form-contact .contact-label label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}

.popup .form-contact .contact-label label.required:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.popup .form-contact .btn {
    margin: 15px auto 10px;
    display: block
}

.swatch {
    padding: 15px 0 0;
    margin: 0;
    line-height: 23px
}

.swatch .header {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700
}

.swatch .header span:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.swatch .swatch-element {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 10px 7px 5px 0;
    padding: 0;
    min-height: 20px;
    position: relative
}

.swatch .swatch-element input {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer
}

.swatch .swatch-element label {
    border: 1px solid rgba(0, 0, 0, .1);
    min-width: 40px;
    display: block;
    text-align: center;
    padding: 9px 20px 8px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 10px;
    cursor: pointer
}

.swatch .swatch-element label.img {
    padding: 2px;
    min-width: 30px
}

.swatch .swatch-element .tooltip,
.swatch .swatch-element label img {
    display: none
}

.swatch .swatch-element label.img i {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px
}

.swatch .swatch-element label:hover {
    border-color: #00a651
}

.swatch .swatch-element input:checked+label {
    border-color: #00a651;
    background-color: #00a651;
    color: #fff
}

.swatch .swatch-element input:checked+label.img {
    background: 0 0
}

.required .control-label::after {
    content: '* ';
    color: #00a651;
    font-weight: 500;
    margin-left: 2px
}

.list-box {
    list-style: none;
    margin: 0;
    padding: 10px 0
}

.list-box li {
    padding: 5px 30px 0;
    line-height: 35px;
    background-position: top left;
    background-repeat: repeat-x
}

.list-box li:first-child {
    background: 0 0
}

.attention,
.error,
.information,
.success,
.warning {
    padding: 16px 14px 13px 16px;
    margin: 0 0 30px;
    clear: both;
    color: #222
}

.success {
    background-color: #eaf7d9;
    border: 1px solid #bbdf8d
}

.error,
.warning {
    background-color: #ffd1d1;
    border: 1px solid #f8acac
}

.attention {
    background-color: #fff5cc;
    border: 1px solid #f2dd8c
}

.information {
    background-color: #e8f6ff;
    border: 1px solid #b8e2fb
}


.table td.text-center {
    text-align: center
}

.table td.text-center .input-group {
    margin: 0 auto
}

.table td.text-right {
    text-align: right
}

.cart-info {
    position: relative;
    margin: 0 -40px
}

.main-fixed .cart-info {
    margin-left: -45px;
    margin-right: -45px
}

.standard-body .fixed2 .cart-info {
    margin-left: -45px;
    margin-right: -45px
}

.standard-body .full-width .center-column>:first-child .cart-info {
    margin-top: -40px
}

.body-white-type-2 .standard-body .full-width .center-column>:first-child .cart-info {
    margin-top: 0!important
}


.body-white .standard-body .full-width .center-column>:first-child .cart-info {
    margin-top: 0
}

.body-white.border-width-1 .standard-body .full-width .center-column>:first-child .cart-info {
    margin-top: -50px
}

.body-white-type-2.border-width-1 .standard-body .full-width .center-column>:first-child .cart-info {
    margin-top: 0!important
}

.body-type-12.border-width-1 .standard-body .full-width .center-column>:first-child .cart-info {
    margin-top: 0!important
}

.body-white .standard-body .full-width .cart-info {
    margin: 0
}

.cart-info table {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    width: 100%
}

.cart-info table td {
    border: none;
    padding: 30px 30px 0;
    text-align: left;
    vertical-align: middle
}

.cart-info table td:first-child {
    padding-left: 45px
}

.cart-info table td:last-child {
    padding-right: 45px
}

.body-white .standard-body .full-width .cart-info table td:first-child {
    padding-left: 0
}

.body-white .standard-body .full-width .cart-info table td:last-child {
    padding-right: 0
}

.cart-info table thead td {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 30px 14px;
    position: relative
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .cart-info thead td:first-child:before {
    content: '';
    position: absolute;
    width: auto;
    height: 1px;
    left: -10000px;
    right: -10000px;
    bottom: -1px;
    border-bottom: 1px solid #e6e6e6;
    z-index: -1;
    display: block
}

.cart-info .cart-update {
    background: 0 0;
    border: 0;
    padding: 0;
    color: #5396c9;
    font-size: 18px
}

.cart-info .cart-remove {
    color: #f25f48;
    font-size: 18px
}

#wrapper-response #shipping-rates-feedback {
    margin-top: 25px;
    margin-bottom: 10px
}

.center-column .panel {
    position: relative;
    margin: 0 0 20px
}

.main-fixed .center-column .panel {
    margin: 0
}

.main-fixed .col-md-12 .col-md-12.center-column .panel {
    margin-left: -45px;
    margin-right: -45px
}

.center-column .panel:last-child {
    margin-bottom: 20px!important
}

.standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
    margin: 0 -40px
}

.body-white .standard-body .col-md-12 .col-md-12.center-column .panel {
    margin: 0
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
    margin: 0 -4000px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel:last-child {
    margin-bottom: 20px
}

.standard-body .full-width .center-column .panel:last-child {
    margin-bottom: 20px
}

.standard-body .fixed .center-column .panel {
    margin: 0 -40px
}

.standard-body .fixed .center-column .panel:last-child {
    margin-bottom: 20px
}

.center-column .panel-heading {
    border: 1px solid #e5e5e5;
    padding: 18px 30px 14px
}

.main-fixed .center-column .panel-heading,
.standard-body .fixed .center-column .panel-heading,
.standard-body .fixed2 .center-column .panel-heading,
.standard-body .full-width .center-column .panel-heading {
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 18px 45px 14px
}

.body-white .standard-body .full-width .center-column .panel-heading,
.standard-body .fixed2 .center-column .panel-heading {
    padding-left: 0;
    padding-right: 0
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-heading {
    padding-left: 4000px;
    padding-right: 4000px
}

.standard-body .fixed .center-column .panel-heading,
.standard-body .full-width .center-column .panel-heading {
    padding-left: 40px;
    padding-right: 40px
}

.main-fixed .center-column .panel:last-child,
.standard-body .fixed .center-column .panel:last-child,
.standard-body .full-width .center-column .panel:last-child {
    border-bottom: 1px solid #e5e5e5
}

.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
    border-bottom: none
}

.body-white.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
    border-bottom: 1px solid #e5e5e5
}

.checkout-checkout .standard-body .full-width .center-column .panel:first-child .panel-heading {
    border-top: none
}

.center-column .panel-heading h4 {
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}

.center-column .panel-body {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding: 30px 45px 35px;
    position: relative
}

.standard-body .fixed .center-column .panel-body,
.standard-body .full-width .center-column .panel-body {
    padding-left: 40px;
    padding-right: 40px
}

.body-white .standard-body .full-width .center-column .panel-body,
.standard-body .fixed2 .center-column .panel-body {
    padding-left: 0;
    padding-right: 0
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-body {
    padding-left: 4000px;
    padding-right: 4000px
}

.center-column .panel-body .buttons {
    margin: 0
}

.cart-total {
    overflow: auto;
    margin-bottom: 15px;
    padding-top: 25px
}

.cart-total table {
    float: right
}

.cart-total td {
    padding: 0 0 0 30px;
    text-align: right
}

.cart-total table tr td:last-child {
    color: #00a651;
    font-size: 14px;
    font-weight: 600
}

.templateCustomersLogin .well p {
    padding-bottom: 10px
}

#forgot_password {
    padding-bottom: 25px
}

#recover-password .action_bottom {
    padding-top: 10px
}

#recover-password .action_bottom span {
    padding-left: 8px
}

#account .action_bottom span {
    padding-left: 10px
}

#sandbox .empty {
    padding-top: 30px
}

#view_addresses .empty {
    padding-bottom: 30px
}

.customer_address .radio-inline {
    padding-left: 0
}

#order_detail tbody td {
    width: 50%
}

#order_address thead td {
    width: 50%;
    vertical-align: top
}

#order_address .list-unstyled,
#order_detail .list-unstyled {
    margin-bottom: 0
}

.wishlist .btn-action span {
    display: none
}

.product-info .links .btn-action i {
    display: inline-block;
    vertical-align: middle
}

#content-search {
    padding-top: 7px
}

.product-search #button-search {
    margin-top: 10px
}

.product-search .search-heading {
    padding-top: 40px
}

.product-search .empty {
    padding: 10px 0
}

.btooltip {
    position: relative
}

.btooltip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    margin-bottom: 5px;
    -moz-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    opacity: 0;
    visibility: hidden
}

.btooltip::after {
    content: attr(title);
    text-transform: none;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    right: 50%;
    bottom: 100%;
    background-color: #000;
    color: #fff;
    white-space: pre;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    margin-bottom: 9px;
    line-height: normal;
    padding: 2px 8px;
    border-radius: 3px;
    -moz-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    opacity: 0;
    visibility: hidden
}

.btooltip:hover::after,
.btooltip:hover::before {
    opacity: 1;
    visibility: visible
}

.btooltip.loading::after {
    content: attr(data-loading-text)
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

[data-notify=progressbar] {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px
}

.posts {
    padding: 10px 0 0;
    overflow: hidden
}

.standard-body .full-width .posts {
    padding: 0
}

.posts .post .post-content {
    position: relative;
    padding-top: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center
}

.posts .post .post-media {
    overflow: hidden;
    position: relative;
    margin: -1px -1px 0;
    text-align: left
}

.posts .post .post-media iframe,
.posts .post .post-media img {
    display: block;
    max-width: 100%;
    width: 100%
}

.post .post-media .media-slider .owl-controls .owl-buttons {
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    visibility: hidden
}

.post .post-media .media-slider:hover .owl-controls .owl-buttons {
    visibility: visible;
    opacity: 1
}

.post .post-media .media-slider .owl-controls .owl-buttons .owl-next,
.post .post-media .media-slider .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 75px;
    top: 50%;
    margin: -17px 0 0!important;
    height: 34px;
    width: 34px;
    margin: 0;
    background-color: #fff;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    padding: 8px 0 0 12px;
    font-size: 13px
}

.buttons-prev-next-type-2 .post .post-media .media-slider .owl-controls .owl-buttons .owl-next,
.buttons-prev-next-type-2 .post .post-media .media-slider .owl-controls .owl-buttons .owl-prev {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.post .post-media .media-slider .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 75px;
    padding: 8px 0 0 14px
}

.post .post-media .media-slider .owl-controls .owl-buttons .owl-next:hover,
.post .post-media .media-slider .owl-controls .owl-buttons .owl-prev:hover {
    background-color: #00a651
}

.container .post .post-media .media-slider .owl-controls .owl-buttons .owl-prev {
    left: 30px
}

.container .post .post-media .media-slider .owl-controls .owl-buttons .owl-next {
    right: 30px
}

.post .post-media .media-slider .owl-controls .owl-buttons .owl-next:before,
.post .post-media .media-slider .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.post .post-media .media-slider .owl-controls .owl-buttons .owl-next:before {
    content: "\f054"
}

.post .post-media .media-slider .owl-controls .owl-buttons .owl-next:hover:before,
.post .post-media .media-slider .owl-controls .owl-buttons .owl-prev:hover:before {
    color: #fff
}

.post .post-media .media-slider .owl-pagination {
    display: none
}

.posts .post .tags {
    width: 100%;
    line-height: 15px;
    z-index: 22
}

.posts .post .tags a {
    display: inline-block;
    background-color: #00a651;
    font-size: 9px;
    line-height: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 3px 9px 4px;
    padding: 1px 10px 0
}

.posts .post .tags a:hover {
    background-color: #333
}

.post .date-published {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 9px;
    padding-top: 35px;
    color: #1349b2
}

.posts .post .post-title {
    font-size: 25px;
    padding: 13px 30px 0;
    margin: 0;
    text-transform: none
}

.posts .meta {
    padding: 0
}

.posts .post .post-description {
    padding: 21px 30px 0;
    line-height: 23px
}

.posts .button-more {
    display: inline-block;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 8px 30px 5px;
    margin: 22px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #00a651;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.posts .button-more:hover {
    background-color: #00a651;
    border-color: #00a651;
    color: #fff
}

.blog-blog div.pagination-results {
    padding-top: 0;
    text-align: center
}

.pagination-ajax {
    margin: 5px 0 15px;
    text-align: center
}

.main-fixed .pagination-ajax {
    margin-top: 25px
}

.posts.posts-grid {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0
}

.posts.posts-grid .post {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px
}

.posts-3-columns-grid {
    position: relative;
    margin-bottom: -10px
}

.posts.posts-grid .post-with-3-columns {
    width: 33.333333333333%
}

.posts.posts-grid .post-with-3-columns .tags {
    margin: 0;
    text-align: left;
    top: 20px;
    left: 15px
}

.posts.posts-grid .post-with-3-columns .post-content {
    padding-bottom: 30px;
    margin-bottom: 40px
}

.posts.posts-grid .post-with-3-columns .date-published {
    padding-top: 20px
}

.posts.posts-grid .post-with-3-columns .button-more,
.posts.posts-grid .post-with-3-columns .post-description {
    display: none
}

.posts.posts-grid .post-with-3-columns .post-title {
    font-size: 18px;
    line-height: 23px;
    padding: 10px 30px 0
}

.posts .news {
    margin-top: 0
}

.posts .ajax-content .big-news {
    display: none
}

.posts .ajax-content .news>div:first-child {
    display: block
}

.posts .news .media {
    margin: 0 0 30px
}

.posts .big-news {
    margin: 0 0 30px
}

.posts .big-news .post-content {
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: 0 0!important;
    position: relative;
    cursor: pointer
}

.posts .big-news .post-content .right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: repeat-y;
    background-position: top right;
    overflow: hidden
}

.posts .big-news .post-content .right .overflow {
    max-width: 320px;
    float: right;
    padding: 0 70px 0 25px;
    color: #fff;
    text-align: left
}

.posts .big-news .post-content .right .overflow .tags {
    position: relative;
    margin: 30px 0 0 -4px;
    padding: 0;
    width: auto;
    text-align: left
}

#main .posts .big-news .post-content .right .overflow .date-published {
    color: #fff;
    border-color: rgba(255, 255, 255, .2);
    padding: 39px 0 15px;
    margin: 0
}

.posts .big-news .post-content .right .overflow .post-title {
    padding: 14px 0 25px;
    margin: 0
}

.posts .big-news .post-content .right .overflow .post-title a {
    font-size: 25px;
    line-height: 33px;
    color: #fff
}

.posts .big-news .post-content .right .overflow .post-description {
    padding: 0;
    margin: 0;
    max-height: 93px;
    overflow: hidden
}

.posts .big-news .post-content .right .overflow .button-more {
    border: none!important;
    margin: 31px 0 0
}

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

ul.blog-list-default li {
    padding: 21px 0 20px
}

ul.blog-list-default li:first-child {
    padding-top: 0
}

ul.blog-list-default li:last-child {
    padding-bottom: 0
}

ul.blog-list-default li:first-child:before {
    display: none
}

ul.blog-list-default li .thumb-holder {
    float: left;
    margin-right: 20px;
    width: 100px;
    position: relative;
    height: 110px;
    overflow: hidden
}

ul.blog-list-default li .thumb-holder img {
    display: block;
    position: absolute;
    height: 130px;
    max-width: inherit;
    right: 50%;
    top: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%)
}

ul.blog-list-default li .date-published {
    padding: 4px 0 3px;
    font-size: 11px;
    font-weight: 700
}

ul.blog-list-default li h5 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px
}

.news {
    position: relative;
    margin-top: -30px
}

.news .media {
    position: relative;
    margin-top: 30px
}

.news .media .post-holder {
    line-height: 0
}

.news .thumb-holder {
    overflow: hidden;
    position: relative
}

.news .thumb-holder span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1
}

.news .thumb-holder img {
    display: block;
    width: 100%
}

.news .media-body {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.news .media-body:before {
    content: "";
    background-repeat: repeat-x;
    background-position: bottom left;
    opacity: .6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.news .media-body:hover:before {
    opacity: .7
}

.news .media-body .tags {
    position: absolute;
    top: 18px;
    left: 20px;
    right: 10px;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    z-index: 2
}

.news .media-body .tags a {
    display: inline-block;
    background-color: #00a651;
    font-size: 9px;
    line-height: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 0 7px 9px 0;
    padding: 1px 10px 0
}

.news .media-body .tags a:hover {
    background-color: #333
}

.news .media-body .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.news.v1 .media-body .bottom {
    color: #fff
}

.news .media-body:hover .bottom {
    bottom: 10px
}

.news .media-body .date-published {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 9px;
    padding-top: 25px
}

.news .media-body h5 {
    padding: 12px 20px 34px;
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    text-transform: none;
    font-weight: 500!important;
    color: #fff
}

.news.v1 {
    font-size: 0
}

.news.v1 .col-sm-4 {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 13px
}

.news.v2 .media {
    padding-bottom: 53px
}

.news.v2 .media .thumb-holder img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

.news.v2 .media:hover .thumb-holder img {
    -webkit-transform: scale(1.04, 1.04);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.04, 1.04);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1.04, 1.04);
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

.news.v2 .media-body:before {
    display: none!important
}

.news.v2 .media-body .bottom {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    color: #1349b2;
    bottom: 0!important
}

.news.v2 .media-body .date-published {
    border-color: rgba(0, 0, 0, .2)
}

.news.v2 .media-body h5 {
    padding-bottom: 33px
}

.news.v2 .media-body h5 a {
    line-height: 23px
}

.blog-article .post {
    padding-top: 10px
}

.standard-body .full-width .blog-article .post {
    padding-top: 0
}

.blog-article .post {
    margin-bottom: 20px;
    position: relative
}

.blog-article .post .post-media {
    margin-bottom: 39px;
    overflow: hidden
}

.blog-article .post .post-media iframe,
.blog-article .post .post-media img {
    max-width: 100%;
    display: block
}

.blog-article .post .meta {
    padding: 32px 0 28px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0
}

.blog-article .post .meta>li {
    display: inline-block;
    margin: 0 6px
}

.blog-article .post .meta>li:before {
    content: "\f111";
    color: #9f9f9f;
    font-family: FontAwesome;
    font-size: 5px;
    padding-right: 15px;
    float: left;
    margin-top: 5px;
    display: inline-block
}

.blog-article .post .meta>li:first-child {
    margin-left: 0
}

.blog-article .post .meta>li:first-child:before {
    display: none
}

.blog-article .post .meta>li.post-categories>span {
    display: none
}

.blog-article .post .meta>li a {
    font-weight: 700;
    color: #00a651
}

.blog-article .post .meta>li a:hover {
    color: #333
}

.blog-article .post .post-content {
    padding: 0 0 32px;
    line-height: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.blog-article .post .tags {
    line-height: 15px;
    position: relative;
    margin: 30px 0 -10px
}

.blog-article .post .tags a {
    display: inline-block;
    background-color: #00a651;
    font-size: 9px;
    line-height: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 0 7px 9px 0;
    padding: 1px 10px 0
}

.blog-article .post .tags a:hover {
    background-color: #333
}

.blog-article .post .blog-post-author {
    margin-bottom: 0;
    padding-top: 30px
}

.blog-article .post .blog-post-author .media>.photo {
    margin-right: 28px;
    float: left;
    display: block
}

.blog-article .post .blog-post-author .media .media-heading {
    font-weight: 500;
    padding: 10px 0;
    margin: 0
}

.blog-article .post .blog-post-author .media .media-body .desc {
    line-height: 23px
}

.blog-article .post .comments .box-content,
.blog-article .post .leave-reply .box-content {
    border-bottom: none!important
}

.blog-article .post .comments-list .text {
    margin: 15px 0 30px;
    padding: 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1)
}

.blog-article .post .comments-list .text:last-of-type {
    margin-bottom: 0
}

.blog-article .post .comments-list .text:before {
    position: absolute;
    top: -9px;
    left: 9px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ccc;
    border-left: 9px solid transparent;
    border-bottom-color: #e6e6e6;
    content: ''
}

.blog-article .post .comments-list .text:after {
    position: absolute;
    top: -8px;
    left: 10px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: ''
}

.blog-article .post .comments-list .author .name {
    font-weight: 600
}

.blog-article .post .comments-list .author .date {
    font-size: 10px;
    opacity: .8;
    font-style: italic;
    padding-left: 3px
}

.blog-article .post .form-horizontal .control-label {
    text-align: left
}

.blog-article .post .form-horizontal .button-comment {
    margin-bottom: 0;
    margin-top: 20px
}

.blog-article .post .box {
    padding-top: 20px!important;
    margin-top: 32px!important;
    background: 0 0!important
}

.blog-article .post .box .box-heading {
    color: #333
}

#main .blog-article .post .box .box-content,
#main .blog-article .post .box .product-grid {
    border: none!important;
    background: 0 0!important
}

#main .blog-article .post .box .product-grid:after,
#main .blog-article .post .box .product-grid:before {
    display: none!important
}

#main .blog-article .post .box-with-products .clear {
    display: block!important
}

#main .blog-article .post .box-content.products>div {
    margin: 0
}

#nprogress {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
    background-color: #fff
}

#nprogress .bar {
    background-color: #00a651;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #00a651, 0 0 5px #00a651;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #00a651;
    border-left-color: #00a651;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

html.nprogress-busy::before {
    display: none
}

html.nprogress-done::before {
    display: none
}

.button-enquiry {
    padding-left: 30px;
    padding-right: 30px
}

.icon-enquiry {
    display: inline-block;
    margin-right: 14px;
    vertical-align: top;
    margin-top: -1px;
    position: relative
}

.icon-enquiry[align=right] {
    display: inline-block;
    margin-left: 14px;
    vertical-align: top;
    margin-top: -1px;
    position: relative
}

.text-enquiry {
    vertical-align: top;
    display: inline-block
}

.filter-product .carousel {
    overflow: hidden;
    padding: 0
}

.filter-product .filter-tabs {
    list-style: none;
    padding: 31px 0 0;
    margin: 0;
    text-align: center
}

.filter-product .product-grid .product-hover .name,
.filter-product .product-grid .product-hover .price {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all .18s ease-in
}

.filter-product .filter-tabs ul {
    list-style: none;
    margin: 0 -15px;
    padding: 9px 0 0;
    position: relative
}

.filter-product .filter-tabs ul>li {
    display: inline-block;
    vertical-align: top
}

.filter-product .filter-tabs ul>li>a {
    margin: 0 15px;
    padding: 10px 0;
    font-size: 20px;
    color: gray;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.filter-product .filter-tabs ul>li>a:hover {
    color: #333
}

.filter-product .filter-tabs ul>li.active>a,
.filter-product .filter-tabs ul>li.active>a:focus,
.filter-product .filter-tabs ul>li.active>a:hover {
    color: #333
}

.filter-product .filter-tabs ul>li>a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    z-index: 10
}

.filter-product .filter-tabs ul>li.active>a:before,
.home-instagram-widget-content .title:before {
    background: #00a651;
    visibility: visible;
    opacity: 1
}

.tab-content {
    position: relative;
    background: #fff
}

.tab-content:before {
    height: 1px;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    border-top: 1px solid #e5e5e5;
    z-index: 0;
    display: block
}

.tab-content:after {
    height: 1px;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-bottom: 1px solid #e5e5e5;
    z-index: 0;
    display: block
}

.fixed-body .col-md-12>.filter-product .tab-content:after,
.fixed-body .col-md-12>.filter-product .tab-content:before,
.fixed-body .col-sm-12>.filter-product .tab-content:after,
.fixed-body .col-sm-12>.filter-product .tab-content:before {
    left: -45px;
    right: -45px
}

.standard-body .fixed .col-md-12>.filter-product .tab-content:after,
.standard-body .fixed .col-md-12>.filter-product .tab-content:before,
.standard-body .fixed .col-sm-12>.filter-product .tab-content:after,
.standard-body .fixed .col-sm-12>.filter-product .tab-content:before {
    left: -40px;
    right: -40px
}

.border-width-1 .standard-body .full-width .col-md-12>.filter-product .tab-content:after,
.border-width-1 .standard-body .full-width .col-md-12>.filter-product .tab-content:before,
.border-width-1 .standard-body .full-width .col-sm-12>.filter-product .tab-content:after,
.border-width-1 .standard-body .full-width .col-sm-12>.filter-product .tab-content:before {
    left: -4000px;
    right: -4000px
}

.tab-content .next-button,
.tab-content .prev-button {
    position: absolute;
    bottom: -18px;
    z-index: 10;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    padding: 8px 0 0 12px;
    text-align: left;
    left: 50%;
    font-size: 13px;
    font-family: Poppins
}

.buttons-prev-next-type-2 .tab-content .next-button,
.buttons-prev-next-type-2 .tab-content .prev-button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.tab-content .next-button:hover,
.tab-content .prev-button:hover {
    background: #00a651;
    border-color: #00a651;
    color: #fff
}

.tab-content .prev-button {
    margin-left: -50px
}

.tab-content .next-button {
    margin-left: 15px;
    padding: 8px 0 0 14px
}

.tab-content .next-button:before,
.tab-content .prev-button:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.tab-content .next-button:before {
    content: "\f054"
}

.tab-content .next-button:hover:before,
.tab-content .prev-button:hover:before {
    color: #fff
}

.templateProduct .tab-content .owl-item [class*=col-] {
    width: 100%
}

.banners>div {
    padding-top: 60px
}

.product-block+.banners>div {
    padding-top: 0
}

.banners.banners-with-padding-30>div {
    padding-top: 30px
}

.banners.banners-with-padding-20>div {
    padding-top: 20px
}

.banners.banners-with-padding-45>div {
    padding-top: 45px
}

.banners.banners-with-padding-50>div {
    padding-top: 50px
}

.banners.banners-with-padding-40 {
    padding-top: 10px
}

.banners.banners-with-padding-40>div {
    padding-top: 30px
}

.banners.banners-with-padding-0>div {
    padding-top: 0
}

.banners.banners-with-padding-0-2>div {
    padding-top: 0
}

.banners>div img {
    display: block;
    margin: 0 auto
}

.banners-effect-1 .banners>div img,
.banners-effect-1 .row-no-padding a>img {
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.banners-effect-1 .banners>div img:hover,
.banners-effect-1 .row-no-padding a>img:hover {
    opacity: .8
}

.banners-effect-2 .banners>div a,
.banners-effect-2 .row-no-padding a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-2 .banners>div a:before,
.banners-effect-2 .row-no-padding a:before {
    background-color: rgba(255, 255, 255, .2);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "";
    z-index: 1
}

.banners-effect-2 .banners>div a:hover:before,
.banners-effect-2 .row-no-padding a:hover:before {
    left: 0;
    opacity: 1
}

.banners-effect-3 .banners>div a,
.banners-effect-3 .row-no-padding a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-3 .banners>div a:before,
.banners-effect-3 .row-no-padding a:before {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    visibility: visible;
    z-index: 1
}

.banners-effect-3 .banners>div a:hover:before,
.banners-effect-3 .row-no-padding a:hover:before {
    border: 0 solid rgba(0, 0, 0, .7);
    opacity: 0
}

.banners-effect-4 .banners>div a,
.banners-effect-4 .row-no-padding a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-4 .banners>div a:before,
.banners-effect-4 .row-no-padding a:before {
    border-bottom: 50px solid rgba(255, 255, 255, .4);
    border-top: 50px solid rgba(255, 255, 255, .4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    transform-origin: 50% 50% 0;
    width: 100%
}

.banners-effect-4 .banners>div a:hover:before,
.banners-effect-4 .row-no-padding a:hover:before {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1)
}

.banners-effect-5 .banners>div a,
.banners-effect-5 .row-no-padding a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-5 .banners>div a:before,
.banners-effect-5 .row-no-padding a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .4s cubic-bezier(.94, .85, .1, .62) 0s;
    -o-transition: all .4s cubic-bezier(.94, .85, .1, .62) 0s;
    transition: all .4s cubic-bezier(.94, .85, .1, .62) 0s;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1
}

.banners-effect-5 .banners>div a:hover:before,
.banners-effect-5 .row-no-padding a:hover:before {
    opacity: 0;
    border: 0 double rgba(255, 255, 255, .7);
    visibility: hidden
}

.banners-effect-6 .banners>div a,
.banners-effect-6 .row-no-padding a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #000
}

.banners-effect-6 .banners>div a img,
.banners-effect-6 .row-no-padding a img {
    backface-visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s
}

.banners-effect-6 .banners>div a:hover img,
.banners-effect-6 .row-no-padding a:hover img {
    opacity: .8;
    transform: scale3d(1.1, 1.1, 1)
}

.banners-effect-7 .banners>div a,
.banners-effect-7 .row-no-padding a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-7 .banners>div a:before,
.banners-effect-7 .row-no-padding a:before {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition: all .3s ease-in-out 0s
}

.banners-effect-7 .banners>div a:hover:before,
.banners-effect-7 .row-no-padding a:hover:before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%
}

.banners-effect-8 .banners>div a,
.banners-effect-8 .row-no-padding a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #000
}

.banners-effect-8 .banners>div a:after,
.banners-effect-8 .banners>div a:before,
.banners-effect-8 .row-no-padding a:after,
.banners-effect-8 .row-no-padding a:before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1
}

.banners-effect-8 .banners>div a:before,
.banners-effect-8 .row-no-padding a:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1)
}

.banners-effect-8 .banners>div a:after,
.banners-effect-8 .row-no-padding a:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.banners-effect-8 .banners>div img,
.banners-effect-8 .row-no-padding img {
    opacity: 1;
    -webkit-transition: opacity .35s ease 0;
    -o-transition: opacity .35s ease 0;
    transition: opacity .35s ease 0
}

.banners-effect-8 .banners>div a:hover:after,
.banners-effect-8 .banners>div a:hover:before,
.banners-effect-8 .row-no-padding a:hover:after,
.banners-effect-8 .row-no-padding a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.banners-effect-8 .banners>div a:hover img,
.banners-effect-8 .row-no-padding a:hover img {
    opacity: .5
}

.banners-effect-9 .banners>div a,
.banners-effect-9 .row-no-padding a {
    display: block;
    position: relative;
    z-index: 10
}

.banners-effect-9 .banners>div a:before,
.banners-effect-9 .row-no-padding a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
    opacity: 0
}

.banners-effect-9 .banners>div a:hover:before,
.banners-effect-9 .row-no-padding a:hover:before {
    opacity: 1
}

.banners-effect-9 .banners>div a img,
.banners-effect-9 .row-no-padding a img {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0)
}

.banners-effect-9 .banners>div a:hover img,
.banners-effect-9 .row-no-padding a:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px)
}

.banners-effect-10 .banners>div a,
.banners-effect-10 .row-no-padding a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-10 .banners>div a:before,
.banners-effect-10 .row-no-padding a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.banners-effect-10 .banners>div a:hover:before,
.banners-effect-10 .row-no-padding a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.social_widget {
    width: 308px;
    position: fixed;
    left: -308px;
    top: 400px;
    z-index: 999;
    -webkit-transition: all .8s cubic-bezier(.6, 0, .4, .9);
    -o-transition: all .8s cubic-bezier(.6, 0, .4, .9);
    transition: all .8s cubic-bezier(.6, 0, .4, .9)
}

.social_widget.right {
    right: -308px;
    left: auto
}

.social_widget.twitter {
    z-index: 998
}

.social_widget.instagram {
    z-index: 997
}

.social_widget:not(.totop):hover {
    left: 0
}

.social_widget.right:not(.totop):hover {
    right: 0;
    left: auto
}

.social_widget .icon {
    height: 50px;
    width: 50px;
    right: -50px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    text-align: center;
    font-size: 18px;
    color: #fff
}

.social_widget.right .icon {
    left: -50px;
    right: auto
}

.social_widget.facebook .icon {
    background-color: #4b6baf
}

.social_widget.twitter .icon {
    background-color: #36a7e5
}

.social_widget.instagram .icon {
    background-color: #9d7144
}

.social_widget.totop .icon {
    background-color: #00a651
}

.social_widget .icon i {
    line-height: 50px;
    display: block
}

.social_widget .content {
    background-color: #fff;
    border: 4px solid;
    position: relative;
    z-index: 999
}

.social_widget.facebook .content {
    border-color: #4b6baf
}

.social_widget.twitter .content {
    border-color: #36a7e5
}

.social_widget.instagram .content {
    border-color: #9d7144
}

.social_widget.facebook+.social_widget.instagram,
.social_widget.facebook+.social_widget.totop,
.social_widget.facebook+.social_widget.twitter,
.social_widget.instagram+.social_widget.totop,
.social_widget.twitter+.social_widget.instagram,
.social_widget.twitter+.social_widget.totop {
    top: 210px
}

.social_widget.facebook+.social_widget.instagram+.social_widget.totop,
.social_widget.facebook+.social_widget.twitter+.social_widget.instagram,
.social_widget.facebook+.social_widget.twitter+.social_widget.totop,
.social_widget.twitter+.social_widget.instagram+.social_widget.totop {
    top: 270px
}

.social_widget.facebook+.social_widget.twitter+.social_widget.instagram+.social_widget.totop {
    top: 330px
}

.social_widget.instagram .g_thumbs {
    font-size: 0
}

.social_widget.instagram .g_thumbs a {
    display: inline-block;
    width: 25%
}

.social_widget.totop {
    z-index: 996
}

.social_widget.totop .icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.social_widget.totop .icon.on {
    opacity: 1;
    visibility: visible
}

#someone-liked {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    bottom: 20px;
    display: none;
    left: 20px;
    padding: 0;
    position: fixed;
    text-align: left;
    width: auto;
    z-index: 99999;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    margin-right: 20px
}

#someone-liked img {
    float: left;
    max-height: 80px;
    width: auto
}

#someone-liked p {
    float: left;
    margin: 0 0 0 13px;
    width: auto;
    padding: 12px 12px 0 0;
    line-height: 20px
}

#someone-liked .price {
    padding-top: 5px;
    display: block;
    color: #00a651;
    font-weight: 600
}

.cookie .standard-body:before {
    display: none!important
}

.cookie {
    display: none;
    position: fixed;
    padding: 15px 0 0;
    z-index: 999;
    width: 100%;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(50, 50, 50, .2);
    -moz-box-shadow: 0 -2px 2px 0 rgba(50, 50, 50, .2);
    box-shadow: 0 -2px 2px 0 rgba(50, 50, 50, .2)
}

.cookie.top {
    top: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(50, 50, 50, .2);
    -moz-box-shadow: 0 2px 2px 0 rgba(50, 50, 50, .2);
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, .2)
}

.cookie.bottom {
    bottom: 0
}

.cookie .content {
    float: left;
    padding: 1px 0 14px
}

.cookie .content p {
    margin: 0;
    padding: 0
}

.cookie .operations {
    float: right;
    width: 400px;
    text-align: right;
    padding-bottom: 14px
}

.cookie .operations .dont-show-label {
    display: inline-block
}

.cookie .operations .dont-show-label label>span {
    position: relative;
    top: 1px;
    padding-left: 4px
}

.cookie .operations .dont-show-label label {
    cursor: pointer
}

.cookie .operations .button {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 30px
}

#map_container {
    position: relative
}

#contact_map .gmnoprint {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

#contact_map:hover .gmnoprint {
    opacity: 1;
    visibility: visible
}

#map_container .map_info {
    padding: 0
}

#map_container .map_content {
    background: #fff;
    padding: 30px
}

#map_container .about-us h6 {
    padding: 0;
    margin: 0;
    font-size: 15px
}

#map_container .about-us img+h6 {
    padding-top: 30px
}

#map_container .about-us ul {
    padding: 20px 0 0;
    margin: 0;
    line-height: 23px;
    list-style: none;
    clear: both
}

#map_container .social-icons {
    list-style: none;
    padding: 26px 0 0;
    margin: 0
}

#map_container .social-icons li {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px 0 0;
    font-size: 24px
}

#map_container .social-icons a {
    line-height: 30px;
    opacity: .5
}

#map_container .social-icons a:hover {
    opacity: 1
}

.faq-area {
    margin-bottom: 21px
}

.faq-area .faq-section {
    margin-bottom: -1px
}

.faq-area .faq-section .section-title {
    text-align: center;
    padding-top: 45px
}

.module-faq.body-white .standard-body .full-width .center-column.content-with-background .faq-area .faq-section:first-child .section-title {
    padding-top: 0
}

.faq-area .faq-section .panel-faq {
    margin-bottom: 0!important
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title {
    position: relative
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title>a:after {
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title>a.collapsed:after {
    content: "\f067"
}

.faq-area .faq-section .panel-faq .panel-body p {
    padding: 0;
    margin: 0
}

.faq-area .faq-section .panel-faq .panel-body>* {
    padding-top: 5px
}

body.module-faq .center-column>:first-child {
    margin-top: -1px
}

.border-width-1.module-faq .standard-body .full-width .center-column.content-with-background {
    margin-top: 0!important
}

.body-white-type-2.border-width-1.module-faq .standard-body .full-width .center-column.content-with-background {
    margin-top: 50px
}

.body-type-12.border-width-1.module-faq .standard-body .full-width .center-column.content-with-background {
    margin-top: 50px
}

.module-faq .standard-body .full-width .center-column.content-with-background {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important
}

.module-faq .standard-body .full-width .center-column.content-with-background .faq-area {
    margin-bottom: 0
}

.module-faq .standard-body .full-width .center-column .faq-section:first-child .panel:first-child .panel-heading {
    border-top: none
}

.module-faq .standard-body .full-width .center-column .faq-section:last-child .panel:last-child {
    border-bottom: none
}

.body-white.module-faq .standard-body .full-width .center-column .faq-section:last-child .panel:last-child {
    border-bottom: 1px solid #e5e5e5
}

.center-column .panel {
    position: relative;
    margin: 0 0 20px
}

.main-fixed .center-column .panel {
    margin: 0
}

.main-fixed .col-md-12 .col-md-12.center-column .panel {
    margin-left: -45px;
    margin-right: -45px
}

.center-column .panel:last-child {
    margin-bottom: 20px!important
}

.standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
    margin: 0 -40px
}

.body-white .standard-body .col-md-12 .col-md-12.center-column .panel {
    margin: 0
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
    margin: 0 -4000px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel:last-child {
    margin-bottom: 20px
}

.standard-body .full-width .center-column .panel:last-child {
    margin-bottom: 20px
}

.standard-body .fixed .center-column .panel {
    margin: 0 -40px
}

.standard-body .fixed .center-column .panel:last-child {
    margin-bottom: 20px
}

.center-column .panel-heading {
    border: 1px solid #e5e5e5;
    padding: 18px 30px 14px
}

.main-fixed .center-column .panel-heading,
.standard-body .fixed .center-column .panel-heading,
.standard-body .fixed2 .center-column .panel-heading,
.standard-body .full-width .center-column .panel-heading {
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 18px 45px 14px
}

.body-white .standard-body .full-width .center-column .panel-heading,
.standard-body .fixed2 .center-column .panel-heading {
    padding-left: 0;
    padding-right: 0
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-heading {
    padding-left: 4000px;
    padding-right: 4000px
}

.standard-body .fixed .center-column .panel-heading,
.standard-body .full-width .center-column .panel-heading {
    padding-left: 40px;
    padding-right: 40px
}

.main-fixed .center-column .panel:last-child,
.standard-body .fixed .center-column .panel:last-child,
.standard-body .full-width .center-column .panel:last-child {
    border-bottom: 1px solid #e5e5e5
}

.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
    border-bottom: none
}

.body-white.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
    border-bottom: 1px solid #e5e5e5
}

.checkout-checkout .standard-body .full-width .center-column .panel:first-child .panel-heading {
    border-top: none
}

.center-column .panel-heading h4 {
    padding: 0;
    margin: 0;
    font-size: 11px!important;
    font-weight: 700!important;
    text-transform: uppercase
}

.center-column .panel-body {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding: 30px 45px 35px;
    position: relative
}

.standard-body .fixed .center-column .panel-body,
.standard-body .full-width .center-column .panel-body {
    padding-left: 40px;
    padding-right: 40px
}

.body-white .standard-body .full-width .center-column .panel-body,
.standard-body .fixed2 .center-column .panel-body {
    padding-left: 0;
    padding-right: 0
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-body {
    padding-left: 4000px;
    padding-right: 4000px
}

.center-column .panel-body .buttons {
    margin: 0
}

.barber-footer-padding-left .container>div {
    padding-left: 33%!important
}


.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 9999;
    overflow: auto
}
.ui-autocomplete ul{padding: 0;margin: 0;float: left;}
.ui-autocomplete ul:after{clear: both;display: table;content: '';}

.autocomplete-results {
    position: relative
}

.ui-autocomplete {
    background: #fff!important;
    padding: 5px 0 0 0;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    min-width: 828px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
input#search_query:focus{background-color: #FFF;}
body.ps #header-left .logo::after, body.ps .mobile-nav-bar::after {
    position: fixed;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    background-color: #D4D4D4;
    opacity: 80%;
    z-index: 99;
}
body.ps .search_form, body.ps .mobile-nav-search{z-index: 9999;position: relative;}
body.ps #header-right{position: relative; z-index: -1;}

.dropdown-menu-type-4 .ui-autocomplete {
    border-radius: 2px!important;
}

.container-megamenu .ui-autocomplete {
    right: auto!important
}

.container-megamenu .ui-autocomplete:before {
    left: auto;
    right: 18px
}

.caret-autocomplete::after {
    right: auto;
    left: 25px
}
.ui-autocomplete .prdc{
    display: flex;
    flex-wrap: wrap;
}
.ui-autocomplete .prdc li {
    padding: 0!important;
    margin: 0!important;
    cursor: pointer!important;
    border: none!important;
    list-style: none!important;
    width: 50%;
}
.ui-autocomplete .artl li:not(.title) {
    margin: 6px 0;
}
.ui-autocomplete .prdc li.title{display: block;width: 100%!important;max-width: 100%;}
li.title h3{font-size: 15px;font-weight: 700!important;}
.ui-autocomplete li .product-wrap {
    display: block;
    padding: 9px 20px!important;
    margin: 0!important;
    cursor: pointer!important;
    color: #333!important;
}

.ui-autocomplete li a.ui-state-focus {
    color: #00a651!important
}

.ui-autocomplete li a:hover {
    color: #00a651!important
}

.ui-autocomplete .prdc li a span.thmbn {
    border: none;
    margin: 10px 0;
    display: block;
    padding: 0;
}

.ui-autocomplete li a span.title {
    font-size: 15px;
    font-weight: 600;
}
.ui-autocomplete .product-wrap span{display: block;}

.ui-autocomplete-loading {
    background-repeat: no-repeat!important;
    background-position: center!important
}

.button-type-2 {
    padding: 8px 30px 5px;
    margin-top: 18px
}

.categories-wall>div:first-child:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 1
}

.categories-wall>div:first-child:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 1
}

.categories-wall.type-2>div:first-child:after,
.categories-wall.type-2>div:first-child:before {
    display: none
}

.categories-wall .category-wall {
    position: relative;
    margin: 0 -15px;
    text-align: center;
    padding: 0 0 40px
}

.categories-wall.type-2 .category-wall {
    margin: 30px 0 0;
    border: 1px solid #d9d9d9
}

.categories-wall .category-wall:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background-position: top left;
    background-repeat: repeat-y;
    z-index: 1
}

.categories-wall .row>div:first-child .category-wall:before,
.categories-wall.type-2 .category-wall:before {
    display: none
}

.categories-wall .category-wall .image {
    position: relative
}

#main .categories-wall.type-2 .category-wall .image {
    margin: 0!important;
    padding: 0!important
}

.categories-wall .row>div:first-child .category-wall .image {
    margin-left: -30px;
    padding-left: 30px
}

.standard-body .full-width .categories-wall .row>div:first-child .category-wall .image {
    padding-left: 0;
    margin-left: 15px
}

.standard-body .fixed .categories-wall .row>div:first-child .category-wall .image {
    padding-left: 25px;
    margin-left: -25px
}

.categories-wall .row>div:last-child .category-wall .image {
    margin-right: -30px;
    padding-right: 30px
}

.standard-body .full-width .categories-wall .row>div:last-child .category-wall .image {
    padding-right: 0;
    margin-right: 15px
}

.standard-body .fixed .categories-wall .row>div:last-child .category-wall .image {
    padding-right: 25px;
    margin-right: -25px
}

.categories-wall .category-wall .image img {
    display: block;
    margin: 0 auto
}

.categories-wall .category-wall h3 {
    display: inline-block;
    padding: 30px 0 7px;
    margin: 0 15px;
    font-size: 25px;
    border-bottom: 2px solid #00a651
}

.categories-wall .category-wall ul {
    list-style: none;
    padding: 15px 15px 0;
    margin: 0;
    font-size: 14px;
    line-height: 25px
}

.categories-wall .category-wall ul li a {
    line-height: 25px
}

.categories-wall .category-wall .more-categories {
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 8px 30px 5px;
    margin: 21px 15px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #00a651;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.categories-wall .category-wall .more-categories:hover {
    background: #00a651;
    border-color: #00a651;
    color: #fff
}

.templateListCollections .categories-wall .category-wall {
    margin: 0;
    margin-bottom: 30px;
    border: 1px solid
}

.templateListCollections .categories-wall .category-wall:before {
    display: none
}

.templateListCollections .categories-wall>div:first-child:after,
.templateListCollections .categories-wall>div:first-child:before {
    display: none
}

.banner-big-sale {
    position: relative;
    padding: 80px 0 100px 8.5%
}

.fixed-body-2-2 .banner-big-sale {
    padding-left: 12%
}

.banner-big-sale h3 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 25px
}

.banner-big-sale a.button {
    margin: 0
}

.banner-big-sale img {
    display: block
}

.product-item-no-border .product-grid .product:hover:before {
    background-color: transparent
}

.product-item-no-border .product-grid .product:before {
    border: none
}

.tpro-wrapper {
    background-color: #000
}

.tpro {
    margin: 0 -15px;
    position: relative
}

.tpro>div {
    padding-left: 0;
    padding-right: 0
}

.tpro .background {
    display: inline-block;
    vertical-align: top;
    padding: 4px 15px;
    position: relative;
    z-index: 1;
    height: 40px
}

.tpro .background img {
    display: inline-block;
    vertical-align: top
}

.tpro .background p {
    vertical-align: top;
    display: inline-block;
    padding: 7px 0;
    margin: 0;
    font-size: 12px;
    color: #fff
}

.home-slider {
    overflow: hidden
}

.home-slider .slide-body {
    height: 500px
}

.home-slider .flex-direction-nav a {
    border-width: 1px;
    border-style: solid
}

.home-slider .slide-banner {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.home-slider .slide-img {
    visibility: hidden
}

.home-slider .slide-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1
}

.home-slider .slide-caption-wrapper {
    display: inline-block;
    padding: 30px 30px 5px
}

.home-slider .slide-sticker-wrapper {
    display: inline-block
}

.home-slider .caption.sub {
    display: inline-block
}

.home-slider .caption.header h2 {
    font-weight: 300
}

.home-slider .caption-content.real-caption {
    font-weight: 300
}

.home-slider .btn.btn-1 {
    font-size: 14px
}

.header-notice {
    background: #00a651;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: none
}

.header-notice a {
    color: #fff
}

.header-notice p {
    padding: 15px 0 17px;
    margin: 0
}

.header-notice a.close-notice {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: #fff;
    margin: 6px 10px;
    text-align: center;
    padding: 9px 0 0;
    color: #00a651;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.header-notice a.close-notice:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.header-notice a.close-notice:hover {
    background: #333;
    color: #fff
}

.body-header-type-19 .home-slider {
    margin: 0 -20px 0 -20px
}

.col-md-3 .box-no-advanced.box-with-products.with-scroll,
.col-md-4 .box-no-advanced.box-with-products.with-scroll,
.col-sm-3 .box-no-advanced.box-with-products.with-scroll,
.col-sm-4 .box-no-advanced.box-with-products.with-scroll {
    margin-bottom: 17px
}

.col-md-3 .box-no-advanced.box-with-products .clear,
.col-md-4 .box-no-advanced.box-with-products .clear,
.col-sm-3 .box-no-advanced.box-with-products .clear,
.col-sm-4 .box-no-advanced.box-with-products .clear {
    display: none
}

.col-md-3 .box-no-advanced .product-grid>.row:before,
.col-md-4 .box-no-advanced .product-grid>.row:before,
.col-sm-3 .box-no-advanced .product-grid>.row:before,
.col-sm-4 .box-no-advanced .product-grid>.row:before {
    display: none
}

.col-md-3 .box-no-advanced .products,
.col-md-4 .box-no-advanced .products,
.col-sm-3 .box-no-advanced .products,
.col-sm-4 .box-no-advanced .products {
    padding: 0!important;
    margin-top: -2px!important;
    margin-bottom: -1px;
    overflow: hidden
}


.col-md-3 .box-no-advanced .item,
.col-md-4 .box-no-advanced .item,
.col-sm-3 .box-no-advanced .item,
.col-sm-4 .box-no-advanced .item {
    overflow: hidden
}

.col-md-3 .box-no-advanced .products .product-grid,
.col-md-4 .box-no-advanced .products .product-grid,
.col-sm-3 .box-no-advanced .products .product-grid,
.col-sm-4 .box-no-advanced .products .product-grid {
    margin: -1px 0 0;
    padding: 0
}

.col-md-3 .box-no-advanced.with-scroll .products .product-grid,
.col-md-4 .box-no-advanced.with-scroll .products .product-grid,
.col-sm-3 .box-no-advanced.with-scroll .products .product-grid,
.col-sm-4 .box-no-advanced.with-scroll .products .product-grid {
    margin: -1px 0 10px;
    padding: 0
}

.col-md-3 .box-no-advanced .products .row>div,
.col-md-4 .box-no-advanced .products .row>div,
.col-sm-3 .box-no-advanced .products .row>div,
.col-sm-4 .box-no-advanced .products .row>div {
    width: 100%;
    margin: 0
}

.col-md-3 .box-no-advanced .products .row>div .product,
.col-md-4 .box-no-advanced .products .row>div .product,
.col-sm-3 .box-no-advanced .products .row>div .product,
.col-sm-4 .box-no-advanced .products .row>div .product {
    margin: 0;
    padding: 28px;
    text-align: left;
    background-position: top left;
    background-repeat: repeat-x;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.col-md-3 .box-no-advanced .products .row>div .product .new,
.col-md-3 .box-no-advanced .products .row>div .product .sale,
.col-md-4 .box-no-advanced .products .row>div .product .new,
.col-md-4 .box-no-advanced .products .row>div .product .sale,
.col-sm-3 .box-no-advanced .products .row>div .product .new,
.col-sm-3 .box-no-advanced .products .row>div .product .sale,
.col-sm-4 .box-no-advanced .products .row>div .product .new,
.col-sm-4 .box-no-advanced .products .row>div .product .sale {
    display: none
}

.col-md-3 .box-no-advanced .products .row>div .product:before,
.col-md-4 .box-no-advanced .products .row>div .product:before,
.col-sm-3 .box-no-advanced .products .row>div .product:before,
.col-sm-4 .box-no-advanced .products .row>div .product:before {
    display: none
}

.col-md-3 .box-no-advanced .products .row>div .product .left,
.col-md-4 .box-no-advanced .products .row>div .product .left,
.col-sm-3 .box-no-advanced .products .row>div .product .left,
.col-sm-4 .box-no-advanced .products .row>div .product .left {
    float: left;
    width: 34%
}

.col-md-3 .box-no-advanced .products .row>div .product .right,
.col-md-4 .box-no-advanced .products .row>div .product .right,
.col-sm-3 .box-no-advanced .products .row>div .product .right,
.col-sm-4 .box-no-advanced .products .row>div .product .right {
    float: left;
    width: 57%;
    margin-left: 9%;
    padding-top: 0
}

.col-md-3 .box-no-advanced .products .row>div .product .right .name,
.col-md-4 .box-no-advanced .products .row>div .product .right .name,
.col-sm-3 .box-no-advanced .products .row>div .product .right .name,
.col-sm-4 .box-no-advanced .products .row>div .product .right .name {
    visibility: visible!important;
    opacity: 1!important
}

.col-md-3 .box-no-advanced .products .row>div .product .price,
.col-md-4 .box-no-advanced .products .row>div .product .price,
.col-sm-3 .box-no-advanced .products .row>div .product .price,
.col-sm-4 .box-no-advanced .products .row>div .product .price {
    padding-top: 7px;
    visibility: visible!important;
    opacity: 1!important
}

.col-md-3 .box-no-advanced .products .product .only-hover,
.col-md-4 .box-no-advanced .products .product .only-hover,
.col-sm-3 .box-no-advanced .products .product .only-hover,
.col-sm-4 .box-no-advanced .products .product .only-hover {
    display: none
}

.col-md-3 .box-no-advanced .products .is-countdown,
.col-md-4 .box-no-advanced .products .is-countdown,
.col-sm-3 .box-no-advanced .products .is-countdown,
.col-sm-4 .box-no-advanced .products .is-countdown {
    display: none
}

.blog-tags .box-content {
    border-bottom: none!important
}

.tagcloud {
    line-height: 15px;
    position: relative;
    margin: -7px 0 -10px
}

.tagcloud a.active,
.tagcloud a:hover {
    background-color: #333;
    color: #fff
}

#myCarouselRelated .owl-carousel,
#myCarouselViewed .owl-carousel {
    margin: 0
}

.button-show-all-offers {
    display: inline-block;
    margin: 30px 0 0;
    background: #fff;
    width: 144px;
    vertical-align: top;
    font-size: 16px;
    color: #101f29;
    font-weight: 600;
    line-height: 18px;
    padding: 28px 30px 27px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.button-show-all-offers:hover {
    background: #101f29;
    color: #fff
}

.button-show-all-offers i {
    font-size: 9px
}

.check-all-specialties {
    display: block;
    margin: 40px 0 0;
    background: #e6e6e6;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    padding: 10px 20px
}

.templateProduct .filter-product .product-grid .product-hover .name,
.templateProduct .filter-product .product-grid .product-hover .price {
    visibility: visible!important;
    opacity: 1!important
}



.fixed-header-1 {
    position: fixed;
    top: -100px;
    display: none;
    z-index: 999;
    background: #fff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden
}

.fixed-header {
    top: 0;
    opacity: 1;
    visibility: visible
}

.fixed-header-1 .top-bar {
    display: none!important
}

.common-home.show-vertical-megamenu #main .fixed-header-1 .megamenu-background .vertical .megamenu-wrapper,
.templateCollection.show-vertical-megamenu-category-page #main .fixed-header-1 .megamenu-background .vertical .megamenu-wrapper {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    margin-top: 20px
}

.common-home.show-vertical-megamenu #main .fixed-header-1 .megamenu-background .vertical:hover .megamenu-wrapper,
.templateCollection.show-vertical-megamenu-category-page #main .fixed-header-1 .megamenu-background .vertical:hover .megamenu-wrapper {
    visibility: visible;
    opacity: 1;
    margin-top: 0
}

.body-header-type-19.common-home .fixed-header-1 #slider .pattern {
    margin-top: 0
}

.fixed-header-1 #top {
    position: relative!important;
    padding: 0!important
}

.fixed-header-1>#top .background,
.fixed-header-1>.megamenu-background {
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15)
}

#quickview_product .phantom-gallery {
    display: none
}

#quickview_product .phantom-gallery .flexslider {
    margin-top: 40px
}

.mfp-zoom-out-cur #someone-liked,
.mfp-zoom-out-cur .fixed-header-1 {
    display: none!important
}

#filter-addtocart span {
    text-transform: none;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    right: 50%;
    bottom: 100%;
    background-color: #000;
    color: #fff;
    white-space: pre;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    margin-bottom: 10px;
    line-height: normal;
    padding: 2px 8px;
    border-radius: 3px;
    -moz-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    opacity: 0;
    visibility: hidden
}

#filter-addtocart span:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    margin-bottom: 5px;
    -moz-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

#filter-addtocart.active span {
    opacity: 1;
    visibility: visible
}

header .fixed-header-1 #top .pattern>.container {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -10px
}

header .fixed-header-1 #top .pattern>.container+.megamenu-background {
    margin-top: 12px
}

.border-top-1-grey {
    border-top: 1px solid #e5e5e5
}


#sidebar .product-grid .product:before {
    display: none
}


#menu {
    position: relative;
    overflow: visible
}

#menu .background-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.megaMenuToggle {
    display: none
}


.container-megamenu2 {
    padding-bottom: 0!important;
    padding-top: 10px!important;
    z-index: 30!important
}

.container-megamenu.container .container {
    width: auto!important
}

.mega-menu-modules>div {
    position: static
}

.mega-menu-modules>div:first-child>div {
    z-index: 0;
    position: relative;
    margin-left: -45px!important
}

.standard-body .fixed .mega-menu-modules>div:first-child>div {
    margin-left: -40px!important
}

#main .mega-menu-modules>div:last-child>div {
    padding-left: 7px;
    padding-right: 7px;
}

.megamenu-background {
    border-bottom: 2px solid #00a651;
    position: relative
}

.megamenu-background>div {
    background-position: top left;
    background-repeat: repeat-x
}

.overflow-megamenu {
    z-index: 25
}

ul.megamenu {
    opacity: 1;
    margin: 0;
    padding: 0;
    list-style: none
}

ul.megamenu>li {
    float: left;
    width: auto;
    margin: 0 25px;
    z-index: 1
}
ul.megamenu > li.with-sub-menu .raw-title{font-weight: 500;}
ul.megamenu > li.with-sub-menu.specials .raw-title, .mobile-nav__link.specials{color: #C12227;}
ul.megamenu>li.pull-right {
    float: right;
    margin: 0 0 0 10px
}

ul.megamenu>li .close-menu,
ul.megamenu>li .open-menu {
    display: none
}

ul.megamenu>li.search {
    background: 0 0
}

#top ul.megamenu>li.search .search_form {
    padding: 0;
    margin: 14px 0 0;
    width: 260px
}

ul.megamenu>li.search .search_form input {
    padding: 11px 35px 10px 20px;
    margin: 0;
    height: 64px;
    width: 100%;
    font-size: 12px;
    min-height: 45px;
    border: none
}

ul.megamenu .ui-autocomplete {
    margin-top: 10px!important
}

ul.megamenu>li>a {
    display: block;
    position: relative;
    font-size: 15px;
    padding: 22px 2px 23px;
    height: 65px
}

ul.megamenu>li.pull-right>a {
    padding-right: 0
}

ul.megamenu>li.with-sub-menu>a strong:after {
    content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    color: #00a651;
    vertical-align: top;
    margin: 5px 0 0 12px
}

ul.megamenu>li.with-sub-menu:hover>a strong:after {
    color: #333
}

ul.megamenu>li>a strong {
    font-weight: 600
}

ul.megamenu .megamenu-label {
    position: absolute;
    top: 10px;
    left: -9px;
    height: 16px;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 9px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

ul.megamenu ul .megamenu-label {
    display: inline-block;
    position: relative;
    top: 2px;
    vertical-align: top;
    left: 10px
}

ul.megamenu .static-menu ul .megamenu-label {
    top: 6px
}

ul.megamenu .static-menu ul .main-menu .megamenu-label {
    top: 7px
}

ul.megamenu>li.active>a,
ul.megamenu>li.home>a,
ul.megamenu>li:hover>a,
ul.megamenu>li>a:hover {
    color: #00a651
}

ul.megamenu>li>a>.fa-home {
    display: block;
    font-size: 20px
}

ul.megamenu>li>a img {
    margin-right: 11px;
    margin-left: 14px;
    margin-bottom: 3px;
    vertical-align: middle
}

.vertical ul.megamenu>li>a img {
    display: block;
    float: left;
    position: relative;
    margin: -5px 13px -1px 0
}

ul.megamenu>li>a.description {
    line-height: 1.1
}

ul.megamenu>li>a.description strong {
    font-size: 13px;
    padding-top: 1px;
    display: block
}

ul.megamenu>li>a.description img {
    float: left;
    margin-left: 0
}

ul.megamenu>li>a.description .description {
    font-size: 11px;
    opacity: .9;
    position: absolute;
    top: 16px;
    right: -27px;
    font-weight: bold;
    color: #45b9d1;
}

@media only screen and (max-width: 1270px){
    ul.megamenu>li>a.description .description {right: 0;top: 7px;}
    .responsive ul.megamenu > li{margin: 0 12px!important;}
}
ul.megamenu>li>a.description .description-left {
    float: left;
    width: auto;
    display: block
}

ul.megamenu>li>.sub-menu {
    position: absolute;
    z-index: -20;
    visibility: hidden;
    right: 0
}

ul.megamenu>li.active>.sub-menu {
    z-index: 20;
    right: auto;
    visibility: visible
}

ul.megamenu>li>.sub-menu>.content {
    display: none
}

ul.megamenu>li.active>.sub-menu>.content {
    display: block
}

ul.megamenu>li>.sub-menu>.content>.arrow {
    position: absolute;
    left: 0;
    height: 1px
}

ul.megamenu>li>.sub-menu>.content>.arrow:after {
    position: absolute;
    margin-top: -40px;
    margin-left: -20px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: '';
    z-index: 30
}

ul.megamenu.fade>li>.sub-menu>.content {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

ul.megamenu.fade>li.active>.sub-menu>.content {
    display: block;
    opacity: 1;
    visibility: visible
}

ul.megamenu.shift-up>li>.sub-menu>.content {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-top: 25px
}

ul.megamenu.shift-up>li.active>.sub-menu>.content {
    margin-top: 0;
    display: block;
    opacity: 1;
    visibility: visible
}

ul.megamenu.shift-down>li>.sub-menu>.content {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-top: -25px
}

ul.megamenu.shift-down>li.active>.sub-menu>.content {
    margin-top: 0;
    display: block;
    opacity: 1;
    visibility: visible
}

ul.megamenu.shift-left>li>.sub-menu>.content {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    left: 30px
}

ul.megamenu.shift-left>li.active>.sub-menu>.content {
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible
}

ul.megamenu.shift-right>li>.sub-menu>.content {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    left: -30px
}

ul.megamenu.shift-right>li.active>.sub-menu>.content {
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible
}

ul.megamenu.flipping>li>.sub-menu>.content {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(350px) rotateX(-90deg);
    -o-transform: perspective(350px) rotateX(-90deg);
    transform: perspective(350px) rotateX(-90deg);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

ul.megamenu.flipping>li.active>.sub-menu>.content {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(350px) rotateX(0);
    -o-transform: perspective(350px) rotateX(0);
    transform: perspective(350px) rotateX(0);
    -webkit-transition: .2s linear 0;
    -o-transition: .2s linear 0;
    transition: .2s linear 0
}

ul.megamenu.slide>li>.sub-menu>.content {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

ul.megamenu.slide>li.active>.sub-menu>.content {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1!important;
    visibility: visible!important
}

.horizontal ul.megamenu>li>.sub-menu {
    max-width: 100%
}

.body-full-width .horizontal ul.megamenu>li>.sub-menu.full-width-sub-menu {
    margin-left: -45px
}

ul.megamenu li .sub-menu .content {
    padding: 30px;
    background: #fff;
    border-top: 1px solid #ccc;
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important
}

ul.megamenu li .sub-menu.full-width-sub-menu .content {
    padding: 30px 45px 40px
}

.standard-body .fixed ul.megamenu li .sub-menu.full-width-sub-menu .content {
    padding: 30px 40px 40px
}

ul.megamenu .sub-menu .content>.row {
    padding-top: 20px
}

ul.megamenu .sub-menu .content>.border {
    display: none
}

ul.megamenu .sub-menu .content>.row:first-of-type {
    padding: 0
}

ul.megamenu .sub-menu .content>.row>[class^=col-sm-] {
    padding-left: 15px;
    padding-right: 15px
}

ul.megamenu li .product {
    position: relative;
    margin-bottom: -4px
}

ul.megamenu li .product .image {
    padding: 0
}

ul.megamenu li .product .image img {
    display: block;
    margin: 0 auto
}

ul.megamenu li .product .name {
    padding: 13px 0 0;
    text-align: center
}

ul.megamenu li .product .price {
    color: #00a651;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center
}

ul.megamenu li .product .new,
ul.megamenu li .product .sale {
    margin-top: -5px
}

.products-carousel-overflow {
    margin-bottom: 12px;
    position: relative;
    text-align: center
}

.products-carousel-overflow .product {
    margin-bottom: 0!important;
    position: static!important;
    padding: 50px 10px
}

.products-carousel-overflow .product:after {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: -1px;
    width: 1px;
    display: block;
    background-position: top left;
    background-repeat: repeat-y;
    transition: border-color .2s ease-in;
    -webkit-transition: border-color .2s ease-in;
    -moz-transition: border-color .2s ease-in
}

.products-carousel-overflow .box-heading {
    margin: 0 auto;
    padding: 0 0 9px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #00a651;
    position: relative;
    z-index: 1
}

.products-carousel-overflow .strip-line {
    display: none
}

.products-carousel-overflow>.next,
.products-carousel-overflow>.prev {
    position: absolute;
    bottom: -18px;
    z-index: 10;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    padding: 8px 0 0 12px;
    text-align: left;
    left: 50%;
    cursor: pointer
}

.products-carousel-overflow>.next:hover,
.products-carousel-overflow>.prev:hover {
    background: #00a651;
    border-color: #00a651;
    color: #fff
}

.products-carousel-overflow>.prev {
    margin-left: -50px
}

.products-carousel-overflow>.next {
    margin-left: 15px;
    padding: 8px 0 0 14px
}

.products-carousel-overflow>.next:before,
.products-carousel-overflow>.prev:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.products-carousel-overflow>.next:before {
    content: "\f054"
}

.products-carousel-overflow>.next:hover:before,
.products-carousel-overflow>.prev:hover:before {
    color: #fff
}

.products-carousel-overflow .clear:before {
    height: 1px;
    content: '';
    left: 0;
    right: 0;
    margin-top: -1px;
    position: absolute;
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 1;
    display: block
}

.products-carousel-overflow .clear:after {
    height: 1px;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 1;
    display: block
}

ul.megamenu li .sub-menu .content .close-categories,
ul.megamenu li .sub-menu .content .open-categories {
    display: none
}

.static-menu a.main-menu {
    font-weight: 600!important;
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block
}

ul.megamenu li .sub-menu .content .static-menu .left-categories-image-right {
    float: left;
    width: 52%;
    padding-right: 8%
}

ul.megamenu li .sub-menu .content .static-menu .right-categories-image-right {
    float: left;
    width: 40%;
    text-align: right;
    padding-top: 15px
}

ul.megamenu li .sub-menu .content .static-menu .left-categories-image-left {
    float: left;
    width: 37%;
    padding-right: 7%;
    padding-top: 15px
}

ul.megamenu li .sub-menu .content .static-menu .right-categories-image-left {
    float: left;
    width: 56%
}

ul.megamenu li .sub-menu .content .static-menu .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.megamenu li .sub-menu .content .static-menu .menu > ul{
    display: flex;align-items: flex-start;justify-content: space-between;
}
ul.megamenu li .sub-menu .content .static-menu .menu > ul > li{
    padding: 0 15px;
}
ul.megamenu li .sub-menu .content .static-menu>.menu>ul>li a {
    color: #212121;
    font-weight: 400;
}

ul.megamenu li .sub-menu .content .static-menu>.menu>ul>li:first-child {
    padding-top: 0
}

ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
    padding: 0 0 5px;
    line-height: 26px
}

ul.megamenu li .sub-menu .content .static-menu .menu ul .categories-image-right ul a {
    display: block
}

ul.megamenu li .sub-menu .content .hover-menu .menu>ul>li {
    position: relative;
    margin: 0 -30px
}

ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 30px 8px;
    font-size: 14px;
    font-weight: 600
}

ul.megamenu li .sub-menu .content .col-sm-12 .hover-menu a.main-menu,
ul.megamenu li .sub-menu .content .hover-menu .col-sm-12 a.main-menu {
    background-position: top left;
    background-repeat: repeat-x
}

ul.megamenu li .sub-menu .content .hover-menu li:first-child a.main-menu {
    background: 0 0
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul li:hover>a {
    color: #00a651
}

ul.megamenu li .sub-menu .content .hover-menu a.with-submenu {
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

ul.megamenu li .sub-menu .content .hover-menu a.with-submenu:before {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 9px;
    line-height: 9px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color: #00a651;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

ul.megamenu li .sub-menu .content .hover-menu li:hover>a.with-submenu:before {
    right: 0;
    color: #333;
    opacity: 0
}

ul.megamenu li .sub-menu .content .hover-menu a.with-submenu:after {
    display: block;
    position: absolute;
    top: 16px;
    left: 15px;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 9px;
    line-height: 9px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color: #333;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden
}

ul.megamenu li .sub-menu .content .hover-menu li:hover>a.with-submenu:after {
    left: 30px;
    opacity: 1;
    visibility: visible
}

ul.megamenu li .sub-menu .content .hover-menu li:hover>a.with-submenu {
    padding-left: 50px
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul {
    list-style: none;
    margin: -14px 0 -15px;
    padding: 0;
    position: relative
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    display: none;
    width: 190px;
    padding: 15px 0;
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 0;
    margin: -15px 0 0 30px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

ul.megamenu li:hover .sub-menu .content .hover-menu .menu ul ul {
    display: block
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul.active {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-left: 0
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    top: 24px;
    left: -10px;
    border-right-color: #fff;
    border-left-width: 0
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li {
    position: relative
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 30px 8px;
    background-position: top left;
    background-repeat: repeat-x;
    font-size: 14px;
    font-weight: 600
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li:first-child a {
    background: 0 0
}

.megaMenuToggle {
    display: none;
    cursor: pointer
}

.megamenuToogle-wrapper {
    position: relative;
    z-index: 22;
    margin-top: -1px;
    background: #fafafa;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.megamenuToogle-wrapper .megamenuToogle-pattern {
    background-position: top left;
    background-repeat: repeat-x
}
.main-content .megamenuToogle-wrapper .megamenuToogle-pattern {
    background: 0 0
}

.vertical .megamenuToogle-wrapper {
    margin-top: 0
}

.active .megamenuToogle-wrapper,
.megamenuToogle-wrapper:hover {
    background: #00a651
}

.megamenuToogle-wrapper .container {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 22px 30px 18px!important;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.active .megamenuToogle-wrapper .container,
.megamenuToogle-wrapper:hover .container {
    color: #fff
}

.vertical .megamenuToogle-wrapper .container {
    padding: 26px 30px 23px!important
}

.megamenuToogle-wrapper .container>div {
    float: right;
    width: 15px;
    margin: 4px 0 0
}

.megamenuToogle-wrapper .container>div span {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    background: #00a651
}

.vertical #menuHeading {
    margin: 30px 0 0
}

.vertical .megamenu-wrapper {
    display: block;
    border: none;
    background: #333!important;
    position: relative;
    z-index: 23
}

.vertical ul.megamenu>li {
    display: block;
    float: none!important;
    width: auto;
    background: 0 0;
    border: none;
    border-top: 1px solid #404040;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    position: relative;
    margin: 0!important;
    padding: 0
}

.vertical ul.megamenu>li:first-child {
    border: none;
    padding-top: 3px
}

.vertical ul.megamenu>li:hover {
    background: #2d2d2d
}

.vertical ul.megamenu>li.home,
.vertical ul.megamenu>li.search {
    display: none
}

.vertical ul.megamenu>li>a {
    color: #fff;
    text-shadow: none;
    background: 0 0!important;
    height: auto!important;
    margin: 0;
    padding: 14px 30px 13px
}

.vertical ul.megamenu>li.with-sub-menu>a strong:after {
    display: none
}

.vertical ul.megamenu .megamenu-label {
    display: inline-block;
    position: relative;
    top: 2px!important;
    vertical-align: top;
    left: 10px
}

.vertical ul.megamenu>li.active>a,
.vertical ul.megamenu>li:hover>a {
    color: #fff
}

.vertical ul.megamenu>li>a.description {
    padding: 12px 20px 12px 21px
}

.vertical ul.megamenu>li.with-sub-menu>a {
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vertical ul.megamenu>li.with-sub-menu>a:before {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 9px;
    line-height: 9px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vertical ul.megamenu>li.with-sub-menu:hover>a:before {
    right: 0;
    opacity: 0
}

.vertical ul.megamenu>li.with-sub-menu>a:after {
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 9px;
    line-height: 9px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden
}

.vertical ul.megamenu>li.with-sub-menu:hover>a:after {
    left: 30px;
    opacity: 1;
    visibility: visible
}

.vertical ul.megamenu>li.with-sub-menu:hover>a {
    padding-left: 50px
}

.vertical ul.megamenu>li>.sub-menu {
    left: 100%;
    padding-top: 0;
    top: -10px
}

.vertical ul.megamenu>li>.sub-menu>.content {
    margin-left: 0;
    position: relative!important
}

.vertical ul.megamenu>li>.sub-menu.full-width-sub-menu>.content {
    padding-left: 40px;
    padding-right: 40px
}

.vertical ul.megamenu>li>.sub-menu>.content>.arrow {
    left: 0!important;
    top: 0
}

.vertical ul.megamenu>li>.sub-menu>.content>.arrow:after {
    position: absolute;
    top: 24px;
    left: 0;
    margin-top: 0;
    margin-left: -10px;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-right-color: #fff;
    border-left-width: 0;
    content: '';
    z-index: 30
}

.megamenu-background .vertical #menuHeading {
    margin: 0
}

.megamenu-background .vertical .megamenuToogle-wrapper {
    background: #fafafa;
    cursor: pointer;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.megamenu-background .vertical:hover .megamenuToogle-wrapper {
    background: #00a651
}

.megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
    background-position: top right;
    background-repeat: repeat-y
}

.megamenu-background .vertical .megamenuToogle-wrapper .container {
    padding: 26px 30px 23px 45px!important;
    background-position: top left;
    background-repeat: repeat-x;
    color: #333;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    height: 71px
}

.standard-body .fixed .megamenu-background .vertical .megamenuToogle-wrapper .container {
    padding-left: 40px!important
}

.megamenu-background .vertical:hover .megamenuToogle-wrapper .container {
    color: #fff
}

.standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1000px;
    width: 1020px;
    height: 71px;
    z-index: -1;
    background-position: top left;
    background-repeat: repeat-x;
    display: block
}

.fixed-body-2-2 .megamenu-background .mega-menu-modules>div:first-child:before {
    display: none!important
}


.megamenu-background .vertical .megamenuToogle-wrapper .container:after {
    content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    color: #00a651;
    vertical-align: top;
    margin: 5px 0 0 6px
}

#main .megamenu-background .vertical:hover .megamenu-wrapper,
.common-home.show-vertical-megamenu #main .megamenu-background .vertical .megamenu-wrapper,
body.templateCollection.show-vertical-megamenu-category-page #main .megamenu-background .vertical .megamenu-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    margin-top: 0
}

#main .megamenu-background .vertical ul.megamenu>li>a {
    padding-left: 45px
}

.standard-body #main .fixed .megamenu-background .vertical ul.megamenu>li>a {
    padding-left: 40px
}

#main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
    left: 20px
}

#main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
    left: 45px
}

#main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
    padding-left: 65px
}

.slideshow-modules {
    position: relative;
    z-index: 22
}

.slideshow-modules .vertical {
    position: relative
}

.slideshow-modules .vertical #menuHeading {
    margin: 0;
    cursor: pointer
}

.slideshow-modules .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
    background: 0 0
}

.slideshow-modules .vertical .megamenuToogle-wrapper .container {
    padding-top: 24px!important;
    padding-bottom: 25px!important
}


#main .slideshow-modules .vertical .megamenu-wrapper {
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    margin-top: 20px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

#main .slideshow-modules .vertical:hover .megamenu-wrapper,
.common-home.show-vertical-megamenu #main .slideshow-modules .vertical .megamenu-wrapper,
body.templateCollection.show-vertical-megamenu-category-page #main .slideshow-modules .vertical .megamenu-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    margin-top: 0
}

#main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li>a {
    padding-top: 21px;
    padding-bottom: 16px
}

#main .slideshow-modules .vertical ul.megamenu>li.with-sub-menu>a:after,
#main .slideshow-modules .vertical ul.megamenu>li.with-sub-menu>a:before {
    top: 26px
}

#main .slideshow-modules .vertical ul.megamenu>li>.sub-menu {
    top: 0
}

#main .slideshow-modules .vertical ul.megamenu>li>.sub-menu .arrow {
    display: none
}

#main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li>a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

#main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li.active>a img,
#main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li:hover>a img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

@media (max-width:767px) {
    .responsive ul.megamenu li .sub-menu .content .static-menu .categories-image-right,
    .responsive ul.megamenu li .sub-menu .content .static-menu .categories-image-top {
        display: none
    }
    .responsive ul.megamenu li .sub-menu .content .static-menu .categories-image-right>div>ul {
        display: block!important
    }
    .responsive ul.megamenu li .sub-menu .content .static-menu .left-categories-image-right {
        float: none;
        width: 100%;
        padding: 0
    }
    .responsive ul.megamenu li .sub-menu .content .static-menu .right-categories-image-right {
        display: none
    }
    .responsive ul.megamenu li .sub-menu .content .static-menu .left-categories-image-left {
        display: none
    }
    .responsive ul.megamenu li .sub-menu .content .static-menu .right-categories-image-left {
        float: none;
        width: 100%;
        padding: 0
    }
    .responsive ul.megamenu .sub-menu .content {
        padding: 20px 30px!important
    }
    .responsive ul.megamenu .sub-menu .content .border {
        display: none
    }
    .responsive ul.megamenu .sub-menu .content .row {
        margin: 0 -30px;
        padding: 0
    }
    .responsive ul.megamenu .sub-menu .content .row>div {
        margin-top: 20px;
        border-top: 1px solid #e6e6e6;
        padding-top: 20px;
        padding-left: 30px;
        background: 0 0!important;
        padding-right: 30px
    }
    .responsive ul.megamenu .sub-menu .content .row:first-of-type>div:first-child {
        margin-top: 0;
        border-top: none;
        padding-top: 0
    }
    .responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-disabled+.mobile-enabled {
        margin-top: 0;
        border-top: none;
        padding-top: 0
    }
    .responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-enabled+.mobile-disabled+.mobile-disabled+.mobile-disabled+.mobile-disabled+.mobile-enabled,
    .responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-enabled+.mobile-disabled+.mobile-disabled+.mobile-disabled+.mobile-enabled,
    .responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-enabled+.mobile-disabled+.mobile-disabled+.mobile-enabled,
    .responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-enabled+.mobile-disabled+.mobile-enabled {
        margin-top: 20px;
        border-top: 1px solid #e6e6e6;
        padding-top: 20px
    }
    .responsive ul.megamenu li .menu>ul>li {
        position: relative
    }
    .responsive ul.megamenu .menu>ul>li.active>.close-categories {
        display: block!important;
        position: absolute;
        top: 0;
        right: 14px;
        height: 45px;
        cursor: pointer
    }
    .responsive .standard-body .fixed ul.megamenu .menu>ul>li.active>.close-categories {
        right: 13px
    }
    .responsive .vertical ul.megamenu .menu>ul>li.active>.close-categories {
        right: 5px
    }
    .responsive ul.megamenu .menu>ul>li.active>.close-categories:before {
        content: "-";
        font-family: Arial;
        font-weight: 300;
        font-size: 30px;
        line-height: 46px;
        padding: 0 18px
    }
    .responsive ul.megamenu .menu>ul>li>.open-categories {
        display: block!important;
        position: absolute;
        top: 0;
        right: 14px;
        height: 45px;
        cursor: pointer
    }
    .responsive .standard-body .fixed ul.megamenu .menu>ul>li>.open-categories {
        right: 13px
    }
    .responsive .vertical ul.megamenu .menu>ul>li>.open-categories {
        right: 5px
    }
    .responsive ul.megamenu .menu>ul>li.active>.open-categories {
        display: none!important
    }
    .responsive ul.megamenu li .open-categories:before {
        content: "+";
        font-family: Arial;
        font-weight: 300;
        font-size: 20px;
        line-height: 50px;
        padding: 0 17px
    }
    .responsive #main ul.megamenu li .menu>ul>li .visible,
    .responsive #main ul.megamenu li .menu>ul>li>ul {
        display: none
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu.matrialarts-menu {
        padding: 0!important
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu {
        position: relative;
        margin: -20px -30px;
        overflow: hidden
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul {
        margin: 0!important;
        padding: 0!important;
        min-height: 0!important
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li {
        border-top: 1px solid #e5e5e5;
        margin: 0;
        background: 0 0;
        float: none
    }
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li:before {
        display: none
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu>ul:first-child>li:first-child,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu>ul:first-child>li:first-child {
        border-top: none
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
        display: block;
        padding: 13px 30px 10px;
        font-size: 14px;
        font-weight: 300;
        background: #fff
    }
    .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul li a,
    .responsive .vertical ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
        padding-left: 25px;
        padding-right: 25px
    }
    .responsive .megamenu-background .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul li a,
    .responsive .megamenu-background .vertical ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
        padding-left: 30px;
        padding-right: 30px
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li ul li a,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li ul li a {
        font-size: 13px
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a:hover,
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li.active>a,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a:hover,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li.active>a {
        background: #fafafa
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a:after,
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a:before,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a:after,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a:before {
        display: none
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
        margin: 0!important;
        padding: 0!important
    }
    .responsive #main ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li a,
    .responsive #main ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
        padding-left: 40px!important
    }
    .responsive #main ul.megamenu li .sub-menu .content .hover-menu .menu ul ul ul li a,
    .responsive #main ul.megamenu li .sub-menu .content .static-menu .menu ul ul ul li a {
        padding-left: 60px!important
    }
    .responsive ul.megamenu .sub-menu .content .static-menu .row>div {
        padding: 0 20px!important
    }
    .responsive .static-menu .visible {
        padding: 0!important
    }
    .responsive ul.megamenu li .sub-menu .content .static-menu>.menu>ul>li {
        padding: 0
    }
}

@media (max-width:991px) {
    .responsive ul.megamenu li .sub-menu .content {
        background-image: none!important
    }
    .responsive .mega-menu-modules .vertical.mobile-disabled {
        display: none!important
    }
    .responsive .vertical ul.megamenu>li {
        position: relative!important;
        padding: 0!important;
        border-left: none!important;
        border-right: none!important
    }
    .responsive .vertical ul.megamenu>li.click:before,
    .responsive .vertical ul.megamenu>li.hover:before {
        display: none
    }
    .responsive #main .vertical ul.megamenu>li>a {
        padding-left: 30px!important
    }
    .responsive #main .main-content .vertical ul.megamenu>li>a{
        padding-left: 25px!important
    }
    .responsive .mega-menu-modules>div:first-child>div {
        margin-right: -30px!important
    }
    .responsive .mega-menu-modules>div:first-child .vertical #menuHeading {
        margin-top: 0!important;
        display: none
    }
    .responsive .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
        background-image: none
    }
    .responsive #main .vertical .megamenuToogle-wrapper .container {
        padding-left: 30px!important;
        height: auto!important
    }
    .responsive .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
        display: none
    }
    .responsive .megamenu-background .vertical .megamenuToogle-wrapper {
        background: #00a651
    }
    .responsive .megamenu-background .vertical .megamenuToogle-wrapper .container {
        color: #fff
    }
    .responsive .vertical ul.megamenu>li.with-sub-menu>a:after,
    .responsive .vertical ul.megamenu>li.with-sub-menu>a:before {
        display: none
    }
    .responsive #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
        padding-left: 30px!important
    }
    .responsive #main .megamenu-background .vertical .megamenu-wrapper {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        margin-top: 0!important;
        position: relative;
        display: none
    }
    .responsive #main .slideshow-modules .vertical {
        margin-left: -20px;
        margin-right: -20px
    }
    .responsive #main .slideshow-modules .vertical .megamenu-wrapper {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        margin-top: 0!important;
        position: relative;
        display: none
    }
    .responsive .standard-body .full-width .megamenu-background .megaMenuToggle {
        position: relative
    }
    .responsive .standard-body .full-width .megamenu-background .megaMenuToggle:before {
        content: '';
        position: absolute;
        top: 0;
        left: -500%;
        right: -500%;
        bottom: 0;
        z-index: -1;
        background-position: top left;
        background-repeat: repeat-x;
        background-color: #fafafa;
        display: block
    }
    .responsive .megaMenuToggle {
        display: block
    }
    .responsive .horizontal {
        position: relative;
        margin: 0 -30px!important
    }

    .responsive .horizontal .megamenu-wrapper {
        display: none;
        background: #333!important;
        position: relative
    }

    .responsive .horizontal ul.megamenu>li {
        display: block;
        text-align: left;
        float: none!important;
        width: auto;
        background: 0 0!important;
        border: none;
        border-top: 1px solid #404040;
        position: relative;
        margin: 0!important;
        padding: 0;
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in
    }

    .responsive #main .horizontal ul.megamenu>li {
        border-left: none;
        border-right: none;
        border-bottom: none
    }
    .responsive .horizontal ul.megamenu>li:first-child {
        border: none!important
    }
    .responsive ul.megamenu>li.home,
    .responsive ul.megamenu>li.search {
        display: none
    }
    .responsive .horizontal ul.megamenu>li>a {
        color: #fff;
        text-shadow: none;
        background: 0 0!important;
        margin: 0;
        padding: 14px 30px 13px!important;
        height: auto!important;
        border: none
    }
    .responsive ul.megamenu>li.with-sub-menu>a strong:after {
        display: none
    }
    .responsive .horizontal ul.megamenu .megamenu-label {
        display: inline-block;
        position: relative;
        top: 2px;
        vertical-align: top;
        left: 10px
    }
    .responsive ul.megamenu>li>.sub-menu>.content>.arrow {
        display: none
    }
    .responsive ul.megamenu>li.active,
    .responsive ul.megamenu>li:hover {
        background: #2d2d2d!important
    }
    .responsive ul.megamenu>li.with-sub-menu .open-menu {
        position: absolute;
        right: 13px;
        top: 2px;
        z-index: 10;
        padding: 6px 18px 10px 50px;
        display: block;
        cursor: pointer;
        height: 45px;
        color: #fff
    }
    .responsive .slideshow-modules .vertical ul.megamenu>li.with-sub-menu .close-menu,
    .responsive .slideshow-modules .vertical ul.megamenu>li.with-sub-menu .open-menu {
        top: 10px
    }
    .responsive .vertical ul.megamenu>li.with-sub-menu .open-menu {
        right: 5px
    }
    .responsive ul.megamenu>li.active .open-menu {
        display: none
    }
    .responsive ul.megamenu>li.with-sub-menu .open-menu:before {
        content: "+";
        font-family: Arial;
        font-weight: 300;
        font-size: 20px
    }
    .responsive ul.megamenu>li.active .close-menu {
        display: block;
        position: absolute;
        z-index: 10;
        top: 2px;
        right: 13px;
        width: 85px;
        height: 45px;
        padding: 0 3px 0 40px;
        text-align: center;
        cursor: pointer;
        color: #fff
    }
    .responsive .vertical ul.megamenu>li.active .close-menu {
        right: 5px
    }
    .responsive ul.megamenu>li.active .close-menu:before {
        content: "-";
        font-family: Arial;
        font-weight: 300;
        font-size: 30px;
        line-height: 1.3
    }
    .responsive ul.megamenu>li>.sub-menu {
        width: 100%!important;
        padding-top: 0;
        position: relative;
        display: none;
        -webkit-transition: none!important;
        -moz-transition: none!important;
        transition: none!important;
        z-index: 2!important;
        visibility: visible!important;
        left: 0!important;
        top: 0!important;
        margin: 0!important
    }
    .responsive ul.megamenu li .sub-menu .content {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0x;
        -webkit-border-radius: 0;
        display: block!important;
        visibility: visible!important;
        opacity: 1!important;
        margin-top: 0!important;
        left: 0!important;
        margin-left: 0!important;
        -webkit-transition: none!important;
        -moz-transition: none!important;
        transition: none!important;
        -webkit-transform: scale(1, 1)!important;
        -moz-transform: scale(1, 1)!important;
        -o-transform: scale(1, 1)!important;
        -ms-transform: scale(1, 1)!important;
        transform: scale(1, 1)!important
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul,
    .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
        opacity: 1!important;
        visibility: visible!important;
        -webkit-transition: none!important;
        -moz-transition: none!important;
        transition: none!important
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
        display: block;
        margin: 0 10px 5px;
        width: auto;
        padding: 0;
        position: static;
        left: 0;
        background: 0 0;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
        display: none
    }
    .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
        display: none
    }
    .responsive .visible>div {
        margin: 0!important;
        border: none!important;
        padding: 0 0 0 10px!important
    }
}

@media (max-width:1098px) {
    .responsive ul.megamenu > li {
        margin: 0 9px !important;
    }
    .responsive ul.megamenu{padding-left: 0!important;}
    .responsive ul.megamenu>li.pull-right {
        margin: 0 0 0 10px
    }
    .responsive #main .mega-menu-modules>div:last-child>div {
        padding-left: 0;
    }
    .responsive .megamenu-background .vertical .megamenuToogle-wrapper .container,
    .responsive .megamenu-background .vertical ul.megamenu>li>a,
    .responsive .standard-body .fixed .megamenu-background .vertical .megamenuToogle-wrapper .container,
    .responsive .standard-body .fixed .megamenu-background .vertical ul.megamenu>li>a {
        padding-left: 30px!important
    }
    .responsive .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a,
    .responsive .standard-body .fixed .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
        padding-left: 50px!important
    }
    .responsive #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
        left: 10px
    }
    .responsive #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
        left: 30px
    }
    .responsive .mega-menu-modules>div:first-child>div,
    .responsive .standard-body .fixed .mega-menu-modules>div:first-child>div {
        margin-left: -30px!important
    }
}

@media (min-width:992px) {
    .megamenu-wrapper {display: block!important}
    .ui-autocomplete ul.artl{width: 45%;}
    .ui-autocomplete ul.prdc{width: 55%;}
}

.with-border-left {
    position: static
}

.with-border-left:before {
    content: '';
    position: absolute;
    width: 1px;
    top: -30px;
    bottom: -30px;
    background-repeat: repeat;
    margin-left: -31px
}

.full-width-sub-menu .with-border-left:before {
    bottom: -40px
}

@media (max-width:767px) {
    .responsive .with-border-left:before {
        display: none
    }
}

@media (max-width:991px) {
    .responsive .slideshow-modules .vertical #menuHeading,
    .vertical #menuHeading,
    .vertical .megamenu-wrapper {
        display: none
    }
    #main .slideshow-modules .vertical .megamenu-wrapper {
        -webkit-transition-property: none;
        transition-property: none
    }
    #main .megamenu-background .vertical .megamenu-wrapper {
        -webkit-transition-property: none;
        transition-property: none
    }
    .vertical .megamenuToogle-wrapper:before {
        display: none!important
    }
    .vertical .megamenuToogle-wrapper .container:before {
        display: none!important
    }
    .vertical .megamenuToogle-wrapper .container:after {
        width: auto!important;
        height: auto!important;
        display: block!important;
        content: "\f110"!important;
        color: inherit!important;
        position: static!important;
        background: 0 0!important;
        margin: 5px 0 0!important;
        float: right!important;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 10px!important;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    .responsive .standard-body #main .full-width .megamenu-background .megaMenuToggle:before {
        background: 0 0!important
    }
}

.standard-body .full-width .container {
    max-width: none;
    width: 1230px;
}

.no-responsive body {
    min-width: 1270px
}

.standard-body .fixed .background {
    width: 1140px;
    max-width: none
}

@media (min-width:1098px) and (max-width:1270px) {
    .responsive .standard-body .full-width .container {width: 1058px;}
    .responsive .standard-body .fixed .background {
        width: 968px
    }
    .responsive .fixed-body-2-2,
    .responsive .main-fixed,
    .responsive .standard-body .fixed2 .background {
        width: 1058px
    }
}

@media (min-width:992px) and (max-width:1098px) {
    .responsive .standard-body .full-width .container {
        width: 926px
    }
    .responsive .standard-body .fixed .background {
        width: 836px
    }
    .responsive .fixed-body-2-2,
    .responsive .main-fixed,
    .responsive .standard-body .fixed2 .background {
        width: 926px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .responsive .standard-body .full-width .container {
        width: 728px
    }
    .responsive .standard-body .fixed .background {
        width: 688px
    }
    .responsive .fixed-body-2-2,
    .responsive .main-fixed,
    .responsive .standard-body .fixed2 .background {
        width: 728px
    }
}

@media (max-width:768px) {
    .responsive .standard-body .full-width .container {
        width: auto
    }
    .responsive .standard-body .fixed .background {
        width: auto
    }
    .responsive .fixed-body-2-2,
    .responsive .main-fixed,
    .responsive .standard-body .fixed2 .background {
        width: auto
    }
}

@media (max-width:1270px) {
    .responsive .banner-big-sale {
        padding-left: 5%
    }
    .responsive .product-list-type-4 .product-list>div .name-actions .name {
        padding: 44px 0 0 10px
    }
    .responsive .product-list-type-4 .product-list .desc {
        padding-top: 47px
    }
    .responsive .standard-body .full-width .container{padding-left: 15px;padding-right: 15px;}
}

@media (max-width:1098px) {
    .responsive .social_widget.right .icon {
        left: -35px
    }
    .responsive .social_widget.left .icon {
        right: -35px
    }
    .responsive .fixed-body .col-md-12>.box-with-products .clear:after,
    .responsive .fixed-body .col-md-12>.box-with-products .clear:before,
    .responsive .fixed-body .col-md-12>.filter-product .tab-content:after,
    .responsive .fixed-body .col-md-12>.filter-product .tab-content:before,
    .responsive .fixed-body .col-sm-12>.box-with-products .clear:after,
    .responsive .fixed-body .col-sm-12>.box-with-products .clear:before,
    .responsive .fixed-body .col-sm-12>.filter-product .tab-content:after,
    .responsive .fixed-body .col-sm-12>.filter-product .tab-content:before,
    .responsive .standard-body .fixed .col-md-12>.box-with-products .clear:after,
    .responsive .standard-body .fixed .col-md-12>.box-with-products .clear:before,
    .responsive .standard-body .fixed .col-md-12>.filter-product .tab-content:after,
    .responsive .standard-body .fixed .col-md-12>.filter-product .tab-content:before,
    .responsive .standard-body .fixed .col-sm-12>.box-with-products .clear:after,
    .responsive .standard-body .fixed .col-sm-12>.box-with-products .clear:before,
    .responsive .standard-body .fixed .col-sm-12>.filter-product .tab-content:after,
    .responsive .standard-body .fixed .col-sm-12>.filter-product .tab-content:before {
        left: -30px;
        right: -30px
    }
    .responsive .product-grid .product .only-hover .btn-action {
        width: 35px;
        height: 35px;
        padding: 5px 0
    }
    .responsive .fixed-body .container,
    .responsive .fixed-body-2-2 .container,
    .responsive .standard-body .fixed .container,
    .responsive .standard-body .fixed2 .container {
        padding-left: 30px;
        padding-right: 30px
    }
    .responsive .fixed-body .container .container,
    .responsive .standard-body .fixed .container .container,
    .responsive .standard-body .fixed2 .container .container {
        padding-left: 0;
        padding-right: 0
    }
    .responsive .categories-wall .row>div:first-child .category-wall .image {
        margin-left: -15px;
        padding-left: 15px
    }
    .responsive .standard-body .full-width .categories-wall .row>div:first-child .category-wall .image {
        padding-left: 0;
        margin-left: 0
    }
    .responsive .categories-wall .row>div:last-child .category-wall .image {
        margin-right: -15px;
        padding-right: 15px
    }
    .responsive .standard-body .full-width .categories-wall .row>div:last-child .category-wall .image {
        padding-right: 0;
        margin-right: 0
    }
    .responsive .banner-big-sale {
        padding-left: 4%
    }
    .responsive .banner-big-sale img {
        max-width: 55%
    }
    .responsive .fixed-body .center-column .tab-content,
    .responsive .standard-body .fixed .center-column .tab-content {
        margin: 0 -30px;
        padding-left: 30px;
        padding-right: 30px
    }
    .responsive #contact_map,
    .responsive .main-fixed .cart-info,
    .responsive .main-fixed .col-md-12 .col-md-12.center-column .panel,
    .responsive .standard-body .fixed .cart-info,
    .responsive .standard-body .fixed .center-column .panel,
    .responsive .standard-body .fixed2 .cart-info {
        margin-left: -30px;
        margin-right: -30px
    }
    .responsive .main-fixed .cart-info table td:first-child,
    .responsive .standard-body .fixed2 .cart-info table td:first-child {
        padding-left: 30px
    }
    .responsive .main-fixed .cart-info table td:last-child,
    .responsive .standard-body .fixed2 .cart-info table td:last-child {
        padding-right: 30px!important
    }
    .responsive .center-column .panel-body,
    .responsive .main-fixed .col-md-12 .col-md-12.center-column .panel-heading {
        padding-left: 30px;
        padding-right: 30px
    }
    .responsive .standard-body .fixed .cart-info table td:first-child {
        padding-left: 30px
    }
    .responsive .standard-body .fixed .cart-info table td:last-child {
        padding-right: 30px
    }
    .responsive .standard-body .fixed .center-column .panel-body,
    .responsive .standard-body .fixed .center-column .panel-heading {
        padding-left: 30px;
        padding-right: 30px
    }
=
}

@media (max-width:991px) {
    .responsive .standard-body .fixed {
        padding: 0 20px
    }
    .responsive .main-fixed .container,
    .responsive .standard-body .fixed .container,
    .responsive .standard-body .fixed2 .container {
        padding-left: 30px;
        padding-right: 30px
    }
    .responsive .main-fixed .custom-footer.fixed {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .responsive .main-fixed .container .container,
    .responsive .standard-body .container .container {
        padding-left: 0;
        padding-right: 0
    }
    .responsive .col-md-3 .box-no-advanced.box-with-products,
    .responsive .col-md-4 .box-no-advanced.box-with-products,
    .responsive .col-sm-3 .box-no-advanced.box-with-products,
    .responsive .col-sm-4 .box-no-advanced.box-with-products {
        display: none
    }
    .responsive .box-with-categories {
        margin-top: -25px!important
    }
    .responsive #main .barber-footer-padding-left .container>div {
        padding-left: 15%!important
    }
    .responsive body.templateCollection.show-vertical-megamenu-category-page .breadcrumb .container>div {
        padding-left: 0!important
    }
    .responsive #main .dropdown-menu {
        display: none!important;
        visibility: visible!important;
        opacity: 1!important;
        -webkit-transition: none!important;
        -moz-transition: none!important;
        -o-transition: none!important;
        -ms-transition: none!important;
        transition: none!important
    }
    .responsive #main .open>.dropdown-menu {
        margin-top: 9px;
        display: block!important
    }
    .responsive .matrialarts-contact {
        padding: 13px 20px 0 0
    }
    .responsive .matrialarts-contact:before {
        left: -21px
    }
    .responsive .body-header-type-19.common-home #slider .pattern {
        position: relative;
        margin-top: 0
    }
}

@media (min-width:991px) and (max-width:1098px) {
    .responsive #top .dropdown {
        margin-right: 10px
    }
}

@media (min-width:767px) and (max-width:991px) {
    .responsive .search_form .button-search,
    .responsive .search_form .button-search2 {
        right: 15px
    }
    .responsive #top .dropdown {
        margin-right: 10px
    }
    .responsive #top .dropdown>a:after {
        margin-left: 5px
    }
    .responsive #top #cart_block {
        margin-left: 23px
    }
}

@media (max-width:767px) {
    .responsive #quickview_product .phantom-gallery {
        display: block
    }
    .responsive #quickview_product .popup-gallery,
    .responsive .tpro-wrapper .row div:before,
    .responsive .tpro-wrapper .row:before {
        display: none
    }
    .responsive #top #header-left,
    .responsive #top #header-right,
    .responsive .product-list>div,
    .responsive .top-bar,
    .responsive .tpro-wrapper .row>div,
    .responsive div.pagination-results .text-left,
    .responsive div.pagination-results .text-right {
        text-align: center
    }
    .responsive .owl-carousel {
        margin: -10px
    }
    .responsive .owl-carousel .owl-item .item {
        margin: 10px
    }
    .responsive .mobile-disabled{
        display: none!important
    }
    .responsive .tpro-wrapper .row .background {
        padding: 1px 15px;
        height: initial
    }
    .responsive .border-width-1 .box-with-products .clear:after,
    .responsive .border-width-1 .box-with-products .clear:before {
        left: -20px;
        right: -20px
    }
    .responsive .body-other .standard-body .full-width .box-with-products .clear:after,
    .responsive .body-other .standard-body .full-width .box-with-products .clear:before {
        left: 0;
        right: 0
    }
    .responsive .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .responsive .row>div {
        padding-left: 10px;
        padding-right: 10px
    }
    .responsive .fixed-body-2-2 .main-content .pattern>.container {
        padding-left: 20px!important;
        padding-right: 20px!important
    }
    .responsive .standard-body .fixed,
    .responsive .standard-body .fixed2 .container,
    .responsive .standard-body .full-width .container {
        padding: 0 20px
    }
    .responsive .standard-body .fixed .pattern>.container {
        padding: 0 20px;
        overflow: hidden
    }
    .responsive .fixed-body {
        padding: 0
    }
    .responsive .main-fixed .container {
        padding: 0 20px
    }
    .responsive .standard-body .container .container {
        padding-left: 0;
        padding-right: 0
    }
    .responsive #top .pattern>.container {
        padding-top: 10px;
        padding-bottom: 30px
    }
    .responsive .top-bar {
        padding-bottom: 16px
    }
    .responsive .top-bar .menu {
        float: none
    }
    .responsive .top-bar .menu li {
        padding: 0 7px
    }
    .responsive #top #cart_block .dropdown-menu,
    .responsive .box-product .carousel .item .product-grid .row>div {
        display: none!important
    }
    .responsive #top .logo {
        text-align: center;
        padding: 35px 0 5px
    }
    .responsive .breadcrumb .container {
        padding-top: 0!important;
        overflow: visible!important
    }

    .responsive body.templateCollection.show-vertical-megamenu-category-page .breadcrumb .container>div {
        padding-left: 0!important
    }
    .responsive .main-content .pattern>.container,
    .responsive .standard-body .main-content .pattern>.container {
        padding-bottom: 35px
    }
    .responsive body.templateCollection .col-md-9.center-column {
        margin-top: 10px
    }
    .responsive .center-column>:first-child {
        margin-top: 30px
    }
    .responsive .body-white-type-2 .main-fixed .center-column>:first-child {
        margin-top: 45px
    }
    .responsive .standard-body .full-width .center-column.content-with-background {
        padding: 25px 35px 5px;
        margin-top: 40px!important
    }
    .responsive .body-white .standard-body .full-width .center-column.content-with-background {
        padding: 0 10px
    }
    .responsive .standard-body .full-width .center-column.content-with-background:before {
        left: 10px;
        right: 10px
    }
    .responsive .standard-body .full-width .center-column .panel {
        margin-left: -25px;
        margin-right: -25px
    }
    .responsive .body-other .standard-body .full-width .center-column .panel {
        margin-left: -25px!important;
        margin-right: -25px!important
    }
    .responsive .body-white.border-width-1.checkout-checkout .standard-body .full-width .center-column .panel:first-child {
        margin-top: -40px
    }

    .responsive .standard-body .full-width .center-column .panel-body,
    .responsive .standard-body .full-width .center-column .panel-heading {
        padding-left: 0;
        padding-right: 0
    }
    .responsive .body-other .standard-body .full-width .center-column .panel-body,
    .responsive .body-other .standard-body .full-width .center-column .panel-heading,
    .responsive .border-width-1 .standard-body .full-width .center-column .panel-body,
    .responsive .border-width-1 .standard-body .full-width .center-column .panel-heading,
    .responsive .standard-body.fixed-body-2-2 .full-width .center-column .panel-body,
    .responsive .standard-body.fixed-body-2-2 .full-width .center-column .panel-heading {
        padding-left: 25px;
        padding-right: 25px
    }
    .responsive .templateCart .center-column .buttons .btn {
        padding-left: 20px;
        padding-right: 20px
    }
    .responsive .standard-body .full-width .cart-info {
        margin-left: -25px;
        margin-right: -25px
    }
    .responsive .standard-body .full-width .center-column>:first-child .cart-info {
        margin-top: -25px
    }
    .responsive .body-white .standard-body .full-width .center-column>:first-child .cart-info {
        margin-top: -40px
    }
    .responsive .cart-info table td {
        padding-left: 5px;
        padding-right: 5px
    }
    .responsive .cart-info table td:first-child {
        padding-left: 15px
    }
    .responsive .cart-info table td:last-child {
        padding-right: 15px!important
    }
    .responsive .body-white .standard-body .full-width .cart-info table td:last-child {
        padding-right: 20px!important
    }
    .responsive .cart-info table thead td {
        padding: 18px 0 14px
    }
    .responsive .cart-total {
        margin-bottom: 20px;
        padding-top: 20px
    }
    .responsive .banners>div {
        padding-top: 30px
    }
    .responsive .banners.banners-with-padding-20>div {
        padding-top: 20px
    }
    .responsive .banners.banners-with-padding-0>div:first-child {
        padding-top: 0
    }
    .responsive .box {
        margin-top: 18px
    }
    .responsive .box.with-scroll {
        margin-bottom: 15px
    }
    .responsive .box-product .carousel .item .product-grid .row:first-child>div:first-child,
    .responsive .box-product .carousel .item .product-grid .row:first-child>div:nth-child(2) {
        display: block!important
    }
    .responsive .box-category ul li li a {
        padding-left: 40px
    }
    .responsive .standard-body .full-width .product-grid {
        padding: 0 9px;
        overflow: hidden
    }
    .responsive .border-width-1 .standard-body .full-width .product-grid {
        padding: 0;
        overflow: visible
    }
    .responsive .box-product .carousel {
        margin: 0 -9px;
        padding: 0 9px
    }
    .responsive .product-grid .product:before {
        right: -11px;
        bottom: -1px
    }
    .responsive .product-grid .product:hover:before {
        right: -9px;
        left: -9px
    }
    .responsive .product-grid .row>div.col-xs-6:nth-child(odd) {
        clear: both
    }
    .responsive .product-grid .row>div.col-xs-6 .product:after {
        content: '';
        position: absolute;
        top: 0;
        left: -10px;
        right: -30px;
        height: 1px;
        display: block;
        border-top: 1px solid #e5e5e5
    }
    .responsive .product-grid .row>div.col-xs-6:nth-child(2n+1) .product:after {
        left: -30px;
        right: -10px
    }
    .responsive .product-grid .row>div.col-xs-6:first-child .product:after,
    .responsive .product-grid .row>div.col-xs-6:nth-child(2) .product:after,
    .responsive .product-grid .row>div.col-xs-6:nth-child(2n) .product:before {
        display: none!important
    }
    .responsive .product-grid .row>div.col-xs-6:nth-child(2n) .product:hover:before {
        display: block!important
    }
    .responsive .product-grid>.row {
        margin: 0 -20px;
        padding: 0 10px 1px
    }
    .responsive .product-grid>.row:before {
        left: -20px;
        right: -20px;
        width: auto;
        display: block
    }
    .responsive .product-filter .list-options .limit:before,
    .responsive .product-filter .list-options .sort:before,
    .responsive .product-filter .options .product-wishlist:before,
    .responsive .product-grid>.row:first-child:before,
    .responsive .product-list .desc:before,
    .responsive .product-list .name-actions:before {
        display: none
    }
    .responsive .product-list>div:before {
        left: -20px;
        right: -20px
    }
    .responsive .border-width-0 .standard-body .full-width .product-list>div:before {
        left: -2px;
        right: -2px
    }
    .responsive .product-list .name-actions>.name,
    .responsive .product-list .name-actions>.price,
    .responsive .product-list .name-actions>ul {
        padding-left: 0;
        padding-right: 0
    }
    .responsive .product-list .name-actions>ul {
        padding-left: 10px
    }
    .responsive .product-list .name-actions>.name {
        padding-top: 20px
    }
    .responsive .product-list .desc {
        padding-top: 20px!important
    }
    .responsive .product-filter .list-options,
    .responsive .product-filter .list-options .limit,
    .responsive .product-filter .list-options .sort,
    .responsive .product-filter .options {
        float: none;
        margin: 0;
        padding: 0;
        clear: both
    }
    .responsive .product-filter .options .button-group,
    .responsive .product-filter .options .product-wishlist {
        padding-bottom: 10px
    }
    .responsive .product-filter .list-options .limit,
    .responsive .product-filter .list-options .sort {
        float: left;
        clear: none;
        margin: 0 30px 10px 0
    }
    .responsive .product-filter .list-options .limit:after,
    .responsive .product-filter .list-options .sort:after {
        margin-top: 16px
    }
    .responsive .category-info:before,
    .responsive .refine_search_overflow:after {
        left: -20px!important;
        right: -20px!important
    }
    .responsive .body-other .standard-body .full-width .category-info:before,
    .responsive .body-other .standard-body .full-width .refine_search_overflow:after {
        left: 0!important;
        right: 0!important
    }
    .responsive .product-list {
        margin: 0 -20px;
        padding: 0 20px;
        width: auto!important
    }
    .responsive .border-width-0 .standard-body .full-width .product-list {
        margin: 0;
        padding: 0
    }
    .responsive .border-width-0 .standard-body .full-width .product-list>div {
        margin-left: 0;
        margin-right: 0
    }
    .responsive .category-list {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
    .responsive .product-info .cart .add-to-cart,
    .responsive .product-info .cart .minimum,
    .responsive .standard-body .full-width .center-column .tab-content {
        padding-left: 25px;
        padding-right: 25px
    }
    .responsive .body-other .standard-body .full-width .category-list,
    .responsive .body-other .standard-body .full-width .product-list {
        margin-left: 0;
        margin-right: 0
    }
    .responsive .center-column .product-grid:after,
    .responsive .center-column .product-grid:before {
        left: -20px;
        right: -20px
    }
    .responsive .body-other .standard-body .full-width .product-info {
        padding: 25px
    }
    .responsive .body-other .standard-body .full-width .product-info:before {
        top: 40px
    }
    .responsive .product-info .popup-gallery.col-sm-7,
    .responsive .product-info .product-center.col-sm-5 {
        width: 100%
    }
    .responsive .product-block,
    .responsive .product-info .product-center,
    .responsive .product-info .product-image {
        margin-top: 40px
    }
    .responsive .product-info .col-sm-10 .product-image {
        margin-top: 5px
    }
    .responsive .product-info .thumbnails {
        padding-top: 40px
    }
    .responsive .product-info .cart .links {
        padding-left: 25px
    }
    .responsive .product-info .thumbnails li,
    .responsive .product-info .thumbnails-left li {
        width: 25%;
        float: left
    }
    .responsive .center-column .tab-content {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .responsive .body-white .standard-body .full-width .center-column .tab-content {
        padding-left: 0;
        padding-right: 0
    }
    .responsive .custom-footer .container>.row>div,
    .responsive .footer .advanced-grid .container>div>.row>div,
    .responsive .footer .container>.row>div {
        padding-left: 10px
    }
    .responsive .htabs {
        padding-top: 34px
    }

    .responsive .footer-blocks-bottom .footer-block,
    .responsive .footer-blocks-top>div {
        text-align: left
    }
    .responsive .checkout-content .left,
    .responsive .checkout-content .right,
    .responsive .login-content .left,
    .responsive .login-content .right,
    .responsive .main-content .content .left,
    .responsive .main-content .content .right {
        float: none;
        width: 100%
    }
    .responsive .categories-wall:not(.rich-banner) {
        margin-top: 52px!important
    }
    .responsive .categories-wall.type-2 {
        margin-top: 0!important
    }
    .responsive .categories-wall .category-wall {
        margin: 0 -20px
    }
    .responsive .categories-wall.type-2 .category-wall {
        margin: 30px 0 0
    }
    .responsive .categories-wall .category-wall:before {
        right: 0;
        left: 0;
        top: 0;
        height: 1px;
        bottom: auto;
        background-repeat: repeat-x;
        display: block;
        width: 100%
    }
    .responsive .categories-wall.type-2 .category-wall:before {
        display: none
    }
    .responsive .custom-footer .container>.row>div:before {
        width: auto;
        height: 1px;
        bottom: auto;
        top: auto;
        left: -20px;
        right: -20px;
        margin-left: 0;
        background-repeat: repeat-x;
        margin-top: -5px
    }
    .responsive .main-fixed2 .footer .advanced-grid .container>div>.row:before,
    .responsive .main-fixed2 .footer .container>.row:before,
    .responsive .standard-body .full-width.footer .advanced-grid .container>div>.row:before,
    .responsive .standard-body .full-width.footer .container>.row:before {
        left: -10px;
        right: -10px
    }
    .responsive .footer .advanced-grid .container>div>.row>div:before,
    .responsive .footer .container>.row>div:before {
        width: auto;
        height: 1px;
        bottom: auto;
        top: auto;
        left: -20px;
        right: -20px;
        margin-left: 0;
        background-repeat: repeat-x;
        margin-top: -23px
    }
    .responsive .footer .container>.row.footer-blocks-top.type-2 {
        padding-top: 30px
    }
    .responsive .footer .container>.row.footer-blocks-top.type-2>div {
        padding-top: 0
    }
    .responsive .footer-blocks-top {
        padding-bottom: 10px
    }
    .responsive .footer-blocks-top .footer-block {
        padding-bottom: 10px;
        padding-top: 0;
        padding-left: 0!important
    }
    .responsive .advanced-grid-products .product .right {
        margin-left: 1%
    }
    .responsive .antique-products .advanced-grid-products .product .right {
        margin-left: 6%
    }
    .responsive .copyright ul {
        padding: 5px 0 10px;
        float: none
    }
    .responsive .zoomContainer {
        display: none!important
    }
    .responsive .banner {
        margin-top: 30px
    }
    .responsive #quickview .thumbnails {
        margin-bottom: 0
    }
    .responsive .modal-footer {
        text-align: center
    }
    .responsive .button-checkout,
    .responsive .button-continue-shopping {
        display: inline-block;
        float: none
    }
    .responsive #main .barber-footer-padding-left .container>div {
        padding-left: 0!important
    }
    .responsive .mobile-padding-top-0 .container>div {
        padding-top: 0!important
    }
    .responsive .slider-align-top #top {
        position: relative;
        width: 100%
    }
    .responsive .header-margin-top-80 header {
        margin-top: 30px
    }
    .responsive .responsive-margin-top-30 {
        margin-top: 30px!important
    }
    .responsive .responsive-margin-top-50 {
        margin-top: 50px!important
    }
    .responsive .responsive-margin-top-60 {
        margin-top: 60px!important
    }
    .responsive .responsive-margin-top-40 {
        margin-top: 40px!important
    }
    .responsive .responsive-margin-top-45 {
        margin-top: 45px!important
    }
    .responsive .responsive-margin-top-10 {
        margin-top: 10px!important
    }
    .responsive .responsive-margin-top-15 {
        margin-top: 15px!important
    }
    .responsive .responsive-margin-top-0 {
        margin-top: 0!important
    }
    .responsive .responsive-margin-bottom-0 {
        margin-bottom: 0!important
    }
    .responsive .responsive-margin-bottom-15 {
        margin-bottom: 15px!important
    }
    .responsive .responsive-margin-bottom-10 {
        margin-bottom: 10px!important
    }
    .responsive .product-page-type-2 .standard-body .full-width .product-info .product-center:before {
        left: 10px;
        right: 10px
    }
    .responsive .check-all-specialties {
        margin: 30px 0 0
    }
    .responsive #main .products-grid-with-carousel {
        padding: 0 10px!important
    }

    .responsive .product-list-type-4 .product-list>div .row>div {
        width: 100%!important;
        text-align: left
    }
    .responsive .product-list-type-4 .product-list>div .name-actions .name {
        padding: 49px 25px 0
    }
    .responsive .product-list-type-4 .product-list>div .name-actions .brand {
        padding: 1px 25px 0
    }
    .responsive .product-list-type-4 .product-list>div .name-actions .price {
        padding: 10px 25px 0
    }
    .responsive .product-list-type-4 .product-list>div .name-actions>ul {
        padding: 18px 25px 0
    }
    .responsive .product-list-type-4 .product-list .description {
        padding: 0 25px
    }
    .responsive .product-list-type-4 .product-list .desc {
        padding-top: 47px;
        padding-bottom: 30px
    }
    .responsive .product-list-type-4 .product-list .desc:before {
        display: none
    }
    .responsive .news .media-body .date-published {
        padding-top: 18px
    }
    .responsive .news .media-body h5 {
        padding-bottom: 20px;
        margin: 0;
        font-size: 14px;
        line-height: 18px
    }
    .responsive .news.v2 .media-body h5 {
        padding-bottom: 18px
    }
    .responsive .news.v2 .media-body h5 a {
        line-height: 18px
    }
    .responsive .category-wall2 {
        margin-top: 30px
    }
    .responsive .category-wall2-megamenu {
        margin: -20px -25px
    }
    .responsive .category-wall2 .row>div {
        position: relative;
        padding: 0 15px;
        margin: 0!important;
        border: none!important
    }
    .responsive .category-wall2-megamenu .row>div {
        padding: 0 25px!important
    }
    .responsive .category-wall2 .row>div:before {
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        height: 1px;
        display: block!important;
        border-top: 1px solid #e5e5e5
    }
    .responsive .category-wall2 .row:first-child>div:first-child:before {
        display: none!important
    }
    .responsive .category-wall2 .row>div .category {
        padding: 8px 25px 6px
    }
    .responsive .checkout-product table,
    .responsive .compare-info,
    .responsive .table,
    .responsive .wishlist-info table,
    .responsive .wishlist-product table,
    .responsive table.attribute,
    .responsive table.list {
        display: block;
        overflow-x: auto
    }
    .responsive .templateCart .table {
        display: table;
        overflow: visible
    }
    .responsive .templateCart .table .img-thumbnail {
        max-width: 65px
    }
    .responsive .pagination-ajax {
        margin-top: 5px
    }
    .responsive .posts .post .post-content {
        padding-bottom: 29px
    }
    .responsive .posts .post .post-description,
    .responsive .posts .post .post-title {
        padding-left: 25px;
        padding-right: 25px
    }
    .responsive .posts.posts-grid .post {
        width: 100%
    }
    .responsive .posts-3-columns-grid {
        margin-bottom: 0
    }
    .responsive .posts.posts-grid .post-with-3-columns .post-content {
        padding-bottom: 25px;
        margin-bottom: 30px
    }
    .responsive .posts .big-news .post-content .right .overflow {
        max-width: none;
        float: none;
        padding: 0 25px
    }
    .responsive .posts .big-news .post-content .right .overflow .date-published {
        padding-top: 15px
    }
    .responsive #main .blog-article .post .post-media {
        margin-bottom: 29px
    }
    .responsive #main .blog-article .post .post-content {
        padding-bottom: 22px
    }
    .responsive #main .blog-article .post .meta {
        padding: 22px 0 18px
    }
    .responsive #main .blog-article .post .box {
        padding-top: 12px!important
    }
    .responsive .filter-product .filter-tabs {
        padding-top: 21px
    }
    .responsive .filter-product .filter-tabs ul>li>a {
        margin: 0 12px
    }
    .border-width-1 .standard-body .full-width .filter-product .tab-content:after,
    .border-width-1 .standard-body .full-width .filter-product .tab-content:before,
    .responsive .fixed-body .filter-product .tab-content:after,
    .responsive .fixed-body .filter-product .tab-content:before,
    .responsive .standard-body .fixed .filter-product .tab-content:after,
    .responsive .standard-body .fixed .filter-product .tab-content:before {
        left: -20px;
        right: -20px
    }
    .responsive #contact_map {
        margin-bottom: 0;
        height: 280px
    }
    .responsive #map_container .map_info {
        position: static
    }
    .responsive #map_container .map_content {
        padding: 30px 0 15px
    }
    .responsive #contact_map .gmnoprint {
        opacity: 1;
        visibility: visible
    }
    .responsive #widgets .social_widget.hide,
    .responsive #widgets .social_widget.totop {
        display: inline-block!important;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto
    }
    .responsive #widgets .social_widget .icon {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        height: auto;
        width: auto;
        display: block;
        opacity: 1;
        visibility: visible
    }
    .responsive #widgets .social_widget .icon i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px
    }
    .responsive #widgets .social_widget .icon svg {
        width: 20px;
        height: 20px;
        fill: currentColor
    }
    .responsive #widgets .mobile-nav-icon,
    .responsive #widgets .social_widget .icon i {
        line-height: 40px
    }
    .responsive #widgets {
        display: flex;
        font-size: 0;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        z-index: 100000;
        transition: transform .25s ease;
        transform: translateY(40px)
    }
    .responsive #widgets.on {
        transform: none
    }
    .responsive #widgets.widget_2 .social_widget {
        width: 50%
    }
    .responsive #widgets.widget_3 .social_widget {
        width: 33.333333333333%
    }
    .responsive #widgets.widget_4 .social_widget {
        width: 25%
    }
    .responsive #widgets .social_widget .cart-count {
        display: block;
        position: relative
    }
    .responsive #widgets .social_widget .total_count_ajax {
        display: block;
        position: absolute;
        left: 50%;
        top: 5px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin-left: 5px;
        background: #666;
        color: #fff
    }
    .responsive .footer .copyright {
        padding-bottom: 40px
    }
    .responsive #mfilter-content-container .spinner img {
        margin-top: 200px
    }
    .responsive .templateCollection #sidebar {
        position: fixed!important;
        z-index: 9999999999;
        top: 0;
        bottom: 0;
        overflow: auto;
        padding-bottom: 22px;
        background-color: #fff;
        width: 100%;
        -webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
        -moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
        -o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
        -ms-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
        transition: left .33s cubic-bezier(.694, .0482, .335, 1)
    }
    .responsive .templateCollection #sidebar.left-0 {
        left: -100%;
    }
    .responsive .templateCollection.open_filter #sidebar {
        left: 0
    }
    .responsive .templateCollection #sidebar .box {
        margin-top: 0!important
    }
    .responsive .templateCollection #sidebar .box-content {
        border: none!important
    }
}

@media (min-width:500px) and (max-width:767px) {
    .responsive .templateListCollections .categories-wall .category-wall {
        margin: 0 0 20px
    }
    .responsive .templateListCollections .categories-wall>div[class*=col-] {
        width: 50%;
        float: left
    }
    .responsive .templateListCollections .categories-wall>div[class*=col-]:nth-child(3n+1) {
        clear: none
    }
    .responsive .templateListCollections .categories-wall>div[class*=col-]:nth-child(2n+1) {
        clear: both
    }
    .responsive .home-instagram-widget-content .home-instafeed .wrap {
        display: none;
        width: 15%
    }
    .responsive .home-instagram-widget-content .home-instafeed .wrap:nth-child(-n+12) {
        display: inline-block
    }
}

@media (max-width:500px) {
    .responsive .product-grid>.row>div {
        width: 100%;
        float: none
    }
    .responsive .box-product .carousel .item .product-grid .row:first-child>div {
        width: 50%;
        float: left
    }
    .responsive #main .product-grid .row>div.col-xs-6 .product:after {
        content: '';
        position: absolute;
        top: 0;
        left: -30px!important;
        right: -30px!important;
        height: 1px;
        display: block!important
    }
    .responsive .carousel-inner.owl-carousel .product-grid .row>div.col-xs-6 .product:before,
    .responsive .product-grid .row>div.col-xs-6 .product:hover:before,
    .responsive .with-scroll .product-grid .row>div.col-xs-6 .product:before {
        display: block!important
    }
    .responsive .home-instagram-widget-content .home-instafeed .wrap {
        display: none;
        width: 20%
    }
    .responsive .home-instagram-widget-content .home-instafeed .wrap:nth-child(-n+10) {
        display: inline-block
    }
    .responsive .popup .newsletter .subscribe {
        margin-left: 0;
        margin-top: 15px
    }
    .responsive .popup .newsletter input {
        width: 100%
    }
    .responsive .home-slider .slide-sticker-wrapper img {
        margin: auto;
        text-align: center
    }
}

@media (min-width:1160px) {
    .fixed-header-1 {
        display: block
    }
}

@media (min-width:992px) {
    .standard-body .full-width .container {
        max-width: 100%
    }
}


@media (min-width:1200px) {
    .LT-1200 {display: none}

}

@media (max-width:1199px) {
    .autocomplete-results{position: absolute;left: 0;}
    .GTorE-1200 {display: none}
}

@media (min-width:768px) {
    .LT-768 {
        display: none
    }
}

@media (max-width:767px) {
    .GTorE-768 {
        display: none
    }
}

.section-wrapper {
    position: relative
}

.section-wrapper.advanced-grid .matrialarts-products-tabs .select-tab li.active a {
    color: #333
}

@media (max-width:991px) {
    .responsive .col-md-3 .box-no-advanced.box-with-products,
    .responsive .col-md-4 .box-no-advanced.box-with-products,
    .responsive .col-sm-3 .box-no-advanced.box-with-products,
    .responsive .col-sm-4 .box-no-advanced.box-with-products {
        display: block!important
    }
}

.matrialarts-products-tabs {
    list-style: none;
    padding: 31px 0 0
}

.fixed-body .col-md-12 .box-with-products .clear:after,
.fixed-body .col-md-12 .box-with-products .clear:before {
    left: -30px;
    right: -30px
}

.vertical ul.megamenu>li.with-sub-menu .sub-menu ul li a img.img-check-required {
    display: block;
    float: left;
    position: relative;
    margin: -5px 13px -1px 0
}

.advanced-grid-onboarding .container .row div {
    font-size: 18px;
    text-align: center
}

.delivery-bar {
    margin: 30px 0 0 0;
    border: 1px solid rgba(0, 0, 0, .1)
}

.delivery-bar .row>div {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.delivery-bar .row>div:first-child {
    border-left: none
}

.delivery-bar img {
    float: left;
    margin: 14px 0 0 26px
}

.delivery-bar .row>div:first-child img {
    margin-left: 39px
}

.delivery-bar p {
    padding: 13px 0 11px 21px;
    margin: 0;
    font-weight: 600;
    float: left
}

@media (max-width:767px) {
    .responsive .delivery-bar {
        margin-top: 20px
    }
    .responsive .delivery-bar .row {
        margin: 0
    }
    .responsive .delivery-bar .row>div {
        clear: both;
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding: 0
    }
    .responsive .delivery-bar .row>div:first-child {
        border-top: none
    }
    .responsive .delivery-bar .row>div:first-child img {
        margin-left: 26px
    }
}

.promo-products .box {
    padding: 60px 0 60px 0;
    margin: 0 0 0 50%
}

@media (max-width:767px) {
    .responsive .promo-products .box {
        margin-left: 0;
        padding: 30px 0 30px 0
    }
}

.promo-products .product-grid>.row {
    display: block;
    margin: 0 -15px!important;
    border: none!important
}

.promo-products .product-grid>.row>div {
    padding: 0 15px!important;
    border: none!important
}

.promo-products .product-grid .product {
    background: #fff;
    padding: 20px 20px 34px 20px!important;
    margin: 30px 0 0 0!important
}

.big-sale {
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    font-weight: 100;
    padding: 26px 0 34px 0
}

.button-big-sale {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 25px;
    margin: 6px 0 0 19px
}

.border-width-1 .standard-body .full-width .col-md-12 .box-with-products .clear::after,
.border-width-1 .standard-body .full-width .col-md-12 .box-with-products .clear::before {
    left: -4000px;
    right: -4000px
}

@media (max-width:767px) {
    .responsive .row>div.section-wrapper {
        padding-left: 0
    }
    .responsive .row>div#shopify-section-header-menu1,
    .responsive .row>div#shopify-section-header-menu2 {
        padding-left: 10px
    }
}

.product-tab-wrapper .carousel .product-grid>.row {
    overflow: visible
}

.ag-products-tabs .product.clearfix.product-hover:after,
.product-tab-wrapper .product.clearfix.product-hover:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
    top: 0;
    z-index: -1
}

@media (max-width:767px) {
    .responsive .box-product .carousel .item .product-grid .row:first-child>div:first-child,
    .responsive .box-product .carousel .item .product-grid .row:first-child>div:nth-child(2) {
        display: block!important
    }
}

@media (max-width:500px) {
    .responsive .box-product .carousel .item .product-grid .row:first-child>div {
        width: 100%;
        float: left
    }
}

@media (max-width:767px) {
    .responsive .box-product .carousel .item .product-grid .row>div {
        display: block!important
    }
}

@media (max-width:500px) {
    .responsive .product-grid>.row>div {
        width: 100%;
        float: none
    }
}

@media (max-width:767px) {
    .responsive .row>div {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:1067px) {
    .col-md-3 .ag-product-tab-item.box-no-advanced .product-grid,
    .col-md-4 .ag-product-tab-item.box-no-advanced .product-grid,
    .col-sm-3 .ag-product-tab-item.box-no-advanced .product-grid,
    .col-sm-4 .ag-product-tab-item.box-no-advanced .product-grid {
        display: block!important
    }
}

.mega-menu-modules>div:first-child>div.horizontal {
    margin-left: 0!important
}

.product:hover .image-swap-effect .swap-image {
    visibility: visible;
    opacity: 1;
    z-index: 1
}
.sample-ag-section {
    border: 1px solid #d3dbe2;
    padding: 10px
}

.sample-ag-section div {
    text-align: center;
    border-bottom: 1px dotted #d3dbe2;
    padding: 10px
}

.sample-ag-section div:last-child {
    border: none
}

.sample-ag-section h2 {
    text-align: center;
    margin-top: 5px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 10px
}

#main .products-grid-with-carousel {
    overflow: visible
}

.footer-about-us img {
    display: block
}

.main-fixed {
    overflow-x: hidden
}

.main-content.home .pattern>.container>.row {
    margin: 0
}

#header-phantom .mega-menu-modules .section-wrapper.hidden {
    display: none!important;
    visibility: hidden!important
}

.menu-one-only #shopify-section-header-menu1,
.menu-one-only #shopify-section-header-menu2 {
    position: static
}

p.nil-paragraph {
    padding: 0;
    margin: 0
}

.box-product .owl-carousel,
.owl-carousel.slick-slider {
    margin: 0
}

.box-product .owl-carousel .owl-item .item {
    margin: 0
}

.box-product .owl-carousel .product-grid>.row {
    margin: 0
}

.box-product .owl-carousel .product-grid>.row>div {
    padding: 0
}

body .main-content .box-product .owl-carousel .product-grid {
    padding: 0 15px!important
}

.fixed-body .col-md-12 .box-with-products .clear:after,
.fixed-body .col-md-12 .box-with-products .clear:before {
    left: -45px;
    right: -45px
}

.product-grid .product {
    z-index: 2
}

@media (max-width:767px) {
    .responsive body .main-content .box-product .owl-carousel .product-grid {
        padding: 0 9px!important;
        overflow: visible
    }
    .responsive .box-product .owl-carousel .product-grid>.row {
        padding: 0 0 1px
    }
    .responsive .product-grid .row>div.col-xs-6 .product:after {
        width: inherit
    }
}

.products-grid-with-carousel .next,
.products-grid-with-carousel .prev {
    display: none
}

#header-phantom .overflow-megamenu .hidden {
    display: none!important;
    visibility: hidden!important
}

.home-slider-content .flex-direction-nav a {
    color: #000;
    border: 2px solid #000;
    background-color: transparent
}

.home-slider-content .flex-direction-nav a:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.home-slider .caption.header h2 {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.home-slider .caption-content.real-caption {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.overflow-megamenu>.section-wrapper {
    padding-left: 0;
    padding-right: 0
}

#slider {
    clear: both
}

.product-grid .product-hover:hover .only-hover {
    z-index: 2
}

#shopify-section-header-menu1 #megamenu_1.section-megamenu-content:not(.vertical),
#shopify-section-header-menu2 #megamenu_2.section-megamenu-content:not(.vertical) {
    position: static
}

.shopify-challenge__container {
    padding-top: 50px
}

.product-info .cart .add_to_cart .quantity {
    position: relative
}

.product-info .cart .add_to_cart .quantity #q_up {
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
    display: block
}

.product-info .cart .add_to_cart .quantity #q_down {
    position: absolute;
    left: 10px;
    top: 8px;
    cursor: pointer;
    display: block
}

.product-info .cart .add_to_cart .quantity input {
    text-align: center
}

.product-info .links .link a.add_to_compare {
    display: block;
    margin-top: 10px
}

.product-info .links .link:last-child {
    border: none!important
}

.product-info .links .link:first-child {
    border-right: 1px solid transparent!important
}

.product-list .name-actions ul {
    padding: 20px 15px 0 20px
}

.product-grid .product-hover .only-hover {
    bottom: 15px
}

.quickview.compareview .mfp-inline-holder .mfp-content {
    max-width: 90%;
    width: auto
}

.compare-content table,
.compare-content td,
.compare-content th {
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
    border-spacing: 0
}

.compare-content td,
.compare-content td>div {
    text-align: center
}

.compare-content td .product-price-and-shipping {
    display: inline-block;
    margin-bottom: 0
}

.compare-content th {
    width: 205px;
    max-width: 205px;
    min-width: 205px;
    overflow: hidden;
    text-align: left;
    padding-left: 15px
}

.compare-content th span {
    padding: .85rem 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}

.compare-content td {
    width: 230px;
    max-width: 230px;
    min-width: 230px
}

#be_compare_features_table_inner .price-old {
    font-weight: 400!important;
    text-decoration: line-through;
    padding-right: 5px
}

#be_compare_features_table_inner .price-new {
    font-weight: 600!important;
    color: #00a651
}

#be_compare_features_table_inner .spr-badge-caption {
    display: none
}

#be_compare_features_table_inner {
    position: relative
}

.no-flex #be_compare_features_table {
    display: inline-block
}

#be_compare_features_table {
    padding: 15px;
    justify-content: center;
    display: flex;
    max-width: 100%;
    max-height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:767px) {
    #be_compare_features_table {
        display: inline-block
    }
}

#be_compare_features_table_inner.scroll-left::before,
#be_compare_features_table_inner.scroll-right::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    z-index: 500
}

#be_compare_features_table_inner.scroll-right::after {
    background: -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 75%) 100% center;
    background: radial-gradient(ellipse at right, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 75%) 100% center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
    background-position: 100% 0;
    right: 0
}

#be_compare_features_table_inner.scroll-left::before {
    background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 75%) 0 center;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 75%) 0 center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
    left: 0
}

.product-grid .product .price {
    margin-bottom: 8px
}

.swatch-list .swatch-item {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

.swatch-list .swatch-item:after,
.swatch-list .swatch-item:before {
    position: absolute;
    right: 50%;
    bottom: 100%;
    opacity: 0;
    visibility: hidden
}

.swatch-list .swatch-item:before {
    content: '';
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    margin-bottom: 5px;
    -moz-transition: opacity 250ms ease-out;
    -webkit-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out
}

.swatch-list .swatch-item:after {
    content: attr(data-title);
    text-transform: none;
    font-size: 11px;
    font-weight: 400;
    background-color: #000;
    color: #fff;
    white-space: pre;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    margin-bottom: 10px;
    line-height: normal;
    padding: 2px 8px;
    border-radius: 3px;
    -moz-transition: opacity 250ms ease-out;
    -webkit-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out
}

.swatch-list .swatch-item:hover:after,
.swatch-list .swatch-item:hover:before {
    opacity: 1;
    visibility: visible
}

.product-grid .product .right {
    min-height: 80px
}

@media (max-width:767px) {
    .mobile-cart-content {
        padding-right: 15px
    }
    .mobile-cart-content>div {
        line-height: 55px
    }
    .cart-info table td:first-child {
        white-space: normal;
        padding-left: 0
    }
    .cart-info table input[name="updates[]"] {
        display: block
    }
}

header .mobile-navbar-toggle {
    display: none;
    font-size: 26px;
    color: #000;
    line-height: 1;
    position: absolute;
    top: 50px;
    left: 8px;
    z-index: 999
}

header .mobile-navbar-toggle>div {
    width: 25px;
    cursor: pointer
}

header .mobile-navbar-toggle>div span {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 4px;
    background: #00a651
}

.unero-off-canvas-layer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9990;
    cursor: pointer;
    display: none;
    background-color: rgba(0, 0, 0, .5)
}

.open-canvas-panel .unero-off-canvas-layer {
    display: block
}

.primary-mobile-nav {
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 400;
    width: 475px;
    background-color: #fff;
    position: fixed;
    left: -475px;
    top: 0;
    overflow: auto;
    height: 100%;
    color: #aaa;
    z-index: 9995;
    transition: transform .25s ease
}

.primary-mobile-nav .close-canvas-mobile-panel {
    font-size: 44px;
    line-height: 44px;
    color: #000
}

.primary-mobile-nav .mobile-nav-content {
    padding: 15px
}

.primary-mobile-nav ul.menu {
    padding: 0
}

.primary-mobile-nav ul.menu li {
    list-style: none;
    margin-bottom: 0
}

.primary-mobile-nav ul.menu li.menu-item-has-children>a .mobile-child-menu::after {
    content: "+";
    font-family: Arial;
    font-weight: 300;
    font-size: 30px;
    padding: 10px 0 10px 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.primary-mobile-nav ul.menu li>a {
    color: #999;
    position: relative
}

.primary-mobile-nav ul.menu li.active>a,
.primary-mobile-nav ul.menu li>a:hover,
.primary-mobile-nav ul.menu ul li.mobile-active a,
.primary-mobile-nav ul.menu>li.mobile-active a {
    color: #000
}

.primary-mobile-nav ul.menu li.active>a .mobile-child-menu::after {
    content: "-";
    font-family: Arial
}

.primary-mobile-nav ul.menu ul {
    padding-left: 15px;
    display: none;
    padding-top: 10px
}

.primary-mobile-nav ul.menu ul li {
    padding: 8px 0
}

.primary-mobile-nav ul.menu ul li a {
    font-size: 14px;
    display: block
}

.primary-mobile-nav ul.menu ul li a:after {
    font-size: 14px
}

.primary-mobile-nav ul.menu>li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 14px
}

.primary-mobile-nav ul.menu>li>a {
    font-size: 16px;
    display: block
}

body.open-canvas-panel {
    overflow: hidden
}

@media (max-width:991px) {
    .open-canvas-panel .unero-off-canvas-layer,
    header .mobile-navbar-toggle {
        display: block
    }
    .primary-mobile-nav.open {
        transform: translate3d(475px, 0, 0)
    }
}

@media (max-width:480px) {
    .primary-mobile-nav {
        width: 320px;
        left: -320px
    }
    .primary-mobile-nav.open {
        transform: translate3d(320px, 0, 0)
    }
}

@media (max-width:320px) {
    .primary-mobile-nav {
        width: 280px;
        left: -280px
    }
    .primary-mobile-nav.open {
        transform: translate3d(280px, 0, 0)
    }
}

#main .sale {padding: 2px 8px;margin-right: 10px;}

.trust-sale-img {margin-top: 15px}

.short-description {
    padding-top: 15px;
    padding-bottom: 15px
}

.product-additional-galleries {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1)
}

.product-360-button,
.product-video-button {
    display: inline-block;
    transition: box-shadow .2s
}

.product-360-button:hover,
.product-video-button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-360-button a,
.product-video-button a {
    position: relative;
    text-decoration: none;
    color: #4e4e4e;
    display: block;
    padding: 5px
}

.fastor-tooltip {
    position: relative
}

.fastor-tooltip-label {
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: .3px;
    visibility: hidden;
    white-space: nowrap;
    color: transparent;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: 130%;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -sand-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.fastor-tooltip-label:before {
    content: "\f0d7";
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    color: transparent;
    font-size: 16px;
    font-family: FontAwesome;
    line-height: 5px;
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -sand-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fastor-tooltip:hover .fastor-tooltip-label {
    background-color: #000;
    color: #fff;
    visibility: visible;
    top: auto;
    bottom: 115%;
    left: 50%;
    right: auto
}

.fastor-tooltip:hover .fastor-tooltip-label:before {
    color: #000
}

.fastor-tooltip:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f7f7f7;
    color: #000;
    vertical-align: middle;
    border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    transition: color .3s ease, background-color .3s ease
}

.product-video-button a:before {
    content: "";
    background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2060%2060%22%20style%3D%22enable-background%3Anew%200%200%2060%2060%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M45.563%2C29.174l-22-15c-0.307-0.208-0.703-0.231-1.031-0.058C22.205%2C14.289%2C22%2C14.629%2C22%2C15v30%0A%09%09c0%2C0.371%2C0.205%2C0.711%2C0.533%2C0.884C22.679%2C45.962%2C22.84%2C46%2C23%2C46c0.197%2C0%2C0.394-0.059%2C0.563-0.174l22-15%0A%09%09C45.836%2C30.64%2C46%2C30.331%2C46%2C30S45.836%2C29.36%2C45.563%2C29.174z%20M24%2C43.107V16.893L43.225%2C30L24%2C43.107z%22/%3E%0A%09%3Cpath%20d%3D%22M30%2C0C13.458%2C0%2C0%2C13.458%2C0%2C30s13.458%2C30%2C30%2C30s30-13.458%2C30-30S46.542%2C0%2C30%2C0z%20M30%2C58C14.561%2C58%2C2%2C45.439%2C2%2C30%0A%09%09S14.561%2C2%2C30%2C2s28%2C12.561%2C28%2C28S45.439%2C58%2C30%2C58z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E)
}

.product-360-button a:before {
    content: "";
    background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20294.843%20294.843%22%20style%3D%22enable-background%3Anew%200%200%20294.843%20294.843%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M147.421%2C0c-3.313%2C0-6%2C2.687-6%2C6s2.687%2C6%2C6%2C6c74.671%2C0%2C135.421%2C60.75%2C135.421%2C135.421s-60.75%2C135.421-135.421%2C135.421%0A%09%09S12%2C222.093%2C12%2C147.421c0-50.804%2C28.042-96.902%2C73.183-120.305c2.942-1.525%2C4.09-5.146%2C2.565-8.088%0A%09%09c-1.525-2.942-5.147-4.09-8.088-2.565C30.524%2C41.937%2C0%2C92.118%2C0%2C147.421c0%2C81.289%2C66.133%2C147.421%2C147.421%2C147.421%0A%09%09s147.421-66.133%2C147.421-147.421S228.71%2C0%2C147.421%2C0z%22/%3E%0A%09%3Cpath%20d%3D%22M205.213%2C71.476c-16.726-12.747-36.71-19.484-57.792-19.484c-52.62%2C0-95.43%2C42.81-95.43%2C95.43s42.81%2C95.43%2C95.43%2C95.43%0A%09%09c25.49%2C0%2C49.455-9.926%2C67.479-27.951c2.343-2.343%2C2.343-6.142%2C0-8.485c-2.343-2.343-6.143-2.343-8.485%2C0%0A%09%09c-15.758%2C15.758-36.709%2C24.436-58.994%2C24.436c-46.003%2C0-83.43-37.426-83.43-83.43s37.426-83.43%2C83.43-83.43%0A%09%09c36.894%2C0%2C69.843%2C24.715%2C80.126%2C60.104c0.924%2C3.182%2C4.253%2C5.011%2C7.436%2C4.087c3.182-0.925%2C5.012-4.254%2C4.087-7.436%0A%09%09C233.422%2C101.308%2C221.398%2C83.809%2C205.213%2C71.476z%22/%3E%0A%09%3Cpath%20d%3D%22M217.773%2C129.262c-2.344-2.343-6.143-2.343-8.485%2C0c-2.343%2C2.343-2.343%2C6.142%2C0%2C8.485l22.57%2C22.571%0A%09%09c1.125%2C1.125%2C2.651%2C1.757%2C4.243%2C1.757s3.118-0.632%2C4.243-1.757l22.57-22.571c2.343-2.343%2C2.343-6.142%2C0-8.485%0A%09%09c-2.344-2.343-6.143-2.343-8.485%2C0l-18.328%2C18.328L217.773%2C129.262z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E)
}

.product-360-view-wrapper {
    position: relative;
    max-width: 800px;
    margin: 100px auto
}

.product-360-view-wrapper .mfp-close {
    top: -40px!important;
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.fastor-threed-view {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: ew-resize;
    cursor: -webkit-grab
}

.fastor-threed-view:active {
    cursor: ew-resize;
    cursor: -webkit-grabbing
}

.fastor-threed-view:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 50%;
    z-index: 5;
    border-bottom: 5px solid rgba(175, 175, 175, .15);
    border-top: 2px solid rgba(175, 175, 175, .05);
    border-right: 2px solid rgba(175, 175, 175, .1);
    border-left: 2px solid rgba(175, 175, 175, .1);
    border-radius: 50%
}

.fastor-threed-view .threed-title {
    position: relative;
    padding-top: 20px;
    z-index: 40;
    text-align: center
}

.fastor-threed-view .threed-view-images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.fastor-threed-view .threed-view-images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto
}

.fastor-threed-view .threed-view-images img.previous-image {
    visibility: hidden
}

.fastor-threed-view .threed-view-images img.current-image {
    visibility: visible
}

.fastor-threed-view .spinner {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #000;
    font-weight: bolder;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.fastor-threed-view .spinner span {
    line-height: 60px
}

.fastor-threed-view .nav_bar {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -67.5px;
    z-index: 11;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

.fastor-threed-view .nav_bar a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 0;
    text-align: center;
    text-decoration: none
}

.fastor-threed-view .nav_bar a:hover {
    background-color: #f9f9f9
}

.fastor-threed-view .nav_bar a:after {
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome
}

.fastor-threed-view .nav_bar a.nav_bar_play:after {
    font-size: 24px;
    content: "\f04b"
}

.fastor-threed-view .nav_bar a.nav_bar_previous:after {
    font-size: 24px;
    content: "\f104"
}

.fastor-threed-view .nav_bar a.nav_bar_stop:after {
    font-size: 24px;
    content: "\f04c"
}

.fastor-threed-view .nav_bar a.nav_bar_next:after {
    font-size: 24px;
    content: "\f105"
}

.fastor-threed-view:-webkit-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px
}

.fastor-threed-view:-moz-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px
}

@media (max-width:991px) {
    .product-additional-galleries {
        text-align: left
    }
    .product-additional-galleries>div {
        margin-left: 0;
        margin-right: 0
    }
    .product-additional-galleries .product-video-button {
        margin-right: 15px
    }
}

.product-instagram {
    text-align: center;
    margin-top: 25px
}

.product-instafeed {
    margin: 0
}

.product-instafeed .wrap {
    width: 10%;
    display: inline-block
}

.product-instafeed a {
    border: none;
    text-align: center;
    position: relative;
    margin: 5px;
    display: block
}

.product-instafeed .hover_border {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 6px;
    right: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .15) inset;
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, .15) inset;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .15) inset
}

.product-instafeed .hover_border:hover {
    -webkit-box-shadow: 0 0 0 5px #00a651 inset;
    -moz-box-shadow: 0 0 0 5px #00a651 inset;
    box-shadow: 0 0 0 5px #00a651 inset
}

@media (max-width:767px) {
    .product-instafeed .wrap {
        width: 20%
    }
}


.product-info .options2 .selector-wrapper:after,
.slick-slide.dragging img {
    pointer-events: none
}

.shopify-preview-bar {
    display: none
}

#header-phantom .mega-menu-modules .section-wrapper.hidden {
    display: block!important;
    visibility: visible!important
}

#header-phantom .overflow-megamenu .section-wrapper.hidden {
    display: block!important;
    visibility: visible!important
}

.product-info .options2 .selector-wrapper.hide-choose-option:after,
.summary.entry-summary .invisible {
    display: none
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.product-additional-galleries {
    right: 20px
}

.quickview .product-additional-galleries {
    right: 25px;
    bottom: 150px
}

.product-info .product-center {
    margin-top: 0
}

.product-section-wrapper .product-info {
    margin-top: 50px
}

.product-info .product-thumbnails-bottom .thumbnails {
    padding-top: 0
}

.product-info .description p span:nth-child(2) {
    font-weight: 600
}

.product-info .price {
    padding-top: 15px;
    padding-bottom: 0
}

.product-info .description,
.product-info .options2 h2,
.quickview .product-info .description,
body.templateProduct .sidebar-slide .product-inner .price {
    padding-bottom: 15px
}

.product-info .price-range.price .price-new {
    font-size: 25px;
    vertical-align: middle;
    color: #000
}

form.variations_form {
    border: none!important
}

.swatch .swatch-element .swatch-radio.selected+label.img {
    background: 0 0
}

.product-info .options2 .selector-wrapper {
    padding-top: 0
}

.product-info .review {
    margin-bottom: 15px
}

.product-info .options {
    padding-top: 15px
}

.product-info .swatch {
    padding-top: 0
}

.product-info .description span {
    text-align: left;
    width: auto;
}

.product-page-design-full-screen .product-summary {
    padding-top: 40px
}

.sidebar-slide .product-inner .price .price-old {
    color: #232323;
    font-size: 14px!important;
    font-weight: 400!important;
    text-decoration: line-through;
    padding-right: 2px;
    padding-left: 0
}

.sidebar-slide .product-inner .price .price-new {
    font-size: 14px!important;
    vertical-align: middle;
    line-height: 14px
}

.sidebar-slide .product-inner .price .price-old+.price-new {
    padding-left: 15px
}

.sidebar-block-wrap.collection .title-block {
    font-size: 20px;
    font-weight: 500!important;
    text-transform: none;
    margin: 0 auto 10px;
    padding: 6px 0 9px;
    text-align: center;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #00a651;
    border-bottom-color: #00a651
}

.pswp .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.pswp .video-wrapper .wp-video,
.pswp .video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pswp .video-wrapper iframe:-webkit-full-screen {
    transform: none
}

.quickview .mfp-ajax-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.quickview .mfp-ajax-holder .mfp-close {
    top: -40px;
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.quickview .mfp-ajax-scaler .mfp-inline {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-attachment: scroll;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.quickview .mfp-ajax-holder .mfp-content {
    max-width: 900px
}

.quickview .mfp-content .product-info .review {
    margin: 0;
    padding: 0;
    border: none
}

.quickview .mfp-content .product-info .links {
    padding-left: 15px;
    padding-right: 15px
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.rt-fastor-product-gallery__wrapper.loaded:after,
.rt-fastor-product-gallery__wrapper.loaded:before,
.slick-arrow.slick-hidden {
    display: none
}

.rt-fastor-product-gallery__wrapper {
    max-height: 570px;
    overflow: hidden;
    margin: 0
}

.rt-fastor-product-gallery__wrapper>* {
    opacity: 0
}

.rt-fastor-product-gallery__wrapper:after,
.rt-fastor-product-gallery__wrapper:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c00;
    opacity: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.rt-fastor-product-gallery__wrapper:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.rt-fastor-product-gallery__wrapper.loaded {
    overflow: inherit;
    max-height: inherit
}

.rt-fastor-product-gallery__wrapper.loaded>* {
    opacity: 1
}

div.fastor-images {
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

div.fastor-images .FeaturedImage-product-template img {
    width: 100%
}

div.fastor-images .photoswipe {
    cursor: crosshair
}

div.fastor-images .slick-arrow {
    opacity: 0;
    font-size: 50px;
    cursor: pointer;
    font-weight: 100;
    color: #999;
    transition: .5s
}

div.fastor-images .slick-arrow:hover {
    color: #000
}

div.fastor-images .slick-arrow.slick-disabled {
    color: #ccc;
    cursor: auto
}

div.fastor-images:hover .slick-arrow {
    opacity: 1;
    left: 20px
}

div.fastor-images:hover .slick-next-arrow {
    right: 20px;
    left: auto
}

.feature-video .video {
    position: relative;
    display: block
}

.feature-video .video:before {
    font-family: FontAweSome;
    content: "\f04b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #000;
    font-size: 15px;
    padding-left: 5px
}

.feature-video .video:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff
}

div.fastor-images .slick-arrow {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    z-index: 99
}

div.fastor-images .slick-next-arrow {
    right: -20px;
    left: auto
}

.design-thumbnail-left .rt-fastor-product-gallery {
    padding-left: 85px
}

.product-thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%
}

.product-thumbnails .thumbnails {
    padding-top: 0;
    position: relative;
    margin: -15px 0;
    height: 100%
}

.product-thumbnails .thumbnails:hover .slick-prev-arrow {
    top: 10px;
    opacity: 1
}

.product-thumbnails .thumbnails:hover .slick-next-arrow {
    bottom: -10px;
    opacity: 1
}

.product-thumbnails-bottom .thumbnails .slick-arrow {
    position: absolute;
    top: 35px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-90deg)
}

.product-thumbnails-bottom .thumbnails .slick-next-arrow {
    left: auto;
    right: 10px
}

.product-thumbnails-bottom .thumbnails:hover .slick-prev-arrow {
    opacity: 1
}

.product-thumbnails-bottom .thumbnails:hover .slick-next-arrow {
    right: 0;
    opacity: 1
}

.product-thumbnails .thumbnails .slick-arrow,
.product-thumbnails-bottom .thumbnails .slick-arrow {
    opacity: 0;
    font-size: 24px;
    z-index: 99;
    cursor: pointer;
    font-weight: 700;
    color: #999;
    transition: .5s
}

.product-thumbnails .thumbnails .slick-arrow:hover,
.product-thumbnails-bottom .thumbnails .slick-arrow:hover {
    color: #000
}

.product-thumbnails .thumbnails .slick-arrow.slick-disabled,
.product-thumbnails-bottom .thumbnails .slick-arrow.slick-disabled {
    color: #ccc;
    cursor: auto
}

.product-thumbnails .thumbnails .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px
}

.product-thumbnails .thumbnails .slick-track {
    height: 100%
}

.product-thumbnails .thumbnails .slick-next-arrow {
    bottom: -10px;
    top: auto
}

.product-thumbnails .thumbnails .slick-slide {
    width: 70px;
    float: none;
    padding: 7px 0;
    border: none;
    opacity: .2;
    transition: .5s;
    cursor: pointer
}

.product-thumbnails-bottom .thumbnails .slick-slide {
    padding: 0 7px;
    border: none;
    opacity: .2;
    transition: .5s;
    cursor: pointer
}

.product-thumbnails .thumbnails .slick-slide.slick-current,
.product-thumbnails-bottom .thumbnails .slick-slide.slick-current {
    opacity: 1
}

.product-thumbnails .thumbnails .slick-slide.video-thumb,
.product-thumbnails-bottom .thumbnails .slick-slide.video-thumb {
    position: relative
}

.product-thumbnails .thumbnails .slick-slide.video-thumb:before,
.product-thumbnails-bottom .thumbnails .slick-slide.video-thumb:before {
    font-family: FontAweSome;
    content: "\f04b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #000;
    padding-left: 5px
}

.product-thumbnails .thumbnails .slick-slide.video-thumb:after,
.product-thumbnails-bottom .thumbnails .slick-slide.video-thumb:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff
}

.product-thumbnails .thumbnails .slick-slide:active,
.product-thumbnails .thumbnails .slick-slide:focus,
.product-thumbnails-bottom .thumbnails .slick-slide:active,
.product-thumbnails-bottom .thumbnails .slick-slide:focus {
    border: none;
    outline: 0
}

.product-thumbnails .thumbnails .slick-slide:last-child {
    margin-bottom: 0
}

.design-thumbnail-bottom div.fastor-images,
.design-thumbnail-sidebar div.fastor-images {
    padding-left: 0
}

.product-thumbnails-bottom {
    margin: 0 auto;
    text-align: center
}

.product-design-sticky div.summary {
    margin-bottom: 0!important
}

.design-thumbnail-scroll div.fastor-images {
    padding: 0
}

.design-thumbnail-scroll div.fastor-images figure>figure {
    margin-bottom: 15px
}

.product-design-sticky .product-summary {
    position: relative;
    opacity: 1;
    transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out
}

.product-design-sticky .product-summary.block-sticked .entry-summary {
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease
}

.product-design-sticky .product-summary.hide-temporary {
    opacity: 0
}

.product-design-sticky .fastor-images .shopify-product-gallery__wrapper .shopify-product-gallery__image:not(:first-child) a {
    display: block;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all .45s ease-in-out;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    opacity: 0
}

.product-design-sticky .fastor-images .shopify-product-gallery__wrapper .shopify-product-gallery__image:not(:first-child) a.animate-images {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1
}

@media (max-width:991px) {
    .product-page-design-full-screen .product-summary,
    .responsive .product-info .thumbnails {
        padding-top: 0
    }
    .product-design-sticky .product-summary {
        height: auto!important
    }
    .product-design-sticky .product-summary .entry-summary {
        padding: 0;
        position: static!important
    }
    .product-design-sticky .product-summary.hide-temporary {
        opacity: 1
    }
    .product-design-sticky .product-summary.block-sticked .entry-summary {
        transform: none!important;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -o-transform: none!important
    }
}

.thumbnail-gallery-item {
    border: none;
    opacity: .2;
    transition: .5s;
    cursor: pointer;
    padding: 15px;
    width: 50%;
    float: left
}

.thumbnail-gallery-item.active {
    opacity: 1
}

.thumbnail-gallery-item.video-thumb {
    position: relative
}

.thumbnail-gallery-item.video-thumb:before {
    font-family: FontAweSome;
    content: "\f04b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #000;
    padding-left: 5px
}

.thumbnail-gallery-item.video-thumb:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff
}

.product-images-content.design-thumbnail-full-screen,
.product-page-design-carousel .product-summary,
.product-page-design-full-screen .product-summary {
    max-width: 600px;
    text-align: center;
    margin: 0 auto
}

.product-page-design-carousel table.variations td,
.product-page-design-carousel table.variations th,
.product-page-design-full-screen table.variations td,
.product-page-design-full-screen table.variations th {
    text-align: center
}

.product-page-design-carousel table.variations th label,
.product-page-design-full-screen table.variations th label {
    margin-right: 15px
}

.product-page-design-carousel .product-external-action,
.product-page-design-carousel .variations_button,
.product-page-design-full-screen .product-external-action,
.product-page-design-full-screen .variations_button {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.product-images-content.design-thumbnail-carousel .fastor-images,
.product-images-content.design-thumbnail-full-screen .fastor-images {
    margin-bottom: 50px;
    padding: 0!important;
    max-width: none!important
}

.rt-fastor div.product.product-page-design-carousel .fastor-single-product-detail {
    padding-bottom: 0
}

.rt-fastor div.product.product-page-design-full-screen .fastor-single-product-detail {
    padding-bottom: 50px
}

.rt-fastor div.product.product-page-design-carousel div.fastor-images .slick-arrow {
    display: block;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
    font-size: 18px;
    color: #fff
}

.rt-fastor div.product.product-page-design-carousel div.fastor-images .slick-arrow:hover {
    background-color: rgba(0, 0, 0, .9)
}

.sidebar-block-wrap {
    margin-bottom: 50px
}

.sidebar-block-wrap:last-child {
    margin-bottom: 0
}

.sidebar-block-wrap h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    color: #000
}

.sidebar-block-wrap .sidebar-slide-content {
    padding-left: 0;
    position: relative
}

.sidebar-image img {
    width: 100%
}

.sidebar-block-wrap .sidebar-slide-content .un-product-thumbnail img {
    max-width: 60px
}

.sidebar-block-wrap .sidebar-slide-content .un-product-details h3 {
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0
}

.sidebar-block-wrap .sidebar-slide-content .un-product-details h3 a {
    font-size: 14px;
    font-weight: 500;
    color: #000
}

.sidebar-block-wrap .sidebar-slide-content .product-countdown-item {
    display: block;
    float: left
}

.sidebar-block-wrap .sidebar-slide-content .slick-arrow {
    font-size: 24px;
    z-index: 99;
    cursor: pointer;
    font-weight: 700;
    color: #999;
    transition: .5s;
    position: absolute;
    transform: translateX(-50%);
    top: 20%;
    left: 0
}

.sidebar-block-wrap .sidebar-slide-content .slick-arrow.slick-next-arrow {
    bottom: auto;
    right: -24px;
    left: auto
}

.sidebar-block-wrap .sidebar-slide-content .slick-arrow.slick-disabled {
    color: #ccc;
    cursor: auto
}

.sidebar-block-wrap .sidebar-slide-content:hover .slick-arrow.slick-next-arrow:not(.slick-disabled) {
    color: #000
}

.sidebar-info p>span {
    display: table-cell
}

.sidebar-info p>span:first-child {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    border-radius: 50%;
    background: #eff1f0;
    transition: all .5s;
    margin-right: 15px
}

.sidebar-info p>span:first-child i {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #666;
    transform: translate(-50%, -50%);
    transition: all .5s
}

.sidebar-info:hover p>span:first-child i {
    color: #fff
}

.product-design-sticky .product-summary.block-sticked .entry-summary .description,
.product-design-sticky .product-summary.block-sticked .entry-summary .review {
    display: none
}

.product-grid .product .swatch-list {
    position: absolute;
    left: 0;
    width: 100%
}

.aspect-product__wrapper {
    position: relative;
    display: block
}

.aspect-product__spacer {
    width: 100%
}

.aspect-product__images {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    text-align: left
}

.aspect-product__picture {
    position: absolute!important;
    height: 100%!important;
    width: auto!important;
    max-width: inherit;
    left: 50%!important;
    top: 50%!important;
    right: auto!important;
    bottom: auto!important;
    transform: translate(-50%, -50%)!important
}

.aspect-ratio-1 .aspect-product__picture,
.aspect-ratio-1333 .aspect-product__picture,
.aspect-ratio-15 .aspect-product__picture {
    width: 100%!important;
    height: auto!important
}

.aspect-ratio-1 .aspect-product__spacer-inner {
    padding-top: 100%
}

.aspect-ratio-075 .aspect-product__spacer-inner {
    padding-top: 133.33333%
}

.aspect-ratio-0667 .aspect-product__spacer-inner {
    padding-top: 149.92504%
}

.aspect-ratio-1333 .aspect-product__spacer-inner {
    padding-top: 100%
}

.aspect-ratio-15 .aspect-product__spacer-inner {
    padding-top: 66.66667%
}

.product-info .description p span.unavailable {
    width: 100%;
    max-width: none
}

@media (max-width:767px) {
    .table-responsive.cart-info .text-center a {
        white-space: pre-line
    }
    .cart-info table input[name="updates[]"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 10px
    }
}