@font-face {
    font-family: "Montserrat";
    src: url(https://www.flexi-northamerica.com/us/fonts/Montserrat/Montserrat-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url(https://www.flexi-northamerica.com/us/fonts/Montserrat/Montserrat-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url(https://www.flexi-northamerica.com/us/fonts/Montserrat/Montserrat-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url(https://www.flexi-northamerica.com/us/fonts/Montserrat/Montserrat-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Open Sans";
    src: url(https://www.flexi-northamerica.com/us/fonts/Open_Sans/OpenSans-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(https://www.flexi-northamerica.com/us/fonts/Open_Sans/OpenSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(https://www.flexi-northamerica.com/us/fonts/Open_Sans/OpenSans-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Open Sans";
    src: url(https://www.flexi-northamerica.com/us/fonts/Open_Sans/OpenSans-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(https://www.flexi-northamerica.com/us/fonts/Open_Sans/OpenSans-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%;
    min-height: 100%;
}
html {
    overscroll-behavior: none;
}
@media screen and (min-width:240px) {
    html {
        font-size: calc(9.2px + 2.3 * (100vw - 240px) / 359)
    }
}

@media screen and (min-width:599px) {
    html {
        font-size: 11.5px
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: calc(7.6px + 3 * (100vw - 600px) / 399)
    }
}

@media screen and (min-width:999px) {
    html {
        font-size: 10.6px
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: calc(8.2px + 1.8 * (100vw - 1000px) / 399)
    }
}

@media screen and (min-width:1399px) {
    html {
        font-size: 10px
    }
}

@media screen and (min-width:1400px) {
    html {
        font-size: calc(10px + 2 * (100vw - 1400px) / 520)
    }
}

@media screen and (min-width:1920px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width:1921px) {
    html {
        font-size: calc(12px + 1.5 * (100vw - 1921px) / 1279)
    }
}

@media screen and (min-width:3200px) {
    html {
        font-size: 13.5px
    }
}

@media only screen and (min-width:3200px) {
    html {
        font-size: 13.5px
    }
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #1f1f1f;
    background-color: #fff;
    overflow: hidden;
    overflow-y: scroll;
}
body.home {
    background-color: #f3f3f3;
}
body.page-template-tpl-company {
    color: #fff;
    background-color: #000;
}
body.load-next-collection-page {
    overflow-y: hidden
}
@media only screen and (min-width:600px) {
    body {
        font-size: 1.6rem;
    }
}

::selection {
    opacity: 1;
    color: #fff;
    background: #c1001f;
}
::-moz-selection {
    opacity: 1;
    color: #fff;
    background: #c1001f;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    font-family: "Montserrat", sans-serif;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 400;
}
h1 {
    font-size: 3.6rem;
    line-height: 1;
}
@media only screen and (min-width:1000px) {
    h1 {
        font-size: 4.4rem;
        font-weight: 400;
    }
}

.h1 {
    font-size: 3.6rem;
    font-weight: 300;
}
@media only screen and (min-width:1000px) {
    .h1 {
        font-size: 4.188vw;
        line-height: 4.6vw;
        letter-spacing: -0.179vw;
    }
}

h2,
.h2 {
    font-size: 2.4rem;
    line-height: 1;
}
@media only screen and (min-width:1000px) {
    h2,
    .h2 {
        font-size: 3.8rem;
    }
}

@media only screen and (min-width:600px) and (max-width:999px) {
    h2,
    .h2 {
        font-size: 3rem;
    }
    .h2 {
        font-size: 3rem;
        letter-spacing: -0.2vw;
    }
}
h3,
.h3 {
    font-size: 1.75rem;
}
@media only screen and (min-width: 712px) {
    h3,
    .h3 {
        font-size: 2rem;
    }
}
@media only screen and (min-width: 992px) {
    h3,
    .h3 {
        font-size: 2.4rem;
    }
}
h4 {
    font-size: 1.375rem;
}
@media only screen and (min-width: 712px) {
    h4 {
        font-size: 1.75rem;
    }
}
@media only screen and (min-width: 992px) {
    h4 {
        font-size: 2rem;
    }
}

h2.f-hm {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.2vw;
}
@media only screen and (min-width:1000px) {
    h2.f-hm {
        font-size: 4.188vw;
        line-height: 1;
        margin-bottom: 3rem;
    }
}
@media only screen and (min-width:600px) and (max-width:999px) {
    h2.f-hm {
        font-size: 3.6rem
    }
}

h3.f-st {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1;
    text-transform: uppercase
}

@media only screen and (min-width: 600px) {
    h3.f-st {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }
}

.h3 {
    font-size: 3rem;
    line-height: 1.15;
}

@media screen and (max-width: 600px) {
    .h3 {
        font-size: 2rem;
        line-height: 1.2;
    }
}

.h4 {
    font-size: 2rem;
    line-height: 1.2;
}

.h5 {
    font-size: 1.6rem;
    line-height: 1.3;
}

.page-title{
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.post-title,
.section-title {
    margin-top: 10px !important;
    margin-bottom: 15px;
}

.h-even1>*:nth-child(even),
.h-odd1>*:nth-child(odd) {
    margin-left: 7.2rem;
}

.h-first2>*:first-child {
    margin-left: 14.4rem;
}

.h-off2>* {
    margin-left: 14.4rem;
}

.h-first0>*:first-child {
    margin-left: 0 !important;
}

.h-second2>*:nth-child(2) {
    margin-left: 7.2rem;
}
.h-second2>*:nth-child(3) {
    margin-left: 14.4rem;
}

.h-third1>*:nth-child(3) {
    margin-left: 14.4rem;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
    .h-even1>*:nth-child(even),
    .h-odd1>*:nth-child(odd) {
        margin-left: 8.34rem;
    }
    .h-off2>* {
        margin-left: 8.34rem;
    }
    .h-third1>*:nth-child(3) {
        margin-left: 8.34rem;
    }
}

@media screen and (max-width: 600px) {
    .h-even1>*:nth-child(even),
    .h-odd1>*:nth-child(odd) {
        margin-left: 4.14rem;
    }
    .h-off2>* {
        margin-left: 2.07rem;
    }
    .h-first2>*:first-child {
        margin-left: 4.14rem;
    }
    .h-third1>*:nth-child(3) {
        margin-left: 4.14rem;
    }
    .h-second2>*:nth-child(2) {
        margin-left: 8.28rem;
    }
}

@media screen and (max-width: 600px) {
    .h-mob-even05 *:nth-child(even) {
        margin-left: 4.14rem;
    }
}

.h1.anima .h-line,
.h2.anima .h-line,
.h3.anima .h-line,
.h4.anima .h-line {
    display: block;
    overflow: hidden;
}

.h1.anima .h-linner,
.h2.anima .h-linner,
.h3.anima .h-linner,
.h4.anima .h-linner {
    position: relative;
    display: inline-block;
    transform: translateY(110%);
}

.h1.anima.in:not(.stop) .h-linner,
.h2.anima.in:not(.stop) .h-linner,
.h3.anima.in:not(.stop) .h-linner,
.h4.anima.in:not(.stop) .h-linner {
    transform: translateY(0);
    transition: transform 1000ms cubic-bezier(0.57, 0.09, 0.105, 1);
}

.h1.anima.in:not(.stop) .h-line:nth-child(1) .h-linner,
.h2.anima.in:not(.stop) .h-line:nth-child(1) .h-linner,
.h3.anima.in:not(.stop) .h-line:nth-child(1) .h-linner,
.h4.anima.in:not(.stop) .h-line:nth-child(1) .h-linner {
    transition-delay: 0ms;
}

.h1.anima.in:not(.stop) .h-line:nth-child(2) .h-linner,
.h2.anima.in:not(.stop) .h-line:nth-child(2) .h-linner,
.h3.anima.in:not(.stop) .h-line:nth-child(2) .h-linner,
.h4.anima.in:not(.stop) .h-line:nth-child(2) .h-linner {
    transition-delay: 100ms;
}

.h1.anima.in:not(.stop) .h-line:nth-child(3) .h-linner,
.h2.anima.in:not(.stop) .h-line:nth-child(3) .h-linner,
.h3.anima.in:not(.stop) .h-line:nth-child(3) .h-linner,
.h4.anima.in:not(.stop) .h-line:nth-child(3) .h-linner {
    transition-delay: 200ms;
}

.h1.anima.in:not(.stop) .h-line:nth-child(4) .h-linner,
.h2.anima.in:not(.stop) .h-line:nth-child(4) .h-linner,
.h3.anima.in:not(.stop) .h-line:nth-child(4) .h-linner,
.h4.anima.in:not(.stop) .h-line:nth-child(4) .h-linner {
    transition-delay: 300ms;
}

.h1.anima.in:not(.stop) .h-line:nth-child(5) .h-linner,
.h2.anima.in:not(.stop) .h-line:nth-child(5) .h-linner,
.h3.anima.in:not(.stop) .h-line:nth-child(5) .h-linner,
.h4.anima.in:not(.stop) .h-line:nth-child(5) .h-linner {
    transition-delay: 400ms;
}

.h1.anima.out .h-linner,
.h2.anima.out .h-linner,
.h3.anima.out .h-linner,
.h4.anima.out .h-linner {
    transform: translateY(-110%) !important;
    transition: transform 500ms cubic-bezier(0.5, 0.02, 0.77, 0.47) !important;
}

.h1 span, .h2 span, .h25 span, .h3 span, .h4 span {
    display: block;
}

p {
    margin-bottom: 1.7rem;
    opacity: .8
}
p:last-of-type {
    margin-bottom: 0;
}
ul,ol {
    margin-bottom: 1.7rem;
    opacity: .8
}
p + ul,
p + ol {
    margin-top: 1.7rem;
}

.hr {
    margin-left: 0;
    border-color: #1b1b1b;
    opacity: 0.2;
}

.hr--light {
    border-bottom: none;
    border-top: 1px solid #C4C4C4;
    opacity: 1;
}

.hr.anima {
    transform: scaleX(0);
}

.hr.anima.in {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform cubic-bezier(0.57, 0.09, 0.105, 1) 1000ms;
}

.fw400 {
    font-weight: 400!important
}
.black-color {
    color: #1c1c1c!important;
}
.white-color {
    color: #fff!important;
}
.red-color {
    color: #c1001f!important;
}

a {
    color: #1c1c1c;
    text-decoration: none;
    transition: all 0.2s ease;
}
a:hover {
    text-decoration: none;
    color: #c1001f
}
a:focus,
a.focus,
a.active,
button:focus,
button.focus,
button.active {
    outline: 0;
}
body:not(.woocommerce-page) .ctx a {
    display: inline-block;
    color: #c1001f;
}
body:not(.woocommerce-page) .ctx a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c1001f;
    -webkit-transition: width .25s cubic-bezier(.15,0,0,1);
    -o-transition: width .25s cubic-bezier(.15,0,0,1);
    transition: width .25s cubic-bezier(.15,0,0,1);
}
.no-touch .ctx a:hover:after {
    width:0
}
.btn {
    border-radius: 0;
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
}
@media only screen and (min-width:600px) {
    .btn {
        font-size: 1.4rem;
    }
}
.btn:focus,
.btn.focus {
    box-shadow: none !important;
}
.pix-btn-wrapper {
    margin: 30px 0;
}
.pix-btn {
    font-family: "Montserrat", sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    line-height: 2em;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 8px 25px;
    cursor: pointer;
}
.pix-btn.disabled,
.pix-btn:disabled{
    opacity:.65
}
@media only screen and (min-width:600px) {
    .pix-btn {
        font-size: 1.4rem;
    }
}
.pix-btn.pix-btn-simple {
    padding: 0 !important;
    color: #1e1e1e;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
}
.pix-btn.pix-btn-simple.white {
    color: #fff;
}
.pix-btn.pix-btn-simple .pix-btn-text {
    display: inline-block;
    vertical-align: middle;
}
.pix-btn.pix-btn-simple:hover {
    color: #1e1e1e !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.pix-btn.pix-btn-simple.white:hover {
    color: #fff !important;
}
.pix-btn.pix-btn-solid {
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
}
.pix-btn.pix-btn-solid.white {
    color: #1c1c1c;
    background-color: #fff;
}
.pix-btn.pix-btn-solid.red {
    color: #fff;
    background-color: #c1001f;
}
.pix-btn.pix-btn-solid:hover {
    color: #fff !important;
    background-color: #c1001f !important;
}
.pix-btn.pix-btn-outline {
    color: #1c1c1c;
    background-color: transparent;
    border: 1px solid #1c1c1c;
}
.pix-btn.pix-btn-outline.white {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.pix-btn.pix-btn-outline:hover {
    color: #fff !important;
    background-color: #c1001f !important;
    border-color: #c1001f !important;
}
.pix-btn.pix-btn-small {
    padding: 10px 15px;
}
.pix-btn.pix-btn-large {
    padding: 10px 40px;
}
.pix-btn.pix-btn-icon {
    overflow: hidden;
}
.pix-btn.pix-btn-icon.pix-btn-simple:after {
    content: none !important;
}
.pix-btn.pix-btn-icon.pix-btn-simple > i:nth-child(2),
.pix-btn.pix-btn-icon.pix-btn-simple > span:not(.pix-btn-text):nth-child(2) {
    position: absolute !important;
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 38%;
}
.pix-btn.pix-btn-icon.pix-btn-simple:hover > i:nth-child(2),
.pix-btn.pix-btn-icon.pix-btn-simple:hover > span:not(.pix-btn-text):nth-child(2) {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pix-btn.pix-btn-icon.pix-btn-solid,
.pix-btn.pix-btn-icon.pix-btn-outline {
    padding: 9px 31px;
    border: none !important;
}
.pix-btn.pix-btn-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #820116;
    -webkit-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    transform: translateX(-102%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: 0.4s cubic-bezier(0.18, 0.24, 0.18, 0.89);
    -o-transition: 0.4s cubic-bezier(0.18, 0.24, 0.18, 0.89);
    transition: 0.4s cubic-bezier(0.18, 0.24, 0.18, 0.89);
}
.pix-btn.pix-btn-icon .pix-btn-text {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pix-btn.pix-btn-icon > i,
.pix-btn.pix-btn-icon > span:not(.pix-btn-text) {
    position: relative !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 4px;
    font-size: 1.4em;
    line-height: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (min-width: 992px) {
    .pix-btn.pix-btn-icon > i,
    .pix-btn.pix-btn-icon > span:not(.pix-btn-text) {
        font-size: 1.9em;
    }
}
.pix-btn.pix-btn-icon > i:nth-child(2),
.pix-btn.pix-btn-icon > span:not(.pix-btn-text):nth-child(2) {
    position: absolute !important;
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 44%;
}
.pix-btn.pix-btn-icon > i:before,
.pix-btn.pix-btn-icon > span:not(.pix-btn-text):before {
    display: block;
    line-height: inherit;
}
.pix-btn.pix-btn-icon:hover .pix-btn-text {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    opacity: 0.5;
}
.pix-btn.pix-btn-icon:hover > i,
.pix-btn.pix-btn-icon:hover > span:not(.pix-btn-text) {
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
}
.pix-btn.pix-btn-icon:hover > i:nth-child(2),
.pix-btn.pix-btn-icon:hover > span:not(.pix-btn-text):nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s 0.05s;
    -o-transition: 0.3s 0.05s;
    transition: 0.3s 0.05s;
}
.pix-btn.pix-btn-icon:hover:after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.pix-btn.pix-btn-svg-icon {
    overflow: hidden;
}
.pix-btn.pix-btn-svg-icon.pix-btn-simple:after {
    content: none !important;
}
.pix-btn.pix-btn-svg-icon.pix-btn-simple svg {
    vertical-align: middle;
}
.pix-btn.pix-btn-svg-icon.pix-btn-simple svg:nth-child(2) {
    position: absolute !important;
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 40%;
}
.pix-btn.pix-btn-svg-icon.pix-btn-simple:hover svg:nth-child(2) {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pix-btn.pix-btn-svg-icon.pix-btn-solid,
.pix-btn.pix-btn-svg-icon.pix-btn-outline {
    padding: 9px 30px;
    min-width: 275px;
    text-align: center
}
@media only screen and (min-width: 1280px) and (max-height: 720px) {
    .pix-btn.pix-btn-svg-icon.pix-btn-solid,
    .pix-btn.pix-btn-svg-icon.pix-btn-outline {
        padding: 9px 25px;
    }
}
@media only screen and (max-width: 711px) {
    .pix-btn.pix-btn-svg-icon.pix-btn-solid,
    .pix-btn.pix-btn-svg-icon.pix-btn-outline {
        padding: 5px 20px;
    }
}
.pix-btn.pix-btn-svg-icon.pix-btn-solid svg,
.pix-btn.pix-btn-svg-icon.pix-btn-outline svg {
    vertical-align: baseline;
}
.pix-btn.pix-btn-svg-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #820116;
    -webkit-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    transform: translateX(-102%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: 0.4s cubic-bezier(0.18, 0.24, 0.18, 0.89);
    -o-transition: 0.4s cubic-bezier(0.18, 0.24, 0.18, 0.89);
    transition: 0.4s cubic-bezier(0.18, 0.24, 0.18, 0.89);
}
.pix-btn.pix-btn-svg-icon .pix-btn-text {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pix-btn.pix-btn-svg-icon svg {
    position: relative !important;
    display: inline-block;
    margin: 0 0 -2px 4px;
    font-size: 1.9em;
    line-height: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pix-btn.pix-btn-svg-icon svg:nth-child(2) {
    position: absolute !important;
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 44%;
    top: calc(50% - 7px);
}
.pix-btn.pix-btn-svg-icon svg:before {
    display: block;
    line-height: inherit;
}
.pix-btn.pix-btn-svg-icon svg path,
.pix-btn.pix-btn-svg-icon svg line {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.pix-btn.pix-btn-svg-icon svg:nth-child(2) {
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
}
.pix-btn.pix-btn-svg-icon svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    overflow: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.pix-btn.pix-btn-svg-icon svg g {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.pix-btn.pix-btn-svg-icon:hover .pix-btn-text {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    opacity: 0.5;
    -webkit-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}
.pix-btn.pix-btn-svg-icon:hover svg {
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}
.pix-btn.pix-btn-svg-icon:hover svg g {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pix-btn.pix-btn-svg-icon:hover svg:nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s 0.2s !important;
    -o-transition: 0.3s 0.2s !important;
    transition: 0.3s 0.2s !important;
}
.pix-btn.pix-btn-svg-icon:hover:after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 0.4s 0.2s cubic-bezier(0.18, 0.24, 0.18, 0.89);
    -o-transition: 0.4s 0.2s cubic-bezier(0.18, 0.24, 0.18, 0.89);
    transition: 0.4s 0.2s cubic-bezier(0.18, 0.24, 0.18, 0.89);
}
.pix-btn-block {
    width: 100%;
}
.hero-head {
    position: relative;
}
.hero-head #tilt {
  perspective: 30px;
}
#tilt #tilt-inner {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.hero-head .pix-btn {
    margin:  0 5px 5px
}
.s-header {
    text-align: center;
}
.post-type-archive-product .s-header {
    margin-bottom: 9rem
}

.button.anima {
    opacity: 0;
}

.button.anima.in {
    opacity: 1;
    transition: opacity 300ms;
}

.c-checkbox {
 position:relative;
 display:inline-block;
 padding-left:1.5rem
}
.c-checkbox__label,
.c-checkbox label {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin-bottom:0;
 font-size:1rem;
 line-height:2.2;
 cursor:pointer;
}
.c-checkbox__label:after,
.c-checkbox__label:before,
.c-checkbox label:after,
.c-checkbox label:before {
 position:absolute;
 top:0;
 margin-top:calc((2.2em - 1rem)/2);
 left:0;
 display:block;
 width:1rem;
 height:1rem;
 content:""
}
.c-checkbox__label:before,
.c-checkbox label:before {
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 pointer-events:none;
 border-radius:0;
 border:1px solid #dee2e6;
 background-color:#dee2e6
}
.c-checkbox__label:after,
.c-checkbox label:after {
 background-repeat:no-repeat;
 background-position:50%;
 background-size:50% 50%;
 border:1px solid transparent;
 -webkit-transition:background .25s cubic-bezier(.15,0,0,1);
 -o-transition:background .25s cubic-bezier(.15,0,0,1);
 transition:background .25s cubic-bezier(.15,0,0,1)
}
.c-checkbox__link,
.c-checkbox a {
 color:#c1001f;
 -webkit-transition:color .25s cubic-bezier(.15,0,0,1);
 -o-transition:color .25s cubic-bezier(.15,0,0,1);
 transition:color .25s cubic-bezier(.15,0,0,1)
}
.c-checkbox__link:focus,
.c-checkbox__link:hover,
.c-checkbox a:focus,
.c-checkbox a:hover {
 color:inherit
}
.c-checkbox__input,
.c-checkbox input[type=checkbox] {
 position:absolute;
 display:inline-block;
 z-index:0;
 opacity:0;
 -webkit-appearance:checkbox
}
.c-checkbox__input:focus~.c-checkbox__label:before,
.c-checkbox__input:focus~label:before,
.c-checkbox__input:hover~.c-checkbox__label:before,
.c-checkbox__input:hover~label:before,
.c-checkbox input[type=checkbox]:focus~.c-checkbox__label:before,
.c-checkbox input[type=checkbox]:focus~label:before,
.c-checkbox input[type=checkbox]:hover~.c-checkbox__label:before,
.c-checkbox input[type=checkbox]:hover~label:before {
 -webkit-box-shadow:none;
 box-shadow:none
}
.c-checkbox__input:hover~.c-checkbox__label:after,
.c-checkbox__input:hover~label:after,
.c-checkbox input[type=checkbox]:hover~.c-checkbox__label:after,
.c-checkbox input[type=checkbox]:hover~label:after {
 border:1px solid #c1001f;
 -webkit-box-shadow:none;
 box-shadow:none
}
.c-checkbox__input:checked:before,
.c-checkbox input[type=checkbox]:checked:before {
 content:"";
 display:none
}
.c-checkbox__input:checked~.c-checkbox__label:before,
.c-checkbox__input:checked~label:before,
.c-checkbox input[type=checkbox]:checked~.c-checkbox__label:before,
.c-checkbox input[type=checkbox]:checked~label:before {
 color:#1c1c1c;
 background:#f0ede8
}
.c-checkbox__input:checked~.c-checkbox__label:after,
.c-checkbox__input:checked~label:after,
.c-checkbox input[type=checkbox]:checked~.c-checkbox__label:after,
.c-checkbox input[type=checkbox]:checked~label:after {
 background-image:none;
 border-radius:0;
 border:1px solid #dee2e6;
 -webkit-box-shadow:inset 0 0 0 3px #dee2e6;
 box-shadow:inset 0 0 0 3px #dee2e6;
 background-color:#1c1c1c
}
.c-checkbox__input:disabled~.c-checkbox__label,
.c-checkbox__input:disabled~label,
.c-checkbox input[type=checkbox]:disabled~.c-checkbox__label,
.c-checkbox input[type=checkbox]:disabled~label {
 color:#898989;
 cursor:not-allowed
}
.c-checkbox__input:disabled:checked~.c-checkbox__label:before,
.c-checkbox__input:disabled:checked~label:before,
.c-checkbox__input:disabled~.c-checkbox__label:before,
.c-checkbox__input:disabled~label:before,
.c-checkbox input[type=checkbox]:disabled:checked~.c-checkbox__label:before,
.c-checkbox input[type=checkbox]:disabled:checked~label:before,
.c-checkbox input[type=checkbox]:disabled~.c-checkbox__label:before,
.c-checkbox input[type=checkbox]:disabled~label:before {
 background-color:rgba(222,226,230,.5)
}
.c-checkbox__input:disabled:checked~.c-checkbox__label:after,
.c-checkbox__input:disabled:checked~label:after,
.c-checkbox input[type=checkbox]:disabled:checked~.c-checkbox__label:after,
.c-checkbox input[type=checkbox]:disabled:checked~label:after {
 background-color:#898989
}
.c-checkbox.is-child {
 margin-left:1.5rem
}
.c-checkbox+.c-checkbox:not(.is-child) {
 margin-left:20px
}

ul li {
    line-height: 1.6;
}
.dropdown-menu {
    border-radius: 0;
    color: #000;
}
.dropdown-menu a {
    line-height: 1.2;
    display: block;
    width: 100%;
    padding: 3px 10px 6px;
    font-size: 1.25rem;
    text-transform: none;
    float: left;
    color: #363738!important
}
img {
    max-width: 100%;
}
img.full,
video.full {
    width: 100%;
    height: auto
}
.img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img__wrap {
    transform-origin: top;
}
.img__abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.img__abs img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: none;
    height: 100%;
}
.anima.img__abs.slideLeftRight.in img {
    -webkit-animation: slideLeftRight 15s infinite;
    animation: slideLeftRight 15s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition: all 1s cubic-bezier(0, .85, .57, .97);
    transition: all 1s cubic-bezier(0, .85, .57, .97)
}

@-webkit-keyframes slideLeftRight {
    0% {
        left: 0;
    }
    50% {
        left: -45%;
    }
    100% {
        left: 0;
    }
}

@keyframes slideLeftRight {
    0% {
        left: 0;
    }
    50% {
        left: -45%;
    }
    100% {
        left: 0;
    }
}

.img__img,
.vid_vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img--fillHeight {
    height: 100%;
    width: auto;
    max-width: none
}

.img--fillHeight .img__wrap {
    height: 100%;
    width: auto;
}

.img--fillHeight .img__img {
    min-height: 100%;
    width: auto;
}

.img--fit .img__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.img--center .img__wrap {
    width: 100%;
    height: 100%;
}

.img--center .img__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.anima.img.bgSlide .img__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
}
.anima.img.bgSlide.in .img__wrap {
    transform: scale(1);
    transition: transform 1500ms cubic-bezier(0.125, 0.325, 0.17, 0.985);
}
.scrollImage {
    opacity: 0;
}
.scrollImage.inited {
    opacity: 1;
}


.media-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.media-wrap img,
.media-wrap video {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .9s;
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a:hover .media-wrap img,
.media-wrap:hover img,
a:hover .media-wrap video,
.media-wrap:hover video {
    -webkit-transform: scale(1.025);
    transform: scale(1.05);
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-cover video {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}

.text-error {
    font-size: 18px;
    color: red
}

.toggle-info-wrapper {
    display: inline-block;
    position: relative;
}
.loader-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    display: none;
    left: 0;
    bottom: -30px
}
.loader-wrapper .loader-inner>div,
.vertical-line {
    background-color: #1c1c1c
}

.detail-info {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 7000;
    background: #fff;
    -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;
}
.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
}

.space15 {
    height: 15px
}

.space20 {
    height: 20px
}

.space30 {
    height: 30px
}

.space50 {
    height: 50px
}

.space60 {
    height: 60px
}

.space100 {
    height: 100px
}

.z10 {
    z-index: 10
}
.relative {
    position: relative
}
.mar-t {
    margin-top: 1.875rem;
}
@media only screen and (min-width: 992px) {
    .mar-t {
        margin-top: 2.5rem;
    }
}
.mar-b {
    margin-bottom: 1.875rem;
}
@media only screen and (min-width: 992px) {
    .mar-b {
        margin-bottom: 2.5rem;
    }
}
.container-480 {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
}
.container-fluid,
.container-xl,
.container {
    padding-right: 20px;
    padding-left: 20px;
}
@media only screen and (max-width:820px) and (max-height:400px) {
    #collection .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 711px) {
    #collection .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and  (min-width:992px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and  (min-width:1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-custom {
        max-width: 1200px;
    }
}
@media only screen and  (min-width:1600px) {
    .container-xl {
        max-width: 1400px;
    }
    .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.container-black {
    background: #1b1b1b;
    color: #ffffff;
}
.container-grey {
    background: #f3f3f3;
}
.container-white {
    background: #fff;
}

.col20,
.col25 {
    padding-left: 15px;
    float: left
}
.col20 {
    width: 20%
}
.col25 {
    width: 25%
}
@media only screen and  (max-width:991px) {
    .col20 {
        width: 33.333333%
    }
    .col25 {
        width: 50%
    }
}
@media only screen and  (max-width:640px) {
    .col20 {
        width: 50%
    }
}
@media only screen and (max-width:480px) {
    .col20,
    .col25 {
        width: 100%
    }
}

@media only screen and (max-width:320px) {
    .info-block,
    .grid-item {
        width: 100%!important
    }
}

.row_padding_top {
	padding-top:7vw;
}
	
.row_padding_bottom {
	padding-bottom:7vw;
}
	
.row_padding_left {
	padding-left:7vw;
}
	
.row_padding_right {
	padding-right:7vw;
}
	
.row_padding_all {
	padding:7vw;
}

.margin-l5 {
    margin-left: 5%
}
.margin-l10 {
    margin-left: 10%
}
.margin-l15 {
    margin-left: 15%
}

.clear {
    height:1px;
    width:100%;
    position:relative;
    overflow:hidden;
}
.clear::after{
    display:block;
    clear:both;
    content:""
}

a.go-top {
    z-index: 100;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border: 1px solid #1c1c1c;
    position: fixed;
    overflow: hidden;
    right: 10px;
    bottom: 20px;
    text-align: center;
    color: #1c1c1c;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.touch a.go-top {
    display: none
}

a.go-top.active {
    opacity: 1;
    visibility: visible
}

a.go-top:hover {
    background: #1c1c1c;
    color: #fff
}

ul.list {
    list-style: disc;
    padding: 0;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, .7)
}

ul.list li {
    margin-left: 15px;
    padding-left: 5px;
    line-height: 1.6
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    animation: spin 2000ms cubic-bezier(0.57, 0.09, 0.105, 1) infinite;
    width: 100%;
    height: 100%;
}

.spinner svg {
    width: 100%;
    height: 100%;
}

.spinner .fill {
    fill: #1b1b1b;
}

.spinner .stroke {
    stroke: #1b1b1b;
}

.spinner--white .fill {
    fill: #ffffff;
}

.spinner--white .stroke {
    stroke: #ffffff;
}

.transition-swipe:after {
    content: "";
    position: fixed;
    top: 0vh;
    left: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    background: black;
    z-index: 100;
    transform: scaleY(0);
    transition: transform 500ms cubic-bezier(0.605, 0.25, 0.445, 0.985);
    transform-origin: top;
}

html.is-animating .transition-swipe:after {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 600ms cubic-bezier(0.57, 0.09, 0.105, 1);
}

.fadeUp.anima {
    opacity: 0;
    transform: translateY(5rem);
}

.fadeUp.anima.in {
    opacity: 1;
    transform: translateY(0rem);
    transition: opacity 400ms ease-in-out, transform 1000ms cubic-bezier(0.125, 0.325, 0.17, 0.985);
}

.fade.anima {
    opacity: 0;
}

.fade.anima.in {
    opacity: 1;
    transition: opacity 400ms ease-in-out;
}

.popIn.anima {
    transform: scale(0.1) rotate(0deg);
    opacity: 0;
}

.popIn.anima.in:not(.stop) {
    transform: scale(1) rotate(0deg);
    opacity: 1;
    transition: opacity 100ms 200ms linear, transform 800ms 200ms cubic-bezier(0.125, 0.325, 0.17, 0.985);
}

#cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
    margin-top: -5rem;
    margin-left: -5rem;
    z-index: 101;
    pointer-events: none;
}
.touch #cursor {
    top: 40vh;
    left: 50vw;
    transform: none !important;
}

.cursor__canvas {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 300ms;
}

.cursor--show .cursor__canvas {
    opacity: 1;
    transition: opacity 100ms;
}

.cursor__load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9rem;
    height: 9rem;
    opacity: 0;
    transition: opacity .2s;
}

body.is-loading .cursor__load {
    opacity: 1;
}

.cursor__load .spinner-border {
    width: 100%;
    height: 100%;
    position: relative;
    color: #c1001f;
    opacity: 0;
    transition: opacity .2s .5s;
}
body.is-loading .cursor__load .spinner-border {
    opacity: 1;
}


.thread {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.thread__sticky {
    position: sticky;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thread__circle {
    width: 160rem;
    height: 160rem;
    max-width: 120vh;
    max-height: 120vh;
    background: #EDEDED;
    border-radius: 100%;
    overflow: hidden;
    transition: transform 100ms linear;
    transform: scale(0.8);
}

.thread__canvas {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .thread__circle {
        max-width: 95vw;
        max-height: 95vw;
    }
}

#ajaxloader {
    background: rgba(255,255,255,.5);
    position: fixed;
    top: 5.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4900;
    display: none
}
@media only screen and  (min-width: 712px) {
    #ajaxloader {
        top: 6.5rem;
    }
}
@media only screen and  (min-width: 1600px) {
    #ajaxloader {
        top: 7rem;
    }
}
.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #000;
    z-index: 4900;
}

