/* 
Theme Name: flexi
Version: 2.0
Author:  SELBY & CO. Werbeagentur GmbH
Website: http://selbyco.com
*/

@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic
}

body,
html {
    width: 100%;
    height: 100%
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 16px;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll
}

a,
a:focus,
a:hover {
    color: #c1001f;
    outline: 0
}

body,
p,
ul li {
    line-height: 1.6
}

#header a,
.btn-flexi,
.btn-lg,
.outer-nav a,
.text-uppercase {
    text-transform: uppercase
}

.btn-flexi,
.btn-lg,
body,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: 'Open Sans', sans-serif
}

.contain,
.cover {
    background-repeat: no-repeat
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: 400;
    color: #363738;
    line-height: 1.3;
    letter-spacing: 1px
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #999;
    font-size: 50%
}

h1.post-title {
    font-size: 24px;
    margin-top: 10px!important;
    margin-bottom: 15px
}

h3.post-title {
    font-size: 22px
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:focus,
a:hover {
    text-decoration: none
}

.touch a:focus {
    color: #a3001a
}

p {
    margin-bottom: 16px
}

small {
    color: #999
}

.dark-bg,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5 {
    color: #fff
}

.relative {
    position: relative
}

.bold {
    font-weight: 600
}

.btn,
.form-control {
    border-radius: 0
}

.white-bg {
    background-color: #fff!important
}

.dark-bg {
    background-color: #000!important
}

.grey-bg {
    background-color: #f3f3f3!important
}

.light-grey-bg {
    background-color: #fafafa!important
}

.light-grey-bg-2 {
    background-color: #f5f5f5!important
}

.contain {
    -webkit-background-size: contain;
    background-size: contain
}

.cover {
    -webkit-background-size: cover;
    background-size: cover
}

.text-error {
    font-size: 18px;
    color: red
}

.white {
    color: #fff!important
}

.dark {
    color: #363738!important
}

.red {
    color: #c1001f!important
}

.gold {
    color: #b59964!important
}

.btn-flexi,
.btn-lg {
    font-size: 13px;
    color: #363738;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 0;
    padding: 13px 25px 15px;
    margin: 10px 15px 0 0;
    background: 0 0;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: .5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.btn-flexi.play-video:after,
.btn-flexi.read-more:after {
    font-family: Ionicons;
    font-size: 24px;
    right: 25px
}

.btn-flexi:focus {
    color: #363738
}

.btn-flexi.white,
.dark-bg .btn-flexi {
    color: #fff;
    border: 1px solid #fff!important
}

.btn-flexi.play-video,
.btn-flexi.read-more {
    position: relative;
    padding-right: 50px
}

.btn-flexi.read-more:after {
    content: '\f3d6';
    position: absolute;
    top: 14px
}

.btn-flexi.play-video:after {
    content: '\f487';
    position: absolute;
    top: 13px
}

.btn-flexi.gold {
    color: #b59964;
    border-color: #b59964!important
}

.btn-flexi.active {
    color: #c1001f;
    border-color: #c1001f!important
}

.btn-flexi.white {
    color: #fff;
    border-color: #fff!important
}

.btn-flexi:hover {
    color: #fff;
    border-color: #c1001f
}

.btn-flexi.gold:hover {
    color: #fff!important
}

.btn-flexi.white:hover,
.dark-bg .btn-flexi:hover {
    color: #363738!important
}

.btn-flexi:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #c1001f;
    content: '';
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    will-change: width
}

.btn-flexi.white:before,
.dark-bg .btn-flexi:before {
    background: #fff
}

.btn-flexi.gold:before {
    background: #b59964
}

.btn-flexi.active:before {
    background: #c1001f
}

.no-touch .btn-flexi:hover:before {
    width: 100%
}

.touch .btn-flexi.active:focus,
.touch .btn-flexi:focus,
.touch .btn-flexi:hover {
    color: #fff!important;
    border-color: #c1001f!important;
    background: #c1001f!important
}

.touch .dark-bg .btn-flexi:focus {
    color: #363738!important;
    border-color: #fff!important;
    background: #fff!important
}

.touch .btn-flexi.gold:focus {
    color: #363738!important;
    background: #b59964!important;
    border-color: #b59964!important
}

a.more {
    font-weight: 600
}

a.go-top,
a.go-top-2 {
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 34px;
    border: 1px solid #363738;
    position: fixed;
    overflow: hidden
}

a.go-top {
    right: 20px;
    bottom: 20px;
    text-align: center;
    color: #363738;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

a.go-top.active {
    opacity: 1;
    visibility: visible
}

a.go-top:hover {
    background: #363738;
    color: #fff
}

a.go-top-2 {
    right: 30px;
    bottom: 20px;
    text-align: center;
    color: #363738;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

a.go-top-2.active {
    opacity: 1;
    visibility: visible
}

a.go-top-2:hover {
    background: #363738;
    color: #fff
}

a.go-top-2:focus {
    background: #fff;
    color: #363738
}

ul.list {
    list-style: disc;
    padding: 0;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .7)
}

#footer ul,
#sidebar-nav,
.outer-nav,
ul#map-links {
    list-style: none
}

ul.list li {
    margin-left: 15px;
    padding-left: 5px;
    line-height: 26px
}

.space15 {
    height: 15px
}

.space20 {
    height: 20px
}

.space30 {
    height: 30px
}

.space50 {
    height: 50px
}

.space60 {
    height: 60px
}

.space100 {
    height: 100px
}

.z10 {
    z-index: 10
}

.animated,
.animated-mobile {
    visibility: hidden
}

.visible {
    visibility: visible
}

.animsition-loading,
.animsition-loading:after {
    display: none!important
}

.preload {
    height: 0;
    overflow: hidden!important
}

.container-fluid {
    max-width: 1200px;
    margin: 0 auto
}

.loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 75px;
    left: 0;
    bottom: 0;
    background-color: #fff
}

.loader .loading {
    position: absolute;
    top: 45%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader p {
    position: relative;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    color: #363738;
    letter-spacing: 13px;
    margin: 0;
    padding-right: 50px
}

.loader .line-scale {
    display: inline-block!important;
    position: absolute!important;
    top: 0;
    right: 0;
    color: #363738
}

.line-scale>div {
    background: #363738
}

.loader .circle:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.perspective {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.page-container {
    width: 100%;
    min-height: 100%;
    position: relative;
    background: #fff;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10
}

.page-container.transform {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0)
}

.page-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: opacity .4s, height 0s .4s;
    transition: opacity .4s, height 0s .4s
}

.page-wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%
}

.perspective.modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.modalview .page-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(-1px)
}

.animate .page-container::after {
    opacity: 1;
    height: 101%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

#menu-loop-wrapper {
    position: absolute;
    left: -150px;
    top: 0;
    height: 100vh;
    width: 40%;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    max-width: 596px;
    z-index: -1
}

#menu-loop-wrapper.menu-animated {
    opacity: 1;
    visibility: visible
}

#menu-loop {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.outer-nav {
    position: absolute;
    height: auto;
    font-size: 18px;
    top: 0;
    bottom: 200px;
    left: 0;
    width: 300px;
    margin: 0;
    padding: 60px 0 0 2%;
    overflow-x: hidden;
    overflow-y: auto
}

.outer-nav li {
    padding: 0;
    margin: 0 -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: all .4s;
    transition: all .4s
}

.outer-nav .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.outer-nav .sub-menu li {
    padding: 0;
    margin: 0
}

.outer-nav a {
    display: block;
    position: relative;
    white-space: nowrap;
    margin: 0 0 10px;
    color: #363738
}

.outer-nav a:hover {
    color: #c1001f
}

#shop_menu.outer-nav a {
    padding-left: 60px
}

#shop_menu.outer-nav a::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 60px;
    height: 40px;
    background-position: center center;
    background-size: contain
}

#shop_menu.outer-nav li.all-products a::before {
    background-image: url(img/nav/logo.jpg)
}

#shop_menu.outer-nav li.limited-edition a::before {
    background-image: url(img/nav/limited-edition.jpg)
}

#shop_menu.outer-nav li.vario a::before {
    background-image: url(img/nav/vario.jpg)
}

#shop_menu.outer-nav li.new-comfort a::before {
    background-image: url(img/nav/new-comfort.jpg)
}

#shop_menu.outer-nav li.style a::before {
    background-image: url(img/nav/style.jpg)
}

#shop_menu.outer-nav li.new-classic a::before {
    background-image: url(img/nav/new-classic.jpg)
}

#shop_menu.outer-nav li.design a::before {
    background-image: url(img/nav/design.jpg)
}

#shop_menu.outer-nav li.black-design a::before {
    background-image: url(img/nav/black-design.jpg)
}


#shop_menu.outer-nav li.new-neon a::before {
    background-image: url(img/nav/new-neon.jpg)
}

