﻿/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: "微软雅黑";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

img {
    max-width: 100%;
}

.tab-show img {
    max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: "微软雅黑";
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

html.clipped {
    overflow: hidden
}

body,
html {
    background-color: #2c2b2e;
    color: #979797;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 1
}

html.use-blur #app #page {
    -webkit-transition: -webkit-filter .4s .8s;
    transition: -webkit-filter .4s .8s;
    transition: filter .4s .8s;
    transition: filter .4s .8s, -webkit-filter .4s .8s
}

html.use-blur #app.menu-open #page {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: -webkit-filter .8s;
    transition: -webkit-filter .8s;
    transition: filter .8s;
    transition: filter .8s, -webkit-filter .8s
}

html ::-moz-selection {
    background: #fff;
    color: #2c2b2e;
    text-shadow: none
}

html ::selection {
    background: #fff;
    color: #2c2b2e;
    text-shadow: none
}

html ::-webkit-selection {
    background: #fff;
    color: #2c2b2e;
    text-shadow: none
}

[v-cloak] {
    display: none
}

::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none
}

::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 101;
    pointer-events: none
}

header .logo {
    display: block;
    position: absolute;
    top: 22px;
    left: 20px;
    overflow: hidden;
    width: 122px;
    height: 31px;
    pointer-events: auto
}

header .logo svg {
    width: 122px;
    height: 21px;
    fill: #fff
}

header .logo svg.invert {
    fill: #2c2b2e
}

#hamburger {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 19px;
    height: 14px;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    pointer-events: auto;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

#hamburger.active:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

#hamburger span {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

#hamburger.active span {
    background-color: #2c2b2e;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#hamburger span.line1 {
    top: 0
}

#hamburger span.line2 {
    top: 6px
}

#hamburger span.line3 {
    top: 12px
}

#hamburger:hover span.line1 {
    top: 2px
}

#hamburger:hover span.line3 {
    top: 10px
}

#hamburger.active:hover span.line1 {
    top: 0
}

#hamburger.active:hover span.line3 {
    top: 12px
}

#main-language-selector {
    display: none
}

@media only screen and (max-width: 767px) {
    #product-list .product,
    #sidebar-filter,
    .collection-catalog .product,
    .filter-holder .box,
    .related-products .product {
        float: left;
        display: inline-block;
        width: 180px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width:768px) {
    header .logo {
        width: 180px;
        height: 50px;
        left: 30px;
        top: 50px
    }
    header .logo svg {
        width: 180px;
        height: 31px
    }
    #hamburger {
        height: 18px;
        width: 25px;
        top: 58px;
        right: 30px
    }
    #hamburger span.line2 {
        top: 8px
    }
    #hamburger span.line3 {
        top: 16px
    }
    #hamburger:hover span.line1 {
        top: 2px
    }
    #hamburger:hover span.line3 {
        top: 14px
    }
    #hamburger.active:hover span.line1 {
        top: 0
    }
    #hamburger.active:hover span.line3 {
        top: 16px
    }
    #main-language-selector {
        position: absolute;
        top: 61px;
        right: 105px;
        display: block;
        font-size: .75em;
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: opacity 1.3s 2s ease;
        transition: opacity 1.3s 2s ease
    }
    #app.menu-open #main-language-selector {
        opacity: 0;
        -webkit-transition: opacity .3s 0s ease;
        transition: opacity .3s 0s ease
    }
    #main-language-selector a {
        text-transform: uppercase;
        color: #979797;
        position: relative;
        margin-right: 10px;
        -webkit-transition: color .6s ease;
        transition: color .6s ease
    }
    #main-language-selector a:hover {
        color: #fff
    }
    #main-language-selector a.active:hover {
        color: #979797
    }
    #main-language-selector a.active {
        color: #fff;
        font-family: "微软雅黑";
        font-style: normal;
        font-weight: 700
    }
    #main-language-selector .option::before {
        content: '';
        width: 2px;
        height: 12px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: -7px;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
    #main-language-selector .option:nth-child(1)::before {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    header .logo {
        left: 50px
    }
    #hamburger {
        right: 50px
    }
}

#menu-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, .95);
    z-index: 100
}

#menu-holder nav {
    position: absolute;
    top: 50%;
    left: 58px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -7px
}

#menu-holder nav ul {
    margin: 0;
    padding: 0
}

#menu-holder nav li {
    list-style: none;
    display: block;
    margin-top: 20px;
    overflow: hidden
}

#menu-holder nav li:first-child {
    margin-top: 0
}

#menu-holder nav li a {
    text-transform: uppercase;
    color: #979797;
    font-size: .9em;
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

#menu-holder nav li a:hover {
    color: #2c2b2e
}

#menu-holder nav li a.active {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    color: #2c2b2e
}

#language-selector {
    display: none
}

#language-selector .option {
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

#language-selector .option.active {
    color: #2c2b2e
}

#language-selector .option.active:hover {
    color: #2c2b2e
}

#language-selector .option:hover {
    color: #2c2b2e
}

#language-selector-mob {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 65px;
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #979797
}

#language-selector-mob .select-list {
    position: absolute;
    bottom: 35px;
    left: -1px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

#language-selector-mob .select-list.active {
    height: 112px
}

#language-selector-mob .current,
#language-selector-mob .option {
    display: block;
    width: 65px;
    height: 37px;
    text-transform: uppercase;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    font-size: 1.125em;
    color: #000;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
    background: url(../Images/dropdown-arrow-lang.svg) 44px 13px no-repeat;
    background-size: 11px 8px;
    cursor: pointer
}

#language-selector-mob .option {
    background: #fff;
    border: 1px solid #979797;
    border-bottom: none
}

#language-selector-mob .option.active {
    display: none
}

.social-holder {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.social-holder a svg {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.social-holder a svg .circle {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.social-holder a:hover svg .circle {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

a.facebook,
a.instagram,
a.pinterest {
    float: left;
    display: inline-block;
    width: 38px;
    height: 37px
}

a.pinterest {
    margin: 0 12px
}

a.facebook svg,
a.instagram svg,
a.pinterest svg {
    width: 38px;
    height: 37px;
    fill: #2c2b2e
}

@media only screen and (min-width:768px) {
    #menu-holder nav {
        right: 160px;
        left: auto;
        margin-top: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 175px
    }
    #menu-holder nav li {
        margin-top: 30px
    }
    #menu-holder nav li a {
        font-size: 1.125em;
        line-height: normal
    }
    #language-selector-mob {
        display: none
    }
    #language-selector {
        margin-top: 50px;
        margin-left: 1px;
        display: block;
        opacity: 1
    }
    #language-selector .option {
        display: inline-block;
        text-transform: uppercase;
        font-size: .75em;
        line-height: 1;
        position: relative;
        margin-right: 6px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
    #language-selector .option.active {
        font-family: "微软雅黑";
        font-style: normal;
        font-weight: 700
    }
    #language-selector .option::before {
        content: '';
        width: 1px;
        height: 12px;
        background-color: #2c2b2e;
        position: absolute;
        top: 0;
        left: -5px;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
    #language-selector .option:nth-child(1)::before {
        display: none
    }
    .social-holder {
        right: 196px;
        bottom: 50px
    }
}

#menu-holder.menu-enter-active,
#menu-holder.menu-leave-active {
    -webkit-transition: -webkit-transform .5s .3s;
    transition: -webkit-transform .5s .3s;
    transition: transform .5s .3s;
    transition: transform .5s .3s, -webkit-transform .5s .3s
}

#menu-holder.menu-leave-active {
    -webkit-transition: -webkit-transform .5s 1.2s;
    transition: -webkit-transform .5s 1.2s;
    transition: transform .5s 1.2s;
    transition: transform .5s 1.2s, -webkit-transform .5s 1.2s
}

#menu-holder.menu-enter,
#menu-holder.menu-leave-to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media only screen and (min-width:1024px) and (max-height:690px) {
    #language-selector {
        display: none
    }
}

@media only screen and (min-width:1024px) and (max-height:610px) {
    .social-holder {
        display: none
    }
}

#scrollarrow {
    position: fixed;
    right: 20px;
    top: 50%;
    width: 9px;
    height: 46px;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease
}

.control.down,
.control.up {
    height: 46px;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease
}

#scrollarrow:hover,
.control.down:hover {
    height: 55px;
    margin-top: 10px
}

.control.up:hover {
    height: 55px;
    margin-top: -15px
}

#scrollarrow span,
.control.down span,
.control.up span {
    position: absolute;
    top: 0;
    left: 7px;
    width: 1px;
    height: 46px;
    background-color: #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

#scrollarrow span {
    left: 0
}

#scrollarrow:hover span,
.control.down:hover span,
.control.up:hover span {
    height: 55px
}

#scrollarrow span::after,
.control.down span::after,
.control.up span::after {
    content: '';
    width: 6px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 2px;
    left: 1px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

#scrollarrow span::after,
.control.down span::after {
    left: 0
}

#scrollarrow span::before,
.control.down span::before,
.control.up span::before {
    content: '';
    width: 6px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 2px;
    right: 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.control.up span::after {
    content: '';
    width: 6px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
    z-index: 2
}

.control.up span::before {
    content: '';
    width: 6px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    z-index: 2
}

#page-title-holder {
    position: fixed;
    right: 23px;
    bottom: 20px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    width: 0;
    z-index: 5;
    font-size: .625em
}

#page-title-holder .page-title {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom
}

#page-title-holder .page-title span {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#page-title-holder span.bold {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    margin-right: 3px
}

#page-title-holder span.line {
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 3px;
    margin-left: 10px
}

