@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

body {
    margin:0
}

article, aside, footer, header, nav, section {
    display:block
}

h1 {
    font-size: 2em;
    margin:.67em 0
}

figcaption, figure, main {
    display:block
}

figure {
    margin:1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow:visible
}

pre {
    font-family: monospace, monospace;
    font-size:1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip:objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration:underline dotted
}

b, strong {
    font-weight:inherit
}

b, strong {
    font-weight:bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size:1em
}

dfn {
    font-style:italic
}

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
}

audio, video {
    display:inline-block
}

audio:not([controls]) {
    display: none;
    height:0
}

img {
    border-style:none
}

svg:not(:root) {
    overflow:hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin:0
}

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 {
    padding:.35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space:normal
}

progress {
    display: inline-block;
    vertical-align:baseline
}

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-file-upload-button {
    -webkit-appearance: button;
    font:inherit
}

details, menu {
    display:block
}

summary {
    display:list-item
}

canvas {
    display:inline-block
}

template {
    display:none
}

[hidden] {
    display:none
}

*, ::after, ::before {
    box-sizing:border-box
}

body, button, input, select, textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust:100%
}

a:focus {
    color:inherit
}

img {
    max-width:100%
}

form {
    margin:0
}

@media only screen and (max-width: 989px) {
    input, select, textarea {
        font-size:16px
    }
}

button, input[type=submit], label[for] {
    cursor:pointer
}

optgroup {
    font-weight:700
}

option {
    color: #000;
    background-color: #fff
}

[tabindex='-1']:focus {
    outline:0
}

[role=button], a, button, input, label, select, textarea {
    touch-action:manipulation
}

.clearfix::after {
    content: '';
    display: table;
    clear:both
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border:0
}

.js-focus-hidden:focus {
    outline:0
}

.label-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border:0
}

.no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin:0
}

.visually-shown {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin:0
}

.no-js:not(html) {
    display:none
}

.no-js .no-js:not(html) {
    display:block
}

.no-js .js {
    display:none
}

.supports-no-cookies:not(html) {
    display:none
}

html.supports-no-cookies .supports-no-cookies:not(html) {
    display:block
}

html.supports-no-cookies .supports-cookies {
    display:none
}

.skip-link:focus {
    position: absolute !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: #000;
    background-color: #fff;
    padding: 15px;
    z-index: 10000;
    transition:none
}

.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left:-30px
}

.grid::after {
    content: '';
    display: table;
    clear:both
}

.grid__item {
    float: left;
    padding-left: 30px;
    width: 100%
}

.grid__item[class * ='--push'] {
    position:relative
}

.grid--rev {
    direction: rtl;
    text-align:left
}

.grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float:right
}

.one-whole {
    width:100%
}

.one-half {
    width:50%
}

.one-third {
    width:33.33333%
}

.two-thirds {
    width:66.66667%
}

.one-quarter {
    width:25%
}

.two-quarters {
    width:50%
}

.three-quarters {
    width:75%
}

.one-fifth {
    width:20%
}

.two-fifths {
    width:40%
}

.three-fifths {
    width:60%
}

.four-fifths {
    width:80%
}

.one-sixth {
    width:16.66667%
}

.two-sixths {
    width:33.33333%
}

.three-sixths {
    width:50%
}

.four-sixths {
    width:66.66667%
}

.five-sixths {
    width:83.33333%
}

.one-eighth {
    width:12.5%
}

.two-eighths {
    width:25%
}

.three-eighths {
    width:37.5%
}

.four-eighths {
    width:50%
}

.five-eighths {
    width:62.5%
}

.six-eighths {
    width:75%
}

.seven-eighths {
    width:87.5%
}

.one-tenth {
    width:10%
}

.two-tenths {
    width:20%
}

.three-tenths {
    width:30%
}

.four-tenths {
    width:40%
}

.five-tenths {
    width:50%
}

.six-tenths {
    width:60%
}

.seven-tenths {
    width:70%
}

.eight-tenths {
    width:80%
}

.nine-tenths {
    width:90%
}

.one-twelfth {
    width:8.33333%
}

.two-twelfths {
    width:16.66667%
}

.three-twelfths {
    width:25%
}

.four-twelfths {
    width:33.33333%
}

.five-twelfths {
    width:41.66667%
}

.six-twelfths {
    width:50%
}

.seven-twelfths {
    width:58.33333%
}

.eight-twelfths {
    width:66.66667%
}

.nine-twelfths {
    width:75%
}

.ten-twelfths {
    width:83.33333%
}

.eleven-twelfths {
    width:91.66667%
}

.show {
    display:block !important
}

.hide {
    display:none !important
}

.text-left {
    text-align:left !important
}

.text-right {
    text-align:right !important
}

.text-center {
    text-align:center !important
}

@media only screen and (max-width: 749px) {
    .small--one-whole {
        width:100%
    }

    .small--one-half {
        width:50%
    }

    .small--one-third {
        width:33.33333%
    }

    .small--two-thirds {
        width:66.66667%
    }

    .small--one-quarter {
        width:25%
    }

    .small--two-quarters {
        width:50%
    }

    .small--three-quarters {
        width:75%
    }

    .small--one-fifth {
        width:20%
    }

    .small--two-fifths {
        width:40%
    }

    .small--three-fifths {
        width:60%
    }

    .small--four-fifths {
        width:80%
    }

    .small--one-sixth {
        width:16.66667%
    }

    .small--two-sixths {
        width:33.33333%
    }

    .small--three-sixths {
        width:50%
    }

    .small--four-sixths {
        width:66.66667%
    }

    .small--five-sixths {
        width:83.33333%
    }

    .small--one-eighth {
        width:12.5%
    }

    .small--two-eighths {
        width:25%
    }

    .small--three-eighths {
        width:37.5%
    }

    .small--four-eighths {
        width:50%
    }

    .small--five-eighths {
        width:62.5%
    }

    .small--six-eighths {
        width:75%
    }

    .small--seven-eighths {
        width:87.5%
    }

    .small--one-tenth {
        width:10%
    }

    .small--two-tenths {
        width:20%
    }

    .small--three-tenths {
        width:30%
    }

    .small--four-tenths {
        width:40%
    }

    .small--five-tenths {
        width:50%
    }

    .small--six-tenths {
        width:60%
    }

    .small--seven-tenths {
        width:70%
    }

    .small--eight-tenths {
        width:80%
    }

    .small--nine-tenths {
        width:90%
    }

    .small--one-twelfth {
        width:8.33333%
    }

    .small--two-twelfths {
        width:16.66667%
    }

    .small--three-twelfths {
        width:25%
    }

    .small--four-twelfths {
        width:33.33333%
    }

    .small--five-twelfths {
        width:41.66667%
    }

    .small--six-twelfths {
        width:50%
    }

    .small--seven-twelfths {
        width:58.33333%
    }

    .small--eight-twelfths {
        width:66.66667%
    }

    .small--nine-twelfths {
        width:75%
    }

    .small--ten-twelfths {
        width:83.33333%
    }

    .small--eleven-twelfths {
        width:91.66667%
    }

    .grid--uniform .small--five-tenths:nth-child(2n + 1), .grid--uniform .small--four-eighths:nth-child(2n + 1), .grid--uniform .small--four-twelfths:nth-child(3n + 1), .grid--uniform .small--one-eighth:nth-child(8n + 1), .grid--uniform .small--one-fifth:nth-child(5n + 1), .grid--uniform .small--one-half:nth-child(2n + 1), .grid--uniform .small--one-quarter:nth-child(4n + 1), .grid--uniform .small--one-sixth:nth-child(6n + 1), .grid--uniform .small--one-third:nth-child(3n + 1), .grid--uniform .small--one-twelfth:nth-child(12n + 1), .grid--uniform .small--six-twelfths:nth-child(2n + 1), .grid--uniform .small--three-sixths:nth-child(2n + 1), .grid--uniform .small--three-twelfths:nth-child(4n + 1), .grid--uniform .small--two-eighths:nth-child(4n + 1), .grid--uniform .small--two-sixths:nth-child(3n + 1), .grid--uniform .small--two-twelfths:nth-child(6n + 1) {
        clear:both
    }

    .small--show {
        display:block !important
    }

    .small--hide {
        display:none !important
    }

    .small--text-left {
        text-align:left !important
    }

    .small--text-right {
        text-align:right !important
    }

    .small--text-center {
        text-align:center !important
    }
}

@media only screen and (min-width: 750px) {
    .medium-up--one-whole {
        width:100%
    }

    .medium-up--one-half {
        width:50%
    }

    .medium-up--one-third {
        width:33.33333%
    }

    .medium-up--two-thirds {
        width:66.66667%
    }

    .medium-up--one-quarter {
        width:25%
    }

    .medium-up--two-quarters {
        width:50%
    }

    .medium-up--three-quarters {
        width:75%
    }

    .medium-up--one-fifth {
        width:20%
    }

    .medium-up--two-fifths {
        width:40%
    }

    .medium-up--three-fifths {
        width:60%
    }

    .medium-up--four-fifths {
        width:80%
    }

    .medium-up--one-sixth {
        width:16.66667%
    }

    .medium-up--two-sixths {
        width:33.33333%
    }

    .medium-up--three-sixths {
        width:50%
    }

    .medium-up--four-sixths {
        width:66.66667%
    }

    .medium-up--five-sixths {
        width:83.33333%
    }

    .medium-up--one-eighth {
        width:12.5%
    }

    .medium-up--two-eighths {
        width:25%
    }

    .medium-up--three-eighths {
        width:37.5%
    }

    .medium-up--four-eighths {
        width:50%
    }

    .medium-up--five-eighths {
        width:62.5%
    }

    .medium-up--six-eighths {
        width:75%
    }

    .medium-up--seven-eighths {
        width:87.5%
    }

    .medium-up--one-tenth {
        width:10%
    }

    .medium-up--two-tenths {
        width:20%
    }

    .medium-up--three-tenths {
        width:30%
    }

    .medium-up--four-tenths {
        width:40%
    }

    .medium-up--five-tenths {
        width:50%
    }

    .medium-up--six-tenths {
        width:60%
    }

    .medium-up--seven-tenths {
        width:70%
    }

    .medium-up--eight-tenths {
        width:80%
    }

    .medium-up--nine-tenths {
        width:90%
    }

    .medium-up--one-twelfth {
        width:8.33333%
    }

    .medium-up--two-twelfths {
        width:16.66667%
    }

    .medium-up--three-twelfths {
        width:25%
    }

    .medium-up--four-twelfths {
        width:33.33333%
    }

    .medium-up--five-twelfths {
        width:41.66667%
    }

    .medium-up--six-twelfths {
        width:50%
    }

    .medium-up--seven-twelfths {
        width:58.33333%
    }

    .medium-up--eight-twelfths {
        width:66.66667%
    }

    .medium-up--nine-twelfths {
        width:75%
    }

    .medium-up--ten-twelfths {
        width:83.33333%
    }

    .medium-up--eleven-twelfths {
        width:91.66667%
    }

    .grid--uniform .medium-up--five-tenths:nth-child(2n + 1), .grid--uniform .medium-up--four-eighths:nth-child(2n + 1), .grid--uniform .medium-up--four-twelfths:nth-child(3n + 1), .grid--uniform .medium-up--one-eighth:nth-child(8n + 1), .grid--uniform .medium-up--one-fifth:nth-child(5n + 1), .grid--uniform .medium-up--one-half:nth-child(2n + 1), .grid--uniform .medium-up--one-quarter:nth-child(4n + 1), .grid--uniform .medium-up--one-sixth:nth-child(6n + 1), .grid--uniform .medium-up--one-third:nth-child(3n + 1), .grid--uniform .medium-up--one-twelfth:nth-child(12n + 1), .grid--uniform .medium-up--six-twelfths:nth-child(2n + 1), .grid--uniform .medium-up--three-sixths:nth-child(2n + 1), .grid--uniform .medium-up--three-twelfths:nth-child(4n + 1), .grid--uniform .medium-up--two-eighths:nth-child(4n + 1), .grid--uniform .medium-up--two-sixths:nth-child(3n + 1), .grid--uniform .medium-up--two-twelfths:nth-child(6n + 1) {
        clear:both
    }

    .medium-up--show {
        display:block !important
    }

    .medium-up--hide {
        display:none !important
    }

    .medium-up--text-left {
        text-align:left !important
    }

    .medium-up--text-right {
        text-align:right !important
    }

    .medium-up--text-center {
        text-align:center !important
    }
}

body, html {
    background-color:#fff
}

.page-width {
    max-width: 1180px;
    padding: 0 30px;
    margin:0 auto
}

.page-width::after {
    content: '';
    display: table;
    clear:both
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill:currentColor
}

.no-svg .icon {
    display:none
}

.icon--wide {
    width:40px
}

svg.icon:not(.icon--full-color) circle, svg.icon:not(.icon--full-color) ellipse, svg.icon:not(.icon--full-color) g, svg.icon:not(.icon--full-color) line, svg.icon:not(.icon--full-color) path, svg.icon:not(.icon--full-color) polygon, svg.icon:not(.icon--full-color) polyline, svg.icon:not(.icon--full-color) rect, symbol.icon:not(.icon--full-color) circle, symbol.icon:not(.icon--full-color) ellipse, symbol.icon:not(.icon--full-color) g, symbol.icon:not(.icon--full-color) line, symbol.icon:not(.icon--full-color) path, symbol.icon:not(.icon--full-color) polygon, symbol.icon:not(.icon--full-color) polyline, symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke:inherit
}

.icon-fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border:0
}

.no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin:0
}

.payment-icons {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    cursor:default
}

.icon-shopify-logo {
    width: 82.28571px;
    height:24px
}

.rte img {
    height:auto
}

.rte table {
    table-layout:fixed
}

.rte ol, .rte ul {
    margin:0 0 15px 30px
}

.rte ul {
    list-style:disc outside
}

.rte ul ul {
    list-style:circle outside
}

.rte ul ul ul {
    list-style:square outside
}

.text-center .rte ol, .text-center .rte ul, .text-center.rte ol, .text-center.rte ul {
    margin-left: 0;
    list-style-position:inside
}

.rte-table {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling:touch
}

.rte__video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height:auto
}

.rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.rte__table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling:touch
}

@media only screen and (max-width: 749px) {
    .responsive-table {
        width:100%
    }

    .responsive-table thead {
        display:none
    }

    .responsive-table tr {
        display:block
    }

    .responsive-table td, .responsive-table tr {
        float: left;
        clear: both;
        width:100%
    }

    .responsive-table td, .responsive-table th {
        display: block;
        text-align: right;
        padding: 15px;
        margin:0
    }

    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        text-align: center;
        padding-right:10px
    }

    .responsive-table-row + .responsive-table-row, tfoot > .responsive-table-row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top:15px
    }

    .responsive-table-row + .responsive-table-row::after, tfoot > .responsive-table-row:first-child::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-bottom:1px solid #f6f6f6
    }
}

.btn {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border:0
}

input, select, textarea {
    border: 1px solid #f6f6f6;
    border-radius: 0;
    max-width:100%
}

input[disabled], select[disabled], textarea[disabled] {
    cursor: default;
    background-color: #000;
    border-color:#000
}