#shop_menu.outer-nav li.giant a::before {
    background-image: url(img/nav/giant.jpg)
}

#shop_menu.outer-nav li.xtreme a::before {
    background-image: url(img/nav/xtreme.jpg)
}


#shop_menu.outer-nav li.collection a::before {
    background-image: url(img/nav/collection.jpg)
}

#shop_menu.outer-nav li.leather a::before {
    background-image: url(img/nav/leather.jpg)
}

#shop_menu.outer-nav li.glam a::before {
    background-image: url(img/nav/glam.jpg)
}

#shop_menu.outer-nav li.outlet a::before {
    background-image: url(img/nav/outlet.jpg)
}

.perspective.animate .page-container {
    -webkit-transform: translateZ(0) translateX(10%) rotateY(-50deg);
    -moz-transform: translateZ(0) translateX(10%) rotateY(-50deg);
    -ms-transform: translateZ(0) translateX(10%) rotateY(-50deg);
    -o-transform: translateZ(0) translateX(10%) rotateY(-50deg);
    transform: translateZ(0) translateX(10%) rotateY(-50deg)
}

.no-csstransforms3d .perspective.animate .page-container {
    left: 50%
}

.perspective.animate .outer-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.perspective.animate .outer-nav li:nth-child(2) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms
}

.perspective.animate .outer-nav li:nth-child(3) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms
}

.perspective.animate .outer-nav li:nth-child(4) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s
}

.perspective.animate .outer-nav li:nth-child(5) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

.perspective.animate .outer-nav li:nth-child(6) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.perspective.animate .outer-nav li:nth-child(7) {
    -webkit-transition-delay: .24s;
    transition-delay: .24s
}

.perspective.animate .outer-nav li:nth-child(8) {
    -webkit-transition-delay: .28s;
    transition-delay: .28s
}

.perspective.animate .outer-nav li:nth-child(9) {
    -webkit-transition-delay: .32s;
    transition-delay: .32s
}

.perspective.animate .outer-nav li:nth-child(10) {
    -webkit-transition-delay: .36s;
    transition-delay: .36s
}

.perspective.animate .outer-nav li:nth-child(11) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.perspective.animate .outer-nav li:nth-child(12) {
    -webkit-transition-delay: .44s;
    transition-delay: .44s
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 75px;
    z-index: 999;
    display: block;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    -webkit-transition: background-color .5s, border .5s;
    -moz-transition: background-color .5s, border .5s;
    transition: background-color .5s, border .5s
}

#header.scrol {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(204, 204, 204, 1)
}

#header a {
    display: block;
    color: #363738
}

#header a#showMenu {
    position: absolute;
    top: 0;
    left: 40px;
    padding-left: 45px
}

#header a#showMenu i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px
}

#header #logo {
    position: absolute;
    top: 0;
    left: 30px;
    height: auto;
    width: 140px;
    line-height: normal;
    padding-top: 5px;
    text-align: center
}

#header #logo img {
    height: 65px;
    width: 124px
}

#header .site-actions {
    position: absolute;
    top: 25px;
    right: 50px
}

#header .site-actions.menu-links {
    position: absolute;
    top: 25px;
    right: 300px;
    width: auto;
    text-align: center
}

#header .site-action {
    float: right;
    position: relative;
    margin-left: 20px
}

#header .menu-links .site-action {
    float: left;
    position: relative;
    margin-left: 60px
}

#header .site-action a {
    font-size: 16px;
    position: relative;
    height: 24px
}

#header .site-action a.hover-icon {
    margin-top: -2px
}

#header .site-action a:hover {
    color: #c1001f
}

#header .site-action a i:before {
    font-size: 18px;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out
}

#header .site-action a:hover i:before {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
    color: #333
}

#header .site-action a i:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    margin-left: .2em;
    font-size: 18px;
    color: #c1001f;
    display: inline-block;
    font-family: 'fontello';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out
}

#header .site-action a.hover-icon.toggleSearch i:after {
    content: "\e901"
}

#header .site-action a.hover-icon.account i:after {
    content: "\f2c0"
}

#header .site-action a.hover-icon.cart i:after {
    content: "\e900"
}

#header .site-action a:hover i:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

a.hover-icon sup {
    position: absolute;
    color: #c1001f;
    top: 0;
    right: -5px
}

#header .dropdown-menu {
    right: 0;
    left: auto
}

#header .dropdown-menu a {
    line-height: 18px;
    display: block;
    width: 100%;
    padding: 3px 20px 6px;
    text-transform: none;
    float: left;
    color: #363738!important
}

.heading .title {
    display: inline-block
}

.left-job-nav,
.right-job-nav {
    position: fixed;
    width: 40%;
    height: 75px;
    top: 0;
    z-index: 1500
}

.left-job-nav {
    left: 0
}

.right-job-nav {
    right: 0
}

.left-job-nav .nav li {
    position: relative;
    float: left
}

.right-job-nav .nav li {
    position: relative;
    float: right
}

