@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/arial");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
h1 {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: 1px;
  }
}

h2 {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #393939;
}

@media (max-width: 768px) {
  h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */
    letter-spacing: 2px;
  }
}

.h2 {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #393939;
}

@media (max-width: 768px) {
  .h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */
    letter-spacing: 2px;
  }
}

h3 {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: 1px;
  }
}

.h3 {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: 1px;
  }
}

h4,
li {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  h4,
  li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    letter-spacing: 1px;
  }
}

.h4 {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    letter-spacing: 1px;
  }
}

p {
 /* font-family: "Arial", sans-serif;*/
	font-family: "Cormorant", serif;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
  /* identical to box height, or 150% */
  letter-spacing: 1px;
}

.p {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
  /* identical to box height, or 150% */
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */
    letter-spacing: 1px;
  }
}

small {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  small {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */
    letter-spacing: 1px;
  }
}

.p1 {
  font-family: "Cormorant", serif;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .p1 {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */
    letter-spacing: 1px;
  }
}

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

- 00-intro
- 01-Vendors
- 02.1-Custom-variables
- 02.2-Functions
- 02.3-Mixin
- 03-Base
- 04-Components
- 05-Layout
- 06-Custom-field
- 07-Page
- 08-WP adminbar Scss

--------------------------------------------------------------*/
/**
* @Bootstrap v4.5.3 (node_modules)
* Revise by LeonChou
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

- 1.0-Custom grid-breakpoints (UI)

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #393939;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #393939;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  background-color: #F5F5F5;
  border: 0;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xs,
.container-md,
.container-xl {
  max-width: 81.6%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .container,
  .container-xs,
  .container-sm,
  .container-md {
    max-width: 89.5%;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 480px) {
  .container,
  .container-xs {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1366px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

- 1.0-Layout
- 2.0--Font Family(Basic)
- 2.1--Font Family(Others)
- 3.0-Color (UI)
- 4.0-text (UI)
- 5.0-Box shadow
- 6.0-Button padding (UI)
- 7.0-radius
- 8.0-transition
- 9.0-easing
- 10.0-linear-gradient
- 11.0-iframe_rwd

--------------------------------------------------------------*/
/** Put other specific font here*/
/**
* How To Use:
* box-shadow: map-get($boxShadow, "default");
*/
/**
 * Reference form: https://easings.net/zh-tw#
 */
/*
* aTag (UI key-連結/清單樣式)
*/
a {
  color: #8F8F8F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #393939;
}

.dec_n {
  border-bottom: none;
}

/*------------------------------------------------------------------------*\
		>>	clearfix
\*------------------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans TC", sans-serif;
  color: #1A1A1A;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 575.98px) {
  select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.svgicon {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.svgicon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/*------------------------------------------------------------------------*\
        >>  img_div
\*------------------------------------------------------------------------*/
.img_div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}

.img_div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.web_logo .img_div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.logo .img_div img {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-style1 {
  position: relative;
}

.img-style1:after {
  content: '';
  display: block;
  position: absolute;
  top: 8.51064%;
  left: 6.38298%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #FAF8F5;
}

.link_header {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #FFFFFF;
}

@media (max-width: 1023.96px) {
  .link_header {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 27px;
  }
}

.link_header:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.link {
  position: relative;
  display: inline-block;
  color: #5C5C5C;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: underline;
}

.link:hover:after {
  background-color: #393939;
}

@media (max-width: 767.96px) {
  .link {
    display: block;
    text-align: center;
  }
}

@media (max-width: 575.96px) {
  .link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.modal-link {
  position: relative;
  color: #393939;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.lis-n {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list_style-dot {
  list-style: circle;
}

.list_style-num {
  list-style: decimal;
}

.sr-only,
.web_header .web_topic {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/** use for wordpress's pagination screen－reader text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

- 0.0- base
- 1.0- font-size (UI)
- 2.0- font-color
- 3.0- text level (UI)

--------------------------------------------------------------*/
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}

.web_nav-item-link {
  font-family: "Cormorant", serif;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1px;
  font-size: 18px;
  white-space: nowrap;
}

@media (max-width: 575.96px) {
  .web_nav-item-link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    padding: 10px 0 10px 0;
  }
}

.txt-h1,
.txt-headline1,
.banner-content-txt .txt {
  font-size: 18px;
}

.txt-h2,
.txt-headline2,
.project_card-cnt .title,
.preloader_inner-num,
.page_entry-welcome .page_entry-btn-wrapper .enter_link,
.page_section-heading,
.page_single-exhibition-artfair .article_heading-txt {
  font-size: 30px;
}

.web_search-input::-webkit-input-placeholder {
  font-size: 24px;
}

.web_search-input:-ms-input-placeholder {
  font-size: 24px;
}

.web_search-input::-ms-input-placeholder {
  font-size: 24px;
}

.txt-h3,
.txt-headline3,
.card_home-news .card-cnt-inner .title,
.card_exhibition .card-cnt-inner .title,
.card_store .card-cnt-inner .title,
.card_news .card-cnt-inner .title,
.card_artfair .card-cnt .title,
.project_card-cnt .subtitle,
.web_search-input,
.web_search-input::-webkit-input-placeholder,
.page_artfair .page_section_artfair .category-name,
.page_contact .page_section-content .section_field-heading-txt {
  font-size: 24px;
}

.txt-h3,
.txt-headline3,
.card_home-news .card-cnt-inner .title,
.card_exhibition .card-cnt-inner .title,
.card_store .card-cnt-inner .title,
.card_news .card-cnt-inner .title,
.card_artfair .card-cnt .title,
.project_card-cnt .subtitle,
.web_search-input,
.web_search-input:-ms-input-placeholder,
.page_artfair .page_section_artfair .category-name,
.page_contact .page_section-content .section_field-heading-txt {
  font-size: 24px;
}

.txt-h3,
.txt-headline3,
.card_home-news .card-cnt-inner .title,
.card_exhibition .card-cnt-inner .title,
.card_store .card-cnt-inner .title,
.card_news .card-cnt-inner .title,
.card_artfair .card-cnt .title,
.project_card-cnt .subtitle,
.web_search-input,
.web_search-input::-ms-input-placeholder,
.page_artfair .page_section_artfair .category-name,
.page_contact .page_section-content .section_field-heading-txt {
  font-size: 24px;
}

.txt-h3,
.txt-headline3,
.card_home-news .card-cnt-inner .title,
.card_exhibition .card-cnt-inner .title,
.card_store .card-cnt-inner .title,
.card_news .card-cnt-inner .title,
.card_artfair .card-cnt .title,
.project_card-cnt .subtitle,
.web_search-input,
.web_search-input::placeholder,
.page_artfair .page_section_artfair .category-name,
.page_contact .page_section-content .section_field-heading-txt {
  font-size: 24px;
}

.txt-h4,
.txt-headline4,
.card_exhibition .card-cnt-inner .brief,
.card_store .card-cnt-inner .brief,
.card_artist-heading-txt,
.card_news .card-cnt-inner .brief,
.mini-cart-wrap,
.page_section-brief,
.page_section-tab .tab-item-txt,
.page_section-intro .intro-txt,
.page_single-exhibition-artfair .article_brief-txt,
.page_single-exhibition-artfair .editor-field-txt {
  font-size: 18px;
  word-break: break-all;
}

.tab-item.current {
  color: #1A1A1A;
}

.txt-h5,
.txt-headline5,
.preloader_inner-txt {
  font-size: 14px;
}

input:-ms-input-placeholder {
  font-size: 16px;
}

input::-ms-input-placeholder {
  font-size: 16px;
}

.txt-p,
.modal-link,
.card_home-news .card-cnt-inner .brief,
.card_exhibition .card-cnt-inner .date-expired,
.card_artfair .card-cnt .date,
.project_card-cnt .text,
input:-ms-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
.web_footer .field_copyright .copyright-txt,
.web_footer .field_copyright .design-txt,
.page_about .page_section-about-container .field-intro .page_section-content-txt,
.page_single-exhibition-artfair .article_exhibition-artfair-expire,
.page_contact .page_section-content .section_field-cnt .info-item-txt {
  font-size: 16px;
}

.txt-p,
.modal-link,
.card_home-news .card-cnt-inner .brief,
.card_exhibition .card-cnt-inner .date-expired,
.card_artfair .card-cnt .date,
.project_card-cnt .text,
input::-ms-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
.web_footer .field_copyright .copyright-txt,
.web_footer .field_copyright .design-txt,
.page_about .page_section-about-container .field-intro .page_section-content-txt,
.page_single-exhibition-artfair .article_exhibition-artfair-expire,
.page_contact .page_section-content .section_field-cnt .info-item-txt {
  font-size: 16px;
}

.txt-p,
.modal-link,
.card_home-news .card-cnt-inner .brief,
.card_exhibition .card-cnt-inner .date-expired,
.card_artfair .card-cnt .date,
.project_card-cnt .text,
input::placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
.web_footer .field_copyright .copyright-txt,
.web_footer .field_copyright .design-txt,
.page_about .page_section-about-container .field-intro .page_section-content-txt,
.page_single-exhibition-artfair .article_exhibition-artfair-expire,
.page_contact .page_section-content .section_field-cnt .info-item-txt {
  font-size: 16px;
}

.txt-s,
.project_breadcrumb .breadcrumb-item:not(:last-child)::after,
.project_breadcrumb .breadcrumb-item-inner {
  font-size: 14px;
}

.txt-primary {
  color: #393939;
}

.txt-secondary01 {
  color: #484848;
}

.txt-secondary02 {
  color: #93784F;
}

.txt-2nd1 {
  color: #000000;
}

.txt-2nd2 {
  color: #B3B3B3;
}

.txt-white {
  color: #FFFFFF;
}

.txt-gray05 {
  color: #F5F5F5;
}

.txt-gray04 {
  color: #DBDBDB;
}

.txt-gray03 {
  color: #8F8F8F;
}

.txt-gray02 {
  color: #5C5C5C;
}

.txt-gray01 {
  color: #1A1A1A;
}

.txt-alert {
  color: #CB4042;
}

.txt-ok {
  color: #179859;
}

.txt-blue {
  color: #007bff;
}

.txt-indigo {
  color: #6610f2;
}

.txt-purple {
  color: #6f42c1;
}

.txt-pink {
  color: #e83e8c;
}

.txt-red {
  color: #dc3545;
}

.txt-orange {
  color: #fd7e14;
}

.txt-yellow {
  color: #ffc107;
}

.txt-green {
  color: #28a745;
}

.txt-teal {
  color: #20c997;
}

.txt-cyan {
  color: #17a2b8;
}

.txt-gray {
  color: #6c757d;
}

.txt-gray-dark {
  color: #343a40;
}

.txt-headline1,
.banner-content-txt .txt {
  font-family: "Cormorant", serif;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1px;
}

@media (max-width: 575.96px) {
  .txt-headline1,
  .banner-content-txt .txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
  }
}

.txt-headline2,
.project_card-cnt .title,
.preloader_inner-num,
.page_entry-welcome .page_entry-btn-wrapper .enter_link,
.page_section-heading,
.page_single-exhibition-artfair .article_heading-txt {
  font-family: "Cormorant", serif;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 2px;
}

@media (max-width: 575.96px) {
  .txt-headline2,
  .project_card-cnt .title,
  .preloader_inner-num,
  .page_entry-welcome .page_entry-btn-wrapper .enter_link,
  .page_section-heading,
  .page_single-exhibition-artfair .article_heading-txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}

.web_search-input::-webkit-input-placeholder {
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
}

.web_search-input:-ms-input-placeholder {
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
}

.web_search-input::-ms-input-placeholder {
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
}

.txt-headline3,
.card_home-news .card-cnt-inner .title,
.card_exhibition .card-cnt-inner .title,
.card_store .card-cnt-inner .title,
.card_news .card-cnt-inner .title,
.card_artfair .card-cnt .title,
.project_card-cnt .subtitle,
.web_search-input,
.web_search-input::-webkit-input-placeholder,
.page_artfair .page_section_artfair .category-name,
.section_field-heading-txt {
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
}

.txt-headline3,
.card_home-news .card-cnt-inner .title,
.card_exhibition .card-cnt-inner .title,
.card_store .card-cnt-inner .title,
.card_news .card-cnt-inner .title,
.card_artfair .card-cnt .title,
.project_card-cnt .subtitle,
.web_search-input,
.web_search-input:-ms-input-placeholder,
.page_artfair .page_section_artfair .category-name,
.section_field-heading-txt {
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
}

.txt-headline3,
.card_home-news .card-cnt-inner .title,
.card_exhibition .card-cnt-inner .title,
.card_store .card-cnt-inner .title,
.card_news .card-cnt-inner .title,
.card_artfair .card-cnt .title,
.project_card-cnt .subtitle,
.web_search-input,
.web_search-input::-ms-input-placeholder,
.page_artfair .page_section_artfair .category-name,
.section_field-heading-txt {
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
}

.txt-headline3,
.card_home-news .card-cnt-inner .title,
.card_exhibition .card-cnt-inner .title,
.card_store .card-cnt-inner .title,
.card_news .card-cnt-inner .title,
.card_artfair .card-cnt .title,
.project_card-cnt .subtitle,
.web_search-input,
.web_search-input::placeholder,
.page_artfair .page_section_artfair .category-name,
.section_field-heading-txt {
  font-family: "Cormorant", serif;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
}

@media (max-width: 575.96px) {
  .web_search-input::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
  }
  .web_search-input:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
  }
  .web_search-input::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
  }
  .txt-headline3,
  .card_home-news .card-cnt-inner .title,
  .card_exhibition .card-cnt-inner .title,
  .card_store .card-cnt-inner .title,
  .card_news .card-cnt-inner .title,
  .card_artfair .card-cnt .title,
  .project_card-cnt .subtitle,
  .web_search-input,
  .web_search-input::-webkit-input-placeholder,
  .page_artfair .page_section_artfair .category-name,
  .section_field-heading-txt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
  }
  .txt-headline3,
  .card_home-news .card-cnt-inner .title,
  .card_exhibition .card-cnt-inner .title,
  .card_store .card-cnt-inner .title,
  .card_news .card-cnt-inner .title,
  .card_artfair .card-cnt .title,
  .project_card-cnt .subtitle,
  .web_search-input,
  .web_search-input:-ms-input-placeholder,
  .page_artfair .page_section_artfair .category-name,
  .section_field-heading-txt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
  }
  .txt-headline3,
  .card_home-news .card-cnt-inner .title,
  .card_exhibition .card-cnt-inner .title,
  .card_store .card-cnt-inner .title,
  .card_news .card-cnt-inner .title,
  .card_artfair .card-cnt .title,
  .project_card-cnt .subtitle,
  .web_search-input,
  .web_search-input::-ms-input-placeholder,
  .page_artfair .page_section_artfair .category-name,
  .section_field-heading-txt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
  }
  .txt-headline3,
  .card_home-news .card-cnt-inner .title,
  .card_exhibition .card-cnt-inner .title,
  .card_store .card-cnt-inner .title,
  .card_news .card-cnt-inner .title,
  .card_artfair .card-cnt .title,
  .project_card-cnt .subtitle,
  .web_search-input,
  .web_search-input::placeholder,
  .page_artfair .page_section_artfair .category-name,
  .section_field-heading-txt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
  }
}

.txt-headline4,
.card_exhibition .card-cnt-inner .brief,
.card_store .card-cnt-inner .brief,
.card_artist-heading-txt,
.card_news .card-cnt-inner .brief,
.mini-cart-wrap,
.page_section-brief,
.page_section-tab .tab-item-txt,
.page_section-intro .intro-txt,
.page_single-exhibition-artfair .article_brief-txt,
.page_single-exhibition-artfair .editor-field-txt {
  font-family: "Cormorant", serif;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
}

@media (max-width: 575.96px) {
  .txt-headline4,
  .card_exhibition .card-cnt-inner .brief,
  .card_store .card-cnt-inner .brief,
  .card_artist-heading-txt,
  .card_news .card-cnt-inner .brief,
  .mini-cart-wrap,
  .page_section-brief,
  .page_section-tab .tab-item-txt,
  .page_section-intro .intro-txt,
  .page_single-exhibition-artfair .article_brief-txt,
  .page_single-exhibition-artfair .editor-field-txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
  }
}

.txt-headline5,
.preloader_inner-txt {
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
}

@media (max-width: 575.96px) {
  .txt-headline5,
  .preloader_inner-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575.96px) {
  span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
  }
}

input:-ms-input-placeholder {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}

input::-ms-input-placeholder {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}

.txt-p,
.modal-link,
.card_home-news .card-cnt-inner .brief,
.card_exhibition .card-cnt-inner .date-expired,
.card_artfair .card-cnt .date,
.project_card-cnt .text,
input:-ms-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
.web_footer .field_copyright .copyright-txt,
.web_footer .field_copyright .design-txt,
.page_about .page_section-about-container .field-intro .page_section-content-txt,
.page_single-exhibition-artfair .article_exhibition-artfair-expire,
.page_contact .page_section-content .section_field-cnt .info-item-txt {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}

.txt-p,
.modal-link,
.card_home-news .card-cnt-inner .brief,
.card_exhibition .card-cnt-inner .date-expired,
.card_artfair .card-cnt .date,
.project_card-cnt .text,
input::-ms-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
.web_footer .field_copyright .copyright-txt,
.web_footer .field_copyright .design-txt,
.page_about .page_section-about-container .field-intro .page_section-content-txt,
.page_single-exhibition-artfair .article_exhibition-artfair-expire,
.page_contact .page_section-content .section_field-cnt .info-item-txt {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}

.txt-p,
.modal-link,
.card_home-news .card-cnt-inner .brief,
.card_exhibition .card-cnt-inner .date-expired,
.card_artfair .card-cnt .date,
.project_card-cnt .text,
input::placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
.web_footer .field_copyright .copyright-txt,
.web_footer .field_copyright .design-txt,
.page_about .page_section-about-container .field-intro .page_section-content-txt,
.page_single-exhibition-artfair .article_exhibition-artfair-expire,
.page_contact .page_section-content .section_field-cnt .info-item-txt {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}