@media only screen and (min-width:768px) {
    #scrollarrow {
        right: 33px;
        width: 17px;
        height: 92px;
        -webkit-transition: margin .4s ease;
        transition: margin .4s ease
    }
    .control.down,
    .control.up {
        width: 17px;
        height: 92px;
        -webkit-transition: margin .4s ease;
        transition: margin .4s ease
    }
    #scrollarrow:hover,
    .control.down:hover {
        height: 90px;
        margin-top: 20px
    }
    .control.up:hover {
        height: 90px;
        margin-top: -40px
    }
    #scrollarrow span,
    .control.down span,
    .control.up span {
        position: absolute;
        bottom: 0;
        left: 7px;
        width: 1px;
        height: 90px;
        background-color: #fff;
        -webkit-transition: height .4s ease;
        transition: height .4s ease
    }
    .control.down span,
    .control.up span {
        height: 70px
    }
    #scrollarrow:hover span {
        height: 110px
    }
    .control.down:hover span,
    .control.up:hover span {
        height: 90px
    }
    #scrollarrow span::after,
    .control.down span::after {
        content: '';
        width: 10px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 3px;
        left: -1px;
        -webkit-transform: rotate(-42deg);
        transform: rotate(-42deg);
        z-index: 2
    }
    .control.down span::after {
        left: -1px
    }
    #scrollarrow span::before,
    .control.down span::before {
        content: '';
        width: 10px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 3px;
        right: -1px;
        -webkit-transform: rotate(42deg);
        transform: rotate(42deg);
        z-index: 2
    }
    .control.up span::after {
        content: '';
        width: 10px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 3px;
        left: 0;
        -webkit-transform: rotate(42deg);
        transform: rotate(42deg);
        z-index: 2
    }
    .control.up span::after {
        left: -1px
    }
    .control.up span::before {
        content: '';
        width: 10px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 3px;
        right: -1px;
        -webkit-transform: rotate(-42deg);
        transform: rotate(-42deg);
        z-index: 2
    }
    #page-title-holder {
        bottom: 30px;
        right: 37px;
        font-size: .625em
    }
    #page-title-holder span.line {
        width: 30px
    }
}

@media only screen and (min-width:1024px) {
    #scrollarrow {
        right: 53px
    }
    #page-title-holder {
        right: 57px
    }
}

@media only screen and (min-width:1285px) {
    #scrollarrow:hover,
    .control.down:hover {
        height: 110px;
        margin-top: 20px
    }
    .control.up:hover {
        height: 110px;
        margin-top: -40px
    }
    .control.down span,
    .control.up span {
        height: 90px
    }
    .control.down:hover span,
    .control.up:hover span {
        height: 110px
    }
}

@media only screen and (max-height:750px) and (min-width:768px) {
    #page-title-holder {
        display: none
    }
}

#homepage-img {
    position: relative;
    margin: 0 0 40px 0
}

#homepage-img img {
    display: block;
    width: 100%;
    height: auto
}

#video-holder {
    position: relative;
    margin: 70px 0 40px 0
}

#video-holder video {
    -o-object-fit: inherit;
    object-fit: inherit
}

#video-holder .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

#video-holder .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

#video-holder #svg-pause,
#video-holder #svg-play {
    overflow: visible
}

#video-holder .play-btn::before {
    position: absolute;
    top: 2px;
    left: 2px;
    content: '';
    width: 64px;
    height: 66px;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .8)
}

#video-holder .sound-btn {
    position: absolute;
    bottom: 27px;
    right: 82px;
    cursor: pointer;
    display: block;
    width: 22px;
    height: 18px
}

#video-holder .sound-btn span {
    display: block;
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none
}

#video-holder .sound-btn span.line-1 {
    top: 10px
}

#video-holder .sound-btn span.line-2 {
    left: 5px;
    top: 5px
}

#video-holder .sound-btn span.line-3 {
    left: 10px;
    top: 7px
}

#video-holder .sound-btn span.line-4 {
    left: 15px
}

#video-holder .sound-btn span.line-5 {
    left: 20px;
    top: 10px
}

#video-holder .sound-btn.muted span.line-1 {
    top: 0
}

#video-holder .sound-btn.muted span.line-2 {
    top: 4px
}

#video-holder .sound-btn.muted span.line-3 {
    top: 8px
}

#video-holder .sound-btn.muted span.line-4 {
    top: 12px
}

#video-holder .sound-btn.muted span.line-5 {
    top: 15px
}

#video-holder .fullscreen-btn {
    display: block;
    width: 22px;
    height: 18px;
    position: absolute;
    bottom: 27px;
    right: 40px;
    cursor: pointer
}

#video-holder .fullscreen-btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

#video-holder .fullscreen-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#video-holder .progressbar {
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 8px;
    width: 100%;
    background-color: rgba(0, 0, 0, .4)
}

#video-holder .progressbar #seek-bg {
    height: 100%;
    width: 0;
    background-color: #fff
}

#video-holder .progressbar #seek-bar {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

#video-holder .video-control.active {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#video-holder .video-control.inactive {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.video-control.play-btn .circle {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.video-control.play-btn:hover .circle {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.grid {
    width: 100%;
    overflow: hidden;
    margin-top: 34px
}

.grid-sizer {
    width: 49%
}

.gutter-sizer {
    width: 2%
}

.grid-item {
    margin-bottom: 5px;
    width: 49%;
    box-sizing: border-box
}

.grid-item.grid-item--width2 {
    width: 100%
}

.grid-item img {
    display: block;
    width: 100%;
    height: auto
}

.news .grid-item .img-holder {
    position: relative
}

.news .grid-item .img-holder::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 193px;
    background: url(../Images/overlay-fade.png) 0 0 no-repeat
}

.grid-item .inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block
}

.grid-item .txt {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.grid-item .txt h2 {
    margin: 0;
    padding: 0;
    font-size: .625em;
    line-height: .9;
    color: #fff;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3px
}

.grid-item .txt span.subtitle {
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-size: .625em;
    line-height: .9;
    color: #fff
}

@media only screen and (min-width:768px) {
    .grid {
        margin-top: 80px
    }
    .grid-sizer {
        width: 280px
    }
    .gutter-sizer {
        width: 20px
    }
    .grid-item {
        margin-bottom: 20px;
        width: 280px
    }
    .grid-item .txt {
        bottom: 20px;
        left: 20px
    }
    .grid-item .txt h2 {
        font-size: 1.125em;
        line-height: .889;
        margin-bottom: 6px
    }
    .grid-item .txt span.subtitle {
        font-size: 1.125em;
        line-height: .889
    }
}

@media only screen and (min-width:1024px) {
    .grid-item,
    .grid-sizer {
        width: 380px
    }
}

@media only screen and (min-width:1280px) {
    .grid-item,
    .grid-sizer {
        width: 460px
    }
}

@media only screen and (min-width:1600px) {
    .grid-item,
    .grid-sizer {
        width: 580px
    }
    .grid-item .txt {
        bottom: 40px;
        left: 40px
    }
}

#slider-holder {
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative
}

.slider {
    overflow: hidden;
    display: block;
    height: 100%
}

.slider.is-animating {
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out
}

.slider-1 {
    width: 100%
}

.slider-2 {
    width: 200%
}

.slider-3 {
    width: 300%
}

.slider-4 {
    width: 400%
}

.slider-5 {
    width: 500%
}

.slider-6 {
    width: 600%
}

.slider-7 {
    width: 700%
}

.slider-8 {
    width: 800%
}

.slider-9 {
    width: 900%
}

.slider-10 {
    width: 1000%
}

.slider-11 {
    width: 1100%
}

.slider-12 {
    width: 1200%
}

.slider-13 {
    width: 1300%
}

.slider-14 {
    width: 1400%
}

.slider-15 {
    width: 1500%
}

.slider-16 {
    width: 1600%
}

.slider-17 {
    width: 1700%
}

.slider-18 {
    width: 1800%
}

.slider-19 {
    width: 1900%
}

.slider-20 {
    width: 2000%
}

.slider-panel {
    position: relative;
    float: left;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.slider-1 .slider-panel {
    width: 100%
}

.slider-2 .slider-panel {
    width: 50%
}

.slider-3 .slider-panel {
    width: 33.33333333%
}

.slider-4 .slider-panel {
    width: 25%
}

.slider-5 .slider-panel {
    width: 20%
}

.slider-6 .slider-panel {
    width: 16.66666667%
}

.slider-7 .slider-panel {
    width: 14.28571429%
}

.slider-8 .slider-panel {
    width: 12.5%
}

.slider-9 .slider-panel {
    width: 11.11111111%
}

.slider-10 .slider-panel {
    width: 10%
}

.slider-11 .slider-panel {
    width: 9.09090909%
}

.slider-12 .slider-panel {
    width: 8.33333333%
}

.slider-13 .slider-panel {
    width: 7.69230769%
}

.slider-14 .slider-panel {
    width: 7.14285714%
}

.slider-15 .slider-panel {
    width: 6.66666667%
}

.slider-16 .slider-panel {
    width: 6.25%
}

.slider-17 .slider-panel {
    width: 5.88235294%
}

.slider-18 .slider-panel {
    width: 5.55555556%
}

.slider-19 .slider-panel {
    width: 5.26315789%
}

.slider-20 .slider-panel {
    width: 5%
}

.has-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.slider .slide img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none
}

#slider-holder .slide-controls,
.pagination {
    margin-top: 25px;
    margin-left: 20px;
    position: relative;
    width: 230px;
    height: 18px
}

#slider-holder .slide-controls .next,
#slider-holder .slide-controls .previous,
.pagination .next,
.pagination .previous {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 20px;
    height: 18px;
    padding: 0 10px
}

#slider-holder .slide-controls .next,
.pagination .next {
    left: auto;
    right: 10px;
    padding: 0 10px
}

.pagination .next span,
.pagination .previous span,
.slide-controls .next span,
.slide-controls .previous span {
    height: 1px;
    width: 20px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.pagination .next span::after,
.pagination .next span::before,
.pagination .previous span::after,
.pagination .previous span::before,
.slide-controls .next span::after,
.slide-controls .next span::before,
.slide-controls .previous span::after,
.slide-controls .previous span::before {
    content: '';
    width: 11px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2
}

.pagination .indicator,
.slide-controls .indicator {
    overflow: hidden
}

.pagination .indicator .current,
.slide-controls .indicator .current {
    position: relative;
    height: 16px;
    width: 11px
}

.pagination .indicator .current span,
.slide-controls .indicator .current span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s
}