textarea {
    min-height:100px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(//cdn.shopify.com/s/files/1/0037/1477/7197/t/46/assets/ico-select.svg?v=5356919390413255009);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    padding-right: 28px;
    text-indent: .01px;
    text-overflow: '';
    cursor:pointer
}

.ie9 select {
    padding-right: 10px;
    background-image:none
}

select::-ms-expand {
    display:none
}

input.input-error, select.input-error, textarea.input-error {
    border-color: #000;
    background-color: #000;
    color:#000
}

.placeholder-svg {
    display: block;
    fill: rgba(0, 0, 0, 0.35);
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border:1px solid rgba(0, 0, 0, .2)
}

.placeholder-svg--small {
    width:480px
}

.placeholder-noblocks {
    padding: 40px;
    text-align:center
}

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

.placeholder-background .icon {
    border:0
}

.site-logo {
    display:block
}

.site-logo img {
    display: block;
    width:100%
}

.giftcard-qr img {
    display: block;
    margin:0 auto
}

.apple-wallet-image {
    display: block;
    margin:0 auto
}

@media print {
    @page {
        margin:.5cm
    }

    p {
        orphans: 3;
        widows:3
    }

    body, html {
        background-color: #fff;
        color:#000
    }

    .apple-wallet, .print-giftcard {
        display:none
    }
}

.materialize-red {
    background-color:#e51c23 !important
}

.materialize-red-text {
    color:#e51c23 !important
}

.materialize-red.lighten-5 {
    background-color:#fdeaeb !important
}

.materialize-red-text.text-lighten-5 {
    color:#fdeaeb !important
}

.materialize-red.lighten-4 {
    background-color:#f8c1c3 !important
}

.materialize-red-text.text-lighten-4 {
    color:#f8c1c3 !important
}

.materialize-red.lighten-3 {
    background-color:#f3989b !important
}

.materialize-red-text.text-lighten-3 {
    color:#f3989b !important
}

.materialize-red.lighten-2 {
    background-color:#ee6e73 !important
}

.materialize-red-text.text-lighten-2 {
    color:#ee6e73 !important
}

.materialize-red.lighten-1 {
    background-color:#ea454b !important
}

.materialize-red-text.text-lighten-1 {
    color:#ea454b !important
}

.materialize-red.darken-1 {
    background-color:#d0181e !important
}

.materialize-red-text.text-darken-1 {
    color:#d0181e !important
}

.materialize-red.darken-2 {
    background-color:#b9151b !important
}

.materialize-red-text.text-darken-2 {
    color:#b9151b !important
}

.materialize-red.darken-3 {
    background-color:#a21318 !important
}

.materialize-red-text.text-darken-3 {
    color:#a21318 !important
}

.materialize-red.darken-4 {
    background-color:#8b1014 !important
}

.materialize-red-text.text-darken-4 {
    color:#8b1014 !important
}

.red {
    background-color:#f44336 !important
}

.red-text {
    color:#f44336 !important
}

.red.lighten-5 {
    background-color:#ffebee !important
}

.red-text.text-lighten-5 {
    color:#ffebee !important
}

.red.lighten-4 {
    background-color:#ffcdd2 !important
}

.red-text.text-lighten-4 {
    color:#ffcdd2 !important
}

.red.lighten-3 {
    background-color:#ef9a9a !important
}

.red-text.text-lighten-3 {
    color:#ef9a9a !important
}

.red.lighten-2 {
    background-color:#e57373 !important
}

.red-text.text-lighten-2 {
    color:#e57373 !important
}

.red.lighten-1 {
    background-color:#ef5350 !important
}

.red-text.text-lighten-1 {
    color:#ef5350 !important
}

.red.darken-1 {
    background-color:#e53935 !important
}

.red-text.text-darken-1 {
    color:#e53935 !important
}

.red.darken-2 {
    background-color:#d32f2f !important
}

.red-text.text-darken-2 {
    color:#d32f2f !important
}

.red.darken-3 {
    background-color:#c62828 !important
}

.red-text.text-darken-3 {
    color:#c62828 !important
}

.red.darken-4 {
    background-color:#b71c1c !important
}

.red-text.text-darken-4 {
    color:#b71c1c !important
}

.red.accent-1 {
    background-color:#ff8a80 !important
}

.red-text.text-accent-1 {
    color:#ff8a80 !important
}

.red.accent-2 {
    background-color:#ff5252 !important
}

.red-text.text-accent-2 {
    color:#ff5252 !important
}

.red.accent-3 {
    background-color:#ff1744 !important
}

.red-text.text-accent-3 {
    color:#ff1744 !important
}

.red.accent-4 {
    background-color:#d50000 !important
}

.red-text.text-accent-4 {
    color:#d50000 !important
}

.pink {
    background-color:#e91e63 !important
}

.pink-text {
    color:#e91e63 !important
}

.pink.lighten-5 {
    background-color:#fce4ec !important
}

.pink-text.text-lighten-5 {
    color:#fce4ec !important
}

.pink.lighten-4 {
    background-color:#f8bbd0 !important
}

.pink-text.text-lighten-4 {
    color:#f8bbd0 !important
}

.pink.lighten-3 {
    background-color:#f48fb1 !important
}

.pink-text.text-lighten-3 {
    color:#f48fb1 !important
}

.pink.lighten-2 {
    background-color:#f06292 !important
}

.pink-text.text-lighten-2 {
    color:#f06292 !important
}

.pink.lighten-1 {
    background-color:#ec407a !important
}

.pink-text.text-lighten-1 {
    color:#ec407a !important
}

.pink.darken-1 {
    background-color:#d81b60 !important
}

.pink-text.text-darken-1 {
    color:#d81b60 !important
}

.pink.darken-2 {
    background-color:#c2185b !important
}

.pink-text.text-darken-2 {
    color:#c2185b !important
}

.pink.darken-3 {
    background-color:#ad1457 !important
}

.pink-text.text-darken-3 {
    color:#ad1457 !important
}

.pink.darken-4 {
    background-color:#880e4f !important
}

.pink-text.text-darken-4 {
    color:#880e4f !important
}

.pink.accent-1 {
    background-color:#ff80ab !important
}

.pink-text.text-accent-1 {
    color:#ff80ab !important
}

.pink.accent-2 {
    background-color:#ff4081 !important
}

.pink-text.text-accent-2 {
    color:#ff4081 !important
}

.pink.accent-3 {
    background-color:#f50057 !important
}

.pink-text.text-accent-3 {
    color:#f50057 !important
}

.pink.accent-4 {
    background-color:#c51162 !important
}

.pink-text.text-accent-4 {
    color:#c51162 !important
}

.purple {
    background-color:#9c27b0 !important
}

.purple-text {
    color:#9c27b0 !important
}

.purple.lighten-5 {
    background-color:#f3e5f5 !important
}

.purple-text.text-lighten-5 {
    color:#f3e5f5 !important
}

.purple.lighten-4 {
    background-color:#e1bee7 !important
}

.purple-text.text-lighten-4 {
    color:#e1bee7 !important
}

.purple.lighten-3 {
    background-color:#ce93d8 !important
}

.purple-text.text-lighten-3 {
    color:#ce93d8 !important
}

.purple.lighten-2 {
    background-color:#ba68c8 !important
}

.purple-text.text-lighten-2 {
    color:#ba68c8 !important
}

.purple.lighten-1 {
    background-color:#ab47bc !important
}

.purple-text.text-lighten-1 {
    color:#ab47bc !important
}

.purple.darken-1 {
    background-color:#8e24aa !important
}

.purple-text.text-darken-1 {
    color:#8e24aa !important
}

.purple.darken-2 {
    background-color:#7b1fa2 !important
}

.purple-text.text-darken-2 {
    color:#7b1fa2 !important
}

.purple.darken-3 {
    background-color:#6a1b9a !important
}

.purple-text.text-darken-3 {
    color:#6a1b9a !important
}

.purple.darken-4 {
    background-color:#4a148c !important
}

.purple-text.text-darken-4 {
    color:#4a148c !important
}

.purple.accent-1 {
    background-color:#ea80fc !important
}

.purple-text.text-accent-1 {
    color:#ea80fc !important
}

.purple.accent-2 {
    background-color:#e040fb !important
}

.purple-text.text-accent-2 {
    color:#e040fb !important
}

.purple.accent-3 {
    background-color:#d500f9 !important
}

.purple-text.text-accent-3 {
    color:#d500f9 !important
}

.purple.accent-4 {
    background-color:#a0f !important
}

.purple-text.text-accent-4 {
    color:#a0f !important
}

.deep-purple {
    background-color:#673ab7 !important
}

.deep-purple-text {
    color:#673ab7 !important
}

.deep-purple.lighten-5 {
    background-color:#ede7f6 !important
}

.deep-purple-text.text-lighten-5 {
    color:#ede7f6 !important
}

.deep-purple.lighten-4 {
    background-color:#d1c4e9 !important
}

.deep-purple-text.text-lighten-4 {
    color:#d1c4e9 !important
}

.deep-purple.lighten-3 {
    background-color:#b39ddb !important
}

.deep-purple-text.text-lighten-3 {
    color:#b39ddb !important
}

.deep-purple.lighten-2 {
    background-color:#9575cd !important
}

.deep-purple-text.text-lighten-2 {
    color:#9575cd !important
}

.deep-purple.lighten-1 {
    background-color:#7e57c2 !important
}

.deep-purple-text.text-lighten-1 {
    color:#7e57c2 !important
}

.deep-purple.darken-1 {
    background-color:#5e35b1 !important
}

.deep-purple-text.text-darken-1 {
    color:#5e35b1 !important
}

.deep-purple.darken-2 {
    background-color:#512da8 !important
}

.deep-purple-text.text-darken-2 {
    color:#512da8 !important
}

.deep-purple.darken-3 {
    background-color:#4527a0 !important
}

.deep-purple-text.text-darken-3 {
    color:#4527a0 !important
}

.deep-purple.darken-4 {
    background-color:#311b92 !important
}

.deep-purple-text.text-darken-4 {
    color:#311b92 !important
}

.deep-purple.accent-1 {
    background-color:#b388ff !important
}

.deep-purple-text.text-accent-1 {
    color:#b388ff !important
}

.deep-purple.accent-2 {
    background-color:#7c4dff !important
}

.deep-purple-text.text-accent-2 {
    color:#7c4dff !important
}

.deep-purple.accent-3 {
    background-color:#651fff !important
}

.deep-purple-text.text-accent-3 {
    color:#651fff !important
}

.deep-purple.accent-4 {
    background-color:#6200ea !important
}

.deep-purple-text.text-accent-4 {
    color:#6200ea !important
}

.indigo {
    background-color:#3f51b5 !important
}

.indigo-text {
    color:#3f51b5 !important
}

.indigo.lighten-5 {
    background-color:#e8eaf6 !important
}

.indigo-text.text-lighten-5 {
    color:#e8eaf6 !important
}

.indigo.lighten-4 {
    background-color:#c5cae9 !important
}

.indigo-text.text-lighten-4 {
    color:#c5cae9 !important
}

.indigo.lighten-3 {
    background-color:#9fa8da !important
}

.indigo-text.text-lighten-3 {
    color:#9fa8da !important
}

.indigo.lighten-2 {
    background-color:#7986cb !important
}

.indigo-text.text-lighten-2 {
    color:#7986cb !important
}

.indigo.lighten-1 {
    background-color:#5c6bc0 !important
}

.indigo-text.text-lighten-1 {
    color:#5c6bc0 !important
}

.indigo.darken-1 {
    background-color:#3949ab !important
}

.indigo-text.text-darken-1 {
    color:#3949ab !important
}

.indigo.darken-2 {
    background-color:#303f9f !important
}

.indigo-text.text-darken-2 {
    color:#303f9f !important
}

.indigo.darken-3 {
    background-color:#283593 !important
}

.indigo-text.text-darken-3 {
    color:#283593 !important
}

.indigo.darken-4 {
    background-color:#1a237e !important
}

.indigo-text.text-darken-4 {
    color:#1a237e !important
}

.indigo.accent-1 {
    background-color:#8c9eff !important
}

.indigo-text.text-accent-1 {
    color:#8c9eff !important
}

.indigo.accent-2 {
    background-color:#536dfe !important
}

.indigo-text.text-accent-2 {
    color:#536dfe !important
}

.indigo.accent-3 {
    background-color:#3d5afe !important
}

.indigo-text.text-accent-3 {
    color:#3d5afe !important
}

.indigo.accent-4 {
    background-color:#304ffe !important
}

.indigo-text.text-accent-4 {
    color:#304ffe !important
}

.blue {
    background-color:#2196f3 !important
}

.blue-text {
    color:#2196f3 !important
}

.blue.lighten-5 {
    background-color:#e3f2fd !important
}

.blue-text.text-lighten-5 {
    color:#e3f2fd !important
}

.blue.lighten-4 {
    background-color:#bbdefb !important
}

.blue-text.text-lighten-4 {
    color:#bbdefb !important
}

.blue.lighten-3 {
    background-color:#90caf9 !important
}

.blue-text.text-lighten-3 {
    color:#90caf9 !important
}

.blue.lighten-2 {
    background-color:#64b5f6 !important
}

.blue-text.text-lighten-2 {
    color:#64b5f6 !important
}

.blue.lighten-1 {
    background-color:#42a5f5 !important
}

.blue-text.text-lighten-1 {
    color:#42a5f5 !important
}

.blue.darken-1 {
    background-color:#1e88e5 !important
}

.blue-text.text-darken-1 {
    color:#1e88e5 !important
}

.blue.darken-2 {
    background-color:#1976d2 !important
}

.blue-text.text-darken-2 {
    color:#1976d2 !important
}

.blue.darken-3 {
    background-color:#1565c0 !important
}

.blue-text.text-darken-3 {
    color:#1565c0 !important
}

.blue.darken-4 {
    background-color:#0d47a1 !important
}

.blue-text.text-darken-4 {
    color:#0d47a1 !important
}

.blue.accent-1 {
    background-color:#82b1ff !important
}

.blue-text.text-accent-1 {
    color:#82b1ff !important
}

.blue.accent-2 {
    background-color:#448aff !important
}

.blue-text.text-accent-2 {
    color:#448aff !important
}

.blue.accent-3 {
    background-color:#2979ff !important
}

.blue-text.text-accent-3 {
    color:#2979ff !important
}

.blue.accent-4 {
    background-color:#2962ff !important
}

.blue-text.text-accent-4 {
    color:#2962ff !important
}

.light-blue {
    background-color:#03a9f4 !important
}

.light-blue-text {
    color:#03a9f4 !important
}

.light-blue.lighten-5 {
    background-color:#e1f5fe !important
}

.light-blue-text.text-lighten-5 {
    color:#e1f5fe !important
}

.light-blue.lighten-4 {
    background-color:#b3e5fc !important
}

.light-blue-text.text-lighten-4 {
    color:#b3e5fc !important
}

.light-blue.lighten-3 {
    background-color:#81d4fa !important
}

.light-blue-text.text-lighten-3 {
    color:#81d4fa !important
}

.light-blue.lighten-2 {
    background-color:#4fc3f7 !important
}

.light-blue-text.text-lighten-2 {
    color:#4fc3f7 !important
}

.light-blue.lighten-1 {
    background-color:#29b6f6 !important
}

.light-blue-text.text-lighten-1 {
    color:#29b6f6 !important
}

.light-blue.darken-1 {
    background-color:#039be5 !important
}

.light-blue-text.text-darken-1 {
    color:#039be5 !important
}

.light-blue.darken-2 {
    background-color:#0288d1 !important
}

.light-blue-text.text-darken-2 {
    color:#0288d1 !important
}

.light-blue.darken-3 {
    background-color:#0277bd !important
}

.light-blue-text.text-darken-3 {
    color:#0277bd !important
}

.light-blue.darken-4 {
    background-color:#01579b !important
}

.light-blue-text.text-darken-4 {
    color:#01579b !important
}

.light-blue.accent-1 {
    background-color:#80d8ff !important
}

.light-blue-text.text-accent-1 {
    color:#80d8ff !important
}

.light-blue.accent-2 {
    background-color:#40c4ff !important
}

.light-blue-text.text-accent-2 {
    color:#40c4ff !important
}

.light-blue.accent-3 {
    background-color:#00b0ff !important
}

.light-blue-text.text-accent-3 {
    color:#00b0ff !important
}

.light-blue.accent-4 {
    background-color:#0091ea !important
}

.light-blue-text.text-accent-4 {
    color:#0091ea !important
}

.cyan {
    background-color:#00bcd4 !important
}

.cyan-text {
    color:#00bcd4 !important
}

.cyan.lighten-5 {
    background-color:#e0f7fa !important
}

.cyan-text.text-lighten-5 {
    color:#e0f7fa !important
}

.cyan.lighten-4 {
    background-color:#b2ebf2 !important
}

.cyan-text.text-lighten-4 {
    color:#b2ebf2 !important
}

.cyan.lighten-3 {
    background-color:#80deea !important
}

.cyan-text.text-lighten-3 {
    color:#80deea !important
}

.cyan.lighten-2 {
    background-color:#4dd0e1 !important
}

.cyan-text.text-lighten-2 {
    color:#4dd0e1 !important
}

.cyan.lighten-1 {
    background-color:#26c6da !important
}

.cyan-text.text-lighten-1 {
    color:#26c6da !important
}

.cyan.darken-1 {
    background-color:#00acc1 !important
}

.cyan-text.text-darken-1 {
    color:#00acc1 !important
}

.cyan.darken-2 {
    background-color:#0097a7 !important
}

.cyan-text.text-darken-2 {
    color:#0097a7 !important
}

.cyan.darken-3 {
    background-color:#00838f !important
}

.cyan-text.text-darken-3 {
    color:#00838f !important
}

.cyan.darken-4 {
    background-color:#006064 !important
}

.cyan-text.text-darken-4 {
    color:#006064 !important
}

.cyan.accent-1 {
    background-color:#84ffff !important
}

.cyan-text.text-accent-1 {
    color:#84ffff !important
}

.cyan.accent-2 {
    background-color:#18ffff !important
}

.cyan-text.text-accent-2 {
    color:#18ffff !important
}

.cyan.accent-3 {
    background-color:#00e5ff !important
}

.cyan-text.text-accent-3 {
    color:#00e5ff !important
}

.cyan.accent-4 {
    background-color:#00b8d4 !important
}

.cyan-text.text-accent-4 {
    color:#00b8d4 !important
}

.teal {
    background-color:#009688 !important
}

.teal-text {
    color:#009688 !important
}

.teal.lighten-5 {
    background-color:#e0f2f1 !important
}

.teal-text.text-lighten-5 {
    color:#e0f2f1 !important
}

.teal.lighten-4 {
    background-color:#b2dfdb !important
}

.teal-text.text-lighten-4 {
    color:#b2dfdb !important
}

.teal.lighten-3 {
    background-color:#80cbc4 !important
}

.teal-text.text-lighten-3 {
    color:#80cbc4 !important
}

.teal.lighten-2 {
    background-color:#4db6ac !important
}

.teal-text.text-lighten-2 {
    color:#4db6ac !important
}

.teal.lighten-1 {
    background-color:#26a69a !important
}

.teal-text.text-lighten-1 {
    color:#26a69a !important
}

.teal.darken-1 {
    background-color:#00897b !important
}

.teal-text.text-darken-1 {
    color:#00897b !important
}

.teal.darken-2 {
    background-color:#00796b !important
}

.teal-text.text-darken-2 {
    color:#00796b !important
}

.teal.darken-3 {
    background-color:#00695c !important
}

.teal-text.text-darken-3 {
    color:#00695c !important
}

.teal.darken-4 {
    background-color:#004d40 !important
}

.teal-text.text-darken-4 {
    color:#004d40 !important
}

.teal.accent-1 {
    background-color:#a7ffeb !important
}

.teal-text.text-accent-1 {
    color:#a7ffeb !important
}

.teal.accent-2 {
    background-color:#64ffda !important
}

.teal-text.text-accent-2 {
    color:#64ffda !important
}

.teal.accent-3 {
    background-color:#1de9b6 !important
}

.teal-text.text-accent-3 {
    color:#1de9b6 !important
}

.teal.accent-4 {
    background-color:#00bfa5 !important
}

.teal-text.text-accent-4 {
    color:#00bfa5 !important
}

.green {
    background-color:#4caf50 !important
}

.green-text {
    color:#4caf50 !important
}

.green.lighten-5 {
    background-color:#e8f5e9 !important
}

.green-text.text-lighten-5 {
    color:#e8f5e9 !important
}

.green.lighten-4 {
    background-color:#c8e6c9 !important
}

.green-text.text-lighten-4 {
    color:#c8e6c9 !important
}

.green.lighten-3 {
    background-color:#a5d6a7 !important
}

.green-text.text-lighten-3 {
    color:#a5d6a7 !important
}

.green.lighten-2 {
    background-color:#81c784 !important
}

.green-text.text-lighten-2 {
    color:#81c784 !important
}

.green.lighten-1 {
    background-color:#66bb6a !important
}

.green-text.text-lighten-1 {
    color:#66bb6a !important
}

.green.darken-1 {
    background-color:#43a047 !important
}

.green-text.text-darken-1 {
    color:#43a047 !important
}

.green.darken-2 {
    background-color:#388e3c !important
}

.green-text.text-darken-2 {
    color:#388e3c !important
}

.green.darken-3 {
    background-color:#2e7d32 !important
}

.green-text.text-darken-3 {
    color:#2e7d32 !important
}

.green.darken-4 {
    background-color:#1b5e20 !important
}

.green-text.text-darken-4 {
    color:#1b5e20 !important
}

.green.accent-1 {
    background-color:#b9f6ca !important
}

.green-text.text-accent-1 {
    color:#b9f6ca !important
}

.green.accent-2 {
    background-color:#69f0ae !important
}

.green-text.text-accent-2 {
    color:#69f0ae !important
}

.green.accent-3 {
    background-color:#00e676 !important
}

.green-text.text-accent-3 {
    color:#00e676 !important
}

.green.accent-4 {
    background-color:#00c853 !important
}

.green-text.text-accent-4 {
    color:#00c853 !important
}

.light-green {
    background-color:#8bc34a !important
}

.light-green-text {
    color:#8bc34a !important
}

.light-green.lighten-5 {
    background-color:#f1f8e9 !important
}

.light-green-text.text-lighten-5 {
    color:#f1f8e9 !important
}

.light-green.lighten-4 {
    background-color:#dcedc8 !important
}

.light-green-text.text-lighten-4 {
    color:#dcedc8 !important
}

.light-green.lighten-3 {
    background-color:#c5e1a5 !important
}

.light-green-text.text-lighten-3 {
    color:#c5e1a5 !important
}

.light-green.lighten-2 {
    background-color:#aed581 !important
}

.light-green-text.text-lighten-2 {
    color:#aed581 !important
}

.light-green.lighten-1 {
    background-color:#9ccc65 !important
}

.light-green-text.text-lighten-1 {
    color:#9ccc65 !important
}

.light-green.darken-1 {
    background-color:#7cb342 !important
}

.light-green-text.text-darken-1 {
    color:#7cb342 !important
}

.light-green.darken-2 {
    background-color:#689f38 !important
}

.light-green-text.text-darken-2 {
    color:#689f38 !important
}

.light-green.darken-3 {
    background-color:#558b2f !important
}

.light-green-text.text-darken-3 {
    color:#558b2f !important
}

.light-green.darken-4 {
    background-color:#33691e !important
}

.light-green-text.text-darken-4 {
    color:#33691e !important
}

.light-green.accent-1 {
    background-color:#ccff90 !important
}

.light-green-text.text-accent-1 {
    color:#ccff90 !important
}

.light-green.accent-2 {
    background-color:#b2ff59 !important
}

.light-green-text.text-accent-2 {
    color:#b2ff59 !important
}

.light-green.accent-3 {
    background-color:#76ff03 !important
}

.light-green-text.text-accent-3 {
    color:#76ff03 !important
}

.light-green.accent-4 {
    background-color:#64dd17 !important
}

.light-green-text.text-accent-4 {
    color:#64dd17 !important
}

.lime {
    background-color:#cddc39 !important
}

.lime-text {
    color:#cddc39 !important
}

.lime.lighten-5 {
    background-color:#f9fbe7 !important
}

.lime-text.text-lighten-5 {
    color:#f9fbe7 !important
}

.lime.lighten-4 {
    background-color:#f0f4c3 !important
}

.lime-text.text-lighten-4 {
    color:#f0f4c3 !important
}

.lime.lighten-3 {
    background-color:#e6ee9c !important
}

.lime-text.text-lighten-3 {
    color:#e6ee9c !important
}

.lime.lighten-2 {
    background-color:#dce775 !important
}

.lime-text.text-lighten-2 {
    color:#dce775 !important
}

.lime.lighten-1 {
    background-color:#d4e157 !important
}

.lime-text.text-lighten-1 {
    color:#d4e157 !important
}

.lime.darken-1 {
    background-color:#c0ca33 !important
}

.lime-text.text-darken-1 {
    color:#c0ca33 !important
}

.lime.darken-2 {
    background-color:#afb42b !important
}

.lime-text.text-darken-2 {
    color:#afb42b !important
}

.lime.darken-3 {
    background-color:#9e9d24 !important
}

.lime-text.text-darken-3 {
    color:#9e9d24 !important
}

.lime.darken-4 {
    background-color:#827717 !important
}

.lime-text.text-darken-4 {
    color:#827717 !important
}

.lime.accent-1 {
    background-color:#f4ff81 !important
}

.lime-text.text-accent-1 {
    color:#f4ff81 !important
}

.lime.accent-2 {
    background-color:#eeff41 !important
}

.lime-text.text-accent-2 {
    color:#eeff41 !important
}

.lime.accent-3 {
    background-color:#c6ff00 !important
}

.lime-text.text-accent-3 {
    color:#c6ff00 !important
}

.lime.accent-4 {
    background-color:#aeea00 !important
}

.lime-text.text-accent-4 {
    color:#aeea00 !important
}

.yellow {
    background-color:#ffeb3b !important
}

.yellow-text {
    color:#ffeb3b !important
}

.yellow.lighten-5 {
    background-color:#fffde7 !important
}

.yellow-text.text-lighten-5 {
    color:#fffde7 !important
}

.yellow.lighten-4 {
    background-color:#fff9c4 !important
}

.yellow-text.text-lighten-4 {
    color:#fff9c4 !important
}

.yellow.lighten-3 {
    background-color:#fff59d !important
}

.yellow-text.text-lighten-3 {
    color:#fff59d !important
}

.yellow.lighten-2 {
    background-color:#fff176 !important
}

.yellow-text.text-lighten-2 {
    color:#fff176 !important
}

.yellow.lighten-1 {
    background-color:#ffee58 !important
}

.yellow-text.text-lighten-1 {
    color:#ffee58 !important
}

.yellow.darken-1 {
    background-color:#fdd835 !important
}

.yellow-text.text-darken-1 {
    color:#fdd835 !important
}

.yellow.darken-2 {
    background-color:#fbc02d !important
}

.yellow-text.text-darken-2 {
    color:#fbc02d !important
}

.yellow.darken-3 {
    background-color:#f9a825 !important
}

.yellow-text.text-darken-3 {
    color:#f9a825 !important
}

.yellow.darken-4 {
    background-color:#f57f17 !important
}

.yellow-text.text-darken-4 {
    color:#f57f17 !important
}

.yellow.accent-1 {
    background-color:#ffff8d !important
}

.yellow-text.text-accent-1 {
    color:#ffff8d !important
}

.yellow.accent-2 {
    background-color:#ff0 !important
}

.yellow-text.text-accent-2 {
    color:#ff0 !important
}

.yellow.accent-3 {
    background-color:#ffea00 !important
}

.yellow-text.text-accent-3 {
    color:#ffea00 !important
}

.yellow.accent-4 {
    background-color:#ffd600 !important
}

.yellow-text.text-accent-4 {
    color:#ffd600 !important
}

.amber {
    background-color:#ffc107 !important
}

.amber-text {
    color:#ffc107 !important
}

.amber.lighten-5 {
    background-color:#fff8e1 !important
}

.amber-text.text-lighten-5 {
    color:#fff8e1 !important
}

.amber.lighten-4 {
    background-color:#ffecb3 !important
}

.amber-text.text-lighten-4 {
    color:#ffecb3 !important
}

.amber.lighten-3 {
    background-color:#ffe082 !important
}

.amber-text.text-lighten-3 {
    color:#ffe082 !important
}

.amber.lighten-2 {
    background-color:#ffd54f !important
}

.amber-text.text-lighten-2 {
    color:#ffd54f !important
}

.amber.lighten-1 {
    background-color:#ffca28 !important
}

.amber-text.text-lighten-1 {
    color:#ffca28 !important
}

.amber.darken-1 {
    background-color:#ffb300 !important
}

.amber-text.text-darken-1 {
    color:#ffb300 !important
}

.amber.darken-2 {
    background-color:#ffa000 !important
}

.amber-text.text-darken-2 {
    color:#ffa000 !important
}

.amber.darken-3 {
    background-color:#ff8f00 !important
}

.amber-text.text-darken-3 {
    color:#ff8f00 !important
}

.amber.darken-4 {
    background-color:#ff6f00 !important
}

.amber-text.text-darken-4 {
    color:#ff6f00 !important
}

.amber.accent-1 {
    background-color:#ffe57f !important
}

.amber-text.text-accent-1 {
    color:#ffe57f !important
}

.amber.accent-2 {
    background-color:#ffd740 !important
}

.amber-text.text-accent-2 {
    color:#ffd740 !important
}

.amber.accent-3 {
    background-color:#ffc400 !important
}

.amber-text.text-accent-3 {
    color:#ffc400 !important
}

.amber.accent-4 {
    background-color:#ffab00 !important
}

.amber-text.text-accent-4 {
    color:#ffab00 !important
}

.orange {
    background-color:#ff9800 !important
}

.orange-text {
    color:#ff9800 !important
}

.orange.lighten-5 {
    background-color:#fff3e0 !important
}

.orange-text.text-lighten-5 {
    color:#fff3e0 !important
}

.orange.lighten-4 {
    background-color:#ffe0b2 !important
}

.orange-text.text-lighten-4 {
    color:#ffe0b2 !important
}

.orange.lighten-3 {
    background-color:#ffcc80 !important
}

.orange-text.text-lighten-3 {
    color:#ffcc80 !important
}

.orange.lighten-2 {
    background-color:#ffb74d !important
}

.orange-text.text-lighten-2 {
    color:#ffb74d !important
}

.orange.lighten-1 {
    background-color:#ffa726 !important
}

.orange-text.text-lighten-1 {
    color:#ffa726 !important
}

.orange.darken-1 {
    background-color:#fb8c00 !important
}

.orange-text.text-darken-1 {
    color:#fb8c00 !important
}

.orange.darken-2 {
    background-color:#f57c00 !important
}

.orange-text.text-darken-2 {
    color:#f57c00 !important
}

.orange.darken-3 {
    background-color:#ef6c00 !important
}

.orange-text.text-darken-3 {
    color:#ef6c00 !important
}

.orange.darken-4 {
    background-color:#e65100 !important
}

.orange-text.text-darken-4 {
    color:#e65100 !important
}

.orange.accent-1 {
    background-color:#ffd180 !important
}

.orange-text.text-accent-1 {
    color:#ffd180 !important
}

.orange.accent-2 {
    background-color:#ffab40 !important
}

.orange-text.text-accent-2 {
    color:#ffab40 !important
}

.orange.accent-3 {
    background-color:#ff9100 !important
}

.orange-text.text-accent-3 {
    color:#ff9100 !important
}

.orange.accent-4 {
    background-color:#ff6d00 !important
}

.orange-text.text-accent-4 {
    color:#ff6d00 !important
}

.deep-orange {
    background-color:#ff5722 !important
}

.deep-orange-text {
    color:#ff5722 !important
}

.deep-orange.lighten-5 {
    background-color:#fbe9e7 !important
}

.deep-orange-text.text-lighten-5 {
    color:#fbe9e7 !important
}

.deep-orange.lighten-4 {
    background-color:#ffccbc !important
}

.deep-orange-text.text-lighten-4 {
    color:#ffccbc !important
}

.deep-orange.lighten-3 {
    background-color:#ffab91 !important
}

.deep-orange-text.text-lighten-3 {
    color:#ffab91 !important
}

.deep-orange.lighten-2 {
    background-color:#ff8a65 !important
}

.deep-orange-text.text-lighten-2 {
    color:#ff8a65 !important
}

.deep-orange.lighten-1 {
    background-color:#ff7043 !important
}

.deep-orange-text.text-lighten-1 {
    color:#ff7043 !important
}

.deep-orange.darken-1 {
    background-color:#f4511e !important
}

.deep-orange-text.text-darken-1 {
    color:#f4511e !important
}

.deep-orange.darken-2 {
    background-color:#e64a19 !important
}

.deep-orange-text.text-darken-2 {
    color:#e64a19 !important
}

.deep-orange.darken-3 {
    background-color:#d84315 !important
}

.deep-orange-text.text-darken-3 {
    color:#d84315 !important
}

.deep-orange.darken-4 {
    background-color:#bf360c !important
}

.deep-orange-text.text-darken-4 {
    color:#bf360c !important
}

.deep-orange.accent-1 {
    background-color:#ff9e80 !important
}

.deep-orange-text.text-accent-1 {
    color:#ff9e80 !important
}

.deep-orange.accent-2 {
    background-color:#ff6e40 !important
}

.deep-orange-text.text-accent-2 {
    color:#ff6e40 !important
}

.deep-orange.accent-3 {
    background-color:#ff3d00 !important
}

.deep-orange-text.text-accent-3 {
    color:#ff3d00 !important
}

.deep-orange.accent-4 {
    background-color:#dd2c00 !important
}

.deep-orange-text.text-accent-4 {
    color:#dd2c00 !important
}

.brown {
    background-color:#795548 !important
}

.brown-text {
    color:#795548 !important
}

.brown.lighten-5 {
    background-color:#efebe9 !important
}

.brown-text.text-lighten-5 {
    color:#efebe9 !important
}

.brown.lighten-4 {
    background-color:#d7ccc8 !important
}

.brown-text.text-lighten-4 {
    color:#d7ccc8 !important
}

.brown.lighten-3 {
    background-color:#bcaaa4 !important
}

.brown-text.text-lighten-3 {
    color:#bcaaa4 !important
}

.brown.lighten-2 {
    background-color:#a1887f !important
}

.brown-text.text-lighten-2 {
    color:#a1887f !important
}

.brown.lighten-1 {
    background-color:#8d6e63 !important
}

.brown-text.text-lighten-1 {
    color:#8d6e63 !important
}

.brown.darken-1 {
    background-color:#6d4c41 !important
}

.brown-text.text-darken-1 {
    color:#6d4c41 !important
}

.brown.darken-2 {
    background-color:#5d4037 !important
}

.brown-text.text-darken-2 {
    color:#5d4037 !important
}

.brown.darken-3 {
    background-color:#4e342e !important
}

.brown-text.text-darken-3 {
    color:#4e342e !important
}

.brown.darken-4 {
    background-color:#3e2723 !important
}

.brown-text.text-darken-4 {
    color:#3e2723 !important
}

.blue-grey {
    background-color:#607d8b !important
}

.blue-grey-text {
    color:#607d8b !important
}

.blue-grey.lighten-5 {
    background-color:#eceff1 !important
}

.blue-grey-text.text-lighten-5 {
    color:#eceff1 !important
}

.blue-grey.lighten-4 {
    background-color:#cfd8dc !important
}

.blue-grey-text.text-lighten-4 {
    color:#cfd8dc !important
}

.blue-grey.lighten-3 {
    background-color:#b0bec5 !important
}

.blue-grey-text.text-lighten-3 {
    color:#b0bec5 !important
}

.blue-grey.lighten-2 {
    background-color:#90a4ae !important
}

.blue-grey-text.text-lighten-2 {
    color:#90a4ae !important
}

.blue-grey.lighten-1 {
    background-color:#78909c !important
}

.blue-grey-text.text-lighten-1 {
    color:#78909c !important
}

.blue-grey.darken-1 {
    background-color:#546e7a !important
}

.blue-grey-text.text-darken-1 {
    color:#546e7a !important
}

.blue-grey.darken-2 {
    background-color:#455a64 !important
}

.blue-grey-text.text-darken-2 {
    color:#455a64 !important
}

.blue-grey.darken-3 {
    background-color:#37474f !important
}

.blue-grey-text.text-darken-3 {
    color:#37474f !important
}

.blue-grey.darken-4 {
    background-color:#263238 !important
}

.blue-grey-text.text-darken-4 {
    color:#263238 !important
}

.grey {
    background-color:#9e9e9e !important
}

.grey-text {
    color:#9e9e9e !important
}

.grey.lighten-5 {
    background-color:#fafafa !important
}

.grey-text.text-lighten-5 {
    color:#fafafa !important
}

.grey.lighten-4 {
    background-color:#f5f5f5 !important
}

.grey-text.text-lighten-4 {
    color:#f5f5f5 !important
}

.grey.lighten-3 {
    background-color:#eee !important
}

.grey-text.text-lighten-3 {
    color:#eee !important
}

.grey.lighten-2 {
    background-color:#e0e0e0 !important
}

.grey-text.text-lighten-2 {
    color:#e0e0e0 !important
}

.grey.lighten-1 {
    background-color:#bdbdbd !important
}

.grey-text.text-lighten-1 {
    color:#bdbdbd !important
}

.grey.darken-1 {
    background-color:#757575 !important
}

.grey-text.text-darken-1 {
    color:#757575 !important
}

.grey.darken-2 {
    background-color:#616161 !important
}

.grey-text.text-darken-2 {
    color:#616161 !important
}

.grey.darken-3 {
    background-color:#424242 !important
}

.grey-text.text-darken-3 {
    color:#424242 !important
}

.grey.darken-4 {
    background-color:#212121 !important
}

.grey-text.text-darken-4 {
    color:#212121 !important
}

.black {
    background-color:#000 !important
}

.black-text {
    color:#000 !important
}

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

.white-text {
    color:#fff !important
}

.transparent {
    background-color:transparent !important
}

.transparent-text {
    color:transparent !important
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

body {
    margin:0
}

article, aside, footer, header, nav, section {
    display:block
}

h1 {
    font-size: 2em;
    margin:.67em 0
}

figcaption, figure, main {
    display:block
}

figure {
    margin:1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow:visible
}

pre {
    font-family: monospace, monospace;
    font-size:1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip:objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration:underline dotted
}

b, strong {
    font-weight:inherit
}

b, strong {
    font-weight:bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size:1em
}

dfn {
    font-style:italic
}

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
}

audio, video {
    display:inline-block
}

audio:not([controls]) {
    display: none;
    height:0
}

img {
    border-style:none
}

svg:not(:root) {
    overflow:hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin:0
}

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 {
    padding:.35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space:normal
}

progress {
    display: inline-block;
    vertical-align:baseline
}

textarea {
    overflow:auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    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-file-upload-button {
    -webkit-appearance: button;
    font:inherit
}

details, menu {
    display:block
}

summary {
    display:list-item
}

canvas {
    display:inline-block
}

template {
    display:none
}

[hidden] {
    display:none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing:inherit
}

button, input, optgroup, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type:none
}

ul:not(.browser-default) > li {
    list-style-type:none
}

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color:transparent
}

.valign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

.clearfix {
    clear:both
}

.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow:none !important
}

.card, .card-panel, .collapsible, .dropdown-content, .sidenav, .toast, .z-depth-1 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow:0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.z-depth-1-half {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    box-shadow:0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
    box-shadow:0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3)
}

.z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    box-shadow:0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2);
    box-shadow:0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2)
}

.modal, .z-depth-5 {
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2);
    box-shadow:0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12), 0 11px 15px -7px rgba(0, 0, 0, .2)
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition:box-shadow .25s, -webkit-box-shadow .25s
}

.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow:0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color:#e0e0e0
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left:5px solid #ee6e73
}

i {
    line-height:inherit
}

i.left {
    float: left;
    margin-right:15px
}

i.right {
    float: right;
    margin-left:15px
}

i.tiny {
    font-size:1rem
}

i.small {
    font-size:2rem
}

i.medium {
    font-size:4rem
}

i.large {
    font-size:6rem
}

img.responsive-img, video.responsive-video {
    max-width: 100%;
    height:auto
}

.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height:30px
}

.pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height:30px
}

.pagination li.active a {
    color:#fff
}

.pagination li.active {
    background-color:#ee6e73
}

.pagination li.disabled a {
    cursor: default;
    color:#999
}

.pagination li i {
    font-size:2rem
}

.pagination li.pages ul li {
    display: inline-block;
    float:none
}

@media only screen and (max-width: 992px) {
    .pagination {
        width:100%
    }

    .pagination li.next, .pagination li.prev {
        width:10%
    }

    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space:nowrap
    }
}

.breadcrumb {
    font-size: 18px;
    color:rgba(255, 255, 255, .7)
}

.breadcrumb [class * =mdi-], .breadcrumb [class^=mdi-], .breadcrumb i, .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size:24px
}

.breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, .7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing:antialiased
}

.breadcrumb:first-child:before {
    display:none
}

.breadcrumb:last-child {
    color:#fff
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height:500px
}

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

.parallax-container .parallax img {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform:translateX(-50%)
}

.pin-bottom, .pin-top {
    position:relative
}

.pinned {
    position:fixed !important
}

ul.staggered-list li {
    opacity:0
}

.fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin:0 50%
}

@media only screen and (max-width: 600px) {
    .hide-on-small-and-down, .hide-on-small-only {
        display:none !important
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display:none !important
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display:none !important
    }
}

@media only screen and (min-width: 600px) and(max-width: 992px) {
    .hide-on-med-only {
        display:none !important
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display:none !important
    }
}

@media only screen and (min-width: 1201px) {
    .hide-on-extra-large-only {
        display:none !important
    }
}

@media only screen and (min-width: 1201px) {
    .show-on-extra-large {
        display:block !important
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display:block !important
    }
}

@media only screen and (min-width: 600px) and(max-width: 992px) {
    .show-on-medium {
        display:block !important
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display:block !important
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display:block !important
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display:block !important
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align:center
    }
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color:#ee6e73
}

.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    color: rgba(255, 255, 255, .8);
    background-color:rgba(51, 51, 51, .08)
}

table, td, th {
    border:none
}

table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing:0
}

table.striped tr {
    border-bottom:none
}

table.striped > tbody > tr:nth-child(odd) {
    background-color:rgba(242, 242, 242, .5)
}

table.striped > tbody > tr > td {
    border-radius:0
}

table.highlight > tbody > tr {
    -webkit-transition: background-color .25s ease;
    transition:background-color .25s ease
}

table.highlight > tbody > tr:hover {
    background-color:rgba(242, 242, 242, .5)
}

table.centered tbody tr td, table.centered thead tr th {
    text-align:center
}

tr {
    border-bottom:1px solid rgba(0, 0, 0, .12)
}

td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius:2px
}

@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position:relative
    }

    table.responsive-table td:empty:before {
        content: '\00a0'
    }

    table.responsive-table td, table.responsive-table th {
        margin: 0;
        vertical-align:top
    }

    table.responsive-table th {
        text-align:left
    }

    table.responsive-table thead {
        display: block;
        float:left
    }

    table.responsive-table thead tr {
        display: block;
        padding:0 10px 0 0
    }

    table.responsive-table thead tr th::before {
        content: "\00a0"
    }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space:nowrap
    }

    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align:top
    }

    table.responsive-table th {
        display: block;
        text-align:right
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align:left
    }

    table.responsive-table tr {
        border-bottom: none;
        padding:0 10px
    }

    table.responsive-table thead {
        border: 0;
        border-right:1px solid rgba(0, 0, 0, .12)
    }
}

.collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position:relative
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom:1px solid #e0e0e0
}

.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position:relative
}

.collection .collection-item.avatar :not(.circle-clipper) > .circle, .collection .collection-item.avatar:not(.circle-clipper) > .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align:middle
}

.collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align:center
}

.collection .collection-item.avatar .title {
    font-size:16px
}

.collection .collection-item.avatar p {
    margin:0
}

.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right:16px
}

.collection .collection-item:last-child {
    border-bottom:none
}

.collection .collection-item.active {
    background-color: #26a69a;
    color:#eafaf9
}

.collection .collection-item.active .secondary-content {
    color:#fff
}

.collection a.collection-item {
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color:#26a69a
}

.collection a.collection-item:not(.active):hover {
    background-color:#ddd
}

.collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding:10px 20px
}

.collection.with-header .collection-item {
    padding-left:30px
}

.collection.with-header .collection-item.avatar {
    padding-left:72px
}

.secondary-content {
    float: right;
    color:#26a69a
}

.collapsible .collection {
    margin: 0;
    border:none
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow:hidden
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width .3s linear;
    transition:width .3s linear
}

.progress .indeterminate {
    background-color:#26a69a
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
    animation:indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay:1.15s
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right:100%
    }

    60% {
        left: 100%;
        right:-90%
    }

    100% {
        left: 100%;
        right:-90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right:100%
    }

    60% {
        left: 100%;
        right:-90%
    }

    100% {
        left: 100%;
        right:-90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right:100%
    }

    60% {
        left: 107%;
        right:-8%
    }

    100% {
        left: 107%;
        right:-8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right:100%
    }

    60% {
        left: 107%;
        right:-8%
    }

    100% {
        left: 107%;
        right:-8%
    }
}

.hide {
    display:none !important
}

.left-align {
    text-align:left
}

.right-align {
    text-align:right
}

.center, .center-align {
    text-align:center
}

.left {
    float:left !important
}

.right {
    float:right !important
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.circle {
    border-radius:50%
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right:auto
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis
}

.no-padding {
    padding:0 !important
}

span.badge {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

span.badge.new {
    font-weight: 300;
    font-size: .8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius:2px
}

span.badge.new:after {
    content: " new"
}

span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption)
}

nav ul a span.badge {
    display: inline-block;
    float: none;
    margin-left: 4px;
    line-height: 22px;
    height: 22px;
    -webkit-font-smoothing:auto
}

.collection-item span.badge {
    margin-top:calc(.75rem - 11px)
}

.collapsible span.badge {
    margin-left:auto
}

.sidenav span.badge {
    margin-top:calc(24px - 11px)
}

table span.badge {
    display: inline-block;
    float: none;
    margin-left:auto
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width:90%
}

@media only screen and (min-width: 601px) {
    .container {
        width:85%
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width:70%
    }
}

.col .row {
    margin-left: -.75rem;
    margin-right:-.75rem
}

.section {
    padding-top: 1rem;
    padding-bottom:1rem
}

.section.no-pad {
    padding:0
}

.section.no-pad-bot {
    padding-bottom:0
}

.section.no-pad-top {
    padding-top:0
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px
}

.row:after {
    content: "";
    display: table;
    clear:both
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height:1px
}

.row .col[class * =pull-], .row .col[class * =push-] {
    position:relative
}

.row .col.s1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right:auto
}

.row .col.offset-s1 {
    margin-left:8.33333%
}

.row .col.pull-s1 {
    right:8.33333%
}

.row .col.push-s1 {
    left:8.33333%
}

.row .col.offset-s2 {
    margin-left:16.66667%
}

.row .col.pull-s2 {
    right:16.66667%
}

.row .col.push-s2 {
    left:16.66667%
}

.row .col.offset-s3 {
    margin-left:25%
}

.row .col.pull-s3 {
    right:25%
}

.row .col.push-s3 {
    left:25%
}

.row .col.offset-s4 {
    margin-left:33.33333%
}

.row .col.pull-s4 {
    right:33.33333%
}

.row .col.push-s4 {
    left:33.33333%
}

.row .col.offset-s5 {
    margin-left:41.66667%
}

.row .col.pull-s5 {
    right:41.66667%
}

.row .col.push-s5 {
    left:41.66667%
}

.row .col.offset-s6 {
    margin-left:50%
}

.row .col.pull-s6 {
    right:50%
}

.row .col.push-s6 {
    left:50%
}

.row .col.offset-s7 {
    margin-left:58.33333%
}

.row .col.pull-s7 {
    right:58.33333%
}

.row .col.push-s7 {
    left:58.33333%
}

.row .col.offset-s8 {
    margin-left:66.66667%
}

.row .col.pull-s8 {
    right:66.66667%
}

.row .col.push-s8 {
    left:66.66667%
}

.row .col.offset-s9 {
    margin-left:75%
}

.row .col.pull-s9 {
    right:75%
}

.row .col.push-s9 {
    left:75%
}

.row .col.offset-s10 {
    margin-left:83.33333%
}

.row .col.pull-s10 {
    right:83.33333%
}

.row .col.push-s10 {
    left:83.33333%
}

.row .col.offset-s11 {
    margin-left:91.66667%
}

.row .col.pull-s11 {
    right:91.66667%
}

.row .col.push-s11 {
    left:91.66667%
}

.row .col.offset-s12 {
    margin-left:100%
}

.row .col.pull-s12 {
    right:100%
}

.row .col.push-s12 {
    left:100%
}

