@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

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

body {
  margin: 0; }

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

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

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

a:active, a:hover {
  outline-width: 0; }

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

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

img {
  border-style: none; }

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

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

button, select {
  text-transform: none; }

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

p {
  margin: 0; }

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

body {
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #6d6e71;
  letter-spacing: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

ele {
  overflow: auto; }

a {
  outline: 0;
  color: #a2dadb;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }
  a:hover {
    color: #6d6e71; }

em {
  font-style: normal; }

img {
  vertical-align: middle; }

svg {
  vertical-align: middle;
  fill: currentColor; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300;
  line-height: 1.3; }

h1 {
  font-size: 36px; }
  @media (min-width: 640px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 28.8px; }
  @media (min-width: 640px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 25.2px; }
  @media (min-width: 640px) {
    h3 {
      font-size: 28px; } }

h4 {
  font-size: 21.6px; }
  @media (min-width: 640px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 18px; }
  @media (min-width: 640px) {
    h5 {
      font-size: 20px; } }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

select {
  padding-right: 35px;
  background: url(../img/icons/arrow_carrot-down.svg) right 7px top 4px/23px auto no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer; }

.container, .container-l, .container-m, .container-s {
  padding: 0 15px; }
  .container:after, .container-l:after, .container-m:after, .container-s:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 640px) {
    .container, .container-l, .container-m, .container-s {
      padding: 0 25px; } }

.container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.container-l {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto; }
  .container-l:after {
    content: " ";
    display: block;
    clear: both; }

.container-m {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto; }
  .container-m:after {
    content: " ";
    display: block;
    clear: both; }

.container-s {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }
  .container-s:after {
    content: " ";
    display: block;
    clear: both; }

[data-rwd*=" mobile"], [data-rwd~=mobile] {
  display: block !important; }

[data-rwd*=" pc"], [data-rwd*=" tablet"], [data-rwd~=pc], [data-rwd~=tablet] {
  display: none !important; }

@media (min-width: 640px) {
  [data-rwd*=" mobile"], [data-rwd~=mobile] {
    display: none !important; }
  [data-rwd*=" tablet"], [data-rwd~=tablet] {
    display: block !important; } }

@media (min-width: 960px) {
  [data-rwd*=" tablet"], [data-rwd~=tablet] {
    display: none !important; }
  [data-rwd*=" pc"], [data-rwd~=pc] {
    display: block !important; } }

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  position: relative;
  top: 1px;
  font-style: normal; }
  [data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

.icon-login {
  width: 25px;
  height: 25px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  background: url(../img/icons/login.svg) 50% 50% no-repeat; }

.icon-logout {
  width: 25px;
  height: 25px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  background: url(../img/icons/logout.svg) 50% 50% no-repeat; }

.icon-cart {
  width: 25px;
  height: 25px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  background: url(../img/icons/cart.svg) 50% 50% no-repeat; }

.icon-search {
  width: 25px;
  height: 25px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  background: url(../img/icons/search.svg) 50% 50% no-repeat; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

.text-red {
  color: #a2dadb !important; }

.text-dark {
  color: #47411e !important; }

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

.ellipsis {
  display: none; }
  @media (min-width: 640px) {
    .ellipsis {
      display: inline; } }

.header {
  top: 0;
  position: fixed;
  z-index: 1020;
  width: 100%;
  background-color: #47411e; }

.header-top-image img {
  max-width: 100%; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  height: 59px;
  border: 0;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s; }
  @media (min-width: 960px) {
    .navbar {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      height: 130px; } }
  @media (min-width: 960px) {
    .navbar.is-sticky {
      height: 70px; } }
  @media (min-width: 960px) {
    .navbar.is-sticky .navbar-brand {
      width: 100px;
      height: 100px;
      background-image: url(../img/brand_logo.png); } }
  .navbar .navbar-brand {
    width: 82px;
    height: 82px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #47411e url(../img/brand_logo.png) 50% 50%/cover no-repeat;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 960px) {
      .navbar .navbar-brand {
        width: 180px;
        height: 180px;
        background-image: url(../img/brand_logo_title.png);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px); } }
  .navbar .navbar-collapse {
    top: 0;
    left: 0;
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    @media (min-width: 960px) {
      .navbar .navbar-collapse {
        position: relative;
        visibility: visible;
        margin-left: 10px;
        margin-right: auto;
        padding: 0;
        opacity: 1; } }
    .navbar .navbar-collapse.is-open {
      width: 100%;
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      z-index: 1000;
      color: #a2dadb;
      background-color: #47411e;
      visibility: visible;
      opacity: 1;
      overflow: auto; }
      .navbar .navbar-collapse.is-open .navbar-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 68%;
        margin: 0 auto;
        border-top: 2px solid #a2dadb;
        border-bottom: 1px solid #a2dadb; }
        .navbar .navbar-collapse.is-open .navbar-list .nav-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-bottom: 1px solid #a2dadb; }
          .navbar .navbar-collapse.is-open .navbar-list .nav-item .nav-link {
            width: 100%;
            padding: 15px 0;
            text-align: center;
            font-size: 16px; }
    .navbar .navbar-collapse .navbar-mobile {
      display: block; }
      @media (min-width: 960px) {
        .navbar .navbar-collapse .navbar-mobile {
          display: none; } }
    .navbar .navbar-collapse .navbar-header {
      text-align: center; }
      .navbar .navbar-collapse .navbar-header .navbar-header-brand {
        margin-bottom: -2%; }
        .navbar .navbar-collapse .navbar-header .navbar-header-brand img {
          max-width: 45%; }
    .navbar .navbar-collapse .footer-sns {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 15px; }
      .navbar .navbar-collapse .footer-sns img {
        max-width: 90%; }
      .navbar .navbar-collapse .footer-sns .text-link {
        width: 100%;
        margin-top: 10px;
        text-align: center; }
    .navbar .navbar-collapse .footer-copyright {
      text-align: center; }
      .navbar .navbar-collapse .footer-copyright a {
        color: #a2dadb; }
  .navbar .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .navbar .navbar-nav .nav-item {
      position: relative; }
      .navbar .navbar-nav .nav-item .nav-link {
        display: block;
        padding: 20px 20px;
        color: #a2dadb;
        font-size: 18px;
        line-height: 1;
        white-space: nowrap; }
        @media (min-width: 1200px) {
          .navbar .navbar-nav .nav-item .nav-link {
            padding: 20px 30px; } }
  .navbar .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .navbar .dropdown:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%); }
    .navbar .dropdown:hover .dropdown-sub {
      visibility: visible;
      opacity: 1; }
      @media (min-width: 960px) {
        .navbar .dropdown:hover .dropdown-sub {
          -webkit-transform: translateX(-50%) translateY(0%);
          -ms-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%); } }
  .navbar .dropdown-toggle {
    position: relative; }
    .navbar .dropdown-toggle:after {
      top: 12px;
      right: 10px;
      position: absolute;
      content: "\45";
      font-family: 'ElegantIcons';
      font-size: 20px; }
      @media (min-width: 960px) {
        .navbar .dropdown-toggle:after {
          display: none; } }
    .navbar .dropdown-toggle.is-active:after {
      content: "\43"; }
  .navbar .dropdown-menu {
    top: 100%;
    left: 50%;
    position: absolute;
    z-index: 1000;
    padding: 6px 13px;
    background-color: #fff;
    border: 1px solid #a2dadb;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%) translateY(5%);
    -ms-transform: translateX(-50%) translateY(5%);
    transform: translateX(-50%) translateY(5%); }
    .navbar .dropdown-menu:before {
      top: -8.5px;
      left: 50%;
      position: absolute;
      width: 15px;
      height: 15px;
      content: "";
      display: block;
      background-color: #fff;
      border-top: 1px solid #a2dadb;
      border-left: 1px solid #a2dadb;
      -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg); }
    .navbar .dropdown-menu .dropdown-item {
      display: block;
      padding: 8px 15px;
      color: #47411e;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      border-bottom: 1px solid #a2dadb; }
      .navbar .dropdown-menu .dropdown-item:last-child {
        border-bottom: 0; }
  .navbar .dropdown-sub {
    display: none; }
    @media (min-width: 960px) {
      .navbar .dropdown-sub {
        top: 100%;
        left: 50%;
        position: absolute;
        z-index: 1000;
        display: block;
        padding: 6px 13px;
        background-color: #fff;
        border: 1px solid #a2dadb;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translateX(-50%) translateY(5%);
        -ms-transform: translateX(-50%) translateY(5%);
        transform: translateX(-50%) translateY(5%); }
        .navbar .dropdown-sub:before {
          top: -8.5px;
          left: 50%;
          position: absolute;
          width: 15px;
          height: 15px;
          content: "";
          display: block;
          background-color: #fff;
          border-top: 1px solid #a2dadb;
          border-left: 1px solid #a2dadb;
          -webkit-transform: translateX(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg); } }
    .navbar .dropdown-sub.is-active {
      display: block; }
    .navbar .dropdown-sub .dropdown-item {
      display: block;
      padding: 8px 15px;
      color: #47411e;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      border-bottom: 1px solid #47411e;
      background-color: #a2dadb; }
      @media (min-width: 960px) {
        .navbar .dropdown-sub .dropdown-item {
          border-bottom: 1px solid #a2dadb;
          background-color: #fff; } }
      .navbar .dropdown-sub .dropdown-item:last-child {
        border-bottom: 0; }
  .navbar .dropdown-search {
    position: absolute;
    top: 100%;
    right: 9px;
    z-index: 900;
    padding: 6px 13px;
    background-color: #fff;
    border: 1px solid #a2dadb;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0) translateY(5%);
    -ms-transform: translateX(0) translateY(5%);
    transform: translateX(0) translateY(5%); }
    .navbar .dropdown-search:before {
      width: 15px;
      height: 15px;
      position: absolute;
      top: -8.5px;
      right: 3px;
      content: "";
      display: block;
      background-color: #fff;
      border-top: 1px solid #a2dadb;
      border-left: 1px solid #a2dadb;
      -webkit-transform: translateX(0) rotate(45deg);
      -ms-transform: translateX(0) rotate(45deg);
      transform: translateX(0) rotate(45deg); }
    .navbar .dropdown-search.is-show {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateX(0%) translateY(0%);
      -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%); }
    .navbar .dropdown-search .dropdown-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px 15px; }
    .navbar .dropdown-search .form-search {
      width: 180px; }
    .navbar .dropdown-search .btn-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 10px; }
  .navbar .navbar-right .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar .navbar-right .nav-item .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 17px 7px; }
    .navbar .navbar-right .nav-item .hamburger {
      z-index: 1005; }
      @media (min-width: 960px) {
        .navbar .navbar-right .nav-item .hamburger {
          display: none; } }
  .navbar .cart-count-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar .cart-count-menu .cart-count {
      position: relative;
      top: 3px;
      margin-left: 5px;
      padding: 2px 8px 2px;
      font-size: 75%;
      font-weight: 700;
      line-height: 1;
      color: #47411e;
      text-align: center;
      white-space: nowrap;
      border-radius: 1rem;
      background-color: #a2dadb; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 50px; }
  @media (min-width: 960px) {
    .main-content {
      padding-bottom: 100px; } }
  .main-content:before {
    width: 100%;
    height: 59px;
    content: "";
    display: block;
    background-color: #47411e; }
    @media (min-width: 960px) {
      .main-content:before {
        height: 130px; } }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 100px;
  padding-bottom: 50px; }
  @media (min-width: 960px) {
    .content {
      padding-top: 220px;
      padding-bottom: 100px; } }
  .content.pt-0 {
    padding-top: 59px; }
    @media (min-width: 960px) {
      .content.pt-0 {
        padding-top: 130px; } }

.empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 412px);
  padding-top: 1.2%;
  text-align: center; }
  @media (min-width: 960px) {
    .empty {
      height: calc(100vh - 571px); } }

.footer {
  position: relative;
  width: 100%;
  padding: 30px 0;
  color: #47411e;
  background-color: #a2dadb; }
  @media (min-width: 640px) {
    .footer {
      padding: 55px 0 50px; } }
  .footer img {
    max-width: 100%; }
  .footer a {
    color: #47411e;
    font-size: 15px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .footer a:hover {
      color: #23200f; }
  .footer h5 {
    margin-bottom: 5px; }
    @media (min-width: 640px) {
      .footer h5 {
        font-size: 18px; } }
  .footer .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 640px) {
      .footer .footer-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .footer .footer-wrap .footer-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 30px; }
      @media (min-width: 640px) {
        .footer .footer-wrap .footer-col {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          margin-bottom: 0; } }
      .footer .footer-wrap .footer-col:last-child {
        margin-bottom: 0; }

.footer-link {
  margin-bottom: 30px; }
  @media (min-width: 640px) {
    .footer-link {
      margin-top: 40px;
      margin-right: 17px;
      margin-bottom: 0;
      padding: 0 12px 0 16px;
      border-left: 1px solid #47411e;
      border-right: 1px solid #47411e; } }
  .footer-link h5 {
    text-align: center; }
    @media (min-width: 640px) {
      .footer-link h5 {
        text-align: left; } }
  .footer-link ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-link ul li {
      text-align: center; }
      @media (min-width: 640px) {
        .footer-link ul li {
          text-align: left; } }

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  @media (min-width: 640px) {
    .footer-sns {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .footer-sns a {
    margin: 0 5px; }
  .footer-sns .footer-icon {
    width: 30px;
    height: 30px; }
    @media (min-width: 640px) {
      .footer-sns .footer-icon {
        width: 30.6px;
        height: 30.6px; } }
    @media (min-width: 640px) {
      .footer-sns .footer-icon:first-child {
        margin-left: 0; } }
  .footer-sns .text-link {
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 640px) {
      .footer-sns .text-link {
        width: auto;
        margin-top: 0;
        text-align: left; } }

.footer-copyright {
  text-align: center; }
  @media (min-width: 640px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright .footer-copy,
  .footer-copyright .footer-copy a {
    font-size: 12px;
    line-height: 1.5; }
    @media (min-width: 640px) {
      .footer-copyright .footer-copy,
      .footer-copyright .footer-copy a {
        font-size: 13px; } }
  .footer-copyright .text-line {
    display: none; }
    @media (min-width: 640px) {
      .footer-copyright .text-line {
        display: inline; } }

.alert {
  position: relative;
  padding: 10px 20px; }
  .alert.alert-success {
    background-color: #c7e9e9; }
  .alert.alert-dismissible {
    padding-right: 60px; }
    .alert.alert-dismissible .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0.75rem 1.25rem;
      color: inherit; }
      .alert.alert-dismissible .close:before {
        content: "\4d";
        display: block;
        font-family: 'ElegantIcons';
        font-size: 18px; }
      .alert.alert-dismissible .close span {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        display: none; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
  background-color: #a2dadb; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #6d6e71;
  background-color: #a2dadb; }
  .btn:hover {
    color: #6d6e71;
    text-decoration: none;
    background-color: #7dcbcd; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn.disabled {
    background-color: #d7dee3;
    cursor: default; }

.btn-dark {
  color: #a2dadb;
  background-color: #47411e; }
  .btn-dark:hover {
    color: #a2dadb;
    background-color: #353116; }

.btn-gray {
  background-color: #6d6e71; }
  .btn-gray:hover {
    background-color: #606164; }

.btn-light-gray {
  background-color: #d7dee3; }
  .btn-light-gray:hover {
    background-color: #c8d2d9; }

.btn-sm {
  padding: 3.5px 5px;
  font-size: 13px; }

@media (min-width: 640px) {
  .btn-lg {
    padding: 5px 30px;
    font-size: 18px; } }

.btn-wide {
  min-width: 162px; }

.btn-block {
  display: block;
  width: 100%;
  margin-top: 1rem; }
  @media (min-width: 640px) {
    .btn-block {
      display: inline-block;
      width: auto;
      margin-top: 0;
      margin-left: 20px; } }
  .btn-block:first-child {
    margin-top: 0;
    margin-left: 0; }

.btn-wrap {
  width: 100%;
  margin-top: 30px;
  text-align: right; }
  .btn-wrap .btn {
    margin-left: 10px; }
    @media (min-width: 640px) {
      .btn-wrap .btn {
        margin-left: 20px; } }
    .btn-wrap .btn:first-child {
      margin-left: 0; }

.card-group:after {
  content: "";
  display: table;
  clear: both; }

.card {
  position: relative;
  margin-bottom: 1.69492%; }
  @media (min-width: 640px) {
    .card {
      width: 49.15254%;
      float: left; }
      .card:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .card:nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 960px) {
    .card {
      width: 32.20339%;
      float: left; }
      .card:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .card:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .card:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }
  .card:hover:before {
    opacity: 1; }
  .card:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.1); }
  .card a {
    position: relative;
    z-index: 2;
    display: block;
    color: #a2dadb;
    background-color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .card a:hover {
      color: #6d6e71; }
      .card a:hover .text-original-price {
        color: #a2dadb; }
      .card a:hover .card-icon {
        stroke: #47411e !important; }
  .card .card-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%; }
    .card .card-img .card-img-status {
      top: 0;
      left: 0;
      position: absolute;
      width: 100px;
      height: 100px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      display: block; }
  .card .card-body {
    padding: 0 20px; }
    .card .card-body .card-title, .card .card-body .card-text {
      max-width: 100%;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
    .card .card-body .card-title {
      margin-bottom: 2px;
      font-size: 20px; }
      @media (min-width: 640px) {
        .card .card-body .card-title {
          font-size: 22px; } }
  .card .card-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 20px; }
  .card .text-price {
    margin-right: 20px;
    font-size: 18px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .card .text-price:last-child {
      margin-right: 0; }
  .card .card-icon {
    position: relative;
    top: -9px;
    stroke: #a2dadb;
    -webkit-transition: stroke .3s;
    -o-transition: stroke .3s;
    transition: stroke .3s; }

.form-control {
  display: block;
  width: 100%;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
  color: #6d6e71;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a2dadb;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .form-control:focus {
    border: 1px solid #a2dadb; }
  .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300; }
  .form-control:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300; }
  .form-control::-ms-input-placeholder {
    color: #ccc;
    font-weight: 300; }
  .form-control::placeholder {
    color: #ccc;
    font-weight: 300; }

.form-area .row {
  margin-top: 20px; }
  .form-area .row:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 640px) {
    .form-area .row {
      margin-top: 30px; } }

.form-col {
  margin-bottom: 50px; }
  @media (min-width: 640px) {
    .form-col {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%; } }
  .form-col:last-child, .form-col.last {
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .form-col:last-child, .form-col.last {
        width: 49.15254%;
        float: right;
        margin-right: 0; } }

.form-title {
  padding-bottom: 10px;
  color: #47411e;
  border-bottom: 1px solid #47411e;
  text-align: center; }

.form-group {
  position: relative;
  margin-top: 20px; }
  .form-group:first-child {
    margin-top: 0; }
  .form-group label {
    display: block;
    margin-bottom: 6px; }
  .form-group textarea {
    width: 100%;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.5);
    outline: 0; }
  .form-group .form-text {
    display: block;
    margin-top: 5px;
    padding-left: 20px; }

.form-group.row label {
  top: 5px;
  left: 10px;
  position: absolute;
  margin-bottom: 0; }
  @media (min-width: 640px) {
    .form-group.row label {
      left: 20px; } }
  .form-group.row label:disabled {
    color: #a2dadb; }

.form-group.row .form-control {
  width: 100%;
  padding: 5px 10px 5px 100px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #a2dadb;
  background-color: transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media (min-width: 640px) {
    .form-group.row .form-control {
      padding-left: 110px; } }
  .form-group.row .form-control:focus {
    border-bottom: 1px solid #6d6e71; }

.form-group.row select.form-control {
  padding-right: 35px; }

fieldset[disabled] .form-group.row label {
  color: #a2dadb; }

.help-block {
  bottom: -18px;
  left: 0;
  position: absolute;
  left: 10px;
  font-size: 13px;
  color: #a2dadb;
  text-align: center; }
  @media (min-width: 640px) {
    .help-block {
      left: 20px;
      bottom: -23px;
      font-size: 14px;
      text-align: left; } }

.form-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px; }
  @media (min-width: 640px) {
    .form-check {
      padding: 0 20px; } }
  .form-check.form-check-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px; }
  .form-check input {
    left: -999em;
    position: absolute; }
    .form-check input:checked + label .form-check-radio:before, .form-check input:checked + em + label .form-check-radio:before {
      content: "\5c";
      color: #a2dadb; }
    .form-check input:checked + label .form-check-checkbox:before, .form-check input:checked + em + label .form-check-checkbox:before {
      content: "\5a";
      color: #a2dadb; }
  .form-check label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px; }
    .form-check label [class^=form-check] {
      top: 2.5px;
      left: 0;
      position: absolute; }
      @media (min-width: 640px) {
        .form-check label [class^=form-check] {
          top: 1px; } }
      .form-check label [class^=form-check]:before {
        font-size: 21px;
        color: #6d6e71; }
    .form-check label .form-check-radio:before {
      content: "\5b"; }
    .form-check label .form-check-checkbox:before {
      content: "\56"; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border: 1px solid #6d6e71;
  border-radius: 0;
  color: #6d6e71; }
  .custom-select:focus {
    outline: 0; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%; }

.title-bar {
  padding: 20px 0;
  text-align: center; }

.qna-indent dt, .qna-indent dd {
  margin-left: 0;
  padding-left: 27px; }
  .qna-indent dt:before, .qna-indent dd:before {
    display: inline-block;
    margin-left: -27px; }

.qna-indent dt:before {
  content: "Q："; }

.qna-indent dd:before {
  content: "A："; }

.nav-desc {
  padding: 0;
  list-style: none;
  font-size: 20px;
  text-align: center; }
  .nav-desc.nav-desc-order {
    margin-top: -10px; }
    @media (min-width: 640px) {
      .nav-desc.nav-desc-order {
        margin-top: -20px;
        margin-bottom: 0; } }
  .nav-desc li {
    display: inline-block; }

#pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0; }
  @media (min-width: 640px) {
    #pagination {
      margin-top: 30px; } }
  #pagination li {
    margin: 0 5px; }
    #pagination li a:before, #pagination li a {
      color: #a2dadb; }
    #pagination li.active a, #pagination li.disabled a {
      color: #6d6e71; }
    #pagination li.first, #pagination li.last {
      display: none; }
    #pagination li a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 29px;
      text-align: center; }
  #pagination .prev a:before, #pagination .prev a, #pagination .next a:before, #pagination .next a {
    font-family: 'ElegantIcons';
    font-size: 20px; }
  #pagination .prev a, #pagination .next a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  #pagination .prev a:before {
    content: "\23"; }
  #pagination .next a:before {
    content: "\24"; }

.selectbox {
  display: none; }

.selectbox-underline + .sbHolder {
  position: relative;
  border-bottom: 1px solid #6d6e71; }
  .selectbox-underline + .sbHolder .sbToggle {
    top: 50%;
    right: 0;
    position: absolute; }
    .selectbox-underline + .sbHolder .sbToggle:after {
      content: '\35';
      display: block;
      margin-top: -12px;
      font-size: 20px;
      font-family: 'ElegantIcons'; }
      @media (min-width: 640px) {
        .selectbox-underline + .sbHolder .sbToggle:after {
          margin-top: -14px;
          font-size: 26px; } }
  .selectbox-underline + .sbHolder .sbSelector {
    display: block;
    width: 100%;
    padding: 8px 10px;
    color: #a2dadb; }
    @media (min-width: 640px) {
      .selectbox-underline + .sbHolder .sbSelector {
        font-size: 20px; } }
  .selectbox-underline + .sbHolder .sbOptions {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 35px !important;
    left: 0;
    z-index: 1;
    padding: 6px 0;
    border: 1px solid #ddd;
    overflow-y: scroll;
    background-color: #fff; }
    @media (min-width: 640px) {
      .selectbox-underline + .sbHolder .sbOptions {
        top: 40px !important; } }
    @media (min-width: 640px) {
      .selectbox-underline + .sbHolder .sbOptions li {
        font-size: 20px; } }
    .selectbox-underline + .sbHolder .sbOptions li:first-child {
      display: none; }
    .selectbox-underline + .sbHolder .sbOptions li a, .selectbox-underline + .sbHolder .sbOptions li span {
      display: block;
      padding: 6px 10px; }
    .selectbox-underline + .sbHolder .sbOptions li a {
      width: 100%;
      height: 100%;
      padding-left: 30px; }
      .selectbox-underline + .sbHolder .sbOptions li a:hover {
        color: #a2dadb; }

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #6d6e71;
  border-bottom: 2px solid #6d6e71; }
  @media (min-width: 640px) {
    .table tr:first-child td {
      border-top: 0; } }
  .table th {
    font-weight: 300;
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px solid #6d6e71; }
  .table th, .table td {
    line-height: 1.15;
    padding: 8px 10px;
    border-top: 1px solid #ddd; }
    @media (min-width: 640px) {
      .table th, .table td {
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid #a6a8aa;
        border-top: 1px solid #6d6e71; } }
    @media (min-width: 960px) {
      .table th, .table td {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      .table th, .table td {
        padding-left: 40px;
        padding-right: 40px; } }
    .table th:first-child, .table td:first-child {
      border-left: 0; }
  .table .form-control {
    line-height: 23px;
    padding: 3px 12px; }
    @media (min-width: 640px) {
      .table .form-control {
        padding: 5px 12px;
        line-height: 1; } }
  .table .content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left; }
  .table .content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .table .btn {
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 14px; }
    @media (min-width: 640px) {
      .table .btn {
        padding: 5px 10px;
        font-size: 15px; } }
  .table .btn-payment {
    line-height: 1.4; }

.table-resp tr {
  border-bottom: 1px solid #6d6e71; }
  .table-resp tr:first-child {
    border-top: 2px solid #6d6e71; }
    @media (min-width: 640px) {
      .table-resp tr:first-child {
        border-top: 1px solid #6d6e71; } }

.table-resp th {
  display: none; }
  @media (min-width: 640px) {
    .table-resp th {
      display: table-cell; } }

.table-resp td {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 55px; }
  @media (min-width: 640px) {
    .table-resp td {
      display: table-cell;
      width: auto;
      padding-left: 10px; } }
  @media (min-width: 960px) {
    .table-resp td {
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .table-resp td {
      padding-left: 40px; } }
  .table-resp td:before {
    top: 8px;
    left: 10px;
    position: absolute;
    content: attr(data-before);
    display: block;
    color: #6d6e71; }
    @media (min-width: 640px) {
      .table-resp td:before {
        content: '';
        width: 0; } }
  .table-resp td br {
    display: none; }
    @media (min-width: 640px) {
      .table-resp td br {
        display: block; } }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 2px solid #a2dadb; }
  @media (min-width: 640px) {
    .tabs {
      margin-bottom: 30px; } }
  .tabs li {
    margin: 0 1px;
    border: 1px solid #a2dadb;
    border-bottom: transparent;
    background-color: #a2dadb;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 640px) {
      .tabs li {
        font-size: 17px; } }
    .tabs li.active {
      margin: 0 -1px;
      color: #47411e;
      border: 1px solid #47411e;
      border-bottom: transparent;
      background-color: #fff;
      cursor: default;
      pointer-events: none; }
      .tabs li.active .tab-link {
        color: #47411e; }
    .tabs li.tab-item {
      padding: 3px 12px; }
      @media (min-width: 400px) {
        .tabs li.tab-item {
          padding: 3px 18px; } }
      @media (min-width: 640px) {
        .tabs li.tab-item {
          padding: 5px 20px; } }
      .tabs li.tab-item:hover {
        background-color: #7dcbcd; }
    .tabs li .tab-link {
      display: block;
      padding: 5px 20px 4px;
      color: #fff;
      white-space: nowrap; }

.tabs-top {
  padding: 0 10px; }
  @media (min-width: 640px) {
    .tabs-top {
      padding: 0 20px; } }
  .tabs-top li {
    width: 33.333%; }
    @media (min-width: 640px) {
      .tabs-top li {
        font-size: 18px; } }
    .tabs-top li .tab-link {
      padding: 5px 10px 4px; }
      @media (min-width: 640px) {
        .tabs-top li .tab-link {
          padding: 5px 20px 4px; } }

.tab_content {
  line-height: 1.8; }
  .tab_content > p {
    margin-bottom: 1rem; }
  .tab_content ol, .tab_content ul {
    padding-left: 20px; }
  .tab_content img {
    max-width: 100%; }
  .tab_content h4 {
    font-weight: 400;
    line-height: 1.8; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #a2dadb;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 18px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.57143px, -7px, 0);
    transform: rotate(-45deg) translate3d(-3.57143px, -7px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
    transform: translate3d(0, -18px, 0) rotate(-90deg); }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #a2dadb;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #a2dadb;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }
  @media (min-width: 640px) {
    .owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 40px; } }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 10px; }
    .owl-theme .owl-dots .owl-dot:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      margin: 0 10px;
      background: #a2dadb;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 0px;
      opacity: 0.5; }
      @media (min-width: 640px) {
        .owl-theme .owl-dots .owl-dot:before {
          width: 10px;
          height: 10px;
          margin: 0 25px; } }
    .owl-theme .owl-dots .owl-dot.active:before, .owl-theme .owl-dots .owl-dot:hover:before {
      background: #a2dadb;
      opacity: 1; }
    .owl-theme .owl-dots .owl-dot.active span {
      display: block; }
      .owl-theme .owl-dots .owl-dot.active span:before {
        display: block; }
    .owl-theme .owl-dots .owl-dot span {
      position: absolute;
      left: 35px;
      top: 0;
      display: none;
      width: 23px;
      height: 8px;
      overflow: hidden; }
      @media (min-width: 640px) {
        .owl-theme .owl-dots .owl-dot span {
          width: 50px;
          height: 10px; } }
      .owl-theme .owl-dots .owl-dot span:before {
        content: "";
        display: none;
        width: 60px;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(162, 218, 219, 0)), to(#a2dadb));
        background: -webkit-linear-gradient(left, rgba(162, 218, 219, 0), #a2dadb);
        background: -o-linear-gradient(left, rgba(162, 218, 219, 0), #a2dadb);
        background: linear-gradient(to right, rgba(162, 218, 219, 0), #a2dadb); }

#holdon-overlay {
  filter: alpha(opacity=80);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: .8;
  z-index: 9999; }

#holdon-content-container {
  width: 100%;
  padding: 0;
  vertical-align: middle;
  display: table-cell !important;
  margin: 0;
  text-align: center; }

#holdon-content {
  text-align: center;
  width: 50px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -25px; }

#holdon-message {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55%;
  color: white; }

.sk-rect {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-rect > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-rect-anim 1.2s infinite ease-in-out;
  animation: sk-rect-anim 1.2s infinite ease-in-out; }

.sk-rect .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-rect .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.sk-rect .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-rect .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-rect-anim {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-rect-anim {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.sk-cube {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-cube1, .sk-cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cube 1.8s infinite ease-in-out;
  animation: sk-cube 1.8s infinite ease-in-out; }

.sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cube {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cube {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

.sk-dot {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  -webkit-animation: sk-dot-rotate 2.0s infinite linear;
  animation: sk-dot-rotate 2.0s infinite linear; }

.sk-dot1, .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-dot-bounce 2.0s infinite ease-in-out;
  animation: sk-dot-bounce 2.0s infinite ease-in-out; }

.sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-dot-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-dot-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-dot-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-dot-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.sk-bounce {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-bounce > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.sk-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.sk-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-circle {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-cube-grid {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px; }

.sk-cube-grid .sk-cube-child {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube-grid1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube-grid2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube-grid3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube-grid4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube-grid5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube-grid6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube-grid7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube-grid8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube-grid9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube-parent {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube-parent:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cubechild2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cubechild3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cubechild4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cubechild2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-folding-cube .sk-cubechild3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.sk-folding-cube .sk-cubechild4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.sk-fading-circle {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-fading-circle .sk-circle-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-fading-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-fading-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-fading-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-fading-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-fading-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-fading-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-fading-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-fading-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-fading-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-fading-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-fading-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-fading-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-fading-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-fading-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-fading-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-fading-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-fading-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-fading-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-fading-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-fading-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-fading-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-fading-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-fading-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.about .container-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.about .section {
  width: 100%;
  height: calc(100vw * 1345/750);
  position: relative;
  overflow: hidden; }
  @media (min-width: 640px) {
    .about .section {
      height: 100vh !important; } }

@media (min-width: 640px) {
  .about .section-01 .about-content {
    margin-top: 145px; } }

.about .section-01 .about-content .about-title {
  margin: 36% 0 50%; }
  @media (min-width: 640px) {
    .about .section-01 .about-content .about-title {
      margin: 0 0 20px; } }

.about .section-03 .container-l {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media (min-width: 640px) {
    .about .section-03 .container-l {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .about .section-03 .container-l .about-content {
    margin-bottom: 6%; }
    @media (min-width: 640px) {
      .about .section-03 .container-l .about-content {
        margin-bottom: 0; } }

.about .section-04 .container-l {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 640px) {
    .about .section-04 .container-l {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .about .section-04 .container-l .about-content {
    margin-top: 20%; }
    @media (min-width: 640px) {
      .about .section-04 .container-l .about-content {
        margin-top: 0; } }

.about-bg {
  top: -5%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 120%; }
  .about-bg.about-bg-01 {
    background: url(../img/about/bg_01_m.jpg) 50% 50%/cover no-repeat; }
    @media (min-width: 640px) {
      .about-bg.about-bg-01 {
        background: url(../img/about/bg_01.jpg) 50% 50%/cover no-repeat; } }
    @media (min-width: 960px) {
      .about-bg.about-bg-01 {
        background-attachment: fixed; } }
  .about-bg.about-bg-02 {
    background: url(../img/about/bg_02_m.jpg) 50% 50%/cover no-repeat; }
    @media (min-width: 640px) {
      .about-bg.about-bg-02 {
        background: url(../img/about/bg_02.jpg) 50% 50%/cover no-repeat; } }
    @media (min-width: 960px) {
      .about-bg.about-bg-02 {
        background-attachment: fixed; } }
  .about-bg.about-bg-03 {
    background: url(../img/about/bg_03_m.jpg) 50% 50%/cover no-repeat; }
    @media (min-width: 640px) {
      .about-bg.about-bg-03 {
        background: url(../img/about/bg_03.jpg) 50% 50%/cover no-repeat; } }
    @media (min-width: 960px) {
      .about-bg.about-bg-03 {
        background-attachment: fixed; } }
  .about-bg.about-bg-04 {
    background: url(../img/about/bg_04_m.jpg) 50% 50%/cover no-repeat; }
    @media (min-width: 640px) {
      .about-bg.about-bg-04 {
        background: url(../img/about/bg_04.jpg) 50% 50%/cover no-repeat; } }
    @media (min-width: 960px) {
      .about-bg.about-bg-04 {
        background-attachment: fixed; } }

.about-content .about-title, .about-content .about-desc {
  text-align: center; }
  @media (min-width: 640px) {
    .about-content .about-title, .about-content .about-desc {
      text-align: left; } }

.about-content {
  width: 100%;
  color: #fff; }
  .about-content.text-gray {
    color: #6d6e71; }
  .about-content .about-title {
    margin: 0 0 15px 0;
    color: #47411e;
    font-size: 24px;
    font-weight: bold; }
    @media (min-width: 640px) {
      .about-content .about-title {
        margin: 0 0 20px 0;
        font-size: 36px; } }
    .about-content .about-title.about-title-logo {
      margin-bottom: 30px; }
      @media (min-width: 640px) {
        .about-content .about-title.about-title-logo {
          margin-left: 15.5%;
          margin-bottom: 20px; } }
      .about-content .about-title.about-title-logo img {
        max-width: 30%; }
        @media (min-width: 640px) {
          .about-content .about-title.about-title-logo img {
            max-width: 100%; } }
  .about-content .about-desc {
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.4px;
    color: #47411e; }
    @media (min-width: 640px) {
      .about-content .about-desc {
        font-size: 18px;
        line-height: 2;
        letter-spacing: 0.8px; } }
    @media (min-width: 960px) {
      .about-content .about-desc {
        font-size: 20px; } }

.about-title-bar {
  padding: 7% 0;
  text-align: center; }
  @media (min-width: 640px) {
    .about-title-bar {
      padding: 2.6% 0; } }
  .about-title-bar img {
    max-width: 90%; }
    @media (min-width: 960px) {
      .about-title-bar img {
        max-width: 100%; } }
  .about-title-bar.primary {
    background-color: #a2dadb; }
  .about-title-bar.secondary {
    background-color: #47411e; }

.about-gallery img {
  max-width: 100%; }

.about [data-inview] {
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: opacity 1.8s 0s ease, -webkit-transform 1.8s;
  transition: opacity 1.8s 0s ease, -webkit-transform 1.8s;
  -o-transition: transform 1.8s, opacity 1.8s 0s ease;
  transition: transform 1.8s, opacity 1.8s 0s ease;
  transition: transform 1.8s, opacity 1.8s 0s ease, -webkit-transform 1.8s; }
  .about [data-inview] > * {
    opacity: 0; }
  .about [data-inview] .about-title,
  .about [data-inview] .about-desc {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%); }
  .about [data-inview] .about-title {
    -webkit-transition: opacity 1.8s 0s ease, -webkit-transform 1.8s;
    transition: opacity 1.8s 0s ease, -webkit-transform 1.8s;
    -o-transition: transform 1.8s, opacity 1.8s 0s ease;
    transition: transform 1.8s, opacity 1.8s 0s ease;
    transition: transform 1.8s, opacity 1.8s 0s ease, -webkit-transform 1.8s; }
    .about [data-inview] .about-title + .about-desc {
      -webkit-transition: opacity 1.8s 0.6s ease, -webkit-transform 1.8s;
      transition: opacity 1.8s 0.6s ease, -webkit-transform 1.8s;
      -o-transition: transform 1.8s, opacity 1.8s 0.6s ease;
      transition: transform 1.8s, opacity 1.8s 0.6s ease;
      transition: transform 1.8s, opacity 1.8s 0.6s ease, -webkit-transform 1.8s; }
  .about [data-inview] .about-desc {
    -webkit-transition: opacity 1.8s 0s ease, -webkit-transform 1.8s;
    transition: opacity 1.8s 0s ease, -webkit-transform 1.8s;
    -o-transition: transform 1.8s, opacity 1.8s 0s ease;
    transition: transform 1.8s, opacity 1.8s 0s ease;
    transition: transform 1.8s, opacity 1.8s 0s ease, -webkit-transform 1.8s; }
  .about [data-inview].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .about [data-inview].is-inview > * {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.form-login .form > .row {
  margin-top: 50px; }

@media (min-width: 640px) {
  .form-login .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.form-login .btn-recovery {
  margin-top: -94px;
  margin-left: 0; }
  @media (min-width: 640px) {
    .form-login .btn-recovery {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-top: 0; } }

.form-login .btn-login {
  width: 100%;
  margin-left: 0; }
  @media (min-width: 640px) {
    .form-login .btn-login {
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4;
      margin-left: 20px; } }

@media (min-width: 640px) {
  .form-register .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.form-register .btn-wrap .btn-register {
  width: 100%;
  margin-top: 40px;
  margin-left: 0; }
  @media (min-width: 640px) {
    .form-register .btn-wrap .btn-register {
      width: auto;
      margin-top: 0;
      margin-left: 20px; } }

.form-register .form-check-group {
  margin-top: -20px; }
  @media (min-width: 640px) {
    .form-register .form-check-group {
      margin-top: 0; } }

.form-register .checkbox-inline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-register .checkbox-inline [type=checkbox] {
    margin-right: 6px; }
  .form-register .checkbox-inline .help-block {
    left: 0; }

.form-guest .form > .row {
  margin-top: 50px; }

@media (min-width: 640px) {
  .form-guest .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.form-guest .btn {
  width: 100%; }

.table-cart th, .table-cart td {
  text-align: center; }

.table-cart .td-delete {
  height: 0;
  padding: 0;
  border-top: 0; }
  @media (min-width: 640px) {
    .table-cart .td-delete {
      display: table-cell; } }
  .table-cart .td-delete:before {
    display: none; }
    @media (min-width: 640px) {
      .table-cart .td-delete:before {
        display: block; } }
  .table-cart .td-delete .delete {
    top: 35px;
    right: 8px;
    position: absolute;
    z-index: 10;
    color: #878788;
    font-size: 26px; }
    .table-cart .td-delete .delete:hover {
      color: #6d6e71; }
    @media (min-width: 640px) {
      .table-cart .td-delete .delete {
        position: static; } }

.table-cart .td-product .product-image img {
  max-width: 80px; }
  @media (min-width: 640px) {
    .table-cart .td-product .product-image img {
      max-width: 120px; } }

.table-cart .td-product .product-title {
  padding-left: 10px;
  line-height: 1.5; }
  @media (min-width: 640px) {
    .table-cart .td-product .product-title {
      padding-left: 20px; } }

.table-cart .td-price {
  text-align: right; }
  @media (min-width: 640px) {
    .table-cart .td-price {
      text-align: center; } }

.table-cart .td-order {
  white-space: nowrap; }

.table-cart .td-order-title {
  text-align: left; }
  @media (min-width: 640px) {
    .table-cart .td-order-title {
      width: 79%;
      text-align: right; } }

.table-cart .td-qty {
  text-align: right; }
  @media (min-width: 640px) {
    .table-cart .td-qty {
      text-align: center; } }

@media (min-width: 640px) {
  .table-cart .td-empty {
    border-top: 0; } }

.table-cart .td-empty:first-child {
  border-top: 0; }

.table-cart .td-empty:before {
  content: ''; }

.table-cart .td-empty[data-name*=折扣] {
  color: #d76f2c; }
  .table-cart .td-empty[data-name*=折扣] + .td-price {
    color: #d76f2c; }

.table-cart .td-empty-last {
  display: none; }
  @media (min-width: 640px) {
    .table-cart .td-empty-last {
      display: table-cell; } }

.form-checkout .row.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 0; }
  @media (min-width: 640px) {
    .form-checkout .row.flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-top: 30px; } }

.form-checkout .col-sm-3, .form-checkout .col-sm-4 {
  margin-top: 20px; }
  @media (min-width: 640px) {
    .form-checkout .col-sm-3, .form-checkout .col-sm-4 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-top: 0; } }

@media (min-width: 640px) {
  .form-checkout .col-sm-9 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; } }

.form-checkout fieldset[disabled] > .row:last-child {
  margin-top: 0; }
  @media (min-width: 640px) {
    .form-checkout fieldset[disabled] > .row:last-child {
      margin-top: 30px; } }

.form-checkout fieldset[disabled] .col-sm-3, .form-checkout fieldset[disabled] .col-sm-4, .form-checkout fieldset[disabled] .col-sm-9 {
  margin-top: 10px; }

.form-checkout .form-title {
  position: relative;
  margin-top: 50px; }
  @media (min-width: 640px) {
    .form-checkout .form-title {
      margin-top: 80px; } }

.form-checkout .form-group.row .form-control {
  padding-left: 110px; }
  @media (min-width: 640px) {
    .form-checkout .form-group.row .form-control {
      padding-left: 130px; } }

.form-checkout .auto-buyer-info {
  bottom: 9px;
  left: 0;
  position: absolute; }
  @media (min-width: 640px) {
    .form-checkout .auto-buyer-info {
      bottom: 8px; } }

.form-checkout .payment-info {
  padding: 0 10px;
  color: #fc0d1b;
  font-weight: bold; }
  @media (min-width: 640px) {
    .form-checkout .payment-info {
      padding: 0 20px; } }
  .form-checkout .payment-info p {
    margin-bottom: 10px; }

.form-checkout .coupon {
  margin-top: 20px; }
  @media (min-width: 640px) {
    .form-checkout .coupon {
      margin-top: 30px; } }
  @media (min-width: 640px) {
    .form-checkout .coupon .coupon-input {
      width: 21%;
      margin-left: auto; } }

.form-contact {
  border-top: 2px solid #a2dadb;
  border-bottom: 2px solid #a2dadb; }
  .form-contact form > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 640px) {
      .form-contact form > .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px dashed #a2dadb; } }
    .form-contact form > .row:first-child {
      border-top: 0; }
    .form-contact form > .row > div {
      width: 100%; }
    .form-contact form > .row [class^=col] {
      padding: 10px 0;
      border-top: 1px dashed #a2dadb; }
      @media (min-width: 640px) {
        .form-contact form > .row [class^=col] {
          border-top: 0; } }
    @media (min-width: 640px) {
      .form-contact form > .row .col-sm-6 {
        border-left: 1px solid #a2dadb; } }
    .form-contact form > .row .col-sm-6:first-child {
      border-left: 0; }
  .form-contact .form-group.row {
    margin-top: 0; }
    .form-contact .form-group.row label {
      color: #a2dadb; }
    .form-contact .form-group.row .form-control {
      padding-left: 80px;
      border-bottom: 0; }
    .form-contact .form-group.row .help-block {
      top: 7px;
      left: auto;
      right: 20px;
      bottom: auto;
      text-align: right; }
  .form-contact .col-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px; }
    .form-contact .col-captcha .btn-refresh {
      margin-left: 20px;
      padding-left: 10px;
      padding-right: 10px; }
  .form-contact #result:not(:empty) {
    padding: 15px 0;
    border-top: 1px dashed #a2dadb;
    text-align: center; }

.company-info {
  padding: 15px 0;
  color: #a2dadb;
  text-align: center; }

.section-header {
  padding: 50px 0 30px;
  text-align: center; }
  @media (min-width: 640px) {
    .section-header {
      padding: 100px 0 60px; } }
  .section-header .section-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #47411e; }
    @media (min-width: 640px) {
      .section-header .section-title {
        margin-bottom: 20px; } }
    .section-header .section-title .title-img {
      max-width: 55%; }
      @media (min-width: 640px) {
        .section-header .section-title .title-img {
          max-width: 100%; } }
      .section-header .section-title .title-img.title-en {
        margin-bottom: -3.8%; }
        @media (min-width: 640px) {
          .section-header .section-title .title-img.title-en {
            margin-bottom: -21px; } }
  .section-header .section-text {
    color: #47411e;
    line-height: 1.8; }
    @media (min-width: 640px) {
      .section-header .section-text {
        font-size: 18px; } }

.section-main-event {
  margin-top: -1.69492%; }

.top-carousel-container, .top-carousel, .top-carousel .top-carousel-img {
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden; }
  @media (min-width: 960px) {
    .top-carousel-container, .top-carousel, .top-carousel .top-carousel-img {
      height: calc(100vh - 130px); } }

.top-carousel-container {
  position: relative; }

.top-carousel .top-carousel-item {
  position: relative;
  overflow: hidden; }

.top-carousel .top-carousel-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.top-carousel .top-carousel-video-overlay {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 100;
  width: 85%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%); }
  @media (min-width: 640px) {
    .top-carousel .top-carousel-video-overlay {
      top: 48%;
      width: 35%; } }
  .top-carousel .top-carousel-video-overlay img {
    max-width: 100%; }

.top-carousel video {
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%); }
  @media (min-width: 640px) {
    .top-carousel video {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }

.top-carousel .owl-dots {
  position: absolute;
  bottom: 48px;
  z-index: 20;
  width: 100%; }
  @media (min-width: 640px) {
    .top-carousel .owl-dots {
      bottom: 90px; } }

.custom-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: 10px;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s; }
  @media (min-width: 640px) {
    .custom-arrow {
      bottom: 30px; } }
  .custom-arrow .line {
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .custom-arrow .line:after {
      background: #a2dadb;
      content: '';
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      display: block; }
  .custom-arrow .line1 {
    height: 22px;
    left: 14px;
    top: 3px;
    border-radius: 0 0 2px 2px; }
    .custom-arrow .line1:after {
      -webkit-animation: custom-arrow-anim 3s 0s ease-in-out  infinite;
      animation: custom-arrow-anim 3s 0s ease-in-out  infinite; }
  .custom-arrow .line2 {
    height: 10px;
    left: 17px;
    top: 17px;
    -webkit-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotateZ(-135deg); }
    .custom-arrow .line2:after {
      -webkit-animation: custom-arrow-anim 3s .5s ease-in-out  infinite;
      animation: custom-arrow-anim 3s .5s ease-in-out  infinite; }
  .custom-arrow .line3 {
    height: 10px;
    left: 11px;
    top: 17px;
    -webkit-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    transform: rotateZ(135deg); }
    .custom-arrow .line3:after {
      -webkit-animation: custom-arrow-anim 3s .5s ease-in-out  infinite;
      animation: custom-arrow-anim 3s .5s ease-in-out  infinite; }

@-webkit-keyframes custom-arrow-anim {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  20% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  80% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes custom-arrow-anim {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  20% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  80% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.event-carousel .event-carousel-img {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 65.36%; }

.row-username {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.form-group-username.row label {
  top: 8px;
  color: #a2dadb; }

.form-group-username.row .form-control {
  max-width: 100%;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #47411e; }
  @media (min-width: 640px) {
    .form-group-username.row .form-control {
      font-size: 20px; } }

.dataTables_wrapper > .row:after {
  content: "";
  display: table;
  clear: both; }

.dataTables_wrapper [class^=col-] {
  float: left; }

.dataTables_wrapper .col-sm-6 {
  width: 100%; }
  @media (min-width: 640px) {
    .dataTables_wrapper .col-sm-6 {
      width: 50%; } }
  .dataTables_wrapper .col-sm-6:first-child {
    display: none; }
    @media (min-width: 640px) {
      .dataTables_wrapper .col-sm-6:first-child {
        display: block; } }

.dataTables_wrapper .col-sm-12 {
  width: 100%; }

.dataTables_wrapper .col-sm-5, .dataTables_wrapper .col-sm-7 {
  width: 100%; }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px; }

.dataTables_wrapper .dataTables_length label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .dataTables_wrapper .dataTables_length label select {
    margin: 0 10px;
    height: 36px; }

.dataTables_wrapper .dataTables_filter label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative; }
  .dataTables_wrapper .dataTables_filter label:before {
    top: -6px;
    left: 12px;
    position: absolute;
    width: 20px;
    height: 20px;
    content: "\55";
    display: block;
    font-family: 'ElegantIcons';
    font-size: 18px;
    color: #a2dadb; }

.dataTables_wrapper .dataTables_filter input {
  width: 100%;
  margin-left: -3px;
  padding-left: 40px; }
  @media (min-width: 640px) {
    .dataTables_wrapper .dataTables_filter input {
      width: auto; } }

.dataTables_wrapper .dataTables_empty {
  padding: 50px 10px;
  text-align: center; }

.dataTables_wrapper .dataTables_info {
  display: none; }
  @media (min-width: 640px) {
    .dataTables_wrapper .dataTables_info {
      display: block; } }

.dataTables_wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
  padding: 0; }
  .dataTables_wrapper .pagination .paginate_button {
    margin: 0 5px; }
    .dataTables_wrapper .pagination .paginate_button:before, .dataTables_wrapper .pagination .paginate_button a {
      color: #a2dadb; }
    .dataTables_wrapper .pagination .paginate_button a {
      line-height: 29px; }
  .dataTables_wrapper .pagination .active a {
    color: #6d6e71; }
  .dataTables_wrapper .pagination .previous:before, .dataTables_wrapper .pagination .previous a, .dataTables_wrapper .pagination .next:before, .dataTables_wrapper .pagination .next a {
    font-family: 'ElegantIcons';
    font-size: 20px; }
  .dataTables_wrapper .pagination .previous a, .dataTables_wrapper .pagination .next a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .dataTables_wrapper .pagination .previous:before {
    content: "\23"; }
  .dataTables_wrapper .pagination .next:before {
    content: "\24"; }

.table-order {
  text-align: right; }
  @media (min-width: 640px) {
    .table-order {
      text-align: left; } }
  .table-order .content-center {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (min-width: 640px) {
      .table-order .content-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .table-order .td-product .product-image img {
    max-width: 80px; }
    @media (min-width: 640px) {
      .table-order .td-product .product-image img {
        max-width: 120px; } }
  .table-order .td-product .product-title {
    padding-left: 10px;
    line-height: 1.5; }
    @media (min-width: 640px) {
      .table-order .td-product .product-title {
        padding-left: 20px; } }
  .table-order .td-price {
    text-align: right; }
    @media (min-width: 640px) {
      .table-order .td-price {
        text-align: center; } }
  .table-order .td-status {
    text-align: right; }
    @media (min-width: 640px) {
      .table-order .td-status {
        text-align: center; } }

.order-detail .btn-payment {
  display: block;
  margin-top: 1rem; }
  @media (min-width: 640px) {
    .order-detail .btn-payment {
      margin-top: 0;
      display: inline-block; } }

.order-detail .row {
  padding: 20px 0;
  border-top: 1px solid #a2dadb; }
  .order-detail .row:first-child {
    border-top: 0; }
  .order-detail .row:nth-child(4) {
    padding-top: 10px;
    border-top: 0; }
  .order-detail .row h4 {
    color: #47411e;
    margin-bottom: 8px; }

.dtl-product-col-detail .dtl-product-category, .dtl-product-col-detail .dtl-product-title, .dtl-product-col-detail .dtl-product-etitle, .dtl-product-col-detail .dtl-product-detail, .dtl-product-col-detail .dtl-product-option {
  padding: 2px 0; }
  @media (min-width: 640px) {
    .dtl-product-col-detail .dtl-product-category, .dtl-product-col-detail .dtl-product-title, .dtl-product-col-detail .dtl-product-etitle, .dtl-product-col-detail .dtl-product-detail, .dtl-product-col-detail .dtl-product-option {
      padding: 2px 20px; } }

.dtl-main-area {
  margin-bottom: 15px; }
  .dtl-main-area:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 640px) {
    .dtl-main-area {
      margin-bottom: 30px; } }

.dtl-product-col-img {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    .dtl-product-col-img {
      width: 50%;
      float: left;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .dtl-product-col-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .dtl-product-col-img .dtl-img-status {
    top: 0;
    left: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    z-index: 100; }
    @media (min-width: 1200px) {
      .dtl-product-col-img .dtl-img-status {
        left: 100px; } }

@media (min-width: 1200px) {
  .product-carousel {
    width: calc(100% - 99px); } }

.product-carousel .owl-thumbs {
  margin: 0 -5px; }
  @media (min-width: 1200px) {
    .product-carousel .owl-thumbs {
      top: 0;
      right: 516px;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 188px;
      height: 500px; } }
  .product-carousel .owl-thumbs .owl-thumb-item {
    position: relative;
    width: 20%;
    margin-bottom: 5px;
    padding: 0 5px; }
    @media (min-width: 1200px) {
      .product-carousel .owl-thumbs .owl-thumb-item {
        width: 94px; } }
    .product-carousel .owl-thumbs .owl-thumb-item:before {
      top: 0;
      left: 5px;
      position: absolute;
      width: calc(100% - 10px);
      height: 100%;
      content: "";
      border: 1px solid #a2dadb;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .product-carousel .owl-thumbs .owl-thumb-item.active:before {
      opacity: 1; }
    .product-carousel .owl-thumbs .owl-thumb-item img {
      max-width: 100%; }

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px 4px;
  border: 1px solid #6d6e71; }
  .product-quantity [data-icon] {
    position: relative;
    top: 1px;
    color: #a2dadb;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .product-quantity [data-icon]:hover {
      color: #47411e; }
  .product-quantity .form-control {
    margin: 0;
    padding: 0;
    font-weight: bold;
    border: none;
    text-align: center; }

.dtl-product-col-detail {
  margin-bottom: 20px;
  padding: 10px;
  padding-bottom: 0;
  line-height: 1.6; }
  @media (min-width: 640px) {
    .dtl-product-col-detail {
      width: 50%;
      float: right;
      margin-bottom: 0;
      padding-bottom: 0; } }
  @media (min-width: 960px) {
    .dtl-product-col-detail {
      padding: 30px; } }
  .dtl-product-col-detail .dtl-product-etitle {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a2dadb; }
  .dtl-product-col-detail .dtl-product-detail p {
    margin-top: 8px; }
  .dtl-product-col-detail .dtl-product-detail .product-price {
    font-size: 26px;
    color: #a2dadb; }
    .dtl-product-col-detail .dtl-product-detail .product-price #p-price:first-child {
      margin-right: 20px;
      color: #6d6e71; }
  .dtl-product-col-detail .dtl-product-detail .detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6px; }
    .dtl-product-col-detail .dtl-product-detail .detail-list p {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .dtl-product-col-detail .dtl-product-option .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px; }
  .dtl-product-col-detail .dtl-product-option .row-cart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .dtl-product-col-detail .dtl-product-option .row-cart {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .dtl-product-col-detail .dtl-product-option .option-title {
    margin-right: 3px;
    white-space: nowrap; }
  .dtl-product-col-detail .dtl-product-option .product-quantity {
    margin-right: 20px; }
    .dtl-product-col-detail .dtl-product-option .product-quantity [data-icon] {
      font-size: 27px; }
    .dtl-product-col-detail .dtl-product-option .product-quantity .form-control {
      min-width: 50px;
      font-size: 20px; }
  .dtl-product-col-detail .dtl-product-option .product-stock {
    margin-right: 20px; }
  .dtl-product-col-detail .dtl-product-option .dtl-product-cart-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    line-height: 1.8; }
    @media (min-width: 640px) {
      .dtl-product-col-detail .dtl-product-option .dtl-product-cart-button {
        padding: 5px 20px;
        line-height: 1; } }
    @media (min-width: 1200px) {
      .dtl-product-col-detail .dtl-product-option .dtl-product-cart-button {
        margin-top: 0; } }
    .dtl-product-col-detail .dtl-product-option .dtl-product-cart-button svg {
      margin-right: 10px; }

.dtl-product-plus {
  list-style: none;
  margin: 0 0 50px;
  padding: 0; }
  @media (min-width: 1200px) {
    .dtl-product-plus {
      padding: 0 50px; } }
  .dtl-product-plus li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #a2dadb; }
    @media (min-width: 640px) {
      .dtl-product-plus li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .dtl-product-plus li:first-child {
      border-top: 1px solid #a2dadb; }
    .dtl-product-plus li .plus-title {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 10px; }
      @media (min-width: 640px) {
        .dtl-product-plus li .plus-title {
          padding: 0 15px; } }
      .dtl-product-plus li .plus-title .plus-image {
        max-width: 50px;
        margin-right: 5px; }
    .dtl-product-plus li .plus-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
      flex: 2.5; }
      @media (min-width: 1200px) {
        .dtl-product-plus li .plus-group {
          -webkit-box-flex: 1.5;
          -ms-flex: 1.5;
          flex: 1.5; } }
      .dtl-product-plus li .plus-group > div {
        padding: 0 5px 10px; }
        @media (min-width: 400px) {
          .dtl-product-plus li .plus-group > div {
            padding: 0 10px 10px; } }
        @media (min-width: 640px) {
          .dtl-product-plus li .plus-group > div {
            padding: 0 15px; } }
      .dtl-product-plus li .plus-group .plus-price {
        -webkit-box-flex: 0.76;
        -ms-flex: 0.76;
        flex: 0.76;
        white-space: nowrap; }
        @media (min-width: 640px) {
          .dtl-product-plus li .plus-group .plus-price {
            -webkit-box-flex: 1.3;
            -ms-flex: 1.3;
            flex: 1.3; } }
        .dtl-product-plus li .plus-group .plus-price .label {
          font-size: 14px; }
          @media (min-width: 640px) {
            .dtl-product-plus li .plus-group .plus-price .label {
              font-size: 16px; } }
        .dtl-product-plus li .plus-group .plus-price .price {
          font-size: 17px; }
          @media (min-width: 640px) {
            .dtl-product-plus li .plus-group .plus-price .price {
              font-size: 19px; } }
      .dtl-product-plus li .plus-group .plus-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media (min-width: 960px) {
          .dtl-product-plus li .plus-group .plus-action {
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2; } }
        .dtl-product-plus li .plus-group .plus-action .product-quantity {
          display: none;
          margin-right: 10px; }
          @media (min-width: 960px) {
            .dtl-product-plus li .plus-group .plus-action .product-quantity {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin-right: 20px; } }
          .dtl-product-plus li .plus-group .plus-action .product-quantity [data-icon] {
            font-size: 20px; }
        .dtl-product-plus li .plus-group .plus-action .btn {
          font-size: 15px;
          padding: 5px 10px; }
          @media (min-width: 400px) {
            .dtl-product-plus li .plus-group .plus-action .btn {
              padding: 5px 15px; } }
          @media (min-width: 640px) {
            .dtl-product-plus li .plus-group .plus-action .btn {
              padding: 5px 20px; } }

/*# sourceMappingURL=style.css.map */