.menu-open,
.menu-open body {
    overflow: hidden;
}

.header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 100;
    user-select: none;
}

.nav__bar {
    position: absolute;
    background: rgba(255,255,255,0);
    top: 0;
    left: 0;
    right: 0;
    height: 6.5rem;
    transition: background 200ms;
}
@media screen and (min-width: 1600px) {
    .nav__bar {
        height: 7rem;
    }
}
.scrolled .nav__bar {
    background: rgba(255,255,255,1);
}
.scrolled .page-template-tpl-company .nav__bar {
    background: rgba(0,0,0,1);
}

@media screen and (max-width: 600px) {
    .nav__bar {
        height: 5.5rem;
    }
    .nav__bar:after {
        height: calc(100vh - 5.5rem);
        height: calc(calc(var(--vh, 1vh) * 100) - 5.5rem);
    }
}

.nav__border {
    position: absolute;
    left: 7.2rem;
    right: 7.2rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.15);
    top: 6.5rem;
}
.page-template-tpl-company .nav__border {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 1600px) {
    .nav__border {
        top: 7rem;
    }
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
    .nav__border {
        top: 6.5rem;
        left: 3.17rem;
        right: 3.17rem;
    }
}

@media screen and (max-width: 600px) {
    .nav__border {
        top: 5.5rem;
        left: 1.67rem;
        right: 1.67rem;
    }
}