@media only screen and (min-width: 601px) {
    .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.offset-m1 {
        margin-left:8.33333%
    }

    .row .col.pull-m1 {
        right:8.33333%
    }

    .row .col.push-m1 {
        left:8.33333%
    }

    .row .col.offset-m2 {
        margin-left:16.66667%
    }

    .row .col.pull-m2 {
        right:16.66667%
    }

    .row .col.push-m2 {
        left:16.66667%
    }

    .row .col.offset-m3 {
        margin-left:25%
    }

    .row .col.pull-m3 {
        right:25%
    }

    .row .col.push-m3 {
        left:25%
    }

    .row .col.offset-m4 {
        margin-left:33.33333%
    }

    .row .col.pull-m4 {
        right:33.33333%
    }

    .row .col.push-m4 {
        left:33.33333%
    }

    .row .col.offset-m5 {
        margin-left:41.66667%
    }

    .row .col.pull-m5 {
        right:41.66667%
    }

    .row .col.push-m5 {
        left:41.66667%
    }

    .row .col.offset-m6 {
        margin-left:50%
    }

    .row .col.pull-m6 {
        right:50%
    }

    .row .col.push-m6 {
        left:50%
    }

    .row .col.offset-m7 {
        margin-left:58.33333%
    }

    .row .col.pull-m7 {
        right:58.33333%
    }

    .row .col.push-m7 {
        left:58.33333%
    }

    .row .col.offset-m8 {
        margin-left:66.66667%
    }

    .row .col.pull-m8 {
        right:66.66667%
    }

    .row .col.push-m8 {
        left:66.66667%
    }

    .row .col.offset-m9 {
        margin-left:75%
    }

    .row .col.pull-m9 {
        right:75%
    }

    .row .col.push-m9 {
        left:75%
    }

    .row .col.offset-m10 {
        margin-left:83.33333%
    }

    .row .col.pull-m10 {
        right:83.33333%
    }

    .row .col.push-m10 {
        left:83.33333%
    }

    .row .col.offset-m11 {
        margin-left:91.66667%
    }

    .row .col.pull-m11 {
        right:91.66667%
    }

    .row .col.push-m11 {
        left:91.66667%
    }

    .row .col.offset-m12 {
        margin-left:100%
    }

    .row .col.pull-m12 {
        right:100%
    }

    .row .col.push-m12 {
        left:100%
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.offset-l1 {
        margin-left:8.33333%
    }

    .row .col.pull-l1 {
        right:8.33333%
    }

    .row .col.push-l1 {
        left:8.33333%
    }

    .row .col.offset-l2 {
        margin-left:16.66667%
    }

    .row .col.pull-l2 {
        right:16.66667%
    }

    .row .col.push-l2 {
        left:16.66667%
    }

    .row .col.offset-l3 {
        margin-left:25%
    }

    .row .col.pull-l3 {
        right:25%
    }

    .row .col.push-l3 {
        left:25%
    }

    .row .col.offset-l4 {
        margin-left:33.33333%
    }

    .row .col.pull-l4 {
        right:33.33333%
    }

    .row .col.push-l4 {
        left:33.33333%
    }

    .row .col.offset-l5 {
        margin-left:41.66667%
    }

    .row .col.pull-l5 {
        right:41.66667%
    }

    .row .col.push-l5 {
        left:41.66667%
    }

    .row .col.offset-l6 {
        margin-left:50%
    }

    .row .col.pull-l6 {
        right:50%
    }

    .row .col.push-l6 {
        left:50%
    }

    .row .col.offset-l7 {
        margin-left:58.33333%
    }

    .row .col.pull-l7 {
        right:58.33333%
    }

    .row .col.push-l7 {
        left:58.33333%
    }

    .row .col.offset-l8 {
        margin-left:66.66667%
    }

    .row .col.pull-l8 {
        right:66.66667%
    }

    .row .col.push-l8 {
        left:66.66667%
    }

    .row .col.offset-l9 {
        margin-left:75%
    }

    .row .col.pull-l9 {
        right:75%
    }

    .row .col.push-l9 {
        left:75%
    }

    .row .col.offset-l10 {
        margin-left:83.33333%
    }

    .row .col.pull-l10 {
        right:83.33333%
    }

    .row .col.push-l10 {
        left:83.33333%
    }

    .row .col.offset-l11 {
        margin-left:91.66667%
    }

    .row .col.pull-l11 {
        right:91.66667%
    }

    .row .col.push-l11 {
        left:91.66667%
    }

    .row .col.offset-l12 {
        margin-left:100%
    }

    .row .col.pull-l12 {
        right:100%
    }

    .row .col.push-l12 {
        left:100%
    }
}

@media only screen and (min-width: 1201px) {
    .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right:auto
    }

    .row .col.offset-xl1 {
        margin-left:8.33333%
    }

    .row .col.pull-xl1 {
        right:8.33333%
    }

    .row .col.push-xl1 {
        left:8.33333%
    }

    .row .col.offset-xl2 {
        margin-left:16.66667%
    }

    .row .col.pull-xl2 {
        right:16.66667%
    }

    .row .col.push-xl2 {
        left:16.66667%
    }

    .row .col.offset-xl3 {
        margin-left:25%
    }

    .row .col.pull-xl3 {
        right:25%
    }

    .row .col.push-xl3 {
        left:25%
    }

    .row .col.offset-xl4 {
        margin-left:33.33333%
    }

    .row .col.pull-xl4 {
        right:33.33333%
    }

    .row .col.push-xl4 {
        left:33.33333%
    }

    .row .col.offset-xl5 {
        margin-left:41.66667%
    }

    .row .col.pull-xl5 {
        right:41.66667%
    }

    .row .col.push-xl5 {
        left:41.66667%
    }

    .row .col.offset-xl6 {
        margin-left:50%
    }

    .row .col.pull-xl6 {
        right:50%
    }

    .row .col.push-xl6 {
        left:50%
    }

    .row .col.offset-xl7 {
        margin-left:58.33333%
    }

    .row .col.pull-xl7 {
        right:58.33333%
    }

    .row .col.push-xl7 {
        left:58.33333%
    }

    .row .col.offset-xl8 {
        margin-left:66.66667%
    }

    .row .col.pull-xl8 {
        right:66.66667%
    }

    .row .col.push-xl8 {
        left:66.66667%
    }

    .row .col.offset-xl9 {
        margin-left:75%
    }

    .row .col.pull-xl9 {
        right:75%
    }

    .row .col.push-xl9 {
        left:75%
    }

    .row .col.offset-xl10 {
        margin-left:83.33333%
    }

    .row .col.pull-xl10 {
        right:83.33333%
    }

    .row .col.push-xl10 {
        left:83.33333%
    }

    .row .col.offset-xl11 {
        margin-left:91.66667%
    }

    .row .col.pull-xl11 {
        right:91.66667%
    }

    .row .col.push-xl11 {
        left:91.66667%
    }

    .row .col.offset-xl12 {
        margin-left:100%
    }

    .row .col.pull-xl12 {
        right:100%
    }

    .row .col.push-xl12 {
        left:100%
    }
}

a {
    text-decoration:none
}

html {
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    color:rgba(0, 0, 0, .87)
}

@media only screen and (min-width: 0) {
    html {
        font-size:14px
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size:14.5px
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size:15px
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height:1.3
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight:inherit
}

h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin:2.8rem 0 1.68rem 0
}

h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin:2.37333rem 0 1.424rem 0
}

h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin:1.94667rem 0 1.168rem 0
}

h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin:1.52rem 0 .912rem 0
}

h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin:1.09333rem 0 .656rem 0
}

h6 {
    font-size: 1.15rem;
    line-height: 110%;
    margin:.76667rem 0 .46rem 0
}

em {
    font-style:italic
}

strong {
    font-weight:500
}

small {
    font-size:75%
}

.light {
    font-weight:300
}

.thin {
    font-weight:200
}

@media only screen and (min-width: 360px) {
    .flow-text {
        font-size:1.2rem
    }
}

@media only screen and (min-width: 390px) {
    .flow-text {
        font-size:1.224rem
    }
}

@media only screen and (min-width: 420px) {
    .flow-text {
        font-size:1.248rem
    }
}

@media only screen and (min-width: 450px) {
    .flow-text {
        font-size:1.272rem
    }
}

@media only screen and (min-width: 480px) {
    .flow-text {
        font-size:1.296rem
    }
}

@media only screen and (min-width: 510px) {
    .flow-text {
        font-size:1.32rem
    }
}

@media only screen and (min-width: 540px) {
    .flow-text {
        font-size:1.344rem
    }
}

@media only screen and (min-width: 570px) {
    .flow-text {
        font-size:1.368rem
    }
}

@media only screen and (min-width: 600px) {
    .flow-text {
        font-size:1.392rem
    }
}

@media only screen and (min-width: 630px) {
    .flow-text {
        font-size:1.416rem
    }
}

@media only screen and (min-width: 660px) {
    .flow-text {
        font-size:1.44rem
    }
}

@media only screen and (min-width: 690px) {
    .flow-text {
        font-size:1.464rem
    }
}

@media only screen and (min-width: 720px) {
    .flow-text {
        font-size:1.488rem
    }
}

@media only screen and (min-width: 750px) {
    .flow-text {
        font-size:1.512rem
    }
}

@media only screen and (min-width: 780px) {
    .flow-text {
        font-size:1.536rem
    }
}

@media only screen and (min-width: 810px) {
    .flow-text {
        font-size:1.56rem
    }
}

@media only screen and (min-width: 840px) {
    .flow-text {
        font-size:1.584rem
    }
}

@media only screen and (min-width: 870px) {
    .flow-text {
        font-size:1.608rem
    }
}

@media only screen and (min-width: 900px) {
    .flow-text {
        font-size:1.632rem
    }
}

@media only screen and (min-width: 930px) {
    .flow-text {
        font-size:1.656rem
    }
}

@media only screen and (min-width: 960px) {
    .flow-text {
        font-size:1.68rem
    }
}

@media only screen and (max-width: 360px) {
    .flow-text {
        font-size:1.2rem
    }
}

.scale-transition {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
    transition: -webkit-transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
    transition: transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
    transition:transform .3s cubic-bezier(.53, .01, .36, 1.63), -webkit-transform .3s cubic-bezier(.53, .01, .36, 1.63) !important
}

.scale-transition.scale-out {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s !important;
    transition: -webkit-transform .2s !important;
    transition: transform .2s !important;
    transition:transform .2s, -webkit-transform .2s !important
}

.scale-transition.scale-in {
    -webkit-transform: scale(1);
    transform:scale(1)
}

.card-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 24px;
    margin: .5rem 0 1rem 0;
    border-radius: 2px;
    background-color:#fff
}

.card {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius:2px
}

.card .card-title {
    font-size: 24px;
    font-weight:300
}

.card .card-title.activator {
    cursor:pointer
}

.card.large, .card.medium, .card.small {
    position:relative
}

.card.large .card-image, .card.medium .card-image, .card.small .card-image {
    max-height: 60%;
    overflow:hidden
}

.card.large .card-image + .card-content, .card.medium .card-image + .card-content, .card.small .card-image + .card-content {
    max-height:40%
}

.card.large .card-content, .card.medium .card-content, .card.small .card-content {
    max-height: 100%;
    overflow:hidden
}

.card.large .card-action, .card.medium .card-action, .card.small .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0
}

.card.small {
    height:300px
}

.card.medium {
    height:400px
}

.card.large {
    height:500px
}

.card.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.card.horizontal.large .card-image, .card.horizontal.medium .card-image, .card.horizontal.small .card-image {
    height: 100%;
    max-height: none;
    overflow:visible
}

.card.horizontal.large .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.small .card-image img {
    height:100%
}

.card.horizontal .card-image {
    max-width:50%
}

.card.horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width:auto
}

.card.horizontal .card-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position:relative
}

.card.horizontal .card-stacked .card-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow:1
}

.card.sticky-action .card-action {
    z-index:2
}

.card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom:64px
}

.card .card-image {
    position:relative
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width:100%
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding:24px
}

.card .card-content {
    padding: 24px;
    border-radius:0 0 2px 2px
}

.card .card-content p {
    margin:0
}

.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom:8px
}

.card .card-content .card-title i {
    line-height:32px
}

.card .card-action {
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, .2);
    position: relative;
    padding:16px 24px
}

.card .card-action:last-child {
    border-radius:0 0 2px 2px
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-transform:uppercase
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
    color:#ffd8a6
}

.card .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display:none
}

.card .card-reveal .card-title {
    cursor: pointer;
    display:block
}

#toast-container {
    display: block;
    position: fixed;
    z-index:10000
}

@media only screen and (max-width: 600px) {
    #toast-container {
        min-width: 100%;
        bottom:0
    }
}

@media only screen and (min-width: 601px) and(max-width: 992px) {
    #toast-container {
        left: 5%;
        bottom: 7%;
        max-width:90%
    }
}

@media only screen and (min-width: 993px) {
    #toast-container {
        top: 10%;
        right: 7%;
        max-width:86%
    }
}

.toast {
    border-radius: 2px;
    top: 35px;
    width: auto;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor:default
}

.toast .toast-action {
    color: #eeff41;
    font-weight: 500;
    margin-right: -25px;
    margin-left:3rem
}

.toast.rounded {
    border-radius:24px
}

@media only screen and (max-width: 600px) {
    .toast {
        width: 100%;
        border-radius:0
    }
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space:nowrap
}

.tabs.tabs-transparent {
    background-color:transparent
}

.tabs.tabs-transparent .tab a, .tabs.tabs-transparent .tab.disabled a, .tabs.tabs-transparent .tab.disabled a:hover {
    color:rgba(255, 255, 255, .7)
}

.tabs.tabs-transparent .tab a.active, .tabs.tabs-transparent .tab a:hover {
    color:#fff
}

.tabs.tabs-transparent .indicator {
    background-color:#fff
}

.tabs.tabs-fixed-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.tabs.tabs-fixed-width .tab {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow:1
}

.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform:uppercase
}

.tabs .tab a {
    color: rgba(238, 110, 115, .7);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition:color .28s ease, background-color .28s ease
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(246, 178, 181, .2);
    outline:0
}

.tabs .tab a.active, .tabs .tab a:hover {
    background-color: transparent;
    color:#ee6e73
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: rgba(238, 110, 115, .4);
    cursor:default
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #f6b2b5;
    will-change:left, right
}

@media only screen and (max-width: 992px) {
    .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex
    }

    .tabs .tab {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow:1
    }

    .tabs .tab a {
        padding:0 12px
    }
}

.material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
    visibility: hidden;
    background-color:#323232
}

.backdrop {
    position: absolute;
    opacity: 0;
    height: 7px;
    width: 14px;
    border-radius: 0 0 50% 50%;
    background-color: #323232;
    z-index: -1;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    visibility:hidden
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin:0 0
}

.dropdown-content:focus {
    outline:0
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align:left
}

.dropdown-content li.active, .dropdown-content li:hover {
    background-color:#eee
}

.dropdown-content li:focus {
    outline:0
}

.dropdown-content li.divider {
    min-height: 0;
    height:1px
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding:14px 16px
}

.dropdown-content li > span > label {
    top: 1px;
    left: 0;
    height:18px
}

.dropdown-content li > a > i {
    height: inherit;
    line-height: inherit;
    float: left;
    margin: 0 24px 0 0;
    width:24px
}

body.keyboard-focused .dropdown-content li:focus {
    background-color:#dadada
}

.input-field.col .dropdown-content [type=checkbox] + label {
    top: 1px;
    left: 0;
    height: 18px;
    -webkit-transform: none;
    transform:none
}

.dropdown-trigger {
    cursor: pointer
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition:.3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events:none
}

.waves-effect.waves-light .waves-ripple {
    background-color:rgba(255, 255, 255, .45)
}

.waves-effect.waves-red .waves-ripple {
    background-color:rgba(244, 67, 54, .7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color:rgba(255, 235, 59, .7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color:rgba(255, 152, 0, .7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color:rgba(156, 39, 176, .7)
}

.waves-effect.waves-green .waves-ripple {
    background-color:rgba(76, 175, 80, .7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color:rgba(0, 150, 136, .7)
}

.waves-effect input[type=button], .waves-effect input[type=reset], .waves-effect input[type=submit] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background:0 0
}

.waves-effect img {
    position: relative;
    z-index:-1
}

.waves-notransition {
    -webkit-transition: none !important;
    transition:none !important
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image:-webkit-radial-gradient(circle, white 100%, black 100%)
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align:bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index:1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image:none
}

.waves-block {
    display:block
}

.waves-effect .waves-ripple {
    z-index:-1
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change:top, opacity
}

.modal:focus {
    outline:0
}

@media only screen and (max-width: 992px) {
    .modal {
        width:80%
    }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top:0
}

.modal .modal-content {
    padding:24px
}

.modal .modal-close {
    cursor:pointer
}

.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align:right
}

.modal .modal-footer .btn, .modal .modal-footer .btn-flat {
    margin:6px 0
}

.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change:opacity
}

.modal.modal-fixed-footer {
    padding: 0;
    height:70%
}

.modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y:auto
}

.modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    bottom:0
}

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change:bottom, opacity
}

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin:.5rem 0 1rem 0
}

.collapsible-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom:1px solid #ddd
}

.collapsible-header:focus {
    outline:0
}

.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right:1rem
}

.keyboard-focused .collapsible-header:focus {
    background-color:#eee
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:2rem
}

.sidenav .collapsible, .sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow:none
}

.sidenav .collapsible li, .sidenav.fixed .collapsible li {
    padding:0
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding:0 16px
}

.sidenav .collapsible-header:hover, .sidenav.fixed .collapsible-header:hover {
    background-color:rgba(0, 0, 0, .05)
}

.sidenav .collapsible-header i, .sidenav.fixed .collapsible-header i {
    line-height:inherit
}

.sidenav .collapsible-body, .sidenav.fixed .collapsible-body {
    border: 0;
    background-color:#fff
}

.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
    padding:0 23.5px 0 31px
}

.collapsible.popout {
    border: none;
    -webkit-box-shadow: none;
    box-shadow:none
}

.collapsible.popout > li {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin: 0 24px;
    -webkit-transition: margin .35s cubic-bezier(.25, .46, .45, .94);
    transition:margin .35s cubic-bezier(.25, .46, .45, .94)
}

.collapsible.popout > li.active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    margin:16px 0
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right:5px
}

.chip:focus {
    outline: 0;
    background-color: #26a69a;
    color:#fff
}

.chip > img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius:50%
}

.chip .close {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left:8px
}

.chips {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 8px 0;
    min-height: 45px;
    outline: 0;
    -webkit-transition: all .3s;
    transition:all .3s
}

.chips.focus {
    border-bottom: 1px solid #26a69a;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow:0 1px 0 0 #26a69a
}

.chips:hover {
    cursor:text
}

.chips .input {
    background: 0 0;
    border: 0;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    font-size: 16px;
    height: 3rem;
    line-height: 32px;
    outline: 0;
    margin: 0;
    padding: 0 !important;
    width:120px !important
}

.chips .input:focus {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow:none !important
}

.chips .autocomplete-content {
    margin-top: 0;
    margin-bottom:0
}

.prefix ~ .chips {
    margin-left: 3rem;
    width: 92%;
    width:calc(100% - 3rem)
}

.chips:empty ~ label {
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    transform:translateY(-140%)
}

.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-backface-visibility:hidden
}

.materialboxed:hover:not(.active) {
    opacity:.8
}

.materialboxed.active {
    cursor: -webkit-zoom-out;
    cursor:zoom-out
}

#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change:opacity
}

.materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing:antialiased
}

.table-of-contents.fixed {
    position:fixed
}

.table-of-contents li {
    padding:2px 0
}

.table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 16px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display:inline-block
}

.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 15px;
    border-left:1px solid #ee6e73
}

.table-of-contents a.active {
    font-weight: 500;
    padding-left: 14px;
    border-left:2px solid #ee6e73
}

.sidenav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform:translateX(-105%)
}

.sidenav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform:translateX(100%)
}

.sidenav .collapsible {
    margin:0
}

.sidenav li {
    float: none;
    line-height:48px
}

.sidenav li.active {
    background-color:rgba(0, 0, 0, .05)
}

.sidenav li > a {
    color: rgba(0, 0, 0, .87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding:0 32px
}

.sidenav li > a:hover {
    background-color:rgba(0, 0, 0, .05)
}

.sidenav li > a.btn, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating, .sidenav li > a.btn-large {
    margin:10px 15px
}

.sidenav li > a.btn, .sidenav li > a.btn-floating, .sidenav li > a.btn-large {
    color:#fff
}

.sidenav li > a.btn-flat {
    color:#343434
}

.sidenav li > a.btn-large:hover, .sidenav li > a.btn:hover {
    background-color:#2bbbad
}

.sidenav li > a.btn-floating:hover {
    background-color:#26a69a
}

.sidenav li > a li > a > [class * =mdi-], .sidenav li > a > [class^=mdi-], .sidenav li > a > i, .sidenav li > a > i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color:rgba(0, 0, 0, .54)
}

.sidenav .divider {
    margin:8px 0 0 0
}

.sidenav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, .54);
    font-size: 14px;
    font-weight: 500;
    line-height:48px
}

.sidenav .subheader:hover {
    background-color:transparent
}

.sidenav .user-view {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom:8px
}

.sidenav .user-view > a {
    height: auto;
    padding:0
}

.sidenav .user-view > a:hover {
    background-color:transparent
}

.sidenav .user-view .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1
}

.sidenav .user-view .circle, .sidenav .user-view .email, .sidenav .user-view .name {
    display:block
}

.sidenav .user-view .circle {
    height: 64px;
    width:64px
}

.sidenav .user-view .email, .sidenav .user-view .name {
    font-size: 14px;
    line-height:24px
}

.sidenav .user-view .name {
    margin-top: 16px;
    font-weight:500
}

.sidenav .user-view .email {
    padding-bottom: 16px;
    font-weight:400
}

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index:998
}

.drag-target.right-aligned {
    right:0
}

.sidenav.sidenav-fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position:fixed
}

.sidenav.sidenav-fixed.right-aligned {
    right: 0;
    left:auto
}

@media only screen and (max-width: 992px) {
    .sidenav.sidenav-fixed {
        -webkit-transform: translateX(-105%);
        transform:translateX(-105%)
    }

    .sidenav.sidenav-fixed.right-aligned {
        -webkit-transform: translateX(105%);
        transform:translateX(105%)
    }

    .sidenav > a {
        padding:0 16px
    }

    .sidenav .user-view {
        padding:16px 16px 0
    }
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color:#ee6e73
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active a, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color:#fff
}

.sidenav .collapsible-body {
    padding:0
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 997;
    display:none
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 50px;
    height:50px
}

.preloader-wrapper.small {
    width: 36px;
    height:36px
}

.preloader-wrapper.big {
    width: 64px;
    height:64px
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation:container-rotate 1568ms linear infinite
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform:rotate(360deg)
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg)
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color:#26a69a
}

.spinner-blue, .spinner-blue-only {
    border-color:#4285f4
}

.spinner-red, .spinner-red-only {
    border-color:#db4437
}

.spinner-yellow, .spinner-yellow-only {
    border-color:#f4b400
}

.spinner-green, .spinner-green-only {
    border-color:#0f9d58
}

.active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation:fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .spinner-layer.spinner-red {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation:fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .spinner-layer.spinner-yellow {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation:fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .spinner-layer.spinner-green {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation:fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-green-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation:fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform:rotate(135deg)
    }

    25% {
        -webkit-transform:rotate(270deg)
    }

    37.5% {
        -webkit-transform:rotate(405deg)
    }

    50% {
        -webkit-transform:rotate(540deg)
    }

    62.5% {
        -webkit-transform:rotate(675deg)
    }

    75% {
        -webkit-transform:rotate(810deg)
    }

    87.5% {
        -webkit-transform:rotate(945deg)
    }

    to {
        -webkit-transform:rotate(1080deg)
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform:rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform:rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform:rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform:rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform:rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform:rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform:rotate(945deg)
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform:rotate(1080deg)
    }
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity:1
    }

    25% {
        opacity:1
    }

    26% {
        opacity:0
    }

    89% {
        opacity:0
    }

    90% {
        opacity:1
    }

    100% {
        opacity:1
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity:1
    }

    25% {
        opacity:1
    }

    26% {
        opacity:0
    }

    89% {
        opacity:0
    }

    90% {
        opacity:1
    }

    100% {
        opacity:1
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity:0
    }

    15% {
        opacity:0
    }

    25% {
        opacity:1
    }

    50% {
        opacity:1
    }

    51% {
        opacity:0
    }
}

@keyframes red-fade-in-out {
    from {
        opacity:0
    }

    15% {
        opacity:0
    }

    25% {
        opacity:1
    }

    50% {
        opacity:1
    }

    51% {
        opacity:0
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity:0
    }

    40% {
        opacity:0
    }

    50% {
        opacity:1
    }

    75% {
        opacity:1
    }

    76% {
        opacity:0
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity:0
    }

    40% {
        opacity:0
    }

    50% {
        opacity:1
    }

    75% {
        opacity:1
    }

    76% {
        opacity:0
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity:0
    }

    65% {
        opacity:0
    }

    75% {
        opacity:1
    }

    90% {
        opacity:1
    }

    100% {
        opacity:0
    }
}

@keyframes green-fade-in-out {
    from {
        opacity:0
    }

    65% {
        opacity:0
    }

    75% {
        opacity:1
    }

    90% {
        opacity:1
    }

    100% {
        opacity:0
    }
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color:inherit
}

.gap-patch .circle {
    width: 1000%;
    left:-450%
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color:inherit
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom:0
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform:rotate(129deg)
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform:rotate(-129deg)
}

.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation:left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation:right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform:rotate(130deg)
    }

    50% {
        -webkit-transform:rotate(-5deg)
    }

    to {
        -webkit-transform:rotate(130deg)
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform:rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform:rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg);
        transform:rotate(130deg)
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform:rotate(-130deg)
    }

    50% {
        -webkit-transform:rotate(5deg)
    }

    to {
        -webkit-transform:rotate(-130deg)
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform:rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform:rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform:rotate(-130deg)
    }
}

#spinnerContainer.cooldown {
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out .4s cubic-bezier(.4, 0, .2, 1);
    animation:container-rotate 1568ms linear infinite, fade-out .4s cubic-bezier(.4, 0, .2, 1)
}

@-webkit-keyframes fade-out {
    from {
        opacity:1
    }

    to {
        opacity:0
    }
}

@keyframes fade-out {
    from {
        opacity:1
    }

    to {
        opacity:0
    }
}

.slider {
    position: relative;
    height: 400px;
    width:100%
}

.slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0
}

.slider.fullscreen ul.slides {
    height:100%
}

.slider.fullscreen ul.indicators {
    z-index: 2;
    bottom:30px
}

.slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height:400px
}

.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow:hidden
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position:center
}

.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    opacity:0
}

.slider .slides li .caption p {
    color:#e0e0e0
}

.slider .slides li.active {
    z-index:2
}

.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0
}

.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 12px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius:50%
}

.slider .indicators .indicator-item.active {
    background-color:#4caf50
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin:0% 50%
}

.carousel.carousel-slider {
    top: 0;
    left:0
}

.carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index:1
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom:68px
}

.carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left:0
}

.carousel.carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height:32px
}

.carousel.carousel-slider .carousel-item p {
    font-size:15px
}

.carousel .carousel-item {
    visibility: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left:0
}

.carousel .carousel-item > img {
    width:100%
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0
}

.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius:50%
}

.carousel .indicators .indicator-item.active {
    background-color:#fff
}

.carousel .carousel-item:not(.active) .materialboxed, .carousel.scrolling .carousel-item .materialboxed {
    pointer-events:none
}

.tap-target-wrapper {
    width: 800px;
    height: 800px;
    position: fixed;
    z-index: 1000;
    visibility: hidden;
    -webkit-transition: visibility 0s .3s;
    transition:visibility 0s .3s
}

.tap-target-wrapper.open {
    visibility: visible;
    -webkit-transition: visibility 0s;
    transition:visibility 0s
}

.tap-target-wrapper.open .tap-target {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .95;
    -webkit-transition: opacity .3s cubic-bezier(.42, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
    transition: opacity .3s cubic-bezier(.42, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
    transition: transform .3s cubic-bezier(.42, 0, .58, 1), opacity .3s cubic-bezier(.42, 0, .58, 1);
    transition:transform .3s cubic-bezier(.42, 0, .58, 1), opacity .3s cubic-bezier(.42, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1)
}

.tap-target-wrapper.open .tap-target-wave::before {
    -webkit-transform: scale(1);
    transform:scale(1)
}

.tap-target-wrapper.open .tap-target-wave::after {
    visibility: visible;
    -webkit-animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
    -webkit-transition: opacity .3s, visibility 0s 1s, -webkit-transform .3s;
    transition: opacity .3s, visibility 0s 1s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s 1s;
    transition:opacity .3s, transform .3s, visibility 0s 1s, -webkit-transform .3s
}

.tap-target {
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    background-color: #ee6e73;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 10px 50px 0 rgba(0, 0, 0, .12), 0 30px 10px -20px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 10px 50px 0 rgba(0, 0, 0, .12), 0 30px 10px -20px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .3s cubic-bezier(.42, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
    transition: opacity .3s cubic-bezier(.42, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
    transition: transform .3s cubic-bezier(.42, 0, .58, 1), opacity .3s cubic-bezier(.42, 0, .58, 1);
    transition:transform .3s cubic-bezier(.42, 0, .58, 1), opacity .3s cubic-bezier(.42, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1)
}

.tap-target-content {
    position: relative;
    display:table-cell
}

.tap-target-wave {
    position: absolute;
    border-radius: 50%;
    z-index:10001
}

.tap-target-wave::after, .tap-target-wave::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color:#fff
}

.tap-target-wave::before {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition:transform .3s, -webkit-transform .3s
}

.tap-target-wave::after {
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0s, -webkit-transform .3s;
    transition: opacity .3s, visibility 0s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s;
    transition: opacity .3s, transform .3s, visibility 0s, -webkit-transform .3s;
    z-index:-1
}

.tap-target-origin {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10002;
    position:absolute !important
}

.tap-target-origin:not(.btn), .tap-target-origin:not(.btn):hover {
    background:0 0
}

@media only screen and (max-width: 600px) {
    .tap-target, .tap-target-wrapper {
        width: 600px;
        height:600px
    }
}

.pulse {
    overflow: visible;
    position:relative
}

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
    z-index:-1
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform:scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform:scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform:scale(1.5)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform:scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform:scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform:scale(1.5)
    }
}

.datepicker-modal {
    max-width: 325px;
    min-width: 300px;
    max-height:none
}

.datepicker-container.modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:0
}

.datepicker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 280px;
    margin:0 auto
}

.datepicker-controls .selects-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.datepicker-controls .select-wrapper input {
    border-bottom: none;
    text-align: center;
    margin:0
}

.datepicker-controls .select-wrapper input:focus {
    border-bottom:none
}

.datepicker-controls .select-wrapper .caret {
    display:none
}

.datepicker-controls .select-year input {
    width:50px
}

.datepicker-controls .select-month input {
    width:70px
}

.month-next, .month-prev {
    margin-top: 4px;
    cursor: pointer;
    background-color: transparent;
    border:none
}

.datepicker-date-display {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    background-color: #26a69a;
    color: #fff;
    padding: 20px 22px;
    font-weight:500
}

.datepicker-date-display .year-text {
    display: block;
    font-size: 1.5rem;
    line-height: 25px;
    color:rgba(255, 255, 255, .7)
}

.datepicker-date-display .date-text {
    display: block;
    font-size: 2.8rem;
    line-height: 47px;
    font-weight:500
}

.datepicker-calendar-container {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5 auto;
    flex:2.5 auto
}

.datepicker-table {
    width: 280px;
    font-size: 1rem;
    margin:0 auto
}

.datepicker-table thead {
    border-bottom:none
}

.datepicker-table th {
    padding: 10px 5px;
    text-align:center
}

.datepicker-table tr {
    border:none
}

.datepicker-table abbr {
    text-decoration: none;
    color:#999
}

.datepicker-table td {
    border-radius: 50%;
    padding:0
}

.datepicker-table td.is-today {
    color:#26a69a
}

.datepicker-table td.is-selected {
    background-color: #26a69a;
    color:#fff
}

.datepicker-table td.is-disabled, .datepicker-table td.is-outside-current-month {
    color: rgba(0, 0, 0, .3);
    pointer-events:none
}

.datepicker-day-button {
    background-color: transparent;
    border: none;
    line-height: 38px;
    display: block;
    width: 100%;
    border-radius: 50%;
    padding: 0 5px;
    cursor: pointer;
    color:inherit
}

.datepicker-day-button:focus {
    background-color:rgba(43, 161, 150, .25)
}

.datepicker-footer {
    width: 280px;
    margin: 0 auto;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

.datepicker-cancel, .datepicker-clear, .datepicker-done, .datepicker-today {
    color: #26a69a;
    padding:0 1rem
}

.datepicker-clear {
    color:#f44336
}

@media only screen and (min-width: 601px) {
    .datepicker-modal {
        max-width:625px
    }

    .datepicker-container.modal-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction:row
    }

    .datepicker-date-display {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 270px;
        flex:0 1 270px
    }

    .datepicker-controls, .datepicker-footer, .datepicker-table {
        width:320px
    }

    .datepicker-day-button {
        line-height:44px
    }
}

.timepicker-modal {
    max-width: 325px;
    max-height:none
}

.timepicker-container.modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:0
}

.text-primary {
    color:#fff
}

.timepicker-digital-display {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    background-color: #26a69a;
    padding: 10px;
    font-weight:300
}