.left-job-nav .nav li a,
.right-job-nav .nav li a {
    line-height: 75px;
    padding: 0 30px;
    font-size: 14px;
    color: #363738;
    position: relative;
    text-transform: uppercase
}
.job-header {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px
}
.job-header img {
    width: 100%;
    height: auto;
}
.job-title {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center
}
.job-title h1 {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2
}
.job-title h3 {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.2
}
.job-content {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px
}
.job-content ul {
    margin: 0 0 20px;
    padding-left: 20px
}
.job-content ul:last-of-type {
    margin-bottom: 0;
}
.job-footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px
}
.job-footer .footer-text {
    float: left;
    width: 50%;
}
.job-footer img {
    width: 100%;
    height: auto;
}
.job-footer .row {
    margin-left: -10px;
    margin-right: -10px;
}
.job-footer .row>[class*=col-] {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.job-footer .col-1 {
    width: 145px;
}
.job-footer .col-2,
.job-footer .col-3 {
    width: 410px;
}
.job-date {
    opacity: 0
}
@media screen and (min-width:992px) {
    .job-title h1 {
        font-size: 48px;
    }
    .job-title h3 {
        font-size: 28px;
    }
    .job-footer .row {
        display: flex;
        flex-wrap: wrap;
    }
    .job-footer .row>[class*=col-] {
        display: flex; 
        flex-direction: column;
    }
    .job-footer .row>[class*=col-] div {
        margin-top: auto;
    }
}
@media screen and (max-width:1199px) {
    .job-footer .col-1 {
        width: 140px;
    }
    .job-footer .col-2,
    .job-footer .col-3 {
        width: 410px;
    }
}
@media screen and (max-width:991px) {
    .job-footer .col-2,
    .job-footer .col-3 {
        width: 600px;
    }
    .job-footer .col-3 {
        margin-top: 15px
    }
}
@media screen and (max-width:768px) {
    .job-footer .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .job-footer .row>[class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .job-footer .col-1 {
        width: 20%;
    }
    .job-footer .col-2,
    .job-footer .col-3 {
        width: 80%;
    }
    .job-footer .col-3 {
        margin-top: 10px
    }
}
@media screen and (max-width:380px) {
    .job-footer .col-1 {
        width: 75px;
        margin-bottom: 10px
    }
    .job-footer .col-2,
    .job-footer .col-3 {
        width: 100%;
    }
}




.loader-wrapper .loader-inner>div,
.vertical-line {
    background-color: #363738
}

.panel-grid,
.row-grid {
    margin-right: -30px;
    margin-left: -30px
}

.grid-item {
    position: relative;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 60px;
    width: 50%;
    height: auto;
    overflow: hidden;
    vertical-align: top;
    padding-left: 32px;
    padding-right: 32px;
}

.grid-item img {
    width: 100%;
    height: auto
}

.grid-item a {
    color: #333;
    display: block
}
.grid-item a.play-video {
    position: relative;
}
.grid-item a.play-video .play-button-wrap {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}
.grid-item .play-button-wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    padding: 0!important;
}

.grid-item h4 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.grid-item h4 span {
    font-weight: 400
}

.grid-item i {
    padding-left: 7px;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.grid-item a:hover h4 {
    color: #c1001f
}

.grid-item a:hover h4 span {
    color: #333
}

.grid-item a:hover i {
    padding-left: 14px
}

.heading {
    position: relative;
    margin-bottom: 40px
}

.heading.first {
    margin-top: 75px
}

.heading .title {
    padding-right: 150px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 18px
}

.comp-item-left .heading .title {
    padding-right: 0;
    padding-left: 150px
}

.heading a,
.heading a:focus,
.heading a:hover {
    color: #363738
}

.heading p {
    margin-bottom: 0;
    text-transform: uppercase
}

.vertical-line {
    position: absolute;
    width: 100px;
    height: 1px;
    top: 18px;
    right: 0;
    content: ""
}

.welcome img {
    float: right;
    max-height: 260px;
    width: auto
}

.fullwidth {
    max-width: 100%!important;
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding-bottom: 100px;
    overflow: hidden
}

.p-title {
    margin: 0;
    line-height: 1
}

.page-title {
    margin: 0
}

.item-animation .heading {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

.item-animation.item-animated .heading {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.item-animation.comp-item-left .media {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

.item-animation.comp-item-left.item-animated .media {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.item-animation.comp-item-right .media {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

.item-animation.comp-item-right.item-animated .media {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.item-animation.comp-item-left .desc {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

.item-animation.comp-item-left.item-animated .desc {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.item-animation.comp-item-right .desc {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

.item-animation.comp-item-right.item-animated .desc {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

#main {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

#content {
    padding-top: 30px;
    padding-bottom: 60px
}

.page-title {
    padding-top: 20px;
    padding-bottom: 30px
}

.p-title {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

.s-title {
    margin: 0 0 30px;
    padding-bottom: 15px;
    text-align: center;
    position: relative
}

.s-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 1px;
    background: #1b1b1b;
    margin-left: -40px
}

.slider-wrapper {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto 30px;
    padding: 0 60px;
    height: auto;
    position: relative;
    overflow: hidden
}

.slider-wrapper .prev-arrow,
.slider-wrapper .next-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 499;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.slider-wrapper .prev-arrow:before,
.slider-wrapper .prev-arrow:after,
.slider-wrapper .next-arrow:before,
.slider-wrapper .next-arrow:after {
    width: 50px;
    height: 50px;
    content: '';
    background: url(img/icons/bigarrow.svg);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-wrapper .prev-arrow {
    left: 0
}

.slider-wrapper .next-arrow {
    right: 0
}

.slider-wrapper .prev-arrow:before,
.slider-wrapper .prev-arrow:after {
    transform: rotate(180deg)
}

.slider-wrapper .next-arrow:hover:after {
    margin-left: 5px
}

.slider-wrapper .prev-arrow:hover:after {
    margin-left: -5px
}

.slider-wrapper .home-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0
}

.home-slider .item {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.home-slider .img-content {
    width: 100%;
    height: auto;
    z-index: 1
}

.home-slider img {
    width: 100%;
    height: auto
}

.home-slider .text-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 45%;
    height: auto;
    padding-left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.home-slider .text-content h1 {
    line-height: 1;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 10px
}

.home-slider .text-content p {
    font-size: 16px
}

.home-slider .slick-dots {
    bottom: 10px;
    text-align: right;
    padding-right: 20px
}

.home-slider .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 5px
}

.home-slider .slick-dots li button {
    width: 11px;
    height: 11px
}

.home-slider .slick-dots li button::before {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    content: '';
    opacity: 1
}

.home-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    background: rgba(0, 0, 0, .9)
}

#filters .form-group .form-control,
.menu-follow span {
    letter-spacing: 1px
}

#shop-wrapper .fail-message:before,
.review br,
.zoom-detail::after {
    content: ''
}

.collection-teaser {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: all .4s cubic-bezier(.445, .05, .55, .95);
    transition: all .4s cubic-bezier(.445, .05, .55, .95)
}

.single-collection .collection-teaser {
    padding-top: 50px
}

.collection-teaser h1 {
    margin-top: 0
}

.collection-teaser.center-v .product-info h1 {
    text-transform: uppercase
}

.collection-teaser .product-info h3 {
    margin-top: 10px;
    margin-bottom: 20px
}

.collection-teaser .product-info {
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1) .4s;
    -o-transition: all .7s cubic-bezier(.19, 1, .22, 1) .4s;
    transition: all .7s cubic-bezier(.19, 1, .22, 1) .4s
}

.collection-teaser .product-img {
    z-index: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1) .2s;
    -o-transition: all .7s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: all .7s cubic-bezier(.19, 1, .22, 1) .2s
}

.collection-teaser.center-v .product-img {
    margin-top: -5%
}

.collection-teaser.center-v .product-img img {
    width: 120%;
    height: auto;
    margin-left: -10%;
    -webkit-transition: -webkit-transform 5.2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -webkit-transform 5.2s cubic-bezier(.19, 1, .22, 1);
    transition: transform 5.2s cubic-bezier(.19, 1, .22, 1)
}

.collection-teaser.center-v .product-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

body.info-open {
    overflow: hidden
}

body.info-open .collection-teaser:hover .product-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.toggle-info-wrapper {
    display: inline-block;
    position: relative
}

.collection-teaser .product-info a {
    margin: 0 5px 15px 0
}

.loader-wrapper,
.next-collection {
    position: absolute;
    width: 100%;
    text-align: center
}

.loader-wrapper {
    display: none;
    left: 0;
    bottom: -30px
}

.info-content .info-header,
.info-label {
    line-height: 20px;
    text-transform: uppercase
}

.info-label,
.sizes h3 {
    display: inline-block
}

.next-collection a i {
    font-size: 36px
}

body.info-open .next-collection a {
    opacity: 0
}

.detail-info {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 7000;
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1)
}

body.info-open .detail-info {
    left: 0;
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

body.info-open .section {
    overflow: hidden!important
}

.info-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.close-info-trigger {
    position: fixed;
    top: 80px;
    right: 30px;
    z-index: 100;
    color: #363738;
    padding: 0 10px;
    font-size: 30px;
    cursor: pointer;
    opacity: .4;
    display: none
}

.close-info-trigger:hover {
    opacity: 1;
    color: #363738
}

.info-content {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    min-height: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .05);
    padding: 30px 40px;
    cursor: default
}

.info-content-inner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px
}

.info-content h1 {
    margin-top: 0;
    text-transform: uppercase
}

.info-content h3 {
    margin-top: 10px;
    margin-bottom: 20px
}

.info-content .sizes h3 {
    margin-bottom: 0
}

.info-content img {
    margin-bottom: 10px
}

.info-content .info-header {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    color: #b59964;
    font-weight: 600;
    margin-bottom: 10px
}

.info-label-wrapper {
    text-align: center;
    margin-top: 5px
}

.info .info-label-wrapper {
    margin-top: 0;
    margin-bottom: 10px
}

.info-label {
    color: #6d6f71;
    text-align: center;
    margin: 0;
    padding: 0 30px;
    position: relative
}

.info-label a {
    position: absolute;
    top: -2px;
    right: 0;
    color: #6d6f71;
    font-size: 20px
}

.info-slider {
    padding: 0 0 15px
}

.info-slider img {
    width: 100%;
    height: auto
}

.info-slider .slick-dots {
    bottom: -30px;
    text-align: center
}

.info-slider .slick-prev {
    left: -25px
}

.info-slider .slick-next {
    right: -25px
}

.color-container {
    position: relative;
    width: 31px;
    padding-bottom: 29px;
    margin: 0 2px;
    float: left;
    height: 0;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s
}

.color-container.active,
.slick-current .color-container {
    border: 1px solid #363738
}

.color {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #ddd;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 2px;
    top: 2px
}

.sizes .img-wrapper {
    width: 50%;
    height: auto;
    min-height: 1px;
    float: left
}

.sizes .img-wrapper img {
    width: 100%;
    height: auto
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 10px;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase
}

.breadcrumb-nav {
    margin: 10px 0 15px;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase
}

.woocommerce .woocommerce-breadcrumb span,
.breadcrumb-nav span {
    color: #363738
}

.woocommerce .woocommerce-breadcrumb a,
.breadcrumb-nav a {
    color: #888;
    display: inline-block
}

.woocommerce .woocommerce-breadcrumb a:hover,
.breadcrumb-nav a:hover {
    color: #c1001f
}

.woocommerce .loader:before {
    display: none!important
}

.woocommerce form .form-row.woocommerce-invalid textarea.input-text {
    border-color: #a00
}

.woocommerce form .form-row .input-checkbox {
    position: relative;
    margin: 0 1em 0 0
}

.mc4wp-checkbox-woocommerce {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0
}

.wc-terms-and-conditions label,
.mc4wp-checkbox-woocommerce label {
    padding-left: 30px;
    width: 100%;
    display: block!important;
    position: relative!important;
    line-height: 1.6!important
}

.wc-terms-and-conditions label input,
.mc4wp-checkbox-woocommerce label input {
    position: absolute!important;
    left: 0;
    top: 5px;
    margin: 0!important
}

.mc4wp-checkbox-woocommerce label .small {
    display: block;
    font-size: 12px;
    font-weight: 400
}

.MagicToolboxSelectorsContainer {
    padding-top: 30px!important;
    display: none
}

.mz-thumb img {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border: 1px solid #eee!important
}

.mz-thumb-selected img {
    -webkit-filter: brightness(100%)!important;
    filter: brightness(100%)!important
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(100%)!important;
    filter: brightness(100%)!important;
    opacity: .7
}

.woocommerce div.product a {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat
}

.woocommerce div.product a img {
    padding-top: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #363738;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0
}

.woocommerce div.product p.price br {
    display: none
}


.archive div.product p.price,
.archive div.product span.price,
.c-loop div.product p.price,
.c-loop div.product span.price {
    font-size: 20px
}

.woocommerce p.price span.mwst {
    color: #888;
    font-weight: 400;
    font-size: 12px
}

.woocommerce-Price-amount:nth-child(1) {
    padding-right: 5px;
    padding-left: 0
}

.woocommerce-Price-amount:nth-child(2) {
    padding-left: 5px
}

.woocommerce div.product p.price_sub {
    font-size: 12px;
    color: #888;
    margin: 0
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 70%;
    opacity: 1
}
.vtprd-rule-msg-area {
    font-size: 12px;
    color: #c1001f;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart,
.woocommerce div.product p.price_sub:last-of-type,
.woocommerce-variation-price {
    margin-bottom: 20px
}

.woocommerce div.product.product-type-simple form.cart,
.woocommerce div.product.product-type-simple p.cart {
    margin-top: 20px
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #363738;
    border-radius: 0;
    height: 34px;
    padding: 6px 24px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.42857143;
    font-weight: 600
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    height: 34px;
    font-weight: 600;
    padding: 6px 12px!important;
    line-height: 1.42857143
}

.woocommerce button.button {
    height: 34px!important;
    font-weight: 600!important;
    padding: 6px 12px!important;
    line-height: 1.42857143!important
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.back-to-shop-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    text-transform: uppercase;
    padding: 1em;
    height: auto;
    line-height: 1
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.woocommerce a.button.wc-forward,
.woocommerce a.button.wc-forward:hover {
    color: #fff;
    background-color: #c1001f
}

.touch .woocommerce a.button.wc-forward:focus {
    background-color: #a3001a
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #c1001f;
    color: #fff
}

.woocommerce a.back-to-shop-button {
    font-weight: 600;
    border-radius: 0;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
    color: #515151;
    background-color: #ebe9eb
}

.touch .woocommerce #respond input#submit.alt:focus,
.touch .woocommerce a.button.alt:focus,
.touch .woocommerce button.button.alt:focus,
.touch .woocommerce input.button.alt:focus {
    background-color: #a3001a
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #c1001f;
    color: #fff
}

.woocommerce-message {
    border-top-color: #c1001f
}

.woocommerce-message::before {
    color: #363738
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 100px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 200px
}

.woocommerce .input-text,
#plugin_delete_me_shortcode_form input[type="password"] {
    margin: 0 4px 0 0;
    outline: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143!important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#plugin_delete_me_shortcode_form input[type="password"] {
    width: 100%;
    display: block
}

.woocommerce .input-text:focus,
#plugin_delete_me_shortcode_form input[type="password"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

#plugin_delete_me_shortcode_form input[type="submit"] {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 400;
    border-radius: 3px;
    left: auto;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #c1001f;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#plugin_delete_me_shortcode_form input[type="submit"]:hover {
    background-color: #a3001a
}

.woocommerce .quantity .qty,
.woocommerce .quantity input.qty,
.woocommerce-page .quantity .qty,
.woocommerce-page .quantity input.qty {
    text-align: center;
    padding: 6px 0;
    vertical-align: middle;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.woocommerce .qty:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0)
}

.woocommerce .quantity .btn {
    height: 34px
}

.woocommerce form .form-row textarea {
    height: auto;
    min-height: 150px;
    line-height: 1.42857143;
    display: block;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.woocommerce .actions .coupon,
.woocommerce-info::before {
    display: none
}

.woocommerce-info {
    border-top-color: #c1001f;
    padding: 1em 2em 1em 1em!important;
    background: #fafafa
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0
}

.woocommerce .order_details {
    padding: 0
}

.woocommerce .quantity {
    max-width: 110px
}

.woocommerce.single-product .quantity {
    max-width: 100px
}

.woocommerce .quantity .qty {
    width: 100%;
    margin: 0
}

.woocommerce table.cart p,
.woocommerce table.shop_table p {
    line-height: 1.42857143
}

.woocommerce #reviews h3 {
    margin-top: 20px;
    margin-bottom: 20px
}

.woocommerce .cart-collaterals .cross-sells h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 30px
}

.woocommerce .cart-collaterals .cross-sells #shop-wrapper h3 {
    font-size: 18px
}

.woocommerce .cart-collaterals .cross-sells div.product {
    padding-left: 15px;
    padding-right: 15px
}

.woocommerce .cart-collaterals .cross-sells div.product span.price {
    font-size: 18px
}

.woocommerce .cart-collaterals .cross-sells .color-container {
    margin: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 36px;
    margin-left: 15px;
    font-size: 14px
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f3f3f3
}

.woocommerce #ship-to-different-address {
    margin-top: 15px
}

.woocommerce #ship-to-different-address label {
    font-weight: 400
}

.woocommerce-account .addresses .title h3 {
    float: none;
    display: block
}

.woocommerce-account .addresses .title .edit {
    float: none;
    display: block
}

.woocommerce #billing_phone_field,
.woocommerce-address-fields #billing_email_field {
    width: 100%
}