.nav__links,
.nav__toggle,
.site__actions {
    position: absolute;
    top: .25rem;
}
.nav__logo {
    position: absolute;
    transform: translateY(-50%);
    top: 3.25rem;
    height: 5.5rem;
    left: 20px;
    z-index: 110;
}
@media only screen and  (min-width:992px) {
    .nav__logo {
        left: 60px;
    }
}
@media only screen and  (min-width:1600px) {
    .nav__logo {
        top: 3.5rem;
        height: 6.25rem;
        left: 90px;
    }
}

.nav__logo img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
    .nav__logo {
        left: 3.17rem;
        height: 5rem;
    }
}

@media screen and (max-width: 600px) {
    .nav__logo {
        left: 1.67rem;
        height: 4.6875rem;
    }
}

@media screen and (max-width: 600px) {
    .nav__logo,
    .nav__links {
        top: 2.75rem;
    }
}

.nav__links {
    right: 20rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    height: 6.5rem;
}

@media screen and (min-width: 1600px) {
    .nav__links {
        height: 7rem;
    }
}

.nav__link {
    display: inline-block;
    margin-right: 2.5rem;
    position: relative;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.5rem;
}
@media screen and (min-width: 1280px) {
    .nav__link {
        margin-right: 3.5rem;
    }
}
.page-template-tpl-advantages .nav__link,
.page-template-tpl-company .nav__link {
    color: #fff;
}
.scrolled .page-template-tpl-advantages .nav__link {
    color: #1c1c1c;
}

.nav__link:last-child {
    margin-right: 0;
}

.site__actions {
    right: 13rem;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site__actions .dropdown {
    font-size: 1.4rem;
    letter-spacing: normal;
    padding-bottom: .5rem;
    padding-left: .5rem;
}
.page-template-tpl-company .dropdown-toggle,
.page-template-tpl-advantages .dropdown-toggle {
    color: #fff;
}
.scrolled .page-template-tpl-advantages .dropdown-toggle {
    color: #1c1c1c;
}
.site__actions .dropdown-toggle::after {
    margin-left: .1em;
}
.site__actions .dropdown-menu {
    right: 0;
    left: auto
}

.site__actions .dropdown-menu a {
    line-height: 1.2;
    display: block;
    width: 100%;
    padding: 3px 10px 6px;
    font-size: 1.25rem;
    text-transform: none;
    float: left;
    color: #363738!important
}
@media screen and (min-width: 1600px) {
    .site__actions {
        height: 7rem;
    }
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
    .site__actions {
        right: 10rem;
    }
}

@media screen and (max-width: 600px) {
    .site__actions {
        right: 7rem;
        height: 6rem
    }
}
.site-action {
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}
.site-action i::before {
    font-size: 1.75rem;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out
}
.page-template-tpl-advantages .site-action i::before,
.page-template-tpl-company .site-action i::before {
    color: #fff;
}
.scrolled .page-template-tpl-advantages .site-action i::before {
    color: #1c1c1c;
}
.site-action:hover i:before {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
    color: #1f1f1f
}
.page-template-tpl-advantages .site-action:hover i::before,
.page-template-tpl-company .site-action:hover i::before {
    color: #fff;
}
.scrolled .page-template-tpl-advantages .site-action:hover i::before {
    color: #1f1f1f;
}
.site-action i:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    margin-left: .2em;
    font-size: 1.75rem;
    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
}
.site-action.hover-icon.toggleSearch i::after {
    content: "\e901"
}
.site-action.hover-icon.account i::after {
    content: "\f2c0"
}
.site-action.hover-icon.cart i:after {
    content: "\e900"
}
.site-action:hover i:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}
.site-action.hover-icon sup {
    position: absolute;
    top: -3px;
    right: -5px;
    color: #c1001f;
}

.nav__link--menuOnly {
    display: none;
}

.nav__link:hover {
    color: #c1001f!important;
}

.nav__link--active:before {
    content: "";
    position: absolute;
    top: -0.4rem;
    left: 0;
    height: 0.4rem;
    width: 100%;
    background: #c1001f;
}

.nav__toggle {
    cursor: pointer;
    outline: none;
    width: 5rem;
    height: 5rem;
    display: flex;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    float: right;
    position: relative;
    z-index: 110;
}
@media only screen and  (min-width:601px) {
    .nav__toggle {
        width: 6rem;
        height: 6rem;
    }
}
@media only screen and  (min-width:992px) {
    .nav__toggle {
        margin-right: 60px;
    }
}
@media only screen and  (min-width:1600px) {
    .nav__toggle {
        top: .55rem;
        margin-right: 90px;
    }
}


.hamburger {
    position: relative;
    display: inline-block;
    width: 3.2rem;
    height: 0;
}

.hamburger__line {
    height: 2px;
    width: 100%;
    background: #1b1b1b;
    position: absolute;
    top: -1px;
    transition: transform 200ms, background 200ms;
}
.menu-open .hamburger__line {
    background: #1b1b1b!important;
}
.page-template-tpl-advantages .hamburger__line,
.page-template-tpl-company .hamburger__line {
    background: #fff;
}
.scrolled .page-template-tpl-advantages .hamburger__line {
    background: #1b1b1b;
}

.hamburger__top {
    transform: translateY(-0.5rem);
}

.hamburger__bottom {
    transform: translateY(0.5rem);
}

@media screen and (max-width: 600px) {
    .hamburger {
        width: 2.5rem;
    }
    .hamburger__top {
        transform: translateY(-0.4rem);
    }
    .hamburger__bottom {
        transform: translateY(0.4rem);
    }
}

.menu-open .hamburger__top {
    transform: translateY(0) rotate(45deg) scaleX(0.9);
}

.menu-open .hamburger__bottom {
    transform: translateY(0) rotate(-45deg) scaleX(0.9);
}

@media screen and (max-width: 1000px) {
    .nav__links {
        display: none;
    }
}

#nav {
    top: -110vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 100;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    transition: all 0s .8s
}
.menu-open #nav {
    top: 0;
    opacity: 1;
    transition: all 0s 0s
}

#nav a,
#nav h3 {
    color: #1c1c1c;
}

.n-figure {
    width: 25vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 2;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #fdfdfd;
    transform: translateY(-110vh);
    transition: transform .8s cubic-bezier(0.57, 0.09, 0.105, 1);
}
.menu-open .n-figure {
    transform: translateY(0);
}