.timepicker-text-container {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.timepicker-span-am-pm div, .timepicker-span-hours, .timepicker-span-minutes {
    cursor:pointer
}

.timepicker-span-hours {
    margin-right:3px
}

.timepicker-span-minutes {
    margin-left:3px
}

.timepicker-display-am-pm {
    font-size: 1.3rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    font-weight:400
}

.timepicker-analog-display {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5 auto;
    flex:2.5 auto
}

.timepicker-plate {
    background-color: #eee;
    border-radius: 50%;
    width: 270px;
    height: 270px;
    overflow: visible;
    position: relative;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.timepicker-canvas, .timepicker-dial {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0
}

.timepicker-minutes {
    visibility:hidden
}

.timepicker-tick {
    border-radius: 50%;
    color: rgba(0, 0, 0, .87);
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    font-size:15px
}

.timepicker-tick.active, .timepicker-tick:hover {
    background-color:rgba(38, 166, 154, .25)
}

.timepicker-dial {
    -webkit-transition: opacity 350ms, -webkit-transform 350ms;
    transition: opacity 350ms, -webkit-transform 350ms;
    transition: transform 350ms, opacity 350ms;
    transition:transform 350ms, opacity 350ms, -webkit-transform 350ms
}

.timepicker-dial-out {
    opacity:0
}

.timepicker-dial-out.timepicker-hours {
    -webkit-transform: scale(1.1, 1.1);
    transform:scale(1.1, 1.1)
}

.timepicker-dial-out.timepicker-minutes {
    -webkit-transform: scale(.8, .8);
    transform:scale(.8, .8)
}

.timepicker-canvas {
    -webkit-transition: opacity 175ms;
    transition:opacity 175ms
}

.timepicker-canvas line {
    stroke: #26a69a;
    stroke-width: 4;
    stroke-linecap:round
}

.timepicker-canvas-out {
    opacity:.25
}

.timepicker-canvas-bearing {
    stroke: none;
    fill:#26a69a
}

.timepicker-canvas-bg {
    stroke: none;
    fill:#26a69a
}

.timepicker-footer {
    margin: 0 auto;
    padding: 5px 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

.timepicker-clear {
    color:#f44336
}

.timepicker-close {
    color:#26a69a
}

.timepicker-clear, .timepicker-close {
    padding:0 20px
}

@media only screen and (min-width: 601px) {
    .timepicker-modal {
        max-width:600px
    }

    .timepicker-container.modal-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction:row
    }

    .timepicker-text-container {
        top:32%
    }

    .timepicker-display-am-pm {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top:1.2rem
    }
}

.mw1340 {
    max-width:1340px !important
}

.mw1240 {
    max-width:1240px !important
}

.mw1340-p {
    max-width: 1340px !important;
    padding:0 50px
}

.mauto {
    margin-left: auto !important;
    margin-right:auto !important
}

input.input-error {
    border-color:#ff6d6d
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline:0 !important
}

.pl0 {
    padding-left:0 !important
}

.flex-wrap {
    flex-wrap:wrap !important
}

.grid {
    margin-left:0
}

.grid__item {
    padding:0
}

.relative {
    position:relative
}

.p_qty {
    width: 80px;
    height: 52px;
    padding: 0 15px;
    font-size: 18rem;
    line-height: 27px;
    background: #fff;
    border:3px solid #d3d3d3
}

.prot {
    border:1px solid #000
}

.none {
    display:none !important
}

.form-control {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 8px;
    font-size: 16rem;
    background: #fff !important;
    border:1px solid #d2d2d2
}

.form-control + p {
    width: 100%;
    text-align:center
}

.form-control:focus {
    border:2px solid #024424
}

.form-control:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
    outline:0
}

.flex-wrap {
    display: flex;
    flex-wrap:wrap
}

.flex-nowrap {
    display: flex;
    flex-wrap:nowrap
}

input[type=text], textarea {
    -webkit-appearance:none
}

html {
    font-size:6.25%
}

body {
    width:100%
}

.page-loading {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .9;
    top: 0;
    left: 0;
    position: fixed;
    z-index:1000
}

.page-loading__img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width:80px
}

html.wf-active #app {
    display:block
}

html.wf-active .page-loading {
    display:none
}

h1, h2, h3, h4, h5, p {
    margin:0
}

ol, ul {
    list-style: none;
    margin: 0;
    padding-left:0
}

a {
    text-decoration:none
}

a > * {
    transition:all .2s ease-in-out
}

a:link {
    color:#000
}

a:hover > * {
    opacity:.8
}

a:visited {
    color:transparent
}

button {
    transition: all .2s ease-in-out;
    border:none
}

button:hover {
    opacity:.8
}

body {
    font-family:noto-sans-cjk-jp, sans-serif
}

em {
    font-style: normal;
    font-family:din-2014-narrow, sans-serif
}

#app {
    margin-left: auto;
    margin-right: auto;
    background:#fff
}

.din {
    font-family:din-2014-narrow !important
}

.ml-20 {
    margin-left:20px
}

.mr-20 {
    margin-right:20px
}

.form_radio_ex input[type=radio] {
    display:none
}

.form_radio_ex input[type=radio] + label {
    display: flex;
    align-items: center;
    cursor:pointer
}

.form_radio_ex input[type=radio] + label span {
    display: inline-block;
    position: relative;
    margin-right: 1em;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius:999px
}

.form_radio_ex input[type=radio]:checked + label span {
    background: #024424;
    border:3px solid #fff
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 80px;
    background: #000;
    border-radius:5px
}

.btn:link {
    color:#fff !important
}

.btn:visited {
    color:#fff !important
}

body {
    font-family: noto-sans-cjk-jp, sans-serif;
    min-width: unset;
    font-weight:500
}

em {
    font-style: normal;
    font-family: din-2014-narrow, sans-serif;
    font-weight:600
}

.font-thin {
    font-weight: 100;
    font-weight:200
}

@media all and (min-width: 1024px) {
    body {
        font-size:13rem
    }

    .sp {
        display:none !important
    }

    .pagesMainInner {
        width: 100%;
        max-width: 1340px;
        margin:0 auto
    }

    .cBox {
        display: flex;
        justify-content: center;
        padding:40px 0
    }

    .cSection {
        display: flex;
        justify-content:center
    }

    .cSectionInner {
        width: 100%;
        padding:0 50px
    }

    .cSection h2 {
        font-size:90rem
    }

    .cLink {
        display: inline-block;
        padding-bottom: 6px;
        font-size: 25rem;
        line-height:1
    }

    .cLink i {
        padding-left:20px
    }

    .cLink i img {
        width:11px
    }

    .cButton {
        display: inline-block;
        font-size:25rem
    }

    .gheader {
        position: absolute;
        top: 40px;
        z-index: 99;
        width: 100%;
        height: 150px;
        padding: 0 50px;
        background:rgba(255, 255, 255, .96)
    }

    .gheaderBox_1 {
        display: flex;
        align-items: center;
        position: absolute;
        right: 50px;
        top:22px
    }

    .gheaderLocal {
        padding-left:25px
    }

    .gheaderLocal ul {
        display:flex
    }

    .gheaderLocal ul li {
        display: flex;
        align-items: center;
        font-size: 18rem;
        color:rgba(0, 0, 0, .12)
    }

    .gheaderLocal ul li::after {
        content: '';
        display: block;
        height: 15px;
        margin: 0 10px;
        border-right:1px solid rgba(0, 0, 0, .19)
    }

    .gheaderLocal ul li:last-of-type {
        border-right:none
    }

    .gheaderLocal ul li:last-of-type::after {
        display:none
    }

    .gheaderLocal ul li.active {
        color:#000
    }

    .gheaderLocal ul li span {
        display: flex;
        justify-content:center
    }

    .gheaderBox_2 {
        display: flex;
        position: absolute;
        right: 50px;
        bottom:35px
    }

    .gheaderSearch {
        display: flex;
        align-items:center
    }

    .gheaderSearch::after {
        content: '';
        display: block;
        height: 15px;
        border-right:1px solid rgba(0, 0, 0, .19)
    }

    .gheaderSearch a {
        padding: 0 15px;
        line-height:0
    }

    .gheaderSearch a i img {
        width: 16px;
        height:16px
    }

    .gheaderLogin {
        display: flex;
        align-items: center;
        font-size:15rem
    }

    .gheaderLogin::after {
        content: '';
        display: block;
        height: 13px;
        border-right:1px solid rgba(0, 0, 0, .19)
    }

    .gheaderLogin a {
        padding:0 10px
    }

    .gheaderCart {
        display: flex;
        align-items: center;
        padding-left:15px
    }

    .gheaderCart i img {
        width: 23px;
        height:29px
    }

    .gheaderCartLink {
        display:flex
    }

    .gheaderCartQty {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        margin-left: 9px;
        color: #fff;
        background: #024424;
        border-radius:30px
    }

    #stickyheader {
        transition: all .2s ease-in-out;
        opacity: 0;
        position: fixed;
        top: -60px;
        z-index: 999;
        width: 100%;
        height: 100px;
        padding: 0 50px;
        color: #fff;
        background:rgba(255, 255, 255, .96)
    }

    #stickyheader.sticky {
        opacity: 1;
        top:0
    }

    #stickyheader h1 img {
        height:35px
    }

    .gfooter {
        height: 300px;
        border-top:3px solid #000
    }

    .gfooterInner {
        width: auto;
        padding: 0 50px;
        margin-left: auto;
        margin-right: auto;
        max-width:1340px !important
    }

    .gfooterInnerBox_1 {
        width: 100%;
        padding-top: 50px;
        max-width:1340px
    }

    .gfooterInnerBox_2 {
        display: flex;
        padding: 70px 0;
        color: #777;
        max-width:1340px
    }

    .gfooterInnerBox_2 small {
        opacity:.3
    }

    .gfooterInnerLogo {
        margin-right:25px
    }

    .gfooterInnerLogo img {
        width:124px
    }

    .gfooterInnerNewsletter {
        display: flex;
        flex-wrap:wrap
    }

    .gfooterInnerNewsletter button, .gfooterInnerNewsletter input, .gfooterInnerNewsletter label {
        display: flex;
        align-items: center;
        height:40px
    }

    .gfooterInnerNewsletter label {
        width: 100%;
        margin-right: 37px;
        font-size:20rem
    }

    .gfooterInnerNewsletter button, .gfooterInnerNewsletter input {
        border:3px solid #000
    }

    .gfooterInnerNewsletter input {
        width: 440px;
        padding:0 15px
    }

    .gfooterInnerNewsletter input::placeholder {
        color:#d2d2d2
    }

    .gfooterInnerNewsletter button {
        justify-content: center;
        width: 75px;
        font-size: 14rem;
        color: #fff;
        background: #024424;
        border: 3px solid #000;
        border-radius: 0;
        margin-left:-3px
    }

    .gfooterInner nav ul {
        display:flex
    }

    .gfooterInner nav ul li {
        margin-right:25px
    }

    .gfooterInner nav ul li:last-of-type {
        margin-right:0
    }

    .c_notice {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        font-size:15rem
    }

    .c_instagram {
        border-top:3px solid #000
    }

    .c_instagramInner {
        padding: 50px !important;
        margin-left: auto;
        margin-right: auto;
        max-width:1340px !important
    }

    .c_instagramLead {
        width:440px
    }

    .c_instagramLeadInner h4 {
        margin-bottom: 10px;
        font-size:40rem
    }

    .c_instagramLeadInner .note {
        margin-bottom: 30px;
        line-height:1.8
    }

    .c_instagramBlock {
        display: flex;
        max-width: 890px;
        width: auto;
        flex-wrap:wrap
    }

    .c_instagramBlock > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 220px;
        height:220px
    }

    .c_instagramBlock > div > a {
        display: flex;
        align-items:center
    }

    .c_instagramBlock > div:nth-of-type(2n + 1) {
        background:#024424
    }

    .c_instagramBlock > div:nth-of-type(3) {
        margin-left:10px
    }

    .c_instagramBlock > div:nth-of-type(2n + 1) a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 15rem;
        color:#fff
    }

    .c_instagramBlock > div:nth-of-type(2n + 1) a span {
        display: block;
        text-align:center
    }

    .c_instagramBlock > div:nth-of-type(2n + 1) a i {
        display: block;
        margin-bottom:5px
    }

    .c_instagramBlock > div:nth-of-type(2n + 1) a i img {
        width:44px
    }

    .c_instagramBlock > div img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .c_gnav {
        display: flex;
        align-items: flex-end;
        position: absolute;
        bottom:40px
    }

    .c_gnav header h1 {
        line-height:0
    }

    .c_gnav header h1 img {
        height:65px
    }
}

@media all and (min-width: 1024px) and(max-width: 1080px) {
    .c_gnav header h1 img {
        height:50px
    }
}

@media all and (min-width: 1024px) {
    .c_gnav nav ul {
        display:flex
    }

    .c_gnav nav ul li {
        margin-left:25px
    }

    .c_gnav nav ul li a {
        display: flex;
        align-items: center;
        font-size:20rem
    }

    .c_gnav nav ul li a i {
        padding-left: 5px;
        line-height:0
    }

    .c_gnav nav ul li a i img {
        width:8px
    }

    .c_gnav nav .dropdown-content {
        display:none
    }

    .c_gnav nav .dropdown-content li {
        margin-left:0
    }

    .c_item-list {
        width: auto;
        max-width: 1340px;
        margin: 0 auto;
        padding:0 50px
    }

    .c_item-list ul {
        display: flex;
        flex-wrap:wrap
    }

    .c_item-list ul li {
        width: auto;
        max-width: calc((100% - 40px) / 3);
        padding-bottom:65px
    }

    .c_item-list ul li a {
        display:inline-block
    }

    .c_item-list ul li:nth-of-type(3n-1) {
        margin:0 20px
    }

    .c_item-list ul li h3 {
        margin: 30px 0 15px;
        text-align:center
    }

    .c_item-list ul li h3 > b {
        display: block;
        margin-bottom: 20px;
        font-size: 21rem;
        font-weight:700
    }

    .c_item-list ul li h3 > span {
        display: inline-block;
        font-size: 15rem;
        font-weight: 700;
        line-height:1.5
    }

    .c_item-list ul li p {
        display: flex;
        justify-content: center;
        align-items:flex-end
    }

    .c_item-list ul li p b {
        margin-right: 10px;
        font-size: 21rem;
        font-style: normal;
        font-weight:700
    }

    .c_item-list ul li p span {
        padding-bottom: 4px;
        font-size: 10rem;
        color:#949494
    }

    .c_item-list ul li.js-sku-item.active {
        display: inline-block !important;
        margin:0 !important
    }

    .c_item-list ul li.js-sku-item.active.pc-margin {
        margin:0 20px !important
    }

    .c_item-listImage {
        width: 100%;
        height:auto
    }

    .c_item-listImage img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .dropdown-content.c_filter {
        position: absolute;
        padding: 30px !important;
        box-shadow:0 5px 20px 0 rgba(0, 0, 0, .15)
    }

    .dropdown-content.c_filter > li:hover {
        background:0 0
    }

    .dropdown-content.c_filter > div {
        margin-bottom:35px
    }

    .dropdown-content.c_filter > div:focus {
        outline:0
    }

    .dropdown-content.c_filter > div > b {
        display: block;
        font-size: 15rem;
        padding-bottom:10px
    }

    .dropdown-content.c_filter > div:last-of-type {
        margin-bottom:0
    }

    .dropdown-content.c_filter input[type=checkbox] {
        display:none
    }

    .dropdown-content.c_filter input[type=checkbox]:checked {
        border: none;
        box-shadow: none;
        outline:0
    }

    .dropdown-content.c_filter input[type=checkbox] + label {
        display: flex;
        align-items: center;
        height: 36px;
        margin-right: 10px;
        padding: 0 20px;
        color: #777;
        border: 1px solid #d2d2d2;
        border-radius:3px
    }

    .dropdown-content.c_filter input[type=checkbox]:checked + label {
        color: #fff !important;
        background: #024424;
        border-color:#000
    }

    .dropdown-content.c_filter .filterBlock {
        display: flex;
        border: none;
        box-shadow: none;
        flex-wrap:wrap
    }

    .dropdown-content.c_filter .filterFooter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 580px;
        margin-bottom:0
    }

    .dropdown-content.c_filter .filterFooter button[type=submit] {
        width: 455px;
        height: 56px;
        color: #fff;
        background: #024424;
        border-radius:5px
    }

    .dropdown-content.c_filter .filterFooter button[type=button] {
        width: 455px;
        height: 56px;
        color: #fff;
        background: #024424;
        border-radius:5px
    }

    .dropdown-content.c_filter .filterFooterReset {
        display: flex;
        justify-content:center
    }

    .dropdown-content.c_filter .filterFooterReset button[type=reset] {
        height: 20px;
        background:0 0
    }

    .dropdown-content.c_filter .filterFooterReset button[type=reset] span {
        color: #949494;
        border-bottom:1px solid #949494
    }

    .dropdown-content.c_filter .close {
        position: absolute;
        top: 27px;
        right:27px
    }

    .dropdown-content.c_filter .close i img {
        width:17px
    }

    .c_gnav nav ul li a i {
        padding-left:8px
    }

    .c_gnav nav ul li a em {
        display:none
    }

    html.wf-active .c_gnav nav ul li a em {
        display: flex;
        font-size: 25rem;
        line-height:1
    }

    #stickyheader ul li a em {
        line-height:.75
    }

    .gheader {
        min-width:unset
    }

    .gheader__lang {
        font-size: 18px;
        font-weight:600
    }

    .gheaderLogin em, .gheader__login {
        font-size: 25rem;
        font-weight:600
    }

    .gheaderCartQty {
        font-family:sans-serif
    }

    .cSectionInner__viewLookBook {
        letter-spacing:.05em
    }

    .cSecionInner__viewAbout {
        letter-spacing:.05em
    }

    .cSecionInner__arrowRight {
        padding-left:10px !important
    }

    .c_instagram__note {
        font-size:15rem
    }

    .gfooter__news {
        font-weight:600
    }

    .gfooter__nav {
        display: flex;
        flex-wrap: wrap;
        align-items:flex-end
    }

    .gfooter__nav > nav {
        width:100%
    }

    .gfooter__nav > div {
        width: 100%;
        padding-bottom:3px
    }

    .gfooter__nav > div small {
        font-size: 11rem;
        line-height:13px
    }

    .gfooter__navItem {
        font-weight:400
    }

    .gheaderBox_2 {
        bottom:37px
    }
}

@media all and (min-width: 1024px) and(max-width: 1080px) {
    .gheaderBox_2 {
        bottom:35px
    }
}

@media all and (min-width: 1024px) {
    #stickyheader .gheaderBox_2 {
        bottom: 25px;
        line-height:1
    }

    #stickyheader .c_gnav {
        bottom:30px
    }

    .lookbookHeader__subtitle {
        font-size: 25rem !important;
        line-height: 32px;
        margin-bottom: 0 !important;
        display: block;
        padding-bottom:9px
    }

    .lookbookHeader__title {
        font-size: 70rem !important;
        line-height: 1;
        font-weight: 600 !important;
        display: flex !important;
        align-items: center;
        font-size:32rem
    }

    .lookbookHeader__title__x {
        width: 47px;
        height:47px
    }

    .lookbookHeader__title .vintage-x {
        padding-left: 5px;
        padding-right:5px
    }

    .pl10 {
        padding-left:10px !important
    }

    .homeAboutLead {
        letter-spacing:.1em
    }

    .lookbookHeader__title .vu-x {
        transform: scale(1.2, 1);
        display: inline-block;
        font-size: 70rem;
        font-weight: 200;
        margin-left: 10px;
        margin-right:10px
    }

    .product-grid-card__title {
        text-align: left !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
        letter-spacing:.05em !important
    }

    .product-grid-card__title__name {
        font-size: 21rem !important;
        display: inline-block !important;
        width: 100% !important;
        line-height: 31px !important;
        margin-bottom: 3px !important;
        width:100%
    }

    .product-grid-card__title__name em {
        letter-spacing:initial !important
    }

    .product-grid-card__title__variants {
        line-height: 22px;
        font-size: 15rem;
        margin-bottom:3px
    }

    .product-grid-card__title__variants-variant {
        font-weight:700
    }

    .product-grid-card .c_item-variant-sep {
        font-size: 15rem;
        margin-left: 3px;
        margin-right: 3px;
        font-weight:400
    }

    .product-grid-card .c_item-price-wrapper {
        justify-content:left
    }

    .product-grid-card .c_item-price-wrapper b {
        font-size: 20rem;
        margin-right:6px
    }

    .aboutHeaderTextInner__title {
        font-size: 39rem !important;
        line-height:200% !important
    }
}

@media all and (min-width: 1024px) and(max-width: 1080px) {
    .aboutHeaderTextInner__title {
        font-size:35rem !important
    }
}

@media all and (min-width: 1024px) {
    .aboutHeaderTextInner__text {
        font-size: 17rem !important;
        line-height: 230% !important;
        color:#000 !important
    }

    .pagesMainInner__title {
        font-size: 70rem;
        text-align: left;
        line-height: 115px;
        padding-top:45px
    }

    .pagesMainInner__title-box {
        justify-content:left !important
    }

    .aboutSectionTitle {
        justify-content: left !important;
        font-size:25rem !important
    }

    .aboutSectionImage__forplants {
        display:inline-block
    }

    .aboutSectionImage__forplants img {
        border:3px solid #000
    }

    .aboutSectionImage__forus {
        display:inline-block
    }

    .aboutSectionImage__forus img {
        border:3px solid #000
    }

    .aboutSectionText {
        font-size: 13rem;
        line-height:230% !important
    }

    .pagesMainInner__image-box {
        max-width: calc((100% - 20px) / 2) !important;
        width:auto !important
    }

    .pagesMainInner__image-box:nth-of-type(2n) {
        margin:0 0 0 20px !important
    }

    .pagesMainInner__text-box {
        justify-content: left !important;
        margin-top:40px
    }

    .aboutSupervisionDescription__name-box {
        margin-bottom:18px
    }

    .aboutSupervisionDescription__belongs {
        line-height: 30px;
        margin-bottom: 0 !important;
        font-weight:500
    }

    .aboutSupervisionDescription__name {
        line-height:60px
    }

    .aboutSupervisionDescription__text {
        font-size: 15rem;
        line-height:230%
    }

    .pagesMainInner__aboutPlanner__title, .pagesMainInner__aboutSupervision__title {
        font-size: 44rem !important;
        letter-spacing:.1em
    }

    .pagesMainInner__aboutPlanner__title-box {
        justify-content:left !important
    }

    .pagesMainInner__aboutPlanner__text {
        width: auto !important;
        max-width: 846px !important;
        margin: 0 !important;
        line-height:230% !important
    }

    .pagesMainInner__aboutPlanner__linkBox {
        text-align: left !important;
        margin-top:41px
    }

    .aboutHeader-bg, .aboutPlanner-bg, .aboutSection-bg {
        background-color:#fff !important
    }

    .pagesMainInner__wrapper {
        display: flex;
        justify-content:space-between
    }

    .careHeader__wrapper {
        background:0 0
    }

    .aboutHeaderText.care {
        padding-left: 0 !important;
        padding-top:100px !important
    }

    .careAnchor__wrapper {
        width: 500px !important;
        margin: 35px 0 !important;
        border-top: 3px solid #000 !important;
        border-left: 3px solid #000 !important;
        border-right: 3px solid #000 !important;
        position: inherit !important;
        top:0 !important
    }

    .careAnchor__box {
        border-bottom: 3px solid #000 !important;
        margin-bottom: 0 !important;
        height:60px !important
    }

    .careAnchor a i {
        opacity: 1 !important;
        border:none !important
    }

    .careAnchor a i img {
        width:13px !important
    }

    .careSection {
        padding: 0 50px !important;
        width:100% !important
    }

    .careSection__title {
        font-size: 30rem;
        line-height: 2;
        justify-content:left !important
    }

    .careSection__box {
        margin-bottom:100px !important
    }

    .careQA__title__box {
        justify-content: left !important;
        width: auto !important;
        margin-right:20px
    }

    .careQAHead__border {
        border-bottom:3px solid #000 !important
    }

    .careFooter {
        padding-left: 50px !important;
        padding-right:50px !important
    }

    .careFooter__box {
        justify-content:left !important
    }

    .careFooter__btn {
        width: 325px;
        border-radius:inherit !important
    }

    .productManagementInner__box {
        padding:0 !important
    }

    .productManagement__title__box {
        height: auto !important;
        padding-top:80px
    }

    .productManagement__title {
        font-size: 50rem !important;
        line-height:64px
    }

    .productManagement__detail {
        font-size: 15rem !important;
        margin-bottom:50px
    }

    .productManagementTabs__box {
        max-width: 600px !important;
        width: 100% !important;
        position:relative !important
    }

    .tab-group .tab {
        margin-right:0 !important
    }

    .tab-group .tab a {
        border-radius: 0 !important;
        border:3px solid #000 !important
    }

    .tab-group .tabsContents {
        padding:30px 0 !important
    }

    .tab-group .tab a.active {
        border-bottom:3px solid #fff !important
    }

    .place__title, .watering__title {
        border-bottom:3px solid #000 !important
    }

    .place__text, .watering__text {
        line-height:230%
    }

    .productReccomendation__wrapper {
        background: #fff !important;
        border-top: 3px solid #000;
        margin: 0 auto !important;
        padding: 0 !important;
        width:100%
    }

    .productReccomendation__title {
        font-size: 70rem;
        line-height:89px
    }

    .productLookbookInner__box {
        justify-content: left !important;
        width: auto;
        max-width:1340px
    }

    .productLookbook__subtitle {
        display:flex !important
    }

    .productLookbook__title {
        display:flex !important
    }

    .productLookbook .cLink {
        border-bottom: 3px solid #fff;
        line-height:32px
    }

    #ティザー .gheader {
        display:none
    }

    .teaser {
        padding-top: 140px;
        position:relative
    }

    .teaser__logo {
        position: absolute;
        top: 60px;
        left: 50px;
        width:25%
    }

    .teaser__logo__img {
        width: 100%;
        height:auto
    }

    .teaserHeader {
        width: 100%;
        height:auto
    }

    .teaserHeader img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .cSection.teaser {
        padding-top: 100px;
        justify-content:left
    }

    .cSectionInner.teaser {
        width: 100%;
        max-width: 1340px;
        margin: 0 auto;
        padding-top:60px
    }

    .teaserHeaderText__box {
        padding-bottom:170px
    }

    .teaserHeaderTextInner__title {
        font-size: 44rem;
        line-height: 2;
        letter-spacing:.22em
    }

    .teaser .c_instagram {
        border: none !important;
        padding-bottom:70px
    }

    .teaser .c_instagramLeadInner h4 {
        font-size: 50rem !important;
        line-height:1.28
    }

    .teaser .c_instagram__note {
        margin-bottom:40px !important
    }

    .gheader__style-nav {
        top: 30px !important;
        border: 3px solid #333;
        box-sizing: border-box;
        box-shadow: none;
        width:210px !important
    }

    .gheader-sticky__style-nav {
        top:25px !important
    }

    .gheader__style-nav__item {
        display: flex;
        padding-left: 20px;
        border-bottom:3px solid #000
    }

    .gheader__style-nav__item:last-child {
        border-bottom:none
    }

    .gheader__style-nav__item a {
        color: #000 !important;
        font-weight: 600;
        font-family: din-2014-narrow, sans-serif;
        font-size: 25rem !important;
        line-height: 32px !important;
        padding: 0 !important;
        display: flex;
        width:100%
    }

    .gheader__style-nav__item:hover {
        background:#024424 !important
    }

    .gheader__style-nav__item:hover a {
        color:#fff !important
    }

    .gheader__style__styles {
        padding-bottom: 10px;
        margin-bottom: -10px;
        position:relative
    }

    .gheader-search__content {
        width: 640px !important;
        border: 3px solid #000;
        top: -75px !important;
        left:-485px !important
    }

    .gheader-sticky-search__content {
        top:-30px !important
    }

    .global-search__content {
        top: 0 !important;
        left:-500px !important
    }

    .global-search__header {
        margin-bottom:45px
    }

    .global-search__header-title {
        font-size: 25rem;
        line-height: 32px;
        text-align: center;
        color:#000
    }

    .global-search__input {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 45px;
        border-bottom: 3px solid #000;
        position:relative
    }

    .global-search__input-icon {
        font-size: 20rem;
        position:absolute
    }

    .global-search__input-icon img {
        width: 20px;
        height:20px
    }

    .global-search__input-input {
        display: inline-block;
        width: 100%;
        border: none;
        font-size: 13rem;
        line-height: 19px;
        padding-left: 40px;
        padding-bottom: 13px;
        padding-top:8px
    }

    .global-search__input-input::placeholder {
        color:rgba(0, 0, 0, .2)
    }

    .global-search__keywords-title {
        font-size: 15rem;
        line-height: 22px;
        font-weight: 600;
        margin-bottom: 13px;
        color:#000
    }

    .global-search__keywords__list {
        display: flex;
        flex-wrap:wrap
    }

    .global-search__keywords__list-item {
        display: flex;
        align-items: center;
        border: 3px solid #000;
        width: auto !important;
        margin-top: -3px;
        margin-left:-3px
    }

    .global-search__keywords__list-item:first-line {
        border-top:none !important
    }

    .global-search__keywords__list-item:hover {
        background-color:#024424 !important
    }

    .global-search__keywords__list-item:hover a {
        color:#fff !important
    }

    .global-search__keywords__list-item a {
        color: #000 !important;
        font-size: 13rem !important;
        line-height: 19px !important;
        font-weight: 600;
        padding:10px 17px !important
    }

    .global-search__close {
        cursor:pointer
    }

    .homeJournal__title {
        font-size: 30px !important;
        line-height: 45px !important;
        font-weight: 600 !important;
        color: #000 !important;
        height: auto !important;
        letter-spacing: .1em !important;
        margin-bottom: 30px !important;
        margin-top:0 !important
    }

    .homeJournal__desc {
        font-size: 13rem !important;
        line-height: 230% !important;
        color: #000 !important;
        letter-spacing:.05em !important
    }

    .homeJournal__arrow {
        padding-left:10px !important
    }

    .homeJournal__image {
        margin-bottom: 30px;
        height: 400px;
        object-fit:cover
    }

    .homeJournal .cLink {
        letter-spacing:.05em
    }

    .homeInner {
        display: block;
        margin-left: auto;
        margin-right: auto;
        background:#fff
    }

    #shopify-section-footer .gfooter {
        margin-left: auto;
        margin-right: auto;
        background:#fff
    }

    .shopify-challenge__container {
        padding-top: 300px;
        padding-bottom:200px
    }

    .shopify-challenge__container .g-recaptcha {
        margin:30px 0 !important
    }

    .shopify-challenge__message {
        font-size:14rem
    }

    .shopify-challenge__button {
        width: 160px;
        height: 60px;
        color: #fff;
        font-size: 16rem;
        letter-spacing: .1em;
        background: #024424;
        border-radius:0
    }

    .gheaderLogin__name {
        font-size: 16rem;
        line-height:24px
    }
}

.dropdown-content {
    z-index:99 !important
}

.modal {
    width: 750px !important;
    background-color: rgba(0, 0, 0, 0);
    box-shadow:none
}

.modal-overlay {
    display: flex;
    justify-content: center;
    align-items:center
}

.modal-content {
    position: relative;
    width: 750px;
    padding: 60px !important;
    color: #000;
    background:#fff
}

.modal-content h3 {
    margin-bottom: 30px;
    font-size:20px
}

.modal-contentImage {
    overflow: hidden;
    max-width: 630px;
    max-height:370px
}

.modal-contentText p {
    font-size: 15px;
    line-height:1.8
}

.modal-contentClose {
    position: absolute;
    top: 25px;
    right:25px
}

.modal-contentClose i img {
    width:26px
}

.modal-content p {
    color:#000 !important
}

.header-flash-message {
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 15rem;
    line-height: 30px;
    letter-spacing: .02em;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    max-width: 1340px;
    left: 50%;
    transform:translateX(-50%)
}

.header-flash-message.success {
    background: #024424;
    color:#fff
}

.header-flash-message.error {
    background: #ff6d6d;
    color:#fff
}

.tabs {
    display: flex;
    position: relative;
    background:0 0
}

.tabs a {
    transition: all .2s ease-in-out;
    opacity: .2;
    overflow: auto;
    color: #000 !important;
    background: 0 0 !important;
    border:3px solid #000
}

.tabs a:hover {
    opacity: 1;
    color:#000 !important
}

.tabs a.active {
    opacity: 1;
    position: relative;
    color: #000 !important;
    border-bottom:3px solid #fff
}

.tabs a:focus, .tabs a:focus.active {
    color:#000 !important
}

.tabs .indicator {
    display:none
}