.woocommerce span.onsale {
    display: none
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    position: relative
}

.badge-wrapper {
    z-index: 5;
    position: absolute;
    left: 15px;
    top: 5px;
    width: auto;
    overflow: hidden;
    font-size: 11px
}

.single-product .badge-wrapper {
    top: 30px
}

.single-product .p-section-left .badge-wrapper {
    top: 5px;
    left: 0
}

.badge-new,
.badge-sale,
.badge-exclusive {
    width: 0;
    height: 0;
    float: left;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.badge-new {
    background: #73a962
}

.badge-sale {
    background: #c1001f
}

.badge-exclusive {
    background: #363738
}

.sale .p-images .badge-wrapper>.badge-sale,
.sale>.product-img .badge-sale,
.featured .p-images .badge-wrapper>.badge-new,
.featured>.product-img .badge-new,
.product_cat-exklusive-produkte>.product-img .badge-exclusive,
.product_cat-exklusive-produkte .p-images .badge-wrapper>.badge-exclusive {
    width: auto;
    height: auto;
    padding: 5px 15px
}

.vtprd-store-deal-msg-area {
    color: #c1001f
}

.menu-follow {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px
}

.menu-follow a {
    padding: 0;
    margin: 0 5px;
    font-size: 18px;
    color: #888;
    width: 30px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 14px
}

.menu-follow span {
    font-size: 14px;
    vertical-align: top;
    text-transform: uppercase;
    color: #888
}

.menu-follow i {
    font-style: normal;
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important
}

.menu-follow i:nth-child(2) {
    left: -50%;
    color: #c1001f
}

.menu-follow a:hover i:nth-child(1) {
    left: 150%;
    transform: translateX(0);
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important
}

.menu-follow a:hover i:nth-child(2) {
    left: 50%;
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important
}

.menu-follow a:hover {
    transition: all 0s ease-out!important;
    -webkit-transition: all 0s ease-out!important;
    -ms-transition: all 0s ease-out!important
}

.review .review-title {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    font-style: normal
}

.review .review-title:first-of-type {
    margin-top: 0
}

.review p {
    font-size: 14px;
    font-style: italic
}

.review br {
    display: block;
    margin: 5px 0 0;
    line-height: 5px
}

.review a {
    color: #999
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none!important
}

p.demo_store {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #c1001f;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2)
}

#filters-wrapper,
.filters-header {
    position: relative;
    width: 100%;
    overflow: hidden
}

.shop-header {
    padding-bottom: 30px;
    text-align: center
}

#filters-wrapper {
    height: auto;
    margin-bottom: 30px
}

.filters-header {
    min-height: 30px;
    padding: 0 0 0 30px;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0
}

.filters-header.no-border {
    border-bottom: 0;
    padding: 0;
    opacity: 1;
    -webkit-transition: all .3s ease .5s;
    transition: all .3s ease .5s
}

body.info-open .filters-header.no-border {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.filters-header a {
    color: #888
}

.filters-header a span {
    color: #363738
}

.filters-header .reset {
    opacity: 0
}

#filters-wrapper.active .filters-header .reset {
    opacity: 1
}

.filters-header a:hover {
    color: #c1001f
}

.filters-toggle-btn {
    position: absolute;
    top: -6px;
    left: 5px;
    cursor: pointer;
    font-size: 18px
}

#filters {
    padding: 0 30px 0 15px;
    background: #f3f3f3;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s
}

#filters-wrapper.active #filters {
    max-height: 1000px;
    -webkit-transition: max-height 2s;
    -o-transition: max-height 2s;
    transition: max-height 2s
}

#filters .form-group {
    margin-top: 15px
}

#shop-wrapper {
    padding-bottom: 50px;
    text-align: center;
    position: relative
}

#shop-wrapper .fail-message {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms
}

#shop-wrapper .fail-message:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

#shop-wrapper .fail-message span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700
}

#shop-wrapper.fail .fail-message {
    opacity: 1;
    pointer-events: auto
}

