@charset "UTF-8";
/*! bulma.io v0.5.1 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
}

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

img,
embed,
object,
audio,
video {
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

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

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace;
}

body {
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
    color: #114085;
    cursor: pointer;
    text-decoration: none;
}

    a strong {
        color: currentColor;
    }

    a:hover {
        color: #363636;
    }

code {
    background-color: whitesmoke;
    color: #ff3860;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
}

hr {
    background-color: #dbdbdb;
    border: none;
    display: block;
    height: 1px;
    margin: 1.5rem 0;
}

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

input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}

small {
    font-size: 0.875em;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

strong {
    color: #363636;
    font-weight: 700;
}

pre {
    background-color: whitesmoke;
    color: #4a4a4a;
    font-size: 0.875em;
    white-space: pre;
    word-wrap: normal;
}

    pre code {
        -webkit-overflow-scrolling: touch;
        background: none;
        color: inherit;
        display: block;
        font-size: 1em;
        overflow-x: auto;
        padding: 1.25rem 1.5rem;
    }

table td,
table th {
    text-align: left;
    vertical-align: top;
}

table th {
    color: #363636;
}

.is-clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

.is-pulled-left {
    float: left !important;
}

.is-pulled-right {
    float: right !important;
}

.is-clipped {
    overflow: hidden !important;
}

.is-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.is-size-1 {
    font-size: 3rem !important;
}

@media screen and (max-width: 767px) {
    .is-size-1-mobile {
        font-size: 3rem !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-size-1-tablet {
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-size-1-touch {
        font-size: 3rem !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-size-1-desktop {
        font-size: 3rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-size-1-widescreen {
        font-size: 3rem !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-size-1-fullhd {
        font-size: 3rem !important;
    }
}

.is-size-2 {
    font-size: 2.5rem !important;
}

@media screen and (max-width: 767px) {
    .is-size-2-mobile {
        font-size: 2.5rem !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-size-2-tablet {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-size-2-touch {
        font-size: 2.5rem !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-size-2-desktop {
        font-size: 2.5rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-size-2-widescreen {
        font-size: 2.5rem !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-size-2-fullhd {
        font-size: 2.5rem !important;
    }
}

.is-size-3 {
    font-size: 2rem !important;
}

@media screen and (max-width: 767px) {
    .is-size-3-mobile {
        font-size: 2rem !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-size-3-tablet {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-size-3-touch {
        font-size: 2rem !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-size-3-desktop {
        font-size: 2rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-size-3-widescreen {
        font-size: 2rem !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-size-3-fullhd {
        font-size: 2rem !important;
    }
}

.is-size-4 {
    font-size: 1.5rem !important;
}

@media screen and (max-width: 767px) {
    .is-size-4-mobile {
        font-size: 1.5rem !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-size-4-tablet {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-size-4-touch {
        font-size: 1.5rem !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-size-4-desktop {
        font-size: 1.5rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-size-4-widescreen {
        font-size: 1.5rem !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-size-4-fullhd {
        font-size: 1.5rem !important;
    }
}

.is-size-5 {
    font-size: 1.25rem !important;
}

@media screen and (max-width: 767px) {
    .is-size-5-mobile {
        font-size: 1.25rem !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-size-5-tablet {
        font-size: 1.25rem !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-size-5-touch {
        font-size: 1.25rem !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-size-5-desktop {
        font-size: 1.25rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-size-5-widescreen {
        font-size: 1.25rem !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-size-5-fullhd {
        font-size: 1.25rem !important;
    }
}

.is-size-6 {
    font-size: 1rem !important;
}

@media screen and (max-width: 767px) {
    .is-size-6-mobile {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-size-6-tablet {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-size-6-touch {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-size-6-desktop {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-size-6-widescreen {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-size-6-fullhd {
        font-size: 1rem !important;
    }
}

.is-size-7 {
    font-size: 0.75rem !important;
}

@media screen and (max-width: 767px) {
    .is-size-7-mobile {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-size-7-tablet {
        font-size: 0.75rem !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-size-7-touch {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-size-7-desktop {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-size-7-widescreen {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-size-7-fullhd {
        font-size: 0.75rem !important;
    }
}

.has-text-centered {
    text-align: center !important;
}

@media screen and (max-width: 767px) {
    .has-text-centered-mobile {
        text-align: center !important;
    }
}

@media screen and (min-width: 768px), print {
    .has-text-centered-tablet {
        text-align: center !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
    .has-text-centered-tablet-only {
        text-align: center !important;
    }
}

@media screen and (max-width: 1007px) {
    .has-text-centered-touch {
        text-align: center !important;
    }
}

@media screen and (min-width: 1008px) {
    .has-text-centered-desktop {
        text-align: center !important;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .has-text-centered-desktop-only {
        text-align: center !important;
    }
}

@media screen and (min-width: 1200px) {
    .has-text-centered-widescreen {
        text-align: center !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
    .has-text-centered-widescreen-only {
        text-align: center !important;
    }
}

@media screen and (min-width: 1392px) {
    .has-text-centered-fullhd {
        text-align: center !important;
    }
}

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

@media screen and (max-width: 767px) {
    .has-text-left-mobile {
        text-align: left !important;
    }
}

@media screen and (min-width: 768px), print {
    .has-text-left-tablet {
        text-align: left !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
    .has-text-left-tablet-only {
        text-align: left !important;
    }
}

@media screen and (max-width: 1007px) {
    .has-text-left-touch {
        text-align: left !important;
    }
}

@media screen and (min-width: 1008px) {
    .has-text-left-desktop {
        text-align: left !important;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .has-text-left-desktop-only {
        text-align: left !important;
    }
}

@media screen and (min-width: 1200px) {
    .has-text-left-widescreen {
        text-align: left !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
    .has-text-left-widescreen-only {
        text-align: left !important;
    }
}

@media screen and (min-width: 1392px) {
    .has-text-left-fullhd {
        text-align: left !important;
    }
}

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

@media screen and (max-width: 767px) {
    .has-text-right-mobile {
        text-align: right !important;
    }
}

@media screen and (min-width: 768px), print {
    .has-text-right-tablet {
        text-align: right !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
    .has-text-right-tablet-only {
        text-align: right !important;
    }
}

@media screen and (max-width: 1007px) {
    .has-text-right-touch {
        text-align: right !important;
    }
}

@media screen and (min-width: 1008px) {
    .has-text-right-desktop {
        text-align: right !important;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .has-text-right-desktop-only {
        text-align: right !important;
    }
}

@media screen and (min-width: 1200px) {
    .has-text-right-widescreen {
        text-align: right !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
    .has-text-right-widescreen-only {
        text-align: right !important;
    }
}

@media screen and (min-width: 1392px) {
    .has-text-right-fullhd {
        text-align: right !important;
    }
}

.is-capitalized {
    text-transform: capitalize !important;
}

.is-lowercase {
    text-transform: lowercase !important;
}

.is-uppercase {
    text-transform: uppercase !important;
}

.has-text-white {
    color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
    color: #e6e6e6 !important;
}

.has-text-black {
    color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
    color: black !important;
}

.has-text-light {
    color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
    color: #dbdbdb !important;
}

.has-text-dark {
    color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
    color: #1c1c1c !important;
}

.has-text-primary {
    color: #114085 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
    color: #0b2a58 !important;
}

.has-text-info {
    color: #3273dc !important;
}

a.has-text-info:hover, a.has-text-info:focus {
    color: #205bbc !important;
}

.has-text-success {
    color: #23d160 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
    color: #1ca64c !important;
}

.has-text-warning {
    color: #ffdd57 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
    color: #ffd324 !important;
}

.has-text-danger {
    color: #ff3860 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
    color: #ff0537 !important;
}

.has-text-black-bis {
    color: #121212 !important;
}

.has-text-black-ter {
    color: #242424 !important;
}

.has-text-grey-darker {
    color: #363636 !important;
}

.has-text-grey-dark {
    color: #4a4a4a !important;
}

.has-text-grey {
    color: #7a7a7a !important;
}

.has-text-grey-light {
    color: #b5b5b5 !important;
}

.has-text-grey-lighter {
    color: #dbdbdb !important;
}

.has-text-white-ter {
    color: whitesmoke !important;
}

.has-text-white-bis {
    color: #fafafa !important;
}

.is-block {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .is-block-mobile {
        display: block !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-block-tablet {
        display: block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
    .is-block-tablet-only {
        display: block !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-block-touch {
        display: block !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-block-desktop {
        display: block !important;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .is-block-desktop-only {
        display: block !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-block-widescreen {
        display: block !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
    .is-block-widescreen-only {
        display: block !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-block-fullhd {
        display: block !important;
    }
}

.is-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media screen and (max-width: 767px) {
    .is-flex-mobile {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-flex-tablet {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
    .is-flex-tablet-only {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-flex-touch {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-flex-desktop {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .is-flex-desktop-only {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-flex-widescreen {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
    .is-flex-widescreen-only {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-flex-fullhd {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.is-inline {
    display: inline !important;
}

@media screen and (max-width: 767px) {
    .is-inline-mobile {
        display: inline !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-inline-tablet {
        display: inline !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
    .is-inline-tablet-only {
        display: inline !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-inline-touch {
        display: inline !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-inline-desktop {
        display: inline !important;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .is-inline-desktop-only {
        display: inline !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-inline-widescreen {
        display: inline !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
    .is-inline-widescreen-only {
        display: inline !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-inline-fullhd {
        display: inline !important;
    }
}

.is-inline-block {
    display: inline-block !important;
}

@media screen and (max-width: 767px) {
    .is-inline-block-mobile {
        display: inline-block !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-inline-block-tablet {
        display: inline-block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
    .is-inline-block-tablet-only {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-inline-block-touch {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-inline-block-desktop {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .is-inline-block-desktop-only {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-inline-block-widescreen {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-inline-block-fullhd {
        display: inline-block !important;
    }
}

.is-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media screen and (max-width: 767px) {
    .is-inline-flex-mobile {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-inline-flex-tablet {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
    .is-inline-flex-tablet-only {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-inline-flex-touch {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-inline-flex-desktop {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .is-inline-flex-desktop-only {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-inline-flex-widescreen {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
    .is-inline-flex-widescreen-only {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-inline-flex-fullhd {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.is-hidden {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .is-hidden-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 768px), print {
    .is-hidden-tablet {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1007px) {
    .is-hidden-tablet-only {
        display: none !important;
    }
}

@media screen and (max-width: 1007px) {
    .is-hidden-touch {
        display: none !important;
    }
}

@media screen and (min-width: 1008px) {
    .is-hidden-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .is-hidden-desktop-only {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .is-hidden-widescreen {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1391px) {
    .is-hidden-widescreen-only {
        display: none !important;
    }
}

@media screen and (min-width: 1392px) {
    .is-hidden-fullhd {
        display: none !important;
    }
}

.is-marginless {
    margin: 0 !important;
}

.is-paddingless {
    padding: 0 !important;
}

.is-radiusless {
    border-radius: 0 !important;
}

.is-shadowless {
    box-shadow: none !important;
}

.is-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
    -ms-flex: none;
    flex: none;
}

.columns.is-mobile > .column.is-full {
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
    -ms-flex: none;
    flex: none;
    width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
    -ms-flex: none;
    flex: none;
    width: 50%;
}

.columns.is-mobile > .column.is-one-third {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
    -ms-flex: none;
    flex: none;
    width: 25%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
    margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%;
}

.columns.is-mobile > .column.is-1 {
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
    -ms-flex: none;
    flex: none;
    width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
    -ms-flex: none;
    flex: none;
    width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
    -ms-flex: none;
    flex: none;
    width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%;
}

@media screen and (max-width: 767px) {
    .column.is-narrow-mobile {
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-mobile {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-mobile {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-mobile {
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-mobile {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-mobile {
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-mobile {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-mobile {
        margin-left: 50%;
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%;
    }

    .column.is-1-mobile {
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333%;
    }

    .column.is-2-mobile {
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66667%;
    }

    .column.is-3-mobile {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-mobile {
        margin-left: 25%;
    }

    .column.is-4-mobile {
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333%;
    }

    .column.is-5-mobile {
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66667%;
    }

    .column.is-6-mobile {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-mobile {
        margin-left: 50%;
    }

    .column.is-7-mobile {
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333%;
    }

    .column.is-8-mobile {
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66667%;
    }

    .column.is-9-mobile {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-mobile {
        margin-left: 75%;
    }

    .column.is-10-mobile {
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333%;
    }

    .column.is-11-mobile {
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66667%;
    }

    .column.is-12-mobile {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-mobile {
        margin-left: 100%;
    }
}

@media screen and (min-width: 768px), print {
    .column.is-narrow, .column.is-narrow-tablet {
        -ms-flex: none;
        flex: none;
    }

    .column.is-full, .column.is-full-tablet {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters, .column.is-three-quarters-tablet {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds, .column.is-two-thirds-tablet {
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half, .column.is-half-tablet {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third, .column.is-one-third-tablet {
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter, .column.is-one-quarter-tablet {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%;
    }

    .column.is-offset-half, .column.is-offset-half-tablet {
        margin-left: 50%;
    }

    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
        margin-left: 25%;
    }

    .column.is-1, .column.is-1-tablet {
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1, .column.is-offset-1-tablet {
        margin-left: 8.33333%;
    }

    .column.is-2, .column.is-2-tablet {
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2, .column.is-offset-2-tablet {
        margin-left: 16.66667%;
    }

    .column.is-3, .column.is-3-tablet {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3, .column.is-offset-3-tablet {
        margin-left: 25%;
    }

    .column.is-4, .column.is-4-tablet {
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4, .column.is-offset-4-tablet {
        margin-left: 33.33333%;
    }

    .column.is-5, .column.is-5-tablet {
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5, .column.is-offset-5-tablet {
        margin-left: 41.66667%;
    }

    .column.is-6, .column.is-6-tablet {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6, .column.is-offset-6-tablet {
        margin-left: 50%;
    }

    .column.is-7, .column.is-7-tablet {
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7, .column.is-offset-7-tablet {
        margin-left: 58.33333%;
    }

    .column.is-8, .column.is-8-tablet {
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8, .column.is-offset-8-tablet {
        margin-left: 66.66667%;
    }

    .column.is-9, .column.is-9-tablet {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9, .column.is-offset-9-tablet {
        margin-left: 75%;
    }

    .column.is-10, .column.is-10-tablet {
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10, .column.is-offset-10-tablet {
        margin-left: 83.33333%;
    }

    .column.is-11, .column.is-11-tablet {
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11, .column.is-offset-11-tablet {
        margin-left: 91.66667%;
    }

    .column.is-12, .column.is-12-tablet {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12, .column.is-offset-12-tablet {
        margin-left: 100%;
    }
}

@media screen and (max-width: 1007px) {
    .column.is-narrow-touch {
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-touch {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-touch {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-touch {
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-touch {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-touch {
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-touch {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-touch {
        margin-left: 50%;
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%;
    }

    .column.is-1-touch {
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333%;
    }

    .column.is-2-touch {
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-touch {
        margin-left: 16.66667%;
    }

    .column.is-3-touch {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-touch {
        margin-left: 25%;
    }

    .column.is-4-touch {
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333%;
    }

    .column.is-5-touch {
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-touch {
        margin-left: 41.66667%;
    }

    .column.is-6-touch {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-touch {
        margin-left: 50%;
    }

    .column.is-7-touch {
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333%;
    }

    .column.is-8-touch {
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-touch {
        margin-left: 66.66667%;
    }

    .column.is-9-touch {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-touch {
        margin-left: 75%;
    }

    .column.is-10-touch {
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333%;
    }

    .column.is-11-touch {
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-touch {
        margin-left: 91.66667%;
    }

    .column.is-12-touch {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-touch {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1008px) {
    .column.is-narrow-desktop {
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-desktop {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-desktop {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-desktop {
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-desktop {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-desktop {
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-desktop {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-desktop {
        margin-left: 50%;
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%;
    }

    .column.is-1-desktop {
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333%;
    }

    .column.is-2-desktop {
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66667%;
    }

    .column.is-3-desktop {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-desktop {
        margin-left: 25%;
    }

    .column.is-4-desktop {
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333%;
    }

    .column.is-5-desktop {
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66667%;
    }

    .column.is-6-desktop {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-desktop {
        margin-left: 50%;
    }

    .column.is-7-desktop {
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333%;
    }

    .column.is-8-desktop {
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66667%;
    }

    .column.is-9-desktop {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-desktop {
        margin-left: 75%;
    }

    .column.is-10-desktop {
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333%;
    }

    .column.is-11-desktop {
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66667%;
    }

    .column.is-12-desktop {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-desktop {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .column.is-narrow-widescreen {
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-widescreen {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-widescreen {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-widescreen {
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-widescreen {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-widescreen {
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-widescreen {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%;
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%;
    }

    .column.is-1-widescreen {
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333%;
    }

    .column.is-2-widescreen {
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66667%;
    }

    .column.is-3-widescreen {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%;
    }

    .column.is-4-widescreen {
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333%;
    }

    .column.is-5-widescreen {
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66667%;
    }

    .column.is-6-widescreen {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%;
    }

    .column.is-7-widescreen {
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333%;
    }

    .column.is-8-widescreen {
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66667%;
    }

    .column.is-9-widescreen {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%;
    }

    .column.is-10-widescreen {
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333%;
    }

    .column.is-11-widescreen {
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66667%;
    }

    .column.is-12-widescreen {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1392px) {
    .column.is-narrow-fullhd {
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-fullhd {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-fullhd {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-fullhd {
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-fullhd {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-fullhd {
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-fullhd {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%;
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%;
    }

    .column.is-1-fullhd {
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333%;
    }

    .column.is-2-fullhd {
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66667%;
    }

    .column.is-3-fullhd {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%;
    }

    .column.is-4-fullhd {
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333%;
    }

    .column.is-5-fullhd {
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66667%;
    }

    .column.is-6-fullhd {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%;
    }

    .column.is-7-fullhd {
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333%;
    }

    .column.is-8-fullhd {
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66667%;
    }

    .column.is-9-fullhd {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%;
    }

    .column.is-10-fullhd {
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333%;
    }

    .column.is-11-fullhd {
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66667%;
    }

    .column.is-12-fullhd {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%;
    }
}

.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

    .columns:last-child {
        margin-bottom: -0.75rem;
    }

    .columns:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .columns.is-centered {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .columns.is-gapless {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

        .columns.is-gapless:last-child {
            margin-bottom: 0;
        }

        .columns.is-gapless:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .columns.is-gapless > .column {
            margin: 0;
            padding: 0;
        }

@media screen and (min-width: 768px), print {
    .columns.is-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .columns.is-grid > .column {
            max-width: 33.3333%;
            padding: 0.75rem;
            width: 33.3333%;
        }

            .columns.is-grid > .column + .column {
                margin-left: 0;
            }
}

.columns.is-mobile {
    display: -ms-flexbox;
    display: flex;
}

.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.columns.is-vcentered {
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px), print {
    .columns:not(.is-desktop) {
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1008px) {
    .columns.is-desktop {
        display: -ms-flexbox;
        display: flex;
    }
}

.tile {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: min-content;
}

    .tile.is-ancestor {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-top: -0.75rem;
    }

        .tile.is-ancestor:last-child {
            margin-bottom: -0.75rem;
        }

        .tile.is-ancestor:not(:last-child) {
            margin-bottom: 0.75rem;
        }

    .tile.is-child {
        margin: 0 !important;
    }

    .tile.is-parent {
        padding: 0.75rem;
    }

    .tile.is-vertical {
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tile.is-vertical > .tile.is-child:not(:last-child) {
            margin-bottom: 1.5rem !important;
        }

@media screen and (min-width: 768px), print {
    .tile:not(.is-child) {
        display: -ms-flexbox;
        display: flex;
    }

    .tile.is-1 {
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .tile.is-2 {
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .tile.is-3 {
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .tile.is-4 {
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .tile.is-5 {
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .tile.is-6 {
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .tile.is-7 {
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .tile.is-8 {
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .tile.is-9 {
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .tile.is-10 {
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .tile.is-11 {
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .tile.is-12 {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("fonts/fa-solid-900.eot");
    src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("fonts/fa-brands-400.eot");
    src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.fa.fa-meetup {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-star-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-trash-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-clock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-arrow-circle-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-arrow-circle-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-play-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-list-alt {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-picture-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-photo {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-image {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-pencil-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-share-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-check-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-times-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-check-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-eye {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-eye-slash {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bar-chart {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bar-chart-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-twitter-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-facebook-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-thumbs-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-thumbs-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-heart-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-linkedin-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-github-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-lemon-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bookmark-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-twitter {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-facebook {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-facebook-f {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-github {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-credit-card {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hdd-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-o-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-o-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-files-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-floppy-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-pinterest {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pinterest-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-money {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-linkedin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-comment-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-comments-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-clipboard {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-paste {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-lightbulb-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bell-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-text-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-building-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hospital-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-github-alt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-folder-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-folder-open-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-smile-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-frown-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-meh-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-keyboard-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-flag-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-star-half-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-star-half-empty {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-star-half-full {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-calendar-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-maxcdn {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-html5 {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-css3 {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-minus-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-compass {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-caret-square-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-toggle-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-caret-square-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-toggle-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-caret-square-o-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-toggle-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-btc {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bitcoin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-youtube-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-youtube {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-xing {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-xing-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-youtube-play {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-dropbox {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-stack-overflow {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-instagram {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-flickr {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-adn {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bitbucket {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bitbucket-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-tumblr {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-tumblr-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-apple {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-windows {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-android {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-linux {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-dribbble {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-skype {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-foursquare {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-trello {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gratipay {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gittip {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-sun-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-moon-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-vk {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-weibo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-renren {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pagelines {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-stack-exchange {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-arrow-circle-o-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-caret-square-o-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-toggle-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-dot-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-vimeo-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-plus-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-slack {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wordpress {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-openid {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yahoo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-reddit {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-reddit-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-stumbleupon-circle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-stumbleupon {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-delicious {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-digg {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pied-piper-pp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pied-piper-alt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-drupal {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-joomla {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-behance {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-behance-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-steam {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-steam-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-envelope-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-spotify {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-deviantart {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-soundcloud {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-file-pdf-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-word-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-excel-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-powerpoint-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-image-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-photo-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-picture-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-archive-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-zip-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-audio-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-sound-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-video-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-movie-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-code-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-vine {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-codepen {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-jsfiddle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-life-ring {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-life-bouy {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-life-buoy {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-life-saver {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-support {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-rebel {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ra {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-resistance {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-empire {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ge {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-git-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-git {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-hacker-news {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-y-combinator-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yc-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-tencent-weibo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-qq {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-weixin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wechat {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-paper-plane-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-send-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-circle-thin {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-futbol-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-soccer-ball-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-slideshare {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-twitch {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yelp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-newspaper-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-paypal {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-wallet {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-visa {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-mastercard {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-discover {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-amex {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-paypal {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-stripe {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bell-slash-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-copyright {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-lastfm {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-lastfm-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ioxhost {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-angellist {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-meanpath {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-buysellads {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-connectdevelop {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-dashcube {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-forumbee {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-leanpub {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-sellsy {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-shirtsinbulk {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-simplybuilt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-skyatlas {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-diamond {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-facebook-official {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pinterest-p {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-whatsapp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-viacoin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-medium {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-y-combinator {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yc {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-optin-monster {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-opencart {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-expeditedssl {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-object-group {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-object-ungroup {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-sticky-note-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-cc-jcb {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-diners-club {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-clone {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hourglass-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-rock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-grab-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-paper-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-stop-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-scissors-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-lizard-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-spock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-pointer-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-peace-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-registered {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-creative-commons {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gg {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gg-circle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-tripadvisor {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-odnoklassniki {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-odnoklassniki-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-get-pocket {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wikipedia-w {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-safari {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-chrome {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-firefox {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-opera {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-internet-explorer {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-contao {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-500px {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-amazon {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-calendar-plus-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-calendar-minus-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-calendar-times-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-calendar-check-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-map-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-commenting-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-houzz {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-vimeo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-black-tie {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-fonticons {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-reddit-alien {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-edge {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-codiepie {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-modx {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-fort-awesome {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-usb {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-product-hunt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-mixcloud {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-scribd {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pause-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-stop-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bluetooth {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bluetooth-b {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gitlab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wpbeginner {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wpforms {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-envira {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wheelchair-alt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-question-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-glide {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-glide-g {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-viadeo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-viadeo-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-snapchat {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-snapchat-ghost {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-snapchat-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pied-piper {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-first-order {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yoast {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-themeisle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus-official {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus-circle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-font-awesome {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-fa {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-handshake-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-envelope-open-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-linode {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-address-book-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-address-card-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-vcard-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-user-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-user-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-id-badge {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-id-card-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-drivers-license-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-quora {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-free-code-camp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-telegram {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-window-maximize {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-window-restore {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-window-close-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-times-rectangle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bandcamp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-grav {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-etsy {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-imdb {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ravelry {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-eercast {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-snowflake-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-superpowers {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wpexplorer {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa-search:before {
    content: "\f002";
}

.fa-user:before {
    content: "\f007";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-frown:before {
    content: "\f119";
}

.fa-heart:before {
    content: "\f004";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-google:before {
    content: "\f1a0";
}

.fa.fa-facebook:before {
    content: "\f39e";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-clock:before {
    content: "\f017";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-times:before {
    content: "\f00d";
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: white;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: white;
            opacity: 0.75;
        }

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

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

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

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

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

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

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

.mfp-ajax-cur {
    cursor: progress;
}

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

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

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

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

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

.mfp-hide {
    display: none !important;
}

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

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

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

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

.mfp-arrow-right {
    right: 0;
}

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

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

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

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

    .mfp-figure figure {
        margin: 0;
    }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    font-size: .9em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    html {
        font-size: 1em;
    }
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*文字色*/
/*a連結滑上文字*/
/*登入, 購物車, saerch, 手機menu -- 顏色 */
/*------------------------------------*\
  #font
\*------------------------------------*/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("fonts/Montserrat-Regular.ttf");
    font-display: auto;
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("fonts/Montserrat-Medium.ttf");
    font-display: auto;
}