.tabs ~ div {
    padding:15px 0
}

.easylockdown-content > h1 {
    display:none
}

.modal-overlay {
    opacity:.7 !important
}

.modal__sizeguide {
    max-width: 100% !important;
    width: auto !important;
    border-radius: 0 !important;
    max-height:none !important
}

.modal__sizeguide .close-modal {
    display:none !important
}

.modal__sizeguide .product__close-modal {
    display: inline-block !important;
    background-image: none !important;
    text-indent:unset !important
}

.modal__quality {
    max-width: 100% !important;
    width: auto !important;
    border-radius: 0 !important;
    max-height:none !important
}

.modal__quality .close-modal {
    display:none !important
}

.modal__quality .product__close-modal {
    display: inline-block !important;
    background-image: none !important;
    text-indent:unset !important
}

.modal__quality .modal-contentText {
    line-height:2.5
}

.m0 {
    margin:0 !important
}

@media all and (max-width: 1023px) {
    body {
        padding-top: 70px;
        font-size: 13rem;
        background:#fff
    }

    body.body__c_notice {
        padding-top:100px
    }

    .mw1340-p {
        max-width: 1340px !important;
        padding:0 20px
    }

    .pc {
        display:none !important
    }

    .cSection {
        display: flex;
        justify-content:center
    }

    .cSection h2 {
        font-size: 72rem;
        text-align:center
    }

    .cSection h2::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top:calc((1 - 1.2) * .5em)
    }

    .cSection h2::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom:calc((1 - 1.2) * .5em)
    }

    .cSectionInner__title {
        height: auto !important;
        padding: 0 20px !important;
        margin-top: 60px;
        margin-bottom:50px
    }

    .cLink {
        display: inline-block;
        font-size:18rem
    }

    .cLink i {
        padding-left:20px
    }

    .cLink i img {
        width:10px
    }

    .btn {
        width:305px
    }

    #stickyheader {
        display:none !important
    }

    .pagesMain.collection {
        position: unset;
        min-height:500px
    }

    .sidenav {
        width:260px
    }

    .sidenav a {
        height: auto;
        font-size: 24rem;
        padding: 10px 0;
        font-size: 24px;
        line-height:31px
    }

    .sidenav .login {
        border-bottom:3px solid #000
    }

    .sidenav .login:last-child {
        border-bottom:none
    }

    .sidenav .login a {
        display: block;
        position: relative;
        padding-left:20px
    }

    .sidenav nav li {
        position:relative
    }

    .sidenav nav li a {
        display:block
    }

    .sidenav nav li a:hover {
        background:0 0
    }

    .sidenav nav li a i {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        width: auto !important;
        height: 100%;
        margin:0 !important
    }

    .sidenav nav li a i img {
        width:8px
    }

    .sidenav nav > ul > li a {
        display: flex;
        align-items: center;
        padding: 0;
        border-bottom:1px solid rgba(0, 0, 0, .15)
    }

    .sidenav nav > ul > li.nav_style > div {
        display: flex;
        flex-wrap:wrap
    }

    .sidenav nav > ul > li.nav_style > div > em {
        display: inline-block;
        width: 100%;
        font-size: 13rem;
        line-height: 17px;
        margin-top: 10px;
        padding-left:20px
    }

    .sidenav nav > ul > li.nav_style > div > ul {
        width:100%
    }

    .sidenav nav > ul > li.nav_style > div > ul li a {
        border-bottom: 3px solid #000;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left:20px
    }

    .sidenav nav > ul > li.nav_style > div > ul li a em {
        font-size: 24rem;
        line-height: 31px;
        display: inline-block;
        width:100%
    }

    .sidenavClose {
        position: relative;
        height:77px
    }

    .sidenavClose .sidenav-close {
        position: relative;
        font-size:0 !important
    }

    .sidenavClose .sidenav-close i {
        position: relative;
        top: 15px;
        left: 15px;
        line-height:0 !important
    }

    .sidenavClose .sidenav-close i img {
        width:17px
    }

    .sidenav-trigger {
        position: absolute;
        top: 27px;
        left:15px
    }

    .sidenav-trigger i {
        display: block;
        position: relative;
        width: 24px;
        height: 3px;
        background:#000
    }

    .sidenav-trigger i::after, .sidenav-trigger i::before {
        content: "";
        display: block;
        position: absolute;
        width: 24px;
        height: 3px;
        background:#000
    }

    .sidenav-trigger i::before {
        top:-7px
    }

    .sidenav-trigger i::after {
        top:7px
    }

    .gheader {
        position: fixed;
        top: 40px;
        z-index: 900;
        width: 100%;
        height: 60px;
        background: #fff;
        border-top:3px solid #000
    }

    .gheader header h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height:60px
    }

    .gheader header h1 img {
        height:30px
    }

    .gheaderBox_2 {
        display: flex;
        align-items: center;
        position: absolute;
        top: 20px;
        right:22px
    }

    .gheaderSearch {
        margin-right:16px
    }

    .gheaderSearch a i img {
        width:20px
    }

    .gheaderLogin {
        display:none
    }

    .gheaderCart {
        position:relative
    }

    .gheaderCart img {
        width:20px
    }

    .gheaderCartQty {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -4px;
        right: -12px;
        width: 22px;
        height: 22px;
        font-size: 12rem;
        color: #fff;
        background: #024424;
        border-radius:99px
    }

    .gheader .header-flash-message {
        top: 70px;
        height: auto;
        min-height:40px
    }

    .c_notice {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        height: 40px;
        color: #fff;
        background:#000
    }

    .gfooter {
        padding: 20px;
        border-top:3px solid #000
    }

    .gfooterInner {
        position:relative
    }

    .gfooterInnerLogo img {
        height:26px
    }

    .gfooterInnerNewsletter {
        display: flex;
        flex-wrap:wrap
    }

    .gfooterInnerNewsletter button, .gfooterInnerNewsletter input, .gfooterInnerNewsletter label {
        display: flex;
        align-items: center;
        height:40px
    }

    .gfooterInnerNewsletter label {
        margin-right: 37px;
        font-size:18rem
    }

    .gfooterInnerNewsletter button, .gfooterInnerNewsletter input {
        border:3px solid #000
    }

    .gfooterInnerNewsletter input {
        width: calc(100% - 78px);
        padding: 0 15px;
        box-shadow:none
    }

    .gfooterInnerNewsletter input::placeholder {
        color:#d2d2d2
    }

    .gfooterInnerNewsletter button {
        justify-content: center;
        width: 75px;
        font-size: 14rem;
        color: #fff;
        background: #024424;
        border: 3px solid #000;
        border-radius: 0;
        margin-left:-3px
    }

    .gfooterInnerBox_1 {
        margin-top: 10px;
        margin-bottom:40px
    }

    .gfooterInnerBox_2 nav ul li {
        display: flex;
        align-items: center;
        height:40px
    }

    .gfooterInnerBox_2 nav ul li a {
        font-size:11rem
    }

    .gfooterInnerBox_2 nav + div {
        padding-top: 80px;
        width:100%
    }

    .gfooterInnerBox_2 nav + div small {
        opacity:.3
    }

    .pagesMainInner > h2 {
        display: flex;
        align-items: center;
        height: 130px;
        padding: 0 20px;
        font-size:44rem
    }

    .pagesMainInner > h2 em {
        font-size:36rem
    }

    .c_item-list {
        width: 305px;
        margin:0 auto
    }

    .c_item-list ul li {
        width: 150px;
        padding-bottom:40px
    }

    .c_item-list ul li:nth-of-type(2n) {
        margin-left:5px
    }

    .c_item-list ul li h3 {
        margin: 18px 0 10px;
        text-align:left
    }

    .c_item-list ul li h3 > b {
        display: block;
        margin-bottom: 10px;
        font-size: 13rem;
        font-weight:700
    }

    .c_item-list ul li h3 > span {
        display: inline-block;
        font-size: 16rem;
        font-weight: 500;
        line-height:1.5
    }

    .c_item-list ul li p {
        display: flex;
        align-items:center
    }

    .c_item-list ul li p b {
        margin-right: 5px;
        font-size: 15rem;
        font-style: normal;
        font-weight:700
    }

    .c_item-list ul li p span {
        padding-bottom: 4px;
        font-size: 10rem;
        color:#949494
    }

    .c_item-list ul li.js-sku-item.active {
        display: inline-block !important;
        margin:0 !important
    }

    .c_item-list ul li.js-sku-item.active.sp-margin {
        margin-left:20px !important
    }

    .c_item-listImage {
        width: 150px;
        height:150px
    }

    .c_item-listImage img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .c_instagram {
        padding: 0 20px;
        border-top:3px solid #000
    }

    .c_instagramLead {
        padding: 40px 0 35px;
        color:#000
    }

    .c_instagramLead h4 {
        margin-bottom: 10px;
        font-size:25rem
    }

    .c_instagramBlock {
        display: flex;
        flex-wrap: wrap;
        width: 336px;
        padding:20px 0
    }

    .c_instagramBlock div {
        width:50%
    }

    .c_instagramBlock div img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .c_instagramBlock div img {
        height: 100%;
        width:100%
    }

    .c_instagramBlock div:nth-of-type(2n + 1) {
        background: #024424;
        display: flex;
        align-items:center
    }

    .c_instagramBlock div:nth-of-type(3), .c_instagramBlock div:nth-of-type(4) {
        margin-top:10px
    }

    .c_instagramBlock div:nth-of-type(2n + 1) a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 172.5px;
        color:#fff
    }

    .c_instagramBlock div:nth-of-type(2n + 1) a span {
        display: block;
        text-align:center
    }

    .c_instagramBlock div:nth-of-type(2n + 1) a span i {
        display: block;
        text-align: center;
        margin-bottom:5px
    }

    .c_instagramBlock div:nth-of-type(2n + 1) a span i img {
        width:50px
    }

    .gheader.sp {
        height: 70px;
        display: flex;
        align-items: center;
        border-bottom:3px solid #000
    }

    .gheader-sp__title {
        display: inline-block;
        height: 38px;
        padding-left:20px
    }

    .gheader-sp__title img {
        max-height:100%
    }

    .gheader.sp .sidenav-trigger {
        position: relative !important;
        top:0
    }

    .gheaderBox_2 {
        right:30px
    }

    .gheaderSearch {
        margin-right:22px
    }

    .gheaderCart {
        margin-right:10px
    }

    .homeStyle .link_a {
        width:calc(100% - 40px) !important
    }

    .cSectionInner__viewLookBook {
        letter-spacing:.05em
    }

    .cLink i {
        padding-left:8px
    }

    .cLink i img {
        width:8px
    }

    .sp-pl0 {
        padding-left:0 !important
    }

    .homeAboutLead {
        letter-spacing: .1em;
        line-height: 170%;
        letter-spacing:.1em
    }

    .homeAboutText {
        letter-spacing: .1em;
        line-height: 180%;
        margin-bottom:55px
    }

    .homePickup .cSectionInner {
        display: inline-block;
        width:100%
    }

    .homePickupAll {
        padding-left: 20px;
        margin-top:10px !important
    }

    .cSecionInner__viewAbout em {
        letter-spacing:.05em
    }

    .c_instagram__note {
        line-height:21px
    }

    .newsletter__submit {
        font-family: din-2014-narrow, sans-serif !important;
        font-weight:600
    }

    .gfooterInnerBox_2 nav ul li a {
        letter-spacing:.11em
    }

    .gfooter__news.active {
        font-weight: 600;
        letter-spacing:-.01em
    }

    .lookbookHeader__title {
        display: flex !important;
        align-items: center;
        font-weight: 600 !important;
        font-size:32rem !important
    }

    .lookbookHeader__title__x {
        width: 24px;
        height:24px
    }

    .lookbookHeader__title .vu-x {
        transform: scale(1.2, 1);
        display: inline-block;
        font-size: 50rem;
        font-weight: 300 !important;
        margin-left: 10px;
        margin-right:10px
    }

    .lookbookHeader__subtitle {
        margin-bottom: 2px !important;
        font-size:18rem !important
    }

    .lookbookProducts {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right:20px
    }

    .lookbookVisual .sp img {
        width: 100%;
        object-fit:cover
    }

    .c_item-list {
        width:100%
    }

    .c_item-list ul {
        display: flex;
        flex-wrap:wrap
    }

    .c_item-list ul li {
        width:calc((100% - 20px)/ 2)
    }

    .c_item-list ul li:nth-of-type(2n) {
        margin-left:20px
    }

    .c_item-variant {
        font-size: 12rem !important;
        letter-spacing: .05em !important;
        line-height: 15px !important;
        margin-bottom: 0 !important;
        margin-top: 3px;
        font-weight:600
    }

    .c_item-listImage {
        width: 100%;
        height:auto
    }

    .c_item-listImage img {
        width: 100%;
        height: 100%;
        object-fit:cover
    }

    .c_item-list ul li a {
        display: inline-block;
        width: 100%;
        height:100%
    }

    .c_item-variant-sep {
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size:10rem !important
    }

    .c_item-price-wrapper {
        line-height: 22px;
        font-size: 15rem;
        letter-spacing:.05em
    }

    .c_item-price-wrapper b {
        font-size:15rem !important
    }

    .c_item-price-wrapper span {
        font-size: 10rem;
        padding-bottom: 0 !important;
        line-height:20px
    }

    .c_instagramBlock {
        width: 100%;
        padding: 0;
        margin-bottom:20px
    }

    .product-grid-card__title {
        margin-bottom:3px !important
    }

    .product-grid-card__title__name {
        display: inline-block;
        width:100%
    }

    .product-grid-card__title__name em {
        letter-spacing:initial !important
    }

    .grid::after {
        content: none;
        display: none;
        clear:unset
    }

    .gfooter__nav {
        display: flex;
        align-items: flex-end;
        flex-wrap:wrap
    }

    .gfooter__nav small {
        color: rgba(0, 0, 0, .15);
        font-size: 10rem;
        line-height:12px
    }

    .gfooterInnerLogo {
        position: absolute;
        bottom:20px
    }

    .aboutHeaderText.pl20.pr20.pb0 {
        padding:60px 20px
    }

    .aboutHeaderTextInner__title {
        line-height:170% !important
    }

    .aboutHeaderTextInner__text {
        font-size: 12rem !important;
        line-height: 180% !important;
        color: #000 !important;
        letter-spacing:.1em
    }

    .pl20 {
        padding-left:20px
    }

    .pr20 {
        padding-right:20px
    }

    .pb0 {
        padding-bottom:0
    }

    .clearfix::after {
        content: '';
        display: block;
        clear:both
    }

    .pagesMainInner__wrapper {
        width: auto !important;
        padding:0 20px !important
    }

    .pagesMainInner__title {
        font-size: 32rem !important;
        line-height: 1 !important;
        margin-top: 35px;
        margin-bottom:35px
    }

    .care__section {
        justify-content: flex-start;
        margin-bottom:40px
    }

    .care__section-title {
        margin-top: 35px;
        margin-bottom:35px
    }

    .care__section .cSectionInner {
        width: 100%;
        padding:0 20px
    }

    .aboutPlannerImage {
        margin-bottom:25px !important
    }

    .aboutSectionBox {
        width:auto !important
    }

    .aboutSectionTitle {
        justify-content: left !important;
        font-size: 20rem !important;
        line-height:1.4 !important
    }

    .aboutSectionText {
        font-size: 12rem;
        line-height: 180% !important;
        color: #000 !important;
        padding-bottom: 80px !important;
        font-weight: 500;
        letter-spacing:.1em
    }

    .aboutSectionImage__forplants {
        display:inline-block
    }

    .aboutSectionImage__forplants img {
        border:3px solid #000
    }

    .aboutSectionImage__forus {
        display:inline-block
    }

    .aboutSectionImage__forus img {
        border:3px solid #000
    }

    .pagesMainInner__box {
        width: auto !important;
        padding:0 20px !important
    }

    .pagesMainInner__image-box {
        width:auto !important
    }

    .pagesMainInner__aboutPlanner__title, .pagesMainInner__aboutSupervision__title {
        font-size: 31rem !important;
        line-height: 2;
        letter-spacing:.1em
    }

    .aboutSupervisionDescription {
        width: auto !important;
        padding:35px 20px 30px !important
    }

    .aboutSupervisionDescription h3 {
        margin-bottom:15px
    }

    .aboutSupervisionDescription__belongs {
        line-height: 1.5;
        margin:0 !important
    }

    .aboutSupervisionDescription__name {
        line-height:2
    }

    .pagesMainInner__aboutPlanner__text {
        width: auto !important;
        padding:0 20px 50px !important
    }

    .pagesMainInner__aboutPlanner__linkBox {
        width: auto !important;
        padding: 0 20px 35px !important;
        margin-top:0 !important
    }

    .careHeader__wrapper {
        background: 0 0;
        height:auto
    }

    .careHeaderImage__box {
        height:200px
    }

    .careHeaderImage__img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .aboutHeaderText.care {
        padding:60px 20px 50px !important
    }

    .careAnchor__wrapper {
        width: 100% !important;
        margin: auto !important;
        border-top: 3px solid #000 !important;
        border-left: 3px solid #000 !important;
        border-right: 3px solid #000 !important;
        position: inherit !important;
        top:0 !important
    }

    .careAnchor__box {
        border-bottom: 3px solid #000 !important;
        margin-bottom: 0 !important;
        height: 54px !important;
        text-decoration:none !important
    }

    .careAnchor a i {
        opacity: 1 !important;
        border:none !important
    }

    .careAnchor a i img {
        width:13px !important
    }

    .careSection__box {
        width: auto !important;
        padding-left: 20px !important;
        padding-right:20px !important
    }

    .careSection__title {
        font-size: 30rem;
        line-height: 2;
        justify-content:left !important
    }

    .careQA__title__box {
        justify-content: left;
        width:26px !important
    }

    .careQAHead__border {
        border-bottom:3px solid #000 !important
    }

    .careQAHead__box {
        padding-bottom:0 !important
    }

    .careQAHead__body {
        padding-bottom:20px !important
    }

    .careQA__content {
        width:85% !important
    }

    .careQA__content__text {
        line-height:146%
    }

    .careFooter {
        padding-left: 20px !important;
        padding-right:20px !important
    }

    .careFooter__box {
        justify-content: left !important;
        padding-left: 20px;
        padding-right:20px
    }

    .careFooter__btn {
        width: auto !important;
        border-radius:inherit !important
    }

    .careFooterInner__box {
        width:100%
    }

    .careFooterInner__text {
        text-align:left !important
    }

    .productManagementInner__box {
        padding:0 !important
    }

    .productManagement__title__box {
        padding:10px 20px !important
    }

    .productManagement__title {
        font-size: 32rem !important;
        line-height:41px
    }

    .productManagement__detail {
        padding:0 20px
    }

    .productManagementTabs__box {
        width: auto !important;
        margin:0 20px !important
    }

    .tab-group .tab {
        margin-right:0 !important
    }

    .tab-group .tabsContents {
        padding:30px 0 !important
    }

    .place__title, .watering__title {
        border-bottom:3px solid #000 !important
    }

    .place__text, .watering__text {
        line-height:230%
    }

    .productReccomendation__wrapper {
        padding:30px
    }

    .productReccomendation__title__box {
        justify-content: left !important;
        padding: 0 !important;
        margin-bottom: 45px;
        height:auto !important
    }

    .productReccomendation__title {
        font-size: 44rem;
        line-height:56px
    }

    .productLookbookInner__box {
        justify-content:left !important
    }

    .productLookbook__subtitle {
        display:flex !important
    }

    .productLookbook__title {
        display:flex !important
    }

    .productLookbook .cLink {
        border-bottom: 3px solid #fff;
        line-height:23px
    }

    #ティザー .gheader {
        display:none
    }

    .teaser {
        position:relative
    }

    .teaserHeader {
        width: 100%;
        height:auto
    }

    .teaserHeader img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .cSection.teaser {
        padding: 107px 20px 114px;
        justify-content:left
    }

    .cSectionInner.teaser {
        width: auto;
        margin: 0;
        padding:0
    }

    .teaserHeaderTextInner__title {
        font-size: 28rem;
        line-height:160%
    }

    .teaser .c_instagram {
        border:none !important
    }

    .teaser .c_instagramLead {
        padding-bottom: 0 !important;
        padding-top:0 !important
    }

    .teaser .c_instagramLeadInner h4 {
        font-size: 25rem !important;
        line-height:1.28
    }

    .teaser .c_instagram__note {
        margin-bottom:20px !important
    }

    .teaser__logo {
        position: absolute;
        top: -30px;
        left: 20px;
        width:50%
    }

    .teaser__logo__img {
        width: 100%;
        height:auto
    }

    .cSectionInner.c_instagramInner {
        padding-top:0 !important
    }

    .collectionSort {
        padding: 0 20px;
        margin-top: 30px;
        margin-bottom:30px
    }

    .collectionSortSortInput {
        border: 3px solid #000;
        padding: 10px 20px;
        font-size: 12rem;
        line-height: 18px;
        color: #000;
        margin-right: 16px;
        width: 120px;
        outline:0
    }

    .collectionSortSortInput::placeholder {
        color:#000
    }

    .collectionSortFilter__content.dropdown-content.c_filter {
        padding:30px 20px !important
    }

    .collectionSortFilter__content.dropdown-content.c_filter > div {
        margin-bottom:25px !important
    }

    .collectionSortFilter__content.dropdown-content.c_filter > div > b {
        font-size: 13rem !important;
        line-height:19px
    }

    .collectionSortFilter__content.dropdown-content.c_filter .filterBlock {
        padding-top:3px
    }

    .collectionSortFilter__content.dropdown-content.c_filter .filterBlock label {
        font-weight: 500 !important;
        letter-spacing: .1em !important;
        font-size: 13rem !important;
        margin-top:-3px !important
    }

    .collectionSortFilter__content.dropdown-content.c_filter .close {
        top: 15px !important;
        right:18px !important
    }

    .collectionSortFilter__content.dropdown-content.c_filter .filterFooter {
        flex-wrap: wrap !important;
        width:100% !important
    }

    .collectionSortFilter__content.dropdown-content.c_filter .filterFooter__btn-search {
        height: 38px !important;
        font-size: 13rem !important;
        line-height: 19px !important;
        width: 205px !important;
        margin-bottom: 22px;
        margin-top:6px
    }

    .collectionSortFilter__content.dropdown-content.c_filter .filterFooterReset {
        margin-left: 0;
        display: inline-block;
        width: 100%;
        text-align:left
    }

    .collectionSortFilter__content.dropdown-content.c_filter .filterFooterReset .reset {
        padding: 0;
        font-size: 12rem;
        letter-spacing: .1em;
        line-height: 18px;
        text-align:left
    }

    .collectionSort .CollectionInner__sortList {
        padding-top: 0;
        padding-bottom:0
    }

    .dropdown-content.c_filter {
        position: absolute;
        padding: 30px !important;
        box-shadow:0 5px 20px 0 rgba(0, 0, 0, .15)
    }

    .dropdown-content.c_filter > li:hover {
        background:0 0
    }

    .dropdown-content.c_filter > div {
        margin-bottom:35px
    }

    .dropdown-content.c_filter > div:focus {
        outline:0
    }

    .dropdown-content.c_filter > div > b {
        display: block;
        font-size: 15rem;
        padding-bottom:10px
    }

    .dropdown-content.c_filter > div:last-of-type {
        margin-bottom:0
    }

    .dropdown-content.c_filter input[type=checkbox] {
        display:none
    }

    .dropdown-content.c_filter input[type=checkbox]:checked {
        border: none;
        box-shadow: none;
        outline:0
    }

    .dropdown-content.c_filter input[type=checkbox] + label {
        display: flex;
        align-items: center;
        height: 36px;
        margin-right: 10px;
        padding: 0 20px;
        color: #777;
        border: 1px solid #d2d2d2;
        border-radius:3px
    }

    .dropdown-content.c_filter input[type=checkbox]:checked + label {
        color: #fff !important;
        background: #024424;
        border-color:#000
    }

    .dropdown-content.c_filter .filterBlock {
        display: flex;
        border: none;
        box-shadow: none;
        flex-wrap:wrap
    }

    .dropdown-content.c_filter .filterFooter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 580px;
        margin-bottom:0
    }

    .dropdown-content.c_filter .filterFooter button[type=submit] {
        width: 455px;
        height: 56px;
        color: #fff;
        background: #000;
        border-radius:5px
    }

    .dropdown-content.c_filter .filterFooterReset {
        display: flex;
        justify-content:center
    }

    .dropdown-content.c_filter .filterFooterReset button[type=reset] {
        height: 20px;
        background:0 0
    }

    .dropdown-content.c_filter .filterFooterReset button[type=reset] span {
        color: #949494;
        border-bottom:1px solid #949494
    }

    .dropdown-content.c_filter .close {
        position: absolute;
        top: 27px;
        right:27px
    }

    .dropdown-content.c_filter .close i img {
        width:17px
    }

    .homeInner {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background:#fff
    }

    #sp-gheader-search {
        top: -23px !important;
        padding: 60px 20px !important;
        padding-bottom: 0 !important;
        height: 100vh !important;
        width:100vw !important
    }

    .global-search__content {
        top: 0 !important;
        left:-500px !important
    }

    .global-search__header {
        margin-bottom:45px
    }

    .global-search__header-title {
        font-size: 44rem;
        line-height: 56px;
        text-align: left;
        color: #000;
        font-weight:700
    }

    .global-search__input {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 32px;
        border-bottom: 3px solid #000;
        position:relative
    }

    .global-search__input-icon {
        font-size: 20rem;
        position:absolute
    }

    .global-search__input-icon img {
        width: 20px;
        height:20px
    }

    .global-search__input-input {
        display: inline-block;
        width: 100%;
        border: none;
        font-size: 13rem;
        line-height: 19px;
        padding-left: 40px;
        padding-bottom: 13px;
        padding-top:8px
    }

    .global-search__input-input::placeholder {
        color:rgba(0, 0, 0, .2)
    }

    .global-search__keywords-title {
        font-size: 13rem;
        line-height: 19px;
        font-weight: 600;
        margin-bottom: 26px;
        color:#000
    }

    .global-search__keywords__list {
        display: flex;
        flex-wrap:wrap
    }

    .global-search__keywords__list-item {
        display: flex;
        align-items: center;
        border-bottom: 3px solid #000;
        width: 100% !important;
        margin-top: -3px;
        margin-left:-3px
    }

    .global-search__keywords__list-item:first-line {
        border-top:none !important
    }

    .global-search__keywords__list-item a {
        display: inline-block;
        width: 100%;
        position: relative;
        color: #000 !important;
        font-size: 15rem !important;
        line-height: 22px !important;
        font-weight: 500;
        padding: 10px 0 !important;
        padding-top:13px !important
    }

    .global-search__keywords__list-item a img {
        width: 8px;
        right: 0;
        top: 18px;
        position:absolute
    }

    .global-search__close {
        cursor: pointer;
        top: 18px !important;
        right: 20px !important;
        font-weight:700
    }

    .shopify-challenge__container {
        padding:100px 20px
    }

    .shopify-challenge__container .g-recaptcha {
        margin:30px 0 !important
    }

    .shopify-challenge__message {
        font-size:14rem
    }

    .shopify-challenge__button {
        width: 160px;
        height: 60px;
        color: #fff;
        font-size: 16rem;
        letter-spacing: .1em;
        background: #024424;
        border-radius:0
    }

    .modal__sizeguide {
        max-width: 100% !important;
        width: auto !important;
        border-radius: 0 !important;
        padding: 15px 20px 30px !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
        max-height:unset !important
    }

    .modal__sizeguide .modal-content {
        padding:0 !important
    }

    .modal__sizeguide .modal-content__title {
        font-weight: 500;
        padding-top: 25px;
        margin-bottom:30px
    }

    .modal__sizeguide .modal-contentImage {
        max-height:unset !important
    }

    .modal__sizeguide .close-modal {
        display:none !important
    }

    .modal__sizeguide .product__close-modal {
        display: inline-block !important;
        background-image: none !important;
        text-indent: unset !important;
        width: 20px !important;
        height:20px !important
    }

    .modal__quality {
        max-width: 100% !important;
        width: auto !important;
        border-radius: 0 !important;
        padding: 15px 20px 40px !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
        max-height:unset !important
    }

    .modal__quality .modal-content {
        padding:0 !important
    }

    .modal__quality .modal-content__title {
        font-weight: 500;
        padding-top: 25px;
        margin-bottom:30px
    }

    .modal__quality .modal-contentImage {
        max-height:unset !important
    }

    .modal__quality .close-modal {
        display:none !important
    }

    .modal__quality .product__close-modal {
        display: inline-block !important;
        background-image: none !important;
        text-indent: unset !important;
        width: 20px !important;
        height:20px !important
    }

    .modal__quality .modal-contentText {
        line-height:2.5
    }
}

@media all and (max-width: 750px) {
    .modal {
        width: calc(100% - 60px) !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        border-radius:0 !important
    }

    .modal-content {
        position: relative;
        width: 100%;
        height: 100%;
        padding:45px 20px !important
    }

    .modal-content h3 {
        font-size: 18px;
        line-height:27px
    }

    .modal-contentClose {
        top: 18px;
        right:20px
    }

    .modal-content i img {
        width:18px
    }

    .modal-contentImage {
        overflow: hidden;
        width:100%
    }

    .modal__sizeguide {
        max-width: 100% !important;
        width: auto !important;
        border-radius: 0 !important;
        padding: 15px 20px 30px !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
        max-height:unset !important
    }

    .modal__sizeguide .modal-content {
        padding:0 !important
    }

    .modal__sizeguide .modal-content__title {
        font-weight: 500;
        padding-top: 25px;
        margin-bottom:30px
    }

    .modal__sizeguide .modal-contentImage {
        max-height:unset !important
    }

    .modal__sizeguide .close-modal {
        display:none !important
    }

    .modal__sizeguide .product__close-modal {
        display: inline-block !important;
        background-image: none !important;
        text-indent: unset !important;
        width: 20px !important;
        height:20px !important
    }

    .modal__quality {
        max-width: 100% !important;
        width: auto !important;
        border-radius: 0 !important;
        padding: 15px 20px 40px !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
        max-height:unset !important
    }

    .modal__quality .modal-content {
        padding:0 !important
    }

    .modal__quality .modal-content__title {
        font-weight: 500;
        padding-top: 25px;
        margin-bottom:30px
    }

    .modal__quality .modal-contentImage {
        max-height:unset !important
    }

    .modal__quality .close-modal {
        display:none !important
    }

    .modal__quality .product__close-modal {
        display: inline-block !important;
        background-image: none !important;
        text-indent: unset !important;
        width: 20px !important;
        height:20px !important
    }

    .modal__quality .modal-contentText {
        line-height:2.5
    }
}

.mollis-radio {
    display:none
}

.mollis-radio__label {
    position: relative;
    padding-left:25px
}

.mollis-radio__label::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    opacity:.3
}

.mollis-radio:checked + .mollis-radio__label::before {
    opacity:1
}

.mollis-radio:checked + .mollis-radio__label::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    border:1px solid #000
}

.mollis-checkbox {
    display:none
}

.mollis-checkbox__label {
    position: relative;
    padding-left:20px
}

.mollis-checkbox__label::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    border: 1px solid #000;
    display: inline-block;
    opacity:.3
}

.mollis-checkbox.input-error + .mollis-checkbox__label::before {
    border: 1px solid #ff6d6d;
    opacity:1
}

.mollis-checkbox:checked + .mollis-checkbox__label::before {
    opacity:1
}

.mollis-checkbox:checked + .mollis-checkbox__label::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #000;
    border-right:2px solid #000
}