.row-inline {
    opacity: 1;
    -webkit-transition: all .3s ease .5s;
    transition: all .3s ease .5s
}

body.info-open .row-inline {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.row-inline>[class*='col-'] {
    float: none;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    margin-left: -2px;
    margin-right: -2px
}

#shop-wrapper img {
    width: 100%;
    height: auto
}

#shop-wrapper h3,
.single-product .c-loop h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px
}

#shop-wrapper h4 {
    margin-top: 0
}

#shop-wrapper .mix {
    margin-bottom: 50px;
    display: none
}

#shop-wrapper .overview {
    margin-bottom: 50px
}

.img-wrapper {
    position: relative;
    overflow: hidden
}

.img-wrapper img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 5.2s cubic-bezier(.190, 1, .220, 1);
    transition: transform 5.2s cubic-bezier(.190, 1, .220, 1)
}

.scale:hover .img-wrapper img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.archive .product a,
.single-product .c-loop a {
    position: relative;
    display: block
}

.single-product #content {
    max-width: 100%!important;
    padding-top: 0!important
}

.p-section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.p-section .p-section-header {
    padding-top: 30px
}

.p-section.waypoint {
    padding-top: 60px
}

.p-section-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: auto;
    left: 40px;
    float: left
}

.p-section-left.scrol {
    position: absolute;
    top: auto!important;
    left: 0;
    bottom: 0
}

.p-section .dummy {
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
    visibility: hidden!important;
    margin: 0!important;
    padding: 0!important
}

.gallery-top {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.gallery-top div {
    height: 100%
}

.gallery-top .slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%!important;
    float: left
}

.gallery-top .single-slider {
    margin: 0
}

.gallery-top .slide-img {
    position: relative;
    display: block
}

.gallery-top .slide-img a {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden
}

div.product .gallery-top .slide-img a>img {
    max-height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto
}

.p-infos {
    padding: 15px 0 20px
}

.infos-table {
    width: auto;
    display: table
}

.infos-table .cell {
    display: table-cell;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 10px
}

.infos-table .cell.left {
    padding-right: 30px;
    border-right: 1px solid #eee
}

.infos-table .cell.right {
    padding-left: 30px
}

.p-infos h1 {
    margin-top: 0;
    font-size: 28px
}

.p-infos p {
    margin-bottom: 0
}

.p-infos form.cart {
    display: block;
    margin-bottom: 0!important;
    width: 290px
}

.thumbs-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 10px
}

.thumbs-slider-wrapper .slick-prev {
    display: none!important
}
.thumbs-slider-wrapper .slick-next {
    top: 7px;
    right: -25px;
}

.slider-desc {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 30px;
    width: 55px
}

.thumbs-slider {
    margin: 0 0 0 55px
}

.thumbs-slider .slide-item {
    cursor: pointer;
    max-width: 40px!important
}

.p-section-right {
    position: relative;
    width: 50%;
    float: right;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 20px;
    overflow: hidden
}

.slide-item {
    outline: 0
}

.s-product-right {
    padding-top: 40px
}

.product h3 a {
    color: #363738
}

.product .colors {
    width: 100%;
    height: auto;
    overflow: hidden
}

.product .colors.colors-single {
    margin-bottom: 25px;
    padding-left: 15px
}

.product .color-container {
    position: relative!important;
    float: none!important;
    display: inline-block!important
}

.single-product .product ul,
.p-container ul {
    padding-left: 20px
}

.single-product .product_description {
    margin-bottom: 20px
}

.single-product .other_sizes {
    margin-top: 15px
}

.single-product .other_sizes label,
.single-product .variations label {
    color: #363738;
    text-transform: uppercase
}

.color-click {
    cursor: pointer
}

.single-product .upsells .product {
    float: left;
    width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px
}

.single-product .tab-content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 30px
}

.single-product .nav-tabs {
    border-bottom: 1px solid #eee;
    padding: 0!important;
    margin: 0 0 40px!important;
    text-align: center
}

.single-product .nav-tabs>li {
    float: none;
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: -1px
}

.col20,
.col25 {
    padding-left: 15px;
    float: left
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover {
    margin: 0;
    border: 0;
    background: 0 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #363738
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    margin: 0;
    border: 0;
    background: 0 0;
    border-radius: 0;
    color: #363738;
    border-bottom: 2px solid #363738
}

.tooltip,
.tooltip-inner {
    max-width: 220px;
    color: #333
}

.styled-select {
    position: relative;
    cursor: pointer;
    width: 100%;
    overflow: hidden
}

.styled-select select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    cursor: pointer
}

.styled-select:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 14px;
    top: 10px;
    line-height: 1
}

.col20 {
    width: 20%
}

.col25 {
    width: 25%
}

.sidebar-container {
    height: 100%;
    width: 15px;
    position: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 20px;
    top: 0;
    z-index: 48
}

.sidebar-item,
.sidebar-item a {
    display: block;
    position: relative
}

.sidebar {
    width: 15px
}

.sidebar-item {
    width: 14px;
    height: 13px;
    margin: 7px;
    padding: 0
}

.sidebar-item a {
    background: 0 0!important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

.sidebar-item a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #333;
    background: rgba(51, 51, 51, 0);
    border-radius: 50%;
    position: absolute
}

.sidebar-item.active a span {
    background: rgba(51, 51, 51, 1)
}

.tooltip {
    position: absolute;
    top: -5px!important;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    margin: 0;
    padding: 0
}

.c-media,
.c-media>div,
.info-block {
    position: relative
}

.tooltip.right {
    right: 20px
}

.tooltip-inner {
    padding: 0;
    text-align: right;
    background: 0 0;
    border-radius: 0
}

.c-content .row>[class*=col-],
.c-content.welcome .container {
    padding-left: 20px;
    padding-right: 20px
}

.tooltip-arrow {
    display: none
}

#c-content-wrapper {
    width: 100%;
    padding-top: 50px
}

.c-content {
    padding-bottom: 90px
}

.c-content .row {
    margin-left: -20px;
    margin-right: -20px
}

.info-block {
    width: 25%;
    float: left;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    margin-top: 20px
}

.c-media,
.c-media img {
    width: 100%;
    height: auto
}

.info-block a {
    text-decoration: none;
    color: #363738
}

.info-block span.timer {
    padding-bottom: 10px;
    text-align: center;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 300
}

.info-block h6 span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.info-block a:hover h6 span {
    border-bottom: 1px solid #363738
}

.c-media {
    overflow: hidden;
    margin-top: -45px;
    margin-bottom: 0!important
}

.c-media.full,
.c-title {
    margin-top: 0
}

.c-media>div {
    display: block;
    overflow: visible
}

.c-media img {
    border: 8px solid #fafafa
}

.c-text {
    padding: 30px 8px 0;
}

.c-title {
    margin-bottom: 20px;
    font-size: 22px
}

.c-text p:last-child {
    margin-bottom: 0
}

.item-animation .c-container {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

.item-animation.item-animated .c-container {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.item-animation .c-media {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

.item-animation.item-animated .c-media {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.item-animation .c-text {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    transition: all .55s ease-out .3s;
    -webkit-transition: all .55s ease-out .3s
}

.item-animation.item-animated .c-text {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.img-animation .zoom-detail {
    position: absolute;
    border-radius: 50%;
    z-index: 2
}

.zoom-detail>span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: inherit;
    background: #d95353;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    z-index: 2
}

.zoom-detail>span::after,
.zoom-detail>span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s
}

.zoom-detail>span::after {
    height: 2px;
    width: 10px
}

.zoom-detail>span::before {
    height: 10px;
    width: 2px
}

.zoom-detail>span img {
    opacity: 0
}

.zoom-detail::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: cd-pulse 2s infinite;
    -moz-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite
}

.img-animation>.zoom-detail.detail-1 {
    top: 7%;
    left: 47%
}

.img-animation>.zoom-detail.detail-2 {
    top: 23%;
    right: 30%
}

.img-animation>.zoom-detail.detail-3 {
    top: 29%;
    left: 33%
}

.img-animation>.zoom-detail.detail-4 {
    top: 60%;
    left: 50%
}

.img-animation>.zoom-detail.detail-5 {
    top: 64%;
    left: 40%
}

.img-animation>.zoom-detail.detail-6 {
    top: 70%;
    right: 26%
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container,
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1
}

.mfp-with-zoom.mfp-ready .mfp-content .mfp-figure {
    background: #fff;
    margin-top: 44px;
    margin-bottom: 44px
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-top-bar {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    cursor: auto;
    height: auto;
    overflow: hidden;
    padding: 0 0 0 36px
}

.mfp-with-zoom .mfp-close,
.mfp-with-zoom .mfp-title {
    color: #363738!important
}

.mfp-close {
    font-size: 60px;
    opacity: .9;
    position: fixed;
    right: 10px!important;
    top: 10px!important
}

.mfp-top-bar h1 {
    color: #b59964
}

.mfp-figure:after {
    display: none
}

img.mfp-img {
    padding: 10px 0 40px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade .mfp-content {
    -webkit-animation-name: fadeInLeftSm;
    -moz-animation-name: fadeInLeftSm;
    -ms-animation-name: fadeInLeftSm;
    -o-animation-name: fadeInLeftSm;
    animation-name: fadeInLeftSm;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

ul#map-links {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center
}

ul#map-links li {
    display: inline-block;
    margin: 0 15px 0 0
}

ul#map-links li a {
    color: #363738;
    text-transform: uppercase;
    border-bottom: 1px solid transparent
}

ul#map-links li a.active {
    border-bottom: 1px solid #363738
}

#vmap {
    width: 100%;
    height: 700px
}