.pagination .indicator .current span.slide-out-down-enter-to,
.pagination .indicator .current span.slide-out-up-enter-to,
.slide-controls .indicator .current span.slide-out-down-enter-to,
.slide-controls .indicator .current span.slide-out-up-enter-to {
    -webkit-transition: all .6s .2s;
    transition: all .6s .2s
}

.pagination .indicator .current span.slide-out-down-leave,
.slide-controls .indicator .current span.slide-out-up-leave {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.pagination .indicator .current span.slide-out-up-leave-to,
.slide-controls .indicator .current span.slide-out-up-leave-to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pagination .indicator .current span.slide-out-down-leave-to,
.slide-controls .indicator .current span.slide-out-down-leave-to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.pagination .indicator .current span.slide-out-down-enter,
.slide-controls .indicator .current span.slide-out-down-enter {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pagination .indicator .current span.slide-out-up-enter,
.slide-controls .indicator .current span.slide-out-up-enter {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.pagination .previous span::after,
.slide-controls .previous span::after {
    top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination .next span::before,
.slide-controls .next span::before {
    left: auto;
    right: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination .next span::after,
.slide-controls .next span::after {
    top: -4px;
    left: auto;
    right: -1px
}

.no-touchevents .pagination .previous:hover span,
.no-touchevents .slide-controls .previous:hover span {
    width: 25px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.no-touchevents .pagination .next:hover span,
.no-touchevents .slide-controls .next:hover span {
    width: 25px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

#slider-holder .slide-controls .indicator,
.pagination .indicator {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#slider-holder .slide-controls .indicator span.current,
.pagination .indicator span.current {
    font-size: 1em;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    position: relative;
    color: #fff;
    float: left;
    display: inline-block
}

#slider-holder .slide-controls .indicator span.total,
.pagination .indicator span.total {
    font-size: .6875em;
    float: left;
    display: inline-block;
    margin-left: 18px;
    position: relative;
    padding-top: 3px
}

#slider-holder .slide-controls .indicator span.total::after,
.pagination .indicator span.total::after {
    content: '';
    position: absolute;
    left: -9px;
    top: 0;
    width: 1px;
    height: 18px;
    background-color: #979797
}

@media only screen and (min-width:768px) {
    #slider-holder {
        margin-bottom: 60px
    }
    #slider-holder .slide-controls {
        float: right;
        margin-top: 20px;
        margin-left: 0;
        margin-left: 0
    }
}

.popup .slide {
    opacity: 1;
    position: relative;
    float: none
}

.popup-slide-enter-active.slide {
    opacity: 1;
    -webkit-transition: all .3s .3s;
    transition: all .3s .3s
}

.popup-slide-leave-active.slide {
    -webkit-transition: all .3s;
    transition: all .3s
}

.popup-slide-enter.slide,
.popup-slide-leave-to.slide {
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.main-collection-info {
    margin-bottom: 34px
}

.main-collection-info .blocks-holder {
    padding-top: 45px;
    position: relative
}

.main-collection-info .blocks-holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #626163;
    width: 0;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 1s ease;
    transition: width 1s ease
}

.main-collection-info.visible .blocks-holder::before {
    width: 100%
}

.main-collection-info .block {
    margin-bottom: 35px;
    position: relative
}

.main-collection-info .block h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: .625em;
    font-family: "微软雅黑";
    font-weight: 700;
    margin-bottom: 20px
}

.main-collection-info .designer-block h3 {
    margin-bottom: 10px
}

.designer-block a {
    position: initial
}

.designer-block p {
    color: #fff;
    font-size: .75em;
    margin-bottom: 25px
}

.main-collection-info .designer-block img {
    display: block;
    width: 100%;
    height: auto
}

.main-collection-info .finishes-block .finish {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-right: 20px
}

.main-collection-info .finishes-block .finish span {
    display: block;
    color: #fff;
    font-size: .75em;
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    padding: 5px;
    text-align: center;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    white-space: nowrap
}

.main-collection-info .finishes-block .finish span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    background-color: #000;
    width: 15px;
    height: 15px;
    z-index: -1
}

.main-collection-info .finishes-block .finish:hover span {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.main-collection-info .finishes-block img {
    display: block;
    width: 100%
}

.main-collection-info .downloads-block a {
    display: block;
    text-transform: uppercase;
    font-size: .75em;
    padding: 3px 0 3px 30px;
    margin-bottom: 15px;
    background: url(../Images/icon-file.svg) 0 0 no-repeat;
    background-size: 14px 17px
}

.collection-catalog h2,
.collection-stories h2,
.designer-collections h2,
.downloads-holder h2,
.related-products h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.125em;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 29px
}

.collection-catalog .pagination.top {
    display: none
}

.collection-stories .story-block {
    margin-bottom: 35px;
    display: block
}

.collection-stories .story-block .img-holder {
    margin-bottom: 15px
}

.collection-stories .story-block h3 {
    text-transform: uppercase;
    color: #fff;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    font-size: .75em;
    margin: 0
}

.collection-stories .story-block span.subtitle {
    text-transform: uppercase;
    color: #fff;
    font-size: .75em;
    display: block
}

.collection-catalog {
    display: none
}

.pagination {
    position: relative;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0
}

.pagination.bottom {
    top: auto;
    bottom: 0;
    z-index: 2
}

.filter-holder .box {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 50px;
    background: url(../Images/icon-dropdown.svg) 145px 18px no-repeat;
    background-size: 19px 11px
}

.filter-holder .box.active {
    background: url(../Images/icon-dropdown-up.svg) 145px 18px no-repeat #fff;
    background-size: 19px 11px
}

.filter-holder .box.selected {
    background: 0 0;
    background-color: #fff
}

.filter-holder .box .clear {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 17px;
    right: 15px;
    background: url(../Images/icon-remove-selected.svg) 0 0 no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
    display: none
}

.filter-holder .box.selected .clear {
    display: block
}

.filter-holder .box span.current {
    display: block;
    font-size: .875em;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 55px 16px 20px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    word-break: break-all;
    height: 15px
}

.filter-holder .box span.current span {
    display: block;
    overflow: hidden;
    height: 15px
}

.filter-holder .box.active span.current,
.filter-holder .box.selected span.current {
    color: #2c2b2e;
    cursor: default
}

.filter-holder .box .select-list {
    border: 1px solid #fff;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 5;
    background-color: #2c2b2e;
    padding: 10px 0;
    box-sizing: border-box;
    display: none
}

.filter-holder .box.active .select-list {
    display: block
}

.filter-holder .box .select-list::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 55px;
    width: 14px;
    height: 8px;
    background: url(../Images/dropdown-box-top.svg) 0 0 no-repeat #2c2b2e;
    background-size: 14px 8px
}

.filter-holder .box .select-list .option {
    padding: 10px 17px 6px;
    text-transform: uppercase;
    color: #fff;
    font-size: .875em;
    cursor: pointer;
    line-height: 1
}

.filter-holder .box .select-list .option:hover {
    background-color: #fff;
    color: #2c2b2e
}

.filter-holder .search-holder input {
    padding: 18px 45px 18px 20px;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border: none;
    color: #fff;
    outline: none;
    font-size: .875em;
    font-family: "Alright Sans Light";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

.filter-holder .search-holder {
    position: relative;
    background: 0 0
}

.filter-holder .search-holder .search-icon {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 19px;
    height: 19px;
    background: url(../Images/icon-search.svg) 0 0 no-repeat;
    background-size: 19px 19px;
    cursor: pointer
}

.filter-holder .search-holder .clear-icon {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 17px;
    right: 15px;
    background: url(../Images/icon-remove-selected-white.svg) 0 0 no-repeat;
    background-size: 15px 15px;
    cursor: pointer
}

#product-list .product,
.related-products .product {
    width: 100%;
    margin-bottom: 40px;
    display: block
}

#product-list .product .img-holder,
.collection-catalog .product .img-holder,
.related-products .product .img-holder {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    background-color: #fff;
    box-sizing: border-box
}

#product-list .product .img-inner,
.collection-catalog .product .img-inner,
.related-products .product .img-inner {
    position: relative;
    width: 100%;
    height: 100%
}

#product-list .product img,
.collection-catalog .product img,
.related-products .product img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#product-list .product span,
.collection-catalog .product span,
.related-products .product span {
    text-transform: uppercase;
    font-size: .875em;
    display: block;
    color: #fff;
    line-height: 1.214
}

#product-list .product span.title,
.collection-catalog .product span.title,
.related-products .product span.title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 3px
}

.blocks-holder .story-block,
.collection-stories .story-block,
.dual-blocks .block,
.grid .grid-item .inner,
.main-image-holder {
    overflow: hidden
}

.blocks-holder .story-block.reveal:before,
.collection-stories .story-block.reveal:before,
.dual-blocks .block.reveal:before,
.grid .grid-item .inner.reveal:before,
.main-image-holder.reveal:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.blocks-holder .story-block:before,
.collection-stories .story-block:before,
.dual-blocks .block:before,
.grid .grid-item .inner:before,
.main-image-holder:before {
    content: '';
    position: absolute;
    display: block;
    background: #2c2b2e;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s
}

.blocks-holder .story-block.reveal .img-holder,
.collection-stories .story-block.reveal .img-holder,
.dual-blocks .block.reveal .img-holder,
.grid .grid-item .inner.reveal .img-holder,
.main-image-holder.reveal .img-holder {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.blocks-holder .story-block .img-holder,
.collection-stories .story-block .img-holder,
.dual-blocks .block .img-holder,
.grid .grid-item .inner .img-holder,
.main-image-holder .img-holder {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s
}

.dual-blocks .block .txt,
.grid .grid-item .inner .txt {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0;
    -webkit-transition: opacity .3s .3s, -webkit-transform .3s .3s;
    transition: opacity .3s .3s, -webkit-transform .3s .3s;
    transition: opacity .3s .3s, transform .3s .3s;
    transition: opacity .3s .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.blocks-holder .story-block.reveal .txt-indent,
.collection-stories .story-block.reveal .txt-indent {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity .3s .3s, -webkit-transform .3s .3s;
    transition: opacity .3s .3s, -webkit-transform .3s .3s;
    transition: opacity .3s .3s, transform .3s .3s;
    transition: opacity .3s .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.blocks-holder .story-block .txt-indent,
.collection-stories .story-block .txt-indent {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0;
    -webkit-transition: opacity .3s .3s, -webkit-transform .3s .3s;
    transition: opacity .3s .3s, -webkit-transform .3s .3s;
    transition: opacity .3s .3s, transform .3s .3s;
    transition: opacity .3s .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.dual-blocks .block.reveal .txt,
.grid .grid-item .inner.reveal .txt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .3s .3s, bottom .3s, -webkit-transform .3s .3s;
    transition: opacity .3s .3s, bottom .3s, -webkit-transform .3s .3s;
    transition: opacity .3s .3s, transform .3s .3s, bottom .3s;
    transition: opacity .3s .3s, transform .3s .3s, bottom .3s, -webkit-transform .3s .3s
}

@media only screen and (min-width:400px) {
    #product-list .product .img-holder,
    .collection-catalog .product .img-holder,
    .related-products .product .img-holder {
        display: inline-block;
        float: left;
        width: 180px;
        margin-right: 20px;
        margin-bottom: 0
    }
    #product-list .product .img-inner:before,
    .collection-catalog .product .img-inner:before,
    .related-products .product .img-inner:before {
        display: none
    }
    #product-list .product,
    .related-products .product {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) {
    #collection-page .slider .slider-panel {
        width: 580px
    }
    .main-collection-info {
        margin-bottom: 40px;
        margin-top: 80px
    }
    .main-collection-info.finishes-outer {
        margin-top: 40px;
        margin-bottom: 100px
    }
    .main-collection-info .blocks-holder {
        padding-top: 60px
    }
    .main-collection-info .block {
        float: left;
        display: block;
        width: 50%;
        box-sizing: border-box;
        padding-right: 20px;
        margin-bottom: 20px
    }
    .main-collection-info .block.finishes-block {
        width: 100%;
        padding-right: 0
    }
    .main-collection-info .finishes-block .finish {
        margin-right: 0;
        margin-left: 20px
    }
    .main-collection-info .finishes-block .finish:nth-child(1),
    .main-collection-info .finishes-block .finish:nth-child(8) {
        margin-left: 0
    }
    .main-collection-info .block.downloads-block {
        float: right;
        padding-right: 0;
        padding-left: 20px
    }
    .main-collection-info .block.downloads-block.left {
        float: left
    }
    .main-collection-info .block h3 {
        font-size: 1em;
        margin-bottom: 12px
    }
    .main-collection-info .designer-block img {
        width: 60px
    }
    .main-collection-info .designer-block p {
        position: absolute;
        top: 50%;
        left: 80px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-bottom: 0;
        margin-top: 13px;
        text-transform: uppercase;
        font-size: 1.40625em;
        font-family: "微软雅黑";
        font-style: normal;
        font-weight: 400;
        line-height: .9
    }
    .main-collection-info .designer-block p span {
        display: block;
        font-family: "微软雅黑";
        font-style: normal;
        font-weight: 700
    }
    .main-collection-info .downloads-block a {
        font-size: .75em;
        padding: 6px 0 5px 35px;
        margin-bottom: 15px;
        background: url(../Images/icon-file.svg) 0 0 no-repeat;
        background-size: 18px 22px
    }
    .collection-stories {
        margin-bottom: 40px
    }
    .collection-catalog h2,
    .collection-stories h2,
    .designer-collections h2,
    .downloads-holder h2,
    .related-products h2 {
        font-size: 1.5em
    }
    .collection-stories .story-block {
        float: left;
        width: 280px;
        margin-bottom: 40px
    }
    .collection-stories .story-block:nth-child(odd) {
        margin-right: 20px
    }
    .collection-stories .story-block h3 {
        font-size: 1em;
        margin-bottom: 5px
    }
    .collection-stories .story-block span.subtitle {
        font-size: 1em
    }
    .collection-catalog {
        display: block
    }
    .filter-holder {
        position: relative
    }
    #product-list .product,
    #sidebar-filter,
    .collection-catalog .product,
    .filter-holder .box,
    .related-products .product {
        float: left;
        display: inline-block;
        width: 180px;
        margin-bottom: 40px
    }
    #product-list .product,
    .collection-catalog .product,
    .related-products .product {
        margin-bottom: 30px
    }
    .collection-catalog .filter-holder .box:nth-child(2) {
        margin-left: 20px;
        margin-right: 20px
    }
    .filter-holder .btn-cat {
        position: absolute;
        top: -85px;
        right: 0;
        border: 2px solid #fff;
        color: #fff;
        font-size: .875em;
        font-family: "Alright Sans Light";
        font-style: normal;
        font-weight: 400;
        text-align: center;
        width: 180px;
        box-sizing: border-box;
        height: 50px;
        padding: 18px 0;
        display: block;
        text-transform: uppercase
    }
    .collection-catalog .product:nth-child(3n+2),
    .related-products .product:nth-child(3n+2) {
        margin-left: 20px;
        margin-right: 20px
    }
    .collection-catalog .product:nth-child(3n+1),
    .related-products .product:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1024px) {
    #collection-page .slider .slider-panel {
        width: 780px
    }
    .main-collection-info .block {
        padding-right: 30px
    }
    .main-collection-info .block.downloads-block {
        padding-left: 30px
    }
    .main-collection-info .block.finishes-block {
        padding-left: 0
    }
    .main-collection-info .finishes-block .finish:nth-child(8) {
        margin-left: 20px
    }
    .main-collection-info .finishes-block .finish:nth-child(1),
    .main-collection-info .finishes-block .finish:nth-child(9) {
        margin-left: 0
    }
    .collection-stories .story-block {
        width: 380px
    }
    #sidebar-filter,
    .collection-catalog .product,
    .filter-holder .box,
    .filter-holder .btn-cat,
    .related-products .product {
        width: 220px
    }
    .filter-holder .box,
    .filter-holder .box.active {
        background-position: 185px 18px
    }
    .collection-catalog .filter-holder .box:nth-child(2),
    .collection-catalog .product:nth-child(3n+2),
    .related-products .product:nth-child(3n+2) {
        margin-left: 60px;
        margin-right: 60px
    }
    #product-list .product .img-holder,
    .collection-catalog .product .img-holder,
    .related-products .product .img-holder {
        width: 220px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width:1280px) {
    #collection-page .slider .slider-panel {
        width: 940px
    }
    .main-collection-info .block {
        margin-bottom: 0
    }
    .main-collection-info .finishes-block .finish:nth-child(9) {
        margin-left: 20px
    }
    .main-collection-info .finishes-block .finish:nth-child(1),
    .main-collection-info .finishes-block .finish:nth-child(11) {
        margin-left: 0
    }
    .collection-stories .story-block {
        width: 460px
    }
    .collection-catalog .filter-holder .box:nth-child(2) {
        margin-left: 20px;
        margin-right: 20px
    }
    .collection-catalog .pagination.top {
        display: block
    }
    .filter-holder .btn-cat {
        top: 0
    }
    #product-list .product,
    .collection-catalog .product,
    .collection-catalog .product:nth-child(3n+2),
    .related-products .product,
    .related-products .product:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 20px
    }
    .collection-catalog .product:nth-child(4n),
    .related-products .product:nth-child(4n) {
        margin-right: 0
    }
    .collection-catalog .product:nth-child(3n+1),
    .related-products .product:nth-child(3n+1) {
        clear: none
    }
    .collection-catalog .product:nth-child(4n+1),
    .related-products .product:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (min-width:1600px) {
    #collection-page .slider .slider-panel {
        width: 1180px
    }
    #collection-page .slider .slider-panell {
        width: 1000px !important;
    }
    .main-collection-info .designer-block img {
        width: 85px
    }
    .main-collection-info .designer-block p {
        left: 100px
    }
    .main-collection-info .finishes-block .finish {
        margin-bottom: 20px
    }
    .main-collection-info .finishes-block .finish:nth-child(11) {
        margin-left: 20px
    }
    .main-collection-info .finishes-block .finish:nth-child(1),
    .main-collection-info .finishes-block .finish:nth-child(14) {
        margin-left: 0
    }
    .collection-stories .story-block {
        width: 580px
    }
    #product-list .product,
    .collection-catalog .product,
    .filter-holder .box,
    .filter-holder .btn-cat,
    .related-products .product {
        width: 280px
    }
    .filter-holder .box,
    .filter-holder .box.active {
        background-position: 245px 18px
    }
    #product-list .product .img-holder,
    .collection-catalog .product .img-holder,
    .related-products .product .img-holder {
        width: 280px;
    }
}

.story-info {
    margin-bottom: 15px
}

.story-info .block {
    margin-bottom: 20px
}

.story-info .block h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: .625em;
    font-family: "微软雅黑";
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px
}

.story-info .block span {
    font-size: .75em
}

.main-image-holder {
    position: relative
}

.masonry-story a {
    position: relative;
    cursor: url(/media/images/plus.ico), default
}

.masonry-story a img {
    opacity: 1;
    -webkit-transition: opacity .7s ease, -webkit-transform 7s ease;
    transition: opacity .7s ease, -webkit-transform 7s ease;
    transition: opacity .7s ease, transform 7s ease;
    transition: opacity .7s ease, transform 7s ease, -webkit-transform 7s ease
}

.no-touchevents .masonry-story a:hover img {
    opacity: .7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (min-width:768px) {
    .story-info {
        margin-bottom: 60px
    }
    .story-info .block {
        margin-bottom: 0;
        margin-right: 20px;
        width: 120px;
        float: left;
        display: block
    }
    .story-info .block:nth-child(4) {
        margin-right: 0
    }
    .story-info .block h2 {
        font-size: 1em;
        margin-bottom: 6px
    }
    .story-info .block span {
        font-size: .8125em
    }
}

@media only screen and (min-width:1024px) {
    .story-info .block {
        width: 150px
    }
}

@media only screen and (min-width:1280px) {
    .story-info .block {
        width: 180px
    }
}

#designers {
    padding-right: 45px
}

.dual-blocks .block .txt h3 {
    margin: 0;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
    text-align: right;
    color: #fff
}

.dual-blocks .block .txt h3 span {
    display: block;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    display: block
}

@media only screen and (min-width:768px) {
    #designers {
        padding-right: 0
    }
    .dual-blocks .block .txt h3 {
        font-size: 2.25em
    }
}

#designer-top {
    position: relative
}