@media all and (min-width: 1024px) {
    .home {
        padding-top:150px
    }

    .homeInner .cSectionInner {
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
        max-width:unset
    }

    .homeInner .cSectionInner__title {
        font-size: 70rem;
        line-height: 89px;
        margin-bottom:40px
    }

    .homeInner .cSectionInner .vintage-x {
        padding-left: 5px;
        padding-right:5px
    }

    .homeHeader {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex
    }

    .homeHeader img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .homeStyle {
        padding:40px 0 0 0
    }

    .homeStyle h2 {
        margin-bottom:90px
    }

    .homeStyleMinimal, .homeStyleNeutral, .homeStyleVintage {
        position: relative;
        width: 100%;
        margin-bottom:130px
    }

    .homeStyleMinimalEyecatch, .homeStyleNeutralEyecatch, .homeStyleVintageEyecatch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom:60px
    }

    .homeStyleMinimalEyecatch img, .homeStyleNeutralEyecatch img, .homeStyleVintageEyecatch img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .homeStyleMinimalEyecatch img, .homeStyleNeutralEyecatch img, .homeStyleVintageEyecatch img {
        width: 100%;
        height:100%
    }

    .homeStyle h3 {
        display:inline-block
    }

    .homeStyle h3 span {
        display: block;
        padding-bottom: 15px;
        font-size:25rem
    }

    .homeStyle h3 b {
        display: block;
        padding-bottom: 40px;
        font-size: 70rem;
        font-weight: 400 !important;
        line-height:1
    }

    .homeStyle h3 b i img {
        width: 47px;
        height:47px
    }

    .homeStyle__view-lookbook {
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex
    }

    .homeStyle__view-lookbook__image {
        margin-left: auto;
        display: inline-block;
        max-width: 50%;
        height:auto
    }

    .homeStyle__view-lookbook__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit:cover
    }

    .homePickup {
        padding: 40px 0 96px;
        border-top:3px solid #000
    }

    .homePickup h2 {
        margin-bottom:90px
    }

    .homePickupAll {
        text-align: left;
        margin-top: 15px;
        max-width: 1240px;
        margin-left: auto;
        margin-right:auto
    }

    .homePickup .c_item-list {
        padding:0
    }

    .homeJournal {
        padding: 40px 0 105px;
        border-top:3px solid #000
    }

    .homeJournal .grid > a:nth-of-type(2n-1) {
        padding-right:20px
    }

    .homeJournal .grid > a:nth-of-type(2n) {
        padding-left:20px
    }

    .homeJournal .grid > a h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 76px;
        margin-top: 15px;
        font-size:20rem
    }

    .homeJournal .grid > a p {
        color: #000;
        line-height: 2.3;
        font-size:13px
    }

    .homeJournal .grid > a .cLink {
        margin-top:30px
    }

    .homeAbout {
        padding: 40px 0 120px;
        border-top:3px solid #000
    }

    .homeAboutLead {
        margin: 80px 0;
        font-size: 44rem;
        line-height:2
    }

    .homeAboutLead::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top:calc((1 - 2) * .5em)
    }

    .homeAboutLead::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom:calc((1 - 2) * .5em)
    }

    .homeAboutText {
        font-size: 17rem;
        line-height:2.3
    }

    .homeAboutText::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top:calc((1 - 3.5) * .5em)
    }

    .homeAboutText::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom:calc((1 - 3.5) * .5em)
    }

    .homeAbout .cLink {
        margin:90px 0 0
    }

    .homeBottom {
        height: 450px;
        background: url("https://cdn.shopify.com/s/files/1/0067/6098/8731/files/sample.jpg?5033") center;
        background-size:cover
    }

    .collection {
        margin: 0;
        padding-top: 150px;
        border:none
    }

    .collectionList .c_item-list {
        padding:0
    }

    .collectionSort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        background: #fff;
        margin-bottom:50px
    }

    .collectionSortCount {
        margin-left: 30px;
        font-size: 14rem;
        line-height: 21px;
        letter-spacing:.11em
    }

    .collectionSortSortInput {
        width: 162px;
        height: 38px;
        padding: 0 15px;
        font-size: 13rem;
        background: url(./../assets/icon_select.svg) #fff right 10px center no-repeat;
        background-size: 11px auto;
        line-height: 19px;
        border: 3px solid #000;
        color: #000;
        cursor: pointer;
        letter-spacing: .11em;
        font-weight: 500;
        font-family:noto-sans-cjk-jp, sans-serif !important
    }

    .collectionSortSortInput:focus {
        outline:0
    }

    .collectionSortSortInput::-webkit-input-placeholder {
        color:#000
    }

    .collectionSortSortInput:-ms-input-placeholder {
        color:#000
    }

    .collectionSortSortInput::-ms-input-placeholder {
        color:#000
    }

    .collectionSortSortInput::placeholder {
        color:#000
    }

    .collectionSortSortInput:disabled {
        background-color:#fff !important
    }

    .collectionSortSort .dropdown-content {
        position:absolute
    }

    .collectionSortSort .dropdown-content li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 0 !important;
        padding: 10px 20px;
        line-height: 19px;
        font-size: 13rem;
        letter-spacing:.11em
    }

    .collectionSortSort .dropdown-content li:hover {
        color: #fff;
        background:#024424
    }

    .collectionSortFilter {
        position: absolute;
        right: 0;
        outline:0
    }

    .collectionSortFilter__label {
        font-size: 13rem;
        line-height: 19px;
        letter-spacing: .11em;
        font-weight:600
    }

    .collectionSortFilter__content {
        width: 640px !important;
        border: 3px solid #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow:none !important
    }

    .collectionSortFilter__content .filterBlock {
        padding-left:3px !important
    }

    .collectionSortFilter__content .filterBlock label {
        border: 3px solid #000 !important;
        letter-spacing: .1em !important;
        font-size: 15rem !important;
        line-height: 22px !important;
        color: #000 !important;
        margin-right: 0 !important;
        margin-left:-3px !important
    }

    .collectionSortFilter a {
        display: inline-block;
        width:90px
    }

    .collectionSortFilter a i {
        position: absolute;
        right: 0;
        top:2px
    }

    .collectionSortFilter a i img {
        width:22px
    }

    .collectionSortFilter .dropdown-content.c_filter {
        top: -27px !important;
        left:-528px !important
    }

    .collectionSortFilter .filterFooter {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content:flex-start !important
    }

    .collectionSortFilter .filterFooterReset {
        margin-left:38px
    }

    .collectionSortFilter .filterFooterReset .reset {
        padding:0 !important
    }

    .collectionSortFilter .filterFooterReset span {
        font-size:12rem !important
    }

    .collectionSortFilter .filterFooter__btn-search {
        width: 252px !important;
        color: #fff;
        font-weight: 600;
        font-size: 15px !important;
        border-radius:0 !important
    }

    .product {
        padding-top:150px
    }

    .productMain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding:62px 50px 100px
    }

    .productMainInfo {
        position: relative;
        max-width: 590px;
        width: auto;
        margin-left:50px
    }
}

@media all and (min-width: 1024px) and(max-width: 1080px) {
    .productMainInfo {
        width:calc(100% - 500px)
    }
}

@media all and (min-width: 1024px) and(max-width: 1340px) {
    .productMainInfo {
        width:calc(100% - 550px)
    }
}

@media all and (min-width: 1024px) {
    .productMainInfoHeader {
        padding-bottom: 10px;
        border-bottom:3px solid #000
    }

    .productMainInfoHeader h1 {
        font-size: 24rem;
        letter-spacing: .11em;
        line-height:36px
    }

    .productMainInfoHeader h1 .p_name {
        font-weight:600
    }

    .productMainInfoHeader h1 .p_name em {
        letter-spacing:initial !important
    }

    .productMainInfoHeaderNum {
        margin-top: 5px;
        color: #949494;
        font-size: 13rem;
        line-height: 19px;
        letter-spacing:.11em
    }

    .productMainInfoHeaderDescription {
        margin-top: 10px;
        font-size: 14rem;
        line-height:1.8
    }

    .productMainInfoHeaderDescription .p_description {
        line-height:230%
    }

    .productMainInfoHeaderPrice {
        margin-top: 30px;
        font-size: 28rem;
        font-weight:700
    }

    .productMainInfoHeaderPrice small {
        font-size:15rem
    }

    .productMainInfoHeader__status {
        margin-bottom:10px
    }

    .productMainInfoHeader__status-item {
        background: #000;
        color: #fff;
        padding: 2px 10px;
        font-size: 12rem;
        margin-right: 5px;
        margin-bottom:10px
    }

    .productMainInfoColor, .productMainInfoQty, .productMainInfoSize, .productMainInfoStyle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    .productMainInfoColor__title, .productMainInfoQty__title, .productMainInfoSize__title, .productMainInfoStyle__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        font-size: 15rem;
        margin-right:25px
    }

    .productMainInfoStyle {
        margin-top:26px
    }

    .productMainInfoStyle__title {
        font-size: 15rem;
        line-height: 19px;
        width:100% !important
    }

    .productMainInfoStyleChoice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        width:auto
    }

    .productMainInfoStyleChoice a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom:3px solid #000
    }

    .productMainInfoStyleChoice .p_style-num {
        margin-right: 15px;
        font-size:15rem
    }

    .productMainInfoStyleChoice .p_style {
        font-size: 28rem;
        font-weight: 700;
        letter-spacing:-.03em
    }

    .productMainInfoSize {
        margin-top:40px
    }

    .productMainInfoSize__title {
        font-size: 15rem;
        line-height: 19px;
        width:100% !important
    }

    .productMainInfoSizeChoice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 90px);
        margin-top:10px
    }

    .productMainInfoSize .form_radio_size {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width:calc(100% - 90px)
    }

    .productMainInfoSize .form_radio_size input[type=radio] {
        display:none
    }

    .productMainInfoSize .form_radio_size input[type=radio] + label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 210px;
        height: 90px;
        margin-right: 10px;
        border:3px solid #d2d2d2
    }

    .productMainInfoSize .form_radio_size input[type=radio] + label > div {
        width:100%
    }

    .productMainInfoSize .form_radio_size input[type=radio] + label > div p {
        width: 100%;
        padding: 2px 0;
        font-size: 11rem;
        text-align: center;
        letter-spacing: .11em;
        color:#949494
    }

    .productMainInfoSize .form_radio_size input[type=radio] + label > div p:first-of-type {
        margin-bottom: 3px;
        font-size: 18rem;
        color:#000
    }

    .productMainInfoSize .form_radio_size input[type=radio]:checked + label {
        border: 3px solid #000;
        cursor:default
    }

    .productMainInfoSizeGuide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top:10px
    }

    .productMainInfoSizeGuide a {
        display: inline-block;
        height: 30px;
        margin-right: 15px;
        line-height: 30px;
        color: #949494;
        border-bottom: 1px solid #949494;
        font-size: 13rem;
        letter-spacing:.05em
    }

    .productMainInfoColor {
        margin-top:40px
    }

    .productMainInfoColor__title {
        width: 100% !important;
        line-height:19px
    }

    .productMainInfoColor .form_radio_color {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top:10px
    }

    .productMainInfoColor .form_radio_color input[type=radio] {
        display:none
    }

    .productMainInfoColor .form_radio_color input[type=radio] + label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor:pointer
    }

    .productMainInfoColor .form_radio_color input[type=radio] + label > span {
        display: inline-block;
        position: relative;
        margin-right: 1em;
        width: 36px;
        height: 36px;
        background: #fff;
        border-radius:999px
    }

    .productMainInfoColor .form_radio_color input[type=radio] + label small {
        display:none
    }

    .productMainInfoColor .form_radio_color input[type=radio]:checked + label {
        position: relative;
        cursor:default
    }

    .productMainInfoColor .form_radio_color input[type=radio]:checked + label > span {
        position: relative;
        background:#024424
    }

    .productMainInfoColor .form_radio_color input[type=radio]:checked + label > span > span {
        display: block;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 44px;
        height: 44px;
        border: 2px solid #024424;
        border-radius:999px
    }

    .productMainInfoColor .form_radio_color input[type=radio]:checked + label small {
        display: block;
        position: absolute;
        bottom: -25px;
        left: -4px;
        width: 44px;
        font-size: 13rem;
        font-weight: 700;
        text-align: center;
        letter-spacing:.05em
    }

    .productMainInfoColor .form_radio_color input[type=radio]:checked + label small em {
        white-space:nowrap
    }

    .productMainInfoQty {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top:55px
    }

    .productMainInfoQty select {
        width: 80px;
        height: 52px;
        padding: 0 15px;
        font-size: 18rem;
        background: #fff;
        border: 1px solid #d2d2d2;
        border-radius:5px
    }

    .productMainInfoFooter {
        margin-top:40px
    }

    .productMainInfoFooter > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex
    }

    .productMainInfoFooter button {
        width: 590px;
        height: 80px;
        color: #fff;
        background: #024424;
        max-width:100%
    }

    .productMainInfoFooter button:disabled {
        background: #949494;
        cursor:default
    }

    .productMainInfoFooter button:disabled:hover {
        opacity:1
    }

    .productMainInfoFooter button span {
        display: block;
        margin-bottom: 3px;
        font-size: 22rem;
        letter-spacing: .05em;
        font-weight:600
    }

    .productMainInfoFooter button small {
        font-size:12rem
    }

    .productMainInfoFooter a {
        display: inline-block;
        height: 30px;
        margin-top: 15px;
        line-height: 30px;
        color: #949494;
        border-bottom: 1px solid #949494;
        letter-spacing:.05em
    }

    .productMainImage {
        width:100%
    }

    .productMainImageDetail {
        max-width: 600px;
        max-height: 600px;
        width: auto;
        height: auto;
        position:relative
    }
}

@media all and (min-width: 1024px) and(max-width: 1080px) {
    .productMainImageDetail {
        max-width: 450px;
        max-height:450px
    }
}

@media all and (min-width: 1024px) and(max-width: 1340px) {
    .productMainImageDetail {
        max-width: 500px;
        max-height:500px
    }
}

@media all and (min-width: 1024px) {
    .productMainImageDetail button.wk-button-product {
        position: absolute;
        bottom: 16px;
        right: 20px;
        z-index:1
    }

    .productMainImageDetail button.wk-button-product .wk-icon {
        width: 30px;
        height: 25px;
        margin: 0;
        top:0
    }

    .productMainImageDetail button.wk-button-product .wk-icon svg path {
        fill: #fff;
        stroke: #fff;
        stroke-width:8px
    }

    .productMainImageDetail button.wk-button-product.wk-remove-product .wk-icon {
        width:30px
    }

    .productMainImageDetail button.wk-button-product.wk-remove-product .wk-icon svg path {
        fill: #024424;
        stroke: #024424;
        stroke-width:0
    }

    .productMainImageDetail img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .productMainImageDetail .form_checkbox_mark {
        position: absolute;
        bottom: 5px;
        right:5px
    }

    .productMainImageDetail .form_checkbox_mark input[type=checkbox] {
        display:none
    }

    .productMainImageDetail .form_checkbox_mark input[type=checkbox] + label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor:pointer
    }

    .productMainImageDetail .form_checkbox_mark input[type=checkbox] + label span {
        display: inline-block;
        position: relative;
        width: 49px;
        height: 49px;
        background: url(./../assets/icon_mark.png) center no-repeat;
        background-size: 28px 25px;
        border-radius:999px
    }

    .productMainImageDetail .form_checkbox_mark input[type=checkbox]:checked + label span {
        background-color:#024424
    }

    .productMainImageThumb {
        margin-top:20px
    }

    .productMainImageThumb .swiper-slide {
        width: 150px;
        height:150px
    }

    .productMainImageThumb .swiper-slide img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .productMainImageThumb__image {
        cursor:pointer
    }

    .productManagement {
        padding-bottom: 100px;
        padding-left: 50px;
        padding-right: 50px;
        border-top: 3px solid #000;
        width:100%
    }

    .productManagementInner {
        padding: 0 50px 60px;
        background: #fff;
        max-width: 1240px !important;
        margin-left: auto;
        margin-right:auto
    }

    .productManagementInner > h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height:155px
    }

    .productManagementInner > h3 em {
        padding-right: 40px;
        font-size:40rem
    }

    .productManagementInner > h3 span {
        font-size:15rem
    }

    .productManagementBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

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

    .productManagementTabs {
        position: relative;
        width:520px
    }

    .productManagementTabs .tabs {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 60px !important;
        padding-left: 3px;
        overflow:hidden
    }

    .productManagementTabs .tabs .indicator {
        left: 352px;
        display: inline-block;
        background-color: #000;
        width:100%
    }

    .productManagementTabs .tabs .tab {
        width: 120px;
        margin-right: 2px;
        height: 60px !important;
        line-height: 1.5 !important;
        margin-left:-3px
    }

    .productManagementTabs .tabs .tab a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0 !important;
        border: 3px solid #dfdfdf !important;
        border-bottom: 3px solid #000 !important;
        opacity:1
    }

    .productManagementTabs .tabs .tab a.active {
        border: 3px solid #000 !important;
        border-bottom:none !important
    }

    .productManagementTabs .tabs .tab a.active span {
        opacity:1
    }

    .productManagementTabs .tabs .tab a b, .productManagementTabs .tabs .tab a small, .productManagementTabs .tabs .tab a span {
        display:block
    }

    .productManagementTabs .tabs .tab a span {
        opacity:.2
    }

    .productManagementTabs .tabs .tab a b {
        font-size:17rem
    }

    .productManagementTabs .tabs .tab a small {
        font-size:12rem
    }

    .productManagementTabs .tabsContents .place > p, .productManagementTabs .tabsContents .watering > p {
        margin-bottom:.8em
    }

    .productManagementTabs .tabsContents .place > p:first-of-type, .productManagementTabs .tabsContents .watering > p:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        margin-bottom: 15px;
        border-bottom:1px dashed #949494
    }

    .productManagementTabs .tabsContents .place > p i, .productManagementTabs .tabsContents .watering > p i {
        width: 40px;
        margin-right: 15px;
        text-align:center
    }

    .productManagementTabs .tabsContents .place > p b, .productManagementTabs .tabsContents .watering > p b {
        font-size:15rem
    }

    .productManagementTabs .tabsContents .place i img {
        height:30px
    }

    .productManagementTabs .tabsContents .watering {
        margin-top:30px
    }

    .productManagementTabs .tabsContents .watering i img {
        height:24px
    }

    .productManagementImage {
        max-width: 550px;
        max-height: 385px;
        width: auto;
        height: auto;
        margin-left:87px
    }

    .productManagementImage img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .productReccomendation {
        background:#eee
    }

    .productReccomendationInner {
        padding: 40px 50px;
        max-width: 1340px;
        margin-left: auto;
        margin-right:auto
    }

    .productReccomendationInner > h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-bottom:40px
    }

    .productReccomendationInner .c_item-list {
        padding:0
    }

    .productLookbooks {
        margin-top:90px
    }

    .productLookbook {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 540px;
        background: center no-repeat;
        background-size: cover;
        padding-left:35px
    }

    .productLookbookInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        width: 100%;
        max-width: 1340px;
        margin-left: auto;
        margin-right: auto;
        padding-left:50px
    }

    .productLookbookInner h3 {
        width: 100%;
        line-height:1.5
    }

    .productLookbookInner h3 b, .productLookbookInner h3 span {
        display: block;
        text-align:center
    }

    .productLookbookInner h3 span {
        font-size:25rem
    }

    .productLookbookInner h3 b {
        font-size: 80rem;
        font-weight:600
    }

    .productLookbookInner .cLink {
        color: #fff;
        border-color: #fff;
        padding-bottom:5px
    }

    .productLookbookInner .cLink i {
        padding-left:10px
    }

    .careHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items:flex-end
    }

    .careHeader h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 325px;
        font-size: 60px;
        color:#fff
    }

    .careHeaderImage__box {
        width:100%
    }

    .careHeaderImage__img {
        width: 100%;
        height:auto
    }

    .careAnchor, .careSection {
        width: 750px;
        margin:0 auto
    }

    .careAnchor {
        position: relative;
        top:-20px
    }

    .careAnchor a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        margin-bottom: 5px;
        padding: 0 20px 0 25px;
        font-size: 18rem;
        font-weight: 700;
        background:#fff
    }

    .careAnchor a:hover {
        opacity:1
    }

    .careAnchor a:last-of-type {
        margin-bottom:0
    }

    .careAnchor a i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: .5;
        width: 24px;
        height: 24px;
        line-height: 0;
        border: 1px solid #000;
        border-radius:99px
    }

    .careAnchor a i img {
        width:8px
    }

    .careSection {
        padding:75px 0 50px
    }

    .careSection h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 110px;
        font-size: 30rem;
        font-weight:700
    }

    .careQAHead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 75px;
        height:100%
    }

    .careQAHead em {
        font-size:40rem
    }

    .careQABody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width:calc(750px - 75px)
    }

    .careQABody p {
        line-height:1.8
    }

    .careQABody__img {
        padding-left: 10px;
        width:500px
    }

    .careQA .careQA__content__text a {
        text-decoration:underline
    }

    .careQA .collapsible {
        width: 100%;
        margin: 0 !important;
        -webkit-box-shadow: none;
        box-shadow:none
    }

    .careQA .collapsible-body, .careQA .collapsible-header {
        padding:0 !important
    }

    .careQA .collapsible-header {
        height: 100px;
        background:0 0
    }

    .careQA .collapsible-header b {
        font-size:20rem
    }

    .careQA .collapsible-bodyInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding:10px 0 30px !important
    }

    .careQA .collapsible.expandable {
        border:none
    }

    .careQA .collapsible.expandable li {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-top: -120px;
        padding-top:120px
    }

    .careQA .collapsible.expandable li.active .collapsible-header i {
        -webkit-transform: rotate(180deg);
        transform:rotate(180deg)
    }

    .careQA .collapsible.expandable li.active .collapsible-header i img {
        width:16px
    }

    .careQA .collapsible.expandable li.active .collapsible-body {
        border:none
    }

    .careQA .collapsible.expandable .collapsible-header {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        border:none
    }

    .careQA .collapsible.expandable .collapsible-header i {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        position: absolute;
        right:-3px
    }

    .careFooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding:100px 0 150px
    }

    .careFooterInner p {
        font-size: 18rem;
        font-weight: 700;
        margin-bottom: 40px;
        text-align:center
    }

    .careFooterInner .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background:#024424 !important
    }

    .careFooterInner .btn i {
        padding-right: 25px;
        line-height:0
    }

    .careFooterInner .btn i img {
        width:28px
    }

    .careFooterInner .btn span {
        display: block;
        text-align:left
    }

    .careFooterInner .btn span b, .careFooterInner .btn span small {
        display:block
    }

    .careFooterInner .btn span b {
        font-size:16rem
    }

    .careFooterInner .btn span small {
        font-size:13rem
    }

    .aboutHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 910px;
        background: #eee;
        padding:0 50px
    }

    .aboutHeaderImage {
        width: 58%;
        height:100%
    }

    .aboutHeaderImage img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .aboutHeaderText {
        width: 42%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding:150px 0 0 50px
    }

    .aboutHeaderTextInner p:first-of-type {
        margin-bottom:40px
    }

    .aboutHeaderTextInner p b {
        font-size: 35rem;
        line-height: 2.2;
        letter-spacing:.2em
    }

    .aboutHeaderTextInner p span {
        font-size: 15rem;
        line-height: 3;
        color:#949494
    }

    .aboutSection {
        padding:0 50px
    }

    .aboutSection .pagesMainInner {
        max-width:1240px !important
    }

    .aboutSection.bg {
        background:#eee
    }

    .aboutSection h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 200px;
        font-size:35rem
    }

    .aboutSection h2 em {
        font-size: 40rem;
        padding-top:0
    }

    .aboutSection h2 span {
        font-weight: 500;
        display: inline-block;
        font-size: 22rem;
        padding-top: 5px;
        padding-left:20px
    }

    .aboutSection .grid {
        margin:0 auto
    }

    .aboutSection .grid__item {
        max-width:calc((100% - 70px)/ 3)
    }

    .aboutSection .grid__item:nth-of-type(3n-1) {
        margin:0 35px
    }

    .aboutSection .grid__item h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
        font-size: 20rem;
        font-weight:700
    }

    .aboutSection .grid__item h3 + p {
        line-height: 2.2;
        padding-bottom:80px
    }

    .aboutSection .grid.col2 .grid__item:nth-of-type(2n) {
        margin:0 0 0 35px
    }

    .aboutSupervisionInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom:90px
    }

    .aboutSupervisionImage {
        width: auto;
        max-width: calc((100% - 20px) / 2);
        height:auto
    }

    .aboutSupervisionImage img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .aboutSupervisionDescription {
        width: auto;
        max-width: calc((100% - 20px) / 2);
        height: auto;
        max-height:460px
    }

    .aboutSupervisionDescription h3 {
        margin-bottom: 40px;
        line-height:1
    }

    .aboutSupervisionDescription h3 b, .aboutSupervisionDescription h3 span {
        display:block
    }

    .aboutSupervisionDescription h3 span {
        margin-bottom: 20px;
        font-size: 20rem;
        font-weight:400
    }

    .aboutSupervisionDescription h3 b {
        font-size:30rem
    }

    .aboutSupervisionDescription p {
        margin-bottom: 30px;
        font-size: 15rem;
        line-height:3
    }

    .aboutPlanner {
        padding-bottom:100px
    }

    .aboutPlannerImage {
        max-width: 1340px;
        height: auto;
        margin-bottom:50px
    }

    .aboutPlannerImage img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-height: 461px;
        -o-object-position: bottom;
        object-position:bottom
    }

    .aboutPlanner p {
        width: 760px;
        margin: 0 auto 40px;
        font-size: 15rem;
        line-height:3
    }

    .aboutPlanner p + div {
        text-align:center
    }

    .lookbookHeader {
        margin-bottom:60px
    }

    .lookbookHeaderImage {
        height:auto
    }

    .lookbookHeaderImage img {
        width:100%
    }

    .lookbookHeader h1 {
        max-width: 1340px;
        margin: 0 auto;
        padding: 70px 0;
        line-height:1
    }

    .lookbookHeader h1 b, .lookbookHeader h1 small {
        display:block
    }

    .lookbookHeader h1 small {
        font-size: 20rem;
        margin-bottom:20px
    }

    .lookbookHeader h1 b {
        font-size: 60rem;
        font-weight:400
    }

    .lookbookBorder {
        border-bottom:3px solid #000
    }

    .lookbookTitle {
        margin-bottom:55px
    }

    .lookbookVisual {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 50px;
        text-align:center
    }

    .lookbookVisual__image {
        width:100%
    }

    .lookbookProducts {
        width: 100%;
        margin-left: auto;
        margin-right:auto
    }

    .lookbookStyles {
        padding: 40px 50px 150px !important;
        width: 100%;
        max-width: 1340px;
        margin-left: auto;
        margin-right:auto
    }

    .lookbookStyles__title {
        margin-bottom: 40px;
        font-size: 70rem;
        line-height:89px
    }

    .lookbookStylesContents {
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex
    }

    .lookbookStylesContents a[class^=style_] {
        background: center no-repeat;
        background-size: cover;
        width:100%
    }

    .lookbookStylesContents a[class^=style_] b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight:400
    }

    .lookbookStylesContents a[class^=style_] b i {
        line-height:0
    }

    .lookbookStylesContents a[class^=style_] b i img {
        width:47px
    }

    .lookbookStylesContentsInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 350px;
        padding:0 50px
    }

    .lookbookStylesContentsInner > div {
        color:#fff
    }

    .lookbookStylesContentsInner b, .lookbookStylesContentsInner small {
        display:block
    }

    .lookbookStylesContentsInner small {
        font-size:18rem
    }

    .lookbookStylesContentsInner b {
        font-size: 60rem;
        margin-bottom:20px
    }

    .lookbookStylesContentsInner .cLink {
        border-bottom-color:#fff
    }

    .page-cart__form {
        padding:0 50px
    }

    .page-cart__form__item-image {
        width: 140px !important;
        height:140px !important
    }

    .page-empty-cart {
        margin-bottom:100px
    }

    .page-empty-cart__title {
        font-size: 30rem;
        text-align: center;
        margin-bottom:60px
    }

    .page-empty-cart__desc {
        text-align: center;
        font-size:16rem
    }

    .page-empty-cart__to-products {
        display: block;
        margin-top: 30px;
        font-weight: 400;
        text-decoration:underline
    }

    .template-cart main {
        max-width: 1340px;
        margin: 0 auto;
        padding-top:200px
    }

    .template-cart main > h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
        margin-bottom: 20px;
        font-size:30rem !important
    }

    .template-cart main tr {
        border-color:#d2d2d2
    }

    .template-cart main .cartInfo {
        font-size:16rem
    }

    .template-cart main .cartInfoHead th {
        width: 8%;
        font-size: 12rem;
        color: rgba(0, 0, 0, .3)
    }

    .template-cart main .cartInfoHead th[colspan="2"] {
        width:70%
    }

    .template-cart main .cartInfoHead th:nth-of-type(3) {
        text-align:center
    }

    .template-cart main .cartInfoHead th:nth-of-type(4) {
        text-align:right
    }

    .template-cart main .cartInfoBody > tr > td:first-of-type {
        width:20%
    }

    .template-cart main .cartInfoBody > tr > td:first-of-type a {
        display: block;
        width:200px
    }

    .template-cart main .cartInfoBody > tr > td:first-of-type a img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(2) {
        width:56%
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(2) .remove {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 24px;
        margin-top: 10px;
        color: #949494;
        border: 1px solid #949494;
        border-radius:0
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(4) {
        text-align:center
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(4) input {
        width: 60px;
        height: 40px;
        padding:0 10px
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(5) {
        text-align:right
    }

    .template-cart main .cartInstructions {
        width:100%
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area .vdp-datepicker input {
        border:1px solid #949494
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area .vdp-datepicker input::-webkit-input-placeholder {
        color:#000
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area .vdp-datepicker input:-ms-input-placeholder {
        color:#000
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area .vdp-datepicker input::-ms-input-placeholder {
        color:#000
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area .vdp-datepicker input::placeholder {
        color:#000
    }

    .template-cart main .cartInstructions > div.note {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0;
        border-bottom:1px solid #949494
    }

    .template-cart main .cartInstructions > div.note label {
        display: block;
        width: 20%;
        margin-bottom:10px
    }

    .template-cart main .cartInstructions > div.note textarea {
        width: 80%;
        height: 60px !important;
        min-height:40px
    }

    .template-cart main .cartInstructions > div.total {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 20px 0;
        font-size:16rem
    }

    .template-cart main .cartInstructions > div.total > p {
        margin-right:40px
    }

    .template-cart main .cartInstructions > div.total > div {
        text-align:right
    }

    .template-cart main .cartInstructions > div.total > div b {
        font-size:20rem
    }

    .template-cart main .cartInstructions > div.total > div small {
        font-size: 11rem;
        color:#949494
    }

    .template-cartFooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding:60px 0 120px
    }

    .template-cartFooter input[type=submit] {
        width: 160px;
        height: 60px;
        margin-left: 20px;
        font-size:16rem
    }

    .template-cartFooter input[name=update] {
        background: #fff;
        border:1px solid #d2d2d2
    }

    .template-cartFooter input[name=checkout] {
        color: #fff;
        background:#024424
    }

    .template-cartFooter .btn-checkout {
        color: #fff;
        background: #024424;
        width: 160px;
        height: 60px;
        margin-left: 20px;
        font-size: 16rem;
        border-radius:0
    }

    .template-cartFooter .btn-checkout:disabled {
        opacity: .3;
        cursor:default
    }

    .template-cartFooter__notice {
        width: 100%;
        text-align: right;
        color: #ff6d6d;
        padding-top:20px
    }

    .c_login {
        padding:220px 0 100px 0
    }

    .c_login form {
        width: 550px;
        margin:0 auto
    }

    .c_login form > h1 {
        font-size: 40rem;
        text-align: center;
        margin-bottom:60px
    }

    .c_login form > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    .c_login form > div label {
        font-size:16rem
    }

    .c_login form > div input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        padding: 0 8px;
        font-size: 16rem;
        background: #fff !important;
        border:1px solid #d2d2d2
    }

    .c_login form > div input + p {
        width: 100%;
        text-align:center
    }

    .c_login form > div input:focus {
        border:2px solid #024424
    }

    .c_login form > div input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        box-shadow: 0 0 0 1000px #fff inset;
        outline:0
    }

    .c_login form .btn {
        width: 160px;
        height: 60px;
        margin: 60px auto 0;
        font-size: 16rem;
        color: #fff;
        background: #024424 !important;
        border-radius:0
    }

    .c_login form .btn + p {
        margin-top: 20px;
        text-align:center
    }

    .c_loginFooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin:80px auto 0
    }

    .c_loginFooter p {
        width: 600px;
        padding-top: 60px;
        text-align: center;
        border-top:1px solid #d2d2d2
    }

    .c_login .errors {
        margin-bottom: 30px;
        font-size: 16rem;
        font-weight: 500;
        color:#ff6d6d !important
    }

    .c_login__recover-title {
        font-size: 30rem !important;
        font-weight:500
    }

    .c_login__recover-desc {
        font-size: 16rem;
        font-weight: 500;
        margin-bottom:30px
    }

    .c_login .reset-password-success {
        display: inline-block;
        margin-bottom: 30px;
        color: #ff6d6d;
        font-size:14rem
    }

    .c_account {
        width: 1240px;
        margin: 0 auto;
        padding:220px 0 100px 0
    }

    .c_account__title {
        font-size: 40rem;
        text-align: center;
        margin-bottom:60px
    }

    .c_accountOrder {
        width: 67%;
        padding-right:40px
    }

    .c_accountOrder > h2 + p {
        font-size: 16rem;
        color:#949494
    }

    .c_accountOrder table {
        border: 1px solid #949494;
        border-left: none;
        border-right:none
    }

    .c_accountOrder__detail {
        background: #024424;
        color: #fff !important;
        padding:3px 10px
    }

    .c_accountAddress {
        width: 33%;
        padding-left: 40px;
        border-left:1px solid #d2d2d2
    }

    .c_accountAddress p {
        margin-bottom:20px
    }

    .c_accountAddress .btn {
        width: 160px;
        height: auto;
        padding: 10px 0 12px;
        color: #fff;
        background: #024424;
        border-radius:0
    }

    .c_account__mypage {
        display: inline-block;
        width:100%
    }

    .c_account__mypage__title {
        margin-bottom: 30px;
        font-size: 40rem;
        text-align:center
    }

    .c_account__mypage__title em {
        display: block;
        height:30px
    }

    .c_account__mypage__logout {
        text-decoration: underline;
        font-size: 14rem;
        font-weight: 400;
        display: inline-block;
        margin-right:15px
    }

    .c_account__mypage__logout.m0 {
        margin:0 !important
    }

    .c_account__mypage-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width:100%
    }

    .c_account__mypage-content__title {
        margin-bottom: 20px;
        font-size:28rem
    }

    .c_account__form {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width:500px
    }

    .c_account__form__name {
        width: 50%;
        display:inline-block
    }

    .c_account__form .errors {
        margin-bottom: 60px;
        font-size: 16rem;
        font-weight:500
    }

    .c_account__form__label-newsletter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16rem;
        font-weight:500
    }

    .c_account__form__label-newsletter__checkbox {
        margin-right:5px
    }

    .c_account__form__btn-wrapper {
        text-align:center
    }

    .c_account__form__btn-register {
        width: 160px;
        height: 60px;
        margin: 60px auto;
        font-size: 16rem;
        color: #fff;
        background:#024424
    }

    .customers-order {
        max-width: 1340px;
        width: 100%;
        margin: 0 auto;
        padding:190px 50px 50px
    }

    .customers-order__section {
        margin-bottom:50px
    }

    .customers-order__title {
        font-size:30rem
    }

    .customers-order__dt {
        font-size:20rem
    }

    .customers-order__table-wrapper {
        margin-bottom:70px
    }

    .customers-order__table th {
        font-size: 20rem;
        padding-left:0
    }

    .customers-order__table td {
        font-size: 14rem;
        padding-left:0
    }

    .customers-order__addresses {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width:100%
    }

    .customers-order__address {
        width:50%
    }

    .customers-order__address__title {
        font-size: 20rem;
        font-weight: 500;
        margin-bottom:15px
    }

    .customers-order__address__status {
        font-size: 14rem;
        margin-bottom:10px
    }

    .customers-order__address__address {
        font-size:14rem
    }

    .c_address {
        padding:220px 0 100px 0
    }

    .c_address > header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin:0 auto
    }

    .c_address > header > h1 {
        width: 100%;
        font-size: 40rem;
        text-align:center
    }

    .c_address > header > .btn {
        width: 200px;
        height: 60px;
        margin-top: 60px;
        font-size: 16rem;
        color: #fff;
        background:#024424
    }

    .c_address > header + p {
        width: 1240px;
        margin: 20px auto 0;
        padding-bottom: 60px;
        text-align: center;
        border-bottom:1px solid #d2d2d2
    }

    .c_address__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap:nowrap
    }

    .c_address__addresses {
        width: 100%;
        padding:0 20px
    }

    .c_address__addresses__form {
        width: 550px;
        margin-left: auto;
        margin-right:auto
    }

    .c_address__addresses__form__title {
        font-size: 20rem;
        margin-bottom: 10px;
        font-weight:500
    }

    .c_address__addresses__form .form-control {
        height:30px
    }

    .c_address__addresses__form .form-group {
        width: 50%;
        display:inline-block
    }

    .c_address__addresses__form .form-group:first-child {
        margin-right:10px
    }

    .c_address__addresses__form select {
        display: block;
        width: 100%;
        height: 30px;
        padding-left: 10px;
        margin-bottom: 20px;
        border:1px solid #ccc
    }

    .c_address__addresses__form label {
        display:block
    }

    .c_address__label-set-default {
        display: inline-block !important;
        margin-bottom: 20px;
        font-size:14rem
    }

    .c_address__submit {
        background: #024424;
        border-radius: 0;
        color: #fff;
        width: auto;
        height: auto;
        padding: 15px 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:20px
    }

    .c_address__cancel {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background:0 0
    }

    .c_address__return {
        width:100% !important
    }

    .c_address #AddressNewForm {
        width: 600px;
        margin: 0 auto 40px;
        padding-bottom: 40px;
        border-bottom:1px solid #d2d2d2
    }

    .c_address #AddressNewForm h2 {
        margin: 40px 0 20px;
        font-size: 24rem;
        text-align:center
    }

    .c_address #AddressNewForm .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

    .c_address #AddressNewForm .block {
        width:calc(50% - 10px)
    }

    .c_address #AddressNewForm label {
        display: block;
        padding:10px 5px
    }

    .c_address #AddressNewForm input, .c_address #AddressNewForm select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 40px;
        padding: 8px 13px;
        font-size: 16rem;
        background-color: #fff;
        border:1px solid #d2d2d2
    }

    .c_address #AddressNewForm input[type=checkbox] {
        height: 20px;
        margin-top:40px
    }

    .c_address #AddressNewForm label[for=address_default_address_new] {
        text-align:center
    }

    .c_address #AddressNewForm input[type=submit] {
        width: 160px;
        height: 50px;
        margin: 20px auto;
        color: #fff;
        background:#000 !important
    }

    .c_address #AddressNewForm .cancel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content:center
    }

    .c_address #AddressNewForm button[class=address-new-toggle] {
        width: 60px;
        margin: 0 auto;
        padding: 5px 3px;
        color: #000;
        background: #fff;
        border: 1px solid #d2d2d2;
        border-radius:3px
    }

    .c_address > h2 {
        width: 100%;
        font-size: 40rem;
        text-align:center
    }

    .c_addressMyaddress {
        margin: 20px auto 0;
        text-align:center
    }

    .c_addressMyaddress p strong {
        padding-bottom: 20px;
        font-size:24rem
    }

    .c_addressMyaddress p:last-of-type {
        line-height:1.8
    }

    .c_addressMyaddressFooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top:20px
    }

    .c_addressMyaddressFooter button {
        width: 60px;
        margin: 0 10px;
        padding: 5px 3px;
        border-radius:3px
    }

    .c_addressMyaddressFooter button.address-edit-toggle {
        color: #fff;
        background:#024424
    }

    .c_addressMyaddressFooter button.address-delete {
        color: #000;
        background: #fff;
        border:1px solid #d2d2d2
    }

    .c_addressMyaddressFooter button:last-of-type::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background:#d2d2d2
    }

    .c_address .pagination {
        max-width: 1340px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16rem;
        text-align: center;
        margin-top:50px
    }

    .c_address .pagination span {
        margin-right:15px
    }

    .CollectionInner {
        padding-top: 50px;
        padding-left: 50px;
        padding-right:50px
    }

    .CollectionInner__sortList {
        top: 4px !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: -1px;
        width:162px
    }

    .CollectionInner__sortListItem {
        border: 3px solid #000;
        margin-top: -3px;
        font-weight:600
    }

    .pagesMain.collection {
        min-height:800px
    }

    .productMainInfoStyleChoice__choice {
        margin-right:20px
    }

    .productMainInfoStyleChoice a {
        padding-right:10px
    }

    .add-to-cart-text {
        display: inline-block;
        margin-bottom:5px
    }

    .journal-article {
        padding-top:150px
    }

    .page-notfound {
        padding-top:150px
    }

    .page-notfound__title {
        font-size: 25rem;
        text-align: center;
        margin: 120px 0;
        font-weight:500
    }

    .page-notfound__desc {
        font-size: 25rem;
        margin-bottom: 60px;
        text-align: center;
        font-weight:500
    }

    .page-notfound__redirect {
        font-size: 20rem;
        margin-bottom: 60px;
        text-align: center;
        width: 100%;
        display:inline-block
    }

    .form-reset-password {
        width: 550px;
        margin: 0 auto;
        padding:220px 0 100px 0
    }

    .form-reset-password .errors {
        margin-bottom: 30px;
        font-size: 16rem;
        font-weight: 500;
        color:#ff6d6d !important
    }

    .form-reset-password__submit {
        width: 160px;
        height: 60px;
        margin: 60px auto;
        font-size: 16rem;
        color: #fff;
        background:#024424
    }

    .form-reset-password__title {
        font-size: 30rem;
        text-align: center;
        margin-bottom:60px
    }

    .form-reset-password__desc {
        font-size: 16rem;
        text-align: center;
        margin-bottom:30px
    }

    .page-search__no-results {
        font-size: 20rem;
        text-align: center;
        margin-top:200px
    }

    .page-search .c_item-list {
        padding:0
    }

    .page-activate-account {
        padding:150px 50px 100px
    }

    .page-activate-account form {
        width: 550px;
        margin-left: auto;
        margin-right:auto
    }

    .page-activate-account__title {
        font-size: 25rem;
        text-align: center;
        margin: 120px 0;
        font-weight:500
    }

    .page-activate-account__desc {
        font-size: 25rem;
        margin-bottom: 60px;
        text-align: center;
        font-weight:500
    }

    .page-activate-account__submit {
        background: #024424;
        border-radius: 0;
        color: #fff;
        width: auto;
        height: auto;
        padding: 15px 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-weight:500
    }

    .page-contact {
        padding: 200px 50px 100px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        font-size:14rem
    }

    .page-contact .form-control {
        margin-bottom: 0;
        font-size:14rem
    }

    .page-contact textarea {
        padding-top:10px
    }

    .page-contact__title {
        font-size: 26rem;
        text-align: center;
        font-weight: 500;
        margin-bottom:50px
    }

    .page-contact__success-wrapper {
        text-align:center
    }

    .page-contact__success {
        font-size: 19rem;
        margin-bottom: 50px;
        text-align: center;
        text-decoration: underline;
        display:inline-block
    }

    .page-contact__form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom:20px
    }

    .page-contact__form-group__label {
        width:20%
    }

    .page-contact__form-group__content {
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items:center
    }

    .page-contact__form-group__content__input-label {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
        white-space:nowrap
    }

    .page-contact__form-group__content-email {
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    .page-contact__form-group__content-email .mb20 {
        margin-bottom:20px
    }

    .page-contact__form-group__name {
        margin-right: 20px;
        width:calc((100% - 20px)/ 2)
    }

    .page-contact__form-group__name:last-child {
        margin-right:0
    }

    .page-contact__submit {
        background: #024424;
        border-radius: 0;
        color: #fff;
        width: auto;
        height: auto;
        padding: 15px 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-weight:500
    }

    .page-contact textarea.input-error {
        border-color:#ff6d6d
    }

    .page-contact .grid4 {
        width:calc(100%/3)
    }

    .page-contact .page-contact__form-group__content {
        width: 70%;
        position:relative
    }

    .page-contact .page-contact__form-group__label {
        width: 30%;
        padding-right:60px
    }

    .page-contact .contactSource.input-error {
        -webkit-box-shadow: 0 0 0 1px #ff6d6d;
        box-shadow:0 0 0 1px #ff6d6d
    }

    .page-contact__error-message {
        color: #ff6d6d;
        text-align:center
    }

    .page-wishlist {
        padding: 200px 50px 100px;
        max-width: 1340px;
        margin-left: auto;
        margin-right:auto
    }

    .page-wishlist__title {
        font-size: 26rem;
        text-align: center;
        font-weight: 500;
        margin-bottom:50px
    }

    .page-wishlist .wk-wishlist-empty-note {
        font-size: 16rem;
        font-weight:500
    }

    .page-teaser {
        max-width: 1340px;
        margin-left: auto;
        margin-right: auto;
        padding-top:0
    }

    .page-teaser .teaserHeaderTextInner__title {
        letter-spacing: .22em;
        line-height: 1;
        font-weight:bolder
    }

    .page-teaser .teaserHeaderTextInner__title__p {
        margin-bottom:50px
    }

    .page-teaser .teaserHeaderTextInner__title__p:last-child {
        margin-bottom:0
    }

    .page-teaser .teaserHeaderText__box {
        padding-bottom:0
    }

    .page-page {
        padding:200px 50px 100px
    }
}