.n-figure video {
    bottom: 0;
    left: -30%;
    width: 130%;
    z-index: 1;
    position: absolute;
}
.n-menu {
    z-index: 2;
    width: 75vw;
    margin-left: 25vw;
    display: flex;
    overflow: hidden;
    background: #fdfdfd;
    transform: translateY(-110vh);
    transition: transform .8s cubic-bezier(0.57, 0.09, 0.105, 1) .1s;
}
.menu-open .n-menu {
    transform: translateY(0);
}

@media only screen and (max-width: 991px) {
    .n-menu {
        width: 95vw;
        margin-left: 5vw;
    }
}

@media only screen and (max-width: 767px) {
    #nav {
        flex-wrap: unset;
        overflow: hidden;
    }
    .n-figure,
    .n-menu {
        width: 100%;
        margin: 0;
    }
    .n-menu {
        overflow-y: scroll!important;
        background: none;
    }
    .n-figure video {
        left: -15%;
        width: 100%;
    }
}

.n-menu .n-columns {
    top: 50%;
    z-index: 1;
    width: 100%;
    display: flex;
    position: absolute;
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .n-menu .n-columns {
        top: unset;
        width: unset;
        display: block;
        transform: unset;
        position: relative;
        margin: 70px 30px 30px;
    }
}
@media only screen and (max-width: 480px) {
    .n-menu .n-columns {
        margin: 70px 20px 30px;
    }
}

.n-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.n-menu .n-column {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative
}

@media only screen and (max-width: 767px) {
    .n-menu .n-column {
        flex-grow: unset;
        flex-shrink: unset
    }
}

.n-menu .n-column:nth-child(1) {
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .n-menu .n-column:nth-child(1) {
        width: 100%;
    }
}

.n-menu .n-column:nth-child(1) li {
    font-size: 3rem;
    padding: 1rem 0;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    will-change: transform;
    backface-visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .n-menu .n-column:nth-child(1) li {
        padding: .5rem 0;
    }
}
@media only screen and (max-width: 480px) {
    .n-menu .n-column:nth-child(1) li {
        font-size: 1.75rem;
    }
}

.n-menu .n-column:nth-child(1) li:first-of-type {
    padding-top: 0
}

.n-menu .n-column:nth-child(1) li:last-of-type {
    padding-bottom: 0
}

.n-menu .n-column:nth-child(1) li a {
    position: relative;
    display: inline-block
}

.n-menu .n-column:nth-child(1) li a:before {
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #c1001f;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media only screen and (max-width: 767px) {
    .n-menu .n-column:nth-child(1) li a:before {
        height: 1px
    }
}

.no-touch .n-menu .n-column:nth-child(1) li a:hover:before {
    transform: scaleX(1);
    transform-origin: left
}

.n-menu .n-column:nth-child(1) li a.is-active {
    pointer-events: none
}

.n-menu .n-column:nth-child(1) li a.is-active:before {
    transform: scaleX(1);
    transform-origin: left
}

.n-menu .n-column:nth-child(2) {
    width: 50%;
    display: flex;
    margin-right: 90px
}

.n-menu .n-column:nth-child(2) div {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 767px) {
    .n-menu .n-column:nth-child(2) {
        display: block;
        width: 100%;
        margin-right: 0
    }
    .n-menu .n-column:nth-child(2) div {
        width: 100%;
    }
    .n-menu .n-column:nth-child(2) div.n-subnav {
        margin-top: 25px;
    }
    .n-menu .n-column:nth-child(2) div.n-subnav:first-of-type {
        display: none;
    }
}

.n-menu .n-subnav {
    position: relative
}

.n-menu .n-subnav ul a {
    opacity: 0.7;
    transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.n-menu .n-subnav ul a:hover {
    opacity: 1
}

.n-menu .n-subnav ul a.is-active {
    opacity: 1;
    pointer-events: none
}

.n-menu .n-subnav li {
    font-size: 2rem;
    padding: .5rem 0;
    position: relative;
    will-change: transform;
    backface-visibility: hidden
}

.n-menu .n-social {
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute
}

.n-menu .n-social ul {
    height: auto;
    overflow: hidden;
    position: relative;
}

.n-menu .n-social li {
    display: inline-block;
}

.n-menu .n-social li a {
    font-size: 3rem;
    opacity: 0.7;
}

.n-menu .n-social a:hover {
    opacity: 1
}
@media only screen and (max-width: 767px) {
    .n-menu .n-subnav h3 {
        margin-bottom: .25rem;
    }
    .n-menu .n-subnav li {
        padding: 0 0 .25rem;
    }
    .n-menu .n-social {
        position: relative;
        margin-top: 20px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .n-menu .n-subnav li {
        font-size: 1.5rem;
    }
    .n-menu .n-social li a {
        font-size: 2.25rem;
    }
}
.search-form {
    background: #fff;
    position: relative;
    display: none;
    z-index: 9;
}
.search-form.is-expanded {
    display: block;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
    .search-form {
        transition: max-height 0.5s ease-in-out;
        position: fixed;
        left: 0;
        top: auto;
        display: block;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        text-align: left;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    }
    .search-form.is-expanded {
        max-height: 500px;
        top: auto;
        height: 300px;
    }
}
.search-wrapper {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding-bottom: 20px;
}
.searchform {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
@media only screen and (min-width: 992px) {
    .search-wrapper {
        max-width: 1280px;
        padding: 3.75rem 1.25em;
        margin: 0 auto;
        border-bottom: none;
    }
}
.search-field {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .search-field {
        width: 80%;
        margin: 0 auto;
        padding: 0 2.875rem;
    }
}
.search-input {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 40px;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    outline: 0;
    background: 0 0;
    font-size: 1.375rem;
}
@media only screen and (min-width: 992px) {
    .search-input {
        font-size: 1.5rem;
        padding-right: 0;
    }
}
.search-submit {
    position: absolute;
    right: 0;
    top: 16px;
    margin-top: -0.8125rem;
    font-size: 1.625rem;
    line-height: 1;
    color: #1b1b1b;
    border: none;
    background: 0;
    -webkit-appearance: button;
    cursor: pointer;
}
@media only screen and (min-width: 992px) {
    .search-submit {
        top: 25px;
    }
}

#main {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 5.5rem;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    z-index: 1;
}
.page-template-tpl-company #main {
    overflow: hidden;
}
@media only screen and (min-width: 601px) {
    #main {
        padding-top: 6.5rem;
    }
}
@media only screen and (min-width: 1600px) {
    #main {
        padding-top: 7rem;
    }
}
#content {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 6rem;
    padding-bottom: 60px
}

.p-header{
    margin-top: 8rem;
}
.p-header .h2 span {
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    .home .hero-head .s-header {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        text-align: center;
        pointer-events: none
    }
}

.hero__container {
    position: relative;
    display: block;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
}

.hero__container__image {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.hero__container__inner {
    width: 100%;
    z-index: 2;
}

.hero__container__scrollMessage {
    width: 100%;
    margin: 3rem 0;
}

.hero__container__scrollArrow {
    position: relative;
    display: none
}
.hero__container__scrollArrow::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/icon-arrow-white.svg);
}

@media screen and (min-width: 992px) {
    .hero__container {
        height: 67rem;
        display: flex;
        align-items: center;
        padding: 0;
    }
    .hero__container__image {
        position: absolute;
        width: 45%;
        height: 100%;
        right: -0.6rem;
    }
    .hero__container__inner {
        margin-top: -12rem;
        width: 75%;
        padding-left: 60px;
        padding-right: 20px;
    }
    .hero__container__scrollMessage {
        width: auto;
        position: absolute;
        bottom: 6rem;
        padding-left: 60px;
        width: 35%;
    }
    .hero__container__scrollArrow {
        display: block;
        position: absolute;
        width: 4rem;
        height: 2.5rem;
        background: #1f1f1f;
        border-radius: 20px;
        bottom: 4rem;
        left: 50%;
        transform: rotate(90deg);
        transform-origin: top left;
    }
}
@media screen and (min-width: 1600px) {
    .hero__container {
        height: calc(100vh - 6.5rem);
        height: calc(calc(var(--vh, 1vh) * 100) - 6.5rem);
    }
    .hero__container__image {
        width: 50%;
    }
    .hero__container__inner {
        padding-left: 90px;
    }
    .hero__container__scrollMessage {
        padding-left: 90px;
    }
    .hero__container__scrollArrow {
        left: calc(50% - 90px);
    }
}

.imageHero {
    position: relative;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin-top: -6.5rem;
    width: 100%;
    background: #000;
}
@media only screen and  (min-width:1600px) {
    .imageHero {
        margin-top: -7rem;
    }
}
@media only screen and  (max-width:600px) {
    .imageHero {
        margin-top: -5.5rem;
    }
}
.imageHero__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 90%;
    text-align: center;
    color: #fff;
    z-index: 2
}
.imageHero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
}

.companyHero {
    position: relative;
    height: calc(100vh - 6.5rem);
    height: calc(calc(var(--vh, 1vh) * 100) - 6.5rem);
    width: 100%;
    background: #000;
}
@media only screen and  (max-width:600px) {
    .companyHero {
        height: calc(100vh - 5.5rem);
        height: calc(calc(var(--vh, 1vh) * 100) - 5.5rem);
    }
}
.companyHero__heading {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
    color: #fff;
    z-index: 2
}
.companyHero__dogs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.companyHero__dog {
    position: absolute;
    bottom: 0;
    max-width: 400px;
}
.companyHero__dog--left {
    left: 0;
    width: 50vw
}
.companyHero__dog--right {
    right: 0;
    width: 50vw
}
@media only screen and (min-width:991px) {
    .companyHero__dog {
        max-width: 450px;
    }
}
@media only screen and (min-width:1200px) {
    .companyHero__dog {
        max-width: 600px;
    }
}
@media only screen and (min-width:1600px) {
    .companyHero__dog {
        max-width: 800px;
    }
}

.s-header-scroll {
    right: calc(100vw / 20 * 1);
    bottom: calc(100vw / 20 * 1);
    width: 4.375vw;
    height: 4.375vw;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    text-indent: -999vw;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, 0.5);
}
.s-header-scroll.white {
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.s-header-scroll:hover img:nth-child(1) {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.s-header-scroll:hover img:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, 100%);
}
.s-header-scroll img {
    top: 50%;
    left: 50%;
    width: 1.75vw;
    height: 1.75vw;
    position: absolute;
    transition: all 0.4s ease-out;
}
.s-header-scroll img:nth-child(1) {
    opacity: 0;
    transform: translate(-50%, -150%);
}
.s-header-scroll img:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
    .s-header-scroll {
        width: 8vw;
        height: 8vw;
    }
    .s-header-scroll img {
        width: 2vw;
        height: 2vw;
    }
}
@media only screen and (max-width: 711px) {
    .s-header-scroll {
        display: none;
    }
}

.hero-head .h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 0;
}
.hero-head .h2 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.4;
}
@media only screen and (min-width: 600px) {
    .hero-head .h1 {
        font-size: 3.6rem;
    }
    .hero-head .h2 {
        font-size: 2.4rem;
    }
}
@media only screen and (min-width:1000px) {
    .hero-head .h1 {
        font-size: 3.4rem;
    }
    .hero-head .h2 {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width:1600px) {
    .hero-head .h1 {
        font-size: 3.8rem;
    }
}


.s-banner-wrapper {
    position: relative;
}
@media screen and (min-width: 1000px) {
    .s-banner-wrapper .thread {
        height: calc(100% - 20rem);
    }
}
.s-banner {
    margin: 12.25vw 0;
    position: relative;
    z-index: 2
}
#made-in-germany .s-banner {
    margin: 15vw 0
}
.s-banner.first {
    margin-top: 0
}
.s-banner.last {
    margin-bottom: 0
}
.s-banner.custom {
    margin-bottom: 24.5vw
}
.s-banner.first::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #f3f3f3;
    z-index: -1;
    height: 5rem;
}
.s-banner.last::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    z-index: -1;
    height: 5rem;
}

.s-banner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.s-banner-text,
.s-banner-figure {
    position: relative;
    width: 100%;
}
.s-banner-text.full {
    width: 100%!important;
    text-align: center;
}
.s-banner-container .s-banner-text {
    padding: 30px 15px 0;
}
@media only screen and (min-width:712px) {
    .s-banner-container .s-banner-text {
        padding: 30px 20px 0
    }
}
@media only screen and  (min-width:992px) {
    .s-banner-container .s-banner-text,
    .s-banner-container .s-banner-figure {
        width: 50%;
    }
    .s-banner.first .s-banner-container .s-banner-text {
        margin-top: 5rem;
    }
    .s-banner-container.t-left .s-banner-figure {
        order: 2;
    }
    .s-banner-container .s-banner-text {
        padding: 0 50px
    }
    .s-banner-container.t-left .s-banner-figure {
        padding-right: 50px
    }
    .s-banner-container.t-right .s-banner-figure {
        padding-left: 50px
    }
}
@media only screen and  (min-width:1280px) {
    .s-banner-container .s-banner-text {
        padding: 0 60px
    }
    .s-banner-container.t-left .s-banner-figure {
        padding-right: 60px
    }
    .s-banner-container.t-right .s-banner-figure {
        padding-left: 60px
    }
}
@media only screen and  (min-width:1600px) {
    .s-banner-container .s-banner-text {
        padding: 0 90px
    }
    .s-banner-container.t-left .s-banner-figure {
        padding-right: 90px
    }
    .s-banner-container.t-right .s-banner-figure {
        padding-left: 90px
    }
}