@font-face {
    font-family: "Montserrat";
    font-weight: bold;
    font-style: normal;
    src: url("fonts/Montserrat-Bold.ttf");
    font-display: auto;
}
/*------------------------------------*\
  #Generic
\*------------------------------------*/
body {
    font-family: "Montserrat", "微軟正黑體", Arial;
    font-weight: 400;
    width: 100vw;
    box-sizing: border-box;
    color: #595757;
    font-size: 14px;
    overflow-x: hidden;
}

a {
    color: #595757;
    text-decoration: none;
}

    a:focus, a:active {
        color: #333;
    }

input {
    color: #595757;
    line-height: 24px;
    font-size: 14px;
}

    input[type="checkbox"] {
        border-radius: 0;
    }

.custom-label-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
    text-indent: -3.4em;
}

.custom-label-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-off {
    text-indent: 0.5em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea {
    -webkit-appearance: none;
    border: solid 1px #5A5A5A;
    border-radius: 0;
    padding: 3px 10px;
    font-family: "微軟正黑體";
}

select {
    color: #595757;
    border: solid 1px #5A5A5A;
    border-radius: 0;
    padding: 3px 10px;
    font-size: 16px;
    line-height: 24px;
    height: 32px;
    font-family: "微軟正黑體";
    background-color: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section {
    margin: 0 0 45px;
}

.wrap {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}

.mainContent {
    transform: translateX(0);
    transition: transform .5s;
    width: 100vw;
    padding: 60px 0 0;
}

.contentWrap {
    min-height: calc(100vh - 60px - 221px);
}

.pageCover {
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 4;
}

.mmenu-opened .mainContent {
    transform: translateX(80vw);
}

.mmenu-opened .pageCover {
    display: block;
}

.secTitle {
    font-weight: 500;
    letter-spacing: 2px;
    margin: 15px 0;
}

    .secTitle span {
        display: block;
        font-size: 15px;
        margin-top: -3px;
    }

.btnWrap {
    text-align: center;
    padding: 30px 15px;
}

    .btnWrap.btnWrap-two {
        margin: 0 15px;
    }

        .btnWrap.btnWrap-two .btn,
        .btnWrap.btnWrap-two .btn_second {
            width: calc((100% - 10px - 5px)/2);
            padding: 0;
            margin: 0 8px 0 0;
        }

            .btnWrap.btnWrap-two .btn:last-child,
            .btnWrap.btnWrap-two .btn_second:last-child {
                margin: 0;
            }

.btnWrap_add {
    margin: 0 0 15px;
}

    .btnWrap_add a {
        font-size: 14px;
        text-decoration: underline;
    }

        .btnWrap_add a.btn {
            text-decoration: none;
        }

    .btnWrap_add label {
        font-size: 14px;
    }

        .btnWrap_add label input {
            margin: 0 10px 0 0;
        }

.btnWrap-full {
    margin: 15px 0;
}

    .btnWrap-full .btn {
        width: 100%;
        margin: 0 0 5px;
    }

.inputwrap + .btnWrap-full {
    margin: 30px 0 15px;
}

.btn {
    display: inline-block;
    background: gray;
    border: 1px solid #999;
    color: #fff;
    font-size: 15px;
    line-height: 43px;
    padding: 0 15px;
    text-align: center;
}

    .btn:hover {
        color: #fff;
        opacity: .8;
    }

    .btn.btn-fb {
        background: #3B5998;
    }

        .btn.btn-fb:hover {
            background: #446BBC;
            opacity: .8;
        }

    .btn.btn-google {
        background: #dd3826;
    }

        .btn.btn-google:hover {
            background: #e05243;
            opacity: .8;
        }

    .btn.btn-line {
        background: #00bc00;
    }

        .btn.btn-line .line_text {
            font-weight: bold;
            font-size: 16px;
        }

        .btn.btn-line:hover {
            background: #2ace2a;
            opacity: .8;
        }

    .btn i {
        margin: 0 3px 0 0;
    }

.btn_second {
    display: inline-block;
    background: #fff;
    color: gray;
    border: 1px solid gray;
    font-size: 15px;
    line-height: 43px;
    padding: 0 15px;
    text-align: center;
}

    .btn_second i {
        margin: 0 3px 0 0;
    }

    .btn_second:hover {
        color: #5b5b5b;
    }

.checkboxwrap {
    padding: 5px 0;
}

    .checkboxwrap label {
        display: block;
        font-size: 14px;
    }

        .checkboxwrap label input[type="checkbox"] {
            vertical-align: middle;
            margin: 0 5px 0 0;
        }

.carousel {
    margin: 0 0 30px;
    padding: 0 30px;
}

    .carousel .pdBox {
        margin: 0 10px;
    }

        .carousel .pdBox img {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

    .carousel .slick-prev,
    .carousel .slick-next {
        z-index: 2;
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }

        .carousel .slick-prev:before,
        .carousel .slick-next:before {
            display: none;
        }

    .carousel .slick-prev {
        left: 10px;
        background: url(../../images/zh-cht/icons/left-arrow.png) no-repeat center center/20% auto;
        box-shadow: 0 0 6px 2px rgba(221, 221, 221, 0.8);
    }

    .carousel .slick-next {
        right: 10px;
        background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center center/20% auto;
        box-shadow: 0 0 6px 2px rgba(221, 221, 221, 0.8);
    }

.pdBox img {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pdBox_img {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

    .pdBox_img img {
        display: block;
        width: 100%;
    }

        .pdBox_img img:nth-of-type(2) {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            z-index: 2;
        }

    .pdBox_img:hover picture:nth-of-type(1), .pdBox_img:hover img:nth-of-type(1) {
        opacity: 0;
    }

    .pdBox_img:hover picture:nth-of-type(2), .pdBox_img:hover img:nth-of-type(2) {
        opacity: 1;
    }

    .pdBox_img .pdSoldOut {
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        background: lightgray;
        color: white;
        font-size: 2rem;
        opacity: 0.7;
        font-weight: bold;
        height: 100%;
        cursor: initial;
        color: #fff;
        padding: 10px 20px;
        letter-spacing: 2px;
    }

.pdBox_name {
    display: block;
    margin-bottom: 10px;
}

    .pdBox_name.limit {
        display: inline-block;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.pdBox_price {
    margin-bottom: 10px;
}

    .pdBox_price .tag {
        background-color: #dec8b2;
        padding: 0 5px;
        margin-left: 5px;
    }

.pdbox_price-origin {
    text-decoration: line-through;
}

.price_sale {
    color: #a82424;
    margin-left: 5px;
}

.pdBox_size span {
    margin-right: 5px;
    display: inline-block;
}

.pdBox_size .empty {
    color: #aaa;
}

.selectwrap {
    position: relative;
    display: inline-block;
    border: solid 1px #5A5A5A;
}

    .selectwrap:after {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 17px;
        background: url(../../images/zh-cht/icons/arrow_open.svg) no-repeat center center/100% auto;
        right: 5px;
        top: 8px;
        pointer-events: none;
    }

    .selectwrap select {
        width: 100%;
        appearance: none;
        padding: 0 20px 0 15px;
        border-radius: 0;
        line-height: 30px;
        height: 30px;
        border: 0;
        font-size: 1em;
        background: #fff;
    }

.breadcrumb {
    padding: 10px;
}

    .breadcrumb li {
        display: inline-block;
        position: relative;
        padding-right: 22px;
    }

        .breadcrumb li:after {
            content: '';
            display: block;
            position: absolute;
            width: 6px;
            height: 30px;
            background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center/100% auto;
            right: 4px;
            top: 0px;
        }

        .breadcrumb li:last-child:after {
            display: none;
        }

        .breadcrumb li:last-child a {
            color: #333;
        }

    .breadcrumb a {
        display: block;
        line-height: 30px;
        color: #888;
    }

.pagination_desktop {
    display: block;
    padding: 30px 0;
}

    .pagination_desktop button {
        appearance: none;
        border: 0;
        background: transparent;
        width: 20px;
        height: 30px;
        vertical-align: middle;
    }

        .pagination_desktop button:first-child {
            background: url(../../images/zh-cht/icons/left-arrow.png) no-repeat center center/30% auto;
        }

        .pagination_desktop button:last-child {
            background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center center/30% auto;
        }

        .pagination_desktop button.disabled {
            opacity: 0.6;
        }

    .pagination_desktop a {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0 5px;
        margin: 0 5px;
        font-size: 15px;
    }

        .pagination_desktop a.active {
            position: relative;
        }

            .pagination_desktop a.active:after {
                content: "";
                display: block;
                position: absolute;
                left: 11%;
                bottom: 0;
                width: 80%;
                height: 1px;
                background-color: #000;
            }

.botNotes {
    font-size: 0.9em;
    margin: 2px 0 0;
}

    .botNotes:last-of-type {
        margin: 2px 0 30px 0;
    }

.emphasize {
    font-size: 20px;
}

.popup {
    margin: 0 auto;
    padding: 15px;
    background: #fff;
}

.popup_title {
    text-align: center;
    font-size: 1.2em;
    padding: 10px 0;
    margin: 0 0 15px;
}

.stock-ok {
    color: green;
}

.stock-low {
    color: #ee8e04;
}

.stock-zero {
    color: red;
}

.pageTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 30px;
}

.inputwrap {
    margin: 0 0 15px;
}

    .inputwrap label {
        display: block;
        font-size: 15px;
    }

    .inputwrap input[type="text"],
    .inputwrap input[type="password"],
    .inputwrap input[type="email"],
    .inputwrap input[type="tel"],
    .inputwrap input[type="date"],
    .inputwrap select {
        width: 100%;
    }

        .inputwrap input[type="text"].error,
        .inputwrap input[type="password"].error,
        .inputwrap input[type="email"].error,
        .inputwrap input[type="tel"].error,
        .inputwrap input[type="date"].error,
        .inputwrap select.error {
            border: 2px solid red;
        }

    .inputwrap.captcha input {
        width: 73%;
        display: inline-block;
    }

    .inputwrap.captcha .captcha_img {
        max-width: 25%;
        display: inline-block;
        vertical-align: middle;
    }

    .inputwrap.vcode input {
        width: calc(100% - 140px);
        display: inline-block;
        margin-right: 10px;
    }

    .inputwrap.vcode .getvcode {
        display: inline-block;
        width: 130px;
        height: 50px;
        line-height: 50px;
        vertical-align: top;
        margin-top: 0;
    }

    .inputwrap.vcode .waitvcode {
        display: none;
        width: 130px;
        height: 50px;
        line-height: 50px;
        vertical-align: top;
        margin-top: 0;
    }

    .inputwrap.vcode .countdown {
        display: inline-block;
        width: 22px;
    }

    .inputwrap.vcode.active .getvcode {
        display: none;
    }

    .inputwrap.vcode.active .waitvcode {
        display: inline-block;
    }

    .inputwrap .btn,
    .inputwrap .btn_second {
        margin-top: 10px;
        line-height: 35px;
    }

    .inputwrap .inputwrap_note {
        font-size: 13px;
        margin: 0;
    }

    .inputwrap input + select,
    .inputwrap select + select,
    .inputwrap select + input {
        margin-top: 10px;
    }

    .inputwrap .error + select,
    .inputwrap .error + select,
    .inputwrap .error + input {
        margin-top: 10px;
    }

    .inputwrap textarea {
        width: 100%;
        resize: none;
    }

    .inputwrap .onoffswitch {
        display: inline-block;
    }

    .inputwrap .onoffswitch_txt {
        display: inline-block;
        vertical-align: top;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

.grayBgTitle {
    color: #fff;
    padding: 0 15px 0 30px;
    margin: 0 15px;
    line-height: 30px;
    background: url(../../images/zh-cht/icons/label.png) no-repeat 15px center, #888;
}

    .grayBgTitle.grayBgTitle-toggle {
        cursor: pointer;
        background: url(../../images/zh-cht/icons/label.png) no-repeat 15px center, url(../../images/zh-cht/icons/select-white.png) no-repeat right top, #888;
    }

        .grayBgTitle.grayBgTitle-toggle.active {
            background: url(../../images/zh-cht/icons/label.png) no-repeat 15px center, url(../../images/zh-cht/icons/select-white.png) no-repeat right -27px, #888;
        }

.labelTitle {
    padding: 0 0 0 25px;
    color: #333;
    line-height: 35px;
    font-size: 15px;
    border-bottom: solid 1px #333;
    background: url(../../images/zh-cht/icons/label-black.png) no-repeat 5px center;
}

.noteWrap {
    margin: 0 15px;
}

.redTxt {
    color: red;
}

.dtwrap {
    overflow: hidden;
}

    .dtwrap > .columns {
        margin-top: 0;
    }

.dtwrap-small {
    overflow: hidden;
}

.gotop {
    display: none;
    position: fixed;
    z-index: 3;
    bottom: 50px;
    right: 4%;
    height: 35px;
    border: 1px solid gainsboro;
    width: 35px;
    padding: 4px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive img,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive img {
        object-fit: cover;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("fonts/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("fonts/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("fonts/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("fonts/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("fonts/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("fonts/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("../fonts/ui-icons_777777_256x240.png");
}

.error {
    display: inline;
    color: red;
}

span#rfvEmail[style*="inline"], span#revEmail[style*="inline"] {
    display: block !Important;
}

@media (min-width: 600px) {
    .noteWrap {
        width: 540px;
        margin: 0 auto;
    }

    .btnWrap.btnWrap-two .btn,
    .btnWrap.btnWrap-two .btn_second {
        width: 120px;
    }

    .btnWrap_add a {
        font-size: 15px;
    }

    .checkboxwrap label {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .contentWrap {
        min-height: calc(100vh - 60px - 294px);
    }

    .pageTitle {
        font-size: 20px;
    }

    .carousel {
        margin-left: auto;
        margin-right: auto;
    }

    .popup {
        width: 500px;
        position: relative;
        padding: 30px;
    }

    .inputwrap label {
        font-size: 16px;
    }

    .pdbox_name, .pdbox_price, .pdbox_price-origin, .price_sale {
        font-size: 14px;
    }
}

@media (min-width: 1008px) {
    .mainContent {
        min-height: calc(100vh - 60px - 50px);
        padding: 110px 0 0;
    }

    .contentWrap {
        min-height: calc(100vh - 110px - 294px);
    }

    .dtwrap,
    .dtwrap-mainMenu {
        max-width: 1200px;
        margin: 0 auto;
    }

    header .header_inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .dtwrap-small {
        max-width: 760px;
        margin: 0 auto;
    }

    .carousel {
        max-width: 1200px;
        padding: 0 50px;
    }

        .carousel .slick-prev,
        .carousel .slick-next {
            width: 30px;
            height: 30px;
        }

    .secTitle {
        margin: 45px 0 30px;
        letter-spacing: 1px;
        font-weight: 500;
    }

        .secTitle span {
            font-size: 17px;
        }

    .btnWrap {
        padding: 50px 0;
    }
}

@media (min-width: 1270px) {
    .carousel {
        padding: 0;
    }

        .carousel .slick-prev {
            z-index: 2;
            left: -33px;
        }

        .carousel .slick-next {
            z-index: 2;
            right: -33px;
        }
}

header {
    height: 60px;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 1px 12px 1px rgba(125, 125, 125, 0.2);
    z-index: 20;
    background: #fff;
}

.header_bannerBar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    background: #f16565;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

    .header_bannerBar:hover {
        color: wheat;
    }

    .header_bannerBar.show {
        display: block;
    }

.header_inner {
    position: relative;
    padding: 0 5px 0 0;
}

.header_search_frame {
    display: none;
}

.header_icon {
    display: block;
    width: 36px;
    height: 60px;
    text-align: center;
    color: gray;
}

    .header_icon i {
        line-height: 60px;
        pointer-events: none;
        font-size: 20px;
    }

    .header_icon img {
        pointer-events: none;
        width: 20px;
        height: 20px;
        margin-top: calc(50% + 5px);
    }

    .header_icon.header_menu {
        width: 50px;
    }

        .header_icon.header_menu i:nth-child(2) {
            display: none;
        }

        .header_icon.header_menu.active i:nth-child(1) {
            display: none;
        }

        .header_icon.header_menu.active i:nth-child(2) {
            display: inline;
        }

    .header_icon.header_searchM, .header_icon.header_searchD {
        margin-top: 0;
    }

        .header_icon.header_searchM a, .header_icon.header_searchD a {
            color: gray;
        }

    .header_icon.header_cart {
        position: relative;
        text-align: center;
    }

        .header_icon.header_cart span {
            position: absolute;
            top: 9px;
            right: -2px;
            display: block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            color: #fff;
            background: #f16565;
            font-size: 12px;
            border-radius: 50% 50%;
        }

        .header_icon.header_cart img {
            width: 20px;
        }

    .header_icon:focus {
        color: #333;
    }

    .header_icon:active {
        color: #333;
    }

.logo {
    position: absolute;
    left: calc((100vw - 160px) / 2);
    width: 160px;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
}

    .logo img {
        width: 100%;
        vertical-align: middle;
    }

.offcanvas {
    position: fixed;
    width: 100vw;
    transform: translateX(-100vw);
    top: 60px;
    left: 0;
    transition: transform .5s;
    height: calc(100vh - 60px);
    padding-bottom: 2px;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
    padding-bottom: 100px;
}

    .offcanvas.active {
        transform: translateX(0);
    }

    .offcanvas li {
        position: relative;
        font-size: 15px;
    }

        .offcanvas li > span {
            position: absolute;
            display: block;
            text-align: center;
            right: 10px;
            top: 0;
        }

            .offcanvas li > span:after {
                content: '+';
            }

            .offcanvas li > span.active:after {
                content: '-';
            }

    .offcanvas > ul > li {
        border-bottom: solid 1px #5a5a5a;
    }

        .offcanvas > ul > li > a {
            line-height: 50px;
            color: #000;
        }

        .offcanvas > ul > li > span {
            width: 30px;
            height: 50px;
            line-height: 50px;
        }

        .offcanvas > ul > li > ul > li > a {
            line-height: 40px;
        }

        .offcanvas > ul > li > ul > li > span {
            width: 30px;
            height: 40px;
            line-height: 40px;
        }

        .offcanvas > ul > li > ul > li > ul.submenu {
            margin-left: -40px;
        }

            .offcanvas > ul > li > ul > li > ul.submenu li a {
                padding-left: 80px;
            }

    .offcanvas a {
        display: block;
        padding: 0 20px;
    }

    .offcanvas .submenu {
        display: none;
        margin-left: 20px;
        margin-bottom: 10px;
    }

        .offcanvas .submenu.active {
            display: block;
        }

        .offcanvas .submenu a {
            line-height: 40px;
        }

        .offcanvas .submenu .submenu a {
            color: #777;
        }

.searchWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
    padding: 60px 0 0;
}

    .searchWrap.active {
        display: block;
    }

    .searchWrap .searchWrap_inner {
        padding: 20px;
        background-color: #fff;
    }

    .searchWrap input {
        width: calc(100% - 35px);
        border: none;
        outline: none;
        border-bottom: solid 1px #5A5A5A;
        display: inline-block;
        vertical-align: baseline;
        height: 28px;
        line-height: 20px;
    }

        .searchWrap input + a {
            height: 28px;
            padding-top: 2px;
            width: 20px;
        }

    .searchWrap a {
        display: inline-block;
        line-height: 30px;
        text-align: center;
        color: #333;
        vertical-align: top;
    }

    .searchWrap i {
        font-size: 20px;
    }

    .searchWrap img {
        display: block;
        width: 20px;
        margin-top: 3px;
        color: #5A5A5A;
    }

.hd_tag {
    display: none;
    min-width: 400px;
    font-size: 15px;
}

    .hd_tag a {
        vertical-align: middle;
        width: auto;
        line-height: 0;
        margin: 5px;
    }

        .hd_tag a:link, .hd_tag a:active, .hd_tag a:visited, .hd_tag a:first {
            color: #898989;
        }

.mainMenu {
    width: 100%;
    text-align: center;
    background: #fff;
}

    .mainMenu a {
        line-height: 40px;
        display: block;
        transition: all .5s;
        font-size: 14px;
    }

        .mainMenu a:hover {
            color: #888;
        }

    .mainMenu > ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .mainMenu > ul > li {
            padding: 0 20px;
            position: relative;
        }

            .mainMenu > ul > li:hover > a {
                position: relative;
            }

                .mainMenu > ul > li:hover > a:after {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: 5px;
                    width: 100%;
                    height: 2px;
                    background: #000;
                }

            .mainMenu > ul > li:hover .submenu {
                display: block;
            }

    .mainMenu .submenu {
        display: none;
        background: #fff;
        border: 1px solid;
        position: absolute;
        min-width: calc(100% + 20px);
        top: 100%;
        left: -10px;
        z-index: 1;
        padding: 10px;
    }

        .mainMenu .submenu li {
            padding: 0;
            text-align: left;
        }

            .mainMenu .submenu li li a {
                color: #777;
            }

        .mainMenu .submenu a {
            display: block;
            padding: 0 20px;
            white-space: nowrap;
            line-height: 30px;
        }

            .mainMenu .submenu a:hover {
                opacity: .5;
            }

@media (min-width: 768px) {
    .header_search_frame {
        position: relative;
        display: block;
    }

    .header_icon.header_searchM {
        display: none;
    }

    .searchWrap {
        position: absolute;
        width: 150px;
        height: 50px;
        left: auto;
        right: 34px;
        top: 17px;
        background: transparent;
        padding: 0;
        z-index: 25;
    }

        .searchWrap .searchWrap_inner {
            padding: 0;
        }

            .searchWrap .searchWrap_inner a {
                color: gray;
            }

                .searchWrap .searchWrap_inner a:hover {
                    color: #363636;
                }

        .searchWrap#searchWrapM {
            display: none;
        }
}

@media (min-width: 1008px) {
    header {
        box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.5);
        min-height: 110px;
        height: auto;
    }

    .header_inner {
        height: 70px;
        padding: initial;
    }

    .header_icon {
        width: 40px;
    }

        .header_icon img {
            margin-top: calc(50% + 15px);
        }

        .header_icon.header_cart {
            vertical-align: middle;
            width: 60px;
        }

            .header_icon.header_cart span {
                position: relative;
                display: inline-block;
                vertical-align: top;
                top: 8px;
                right: 12px;
            }

            .header_icon.header_cart img {
                display: inline-block;
                margin-top: calc( 50% + 6px);
            }

    .searchWrap {
        right: 98px;
        width: 150px;
        height: initial;
        top: 15px;
    }

    .logo {
        left: calc((100vw - 200px) / 2);
        width: 200px;
        margin-left: 0;
        line-height: 70px;
    }

    .hd_tag {
        display: block;
    }
}
/*------------------------------------*\
  #Footer
\*------------------------------------*/
footer {
    border-top: 1px solid #595757;
    background: #fff;
    color: #000;
    margin: 10px 0 0;
    padding: 20px;
    text-align: center;
}

    footer .column {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

        footer .column.footerLetter {
            float: left;
            padding-left: 0;
            width: 55%;
        }

    footer .columns {
        margin: 0;
    }

.footerNav a, .footerNav p {
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 36px;
    color: #595757;
}

.footerNav i {
    pointer-events: none;
}

.footerNav .txt_bold {
    font-weight: bold;
}

.footerNav .submenu {
    display: none;
}

    .footerNav .submenu.active {
        display: block;
    }

.copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.footerSocial {
    text-align: center;
    margin-left: 5%;
}

    .footerSocial a {
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;
        font-size: 25px;
    }

    .footerSocial img {
        display: block;
        width: 25px;
    }

.footerBottom {
    text-align: center;
}

    .footerBottom a {
        font-size: 10px;
        color: #aaaaaa;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

.footerLetter p {
    font-weight: bold;
    line-height: 30px;
    font-size: 17px;
}

.footerLetter label {
    display: block;
    line-height: 40px;
    font-size: 13px;
}

.footerLetter input {
    width: calc(100% - 65px);
    max-width: 150px;
    font-size: 13px;
}

.footerLetter .EDMbtn {
    vertical-align: top;
    background: #999;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    margin-left: -5px;
    border: solid 1px #5a5a5a;
}

@media (min-width: 768px) {
    footer .column {
        padding-left: 0;
        width: auto;
    }

        footer .column.footerLetter {
            float: none;
            padding-left: 0;
            width: auto;
            -ms-flex-positive: 1.5;
            flex-grow: 1.5;
        }

    footer .columns {
        margin: 0 auto;
    }

    .footerLetter p {
        font-weight: 500;
        line-height: 40px;
    }

    .footerNav i {
        display: none;
    }

    .footerNav > li > a {
        font-weight: 500;
    }

    .footerNav .submenu {
        display: block;
    }

    .footerBottom a {
        margin-top: 20px;
    }
}
/*------------------------------------*\
  #deafult.html 首頁
\*------------------------------------*/
.homeSlide {
    padding: 10px;
    margin: 0 auto;
}

    .homeSlide .slick-dots {
        width: 30px;
        right: 10px;
        bottom: 30px;
    }

        .homeSlide .slick-dots li {
            width: 15px;
            height: 15px;
        }

            .homeSlide .slick-dots li button {
                width: 15px;
                height: 15px;
            }

                .homeSlide .slick-dots li button:before {
                    font-size: 10px;
                }

.topics_area {
    padding: 10px;
    max-width: 700px;
    margin: 0 auto;
}

    .topics_area .inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .topics_area .inner a {
            width: calc((100% - 20px) / 3);
            margin: 0 10px 10px 0;
        }

            .topics_area .inner a:nth-child(3n) {
                margin-right: 0;
            }

.is-viewall {
    line-height: 30px;
    width: 150px;
}

#startAd {
    margin-left: auto;
    margin-right: auto;
}

    #startAd img {
        width: 100%;
    }

.homePdList {
    margin-bottom: 50px;
}

.homeSection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .homeSection .secTitle {
        width: 100%;
        margin-bottom: 10px;
    }

    .homeSection .sectionBox {
        width: 100%;
        padding: 10px;
    }

@media (min-width: 768px) {
    .homeSlide {
        margin-top: 20px;
    }

    .twoSection .sectionBox {
        width: 50%;
    }

    .threeSection .sectionBox {
        width: 33.33%;
    }
}

.title_hasLine {
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    margin: 35px 0 30px;
    font-size: 1.5rem;
}

    .title_hasLine:before {
        position: absolute;
        top: 16px;
        left: 0;
        content: "";
        width: 20%;
        height: 4px;
        background-color: #D9D9D9;
    }

    .title_hasLine:after {
        position: absolute;
        top: 16px;
        right: 0;
        content: "";
        width: 20%;
        height: 4px;
        background-color: #D9D9D9;
    }

@media (min-width: 1008px) {
    .homeSlide .slick-prev, .homeSlide .slick-next {
        width: 50px;
        height: 50px;
    }

        .homeSlide .slick-prev:before, .homeSlide .slick-next:before {
            font-size: 50px;
        }
}

@media (min-width: 576px) {
    .is-viewall {
        line-height: 45px;
        width: 165px;
    }

    #startAd {
        max-width: 500px;
    }

        #startAd .mfp-close {
            right: calc((100% - 500px) / 2);
        }
}
/*------------------------------------*\
  #pdlist
\*------------------------------------*/
.pdlist_banner img {
    width: 100%;
}

.pdlistWrap .pdlistAside {
    display: none;
}

.pdlistFnArea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 20px 0 0;
}

    .pdlistFnArea .filterArea, .pdlistFnArea .breadcrumb {
        width: 100%;
    }

    .pdlistFnArea .filterArea {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.filterSortBy {
    width: 50%;
    padding: 0 10px;
    position: relative;
    margin: 0 auto 10px;
}

    .filterSortBy .selectwrap {
        width: 100%;
        border: none;
    }

        .filterSortBy .selectwrap select {
            width: 100%;
            border-radius: 0;
            padding: 0 20px 0 3px;
            border-bottom: 1px solid gray;
        }

.pdlist_title {
    margin-bottom: 30px;
}

    .pdlist_title p {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .pdlist_title img {
        width: 270px;
    }

.pdlist_wrap {
    margin: 0 10px;
}

    .pdlist_wrap .columns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pdlist_wrap .pdBox {
        box-sizing: border-box;
    }

    .pdlist_wrap .price_sale {
        margin-left: 7px;
    }

@media (min-width: 768px) {
    .pdlistFnArea {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .pdlistFnArea .breadcrumb {
            width: 50%;
        }

        .pdlistFnArea .filterArea {
            width: 40%;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .pdlistFnArea .filterSortBy {
            margin: initial;
        }

    .pdlist_title img {
        width: 350px;
    }
}

@media (min-width: 1008px) {
    .pdlistWrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: self-start;
        align-items: self-start;
    }

        .pdlistWrap .pdlistAside {
            width: 20%;
            display: block;
            padding: 20px 15px 20px 0;
        }

        .pdlistWrap .pdlistArea {
            width: 80%;
        }

    .filterSortBy .selectwrap select {
        padding: 0 20px 0 8px;
    }

    .menuWithSubmenu li {
        position: relative;
    }

    .menuWithSubmenu a {
        display: block;
        padding: 8px 5px;
    }

        .menuWithSubmenu a.submenuTitle {
            padding-right: 22px;
        }

    .menuWithSubmenu .submenuArrow {
        position: absolute;
        cursor: pointer;
        padding: 0;
        border-bottom: none;
        top: 0;
        right: 0;
        width: 22px;
        height: 39px;
        text-align: center;
        background: url(../../images/zh-cht/icons/arrow_open.svg) no-repeat center center/80%;
    }

        .menuWithSubmenu .submenuArrow.active {
            background: url(../../images/zh-cht/icons/arrow_close.svg) no-repeat center center/80%;
        }

    .menuWithSubmenu .submenu {
        display: none;
    }

        .menuWithSubmenu .submenu.active {
            display: block;
        }

    .menuWithSubmenu > li > .submenu a {
        padding: 5px 5px 5px 10px;
        color: #969696;
    }

    .menuWithSubmenu > li > .submenu .submenuArrow {
        height: 29px;
    }

    .menuWithSubmenu > li > .submenu > li > .submenu {
        background: #f7f7f7;
    }

        .menuWithSubmenu > li > .submenu > li > .submenu a {
            padding-left: 5px 5px 5px 20px;
        }
}
/*------------------------------------*\
  #product
\*------------------------------------*/
.productWrap .productImgAndDesc {
    width: 100%;
}

.productWrap .productDetail {
    width: 100%;
}

.pdPriceBox {
    font-size: 19px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .pdPriceBox .pdPriceSale {
        color: #9a302b;
        margin-right: 5px;
    }

    .pdPriceBox .pdPriceOrigin {
        font-size: 14px;
        color: #aaa;
        font-weight: normal;
        margin-right: 5px;
        text-decoration: line-through;
    }

.productDetail {
    padding: 0 10px;
}

.pdcnt_img_group {
    display: none;
}

    .pdcnt_img_group.active {
        display: block;
    }

.productImgSlider {
    margin-bottom: 15px;
}

.pdcnt_img_group_main {
    margin-bottom: 10px;
}

    .pdcnt_img_group_main .slick-dots {
        bottom: 15px;
    }

.pdcnt_img_group_thumb {
    display: none;
}

.btn-primary,
.btn-secondary {
    display: block;
    padding: 4px;
    text-align: center;
}

.btn-primary {
    border: 1px solid gray;
    background: gray;
    color: white;
    border: 1px solid #acabab;
}

    .btn-primary:hover {
        color: white;
        background: #707070;
    }

.btn-secondary {
    border: 1px solid #acabab;
    color: black;
}

    .btn-secondary:hover {
        background: #eae4d6;
    }

.productTitleWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: self-start;
    align-items: self-start;
}

.productTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "NotoSansTC-Medium", "OpenSans", sans-serif, "微軟正黑體";
}

.productId {
    color: #828282;
    margin-bottom: 15px;
}

.pdPriceAndPromotionArea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: self-start;
    align-items: self-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.productPromotion a {
    display: block;
    color: #a88c5a;
    text-decoration: underline;
    margin-bottom: 3px;
    letter-spacing: 0.2px;
}

.productColor li,
.productSize li {
    display: inline-block;
    margin: 0 10px 10px 0;
    min-width: 35px;
    border: solid 1px #acabab;
    padding: 5px;
}

    .productColor li:hover, .productColor li.active,
    .productSize li:hover,
    .productSize li.active {
        cursor: pointer;
        background-color: #eee;
    }

    .productColor li a,
    .productSize li a {
        display: block;
        text-align: center;
    }

    .productColor li.soldout,
    .productSize li.soldout {
        position: relative;
        border: none;
        background-color: #eee;
    }

        .productColor li.soldout a,
        .productSize li.soldout a {
            color: #BEBEBE;
            cursor: default;
        }

        .productColor li.soldout:hover, .productColor li.soldout.active,
        .productSize li.soldout:hover,
        .productSize li.soldout.active {
            border: solid 1px transparent;
            cursor: default;
        }

.productDesc {
    margin: 0 0 15px;
}

.productColor {
    margin: 0 0 5px;
}

    .productColor ul {
        margin-bottom: 10px;
    }

.productSize {
    margin: 0 0 15px;
}

    .productSize .sizeWrap {
        display: none;
        position: relative;
    }

        .productSize .sizeWrap.active {
            display: block;
        }

    .productSize li a {
        text-align: center;
    }

.productNumber {
    width: 100%;
    margin: 5px 0 10px;
}

    .productNumber .selectwrap {
        width: 100%;
    }

        .productNumber .selectwrap select {
            height: 35px;
        }

        .productNumber .selectwrap::after {
            top: calc((100% - 17px)/2);
        }

.productBtnWrap {
    margin: 10px 0;
}

    .productBtnWrap a {
        margin-bottom: 10px;
        line-height: 28px;
        font-size: 13px;
    }

    .productBtnWrap .btn-pdarrived,
    .productBtnWrap .btn-pdsoldout,
    .productBtnWrap .btn-notify {
        display: none;
    }

    .productBtnWrap .btn-pdsoldout {
        pointer-events: none;
        border: 1px solid #BEBEBE;
        background: #BEBEBE;
    }

    .productBtnWrap.empty .btn-pdsoldout {
        display: block;
    }

    .productBtnWrap.empty .btn-cart,
    .productBtnWrap.empty .btn-pdarrived {
        display: none;
    }

    .productBtnWrap.empty.notify .btn-notify {
        display: block;
    }

.productInfoTab {
    margin-top: 40px;
    border-bottom: 1px solid #acabab;
}

    .productInfoTab > li {
        padding: 0 15px;
        border-top: 1px solid #acabab;
    }

        .productInfoTab > li:nth-of-type(-n+3) .js-pdInfoTabCnt {
            display: none;
        }

    .productInfoTab .pdInfoTabNav {
        display: block;
        position: relative;
        padding: 8px 0;
        color: black;
    }

        .productInfoTab .pdInfoTabNav:after {
            display: inline-block;
            content: "";
            width: 6px;
            height: 6px;
            position: absolute;
            top: 15px;
            right: 0;
            border-left: 1px solid #595757;
            border-bottom: 1px solid #595757;
            transform: rotate(45deg);
        }

        .productInfoTab .pdInfoTabNav.active:after {
            transform: rotate(-45deg);
        }

        .productInfoTab .pdInfoTabNav img {
            width: 100%;
        }

    .productInfoTab .pdInfoTabCnt {
        display: none;
        padding: 0 13px 15px;
        color: #585858;
    }

.messagePopup {
    max-width: 450px;
}

    .messagePopup input {
        width: 100%;
    }

    .messagePopup .popupFlex {
        padding: 20px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .messagePopup .messageBtn {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        padding: 6px;
        text-align: center;
        width: 80px;
        flex-shrink: 0;
        font-size: 12px;
        background: black;
        border: 1px solid black;
        color: white;
    }

.productHtmlArea {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

    .productHtmlArea img {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .productHtmlArea.forDeskTop {
        display: none;
    }

    .productHtmlArea.forPhone {
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        padding: 10px 10px 20px;
    }

    .productHtmlArea img {
        width: initial;
    }

@media (min-width: 1008px) {
    .productPageDtwrap {
        overflow-y: scroll;
        position: relative;
    }

        .productPageDtwrap::-webkit-scrollbar {
            display: none;
        }

    .pdcnt_img_group_thumb {
        display: block;
    }

    .productWrap .pdlistAside {
        width: 20%;
        padding-left: 10px;
        top: 0;
        left: 0;
        position: sticky;
        overflow-y: scroll;
    }

        .productWrap .pdlistAside::-webkit-scrollbar {
            display: none;
        }

    .productWrap .productImgAndDesc {
        width: 40%;
        padding-top: 30px;
    }

    .productWrap .productDetail {
        width: 40%;
        padding-right: 10px;
    }

    .productDetail {
        padding: 30px 10px 20px 3%;
        position: sticky;
        height: calc(100vh - 110px - 45px);
        top: 0;
        left: 0;
        font-size: 13px;
        overflow-y: scroll;
    }

        .productDetail::-webkit-scrollbar {
            display: none;
        }

    .pdcnt_img_group_thumb img {
        padding: 0 2.5px;
    }

    .pdcnt_img_group_thumb .slick-next,
    .pdcnt_img_group_thumb .slick-prev {
        height: 100%;
        background-color: lightgray;
        opacity: 0.7;
        z-index: 3;
        width: 25px;
    }

    .pdcnt_img_group_thumb .slick-next {
        right: 0;
    }

    .pdcnt_img_group_thumb .slick-prev {
        left: 0;
    }

    .productHtmlArea.forPhone {
        display: none;
    }

    .productHtmlArea.forDeskTop {
        display: -ms-flexbox;
        display: flex;
    }
}

.login_small_wrap {
    max-width: 585px;
    padding: 20px;
    margin: 20px auto;
    min-height: 460px;
}

.txt-c {
    text-align: center;
}

.txt_brown {
    color: #ab9b8c;
}

.txt-underline {
    text-decoration: underline;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.login_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login_title {
    padding-bottom: 15px;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.2rem;
}

.btn_toLINE {
    display: block;
    padding: 5px;
    text-align: center;
    background-color: #07b538;
    color: white;
    margin-bottom: 10px;
}

.btn_toFB {
    display: block;
    padding: 5px;
    text-align: center;
    background-color: #1877f2;
    color: white;
}

.login_signin,
.login_regist {
    width: 100%;
    margin: 30px 0;
    padding: 0;
}

.login_signin {
    border-right: none;
    border-bottom: 1px solid gray;
}

.login_regist {
    margin-top: 15px;
}

.login_btnbox {
    padding: 0;
    height: auto;
    margin-bottom: 10px;
}

.login_note p {
    position: relative;
    padding-left: 20px;
    color: #e56c6c;
    line-height: 1.5em;
    margin-bottom: 10px;
}

    .login_note p span {
        position: absolute;
        top: -1px;
        left: 0;
    }

.inputWrap > div {
    margin-bottom: 10px;
}

.login_hotKey {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    margin-bottom: 20px;
}

    .login_hotKey label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
    }

        .login_hotKey label:after {
            display: block;
            content: "";
            width: 1px;
            height: 12px;
            background-color: #000;
            margin: 0 5px 2px 5px;
        }

        .login_hotKey label input {
            margin: 0 5px 0 0;
        }

    .login_hotKey a {
        color: #1877f2;
    }

#forget {
    width: 100%;
}

    #forget .mfp-close {
        right: 4px;
        right: calc((100% - 780px) / 2 + 10px);
        background: url(../../images/zh-cht/icons/esc.png) no-repeat center center/100% 100%;
    }

    #forget .forget_wrap {
        text-align: center;
    }

        #forget .forget_wrap h3 {
            font-weight: bold;
            font-size: 1.25rem;
            margin: 20px 0 40px;
        }

        #forget .forget_wrap p {
            margin-bottom: 30px;
            line-height: 1.5;
        }

        #forget .forget_wrap input {
            max-width: 500px;
            line-height: 40px;
            height: 40px;
        }

        #forget .forget_wrap .btn_forget {
            display: block;
            width: 150px;
            line-height: 40px;
            height: 40px;
            background-color: #ab9b8c;
            color: #fff;
            letter-spacing: 2px;
            margin: 20px auto;
        }

.btn_login {
    display: block;
    font-size: 0.9rem;
    padding: 10px;
    text-align: center;
    background-color: #000;
    color: #fff;
    margin: 20px 0 10px;
}

    .btn_login:hover {
        background-color: #333;
    }

.login_txt span {
    color: red;
}

.login_txt a {
    color: #428bca;
}

.btn_login_brown {
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
    border: 1px solid #ab9b8c;
    background-color: #ab9b8c;
    color: #fff;
    margin: 20px auto 10px auto;
}

.loginbind_btnWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 20px);
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

    .loginbind_btnWrap .btn_login {
        width: calc(50% - 10px);
    }

        .loginbind_btnWrap .btn_login:nth-child(1) {
            border: 1px solid #000;
            background-color: #fff;
            color: #000;
        }

            .loginbind_btnWrap .btn_login:nth-child(1):hover {
                border: 1px solid #333;
                color: #333;
            }

.loginbind_field {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

    .loginbind_field > p {
        line-height: 37px;
    }

        .loginbind_field > p:first-child {
            width: 100px;
        }

    .loginbind_field > div {
        width: calc(100% - 100px);
    }

    .loginbind_field input,
    .loginbind_field .selectwrap {
        width: 100%;
    }

.hr {
    position: relative;
    text-align: center;
    height: 21px;
    line-height: 21px;
}

    .hr::before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        width: calc(50% - 20px);
        height: 1px;
        background-color: #dddddd;
        z-index: 0;
    }

    .hr::after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        width: calc(50% - 20px);
        height: 1px;
        background-color: #dddddd;
        z-index: 0;
    }