.jvectormap-region {
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease
}

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    z-index: 100
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    position: absolute;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    padding: 3px;
    color: #363738;
    width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 14px;
    text-align: center
}

.jqvmap-zoomin {
    top: 10px
}

.jqvmap-zoomout {
    top: 35px
}

#sidebar-nav {
    top: 0;
    left: 30px;
    width: 220px;
    padding-top: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

#sidebar-nav.is-animated {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#sidebar-nav.fixed {
    position: fixed
}

#sidebar-nav.absolute {
    position: absolute;
    top: auto;
    bottom: 0
}

.sidebar-nav li {
    padding-left: 10px;
    border-left: 1px solid transparent
}

.side-content .border-left,
.sidebar-nav li.active {
    border-left: 1px solid #b59964
}

.sidebar-nav a {
    color: #fff;
    text-transform: uppercase;
    background: 0 0!important
}

.light-grey-bg .sidebar-nav a {
    color: #363738
}

.side-content {
    margin-left: 250px
}

.side-content .p-container {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 50px;
    max-width: 1070px
}

.side-content .p-container>.row {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out
}

.side-content .p-container.p-animated>.row {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.side-content .p-container:first-of-type {
    padding-top: 0!important
}

.side-content .p-container .title {
    margin: 0 0 30px;
    text-transform: uppercase;
    white-space: nowrap
}

.side-content img {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

.side-content .border-left {
    padding-left: 30px
}

.side-content .border-left .btn-flexi {
    margin: 10px 15px 5px 0
}

.page-not-found {
    text-align: center
}

.page-not-found .exclamation-mark {
    text-align: center;
    margin: 20px 0;
    font-size: 40px
}

.blog-hero {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 30px;
    position: relative
}

.blog-hero .img-content {
    width: 100%;
    height: auto;
    z-index: 1
}

.blog-hero img {
    width: 100%;
    height: auto
}

.blog-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    z-index: 2
}

.blog-hero .text-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.blog-hero .text-content h1 {
    line-height: 1;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px
}

.blog-main {
    float: left;
    width: 70%
}

.blog-main .grid-item {
    margin-bottom: 10px
}

.blog-main article {
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.blog-main.single>article {
    margin: 0;
    padding: 0;
    border-bottom: 0
}

.blog-main .post-title {
    margin-top: 0;
}

.blog-main article a {
    color: #333;
    display: inline-block
}

.blog-main article a:hover {
    color: #c1001f
}

.blog-main article .post-meta {
    margin: 5px 0 15px;
    font-size: 12px
}

.blog-main .img,
.blog-main .fit-vids {
    width: 100%;
    margin-bottom: 15px
}

.blog-main .img img {
    width: 100%;
    height: auto
}

.blog-main.single ul {
    margin-bottom: 16px
}

.blog-sidebar {
    float: right;
    width: 30%;
    padding-left: 60px;
}

.blog-sidebar .widget {
    margin-bottom: 30px
}

.blog-sidebar .widget h4 {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 1)
}

.blog-sidebar .widget h4 span {
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c1001f
}

.blog-sidebar .widget ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px
}

.blog-sidebar .widget ul li {
    position: relative;
    overflow: hidden;
    margin: 5px 0;
    padding-left: 15px
}

.blog-sidebar .widget ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    overflow: hidden;
    content: "—";
    color: #333
}

.blog-sidebar .widget a {
    color: #333
}

.blog-sidebar .current-cat a,
.blog-sidebar .widget a:hover {
    color: #c1001f
}

p.tags {
    margin: 30px 0 5px
}

p.tags a {
    font-weight: 600
}

.post-author {
    overflow: hidden;
    margin: 20px 0;
    padding: 30px 30px 15px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-top: 2px solid #747474;
    box-shadow: inset 0 0 10px #f2f2f2
}

.post-author h4 {
    margin: 0 0 16px
}

.post-author a {
    color: #333;
    font-weight: 600
}

.post-author a:hover {
    color: #c1001f
}

.related-posts {
    margin-top: 60px
}

.related-posts h4 {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 1)
}

.related-posts h4 span {
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c1001f
}

.post-nav {
    overflow: hidden;
    width: auto;
    margin: 30px 0 0;
    font-size: 12px
}

.post-nav .prev {
    float: left;
    padding-right: 30px;
    margin-bottom: 15px
}

.post-nav .prev a {
    position: relative;
    padding-left: 15px
}

.post-nav .prev a:before {
    content: '«';
    position: absolute;
    left: 0;
    top: 0
}

.post-nav .next {
    float: right;
    text-align: right;
    padding-left: 30px;
    margin-bottom: 15px
}

.post-nav .next a {
    position: relative;
    padding-right: 15px
}

.post-nav .next a:before {
    content: '»';
    position: absolute;
    right: 0;
    top: 0
}

.post-nav a {
    display: inline-block;
    color: #333
}

.post-nav a:hover {
    color: #c1001f
}

.pagination {
    text-align: center;
    display: block;
    padding: 0;
    margin: 40px 0;
    border-radius: 0
}

.pagination .pagenavi {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border: 1px solid #c1001f;
    border-right: 0;
    margin: 1px;
    clear: both
}

.pagenavi a,
.pagenavi span {
    float: left;
    border-right: 1px solid #c1001f;
    margin: 0;
    text-decoration: none;
    line-height: 1;
    padding: 10px 15px;
    min-width: 10px
}

.pagenavi a:focus,
.pagenavi a:hover,
.pagenavi span.current {
    background: #c1001f;
    color: #fff
}

#footer,
#footer a {
    color: #666
}

#footer ul,
#footer ul li {
    padding: 0;
    margin: 0
}

#footer {
    background-color: #f3f3f3;
    font-size: 12px;
    position: relative;
    padding: 30px 0;
    z-index: 1
}

#footer .widget-area {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3
}

#footer .social-links {
    padding: 30px 0;
    border-bottom: 1px solid #e3e3e3;
    text-align: center
}

#footer .social-links a {
    font-size: 36px;
    margin: 0 30px
}

#footer .social-links a img {
    height: 36px;
    width: auto
}

#footer .legal {
    padding-top: 30px
}

#footer .legal-right {
    text-align: right
}

#footer .legal-right a {
    margin-left: 15px
}

#footer ul.footer-nav li {
    display: inline-block
}

.close-popup {
    position: absolute;
    backface-visibility: hidden;
    right: 48px;
    top: 48px;
    z-index: 15;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out
}

.close-popup span {
    width: 24px;
    height: 24px;
    display: block
}

.close-popup span:before,
.close-popup span:after {
    background: #626262;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out
}

.close-popup span:before {
    content: '';
    position: absolute;
    height: 2px;
    left: -1px;
    top: 11px;
    width: 26px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.close-popup span:after {
    top: 11px;
    width: 26px;
    left: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 2px;
    content: '';
    position: absolute
}

.close-popup:hover span:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.close-popup:hover span:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease .25s, z-index 0s ease .75s;
    -webkit-transition: opacity .5s ease .25s, z-index 0s ease .75s
}

.site-search:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(img/search_bg.png) no-repeat;
    height: 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center bottom
}

.product-search a,
.product-search-single a {
    right: 5px;
    font-size: 30px;
    color: #363738;
    display: block;
    line-height: 1
}

.site-search.open {
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s
}

.site-search .product-search {
    border: none;
    width: 50%;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-top: 300px;
    margin-left: -25%
}

.site-search.open .product-search {
    opacity: 1;
    margin-top: -25px;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s
}

.product-search .form-control {
    background: 0 0;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    border-color: #999!important
}

.product-search a {
    position: absolute;
    top: 5px;
    padding: 5px 15px
}

.product-search-single {
    position: relative
}

.product-search-single .form-control {
    padding-right: 50px
}

.product-search-single a {
    position: absolute;
    top: 2px;
    padding: 5px 15px
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    display: none
}

.video-overlay .video-holder {
    padding-bottom: 56.25%;
    height: auto;
    position: absolute;
    overflow: hidden;
    background-color: #000;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-overlay .video-holder .fullscreen-video {
    position: absolute;
    width: 100%
}