.s-banner p {
    opacity: .8
}
.s-banner .pix-btn {
    margin-top: 2rem;
}
@media only screen and (min-width: 600px) {
    .s-banner .pix-btn {
        margin-top: 3rem;
    }
}

.s-banner video {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    position: absolute;
}

.s-video {
    position: relative;
    height: 60vw;
    cursor: pointer;
    overflow: hidden;
    background: #1f1f1f;
    margin: 0;
}
@media only screen and (min-width: 1000px) {
    .s-video {
        height: 45vw;
    }
}
.s-video-preview {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    object-fit: cover;
    position: absolute;
}
.s-video-title {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}
.s-video-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85px;
    height: 85px;
    z-index: 2;
    pointer-events: none;
}
.s-video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.s-video-play.border {
    border-radius: 100%;
    border: 3px solid #fff!important;
}

.s-video-play .playicon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.s-video-play .playicon svg {
    width: 20px;
    height: 20px;
}

.s-video-play .playtext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1024px) {
    .s-video-badge {
        width: 140px;
        height: 140px;
    }
    .s-video-play .playicon svg {
        width: 25px;
        height: 25px;
    }
}

.s-video-play .playtext {
    -webkit-animation: playVideoText 15s infinite;
    animation: playVideoText 15s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 1s cubic-bezier(0, .85, .57, .97);
    transition: all 1s cubic-bezier(0, .85, .57, .97)
}

@-webkit-keyframes playVideoText {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes playVideoText {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.s-shop {
    margin: 12.25vw 0;
    position: relative;
}
.s-shop-nav {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5.556vw;
}
@media only screen and (min-width: 581px) {
    .s-shop-nav {
        margin-bottom: 3vw
    }
}
.s-shop-prev,
.s-shop-next {
    width: 12.5vw;
    height: 12.5vw;
    overflow: hidden;
    position: relative;
    text-indent: -999vw;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.4s ease-out
}

.s-shop-prev {
    margin-right: 1.875vw;
}

.s-shop-prev img,
.s-shop-next img {
    top: 50%;
    left: 50%;
    width: 2.778vw;
    height: 2.778vw;
    position: absolute;
    transition: all 0.3s ease-out
}

.s-shop-prev img:nth-child(1) {
    opacity: 0;
    transform: translate(150%, -50%)
}
.s-shop-next img:nth-child(1) {
    opacity: 0;
    transform: translate(-150%, -50%)
}
.s-shop-prev:hover img:nth-child(1),
.s-shop-next:hover img:nth-child(1) {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.s-shop-prev img:nth-child(2),
.s-shop-next img:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%)
}
.s-shop-prev:hover img:nth-child(2) {
    opacity: 0;
    transform: translate(-100%, -50%)
}
.s-shop-next:hover img:nth-child(2) {
    opacity: 0;
    transform: translate(100%, -50%)
}

.s-shop .product {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.s-shop .pix-btn-wrapper {
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 581px) {
    .s-shop-prev,
    .s-shop-next {
        width: 4.375vw;
        height: 4.375vw;
    }
    .s-shop-prev img,
    .s-shop-next img {
        width: 1.75vw;
        height: 1.75vw;
    }
    .s-shop .pix-btn-wrapper {
        margin-top: 3vw
    }
}

.s-instagram {
    position: relative;
    width: 100vw;
    margin-bottom: 12.25vw;
    height: auto;
}
.no-touch .s-instagram {
    height: 300vh;
}
.s-instagram-figure {
    position: relative;
    width: 100%;
    overflow: hidden
}
.no-touch .s-instagram-figure {
    position: sticky;
    position: -webkit-sticky;
    top: 6.5rem;
    left: 0;
}
.s-instagram-grid {
    position: relative;
    z-index: 1;
    width: 70vw;
    height: 60vw;
    margin-left: 17vw;
}
@media only screen and (max-width: 711px) {
    .s-instagram-grid {
        margin: 0;
        width: 100vw;
        height: 70vw;
    }
}

.s-instagram-layer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.s-instagram-block {
    display: block;
    position: absolute;
    background-size: cover;
    transform-origin: 50% 50%;
}

.touch .s-instagram-block {
    transform: scale(1)!important;
    transform-origin: 50% 50%!important;
}

.s-instagram-layer:nth-child(1) .s-instagram-block {
    top: 1vw;
    left: 17.5vw;
    width: 10vw;
    height: 10vw;
}
@media only screen and (max-width: 711px) {
    .s-instagram-layer:nth-child(1) .s-instagram-block {
        top: 11.111vw;
        left: 23.889vw;
        width: 15vw;
        height: 15vw;
    }
}
.s-instagram-layer:nth-child(2) .s-instagram-block {
    top: 3.5vw;
    left: 29vw;
    width: 7.5vw;
    height: 7.5vw;
}
@media only screen and (max-width: 711px) {
    .s-instagram-layer:nth-child(2) .s-instagram-block {
        top: 0;
        left: 43.333vw;
        width: 26.389vw;
        height: 26.389vw;
    }
}
.s-instagram-layer:nth-child(3) {
    z-index: 2
}
.s-instagram-layer:nth-child(3) .s-instagram-block {
    left: 0;
    top: 12.5vw;
    width: 16vw;
    height: 16vw;
    transform-origin: 200% 50%;
}
@media only screen and (max-width: 711px) {
    .s-instagram-layer:nth-child(3) .s-instagram-block {
        top: 30.278vw;
        left: 0;
        width: 26.389vw;
        height: 26.389vw;
    }
}
.s-instagram-layer:nth-child(4) .s-instagram-block {
    top: 12.5vw;
    left: 17.5vw;
    width: 30vw;
    height: 30vw;
}
@media only screen and (max-width: 711px) {
    .s-instagram-layer:nth-child(4) .s-instagram-block {
        top: 30.278vw;
        left: 30.278vw;
        width: 39.444vw;
        height: 39.444vw;
    }
}
.s-instagram-layer:nth-child(5) .s-instagram-block {
    top: 12.5vw;
    left: 49vw;
    width: 8.5vw;
    height: 8.5vw;
    transform-origin: -200% 250%;
}
@media only screen and (max-width: 711px) {
    .s-instagram-layer:nth-child(5) .s-instagram-block {
        top: 23.889vw;
        left: 73.889vw;
        width: 15.278vw;
        height: 15.278vw;
    }
}
.s-instagram-layer:nth-child(6) .s-instagram-block {
    left: 49vw;
    top: 22.5vw;
    width: 20vw;
    height: 20vw;
    transform-origin: -80% 50%;
}
@media only screen and (max-width: 711px) {
    .s-instagram-layer:nth-child(6) .s-instagram-block {
        top: 43.889vw;
        left: 73.889vw;
        width: 26.389vw;
        height: 26.389vw;
    }
}
.s-instagram-layer:nth-child(7) .s-instagram-block {
    left: 3.5vw;
    top: 30vw;
    width: 12.5vw;
    height: 12.5vw;
    transform-origin: 300% -50%;
}
@media only screen and (max-width: 711px) {
    .s-instagram-layer:nth-child(7) .s-instagram-block {
        display: none;
    }
}
.s-instagram-layer:nth-child(8) {
    z-index: 2
}
.s-instagram-layer:nth-child(8) .s-instagram-block {
    top: 43.5vw;
    left: 17.5vw;
    width: 52.5vw;
    height: 11vw;
    transform-origin: 25% -200%;
    overflow: visible
}
.s-instagram-layer:nth-child(8) .s-instagram-block .f-st {
    margin-bottom: 1rem
}
.s-instagram-layer:nth-child(8) .s-instagram-block a {
    display: inline-block
}
@media only screen and (max-width: 711px) {
    .s-instagram-layer:nth-child(8) .s-instagram-block {
        display: none;
    }
}

.s-instagram-text {
    position: relative;
    padding-top: 1rem
}
.s-instagram-text p {
    margin-bottom: 1rem
}
@media only screen and (min-width: 581px) {
    .s-instagram-text {
        display: none;
    }
}



.b-quote__copy {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-style: italic
}
@media only screen and (min-width: 712px) {
    .b-quote__copy {
        font-size: 2.25rem;
    }
}
.b-quote__author {
    opacity: 0.4!important;
}

.c-slider-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
.c-slider-nav-prev,
.c-slider-nav-next {
    width: 12.5vw;
    height: 12.5vw;
    overflow: hidden;
    position: relative;
    text-indent: -999vw;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    cursor: pointer;
}
.c-slider-nav-prev {
    margin-right: 1.875vw;
}
.c-slider-nav-prev img,
.c-slider-nav-next img {
    top: 50%;
    left: 50%;
    width: 2.778vw;
    height: 2.778vw;
    position: absolute;
    transition: all 0.3s ease-out
}
.c-slider-nav-prev img:nth-child(1) {
    opacity: 0;
    transform: translate(150%, -50%)
}
.c-slider-nav-next img:nth-child(1) {
    opacity: 0;
    transform: translate(-150%, -50%)
}
.c-slider-nav-prev:hover img:nth-child(1),
.c-slider-nav-next:hover img:nth-child(1) {
    opacity: 1;
    transform: translate(-50%, -50%)
}
.c-slider-nav-prev img:nth-child(2),
.c-slider-nav-next img:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%)
}
.c-slider-nav-prev:hover img:nth-child(2) {
    opacity: 0;
    transform: translate(-100%, -50%)
}
.c-slider-nav-next:hover img:nth-child(2) {
    opacity: 0;
    transform: translate(100%, -50%)
}
@media only screen and (min-width: 712px) {
    .c-slider-nav-prev,
    .c-slider-nav-next {
        width: 8vw;
        height: 8vw;
    }
    .c-slider-nav-prev img,
    .c-slider-nav-next img {
        width: 2vw;
        height: 2vw;
    }
}
@media only screen and (min-width: 992px) {
    .c-slider-nav {
        width: auto;
        justify-content: flex-start;
        margin-left: 50%;
        margin-top: 0;
        margin-bottom: 1.73vw;
    }
    .c-slider-nav-prev,
    .c-slider-nav-next {
        width: 4.375vw;
        height: 4.375vw;
    }
    .c-slider-nav-prev img,
    .c-slider-nav-next img {
        width: 1.75vw;
        height: 1.75vw;
    }
}


.s-banner-container.flex-start {
    align-items: flex-start
}

#values .s-banner-container .s-banner-text {
    min-height: 400px;
}

.c-slide {
    position: absolute;
    width: 100%;
    border-radius: 0;
    background: transparent;
    text-align: left;
    opacity: 1;
    top: 60px;
    left: 0;
    padding: 0 15px; 
    color: #fff;
}
.c-slide .f-hm {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    margin-bottom: 5px;
}
.swiper-pagination-bullet:first-child .f-hm {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.c-slide .paragraph {
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}
.swiper-pagination-bullet:first-child .paragraph {
    opacity: .8;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
@media only screen and (min-width: 992px) {
    .c-slide {
        top: 30px;
        padding: 0 30px 0 50px; 
    }
    .c-slide .paragraph {
        padding-right: 90px;
    }
}
@media only screen and (min-width: 1280px) {
    .c-slide {
        padding: 0 30px 0 60px; 
    }
    .c-slide .f-hm {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1600px) {
    .c-slide {
        top: 90px;
        padding: 0 30px 0 90px; 
    }
    .c-slide .f-hm {
        margin-bottom: 60px;
    }
}

.c-slider-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 66%
}

#c-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#c-slider .swiper-slide {
    overflow: hidden
}
#c-slider .img-mask {
    opacity: 1
}
#c-slider .c-video-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0
}
#c-slider .c-video-wrapper {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 0;
    overflow: hidden !important;
}
.c-video-wrapper video.bgvid {
    object-fit: cover !important;
    -webkit-border-radius: 1px
}

.map-wrapper {
    margin-top: 6vw;
}

ul#map-links {
    padding: 0;
    margin: 2rem 0;
    width: 100%;
    max-width: 100%;
    text-align: center
}

ul#map-links li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding-left: 0;
}

ul#map-links li span {
    display: inline-block;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

ul#map-links li span.active {
    border-bottom: 2px solid #d60928
}

#vmap {
    width: 100%;
    height: 700px;
    pointer-events: none;
}

.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
}

@media all and (max-width: 1100px) {
    #vmap {
        height: 575px
    }
}
@media all and (max-width: 980px) {
    #vmap {
        height: 450px
    }
}
@media all and (max-width: 711px) {
    #vmap {
        height: 340px
    }
}


.process {
    width: 100%;
    position: relative;
    padding-bottom: 8rem;
}

.process__step {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 60rem;
    margin: 0 auto;
    margin-bottom: 9rem;
}
.process__content {
    width: 60rem;
    margin-top: 4rem;
}
.process__image {
    width: 100%;
    height: 67rem;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .no-touch .process__inner {
        width: 100%;
        height: 555rem;
    }
    .no-touch .process__rail {
        position: sticky;
        top: calc(50vh - 33.5rem + 3.25rem);
    }
    .no-touch .process__train {
        white-space: nowrap;
    }
    .no-touch .process__step {
        width: 129.6rem;
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        white-space: normal;
        margin: 0;
        padding-right: 14.4rem;
        vertical-align: top;
    }
    .no-touch .process__step.last {
        padding-right: 0
    }
    .no-touch .process__content {
        width: 50rem;
    }
    .no-touch .process__image {
        height: 67rem;
        width: 56.4rem;
    }
}