.loginbind_inner {
    margin: 0 35px 30px 35px;
}

.loginbind_title {
    display: block;
    padding: 10px;
    background-color: #eee;
    margin-bottom: 10px;
}

.login_check {
    font-size: .875rem;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    line-height: 1.2;
    margin-bottom: 10px;
}

    .login_check input {
        margin: 1px 5px 0 0;
    }

.vcode_countdown {
    display: none;
    font-size: .85rem;
    color: gray;
    padding: 5px 0;
}

    .vcode_countdown.show {
        display: block;
    }

.vcode {
    -ms-flex-align: center;
    align-items: center;
}

    .vcode input {
        margin-bottom: 0;
        width: calc(100% - 105px);
    }

        .vcode input[type="image"] {
            margin-left: 5px;
            width: 95px;
            vertical-align: bottom;
        }

.btn_getvcode_wrap {
    text-align: center;
}

    .btn_getvcode_wrap > a {
        color: #428bca;
    }

    .btn_getvcode_wrap .vcode {
        display: none;
    }

    .btn_getvcode_wrap .btn_fram_brown {
        width: 100%;
        display: block;
        padding: 5px;
        text-align: center;
        border: 1px solid #ab9b8c;
        background-color: #fff;
        color: #ab9b8c;
        margin-bottom: 10px;
    }

    .btn_getvcode_wrap .btn_waitvcode {
        display: none;
        font-size: .9rem;
        background-color: lightgray;
        padding: 6px;
        text-align: center;
        text-decoration: none;
        color: gray;
        opacity: .6;
        margin-bottom: 10px;
    }

    .btn_getvcode_wrap.show > a {
        display: none;
    }

    .btn_getvcode_wrap.show .vcode {
        display: block;
        border-top: 1px solid #ccc;
        margin-top: 20px;
        padding-top: 20px;
    }

        .btn_getvcode_wrap.show .vcode.send .btn_getvcode {
            display: none;
        }

        .btn_getvcode_wrap.show .vcode.send .btn_waitvcode {
            display: block;
        }