@media all and (min-width: 751px) and(max-width: 1340px) {
    .homeSlide .imageCurrent {
        right: 0;
        width:1140px
    }

    .homeSlide .imagePrev {
        left: 0;
        width:100px
    }

    .lookbookHeaderVisual .image_1 {
        left: -50px;
        width:850px
    }

    .lookbookHeaderVisual .image_2 {
        right: -50px;
        width:440px
    }

    .lookbookHeaderVisual .image_3 {
        left:-50px
    }
}

input[type=email], input[type=password], input[type=text], textarea {
    box-shadow: none;
    -webkit-appearance:none
}

.sp-m0 {
    margin:0 !important
}

@media all and (max-width: 1023px) {
    .home {
        background:#fff
    }

    .home .cSectionInner {
        width:100%
    }

    .home .cSectionInner h2 {
        display: flex;
        align-items: center;
        font-size: 32rem;
        margin-top: 35px;
        margin-bottom:35px
    }

    .homeHeader {
        min-height:470px
    }

    .homeHeader img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .homeStyle h2 {
        display: flex;
        align-items: center;
        height: 160px;
        padding:0 35px
    }

    .homeStyle .link_a {
        position: relative;
        width: 335px;
        height: 245px;
        margin:0 auto
    }

    .homeStyle .link_a img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .homeStyle h3 {
        padding:35px 20px 50px
    }

    .homeStyle h3 span {
        font-size:18rem
    }

    .homeStyle h3 .sp {
        content: "";
        display: block;
        width: 115px;
        margin:0 10px
    }

    .homeStyle h3 b {
        display: flex;
        align-items: center;
        height: 20px;
        padding-top: 20px;
        font-size: 32rem;
        line-height:0
    }

    .homeStyle h3 b i {
        font-size:0
    }

    .homeStyle h3 b i img {
        width:24px
    }

    .homeStyleMinimal, .homeStyleNeutral, .homeStyleVintage {
        position: relative;
        padding-bottom:60px
    }

    .homeStyleMinimalEyecatch, .homeStyleNeutralEyecatch, .homeStyleVintageEyecatch {
        width:100%
    }

    .homeStyleMinimalEyecatch img, .homeStyleNeutralEyecatch img, .homeStyleVintageEyecatch img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .homeStyle__view-lookbook__link {
        padding-left: 20px;
        margin-top:10px
    }

    .homeStyle__view-lookbook__image {
        padding:0 20px
    }

    .homeStyle__view-lookbook__image img {
        width:100%
    }

    .homePickup {
        padding: 0 0 46px 0;
        background: #fff;
        border-top:3px solid #000
    }

    .homePickup h2 {
        height:130px
    }

    .homeJournal {
        padding: 0 20px 46px;
        border-top:3px solid #000
    }

    .homeJournal .grid {
        display: inline-block;
        padding:0
    }

    .homeJournal .grid__item {
        width:100%
    }

    .homeJournal h2 {
        height: 100px;
        padding-left: 0 !important;
        height: auto !important;
        margin-top: 50px;
        margin-bottom:43px
    }

    .homeJournal h3 {
        padding: 20px 0;
        font-size: 21rem;
        line-height: 1.45;
        font-weight: 600;
        letter-spacing:.1em
    }

    .homeJournal h3 + p {
        margin-bottom: 20px;
        font-size: 11rem;
        line-height: 180%;
        color: #000;
        font-weight:500
    }

    .homeJournal .cLink {
        font-size: 18rem;
        letter-spacing: .05em;
        color: #000;
        letter-spacing: .05em;
        line-height: 23px;
        margin-top:20px
    }

    .homeJournal .grid__item {
        margin-bottom:40px
    }

    .homeJournal .grid__item:last-of-type {
        margin-bottom:0
    }

    .homeJournal__title {
        padding-bottom:0 !important
    }

    .homeJournal__desc {
        font-size: 11px;
        line-height: 1.8;
        margin-top:20px
    }

    .homeJournal__image {
        min-height: 200px;
        object-fit:cover
    }

    .homeAbout {
        padding: 0;
        border-top: 3px solid #000;
        padding-bottom:65px
    }

    .homeAbout h2 {
        margin-bottom: 40px;
        margin-top: 50px;
        font-size:44rem
    }

    .homeAbout__desc {
        padding:0 20px
    }

    .homeAboutLead {
        margin-bottom: 30px;
        font-size: 22rem;
        line-height:1.8
    }

    .homeAboutLead::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top:calc((1 - 1.8) * .5em)
    }

    .homeAboutLead::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom:calc((1 - 1.8) * .5em)
    }

    .homeAboutLead .teaserHeaderTextInner__title {
        font-size: 22rem;
        line-height: 160%;
        letter-spacing:.2em
    }

    .homeAboutText {
        margin-bottom: 50px;
        font-size: 12rem;
        line-height: 1.8;
        color:#000
    }

    .homeProducts {
        padding: 0 20px;
        padding-right:0
    }

    .homeProducts h2 {
        padding-left:0 !important
    }

    .homeProducts .homePickupAll {
        padding-left:0 !important
    }

    .homeProducts .c_item-list {
        overflow:hidden
    }

    .homeProducts .c_item-list ul {
        width: auto;
        display: flex;
        flex-wrap:nowrap
    }

    .homeProducts .c_item-list ul li.grid__item {
        float:none
    }

    .homeProducts .c_item-list ul li:nth-of-type(2n) {
        margin-left:0
    }

    .collection {
        margin: 0;
        padding-bottom: 40px;
        border:none
    }

    .collectionList {
        padding:0 20px
    }

    .collectionSort {
        display: flex;
        align-items: center;
        width: 345px;
        height: 58px;
        width: 100%;
        background:#fff
    }

    .collectionSortCount {
        margin-right: 15px;
        font-size:11rem
    }

    .collectionSortSort {
        position:relative
    }

    .collectionSortSortInput {
        font-weight: 500;
        font-family: noto-sans-cjk-jp, sans-serif !important;
        padding:7px 10px
    }

    .collectionSortSortInput:disabled {
        background-color: #fff !important;
        opacity:1 !important
    }

    .collectionSortSort select {
        width: 120px;
        height: 38px;
        padding: 0 15px;
        font-size: 12rem;
        background: url(./../assets/icon_select.png) #fff right 10px center no-repeat;
        background-size: 11px auto;
        border-radius:5px
    }

    .collectionSortSort select:focus {
        outline:0
    }

    .collectionSortSort .dropdown-content {
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
        padding-top:3px
    }

    .collectionSortSort .dropdown-content li {
        display: flex;
        align-items: center;
        height: auto;
        min-height: 0 !important;
        padding: 15px 26px;
        padding-left: 10px;
        border: 3px solid #000;
        margin-top:-3px
    }

    .collectionSortSort .dropdown-content li:hover {
        color: #fff;
        background:#024424
    }

    .collectionSortFilter {
        display: flex;
        align-items: center;
        margin-left: auto;
        outline: 0;
        display: flex;
        align-items: center;
        font-weight:600
    }

    .collectionSortFilter__label {
        font-size: 13rem;
        line-height: 19px;
        letter-spacing: .11em;
        font-weight:600
    }

    .collectionSortFilter__content {
        border: 3px solid #000 !important;
        box-shadow:none !important
    }

    .collectionSortFilter__content .filterBlock {
        padding-left:3px !important
    }

    .collectionSortFilter__content .filterBlock label {
        border: 3px solid #000 !important;
        letter-spacing: .1em !important;
        font-size: 15rem !important;
        line-height: 22px !important;
        color: #000 !important;
        margin-right: 0 !important;
        margin-left:-3px !important
    }

    .collectionSortFilter span {
        font-size: 11rem;
        line-height:0
    }

    .collectionSortFilter a i {
        padding-left:7px
    }

    .collectionSortFilter a i img {
        width:22px
    }

    .collectionSortFilter .dropdown-content.c_filter input[type=checkbox] {
        display:none
    }

    .collectionSortFilter .dropdown-trigger_filter {
        display: flex;
        align-items:center
    }

    .collectionSortFilter .filterFooter {
        justify-content:flex-start !important
    }

    .collectionSortFilter .filterFooterReset {
        margin-left:38px
    }

    .collectionSortFilter .filterFooterReset .reset {
        padding:0 !important
    }

    .collectionSortFilter .filterFooterReset span {
        font-size:12rem !important
    }

    .collectionSortFilter .filterFooter__btn-search {
        width: 252px !important;
        color: #fff;
        font-weight: 600;
        font-size: 15px !important;
        border-radius:0 !important
    }

    .collectionSortFilter__content {
        top: 68px;
        width: 100vw;
        height:calc(100vh - 68px)
    }

    .collectionSortFilter__content .filterFooter__btn-search {
        background:#024424
    }

    .collectionSortFilter__trigger {
        display: flex;
        align-items:center
    }

    .body__c_notice .collectionSortFilter__content {
        top: 68px;
        width: 100vw;
        height:calc(100vh - 68px)
    }

    .product .p_qty {
        text-align:right
    }

    .productMain {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        border-bottom: 3px solid #000;
        margin-bottom:32px
    }

    .productMainInfo {
        padding:25px 20px
    }

    .productMainInfoHeader {
        padding-bottom: 10px;
        border-bottom:3px solid #000
    }

    .productMainInfoHeader h1 {
        font-size:20rem
    }

    .productMainInfoHeader h1 span {
        font-size: 20rem;
        line-height: 30px;
        font-weight: 600;
        letter-spacing:.11em
    }

    .productMainInfoHeader h1 .p_name em {
        letter-spacing:initial !important
    }

    .productMainInfoHeaderNum {
        margin: 10px 0;
        font-size: 11rem;
        line-height: 16px;
        color: #8c8c8c;
        letter-spacing:.11em
    }

    .productMainInfoHeaderDescription {
        margin-bottom: 20px;
        font-size: 12rem;
        line-height:1.8
    }

    .productMainInfoHeaderPrice {
        font-size: 18rem;
        font-weight: 600;
        letter-spacing:.05em
    }

    .productMainInfoHeaderPrice small {
        font-size: 11rem;
        font-weight:500
    }

    .productMainInfoHeader__status {
        margin-bottom:10px
    }

    .productMainInfoHeader__status-item {
        background: #000;
        color: #fff;
        padding: 2px 10px;
        font-size: 12rem;
        margin-right: 5px;
        margin-bottom:10px
    }

    .productMainInfoColor, .productMainInfoQty, .productMainInfoSize, .productMainInfoStyle {
        display: flex;
        flex-wrap:wrap
    }

    .productMainInfoColor h2, .productMainInfoQty h2, .productMainInfoSize h2, .productMainInfoStyle h2 {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 15rem;
        line-height:19px
    }

    .productMainInfoStyle {
        margin-top: 20px;
        display:inline-block
    }

    .productMainInfoStyleChoice {
        display: flex;
        height: auto;
        flex-wrap:wrap
    }

    .productMainInfoStyleChoice a {
        display: flex;
        width: 100%;
        align-items: center;
        margin-bottom:10px
    }

    .productMainInfoStyleChoice a div {
        display: inline-block;
        width: auto;
        border-bottom:3px solid #000
    }

    .productMainInfoStyleChoice .p_style-num {
        margin-right: 10px;
        font-size:13rem
    }

    .productMainInfoStyleChoice .p_style {
        font-size: 22rem;
        font-weight: 700;
        letter-spacing:-.03em
    }

    .productMainInfoSize {
        margin-top:25px
    }

    .productMainInfoSize .productMainInfoSize__title {
        margin-bottom:10px !important
    }

    .productMainInfoSize h2 {
        align-items:flex-start
    }

    .productMainInfoSizeChoice {
        width:calc(100% - 75px)
    }

    .productMainInfoSize .form_radio_size {
        width:calc(100% - 75px)
    }

    .productMainInfoSize .form_radio_size input[type=radio] {
        display:none
    }

    .productMainInfoSize .form_radio_size input[type=radio] + label {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 230px;
        height: 90px;
        margin-bottom: 5px;
        border:3px solid #000
    }

    .productMainInfoSize .form_radio_size input[type=radio] + label:last-of-type {
        margin-bottom:0
    }

    .productMainInfoSize .form_radio_size input[type=radio] + label > div {
        width:100%
    }

    .productMainInfoSize .form_radio_size input[type=radio] + label > div p {
        width: 100%;
        padding: 2px 0;
        font-size: 10rem;
        text-align: center;
        letter-spacing: .1em;
        color:#949494
    }

    .productMainInfoSize .form_radio_size input[type=radio] + label > div p:first-of-type {
        margin-bottom: 3px;
        font-size: 15rem;
        color:#000
    }

    .productMainInfoSize .form_radio_size input[type=radio]:checked + label {
        border: 3px solid #000;
        background:#fff
    }

    .productMainInfoSizeGuide {
        display: flex;
        margin-top:10px
    }

    .productMainInfoSizeGuide a {
        display: inline-block;
        height: 30px;
        margin-right: 15px;
        line-height: 30px;
        color: #949494;
        border-bottom:1px solid #949494
    }

    .productMainInfoColor {
        margin-top:40px
    }

    .productMainInfoColor__title {
        margin-bottom:10px
    }

    .productMainInfoColor .form_radio_color {
        display:flex
    }

    .productMainInfoColor .form_radio_color input[type=radio] {
        display:none
    }

    .productMainInfoColor .form_radio_color input[type=radio] + label {
        display: flex;
        align-items: center;
        cursor:pointer
    }

    .productMainInfoColor .form_radio_color input[type=radio] + label > span {
        display: inline-block;
        position: relative;
        margin-right: 1em;
        width: 36px;
        height: 36px;
        background: #fff;
        border-radius:999px
    }

    .productMainInfoColor .form_radio_color input[type=radio] + label small {
        display:none
    }

    .productMainInfoColor .form_radio_color input[type=radio]:checked + label {
        position:relative
    }

    .productMainInfoColor .form_radio_color input[type=radio]:checked + label > span {
        position: relative;
        background:#024424
    }

    .productMainInfoColor .form_radio_color input[type=radio]:checked + label > span > span {
        display: block;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 44px;
        height: 44px;
        border: 2px solid #024424;
        border-radius:999px
    }

    .productMainInfoColor .form_radio_color input[type=radio]:checked + label small {
        display: block;
        position: absolute;
        bottom: -25px;
        left: -4px;
        width: auto;
        font-size: 13rem;
        font-weight: 700;
        text-align: center;
        white-space:nowrap
    }

    .productMainInfoQty {
        flex-wrap: wrap;
        margin: 55px 0 35px;
        align-items:center
    }

    .productMainInfoQty__title {
        display: inline-block;
        width: auto !important;
        margin-right:47px !important
    }

    .productMainInfoQty select {
        width: 80px;
        height: 52px;
        padding: 0 15px;
        font-size: 18rem;
        background: #fff;
        border: 1px solid #d2d2d2;
        border-radius:5px
    }

    .productMainInfoFooter button {
        width: 100%;
        height: 80px;
        color: #fff;
        background:#024424
    }

    .productMainInfoFooter button:disabled {
        background: #949494;
        cursor:default
    }

    .productMainInfoFooter button:disabled:hover {
        opacity:1
    }

    .productMainInfoFooter button span {
        display: block;
        margin-bottom: 3px;
        font-size: 20rem;
        font-weight:600
    }

    .productMainInfoFooter button small {
        font-size: 12rem;
        letter-spacing:.05em
    }

    .productMainInfoFooter a {
        display: inline-block;
        margin-top: 20px;
        padding-bottom: 5px;
        font-size: 12rem;
        border-bottom: 1px solid #8c8c8c;
        color:#8c8c8c
    }

    .productMainImage {
        position: relative;
        max-width:100%
    }

    .productMainImageDetail {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height:auto
    }

    .productMainImageDetail button.wk-button-product {
        position: absolute;
        bottom: 10px;
        right: 15px;
        z-index:1
    }

    .productMainImageDetail button.wk-button-product .wk-icon {
        width: 22px;
        height: 20px;
        margin: 0;
        top:0
    }

    .productMainImageDetail button.wk-button-product .wk-icon svg path {
        fill: #fff;
        stroke: #fff;
        stroke-width:8px
    }

    .productMainImageDetail button.wk-button-product.wk-remove-product .wk-icon svg path {
        fill: #024424;
        stroke: #024424;
        stroke-width:0
    }

    .productMainImageDetail img {
        object-fit:contain
    }

    .productMainImageThumb {
        display:none
    }

    .productMainImageNext, .productMainImagePrev {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        width: auto;
        height: auto;
        margin-top:-15px
    }

    .productMainImageNext i, .productMainImagePrev i {
        line-height:0
    }

    .productMainImageNext i img, .productMainImagePrev i img {
        width:8px
    }

    .productMainImageNext:focus, .productMainImagePrev:focus {
        outline:0
    }

    .productMainImagePrev {
        left: 20px;
        z-index:1
    }

    .productMainImagePrev__arrow {
        display: block;
        width: 21px;
        height: 21px;
        border-top: solid 3px #000;
        border-right: solid 3px #000;
        transform:rotate(225deg)
    }

    .productMainImageNext {
        right: 20px;
        z-index:1
    }

    .productMainImageNext__arrow {
        display: block;
        width: 21px;
        height: 21px;
        border-top: solid 3px #000;
        border-right: solid 3px #000;
        transform:rotate(45deg)
    }

    .productMainImagePage {
        position: absolute;
        bottom: 20px;
        width: 100%;
        font-size: 11rem;
        text-align: center;
        color: #fff;
        z-index:1
    }

    .productMainImagePage .current {
        padding-right:3px
    }

    .productMainImagePage .all {
        padding-left:3px
    }

    .product .form_checkbox_mark {
        position: absolute;
        top: 425px;
        right: 10px;
        z-index:99
    }

    .product .form_checkbox_mark input[type=checkbox] {
        display:none
    }

    .product .form_checkbox_mark input[type=checkbox] + label {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor:pointer
    }

    .product .form_checkbox_mark input[type=checkbox] + label span {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        background: url(./../assets/icon_mark.png) center no-repeat;
        background-size: 22px 20px;
        border-radius:999px
    }

    .product .form_checkbox_mark input[type=checkbox]:checked + label span {
        background-color:#024424
    }

    .productManagement {
        background: #fff;
        border-bottom:3px solid #000
    }

    .productManagementInner {
        padding-top:30px
    }

    .productManagementInner h3:first-of-type {
        display: block;
        padding:10px 30px
    }

    .productManagementInner h3:first-of-type em {
        font-size:26rem
    }

    .productManagementInner h3:first-of-type span {
        display: block;
        margin-top: 10px;
        font-size: 13rem;
        line-height:1.6
    }

    .productManagementBox {
        display: flex;
        flex-direction: column-reverse;
        padding-top:20px
    }

    .productManagementBox .row {
        margin-bottom:0
    }

    .productManagementTabs {
        position: relative;
        width:304px
    }

    .productManagementTabs .tabs {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 60px !important;
        padding-left: 3px;
        overflow:hidden
    }

    .productManagementTabs .tabs .indicator {
        left: 1023px;
        display: inline-block;
        background-color: #000;
        width:100%
    }

    .productManagementTabs .tabs .tab {
        width: 100px;
        height: 60px;
        margin-left:-3px
    }

    .productManagementTabs .tabs .tab a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 0 !important;
        position: relative;
        border: 3px solid #dfdfdf !important;
        border-bottom: 3px solid #000 !important;
        opacity:1
    }

    .productManagementTabs .tabs .tab a.active {
        border: 3px solid #000 !important;
        border-bottom: none !important;
        z-index:1
    }

    .productManagementTabs .tabs .tab a.active span {
        opacity:1
    }

    .productManagementTabs .tabs .tab a b, .productManagementTabs .tabs .tab a small, .productManagementTabs .tabs .tab a span {
        display: block;
        line-height:1
    }

    .productManagementTabs .tabs .tab a b {
        font-size: 16rem;
        margin-bottom:5px
    }

    .productManagementTabs .tabs .tab a small {
        font-size:10rem
    }

    .productManagementTabs .tabsContents .place, .productManagementTabs .tabsContents .watering {
        padding-bottom:10px
    }

    .productManagementTabs .tabsContents .place p, .productManagementTabs .tabsContents .watering p {
        margin-bottom:10px
    }

    .productManagementTabs .tabsContents .place p:first-of-type, .productManagementTabs .tabsContents .watering p:first-of-type {
        display: flex;
        align-items: center;
        height: 46px;
        margin-bottom: 15px;
        border-bottom:1px dashed #949494
    }

    .productManagementTabs .tabsContents .place p:first-of-type i, .productManagementTabs .tabsContents .watering p:first-of-type i {
        margin-right:10px
    }

    .productManagementTabs .tabsContents .place i img {
        height:30px
    }

    .productManagementTabs .tabsContents .watering i img {
        height:24px
    }

    .productManagementImage {
        height: auto;
        margin-bottom:25px
    }

    .productManagementImage img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .productReccomendation__wrapper {
        padding:10px 20px
    }

    .productReccomendation__title {
        font-size:25rem
    }

    .productReccomendationInner > h3 {
        margin-bottom:10px
    }

    .productReccomendationInner .c_item-list li:nth-child(n + 3) {
        display:none
    }

    .productLookbook {
        display: flex;
        justify-content: left;
        align-items: center;
        height: 375px;
        background: center no-repeat;
        background-size: cover;
        width: 100%;
        padding-left:35px
    }

    .productLookbookInner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        color:#fff
    }

    .productLookbookInner h3 {
        width: 100%;
        line-height:1.2
    }

    .productLookbookInner h3 b, .productLookbookInner h3 span {
        display: block;
        text-align: center;
        font-weight:600
    }

    .productLookbookInner h3 span {
        font-size:15rem
    }

    .productLookbookInner h3 b {
        margin-bottom: 15px;
        font-size:40rem
    }

    .productLookbookInner .cLink {
        font-size: 18rem;
        color: #fff;
        border-color: #fff;
        border-bottom:none
    }

    .careHeader {
        display: flex;
        justify-content: center;
        align-items: center;
        height:200px
    }

    .careHeader h1 {
        font-size: 36rem;
        color:#fff
    }

    .careAnchor, .careSection {
        width: 305px;
        margin:0 auto
    }

    .careAnchor a, .careSection a {
        text-decoration:underline
    }

    .careAnchor {
        position: relative;
        top:-10px
    }

    .careAnchor a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 54px;
        margin-bottom: 5px;
        padding: 0 20px 0 25px;
        font-size: 15rem;
        font-weight: 700;
        background:#fff
    }

    .careAnchor a:hover {
        opacity:1
    }

    .careAnchor a:last-of-type {
        margin-bottom:0
    }

    .careAnchor a i {
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: .5;
        width: 24px;
        height: 24px;
        line-height: 0;
        border: 1px solid #000;
        border-radius:99px
    }

    .careAnchor a i img {
        width:8px
    }

    .careSection {
        padding:20px 0 30px
    }

    .careSection h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22rem;
        font-weight: 700;
        line-height: 30px;
        margin-bottom:30px
    }

    .careQAHead {
        display: flex;
        align-items: center;
        width: 30px;
        height:100%
    }

    .careQAHead em {
        font-size:24rem
    }

    .careQAHead + b {
        width:245px
    }

    .careQABody {
        width:275px
    }

    .careQABody p {
        line-height: 1.8;
        width:100%
    }

    .careQABody__img {
        padding-top: 10px;
        width:100%
    }

    .careQA .careQA__content__text a {
        text-decoration:underline
    }

    .careQA .collapsible {
        width: 100%;
        margin: 0 !important;
        box-shadow:none
    }

    .careQA .collapsible-body, .careQA .collapsible-header {
        padding:0 !important
    }

    .careQA .collapsible-header {
        padding: 15px 0 !important;
        background:0 0
    }

    .careQA .collapsible-header b {
        font-size:15rem
    }

    .careQA .collapsible-bodyInner {
        display: flex;
        padding:10px 0 30px !important
    }

    .careQA .collapsible.expandable {
        border:none
    }

    .careQA .collapsible.expandable li {
        transition: all .2s ease-in-out;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-top: -100px;
        padding-top:100px
    }

    .careQA .collapsible.expandable li.active .collapsible-header i {
        transform:rotate(180deg)
    }

    .careQA .collapsible.expandable li.active .collapsible-body {
        border:none
    }

    .careQA .collapsible.expandable .collapsible-header {
        transition: all .2s ease-in-out;
        display: flex;
        align-items: center;
        position: relative;
        border:none
    }

    .careQA .collapsible.expandable .collapsible-header i {
        transition: all .2s ease-in-out;
        position: absolute;
        right: 0;
        width: auto;
        margin-right:0
    }

    .careQA .collapsible.expandable .collapsible-header i img {
        width:8px
    }

    .careFooter {
        display: flex;
        justify-content: center;
        padding:50px 0 80px
    }

    .careFooterInner p {
        font-size: 16rem;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
        line-height:1.8
    }

    .careFooterInner .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background:#024424 !important
    }

    .careFooterInner .btn i {
        padding-right: 15px;
        line-height:0
    }

    .careFooterInner .btn i img {
        width:28px
    }

    .careFooterInner .btn span {
        display: block;
        text-align:left
    }

    .careFooterInner .btn span b, .careFooterInner .btn span small {
        display:block
    }

    .careFooterInner .btn span b {
        font-size:13rem
    }

    .careFooterInner .btn span small {
        font-size:11rem
    }

    .about {
        background:#fff
    }

    .aboutHeader {
        background:#fff
    }

    .aboutHeaderImage {
        height:310px
    }

    .aboutHeaderImage img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .aboutHeaderText {
        display: flex;
        align-items: center;
        padding:50px 30px
    }

    .aboutHeaderTextInner p:first-of-type {
        margin-bottom:40px
    }

    .aboutHeaderTextInner p b {
        font-size: 22rem;
        line-height: 2.2;
        letter-spacing:.2em
    }

    .aboutHeaderTextInner p span {
        line-height: 3;
        color:#949494
    }

    .aboutSection {
        padding-bottom:20px
    }

    .aboutSection.bg {
        background:#fff
    }

    .aboutSection h2 {
        height: 120px;
        display: flex;
        flex-wrap:wrap
    }

    .aboutSection h2 em {
        width:100%
    }

    .aboutSection h2 span {
        font-weight: 600;
        display: inline-block;
        font-size: 22rem;
        line-height: 1;
        width: 100%;
        margin-top:-45px
    }

    .aboutSection .grid {
        display: block;
        width: 305px;
        margin:0 auto
    }

    .aboutSection .grid__item {
        width:305px
    }

    .aboutSection .grid__item h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        font-size: 20rem;
        font-weight:700
    }

    .aboutSection .grid__item h3 + p {
        padding-bottom: 30px;
        color: #949494;
        line-height:2.2
    }

    .aboutSupervisionImage {
        width: 100%;
        height:270px
    }

    .aboutSupervisionImage img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .aboutSupervisionDescription {
        width: 305px;
        margin: 0 auto;
        padding:35px 0
    }

    .aboutSupervisionDescription h3 {
        margin-bottom: 20px;
        line-height:1
    }

    .aboutSupervisionDescription h3 b, .aboutSupervisionDescription h3 span {
        display:block
    }

    .aboutSupervisionDescription h3 span {
        margin-bottom: 15px;
        font-size: 16rem;
        font-weight:400
    }

    .aboutSupervisionDescription h3 b {
        font-size:24rem
    }

    .aboutSupervisionDescription p {
        margin-bottom: 30px;
        line-height:2.4
    }

    .aboutPlanner {
        padding-bottom:50px
    }

    .aboutPlannerImage {
        width: 100%;
        height: auto;
        margin-bottom:30px
    }

    .aboutPlannerImage img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .aboutPlannerImage img {
        object-fit: cover;
        width: 100%;
        height: 270px;
        object-position:bottom
    }

    .aboutPlanner p {
        width: 305px;
        margin: 0 auto;
        line-height:2.4
    }

    .aboutPlanner p + div {
        width: 305px;
        margin:30px auto 0
    }

    .lookbookHeader {
        background:#fff
    }

    .lookbookHeaderImage img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .lookbookTitle {
        justify-content:flex-start
    }

    .lookbookTitle h1 {
        display: flex;
        align-items: center;
        height: 150px;
        padding:0 20px
    }

    .lookbookTitle h1 em b, .lookbookTitle h1 em small {
        display: block;
        line-height:1
    }

    .lookbookTitle h1 em small {
        font-size: 15rem;
        margin-bottom:15px
    }

    .lookbookTitle h1 em b {
        font-size:36rem
    }

    .lookbookVisual {
        height: auto !important;
        padding:0 !important
    }

    .lookbookVisual img {
        vertical-align:bottom
    }

    .lookbookList {
        padding:55px 35px
    }

    .lookbookImage {
        height:260px
    }

    .lookbookImage img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .lookbookVisual {
        position: relative;
        height: 550px;
        padding: 55px 0;
        background:#fff
    }

    .lookbookVisual .image_1 {
        position: absolute;
        top: 55px;
        left: 0;
        width: 265px;
        height:220px
    }

    .lookbookVisual .image_1 img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .lookbookVisual .image_2 {
        position: absolute;
        bottom: 55px;
        right: 0;
        width: 265px;
        height:220px
    }

    .lookbookVisual .image_2 img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .lookbookStyles {
        border-top:3px solid #000
    }

    .lookbookStylesContents a {
        display: block;
        height: 375px;
        color: #fff;
        background: center no-repeat;
        background-size:cover
    }

    .lookbookStylesContents a b {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight:400
    }

    .lookbookStylesContents a b i {
        line-height:0
    }

    .lookbookStylesContents a b i img {
        width:32px
    }

    .lookbookStylesContents > a.style_01 > div {
        background-image: url(./../assets/lookbook_os_vintage.png);
        background-size:cover
    }

    .lookbookStylesContents > a.style_02 > div {
        background-image: url(./../assets/lookbook_os_minimal.png);
        background-size:cover
    }

    .lookbookStylesContents > a.style_03 > div {
        background-image: url(./../assets/lookbook_os_neutral.png);
        background-size:cover
    }

    .lookbookStylesContentsInner {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 20px;
        height:100%
    }

    .lookbookStylesContentsInner > div {
        color:#fff
    }

    .lookbookStylesContentsInner b, .lookbookStylesContentsInner small {
        display:block
    }

    .lookbookStylesContentsInner small {
        font-size: 15rem;
        line-height:1
    }

    .lookbookStylesContentsInner b {
        font-size: 40rem;
        margin-bottom:15px
    }

    .lookbookStylesContentsInner .cLink {
        border-bottom:2px solid #fff
    }

    .page-cart__form {
        padding:0 20px
    }

    .page-cart__form__item-image {
        width: 140px !important;
        height:140px !important
    }

    .page-empty-cart {
        margin-top: 80px;
        margin-bottom:100px
    }

    .page-empty-cart__title {
        font-size: 30rem;
        text-align: center;
        margin-bottom:60px
    }

    .page-empty-cart__desc {
        text-align: center;
        font-size:16rem
    }

    .page-empty-cart__to-products {
        display: block;
        margin-top: 30px;
        font-weight: 400;
        text-decoration:underline
    }

    .template-cart main > h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        font-size:24rem !important
    }

    .template-cart main tr {
        border-color:#d2d2d2
    }

    .template-cart main .cartInfo {
        font-size:16rem
    }

    .template-cart main .cartInfoHead {
        width:100%
    }

    .template-cart main .cartInfoHead th {
        width: 8%;
        font-size: 12rem;
        color:rgba(0, 0, 0, .3)
    }

    .template-cart main .cartInfoHead th:nth-of-type(1) {
        padding-left:0
    }

    .template-cart main .cartInfoHead th:nth-of-type(3) {
        text-align:center
    }

    .template-cart main .cartInfoHead th:nth-of-type(4) {
        text-align: right;
        padding-right:0 !important
    }

    .template-cart main .cartInfoBody {
        padding: 0;
        padding-bottom:5px
    }

    .template-cart main .cartInfoBody > tr {
        margin: 0;
        padding: 0;
        border-color: rgba(0, 0, 0, .15);
        width:100%
    }

    .template-cart main .cartInfoBody > tr::after {
        display:none
    }

    .template-cart main .cartInfoBody > tr > td {
        display: flex;
        padding: 0;
        border-bottom:1px dashed rgba(0, 0, 0, .08)
    }
}