@media screen and (max-width: 711px) {
    .process__step {
        width: 100%;
        margin:  0 auto 4rem;
    }
    .process__content {
        width: 100%;
        margin-top: 3rem;
    }
    .process__image {
        height: 38rem;
    }
}


.fullWidthVideo {
    position: relative;
    padding-top: 6rem;
}
.fullWidthVideo__inner {
    height: 78rem;
    overflow: hidden;
    position: relative;
}
@media screen and (min-aspect-ratio: 1440 / 900) {
    .fullWidthVideo__inner {
        height: calc(100vh - 10rem);
        height: calc(calc(var(--vh, 1vh) * 100) - 10rem);
    }
}
.fullWidthVideo__fallback {
    width: 100%;
    height: 100%;
}
.fullWidthVideo--half::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: #f3f3f3;
    z-index: -1;
    bottom: 0;
    height: 40rem;
}
@media screen and (max-width: 600px) {
    .fullWidthVideo__inner {
        height: 32rem;
    }
    .fullWidthVideo--half::before {
        height: 20rem;
    }
}

.bigText {
    padding-bottom: 12rem;
}
.bigText__inner {
    text-align: center;
}
.bigText .h2 {
    padding-top: 6rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
}
.bigText p {
    width: 50%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto
}
.bigText p:last-of-type {
    margin-bottom: 5rem;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
    .bigText .h2 {
        margin-bottom: 7rem;
    }
    .bigText p {
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    .bigText {
        padding-bottom: 9rem;
    }
    .bigText .h2 {
        padding-top: 3rem;
        display: none
    }
    .bigText .h2 br {
        display: none
    }
    .bigText p {
        width: 90%;
    }
}




.color-container {
    position: relative;
    width: 31px;
    padding-bottom: 29px;
    margin: 0;
    display: inline-block;
    height: 0;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s
}

.color-container.active {
    border: 1px solid #1c1c1c
}

.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
}

.home .colors {
    width: 100%;
    height: auto;
    overflow: hidden
}

.home span.price {
    display: inline-block;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: normal;
    margin-bottom: 0;
}
.home span.price del {
    display: inline-block;
    font-size: 70%;
    opacity: 1;
}
.home span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
    text-decoration: none !important;
    float: left
}
.home .woocommerce-Price-amount:nth-child(1) {
    padding-right: 10px;
    padding-left: 0;
}



.p-page-content {
    min-height:calc(100vh - 70px);
}

.hero-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-img img {
    display: block;
    width: 100%;
    height: auto
}
.hero-text {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px
}
@media only screen and (min-width: 712px) {
    .hero-text {
        padding: 20px
    }
}
@media only screen and (min-width: 992px) {
    .hero-text {
        padding: 20px 50px
    }
}
.hero-header {
    font-size: 2rem;
    font-weight: 400;
    margin: 30px 0
}
.hero-text.d-block.d-lg-none .hero-header {
    margin: 0 0 10px;
}

.c-hero,
.c-nav {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    height: calc(calc(var(--vh, 1vh) * 100) - 80px);
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
#kaufen {
    margin-top: 20px;
    margin-bottom: 20px;
}
#collections.c-hero {
    width: auto;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
}
@media only screen and (max-width:820px) and (max-height:400px) {
    .c-hero,
    .c-nav {
        height: calc(100vh - 5.5rem);
        height: calc(calc(var(--vh, 1vh) * 100) - 5.5rem);
        padding-left: 0;
        padding-right: 0;
    }
    #collections.c-hero {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 711px) {
    .c-hero,
    .c-nav {
        height: calc(100vh - 5.5rem);
        height: calc(calc(var(--vh, 1vh) * 100) - 5.5rem);
        padding-left: 0;
        padding-right: 0;
    }
    #collections.c-hero {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .c-hero,
    .c-nav {
        padding-left: 50px;
        padding-right: 50px;
    }
    #collections.c-hero {
        margin-left: 50px;
        margin-right: 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .c-hero,
    .c-nav {
        padding-left: 80px;
        padding-right: 80px;
    }
    #collections.c-hero {
        margin-left: 80px;
        margin-right: 80px;
    }
}
@media only screen and (min-width: 992px) and (min-height: 900px), screen and (min-width: 992px) and (min-height: 50vw) {
    .c-hero,
    .c-nav {
        margin-bottom: 50px;
    }
    #kaufen {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .c-hero,
    .c-nav {
        height: calc(100vh - 90px);
        height: calc(calc(var(--vh, 1vh) * 100) - 90px);
    }
}
@media only screen and (min-width: 1600px) {
    .c-hero,
    .c-nav {
        height: calc(100vh - 120px);
        height: calc(calc(var(--vh, 1vh) * 100) - 120px);
    }
}

#collection-slider,
#collection-slider .slick-list,
#collection-slider .slick-track,
#collection-slider .slick-slide {
    height: 100%;
}
.arrows-wrap {
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 10px;
    right: 10px;
    opacity: 1;
    z-index: 10;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
body.load-collection-page .arrows-wrap {
    opacity: 0;    
}
.prev-wrap, 
.next-wrap {
    width: 30px;
    height: 40px;
    float: left;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.next-wrap {
    float: right
}
.arrows-wrap .button-prev,
.arrows-wrap .button-next {
    position: relative;
    top: auto;
    width: 30px;
    height: 40px;
    cursor: pointer;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    left: auto;
    right: auto;
}
.arrows-wrap .button-prev {
    background-image: url(img/arrow_left-white.png);
}
.arrows-wrap .button-next {
    background-image: url(img/arrow_right-white.png);
}

.slide-count-wrap {
    position: absolute;
    width: auto;
    bottom: 33px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
body.load-collection-page .slide-count-wrap {
    opacity: 0;    
}
.slide-count-wrap::before {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 8px);
    background-color: #fff;
}
.slide-count-wrap span.swiper-pagination-current {
    padding-right: 20px;
}
.slide-count-wrap span.swiper-pagination-total {
    padding-left: 20px;
}
@media only screen and (min-width:712px) {
     .arrows-wrap {
         top: auto;
         bottom: 10px;
         margin-top: 0;
         height: 60px;
         width: 160px;
         right: 10px;
         left: auto
    }
    .arrows-wrap .button-prev,
    .arrows-wrap .button-next {
        background-size: 30px 30px;
    }
    .prev-wrap, 
    .next-wrap {
        width: 60px;
        height: 60px
    }
    .next-wrap {
        float: none
    }
    .slide-count-wrap {
        bottom: 32px;
    }
    .touch .slide-count-wrap {
        bottom: 30px;
    }
}
@media only screen and (min-width:1200px) {
     .arrows-wrap {
         height: 80px;
         right: 60px;
    }
    .prev-wrap, 
    .next-wrap {
        width: 80px;
        height: 80px
    }
    .slide-count-wrap {
        bottom: 42px;
    }
    .touch .slide-count-wrap {
        bottom: 40px;
    }
}
@media only screen and (min-width:1600px) {
     .arrows-wrap {
         right: 90px;
    }
}
.c-hero-wrap,
.c-nav-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-mask,
.hero-bg-image,
.nav-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}
@media only screen and (min-width: 712px) {
    .hero-bg-image::after {
        content: "";
        width: 100%;
        height: 33%;
        position: absolute;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }
}
#hero-caption,
#nav-caption {
	display: table;
	width: 100%;
	padding: 80px 80px 240px 35%;
	margin: 0 auto;
	height: 100%;
	position: relative;
	box-sizing: border-box;	
	text-align:left;	
}
#hero-caption .hero-inner,
#nav-caption  .nav-inner {
    display: table-cell;
	vertical-align: middle;
}
#hero-caption .inner-wrap,
#nav-caption  .inner-wrap {
    position: relative;
    padding-bottom: 60px;
}
.hero-subtitle,
.nav-subtitle {
    padding-left: .1875rem;
    margin-bottom: 0px;
    width: 100%;
    z-index: 10;
    opacity: 1;
    position: relative;
    color: #fff;
}
.nav-subtitle span {
    position: relative;
    width: 100%;
    display: block;
}
.nav-subtitle span.subtitle-2 {
    position: absolute;
    bottom: 0;
    left: 0;
	opacity:0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
#collection-slider .hero-subtitle {
	opacity:0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
#collection-slider .swiper-slide:first-child .hero-subtitle {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.hero-title,
.nav-title {
    margin-top: 5px;
    margin-bottom: 0;
    width: auto;
    z-index: 10;
    color: #fff;
    position: relative;
    opacity: 1;
    display: block;
    height: auto;
}
#collection-slider .hero-title {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
#collection-slider .swiper-slide:first-child .hero-title {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
#hero-caption .pix-btn,
#nav-caption .pix-btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 4px 18px;
    z-index: 10
}
#collection-slider #hero-caption .pix-btn {
	opacity:0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
#collection-slider .swiper-slide:first-child #hero-caption .pix-btn {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
@media only screen and (min-width: 712px) {
    #hero-caption .pix-btn,
    #nav-caption .pix-btn {
        bottom: 0;
        padding: 8px 25px;
    }
}
@media only screen and (min-width: 992px) {
    #hero-caption .inner-wrap,
    #nav-caption .inner-wrap {
        padding-bottom: 50px;
    }
    .hero-title,
    .nav-title {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    #hero-caption .pix-btn,
    #nav-caption .pix-btn {
        padding: 11px 30px;
    }
}
.hero-bottom {
	position: absolute;
	width: 100%;
	padding: 0 80px;
	bottom: 60px;
	left: 0;
	font-weight: 600;
	font-size: 12px;
	color:#fff;
    z-index: 5;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
@media only screen and (max-width: 711px) {
    .hero-bottom::after {
        content: "";
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: -25px;
        left: 0;
        z-index: -1;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }
}
body.load-collection-page .hero-bottom {
    opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}
.hb-left {
	position: absolute;
    left: 80px;
    bottom: 0;
	height:20px;
	line-height:20px;
	cursor:pointer;
}
.hb-right {
	float:right;
}
.hb-right span {
	height:20px;
	line-height:20px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    float: left;
    clear: left;
}
.hb-left::before, 
.hb-right span::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
    background: rgba(255,255,255,1);
	transform: scaleX(1);
	transform-origin: left;
	transition: transform .2s ease-out;
}
.hb-left:hover::before, 
.hb-right span:hover::before {
	transform: scaleX(0);
	transform-origin: right;
}

@media only screen and (max-width: 1466px) {
	#hero-caption,
    #nav-caption {	
		padding: 80px 60px 220px 30%;
	}
	.hero-bottom {
        bottom: 40px;
		padding: 0 60px;
	}
	.hb-left {
        left: 60px;
	}
}
@media only screen and (max-width: 1280px) {
	#hero-caption,
    #nav-caption {	
		padding: 80px 60px 220px 29%;
	}
}
@media only screen and (max-width: 1140px) {	
	#hero-caption,
    #nav-caption {	
        height: auto;
		padding: 10vh 40px 180px 27vw;
	}
	.hero-bottom {
		padding: 0 40px;
	}
	.hb-left {
        left: 40px;
	}
}

@media only screen and (max-width: 834px) and (orientation: portrait) {
	#hero-caption,
    #nav-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100px;
		padding: 0 30px;
	}
	.hero-bottom {
        bottom: 30px;
		padding: 0 30px;
	}
	
	.hb-left {
        left: 30px;
	}
    .hb-right {
        display: none
	}
}

@media only screen and (max-width: 991px) {
	#hero-caption,
    #nav-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100px;
		padding: 0 30px;
	}
}

@media only screen and (max-width:820px) and (max-height:400px) {
	#hero-caption,
    #nav-caption {
        bottom: auto;
        height: auto;
		padding: 10vh 40px 180px 27vw;
	}
}

@media only screen and (max-width: 711px) {
	#hero-caption,
    #nav-caption {
        bottom: 70px;
		padding: 0 15px;
	}
	.hero-bottom {
        width: auto;
        left: 0;
        right: 0;
        bottom: 25px;
		padding: 0;
	}
	.hb-left {
        left: 17px;
	}
    .hb-right {
        display: none
	}
    .slide-count-wrap {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 479px) {
	#hero-caption,
    #nav-caption {
        bottom: 20px;
	}
	.hero-title,
    .nav-title {
        margin-top: 2px;
	}
}

@media only screen and (max-width: 479px) {
    .section-wrapper h3 {
        font-size: 2rem!important;
        letter-spacing: 0;
    }
    .section-wrapper h4 {
        font-size: 1.375rem!important;
        letter-spacing: 0;
    }
}

@media only screen and (max-width:820px) and (max-height:400px) {
    #collection #farben,
    #collection #groessen,
    #collection #leinenvarianten,
    #collection #kaufen {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 711px) {
    #collection #farben,
    #collection #groessen,
    #collection #leinenvarianten,
    #collection #kaufen {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#highlights .h2 {
    margin-bottom: 1rem;
}
#highlights ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}
#highlights ul li {
    position: relative;
    padding-left: 30px;
}
#highlights ul li::before {
    font-family: 'fontello';
    content: "\2713";
    position: absolute;
    top: 2px;
    left: 0;
}
@media only screen and (min-width: 600px) {
    #highlights .h2 {
        margin-bottom: 2rem;
    }
	#highlights ul li {
        padding-left: 40px
    }
	#highlights ul li,
    #highlights ul li::before {
        font-size: 1.6rem
    }
}

@media only screen and (min-width: 1280px) {
	#highlights ul li,
    #highlights ul li::before {
        font-size: 2rem
    }
}

.color-slider .slick-list {
    padding: 0!important
}


.collection-navigation {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff
}
@media only screen and (max-width: 711px) {
    .collection-navigation {
        display: none
    }
}