.captcha {
    -ms-flex-align: center;
    align-items: center;
}

    .captcha input {
        margin-bottom: 0;
        width: 100%;
    }

        .captcha input[type="image"] {
            margin-left: 5px;
            width: 95px;
            vertical-align: middle;
        }

.login_field_tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

    .login_field_tel .selectwrap {
        margin-right: 10px;
        width: 120px;
    }

    .login_field_tel input {
        width: calc(100% - 130px);
    }

.inputWrap h2 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

    .inputWrap h2 span {
        display: block;
        font-size: 0.8rem;
        margin-top: 5px;
    }

.inputWrap > div {
    margin-bottom: 15px;
}

@media (min-width: 1008px) {
    .login_small_wrap {
        margin: 95px auto;
        padding: 40px 60px;
        border: 1px solid #dddddd;
    }

    #forget {
        width: 760px;
    }

        #forget .mfp-close {
            right: calc((100% - 780px) / 2 + 10px);
        }

    .login_btnbox {
        padding: 7.5px 0px;
        height: 90px;
    }
}

.buyStep {
    text-align: center;
    margin: 15px;
}

    .buyStep li {
        display: inline-block;
        color: #888;
        line-height: 32px;
        font-size: 15px;
        padding: 0 8px;
        margin: 0;
        position: relative;
    }

        .buyStep li:before {
            content: '-';
            display: block;
            position: absolute;
            top: 0px;
            left: -7px;
        }

        .buyStep li:first-child:before {
            display: none;
        }

        .buyStep li.active {
            color: #000;
        }