@media (max-width: 575.96px) {
  input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
  input::-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
  .txt-p,
  .modal-link,
  .card_home-news .card-cnt-inner .brief,
  .card_exhibition .card-cnt-inner .date-expired,
  .card_artfair .card-cnt .date,
  .project_card-cnt .text,
  input:-ms-input-placeholder,
  input:-ms-input-placeholder,
  input::-moz-placeholder,
  .web_footer .field_copyright .copyright-txt,
  .web_footer .field_copyright .design-txt,
  .page_about .page_section-about-container .field-intro .page_section-content-txt,
  .page_single-exhibition-artfair .article_exhibition-artfair-expire,
  .page_contact .page_section-content .section_field-cnt .info-item-txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
  .txt-p,
  .modal-link,
  .card_home-news .card-cnt-inner .brief,
  .card_exhibition .card-cnt-inner .date-expired,
  .card_artfair .card-cnt .date,
  .project_card-cnt .text,
  input::-ms-input-placeholder,
  input:-ms-input-placeholder,
  input::-moz-placeholder,
  .web_footer .field_copyright .copyright-txt,
  .web_footer .field_copyright .design-txt,
  .page_about .page_section-about-container .field-intro .page_section-content-txt,
  .page_single-exhibition-artfair .article_exhibition-artfair-expire,
  .page_contact .page_section-content .section_field-cnt .info-item-txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
  .txt-p,
  .modal-link,
  .card_home-news .card-cnt-inner .brief,
  .card_exhibition .card-cnt-inner .date-expired,
  .card_artfair .card-cnt .date,
  .project_card-cnt .text,
  input::placeholder,
  input:-ms-input-placeholder,
  input::-moz-placeholder,
  .web_footer .field_copyright .copyright-txt,
  .web_footer .field_copyright .design-txt,
  .page_about .page_section-about-container .field-intro .page_section-content-txt,
  .page_single-exhibition-artfair .article_exhibition-artfair-expire,
  .page_contact .page_section-content .section_field-cnt .info-item-txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
}

.txt-s,
.project_breadcrumb .breadcrumb-item:not(:last-child)::after,
.project_breadcrumb .breadcrumb-item-inner {
  font-family: "Cormorant", serif;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
}

@media (max-width: 575.96px) {
  .txt-s,
  .project_breadcrumb .breadcrumb-item:not(:last-child)::after,
  .project_breadcrumb .breadcrumb-item-inner {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
  }
}

.txt-btn,
.btn_read-more,
.card_exhibition .card-img-effect .more,
.card_store .card-img-effect .more,
.card_artist-img .effect-txt,
.card_news .card-img-effect .more,
.card_artfair .card-img-effect .more,
.project_frm-label,
.banner-hint .hint-txt {
  font-family: "Cormorant", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
}

.project_btn,
.project_btn-white {
  padding: 12px 32px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.project_btn,
.project_btn-white {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
}

@media (max-width: 575.96px) {
  .project_btn,
  .project_btn-white {
    font-size: 16px;
    font-size: 1rem;
  }
}

.project_btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #393939;
  border: none;
  border-radius: 2px;
}

.project_btn:hover {
  color: #FFFFFF;
  background-color: #1A1A1A;
}

.project_btn.disabled {
  color: #FFFFFF;
  background-color: #1A1A1A;
  opacity: .4;
  cursor: not-allowed;
}

.project_btn-white {
  display: inline-block;
  color: #393939;
  background-color: transparent;
  border: 1px solid #393939;
  border-radius: 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: all 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  border-radius: 2px;
}

.project_btn-white:hover {
  color: #FFFFFF;
  background-color: #393939;
}

.project_btn-white.disabled {
  color: #5C5C5C;
  background-color: #DBDBDB;
  cursor: not-allowed;
}

.btn_read-more {
  position: relative;
  color: #393939;
  padding-right: 26px;
}

.btn_read-more::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #1A1A1A;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn_read-more:hover {
  color: #393939;
}