.collection-navigation>a {
    display: block;
    float: left;
    position: relative;
    color: #242528;
    width: 50%;
    height: 350px
}
@media only screen and (max-width: 1400px) {
    .collection-navigation>a {
        height: 250px
    }
}
@media only screen and (max-width: 1000px) {
    .collection-navigation>a {
        height: 200px
    }
}

.collection-navigation>a .text {
    transform: translate(0, -50%);
    backface-visibility: hidden;
    -webkit-transform: translate(0, -50%);
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 75%
}

.collection-navigation>a .hover {
    -webkit-transition-duration: .45s;
    -webkit-transition-property: width;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: 'ease-in-out';
    transition-duration: .45s;
    transition-property: width;
    transition-delay: 0s;
    transition-timing-function: 'ease-in-out';
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #fff;
    width: 0;
    height: 100%;
    z-index: 1
}

.collection-navigation>a .hover>div {
    -webkit-transition-duration: .45s;
    -webkit-transition-property: transform;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: 'ease-in-out';
    transition-duration: .45s;
    transition-property: transform;
    transition-delay: 0s;
    transition-timing-function: 'ease-in-out';
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: center center
    opacity: .9
}

.collection-navigation>a.previous {
    background: url(img/arrow_left.png) no-repeat 5% center
}

.collection-navigation>a.previous .text {
    right: 12%
}

.collection-navigation>a.previous .hover {
    right: 0
}

.collection-navigation>a.previous .hover>div {
    right: 0
}

.collection-navigation>a.next {
    float: right;
    background: url(img/arrow_right.png) no-repeat 95% center
}

.collection-navigation>a.next .text {
    left: 12%
}

.collection-navigation>a.next .hover {
    left: 0
}

.collection-navigation>a.next .hover>div {
    left: 0
}

.collection-navigation>a:hover .hover {
    width: 100%
}

.collection-navigation>a:hover .hover>div {
    transform: scale(1);
    -webkit-transform: scale(1)
}



.badge-wrapper {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    overflow: hidden;
    font-size: 0.75rem
}
.home .badge-wrapper {
    display: none
}

.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: #1c1c1c
}

.sale .p-images .badge-wrapper>.badge-sale,
.sale>.product-img .badge-sale,
.featured .p-images .badge-wrapper>.badge-new,
.featured .product-inner >.product-img .badge-new,
.product_cat-exklusive-produkte .product-inner>.product-img .badge-exclusive,
.product_cat-exklusive-produkte .p-images .badge-wrapper>.badge-exclusive {
    width: auto;
    height: auto;
    padding: 5px 15px
}

.accordion-item {
    border-bottom: 1px solid #e4e4e4;
}
.single-product__accordions .accordion-item {
    margin: 0 0 .5rem;
    padding-top: 1rem;
}
.accordion-title {
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-right: 30px;
    cursor: pointer
}
.accordion-title::after {
    position: absolute;
    right: 5px;
    font-family: 'ionicons';
    content: "\f123";
    color: #1c1c1c;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.accordion-title.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.accordion-content {
    display: none
}
.accordion-content.open {
    display: block
}

#shop-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

#shop-wrapper img {
    width: 100%;
    height: auto
}


#shop-wrapper .fail-message {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 15px;
    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-weight: 600
}

#shop-wrapper.fail .fail-message {
    opacity: 1;
    pointer-events: auto
}


#filters-wrapper {
    display: none;
    height: auto;
    margin-bottom: 30px
}
@media only screen and (min-width: 992px) {
    #filters-wrapper {
        display: block
    }
}

.filters-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 30px;
    padding: 0 0 0 30px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0
}
.filters-header a {
    color: #888
}
.filters-header a span {
    color: #1c1c1c
}
.filters-header a:hover {
    color: #c1001f
}

.filters-toggle-btn {
    position: absolute;
    top: -6px;
    left: 5px;
    cursor: pointer;
    font-size: 18px
}
#checkbox-filters {
    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 #checkbox-filters {
    max-height: 600px;
    overflow: visible;
    -webkit-transition: max-height 2s;
    -o-transition: max-height 2s;
    transition: max-height 2s
}
@media only screen and (min-width: 712px) {
    #filters-wrapper.active .filters-header .reset {
        opacity: 1
    }
}

.filter-content {
    position: relative;
    background: #f3f3f3;
    width: 100%;
    display: none;
    margin-bottom: 30px;
    z-index: 50
}
@media only screen and (min-width: 992px) {
    .filter-content {
        display: block
    }
}
.filter-options {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-height: 50px;
    position: relative;
    overflow: unset;
}
@media only screen and (min-width: 1200px) {
    .filter-options {
        max-height: 80px;
    }
}
.filter-options-item {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    position: relative;
    overflow: visible;
    z-index: 10
}
@media only screen and (min-width: 1200px) {
    .filter-options-item {
        padding: 0 25px
    }
}
#load .filter-options-item {
    width: auto;
}
.filter-options-item::after {
    content: '';
    width: 1px;
    background: #CCC;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    display: block
}
.filter-options-item:last-of-type::after {
    display: none
}
@media only screen and (min-width: 1200px) {
    #load .filter-options-item {
        width: 100%;
    }
}
.filter-options-title {
    cursor: pointer;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 10px 27px 10px 0;
    position: relative;
    z-index: 1;
    display: block;
}
@media only screen and (min-width: 1200px) {
    .filter-options-title {
        padding: 15px 27px 15px 0;
    }
}
.filter-options-title::after {
    position: absolute;
    right: 2px;
    top: 10px;
    z-index: 3;
    line-height: inherit;
    color: inherit;
    font-family: 'ionicons';
    content: "\f123";
    font-weight: normal;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.filter-options-title.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media only screen and (min-width: 1200px) {
    .filter-options-title::after {
        top: 15px
    }
}
.filter-options-item .filter-options-content {
    position: absolute;
    z-index: 2;
    display: none;
    top: 100%;
    left: 0;
    padding: 15px;
    width: 100%;
    min-width: 220px;
    background: #f3f3f3
}
@media only screen and (min-width: 1200px) {
    .filter-options-item .filter-options-content {
        padding-left: 25px
    }
}
.filter-options-content .shop-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-options-content .shop-dropdown-menu li {
    position: relative;
}
.filter-options-content .shop-dropdown-menu li a {
    position: relative;
    padding-left: 1.5rem;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}
.filter-options-content .shop-dropdown-menu li a:hover {
    color: #1c1c1c
}
.filter-options-content .shop-dropdown-menu li a::after,
.filter-options-content .shop-dropdown-menu li a::before {
    position:absolute;
    top:0;
    margin-top: 2px;
    left:0;
    display:block;
    width:1rem;
    height:1rem;
    content:""
}
.filter-options-content .shop-dropdown-menu li a::before {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    pointer-events:none;
    border-radius:0;
    border:1px solid #dee2e6;
    background-color:#dee2e6
}
.filter-options-content .shop-dropdown-menu li a::after {
    background-repeat:no-repeat;
    background-position:50%;
    background-size:50% 50%;
    border:1px solid transparent;
    -webkit-transition:background .25s cubic-bezier(.15,0,0,1);
    -o-transition:background .25s cubic-bezier(.15,0,0,1);
    transition:background .25s cubic-bezier(.15,0,0,1)
}
.filter-options-content .shop-dropdown-menu li:hover a::after {
    border:1px solid #c1001f;
    -webkit-box-shadow:none;
    box-shadow:none
}
.filter-options-content .shop-dropdown-menu li.current-menu-item a::before {
    color:#1c1c1c;
    background:#f0ede8
}
.filter-options-content .shop-dropdown-menu li.current-menu-item a::after {
    background-image:none;
    border-radius:0;
    border:1px solid #dee2e6;
    -webkit-box-shadow:inset 0 0 0 3px #dee2e6;
    box-shadow:inset 0 0 0 3px #dee2e6;
    background-color:#1c1c1c
}
.filter-options-content label span.first {
    display: inline-block;
    width: 27px;
    font-size: 1rem
}
.filter-options-content label span.last {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: .125rem;
    letter-spacing: normal;
    display: inline-block;
}


.filter-options-content .c-checkbox {
    display: block;
    margin: 0!important
}
.filter-options-content .c-checkbox__label {
    line-height: 2.75rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}
.filter-options-content .c-checkbox__label::after, 
.products-filter__group .c-checkbox__label::before {
    margin-top: 1rem;
}


.row-inline {
    opacity: 1;
    width: 100%;
    -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;
    overflow: hidden;
    margin-left: -2px;
    margin-right: -2px
}

#product-overview .mix,
#shop-wrapper .mix {
    display: none
}
#product-overview .product {
    margin-bottom: 60px;
}
#shop-wrapper .product,
.cross-sells .product {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) {
    #shop-wrapper .product {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    #shop-wrapper .product {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.product .product-inner {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #e4e4e4;
    position: relative;
    overflow: hidden
}
.product .product-inner .highlight {
    padding: 0 15px;
    margin-bottom: .5rem;
    color: #1c1c1c;
    line-height: 1.3;
    display: none;
}
.home-slider .product .product-inner .highlight {
    display: block;
}
.product .product-inner h2,
.product .product-inner .colors,
.product .product-inner .price {
    padding-left: 15px;
    padding-right: 15px;
}
.product .product-inner h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    color: #1c1c1c;
    margin-bottom: .5rem
}

.product-img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product-img img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.1, .6, .4, 1);
    transition: transform 1s cubic-bezier(.1, .6, .4, 1)
}

.product-inner a:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

#shop-wrapper h2,
#product-overview h2 {
    font-size: 2.5rem;
    color: #1c1c1c;
    margin-bottom: .5rem
}
#product-overview h2 {
    margin-bottom: 0;
}
#shop-wrapper .product p,
#product-overview .product p {
    margin: 0;
    color: #1c1c1c
}
#shop-wrapper .taxonomy-description p {
    margin-bottom: 30px
}
@media only screen and (min-width: 992px) {
    #shop-wrapper .product p,
    #product-overview .product p {
        font-size: 1.8rem
    }
}

.shop-header {
    padding: 20px 0 30px;
    text-align: center
}
@media only screen and (min-width: 992px) {
    .shop-header {
        padding: 30px 0;
    }
}
.shop-header h1 {
    margin: 0 0 15px;
    padding-bottom: 15px;
    position: relative;
}
.shop-header h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 1px;
    background: #1b1b1b;
    margin-left: -40px;
}

.shop-products {
    position: relative;
    width: 100%;
    min-height: 200vh
}

.products-header {
    padding: 20px 0 40px;
}
.shop-products .products-header {
    text-align: center
}
.products-header h1 {
    margin: 0 0 15px;
    padding-bottom: 15px;
    position: relative;
}
.products-header h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    margin-left: -48px;
    height: 1px;
    background: #1b1b1b;
}
.products-header .subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
}
.products-header img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto 15px
}
.products-header img#collection-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s ease-out .2s;
    -webkit-transition: all .3s ease-out .2s; 
}
.products-header.loaded img#collection-hero-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media only screen and (min-width: 992px) {
    .products-header {
        padding: 30px 0;
    }
    .shop-products .products-header {
        text-align: left
    }
    .shop-products .products-header h1::after {
        left: 0;
        margin-left: 0
    }
    .products-header img {
        max-width: none;
        margin: 0
    }
}

.img-wrapper {
    position: relative;
    overflow: hidden
}

.img-wrapper img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.1, .6, .4, 1);
    transition: transform 1s cubic-bezier(.1, .6, .4, 1)
}

.scale:hover .img-wrapper img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

#shop-front .product a,
#shop-cat .product a {
    position: relative;
    display: block
}