#designer-top h1 {
    z-index: 1
}

#designer-top h1 span.line {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 400
}

#designer-top h1 span.subline {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700
}

.designer-content h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.125em;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    margin: 0 0 22px 0
}

.right .content {
    font-size: .8125em;
    line-height: 1.846
}

.dual-blocks .block .txt {
    position: absolute;
    bottom: 10px;
    right: 10px
}

#collections.dual-blocks .block .txt h3,
.designer-collections .dual-blocks .block .txt h3 {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    color: #fff
}

.dual-blocks .block .txt h4 {
    color: #fff;
    text-align: right;
    font-size: .75em;
    font-weight: 400;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 400
}

.dual-blocks .block .txt h4 span {
    display: block
}

.designer-collections {
    margin-top: 80px
}

@media only screen and (min-width:768px) {
    #designer-top .slider .slider-panel,
    #slider-holder.designer-slider {
        width: 300px
    }
    #designer-top h1 {
        position: absolute;
        top: 50%;
        right: 20px;
        text-align: right;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 3em
    }
    .designer-content h2 {
        font-size: .875em
    }
    .designer-content .left {
        float: left;
        display: block;
        width: 140px;
        padding-top: 5px
    }
    .designer-content .right {
        float: left;
        display: block;
        width: 400px
    }
    .right .content {
        font-size: 1em;
        line-height: 2.25
    }
    .dual-blocks .block .txt h3 {
        font-size: 2.25em
    }
    .dual-blocks .block .txt h4 {
        font-size: 2.25em
    }
}