.btn_read-more:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.btn_read-more:hover .icon {
  -webkit-animation-name: arrowMove;
  animation-name: arrowMove;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn_read-more .icon {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  color: #393939;
}

.btn_read-more .icon path {
  fill: #393939;
}

.hamberger {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 6px;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.hamberger .bar {
  display: block;
  width: 18px;
  height: 1px;
  border-radius: 9999px;
  background-color: #1A1A1A;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.hamberger .bar:not(:last-child) {
  margin-bottom: 6px;
}

.hamberger.active {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  -webkit-transform: rotate(45deg) translate(-7px, -13px);
  transform: rotate(45deg) translate(-7px, -13px);
}

.hamberger.active > .bar:nth-child(2) {
  width: 0;
}

.hamberger.active > .bar:nth-child(1),
.hamberger.active > .bar:nth-child(3) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.hamberger.active > .bar:nth-child(1) {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.hamberger.active > .bar:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}

.project_breadcrumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project_breadcrumb .breadcrumb-item {
  position: relative;
  padding: 0 8px;
}

.project_breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

.project_breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  top: 60%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '/';
  color: #393939;
}

.project_breadcrumb .breadcrumb-item-inner {
  color: #393939;
  padding-right: 8px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

- 00-Variable
- 01-card_readmore
- 02-card_exhibition
- 03-card_store
- 04
- 05
- 06
- 07
- 08

--------------------------------------------------------------*/
/*
>> base card css template
.project_card {
  &-inner {}
  &-img {
    .img_div {}
  }
  &-cnt {
    &-inner {}
    &-main {}
  }
  .date {}
  .title {}
  .tag {}
  .brief {}
}
*/
.card_home-news-inner:hover .card-cnt .icon {
  -webkit-animation-name: arrowMove;
  animation-name: arrowMove;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.card_home-news .card-img .img_div {
  padding-bottom: 56.46794%;
}

.card_home-news .card-cnt {
  margin-top: 24px;
}

@media (max-width: 767.98px) {
  .card_home-news .card-cnt {
    margin-top: 40px;
  }
}

.card_home-news .card-cnt-inner .title {
  color: #1A1A1A;
  margin-bottom: 8px;
}

.card_home-news .card-cnt-inner .brief {
  width: 50%;
  color: #8F8F8F;
  margin-bottom: 16px;
  white-space: nowrap;
  /*不換行，設定文字在一行顯示 */
  overflow: hidden;
  /*文字長度超出限定寬度，則隱藏超出內容 */
  text-overflow: ellipsis;
  /*若文字超過，改以...顯示(需搭配overflow: hidden才有效)*/
}

.card_exhibition:hover .card-img .img_div {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card_exhibition:hover .card-img-effect {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card_exhibition:hover .card-cnt .title::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.card_exhibition .card-img {
  position: relative;
  overflow: hidden;
}

.card_exhibition .card-img .img_div {
  padding-bottom: 56.46794%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card_exhibition .card-img-effect {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_exhibition .card-img-effect .more {
  color: #FFFFFF;
  padding-right: 8px;
}

.card_exhibition .card-img-effect .icon {
  width: 16px;
  height: 16px;
}

.card_exhibition .card-img-effect .icon path {
  fill: #FFFFFF;
}

.card_exhibition .card-cnt {
  margin-top: 24px;
}

.card_exhibition .card-cnt-inner .title {
  position: relative;
  display: inline-block;
  color: #1A1A1A;
  margin-bottom: 8px;
}

.card_exhibition .card-cnt-inner .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #1A1A1A;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.card_exhibition .card-cnt-inner .brief {
  color: #5C5C5C;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card_exhibition .card-cnt-inner .date-expired {
  color: #5C5C5C;
}

.card_store:hover .card-img .img_div {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card_store:hover .card-img-effect {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card_store:hover .card-cnt .title::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.card_store .card-img {
  position: relative;
  overflow: hidden;
}

.card_store .card-img .img_div {
  padding-bottom: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card_store .card-img-effect {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_store .card-img-effect .more {
  color: #FFFFFF;
  padding-right: 8px;
}

.card_store .card-img-effect .icon {
  width: 16px;
  height: 16px;
}

.card_store .card-img-effect .icon path {
  fill: #FFFFFF;
}

.card_store .card-cnt {
  margin-top: 24px;
}

.card_store .card-cnt .card-cnt-inner p {
  color: #5C5C5C;
}

.card_store .card-cnt-inner .title {
  position: relative;
  display: inline-block;
  color: #1A1A1A;
  margin-bottom: 8px;
}

.card_store .card-cnt-inner .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #1A1A1A;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.card_store .card-cnt-inner .brief {
  color: #5C5C5C;
}

.card_artist-inner:hover .card_artist-heading-txt::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.card_artist-inner:hover .card_artist-img .effect {
  opacity: 1;
}

.card_artist-img {
  position: relative;
}

.card_artist-img .img_div {
  aspect-ratio: 1/1;
}

.card_artist-img .effect {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  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%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card_artist-img .effect-txt {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_artist-img .effect .icon {
  width: 16px;
  height: 16px;
  color: #FFFFFF;
  margin-left: 8px;
}

.card_artist-img .effect .icon path {
  fill: #FFFFFF;
}

.card_artist-heading {
  margin-top: 24px;
}

.card_artist-heading-txt {
  position: relative;
  display: inline-block;
  color: #1A1A1A;
}

.card_artist-heading-txt::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #1A1A1A;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.card_news:hover .card-img .img_div {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card_news:hover .card-img-effect {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card_news:hover .card-cnt .title::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.card_news .card-img {
  position: relative;
  overflow: hidden;
}

.card_news .card-img .img_div {
  padding-bottom: 56.14754%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card_news .card-img-effect {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_news .card-img-effect .more {
  color: #FFFFFF;
  padding-right: 8px;
}

.card_news .card-img-effect .icon {
  width: 16px;
  height: 16px;
}

.card_news .card-img-effect .icon path {
  fill: #FFFFFF;
}

.card_news .card-cnt {
  margin-top: 16px;
}

.card_news .card-cnt-inner .title {
  position: relative;
  display: inline-block;
  color: #1A1A1A;
  margin-bottom: 8px;
}

.card_news .card-cnt-inner .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #1A1A1A;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.card_news .card-cnt-inner .brief {
  color: #5C5C5C;
}

.card_artfair:hover .card-img .img_div {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card_artfair:hover .card-img-effect {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card_artfair:hover .card-cnt .title::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.card_artfair .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}

.card_artfair .card-img .img_div {
  padding-bottom: 56.5%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card_artfair .card-img-effect {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_artfair .card-img-effect .more {
  color: #FFFFFF;
  padding-right: 8px;
}

.card_artfair .card-img-effect .icon {
  width: 16px;
  height: 16px;
}

.card_artfair .card-img-effect .icon path {
  fill: #FFFFFF;
}

.card_artfair .card-cnt .title {
  position: relative;
  display: inline-block;
  color: #1A1A1A;
  margin-bottom: 8px;
}

.card_artfair .card-cnt .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #1A1A1A;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.card_artfair .card-cnt .date {
  color: #5C5C5C;
}

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

@media (max-width: 767.96px) {
  .project_card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.project_card-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  max-width: 42%;
}

@media (max-width: 767.96px) {
  .project_card-img {
    padding: 30px 50px;
    max-width: 100%;
  }
}

.project_card-img .img_div {
  padding-bottom: 99.82047%;
}

.project_card-cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 70px;
}

@media (max-width: 1023.96px) {
  .project_card-cnt {
    padding: 30px 50px;
  }
}

.project_card-cnt .title {
  color: #1A1A1A;
  margin-bottom: 30px;
}

@media (max-width: 767.96px) {
  .project_card-cnt .title {
    text-align: center;
  }
}

.project_card-cnt .subtitle {
  color: #1A1A1A;
  margin-bottom: 30px;
}

@media (max-width: 767.96px) {
  .project_card-cnt .subtitle {
    text-align: center;
  }
}

.project_card-cnt .cnt-text:not(:last-child) {
  margin-bottom: 30px;
}

.project_card-cnt .text {
  color: #1A1A1A;
}

@media (max-width: 767.96px) {
  .project_card-cnt .text {
    text-align: center;
  }
}

.project_card:nth-of-type(2n + 1) .project_card-img {
  margin-right: 1.9%;
  margin-left: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 767.96px) {
  .project_card:nth-of-type(2n + 1) .project_card-img {
    margin: 0;
  }
}

.project_card:nth-of-type(2n + 1) .project_card-cnt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.project_card:nth-of-type(2n) .project_card-img {
  margin-right: 0;
  margin-left: 1.9%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 767.96px) {
  .project_card:nth-of-type(2n) .project_card-img {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.project_card:nth-of-type(2n) .project_card-cnt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 767.96px) {
  .project_card:nth-of-type(2n) .project_card-cnt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.project_card:not(:last-child) {
  margin-bottom: 48px;
}

/*
<nav class="navigation pagination" role="navigation" aria-label="文章">
    <h2 class="sr-only">文章導覽</h2>
    <div class="nav-links">
        <a class="prev page-numbers" href="javascript:;">
            <div class="svgicon">
                <svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M5 1L1 5L5 9"></path>
                </svg>
            </div>
        </a>
        <a class="page-numbers" href="javascript:;">1</a>
        <span aria-current="page" class="page-numbers current">2</span>
        <a class="page-numbers" href="javascript:;">3</a>
        <a class="page-numbers" href="javascript:;">4</a>
        <a class="next page-numbers" href="javascript:;">
            <div class="svgicon">
                <svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M1 1L5 5L1 9"></path>
                </svg>
            </div>
        </a>
    </div>
</nav>
*/
.project_pagination {
  margin-top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .project_pagination {
    margin-top: 40px;
  }
}

.project_pagination .pagination {
  position: relative;
  padding-bottom: 50px;
}

.project_pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project_pagination .page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #8F8F8F;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

@media (max-width: 768px) {
  .project_pagination .page-numbers {
    width: 20px;
    height: 30px;
  }
}

.project_pagination .page-numbers::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #1A1A1A;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.project_pagination .page-numbers:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.project_pagination .page-numbers.current {
  color: #1A1A1A;
}

.project_pagination .page-numbers.current::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.project_pagination .page-numbers:not(:first-child) {
  margin-left: 0.8rem;
}

@media (max-width: 374.96px) {
  .project_pagination .page-numbers:nth-of-type(2) {
    margin-left: 0;
  }
}

.project_pagination .prev .svgicon,
.project_pagination .next .svgicon {
  width: 6px;
}

.project_pagination .prev .svgicon path,
.project_pagination .next .svgicon path {
  stroke: currentColor;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (max-width: 374.96px) {
  .project_pagination .next {
    left: unset;
    right: 0;
  }
}

.project_pagination .next .svgicon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.preloader {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.preloader_inner {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader_inner-num {
  color: #1A1A1A;
  padding-bottom: 16px;
}

.preloader_inner-txt {
  color: #8F8F8F;
}

.preloader.show {
  opacity: 1;
  z-index: 15000;
  -webkit-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.preloader-ajax {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 250;
}

.preloader-ajax .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader-ajax .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader-ajax .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.preloader-ajax .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader-ajax .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader-ajax .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

.preloader-ajax.ajax-hide {
  display: none;
}

input:focus {
  outline: 1px solid transparent;
}

input[type="password"] {
  -webkit-text-security: disc;
}

input::-webkit-input-placeholder {
  /* CSS 3 標準 */
  color: #B3B3B3;
}

input:-ms-input-placeholder {
  /* CSS 3 標準 */
  color: #B3B3B3;
}

input::-ms-input-placeholder {
  /* CSS 3 標準 */
  color: #B3B3B3;
}

input::placeholder {
  /* CSS 3 標準 */
  color: #B3B3B3;
}

input::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #B3B3B3;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #B3B3B3;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #B3B3B3;
  opacity: 1;
}

.project_frm-enquiry {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .project_frm-enquiry {
    padding-top: 0;
  }
}

.project_frm-enquiry-inner .form-group {
  margin-bottom: 1em;
}

.project_frm-enquiry-inner .form-group:last-child {
  margin-top: 40px;
}

.project_frm-enquiry-inner .form-group .btn-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project_frm-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 480px) {
  .project_frm-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.project_frm-label {
  width: 8.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .project_frm-label {
    width: 100%;
    margin-top: 0;
    margin-bottom: -14px;
  }
}

.project_frm-col .project_frm-field {
  width: 100%;
  padding: 16px 32px;
  border: 1px solid #DBDBDB;
}

.project_frm-field-input {
  width: 100%;
}

.project_frm-col.frm-uMessage .project_frm-field {
  min-height: 130px;
}

.project_frm-label::after {
  display: inline-block;
  content: '*';
  margin-left: .3rem;
  color: #1A1A1A;
  font-family: "Arial", sans-serif;
}

/* Hamberger */
@-webkit-keyframes hamburger_puls {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@keyframes hamburger_puls {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@-webkit-keyframes easeInAndOut {
  0% {
    left: 40%;
    opacity: 0;
  }
  48% {
    left: 49%;
    opacity: 1;
  }
  50% {
    left: 51%;
    opacity: 1;
  }
  100% {
    left: 60%;
    opacity: 0;
  }
}

@keyframes easeInAndOut {
  0% {
    left: 40%;
    opacity: 0;
  }
  48% {
    left: 49%;
    opacity: 1;
  }
  50% {
    left: 51%;
    opacity: 1;
  }
  100% {
    left: 60%;
    opacity: 0;
  }
}

/* Preloader */
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

/* Banner scroll */
@-webkit-keyframes arrow {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}

@keyframes arrow {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}

@-webkit-keyframes reUnderline {
  0% {
    left: 0;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes reUnderline {
  0% {
    left: 0;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes arrowMove {
  0% {
    right: 0;
  }
  25% {
    right: 5px;
  }
  50% {
    right: 3px;
  }
  75% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}

@keyframes arrowMove {
  0% {
    right: 0;
  }
  25% {
    right: 5px;
  }
  50% {
    right: 3px;
  }
  75% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}

:root {
  --doc-height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  /* fallback for Js load */
}

.body_wrap {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 0;
}

/**
 * >> header架構

<header class="web_header">
  <div class="web_header-container">
    <h1 class="web_topic"></h1>

    <div class="web_logo">
      <div class="img_div">
        <img src="" alt="">
      </div>
    </div>

    <div class="web_header-menu">
      <div class="web_header-menu-inner">

        <nav id="webNavigation" class="web_nav">
          <ul class="web_nav-list">
            <li class="web_nav-item"></li>
          </ul>
        </nav>

        <div class="web_header-tools">
          <div class="tools_ctrl">
            <div class="tools_search"></div>
          </div>
        </div>

        <div class="web_search">
          <div class="web_search-frm"></div>
        </div>

      </div>
    </div>

    <div class="hamberger" id="m_menu">

    </div>

  </div>
</header>

*/
/** Desktop */
.web_header {
  position: fixed;
  width: 100%;
  height: 104px;
  background-color: #FFFFFF;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
}

@media (max-width: 1299.98px) {
  .web_header {
    height: 70px;
    -webkit-box-shadow: 0px 4px 20px 0px #0000001A;
            box-shadow: 0px 4px 20px 0px #0000001A;
  }
}

.web_header.js-scroll {
  -webkit-box-shadow: 0px 4px 20px 0px #0000001A;
          box-shadow: 0px 4px 20px 0px #0000001A;
}

.web_header-container {
  position: relative;
  top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (max-width: 1299.98px) {
  .web_header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    top: 0;
  }
}

.web_header-menu {
  margin-right: -8px;
}

@media (max-width: 1299.98px) {
  .web_header-menu {
    display: none;
  }
}

.web_header-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.web_header-menu_m {
  display: none;
  position: relative;
}

@media (max-width: 1299.98px) {
  .web_header-menu_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.web_header-tools {
  cursor: pointer;
}

.web_logo {
  position: relative;
  display: block;
  width: 133.55px;
  height: 40px;
}

@media (max-width: 575.96px) {
  .web_logo {
    width: 80px;
    height: 24px;
  }
}

.web_logo .img_div {
  padding-bottom: 29.95133%;
}

@media (max-width: 575.96px) {
  .web_logo .img_div {
    padding-bottom: 30%;
  }
}

.web_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.web_nav-item {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.web_nav-item a {
  padding: 0;
}

.web_nav-item.wpml-ls-item {
  position: relative;
  padding: 0 8px 0 20px;
}

.web_nav-item.wpml-ls-item:last-child {
  padding: 0 20px 0 8px;
}

.web_nav-item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1A1A1A;
}

.web_nav-item-link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #1A1A1A;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.web_nav-item-link:hover {
  color: #1A1A1A;
}

.web_nav-item-link:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.web_nav-item.current-menu-item .web_nav-item-link::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.web_nav .wpml-ls-first-item,
.web_nav_m .wpml-ls-first-item {
  position: relative;
}

.web_nav .wpml-ls-first-item::after,
.web_nav_m .wpml-ls-first-item::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

.wpml-ls-current-language a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.web_nav_m {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  height: calc(100vh - 70px);
  padding-top: 70px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  display: none;
}

@media (max-width: 1299.98px) {
  .web_nav_m {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.web_nav_m .web_nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
}

.web_nav_m .web_nav-list > .web_nav-item {
  margin-bottom: 32px;
}

@media (max-width: 1300px) {
  .web_nav_m .web_nav-list > .web_nav-item {
    margin-bottom: 16px;
  }
}

.web_nav_m .m_wpml-list {
  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;
}

.web_nav_m.active-menu_m {
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  left: 0;
}

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

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

.web_subnav-item {
  padding: 0 8px;
}

.web_subnav-item .icon {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.web_subnav-item:hover .icon {
  opacity: .5;
}

.web_subnav_m-item {
  width: 276px;
}

.web_subnav_m-item .project_btn-white {
  width: 100%;
}

.web_search {
  position: fixed;
  top: -104px;
  left: 0px;
  width: 100%;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-box-shadow: 0px 4px 20px 0px #0000001A;
  box-shadow: 0px 4px 20px 0px #0000001A;
}

.web_search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.web_search-frm {
  width: 100%;
}

.web_search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.web_search-btn {
  padding: 0;
  margin-right: 19.5px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}

.web_search-btn .icon {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.web_search-btn .icon:hover {
  opacity: .5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.web_search-input {
  width: 100%;
  border: none;
  outline: none !important;
  font-family: "Cormorant", serif;
  color: #5C5C5C;
}

.web_search-input::-webkit-input-placeholder {
  color: #8F8F8F;
  font-family: "Cormorant", serif;
}

.web_search-input:-ms-input-placeholder {
  color: #8F8F8F;
  font-family: "Cormorant", serif;
}

.web_search-input::-ms-input-placeholder {
  color: #8F8F8F;
  font-family: "Cormorant", serif;
}

.web_search-input::placeholder {
  color: #8F8F8F;
  font-family: "Cormorant", serif;
}

.web_search-close {
  width: 24px;
  height: 24px;
}

.web_search-close:hover::before,
.web_search-close:hover::after {
  opacity: .5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.web_search-close::before,
.web_search-close::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: #484848;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.web_search-close::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.web_search-close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.web_search.active-search {
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  top: 0;
}

.web_search_m {
  width: 276px;
  margin-top: 37px;
  margin-bottom: 40px;
}

.web_search_m .web_search-field {
  padding: 16px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

.web_search_m .web_search-btn {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: inherit;
}

.web_search_m .web_search-input {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-color: #F5F5F5;
  font-size: 16px;
}

@media (max-width: 575.96px) {
  .web_search_m .web_search-input {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.web_search_m .web_search-input::-webkit-input-placeholder {
  font-size: 16px;
}

.web_search_m .web_search-input:-ms-input-placeholder {
  font-size: 16px;
}

.web_search_m .web_search-input::-ms-input-placeholder {
  font-size: 16px;
}

.web_search_m .web_search-input::placeholder {
  font-size: 16px;
}

@media (max-width: 575.96px) {
  .web_search_m .web_search-input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .web_search_m .web_search-input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .web_search_m .web_search-input::-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .web_search_m .web_search-input::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.web_footer {
  padding: 40px 0 40px 0;
  background-color: #FFFFFF;
  width: 100%;
}

.web_footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1023.98px) {
  .web_footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .web_footer-container .field_copyright {
    margin-bottom: 16px;
  }
}

.web_footer .field_copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	align-items:center;
}

@media (max-width: 767.98px) {
  .web_footer .field_copyright-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.web_footer .field_copyright-inner > div:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 767.98px) {
  .web_footer .field_copyright-inner > div:not(:last-child) {
    margin-right: inherit;
    margin-bottom: 8px;
  }
}

.web_footer .field_copyright .copyright-txt {
  color: #5C5C5C;
  text-align: center;
	font-family: "Cormorant", serif;
}

.web_footer .field_copyright .design-txt {
  color: #5C5C5C;
  text-align: center;
	font-family: "Cormorant", serif;
}

.web_footer .field_copyright .design-txt a{
	font-size: 14px;
    line-height: 22px;
}

.web_footer .field_social .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.web_footer .field_social .social-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #5C5C5C;
}

.web_footer .field_social .social-item-inner .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	padding-top:5px;
}

.web_footer .field_social .social-item:not(:last-child) {
  margin-right: 16px;
}

.web_main {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}

.web_main.page_home {
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}

.page_section {
  position: relative;
  padding: 91px 0 53px 0;
}

@media (max-width: 768px) {
  .page_section {
    padding: 40px 0 0 0;
  }
}

.page_section.banner {
  padding: 0;
}

.page_section.page_section-intro {
  padding-top: 144px;
}

@media (max-width: 767.98px) {
  .page_section.page_section-intro {
    padding-top: 40px;
  }
}

.page_section.page_section-artfair {
  padding: 153px 0 166px 0;
}

@media (max-width: 1023.98px) {
  .page_section.page_section-artfair {
    padding: 110px 0 110px 0;
  }
}

@media (max-width: 767.98px) {
  .page_section.page_section-artfair {
    padding: 0 0 40px 0;
    margin-top: 40px;
  }
}

.page_section.page_section-store {
  padding: 50px 0 144px 0;
}

@media (max-width: 767.98px) {
  .page_section.page_section-store {
    padding: 40px 0 40px 0;
  }
}

.page_section.page_section-contact {
  padding: 91px 0 104px 0;
}

@media (max-width: 768px) {
  .page_section.page_section-contact {
    padding: 40px 0 40px 0;
  }
}

.page_entry-welcome {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 10000;
}

.page_entry-welcome::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.49%, #FFFFFF), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(#FFFFFF 35.49%, rgba(0, 0, 0, 0) 100%);
  z-index: -99;
}

.page_entry-welcome-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 31%;
  z-index: 100;
}

@media (max-width: 767.98px) {
  .page_entry-welcome-container {
    width: 69.8%;
  }
}

.page_entry-welcome .logo {
  max-width: 447px;
  margin: 0 auto;
}

.page_entry-welcome .logo .img_div {
  padding-bottom: 17.52796%;
}

.page_entry-welcome .page_entry-btn-wrapper {
  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;
  margin-top: 40px;
}

.page_entry-welcome .page_entry-btn-wrapper .enter_link {
  position: relative;
  color: #1A1A1A;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page_entry-welcome .page_entry-btn-wrapper .enter_link:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  content: "|";
  color: #8F8F8F;
}

.page_entry-welcome .page_entry-btn-wrapper .enter_link:hover {
  opacity: .5;
}

.page_entry-welcome-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.page_entry-welcome-bg .img_div {
  padding-bottom: 55.55556%;
  background-color: #8F8F8F;
}

.mini-cart-wrap {
  margin: 0 4.3% 0 1.7%;
  cursor: pointer;
}

@media (max-width: 1299.98px) {
  .mini-cart-wrap {
    margin: 0 37px 0 0;
  }
}

.mini-cart-wrap .basket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Cormorant", serif;
}

.mini-cart-wrap .basket-item-txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mini-cart-wrap .cart-items-count-wrap {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mini-cart-wrap .count {
  padding: 0 6px;
}

.mini-cart-wrap .count a {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.mini-cart-wrap .count::before,
.mini-cart-wrap .count::after {
  display: inline-block;
}

.mini-cart-wrap .count a .count::before {
  content: "(";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mini-cart-wrap .count a .count::after {
  content: ")";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page_section-heading {
  color: #000000;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .page_section-heading {
    margin-bottom: 20px;
  }
}

.page_section-brief {
  color: #5C5C5C;
}

.banner-container {
  position: relative;
}

.banner-bg {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .banner-bg {
    height: 100vh;
  }
}

.banner-bg::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.49%, #FFFFFF), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(#FFFFFF 35.49%, rgba(0, 0, 0, 0) 100%);
}

.banner-bg .img_div {
  padding-bottom: 55.55556%;
}

@media (max-width: 767.98px) {
  .banner-bg .img_div {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .banner-bg .img_div .image {
    display: none;
  }
}

.banner-bg .img_div .image_m {
  display: none;
}

@media (max-width: 767.98px) {
  .banner-bg .img_div .image_m {
    display: block;
  }
}

.banner-content {
  position: absolute;
  top: 35.4%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 40%;
}

@media (max-width: 768px) {
  .banner-content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 89.5%;
  }
}

@media (max-width: 480px) {
  .banner-content {
    width: 91.4%;
  }
}

.banner-content .logo {
  max-width: 447px;
  margin: 0 auto;
}

.banner-content .logo .img_div {
  padding-bottom: 17.52796%;
}

.banner-content-txt {
  margin-top: 24px;
}

@media (max-width: 575.98px) {
  .banner-content-txt {
    margin-top: 16px;
  }
}

.banner-content-txt .txt {
  text-align: center;
  color: #5C5C5C;
}

.banner-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 64px;
  cursor: pointer;
}

.banner-hint .hint-txt {
  position: relative;
  color: #393939;
  overflow: hidden;
}

.banner-hint .hint-txt::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #5C5C5C;
}

.banner-hint .hint-txt:hover::after {
  -webkit-animation-name: reUnderline;
  animation-name: reUnderline;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.home-news-swiper {
  position: relative;
}

.home-news-swiper-ctrl {
  position: absolute;
  top: 40%;
  width: 100%;
}

@media (max-width: 480px) {
  .home-news-swiper-ctrl {
    top: 30%;
  }
}

.home-news-swiper-ctrl .swiper-button-prev,
.home-news-swiper-ctrl .swiper-button-next {
  width: 30px;
  height: 30px;
}

.home-news-swiper-ctrl .swiper-button-prev:after,
.home-news-swiper-ctrl .swiper-button-next:after {
  content: none;
}

.home-news-swiper-ctrl .swiper-button-prev {
  left: -70.3px;
}

@media (max-width: 768px) {
  .home-news-swiper-ctrl .swiper-button-prev {
    left: -30px;
  }
}

@media (max-width: 480px) {
  .home-news-swiper-ctrl .swiper-button-prev {
    left: -22px;
  }
}

.home-news-swiper-ctrl .swiper-button-next {
  right: -70.3px;
}

@media (max-width: 768px) {
  .home-news-swiper-ctrl .swiper-button-next {
    right: -18px;
  }
}

@media (max-width: 480px) {
  .home-news-swiper-ctrl .swiper-button-next {
    right: 26px;
  }
}

.store_swiper-item {
  width: 34% !important;
  max-width: 400px;
  min-width: 200px;
}

.page-about-swiper {
  overflow: hidden;
}

.page-about-swiper-ctrl {
  position: relative;
}

.page-about-swiper-ctrl .swiper-button-prev:after {
  font-size: 20px;
}

.page-about-swiper-ctrl .swiper-button-next:after {
  font-size: 20px;
}

.page-about-swiper-ctrl .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
  width: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.page-about-swiper-ctrl .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 8px;
}

.page-about-swiper-ctrl .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #484848;
}

.page-about-swiper-ctrl .swiper-button-next,
.page-about-swiper-ctrl .swiper-button-prev {
  top: inherit;
  bottom: -40px;
  color: #8F8F8F;
  height: 24px;
}

@media (max-width: 768px) {
  .page-about-swiper-ctrl .swiper-button-next,
  .page-about-swiper-ctrl .swiper-button-prev {
    height: 18px;
  }
}

.page-about-swiper-ctrl .swiper-button-next {
  right: 20%;
}

.page-about-swiper-ctrl .swiper-button-prev {
  left: 20%;
}

.page_section-content .paginate {
  padding: 10px 0 0 0;
}

.category-field .page-artfair-swiper-ctrl .swiper-button-next,
.category-field .page-artfair-swiper-ctrl .swiper-button-prev {
  color: #8F8F8F;
}

.category-field .page-artfair-swiper-ctrl .swiper-button-next::after,
.category-field .page-artfair-swiper-ctrl .swiper-button-prev::after {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

.category-field .page-artfair-swiper-ctrl .swiper-button-next {
  right: -5%;
}

@media (max-width: 480px) {
  .category-field .page-artfair-swiper-ctrl .swiper-button-next {
    right: -8%;
    top: 46%;
  }
}

.category-field .page-artfair-swiper-ctrl .swiper-button-prev {
  left: -5%;
}

@media (max-width: 480px) {
  .category-field .page-artfair-swiper-ctrl .swiper-button-prev {
    left: -8%;
    top: 46%;
  }
}

.page_section-tab {
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DBDBDB;
}

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

@media (max-width: 768px) {
  .page_section-tab .tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page_section-tab .tab-item {
  position: relative;
  padding-bottom: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .page_section-tab .tab-item {
    padding: 10px 0;
  }
}

.page_section-tab .tab-item:not(:first-child) {
  margin: 0 20px;
}

.page_section-tab .tab-item:first-child {
  margin-right: 20px;
}

.page_section-tab .tab-item.current::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #5C5C5C;
}

.single-exhibition-artfair-swiper {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .single-exhibition-artfair-swiper {
    margin-bottom: 24px;
  }
}

.single-exhibition-artfair-swiper-inner {
  overflow: hidden;
}

.single-exhibition-artfair-swiper .single-exhibition-artfair-slide .single-img .img_div {
  padding-bottom: 56.18557%;
}

.single-exhibition-artfair-swiper .single-exhibition-artfair-swiper-ctrl .swiper-button-prev,
.single-exhibition-artfair-swiper .single-exhibition-artfair-swiper-ctrl .swiper-button-next {
  color: #5C5C5C;
  -webkit-transform: scale(0.45);
  transform: scale(0.45);
}

.single-exhibition-artfair-swiper .single-exhibition-artfair-swiper-ctrl .swiper-button-prev {
  left: -55px;
}

.single-exhibition-artfair-swiper .single-exhibition-artfair-swiper-ctrl .swiper-button-next {
  right: -55px;
}

.page_section-intro-container {
  position: relative;
}

.page_section-intro .field-intro {
  max-width: 48.97%;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .page_section-intro .field-intro {
    max-width: inherit;
  }
}

.page_section-intro .intro-txt {
  color: #1A1A1A;
  text-align: center;
}

.page_section-news .page_section-hd {
  max-width: 45.83%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .page_section-news .page_section-hd {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

.page_section-news .page_section-heading {
  text-align: center;
}

.page_section-news .page_section-brief {
  text-align: center;
}

.page_section-news .page_section-bd {
  position: relative;
  max-width: 75.5%;
  margin: 0 auto;
}

.page_section-exhibition-container .page_section-bd .card_exhibition {
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .page_section-news .page_section-bd {
    max-width: 100%;
    padding: inherit;
  }
}

.page_section-news .page_section-bd-inner {
  position: relative;
  overflow: hidden;
}

.page_section-exhibition .page_section-heading {
  text-align: center;
}

.page_section-exhibition .page_section-bd {
  padding-top: 16px;
}

@media (max-width: 767.98px) {
  .page_section-exhibition .page_section-bd {
    padding-top: inherit;
  }
}

.page_section-artfair {
  position: relative;
}

@media (max-width: 767.98px) {
  .page_section-artfair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) {
  .page_section-artfair-container {
    margin-top: 40px;
  }
}

.page_section-artfair .page_section-col {
  max-width: 45.8%;
}

@media (max-width: 767.98px) {
  .page_section-artfair .page_section-col {
    max-width: 100%;
  }
}

.page_section-artfair .page_section-bd {
  margin-top: 40px;
}

.page_section-artfair::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70.2%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .page_section-artfair::after {
    width: 100%;
  }
}

.page_section-artfair-img {
  position: absolute;
  top: 50%;
  right: 0px;
  height: 450px;
  width: 49.16%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .page_section-artfair-img {
    height: auto;
  }
}

.page_section-artfair-img .img_div {
  padding-bottom: unset;
}

.page_section-artfair-img .img_div img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 767.98px) {
  .page_section-artfair-img {
    position: relative;
    top: inherit;
    right: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 100%;
  }
}

.page_section-store {
  position: relative;
  overflow: hidden;
}

.page_section-store-inner {
  position: relative;
}

.page_section-store-inner .swiper-scrollbar.swiper-scrollbar-horizontal {
  right: 0;
  left: inherit;
  top: 16px;
  width: 82.7%;
  max-width: 1192px;
  height: 1px;
  background: #DBDBDB;
}

@media (max-width: 1023.98px) {
  .page_section-store-inner .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 75%;
  }
}

@media (max-width: 767.98px) {
  .page_section-store-inner .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 68.26%;
  }
}

.page_section-store-inner .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  height: 200%;
  top: -100%;
  background: #393939;
}

.page_section-store-container {
  overflow-y: visible;
  position: relative;
}

.page_section-store .page_section-hd {
  position: relative;
}

.page_section-contact {
  position: relative;
}

.page_section-contact::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 30%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page_section-contact-container .project_btn-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.page_section-contact-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.page_section-contact-bg .img_div {
  padding-bottom: 41.66667%;
}

.page_section-contact .page_section-inner {
  max-width: 45.8%;
}

@media (max-width: 1023.98px) {
  .page_section-contact .page_section-inner {
    max-width: 60%;
  }
}

@media (max-width: 767.98px) {
  .page_section-contact .page_section-inner {
    max-width: 100%;
  }
}

.page_section-contact .page_section-heading {
  color: #FFFFFF;
}

.page_section-contact .page_section-brief {
  color: #FFFFFF;
  margin-bottom: 40px;
}

.page_about .page_section-about-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1023.98px) {
  .page_about .page_section-about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page_about .page_section-about-container .field-intro {
  width: 40.56%;
}

@media (max-width: 1023.98px) {
  .page_about .page_section-about-container .field-intro {
    width: 100%;
    margin-bottom: 40px;
  }
}

.page_about .page_section-about-container .field-intro .page_section-content-txt {
  color: #8F8F8F;
  text-align: justify;
}

.page_about .page_section-about-container .field-images {
  position: relative;
  width: 51%;
}

@media (max-width: 1023.98px) {
  .page_about .page_section-about-container .field-images {
    width: 100%;
    margin-bottom: 56px;
  }
}

.page_news .page_section_news-container .page_section-content {
  position: relative;
  margin-top: 62px;
}

@media (max-width: 767.98px) {
  .page_news .page_section_news-container .page_section-content {
    margin-top: 24px;
  }
}

.page_news .page_section_news-container .card_news-field {
  max-width: 82.9%;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .page_news .page_section_news-container .card_news-field {
    max-width: inherit;
  }
}

.page_news .page_section_news-container .article_news-list .card_news:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .page_news .page_section_news-container .article_news-list .card_news:not(:last-child) {
    margin-bottom: 40px;
  }
}

.page_exhibition .page_section-content {
  padding-top: 56px;
}

@media (max-width: 768px) {
  .page_exhibition .page_section-content {
    padding-top: 24px;
  }
}

.page_exhibition .card_ongoing-field {
  display: none;
}

.page_exhibition .card_ongoing-field.current {
  display: block;
}

.page_exhibition .card_ongoing-field .card_exhibition:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page_exhibition .card_ongoing-field .card_exhibition:not(:last-child) {
    margin-bottom: 24px;
  }
}

.card_exhibition {
  width: 86%;
}

@media (max-width: 768px) {
  .card_exhibition {
    width: 100%;
  }
}

.page_exhibition .card_future-field {
  display: none;
}

.page_exhibition .card_future-field.current {
  display: block;
}

.page_exhibition .card_past-field {
  display: none;
}

.page_exhibition .card_past-field.current {
  display: block;
}

.page_exhibition .card_past-field .article_past-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 6.46%;
}

.page_single-exhibition-artfair .article_single-exhibition-artfair {
  max-width: 65.9%;
  margin: 0 auto;
  padding-top: 56px;
}

@media (max-width: 768px) {
  .page_single-exhibition-artfair .article_single-exhibition-artfair {
    max-width: 80%;
    padding-top: 24px;
  }
}

.page_single-exhibition-artfair .article_heading-txt {
  color: #1A1A1A;
}

.page_single-exhibition-artfair .article_brief {
  margin-top: 8px;
}

.page_single-exhibition-artfair .article_brief-txt {
  color: #5C5C5C;
}

.page_single-exhibition-artfair .article_exhibition-artfair-expire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  color: #5C5C5C;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page_single-exhibition-artfair .article_exhibition-artfair-expire .end-time {
  position: relative;
  margin-left: 7px;
  padding-left: 14px;
}

.page_single-exhibition-artfair .article_exhibition-artfair-expire .end-time::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  content: '-';
}

.page_single-exhibition-artfair .editor-field {
  display: block;
  margin-top: 32px;
}

.page_single-exhibition-artfair .editor-field-txt {
  color: #8F8F8F;
}

.page_artfair .page_section_artfair .page_section-content {
  margin-top: 62px;
}

@media (max-width: 768px) {
  .page_artfair .page_section_artfair .page_section-content {
    margin-top: 8px;
  }
}

.page_artfair .page_section_artfair .category-field {
  position: relative;
}

.page_artfair .page_section_artfair .category-field-inner {
  overflow: hidden;
}

.page_artfair .page_section_artfair .category-field:not(:last-child) {
  margin-bottom: 56px;
}

@media (max-width: 768px) {
  .page_artfair .page_section_artfair .category-field:not(:last-child) {
    margin-bottom: 40px;
  }
}

.page_artfair .page_section_artfair .category-name {
  position: relative;
  color: #1A1A1A;
  margin-bottom: 40px;
}

.page_artfair .page_section_artfair .category-name::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 91.8%;
  height: 1px;
  background-color: #DBDBDB;
}

@media (max-width: 768px) {
  .page_artfair .page_section_artfair .category-name::after {
    right: -20px;
  }
}

.page_artist .page_section-content {
  padding-top: 32px;
}

.page_artist .card_artist-field-inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 5.61%;
}

@media (max-width: 768px) {
  .page_artist .card_artist-field-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 16px;
    grid-column-gap: 27px;
  }
}

.page_contact .page_section-contact::after {
  content: none;
}

.page_contact .page_section-heading {
  color: #1A1A1A;
}

.section_field-heading {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section_field-heading {
    margin-bottom: 16px;
  }
}

.section_field-heading::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  content: '\2022';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section_field-heading-txt {
  padding-left: 30px;
}

.page_contact .page_section-content .section_field-cnt .info-item:not(:last-child) {
  margin-bottom: 24px;
}

.page_contact .page_section-content .section_field-cnt .info-item-txt {
  color: #5C5C5C;
	font-family: "Cormorant", serif;
}

.page_section-content .page_section-content-txt {
  font-family: "Cormorant", serif;
}

.page_contact .page_section .field-information {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 38px 0 57px 0;
  border-bottom: 1px solid #DBDBDB;
}

@media (max-width: 768px) {
  .page_contact .page_section .field-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0 0 0;
  }
}

@media (max-width: 480px) {
  .page_contact .page_section .field-information .field-information-info .section_field-heading h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .page_contact .page_section .field-information .field-information-info .section_field-cnt ul li {
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .page_contact .page_section .field-information .field-information-info .section_field-cnt ul li p {
    font-size: 14px;
    line-height: 22px;
  }
}

.page_contact .page_section .field-information-info {
  width: 28.9%;
}

@media (max-width: 768px) {
  .page_contact .page_section .field-information-info {
    width: 100%;
  }
}

.page_contact .page_section .field-information-info .section_field-cnt {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page_contact .page_section .field-information-info .section_field-cnt {
    margin-top: 24px;
  }
}

.page_contact .page_section .field-information-map {
  width: 66.2%;
}

@media (max-width: 768px) {
  .page_contact .page_section .field-information-map {
    width: 100%;
    margin: 8px 0 40px 0;
  }
}

.page_contact .page_section .field-information-map iframe {
  width: 100%;
  height: 338px;
}

@media (max-width: 768px) {
  .page_contact .page_section .field-information-map iframe {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .page_contact .page_section .field-information-map iframe {
    height: 184px;
  }
}

.page_contact .page_section .field-form {
  padding: 56px 0 0 0;
}

@media (max-width: 768px) {
  .page_contact .page_section .field-form {
    padding: 40px 0 0 0;
    border-top: 1px solid #DBDBDB;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.admin-bar .web_header {
  top: 32px;
}

.otgs-development-site-front-end {
  display: none;
}
.page_section-store .swiper-horizontal > .swiper-scrollbar {
  top: 20px;
  left: 120px;
  bottom: unset;
}

.editor-field p {
  font-family: "Cormorant", serif;
}

.wpcf7-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpcf7-form > p input {
  width: 160px;
  height: 48px;
  background: #393939;
  border-radius: 2px;
  border: 0;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .wpcf7-form > p input {
    width: 100%;
  }
}

.wpcf7-form > p input:hover {
  background-color: #1A1A1A;
}

.project_frm-col span {
  width: 100%;
  margin-bottom: 24px;
}

.project_frm-col span input {
  height: 54px;
  border: 1px solid #DBDBDB;
	padding-left:24px;
}

.project_frm-col span input::-webkit-input-placeholder {
/*   padding-left: 24px; */
	font-family: "Cormorant", serif;
}

.project_frm-col span input:-ms-input-placeholder {
/*   padding-left: 24px; */
	font-family: "Cormorant", serif;
}

.project_frm-col span input::-ms-input-placeholder {
/*   padding-left: 24px; */
	font-family: "Cormorant", serif;
}

.project_frm-col span input::placeholder {
/*   padding-left: 24px; */
	font-family: "Cormorant", serif;
}

.project_frm-col span textarea {
  height: 130px;
  border: 1px solid #DBDBDB;
	padding-left:24px;
	padding-top:12px;
}

::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8F8F8F;
  padding-left: 24px;
}

:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8F8F8F;
  padding-left: 24px;
}

::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8F8F8F;
  padding-left: 24px;
}

::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8F8F8F;
  padding-left: 24px;
}

main {
  padding-top: 170px;
}

@media (max-width: 768px) {
  main {
    padding-top: 110px;
  }
}

.card_news {
  list-style: none;
}

text-block p,
text-block span {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

@media (max-width: 768px) {
  text-block p,
  text-block span {
    font-size: 14px;
    line-height: 18px;
  }
}

html,
body {
  height: 100%;
  margin: 0;
}

.copyright .copyright-txt,
.design .design-txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 400;
}

.paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 50px 0;
}

.paginate .paginatePage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginate .paginatePage a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 0.8rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.paginate .paginatePage .page-numbers {
  position: relative;
  font-family: "Arial", sans-serif;
  padding: 0;
}

.paginate .paginatePage .page-numbers::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #1A1A1A;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.paginate .paginatePage .page-numbers:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.paginate .paginatePage .page-numbers svg {
  z-index: -1;
}

.paginate .paginatePage .current {
  color: #1A1A1A;
}

.paginate .paginatePage .current::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.paginate .paginatePage span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 0.8rem;
}

.jsPrev {
  position: relative;
}

.down_line {
  position: relative;
}

.down_line::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background-color: #1A1A1A;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.down_line:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a:hover .down_line::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.card-img-effect {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-img-effect .more {
  color: #fff;
  padding-right: 8px;
}

.card-img-effect .icon {
  width: 16px;
  height: 16px;
}

.card-img-effect .icon path {
  fill: #fff;
}

.woocommerce-Tabs-panel--test_tab {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .woocommerce-Tabs-panel--test_tab {
    display: block;
  }
}

.woocommerce-Tabs-panel--test_tab .productForm_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  padding: 64px 76px;
  gap: 56px;
  position: relative;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .woocommerce-Tabs-panel--test_tab .productForm_all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 40px 24px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.woocommerce-Tabs-panel--test_tab .productForm_all .closeButton {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}

.woocommerce-Tabs-panel--test_tab .productForm_all .productForm {
  width: 40%;
}

@media (max-width: 768px) {
  .woocommerce-Tabs-panel--test_tab .productForm_all .productForm {
    width: 100%;
  }
}

.woocommerce-Tabs-panel--test_tab .productForm_all .productForm h3 {
  padding-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #1A1A1A;
}

@media (max-width: 768px) {
  .woocommerce-Tabs-panel--test_tab .productForm_all .productForm h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
}

.woocommerce-Tabs-panel--test_tab .productForm_all .wpcf7 {
  width: 60%;
}

@media (max-width: 768px) {
  .woocommerce-Tabs-panel--test_tab .productForm_all .wpcf7 {
    width: 100%;
  }
}

.woocommerce-Tabs-panel--test_tab .productForm_all .wpcf7 .project_frm-col .project_frm-label {
  width: 20%;
}

@media (max-width: 480px) {
  .woocommerce-Tabs-panel--test_tab .productForm_all .wpcf7 .project_frm-col .project_frm-label {
    width: 100%;
    margin: 0;
  }
}

.woocommerce-Tabs-panel--test_tab .productForm_all .wpcf7 .project_frm-col span span {
  margin-bottom: 0;
}

.woocommerce-Tabs-panel--test_tab .productForm_all .wpcf7 .wpcf7-response-output {
  margin: 0;
}

.woocommerce-Tabs-panel--test_tab .productForm_all .wpcf7 p input {
  width: 80%;
}

.single_add_to_cart_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 189px;
  height: 48px;
  background: #393939;
  border: 1px solid #393939;
  border-radius: 2px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single_add_to_cart_button:hover {
  background-color: #1A1A1A;
}

#place_order,
.choose_cvs .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 189px;
  height: 48px;
  background: #393939;
  border: 1px solid #393939;
  border-radius: 2px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#place_order:hover,
.choose_cvs .button:hover {
  background-color: #1A1A1A;
}

.choose_cvs .button {
  width: auto;
}

#tab-test_tab.scale_big,
#tab-test_tab_2.scale_big {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radioCheck {
  position: relative;
}

.radioCheck:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -2px;
  left: -2px;
  background: #FFFFFF;
  border: 1px solid #8F8F8F;
  border-radius: 50%;
  z-index: -1;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label .radioCheck {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background-color: #FFFFFF;
  cursor: pointer;
  border-radius: 50%;
}

input[type="radio"]:checked + label .radioCheck {
  background-color: #8F8F8F;
}

label.woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type=checkbox] {
  display: none;
}

input[type="checkbox"] + .checkboxCheck {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
}

input[type="checkbox"]:checked + .checkboxCheck {
  background-color: #484848;
  position: relative;
}

input[type="checkbox"]:checked + .checkboxCheck::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 1px;
  top: 4px;
  left: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #FFFFFF;
}

input[type="checkbox"]:checked + .checkboxCheck::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 1px;
  top: 3px;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #FFFFFF;
}

form.login,
form.checkout_coupon,
form.register {
  border: 1px solid #DBDBDB;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
}

@media (max-width: 768px) {
  form.login,
  form.checkout_coupon,
  form.register {
    border: 0;
    padding: 0;
  }
}

.page-numbers {
  position: relative;
  font-family: "Arial", sans-serif;
  padding: 0;
}

.passwordInput {
  position: relative;
}

.passwordInput .passwordIcon {
  position: absolute;
  right: 20px;
  top: 14px;
}

.passwordInput .passwordIcon .hidden-password {
  cursor: pointer;
}

.passwordInput .passwordIcon .hidden-password.d-none {
  display: none;
}

.passwordInput .passwordIcon .show-password {
  cursor: pointer;
}

.passwordInput .passwordIcon .show-password.d-none {
  display: none;
}

.passwordInput,
#account_password_field .woocommerce-input-wrapper {
  position: relative;
}

.passwordInput .reg_passwordIcon,
#account_password_field .woocommerce-input-wrapper .reg_passwordIcon {
  position: absolute;
  right: 20px;
  top: 14px;
}