.single-product-blocks {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 6rem
}
@media only screen and (max-width: 711px) {
    .single-product-blocks {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) {
    .single-product-blocks {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .single-product-blocks {
        padding: 0 90px;
    }
}

.product .dummy {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product__col {
    max-width: 100%;
    flex-basis: 100%;
}
@media only screen and (min-width: 1200px) {
    .single-product__col.col-1 {
        max-width: 66.666666%;
        flex-basis: 66.666666%;
        align-self: flex-start;
        position: sticky;
        position: -webkit-sticky;
        top: 9.5rem;
        padding-right: 30px;
    }
    .single-product__col.col-2 {
        padding-top: 3rem;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
        padding-left: 30px;
        background: #fff
    }
}

.single-product__header h1 {
    font-weight: 500
}
@media only screen and (min-width: 1200px) {
    .single-product__header h1 {
        font-size: 2.25vw;
    }
}
@media only screen and (min-width: 1400px) {
    .single-product__header h1 {
        font-size: 2vw;
    }
}
@media only screen and (min-width: 1200px) {
    .single-product__header {
        margin: 0;
    }
}

.single-slider {
    margin-bottom: 0;
}
.single-slider .slick-slide .zoom-img {
    position: relative;
}
.single-slider .slick-slide .zoom-img a {
    cursor: zoom-in
}
.single-slider .slick-slide .zoom-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

@media only screen and (min-width: 1200px) {
    .single-slider,
    .single-slider .slick-list,
    .single-slider .slick-track,
    .single-slider .slick-slide,
    .single-slider .slick-slide .zoom-img {
        height: calc(100vh - 17rem);
        height: calc(calc(var(--vh, 1vh) * 100) - 17rem);
        background: #fff
    }
}

.cartBar {
    position: relative;
    display: block;
    width: 100%;
    margin: 1rem 0 3rem;
}
@media only screen and (min-width: 1200px) {
    .cartBar {
        margin-top: 0;
    }
}

.cartBar__inner {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    z-index: 1;
}

@media only screen and (min-width: 712px) {
    .cartBar__wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: #fff;
        overflow: hidden;
    }
}

@media only screen and (min-width:992px) {
    .cartBar__inner {
        padding: 9px 30px;
    }
}

.cartBar__inner .single_variation_wrap .out-of-stock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    padding: 0 20px;
    line-height: 40px;
    z-index: 2
}

.cartBar__options {
    position: relative;
    display: block;
}
.cartBar__option {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.cartBar__option-title {
    float: left;
    margin-right: 1.2rem;
    min-width: 65px;
}

.cartBar__option .colors {
    position: relative;
    display: flex;
    align-items: center;
}
.colors .color-container {
    cursor: pointer
}

.cartBar__option .dropdown {
    border: 1px solid rgba(151, 151, 151, 0.2);
    background: #fff
}

.cartBar__option .dropdown a.dropdown-toggle {
    padding: 0.5rem 1rem;
    text-transform: none;
    line-height: 1;
    text-align: left
}

.cartBar__option .dropdown .dropdown-menu {
    min-width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
}

.cartBar__option .dropdown li.active a {
    color: #c1001f
}

.cartBar__submit .pix-btn {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 1.5rem;
}

@media only screen and (min-width: 712px) {
    .cartBar__options {
        display: flex;
        align-items: center;
    }
    .cartBar__option {
        height: 100%;
        margin-bottom: 0;
        margin-right: 1.5rem;
    }
    .cartBar__option-title {
        min-width: 0;
    }
    .cartBar__option .dropdown .dropdown-menu {
        font-size: 1.4rem;
    }
    .cartBar__submit {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    .cartBar__submit .pix-btn {
        margin-top: 0;
    }
}
@media only screen and (min-width:992px) {
    .cartBar__option,
    .cartBar__option .dropdown a.dropdown-toggle span {
        padding-left: .5rem
    }
    .cartBar__submit {
        width: 45%;
    }
}


.single-product__details {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 3rem;
}

.single-product__summary ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    opacity: .8;
}
.single-product__summary ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: .3125rem
}
.single-product__summary ul li::before {
    content: "–";
    position: absolute;
    top: 0;
    left: 0;
}

.single-product__group {
    margin: 3rem 0;
    font-size: 1.4rem;
}
.single-product__group.description {
    margin-top: 1.5rem;
}

.group-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 1rem;
}

.group-item {
    display: block;
    margin-bottom: 3rem;
    font-size: 1.4rem
}

.group-item img {
    width: 100%;
    margin-bottom: 1rem;
}

.group-item .group-item-title {
    font-weight: 600;
    margin-bottom: .5rem;
    text-align: center;
    color: #1f1f1f
}
.single-product__group.accessoires .group-item img,
.single-product__group.accessoires .group-item .group-item-title {
    margin-bottom: 0
}
.single-product__group.accessoires .group-item p {
    text-align: center
}

.group-item i {
    padding-left: .5rem;
    white-space: nowrap;
}



.woocommerce .woocommerce-breadcrumb,
.breadcrumb-nav {
    font-size: 1rem;
    letter-spacing: normal;
    margin: 0 0 5px;
}
.breadcrumb-nav {
    margin: 10px 0 15px;
}
.breadcrumb-nav span {
    color: #1c1c1c
}
.breadcrumb-nav a {
    color: #777;
    display: inline-block
}
.no-touch .woocommerce .woocommerce-breadcrumb a:hover,
.no-touch .breadcrumb-nav a:hover {
    color: #c1001f
}

.woocommerce-variation-price,
.woocommerce div.product .out-of-stock,
.woocommerce .loader:before {
    display: none!important
}

.woocommerce form .form-row {
    display: block;
    font-size: 16px;
}

.woocommerce form .form-row p {
    opacity: 1;
    margin-bottom: 1rem
}

.woocommerce-checkout h3 {
    font-size: 22px;
}

#order_review {
    font-size: 16px;
}
#order_review_heading {
    margin-top: 30px
}

.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 a,
.mc4wp-checkbox-woocommerce label a {
    border-bottom: 1px solid #1c1c1c
}

.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
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: inline-block;
    color: #1c1c1c;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: normal;
    margin: 0
}
.woocommerce div.product p.price br,
.woocommerce div.product span.price br {
    display: none
}
@media only screen and (min-width: 1200px) {
    .woocommerce.single-product div.product p.price,
    .woocommerce.single-product div.product span.price {
        font-size: 2vw;
    }
}
@media only screen and (min-width: 1400px) {
    .woocommerce.single-product div.product p.price,
    .woocommerce.single-product div.product span.price {
        font-size: 1.75vw;
    }
}
.vtprd-rule-msg-area {
    font-size: 12px;
    color: #c1001f;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    display: inline-block;
    font-size: 75%;
    opacity: 1;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none!important;
    background: inherit;
    padding-right: 10px;
    font-weight: 700;
    float: left
}
.woocommerce.single-product div.product p.price ins,
.woocommerce.single-product div.product span.price ins {
    color: #c1001f
}
.woocommerce div.product p.price span.hint,
.woocommerce div.product span.price span.hint {
    color: #888;
    font-weight: 400;
    font-size: 1rem;
    display: inline-block
}
.hint a {
    display: inline-block;
    padding-bottom: .1em;
    color: inherit;
}
.hint a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #888;
    -webkit-transition: width .25s cubic-bezier(.15,0,0,1);
    -o-transition: width .25s cubic-bezier(.15,0,0,1);
    transition: width .25s cubic-bezier(.15,0,0,1);
}
.no-touch .hint a:hover:after {
    width:0
}
.single-product p.price_sub {
    font-size: 12px;
    color: #888;
    margin: 0;
}


.single-product__infos {
    border: 1px solid #e4e4e4;
    margin-bottom: 3rem;
    font-size: 1.4rem
}
.info-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 16px 16px 16px 55px;
    border-bottom: 1px solid #e4e4e4;
}
.info-box.last {
    border-bottom: 0;
}
.info-box svg {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 25px
}
.info-box p {
    margin-bottom: 5px;
}

.single-product__accordions {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    border-top: 1px solid #e4e4e4;
}


a.play-video {
    display: block;
    position: relative;
}
a.play-video .play-button-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}
.play-button-wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0!important;
}
.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);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out .3s;
    transition: transform 0.5s ease-in-out .3s;
}
.video-overlay.video-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}

.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%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
}
.video-overlay.video-active .video-holder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in .7s;
    transition: opacity 0.3s ease-in .7s;
}

.video-overlay .video-holder .fullscreen-video {
    position: absolute;
    width: 100%
}

.video-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 50;
    cursor: pointer;
    background: rgba(0,0,0,.15);
}

.video-close::after,
.video-close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 30px;
    width: 2px;
    height: 50px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.video-close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}


.blog-main {
    position: relative;
    width: 100%;
    margin: 0 0 20px
}
@media only screen and (min-width:992px) {
    .blog-main {
        float: left;
        width: 70%
    }
}

.panel-grid {
    margin-right: -20px;
    margin-left: -20px
}

@media only screen and (min-width:1600px) {
    .panel-grid {
        margin-right: -30px;
        margin-left: -30px
    }
}

.grid-item {
    position: relative;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    vertical-align: top;
    padding-left: 21px;
    padding-right: 21px;
}
.grid-item p {
    line-height: 1.6
}

@media only screen and (min-width:712px) {
    .grid-item {
        width: 50%
    }
}

.grid-item img {
    display: block;
    width: 100%;
    height: auto
}

.blog-main article {
    overflow: hidden;
    margin: 4rem 0;
    padding: 0;
}

.blog-main.single>article {
    margin: 0;
    padding: 0;
    border-bottom: 0
}

.blog-main .post-title {
    font-family: "Open Sans", sans-serif;
}

.blog-main article .post-meta {
    opacity: .8;
    margin: 0 0 15px;
    font-size: 1rem
}

.blog-main article .post-meta a {
    color: #1f1f1f;
    display: inline-block
}

.blog-main article a:hover {
    color: #c1001f
}

.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 {
    position: relative;
    width: 100%;
    margin: 30px 0 0
}
@media only screen and (min-width:992px) {
    .blog-sidebar {
        float: right;
        width: 30%;
        margin: 0;
        padding-left: 60px;
    }
}
@media only screen and (min-width:1200px) {
    .blog-sidebar {
        padding-left: 90px;
    }
}



.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: 1.2rem
}

.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 {
    width: 100%;
    border-radius: 0;
    margin-bottom: 40px
}

.pagination .pagenavi {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

.pagination .page-numbers {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0;
    padding: 0 10px 6px;
    font-style: italic;
    font-size: 1.4rem;
    line-height: .375rem;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    color: #c1001f;
    background-color: #f3f3f3;
}


.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
}

.page-blocks {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 6rem;
}
@media only screen and (min-width: 712px) {
    .page-blocks {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 992px) {
    .page-blocks {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .page-blocks {
        padding: 0 90px;
    }
}

#sidebar-nav {
    display: none;
    position: sticky;
    position: -webkit-sticky;
    top: 9.5rem;
    align-self: flex-start;
    max-width: 30%;
    flex-basis: 30%;
    padding-top: 2.5rem;
    padding-right: 30px;
    margin-bottom: 6rem;
}
@media only screen and (min-width: 712px) {
    #sidebar-nav {
        display: block;
    }
}

.sidebar-nav li {
    padding-left: 10px;
    border-left: 1px solid transparent
}

.side-content .border-left,
.sidebar-nav li.active {
    border-left: 1px solid #1c1c1c!important
}

.sidebar-nav a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #1c1c1c;
    text-transform: uppercase;
    background: 0 0!important
}

.side-content {
    position: relative;
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 3rem;
}
@media only screen and (min-width: 712px) {
    .side-content {
        padding-top: 6rem;
        max-width: 70%;
        flex-basis: 70%;
        padding-left: 30px;
    }
}

.side-content .p-container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 6rem;
}

.p-container .title {
    margin: 0 0 30px;
    text-transform: uppercase;
    white-space: nowrap
}

.p-container ul {
    list-style: square;
    padding-left: 20px;
}
.p-container ul li {
    padding-left: 4px;
}

.side-content img.full,
.side-content video.full {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

.side-content .border-left {
    padding-left: 30px
}


.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;
    margin-left: auto
}

.left-job-nav .nav li a,
.right-job-nav .nav li a {
    line-height: 75px;
    padding: 0 30px;
    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 li {
    list-style: disc;
}
.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-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%;
    }
}



.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 {
    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;
    color: #fff;
    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
}

.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;
    color: #1c1c1c;
    -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
}

#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,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    font-size: 16px;
    text-transform: uppercase;
    padding: 1em!important;
    height: auto!important;
    line-height: 1!important
}

.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: #1c1c1c;
    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: auto;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143!important;
    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 .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 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: #f3f3f3
}

.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 h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    
}

.woocommerce .cart-collaterals .cross-sells div.product {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.woocommerce .cart-collaterals .cross-sells div.product .product-inner {
    padding: 0;
    border: 0;
}

.woocommerce .cart-collaterals .cross-sells div.product h2 {
    font-size: 1.8rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce .cart-collaterals .cross-sells div.product span.price {
    font-size: 1.6rem
}

.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
}


.btt {
    padding-bottom: 3rem
}
.back-to-top {
    float: right;
    color: #fff!important
}
.back-to-top i {
    margin-left: .625rem
}

#footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 2rem 0 1.5rem;
    margin-top: 1.875rem;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 14px;
    z-index: 1;
}
@media (min-width:992px) {
    #footer {
        padding: 3rem 0 1.5rem;
        margin-top: 2.5rem;
    }
}
#footer p {
    opacity: 1;
}
#footer .menu-block {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

#footer .headline {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff
}

#footer .headline a {
    color: inherit
}

#footer .socialmedia {
    margin-bottom: 30px
}

#footer .socialmedia a {
    display: inline-block;
    color: #fff;
    background-color: #555;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px
}

#footer .socialmedia a:hover {
    background-color: #c1001f
}

#footer .text-xs {
    line-height: 1.6;
    color: #d3d3d3;
}

#footer .text-xs a {
    color: #d3d3d3;
    border-bottom: 1px solid transparent;
}

#footer .text-xs a:hover {
    border-bottom-color: #d3d3d3;
}

#footer ul {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none
}

#footer ul li {
    line-height: 1.6;
}

#footer ul li a {
    display: inline-block;
    margin-bottom: 0;
    color: #d3d3d3;
    border-bottom: 1px solid transparent;
}

#footer ul li a:hover {
    border-bottom-color: #d3d3d3;
}

.form-control {
    border-color: #666;
}

textarea.form-control {
    height: 80px;
}

.wpcf7-list-item{
    margin:0
}
.checkbox .wpcf7-list-item label{
    position: relative;
    padding-left:22px;
    margin-bottom: 0!important;
}
.wpcf7-list-item input[type="checkbox"] {
    position:absolute;top:.5rem;left:0
}
.codedropz-upload-inner div,
.codedropz-upload-inner span {
    font-size: 85%;
    font-weight: 600!important;
}
.cf7-cf-turnstile{
    margin:0!important;
    height:0;
    overflow:hidden
}
.wpcf7-form .alert-box,
.wpcf7-form br{
    display:none
}
.wpcf7-form .alert-box{
    background:#f4f4f4;
    padding:10px;
    margin-top:.5rem;
    border-left:4px solid #c1001f;
    font-size:1.25rem;
}
.wpcf7-not-valid-tip {
    font-size:1.25rem;
}