@media all and (max-width: 1023px) and(min-width: 751px) {
    .template-cart main .cartInfoBody > tr > td {
        padding-left:30px
    }
}

@media all and (max-width: 1023px) {
    .template-cart main .cartInfoBody > tr > td::before {
        display: block;
        width: 30%;
        font-size: 12rem;
        text-align:left
    }

    .template-cart main .cartInfoBody > tr > td::before + * {
        border-bottom:1px solid #000 !important
    }

    .template-cart main .cartInfoBody > tr > td:first-of-type {
        padding-bottom: 10px;
        border-top: 1px solid #949494;
        width:15%
    }

    .template-cart main .cartInfoBody > tr > td:first-of-type a {
        display: block;
        width:200px
    }

    .template-cart main .cartInfoBody > tr > td:first-of-type a img {
        object-fit: cover;
        width: 100%;
        height:100%
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(2) {
        padding-left: 10px !important;
        width: 40% !important;
        text-align:left
    }
}

@media all and (max-width: 1023px) and(min-width: 751px) {
    .template-cart main .cartInfoBody > tr > td:nth-of-type(2) {
        padding-left:30px
    }
}

@media all and (max-width: 1023px) {
    .template-cart main .cartInfoBody > tr > td:nth-of-type(2)::before {
        display:none
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(2) a:first-of-type {
        display:block
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(2) p {
        width:100%
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(2) .remove {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        color: #949494;
        justify-content:flex-start
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(3) {
        width: 20% !important;
        text-align:right
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(4) {
        width: 15% !important;
        text-align:right
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(4) input {
        padding: 5px 0;
        width: 30px !important;
        text-align:center
    }

    .template-cart main .cartInfoBody > tr > td:nth-of-type(5) {
        width: 20% !important;
        flex-wrap: wrap;
        text-align:right
    }

    .template-cart main .cartInstructions {
        width: 100%;
        padding:0
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area {
        width:70%
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area .vdp-datepicker {
        margin-bottom:15px
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area .vdp-datepicker input {
        border:1px solid #949494
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area .vdp-datepicker input::placeholder {
        color:#000
    }

    .template-cart main .cartInstructions .cart-delivery-date__input-area .vdp-datepicker__calendar {
        width:auto
    }

    .template-cart main .cartInstructions > div.note {
        display: flex;
        padding: 20px 0;
        border-bottom:1px solid #949494
    }

    .template-cart main .cartInstructions > div.note label {
        display: block;
        width: 30%;
        margin-bottom:10px
    }

    .template-cart main .cartInstructions > div.note textarea {
        width: 70%;
        height: 60px !important;
        min-height:40px
    }

    .template-cart main .cartInstructions > div.total {
        display: flex !important;
        justify-content: flex-end;
        padding: 20px 0;
        font-size:16rem
    }

    .template-cart main .cartInstructions > div.total > p {
        margin-right:auto
    }

    .template-cart main .cartInstructions > div.total > div {
        text-align:right
    }

    .template-cart main .cartInstructions > div.total > div > p:last-of-type {
        line-height:1.1
    }

    .template-cart main .cartInstructions > div.total > div b {
        font-size:20rem
    }

    .template-cart main .cartInstructions > div.total > div small {
        font-size: 11rem;
        color:#949494
    }

    .template-cartFooter {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding:40px 35px 80px
    }

    .template-cartFooter input[type=submit] {
        width: 140px;
        height: 60px;
        font-size:16rem
    }

    .template-cartFooter input[name=update] {
        background: #fff;
        border:1px solid #d2d2d2
    }

    .template-cartFooter input[name=checkout] {
        color: #fff;
        background:#024424
    }

    .template-cartFooter .btn-checkout {
        color: #fff;
        background: #024424;
        width: 160px;
        height: 60px;
        margin-left: 0;
        font-size: 16rem;
        border-radius:0
    }

    .template-cartFooter .btn-checkout:disabled {
        opacity: .3;
        cursor:default
    }

    .template-cartFooter__notice {
        width: 100%;
        text-align: center;
        color: #ff6d6d;
        padding-top:20px
    }

    .template-cartFooter__update {
        display: inline-block;
        width: 100%;
        margin-bottom:30px
    }

    .template-cartFooter__update button, .template-cartFooter__update input {
        margin-left: auto;
        margin-right: auto;
        width:160px !important
    }

    .template-cartFooter__next {
        display: inline-block;
        width: 100%;
        text-align:center
    }

    .template-cartFooter__next button, .template-cartFooter__next input {
        margin-left: auto !important;
        margin-right:auto !important
    }

    .c_login {
        padding:60px 0
    }

    .c_login form {
        margin: 0 auto;
        padding:0 20px
    }

    .c_login form > h1 {
        font-size: 40rem;
        text-align: center;
        margin-bottom:60px
    }

    .c_login form > div {
        display: flex;
        justify-content: center;
        flex-wrap:wrap
    }

    .c_login form > div label {
        font-size:16rem
    }

    .c_login form > div input {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        padding: 0 8px;
        font-size: 16rem;
        background: #fff !important;
        border: 1px solid #d2d2d2;
        border-radius:4px
    }

    .c_login form > div input + p {
        width: 100%;
        text-align:center
    }

    .c_login form > div input:focus {
        border:2px solid #024424
    }

    .c_login form > div input:-webkit-autofill {
        box-shadow: 0 0 0 1000px #fff inset;
        outline:0
    }

    .c_login form .btn {
        width: 160px;
        height: 60px;
        margin: 60px auto 0;
        font-size: 16rem;
        color: #fff;
        background: #024424 !important;
        border-radius:0
    }

    .c_login form .btn + p {
        margin-top: 20px;
        text-align:center
    }

    .c_loginFooter {
        display: flex;
        justify-content: center;
        margin:40px auto 0
    }

    .c_loginFooter p {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding-top: 60px;
        text-align: center;
        border-top:1px solid #d2d2d2
    }

    .c_login .errors {
        margin-bottom: 30px;
        font-size: 16rem;
        font-weight: 500;
        color:#ff6d6d !important
    }

    .c_login__recover-title {
        font-size: 30rem !important;
        font-weight:500
    }

    .c_login__recover-desc {
        font-size: 16rem;
        font-weight: 500;
        margin-bottom:30px
    }

    .c_login .reset-password-success {
        display: inline-block;
        margin-bottom: 30px;
        color: #ff6d6d;
        font-size:14rem
    }

    .c_account {
        padding:60px 0
    }

    .c_account__title {
        font-size: 25rem;
        text-align: center;
        margin-bottom:60px
    }

    .c_accountInner {
        padding:0 20px
    }

    .c_accountInner > div > h2 {
        margin: 0 0 20px 0;
        font-size:28rem
    }

    .c_accountOrder {
        margin-bottom: 40px;
        width:100%
    }

    .c_accountOrder > h2 + p {
        font-size: 16rem;
        color:#949494
    }

    .c_accountOrder table {
        border: 1px solid #949494;
        border-left: none;
        border-right:none
    }

    .c_accountOrder td, .c_accountOrder th {
        font-size:12rem
    }

    .c_accountOrder__detail {
        background: #024424;
        color: #fff !important;
        padding:3px 10px
    }

    .c_accountAddress p {
        margin-bottom:20px
    }

    .c_accountAddress .btn {
        width: 160px;
        height: 40px;
        color: #fff;
        background: #024424;
        border-radius:0
    }

    .c_account__mypage {
        display: inline-block;
        width:100%
    }

    .c_account__mypage__title {
        margin-bottom: 30px;
        font-size: 40rem;
        text-align:center
    }

    .c_account__mypage__title em {
        display: block;
        height:30px
    }

    .c_account__mypage__logout {
        text-decoration: underline;
        font-size: 14rem;
        display: block;
        font-weight: 400;
        display: inline-block;
        margin-right:10px
    }

    .c_account__mypage__logout.m0 {
        margin:0 !important
    }

    .c_account__mypage-content {
        display: flex;
        flex-wrap: wrap;
        width:100%
    }

    .c_account__mypage-content__title {
        margin-bottom: 20px;
        font-size:20rem
    }

    .c_account__form__label-newsletter {
        display: flex;
        align-items: center;
        font-size: 16rem;
        font-weight:500
    }

    .c_account__form__label-newsletter__checkbox {
        margin-right:5px
    }

    .c_account__form__btn-wrapper {
        text-align:center
    }

    .c_account__form__btn-register {
        width: 160px;
        height: 60px;
        margin: 60px auto;
        font-size: 16rem;
        color: #fff;
        background:#024424
    }

    .page-notfound {
        padding:20px
    }

    .page-notfound__title {
        font-size: 16rem;
        text-align: center;
        margin: 120px 0;
        font-weight:500
    }

    .page-notfound__desc {
        font-size: 16rem;
        margin-bottom: 60px;
        text-align: center;
        font-weight:500
    }

    .page-notfound__redirect {
        font-size: 15rem;
        margin-bottom: 60px;
        text-align: center;
        width: 100%;
        display:inline-block
    }

    .customers-order {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        padding-top:40px
    }

    .customers-order__section {
        margin-bottom:30px
    }

    .customers-order__title {
        font-size:25rem
    }

    .customers-order__dt {
        font-size:18rem
    }

    .customers-order__table-wrapper {
        margin-bottom:30px
    }

    .customers-order__table tr {
        padding:0 !important
    }

    .customers-order__table th {
        font-size: 16rem;
        padding-left:0
    }

    .customers-order__table td {
        font-size: 14rem;
        padding-left: 0;
        display: flex !important;
        justify-content:space-between
    }
}

@media all and (max-width: 1023px) and(min-width: 751px) {
    .customers-order__table td dl {
        margin: 0;
        margin-left:60px
    }
}

@media all and (max-width: 1023px) and(max-width: 750px) {
    .customers-order__table td dl {
        margin: 0;
        text-align:right
    }

    .customers-order__table td.small--hide {
        display:none !important
    }
}

@media all and (max-width: 1023px) {
    .customers-order__table tfoot {
        display: inline-block;
        width:100%
    }
}

@media all and (max-width: 1023px) and(max-width: 750px) {
    .customers-order__table thead {
        display:none !important
    }
}

@media all and (max-width: 1023px) and(min-width: 751px) {
    .customers-order__table td {
        padding-left:30px
    }

    .customers-order__table th {
        padding-right: 100px;
        text-align:left !important
    }

    .customers-order__table tfoot {
        text-align:right
    }

    .customers-order__table tfoot tr {
        display: flex;
        width:100%
    }

    .customers-order__table tfoot td {
        padding-left: 0 !important;
        width:100%
    }
}

@media all and (max-width: 1023px) {
    .customers-order__addresses {
        display: flex;
        flex-wrap: nowrap;
        width:100%
    }

    .customers-order__address {
        width:50%
    }

    .customers-order__address:first-child {
        margin-right:10px
    }

    .customers-order__address__title {
        font-size: 20rem;
        font-weight: 500;
        margin-bottom:15px
    }

    .customers-order__address__status {
        font-size: 14rem;
        margin-bottom:10px
    }

    .customers-order__address__address {
        font-size:14rem
    }

    .page-activate-account {
        padding:0 20px 100px
    }

    .page-activate-account form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width:550px
    }

    .page-activate-account__title {
        font-size: 20rem;
        text-align: center;
        margin: 60px 0;
        font-weight:500
    }

    .page-activate-account__desc {
        font-size: 25rem;
        margin-bottom: 60px;
        text-align: center;
        font-weight:500
    }

    .page-activate-account__submit {
        background: #024424;
        border-radius: 0;
        color: #fff;
        width: auto;
        height: auto;
        padding: 15px 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:20px
    }

    .c_address {
        padding:60px 0
    }

    .c_address > header {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin:0 auto
    }

    .c_address > header > h1 {
        width: 100%;
        font-size: 40rem;
        text-align:center
    }

    .c_address > header > .btn {
        width: 200px;
        height: 60px;
        margin-top: 60px;
        font-size: 16rem;
        color: #fff;
        background:#024424
    }

    .c_address > header + p {
        margin: 20px auto 0;
        padding-bottom: 40px;
        text-align: center;
        border-bottom:1px solid #d2d2d2
    }

    .c_address__flex {
        display: flex;
        flex-wrap:nowrap
    }

    .c_address__addresses {
        width: 100%;
        padding:0 20px
    }

    .c_address__addresses__form {
        width: 100%;
        margin-left: auto;
        margin-right:auto
    }

    .c_address__addresses__form__title {
        font-size: 16rem;
        margin-bottom: 10px;
        margin-top: 20px;
        font-weight:500
    }

    .c_address__addresses__form .form-control {
        height:30px
    }

    .c_address__addresses__form .form-group {
        width: 50%;
        display:inline-block
    }

    .c_address__addresses__form .form-group:first-child {
        margin-right:10px
    }

    .c_address__addresses__form select {
        display: block;
        width: 100%;
        height: 30px;
        padding-left: 10px;
        margin-bottom: 20px;
        border:1px solid #ccc
    }

    .c_address__addresses__form label {
        display:block
    }

    .c_address__label-set-default {
        display: inline-block !important;
        margin-bottom: 20px;
        font-size:14rem
    }

    .c_address__submit {
        background: #024424;
        border-radius: 0;
        color: #fff;
        width: auto;
        height: auto;
        padding: 15px 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:20px
    }

    .c_address__cancel {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        background:0 0
    }

    .c_address__return {
        width:100% !important
    }

    .c_address #AddressNewForm {
        margin: 0 auto 40px;
        padding: 0 20px 40px;
        border-bottom:1px solid #d2d2d2
    }

    .c_address #AddressNewForm h2 {
        margin: 40px 0 20px;
        font-size: 24rem;
        text-align:center
    }

    .c_address #AddressNewForm label {
        display: block;
        padding:10px 5px
    }

    .c_address #AddressNewForm input, .c_address #AddressNewForm select {
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        padding: 8px 13px;
        font-size: 16rem;
        background-color: #fff;
        border:1px solid #d2d2d2
    }

    .c_address #AddressNewForm input[type=checkbox] {
        height: 20px;
        margin-top:40px
    }

    .c_address #AddressNewForm label[for=address_default_address_new] {
        text-align:center
    }

    .c_address #AddressNewForm input[type=submit] {
        width: 160px;
        height: 50px;
        margin: 20px auto;
        color: #fff;
        background:#000 !important
    }

    .c_address #AddressNewForm .cancel {
        display: flex;
        justify-content:center
    }

    .c_address #AddressNewForm button[class=address-new-toggle] {
        width: 60px;
        margin: 0 auto;
        padding: 5px 3px;
        color: #000;
        background: #fff;
        border: 1px solid #d2d2d2;
        border-radius:3px
    }

    .c_address > h2 {
        width: 100%;
        font-size: 40rem;
        text-align:center
    }

    .c_addressMyaddress {
        margin: 20px auto 0;
        text-align:center
    }

    .c_addressMyaddress p strong {
        padding-bottom: 20px;
        font-size:24rem
    }

    .c_addressMyaddress p:last-of-type {
        line-height:1.8
    }

    .c_addressMyaddressFooter {
        display: flex;
        justify-content: center;
        margin-top:20px
    }

    .c_addressMyaddressFooter button {
        width: 60px;
        margin: 0 10px;
        padding: 5px 3px;
        border-radius:3px
    }

    .c_addressMyaddressFooter button.address-edit-toggle {
        color: #fff;
        background:#024424
    }

    .c_addressMyaddressFooter button.address-delete {
        color: #000;
        background: #fff;
        border:1px solid #d2d2d2
    }

    .c_addressMyaddressFooter button:last-of-type::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background:#d2d2d2
    }

    .c_address .pagination {
        max-width: 1340px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16rem;
        text-align: center;
        margin-top:50px
    }

    .c_address .pagination span {
        margin-right:15px
    }

    table.responsive-table.cart-table {
        display:table
    }

    table.responsive-table.cart-table thead {
        display: table-header-group;
        float: none;
        border-right:0
    }

    table.responsive-table.cart-table thead tr {
        padding-right: 0 !important;
        display: table-row !important;
        font-size: 12rem !important;
        float:none
    }

    table.responsive-table.cart-table thead th {
        display: table-cell;
        width: auto;
        padding: 0;
        padding-left: 10px;
        padding-bottom: 15px;
        text-align:left
    }

    table.responsive-table.cart-table thead th:nth-of-type(2) {
        width: 20% !important;
        text-align:right
    }

    table.responsive-table.cart-table thead th:nth-of-type(3) {
        width: 15% !important;
        text-align:right
    }

    table.responsive-table.cart-table thead th:nth-of-type(4) {
        width: 20% !important;
        text-align:right
    }

    table.responsive-table.cart-table tbody {
        display:table-row-group
    }

    table.responsive-table.cart-table tbody tr {
        display: table-row !important;
        font-size: 12rem !important;
        float:none
    }

    table.responsive-table.cart-table tbody tr td {
        width: auto !important;
        padding-left: 0 !important;
        display: table-cell;
        border-top: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: middle;
        float:none
    }

    table.responsive-table.cart-table tbody tr td:before {
        display:none
    }

    table.responsive-table.cart-table tbody tr td a {
        white-space:pre-wrap !important
    }

    table.responsive-table.cart-table .page-cart__form__item-image {
        width: 50px !important;
        height:50px !important
    }

    table.responsive-table.cart-table .cart-item__quantity {
        width: 20px !important;
        padding:5px !important
    }

    table.responsive-table.cart-table__product-title {
        padding-left:10px !important
    }

    .form-reset-password {
        width: 100%;
        margin: 0 auto;
        padding:50px 20px
    }

    .form-reset-password .errors {
        margin-bottom: 30px;
        font-size: 16rem;
        font-weight: 500;
        color:#ff6d6d !important
    }

    .form-reset-password__submit {
        width: 160px;
        height: 60px;
        margin: 60px auto;
        font-size: 16rem;
        color: #fff;
        background:#024424
    }

    .form-reset-password__title {
        font-size: 30rem;
        text-align: center;
        margin-bottom:60px
    }

    .form-reset-password__desc {
        font-size: 16rem;
        text-align: center;
        margin-bottom:30px
    }

    .page-search {
        padding:50px 20px
    }

    .page-search__no-results {
        font-size: 16rem;
        text-align: center;
        margin-top:150px
    }

    .page-wishlist {
        padding: 50px 20px;
        width:100%
    }

    .page-wishlist__title {
        font-size: 20rem;
        text-align: center;
        font-weight: 500;
        margin-bottom:25px
    }

    .page-wishlist .wk-wishlist-empty-note {
        font-size: 14rem;
        font-weight:500
    }

    .page-teaser {
        max-width: 1340px;
        margin-left: auto;
        margin-right:auto
    }

    .page-teaser .teaserHeaderTextInner__title {
        letter-spacing: .12em;
        font-weight: 700;
        line-height:1
    }

    .page-teaser .teaserHeaderTextInner__title__p {
        margin-bottom:20px
    }

    .page-teaser .teaserHeaderTextInner__title__p:last-child {
        margin-bottom:0
    }

    .page-contact {
        padding: 50px 20px;
        width: 100%;
        font-size:14rem
    }

    .page-contact .form-control {
        margin-bottom: 0;
        font-size:14rem
    }

    .page-contact textarea {
        padding-top:10px
    }

    .page-contact__title {
        font-size: 26rem;
        text-align: center;
        font-weight: 500;
        margin-bottom:50px
    }

    .page-contact__success-wrapper {
        text-align:center
    }

    .page-contact__success {
        font-size: 16rem;
        margin-bottom: 50px;
        text-align: center;
        text-decoration: underline;
        display:inline-block
    }

    .page-contact__form-group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom:20px
    }

    .page-contact__form-group__label {
        width: 100%;
        margin-bottom:10px
    }

    .page-contact__form-group__content {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom:30px
    }

    .page-contact__form-group__content__input-label {
        width: 100%;
        display: inline-block;
        margin-bottom:10px
    }

    .page-contact__form-group__content-email {
        flex-wrap:wrap
    }

    .page-contact__form-group__content-email .mb20 {
        margin-bottom:20px
    }

    .page-contact__form-group__name {
        margin-right: 20px;
        width:calc((100% - 20px)/ 2)
    }

    .page-contact__form-group__name:last-child {
        margin-right:0
    }

    .page-contact__submit {
        background: #024424;
        border-radius: 0;
        color: #fff;
        width: auto;
        height: auto;
        padding: 15px 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-weight:500
    }

    .page-contact textarea.input-error {
        border-color:#ff6d6d
    }

    .page-contact .grid4 {
        width: 100%;
        margin-bottom:10px
    }

    .page-contact .contactSource.input-error {
        box-shadow:0 0 0 1px #ff6d6d
    }

    .page-contact__error-message {
        color: #ff6d6d;
        text-align:center
    }

    .page-page {
        padding: 50px 20px;
        width: 100%;
        font-size: 14rem
    }
}
/*# sourceMappingURL=/s/files/1/0037/1477/7197/t/46/assets/theme.scss.css.map?v=990435505365026562 */