.passwordInput .reg_passwordIcon .reg_hidden-password.d-none,
#account_password_field .woocommerce-input-wrapper .reg_passwordIcon .reg_hidden-password.d-none {
  display: none;
}

.passwordInput .reg_passwordIcon .reg_show-password.d-none,
#account_password_field .woocommerce-input-wrapper .reg_passwordIcon .reg_show-password.d-none {
  display: none;
}

.login_passwordIcon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.login_passwordIcon .hidden-password {
  display: none;
}

.login_passwordIcon .hidden-password.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login_passwordIcon .show-password {
  display: none;
}

.login_passwordIcon .show-password.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.myBag {
  display: none;
}

@media (max-width: 1300px) {
  .myBag {
    display: block;
  }
}

#trigger_cf_2 {
  margin-top: 24px;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

@media (max-width: 1300px) {
  #trigger_cf_2 {
    width: 100%;
  }
}

.check404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 280px);
}

.check404 h1 {
  font-size: 200px;
  color: #000000;
}

@media (max-width: 768px) {
  .check404 h1 {
    font-size: 150px;
  }
}

.storeMove {
  position: absolute;
  bottom: 200px;
  right: 100px;
  pointer-events: none;
  z-index: 10;
  -webkit-animation: moveScle 3s ease-in-out 0s forwards infinite normal;
          animation: moveScle 3s ease-in-out 0s forwards infinite normal;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

@media (max-width: 768px) {
  .storeMove {
    right: 30px;
  }
}

@-webkit-keyframes moveScle {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

@keyframes moveScle {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

.article_single-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 65px 0 57px 0;
}

@media (max-width: 768px) {
  .article_single-news {
    padding: 24px 0 0 0;
  }
}

.article_single-news .article_content {
  width: 65.98%;
}

.article_single-news .article_content img {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .article_single-news .article_content {
    width: 100%;
  }
}

.article_single-news .article_content p {
  word-break: break-all;
  font-family: "Cormorant", serif;
}

.article_single-news .article_content .date {
  padding-bottom: 8px;
  color: #8F8F8F;
}

.exhibitionList {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.exhibitionList .card_exhibition {
  width: 47.5%;
}

@media (max-width: 480px) {
  .exhibitionList .card_exhibition {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .exhibitionList .card_exhibition a {
    padding: 0;
  }
}

.commingSoon {
  margin: 0 auto;
}

.artist_all {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 56px;
  padding-bottom: 57px;
}

@media (max-width: 768px) {
  .artist_all {
    padding: 24px 0 0 0;
  }
}

.artist_all .artist_left {
  width: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .artist_all .artist_left {
    display: none;
  }
}

.artist_all .artist_left ul {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.artist_all .artist_left ul li {
  padding-bottom: 24px;
  list-style: none;
}

.artist_all .artist_right {
  width: 83%;
}

@media (max-width: 768px) {
  .artist_all .artist_right {
    width: 100%;
  }
}

.artist_all .artist_right ul {
  padding: 0;
}

.artist_all .artist_right ul li {
  margin-top: -100px;
  padding-top: 100px;
  list-style: none;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul li {
    margin-top: 0;
    padding-top: 0;
  }
}

.artist_all .artist_right ul li a {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.artist_all .artist_right ul li a p {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.artist_all .artist_right ul li .artist_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul li .artist_title {
    margin-bottom: 24px;
  }
}

.artist_all .artist_right ul li .artist_title h3 {
  margin-right: 24px;
}

.artist_all .artist_right ul li .artist_title div {
  width: 100%;
  height: 0.5px;
  border-bottom: 1px solid #DBDBDB;
  background-color: #DBDBDB;
}

.artist_all .artist_right ul .artist_biography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 104px;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_biography {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.artist_all .artist_right ul .artist_biography .biography_left {
  width: 38.53%;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_biography .biography_left {
    width: 100%;
  }
}

.artist_all .artist_right ul .artist_biography .biography_right {
  width: 61.47%;
  padding-left: 63px;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_biography .biography_right {
    width: 100%;
    padding-left: 0;
    padding-top: 16px;
  }
}

.artist_all .artist_right ul .artist_biography .biography_right h2 {
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_biography .biography_right h2 {
    padding-bottom: 16px;
  }
}

.artist_all .artist_right ul .artist_works {
  width: 100%;
  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: 88px;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_works {
    margin-bottom: 40px;
  }
}

.artist_all .artist_right ul .artist_works ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.6%;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_works ul {
    display: -ms-grid;
    display: grid;
        grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 27px;
    grid-column-gap: 16px;
  }
}

@media (max-width: 480px) {
  .artist_all .artist_right ul .artist_works ul {
        grid-template-columns: repeat(1, 1fr);
  }
}

.artist_all .artist_right ul .artist_works ul li {
  width: 17.92%;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_works ul li {
    width: 100%;
  }
}

.artist_all .artist_right ul .artist_works ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: start;
}

.artist_all .artist_right ul .artist_works ul li a img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.artist_all .artist_right ul .artist_works ul li a p {
  padding-top: 16px;
  margin-top: auto;
  text-align: start;
}

.artist_all .artist_right ul .artist_works ul li a:hover p::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.artist_all .artist_right ul .artist_exhibitions {
  width: 100%;
  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: 88px;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_exhibitions {
    margin-bottom: 40px;
  }
}

.artist_all .artist_right ul .artist_exhibitions ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.95%;
}

.artist_all .artist_right ul .artist_exhibitions ul:last-child {
  padding-top: 24px;
}

@media (max-width: 480px) {
  .artist_all .artist_right ul .artist_exhibitions ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.artist_all .artist_right ul .artist_exhibitions ul li {
  width: 30.7%;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_exhibitions ul li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .artist_all .artist_right ul .artist_exhibitions ul li {
    width: 100%;
  }
  .artist_all .artist_right ul .artist_exhibitions ul li:not(:last-child) {
    padding-bottom: 24px;
  }
}

.artist_all .artist_right ul .artist_exhibitions ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  text-align: start;
}

.artist_all .artist_right ul .artist_exhibitions ul li a img {
  width: 100%;
  height: auto;
}

.artist_all .artist_right ul .artist_exhibitions ul li a p {
  padding-top: 16px;
  text-align: start;
}

.artist_all .artist_right ul .artist_exhibitions ul li:hover p::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.artist_all .artist_right ul .artist_news {
  width: 100%;
  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: 88px;
}

.artist_all .artist_right ul .artist_news ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5%;
}

.artist_all .artist_right ul .artist_news ul li {
  width: 47.5%;
}

.artist_all .artist_right ul .artist_news ul li a {
  width: 100%;
  display: inline-block;
  padding-top: 56.5%;
  position: relative;
}

.artist_all .artist_right ul .artist_news ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.artist_all .artist_right ul .artist_news ul li a p {
  padding-top: 16px;
}

.artist_all .artist_right ul .artist_news ul li:hover p::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.artist_all .artist_right ul .artist_cv img {
  width: 49.5%;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .artist_all .artist_right ul .artist_cv img {
    width: 100%;
  }
}

.artist_all .artist_right ul .artist_cv p {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.artist_all .artist_right ul .artist_cv ul {
  padding-left: 20px;
}

.artist_all .artist_right ul .artist_cv ul li {
  list-style: disc;
  color: #5C5C5C;
  padding-bottom: 16px;
}

.artist_all .artist_right ul .artist_cv ul li::marker {
  font-size: 0.5em;
}

.content-area .site-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}

.content-area .site-main .woocommerce-products-header {
  display: none;
}

.content-area .site-main .woocommerce-breadcrumb {
  display: none;
}

.content-area .site-main .woocommerce-notices-wrapper {
  display: none;
}

.content-area .site-main .woocommerce-result-count {
  display: none;
}

.content-area .site-main .products {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 89.5%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2%;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1300px) {
  .content-area .site-main .products {
    width: 89.5%;
  }
}

.content-area .site-main .products li {
  width: 23.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .content-area .site-main .products li {
    width: 49%;
  }
}

@media (max-width: 480px) {
  .content-area .site-main .products li {
    width: 100%;
  }
}

.content-area .site-main .products li a .wooCard {
  position: relative;
  aspect-ratio: 1/1;
}

@media (max-width: 768px) {
  .content-area .site-main .products li a .wooCard {
    padding: 0;
  }
}

.content-area .site-main .products li a .wooCard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}

.content-area .site-main .products li a:hover .card-img-effect {
  opacity: 1;
}

.content-area .site-main .products li a h2 {
  display: inline-block;
  padding: 24px 0 8px 0;
}

.content-area .site-main .products li a p {
  color: #5C5C5C;
}

.content-area .site-main .products li a p span {
  color: #5C5C5C;
}

.achiveShopAll {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  margin-top: 170px;
}

@media (max-width: 768px) {
  .achiveShopAll {
    margin-top: 110px;
  }
}

.achiveShopAll .shopTitle {
  width: 89.5%;
}

.achiveShopAll .shopTab {
  width: 89.5%;
  margin-bottom: 59px;
}

@media (max-width: 768px) {
  .achiveShopAll .shopTab {
    margin-bottom: 24px;
  }
}

.woocommerce-pagination {
  width: 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;
  margin-top: 96px;
}

@media (max-width: 768px) {
  .woocommerce-pagination {
    margin: 50px 0;
  }
}

.woocommerce-pagination .page-numbers {
  width: 89.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .woocommerce-pagination .page-numbers {
    margin: 0;
    padding: 0;
  }
}

.woocommerce-pagination .page-numbers li {
  list-style-type: none;
}

.woocommerce-pagination .page-numbers li a {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Arial", sans-serif;
}

.woocommerce-pagination .page-numbers li span {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Arial", sans-serif;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  padding: 0 13.25px;
}

.woocommerce-pagination .page-numbers li .next {
  padding-left: 25.14px;
}

.woocommerce-pagination .page-numbers li .prev {
  padding-right: 25.14px;
}

.wooSingleProduct {
  margin-top: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 104px 0;
}

@media (max-width: 768px) {
  .wooSingleProduct {
    margin-top: 110px;
    padding: 0 0 40px 0;
  }
}

.wooSingleProduct .content-area {
  width: 89.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .wooSingleProduct .content-area {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.wooSingleProduct .content-area .site-main {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wooSingleProduct .content-area .site-main .woocommerce-breadcrumb {
  display: block;
  font-family: "Cormorant", serif;
  padding-bottom: 56px;
}

.wooSingleProduct .content-area .site-main .woocommerce-breadcrumb a {
  font-family: "Cormorant", serif;
  font-size: 16px;
}

.wooSingleProduct .woocommerce-notices-wrapper {
  display: none;
}

.wooSingleProduct .product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

@media (max-width: 768px) {
  .wooSingleProduct .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wooSingleProduct .product .onsale {
  position: absolute;
  top: 6px;
  left: 11%;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wooSingleProduct .product .woocommerce-product-gallery {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  .wooSingleProduct .product .woocommerce-product-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.wooSingleProduct .product .woocommerce-product-gallery .shopSwiper2 {
  width: 100%;
  height: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .wooSingleProduct .product .woocommerce-product-gallery .shopSwiper2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.wooSingleProduct .product .woocommerce-product-gallery .shopSwiper2 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.wooSingleProduct .product .woocommerce-product-gallery .shopSwiper2 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.wooSingleProduct .product .woocommerce-product-gallery .shopSwiper {
  width: 20%;
  height: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 400px;
}

@media (max-width: 768px) {
  .wooSingleProduct .product .woocommerce-product-gallery .shopSwiper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: auto;
  }
}

.wooSingleProduct .product .woocommerce-product-gallery .shopSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

@media (max-width: 768px) {
  .wooSingleProduct .product .woocommerce-product-gallery .shopSwiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 1/1;
  }
}

@media (max-width: 480px) {
  .wooSingleProduct .product .woocommerce-product-gallery .shopSwiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 1/1;
  }
}

.wooSingleProduct .product .woocommerce-product-gallery .shopSwiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wooSingleProduct .product .entry-summary {
  width: 50%;
  padding-left: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	font-family: "Cormorant", serif;
}

@media (max-width: 768px) {
  .wooSingleProduct .product .entry-summary {
    padding-left: 0;
    width: 100%;
    padding-top: 24px;
  }
}

.wooSingleProduct .product .entry-summary .entry-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  color: #1A1A1A;
  text-align: start;
  padding-bottom: 24px;
}

@media (max-width: 480px) {
  .wooSingleProduct .product .entry-summary .entry-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.wooSingleProduct .product .entry-summary .price {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  color: #484848;
  text-align: start;
  padding: 16px 0 24px 0;
}

.wooSingleProduct .product .entry-summary .price span,
.wooSingleProduct .product .entry-summary .price bdi {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  color: #484848;
  text-align: start;
  padding: 16px 0 24px 0;
}

@media (max-width: 480px) {
  .wooSingleProduct .product .entry-summary .price span,
  .wooSingleProduct .product .entry-summary .price bdi {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .wooSingleProduct .product .entry-summary .price {
    padding: 8px 0 24px 0;
  }
}

@media (max-width: 480px) {
  .wooSingleProduct .product .entry-summary .price {
    font-size: 20px;
    line-height: 24px;
  }
}

.wooSingleProduct .product .entry-summary .price ins {
  text-decoration: none;
  margin-left: 16px;
}

.wooSingleProduct .product .entry-summary .woocommerce-product-details__short-description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.wooSingleProduct .product .entry-summary .woocommerce-product-details__short-description p span {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 1px;
  color: #8F8F8F;
}

.wooSingleProduct .product .entry-summary .cart {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1300px) {
  .wooSingleProduct .product .entry-summary .cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wooSingleProduct .product .entry-summary .cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
	height:48px;
	width: calc(100% - 96px);
}

.wooSingleProduct .product .entry-summary .cart .quantity input {
  width: 180px;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-top: 0.5px solid #7a7a7a;
  border-bottom: 0.5px solid #7a7a7a;
}

@media (max-width: 1300px) {
  .wooSingleProduct .product .entry-summary .cart .quantity input {
    width: calc(100% - 96px);
    height: 48px;
  }
}

.wooSingleProduct .product .entry-summary .cart .quantity .productReduce {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #7a7a7a;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .wooSingleProduct .product .entry-summary .cart .quantity .productReduce {
    width: 48px;
    height: 48px;
  }
}

.wooSingleProduct .product .entry-summary .cart .quantity .productAdd {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #7a7a7a;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .wooSingleProduct .product .entry-summary .cart .quantity .productAdd {
    width: 48px;
    height: 48px;
  }
}

.wooSingleProduct .product .entry-summary .cart button {
  width: 148px;
  height: 48px;
  background: #393939;
  border: 1px solid #393939;
  border-radius: 2px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

@media (max-width: 1300px) {
  .wooSingleProduct .product .entry-summary .cart button {
    width: 100%;
    margin-top: 24px;
  }
}

.wooSingleProduct .product .entry-summary .product_meta {
  display: none;
}

.wooSingleProduct .product .entry-summary .wc-tabs-wrapper {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.wooSingleProduct .product .entry-summary .wc-tabs-wrapper ul {
  display: none;
}

.wooSingleProduct .product .entry-summary .wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding: 24px 0 40px 0;
}

.wooSingleProduct .product .entry-summary .wc-tabs-wrapper .woocommerce-Tabs-panel p span {
	font-family: "Cormorant", serif;	
}


@media (max-width: 768px) {
  .wooSingleProduct .product .entry-summary .wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 24px 0;
  }
}

.wooSingleProduct .product .entry-summary .wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  display: none;
}

.wooSingleProduct .product .entry-summary .wc-tabs-wrapper .woocommerce-Tabs-panel table {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.wooSingleProduct .product .entry-summary .wc-tabs-wrapper .woocommerce-Tabs-panel table p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.shopSwiper2 {
  height: 80%;
  width: 100%;
}

.shopSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.shopSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.wooSingleProduct .entry-summary .variations_form.cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wooSingleProduct .entry-summary .variations_form.cart .variations {
  margin-bottom: 20px;
}

.wooSingleProduct .entry-summary .variations_form.cart .variations label{
	padding-right:8px;
	margin-bottom:0;
}

.wooSingleProduct .entry-summary .variations_form.cart .variations tbody td select {
  width: 180px;
  height: 40px;
  text-align: center;
  border: 0.5px solid #7a7a7a;
}

.wooSingleProduct .entry-summary .variations_form.cart .variations tbody td .reset_variations {
  padding-left: 10px;
}

.wooSingleProduct .entry-summary .variations_form.cart .single_variation_wrap {
  width: 100%;
}

.wooSingleProduct .entry-summary .variations_form.cart .single_variation_wrap .single_variation {
  margin-bottom: 20px;
}

.wooSingleProduct .entry-summary .variations_form.cart .single_variation_wrap .variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-between;
  width: 100%;
}

@media (max-width: 1300px) {
  .wooSingleProduct .entry-summary .variations_form.cart .single_variation_wrap .variations_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive.woocommerce {
  display: block;
  padding: 0;
}

@media (max-width: 768px) {
  .archive.woocommerce {
    margin-top: 110px;
  }
}

@media (max-width: 768px) {
  .single-product.woocommerce {
    display: block;
    padding: 0;
    margin-top: 110px;
  }
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  margin-top: 161px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 104px;
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce {
    margin-top: 110px;
    padding-bottom: 40px;
    padding: 0 24px;
  }
}

.woocommerce-cart .woocommerce h4,
.woocommerce-checkout .woocommerce h4,
.woocommerce-account .woocommerce h4 {
  padding-bottom: 20px;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
  padding-bottom: 20px;
}

.woocommerce-cart .woocommerce .woocommerce-ResetPassword,
.woocommerce-checkout .woocommerce .woocommerce-ResetPassword,
.woocommerce-account .woocommerce .woocommerce-ResetPassword {
  width: 89.5%;
}

.woocommerce-cart .woocommerce .lost_reset_password,
.woocommerce-checkout .woocommerce .lost_reset_password,
.woocommerce-account .woocommerce .lost_reset_password {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce .lost_reset_password,
  .woocommerce-checkout .woocommerce .lost_reset_password,
  .woocommerce-account .woocommerce .lost_reset_password {
    padding: 40px 24px;
    border: 1px solid #DBDBDB;
  }
}

.woocommerce-cart .woocommerce .lost_reset_password p,
.woocommerce-checkout .woocommerce .lost_reset_password p,
.woocommerce-account .woocommerce .lost_reset_password p {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 1px;
  color: #8F8F8F;
}

@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .lost_reset_password p,
  .woocommerce-checkout .woocommerce .lost_reset_password p,
  .woocommerce-account .woocommerce .lost_reset_password p {
    font-size: 14px;
    line-height: 18px;
  }
}

.woocommerce-cart .woocommerce .lost_reset_password p:nth-child(2),
.woocommerce-checkout .woocommerce .lost_reset_password p:nth-child(2),
.woocommerce-account .woocommerce .lost_reset_password p:nth-child(2) {
  padding-bottom: 40px;
}

.woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row,
.woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row,
.woocommerce-account .woocommerce .lost_reset_password .woocommerce-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;
  width: 357px;
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row,
  .woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row,
  .woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row {
    width: 100%;
  }
}

.woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row label,
.woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row label,
.woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row label {
  text-align: start;
  width: 100%;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #5C5C5C;
}

.woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row input,
.woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row input,
.woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row input {
  width: 100%;
  height: 54px;
  border: 1px solid #DBDBDB;
}

.woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row input::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row input::-webkit-input-placeholder,
.woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row input::-webkit-input-placeholder {
  padding-left: 20px;
}

.woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row input:-ms-input-placeholder,
.woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row input:-ms-input-placeholder,
.woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row input:-ms-input-placeholder {
  padding-left: 20px;
}

.woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row input::-ms-input-placeholder,
.woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row input::-ms-input-placeholder,
.woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row input::-ms-input-placeholder {
  padding-left: 20px;
}

.woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row input::placeholder,
.woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row input::placeholder,
.woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row input::placeholder {
  padding-left: 20px;
}

.woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row button,
.woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row button,
.woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row button {
  margin-top: 40px;
  width: 357px;
  height: 48px;
  background: #393939;
  border-radius: 2px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #FFFFFF;
  border: 0;
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce .lost_reset_password .woocommerce-form-row button,
  .woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row button,
  .woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row button {
    width: 100%;
  }
}

.col2-set {
  width: 470px;
  border: 1px solid #DBDBDB;
}

@media (max-width: 480px) {
  .col2-set {
    width: 100%;
  }
}

.col2-set .accountButton {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col2-set .accountButton .accountButton_all {
  width: 50%;
  cursor: pointer;
  padding: 20px 0;
  border: 0;
  background-color: #FFFFFF;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #1A1A1A;
}

.col2-set .accountButton .accountButton_left.current {
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  background-color: #F5F5F5;
}

.col2-set .accountButton .accountButton_right.current {
  border-left: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  background-color: #F5F5F5;
}

.col2-set .u-column1,
.col2-set .u-column2,
.col2-set .woocommerce-column--billing-address,
.col2-set .woocommerce-column--shipping-address {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  min-width: 100%;
}

@media (max-width: 1300px) {
  .col2-set .u-column1:first-child,
  .col2-set .u-column2:first-child,
  .col2-set .woocommerce-column--billing-address:first-child,
  .col2-set .woocommerce-column--shipping-address:first-child {
    margin-bottom: 24px;
  }
}

.col2-set .u-column1 h2,
.col2-set .u-column2 h2,
.col2-set .woocommerce-column--billing-address h2,
.col2-set .woocommerce-column--shipping-address h2 {
  display: none;
}

.col2-set .u-column1 p,
.col2-set .u-column2 p,
.col2-set .woocommerce-column--billing-address p,
.col2-set .woocommerce-column--shipping-address p {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #5C5C5C;
}

.col2-set .u-column1 form,
.col2-set .u-column2 form,
.col2-set .woocommerce-column--billing-address form,
.col2-set .woocommerce-column--shipping-address form {
  width: 100%;
}

.col2-set .u-column1 form .woocommerce-form-row,
.col2-set .u-column2 form .woocommerce-form-row,
.col2-set .woocommerce-column--billing-address form .woocommerce-form-row,
.col2-set .woocommerce-column--shipping-address form .woocommerce-form-row {
  padding-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col2-set .u-column1 form .woocommerce-form-row input,
.col2-set .u-column2 form .woocommerce-form-row input,
.col2-set .woocommerce-column--billing-address form .woocommerce-form-row input,
.col2-set .woocommerce-column--shipping-address form .woocommerce-form-row input {
  width: 100%;
  border: 1px solid #DBDBDB;
  height: 54px;
  padding: 0 20px;
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

.col2-set .u-column1 form .formLoseAll,
.col2-set .u-column2 form .formLoseAll,
.col2-set .woocommerce-column--billing-address form .formLoseAll,
.col2-set .woocommerce-column--shipping-address form .formLoseAll {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

@media (max-width: 480px) {
  .col2-set .u-column1 form .formLoseAll,
  .col2-set .u-column2 form .formLoseAll,
  .col2-set .woocommerce-column--billing-address form .formLoseAll,
  .col2-set .woocommerce-column--shipping-address form .formLoseAll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  .col2-set .u-column1 form .formLoseAll .form-row,
  .col2-set .u-column2 form .formLoseAll .form-row,
  .col2-set .woocommerce-column--billing-address form .formLoseAll .form-row,
  .col2-set .woocommerce-column--shipping-address form .formLoseAll .form-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.col2-set .u-column1 form .formLoseAll .form-row label,
.col2-set .u-column2 form .formLoseAll .form-row label,
.col2-set .woocommerce-column--billing-address form .formLoseAll .form-row label,
.col2-set .woocommerce-column--shipping-address form .formLoseAll .form-row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 3px;
  cursor: pointer;
  margin: 0;
}

.col2-set .u-column1 form .formLoseAll .form-row label input[type=checkbox],
.col2-set .u-column2 form .formLoseAll .form-row label input[type=checkbox],
.col2-set .woocommerce-column--billing-address form .formLoseAll .form-row label input[type=checkbox],
.col2-set .woocommerce-column--shipping-address form .formLoseAll .form-row label input[type=checkbox] {
  display: none;
}

.col2-set .u-column1 form .formLoseAll .form-row label input[type=checkbox] + span,
.col2-set .u-column2 form .formLoseAll .form-row label input[type=checkbox] + span,
.col2-set .woocommerce-column--billing-address form .formLoseAll .form-row label input[type=checkbox] + span,
.col2-set .woocommerce-column--shipping-address form .formLoseAll .form-row label input[type=checkbox] + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #F5F5F5;
  border: 2px solid #DBDBDB;
  border-radius: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止文字被滑鼠選取反白 */
}

.col2-set .u-column1 form .formLoseAll .form-row label input[type=checkbox]:checked + span,
.col2-set .u-column2 form .formLoseAll .form-row label input[type=checkbox]:checked + span,
.col2-set .woocommerce-column--billing-address form .formLoseAll .form-row label input[type=checkbox]:checked + span,
.col2-set .woocommerce-column--shipping-address form .formLoseAll .form-row label input[type=checkbox]:checked + span {
  color: yellow;
  background-color: #444;
}

.col2-set .u-column1 form .formLoseAll .form-row label span,
.col2-set .u-column2 form .formLoseAll .form-row label span,
.col2-set .woocommerce-column--billing-address form .formLoseAll .form-row label span,
.col2-set .woocommerce-column--shipping-address form .formLoseAll .form-row label span {
  margin-right: 10px;
}

.col2-set .u-column1 form .formLoseAll .woocommerce-LostPassword a,
.col2-set .u-column2 form .formLoseAll .woocommerce-LostPassword a,
.col2-set .woocommerce-column--billing-address form .formLoseAll .woocommerce-LostPassword a,
.col2-set .woocommerce-column--shipping-address form .formLoseAll .woocommerce-LostPassword a {
  padding: 0;
}

.col2-set .u-column1 form .otherSocialLogin,
.col2-set .u-column2 form .otherSocialLogin,
.col2-set .woocommerce-column--billing-address form .otherSocialLogin,
.col2-set .woocommerce-column--shipping-address form .otherSocialLogin {
  padding: 40px 0 20px 0;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.col2-set .u-column1 address,
.col2-set .u-column2 address,
.col2-set .woocommerce-column--billing-address address,
.col2-set .woocommerce-column--shipping-address address {
  padding-top: 16px;
}

@media (max-width: 768px) {
  .col2-set .u-column1 address,
  .col2-set .u-column2 address,
  .col2-set .woocommerce-column--billing-address address,
  .col2-set .woocommerce-column--shipping-address address {
    padding-top: 0;
  }
}

.col2-set .u-column1 address div,
.col2-set .u-column2 address div,
.col2-set .woocommerce-column--billing-address address div,
.col2-set .woocommerce-column--shipping-address address div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  font-family: sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.col2-set .u-column1 address div p,
.col2-set .u-column2 address div p,
.col2-set .woocommerce-column--billing-address address div p,
.col2-set .woocommerce-column--shipping-address address div p {
  width: 49.5%;
  font-family: sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.col2-set .u-column1.d-none {
  display: none;
}

.col2-set .u-column2 .woocommerce-privacy-policy-text {
  display: none;
}

.col2-set .u-column2.d-none {
  display: none;
}

.woocommerce-customer-details {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .woocommerce-customer-details {
    margin-top: 24px;
  }
}

@media (max-width: 1300px) {
  .woocommerce-customer-details .woocommerce-columns--addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce-columns--addresses {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  gap: 2%;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .woocommerce-columns--addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce-columns--addresses .col-1,
.woocommerce-columns--addresses .col-2 {
  width: 49%;
  min-width: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: unset;
  padding: 24px;
  border: 1px solid #DBDBDB;
}

@media (max-width: 1300px) {
  .woocommerce-columns--addresses .col-1,
  .woocommerce-columns--addresses .col-2 {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .woocommerce-columns--addresses .col-1:first-child,
  .woocommerce-columns--addresses .col-2:first-child {
    margin-bottom: 24px;
  }
}

.woocommerce-columns--addresses .col-1 h3,
.woocommerce-columns--addresses .col-2 h3 {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 16px;
}

.u-column1 .woocommerce-button,
.u-column2 .woocommerce-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 80px);
  margin: 40px;
  height: 48px;
  background: #393939;
  border-radius: 2px;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  cursor: pointer;
}

.u-column1 .woocommerce-button:hover,
.u-column2 .woocommerce-button:hover {
  background: #1A1A1A;
}

.u-column1 .woocommerce-form-register__submit,
.u-column2 .woocommerce-form-register__submit {
  cursor: default;
}

.u-column1 .woocommerce-form-register__submit.checkd,
.u-column2 .woocommerce-form-register__submit.checkd {
  cursor: pointer;
}

.agreeCheckAll {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0 60px 0;
  cursor: pointer;
}

.agreeCheckAll .agreeCheck {
  width: 16px;
  height: 16px;
  background: #F5F5F4;
  border: 4px solid #5C5C5C;
  border-radius: 1px;
  margin-right: 10px;
}

.agreeCheckAll .agreeCheck.checked {
  background: #5C5C5C;
}

.agreeCheckAll .agreeText {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

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

@media (max-width: 768px) {
  .woocommerce .accountPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation {
  max-width: 200px;
  min-width: 200px;
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation .wc-social-login {
    margin-bottom: 0;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 20px 0;
  background-color: #FFFFFF;
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #EDECE8;
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li a {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li:last-child {
    padding: 40px 0 20px 0;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li:last-child a {
    border: 1px solid #393939;
    border-radius: 2px;
    padding: 12px 32px;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation ul li p a {
  display: inline-block;
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation ul li a {
  text-align: center;
  display: block;
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #F5F5F5;
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: unset;
    overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .woocommerce-info_order {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .woocommerce-EditAccountForm .edit_account_top {
    width: 100%;
    padding-top: 24px;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active > a {
  color: #1A1A1A;
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active > a {
    text-align: start;
    font-family: "Cormorant", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #1A1A1A;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .dashboardTitle {
    font-family: "Cormorant", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding-bottom: 8px;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .dashboardGood {
  position: relative;
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .dashboardGood {
    padding: 24px;
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .dashboardGood:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .dashboardGood img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .dashboardGood h4 {
    padding-top: 24px;
    color: #FFFFFF;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .dashboardGood a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    padding: 12px 0;
    width: 142px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-family: "Cormorant", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active .dashboardGood a:hover {
    background-color: #FFFFFF;
    color: #1A1A1A;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active table {
    padding: 24px 0;
  }
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active table th,
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active table td,
  .woocommerce .accountPage .woocommerce-MyAccount-navigation ul li.is-active table span {
    min-width: 120px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-navigation .woocommerce-notices-wrapper,
  .woocommerce .accountPage .woocommerce-MyAccount-navigation .woocommerce-notices-wrapper p,
  .woocommerce .accountPage .woocommerce-MyAccount-navigation .woocommerce-notices-wrapper span,
  .woocommerce .accountPage .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link p,
  .woocommerce .accountPage .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link p a {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #8F8F8F;
    text-align: start;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation .woocommerce-error {
  padding-top: 16px;
}

.woocommerce .accountPage .woocommerce-MyAccount-navigation .woocommerce-error li {
  border: 0 !important;
  padding: 0 0 8px 0 !important;
}

.woocommerce .accountPage .woocommerce-MyAccount-content {
  margin-left: 100px;
  width: calc(100% - 300px);
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    display: none;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-content h3 {
  text-align: start;
  color: #1A1A1A;
}

.woocommerce .accountPage .woocommerce-MyAccount-content p {
  margin-bottom: 16px;
}

.woocommerce .accountPage .woocommerce-MyAccount-content p h3 {
  padding-top: 40px;
}

.woocommerce .accountPage .woocommerce-MyAccount-content .dashboardTitle {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #1A1A1A;
}

.woocommerce .accountPage .woocommerce-MyAccount-content .dashboardGood {
  padding: 40px 56px;
  position: relative;
  margin-top: 24px;
}

.woocommerce .accountPage .woocommerce-MyAccount-content .dashboardGood:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.woocommerce .accountPage .woocommerce-MyAccount-content .dashboardGood img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.woocommerce .accountPage .woocommerce-MyAccount-content .dashboardGood h4 {
  color: #FFFFFF;
}

.woocommerce .accountPage .woocommerce-MyAccount-content .dashboardGood a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  padding: 12px 0;
  width: 142px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce .accountPage .woocommerce-MyAccount-content .dashboardGood a:hover {
  background-color: #FFFFFF;
  color: #1A1A1A;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table {
  width: 100%;
  text-align: center;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table thead {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table thead tr th {
  padding: 8px 24px 8px 16px;
  min-width: 170px;
  background-color: #5C5C5C;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align: start;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-content table thead tr th {
    color: gray5;
    text-align: center;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-content table thead tr th:not(last-child) {
  border-right: 1px solid #FFFFFF;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tbody {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #5C5C5C;
  text-align: start;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tbody tr {
  border-bottom: 1px solid #F5F5F4;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tbody tr:nth-child(even) {
  background-color: #F5F5F4;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tbody tr td {
  text-align: start;
  margin: 0 auto;
  padding: 8px 24px 8px 16px;
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-content table tbody tr td {
    text-align: center;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tbody tr td a {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tbody tr td:first-child {
  width: 65%;
  padding: 8px 0 8px 16px;
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-MyAccount-content table tbody tr td:first-child {
    width: unset;
    padding: 0;
  }
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tbody tr td:first-child strong {
  font-family: "Arial", sans-serif;
  color: #5C5C5C;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tbody tr td:last-child {
  width: 35%;
  padding: 8px 0 8px 16px;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tfoot {
  text-align: start;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tfoot tr {
  border-bottom: 1px solid #F5F5F5;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tfoot tr th {
  padding: 8px 0 8px 16px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tfoot tr td {
  padding: 16px 0;
  padding: 8px 0 8px 16px;
}

.woocommerce .accountPage .woocommerce-MyAccount-content table tfoot tr td small {
  font-family: "Arial", sans-serif;
  color: #5C5C5C;
}

.woocommerce .accountPage .woocommerce-pagination {
  margin: 40px 0;
}

@media (max-width: 768px) {
  .woocommerce .accountPage .woocommerce-pagination {
    margin: 24px 0 0 0;
  }
}

.woocommerce-orders-table {
  overflow-y: hidden;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.woocommerce-Addresses.addresses {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin: 20px 0;
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-Addresses.addresses .woocommerce-Address {
  border: 1px solid #DBDBDB;
  width: 100%;
  min-width: unset;
  max-width: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  padding: 0px;
}

.woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDBDB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #5C5C5C;
  padding: 8px 24px;
}

.woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title h3 {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}

.woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.woocommerce-Addresses.addresses .woocommerce-Address address {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
  margin: 0;
  padding: 16px 24px;
}

@media (max-width: 480px) {
  .woocommerce-Addresses.addresses .woocommerce-Address address {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 22px;
  }
}

.woocommerce-address-fields {
  width: 100%;
  padding-top: 40px;
}

.woocommerce-address-fields p {
  text-align: center;
}

.woocommerce-address-fields p button {
  width: 96px;
  height: 48px;
  background: #393939;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: 0;
}

.woocommerce-address-fields p button:hover {
  background: #1A1A1A;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .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;
  width: 100%;
  margin-bottom: 24px;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  margin-bottom: 8px;
  text-align: start;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input {
  height: 54px;
  border: 1px solid #DBDBDB;
  width: 100%;
  padding: 0 20px;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .selection .select2-selection--single {
  height: 54px;
  border-radius: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .selection .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_first_name_field {
  width: 49%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 768px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_first_name_field {
    width: 100%;
  }
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_last_name_field {
  width: 49%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_last_name_field {
    width: 100%;
  }
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_phone_field {
  width: 49%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (max-width: 768px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_phone_field {
    width: 100%;
  }
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_email_field {
  width: 49%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media (max-width: 768px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_email_field {
    width: 100%;
  }
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_address_1_field {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_company_field {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_city_field {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_country_field {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_state_field {
  width: 49%;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media (max-width: 768px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_state_field {
    width: 100%;
  }
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_postcode_field {
  width: 49%;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

@media (max-width: 768px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_postcode_field {
    width: 100%;
  }
}

.select2-container--open {
  -webkit-transform: translateY(-202px);
          transform: translateY(-202px);
  display: inline;
}

.woocommerce-EditAccountForm.edit-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-EditAccountForm.edit-account label {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #5C5C5C;
}

.woocommerce-EditAccountForm.edit-account input {
  padding: 16px 32px;
  border: 1px solid #DBDBDB;
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

.woocommerce-EditAccountForm.edit-account div:nth-child(1) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.woocommerce-EditAccountForm.edit-account div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.woocommerce-EditAccountForm.edit-account div:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.woocommerce-EditAccountForm.edit-account div:nth-child(4) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.woocommerce-EditAccountForm.edit-account div:nth-child(4) span {
  display: none;
}

.woocommerce-EditAccountForm.edit-account div:nth-child(5) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.woocommerce-EditAccountForm.edit-account div:nth-child(6) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.woocommerce-EditAccountForm.edit-account div:nth-child(1) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.woocommerce-EditAccountForm.edit-account div p input {
  width: 100%;
}

.woocommerce-EditAccountForm.edit-account .edit_account_top {
  width: 49%;
}

.woocommerce-EditAccountForm.edit-account .edit_account_bottom {
  width: 100%;
}

.woocommerce-EditAccountForm.edit-account .edit_account_bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .woocommerce-EditAccountForm.edit-account .edit_account_bottom p {
    padding-top: 24px;
  }
}

.woocommerce-EditAccountForm.edit-account .edit_account_bottom p .login_passwordIcon {
  position: absolute;
  right: 20px;
  top: 54px;
}

@media (max-width: 768px) {
  .woocommerce-EditAccountForm.edit-account .edit_account_bottom p .login_passwordIcon {
    top: 78px;
  }
}

.woocommerce-EditAccountForm.edit-account .edit_account_bottom p .woocommerce-Button {
  width: 96px;
  height: 48px;
  background: #393939;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  color: #FFFFFF;
}

.woocommerce-EditAccountForm.edit-account .edit_account_bottom p .woocommerce-Button:hover {
  background-color: #1A1A1A;
}

.woocommerce-EditAccountForm.edit-account .edit_account_bottom fieldset .h3 {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .woocommerce-EditAccountForm.edit-account .edit_account_bottom fieldset .h3 {
    padding: 40px 0 0 0;
  }
}

.woocommerce-EditAccountForm.edit-account .edit_account_bottom fieldset > p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .woocommerce-EditAccountForm.edit-account .edit_account_bottom fieldset > p {
    padding-top: 24px;
  }
}

.woocommerce-EditAccountForm.edit-account .edit_account_bottom fieldset > p .password-input {
  width: 100%;
}

.woocommerce-form.woocommerce-form-login > .wc-social-login > p {
  display: none;
}

.wc-social-login {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .wc-social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wc-social-login > p {
  padding-bottom: 16px;
}

.wc-social-login a.button-social-login.button-social-login-facebook,
.wc-social-login a.button-social-login.button-social-login-google {
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #F5F5F4;
  border-radius: 2px;
  margin-right: 15px;
}

.wc-social-login a.button-social-login.button-social-login-facebook span,
.wc-social-login a.button-social-login.button-social-login-google span {
  padding: 0;
  margin: 0;
}

.wc-social-login-profile h2 {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  padding: 40px 0;
}

.woocommerce-account-fields .create-account p .login_passwordIcon {
  width: 36px;
  bottom: unset;
  top: 22px;
  right: 10px;
}

@media (max-width: 480px) {
  .woocommerce-account-fields .create-account p .login_passwordIcon {
    right: -12px;
  }
}

.lost_password {
  padding-bottom: 0;
}

@media (max-width: 480px) {
  .lost_password {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions span {
  display: none;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a {
  background-color: #5C5C5C;
  margin: 0;
  display: inline-block;
  padding: 0;
  padding: 2px 4px;
  color: #FFFFFF !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a:hover {
  background-color: #8F8F8F;
}

.woocommerce-order-pay > .body_wrap > .woocommerce {
  width: 81.6%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .woocommerce-order-pay > .body_wrap > .woocommerce {
    width: 89.5%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 480px) {
  .woocommerce-order-pay > .body_wrap > .woocommerce {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.woocommerce-order-pay #order_review {
  width: 100%;
}

@media (max-width: 768px) {
  .woocommerce-order-pay #order_review table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.woocommerce-order-pay #order_review table thead tr {
  background-color: #5C5C5C;
}

.woocommerce-order-pay #order_review table thead tr th {
  padding: 8px 24px 8px 16px;
  color: #FFFFFF;
}

.woocommerce-order-pay #order_review table tbody tr {
  border-bottom: 1px solid #F5F5F4;
}

.woocommerce-order-pay #order_review table tbody tr td {
  padding: 8px 24px 8px 16px;
}

.woocommerce-order-pay #order_review table tfoot tr {
  border-bottom: 1px solid #F5F5F4;
}

.woocommerce-order-pay #order_review table tfoot tr:last-child {
  border: 0;
}

.woocommerce-order-pay #order_review table tfoot tr th {
  padding: 8px 24px 8px 16px;
}

.woocommerce-order-pay #order_review table tfoot tr td {
  padding: 8px 24px 8px 16px;
}

.woocommerce-order-pay #order_review #payment {
  padding-top: 40px;
}

.woocommerce-order-pay #order_review #payment ul {
  padding: 0;
}

.woocommerce-order-pay #order_review #payment ul li {
  padding-bottom: 20px;
}

.widget_shopping_cart_content {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  -webkit-box-shadow: -20px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  overflow-y: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  height: 100vh;
  max-width: 432px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

@media (max-width: 480px) {
  .widget_shopping_cart_content {
    max-width: 320px;
  }
}

.widget_shopping_cart_content .misha-cart {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
}

@media (max-width: 480px) {
  .widget_shopping_cart_content .misha-cart {
    text-align: start;
  }
}

.widget_shopping_cart_content .woocommerce-mini-cart .wooshop-item-inner {
  display: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-info {
  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;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-info .remove_from_cart_button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: gray5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-info .remove_from_cart_button::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #8F8F8F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
  left: 6px;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-info .remove_from_cart_button::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #8F8F8F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  left: 6px;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-info .remove_from_cart_button:hover {
  background-color: #1A1A1A;
  color: white;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-info .wc_product-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50px;
  height: 50px;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-info .wc_product-info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
  gap: 4px;
  margin-right: auto;
  padding-left: 20px;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-info .wc_product-info span,
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-info .wc_product-info bdi {
  text-align: start;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin-top: auto;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc_forward_button {
  width: 100%;
  height: 48px;
  background: #393939;
  border-radius: 2px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc_forward_button:hover {
  background-color: #1A1A1A;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
  display: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total {
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
  border-bottom: 1px solid #f7f7f7;
}

@media (max-width: 480px) {
  .widget_shopping_cart_content .woocommerce-mini-cart__total {
    font-size: 14px;
    line-height: 22px;
  }
}

.widget_shopping_cart_content .woocommerce-mini-cart__total span,
.widget_shopping_cart_content .woocommerce-mini-cart__total bdi {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  .widget_shopping_cart_content .woocommerce-mini-cart__total span,
  .widget_shopping_cart_content .woocommerce-mini-cart__total bdi {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
}

.basket-item:hover .widget_shopping_cart_content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.step_section {
  max-width: 576px;
  margin: 0 auto;
  padding-bottom: 56px;
}

@media (max-width: 1300px) {
  .step_section {
    max-width: 100%;
    padding-bottom: 40px;
    width: 100%;
  }
}

.step_section .number_block {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #F5F5F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5E5C5A;
  margin-bottom: 8px;
}

.step_section .step-trim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.step_section .step-trim-item {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  z-index: 5;
}

@media (max-width: 1300px) {
  .step_section .step-trim-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

.step_section .step-trim-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  height: 1px;
  width: 105%;
  background-color: #DBDBDB;
  z-index: -1;
}

.woocommerce-cart .step_section .number_block.step_1 {
  background-color: #5C5C5C;
  color: #FFFFFF;
}

.woocommerce-checkout .step_section .number_block.step_1,
.woocommerce-checkout .step_section .number_block.step_2,
.woocommerce-order-received .step_section .number_block.step_3 {
  background-color: #5C5C5C;
  color: #FFFFFF;
}

.woocommerce-checkout .page_thankyou .number_block {
  background-color: #5C5C5C;
  color: #5E5C5A;
}

.woocommerce-cart .step_section .step-trim-item:first-child:after {
  background-color: #5C5C5C;
}

.woocommerce-checkout .step_section .step-trim-item:first-child:after, .woocommerce-checkout .step_section .step-trim-item:nth-child(2):after {
  background-color: #5C5C5C;
}

.woocommerce-checkout .page_checkout .step-trim-item:after,
.woocommerce-checkout .page_thankyou .step-trim-item:after {
  background-color: gray5;
}

.section_cart {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .section_cart .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.section_cart .woocommerce-cart-form {
  width: 100%;
}

.section_cart .woocommerce-cart-form table {
  width: 100%;
}

@media (max-width: 1300px) {
  .section_cart .woocommerce-cart-form table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table {
    overflow-x: unset;
    white-space: unset;
  }
}

@media (max-width: 1300px) {
  .section_cart .woocommerce-cart-form table thead {
    display: none;
  }
}

.section_cart .woocommerce-cart-form table thead tr th {
  background-color: #5C5C5C;
  border-left: 1px solid #FFFFFF;
  padding: 10px 0;
  text-align: center;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #FFFFFF;
  width: 18.8%;
}

.section_cart .woocommerce-cart-form table thead tr th:nth-child(1) {
  border: 0;
  width: 43.6%;
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody {
    display: block;
  }
}

.section_cart .woocommerce-cart-form table tbody tr {
  border-bottom: 1px solid #F5F5F4;
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-grid;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 16px;
    grid-column-gap: 8px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody tr:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .section_cart .woocommerce-cart-form table tbody tr td {
    padding-right: 16px;
  }
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody tr td {
    padding: 0;
    width: 100%;
  }
  .section_cart .woocommerce-cart-form table tbody tr td:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: end;
  }
  .section_cart .woocommerce-cart-form table tbody tr td:nth-child(1) a {
    display: inline-block;
  }
  .section_cart .woocommerce-cart-form table tbody tr td:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section_cart .woocommerce-cart-form table tbody tr td:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    word-break: break-all;
  }
  .section_cart .woocommerce-cart-form table tbody tr td:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    word-break: break-all;
    text-align: end;
  }
  .section_cart .woocommerce-cart-form table tbody tr td:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .section_cart .woocommerce-cart-form table tbody tr td:nth-child(5) .quantity {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section_cart .woocommerce-cart-form table tbody tr td:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    text-align: end;
  }
}

.section_cart .woocommerce-cart-form table tbody tr .product-remove {
  padding-right: 30px;
}

@media (max-width: 1300px) {
  .section_cart .woocommerce-cart-form table tbody tr .product-remove {
    padding-right: 16px;
  }
}

.section_cart .woocommerce-cart-form table tbody tr .product-remove a {
  position: relative;
  background: #F5F5F5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.section_cart .woocommerce-cart-form table tbody tr .product-remove a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #8F8F8F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
  left: 6px;
}

.section_cart .woocommerce-cart-form table tbody tr .product-remove a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #8F8F8F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  left: 6px;
}

.section_cart .woocommerce-cart-form table tbody tr .product-remove a:hover {
  background: #1A1A1A;
  color: #FFFFFF;
}

.section_cart .woocommerce-cart-form table tbody tr .product-thumbnail {
  padding: 30px 0;
}

@media (max-width: 1300px) {
  .section_cart .woocommerce-cart-form table tbody tr .product-thumbnail {
    padding: 30px 16px 30px 0;
  }
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody tr .product-thumbnail {
    padding: 40px 0 0 0;
  }
}

.section_cart .woocommerce-cart-form table tbody tr .product-thumbnail a {
  width: 100px;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody tr .product-thumbnail a {
    padding: 0;
  }
}

.section_cart .woocommerce-cart-form table tbody tr .product-thumbnail a img {
  width: 100px;
  height: 100px;
}

.section_cart .woocommerce-cart-form table tbody tr .product-name a {
  color: #5C5C5C;
}

.section_cart .woocommerce-cart-form table tbody tr .product-price {
  text-align: center;
}

.section_cart .woocommerce-cart-form table tbody tr .woocommerce-Price-amount {
  text-align: center;
}

.section_cart .woocommerce-cart-form table tbody tr .product-quantity {
  text-align: center;
}

.section_cart .woocommerce-cart-form table tbody tr .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_cart .woocommerce-cart-form table tbody tr .product-quantity .quantity .productReduce {
  position: relative;
  text-align: center;
  background: #F5F5F4;
  padding: 10px 22px;
  cursor: pointer;
}

.section_cart .woocommerce-cart-form table tbody tr .product-quantity .quantity .productReduce:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0;
  background-color: #DDDBDA;
}

.section_cart .woocommerce-cart-form table tbody tr .product-quantity .quantity .productAdd {
  position: relative;
  text-align: center;
  background: #F5F5F4;
  padding: 10px 22px;
  cursor: pointer;
}

.section_cart .woocommerce-cart-form table tbody tr .product-quantity .quantity .productAdd:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  left: 0;
  background-color: #DDDBDA;
}

.section_cart .woocommerce-cart-form table tbody tr .product-quantity .quantity input {
  position: relative;
  padding: 10px;
  outline: none;
  border: 0;
  background: #F5F5F4;
  text-align: center;
  width: 60px;
}

.section_cart .woocommerce-cart-form table tbody tr .product-subtotal {
  text-align: center;
}

.section_cart .woocommerce-cart-form table tbody tr:last-child {
  border: 0;
}

.section_cart .woocommerce-cart-form table tbody .actions {
  position: relative;
}

.section_cart .woocommerce-cart-form table tbody .actions .coupon {
  position: absolute;
  left: 0;
  top: 0;
  width: 466px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-top: 30px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody .actions .coupon {
    width: 100%;
  }
}

.section_cart .woocommerce-cart-form table tbody .actions .coupon label {
  display: none;
}

.section_cart .woocommerce-cart-form table tbody .actions .coupon input {
  width: 233px;
  height: 48px;
  border: 0;
  outline: none;
  background-color: #F5F5F4;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody .actions .coupon input {
    width: 150px;
    padding-left: 10px;
  }
}

.section_cart .woocommerce-cart-form table tbody .actions .coupon button {
  width: 233px;
  height: 48px;
  border: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #393939;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody .actions .coupon button {
    width: 150px;
    left: 150px;
  }
}

.section_cart .woocommerce-cart-form table tbody .actions .coupon button:hover {
  background-color: #1A1A1A;
}

.section_cart .woocommerce-cart-form table tbody .actions > .button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 153px;
  height: 48px;
  background: #393939;
  color: #FFFFFF;
  border-radius: 2px;
  border: 0;
  margin-top: 30px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .section_cart .woocommerce-cart-form table tbody .actions > .button {
    top: 88px;
  }
}

.section_cart .woocommerce-cart-form table tbody .actions > .button:hover {
  background-color: #1A1A1A;
}

.cart-collaterals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .cart-collaterals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cart-collaterals .cartNote {
  width: 50%;
  padding: 24px;
  border: 1px solid #DBDBDB;
}

@media (max-width: 768px) {
  .cart-collaterals .cartNote {
    width: 100%;
  }
}

.cart-collaterals .cartNote .content .title {
  border-bottom: 1px solid #DDDBDA;
  padding-bottom: 20px;
}

.cart-collaterals .cartNote .content p {
  color: #8F8F8F;
  padding-top: 20px;
}

.cart-collaterals .cartNote .content ul {
  padding-top: 20px;
  padding-left: 20px;
}

.cart-collaterals .cartNote .content ul li {
  color: #8F8F8F;
  padding-bottom: 20px;
}

.cart-collaterals .cartNote .content ul li::marker {
  font-size: 0.5em;
}

.cart-collaterals .cart_totals {
  width: 50%;
  padding: 24px;
  border: 1px solid #DBDBDB;
}

@media (max-width: 768px) {
  .cart-collaterals .cart_totals {
    width: 100%;
  }
}

.cart-collaterals .cart_totals h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  background: #F5F5F5;
  font-weight: 600;
}

.cart-collaterals .cart_totals .shop_table_responsive tr th {
  padding: 20px;
}

.cart-collaterals .cart_totals .shop_table_responsive tr td {
  padding: 20px;
}

.cart-collaterals .cart_totals .shop_table_responsive .cart-subtotal {
  border-bottom: 1px solid #F5F5F5;
}

.cart-collaterals .cart_totals .shop_table_responsive .cart-discount {
  border-bottom: 1px solid #F5F5F5;
}

.cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals {
  border-bottom: 1px solid #F5F5F5;
}

@media (max-width: 480px) {
  .cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals .woocommerce-shipping-destination {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}

.cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals td ul {
  margin: 0;
  padding: 0;
}

.cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals td ul li {
  list-style: none;
}

.cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
  padding-bottom: 4px;
}

@media (max-width: 480px) {
  .cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 22px;
  }
}

.cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form p select {
  width: 100%;
  padding: 8px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
  border: 1px solid #DBDBDB;
}

.cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form p select option {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form p input {
  width: 100%;
  padding: 8px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
  border: 1px solid #DBDBDB;
}

@media (max-width: 480px) {
  .cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form p input {
    font-size: 14px;
    line-height: 22px;
  }
}

.cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form p button {
  width: 100%;
  padding: 8px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #393939;
  border-radius: 2px;
  border: 0;
}

.cart-collaterals .cart_totals .shop_table_responsive .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form p button:hover {
  background: #1A1A1A;
}

.cart-collaterals .cart_totals .shop_table_responsive .order-total {
  border-bottom: 1px solid #F5F5F5;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
  width: 100%;
  height: 48px;
  background: #393939;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout:hover {
  background: #1A1A1A;
}

.woocommerce-mini-cart__empty-message {
  margin: auto;
}

.cart-empty.woocommerce-info {
  margin-bottom: 40px;
}

.searchTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .searchTitle {
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0;
  }
}

.searchTitle h1 {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 768px) {
  .searchTitle h1 {
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 16px;
  }
}

.searchTitle h1 span {
  color: #93784F;
}

@media (max-width: 768px) {
  .searchTitle span {
    padding-top: 16px;
  }
}

.product_bk,
.exhibition_bk,
.artist_bk {
  padding: 64px 0 24px 0;
}

@media (max-width: 768px) {
  .product_bk,
  .exhibition_bk,
  .artist_bk {
    padding: 40px 0 0 0;
  }
}

.searchTitle,
.website_search_page_container,
.product_bk,
.exhibition_bk,
.artist_bk {
  border-bottom: 1px solid #DBDBDB;
}

@media (max-width: 768px) {
  .searchTitle {
    border: 0;
  }
}

.news_bk {
  border: 0;
}

@media (max-width: 768px) {
  .news_bk {
    padding-top: 24px;
  }
}

.product_bk .content-area {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .product_bk .content-area {
    padding-top: 24px;
  }
}

.product_bk .content-area .site-main .products {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.product_bk .content-area .site-main .products li {
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .product_bk .content-area .site-main .products li {
    padding-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .product_bk .content-area .site-main .products li a {
    padding: 0;
  }
}

.exhibition_bk .exhibitionList,
.exhibition_bk .artistList,
.artist_bk .exhibitionList,
.artist_bk .artistList {
  padding: 40px 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .exhibition_bk .exhibitionList,
  .exhibition_bk .artistList,
  .artist_bk .exhibitionList,
  .artist_bk .artistList {
    padding: 24px 0 0 0;
  }
}

.exhibition_bk .exhibitionList li,
.exhibition_bk .artistList li,
.artist_bk .exhibitionList li,
.artist_bk .artistList li {
  width: 32%;
  padding-bottom: 40px;
  list-style: none;
}

@media (max-width: 768px) {
  .exhibition_bk .exhibitionList li,
  .exhibition_bk .artistList li,
  .artist_bk .exhibitionList li,
  .artist_bk .artistList li {
    width: 49%;
    padding-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .exhibition_bk .exhibitionList li,
  .exhibition_bk .artistList li,
  .artist_bk .exhibitionList li,
  .artist_bk .artistList li {
    width: 100%;
  }
}

.woocommerce-info_order {
  width: 89.5%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0 20px 0;
}

@media (max-width: 768px) {
  .woocommerce-info_order {
    width: 91.4%;
  }
}

.woocommerce-info_order a {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

a {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #8F8F8F;
  padding: 16px 0 20px 0;
}

.woocommerce-form-coupon {
  margin-top: 20px;
}

.woocommerce-form-coupon p {
  padding-bottom: 20px;
}

.woocommerce-form-coupon p button {
  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;
  padding: 12px 32px;
  background: #393939;
  border-radius: 2px;
  color: #FFFFFF;
  border: 0;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-form-coupon p button:hover {
  background-color: #1A1A1A;
}

form.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  max-width: 89.5%;
}

@media (max-width: 768px) {
  form.woocommerce-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  form.woocommerce-checkout {
    max-width: 100%;
  }
}

form.woocommerce-checkout input,
form.woocommerce-checkout select,
form.woocommerce-checkout textarea {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

form.woocommerce-checkout .col2-set {
  width: 59%;
  border: 0;
}

@media (max-width: 1300px) {
  form.woocommerce-checkout .col2-set {
    width: 40%;
  }
}

@media (max-width: 768px) {
  form.woocommerce-checkout .col2-set {
    width: 100%;
  }
}

form.woocommerce-checkout .col2-set .col-1,
form.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  min-width: 100%;
  padding: 0;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields h3,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields h3 {
  padding: 40px 0;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields h3 label span,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields h3 label span {
  color: #5E5C5A;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields h3 .checkboxText,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields h3 .checkboxText {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #5E5C5A;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #5C5C5C;
  padding-bottom: 20px;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p h3,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p h3,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p h3,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p h3,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p h3,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p h3 {
  color: #1A1A1A;
  padding: 40px 0;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p input,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p select,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p textarea,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p input,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p select,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p textarea,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p input,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p select,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p textarea,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p input,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p select,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p textarea,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p input,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p select,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p textarea,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p input,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p select,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p textarea {
  padding: 16px 32px;
  width: 100%;
  height: 54px;
  border: 1px solid #DBDBDB;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p input::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p select::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p textarea::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p input::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p select::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p textarea::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p input::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p select::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p textarea::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p input::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p select::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p textarea::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p input::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p select::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p textarea::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p input::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p select::-webkit-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p textarea::-webkit-input-placeholder {
  padding: 0;
  margin: 0;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p input:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p select:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p textarea:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p input:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p select:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p textarea:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p input:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p select:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p textarea:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p input:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p select:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p textarea:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p input:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p select:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p textarea:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p input:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p select:-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p textarea:-ms-input-placeholder {
  padding: 0;
  margin: 0;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p input::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p select::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p textarea::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p input::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p select::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p textarea::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p input::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p select::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p textarea::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p input::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p select::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p textarea::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p input::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p select::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p textarea::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p input::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p select::-ms-input-placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p textarea::-ms-input-placeholder {
  padding: 0;
  margin: 0;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p input::placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p select::placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper p textarea::placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p input::placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p select::placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper p textarea::placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p input::placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p select::placeholder,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper p textarea::placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p input::placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p select::placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper p textarea::placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p input::placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p select::placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper p textarea::placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p input::placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p select::placeholder,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper p textarea::placeholder {
  padding: 0;
  margin: 0;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #shipping_state_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_first_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_last_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #shipping_state_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_first_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_last_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #shipping_first_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #shipping_last_name_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #shipping_state_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #shipping_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #shipping_state_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_first_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_last_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #shipping_state_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_first_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_last_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #shipping_first_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #shipping_last_name_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #shipping_state_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #shipping_postcode_field {
  width: 49%;
}

@media (max-width: 1300px) {
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_phone_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_email_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_state_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #shipping_state_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_first_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_last_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_phone_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_email_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_state_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #shipping_state_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_first_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_last_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_phone_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_email_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_state_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #shipping_first_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #shipping_last_name_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #shipping_state_field,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #shipping_postcode_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_phone_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_email_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_state_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #shipping_state_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_first_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_last_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_phone_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_email_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_state_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #shipping_state_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_first_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_last_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_phone_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_email_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_state_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #shipping_first_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #shipping_last_name_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #shipping_state_field,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #shipping_postcode_field {
    width: 100%;
  }
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_phone_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_phone_field {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_email_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_email_field {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_address_1_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_address_1_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_address_1_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_address_1_field {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_company_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_company_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_company_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_company_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_company_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_company_field {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_city_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_city_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_city_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_city_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_city_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_city_field {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_country_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_country_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_country_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_country_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_country_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_country_field {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_state_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_state_field {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper #billing_postcode_field {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

@media (max-width: 768px) {
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper .validate-phone,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields__field-wrapper .validate-phone,
  form.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields__field-wrapper .validate-phone,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-billing-fields__field-wrapper .validate-phone,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper .validate-phone,
  form.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper .validate-phone {
    padding-bottom: 0;
  }
}

form.woocommerce-checkout .order_review_heading_all {
  width: 39%;
  border: 1px solid #DBDBDB;
  padding: 40px 24px;
}

@media (max-width: 1300px) {
  form.woocommerce-checkout .order_review_heading_all {
    width: 58%;
  }
}

@media (max-width: 768px) {
  form.woocommerce-checkout .order_review_heading_all {
    width: 100%;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table thead tr th {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table thead tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table thead tr th:first-child {
  padding-right: 20px;
  font-family: "Arial", sans-serif;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table thead tr th:last-child {
  font-family: "Noto Sans TC", sans-serif;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tbody tr {
  border-bottom: 1px solid #F5F5F5;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tbody tr td {
  padding: 10px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tbody tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tbody tr td p {
  color: #5C5C5C;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tbody tr td p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tbody tr td:first-child {
  padding-right: 20px;
  font-family: "Arial", sans-serif;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tbody tr td:last-child {
  font-family: "Noto Sans TC", sans-serif;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tbody tr .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tbody tr .product-name p:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot tr {
  border-bottom: 1px solid #F5F5F5;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot tr th {
  padding: 10px 0;
  padding-right: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot tr td {
  padding: 10px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot tr td:first-child {
  padding-right: 20px;
  font-family: "Arial", sans-serif;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot tr td:last-child {
  font-family: "Noto Sans TC", sans-serif;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot tr td strong span {
  padding: 10px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot tr td strong span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td ul {
  margin: 0;
  padding: 0 0 24px 0;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td ul li {
  list-style: none;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td ul li label {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td ul li label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td ul li label .radioCheck {
  position: relative;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td ul li label .radioCheck:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -2px;
  left: -2px;
  background: #FFFFFF;
  border: 1px solid #8F8F8F;
  border-radius: 50%;
  z-index: -1;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td ul li input[type="radio"] {
  display: none;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td ul li input[type="radio"] + label .radioCheck {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background-color: #FFFFFF;
  cursor: pointer;
  border-radius: 50%;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td ul li input[type="radio"]:checked + label .radioCheck {
  background-color: #8F8F8F;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  padding-top: 20px;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li {
  list-style: none;
  padding-bottom: 20px;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box {
  position: relative;
  background: #F5F5F5;
  padding: 10px 20px;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F5F5F5 transparent;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box p {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label span {
  position: relative;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label span:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -2px;
  left: -2px;
  background: #FFFFFF;
  border: 1px solid #8F8F8F;
  border-radius: 50%;
  z-index: -1;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input[type="radio"] {
  display: none;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input[type="radio"] + label span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background-color: #FFFFFF;
  cursor: pointer;
  border-radius: 50%;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input[type="radio"]:checked + label span {
  background-color: #8F8F8F;
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text {
  padding-bottom: 20px;
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #938F8A;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {
  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;
  padding: 12px 32px;
  width: 100%;
  background: #393939;
  border-radius: 2px;
  color: #FFFFFF;
  border: 0;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 480px) {
  form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

form.woocommerce-checkout .order_review_heading_all .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button:hover {
  background-color: #1A1A1A;
}

form.woocommerce-checkout .woocommerce-billing-fields {
  padding-top: 0;
}

form.woocommerce-checkout .woocommerce-billing-fields h3 {
  padding: 40px 0;
}

@media (max-width: 768px) {
  form.woocommerce-checkout .woocommerce-billing-fields h3 {
    padding: 0 0 24px 0;
  }
}

form.woocommerce-checkout .order_review_heading_all.toggle {
  -webkit-transform: translateY(-344px);
          transform: translateY(-344px);
}

.woocommerce-billing-fields {
  width: 100%;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}

.woocommerce-form.woocommerce-form-login {
  width: 100%;
  padding: 40px;
}

@media (max-width: 768px) {
  .woocommerce-form.woocommerce-form-login {
    padding: 0;
  }
}

.woocommerce-form.woocommerce-form-login input {
  width: 100%;
  border: 1px solid #DBDBDB;
  height: 54px;
  padding: 0 20px;
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

.woocommerce-form.woocommerce-form-login button {
  border-radius: 2px;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #393939;
  height: 48px;
}

.woocommerce-form.woocommerce-form-login button:hover {
  background-color: #1A1A1A;
}

.woocommerce-form.woocommerce-form-login p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-form.woocommerce-form-login .lost_password {
  padding-bottom: 0;
}

@media (max-width: 480px) {
  .woocommerce-form.woocommerce-form-login .lost_password {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

.woocommerce-form-login-toggle {
  width: 59%;
}

@media (max-width: 768px) {
  .woocommerce-form-login-toggle {
    width: 100%;
  }
}

.woocommerce-form-login-toggle .woocommerce-info {
  width: 100%;
  padding: 0;
}

@media (max-width: 480px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  width: 100%;
  padding: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
  font-size: 16px;
}

@media (max-width: 480px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.chechoutTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}

@media (max-width: 768px) {
  .chechoutTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.chechoutTop .checkoutTopLeft {
  width: 59%;
}

@media (max-width: 768px) {
  .chechoutTop .checkoutTopLeft {
    width: 100%;
  }
}

.chechoutTop .transformDown {
  width: 39%;
}

@media (max-width: 768px) {
  .chechoutTop .transformDown {
    width: 100%;
  }
}

.chechoutTop .transformDown .checkout_coupon {
  border: 1px solid #DBDBDB;
}

input[type=checkbox] + .checkout_remember {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #F5F5F5;
  border: 2px solid #DBDBDB;
  border-radius: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止文字被滑鼠選取反白 */
}

input[type=checkbox]:checked + .checkout_remember {
  color: yellow;
  background-color: #444;
}

.checkout_remember {
  margin-right: 10px;
}

.woocommerce-account-fields .create-account {
  color: #5E5C5A;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

.woocommerce-account-fields .create-account p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2%;
}

@media (max-width: 480px) {
  .woocommerce-account-fields .create-account p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce-account-fields .create-account p label {
  width: 49%;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  .woocommerce-account-fields .create-account p label {
    width: 100%;
  }
}

.woocommerce-account-fields .create-account p span {
  width: 49%;
}

@media (max-width: 480px) {
  .woocommerce-account-fields .create-account p span {
    width: 100%;
  }
}

.woocommerce-account-fields .create-account p span input {
  width: 100%;
  padding: 16px 32px;
  height: 54px;
  border: 1px solid #DBDBDB;
}

@media (max-width: 768px) {
  .woocommerce-account-fields .create-account p span input {
    padding: 10px;
  }
  .woocommerce-account-fields .create-account p span input::-webkit-input-placeholder {
    padding-left: 10px;
  }
  .woocommerce-account-fields .create-account p span input:-ms-input-placeholder {
    padding-left: 10px;
  }
  .woocommerce-account-fields .create-account p span input::-ms-input-placeholder {
    padding-left: 10px;
  }
  .woocommerce-account-fields .create-account p span input::placeholder {
    padding-left: 10px;
  }
}

.section_block.section_cart form.woocommerce-checkout {
  max-width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .shop_table.woocommerce-checkout-review-order-table th,
  .shop_table.woocommerce-checkout-review-order-table td,
  .shop_table.woocommerce-checkout-review-order-table td p,
  .shop_table.woocommerce-checkout-review-order-table td span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

#order_review_heading {
  padding-bottom: 20px;
}

.wc_payment_methods.payment_methods.methods {
  list-style: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
/*   position: absolute;
  top: 146px;
  right: 0;
  padding-right: 9.2%; */
}

@media (max-width: 768px) {
  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
/*     bottom: -14px;
    left: 24px;
    top: unset;
    right: unset;
    padding-right: 24px; */
  }
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-info {
  width: 81.6%;
  padding: 0 12px 40px 12px;
  margin-right: auto;
  margin-left: auto;
  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-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 40px;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-info p {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

@media (max-width: 480px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-info {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .woocommerce-checkout.woocommerce-order-received .container {
    width: 100%;
    padding: 0;
  }
}

.thankCircle {
  position: relative;
  width: 360px;
  height: 360px;
  background-color: #5C5C5C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .thankCircle {
    width: 63%;
    height: 63%;
    aspect-ratio: 1/1;
  }
}

.thankCircle::before {
  position: absolute;
  content: "";
  width: 376px;
  height: 376px;
  top: -8px;
  left: -8px;
  border: 1px solid #5C5C5C;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .thankCircle::before {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    aspect-ratio: 1/1;
  }
}

.thankOrderText {
  text-align: center;
  padding: 64px 0 40px 0;
}

.thankOrderAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2%;
}

@media (max-width: 768px) {
  .thankOrderAll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.thankOrderAll .thankOrderAll_left {
  width: 31%;
}

@media (max-width: 768px) {
  .thankOrderAll .thankOrderAll_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 24px 0;
  }
}

.thankOrderAll .thankOrderAll_left > p {
  padding-bottom: 24px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

.thankOrderAll .thankOrderAll_left > ul {
  padding: 24px;
  margin-bottom: 64px;
  background-color: #F5F5F5;
}

.thankOrderAll .thankOrderAll_left > ul > li {
  list-style: none;
  padding: 16px 0;
  border-bottom: 1px solid #DBDBDB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.thankOrderAll .thankOrderAll_left > ul > li:last-child {
  border: 0;
  padding-bottom: 0;
}

.thankOrderAll .thankOrderAll_left > ul > li h3 {
  color: #5C5C5C;
}

.thankOrderAll .thankOrderAll_left > ul > li p {
  color: #5C5C5C;
}

.thankOrderAll .thankOrderAll_left .cartNote {
  padding: 24px;
  background-color: #F5F5F5;
}

.thankOrderAll .thankOrderAll_left .cartNote h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
}

.thankOrderAll .thankOrderAll_left .cartNote ul {
  padding: 20px 0 0 24px;
  margin: 0;
}

.thankOrderAll .thankOrderAll_left .cartNote ul li {
  color: #8F8F8F;
}

.thankOrderAll .thankOrderAll_left .cartNote ul li::marker {
  font-size: 0.5em;
}

.thankOrderAll .thankOrderAll_right {
  width: 67%;
}

@media (max-width: 768px) {
  .thankOrderAll .thankOrderAll_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.thankOrderAll .thankOrderAll_right .orderDetails p {
  padding-bottom: 24px;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details {
  width: 100%;
  padding: 24px 40px;
  border: 1px solid #DBDBDB;
  margin-bottom: 40px;
  word-break: break-all;
}

@media (max-width: 768px) {
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details,
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details {
    padding: 0;
    border: 0;
  }
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details:last-child,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details:last-child {
  margin-bottom: 0;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details table,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details table {
  width: 100%;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details table tr,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details table tr {
  border-bottom: 1px solid #F5F5F5;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details table tr td,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details table tr td {
  padding-right: 30px;
  padding: 16px 0;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details table tr th,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details table tr th {
  padding-right: 30px;
  padding: 16px 0;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details table thead th,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details table thead th {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details table tfoot tr:last-child,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details table tfoot tr:last-child {
  border-bottom: 0;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section {
  width: 100%;
  border: 0;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div {
  width: 100%;
  max-width: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div:last-child address div:last-child,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div:last-child address div:last-child {
  border: 0;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div h3,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div h3 {
  color: #5C5C5C;
  padding: 16px 0;
  border-bottom: 1px solid #F5F5F5;
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div address div,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div address div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2%;
  border-bottom: 1px solid #F5F5F5;
}

@media (max-width: 768px) {
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div address div,
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div address div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div address div p,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div address div p {
  padding: 16px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #5C5C5C;
}

@media (max-width: 480px) {
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div address div p,
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div address div p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
  }
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div address div p:first-child,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div address div p:first-child {
  width: 34%;
}

@media (max-width: 768px) {
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div address div p:first-child,
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div address div p:first-child {
    width: 100%;
  }
}

.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div address div p:last-child,
.thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div address div p:last-child {
  width: 64%;
}

@media (max-width: 768px) {
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-order-details section div address div p:last-child,
  .thankOrderAll .thankOrderAll_right .orderDetails .woocommerce-customer-details section div address div p:last-child {
    width: 100%;
  }
}

.eventCard {
  opacity: 0;
  -webkit-animation: cardShow 3s ease 0s forwards 1 normal;
          animation: cardShow 3s ease 0s forwards 1 normal;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

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

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

.page_section-content .card_artist-field .opacity-0 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page_section-content .card_artist-field .opacity-1 {
  opacity: 1;
}

textarea.wpcf7-form-control.wpcf7-textarea.project_frm-field-input::placeholder{
	font-family: "Cormorant", serif;
}

.privacy_policy{
	padding-top: 161px;
    max-width: 81.6%;
    margin: 0 auto;
    margin-bottom: 100px;
}


.privacy_policy p,.privacy_policy ol li,.privacy_policy span{
	font-family: "Cormorant", serif;
  	font-style: normal;
  	font-weight: 500;
  	font-size: 18px;
  	line-height: 27px;
  	letter-spacing: 1px;
	color:black;
}

.privacyPolicy{
	display:flex;
	align-items:center;
	justify-content:center;
}
.privacyPolicy a{
	font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 400;
	padding:0;
	margin:0;
}


@media(max-width:768px){
	.privacy_policy{
		max-width: 89.5%;
    	padding-right: 12px;
    	padding-left: 12px;
		padding-top:110px;
		margin-bottom:40px;
	}
	.privacy_policy p,.privacy_policy ol li,.privacy_policy span{	
		font-style: normal;
    	font-weight: 500;
    	font-size: 14px;
    	line-height: 18px;
    	letter-spacing: 1px;	
	}
}

.product-quantity .qib-button-wrapper button.qib-button{
	background-color: #F5F5F4;
}

.product-quantity .qib-button-wrapper .quantity input.input-text.qty.text{
	background-color: #F5F5F4;
}

.qib-button.qib-button-wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:768px){
	.qib-button.qib-button-wrapper{
		justify-content: flex-start;
	}
}

body.single-product .wooSingleProduct .qib-button.qib-button-wrapper{
	display: flex;
    align-items: center;
    justify-content: flex-start;
/* 	margin-bottom: 24px; */
	float: unset;
    margin-right: 0;
}

@media(max-width:1300px){
	body.single-product .wooSingleProduct .qib-button.qib-button-wrapper{
		width:100%;
	}
}

body.single-product .wooSingleProduct .qib-button-wrapper button.qib-button{
	width:48px;
	height:48px;
	margin-top:0;
}

body.single-product .wooSingleProduct .qib-button-wrapper .quantity input.input-text.qty.text{
	height:48px;
	width: 100%;
}

.page-about-slide{
	border:1px solid white;
}

.page-about-slide iframe{
	width:100%;
}

body.single-product .qib-button-wrapper{
	margin:0;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error{
	background: #5C5C5C;
    padding: 12px;
    /* box-shadow: 2px 2px 40px rgb(0 0 0 / 30%); */
    list-style: none;
    color: white;
}
/*# sourceMappingURL=style.css.map */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 80%;
}