@media only screen and (min-width:1024px) {
    #designer-top .slider .slider-panel,
    #slider-holder.designer-slider {
        width: 340px
    }
    #designer-top h1 {
        font-size: 3.375em;
        right: 60px
    }
    .dual-blocks .block .txt {
        bottom: 20px;
        right: 20px
    }
    .designer-content .left {
        width: 140px
    }
    .designer-content .right {
        width: 520px
    }
}

@media only screen and (min-width:1280px) {
    #designer-top .slider .slider-panel,
    #slider-holder.designer-slider {
        width: 420px
    }
    #designer-top h1 {
        font-size: 4.5em;
        right: 80px
    }
    .designer-content .left {
        width: 240px
    }
    .designer-content .right {
        width: 540px
    }
}

@media only screen and (min-width:1600px) {
    #designer-top .slider .slider-panel,
    #slider-holder.designer-slider {
        width: 540px
    }
    #designer-top h1 {
        font-size: 5.625em
    }
    .designer-content .left {
        width: 320px
    }
    .designer-content .right {
        width: 700px
    }
}

#catalogue {
    position: relative
}

#catalogue .pagination.top {
    top: 7px
}

#sidebar-filter {
    z-index: 2;
    position: relative
}

#product-list {
    z-index: 1;
    position: relative
}

#product-list,
#sidebar-filter {
    padding: 0 40px 0 20px
}

#sidebar-filter .box {
    margin-bottom: 20px
}

#sidebar-filter .sidebar-btns {
    padding-top: 25px;
    clear: left;
    margin-bottom: 15px
}

#sidebar-filter .sidebar-btns .btn {
    width: 100%;
    margin-bottom: 20px
}

@media only screen and (max-width:768px) {
    #sidebar-filter .box,
    #sidebar-filter .box.active {
        background-position: right 10px top 18px
    }
}

@media only screen and (min-width:768px) {
    #product-list,
    #sidebar-filter {
        padding: 0
    }
    #product-list {
        float: left;
        width: 400px
    }
    #product-list .product {
        margin-left: 20px
    }
    #product-list .product:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1024px) {
    #sidebar-filter {
        margin-right: 20px
    }
    #product-list {
        width: 540px
    }
    #product-list .product {
        width: 240px;
        margin-right: 0
    }
}

@media only screen and (min-width:1280px) {
    #sidebar-filter {
        margin-right: 0
    }
    #product-list {
        width: 720px
    }
    #product-list .product {
        width: 220px;
        margin-right: 0
    }
    #product-list .product:nth-child(2n+1) {
        clear: none
    }
    #product-list .product:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1600px) {
    #sidebar-filter {
        width: 280px
    }
    #product-list {
        width: 900px
    }
    #product-list .product {
        width: 280px;
        margin-right: 0;
        margin-left: 20px
    }
}

.product-grid-move {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

#product-overlay {
    z-index: 500;
    background-color: #2c2b2e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 25px;
    overflow-y: scroll
}

#product-overlay.single-product-page {
    position: relative;
    overflow: initial;
    padding-top: 0!important
}

#product-overlay .close {
    position: absolute;
    top: 23px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../Images/icon-close.svg) 0 0 no-repeat;
    background-size: 15px 15px;
    z-index: 10;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

#product-overlay .close:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

#product-overlay .page {
    padding-top: 0
}

#product-overlay .page h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

#product-overlay .product-info {
    margin-bottom: 60px
}

.product-info .product-image img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.product-info .product-specs {
    text-transform: uppercase
}

.product-info .product-specs td {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: .75em
}

.product-info .product-specs td.spec {
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

.product-info .product-specs .title {
    padding-right: 20px;
    color: #fff;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700
}

#product-overlay .indent {
    position: relative
}

#print-product {
    text-transform: uppercase;
    padding-left: 30px;
    background: url(../Images/icon-print.svg) 0 0 no-repeat;
    font-size: .75em;
    margin-left: 0;
    line-height: 1.3;
    display: block
}

.downloads-holder h2 {
    margin-bottom: 5px
}

.downloads-holder {
    margin-bottom: 40px
}

.downloads-holder .downloads {
    margin-bottom: 20px;
    padding: 40px 0;
    border-top: 1px solid #626263;
    border-bottom: 1px solid #626263
}

.downloads-holder .downloads a {
    display: block;
    text-transform: uppercase;
    font-size: .75em;
    padding: 3px 0 3px 30px;
    background: url(../Images/icon-file.svg) 0 0 no-repeat;
    background-size: 14px 17px;
    margin-top: 15px
}

.downloads-holder .downloads a:nth-child(1) {
    margin-top: 0
}

.shop-dealer .left,
.shop-dealer .right {
    margin-bottom: 35px
}

.shop-dealer .btn {
    margin: 0
}

.share-holder {
    margin-top: 30px
}

.share-holder span {
    font-size: .75em
}

.share-holder .copy-url {
    border: 1px solid #fff;
    height: 50px;
    width: 100%;
    max-width: 280px
}

.share-holder .copy-url input {
    border: none;
    background: 0 0;
    color: #979797;
    padding: 17px;
    width: 187px;
    float: left;
    font-size: .875em
}

.share-holder .copy-url button {
    float: right;
    background: 0 0;
    border: none;
    text-indent: -99999em;
    overflow: hidden;
    height: 100%;
    width: 50px;
    background: url(../Images/share-product-copy.svg) center center no-repeat;
    cursor: pointer
}

.share-holder ul {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px
}

.share-holder ul li {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 10px
}

.share-holder ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../Images/product-share-icon-mail.svg) center center no-repeat
}

.share-holder ul li.facebook::before {
    background: url(../Images/product-share-icon-facebook.svg) center center no-repeat
}

.share-holder ul li.twitter::before {
    background: url(../Images/product-share-icon-twitter.svg) center center no-repeat
}

.share-holder ul li a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -99999em;
    background: url(../Images/product-share-icon-circle.svg) 0 0 no-repeat
}

.share-holder ul li:first-child {
    margin-left: 0
}

.share-holder .copy-url {
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .product-info .product-image {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 15px;
        margin-bottom: 18px;
        background-color: #fff;
        box-sizing: border-box
    }
    .product-info .product-image .img-inner {
        position: relative;
        width: 100%;
        height: 100%
    }
    .product-info .product-image .img-inner::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    .product-info .product-image .img-inner img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width:767px) {
    .share-holder .copy-url input {
        width: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .share-holder .copy-url {
        max-width: 240px
    }
    .share-holder .copy-url input {
        width: 155px
    }
}

@media only screen and (min-width:768px) {
    #product-overlay {
        padding: 100px 125px
    }
    #product-overlay .close {
        top: 55px;
        right: 50px;
        width: 19px;
        height: 20px;
        background-size: 19px 20px
    }
    #product-overlay .product-info {
        margin-bottom: 80px
    }
    #print-product {
        margin-left: 20px
    }
    .product-info .product-image img {
        margin-bottom: 0
    }
    .product-info .product-specs td,
    .product-info .product-specs td.spec {
        padding-top: 8px;
        padding-bottom: 8px;
        display: table-cell
    }
    .downloads-holder {
        margin-bottom: 80px
    }
    .downloads-holder .downloads {
        margin-bottom: 40px
    }
    .downloads-holder .downloads a {
        font-size: .75em;
        padding: 6px 0 5px 35px;
        margin-top: 20px;
        background: url(../Images/icon-file.svg) 0 0 no-repeat;
        background-size: 18px 22px
    }
    .product-info .product-image,
    .product-info .product-specs,
    .shop-dealer .left,
    .shop-dealer .right {
        float: left;
        display: inline-block;
        width: 260px;
        margin-bottom: 0
    }
    .product-info .product-image {
        height: 260px;
        display: block;
        position: relative;
        background-color: #fff
    }
    .product-info .product-image .img-inner {
        position: relative;
        width: 100%;
        height: 100%
    }
    .product-info .product-image .img-inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .product-info .product-image,
    .shop-dealer .left {
        margin-right: 20px
    }
}

@media only screen and (min-width:1024px) {
    .product-info .product-image,
    .product-info .product-specs,
    .shop-dealer .left,
    .shop-dealer .right {
        width: 300px
    }
    .product-info .product-image {
        height: 300px
    }
    .product-info .product-image,
    .shop-dealer .left {
        margin-right: 60px
    }
    .product-info .product-specs td,
    .product-info .product-specs td.spec {
        font-size: .9em
    }
}