.video-overlay .video-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 36px;
    cursor: pointer
}

.rotate-portrait {
    display: none;
    z-index: 1500;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: #fff;
    background-image: url(img/rotate-portrait.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.wpcf7-form .acceptance-input {
    float: left;
    width: 5%
}

.wpcf7-form .acceptance {
    float: left;
    width: 95%
}

select[name=Anrede] {
    max-width: 200px
}

.form-log {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.form-log label {
    width: 130px;
    font-size: 14px;
    line-height: 1.42857
}

.form-log .lostpw {
    margin-left: 135px
}

#result {
    display: none;
    margin-top: 15px
}

@media (max-width:640px) {
    .form-log label {
        width: 100%;
    }
    .form-log .button-primary,
    .form-log .button-primary:focus,
    .form-log .lostpw {
        margin-left: 0;
    }
}

@media screen and (min-width:768px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
    .vertical-align-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .vertical-align {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width:992px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
    body.info-open .collection-teaser .product-info {
        opacity: 0;
        -webkit-transform: translateX(-450px);
        -moz-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        -o-transform: translateX(-450px);
        transform: translateX(-450px)
    }
    body.info-open .collection-teaser .product-img {
        -webkit-transform: translateX(-450px);
        -moz-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        -o-transform: translateX(-450px);
        transform: translateX(-450px);
        -webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1) .4s;
        -o-transition: all .7s cubic-bezier(.19, 1, .22, 1) .4s;
        transition: all .7s cubic-bezier(.19, 1, .22, 1) .4s
    }
    .info-content {
        max-width: 500px
    }
}

@media screen and (min-width:1200px) {
    .company-page .container {
        width: 970px
    }
    body.info-open .collection-teaser .product-info {
        opacity: 0;
        -webkit-transform: translateX(-550px);
        -moz-transform: translateX(-550px);
        -ms-transform: translateX(-550px);
        -o-transform: translateX(-550px);
        transform: translateX(-550px)
    }
    body.info-open .collection-teaser .product-img {
        -webkit-transform: translateX(-550px);
        -moz-transform: translateX(-550px);
        -ms-transform: translateX(-550px);
        -o-transform: translateX(-550px);
        transform: translateX(-550px)
    }
    .info-content {
        max-width: 600px
    }
    .flex-row {
        -ms-flex-align: center;
        -webkit-align-items: center;
        display: flex;
        align-items: center
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 45%
    }
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 52%
    }
}

@media screen and (min-width:1300px) {
    .comp-item .media img {
        width: 108%
    }
    .media.col-left img {
        margin-left: -8%
    }
    .media.col-right img {
        margin-right: -8%
    }
    .p-section-left {
        width: 600px
    }
    .p-section-right {
        width: calc(100% - 600px)
    }
}

@media screen and (min-width:1400px) {
    .comp-item .media img {
        width: 115%
    }
    .media.col-left img {
        margin-left: -15%
    }
    .media.col-right img {
        margin-right: -15%
    }
    .p-section-left {
        width: 700px
    }
    .p-section-right {
        width: calc(100% - 700px)
    }
    .p-infos h1 {
        white-space: nowrap
    }
}

@media screen and (min-width:1500px) {
    .comp-item .media img {
        width: 120%
    }
    .media.col-left img {
        margin-left: -20%
    }
    .media.col-right img {
        margin-right: -20%
    }
}

@media screen and (min-width:1600px) {
    .comp-item .row {
        margin-right: -30px;
        margin-left: -30px
    }
    .comp-item .row>[class*=col-] {
        padding-right: 30px;
        padding-left: 30px
    }
    .comp-item .media img {
        width: 130%
    }
    .media.col-left img {
        margin-left: -30%
    }
    .media.col-right img {
        margin-right: -30%
    }
    .p-section-left {
        width: 800px
    }
    .p-section-right {
        width: calc(100% - 800px)
    }
}

@media screen and (max-width:1399px) {
    #header .menu-links .site-action {
        margin-left: 30px
    }
    .panel-grid,
    .row-grid {
        margin-right: -15px;
        margin-left: -15px
    }
    .grid-item {
        padding-right: 17px;
        padding-left: 17px
    }
    .grid-item {
        margin-bottom: 30px
    }
    .blog-sidebar {
        padding-left: 30px
    }
    .p-infos h1 {
        font-size: 22px!important
    }
    .quality-item {
        padding: 0 30px
    }
}

@media screen and (max-width:1250px) {
    .outer-nav {
        padding-top: 60px;
        bottom: 200px
    }
    .outer-nav {
        font-size: 14px
    }
    .infos-table {
        width: 100%;
        display: block
    }
    .infos-table .cell {
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
    .infos-table .cell.left {
        padding-right: 0;
        border-right: 0
    }
    .infos-table .cell.right {
        padding-left: 0;
        padding-bottom: 20px
    }
    .close-popup {
        right: 30px;
        top: 30px
    }
}

@media screen and (max-width:1199px) {
    #header .site-actions {
        right: 30px
    }
    #header .menu-links .site-action {
        margin-left: 20px
    }
    #header .menu-links .site-action:first-of-type {
        margin-left: 30px
    }
    #header .menu-links .site-action a {
        font-size: 14px
    }
    #header .site-actions.menu-links {
        right: 275px
    }
    .home-slider .text-content h1{
        font-size: 36px
    }
    #vmap {
        height: 575px
    }
    .single-product .nav-tabs>li {
        padding: 0
    }
    .blog-hero .text-content {
        left: 15px
    }
    .container.with-max {
        width: 100%!important
    }
}

@media screen and (max-width:991px) {
    .outer-nav {
        padding-left: 30px;
        bottom: auto;
        padding-top: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .left-job-nav .nav li a,
    .right-job-nav .nav li a {
        line-height: 60px
    }
    #header {
        min-height: 60px
    }
    #header a#showMenu {
        left: 30px;
        line-height: 60px
    }
    #header #logo {
        width: 120px;
        left: 50%;
        margin-left: -60px
    }
    #header #logo img {
        height: 50px;
        width: 95px
    }
    #header .site-actions {
        top: 17px;
        right: 30px
    }
    #header .site-action {
        margin-left: 15px
    }
    .left-job-nav,
    .right-job-nav {
        height: 60px
    }
    .info-block {
        width: 50%
    }
    .p-section-left {
        position: relative!important;
        bottom: auto;
        width: 100%;
        left: 0!important;
        top: 0!important
    }
    .p-section-right {
        width: 100%;
        padding-top: 30px!important
    }
    .p-section-right {
        padding-left: 0
    }
    .infos-table {
        display: table;
        width: auto
    }
    .infos-table .cell {
        display: table-cell;
        padding-top: 5px;
        padding-bottom: 10px
    }
    .infos-table .cell.left {
        padding-right: 30px;
        border-right: 1px solid #ddd
    }
    .infos-table .cell.right {
        padding-left: 30px;
        padding-bottom: 10px
    }
    .shop-item .img-wrap img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .col-l,
    .col-r {
        top: auto;
        bottom: auto;
        display: block;
        position: relative;
        width: 100%
    }
    .col-r {
        right: 0;
        height: auto;
        overflow: hidden
    }
    .content-box {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        padding-bottom: 60px
    }
    .content-box .content-box-inner {
        width: 100%;
        padding: 20px 15px
    }
    .fullwidth {
        padding-bottom: 50px
    }
    .c-content.welcome {
        padding-bottom: 60px
    }
    .heading {
        margin-bottom: 30px
    }
    .heading.first {
        margin-top: 50px
    }
    .col20 {
        width: 33.333333%
    }
    .col25 {
        width: 50%
    }
    .collection-teaser .product-info {
        text-align: center
    }
    .collection-teaser .product-info img {
        max-height: 400px;
        width: auto;
        margin: 0 auto
    }
    .side-content {
        margin-left: 0
    }
    .side-content .border-left {
        border-left: none;
        padding-left: 0
    }
    #vmap {
        height: 450px
    }
    .single-product .upsells .product {
        width: 50%
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        float: none
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: left
    }
    .close-info-trigger {
        top: 60px
    }
    .quality-item {
        padding: 0 15px
    }
    .close-popup {
        right: 15px;
        top: 15px
    }
    .row-grid .grid-item {
        width: 100%!important
    }
}