.shoppingTitle {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

    .shoppingTitle span {
        display: block;
        font-size: 10px;
    }

.cartbox_wrap {
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
}

.cartbox {
    display: table;
    margin: 0 15px;
    width: calc(100% - 30px);
    /*sonia*/
}

    .cartbox label {
        margin: 0 10px 0 0;
    }

    .cartbox .cartbox_price {
        display: inline-block;
    }

    .cartbox .btn_del {
        display: inline-block;
        border: 1px solid;
        height: 32px;
        line-height: 24px;
        padding: 3px 10px;
        margin-left: 10px;
    }

    .cartbox .btn_addcart {
        display: inline-block;
        border: 1px solid;
        height: 32px;
        line-height: 24px;
        padding: 3px 10px;
    }

    .cartbox.cartbox-wish .cartbox_right_box:last-of-type, .cartbox.cartbox-wish .cartbox_right_box:nth-last-of-type(2) {
        display: inline-block;
    }

    .cartbox.cartbox-wish .cartbox_right_box .btn_del {
        margin-left: 0;
    }

    .cartbox.cartbox-wish .cartbox_right_box .btn_del,
    .cartbox.cartbox-wish .cartbox_right_box .btn_addcart {
        width: auto;
    }

    .cartbox.cartbox-wish .btn,
    .cartbox.cartbox-wish .btn_second {
        width: 100%;
    }

    .cartbox.cartbox-wish .btn {
        padding: 0 6px;
    }

.cartbox_left {
    display: table-cell;
    width: 135px;
    padding: 15px 15px 15px 0;
    vertical-align: top;
}

    .cartbox_left img {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

.cartbox_right {
    display: table-cell;
    padding: 15px 15px 15px 0;
}

.cartbox_right_name {
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 14px;
}

.cartbox_right_event {
    display: block;
    padding: 0 5px;
    background: #FFB665;
    color: #fff;
    margin: 0 0 10px;
    display: inline-block;
    font-size: 14px;
}

.cartbox_right_detail span {
    margin: 0 15px 0 0;
}

    .cartbox_right_detail span:last-child {
        margin: 0;
    }

.cartbox_right_box {
    margin: 0 0 10px;
}

    .cartbox_right_box label,
    .cartbox_right_box span {
        font-size: 14px;
    }

    .cartbox_right_box.has-col {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cartbox_right_box.has-col select,
        .cartbox_right_box.has-col .btn_del,
        .cartbox_right_box.has-col .btn_addcart {
            width: 65px;
        }

.total {
    text-align: center;
    padding: 15px;
    margin: 0 15px 45px;
}

    .total p {
        margin-bottom: 5px;
    }

        .total p:nth-child(2) {
            font-weight: bold;
            font-size: 18px;
        }

    .total ul {
        text-align: left;
    }

    .total li span:first-child {
        font-weight: bold;
        margin-right: 30px;
        line-height: 30px;
    }

    .total li:last-child span {
        font-size: 20px;
        line-height: 40px;
    }

.cartbox_submenu {
    width: calc(100% - 30px);
    margin: 0 15px;
}

    .cartbox_submenu .cartbox {
        display: none;
        background: #eee;
        margin: 0;
        width: 100%;
        padding: 0 15px;
    }

    .cartbox_submenu.active .cartbox {
        display: block;
    }

.cartbox_submenu_title {
    cursor: pointer;
    text-align: center;
    background: #eee;
    border-top: 1px solid #5A5A5A;
    border-bottom: 1px solid #5A5A5A;
}

    .cartbox_submenu_title:after {
        vertical-align: middle;
        content: "";
        display: inline-block;
        border: 6px solid #eee;
        border-top: 8px solid #888;
    }

    .cartbox_submenu_title.active:after {
        margin-top: 3px;
        vertical-align: top;
        border: 6px solid #eee;
        border-bottom: 8px solid #888;
    }

@media (min-width: 768px) {
    .cartbox_right_event {
        font-size: 14px;
    }

    .cartbox_right_detail span {
        font-size: 14px;
    }
}

@media (min-width: 1008px) {
    .cartbox,
    .cartbox_submenu {
        max-width: 900px;
        margin: 0 auto;
    }

    .cartbox_left {
        width: 20%;
    }

    .cartbox_right {
        width: 80%;
    }

    .cartbox_right_box {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 20%;
        min-height: 100px;
        margin: 0;
        vertical-align: middle;
        text-align: center;
    }

        .cartbox_right_box:first-child {
            width: 58%;
            text-align: left;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .cartbox_right_box.has-col {
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .cartbox_right_box .cartbox_price {
            vertical-align: top;
        }

            .cartbox_right_box .cartbox_price span {
                display: block;
            }

    .cartbox.cartbox-mo .cartbox_right_box {
        width: 20%;
    }

        .cartbox.cartbox-mo .cartbox_right_box:first-child {
            width: 38%;
        }

    .cartbox.cartbox-wish .cartbox_right_box {
        width: 20%;
    }

        .cartbox.cartbox-wish .cartbox_right_box:first-child {
            width: 38%;
        }

        .cartbox.cartbox-wish .cartbox_right_box:last-of-type, .cartbox.cartbox-wish .cartbox_right_box:nth-last-of-type(2) {
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

    .cartbox.cartbox-wish .btn,
    .cartbox.cartbox-wish .btn_second {
        width: auto;
    }
}

.shoplist {
    display: none;
}

    .shoplist.active {
        display: block;
    }

.shopadd {
    border-bottom: 1px solid #888;
    padding-top: 20px;
    margin: 0 15px;
}

    .shopadd .carousel {
        max-width: 900px;
    }

    .shopadd .pdcnt_info_size .selectwrap {
        display: none;
    }

    .shopadd .pdBox .pdBox_img {
        display: none;
    }

        .shopadd .pdBox .pdBox_img.active {
            display: block;
        }

    .shopadd .pdBox .pdcnt_info_color,
    .shopadd .pdBox .pdcnt_info_size,
    .shopadd .pdBox .pdcnt_info_number {
        margin-bottom: 10px;
    }

        .shopadd .pdBox .pdcnt_info_color div:first-child,
        .shopadd .pdBox .pdcnt_info_size div:first-child,
        .shopadd .pdBox .pdcnt_info_number div:first-child {
            width: 40px;
            display: inline-block;
        }

            .shopadd .pdBox .pdcnt_info_color div:first-child span,
            .shopadd .pdBox .pdcnt_info_size div:first-child span,
            .shopadd .pdBox .pdcnt_info_number div:first-child span {
                font-size: 1em;
                font-weight: bold;
            }

        .shopadd .pdBox .pdcnt_info_color div.selectwrap.active,
        .shopadd .pdBox .pdcnt_info_size div.selectwrap.active,
        .shopadd .pdBox .pdcnt_info_number div.selectwrap.active {
            display: inline-block;
        }

        .shopadd .pdBox .pdcnt_info_color .selectwrap,
        .shopadd .pdBox .pdcnt_info_size .selectwrap,
        .shopadd .pdBox .pdcnt_info_number .selectwrap {
            width: calc(100% - 50px);
        }

    .shopadd .pdBox .btn_wrap .btn_second {
        display: none;
    }

    .shopadd .pdBox .btn_wrap.empty .btn {
        display: none;
    }

    .shopadd .pdBox .btn_wrap.empty .btn_second {
        display: inline-block;
    }

    .shopadd .btn, .shopadd .btn_second {
        width: 100%;
    }

.addBoxWrap {
    margin: 0 15px;
}

.addBox {
    display: table;
    width: 100%;
    margin: 0 0 10px;
}

.addBox_left {
    width: calc(50% - 10px);
    display: table-cell;
}

    .addBox_left img {
        width: 100%;
    }

.addBox_right {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 10px;
}

    .addBox_right p {
        font-size: 15px;
        margin: 0 0 10px;
    }

        .addBox_right p.addBox_name {
            font-weight: bold;
        }

.orderdata {
    margin: 0 15px;
}

.subtotal li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payway_area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .payway_area .inputwrap {
        width: calc((100% - 10px) / 2);
    }

        .payway_area .inputwrap:nth-child(1) {
            margin-right: 10px;
        }

        .payway_area .inputwrap:nth-child(3) {
            width: 100%;
            margin-right: 0;
        }

.orderdata2 {
    margin: 0 15px;
}

    .orderdata2 .pageTitle {
        margin: 45px 0 15px;
    }

.orderdata_invoice {
    display: none;
}

    .orderdata_invoice.active {
        display: block;
    }

.subtotal2 {
    max-width: 500px;
    margin: 0 auto;
}

    .subtotal2 span {
        font-size: 15px;
        display: inline-block;
        width: calc((100% - 25px)/2);
    }

        .subtotal2 span:first-child {
            margin-right: 20px;
            text-align: right;
        }

    .subtotal2.subtotal2_final {
        border-top: 1px solid #000;
        margin-top: 10px;
    }

        .subtotal2.subtotal2_final span {
            font-weight: bold;
            font-size: 16px;
            line-height: 33px;
        }

.orderFinal {
    text-align: center;
    margin: 30px 0;
}

    .orderFinal label {
        font-size: 14px;
    }

    .orderFinal a {
        text-decoration: underline;
    }

.orderfin {
    max-width: 480px;
    margin: 0 15px;
}

.orderfin2 {
    width: calc(100% - 30px);
    margin: 0 15px;
}

    .orderfin2 span {
        display: block;
    }

.orderInfo_area .inputwrap.inputwrap_tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .orderInfo_area .inputwrap.inputwrap_tel label {
        width: 100%;
    }

    .orderInfo_area .inputwrap.inputwrap_tel select.tel {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }

    .orderInfo_area .inputwrap.inputwrap_tel input.tel {
        width: calc((100% - 10px) / 2);
        margin-top: 0;
    }

.orderInfo_area .inputwrap.inputwrap_addr {
    display: none;
}

    .orderInfo_area .inputwrap.inputwrap_addr input + input {
        margin-top: 10px;
    }

    .orderInfo_area .inputwrap.inputwrap_addr.active {
        display: block;
    }

        .orderInfo_area .inputwrap.inputwrap_addr.active.overseas select + input {
            margin-top: 0;
        }

        .orderInfo_area .inputwrap.inputwrap_addr.active.overseas .select_city, .orderInfo_area .inputwrap.inputwrap_addr.active.overseas .select_area {
            display: none;
        }

.orderInfo_area .inputwrap .inputwrap_addr_home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .orderInfo_area .inputwrap .inputwrap_addr_home .select_city, .orderInfo_area .inputwrap .inputwrap_addr_home .select_area {
        margin-top: 0;
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
    }

    .orderInfo_area .inputwrap .inputwrap_addr_home .zipCode {
        margin-top: 0;
        width: calc((100% - 20px) / 3);
    }

    .orderInfo_area .inputwrap .inputwrap_addr_home .road {
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
    }

.orderInfo_area .inputwrap.inputwrap_store {
    display: none;
}

    .orderInfo_area .inputwrap.inputwrap_store.active {
        display: block;
    }

.storeChioce {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .storeChioce .btn_second {
        width: 48%;
        padding: 0 12px;
    }

.storeAddr {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
}

    .storeAddr.active {
        display: -ms-flexbox;
        display: flex;
    }

    .storeAddr .select-city {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }

    .storeAddr .select-area {
        width: calc((100% - 10px) / 2);
        margin-top: 0;
    }

    .storeAddr .select-store {
        width: 100%;
    }

.storeAddr_info {
    width: 100%;
    padding: 10px 0 0;
}

.rNotice {
    margin-bottom: 20px;
}

    .rNotice .notice_title {
        background-color: #ddd;
        width: 100%;
        padding: 5px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }

.invoice_area textarea {
    display: block;
    width: 100%;
}

.discount_area .inputwrap > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .discount_area .inputwrap > div input {
        width: calc(100% - 100px);
        margin-right: 10px;
    }

    .discount_area .inputwrap > div .btn_use {
        width: 90px;
        background: #999;
        color: #fff;
        font-size: 15px;
        line-height: 32px;
        padding: 0 15px;
        text-align: center;
    }

        .discount_area .inputwrap > div .btn_use:hover {
            color: #fff;
            opacity: .8;
        }

    .discount_area .inputwrap > div p {
        width: 100%;
    }

.waitMore {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}

    .waitMore img {
        width: 100%;
    }

    .waitMore.active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center;
    }

    .waitMore i {
        font-size: 100px;
        color: #ddd;
    }

.payment-account {
    margin: 10px 0 30px 0;
    text-align: center;
    color: #000;
}

    .payment-account .title {
        margin: 0 auto 10px auto;
        width: 280px;
        height: 45px;
        line-height: 45px;
        color: #fff;
        background-color: #666;
    }

.orderfinishbox {
    width: calc(100% - 30px);
    margin: 0 15px 45px 15px;
}

    .orderfinishbox > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
    }

    .orderfinishbox li {
        line-height: 30px;
    }

        .orderfinishbox li span:first-child {
            display: inline-block;
            margin-right: 15px;
        }

    .orderfinishbox .sum {
        background-color: #DBDBDB;
    }

    .orderfinishbox .info {
        border-left: 1px solid #DBDBDB;
        border-right: 1px solid #DBDBDB;
    }

        .orderfinishbox .info ul {
            width: 85%;
            padding-bottom: 20px;
            border-bottom: 1px solid #DBDBDB;
        }

    .orderfinishbox .recipient {
        border: 1px solid #DBDBDB;
        border-top: none;
    }

        .orderfinishbox .recipient ul {
            width: 85%;
        }

@media (min-width: 480px) {
    .orderfin {
        margin: 0 auto;
    }

    .orderfin2 {
        max-width: 75%;
        margin: 0 auto;
    }
}

.invoiceCnt {
    display: none;
}

@media (min-width: 600px) {
    .addBox {
        width: calc((100% - 30px)/2);
        float: left;
    }

        .addBox:nth-child(2n+1) {
            margin-right: 30px;
        }
}

@media (min-width: 768px) {
    .orderfin2 span {
        display: inline;
    }

    .orderdata_box2 {
        vertical-align: top;
        padding: 0 15px;
    }

        .orderdata_box2 .pageTitle {
            text-align: center;
        }

    .payway_area {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
        display: -ms-flexbox;
        display: flex;
    }

        .payway_area .inputwrap {
            width: calc((100% - 20px) / 3);
            margin-left: 0;
            margin-right: 10px;
        }

            .payway_area .inputwrap:nth-child(3) {
                width: calc((100% - 30px) / 3);
                margin-right: 0;
            }

    .discount_area {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

        .discount_area .inputwrap {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            margin-left: 0;
        }

            .discount_area .inputwrap label {
                width: 130px;
                text-align: right;
                padding-right: 20px;
            }

            .discount_area .inputwrap select, .discount_area .inputwrap input {
                width: 250px;
                margin-right: 10px;
            }

            .discount_area .inputwrap .btn_second {
                margin-top: 0;
            }

            .discount_area .inputwrap > div {
                width: calc(100% - 130px);
            }

                .discount_area .inputwrap > div input {
                    width: 250px;
                }

    .orderInfo_area {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

        .orderInfo_area .inputwrap {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            margin-left: 0;
        }

            .orderInfo_area .inputwrap label {
                width: 130px;
                text-align: right;
                padding-right: 20px;
            }

            .orderInfo_area .inputwrap select, .orderInfo_area .inputwrap input {
                width: 510px;
                margin-right: 10px;
            }

                .orderInfo_area .inputwrap input + select, .orderInfo_area .inputwrap select + select {
                    margin-top: 0;
                }

            .orderInfo_area .inputwrap textarea {
                width: calc(100% - 110px);
                margin-right: 10px;
            }

            .orderInfo_area .inputwrap.inputwrap_tel label {
                width: 130px;
            }

            .orderInfo_area .inputwrap.inputwrap_tel select.tel {
                width: 250px;
                margin-top: 0;
                margin-right: 10px;
            }

            .orderInfo_area .inputwrap.inputwrap_tel input.tel {
                margin-top: 0;
                margin-right: 0;
                width: calc(510px - 260px);
            }

            .orderInfo_area .inputwrap.inputwrap_addr.active {
                display: -ms-flexbox;
                display: flex;
            }

            .orderInfo_area .inputwrap.inputwrap_store {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .orderInfo_area .inputwrap.inputwrap_store.active {
                    display: -ms-flexbox;
                    display: flex;
                }

            .orderInfo_area .inputwrap .inputwrap_addr_home {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                width: calc(100% - 130px);
                max-width: calc(260px * 3);
            }

                .orderInfo_area .inputwrap .inputwrap_addr_home .select_city, .orderInfo_area .inputwrap .inputwrap_addr_home .select_area, .orderInfo_area .inputwrap .inputwrap_addr_home .zipCode {
                    width: calc((100% - 30px) / 3);
                }

                .orderInfo_area .inputwrap .inputwrap_addr_home .road {
                    margin-top: 10px;
                    width: calc(100% - 10px);
                }

            .orderInfo_area .inputwrap .storeChioce {
                width: 320px;
            }

                .orderInfo_area .inputwrap .storeChioce .btn_second {
                    margin-top: 0;
                }

            .orderInfo_area .inputwrap .storeAddr {
                margin-left: 130px;
                width: calc(100% - 130px);
                max-width: calc(260px * 3);
                padding-bottom: 0;
            }

                .orderInfo_area .inputwrap .storeAddr select {
                    margin-right: 10px;
                    width: calc((100% - 30px) / 3);
                }

    .storeAddr_info {
        width: calc(100% - 130px);
        margin-left: 130px;
    }

        .storeAddr_info p, .storeAddr_info .has-text-right {
            width: 100%;
        }

    .invoice_area {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

        .invoice_area > .inputwrap {
            text-align: center;
        }

            .invoice_area > .inputwrap select {
                display: block;
                margin-left: calc((350px - 250px) / 2);
            }

        .invoice_area .inputwrap {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            margin-left: 0;
        }

            .invoice_area .inputwrap label {
                width: 120px;
            }

                .invoice_area .inputwrap label.longer {
                    width: 200px;
                }

            .invoice_area .inputwrap select, .invoice_area .inputwrap input {
                width: 250px;
                margin-right: 10px;
            }

            .invoice_area .inputwrap .inputwrap_addr_home {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                width: calc(100% - 100px);
                max-width: calc(260px * 3);
            }

                .invoice_area .inputwrap .inputwrap_addr_home .select_city, .invoice_area .inputwrap .inputwrap_addr_home .select_area, .invoice_area .inputwrap .inputwrap_addr_home .zipCode {
                    width: calc((100% - 30px) / 3);
                    margin-right: 10px;
                }

                .invoice_area .inputwrap .inputwrap_addr_home .road {
                    width: calc(100% - 10px);
                }

    .orderdata_amount {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .subtotal2 li span:first-child {
        width: 120px;
    }

    .subtotal2 li span:last-child {
        width: calc(100% - 150px);
    }

    .subtotal2.subtotal2_final li {
        font-size: 18px;
    }

    .invoiceCnt {
        text-align: center;
    }

        .invoiceCnt .inputwrap {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .invoiceCnt .inputwrap input, .invoiceCnt .inputwrap select {
                width: 100%;
                margin: 0 auto 5px;
            }

            .invoiceCnt .inputwrap .error {
                width: 100%;
            }
}

@media (min-width: 1008px) {
    .storeAddr_info p, .storeAddr_info .has-text-right {
        max-width: calc(260px * 3);
    }

    .invoice_area textarea {
        max-width: 870px;
    }

    .invoice_area .inputwrap input, .invoice_area .inputwrap select {
        max-width: 250px;
    }

    .orderfinishbox {
        width: 100%;
        max-width: 750px;
        margin: 0 auto 45px auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .orderfinishbox .sum {
            -ms-flex-order: 1;
            order: 1;
            width: 45%;
            min-height: 340px;
        }

        .orderfinishbox .info {
            -ms-flex-order: 0;
            order: 0;
            width: 55%;
            border: 1px solid #DBDBDB;
        }

            .orderfinishbox .info ul {
                width: auto;
                padding-bottom: 0;
                border-bottom: none;
            }

        .orderfinishbox .recipient {
            -ms-flex-order: 2;
            order: 2;
            width: 100%;
            min-height: 250px;
        }

            .orderfinishbox .recipient ul {
                width: auto;
            }
}

.member {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.memberNav {
    position: relative;
    margin-top: 30px;
}

    .memberNav a {
        font-size: 15px;
        line-height: 32px;
    }

    .memberNav ul {
        display: none;
        padding: 0 0 0 15px;
        border-left: solid 1px #5A5A5A;
        border-right: solid 1px #5A5A5A;
        border-bottom: solid 1px #5A5A5A;
    }

        .memberNav ul.active {
            display: block;
        }

    .memberNav li.active a {
        color: #000000;
        font-weight: bold;
        text-decoration: underline;
    }

    .memberNav .staticNav ul {
        padding: 10px 0 10px 15px;
        display: none;
    }

    .memberNav .staticNav.active ul {
        display: block;
    }

    .memberNav .labelTitle {
        border-bottom: 0;
    }

.memberNav_toggle {
    border: solid 1px #5A5A5A;
    display: block;
    padding: 0 15px;
    background: url(../../images/zh-cht/icons/select.png) no-repeat right 3px, #fff;
}

    .memberNav_toggle.active {
        background-position: right -25px;
    }

.memberCnt {
    padding-bottom: 45px;
}

    .memberCnt .cartbox {
        margin: 0;
        width: 100%;
    }

    .memberCnt .total {
        margin: 0 0 30px;
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

.greet {
    text-align: center;
    margin: 0 0 30px;
}

.dataTable {
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 1px #888;
}

    .dataTable tr:nth-child(2n) {
        background: #f3f3f3;
    }

    .dataTable tr:nth-child(2n+1) {
        background: #fff;
    }

    .dataTable th {
        background: #888;
        color: #fff;
    }

    .dataTable td,
    .dataTable th {
        padding: 10px;
        font-size: 14px;
        height: 41px;
    }

        .dataTable td.pdinfo_txt,
        .dataTable th.pdinfo_txt {
            width: 30%;
        }

        .dataTable td.noorder {
            text-align: center;
        }

    .dataTable .return_r {
        width: 100%;
        display: block;
    }

        .dataTable .return_r + .return_r {
            margin-top: 10px;
        }

    .dataTable a {
        text-decoration: underline;
        color: #114085;
        display: inline-block;
    }

    .dataTable.dataTable-return {
        margin: 0 0 45px;
        border-bottom: 0;
    }

.faq {
    margin: 30px 0;
}

.faq-q,
.faq-a {
    padding: 0 30px 18px;
}

    .faq-q p,
    .faq-a p {
        color: #333;
        font-size: 14px;
    }

    .faq-q span,
    .faq-a span {
        display: inline-block;
        color: #888;
        font-size: 12px;
        margin-left: 5px;
    }

.faq-q {
    background: url(../../images/zh-cht/icons/q.png) no-repeat left top;
}

    .faq-q p {
        color: #333;
    }

    .faq-q:first-of-type {
        padding: 18px 30px;
        background-position: left 18px;
    }

.faq-a {
    background: url(../../images/zh-cht/icons/a.png) no-repeat left top;
}

    .faq-a p {
        color: #114085;
    }

.return_note {
    height: 100px;
}

.applyReturnMoney {
    margin-top: 15px;
}

.dataList {
    margin: 0 0 45px;
}

    .dataList span {
        display: inline-block;
        width: 60%;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 30px;
    }

        .dataList span:first-child {
            width: 40%;
            color: #888;
            text-align: right;
            padding: 0 30px 0 0;
            vertical-align: top;
        }

    .dataList a {
        text-decoration: underline;
        color: #114085;
    }

#eInvoice {
    text-align: center;
}

.return_msg {
    background: #f3f3f3;
    padding: 15px;
    margin: 0 0 45px;
}

    .return_msg p {
        font-size: 14px;
    }

        .return_msg p span {
            color: #000;
            font-weight: bold;
        }

.discountSendWrap {
    width: 100%;
    max-width: 550px;
    margin: 20px auto;
}

    .discountSendWrap .discountSend {
        width: calc(100% - 80px);
    }

    .discountSendWrap .btn_discount {
        display: inline-block;
        width: 75px;
        text-align: center;
        vertical-align: top;
        background: #ddd;
        color: #333;
        font-weight: bold;
        height: 32px;
        line-height: 30px;
        border: solid 1px #aaa;
        border-left: none;
    }

@media (max-width: 950px) {
    .dataTable th {
        display: none;
    }

    .dataTable td {
        display: block;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        padding-left: 35%;
        height: auto;
        min-height: 41px;
    }

        .dataTable td.pdinfo_txt {
            width: 100%;
        }

        .dataTable td:before {
            content: attr(data-th);
            display: inline-block;
            text-align: center;
            width: 35%;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .dataTable td:last-child {
            padding-bottom: 20px;
        }

        .dataTable td.noorder {
            padding-left: 0;
            text-align: center;
        }
}

@media (min-width: 768px) {
    .member {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .memberNav {
        display: block;
        background: #f3f3f3;
        padding: 15px 30px 15px;
        margin-top: 30px;
        font-size: 15px;
    }

        .memberNav a {
            font-size: 14px;
            line-height: 32px;
        }

        .memberNav ul {
            display: block;
            border: 0;
        }

        .memberNav .staticNav ul {
            padding: 0 0 10px 23px;
            display: block;
        }

    .memberCnt {
        padding-left: 30px;
        padding-right: 30px;
    }

        .memberCnt .column {
            padding: 0 30px;
        }

    .dataList {
        margin: 0 30px 45px;
    }

        .dataList li {
            float: left;
            width: 50%;
        }

        .dataList span {
            font-size: 15px;
        }

            .dataList span:first-child {
                text-align: left;
            }

    .discountSendWrap .btn_discount {
        height: 30px;
        line-height: 28px;
    }

    .dataTable td,
    .dataTable th {
        font-size: 15px;
    }
}

@media (min-width: 1008px) {
    .memberNav {
        margin-left: 15px;
    }
}

.store_img {
    padding: 0 1.5rem;
}

    .store_img img {
        width: 100%;
    }

.store_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 1.5rem;
    position: relative;
}

    .store_info p {
        font-size: 14px;
        margin: 0 0 10px;
        padding-left: 23px;
        position: relative;
    }

        .store_info p i {
            position: absolute;
            top: 4px;
            left: 3px;
        }

        .store_info p.store_name {
            font-weight: bold;
            font-size: 16px;
            padding-left: 0;
        }

    .store_info .btn_second {
        display: block;
        margin-bottom: 30px;
    }

.store_map {
    padding: 15px 1.5rem;
}

    .store_map iframe {
        width: 100%;
    }

@media (min-width: 768px) {
    .store_info .btn_second {
        position: absolute;
        bottom: 0.75rem;
        display: block;
        padding: 0;
        margin-bottom: 0;
        width: calc(100% - 3.75rem);
    }
}

@media (min-width: 1008px) {
    .store_info {
        text-align: center;
    }

        .store_info p i {
            position: relative;
            top: auto;
            left: auto;
            margin: 0 5px;
        }
}

.newslist {
    margin-bottom: 60px;
}

    .newslist > .columns {
        border-bottom: solid 1px #5A5A5A;
        margin-left: 15px;
        margin-right: 15px;
    }

        .newslist > .columns:first-child {
            border-top: solid 1px #5A5A5A;
        }

        .newslist > .columns .column {
            padding: 0.75rem 0;
            -ms-flex-pack: center;
            justify-content: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .newslist > .columns .column:first-child {
                padding-bottom: 0;
            }

    .newslist img {
        width: 100%;
    }

    .newslist h6 {
        font-weight: bold;
        font-size: 15px;
    }

    .newslist p {
        font-size: 14px;
    }

    .newslist span {
        font-size: 10px;
        color: #888;
    }

.news .pageTitle {
    text-align: left;
    margin: 30px 15px 0;
}

.news article {
    margin: 30px 15px 60px;
}

.news_date {
    color: #888;
    font-size: 12px;
    margin: 0 0 0 15px;
}

@media (min-width: 768px) {
    .newslist h6 {
        font-weight: bold;
        font-size: 16px;
    }

    .newslist p {
        font-size: 15px;
    }

    .newslist span {
        font-size: 12px;
    }

    .newslist > .columns .column {
        padding: 0.75rem;
    }

        .newslist > .columns .column:first-child {
            padding-left: 0;
            padding-bottom: 0.75rem;
        }

    img.newslist_img {
        width: 200px;
    }
}
/*------------------------------------*\
  #activity
\*------------------------------------*/
.activity_note {
    border: 1px solid #333;
    margin: 0 5px;
    padding: 15px;
    text-align: center;
}

.activity_title {
    font-size: 20px;
    font-weight: bold;
}

.activity_time {
    font-size: 14px;
}

.discountBox {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 10px);
    margin: 20px 5px;
    border: 1px solid #000;
    box-shadow: 4px 4px 3px rgba(51, 51, 102, 0.5);
    cursor: pointer;
}

    .discountBox .discountBox_cover {
        background-color: #ddd;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.discount_cnt {
    vertical-align: middle;
    text-align: center;
}

.discount_sum {
    float: left;
    width: 30%;
    background-color: #ddd;
    font-size: 15px;
    height: 100px;
    line-height: 100px;
}

    .discount_sum span {
        font-size: 30px;
    }

.discount_note {
    float: left;
    width: 70%;
    height: 100px;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
}

.discount_clickOn {
    position: relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    color: #fff;
    box-shadow: 0px -3px 2px rgba(51, 51, 102, 0.5);
}

.discount_qty {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    font-size: 12px;
    background-color: red;
    border: 1px solid red;
    border-radius: 50%;
    box-shadow: 3px 3px 2px rgba(214, 38, 7, 0.5);
}

    .discount_qty span:first-child {
        height: 25px;
        display: block;
        line-height: 30px;
    }

    .discount_qty span:last-child {
        display: block;
        height: 25px;
        line-height: 25px;
    }

@media (min-width: 768px) {
    .discountBox {
        width: calc(50% - 10px);
    }
}
/*------------------------------------*\
  #style
\*------------------------------------*/
.pdbox_info {
    display: none;
}

.popup_pdBox, .popup_pdCnt {
    position: fixed;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.slickWrap {
    position: relative;
    width: 90%;
    max-width: 450px;
}

    .slickWrap img {
        width: 100%;
    }

.popup_slick_esc {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background: url(../../images/zh-cht/icons/escape.png) no-repeat center center/70% #eee;
    opacity: .5;
}

    .popup_slick_esc:hover {
        opacity: .8;
    }

.popup_slick_prev, .popup_slick_next {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 60px;
    opacity: .5;
}

    .popup_slick_prev:hover, .popup_slick_next:hover {
        opacity: .8;
    }

.popup_slick_prev {
    left: 5px;
    background: url(../../images/zh-cht/icons/left-arrow.png) no-repeat center center/60% #ddd;
}

.popup_slick_next {
    right: 5px;
    background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center center/60% #ddd;
}

.popup_pdBox_info {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

    .popup_pdBox_info tr a {
        display: block;
        background: #999;
        color: #fff;
        font-size: 13px;
        padding: 3px 5px;
        margin: 3px 0;
    }

    .popup_pdBox_info tr:hover a {
        background: #333;
        color: #fff;
    }

.popup_pdBox_infoPd_price {
    text-align: right;
}

.popup_pdCnt .popup_slick_esc {
    position: fixed;
    right: 5%;
    top: 5vh;
}

.pdCntWrap {
    position: relative;
    width: 90%;
    max-height: 90vh;
    background: #fff;
    overflow-y: scroll;
}

.add_info {
    transform: translateY(-1000px);
    transition: transform 1s;
    position: fixed;
    top: 5vh;
    right: 5vw;
    background: #fff;
    box-shadow: -1px 1px 7px #999;
    padding: 5px;
    width: 90vw;
    text-align: center;
}

    .add_info > p {
        padding: 5px;
        border-bottom: 1px solid #ddd;
    }

    .add_info.show {
        transform: translateY(0);
        transition: transform .5s;
    }

.add_info_pd {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

    .add_info_pd img {
        width: 80px;
    }

    .add_info_pd p {
        width: calc((100% - 80px) / 3);
    }

.add_info_btn {
    display: block;
    margin: 10px auto 5px auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: chocolate;
    font-size: 13px;
    color: #fff;
    border-radius: 10px;
}

.popup_pageCover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: .8;
}

.popup1 .popup_pageCover {
    display: block;
    z-index: 100;
}

.popup1 .popup_pdBox {
    display: -ms-flexbox;
    display: flex;
    z-index: 101;
}

.popup2 .popup_pageCover {
    display: block;
    z-index: 200;
}

.popup2 .popup_pdCnt {
    display: -ms-flexbox;
    display: flex;
    z-index: 201;
}

@media (min-width: 768px) {
    .popup_pdCnt .popup_slick_esc {
        position: absolute;
        right: 0;
        top: 0;
    }

    .add_info {
        position: absolute;
        top: 0;
        right: 0;
        width: 350px;
    }
}

@media (min-width: 1008px) {
    .pdCntWrap {
        width: 900px;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}

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

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