@media only screen and (min-width:1280px) {
    .product-info .product-image,
    .product-info .product-specs,
    .shop-dealer .left,
    .shop-dealer .right {
        width: 360px
    }
    .product-info .product-image {
        height: 360px
    }
    #print-product {
        margin-left: 40px
    }
}

@media only screen and (min-width:1600px) {
    .product-info .product-image,
    .product-info .product-specs,
    .shop-dealer .left,
    .shop-dealer .right {
        width: 480px
    }
    .product-info .product-image {
        height: 480px
    }
}

.popup {
    z-index: 500;
    background-color: #2c2b2e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 25px
}

.popup .close {
    position: absolute;
    top: 23px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../Images/icon-close.svg) 0 0 no-repeat;
    background-size: 15px 15px;
    z-index: 10
}

.popup .inner {
    height: 100%;
    width: 100%;
    position: relative
}

.popup #slider-holder {
    margin-bottom: 0;
    height: 100%
}

.popup .inner .previous {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 54px;
    height: 12px;
    cursor: pointer;
    background: url(../Images/arrow-left.svg) 0 0 no-repeat;
    background-size: 54px 12px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.popup .inner .next {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 54px;
    height: 12px;
    cursor: pointer;
    background: url(../Images/arrow-right.svg) 0 0 no-repeat;
    background-size: 54px 12px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.popup .inner .slider .slide img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

@media only screen and (min-width:768px) {
    .popup {
        padding: 100px 125px
    }
    .popup .close {
        top: 55px;
        right: 50px;
        width: 19px;
        height: 20px;
        background-size: 19px 20px
    }
    .popup .inner .previous {
        position: absolute;
        top: 50%;
        left: -35px;
        width: 71px;
        height: 17px;
        background-size: 71px 17px
    }
    .popup .inner .next {
        position: absolute;
        top: 50%;
        right: -35px;
        width: 71px;
        height: 17px;
        background-size: 71px 17px
    }
}

.popup-slide-enter-active,
.popup-slide-leave-active {
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.popup-slide-enter,
.popup-slide-leave-to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.filter-dealers {
    padding: 0 40px 0 20px
}

.filter-dealers .box {
    margin-bottom: 20px
}

.filter-dealers .box,
.filter-dealers .box.active {
    background-position: right 10px top 18px
}

.filter-dealers .box.disabled {
    opacity: .5;
    pointer-events: none
}

.dealers {
    margin-bottom: 20px;
    padding: 0 20px
}

.dealers h2 {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25em;
    margin-bottom: 35px
}

.dealers .dealer {
    float: left;
    display: inline-block;
    margin-bottom: 60px;
    margin-right: 40px;
    width: 100%
}

.dealers .dealer h3 {
    color: #fff;
    font-size: .875em;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.214
}

.dealers .dealer p {
    font-size: .875em;
    line-height: 1.214;
    margin-bottom: 0
}

.dealers .dealer p a {
    position: inherit
}

@media only screen and (min-width:768px) {
    .filter-dealers {
        padding: 0
    }
    .filter-dealers .box {
        width: 180px;
        margin-bottom: 60px
    }
    .dealers {
        padding: 0
    }
    .dealers .dealer {
        width: 50%;
        margin-right: 0
    }
    .dealers .dealer:nth-child(2n+1) {
        clear: both
    }
    .filter-dealers .box:nth-child(2) {
        margin: 0 20px
    }
}

@media only screen and (min-width:1024px) {
    .dealers .dealer,
    .filter-dealers .box {
        width: 240px
    }
    .filter-holder.filter-dealers .box,
    .filter-holder.filter-dealers .box.active {
        background-position: 205px 18px
    }
    .filter-holder.filter-dealers .box .clear {
        left: 205px
    }
    .dealers .pos-dealers .dealer:nth-child(3n+2),
    .filter-dealers .box:nth-child(2) {
        margin: 0 30px
    }
    .dealers .dealer:nth-child(2n+1) {
        clear: none
    }
    .dealers .dealer:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1280px) {
    .dealers .dealer,
    .filter-dealers .box {
        width: 285px
    }
    .filter-holder.filter-dealers .box,
    .filter-holder.filter-dealers .box.active {
        background-position: 250px 18px
    }
    .filter-holder.filter-dealers .box .clear {
        left: 250px
    }
    .dealers .pos-dealers .dealer:nth-child(3n+2),
    .filter-dealers .box:nth-child(2) {
        margin: 0 40px
    }
}

@media only screen and (min-width:1600px) {
    .dealer-indent {
        padding-left: 80px;
        padding-right: 80px
    }
    .dealers .dealer,
    .filter-dealers .box {
        width: 320px
    }
    .dealers .pos-dealers .dealer:nth-child(3n+2),
    .filter-dealers .box:nth-child(2) {
        margin: 0 30px
    }
    .filter-holder.filter-dealers .box,
    .filter-holder.filter-dealers .box.active {
        background-position: 285px 18px
    }
    .filter-holder.filter-dealers .box .clear {
        left: 285px
    }
}

h2.team-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 50px;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    margin-top: 125px
}

.content.contact-content {
    line-height: 1.5;
    font-size: .875em
}

.contact-content span {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.content.contact-content a {
    color: #979797
}

.contact-content .small {
    font-size: .85em
}

.fadein {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
}

.fadein.visible {
    font-family: "微软雅黑"； -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.revealup .reveal-holder {
    overflow: hidden;
    display: block
}

.revealup .reveal {
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease
}

.revealup.visible .reveal {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page {
    padding-top: 64px;
    padding-bottom: 80px
}

.container {
    width: 100%
}

.indent {
    padding-left: 20px;
    padding-right: 40px
}

.full-width {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 70px
}

.txt-indent {
    padding-left: 20px;
    padding-right: 20px
}

.intro {
    font-size: 1.125em;
    line-height: 1.667;
    font-family: "Alright Sans Light"
}

.designer-content .intro {
    font-size: 1em;
    line-height: 1.1
}

.intro.quote {
    text-align: center
}

.content {
    font-size: .8125em;
    line-height: 1.846
}

.btn,
.content a.btn {
    border: 2px solid #fff;
    width: 200px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: .875em;
    padding: 18px 0 16px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background-image: -webkit-linear-gradient(left, #fff 0, #fff 50%, #2c2b2e 50%, #2c2b2e 100%);
    background-image: linear-gradient(to right, #fff 0, #fff 50%, #2c2b2e 50%, #2c2b2e 100%);
    background-position: 100% 0;
    background-size: 200% 100%;
    -webkit-transition: background .34s ease, opacity .74s ease, -webkit-transform .74s ease;
    transition: background .34s ease, opacity .74s ease, -webkit-transform .74s ease;
    transition: background .34s ease, transform .74s ease, opacity .74s ease;
    transition: background .34s ease, transform .74s ease, opacity .74s ease, -webkit-transform .74s ease
}

.no-touchevents .btn:hover,
.no-touchevents .content a.btn:hover {
    background-position: 0 0
}

.btn span,
.content a.btn span {
    display: block;
    -webkit-transition: -webkit-transform .3s 20ms ease;
    transition: -webkit-transform .3s 20ms ease;
    transition: transform .3s 20ms ease;
    transition: transform .3s 20ms ease, -webkit-transform .3s 20ms ease
}

.no-touchevents .btn:hover span,
.no-touchevents .content .btn:hover span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.btn::after,
.content .btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 1em;
    padding: 18px 0 16px;
    text-align: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .24s 0s ease;
    transition: -webkit-transform .24s 0s ease;
    transition: transform .24s 0s ease;
    transition: transform .24s 0s ease, -webkit-transform .24s 0s ease;
    content: attr(data-btntxt);
    color: #000
}

.no-touchevents .btn:hover::after,
.no-touchevents .content .btn:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .34s .14s ease;
    transition: -webkit-transform .34s .14s ease;
    transition: transform .34s .14s ease;
    transition: transform .34s .14s ease, -webkit-transform .34s .14s ease
}

.back {
    display: block;
    width: 21px;
    height: 16px;
    background: url(../Images/arrow-back.svg) 0 0 no-repeat;
    background-size: 21px 16px;
    margin-bottom: 25px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    margin-left: 20px
}

.back .txt {
    position: absolute;
    top: 2px;
    left: 33px;
    text-transform: lowercase;
    font-size: .75em
}

.dual-blocks .block {
    position: relative;
    margin-bottom: 20px;
    display: block
}

.dual-blocks .block img {
    display: block;
    width: 100%;
    height: auto
}

.img-holder.zoomin {
    width: 100%;
    overflow: hidden
}

.img-holder.zoomin img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 7s ease;
    transition: -webkit-transform 7s ease;
    transition: transform 7s ease;
    transition: transform 7s ease, -webkit-transform 7s ease
}

.zoom:hover .img-holder.zoomin img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.zoom .txt {
    -webkit-transition: bottom .3s;
    transition: bottom .3s
}

.blocks-holder .story-block.zoom:hover .txt,
.dual-blocks .block.zoom:hover .txt,
.grid .grid-item .inner.zoom:hover .txt,
.zoom:hover .txt {
    bottom: 30px;
    -webkit-transition: bottom .3s;
    transition: bottom .3s
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.darken-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c2b2e;
    opacity: .2
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:768px) {
    .page {
        padding-top: 162px
    }
    .container {
        width: 580px;
        margin: 0 auto
    }
    #designer-top,
    .indent,
    .indent.main-product-info {
        padding-left: 20px;
        padding-right: 20px
    }
    .txt-indent {
        padding-left: 0;
        padding-right: 0
    }
    .intro {
        line-height: 1.5;
        margin-bottom: 60px
    }
    .designer-content .intro {
        font-size: 1.25em;
        line-height: 1.1
    }
    .content {
        font-size: 1em;
        line-height: 2
    }
    .content.columns {
        margin-bottom: 80px
    }
    .back {
        width: 42px;
        height: 31px;
        background: 0 0;
        background-size: 42px 31px;
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
        margin-bottom: 40px;
        margin-left: 6px;
        position: relative
    }
    .back span {
        position: absolute;
        height: 1px;
        width: 42px;
        left: 0;
        top: 15px;
        background-color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
    .back span::after {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 21px;
        height: 1px;
        left: -3px;
        top: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .back span::before {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 21px;
        height: 1px;
        left: -3px;
        top: -7px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .back .txt {
        position: absolute;
        top: 9px;
        left: 55px;
        text-transform: lowercase;
        font-size: .875em
    }
    .no-touchevents .back:hover span {
        width: 48px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    .dual-blocks .block {
        float: left;
        width: 280px;
        margin-bottom: 20px
    }
    .dual-blocks .block:nth-child(odd) {
        margin-right: 20px
    }
}

@media only screen and (min-width:1024px) {
    .container {
        width: 780px
    }
    #designer-top,
    .indent {
        padding-left: 60px;
        padding-right: 60px
    }
    .indent.main-product-info {
        padding-left: 0;
        padding-right: 0
    }
    .content-indent {
        padding: 0 8%
    }
    .content.columns {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }
    .content.columns p:nth-last-child(1) {
        margin-bottom: 0
    }
    .back {
        -webkit-transform: translateX(44px);
        transform: translateX(44px);
        margin-left: 44px
    }
    .dual-blocks .block {
        width: 380px
    }
}

@media only screen and (min-width:1280px) {
    .container {
        width: 940px
    }
    #designer-top,
    .indent,
    .indent.main-product-info {
        padding-left: 80px;
        padding-right: 80px
    }
    .dual-blocks .block {
        width: 460px
    }
}

@media only screen and (min-width:1600px) {
    .container {
        width: 1180px
    }
    .back {
        -webkit-transform: translateX(47px);
        transform: translateX(47px);
        margin-left: 47px
    }
    .dual-blocks .block {
        width: 580px
    }
}

@media only screen and (max-height:1024px) and (min-width:768px) {
    .page {
        padding-top: 110px
    }
    .back {
        margin-bottom: 20px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase
}

h1 {
    font-size: 1.5em;
    margin-bottom: 25px;
    line-height: 1.1;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    color: #fff
}

h1.line {
    display: block;
    overflow: hidden
}

h1 span.subline {
    display: block;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 400;
    word-break: break-all
}

h2 {
    font-size: .95em;
    line-height: 1.5;
    margin-bottom: 41px
}

h3 {
    font-size: 1.3em;
    margin-bottom: 27px
}

#pict p {
    margin: 0;
}

.columns p {
    margin-bottom: 36px
}

a {
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    color: #979797
}

.content a {
    color: #fff;
    text-decoration: underline
}

em {
    font-style: italic
}

video {
    width: 100%;
    height: auto
}

@media only screen and (min-width:768px) {
    h1 {
        font-size: 2.4rem;
        margin-bottom: 60px
    }
}

@media only screen and (max-height:1024px) and (min-width:768px) {
    h1 {
        margin-bottom: 30px
    }
}

body.collection #scrollarrow {
    display: none
}

body.collection .page {
    padding-bottom: 0
}

.collection-slider-container {
    margin-top: -64px
}

@media only screen and (min-width:768px) {
    .collection-slider-container {
        margin-top: -162px
    }
}

.collection-slider-pagination {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 6;
    display: none;
    font-size: 1em;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media only screen and (min-width:980px) {
    .collection-slider-pagination {
        display: block
    }
}

.collection-slider-pagination ul {
    margin: 0;
    margin-left: 20px;
    list-style-type: none;
    padding: 0;
    width: 120px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media only screen and (min-width:1285px) {
    .collection-slider-pagination ul {
        margin-left: 35px
    }
}

.collection-slider-pagination ul:hover span.name {
    opacity: 1
}

.collection-slider-pagination span.line {
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -1px
}

.collection-slider-pagination span.line:after,
.collection-slider-pagination span.line:before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.collection-slider-pagination span.line:after {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.collection-slider-pagination li.active span.line:before,
.collection-slider-pagination li:hover span.line:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.collection-slider-pagination span.name {
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateX(-10px) translateY(-50%) scale(.66);
    transform: translateX(-10px) translateY(-50%) scale(.66);
    opacity: 0;
    color: #fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    cursor: pointer;
    -webkit-transform-origin: 15px 62%;
    transform-origin: 15px 62%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.collection-slider-pagination li {
    position: relative;
    width: 160px;
    height: 20px;
    padding: 10px 0;
    opacity: .4;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
    pointer-events: all;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.collection-slider-pagination li:hover {
    opacity: .7
}

.collection-slider-pagination li.active {
    opacity: 1
}

.collection-slider-pagination li.active span.line:after {
    -webkit-transform: translateX(10px) translateY(-1px);
    transform: translateX(10px) translateY(-1px)
}

.collection-slider-pagination li.active span.name {
    -webkit-transform: translateX(10px) translateY(-50%) scale(1);
    transform: translateX(10px) translateY(-50%) scale(1);
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.collection-slider-slides-holder {
    position: relative;
    height: 100vh;
    margin: 0 60px 0 0
}

@media only screen and (min-width:768px) {
    .collection-slider-slides-holder {
        margin-right: 120px
    }
}

@media only screen and (min-width:980px) {
    .collection-slider-slides-holder {
        max-width: 740px;
        width: 100%;
        margin: 0 auto
    }
}

@media only screen and (min-width:1285px) {
    .collection-slider-slides-holder {
        max-width: 940px
    }
}

@media only screen and (min-width:1600px) {
    .collection-slider-slides-holder {
        max-width: 1180px
    }
}

.collection-slider-slides-holder .slide {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    -webkit-transition: opacity .4s, -webkit-transform .4s .2s;
    transition: opacity .4s, -webkit-transform .4s .2s;
    transition: opacity .4s, transform .4s .2s;
    transition: opacity .4s, transform .4s .2s, -webkit-transform .4s .2s;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.collection-slider-slides-holder .slide img {
    display: block;
    height: auto;
    width: 100%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.collection-slider-slides-holder .slide img.scale {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.collection-slider-slides-holder .slide img.desktop-img {
    display: none
}

@media only screen and (min-width:768px) {
    .collection-slider-slides-holder .slide img.desktop-img {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .collection-slider-slides-holder .slide img.mobile-img {
        display: none
    }
}

.collection-slider-slides-holder .slide-text-container {
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 100%
}

@media only screen and (min-width:980px) {
    .collection-slider-slides-holder .slide-text-container {
        right: -43px
    }
}

@media only screen and (min-width:1285px) {
    .collection-slider-slides-holder .slide-text-container {
        right: -50px
    }
}

@media only screen and (min-width:1600px) {
    .collection-slider-slides-holder .slide-text-container {
        right: -50px
    }
}

.collection-slider-slides-holder .slide-text-container h2 {
    margin: 0;
    color: #fff;
    font-size: 1.5em
}

@media only screen and (min-width:980px) {
    .collection-slider-slides-holder .slide-text-container h2 {
        font-size: 2.5em
    }
}

@media only screen and (min-width:1285px) {
    .collection-slider-slides-holder .slide-text-container h2 {
        font-size: 2.063em
    }
}

@media only screen and (min-width:1600px) {
    .collection-slider-slides-holder .slide-text-container h2 {
        font-size: 2em
    }
}

.collection-slider-slides-holder .slide-text-container h2 span {
    display: block;
    line-height: initial
}

.collection-slider-slides-holder .slide-text-container h2 span.holder {
    overflow: hidden;
    height: 36px;
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 400
}

@media only screen and (min-width:980px) {
    .collection-slider-slides-holder .slide-text-container h2 span.holder {
        height: 73px
    }
}

@media only screen and (min-width:1285px) {
    .collection-slider-slides-holder .slide-text-container h2 span.holder {
        height: 55px
    }
}

@media only screen and (min-width:1600px) {
    .collection-slider-slides-holder .slide-text-container h2 span.holder {
        height: 60px
    }
}

.collection-slider-slides-holder .slide-text-container h2 span.holder.bold {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700
}

.collection-slider-slides-holder .slide-text-container h2 span span {
    -webkit-transition: all .6s;
    transition: all .6s
}

.collection-slider-slides-holder .slide-text-container a {
    font-size: .875em;
    color: #fff;
    text-transform: lowercase;
    background-size: 31px 19px;
    display: block;
    padding: 3px 0 3px 1px;
    position: absolute;
    right: 0;
    bottom: -35px;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

@media only screen and (min-width:768px) {
    .collection-slider-slides-holder .slide-text-container a {
        bottom: -50px;
        right: 70px
    }
}

.collection-slider-slides-holder .slide-text-container a:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.collection-slider-slides-holder .slide-text-container a:hover span.pagination-arrow-right {
    width: 40px
}

.collection-slider-slides-holder .slide-text-container a.margin-top {
    bottom: -10px
}

@media only screen and (min-width:768px) {
    .collection-slider-slides-holder .slide-text-container a.margin-top {
        bottom: 10px
    }
}

.collection-slider-indicator {
    position: absolute;
    top: 50%;
    right: 85px;
    width: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.collection-slider-indicator span {
    display: block;
    text-align: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.collection-slider-indicator span.current {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    margin: 5px;
    height: 25px;
    width: 25px;
    text-align: center;
    position: relative;
    display: block
}

.collection-slider-indicator span.current span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.collection-slider-indicator span.total {
    color: #979797;
    font-size: .75em
}

@media only screen and (min-width:1285px) {
    .collection-slider-indicator {
        display: block
    }
}

@media only screen and (min-width:1600px) {
    .collection-slider-indicator {
        right: 97px
    }
}

.collection-slider-controls {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: 76px;
    pointer-events: all;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 25px
}

.collection-slider-controls .control {
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 17px;
    top: 17%;
    left: 5px
}

@media only screen and (min-width:768px) {
    .collection-slider-controls .control {
        top: 26px
    }
}

@media only screen and (min-width:1285px) {
    .collection-slider-controls .control {
        top: 8px
    }
}

.collection-slider-controls .control.down {
    top: auto;
    bottom: 10%
}

@media only screen and (min-width:768px) {
    .collection-slider-controls .control.down {
        bottom: auto;
        top: 160px
    }
}

.collection-slider-controls .switch-holder {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 5px;
    top: 117px;
    left: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: none
}

@media only screen and (min-width:768px) {
    .collection-slider-controls .switch-holder {
        display: block
    }
}

.collection-slider-controls .switch-holder .switch-block {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.collection-slider-controls .switch-holder .switch-block.upper {
    top: 5px
}

.collection-slider-controls .switch-holder .switch-block.left {
    left: 5px
}

.collection-slider-controls .switch-holder .switch-block.right {
    right: 5px
}

.collection-slider-controls .switch-holder .switch-block.bottom {
    bottom: 5px
}

.collection-slider-controls .switch-holder.in-css-transition {
    pointer-events: none!important
}

.collection-slider-controls .switch-holder:hover .switch-block.upper.left {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}

.collection-slider-controls .switch-holder:hover .switch-block.bottom.left {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px)
}

.collection-slider-controls .switch-holder:hover .switch-block.bottom.right {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

.collection-slider-controls .switch-holder:hover .switch-block.upper.right {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px)
}

.collection-slider-controls .switch-holder.list:hover .switch-block.upper.left {
    -webkit-transform: translate(9px, 0);
    transform: translate(9px, 0)
}

.collection-slider-controls .switch-holder.list:hover .switch-block.bottom.left {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

.collection-slider-controls .switch-holder.transition-list .switch-block.upper.left {
    -webkit-animation: list-icon-upper-left 1.2s linear forwards;
    animation: list-icon-upper-left 1.2s linear forwards
}

.collection-slider-controls .switch-holder.transition-list .switch-block.upper.right {
    -webkit-animation: list-icon-upper-right 1.2s linear forwards;
    animation: list-icon-upper-right 1.2s linear forwards
}

.collection-slider-controls .switch-holder.transition-list .switch-block.bottom.left {
    -webkit-animation: list-icon-bottom-left 1.2s linear forwards;
    animation: list-icon-bottom-left 1.2s linear forwards
}

.collection-slider-controls .switch-holder.transition-list .switch-block.bottom.right {
    -webkit-animation: list-icon-bottom-right 1.2s linear forwards;
    animation: list-icon-bottom-right 1.2s linear forwards
}

.collection-slider-controls .switch-holder.list .switch-block.upper.left {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

.collection-slider-controls .switch-holder.list .switch-block.upper.right {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.collection-slider-controls .switch-holder.list .switch-block.bottom.left {
    -webkit-transform: translate(7px, 0);
    transform: translate(7px, 0)
}

.collection-slider-controls .switch-holder.list .switch-block.bottom.right {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@-webkit-keyframes list-icon-upper-left {
    0% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    25% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    70% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    100% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
}

@keyframes list-icon-upper-left {
    0% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    25% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    70% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    100% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
}

@-webkit-keyframes list-icon-upper-right {
    0% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes list-icon-upper-right {
    0% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes list-icon-bottom-left {
    0% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    25% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    70% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    100% {
        -webkit-transform: translate(7px, 0);
        transform: translate(7px, 0)
    }
}

@keyframes list-icon-bottom-left {
    0% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    25% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    70% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0)
    }
    100% {
        -webkit-transform: translate(7px, 0);
        transform: translate(7px, 0)
    }
}

@-webkit-keyframes list-icon-bottom-right {
    0% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes list-icon-bottom-right {
    0% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media only screen and (min-width:768px) {
    .collection-slider-controls {
        height: 250px;
        right: 29px
    }
}

@media only screen and (min-width:1024px) {
    .collection-slider-controls {
        right: 50px
    }
}

span.pagination-arrow-right {
    display: block;
    height: 1px;
    width: 30px;
    background-color: #fff;
    float: left;
    position: relative;
    top: 6px;
    margin-right: 10px;
    box-sizing: border-box;
    -webkit-transition: width .6s;
    transition: width .6s
}

span.pagination-arrow-right:after,
span.pagination-arrow-right:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    right: -2px;
    background-color: #fff
}

span.pagination-arrow-right:before {
    top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

span.pagination-arrow-right:after {
    top: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.collection-slider-slides-holder .slide.slide-out-up-leave-to,
.transition-leave-active {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -40%)
}

.slide-text-container.slide-out-up-leave-to h2 span span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-text-container.slide-out-down-leave-to h2 span span {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-text-container.slide-out-down-leave h2 span span,
.slide-text-container.slide-out-up-leave h2 span span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-text-container.slide-out-down-enter h2 span span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-text-container.slide-out-up-enter h2 span span {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-text-container.slide-out-down-leave-to a,
.slide-text-container.slide-out-up-leave-to a {
    opacity: 0;
    -webkit-transition: opacity .4s 0s;
    transition: opacity .4s 0s
}

.slide-text-container.slide-out-up-leave a .slide-text-container.slide-out-down-leave a {
    opacity: 1;
    -webkit-transition: opacity .4s 0s;
    transition: opacity .4s 0s
}

.slide-text-container.slide-out-down-enter a,
.slide-text-container.slide-out-up-enter a {
    opacity: 0
}

.slide-text-container.slide-out-down-enter-to a,
.slide-text-container.slide-out-up-enter-to a {
    -webkit-transition: opacity .4s 5s;
    transition: opacity .4s 5s
}

.collection-slider-slides-holder .slide-text-container.slide-out-down-enter-to,
.collection-slider-slides-holder .slide-text-container.slide-out-down-enter-to h2 span span,
.collection-slider-slides-holder .slide-text-container.slide-out-up-enter-to,
.collection-slider-slides-holder .slide-text-container.slide-out-up-enter-to h2 span span {
    -webkit-transition: -webkit-transform .6s .3s;
    transition: -webkit-transform .6s .3s;
    transition: transform .6s .3s;
    transition: transform .6s .3s, -webkit-transform .6s .3s
}

.collection-slider-slides-holder .slide-text-container.slide-out-down-enter-to h2 span:nth-child(2) span,
.collection-slider-slides-holder .slide-text-container.slide-out-up-enter-to h2 span:nth-child(2) span {
    -webkit-transition: -webkit-transform .6s .4s;
    transition: -webkit-transform .6s .4s;
    transition: transform .6s .4s;
    transition: transform .6s .4s, -webkit-transform .6s .4s
}

.collection-slider-slides-holder .slide-text-container.slide-out-down-enter-to h2 span:nth-child(3) span,
.collection-slider-slides-holder .slide-text-container.slide-out-up-enter-to h2 span:nth-child(3) span {
    -webkit-transition: -webkit-transform .6s .5s;
    transition: -webkit-transform .6s .5s;
    transition: transform .6s .5s;
    transition: transform .6s .5s, -webkit-transform .6s .5s
}

.collection-slider-slides-holder .slide-text-container.slide-out-up-leave-to h2 span span {
    -webkit-transition: -webkit-transform .6s .1s;
    transition: -webkit-transform .6s .1s;
    transition: transform .6s .1s;
    transition: transform .6s .1s, -webkit-transform .6s .1s
}

.collection-slider-slides-holder .slide-text-container.slide-out-down-leave-to h2 span span {
    -webkit-transition: -webkit-transform .6s .2s;
    transition: -webkit-transform .6s .2s;
    transition: transform .6s .2s;
    transition: transform .6s .2s, -webkit-transform .6s .2s
}

.collection-slider-slides-holder .slide-text-container.slide-out-up-leave-to h2 span:nth-child(2) span {
    -webkit-transition: -webkit-transform .6s .2s;
    transition: -webkit-transform .6s .2s;
    transition: transform .6s .2s;
    transition: transform .6s .2s, -webkit-transform .6s .2s
}

.collection-slider-slides-holder .slide-text-container.slide-out-down-leave-to h2 span:nth-child(2) span {
    -webkit-transition: -webkit-transform .6s .1s;
    transition: -webkit-transform .6s .1s;
    transition: transform .6s .1s;
    transition: transform .6s .1s, -webkit-transform .6s .1s
}

.collection-slider-slides-holder .slide-text-container.slide-out-up-leave-to h2 span:nth-child(3) span {
    -webkit-transition: -webkit-transform .6s .3s;
    transition: -webkit-transform .6s .3s;
    transition: transform .6s .3s;
    transition: transform .6s .3s, -webkit-transform .6s .3s
}

.collection-slider-slides-holder .slide-text-container.slide-out-down-leave-to h2 span:nth-child(3) span {
    -webkit-transition: -webkit-transform .6s 0s;
    transition: -webkit-transform .6s 0s;
    transition: transform .6s 0s;
    transition: transform .6s 0s, -webkit-transform .6s 0s
}

.collection-slider-indicator .current span.slide-out-down-enter-to,
.collection-slider-indicator .current span.slide-out-up-enter-to {
    -webkit-transition: -webkit-transform .6s .2s;
    transition: -webkit-transform .6s .2s;
    transition: transform .6s .2s;
    transition: transform .6s .2s, -webkit-transform .6s .2s
}

.collection-slider-indicator .current span.slide-out-down-leave,
.collection-slider-indicator .current span.slide-out-up-leave {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.collection-slider-indicator .current span.slide-out-up-leave-to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.collection-slider-indicator .current span.slide-out-down-leave-to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.collection-slider-indicator .current span.slide-out-down-enter {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.collection-slider-indicator .current span.slide-out-up-enter {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.collection-slider-slides-holder .slide.slide-out-down-leave-to {
    opacity: 0;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%)
}

.collection-slider-slides-holder .slide.slide-out-down-enter,
.collection-slider-slides-holder .slide.slide-out-up-enter {
    opacity: 0
}

.collection-slider-slides-holder .slide.slide-out-up-enter {
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%)
}

.collection-slider-slides-holder .slide.slide-out-down-enter {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%)
}

.collection-slider-slides-holder .slide.slide-out-down-enter-to,
.collection-slider-slides-holder .slide.slide-out-up-enter-to {
    -webkit-transition: all .6s .6s ease;
    transition: all .6s .6s ease
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

@media only screen and (max-height:1024px) and (min-width:768px) {
    .collection-slider-container {
        margin-top: -110px
    }
    .collection-slider-pagination li {
        padding: 8px 0
    }
    .content_left {
        padding: 0 0 !important;
    }
}