@media screen and (max-width:767px) {
    .outer-nav {
        font-size: 16px;
    }
    .vertical-line {
        display: none
    }
    .page-title {
        padding-top: 0;
        padding-bottom: 20px
    }
    .slider-wrapper {
        padding: 0
    }
    .slider-wrapper .prev-arrow,
    .slider-wrapper .next-arrow {
        display: none!important
    }
    .home-slider .slick-dots {
        bottom: 0;
        text-align: center;
        padding-right: 0
    }
    .home-slider .img-content {
        padding: 0
    }
    .home-slider .text-content {
        position: relative;
        text-align: center;
        top: 0;
        max-width: 100%;
        padding: 0 15px 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .blog-hero {
        margin-bottom: 0
    }
    .blog-hero .text-content {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 0 15px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .blog-hero .hero-bg {
        display: none
    }
    .home-slider .text-content p,
    .home-slider .text-content h1 {
        color: #1b1b1b!important
    }
    .blog-hero .text-content h1 {
        font-size: 24px;
        margin-bottom: 10px
    }
    home-slider .text-content p {
        font-size: 14px
    }
    .home-slider .text-content .btn-flexi {
        margin: 0 0 10px 0!important;
        display: block
    }
    .home-slider .text-content .btn-flexi.white {
        color: #1b1b1b!important;
        border-color: #1b1b1b!important
    }
    .perspective.animate .page-container {
        -webkit-transform: translateZ(0) translateX(50%) rotateY(-70deg);
        -moz-transform: translateZ(0) translateX(50%) rotateY(-70deg);
        -ms-transform: translateZ(0) translateX(50%) rotateY(-70deg);
        -o-transform: translateZ(0) translateX(50%) rotateY(-70deg);
        transform: translateZ(0) translateX(50%) rotateY(-70deg)
    }
    #header a#showMenu {
        line-height: 60px;
        left: 15px;
        padding-left: 40px
    }
    #header .site-actions {
        right: 15px
    }
    .left-job-nav .nav li a,
    .right-job-nav .nav li a {
        font-size: 28px
    }
    .btn-flexi {
        font-size: 12px;
        padding: 8px 15px;
        margin: 10px 10px 15px 0
    }
    .fullwidth,
    .shop-header {
        padding-bottom: 30px
    }
    .btn-flexi.play-video,
    .btn-flexi.read-more {
        padding-right: 35px
    }
    .btn-flexi.play-video:after,
    .btn-flexi.read-more:after {
        font-size: 18px;
        right: 15px;
        top: 8px
    }
    .loader-wrapper {
        bottom: -15px
    }
    .ball-pulse>div {
        width: 10px;
        height: 10px
    }
    .heading .title {
        padding-right: 0;
    }
    .scrollto {
        bottom: 10px
    }
    .scrollto .label {
        font-size: 12px
    }
    .next-collection {
        bottom: 5px
    }
    #content {
        padding-top: 30px
    }
    .shop-header {
        padding-top: 15px
    }
    #shop-wrapper h3 {
        font-size: 20px
    }
    #shop-wrapper h4 {
        font-size: 16px
    }
    .filters-header .reset {
        opacity: 1
    }
    #filters-wrapper.active .filters-header .reset {
        opacity: 0
    }
    #filters {
        max-height: 1000px;
        -webkit-transition: max-height 2s;
        -o-transition: max-height 2s;
        transition: max-height 2s
    }
    #filters-wrapper.active #filters {
        max-height: 0;
        -webkit-transition: max-height .3s;
        -o-transition: max-height .3s;
        transition: max-height .3s
    }
    #vmap {
        height: 340px
    }
    #footer .legal,
    #footer .legal-right,
    #footer label,
    #footer ul {
        width: 100%;
        text-align: center
    }
    #footer ul {
        padding-bottom: 20px
    }
    #footer .legal-right a {
        margin-left: 0;
        display: block
    }
    .single-product .badge-wrapper {
        position: relative;
        top: auto!important;
        left: auto!important;
        width: 100%;
        margin-bottom: 15px
    }
    .single-product .woocommerce-message {
        padding-bottom: 55px!important
    }
    .single-product a.button.wc-forward {
        float: none;
        position: absolute;
        bottom: 15px;
        left: 50px
    }
    .single-product .nav-tabs {
        border-bottom: 0!important;
        margin-bottom: 20px!important;
        margin-left: -15px!important;
        margin-right: -15px!important
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li>a,
    .nav-tabs>li>a:hover {
        border-bottom: 1px solid #eee!important
    }
    .single-product .nav-tabs>li {
        width: 100%;
        display: block
    }
    .single-product .nav-tabs>li.active {
        background: #fafafa
    }
    .nav-tabs>li>a,
    .nav-tabs>li>a:hover {
        color: #363738;
        padding: 10px 15px!important
    }
    .side-content .p-container {
        margin-bottom: 0
    }
    .side-content .p-container .title {
        font-size: 18px;
        margin: 0 0 15px
    }
    .c-text .c-title,
    .side-content img {
        margin-bottom: 15px
    }
    #c-content-wrapper {
        padding-top: 30px
    }
    .c-text {
        padding: 20px 8px 0
    }
    .p-title {
        padding-top: 30px;
        padding-bottom: 40px
    }
    .arrow-wrapper {
        bottom: 0;
        width: 100%
    }
    .collection-teaser .product-info h1 {
        font-size: 20px
    }
    .collection-teaser .product-info h3 {
        font-size: 16px
    }
    .info-content {
        padding: 30px 15px
    }
    .info-block {
        margin-top: 10px
    }
    .info-block span.timer {
        font-size: 40px
    }
    .gallery-top div {
        height: auto
    }
    .gallery-top .slider-wrapper {
        height: auto!important;
        float: none
    }
    div.product .gallery-top .slide-img a>img {
        max-height: none;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .infos-table {
        width: 100%;
        display: block
    }
    .infos-table .cell {
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
    .infos-table .cell.left {
        padding-right: 0;
        border-right: 0
    }
    .infos-table .cell.right {
        padding-left: 0;
        padding-bottom: 20px
    }
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        padding: 1em 1em 1em 2.5em
    }
    .woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
        font-family: WooCommerce;
        left: .75em
    }
    .blog-main {
        float: none;
        width: 100%;
        max-width: none;
        margin: 0 0 20px
    }
    .blog-sidebar {
        clear: left;
        float: none;
        max-width: none;
        width: 100%;
        margin: 30px 0 0;
        padding-left: 0
    }
    .post-author {
        padding: 15px 15px 5px
    }
    .menu-follow span {
        font-size: 12px
    }
    .row-grid .grid-item {
        width: 50%!important
    }
}

@media (max-width:640px) {
    #header #logo {
        width: 100px;
        height: 50px;
        margin-left: -50px;
        padding-top: 10px
    }
    #header #logo img {
        height: 40px;
        width: 76px
    }
    hgroup h1 {
        font-size: 24px!important
    }
    hgroup h3 {
        font-size: 20px!important
    }
    .blog-main article .post-meta {
        font-size: 10px
    }
    .blog-main .grid-item,
    .row-grid .grid-item {
        width: 100%!important
    }
    .col20 {
        width: 50%
    }
    .collection-teaser .product-info img {
        max-height: 200px
    }
    h1 {
        font-size: 24px!important
    }
    h2 {
        font-size: 22px!important
    }
    h3 {
        font-size: 18px!important
    }
    h3.post-title {
        font-size: 20px!important
    }
    #content,
    .p-section .p-section-header {
        padding-top: 20px
    }
    .slider-wrapper {
        margin: 0 auto
    }
    #shop-wrapper .mix {
        margin-bottom: 20px
    }
    .collection-teaser h3 {
        margin-top: 10px
    }
    .info-content h1 {
        margin-bottom: 5px
    }
    .info-content h3 {
        margin-top: 0;
        margin-bottom: 10px
    }
    .shop-header {
        padding-top: 0;
        padding-bottom: 15px
    }
    #vmap {
        height: 240px
    }
    .single-product .upsells .product {
        width: 100%
    }
    .woocommerce-page table.cart .coupon input {
        float: none!important;
        width: 100%!important
    }
    a.go-top-2 {
        right: 20px;
        bottom: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .p-section-right .grid-item {
        width: 100%!important
    }
}

@media (max-width:480px) {
    .outer-nav {
        padding-left: 15px
    }
    .philosophy-text-inner {
        padding: 30px 15px
    }
    .section-title {
        font-size: 18px!important
    }
    .coll-item .title h3 {
        font-size: 16px!important
    }
    #shop-wrapper .col-xs-6,
    .col20,
    .col25 {
        width: 100%
    }
    h1,
    h1.post-title {
        font-size: 22px!important
    }
    .col-xxs-12 {
        width: 100%!important
    }
}

@media (max-width:320px) {
    .info-block,
    .grid-item {
        width: 100%!important
    }
}

@media print {
    #header,
    #shop_menu,
    #menu-hauptmenue,
    #menu-loop-wrapper,
    #footer,
    .blog-hero,
    .blog-sidebar,
    .menu-follow {
        display: none
    }
    .container,
    .blog-main {
        display: block;
        float: none;
        width: 100%;
        position: relative;
        overflow: hidden
    }
    #main {
        padding-top: 0!important
    }
    a[href]:after {
        content: none!important
    }
    h1 {
        font-size: 24px!important
    }
    h2 {
        font-size: 22px!important
    }
    h3 {
        font-size: 18px!important
    }
}