@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  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: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

p, #primary .single_container .single_txtBlock-price .number, .woocommerce .product_Block .price {
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  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: 1.2em;
}

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;
  color: #6c757d;
  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] {
  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: 0.5rem;
  font-size: 1.6rem;
  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;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden], .d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 428px) {
  .d-xss-none {
    display: none !important;
  }
  .d-xss-inline {
    display: inline !important;
  }
  .d-xss-inline-block {
    display: inline-block !important;
  }
  .d-xss-block {
    display: block !important;
  }
  .d-xss-table {
    display: table !important;
  }
  .d-xss-table-row {
    display: table-row !important;
  }
  .d-xss-table-cell {
    display: table-cell !important;
  }
  .d-xss-flex {
    display: flex !important;
  }
  .d-xss-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 428px) {
  .flex-xss-row {
    flex-direction: row !important;
  }
  .flex-xss-column {
    flex-direction: column !important;
  }
  .flex-xss-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xss-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xss-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xss-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xss-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xss-fill {
    flex: 1 1 auto !important;
  }
  .flex-xss-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xss-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xss-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xss-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xss-start {
    justify-content: flex-start !important;
  }
  .justify-content-xss-end {
    justify-content: flex-end !important;
  }
  .justify-content-xss-center {
    justify-content: center !important;
  }
  .justify-content-xss-between {
    justify-content: space-between !important;
  }
  .justify-content-xss-around {
    justify-content: space-around !important;
  }
  .align-items-xss-start {
    align-items: flex-start !important;
  }
  .align-items-xss-end {
    align-items: flex-end !important;
  }
  .align-items-xss-center {
    align-items: center !important;
  }
  .align-items-xss-baseline {
    align-items: baseline !important;
  }
  .align-items-xss-stretch {
    align-items: stretch !important;
  }
  .align-content-xss-start {
    align-content: flex-start !important;
  }
  .align-content-xss-end {
    align-content: flex-end !important;
  }
  .align-content-xss-center {
    align-content: center !important;
  }
  .align-content-xss-between {
    align-content: space-between !important;
  }
  .align-content-xss-around {
    align-content: space-around !important;
  }
  .align-content-xss-stretch {
    align-content: stretch !important;
  }
  .align-self-xss-auto {
    align-self: auto !important;
  }
  .align-self-xss-start {
    align-self: flex-start !important;
  }
  .align-self-xss-end {
    align-self: flex-end !important;
  }
  .align-self-xss-center {
    align-self: center !important;
  }
  .align-self-xss-baseline {
    align-self: baseline !important;
  }
  .align-self-xss-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.container, .container-fluid, .container-xs, .container-md, .container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .container, .container-xs {
    max-width: 91.4%;
  }
}
@media (min-width: 768px) {
  .container, .container-xs, .container-xss, .container-sm, .container-md {
    max-width: 89.5%;
  }
}
@media (min-width: 1280px) {
  .container, .container-xs, .container-xss, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  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-xss-1, .col-xss-2, .col-xss-3, .col-xss-4, .col-xss-5, .col-xss-6, .col-xss-7, .col-xss-8, .col-xss-9, .col-xss-10, .col-xss-11, .col-xss-12, .col-xss, .col-xss-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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-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: 428px) {
  .col-xss {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xss-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xss-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xss-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xss-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xss-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xss-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xss-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xss-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xss-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xss-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xss-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xss-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xss-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xss-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xss-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xss-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xss-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xss-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xss-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xss-first {
    order: -1;
  }
  .order-xss-last {
    order: 13;
  }
  .order-xss-0 {
    order: 0;
  }
  .order-xss-1 {
    order: 1;
  }
  .order-xss-2 {
    order: 2;
  }
  .order-xss-3 {
    order: 3;
  }
  .order-xss-4 {
    order: 4;
  }
  .order-xss-5 {
    order: 5;
  }
  .order-xss-6 {
    order: 6;
  }
  .order-xss-7 {
    order: 7;
  }
  .order-xss-8 {
    order: 8;
  }
  .order-xss-9 {
    order: 9;
  }
  .order-xss-10 {
    order: 10;
  }
  .order-xss-11 {
    order: 11;
  }
  .order-xss-12 {
    order: 12;
  }
  .offset-xss-0 {
    margin-left: 0;
  }
  .offset-xss-1 {
    margin-left: 8.33333%;
  }
  .offset-xss-2 {
    margin-left: 16.66667%;
  }
  .offset-xss-3 {
    margin-left: 25%;
  }
  .offset-xss-4 {
    margin-left: 33.33333%;
  }
  .offset-xss-5 {
    margin-left: 41.66667%;
  }
  .offset-xss-6 {
    margin-left: 50%;
  }
  .offset-xss-7 {
    margin-left: 58.33333%;
  }
  .offset-xss-8 {
    margin-left: 66.66667%;
  }
  .offset-xss-9 {
    margin-left: 75%;
  }
  .offset-xss-10 {
    margin-left: 83.33333%;
  }
  .offset-xss-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-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%;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0, .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0, .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0, .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0, .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1, .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1, .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1, .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1, .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2, .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2, .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2, .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2, .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3, .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3, .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3, .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3, .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4, .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4, .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4, .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4, .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5, .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5, .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5, .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5, .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0, .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0, .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0, .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0, .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1, .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1, .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1, .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1, .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2, .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2, .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2, .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2, .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3, .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3, .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3, .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3, .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4, .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4, .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4, .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4, .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5, .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5, .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5, .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5, .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1, .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1, .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1, .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1, .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2, .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2, .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2, .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2, .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3, .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3, .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3, .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3, .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4, .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4, .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4, .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4, .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5, .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5, .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5, .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5, .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto, .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto, .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto, .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto, .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 428px) {
  .m-xss-0 {
    margin: 0 !important;
  }
  .mt-xss-0, .my-xss-0 {
    margin-top: 0 !important;
  }
  .mr-xss-0, .mx-xss-0 {
    margin-right: 0 !important;
  }
  .mb-xss-0, .my-xss-0 {
    margin-bottom: 0 !important;
  }
  .ml-xss-0, .mx-xss-0 {
    margin-left: 0 !important;
  }
  .m-xss-1 {
    margin: 0.25rem !important;
  }
  .mt-xss-1, .my-xss-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xss-1, .mx-xss-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xss-1, .my-xss-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xss-1, .mx-xss-1 {
    margin-left: 0.25rem !important;
  }
  .m-xss-2 {
    margin: 0.5rem !important;
  }
  .mt-xss-2, .my-xss-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xss-2, .mx-xss-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xss-2, .my-xss-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xss-2, .mx-xss-2 {
    margin-left: 0.5rem !important;
  }
  .m-xss-3 {
    margin: 1rem !important;
  }
  .mt-xss-3, .my-xss-3 {
    margin-top: 1rem !important;
  }
  .mr-xss-3, .mx-xss-3 {
    margin-right: 1rem !important;
  }
  .mb-xss-3, .my-xss-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xss-3, .mx-xss-3 {
    margin-left: 1rem !important;
  }
  .m-xss-4 {
    margin: 1.5rem !important;
  }
  .mt-xss-4, .my-xss-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xss-4, .mx-xss-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xss-4, .my-xss-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xss-4, .mx-xss-4 {
    margin-left: 1.5rem !important;
  }
  .m-xss-5 {
    margin: 3rem !important;
  }
  .mt-xss-5, .my-xss-5 {
    margin-top: 3rem !important;
  }
  .mr-xss-5, .mx-xss-5 {
    margin-right: 3rem !important;
  }
  .mb-xss-5, .my-xss-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xss-5, .mx-xss-5 {
    margin-left: 3rem !important;
  }
  .p-xss-0 {
    padding: 0 !important;
  }
  .pt-xss-0, .py-xss-0 {
    padding-top: 0 !important;
  }
  .pr-xss-0, .px-xss-0 {
    padding-right: 0 !important;
  }
  .pb-xss-0, .py-xss-0 {
    padding-bottom: 0 !important;
  }
  .pl-xss-0, .px-xss-0 {
    padding-left: 0 !important;
  }
  .p-xss-1 {
    padding: 0.25rem !important;
  }
  .pt-xss-1, .py-xss-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xss-1, .px-xss-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xss-1, .py-xss-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xss-1, .px-xss-1 {
    padding-left: 0.25rem !important;
  }
  .p-xss-2 {
    padding: 0.5rem !important;
  }
  .pt-xss-2, .py-xss-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xss-2, .px-xss-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xss-2, .py-xss-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xss-2, .px-xss-2 {
    padding-left: 0.5rem !important;
  }
  .p-xss-3 {
    padding: 1rem !important;
  }
  .pt-xss-3, .py-xss-3 {
    padding-top: 1rem !important;
  }
  .pr-xss-3, .px-xss-3 {
    padding-right: 1rem !important;
  }
  .pb-xss-3, .py-xss-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xss-3, .px-xss-3 {
    padding-left: 1rem !important;
  }
  .p-xss-4 {
    padding: 1.5rem !important;
  }
  .pt-xss-4, .py-xss-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xss-4, .px-xss-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xss-4, .py-xss-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xss-4, .px-xss-4 {
    padding-left: 1.5rem !important;
  }
  .p-xss-5 {
    padding: 3rem !important;
  }
  .pt-xss-5, .py-xss-5 {
    padding-top: 3rem !important;
  }
  .pr-xss-5, .px-xss-5 {
    padding-right: 3rem !important;
  }
  .pb-xss-5, .py-xss-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xss-5, .px-xss-5 {
    padding-left: 3rem !important;
  }
  .m-xss-n1 {
    margin: -0.25rem !important;
  }
  .mt-xss-n1, .my-xss-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xss-n1, .mx-xss-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xss-n1, .my-xss-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xss-n1, .mx-xss-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xss-n2 {
    margin: -0.5rem !important;
  }
  .mt-xss-n2, .my-xss-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xss-n2, .mx-xss-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xss-n2, .my-xss-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xss-n2, .mx-xss-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xss-n3 {
    margin: -1rem !important;
  }
  .mt-xss-n3, .my-xss-n3 {
    margin-top: -1rem !important;
  }
  .mr-xss-n3, .mx-xss-n3 {
    margin-right: -1rem !important;
  }
  .mb-xss-n3, .my-xss-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xss-n3, .mx-xss-n3 {
    margin-left: -1rem !important;
  }
  .m-xss-n4 {
    margin: -1.5rem !important;
  }
  .mt-xss-n4, .my-xss-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xss-n4, .mx-xss-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xss-n4, .my-xss-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xss-n4, .mx-xss-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xss-n5 {
    margin: -3rem !important;
  }
  .mt-xss-n5, .my-xss-n5 {
    margin-top: -3rem !important;
  }
  .mr-xss-n5, .mx-xss-n5 {
    margin-right: -3rem !important;
  }
  .mb-xss-n5, .my-xss-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xss-n5, .mx-xss-n5 {
    margin-left: -3rem !important;
  }
  .m-xss-auto {
    margin: auto !important;
  }
  .mt-xss-auto, .my-xss-auto {
    margin-top: auto !important;
  }
  .mr-xss-auto, .mx-xss-auto {
    margin-right: auto !important;
  }
  .mb-xss-auto, .my-xss-auto {
    margin-bottom: auto !important;
  }
  .ml-xss-auto, .mx-xss-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1, .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1, .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1, .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2, .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2, .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2, .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1, .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1, .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1, .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2, .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2, .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2, .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5, .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5, .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5, .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1, .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1, .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1, .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1, .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2, .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2, .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2, .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2, .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3, .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3, .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3, .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3, .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4, .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4, .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4, .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4, .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5, .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5, .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5, .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5, .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 375px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 428px) {
  .text-xss-left {
    text-align: left !important;
  }
  .text-xss-right {
    text-align: right !important;
  }
  .text-xss-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

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

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

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

.text-light {
  color: #f8f9fa !important;
}

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

.text-dark {
  color: #343a40 !important;
}

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/*    > global / base */
/*----------------------------------------------------------------------*\
        >>  atag
\*----------------------------------------------------------------------*/
a {
  color: #1a1a1a;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #9f353a;
}

/*----------------------------------------------------------------------*\
        >>  clearfix
\*----------------------------------------------------------------------*/
.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
  flex-basis: 0;
  order: 1;
}
.cf:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
  flex-basis: 0;
  order: 1;
  clear: both;
}

/*----------------------------------------------------------------------*\
        >>  custom_element
\*----------------------------------------------------------------------*/
news-card, cases-card, pdt-card, text-block, list-pagination, module-tabs, module-field {
  display: block;
}

/*----------------------------------------------------------------------*\
        >>  global
\*----------------------------------------------------------------------*/
body {
  font-family: "Noto Serif TC", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #595757;
}

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

.td-u {
  text-decoration: underline;
}

.inner-table {
  display: table;
}

.inner-tablerow {
  display: table-row;
}

.inner-tablecell {
  display: table-cell;
  vertical-align: middle;
}

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

@media (max-width: 427.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;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* Firefox */
/*----------------------------------------------------------------------*\
        >>  atag
\*----------------------------------------------------------------------*/
.link_default {
  color: #25499c;
}
.link_default:hover {
  position: relative;
}
.link_default:hover:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #25499c;
  transform: scaleX(0);
  opacity: 0;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  transform: scaleX(1);
  opacity: 1;
}

.link:hover {
  color: #fff;
}

.header-link {
  color: #1a1a1a;
}

.footer-link {
  color: #4d4d4d;
}
.footer-link:hover {
  color: #9f353a;
}

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

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

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

/*------------------------------------------------------------------------*\
        >>  text style (Typography)
\*------------------------------------------------------------------------*/
.txt {
  margin-bottom: 0;
}
.txt p, .txt #primary .single_container .single_txtBlock-price .number {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}

#primary .single_container .single_txtBlock-price .txt .number, .txt .woocommerce .product_Block .price, .woocommerce .product_Block .txt .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}

.txt-ps {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #fac300;
}

.txt-more {
  color: #9f353a;
  margin: 0 10px;
}

.txt-info-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #fac300;
}

.txt-2nd3 {
  color: #f5f4f0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txt-2nd3-light {
  opacity: 0.5;
}

.txt-cr {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #4d4d4d;
}
.txt-cr > a {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #4d4d4d;
}

.hide_txt {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.txt-h1, .txt-headline1 {
  font-size: 48px;
  font-size: 3rem;
}

.txt-h2, .txt-headline2, .banner-slide-txt .slogan, #primary .single_container .single_txtBlock-title {
  font-size: 38px;
  font-size: 2.5rem;
}

.txt-h3, .txt-headline3, .content-subtitle, .liuFood_card .title, text-block .heading .title, .banner-slide-txt .subSlogan {
  font-size: 36px;
  font-size: 2.5rem;
}

.txt-h4, .txt-headline4, .liuFood_frm-label, .project_select, text-block .heading .subtitle, #primary .single_container .single_txtBlock-price, .liuFood_card3-cnt-main, .liuFood_panel-title {
  font-size: 26px;
  font-size: 1.6rem;
}

.txt-h5, .txt-headline5, .web_aside-inner-hd .title, .woocommerce .product_Block .woocommerce-loop-product__title, a {
  font-size: 1618;
  font-size: 1.4rem;
}

.txt-h6, .txt-headline6, .txt-s, .liuFood_card .date {
  font-size: 16px;
  font-size: 1rem;
}

.liuFood_card2 .tag, .liuFood_card2 .brief {
  font-size: 16px;
  font-size: 1rem;
}

.article_detail-bd-heading [class^=icon-] {
  font-size: 16px;
  font-size: 1rem;
}

.txt-p1, p, #primary .single_container .single_txtBlock-price .number, .woocommerce .product_Block .price {
  font-size: 16px;
  font-size: 1.2rem;
}

.txt-p2 {
  font-size: 16px;
  font-size: 1rem;
}

.txt-headline1 {
  letter-spacing: 2px;
  font-weight: 900;
  font-family: "Noto Serif TC", serif;
  color: #9f353a;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .txt-headline1 {
    font-size: 30px;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
  }
}
.txt-headline2, .banner-slide-txt .slogan, #primary .single_container .single_txtBlock-title {
  font-weight: 900;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 4px;
  color: #9f353a;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .txt-headline2, .banner-slide-txt .slogan, #primary .single_container .single_txtBlock-title {
    font-size: 22px;
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.txt-headline3, .content-subtitle, .liuFood_card .title, text-block .heading .title, .banner-slide-txt .subSlogan {
  font-weight: 900;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 1px;
  color: #9f353a;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .txt-headline3, .content-subtitle, .liuFood_card .title, text-block .heading .title, .banner-slide-txt .subSlogan {
    font-size: 22px;
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.txt-headline4, .liuFood_frm-label, .project_select, text-block .heading .subtitle, #primary .single_container .single_txtBlock-price {
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #9f353a;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .txt-headline4, .liuFood_frm-label, .project_select, text-block .heading .subtitle, #primary .single_container .single_txtBlock-price {
    font-size: 22px;
    font-size: 1.5rem;
  }
}
.txt-headline5, .web_aside-inner-hd .title, .woocommerce .product_Block .woocommerce-loop-product__title, .txt-headline6 {
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 1px;
  margin-bottom: 0;
}

p, #primary .single_container .single_txtBlock-price .number, .woocommerce .product_Block .price {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #4d4d4d;
}

@media (max-width: 767.98px) {
  p, #primary .single_container .single_txtBlock-price .number, .woocommerce .product_Block .price {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
a {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 400;
}

.web_footer-heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #1a1a1a;
  padding-bottom: 24px;
}

.txt-primary, text-block .heading .title {
  color: #9f353a;
}

.txt-secondary1 {
  color: #fcfaf2;
}

.txt-secondary2 {
  color: #73262a;
}

.txt-secondary3 {
  color: #fac300;
}

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

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

.txt-2nd3 {
  color: #f5f4f0;
}

.txt-2nd4 {
  color: #785f49;
}

.txt-grey1, .txt, .liuFood_card2 .brief, .liuFood_panel-title, text-block .heading .subtitle {
  color: #1a1a1a;
}

.txt-grey2, .liuFood_card2 .tag, .article_detail-bd-heading [class^=icon-] {
  color: #4d4d4d;
}

.txt-grey3 {
  color: #8f8f8f;
}

.txt-grey4 {
  color: #dbdbdb;
}

.txt-grey5 {
  color: #f5f5f5;
}

.txt-grey6 {
  color: #f2f2f2;
}

.txt-white {
  color: #fff;
}

.txt-orange {
  color: #fd7e14;
}

.txt-red {
  color: #dc3545;
}

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

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

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

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

.txt-pink {
  color: #e83e8c;
}

.txt-yellow {
  color: #ffc107;
}

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

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

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

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

.content-subtitle {
  color: #fac300;
  position: relative;
}

/*----------------------------------------------------------------------*\
        >>  icon
\*----------------------------------------------------------------------*/
.svgicon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.svgicon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.icon-Facebook {
  width: 8px;
  height: 15px;
}

.icon-Line {
  width: 14px;
  height: 14px;
}

.icon-Instagram {
  width: 14px;
  height: 15px;
}

.icon-YouTube {
  width: 14px;
  height: 11px;
}

.fa-arrow-right {
  font-weight: 500;
  color: #9f353a;
}

/*----------------------------------------------------------------------*\
        >>  img_div
\*----------------------------------------------------------------------*/
.img_div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.img_div img {
  position: absolute;
  top: 50%;
  left: 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;
}

.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;
}

/*    > components */
.btns {
  border: 1px solid #9f353a;
  position: relative;
}
.btns svg {
  width: 20px;
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.btns .order_btn {
  padding-left: 62px;
}
.btns .order_btn:hover svg {
  transform: scale(1.4);
}
.btns .order_btn:hover svg path {
  fill: #fff;
}

@media (max-width: 767.98px) {
  .btns svg {
    left: 0;
    right: 120px;
  }
}
@media (max-width: 575.98px) {
  .btns .order_btn {
    padding-left: 1.2rem;
    width: 100%;
  }
}
.liuFood_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 0 2rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  background-color: transparent;
  color: #9f353a;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.liuFood_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9f353a;
  opacity: 0;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  .liuFood_btn {
    padding: 0 1.2rem;
    width: 100%;
  }
}
.liuFood_btn-s {
  height: 30px;
  padding: 0.3rem 0.6rem;
}

.liuFood_btn:hover {
  color: #fff;
  text-decoration: none;
}
.liuFood_btn:hover::after {
  opacity: 1;
  right: 0;
}
.liuFood_btn .icon + .txt {
  margin-left: 0.5rem;
}
.liuFood_btn:active {
  transform: translate(1px, 1px);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.58), 0 2px 9px 0 rgba(0, 0, 0, 0.55);
}

.liuFood_btn-primary {
  background-color: #9f353a;
  color: #190809;
}
.liuFood_btn-primary:hover {
  color: #fff;
  background-color: #79282c;
}

.liuFood_btn-secondary1 {
  background-color: #fcfaf2;
  color: #dbc261;
}
.liuFood_btn-secondary1:hover {
  color: #fff;
  background-color: #f2eac9;
}

.liuFood_btn-secondary2 {
  background-color: #73262a;
  color: black;
}
.liuFood_btn-secondary2:hover {
  color: #fff;
  background-color: #4d191c;
}

.liuFood_btn-secondary3 {
  background-color: #fac300;
  color: #483800;
}
.liuFood_btn-secondary3:hover {
  color: #fff;
  background-color: #c79b00;
}

.liuFood_btn-2nd1 {
  background-color: #e8e1d4;
  color: #aa9060;
}
.liuFood_btn-2nd1:hover {
  color: #fff;
  background-color: #d6cab3;
}

.liuFood_btn-2nd2 {
  background-color: #d4c1a9;
  color: #876944;
}
.liuFood_btn-2nd2:hover {
  color: #fff;
  background-color: #c3a887;
}

.liuFood_btn-2nd3 {
  background-color: #f5f4f0;
  color: #aea585;
}
.liuFood_btn-2nd3:hover {
  color: #fff;
  background-color: #e1ded1;
}

.liuFood_btn-2nd4 {
  background-color: #785f49;
  color: #090705;
}
.liuFood_btn-2nd4:hover {
  color: #fff;
  background-color: #584636;
}

.liuFood_btn-grey1 {
  background-color: #1a1a1a;
  color: black;
}
.liuFood_btn-grey1:hover {
  color: #fff;
  background-color: #010101;
}

.liuFood_btn-grey2 {
  background-color: #4d4d4d;
  color: black;
}
.liuFood_btn-grey2:hover {
  color: #fff;
  background-color: #343434;
}

.liuFood_btn-grey3 {
  background-color: #8f8f8f;
  color: #363636;
}
.liuFood_btn-grey3:hover {
  color: #fff;
  background-color: #767676;
}

.liuFood_btn-grey4 {
  background-color: #dbdbdb;
  color: #828282;
}
.liuFood_btn-grey4:hover {
  color: #fff;
  background-color: #c2c2c2;
}

.liuFood_btn-grey5 {
  background-color: #f5f5f5;
  color: #9c9c9c;
}
.liuFood_btn-grey5:hover {
  color: #fff;
  background-color: gainsboro;
}

.liuFood_btn-grey6 {
  background-color: #f2f2f2;
  color: #999999;
}
.liuFood_btn-grey6:hover {
  color: #fff;
  background-color: #d9d9d9;
}

.liuFood_btn-white {
  background-color: #fff;
  color: #a6a6a6;
}
.liuFood_btn-white:hover {
  color: #fff;
  background-color: #e6e6e6;
}

.liuFood_btn-orange {
  background-color: #fd7e14;
  color: #5e2b01;
}
.liuFood_btn-orange:hover {
  color: #fff;
  background-color: #dc6502;
}

.liuFood_btn-red {
  background-color: #dc3545;
  color: #510e14;
}
.liuFood_btn-red:hover {
  color: #fff;
  background-color: #bd2130;
}

.liuFood_btn-green {
  background-color: #28a745;
  color: #06170a;
}
.liuFood_btn-green:hover {
  color: #fff;
  background-color: #1e7e34;
}

.liuFood_btn-blue {
  background-color: #007bff;
  color: #00254d;
}
.liuFood_btn-blue:hover {
  color: #fff;
  background-color: #0062cc;
}

.liuFood_btn-indigo {
  background-color: #6610f2;
  color: #1f044b;
}
.liuFood_btn-indigo:hover {
  color: #fff;
  background-color: #510bc4;
}

.liuFood_btn-purple {
  background-color: #6f42c1;
  color: #22143d;
}
.liuFood_btn-purple:hover {
  color: #fff;
  background-color: #59339d;
}

.liuFood_btn-pink {
  background-color: #e83e8c;
  color: #670c36;
}
.liuFood_btn-pink:hover {
  color: #fff;
  background-color: #d91a72;
}

.liuFood_btn-yellow {
  background-color: #ffc107;
  color: #543f00;
}
.liuFood_btn-yellow:hover {
  color: #fff;
  background-color: #d39e00;
}

.liuFood_btn-teal {
  background-color: #20c997;
  color: #072f23;
}
.liuFood_btn-teal:hover {
  color: #fff;
  background-color: #199d76;
}

.liuFood_btn-cyan {
  background-color: #17a2b8;
  color: #031619;
}
.liuFood_btn-cyan:hover {
  color: #fff;
  background-color: #117a8b;
}

.liuFood_btn-gray {
  background-color: #6c757d;
  color: #191b1d;
}
.liuFood_btn-gray:hover {
  color: #fff;
  background-color: #545b62;
}

.liuFood_btn-gray-dark {
  background-color: #343a40;
  color: black;
}
.liuFood_btn-gray-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

.liuFood_btn-primary.liuFood_btn-nobg, .style1 .liuFood_btn-primary.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #9f353a;
}

.liuFood_btn-primary.liuFood_btn-nobg:hover, .style1 .liuFood_btn-primary.liuFood_tab-ctrl-selector:hover {
  background-color: #c1464c;
  color: #000;
}

.liuFood_btn-secondary1.liuFood_btn-nobg, .style1 .liuFood_btn-secondary1.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #fcfaf2;
}

.liuFood_btn-secondary1.liuFood_btn-nobg:hover, .style1 .liuFood_btn-secondary1.liuFood_tab-ctrl-selector:hover {
  background-color: white;
  color: #000;
}

.liuFood_btn-secondary2.liuFood_btn-nobg, .style1 .liuFood_btn-secondary2.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #73262a;
}

.liuFood_btn-secondary2.liuFood_btn-nobg:hover, .style1 .liuFood_btn-secondary2.liuFood_tab-ctrl-selector:hover {
  background-color: #993338;
  color: #000;
}

.liuFood_btn-secondary3.liuFood_btn-nobg, .style1 .liuFood_btn-secondary3.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #fac300;
}

.liuFood_btn-secondary3.liuFood_btn-nobg:hover, .style1 .liuFood_btn-secondary3.liuFood_tab-ctrl-selector:hover {
  background-color: #ffd12e;
  color: #000;
}

.liuFood_btn-2nd1.liuFood_btn-nobg, .style1 .liuFood_btn-2nd1.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #e8e1d4;
}

.liuFood_btn-2nd1.liuFood_btn-nobg:hover, .style1 .liuFood_btn-2nd1.liuFood_tab-ctrl-selector:hover {
  background-color: #faf8f5;
  color: #000;
}

.liuFood_btn-2nd2.liuFood_btn-nobg, .style1 .liuFood_btn-2nd2.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #d4c1a9;
}

.liuFood_btn-2nd2.liuFood_btn-nobg:hover, .style1 .liuFood_btn-2nd2.liuFood_tab-ctrl-selector:hover {
  background-color: #e5dacb;
  color: #000;
}

.liuFood_btn-2nd3.liuFood_btn-nobg, .style1 .liuFood_btn-2nd3.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #f5f4f0;
}

.liuFood_btn-2nd3.liuFood_btn-nobg:hover, .style1 .liuFood_btn-2nd3.liuFood_tab-ctrl-selector:hover {
  background-color: white;
  color: #000;
}

.liuFood_btn-2nd4.liuFood_btn-nobg, .style1 .liuFood_btn-2nd4.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #785f49;
}

.liuFood_btn-2nd4.liuFood_btn-nobg:hover, .style1 .liuFood_btn-2nd4.liuFood_tab-ctrl-selector:hover {
  background-color: #98785c;
  color: #000;
}

.liuFood_btn-grey1.liuFood_btn-nobg, .style1 .liuFood_btn-grey1.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #1a1a1a;
}

.liuFood_btn-grey1.liuFood_btn-nobg:hover, .style1 .liuFood_btn-grey1.liuFood_tab-ctrl-selector:hover {
  background-color: #343434;
  color: #000;
}

.liuFood_btn-grey2.liuFood_btn-nobg, .style1 .liuFood_btn-grey2.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #4d4d4d;
}

.liuFood_btn-grey2.liuFood_btn-nobg:hover, .style1 .liuFood_btn-grey2.liuFood_tab-ctrl-selector:hover {
  background-color: #676767;
  color: #000;
}

.liuFood_btn-grey3.liuFood_btn-nobg, .style1 .liuFood_btn-grey3.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #8f8f8f;
}

.liuFood_btn-grey3.liuFood_btn-nobg:hover, .style1 .liuFood_btn-grey3.liuFood_tab-ctrl-selector:hover {
  background-color: darkgray;
  color: #000;
}

.liuFood_btn-grey4.liuFood_btn-nobg, .style1 .liuFood_btn-grey4.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #dbdbdb;
}

.liuFood_btn-grey4.liuFood_btn-nobg:hover, .style1 .liuFood_btn-grey4.liuFood_tab-ctrl-selector:hover {
  background-color: whitesmoke;
  color: #000;
}

.liuFood_btn-grey5.liuFood_btn-nobg, .style1 .liuFood_btn-grey5.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #f5f5f5;
}

.liuFood_btn-grey5.liuFood_btn-nobg:hover, .style1 .liuFood_btn-grey5.liuFood_tab-ctrl-selector:hover {
  background-color: white;
  color: #000;
}

.liuFood_btn-grey6.liuFood_btn-nobg, .style1 .liuFood_btn-grey6.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #f2f2f2;
}

.liuFood_btn-grey6.liuFood_btn-nobg:hover, .style1 .liuFood_btn-grey6.liuFood_tab-ctrl-selector:hover {
  background-color: white;
  color: #000;
}

.liuFood_btn-white.liuFood_btn-nobg, .style1 .liuFood_btn-white.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #fff;
}

.liuFood_btn-white.liuFood_btn-nobg:hover, .style1 .liuFood_btn-white.liuFood_tab-ctrl-selector:hover {
  background-color: white;
  color: #000;
}

.liuFood_btn-orange.liuFood_btn-nobg, .style1 .liuFood_btn-orange.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #fd7e14;
}

.liuFood_btn-orange.liuFood_btn-nobg:hover, .style1 .liuFood_btn-orange.liuFood_tab-ctrl-selector:hover {
  background-color: #fd9a47;
  color: #000;
}

.liuFood_btn-red.liuFood_btn-nobg, .style1 .liuFood_btn-red.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #dc3545;
}

.liuFood_btn-red.liuFood_btn-nobg:hover, .style1 .liuFood_btn-red.liuFood_tab-ctrl-selector:hover {
  background-color: #e4606d;
  color: #000;
}

.liuFood_btn-green.liuFood_btn-nobg, .style1 .liuFood_btn-green.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #28a745;
}

.liuFood_btn-green.liuFood_btn-nobg:hover, .style1 .liuFood_btn-green.liuFood_tab-ctrl-selector:hover {
  background-color: #34ce57;
  color: #000;
}

.liuFood_btn-blue.liuFood_btn-nobg, .style1 .liuFood_btn-blue.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #007bff;
}

.liuFood_btn-blue.liuFood_btn-nobg:hover, .style1 .liuFood_btn-blue.liuFood_tab-ctrl-selector:hover {
  background-color: #3395ff;
  color: #000;
}

.liuFood_btn-indigo.liuFood_btn-nobg, .style1 .liuFood_btn-indigo.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #6610f2;
}

.liuFood_btn-indigo.liuFood_btn-nobg:hover, .style1 .liuFood_btn-indigo.liuFood_tab-ctrl-selector:hover {
  background-color: #8540f5;
  color: #000;
}

.liuFood_btn-purple.liuFood_btn-nobg, .style1 .liuFood_btn-purple.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #6f42c1;
}

.liuFood_btn-purple.liuFood_btn-nobg:hover, .style1 .liuFood_btn-purple.liuFood_tab-ctrl-selector:hover {
  background-color: #8c68ce;
  color: #000;
}

.liuFood_btn-pink.liuFood_btn-nobg, .style1 .liuFood_btn-pink.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #e83e8c;
}

.liuFood_btn-pink.liuFood_btn-nobg:hover, .style1 .liuFood_btn-pink.liuFood_tab-ctrl-selector:hover {
  background-color: #ed6ca7;
  color: #000;
}

.liuFood_btn-yellow.liuFood_btn-nobg, .style1 .liuFood_btn-yellow.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #ffc107;
}

.liuFood_btn-yellow.liuFood_btn-nobg:hover, .style1 .liuFood_btn-yellow.liuFood_tab-ctrl-selector:hover {
  background-color: #ffce3a;
  color: #000;
}

.liuFood_btn-teal.liuFood_btn-nobg, .style1 .liuFood_btn-teal.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #20c997;
}

.liuFood_btn-teal.liuFood_btn-nobg:hover, .style1 .liuFood_btn-teal.liuFood_tab-ctrl-selector:hover {
  background-color: #3ce0af;
  color: #000;
}

.liuFood_btn-cyan.liuFood_btn-nobg, .style1 .liuFood_btn-cyan.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #17a2b8;
}

.liuFood_btn-cyan.liuFood_btn-nobg:hover, .style1 .liuFood_btn-cyan.liuFood_tab-ctrl-selector:hover {
  background-color: #1fc8e3;
  color: #000;
}

.liuFood_btn-gray.liuFood_btn-nobg, .style1 .liuFood_btn-gray.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #6c757d;
}

.liuFood_btn-gray.liuFood_btn-nobg:hover, .style1 .liuFood_btn-gray.liuFood_tab-ctrl-selector:hover {
  background-color: #868e96;
  color: #000;
}

.liuFood_btn-gray-dark.liuFood_btn-nobg, .style1 .liuFood_btn-gray-dark.liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #343a40;
}

.liuFood_btn-gray-dark.liuFood_btn-nobg:hover, .style1 .liuFood_btn-gray-dark.liuFood_tab-ctrl-selector:hover {
  background-color: #4b545c;
  color: #000;
}

.liuFood_btn-nobg, .style1 .liuFood_tab-ctrl-selector {
  background-color: transparent;
  color: #e8e1d4;
}

.liuFood_btn-nobg:hover, .style1 .liuFood_tab-ctrl-selector:hover {
  background-color: transparent;
  color: #9f353a;
}

.liuFood_btn-border, .style1 .liuFood_tab-ctrl-selector {
  background-color: rgba(159, 53, 58, 0);
  border: 1px solid #9f353a;
  color: #9f353a;
}

.liuFood_btn-border:hover, .style1 .liuFood_tab-ctrl-selector:hover {
  background-color: #9f353a;
  color: #fff;
  text-decoration: none;
}

.btn-pdt-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-social_share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #9f353a;
  color: #9f353a;
  transition: all 0.3s ease-in-out;
}
.btn-social_share path {
  fill: currentcolor;
}
.btn-social_share .svgicon svg {
  display: block;
}
.btn-social_share .drawicon-Facebook {
  width: 7.23px;
  height: 14px;
}
.btn-social_share .drawicon-LINE {
  width: 14px;
  height: 13.35px;
}
.btn-social_share .drawicon-Twitter {
  width: 14px;
  height: 11.38px;
}
.btn-social_share:hover {
  background-color: #9f353a;
  color: #fff;
}

/* ==============btn swiper ===============*/
.web_goTop {
  position: fixed;
  right: 24px;
  bottom: -100%;
  z-index: 900;
  transition: all 0.3s ease-in-out;
}

.web_goTop-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #9f353a;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  transition: all 0.3s ease-in-out;
}
.web_goTop-inner:hover {
  background-color: #9f353a;
  color: #fff;
}
.web_goTop-inner:hover polyline {
  stroke: white;
}

.web_goTop.js-show {
  bottom: 96px;
}

/*
<nav class="navigation pagination" role="navigation" aria-label="文章">
    <h2 class="screen-reader-text">文章導覽</h2>
    <div class="nav-links">
        <a class="prev page-numbers" href="http://lizzcosme.designhu-demo.com/news/page/1/">
            <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="http://lizzcosme.designhu-demo.com/news/page/1/">1</a>
        <span aria-current="page" class="page-numbers current">2</span>
        <a class="page-numbers" href="http://lizzcosme.designhu-demo.com/news/page/3/">3</a>
        <a class="page-numbers" href="http://lizzcosme.designhu-demo.com/news/page/4/">4</a>
        <a class="next page-numbers" href="http://lizzcosme.designhu-demo.com/news/page/3/">
            <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>
*/
.liuFood_pagination {
  padding: 50px 0 0;
  display: flex;
  justify-content: center;
}
.liuFood_pagination .pagination {
  padding-bottom: 50px;
}
.liuFood_pagination .nav-links {
  display: flex;
  justify-content: center;
}
.liuFood_pagination .screen-reader-text {
  display: none;
}
.liuFood_pagination .page-numbers:not(:first-child) {
  margin-left: 0.8rem;
}
.liuFood_pagination .pagination {
  position: relative;
}
.liuFood_pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(159, 53, 58, 0);
  border-radius: 10px;
  border: 1px solid #8f8f8f;
  color: #1a1a1a;
  transition: all 0.3s ease-in-out;
}
.liuFood_pagination .page-numbers:hover {
  background-color: #9f353a;
  border: 1px solid #9f353a;
  box-shadow: 0 0 5px #9f353a;
  color: #fff;
}
.liuFood_pagination .page-numbers.current {
  background-color: #9f353a;
  color: #fff;
}
.liuFood_pagination .prev .svgicon, .liuFood_pagination .next .svgicon {
  width: 6px;
}
.liuFood_pagination .prev .svgicon path {
  stroke: currentColor;
  transition: all 0.3s ease-in-out;
}
.liuFood_pagination .next .svgicon {
  transform: rotate(180deg);
}
.liuFood_pagination .next .svgicon path {
  stroke: currentColor;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 374.98px) {
  .liuFood_pagination .page-numbers:nth-of-type(2) {
    margin-left: 0;
  }
}
@media (max-width: 427.98px) {
  .liuFood_pagination .page-numbers {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 374.98px) {
  .liuFood_pagination .prev, .liuFood_pagination .next {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
@media (max-width: 374.98px) {
  .liuFood_pagination .next {
    left: unset;
    right: 0;
  }
}
.m_menu {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 101;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  display: none;
}
.m_menu .group {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.m_menu .group div {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.m_menu .group .line1 {
  top: 3px;
}
.m_menu .group .line2 {
  top: 50%;
  margin-top: -1.5px;
}
.m_menu .group .line3 {
  top: 50%;
  margin-top: -1.5px;
  opacity: 0;
}
.m_menu .group .line4 {
  bottom: 3px;
}

@media (max-width: 1023.98px) {
  .m_menu {
    display: block;
  }
}
.js-open-mobile-menu .m_menu .group {
  top: -2px;
  transform: rotate(360deg);
}
.js-open-mobile-menu .m_menu .group div {
  background-color: #fff;
}
.js-open-mobile-menu .m_menu .group .line1, .js-open-mobile-menu .m_menu .group .line4 {
  top: 0;
  opacity: 0;
}
.js-open-mobile-menu .m_menu .group .line2 {
  transform: rotate(45deg);
}
.js-open-mobile-menu .m_menu .group .line3 {
  opacity: 1;
  transform: rotate(-45deg);
}

.liuFood_card .title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-weight: 700;
}
.liuFood_card .date {
  margin-bottom: 0.5rem;
}
.liuFood_card .link {
  position: relative;
  display: inline-block;
  color: currentColor;
}
.liuFood_card .link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: -3px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  margin: auto;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.liuFood_card-inner {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.liuFood_card-inner:hover {
  box-shadow: 0px 10px 30px rgba(166, 141, 89, 0.3);
}
.liuFood_card-inner:hover .liuFood_card-cnt {
  transform: translateY(0px);
}
.liuFood_card-inner:hover .liuFood_card-cnt-more {
  opacity: 1;
}
.liuFood_card-inner:hover .link:after {
  width: 100%;
  background-color: #fff;
}
.liuFood_card-inner:hover .img_div {
  transform: scale(1.05);
}

.liuFood_card-img {
  overflow: hidden;
}
.liuFood_card-img .img_div {
  transition: all 0.3s ease-in-out;
}

.liuFood_card-cnt {
  position: absolute;
  bottom: 0px;
  width: 100%;
  transform: translateY(24px);
  transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}
.liuFood_card-cnt > .inner {
  position: relative;
  z-index: 2;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media (max-width: 767.98px) {
  .liuFood_card-cnt {
    position: relative;
    bottom: unset;
    transform: translateY(0px);
  }
}
.liuFood_card-cnt-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  background-position: center bottom;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .liuFood_card-cnt-bg {
    background-position: center center;
  }
}
.liuFood_card-cnt-more {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .liuFood_card-cnt-more {
    opacity: 1;
  }
}
.liuFood_card2 .date {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  padding: 0 1rem 0.5rem;
  text-align: center;
}
.liuFood_card2 .title {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.liuFood_card2 .tag {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.liuFood_card2 .tag .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  flex: 0 0 14px;
}
.liuFood_card2 .tag path {
  fill: #9f353a;
}
.liuFood_card2 .brief {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}

.liuFood_card2-inner {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #8f8f8f;
  color: #1a1a1a;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  overflow: hidden;
}
.liuFood_card2-inner:hover {
  text-decoration: none;
  color: currentColor;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
}
.liuFood_card2-inner:hover .img_div {
  transform: scale(1.05);
}
.liuFood_card2-inner:hover .title {
  color: #9f353a;
}

.liuFood_card2-img .img_div {
  transition: all 0.3s ease-in-out;
}

.liuFood_card2-cnt > .inner {
  padding: 1.5rem;
}

.liuFood_card3 .title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-align: center;
  display: block;
}

.liuFood_card3-inner {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #8f8f8f;
  color: #1a1a1a;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  overflow: hidden;
}
.liuFood_card3-inner:hover {
  text-decoration: none;
  color: currentColor;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
}
.liuFood_card3-inner:hover .img_div {
  transform: scale(1.05);
}
.liuFood_card3-inner:hover .title {
  color: #fff;
}
.liuFood_card3-inner:hover .liuFood_card3-cnt > .inner {
  background-color: #9f353a;
}

.liuFood_card3-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px;
}
.liuFood_card3-img .img_div {
  transition: all 0.3s ease-in-out;
}
.liuFood_card3-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.liuFood_card3-cnt > .inner {
  padding: 0.5rem;
  background-color: #fac300;
  transition: all 0.3s ease-in-out;
}

.liuFood_card3-cnt-main {
  color: #1a1a1a;
  font-weight: 500;
}

.liuFood_tab-ctrl {
  padding-bottom: 40px;
}

.liuFood_tab-ctrl-selector {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.liuFood_tab-content {
  position: relative;
}

.liuFood_tab-content-inner {
  display: none;
}
.liuFood_tab-content-inner.js-show {
  display: block;
  animation-name: zoomIn;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: both;
}

.liuFood_tab-ctrl {
  margin-bottom: 40px;
}
.liuFood_tab-ctrl ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.liuFood_tab-ctrl-selector {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 40px;
  padding: 0 1rem;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #f5f4f0;
  color: #4d4d4d;
}
.liuFood_tab-ctrl-selector:hover {
  background-color: #9f353a;
  color: #f5f5f5;
}
.liuFood_tab-ctrl-selector.js-active {
  background-color: #9f353a;
  color: #f5f5f5;
}
.liuFood_tab-ctrl-selector.js-active:hover {
  box-shadow: 0px 10px 30px rgba(166, 141, 89, 0.3);
}

@media (max-width: 427.98px) {
  .liuFood_tab-ctrl-selector {
    padding: 3px;
  }
}
.style1 .liuFood_tab-ctrl-selector {
  border-radius: 0;
}
.style1 .liuFood_tab-ctrl-selector.js-active {
  color: #fff;
}

.liuFood_breadcrumb {
  font-size: 18px;
  font-size: 1.2rem;
}

@media (max-width: 767.98px) {
  .liuFood_breadcrumb {
    font-size: 16px;
    font-size: 1rem;
    display: none;
  }
}
.liuFood_breadcrumb-link {
  color: #4d4d4d;
}

.liuFood_breadcrumb a:last-child, .liuFood_breadcrumb-link-product {
  color: #9f353a;
}

.page-news-detail .liuFood_breadcrumb {
  right: 10px;
  bottom: 10px;
}

.step_section {
  max-width: 576px;
  margin: 0 auto;
  padding-bottom: 104px;
}
.step_section .number_block {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #4d4d4d;
  margin-bottom: 0.4rem;
}
.step_section .step-trim {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.step_section .step-trim-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 300px;
  z-index: 5;
}
.step_section .step-trim-item:not(:last-child):after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-15px);
  content: "";
  display: inline-block;
  height: 1px;
  width: 105%;
  background-color: #fff;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .step_section .step-trim-item {
    flex: 0 0 30%;
  }
}
.woocommerce-cart .step_section .number_block.step_1 {
  background-color: #9f353a;
  color: #fff;
}

.woocommerce-checkout .step_section .number_block.step_1, .woocommerce-checkout .step_section .number_block.step_2 {
  background-color: #9f353a;
  color: #fff;
}

.woocommerce-order-received .step_section .number_block.step_3, .woocommerce-checkout .page_thankyou .number_block {
  background-color: #9f353a;
  color: #fff;
}

.woocommerce-cart .step_section .step-trim-item:first-child:after {
  background-color: #9f353a;
}

.woocommerce-checkout .step_section .step-trim-item:first-child:after, .woocommerce-checkout .step_section .step-trim-item:nth-child(2):after {
  background-color: #9f353a;
}
.woocommerce-checkout .page_checkout .step-trim-item:after, .woocommerce-checkout .page_thankyou .step-trim-item:after {
  background-color: #9f353a;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file {
  margin-left: -1px;
}
.input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file {
  margin-left: -1px;
}
.input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend, .input-group-append {
  display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text {
  margin-left: -1px;
}
.input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio], .input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8f8f8f;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8f8f8f;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8f8f8f;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8f8f8f;
}

label[id$=error] {
  position: absolute;
  bottom: -41px;
  left: 0px;
  z-index: 10;
  max-width: 100%;
  background-color: #df5a16;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
label[id$=error]:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #df5a16 transparent;
}

.control-field label[id$=error] {
  left: 1rem;
}

input[type=date], input[type=time] {
  min-height: 38px;
}

.frm_btns {
  text-align: center;
  display: flex;
  justify-content: center;
}

.autosize_textarea {
  min-height: 150px;
  resize: none;
}

.frm_label {
  margin-bottom: 0;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.liuFood_frm {
  padding-top: 40px;
}

.liuFood_frm-inner {
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  border-radius: 10px;
  padding: 40px;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  .liuFood_frm-inner {
    padding: 1rem;
  }
}
.liuFood_frm-col {
  position: relative;
}

.liuFood_frm-label {
  flex: 0 0 auto;
  margin-bottom: 0.5rem;
}

.required .liuFood_frm-label:after {
  content: "*";
  display: inline-block;
  margin-left: 0.3rem;
  color: #9f353a;
}

.liuFood_frm-rcxlist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.liuFood_frm-rcxlist .liuFood_rcx {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.liuFood_frm-rcxlist-other input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  border: 1px solid #8f8f8f;
}

.liuFood_frm-rcxlist.agree .liuFood_rcx-label .choicemark {
  border-radius: 5px;
  flex: 0 0 auto;
}
.liuFood_frm-rcxlist.agree .liuFood_rcx-input:checked + .choicemark:before {
  border-radius: 2px;
}

.liuFood_frm-error {
  position: absolute;
  top: 60%;
  z-index: -1;
  height: 0;
  opacity: 0;
}
.liuFood_frm-error:not(:empty) {
  z-index: 2;
  height: auto;
  background-color: #e16b8d;
  padding: 0.3rem 0.8rem;
  border-radius: 5px;
  color: #f6bccc;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.liuFood_frm-error:not(:empty):before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 1rem;
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-bottom: 9.6px solid #e16b8d;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.liuFood_frm-textarea {
  resize: none;
}

.liuFood_frm .liuFood_frm-textarea {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  border: none;
  padding: 0 1rem;
}
.liuFood_frm .frm-btns {
  display: flex;
  justify-content: center;
}

.frm-uName .liuFood_field-input {
  max-width: 50%;
}
.frm-uName .liuFood_field-append {
  position: absolute;
  right: 1.5rem;
}

.frm-updateFile .liuFood_field-input {
  height: calc(64px - 1rem);
}

.liuFood_rcx {
  display: flex;
  height: 100%;
  align-items: center;
}

.liuFood_rcx-label {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0.25rem;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.liuFood_rcx-label .choicemark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  transition: all 0.3s ease-in-out;
  color: #b3b3b3;
}
.liuFood_rcx-label .choicemark:before {
  content: "";
  display: block;
  width: 60%;
  height: 40%;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg) translate(10%, -10%) scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.liuFood_rcx-label .txt {
  padding-left: 1rem;
  color: #5c5c5c;
  transition: all 0.3s ease-in-out;
}
.liuFood_rcx-label:hover {
  background-color: #f2f2f2;
}

.liuFood_rcx-input {
  opacity: 0;
  display: none;
}
.liuFood_rcx-input:checked + .choicemark:before {
  transform: rotate(-45deg) translate(10%, -10%) scale(1);
  opacity: 1;
}

.liuFood_rcx-label .choicemark {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #b3b3b3;
}
.liuFood_rcx-label .choicemark:before {
  background-color: #b3b3b3;
  transform: scale(0);
}
.liuFood_rcx-label .txt {
  padding-left: 0.5rem;
  color: #5c5c5c;
}

.liuFood_rcx-input:checked + .choicemark {
  color: #9f353a;
}
.liuFood_rcx-input:checked + .choicemark:before {
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  border: none;
  transform: scale(1);
}

.liuFood_input {
  height: 56px;
  border-radius: 10px;
  background-color: #dbdbdb;
  border: none;
  padding: 0 1.5rem;
}

.project_field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #dddbda;
  padding: 0.3rem;
  background-color: #fff;
}
.project_field.js-focus {
  border-color: #9f353a;
}

.project_field-input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.2rem;
}

@media (max-width: 575.98px) {
  .project_field-input {
    padding: 0 0.5rem;
  }
}
.project_field .eye {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.project_field .eye .icon {
  transition: all 0.3s ease-in-out;
}
.project_field .eye .icon.show_pw, .project_field .eye .icon.hidden_pw {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.project_field .eye .icon.show_pw .svgicon {
  width: 16px;
  height: 11px;
}
.project_field .eye .icon.hidden_pw {
  opacity: 0;
}
.project_field .eye .icon.hidden_pw .svgicon {
  width: 16px;
  height: 11px;
}
.project_field .eye .icon.show_pw {
  opacity: 1;
}
.project_field .eye.js-show .hidden_pw {
  opacity: 1;
}
.project_field .eye.js-show .show_pw {
  opacity: 0;
}

.dropdown .project_field {
  border-radius: 5px;
  padding: unset;
  border: unset;
}

.project_select {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 45px;
  outline: 1px solid #f5f5f5;
}
.project_select:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.8rem;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

@media (max-width: 1023.98px) {
  .project_select {
    height: 56px;
  }
}
@media (max-width: 1023.98px) {
  .project_select:after {
    bottom: 0.7rem;
  }
}
.project_select-select {
  visibility: hidden;
}
.project_select-select.js-select-hidden {
  display: none;
  visibility: hidden;
}

.project_select-styled {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  font-size: 17px;
  width: 100%;
  color: #4d4d4d;
  font-weight: 400;
}
.project_select-styled.js-open:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.project_select-styled:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 2rem;
  display: inline-block;
  border: solid #9f353a;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.project_select-list {
  display: none;
  position: absolute;
  top: calc(100% - 0.8rem);
  right: 0;
  left: 0;
  padding: 0.8rem;
  background-color: #fff;
  outline: 1px solid #f5f5f5;
  max-height: 250px;
  overflow-y: scroll;
  z-index: 1;
}

.project_select-option {
  padding: 0.8rem 0.4rem;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 18px;
}
.project_select-option:hover {
  background-color: #f5f5f5;
}

/*    > layout  */
.body_wrap {
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}
.body_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  opacity: 0.5;
}

.js-open-mobile-menu .body_wrap {
  margin-left: -275px;
}

body {
  transition: all 0.3s ease-in-out;
}

.section_block {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (max-width: 767.98px) {
  .section_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#masthead {
  position: fixed;
  left: 0;
  z-index: 350;
  width: 100%;
  height: 132px;
}
#masthead::after {
  content: "";
  width: 100%;
  height: 132px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: #9f353a;
  -webkit-clip-path: ellipse(80% 100% at 50% 0);
  clip-path: ellipse(80% 100% at 50% 0);
}
#masthead .web_header {
  position: fixed;
  top: 0px;
  z-index: 350;
  width: 100%;
  height: 104px;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  left: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  #masthead {
    background-color: #9f353a;
  }
}
@media (max-width: 427.98px) {
  #masthead {
    height: 70px;
  }
}
@media (max-width: 1023.98px) {
  #masthead::after {
    content: unset;
  }
}
.js-open-mobile-menu #masthead .web_header {
  left: -275px;
}

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

@media (max-width: 1023.98px) {
  #masthead .web_header {
    height: 95px;
  }
}
#masthead .web_header-container {
  position: relative;
  height: 100%;
  display: grid;
  align-items: center;
  z-index: 150;
}
#masthead .web_header-menu, #masthead .web_header-menu-inner {
  height: 100%;
}

@media (max-width: 1023.98px) {
  #masthead .web_header-menu-pc.web_header-menu {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  #masthead .web_header-menu-inner {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  #masthead .web_header-menu {
    position: fixed;
    top: 132px;
    right: -100%;
    z-index: 90;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  #masthead .web_header-menu .web_nav {
    order: 1;
  }
  #masthead .web_header-menu .web_header-tools {
    order: 0;
  }
  .js-open-mobile-menu #masthead .web_header-menu {
    right: 0;
  }
}
@media (max-width: 428px) {
  #masthead .web_header-menu {
    top: 70px;
  }
}
.wooshop-position {
  position: relative;
  padding-top: 12px;
}

@media (max-width: 1023.98px) {
  .wooshop-position {
    display: none;
  }
}
.wooshop {
  position: relative;
  height: 22px;
}

.wooshop-list {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 0;
}

.wooshop-item {
  position: relative;
  padding-bottom: 15px;
}
.wooshop-item::before {
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  left: -16px;
  top: -10px;
  bottom: 0;
  margin: auto;
}
.wooshop-item + .wooshop-item {
  margin-left: 32px;
}
.wooshop-item + .wooshop-item::before {
  content: "";
}

.wooshop-item-inner {
  position: relative;
}

.wooshop .svgicon {
  position: relative;
  height: 22px;
}
.wooshop .basket-item-count {
  position: absolute;
  right: -14px;
  top: 10px;
}
.wooshop .cart-items-count.count {
  color: #fff;
  font-size: 14px;
}
.wooshop .wooshop-item-cart:hover .widget_shopping_cart_content {
  display: block;
  max-height: 800px;
  opacity: 1;
  z-index: 10;
}

.widget_shopping_cart_content {
  display: none;
  width: 360px;
  max-height: 0;
  background-color: #fff;
  position: absolute;
  top: 35px;
  right: 0;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item-info .remove {
  width: 24px;
  height: 24px;
  font-size: 15px;
  color: #8f8f8f !important;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item-info .remove:hover {
  background-color: #9f353a;
  color: #fff !important;
}
.widget_shopping_cart_content .wc_product-img {
  width: 50px;
}
.widget_shopping_cart_content .wc_product-img img {
  width: 100% !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total::before {
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total::after {
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  color: #4d4d4d;
  font-size: 1.2rem;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total span {
  font-weight: 700;
  color: #4d4d4d;
  font-size: 26px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons > a:first-child {
  display: none;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout.wc-forward {
  display: block;
  color: #fff;
  background-color: #9f353a;
  width: 100%;
  padding: 12px;
  font-weight: 500;
  text-align: center;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout.wc-forward:hover {
  background-color: #73262a;
}

.woocommerce-mini-cart {
  padding-left: 0;
  position: relative;
}

.woocommerce-mini-cart-item {
  list-style: none;
}

.woocommerce-mini-cart-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-mini-cart-item-info .remove_from_cart_button {
  order: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 18px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #000 !important;
}
.woocommerce-mini-cart-item-info .remove_from_cart_button:hover {
  background-color: #73262a !important;
}
.woocommerce-mini-cart-item-info .wc_product-img {
  order: 1;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.woocommerce-mini-cart-item-info .wc_product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.woocommerce-mini-cart-item-info .wc_product-info {
  order: 2;
  width: 51.6667%;
  display: flex;
  flex-direction: column;
}
.woocommerce-mini-cart-item-info .wc_product-info .wc_product-title {
  font-weight: 700;
  color: #4d4d4d;
  font-size: 1rem;
  font-family: "Noto Sans TC", sans-serif;
}
.woocommerce-mini-cart-item-info .wc_product-info .wc__price-tag {
  color: #4d4d4d;
  font-size: 1.2rem;
  font-family: "Noto Sans TC", sans-serif;
}
.woocommerce-mini-cart-item-info .wc_product-info .wc__quantity {
  color: #8f8f8f;
  font-size: 1rem;
  font-family: "Noto Sans TC", sans-serif;
}
.woocommerce-mini-cart-item-info .wc_product-info .wc_price-tag {
  color: #4d4d4d;
  font-size: 1.2rem;
  font-family: "Noto Sans TC", sans-serif;
}
.woocommerce-mini-cart-item-info .wc_product-info .wc_quantity {
  color: #8f8f8f;
  font-size: 1rem;
  font-family: "Noto Sans TC", sans-serif;
}

.woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
  margin-top: 16px !important;
}

.cart_mobile {
  position: absolute;
  right: 0;
  display: none;
}
.cart_mobile svg {
  width: 22px;
}
.cart_mobile .wooshop-item-inner {
  display: block;
  padding: 10px;
}
.cart_mobile .basket-item-count {
  position: absolute;
  right: 0;
  top: 0;
}
.cart_mobile .basket-item-count span {
  display: block;
  min-width: 20px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #9f353a;
  font-size: 14px;
}

@media (max-width: 1023.98px) {
  .cart_mobile {
    display: block;
  }
}
.widget_shopping_cart_content_mobile {
  display: block;
  background-color: #fff;
  width: 76.266666%;
  position: fixed;
  top: 70px;
  right: -100%;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 100;
  opacity: 1;
  height: 100%;
  box-shadow: 0px 10px 30px rgba(166, 141, 89, 0.3);
}
.widget_shopping_cart_content_mobile .remove_from_cart_button {
  display: none !important;
}
.widget_shopping_cart_content_mobile .wc_product-img {
  width: 22.1239%;
  height: auto;
}
.widget_shopping_cart_content_mobile .product_thumbnails {
  padding-bottom: 100%;
}
.widget_shopping_cart_content_mobile .product_thumbnails img {
  width: 100% !important;
  height: 100% !important;
}
.widget_shopping_cart_content_mobile .wc_product-info {
  width: 69.026548%;
}
.widget_shopping_cart_content_mobile .woocommerce-mini-cart__total {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.widget_shopping_cart_content_mobile .woocommerce-mini-cart__total::before {
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 20px;
}
.widget_shopping_cart_content_mobile .woocommerce-mini-cart__total::after {
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.widget_shopping_cart_content_mobile .woocommerce-mini-cart__total strong {
  color: #4d4d4d;
  font-size: 1.2rem;
}
.widget_shopping_cart_content_mobile .woocommerce-mini-cart__total span {
  font-weight: 700;
  color: #4d4d4d;
  font-size: 26px;
}
.widget_shopping_cart_content_mobile .woocommerce-mini-cart__buttons > a:first-child {
  display: none;
}
.widget_shopping_cart_content_mobile .woocommerce-mini-cart__buttons .button.checkout.wc-forward {
  display: block;
  color: #fff;
  background-color: #9f353a;
  width: 100%;
  padding: 12px;
  font-weight: 500;
  text-align: center;
}
.widget_shopping_cart_content_mobile .woocommerce-mini-cart__buttons .button.checkout.wc-forward:hover {
  background-color: #73262a;
}
.widget_shopping_cart_content_mobile.js_open {
  right: 0;
}

.widget_shopping_cart_content_mobile_bac {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 200%;
  background-color: #fff;
  opacity: 0.5;
}
.widget_shopping_cart_content_mobile_bac.js_open {
  right: 0;
}

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before {
  content: unset;
}
.woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
  content: unset;
}

.web_logo {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 256px;
  height: 78px;
}
.web_logo .img_div {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 30.46875%;
  background-size: cover;
}
.web_logo .img_div img {
  background-image: none;
}

@media (max-width: 1023.98px) {
  .web_logo {
    display: block;
  }
}
@media (max-width: 427.98px) {
  .web_logo {
    width: 158px;
    height: auto;
  }
}
.web_search {
  position: absolute;
  top: 100%;
  right: 0px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1023.98px) {
  .web_search {
    position: relative;
    top: unset;
    right: unset;
    padding: 0.8em;
    max-height: none;
    z-index: 1;
    opacity: 1;
  }
}
.web_search-frm {
  display: flex;
  align-items: center;
}

.web_search-field {
  display: flex;
  align-items: center;
  width: 90% !important;
  margin: 10px auto;
}

@media (max-width: 1023.98px) {
  .web_search-field {
    width: 100% !important;
    margin: 0;
  }
}
.web_search-input {
  width: 270px;
  background-color: transparent;
  border: none;
}

@media (max-width: 1023.98px) {
  .web_search-input {
    width: 100%;
  }
}
.js-open-mobile-menu .web_search-input {
  width: auto;
}

.web_search-btn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.web_search-btn .icon {
  width: 18px;
  height: 18px;
}
.web_search-btn path {
  fill: #9f353a;
}
.web_search-btn img {
  display: block;
}
.web_search-btn:hover {
  background-color: #fff;
}

.js-open-search .web_search {
  padding: 0.8rem;
  max-height: 200px;
  z-index: 1;
  opacity: 1;
}

.web_search .liuFood_input {
  padding: 0;
  display: flex;
  justify-content: center;
}

.footer {
  position: relative;
}
.footer .bac_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.footer .bac_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer .bac_img .img_mobile {
  display: none;
}

@media (max-width: 427.98px) {
  .footer .bac_img img {
    display: none;
  }
}
@media (max-width: 427.98px) {
  .footer .bac_img .img_mobile {
    display: block;
  }
}
.web_footer {
  position: relative;
  background-color: #fff;
  background-image: url(../images/footer_bac.png);
}
.web_footer .logo_phone {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .web_footer {
    background-color: #dbdbdb;
  }
}
.web_footer-orderPhone {
  display: flex;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 40px;
  position: relative;
}
.web_footer-orderPhone::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  opacity: 0.1;
  background-color: #9f353a;
}
.web_footer-orderPhone .phone-block {
  display: flex;
  align-items: center;
}
.web_footer-orderPhone .phone-block + .phone-block {
  margin-left: 40px;
}
.web_footer-orderPhone .txt-headline4, .web_footer-orderPhone .liuFood_frm-label, .web_footer-orderPhone .project_select, .web_footer-orderPhone text-block .heading .subtitle {
  margin-bottom: 0;
  font-weight: 700;
}

text-block .heading .web_footer-orderPhone .subtitle, .web_footer-orderPhone #primary .single_container .single_txtBlock-price, #primary .single_container .web_footer-orderPhone .single_txtBlock-price {
  margin-bottom: 0;
  font-weight: 700;
}

.web_footer-orderPhone h2 {
  color: #4d4d4d;
}
.web_footer-orderPhone .link {
  position: relative;
  padding-left: 32px;
  height: 100%;
  display: flex;
  align-items: center;
}
.web_footer-orderPhone .link .line-icon {
  margin-right: 1px;
}
.web_footer-orderPhone .link .line-icon svg {
  border: 1px solid #00c300 !important;
  border-radius: 8px;
}
.web_footer-orderPhone .link .line-icon svg .line-outPath {
  fill: #fff;
}
.web_footer-orderPhone .link .line-icon svg .line-inPath {
  fill: #00c300;
}
.web_footer-orderPhone .link .line-icon:hover svg {
  border: unset !important;
}
.web_footer-orderPhone .link .line-icon:hover .line-outPath {
  fill: #9f353a;
}
.web_footer-orderPhone .link .line-icon:hover .line-inPath {
  fill: #fff;
}
.web_footer-orderPhone .link a {
  color: #9f353a;
}
.web_footer-orderPhone .link::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 2px;
  height: 34px;
  background-color: #9f353a;
}

@media (max-width: 767.98px) {
  .web_footer-orderPhone {
    flex-direction: column;
    align-items: flex-start;
  }
  .web_footer-orderPhone .phone-block + .phone-block {
    margin-left: 0;
    margin-top: 16px;
  }
}
.web_footer-info {
  padding-top: 27px;
}

.web_footer .info .submenu-list {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.web_footer .info-item > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}
.web_footer .info-item > .inner:hover span {
  color: #9f353a;
}
.web_footer .info-item > .inner:hover span .icon {
  cursor: pointer;
  filter: invert(1) sepia(1) grayscale(1) brightness(1.5);
}
.web_footer .info-item > .inner img {
  display: block;
  margin-right: 16px;
}
.web_footer .info-subItem {
  position: relative;
  color: #4d4d4d;
  font-size: 1.2rem;
}
.web_footer .info-subItem::before {
  position: absolute;
  background-color: #9f353a;
  left: -8px;
  width: 1px;
  height: 26px;
}
.web_footer .info .info-subItem + .info-subItem {
  margin-left: 16px;
}
.web_footer .info .info-subItem + .info-subItem::before {
  content: "";
}
.web_footer .social {
  padding-top: 48px;
  padding-bottom: 40px;
  position: relative;
}
.web_footer .social::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 24px;
  opacity: 0.1;
  background-color: #9f353a;
}
.web_footer .social::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 20px;
  opacity: 0.1;
  background-color: #9f353a;
}
.web_footer .social-list {
  display: flex;
  justify-content: center;
}
.web_footer .social-item > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_footer .social-item > .inner .icon svg {
  border: 1px solid #9f353a;
  border-radius: 8px;
}
.web_footer .social li:not(:first-child) {
  margin-left: 24px;
}
.web_footer .social .fb-icon, .web_footer .social .line-icon, .web_footer .social .ig-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_footer .social .fb-icon svg {
  border: 1px solid #1877f2 !important;
}
.web_footer .social .fb-icon svg path {
  fill: #1877f2;
}
.web_footer .social .fb-icon:hover svg {
  border: unset !important;
  background-color: #9f353a;
  border-radius: 8px;
}
.web_footer .social .fb-icon:hover path {
  fill: #fff;
}
.web_footer .social .line-icon svg {
  border: 1px solid #00c300 !important;
}
.web_footer .social .line-icon svg .line-outPath {
  fill: #fff;
}
.web_footer .social .line-icon svg .line-inPath {
  fill: #00c300;
}
.web_footer .social .line-icon:hover svg {
  border: unset !important;
}
.web_footer .social .line-icon:hover .line-outPath {
  fill: #9f353a;
}
.web_footer .social .line-icon:hover .line-inPath {
  fill: #fff;
}
.web_footer .social .ig-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
}
.web_footer .social .ig-icon svg {
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.web_footer .social .ig-icon svg path:first-child {
  fill: white;
}
.web_footer .social .ig-icon svg path:last-child {
  fill: unset;
}
.web_footer .social .ig-icon:hover {
  background: #9f353a;
  border: 0;
}
.web_footer .social .ig-icon:hover svg {
  background: unset;
  background-color: #9f353a;
  vertical-align: unset;
}
.web_footer .social .ig-icon:hover svg path:first-child {
  fill: #fff;
}
.web_footer .social .ig-icon:hover svg path:last-child {
  fill: #9f353a;
}

@media (max-width: 767.98px) {
  .web_footer .info .submenu-list {
    flex-direction: column;
    align-items: flex-start;
    max-width: 287px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .web_footer .info .info-item + .info-item {
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .web_footer .info-item:first-child > .inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .web_footer li:first-child .info-subItem {
    white-space: nowrap;
  }
  .web_footer .info li:first-child .info-subItem + .info-subItem {
    margin-left: 35px;
  }
  .web_footer .info-item:first-child > .inner > span {
    position: relative;
    top: 16px;
  }
}
.web_footer-bottom {
  padding-bottom: 20px;
}

.web_footer .copyright {
  position: relative;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  background-image: url(../images/footer_bac.png);
}
.web_footer .copyright p, .web_footer .copyright #primary .single_container .single_txtBlock-price .number {
  color: #9f353a;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}

#primary .single_container .single_txtBlock-price .web_footer .copyright .number, .web_footer .copyright .woocommerce .product_Block .price, .woocommerce .product_Block .web_footer .copyright .price {
  color: #9f353a;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}

.web_footer .copyright a {
  color: #9f353a;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}
.web_footer .copyright .txt-cr {
  margin: auto;
}
.web_footer .copyright .txt-cr > a {
  margin: auto;
}
.web_footer .copyright .txt {
  text-align: center;
  font-size: 16px;
}
.web_footer .copyright p, .web_footer .copyright #primary .single_container .single_txtBlock-price .number {
  display: inline;
}

@media (max-width: 575.98px) {
  .web_footer .copyright {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 427.98px) {
  .web_footer .copyright p:first-child, .web_footer .copyright #primary .single_container .single_txtBlock-price .number:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #primary .single_container .single_txtBlock-price .web_footer .copyright .number:first-child, .web_footer .copyright .woocommerce .product_Block .price:first-child, .woocommerce .product_Block .web_footer .copyright .price:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#primary .single_container .single_txtBlock-price .web_footer .copyright .number, .web_footer .copyright .woocommerce .product_Block .price, .woocommerce .product_Block .web_footer .copyright .price {
  display: inline;
}

@media (max-width: 427.98px) {
  .web_footer .copyright p, .web_footer .copyright #primary .single_container .single_txtBlock-price .number {
    font-size: 16px;
  }
  #primary .single_container .single_txtBlock-price .web_footer .copyright .number, .web_footer .copyright .woocommerce .product_Block .price, .woocommerce .product_Block .web_footer .copyright .price {
    font-size: 16px;
  }
}
.web_footer .other_info span {
  display: block;
}
.web_footer .social-item > .inner .ig-icon svg {
  border: 0px;
}

.web_aside {
  position: relative;
  width: 19.387755%;
}

@media (max-width: 1023.98px) {
  .web_aside {
    display: none;
  }
}
.web_aside-title {
  background-color: #9f353a;
  padding: 16px 24px;
}
.web_aside-title .txt {
  color: #fff;
}

.web_aside-inner {
  background-color: #fff;
  overflow: hidden;
  padding: 0 24px;
}
.web_aside-inner + .web_aside-inner .title::after {
  content: "";
}
.web_aside-inner:hover .web_aside-inner-bd {
  max-height: 800px;
}
.web_aside-inner:hover .arr-icon {
  transform: scaleY(-1);
}

@media (max-width: 1023.98px) {
  .web_aside-inner {
    margin-bottom: 24px;
  }
}
.web_aside-inner-hd {
  text-align: left;
  position: relative;
  background-color: #fff;
}
.web_aside-inner-hd.js-has-childen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web_aside-inner-hd .title {
  margin-bottom: 0;
  padding: 16px 0;
  display: block;
  position: relative;
  color: #4d4d4d;
  width: 100%;
}
.web_aside-inner-hd .title::after {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}

.web_aside-inner-bd {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.web_aside-inner-bd .link {
  padding: 16px 0;
  color: #8f8f8f;
}
.web_aside-inner-bd .link:hover {
  color: #9f353a;
}

.web_aside-inner-item .link {
  display: block;
}

.web_aside-inner .arr-icon {
  width: 12px;
  height: 7px;
  margin-left: 0.3rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
}
.web_aside-inner .arr-icon path {
  fill: none;
  stroke: #9f353a;
}

.web_aside-search .web_aside-inner-bd {
  padding: 1rem;
}

@media (max-width: 1023.98px) {
  .web_aside-search .web_aside-inner-bd {
    padding: 0;
  }
}
@media (max-width: 1023.98px) {
  .web_aside-search.js-open .web_aside-inner-bd {
    padding: 1rem;
  }
}
.web_aside .simplebar-scrollbar::before {
  width: 90%;
  margin: auto;
}
.web_aside .simplebar-track.simplebar-horizontal::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #9f353a;
  border-bottom: 2px solid #9f353a;
  transform: rotate(45deg);
}
.web_aside .simplebar-track.simplebar-horizontal::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #9f353a;
  border-bottom: 2px solid #9f353a;
  transform: rotate(45deg);
  left: unset;
  right: 2px;
  transform: rotate(-135deg);
}

.aside_tasting-block {
  padding-top: 24px;
}

.aside_tasting-block-link {
  display: block;
  padding: 12px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  border: 1px solid #9f353a;
  text-align: center;
  color: #9f353a;
}
.aside_tasting-block-link:hover {
  background-color: #9f353a;
  color: #fff;
}

@media (max-width: 1023.98px) {
  .aside_tasting-block {
    display: none;
  }
}
.web_aside-mobile {
  position: relative;
  width: 19.387755%;
  display: none;
}
.web_aside-mobile:hover .web_aside-mobile-inner-hd a {
  opacity: 0.3;
}
.web_aside-mobile #dropDown-arrow-0 {
  width: 12px;
  height: 7px;
  margin-left: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.web_aside-mobile #dropDown-arrow-0 path {
  fill: none;
  stroke: #9f353a;
}

@media (max-width: 1023.98px) {
  .web_aside-mobile {
    display: block;
    width: 100%;
  }
}
.web_aside-mobile-inner-hd {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.web_aside-mobile-inner-bd .sub_cat {
  padding-left: 16px;
}

.web_main {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-top: 104px;
  padding-bottom: 64px;
}

@media (max-width: 1023.98px) {
  .web_main {
    padding-top: 95px;
  }
}
.web_main-content-inner {
  padding: 40px;
}

.web_nav-item.current-menu-item, .web_nav-item.current-menu-parent, .web_nav-item:hover, .web_nav-item.js-active {
  color: #9f353a;
}

.sub_web_nav-item:hover {
  color: #9f353a;
}

.web_header-menu-mobile .sub_web_nav-item:hover, .web_header-menu-mobile .sub_web_nav-item.js-active {
  color: #9f353a;
}

.web_nav-item.current-menu-item .web_nav-item-link, .web_nav-item.current-menu-parent .web_nav-item-link, .web_nav-item:hover .web_nav-item-link, .web_nav-item.js-active .web_nav-item-link {
  text-decoration: none;
}

.sub_web_nav-item:hover .web_nav-item-link, .web_header-menu-mobile .sub_web_nav-item.js-active .web_nav-item-link {
  text-decoration: none;
}

.js-open-mobile-menu .web_nav-item:hover, .js-open-mobile-menu .web_nav-item.js-active {
  background-color: #fff;
  font-weight: 700;
}
.js-open-mobile-menu .web_header-menu-mobile .sub_web_nav-item.js-active {
  background-color: #fff;
  font-weight: 700;
}

.web_nav {
  height: 60.6061%;
}

@media (max-width: 1023.98px) {
  .web_nav {
    height: 100%;
  }
}
.js-open-mobile-menu .web_nav {
  background-color: #fff;
}

@media (max-width: 1023.98px) {
  .web_nav {
    height: auto;
  }
}
.web_nav > ul {
  display: flex;
  height: 100%;
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 1023.98px) {
  .web_nav > ul {
    display: block;
    height: auto;
  }
}
.web_nav-item {
  position: relative;
  height: 100%;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.web_nav-item a {
  color: #fff;
}

@media (max-width: 1023.98px) {
  .web_nav-item {
    height: auto;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (max-width: 1023.98px) {
  .web_nav-item a {
    color: #4d4d4d;
  }
}
.web_nav-item-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  font-family: "Noto Sans TC", sans-serif;
  word-break: keep-all;
  white-space: nowrap;
  color: #fff;
}

@media (max-width: 1279.98px) {
  .web_nav-item-link {
    padding: 0 0.8rem;
  }
}
@media (max-width: 1120px) {
  .web_nav-item-link {
    padding: 0 1rem;
  }
}
@media (max-width: 1023.98px) {
  .web_nav-item-link {
    padding: 1rem 2rem;
    justify-content: space-between;
  }
}
.web_nav-item .arr-icon {
  width: 12px;
  height: 7px;
  margin-left: 0.3rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 38px;
}
.web_nav-item .arr-icon path {
  fill: none;
  stroke: #fff;
}

@media (max-width: 1023.98px) {
  .web_nav-item .arr-icon {
    right: 30px;
    top: 28px;
  }
}
@media (max-width: 1023.98px) {
  .web_nav-item .arr-icon path {
    fill: none;
    stroke: #9f353a;
  }
}
.js-open-mobile-menu .web_nav-item-link {
  border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 1023.98px) {
  .js-open-mobile-menu .web_nav-item-link {
    width: 80%;
    border: 0;
  }
}
.web_nav-item:hover .web_nav-item-link {
  text-decoration: none;
}
.web_nav-item:hover .sub_web_nav {
  max-height: 800px;
  opacity: 1;
}
.web_nav-item:hover .arr-icon {
  transform: scaleY(-1);
}

.js-open-mobile-menu .web_nav-item.js-active .web_nav-item-link {
  color: #fff;
}

@media (max-width: 1023.98px) {
  .web_nav-item.js-active .sub_web_nav {
    max-height: 800px;
    opacity: 1;
  }
}
.web_nav .logo-block {
  width: 256px;
  height: 78px;
  transform: translateY(-40px);
}
.web_nav .logo-block a {
  position: relative;
  z-index: 200;
}
.web_nav .logo-block img {
  position: absolute;
  top: 0;
}
.web_nav .logo-block .menu-link {
  text-indent: -9999px;
}

@media (max-width: 1023.98px) {
  .web_nav .logo-block {
    display: none;
  }
}
.sub_web_nav {
  position: absolute;
  top: calc(100% - 16px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  min-width: 100%;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-open-mobile-menu .sub_web_nav {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 1023.98px) {
  .sub_web_nav {
    position: relative;
    top: unset;
    left: unset;
    transform: translateX(0%);
  }
}
.sub_web_nav > ul {
  min-width: 100%;
  background-color: #fff;
  margin: 0;
  border-radius: 10px;
}

.sub_web_nav-item {
  color: #9f353a;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-left: 1rem;
  padding-right: 1rem;
}
.sub_web_nav-item:first-child {
  border-radius: 10px 10px 0 0;
}
.sub_web_nav-item .link {
  display: block;
  padding: 1rem;
  color: currentColor;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .sub_web_nav-item .link {
    text-align: left;
  }
}
.js-open-mobile-menu .sub_web_nav-item .link {
  padding-left: 3.5rem;
  -moz-text-align-last: left;
  text-align-last: left;
}

.sub_web_nav-item:hover {
  color: #fff;
  background-color: #9f353a;
}
.sub_web_nav-item:hover .link {
  text-decoration: none;
}

.small_menu ul {
  display: flex;
}

.js-open-mobile-menu .small_menu ul {
  flex-direction: column;
}

.small_menu-item:not(:first-of-type) {
  margin-left: 24px;
}

.js-open-mobile-menu .small_menu-item {
  padding: 0.5rem 0;
}
.js-open-mobile-menu .small_menu-item:first-of-type {
  margin-left: 24px;
}

.small_menu-item .link {
  position: relative;
  display: flex;
  align-items: center;
  color: #d4c1a9;
  position: relative;
}
.small_menu-item .link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  transform: scaleX(0);
  opacity: 0;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.small_menu-item .link:hover:after {
  width: 100%;
  transform: scaleX(1);
  opacity: 1;
}
.small_menu-item .link:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  margin-right: 0.5rem;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.small_menu-item .link:hover {
  color: #9f353a;
}
.small_menu-item.js-highlight .link {
  color: #d4c1a9;
}

.small_menu.mobile {
  display: none;
  padding: 0.3rem 0;
  background-color: #fff;
}
.small_menu.mobile ul {
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}
.small_menu.mobile .small_menu-item {
  padding: 0;
}

@media (max-width: 1023.98px) {
  .small_menu.mobile {
    display: block;
  }
}
.web_header-menu-mobile {
  display: none;
}
.web_header-menu-mobile .sub_web_nav-item:hover {
  color: #9f353a;
}
.web_header-menu-mobile .sub_web_nav-item:hover .link {
  text-decoration: none;
}
.web_header-menu-mobile .sub_web_nav-item:hover .sub-sub_web_nav {
  max-height: 800px;
  opacity: 1;
}

@media (max-width: 1023.98px) {
  .web_header-menu-mobile {
    display: block;
  }
}
.js-open-mobile-menu .web_header-menu-mobile .sub_web_nav-item.js-active .web_nav-item-link {
  color: #fff;
}

@media (max-width: 1023.98px) {
  .web_header-menu-mobile .sub_web_nav-item.js-active .sub_web_nav {
    max-height: 800px;
    opacity: 1;
  }
}
.web_header-menu-mobile .sub_web_nav .sub-sub_web_nav {
  list-style: decimal;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page_section {
  padding-top: 104px;
}
.page_section.banner, .page_section.page-store-store_list {
  padding-top: 0;
}

@media (max-width: 1023.98px) {
  .page_section {
    padding-top: 83.2px;
  }
}
@media (max-width: 767.98px) {
  .page_section {
    padding-top: 52px;
  }
}
@media (max-width: 575.98px) {
  .page_section {
    padding-top: 31.2px;
  }
}
@media (max-width: 1023.98px) {
  .page_section.home-about + .home-news {
    padding-top: 156px;
  }
}
@media (max-width: 1023.98px) {
  .page_section.page-store-store_list {
    padding-top: 2rem;
  }
}
.liuFood_panel {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(120, 95, 73, 0.2);
  margin-bottom: 1.5rem;
}

.liuFood_panel-hd {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
}
.liuFood_panel-hd .icon {
  width: 6px;
  height: 8px;
}

.liuFood_panel-bd {
  padding: 1.5rem;
}

.liuFood_panel-title {
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.liuFood_panel-title:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #d4c1a9;
  margin-right: 0.5rem;
  border-radius: 1px;
  transform: rotate(-45deg);
}

.liuFood_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
}
.liuFood_popup.js-show {
  opacity: 1;
  z-index: 999;
}

.liuFood_popup-wrap {
  position: relative;
  transform-origin: 50% 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 2rem 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media (max-width: 427.98px) {
  .liuFood_popup-wrap {
    width: 100%;
  }
}
.js-show .liuFood_popup-wrap {
  opacity: 1;
}

.liuFood_popup-wrap .simplebar-track {
  right: -15px;
}

.liuFood_popup-container {
  position: relative;
}

.liuFood_popup-block {
  max-width: 70vh;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.liuFood_popup-close {
  position: absolute;
  top: 1rem;
  right: -56px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.liuFood_popup-close .icon {
  position: relative;
  width: 15px;
  height: 15px;
}
.liuFood_popup-close .icon:before, .liuFood_popup-close .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 4px;
  background-color: #9f353a;
}
.liuFood_popup-close .icon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.liuFood_popup-close .icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.liuFood_popup-close:hover {
  background-color: #e6e6e6;
}

.popup-no-colose .liuFood_popup-close {
  display: none;
}

.liuFood_popup-hd {
  width: 100%;
  border-color: #fff;
  border-bottom: 1px solid #414544;
}
.liuFood_popup-hd .title {
  padding-left: 1.2rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #3e3a39;
}

.liuFood_popup-bd {
  padding-top: 1rem;
}

.liuFood_dialog {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.liuFood_dialog.js-show {
  opacity: 1;
  z-index: 999;
}

.liuFood_dialog-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.liuFood_dialog-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  width: 320px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 427.98px) {
  .liuFood_dialog-wrap {
    width: 100%;
  }
}
.js-show .liuFood_dialog-wrap {
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.liuFood_dialog-container {
  position: relative;
  max-height: 90vh;
}
.liuFood_dialog-container .simplebar-mask, .liuFood_dialog-container .container-inner {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  padding: 30px;
}

.liuFood_dialog .txt {
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.liuFood_dialog .bblens_btn {
  width: 150px;
  padding: 0.6rem;
  margin: auto;
}

.liuFood_confirm {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.liuFood_confirm.js-show {
  opacity: 1;
  z-index: 999;
}

.liuFood_confirm-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.liuFood_confirm-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  width: 560px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 427.98px) {
  .liuFood_confirm-wrap {
    width: 100%;
  }
}
.js-show .liuFood_confirm-wrap {
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.liuFood_confirm-container {
  position: relative;
  max-height: 90vh;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.liuFood_confirm-bd {
  padding: 1.5rem;
}

.liuFood_confirm-bd-inner {
  margin-bottom: 1.6rem;
}

.liuFood_confirm-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
.liuFood_confirm-btns .demobtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.liuFood_confirm .txt {
  font-size: 30px;
  font-size: 2rem;
}

/*    > custom  */
body {
  background-image: url(../images/background.jpg);
}

#page {
  background-image: url(../images/background.jpg);
  display: none;
}

#primary {
  padding-top: 132px;
}

@media (max-width: 427.98px) {
  #primary {
    padding-top: 82px;
  }
}
.section_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}
.section_loading .bac_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.section_loading .img-div {
  width: 321px;
  position: absolute;
  z-index: 2;
}
.section_loading img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.single-product {
  background-image: unset;
  background-color: #fff;
}
body.single-product #page {
  background-image: unset;
}

.fancybox__toolbar {
  top: 32px;
}

.page_heading {
  position: relative;
  padding-top: 64px;
  padding-bottom: 24px;
}
.page_heading .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page_heading .container::after {
  content: "";
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #8f8f8f 0, #8f8f8f 15px, transparent 15px, transparent 25px);
  background-position: 100% 100%;
}

@media (max-width: 427.98px) {
  .page_heading .container::after {
    width: 90%;
  }
}
.page_heading-txt {
  position: relative;
  color: #9f353a;
}

@media (max-width: 427.98px) {
  .page_heading-txt {
    font-size: 22px;
    font-weight: 700;
  }
}
.page_heading-mobileImg {
  width: 33px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 25px;
}
.page_heading-mobileImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .page_heading-mobileImg {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .page_heading {
    padding-top: 40px;
  }
}
.section_content > .txt {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 790px) {
  .section_content > .txt {
    max-width: 90%;
  }
}
@media (max-width: 767.98px) {
  .section_content > .txt {
    max-width: 89.5%;
  }
}
@media (max-width: 374.98px) {
  .section_content > .txt {
    max-width: 91.4%;
  }
}
text-block > .inner, text-block .text-block-inner {
  padding: 40px;
  border: 1px solid #8f8f8f;
  border-radius: 10px;
  background-color: #fff;
  text-align: justify;
}
text-block .heading {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  text-block > .inner, text-block .text-block-inner {
    padding: 1.5rem;
  }
}
@media (max-width: 374.98px) {
  text-block > .inner, text-block .text-block-inner {
    padding: 1rem;
  }
}
.text-block-style1 {
  padding-top: 40px;
}
.text-block-style1 .text-block-inner {
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  border: none;
}

body .swiper-button-prev, body .swiper-button-next {
  box-shadow: 0px 10px 30px rgba(166, 141, 89, 0.3);
}

.swiper-pagination-clickable span {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #9f353a;
  opacity: 1;
}
.swiper-pagination-clickable span.swiper-pagination-bullet-active {
  background-color: #9f353a;
}
.swiper-pagination-clickable span + span {
  margin-left: 20px !important;
}

.video.iframe_rwd {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.video.iframe_rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .video.iframe_rwd {
    padding-bottom: 60%;
  }
}
.ad_popup.liuFood_popup {
  background-color: rgba(92, 92, 92, 0.8);
}
.ad_popup .popup_img {
  position: relative;
  width: 70vw;
  max-width: 1000px;
}
.ad_popup .popup_img-txt {
  position: absolute;
  top: 40px;
  right: unset;
  bottom: unset;
  left: 40px;
  color: #fff;
}
.ad_popup .img-m {
  display: none;
}
.ad_popup .liuFood_popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .ad_popup .popup_img-txt {
    left: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 575.98px) {
  .ad_popup .popup_img-txt .title {
    font-size: 26px;
    font-size: 1.7rem;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .ad_popup .popup_img-txt .subtitle {
    font-size: 20px;
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .ad_popup .img {
    display: none;
  }
  .ad_popup .img-m {
    display: block;
  }
}
.link_heading {
  padding-top: 56px;
}

@media (max-width: 767.98px) {
  .link_heading {
    padding-top: 28px;
  }
}
.link_heading-list-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .link_heading-block {
    /* overflow-x: auto; */
    padding-bottom: 20px;
    /* display: none; */
  }
  .link_heading-block .link_heading-list {
    flex-direction: column;
    gap: 10px;
    display: flex;
  }
  .link_heading-list-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    display: none;
  }
  .link_heading-list-mobile .bento_food-pagination-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.link_heading-list {
  display: flex;
}
.link_heading-list a {
  display: block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff;
  color: #8f8f8f;
}
.link_heading-list a:hover {
  background-color: #9f353a;
  color: #fff;
}

@media (max-width: 767.98px) {
  .link_heading-list {
    /* width: 750px; */
  }
}
.link_heading-item {
  min-width: 143px;
  text-align: center;
}
.link_heading-item.active a {
  background-color: #9f353a;
  color: #fff;
}
.link_heading-item + .link_heading-item {
  margin-left: 32px;
}

@media (max-width: 767.98px) {
  .link_heading-item {
    min-width: unset;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .link_heading-item + .link_heading-item {
    margin-left: 0;
  }
}
.order_tasting {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .order_tasting {
    flex-direction: column;
  }
}
.order_tasting-block {
  width: 49.722222%;
  position: relative;
}
.order_tasting-block:hover .btn_ .link p, .order_tasting-block:hover .btn_ .link #primary .single_container .single_txtBlock-price .number {
  color: #9f353a;
  background-color: #fff;
}

#primary .single_container .single_txtBlock-price .order_tasting-block:hover .btn_ .link .number, .order_tasting-block:hover .btn_ .link .woocommerce .product_Block .price, .woocommerce .product_Block .order_tasting-block:hover .btn_ .link .price {
  color: #9f353a;
  background-color: #fff;
}

.order_tasting-block:hover .img_div img {
  transform: scale(1.2);
}
.order_tasting-block:hover .img_div::before {
  z-index: -1;
}
.order_tasting-block:hover .img_div::after {
  z-index: 2;
}

@media (max-width: 767.98px) {
  .order_tasting-block {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .order_tasting-block + .order_tasting-block {
    margin-top: 8px;
  }
}
.order_tasting .img_div img {
  top: 0;
  left: 0;
  transform: unset;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.order_tasting .img_div::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.order_tasting .img_div::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.order_tasting .btn_ {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.order_tasting .btn_ .txt {
  height: 100%;
  padding: 0 8.379888%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.order_tasting .btn_ .title {
  padding-bottom: 16px;
}
.order_tasting .btn_ .content {
  padding-bottom: 32px;
}
.order_tasting .btn_ h2 {
  color: #fff;
}
.order_tasting .btn_ p, .order_tasting .btn_ #primary .single_container .single_txtBlock-price .number {
  color: #fff;
  line-height: 26px;
  font-family: "Noto Sans TC", sans-serif;
}

@media (max-width: 427.98px) {
  .order_tasting .img_div {
    min-height: 439px;
  }
}
#primary .single_container .single_txtBlock-price .order_tasting .btn_ .number, .order_tasting .btn_ .woocommerce .product_Block .price, .woocommerce .product_Block .order_tasting .btn_ .price {
  color: #fff;
  line-height: 26px;
  font-family: "Noto Sans TC", sans-serif;
}

.order_tasting .btn_ .link p, .order_tasting .btn_ .link #primary .single_container .single_txtBlock-price .number {
  margin-bottom: 0;
  padding: 12px 32px;
  border: 1px solid #fff;
  font-weight: 700;
}

#primary .single_container .single_txtBlock-price .order_tasting .btn_ .link .number, .order_tasting .btn_ .link .woocommerce .product_Block .price, .woocommerce .product_Block .order_tasting .btn_ .link .price {
  margin-bottom: 0;
  padding: 12px 32px;
  border: 1px solid #fff;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .order_tasting .btn_ .title h2 {
    font-size: 26px;
    font-weight: 700;
  }
  .order_tasting .btn_ .content {
    padding-bottom: 40px;
  }
}
.circle_card-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.circle_card-link {
  display: block;
}

.circle_card-item {
  position: relative;
  width: 203px;
}
.circle_card-item .img_div {
  padding-bottom: 100%;
}
.circle_card-item .img_div::after {
  content: "";
  width: 100%;
  height: 99%;
  background-color: #9f353a;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.circle_card-item img {
  border-radius: 50%;
  border: 0px solid #9f353a;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0;
  left: 0;
  transform: unset;
}
.circle_card-item .title {
  position: absolute;
  bottom: 24px;
  z-index: 3;
}
.circle_card-item .txt-headline5, .circle_card-item .web_aside-inner-hd .title {
  padding: 10px 16px;
  background-color: #9f353a;
  color: #fff;
  display: inline-block;
  border-radius: 50px 50px 50px 0;
  font-weight: 700;
}

@media (max-width: 427.98px) {
  .circle_card-item .title {
    bottom: 0;
  }
}
.web_aside-inner-hd .circle_card-item .title, .circle_card-item .woocommerce .product_Block .woocommerce-loop-product__title, .woocommerce .product_Block .circle_card-item .woocommerce-loop-product__title {
  padding: 10px 16px;
  background-color: #9f353a;
  color: #fff;
  display: inline-block;
  border-radius: 50px 50px 50px 0;
  font-weight: 700;
}

.circle_card-item:hover .img_div {
  z-index: 1;
}
.circle_card-item:hover .img_div img {
  transform: scale(0.93);
  z-index: 2;
}
.circle_card-item + .circle_card-item {
  margin-left: 40px;
}
.circle_card-item:nth-child(n+6) {
  margin-top: 24px;
}
.circle_card-item:nth-child(6n) {
  margin-left: 0;
}

.article_detail-bd-heading .icons {
  display: flex;
  margin-bottom: 40px;
}
.article_detail-bd-heading [class^=icon-] {
  display: flex;
  align-items: center;
}
.article_detail-bd-heading [class^=icon-]:not(:first-of-type) {
  margin-left: 1rem;
}
.article_detail-bd-heading [class^=icon-] path {
  fill: #9f353a;
}
.article_detail-bd-heading .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.article_detail-bd-heading .heading {
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .article_detail-bd-heading .icons {
    margin-bottom: 1.5rem;
  }
}
.article_detail-bd-share {
  border-top: 1px solid #dbdbdb;
  padding-top: 40px;
  margin-top: 40px;
}

.article_detail-ft {
  padding-top: 104px;
}
.article_detail-ft .ft-row:not(:first-of-type) {
  padding-top: 104px;
}

@media (max-width: 1023.98px) {
  .article_detail-ft {
    padding-top: 83.2px;
  }
}
@media (max-width: 767.98px) {
  .article_detail-ft {
    padding-top: 52px;
  }
}
@media (max-width: 575.98px) {
  .article_detail-ft {
    padding-top: 31.2px;
  }
}
@media (max-width: 1023.98px) {
  .article_detail-ft .ft-row:not(:first-of-type) {
    padding-top: 83.2px;
  }
}
@media (max-width: 767.98px) {
  .article_detail-ft .ft-row:not(:first-of-type) {
    padding-top: 52px;
  }
}
@media (max-width: 575.98px) {
  .article_detail-ft .ft-row:not(:first-of-type) {
    padding-top: 31.2px;
  }
}
@media (max-width: 1023.98px) {
  .article_detail-ft .recommend_item {
    margin-bottom: 1.2rem;
  }
}
.banner-swiper-next, .banner-swiper-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #9f353a;
  box-shadow: 0 0 0 rgba(159, 53, 58, 0);
  transition: all 0.3s ease-in-out;
}

.banner-swiper-next svg, .banner-swiper-prev svg {
  width: 8px;
  height: 11px;
}

.banner-swiper-next path, .banner-swiper-prev path {
  fill: currentColor;
}

.banner-swiper-next:after, .banner-swiper-prev:after {
  display: none;
}

.banner-swiper-next:hover, .banner-swiper-prev:hover {
  z-index: 2;
  background-color: #9f353a;
  box-shadow: 1px 1px 5px rgba(114, 112, 91, 0.6);
}

.banner-swiper-next:hover path, .banner-swiper-prev:hover path {
  fill: #fff;
}

.banner-swiper {
  position: relative;
  overflow: hidden;
}

.banner-swiper-ctrl {
  z-index: 50;
  display: flex;
}

.banner-swiper-next svg {
  transform: scaleX(-1);
}

.banner-slide-inner {
  position: relative;
  overflow: hidden;
}

.banner-slide-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  z-index: 40;
  color: #fff;
  text-align: center;
}
.banner-slide-txt .slogan {
  position: relative;
  margin-bottom: 10px;
}
.banner-slide-txt .subSlogan {
  font-weight: lighter;
}

@media (max-width: 767.98px) {
  .banner-slide-txt {
    transform: translate(-50%, -50%);
  }
}
.banner-slide-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slide-img {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  width: 100%;
}
.banner-slide-img .img_div {
  position: relative;
  z-index: 2;
}

.banner-slide-inner, .banner-slide-img .img_div {
  width: 100%;
  height: 0;
  padding-bottom: 48.61111%;
  background-size: cover;
}

@media (max-width: 575.98px) {
  .banner-slide-inner, .banner-slide-img .img_div {
    padding-bottom: 110%;
  }
}
.home_about {
  position: relative;
  padding-top: 124px;
  padding-bottom: 145px;
  z-index: 1;
}
.home_about .container {
  display: flex;
}

@media (max-width: 1023.98px) {
  .home_about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home_about-text {
  z-index: 1;
}

.home_about-title h2 {
  font-weight: 900;
  color: #73262a;
}

@media (max-width: 767.98px) {
  .home_about-title h2 {
    font-weight: 700;
  }
}
.home_about-content {
  padding-top: 32px;
  padding-bottom: 40px;
}
.home_about-content p, .home_about-content #primary .single_container .single_txtBlock-price .number {
  color: #4d4d4d;
}

#primary .single_container .single_txtBlock-price .home_about-content .number, .home_about-content .woocommerce .product_Block .price, .woocommerce .product_Block .home_about-content .price {
  color: #4d4d4d;
}

.home_about-content .txt + .txt {
  padding-top: 8px;
}

@media (max-width: 575.98px) {
  .home_about-content {
    text-align: center;
  }
}
.home_about-button {
  display: flex;
}
.home_about-button .btns + .btns {
  margin-left: 16px;
}

@media (max-width: 575.98px) {
  .home_about-button {
    flex-direction: column;
  }
  .home_about-button .btns + .btns {
    margin-left: 0;
    margin-top: 12px;
  }
}
.home_about-img {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: -130px;
}
.home_about-img .img_div {
  padding-bottom: 66.75461%;
}

@media (max-width: 575.98px) {
  .home_about-img {
    display: none;
  }
}
.home_about-img-mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .home_about-img-mobile {
    display: block;
  }
  .home_about-img-mobile .img_div {
    transform: rotateY(180deg);
  }
}
.home_about .btns {
  display: flex;
  justify-content: center;
}
.home_about .bac-block {
  position: relative;
}
.home_about .bac_img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.home_about .bac_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cute_man_2 {
  position: absolute;
  width: 200px;
  top: -70px;
  right: 10%;
}
.cute_man_2 img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .cute_man_2 {
    width: 120px;
    top: -20px;
  }
}
.home_service {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.home_service-txtBlock {
  padding-top: 129px;
  padding-bottom: 40px;
  text-align: center;
}
.home_service-txtBlock .title {
  padding-bottom: 24px;
}
.home_service-txtBlock .title h2 {
  color: #73262a;
}

@media (max-width: 767.98px) {
  .home_service-txtBlock {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.home_service .bac_img {
  position: absolute;
  top: -80px;
  z-index: 0;
  width: 100%;
  height: 329px;
}
.home_service .bac_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .home_service .bac_img {
    height: auto;
  }
}
.home_service-listBlock {
  width: 100%;
}

.home_service-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

@media (max-width: 767.98px) {
  .home_service-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.home_service-item {
  width: 24.5%;
}
.home_service-item a {
  display: block;
}
.home_service-item a:hover .title {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.home_service-item .img_div {
  padding-bottom: 133.427762%;
}
.home_service-item .img_div img {
  -o-object-fit: cover;
  object-fit: cover;
}
.home_service-item .title {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: rgba(159, 53, 58, 0.8);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home_service-item .title h3 {
  margin-bottom: 0;
}
.home_service-item .txt-headline4, .home_service-item .liuFood_frm-label, .home_service-item .project_select, .home_service-item text-block .heading .subtitle {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-content: center;
}

@media (max-width: 575.98px) {
  .home_service-item .title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 427.98px) {
  .home_service-item .title h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
}
text-block .heading .home_service-item .subtitle, .home_service-item #primary .single_container .single_txtBlock-price, #primary .single_container .home_service-item .single_txtBlock-price {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-content: center;
}

.home_service-item .txt-headline4::before, .home_service-item .liuFood_frm-label::before, .home_service-item .project_select::before, .home_service-item text-block .heading .subtitle::before {
  content: "·";
  display: block;
  padding-right: 4px;
  transform: scale(1.5);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

text-block .heading .home_service-item .subtitle::before, .home_service-item #primary .single_container .single_txtBlock-price::before, #primary .single_container .home_service-item .single_txtBlock-price::before {
  content: "·";
  display: block;
  padding-right: 4px;
  transform: scale(1.5);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.home_service-item .txt-headline4::after, .home_service-item .liuFood_frm-label::after, .home_service-item .project_select::after, .home_service-item text-block .heading .subtitle::after {
  content: "·";
  display: block;
  padding-left: 4px;
  transform: scale(1.5);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

text-block .heading .home_service-item .subtitle::after, .home_service-item #primary .single_container .single_txtBlock-price::after, #primary .single_container .home_service-item .single_txtBlock-price::after {
  content: "·";
  display: block;
  padding-left: 4px;
  transform: scale(1.5);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 767.98px) {
  .home_service-item {
    width: 49.333333%;
  }
  .home_service-item-item + .home_service-item-item {
    margin-left: 5px;
  }
}
.home_service-item + .home_service-item {
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .home_service-item + .home_service-item {
    margin-left: 0;
  }
  .home_service-item:nth-child(odd) {
    margin-right: 1.333333%;
  }
  .home_service-item:nth-child(n+3) {
    margin-top: 5px;
  }
}
.home_product {
  position: relative;
  z-index: 2;
  padding: 104px 0;
  overflow: hidden;
}
.home_product .bac_img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 486px;
}
.home_product .bac_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .home_product {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .home_product .bac_img {
    display: none;
  }
}
.home_product-content {
  display: flex;
}

@media (max-width: 767.98px) {
  .home_product-content {
    flex-direction: column;
  }
}
.home_product-txt {
  position: relative;
  width: 31.25%;
  padding-left: 132px;
  padding-right: 56px;
  padding-bottom: 24px;
  z-index: 5;
  background-position: right;
}
.home_product-txt .title h2 {
  color: #73262a;
  text-align: left;
}
.home_product-txt p, .home_product-txt #primary .single_container .single_txtBlock-price .number {
  text-align: left;
}

@media (max-width: 1023.98px) {
  .home_product-txt {
    padding-left: 50px;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .home_product-txt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 16px;
    background-image: unset;
  }
}
#primary .single_container .single_txtBlock-price .home_product-txt .number, .home_product-txt .woocommerce .product_Block .price, .woocommerce .product_Block .home_product-txt .price {
  text-align: left;
}

.home_product-ctrl {
  position: relative;
  bottom: -70px;
  display: flex;
}
.home_product-ctrl > div + div {
  margin-left: 24px;
}

@media (max-width: 767.98px) {
  .home_product-ctrl {
    display: none;
  }
}
.home_product-next, .home_product-prev {
  position: static;
}

.home_product .container_ctrl-mobile {
  height: 40px;
  display: none;
}
.home_product .banner-swiper-ctrl-mobile {
  max-width: 135px;
  margin: 0 auto;
  position: relative;
  bottom: -20px;
  display: flex;
  padding-top: 40px;
}
.home_product .banner-swiper-ctrl-mobile .banner-swiper-next, .home_product .banner-swiper-ctrl-mobile .banner-swiper-prev {
  position: absolute;
}
.home_product .banner-swiper-ctrl-mobile > div + div {
  margin-left: 0;
}
.home_product #homeProduct {
  margin: 0;
  margin-right: 3rem;
}

@media (max-width: 767.98px) {
  .home_product .container_ctrl-mobile {
    display: block;
  }
}
.home_product-swiper {
  width: 68.75%;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .home_product-swiper {
    width: 100%;
    overflow: hidden;
  }
}
.home_product-slide {
  width: unset;
  max-width: 278px;
}
.home_product-slide a {
  display: block;
}
.home_product-slide .img_div {
  padding-bottom: 100%;
}
.home_product-slide img {
  border-radius: 50%;
  border: 0px solid #9f353a;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 99%;
}
.home_product-slide + .home_product-slide {
  margin-left: 0;
}
.home_product-slide:nth-child(n+6) {
  margin-top: 0;
}

#primary .home_news {
  position: relative;
  padding-bottom: 104px;
}
#primary .home_news .bac_img {
  position: absolute;
  top: -55px;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#primary .home_news .bac_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  justify-content: flex-start;
}
#primary .home_news-txt {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#primary .home_news-txt .title {
  padding-bottom: 24px;
}
#primary .home_news-txt .title h2 {
  color: #73262a;
}
#primary .home_news-txt .txt-headline2, #primary .home_news-txt .banner-slide-txt .slogan {
  font-weight: 900;
}

@media (max-width: 767.98px) {
  #primary .home_news {
    padding-bottom: 40px;
  }
}
.banner-slide-txt #primary .home_news-txt .slogan {
  font-weight: 900;
}

#primary .home_news-txt .single_container .single_txtBlock-title, #primary .single_container .home_news-txt .single_txtBlock-title {
  font-weight: 900;
}
#primary .home_news-txt p, #primary .home_news-txt .single_container .single_txtBlock-price .number {
  margin-bottom: 0;
}
#primary .single_container .single_txtBlock-price .home_news-txt .number, #primary .home_news-txt .woocommerce .product_Block .price {
  margin-bottom: 0;
}

.woocommerce .product_Block #primary .home_news-txt .price {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #primary .home_news-txt {
    padding-top: 0;
    padding-bottom: 24px;
    text-align: center;
  }
  #primary .home_news-txt .title {
    padding-bottom: 16px;
  }
}
#primary .home_news-swiper {
  overflow: hidden;
  position: relative;
}
#primary .home_news-list {
  margin: 0;
  max-width: 1041px;
}
#primary .home_news-slide {
  display: flex;
  justify-content: center;
}
#primary .home_news-slide .img_div {
  max-width: 50%;
  position: static;
  width: 464px;
  height: 348px;
  padding-bottom: 0;
}
#primary .home_news-slide .img_div img {
  position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transform: unset;
}
#primary .home_news-slide-content {
  width: 50%;
  background-color: #9f353a;
  color: #fff;
  padding-left: 57px;
  padding-right: 57px;
  padding-top: 70px;
}
#primary .home_news-slide-content .title h3 {
  color: #fff;
}
#primary .home_news-slide-content .txt-headline4, #primary .home_news-slide-content .liuFood_frm-label, #primary .home_news-slide-content .project_select, #primary .home_news-slide-content text-block .heading .subtitle {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #primary .home_news-slide {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  #primary .home_news-slide .img_div {
    max-width: unset;
    width: 100%;
  }
}
text-block .heading #primary .home_news-slide-content .subtitle {
  font-weight: 700;
}

#primary .home_news-slide-content .single_container .single_txtBlock-price, #primary .single_container .home_news-slide-content .single_txtBlock-price {
  font-weight: 700;
}
#primary .home_news-slide-content .content {
  padding-top: 16px;
  padding-bottom: 40px;
}
#primary .home_news-slide-content .content p, #primary .home_news-slide-content .content .single_container .single_txtBlock-price .number {
  color: #fff;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
#primary .single_container .single_txtBlock-price .home_news-slide-content .content .number, #primary .home_news-slide-content .content .woocommerce .product_Block .price {
  color: #fff;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.woocommerce .product_Block #primary .home_news-slide-content .content .price {
  color: #fff;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

#primary .home_news-slide-content .liuFood-cnt-more {
  padding-top: 32px;
}
#primary .home_news-slide-content .liuFood-cnt-more .more {
  padding-right: 10px;
  font-weight: 700;
  display: inline-block;
}
#primary .home_news-slide-content .liuFood-cnt-more svg {
  width: 10px;
}
#primary .home_news-prev {
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#primary .home_news-next {
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#primary .home_news-pagination {
  position: absolute;
  z-index: 50;
  right: 8px;
  bottom: 28.1609%;
  width: 55.7157%;
  padding-left: 6.0726643%;
  margin-left: auto;
}
#primary .home_news-pagination span.swiper-pagination-bullet {
  border: 2px solid #fff;
}
#primary .home_news-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 1023.98px) {
  #primary .home_news-slide-content {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  #primary .home_news-slide-content {
    width: 100%;
    padding: 24px;
    padding-bottom: 74px;
  }
}
@media (max-width: 767.98px) {
  #primary .home_news-ctrl {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  #primary .home_news-pagination {
    width: 50%;
    padding-left: 57px;
  }
}
@media (max-width: 767.98px) {
  #primary .home_news-pagination {
    width: 100%;
    bottom: 24px;
    left: 34px;
    padding-left: 44px;
  }
}
.home_brand {
  position: relative;
  padding-top: 0;
}
.home_brand .cute_man {
  width: 180px;
  position: absolute;
  bottom: -10%;
  right: 7%;
  z-index: 10;
}
.home_brand .cute_man img {
  width: 100%;
  height: auto;
  position: static;
}
.home_brand .bac_img {
  width: 73.194444%;
  padding-bottom: 54.459203%;
}

@media (max-width: 427.98px) {
  .home_brand {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .home_brand .cute_man {
    bottom: -26%;
    right: 1%;
    width: 120px;
  }
}
@media (max-width: 427.98px) {
  .home_brand .cute_man {
    bottom: -26%;
    right: 1%;
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .home_brand .bac_img {
    width: 100%;
  }
}
.home_brand-content {
  position: absolute;
  right: 9.166666%;
  top: 84px;
  width: 45%;
  min-width: 470px;
  padding: 34px;
  background-color: #fff;
}
.home_brand-content .title h2 {
  color: #73262a;
}

@media (max-width: 767.98px) {
  .home_brand-content {
    position: relative;
    width: 100%;
    max-width: 86.6667%;
    top: -24px;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 0px 10px 30px rgba(166, 141, 89, 0.3);
    padding: 24px;
    min-width: unset;
  }
  .home_brand-content .title h2 {
    font-size: 18px;
  }
}
.home_brand-listBlock {
  padding-top: 24px;
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .home_brand-listBlock {
    padding-bottom: 24px;
  }
}
.home_brand-list {
  margin: 0;
}

.home_brand-item {
  position: relative;
  display: flex;
}
.home_brand-item p, .home_brand-item #primary .single_container .single_txtBlock-price .number {
  color: #4d4d4d;
  margin-bottom: 0;
}

#primary .single_container .single_txtBlock-price .home_brand-item .number, .home_brand-item .woocommerce .product_Block .price, .woocommerce .product_Block .home_brand-item .price {
  color: #4d4d4d;
  margin-bottom: 0;
}

.home_brand-item::before {
  content: "★";
  color: #fac300;
  padding-right: 16px;
  transform: scale(1.3);
}
.home_brand-item + .home_brand-item {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .home_brand-item::before {
    padding-right: 8px;
  }
}
.home_brand .btns {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .home_brand .btns {
    display: block;
  }
}
.page_food {
  overflow: hidden;
}
.page_food .container {
  position: relative;
}

.page_food-txtContainer {
  padding-bottom: 56px;
  display: flex;
  align-items: center;
}

.page_food-txt {
  width: 100%;
  max-width: 49%;
}
.page_food-txt .content {
  padding-top: 24px;
}
.page_food-txt p, .page_food-txt #primary .single_container .single_txtBlock-price .number {
  margin-bottom: 0;
}

#primary .single_container .single_txtBlock-price .page_food-txt .number, .page_food-txt .woocommerce .product_Block .price, .woocommerce .product_Block .page_food-txt .price {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .page_food-txt {
    max-width: unset;
  }
  .page_food-txt .content {
    padding-top: 16px;
  }
}
@media (max-width: 427.98px) {
  .page_food-txt .title h2 {
    font-size: 22px;
    font-weight: 700;
  }
}
.page_food-ctrl {
  width: 100%;
  max-width: 50%;
  position: relative;
  justify-content: end;
  align-items: center;
}
.page_food-ctrl > div {
  position: static;
  margin: 0;
}
.page_food-ctrl .page_food-pagination {
  position: static;
  width: unset;
  margin: 0 24px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .page_food-ctrl {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .page_food-swiper {
    display: none;
  }
}
.page_food-slide .img_div {
  padding-bottom: 56.423611%;
}
.page_food-slide .img_div img {
  -o-object-fit: cover;
  object-fit: cover;
}

.page_food-swiper-mobile {
  max-width: unset;
  overflow: hidden;
  display: none;
}

@media (max-width: 767.98px) {
  .page_food-swiper-mobile {
    display: block;
    padding-left: 33px;
  }
}
@media (max-width: 575.98px) {
  .page_food-swiper-mobile {
    padding-left: 24px;
  }
}
.page_food-ctrl-mobile {
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}
.page_food-ctrl-mobile > div {
  position: static;
  margin: 0;
}
.page_food-ctrl-mobile .swiper-pagination.page_food-pagination-mobile {
  position: static;
  width: unset;
  margin: 0 24px;
  font-weight: 700;
}

.page_condition {
  padding-top: 0;
  position: relative;
}

.page_condition-txt {
  padding-bottom: 40px;
}
.page_condition-txt .title {
  padding-bottom: 24px;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .page_condition-txt .title h2 {
    font-size: 22px;
    font-weight: 700;
  }
}
.page_condition-list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .page_condition-list {
    flex-direction: column;
  }
}
.page_condition-item {
  width: 31.972789%;
  padding: 36px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(166, 141, 89, 0.1);
}
.page_condition-item:nth-child(3n+2) {
  margin: 0 2.040816%;
}
.page_condition-item:nth-child(n+4) {
  margin-top: 2.040816%;
}
.page_condition-item .title {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.page_condition-item h3 {
  font-weight: 700;
  padding-left: 16px;
}

@media (max-width: 767.98px) {
  .page_condition-item {
    width: 100%;
  }
  .page_condition-item:nth-child(3n+2) {
    margin: 0;
  }
  .page_condition-item:nth-child(n+4) {
    margin-top: 0;
  }
  .page_condition-item + .page_condition-item {
    margin-top: 16px;
  }
}
.delivery_banner {
  padding-top: 50px;
}
.delivery_banner .container {
  position: relative;
}
.delivery_banner h2 {
  color: #fff;
  text-decoration-line: underline;
}

@media (max-width: 427.98px) {
  .delivery_banner .container {
    max-width: unset;
    padding: 0;
  }
}
.delivery_banner-txt {
  position: absolute;
  z-index: 2;
  padding-left: 19.472789%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.delivery_banner-txt h2:nth-child(2) {
  text-indent: 64px;
}

@media (max-width: 767.98px) {
  .delivery_banner-txt h2 {
    font-size: 16px;
  }
  .delivery_banner-txt h2:nth-child(2) {
    text-indent: 14px;
  }
}
@media (max-width: 427.98px) {
  .delivery_banner-txt {
    top: -20px;
    padding-left: 11.472789%;
  }
}
.delivery_banner-img .img_div {
  padding-bottom: 25.501204%;
}
.delivery_banner-img .img_div::after {
  content: "";
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(93, 0, 0, 0.4), rgba(93, 0, 0, 0.4));
}
.delivery_banner-img .decoration {
  position: absolute;
  width: 100%;
  max-width: 202px;
  top: 78px;
  right: 21.088435%;
  z-index: 3;
}
.delivery_banner-img .decoration .img_div {
  padding-bottom: 158.415841%;
}
.delivery_banner-img .decoration .img_div::after {
  content: unset;
}

@media (max-width: 767.98px) {
  .delivery_banner-img .img_div {
    min-height: 163px;
  }
}
@media (max-width: 1023.98px) {
  .delivery_banner-img .decoration {
    top: 10px;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .delivery_banner-img .decoration {
    max-width: 98px;
    top: 36px;
    right: 36px;
  }
}
.delivery_info {
  position: relative;
  padding-top: 0;
}
.delivery_info p, .delivery_info #primary .single_container .single_txtBlock-price .number {
  margin-bottom: 0;
}

#primary .single_container .single_txtBlock-price .delivery_info .number, .delivery_info .woocommerce .product_Block .price, .woocommerce .product_Block .delivery_info .price {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .delivery_info {
    padding-top: 0;
  }
}
.delivery_info-article {
  padding: 100px 0;
  display: flex;
}
.delivery_info-article > div {
  width: 50%;
}

@media (max-width: 1023.98px) {
  .delivery_info-article {
    padding: 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .delivery_info-article {
    flex-direction: column;
    padding-bottom: 0;
  }
  .delivery_info-article > div {
    width: 100%;
  }
}
.delivery_info-txt > .title {
  padding-bottom: 32px;
}

@media (max-width: 1023.98px) {
  .delivery_info-article:nth-child(odd) .delivery_info-txt {
    padding-left: 24px;
  }
  .delivery_info-article:nth-child(even) .delivery_info-txt {
    padding-right: 24px;
  }
  .delivery_info .img_position {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .delivery_info-article:nth-child(odd) .delivery_info-txt {
    padding-left: 0;
  }
  .delivery_info-article:nth-child(even) .delivery_info-txt {
    padding-right: 0;
  }
  .delivery_info-txt {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .delivery_info-txt > .title {
    padding-bottom: 16px;
  }
}
.delivery_info-condition {
  padding-top: 68px;
}
.delivery_info-condition .delivery_info-txt {
  order: 2;
  margin-left: auto;
  padding-left: 40px;
}
.delivery_info-condition .img_position {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 645px;
}
.delivery_info-condition .img_div {
  order: 1;
  padding-bottom: 75.038759%;
}

@media (max-width: 1023.98px) {
  .delivery_info-condition .img_position {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .delivery_info-condition {
    padding-top: 0;
  }
}
.delivery_info-numerous {
  position: relative;
}
.delivery_info-numerous .delivery-info_txt {
  margin-right: auto;
}
.delivery_info-numerous .img_position {
  position: absolute;
  right: 8.503401%;
  top: 0;
  max-width: 376px;
}
.delivery_info-numerous .img_div {
  padding-bottom: 133.24468%;
}

@media (max-width: 1023.98px) {
  .delivery_info-numerous .img_position {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .delivery_info-numerous .delivery_info-txt {
    order: 2;
  }
  .delivery_info-numerous .img_position {
    max-width: unset;
  }
  .delivery_info-numerous .img_div {
    padding-bottom: 75.038759%;
  }
}
.delivery_info-advantage {
  position: relative;
}
.delivery_info-advantage .delivery_info-txt {
  order: 2;
  margin-left: auto;
  margin-right: 8.503401%;
}
.delivery_info-advantage .img_position {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 376px;
}
.delivery_info-advantage .img_div {
  order: 1;
  padding-bottom: 133.24468%;
}

@media (max-width: 1023.98px) {
  .delivery_info-advantage .img_position {
    position: static;
  }
  .delivery_info-advantage .delivery_info-txt {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .delivery_info-advantage .delivery_info-txt {
    order: 2;
  }
  .delivery_info-advantage .img_position {
    max-width: unset;
  }
  .delivery_info-advantage .img_div {
    padding-bottom: 75.038759%;
  }
}
.advantage_listCard {
  padding-top: 34px;
}
.advantage_listCard .title {
  display: flex;
}
.advantage_listCard .txt {
  padding-left: 9px;
  padding-bottom: 16px;
}
.advantage_listCard .txt h3 {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .advantage_listCard {
    padding-top: 16px;
  }
}
.advantage_listCard_item {
  position: relative;
}
.advantage_listCard_item::before {
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  opacity: 0.1;
  position: absolute;
  top: -24px;
  left: 0;
}
.advantage_listCard_item + .advantage_listCard_item {
  margin-top: 48px;
}
.advantage_listCard_item + .advantage_listCard_item::before {
  content: "";
}

.ood-safety .report-slide .img_div {
  margin-bottom: 24px;
}

.food-safety_txt {
  text-align: center;
  padding-bottom: 56px;
  max-width: 975px;
  margin: 0 auto;
}
.food-safety_txt .title {
  padding-bottom: 32px;
}

@media (max-width: 767.98px) {
  .food-safety_txt {
    text-align: left;
  }
  .food-safety_txt .title {
    padding-bottom: 16px;
  }
}
.food-safety .report-slide a h3 {
  font-weight: 400;
  margin-top: 24px;
}

.safety_process-swiper {
  position: relative;
  overflow: hidden;
}

.safety_process-item {
  display: flex;
}
.safety_process-item .img_div {
  width: 65.986394%;
  padding-bottom: 49%;
  border: 20px solid #fff;
}
.safety_process-item .slide-txt {
  width: 34.01336%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 24px 106px 24px;
  background-color: #9f353a;
  color: #fff;
  position: relative;
}
.safety_process-item .slide-txt h3 {
  color: #fff;
}
.safety_process-item .slide-txt .title {
  position: absolute;
  top: 24px;
}
.safety_process-item .slide-txt .title h3 {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  opacity: 0.7;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  line-height: 100px;
}
.safety_process-item .slide-txt .step {
  padding-bottom: 8px;
}
.safety_process-item .slide-txt .sub-title {
  padding-bottom: 16px;
}
.safety_process-item .slide-txt .content p, .safety_process-item .slide-txt .content #primary .single_container .single_txtBlock-price .number {
  color: #fff;
}

#primary .single_container .single_txtBlock-price .safety_process-item .slide-txt .content .number, .safety_process-item .slide-txt .content .woocommerce .product_Block .price, .woocommerce .product_Block .safety_process-item .slide-txt .content .price {
  color: #fff;
}

@media (max-width: 767.98px) {
  .safety_process-item {
    flex-direction: column;
    background-color: #9f353a;
    height: initial;
  }
  .safety_process-item .img_div {
    width: 100%;
    border: 10px solid #fff;
    min-height: 245px;
  }
  .safety_process-item .slide-txt {
    width: 100%;
  }
  .safety_process-item .slide-txt .title {
    position: static;
    /* padding-bottom: 24px; */
  }
  .safety_process-item .slide-txt .title h3 {
    font-size: 40px;
    font-weight: 900;
  }
  .safety_process-item .sub-title {
    padding-bottom: 16px;
  }
  .safety_process-swiper .safety_process-list {
    height: 100%;
  }
}
.safety_process-pagination {
  position: absolute;
  width: 34.01336% !important;
  left: unset !important;
  right: -24px;
  bottom: 56px !important;
  z-index: 50;
}
.safety_process-pagination span {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.safety_process-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
.safety_process-pagination span + span {
  margin-left: 20px !important;
}

@media (max-width: 767.98px) {
  .safety_process-pagination {
    width: 100% !important;
    left: 32px !important;
    right: 0 !important;
    bottom: 24px !important;
  }
}
.report_check {
  padding-top: 64px;
  padding-bottom: 40px;
}
.report_check .title {
  text-align: center;
}
.report_check .content {
  display: none;
}

@media (max-width: 767.98px) {
  .report_check {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .report_check .title {
    text-align: left;
  }
  .report_check .content {
    display: block;
  }
}
.report-swiper {
  position: relative;
  overflow: hidden;
}

.report-slide a {
  display: block;
}
.report-slide a h3 {
  text-align: center;
}
.report-slide .img_div {
  padding-bottom: 132.246376%;
}
.report-slide .img_div-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(159, 53, 58, 0.8), rgba(159, 53, 58, 0.8));
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 8px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.report-slide:hover .img_div-hover {
  z-index: 1;
  opacity: 1;
}

@media (max-width: 427.98px) {
  .report-ctrl .report-prev, .report-ctrl .report-next {
    display: none;
  }
}
.report-pagination {
  display: none;
  justify-content: center;
  padding-top: 16px;
}

@media (max-width: 427.98px) {
  .report-pagination {
    display: flex;
  }
}
.bento_food {
  overflow: hidden;
  padding-bottom: 34px;
}

@media (max-width: 767.98px) {
  .bento_food {
    padding-top: 20px;
  }
}
.bento_food-txtContainer {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .bento_food-txtContainer {
    padding-bottom: 24px;
  }
}
.bento_food-swiper {
  max-width: unset;
  margin-left: 124px;
  padding-right: 0;
  padding-bottom: 30px;
  overflow: hidden;
}
.bento_food-swiper ul li .img_div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1023.98px) {
  .bento_food-swiper {
    margin-left: 6.166666%;
  }
}
@media (max-width: 767.98px) {
  .bento_food-swiper {
    display: none;
  }
}
.bento_food-swiper-mobile {
  display: none;
}
.bento_food-swiper-mobile .bento_food-slide {
  position: relative;
}
.bento_food-swiper-mobile .bento_food-slide .text {
  position: relative;
}
.bento_food-swiper-mobile .bento_food-slide .addr {
  flex-wrap: wrap;
}
.bento_food-swiper-mobile .bento_food-slide .number {
  padding-left: 0;
}
.bento_food-swiper-mobile .bento_food-slide .number::after {
  content: unset;
}

@media (max-width: 767.98px) {
  .bento_food-swiper-mobile {
    display: block;
    overflow: hidden;
  }
}
.bento_food-txt {
  width: 100%;
  max-width: 50%;
}
.bento_food-txt .title {
  font-weight: 900;
}
.bento_food-txt .title h2 {
  white-space: nowrap;
}
.bento_food-txt .content {
  padding-top: 24px;
}
.bento_food-txt .content strong {
  color: #9f353a;
}

@media (max-width: 767.98px) {
  .bento_food-txt {
    max-width: unset;
  }
  .bento_food-txt .content {
    padding-top: 16px;
  }
}
.bento_food-btn {
  width: 100%;
  max-width: 50%;
  position: relative;
  justify-content: end;
  align-items: center;
}

@media (max-width: 767.98px) {
  .bento_food-btn {
    display: none;
  }
}
.bento_food-btn-mobile {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}

.bento_food-prev, .bento_food-next {
  position: static;
  margin: 0;
}

.bento_food-pagination {
  position: static;
  width: unset;
  margin: 0 24px;
  font-weight: 700;
  color: #9f353a;
  font-family: 700;
}

.bento_food-pagination-mobile {
  width: 45px;
  /* margin: 0 15px; */
}

@media (max-width: 767.98px) {
  .bento_food-pagination-mobile {
    width: auto;
    padding: 0 40px;
  }
}
.bento_food-slide {
  position: relative;
}
.bento_food-slide .img_div {
  padding-bottom: 56.423611%;
}
.bento_food-slide .text {
  border-radius: 50px;
  padding: 10px 24px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 60%;
  min-width: 218px;
}
.bento_food-slide .addr {
  color: #9f353a;
  display: flex;
  justify-content: center;
}
.bento_food-slide .number {
  padding-left: 20px;
  color: #4d4d4d;
  position: relative;
}
.bento_food-slide .number::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dbdbdb;
  position: absolute;
  left: 10px;
  top: 0;
}

@media (max-width: 1023.98px) {
  .bento_food-slide .text {
    position: relative;
    bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .bento_food-slide .text {
    min-width: none;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .bento_food .img_div img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.customer_feedback {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .customer_feedback {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.customer_feedback-swiper {
  position: relative;
}

.customer_feedback-item {
  display: flex;
  align-items: center;
  padding: 96px 73px;
  background-color: #fff;
  border-radius: 0 50px;
  opacity: 0;
}
.customer_feedback-item.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.customer_feedback-item .img-div {
  width: 16.5049%;
  min-width: 170px;
  overflow: hidden;
}
.customer_feedback-item .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.customer_feedback-item .txt {
  width: 100%;
  padding-left: 64px;
}
.customer_feedback-item .txt .title {
  padding-bottom: 16px;
}
.customer_feedback-item .txt .title h2 {
  margin-bottom: 0;
  color: #4d4d4d;
}

@media (max-width: 767.98px) {
  .customer_feedback-item {
    flex-direction: column;
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .customer_feedback-item .txt {
    padding-left: 0;
    padding: 24px 16px 0;
    text-align: left;
  }
  .customer_feedback-item .txt .title {
    padding-bottom: 8px;
  }
  .customer_feedback-item .txt .title h2 {
    color: #4d4d4d;
    font-size: 26px;
  }
}
.customer_feedback-btn-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
}

.customer_feedback .banner-swiper-prev.customer_feedback-swiper-prev {
  left: -48px;
}
.customer_feedback .banner-swiper-next.customer_feedback-swiper-next {
  right: -48px;
}

.customer_case {
  padding-top: 0;
}

.customer_case-title {
  padding-bottom: 40px;
  text-align: center;
}
.customer_case-title h2 {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .customer_case-title {
    padding-bottom: 24px;
  }
}
.customer_case-swiper {
  overflow: hidden;
  position: relative;
}

.customer_case .banner-swiper-prev.customer_case-swiper-prev {
  left: 24px;
  transform: translateY(-50%);
}
.customer_case .banner-swiper-next.customer_case-swiper-next {
  right: 24px;
  transform: translateY(-50%);
}

.customer_case-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.customer_case-inner:hover .img_div::after {
  z-index: 2;
  opacity: 1;
}
.customer_case-inner:hover .img_div-hover {
  z-index: 3;
  opacity: 1;
}
.customer_case-inner .img_div {
  position: relative;
}
.customer_case-inner .img_div::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(159, 53, 58, 0.4), rgba(159, 53, 58, 0.4));
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.customer_case-inner .img_div img {
  top: 0;
  left: 0;
  transform: unset;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.customer_case-inner .img_div-hover {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
}
.customer_case-inner .img_div-hover::before, .customer_case-inner .img_div-hover::after {
  content: "·";
  transform: scale(1.4);
}
@media (max-width: 767.98px) {
  .customer_case-inner .img_div-hover {
    z-index: 1;
    opacity: 1;
    top: 92%;
    transform: translateY(-50%);
    height: -moz-fit-content;
    height: fit-content;
    background: linear-gradient(0deg, rgba(159, 53, 58, 0.4), rgba(159, 53, 58, 0.4));
  }
}

.customer_case-pagination {
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 767.98px) {
  .customer_case-pagination {
    padding-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .groupMeal_info {
    padding-top: 20px;
  }
}
.groupMeal_info-banner {
  position: relative;
  padding-bottom: 164px;
}
.groupMeal_info-banner .img-position {
  width: 100%;
  max-width: 73.194444%;
}
.groupMeal_info-banner .img-position .img_div {
  padding-bottom: 54.4592%;
}
.groupMeal_info-banner .slogan {
  width: 100%;
  max-width: 458px;
  padding: 93px 40px;
  position: absolute;
  right: 9.166666%;
  top: 14.0921%;
  background-color: #fff;
  box-shadow: 0px 20px 30px rgba(60, 65, 70, 0.2);
}
.groupMeal_info-banner .title {
  padding-bottom: 24px;
}
.groupMeal_info-banner .title h2 {
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .groupMeal_info-banner .slogan {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .groupMeal_info-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .groupMeal_info-banner .img-position {
    max-width: unset;
  }
  .groupMeal_info-banner .slogan {
    max-width: 91.4%;
    padding: 40px;
    position: relative;
    top: -21px;
    right: 0;
    transform: unset;
  }
  .groupMeal_info-banner .title {
    padding-bottom: 16px;
  }
}
.groupMeal_info-intro {
  background-color: #fff;
  position: relative;
  padding-bottom: 73px;
}
.groupMeal_info-intro .sub_slogan {
  position: relative;
  top: -100px;
}
.groupMeal_info-intro .sub_slogan-list {
  display: flex;
  justify-content: center;
}
.groupMeal_info-intro .sub_slogan-item {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: #9f353a;
  color: #fff;
}
.groupMeal_info-intro .sub_slogan-item .icon {
  margin-bottom: 24px;
  width: 50px;
}
.groupMeal_info-intro .sub_slogan-item p, .groupMeal_info-intro .sub_slogan-item #primary .single_container .single_txtBlock-price .number {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .groupMeal_info-intro {
    padding-bottom: 44px;
  }
}
@media (max-width: 575.98px) {
  .groupMeal_info-intro .sub_slogan-list {
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .groupMeal_info-intro .sub_slogan-item {
    width: 100px;
    height: 100px;
  }
  .groupMeal_info-intro .sub_slogan-item .icon {
    margin-bottom: 0;
    width: 30px;
  }
  .groupMeal_info-intro .sub_slogan-item p {
    font-size: 0.5rem;
  }
}
#primary .single_container .single_txtBlock-price .groupMeal_info-intro .sub_slogan-item .number, .groupMeal_info-intro .sub_slogan-item .woocommerce .product_Block .price, .woocommerce .product_Block .groupMeal_info-intro .sub_slogan-item .price {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

.groupMeal_info-intro .sub_slogan .sub_slogan-item + .sub_slogan-item {
  margin-left: 6.111111%;
}

@media (max-width: 575.98px) {
  .groupMeal_info-intro .sub_slogan {
    flex-direction: column;
    top: -140px;
  }
  .groupMeal_info-intro .sub_slogan .sub_slogan-item + .sub_slogan-item {
    margin-left: 0;
  }
}
.groupMeal_info .intro_content {
  display: flex;
  justify-content: center;
  max-width: 888px;
  margin: 0 auto;
}
.groupMeal_info .intro_content .img-div {
  width: 264px;
  height: 283px;
  overflow: hidden;
}
.groupMeal_info .intro_content .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.groupMeal_info .intro_content .content {
  width: 100%;
  max-width: 624px;
  padding: 40px 0 32px 22px;
  margin-left: 48px;
}
.groupMeal_info .intro_content .content .txt {
  padding-bottom: 40px;
}
.groupMeal_info .intro_content .content .number-food {
  display: flex;
}
.groupMeal_info .intro_content .content .number-food p + p, .groupMeal_info .intro_content .content .number-food #primary .single_container .single_txtBlock-price .number + p {
  margin-left: 40px;
}

@media (max-width: 575.98px) {
  .groupMeal_info .intro_content {
    margin-top: -60px;
  }
}
@media (max-width: 767.98px) {
  .groupMeal_info .intro_content .img-div {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .groupMeal_info .intro_content .content {
    padding: 40px 0 32px 0;
    margin-left: 0;
  }
  .groupMeal_info .intro_content .content .number-food p {
    display: flex;
    flex-direction: column;
  }
  .groupMeal_info .intro_content .content .number-food p span {
    padding-bottom: 20px;
  }
}
#primary .single_container .single_txtBlock-price .groupMeal_info .intro_content .content .number-food .number + p, .groupMeal_info .intro_content .content .number-food .woocommerce .product_Block .price + p, .woocommerce .product_Block .groupMeal_info .intro_content .content .number-food .price + p, .groupMeal_info .intro_content .content .number-food #primary .single_container .single_txtBlock-price p + .number, #primary .single_container .single_txtBlock-price .groupMeal_info .intro_content .content .number-food p + .number, .groupMeal_info .intro_content .content .number-food #primary .single_container .single_txtBlock-price .number + .number, #primary .single_container .single_txtBlock-price .groupMeal_info .intro_content .content .number-food .number + .number, .groupMeal_info .intro_content .content .number-food .woocommerce .product_Block #primary .single_container .single_txtBlock-price .price + .number, #primary .single_container .single_txtBlock-price .groupMeal_info .intro_content .content .number-food .woocommerce .product_Block .price + .number, .woocommerce .product_Block .groupMeal_info .intro_content .content .number-food #primary .single_container .single_txtBlock-price .price + .number, #primary .single_container .single_txtBlock-price .woocommerce .product_Block .groupMeal_info .intro_content .content .number-food .price + .number, .groupMeal_info .intro_content .content .number-food .woocommerce .product_Block p + .price, .woocommerce .product_Block .groupMeal_info .intro_content .content .number-food p + .price, .groupMeal_info .intro_content .content .number-food #primary .single_container .single_txtBlock-price .woocommerce .product_Block .number + .price, .woocommerce .product_Block .groupMeal_info .intro_content .content .number-food #primary .single_container .single_txtBlock-price .number + .price, #primary .single_container .single_txtBlock-price .groupMeal_info .intro_content .content .number-food .woocommerce .product_Block .number + .price, .woocommerce .product_Block #primary .single_container .single_txtBlock-price .groupMeal_info .intro_content .content .number-food .number + .price, .groupMeal_info .intro_content .content .number-food .woocommerce .product_Block .price + .price, .woocommerce .product_Block .groupMeal_info .intro_content .content .number-food .price + .price {
  margin-left: 40px;
}

@media (max-width: 767.98px) {
  .groupMeal_info .intro_content .content .content {
    margin-left: 0;
  }
  .groupMeal_info .intro_content .content .number-food {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .groupMeal_info .intro_content .content p, .groupMeal_info .intro_content .content #primary .single_container .single_txtBlock-price .number {
    font-size: 400;
  }
  #primary .single_container .single_txtBlock-price .groupMeal_info .intro_content .content .number, .groupMeal_info .intro_content .content .woocommerce .product_Block .price, .woocommerce .product_Block .groupMeal_info .intro_content .content .price {
    font-size: 400;
  }
  .groupMeal_info .intro_content .content span {
    font-size: 46px;
  }
}
.groupMeal_info .intro_decorate {
  width: 531px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -90px;
}
.groupMeal_info .intro_decorate .img_div {
  padding-bottom: 66.85499%;
}

@media (max-width: 1023.98px) {
  .groupMeal_info .intro_decorate {
    position: static;
    bottom: 0;
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .groupMeal_info .intro_decorate {
    width: 100%;
    position: relative;
    /* right: -40px; */
  }
}
.bento_rich {
  position: relative;
}

@media (max-width: 1023.98px) {
  .bento_rich {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.bento_rich-txt {
  padding-bottom: 40px;
  text-align: center;
}
.bento_rich-txt .title {
  padding-bottom: 24px;
}

@media (max-width: 767.98px) {
  .bento_rich-txt {
    padding-bottom: 20px;
    width: 91.4%;
    margin: 0 auto;
  }
}
.bento_rich-swiper-mobile {
  overflow: hidden;
  position: relative;
}

@media (max-width: 1023.98px) {
  .bento_rich-swiper-mobile {
    padding-bottom: 100px;
  }
}
.bento_rich-ctrl-mobile {
  display: none;
  position: relative;
  bottom: -50px;
  justify-content: center;
}
.bento_rich-ctrl-mobile > div {
  position: static;
}
.bento_rich-ctrl-mobile div + div {
  margin-left: 24px;
}

@media (max-width: 1023.98px) {
  .bento_rich-ctrl-mobile {
    display: flex;
  }
}
.bento_rich .circle_card-item + .circle_card-item {
  margin-left: 0;
}

.bento_rich-item .img_div img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.section_block.bento_rich .circle_card-item:hover .img_div img {
  transform: scale(0.9);
}

@media (max-width: 767.98px) {
  .exquisite_info {
    padding-bottom: 40px;
  }
}
.exquisite_info-banner {
  position: relative;
  padding-bottom: 64px;
  z-index: 1;
}
.exquisite_info-banner .img-position {
  position: relative;
  width: 100%;
  max-width: 73.194444%;
  margin-left: auto;
}
.exquisite_info-banner .img-position .img_div {
  padding-bottom: 54.459203%;
}
.exquisite_info-banner .slogan {
  width: 100%;
  max-width: 561px;
  padding: 119px 40px;
  position: absolute;
  left: -28.645833%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 20px 30px rgba(60, 65, 70, 0.2);
}
.exquisite_info-banner .title {
  padding-bottom: 24px;
}

@media (max-width: 1023.98px) {
  .exquisite_info-banner {
    padding-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .exquisite_info-banner .img-position {
    max-width: unset;
  }
}
@media (max-width: 1023.98px) {
  .exquisite_info-banner .slogan {
    position: relative;
    max-width: 91.4%;
    padding: 40px;
    transform: unset;
    left: 0;
    top: -24px;
    margin: auto;
  }
}
@media (max-width: 1023.98px) {
  .exquisite_info-banner .title {
    padding-bottom: 16px;
  }
}
.exquisite_info-intro {
  position: relative;
}
.exquisite_info-intro::before {
  content: "";
  width: 100%;
  height: 455px;
  background-color: #9f353a;
  position: absolute;
  top: -320px;
  left: 0;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .exquisite_info-intro {
    top: 0px;
  }
}
@media (max-width: 1023.98px) {
  .exquisite_info-intro::before {
    top: -120px;
    height: calc(100% + 148px);
  }
}
.exquisite_info-intro-listBlock {
  position: relative;
}

.exquisite_info-intro-list {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}

@media (max-width: 767.98px) {
  .exquisite_info-intro-list {
    flex-direction: column;
    align-items: center;
  }
}
.exquisite_info-intro-item {
  width: 276px;
  background-color: #fff;
  padding: 36px;
}
.exquisite_info-intro-item .title {
  display: flex;
  align-items: center;
}
.exquisite_info-intro-item .title .txt {
  padding-left: 16px;
  color: #9f353a;
}
.exquisite_info-intro-item .content {
  padding-top: 28px;
}
.exquisite_info-intro-item + .exquisite_info-intro-item {
  margin-left: 24px;
}

@media (max-width: 767.98px) {
  .exquisite_info-intro-item {
    width: 100%;
    max-width: 91.4%;
  }
  .exquisite_info-intro-item .content {
    padding-top: 16px;
  }
}
.exquisite_info-intro-ps {
  position: relative;
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 16px;
}
.exquisite_info-intro-ps .icon {
  width: 24px;
  height: 24px;
}
.exquisite_info-intro-ps .txt {
  padding-left: 12px;
}
.exquisite_info-intro-ps p, .exquisite_info-intro-ps #primary .single_container .single_txtBlock-price .number {
  margin-bottom: 0;
}

#primary .single_container .single_txtBlock-price .exquisite_info-intro-ps .number, .exquisite_info-intro-ps .woocommerce .product_Block .price, .woocommerce .product_Block .exquisite_info-intro-ps .price {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .exquisite_info-intro-ps {
    max-width: 91.4%;
  }
}
@media (max-width: 767.98px) {
  .exquisite_info-intro-item + .exquisite_info-intro-item {
    margin-left: 0;
    margin-top: 16px;
  }
}
.exquisite_bento {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .exquisite_bento {
    padding-bottom: 40px;
  }
}
.exquisite_bento-listBlock {
  padding: 56px 100px;
  background-color: #fff;
  border-radius: 0 50px;
  position: relative;
}

@media (max-width: 767.98px) {
  .exquisite_bento-listBlock {
    padding: 56px;
  }
}
@media (max-width: 427.98px) {
  .exquisite_bento-listBlock {
    padding: 0;
    background-color: transparent;
  }
}
.exquisite_bento-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.exquisite_bento-item::before {
  background-color: #dbdbdb;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -48px;
  left: 0;
}
.exquisite_bento-item .img-position {
  width: 100%;
  max-width: 376px;
}
.exquisite_bento-item .txt {
  width: 51.229508%;
}
.exquisite_bento-item .txt .content {
  padding: 24px 0;
}
.exquisite_bento-item .txt .content p, .exquisite_bento-item .txt .content #primary .single_container .single_txtBlock-price .number {
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .exquisite_bento-item {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .exquisite_bento-item .img-position {
    max-width: unset;
  }
}
@media (max-width: 427.98px) {
  .exquisite_bento-item .img-position .img_div {
    border-radius: 10px;
  }
}
#primary .single_container .single_txtBlock-price .exquisite_bento-item .txt .content .number, .exquisite_bento-item .txt .content .woocommerce .product_Block .price, .woocommerce .product_Block .exquisite_bento-item .txt .content .price {
  line-height: 26px;
}

.exquisite_bento-item .txt .price {
  padding-top: 24px;
  color: #9f353a;
}
.exquisite_bento-item .txt .btns {
  display: inline-block;
  line-height: 48px;
}
.exquisite_bento-item:nth-child(even) .img-position {
  order: 2;
}
.exquisite_bento-item + .exquisite_bento-item {
  margin-top: 96px;
}
.exquisite_bento-item + .exquisite_bento-item::before {
  content: "";
}

@media (max-width: 767.98px) {
  .exquisite_bento-item .txt {
    width: 100%;
    padding-top: 24px;
  }
  .exquisite_bento-item .txt .content {
    padding: 16px 0;
  }
  .exquisite_bento-item .txt .price {
    padding-top: 16px;
  }
}
@media (max-width: 427.98px) {
  .exquisite_bento-item .txt .btns {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .exquisite_bento-item:nth-child(odd) .txt {
    padding-left: 24px;
  }
  .exquisite_bento-item:nth-child(even) .txt {
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .exquisite_bento-item:nth-child(even) .img-position {
    order: 1;
  }
  .exquisite_bento-item:nth-child(even) .txt {
    order: 2;
  }
  .exquisite_bento-item:nth-child(odd) .txt {
    padding-left: 0;
  }
  .exquisite_bento-item:nth-child(even) .txt {
    padding-right: 0;
  }
  .exquisite_bento-item + .exquisite_bento-item {
    margin-top: 48px;
  }
  .exquisite_bento-item + .exquisite_bento-item::before {
    top: -24px;
  }
}
@media (max-width: 427.98px) {
  .exquisite_bento-item + .exquisite_bento-item {
    margin-top: 24px;
  }
  .exquisite_bento-item + .exquisite_bento-item::before {
    content: unset;
  }
}
.cute_man_2_ex {
  position: absolute;
  width: 200px;
  top: -50px;
  left: 0;
}
.cute_man_2_ex img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .cute_man_2_ex {
    width: 120px;
  }
}
.illustrate_process-listBlock {
  padding-top: 24px;
  padding-bottom: 64px;
}

@media (max-width: 1023.98px) {
  .illustrate_process-listBlock {
    padding-bottom: 40px;
  }
}
.illustrate_process-item {
  display: flex;
}
.illustrate_process-item .step-block {
  background-color: #9f353a;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.illustrate_process-item .step-block .step, .illustrate_process-item .step-block .number {
  color: #fff;
  margin: 0;
}
.illustrate_process-item .step-block .step {
  padding-bottom: 24px;
}
.illustrate_process-item .txt {
  width: 100%;
  padding: 36px;
  background-color: #fff;
}
.illustrate_process-item .txt .title {
  color: #9f353a;
  padding-bottom: 24px;
}
.illustrate_process-item .txt .step {
  padding-bottom: 10px;
}
.illustrate_process-item + .illustrate_process-item {
  margin-top: 16px;
}

@media (max-width: 575.98px) {
  .illustrate_process-item {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .illustrate_process-item .step-block {
    padding: 16px 24px;
    flex-direction: row;
    justify-content: flex-start;
  }
  .illustrate_process-item .step-block p, .illustrate_process-item .step-block #primary .single_container .single_txtBlock-price .number {
    font-size: 26px;
  }
  #primary .single_container .single_txtBlock-price .illustrate_process-item .step-block .number, .illustrate_process-item .step-block .woocommerce .product_Block .price, .woocommerce .product_Block .illustrate_process-item .step-block .price {
    font-size: 26px;
  }
  .illustrate_process-item .step-block .step {
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .illustrate_process-item .txt .title {
    padding: 36px 24px;
  }
  .illustrate_process-item .txt .step {
    padding-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .illustrate_process-item + .illustrate_process-item {
    margin-top: 24px;
  }
}
.illustrate_decorate {
  position: relative;
}
.illustrate_decorate .img_div {
  padding-bottom: 28.680555%;
  z-index: 1;
  overflow: unset;
}
.illustrate_decorate .img_div .cute_man {
  width: 180px;
  position: absolute;
  bottom: -55%;
  right: 10%;
  z-index: 10;
}
.illustrate_decorate .img_div .cute_man img {
  width: 100%;
  height: auto;
  position: static;
}
.illustrate_decorate .img_div .img_mobile {
  display: none;
}
.illustrate_decorate .txt {
  position: absolute;
  top: 127px;
  z-index: 2;
  padding-left: 9.166666%;
}
.illustrate_decorate .icon_txt {
  background-color: #fff;
  display: flex;
  padding: 12px 20px;
  max-width: 355px;
}
.illustrate_decorate .icon_txt h2 {
  padding-left: 24px;
}
.illustrate_decorate .btns {
  background-color: #fff;
  border: unset;
  margin-top: 32px;
  margin-left: 144px;
}
.illustrate_decorate .btns a {
  display: block;
  padding: 10px 20px;
  line-height: 46px;
}

@media (max-width: 1023.98px) {
  .illustrate_decorate .img_div .cute_man {
    bottom: -66%;
    right: -9%;
  }
}
@media (max-width: 767.98px) {
  .illustrate_decorate .img_div .cute_man {
    bottom: -34%;
    right: -7%;
    width: 120px;
  }
}
@media (max-width: 427.98px) {
  .illustrate_decorate .img_div .cute_man {
    bottom: -56%;
    right: -7%;
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .illustrate_decorate .img_div {
    padding-bottom: 74.933333%;
  }
  .illustrate_decorate .img_div .img_mobile {
    display: block;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .illustrate_decorate .txt {
    top: 30.604982%;
    padding-left: 12.099644%;
  }
}
@media (max-width: 767.98px) {
  .illustrate_decorate .icon_txt {
    align-items: center;
  }
  .illustrate_decorate .icon_txt .icon svg {
    width: 24px;
    height: 24px;
  }
  .illustrate_decorate .icon_txt h2 {
    padding-left: 8px;
  }
}
@media (max-width: 767.98px) {
  .illustrate_decorate .btns {
    margin-top: 16px;
    position: absolute;
    line-height: 24px;
    margin-left: 22.733333%;
    line-height: unset;
  }
}
.illustrate_card {
  padding: 64px 0;
}

@media (max-width: 1023.98px) {
  .illustrate_card {
    padding-top: 40px;
  }
}
.illustrate_card-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.illustrate_card-item {
  width: 23.469387%;
}
.illustrate_card-item .title {
  text-align: center;
  background-color: #9f353a;
  padding: 10px;
  color: #fff;
}
.illustrate_card-item .title h2 {
  margin-bottom: 0;
}
.illustrate_card-item .content {
  padding: 40px 30px;
  background-color: #fff;
  text-align: center;
}
.illustrate_card-item .content .sub_title {
  line-height: 46px;
}
.illustrate_card-item .content .info {
  color: #4d4d4d;
  line-height: 34px;
}
.illustrate_card-item .content .ps {
  line-height: 26px;
}
.illustrate_card-item .content span {
  color: #9f353a;
}
.illustrate_card-item .content p, .illustrate_card-item .content #primary .single_container .single_txtBlock-price .number {
  margin-bottom: 0;
  min-height: 34px;
}

@media (max-width: 1023.98px) {
  .illustrate_card-item {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  .illustrate_card-item {
    width: 100%;
  }
}
@media (max-width: 427.98px) {
  .illustrate_card-item .content {
    padding-bottom: 53px;
  }
}
@media (max-width: 767.98px) {
  .illustrate_card-item .content .sub_title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .illustrate_card-item .content .info {
    font-size: 26px;
  }
}
#primary .single_container .single_txtBlock-price .illustrate_card-item .content .number, .illustrate_card-item .content .woocommerce .product_Block .price, .woocommerce .product_Block .illustrate_card-item .content .price {
  margin-bottom: 0;
  min-height: 34px;
}

@media (max-width: 767.98px) {
  .illustrate_card-item .content p, .illustrate_card-item .content #primary .single_container .single_txtBlock-price .number {
    min-height: unset;
  }
  #primary .single_container .single_txtBlock-price .illustrate_card-item .content .number, .illustrate_card-item .content .woocommerce .product_Block .price, .woocommerce .product_Block .illustrate_card-item .content .price {
    min-height: unset;
  }
}
.illustrate_card-item .content p + p, .illustrate_card-item .content #primary .single_container .single_txtBlock-price .number + p {
  margin-top: 16px;
}

#primary .single_container .single_txtBlock-price .illustrate_card-item .content .number + p, .illustrate_card-item .content .woocommerce .product_Block .price + p, .woocommerce .product_Block .illustrate_card-item .content .price + p, .illustrate_card-item .content #primary .single_container .single_txtBlock-price p + .number, #primary .single_container .single_txtBlock-price .illustrate_card-item .content p + .number, .illustrate_card-item .content #primary .single_container .single_txtBlock-price .number + .number, #primary .single_container .single_txtBlock-price .illustrate_card-item .content .number + .number, .illustrate_card-item .content .woocommerce .product_Block #primary .single_container .single_txtBlock-price .price + .number, #primary .single_container .single_txtBlock-price .illustrate_card-item .content .woocommerce .product_Block .price + .number, .woocommerce .product_Block .illustrate_card-item .content #primary .single_container .single_txtBlock-price .price + .number, #primary .single_container .single_txtBlock-price .woocommerce .product_Block .illustrate_card-item .content .price + .number, .illustrate_card-item .content .woocommerce .product_Block p + .price, .woocommerce .product_Block .illustrate_card-item .content p + .price, .illustrate_card-item .content #primary .single_container .single_txtBlock-price .woocommerce .product_Block .number + .price, .woocommerce .product_Block .illustrate_card-item .content #primary .single_container .single_txtBlock-price .number + .price, #primary .single_container .single_txtBlock-price .illustrate_card-item .content .woocommerce .product_Block .number + .price, .woocommerce .product_Block #primary .single_container .single_txtBlock-price .illustrate_card-item .content .number + .price, .illustrate_card-item .content .woocommerce .product_Block .price + .price, .woocommerce .product_Block .illustrate_card-item .content .price + .price {
  margin-top: 16px;
}

.illustrate_card-item + .illustrate_card-item {
  margin-left: 2.040816%;
}
.illustrate_card-item:nth-child(5n) {
  margin-left: 0;
}
.illustrate_card-item:nth-child(n+5) {
  margin-top: 24px;
}

@media (max-width: 1023.98px) {
  .illustrate_card-item:nth-child(n+5) {
    margin-top: 0;
  }
  .illustrate_card-item:nth-child(odd) {
    margin-left: 0;
  }
  .illustrate_card-item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .illustrate_card-item + .illustrate_card-item {
    margin-left: 0;
    margin-top: 0;
  }
  .illustrate_card-item:nth-child(n+3) {
    margin-top: 16px;
  }
}
#primary .section_cart-table td {
  border-top: unset;
}
#primary .required {
  color: #9f353a;
}
#primary .show-password-input {
  display: none;
}
#primary .hidden-password {
  position: absolute;
  right: 0.7em;
  cursor: pointer;
  top: 0.55em;
}
#primary .show-password {
  position: absolute;
  right: 0.7em;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
  top: 0.4em;
}
#primary .js-active.password-input .hidden-password {
  opacity: 0;
  z-index: -1;
}
#primary .js-active.password-input .show-password {
  opacity: 1;
  z-index: 5;
}
#primary .product_thumbnails {
  padding-bottom: 56.15942%;
}
#primary .mobile-title {
  display: none;
}
#primary .order-total strong {
  font-weight: 400;
}
#primary .woocommerce-message {
  display: none;
}
#primary .woocommerce-info {
  border-top: unset;
}
#primary .section_block .liuFood_btn {
  display: flex;
  overflow: hidden;
}
#primary .section_block .liuFood_btn:hover {
  color: #fff;
}
#primary .return-to-shop {
  min-width: 155px;
  max-width: 25%;
  margin: 0 auto;
}
#primary .woocommerce-additional-fields textarea {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #8f8f8f;
  letter-spacing: 1px;
  min-height: 200px;
}
#primary .woocommerce-button.button {
  width: 100%;
  padding: 12px 0;
  background-color: #9f353a;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
#primary .woocommerce-button.button:hover {
  background-color: #73262a;
}
#primary .checkbox_block {
  padding-top: 24px;
  padding-bottom: 40px;
}
#primary .checkbox_block-txt {
  font-size: 16px;
}
#primary .checkbox_block-link {
  font-weight: 700;
  color: #9f353a;
  font-size: 16px;
}
#primary .checkbox_block .checkbox_block-label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  padding-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#primary .checkbox_block .checkbox_block-label input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
#primary .checkbox_block .checkbox_block-label:hover input ~ .checkmark {
  background-color: #ccc;
}
#primary .checkbox_block .checkbox_block-label input:checked ~ .checkmark {
  background-color: #9f353a;
}
#primary .checkbox_block .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 18px;
  width: 18px;
  background-color: #eee;
}
#primary .checkbox_block .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
#primary .checkbox_block input:checked ~ .checkmark::after {
  display: block;
}
#primary .checkbox_block .checkmark::after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#primary .woocommerce-checkout label {
  font-size: 16px;
}

@media (max-width: 1023.98px) {
  #primary .pc-title {
    display: none;
  }
  #primary .mobile-title {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #primary .woocommerce table.shop_table_responsive tr, #primary .woocommerce-page table.shop_table_responsive tr {
    display: flex;
  }
}
.breadCrumb_container #primary {
  padding-top: 196px;
}
.breadCrumb_container .web_main {
  padding-top: 40px;
}

.quantity_block {
  margin-right: 24px;
  display: flex;
}
.quantity_block .input-text {
  background-color: #f5f5f5;
  color: #4d4d4d;
  border: unset;
  padding: 12px;
  min-width: 133px;
}
.quantity_block .quantity_reduce, .quantity_block .quantity_add {
  border: unset;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  color: #9f353a;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.quantity_block .quantity_reduce svg, .quantity_block .quantity_add svg {
  width: 8px;
  height: 8px;
}
.quantity_block .quantity_reduce:hover, .quantity_block .quantity_add:hover {
  background-color: #9f353a;
  color: #fff;
}
.quantity_block .quantity_reduce {
  margin-right: 4px;
}
.quantity_block .quantity_reduce:hover svg path {
  stroke: #fff;
}
.quantity_block .quantity_add {
  margin-left: 4px;
}
.quantity_block .quantity_add:hover svg path {
  fill: #fff;
}
.quantity_block .single_add_to_cart_button {
  color: #fff;
  background-color: #9f353a;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: unset;
  letter-spacing: 1px;
  line-height: 24px;
  font-family: "Noto Sans TC", sans-serif;
}

@media (max-width: 767.98px) {
  .quantity_block .input-text {
    min-width: unset;
  }
}
@media (max-width: 767.98px) {
  .quantity_block .quantity_reduce, .quantity_block .quantity_add {
    width: 40px;
    height: 40px;
  }
}
#primary .single_container {
  padding-top: 40px;
}
#primary .single_container .woocommerce-product-gallery {
  margin-bottom: 0;
}
#primary .single_container .img_div {
  padding-bottom: 56.076388%;
}
#primary .single_container .liuFood_breadcrumb {
  padding-top: 0;
  padding-bottom: 40px;
  font-family: "Noto Sans TC", sans-serif;
}
#primary .single_container .liuFood_breadcrumb a:last-child {
  color: #9f353a;
}
#primary .single_container .single_txtBlock {
  display: flex;
  flex-direction: column;
}
#primary .single_container .single_txtBlock-title {
  order: 1;
  color: #9f353a;
  position: relative;
  padding-bottom: 48px;
}
#primary .single_container .single_txtBlock-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 24px;
}
#primary .single_container .single_txtBlock-detail {
  order: 2;
  padding-bottom: 40px;
}
#primary .single_container .single_txtBlock-price {
  order: 3;
  color: #9f353a;
  padding-bottom: 40px;
}
#primary .single_container .single_txtBlock-price .number {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
}
#primary .single_container .single_txtBlock-cart {
  order: 4;
}
#primary .single_container .single_txtBlock-cart form {
  margin-bottom: 0;
}
#primary .single_container .single_txtBlock-cart button {
  padding: 12px 32px;
  line-height: 24px;
  letter-spacing: 1px;
  background-color: #9f353a;
  font-family: "Noto Sans TC", sans-serif;
}
#primary .single_container .single_txtBlock-cart .quantity_reduce, #primary .single_container .single_txtBlock-cart .quantity_add {
  background-color: #f5f5f5;
}
#primary .single_container .has-post-thumbnail {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4%;
}
#primary .single_container .has-post-thumbnail .liuFood_breadcrumb {
  width: 100%;
}
#primary .single_container .has-post-thumbnail .woocommerce-product-gallery {
  width: 48%;
}
#primary .single_container .has-post-thumbnail .woocommerce-product-gallery .shopSwiper {
  margin-top: 20px;
}
#primary .single_container .has-post-thumbnail .single_txtBlock {
  width: 48%;
}
/* #primary .single_container .single_txtBlock-cart {
  display: none;
} */
#primary .single_container:has(.product_cat-24) .single_txtBlock-cart, #primary .single_container:has(.product_cat-25) .single_txtBlock-cart {
  display: block;
}
#primary .single_container .woo_photos {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
}
#primary .single_container .woo_photos div {
  width: 100%;
}
#primary .single_container .woo_photos div img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  #primary .single_container .single_txtBlock-cart form {
    display: flex;
    flex-direction: column;
  }
  #primary .single_container .single_txtBlock-cart form .quantity_block input {
    width: 100%;
  }
  #primary .single_container .single_txtBlock-cart form .single_add_to_cart_button {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  #primary .single_container .has-post-thumbnail .woocommerce-product-gallery {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #primary .single_container .has-post-thumbnail .single_txtBlock {
    width: 100%;
  }
}
.section_archive {
  padding-top: 56px;
}
.section_archive .container {
  display: flex;
}

@media (max-width: 1023.98px) {
  .section_archive {
    padding-top: 24px;
  }
  .section_archive .container {
    flex-direction: column;
  }
}
.main_content {
  padding-left: 6.122448%;
  width: 80.612244%;
}

@media (max-width: 1023.98px) {
  .main_content {
    padding-left: 0;
    width: 100%;
  }
}
.woocommerce .product_Block .woocommerce-loop-product__title {
  position: relative;
  display: flex;
  padding-top: 16px !important;
  padding-bottom: 32px !important;
}
.woocommerce .product_Block .woocommerce-loop-product__title::before {
  content: "·";
  display: block;
  margin-right: 8px;
  transform: scale(3.5);
  color: #9f353a;
}
.woocommerce .product_Block .woocommerce-loop-product__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 16px;
}
.woocommerce .product_Block .price {
  color: #4d4d4d !important;
}
.woocommerce .product_Block ul.products li:hover .order_block .button {
  background-color: #73262a;
}
.woocommerce .product_Block ul.products li.product .img_div {
  height: 300px;
}
.woocommerce .product_Block ul.products li.product .img_div img {
  height: 100%;
}
.woocommerce .product_Block .archive_cart {
  padding-top: 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .product_Block .archive_cart .txt_block p, .woocommerce .product_Block .archive_cart .txt_block #primary .single_container .single_txtBlock-price .number {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .woocommerce .product_Block ul.products li.product {
    width: 100%;
    margin-bottom: 27px;
  }
}
#primary .single_container .single_txtBlock-price .woocommerce .product_Block .archive_cart .txt_block .number {
  font-size: 16px;
}

.woocommerce .product_Block .archive_cart .txt_block .price {
  font-size: 16px;
}
.woocommerce .product_Block .archive_cart .input_block {
  width: 57.6087%;
}
.woocommerce .product_Block .archive_cart .input_block input {
  padding: 4px 10px !important;
  color: #8f8f8f !important;
  width: 100%;
  padding: 0 10px;
  color: #8f8f8f;
}
.woocommerce .product_Block .archive_cart .order_block {
  width: 40px;
}
.woocommerce .product_Block .archive_cart .order_block .button {
  display: block;
  width: 100%;
  border-radius: 50%;
  background-color: #9f353a;
  padding: 10px;
  margin-top: 0 !important;
}

#primary .section_cart-step {
  padding-bottom: 56px;
}
#primary .section_cart-step .img-div {
  max-width: 776px;
  margin: 0 auto;
}
#primary .section_cart-table {
  text-align: center;
  border-collapse: separate;
  border: unset;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 0;
}
#primary .section_cart-table tr {
  position: relative;
}
#primary .section_cart-table td {
  padding-top: 24px;
  padding-bottom: 24px;
}
#primary .section_cart-table tr + tr td {
  padding-top: 0;
}
#primary .section_cart-thead {
  background-color: #9f353a;
  color: #fff;
  font-family: "Noto Serif TC", serif;
}
#primary .section_cart-update {
  padding: 12px 32px;
  line-height: 24px;
  border-radius: unset;
  background-color: #9f353a;
  color: #fff;
}
#primary .section_cart-update.active {
  background-color: #9f353a;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
#primary .section_cart-update.active:hover {
  background-color: #73262a;
}
#primary .section_cart .product-remove {
  padding-right: 0;
  padding-left: 0;
}
#primary .section_cart .product-remove a.remove {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  font-size: 15px;
  color: #8f8f8f !important;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#primary .section_cart .product-remove a.remove:hover {
  background-color: #9f353a;
  color: #fff !important;
}
#primary .section_cart .product-name {
  max-width: 48.979591%;
  text-align: left;
}
#primary .section_cart .product-name a {
  color: #4d4d4d;
}
#primary .section_cart .product-name-th {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#primary .section_cart .product-thumbnail {
  width: 9.134%;
}
#primary .section_cart .product-thumbnail .img-div img {
  width: 100%;
}
#primary .section_cart .product-mixBlock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#primary .section_cart .product-mixBlock > a {
  display: block;
}
#primary .section_cart .product-mixBlock .remove_btn {
  background-color: #fff;
  border-radius: 50%;
}
#primary .section_cart .product-mixBlock .remove_btn svg {
  width: 8px;
}
#primary .section_cart .product-mixBlock .remove_btn:hover {
  background-color: #cb4042;
}
#primary .section_cart .product-mixBlock .remove_btn:hover .remove {
  background-color: unset;
  color: #fff !important;
}
#primary .section_cart .product-mixBlock .remove_btn:hover svg path {
  fill: #fff;
}
#primary .section_cart .product-mixBlock .remove {
  width: 24px;
  height: 24px;
  font-size: 15px;
  color: #8f8f8f !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#primary .section_cart .product-mixBlock .img-div {
  margin: 0 24px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
#primary .section_cart .product-mixBlock .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#primary .section_cart .product-price {
  width: 100%;
  max-width: 16.9218%;
}
#primary .section_cart .product-quantity {
  width: 100%;
  max-width: 16.9218%;
  position: relative;
  z-index: 2;
}
#primary .section_cart .product-quantity .quantity_block {
  margin-right: 0;
}
#primary .section_cart .product-quantity .quantity_block .quantity_reduce, #primary .section_cart .product-quantity .quantity_block .quantity_add {
  background-color: #fff;
}
#primary .section_cart .product-quantity .quantity_block .quantity_reduce:hover, #primary .section_cart .product-quantity .quantity_block .quantity_add:hover {
  color: #9f353a;
}
#primary .section_cart .product-quantity .input-text {
  background-color: #fff;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}
#primary .section_cart .woocommerce-shipping-totals.shipping th {
  display: none;
  color: #9f353a;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 56px;
}
#primary .section_cart .woocommerce-shipping-totals.shipping td {
  position: relative;
}
#primary .section_cart .woocommerce-shipping-totals.shipping td::after {
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  top: -40px;
}
#primary .section_cart .cart-subtotal-title {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
#primary .section_cart .cart-subtotal-title th {
  color: #9f353a;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 24px;
  padding: 0 !important;
}
#primary .section_cart .cart-subtotal-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 24px;
}
#primary .section_cart .shipping_method {
  accent-color: #9f353a;
}
#primary .section_cart .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
}
#primary .section_cart .woocommerce-shipping-methods li label {
  padding-bottom: 0;
}
#primary .section_cart .cart-subtotal td, #primary .section_cart .order-total td {
  text-align: right;
}
#primary .section_cart .product-subtotal {
  width: 100%;
  max-width: 16.9218%;
}
#primary .section_cart .discount_td {
  padding: 0;
  position: relative;
  padding-top: 40px;
}
#primary .section_cart .discount_td::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  position: absolute;
  left: 0;
  top: 0;
}
#primary .section_cart-discount {
  display: flex;
  justify-content: space-between;
}
#primary .section_cart-discount .discount_input {
  padding: 12px 24px;
  border: unset;
  min-width: 330px;
  margin-right: 0;
  border-radius: unset;
}
#primary .section_cart-discount .discount_btn {
  background-color: #9f353a;
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 32px;
  line-height: 24px;
  border-radius: unset;
}
#primary .section_cart .cart_txtTotal {
  padding-top: 56px;
  display: flex;
  justify-content: space-between;
}
#primary .section_cart .cart_txtTotal::before, #primary .section_cart .cart_txtTotal::after {
  content: unset;
}
#primary .section_cart .cart_txtTotal-txt {
  width: 40.391156%;
  background-color: #fff;
  padding: 24px;
}
#primary .section_cart .cart_txtTotal-txt .title {
  padding-bottom: 40px;
  position: relative;
}
#primary .section_cart .cart_txtTotal-txt .title p, #primary .section_cart .cart_txtTotal-txt .title .single_container .single_txtBlock-price .number {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}
#primary .single_container .single_txtBlock-price .section_cart .cart_txtTotal-txt .title .number, #primary .section_cart .cart_txtTotal-txt .title .woocommerce .product_Block .price {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #primary .section_cart-table tr + tr td {
    padding-top: 24px;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart-update {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .product-remove {
    position: absolute;
    right: 0;
    top: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .product-name {
    max-width: unset;
    padding-top: 24px;
    padding-left: 104px;
    padding-right: 50px;
    text-align: left !important;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .product-thumbnail {
    width: 80px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
  }
  #primary .section_cart .product-thumbnail .img-div {
    max-width: 80px;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .product-price {
    max-width: unset;
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    top: 46px;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .product-quantity {
    max-width: unset;
    padding-left: 0;
  }
  #primary .section_cart .product-quantity .input-text {
    padding: 8px 17px;
    width: 54px;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .woocommerce-shipping-totals.shipping th {
    display: block;
  }
  #primary .section_cart .woocommerce-shipping-totals.shipping td::after {
    content: "";
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .cart-subtotal-title {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .product-subtotal {
    max-width: unset;
    position: absolute;
    right: 0;
    bottom: 31px;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart-discount {
    flex-wrap: wrap;
  }
  #primary .section_cart-discount .coupon {
    padding-bottom: 0;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart-discount .discount_input {
    min-width: unset;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart-discount .discount_btn {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .cart_txtTotal {
    flex-direction: column;
    padding-top: 40px;
  }
}
.woocommerce .product_Block #primary .section_cart .cart_txtTotal-txt .title .price {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

#primary .section_cart .cart_txtTotal-txt .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  position: absolute;
  left: 0;
  bottom: 20px;
}
#primary .section_cart .cart_txtTotal-total {
  width: 48.979591%;
  background-color: #fff;
  padding: 40px;
}
#primary .section_cart .cart_txtTotal-total .title {
  padding: 8px 0;
  background-color: #9f353a;
  text-align: center;
}
#primary .section_cart .cart_txtTotal-total .title h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
#primary .section_cart .cart_txtTotal-total .woocommerce-shipping-destination, #primary .section_cart .cart_txtTotal-total .woocommerce-shipping-calculator {
  display: none;
}
#primary .section_cart .cart_step {
  padding-top: 24px;
  display: none;
}
#primary .section_cart .cart_totals {
  float: unset;
  width: 100%;
}
#primary .section_cart .cart_totals-table {
  border: unset;
  margin-bottom: 24px;
}
#primary .section_cart .cart_totals-table th {
  padding: 24px 0;
  font-weight: 700;
  border-top: unset;
  border-bottom: 1px solid #f2f2f2;
}
#primary .section_cart .cart_totals-table td {
  padding: 24px 0;
  border-top: unset;
  border-bottom: 1px solid #f2f2f2;
}
#primary .section_cart .cart_totals-checkout {
  padding: 0;
  background-color: #9f353a;
}
#primary .section_cart .cart_totals-checkout a {
  background-color: #9f353a;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 12px;
}
#primary label {
  color: #4d4d4d;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 0;
  padding-bottom: 4px;
}
#primary input {
  padding: 10px 20px;
  border: 1px solid #f5f5f5;
  font-size: 1.2rem;
  color: #4d4d4d;
}
#primary .form-row {
  display: flex;
  flex-direction: column;
}
#primary .select2-selection--single {
  border: 1px solid #f5f5f5;
  height: 45px;
}
#primary .select2-selection__rendered {
  padding: 10px 20px;
}
#primary .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767.98px) {
  #primary .section_cart .cart_txtTotal-txt {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .cart_txtTotal-total {
    order: 1;
    width: 100%;
    background-color: transparent;
    padding: 0 0 40px;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .cart_totals .title {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .cart_totals-table th {
    padding: 8px 0;
  }
}
@media (max-width: 767.98px) {
  #primary .section_cart .cart_totals-table td {
    padding: 0;
    text-align: left !important;
  }
}
.woocommerce-cart #primary .section_cart .cart_step {
  display: block;
}

@media (max-width: 767.98px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: unset;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: block;
  }
}
#primary .section_checkout-form {
  display: flex;
  justify-content: space-between;
}
#primary .checkout_info {
  width: 57.483%;
  background-color: #fff;
  padding: 40px;
}
#primary .checkout_info-wrap {
  padding-top: 40px;
}
#primary .checkout_order {
  width: 40.47619%;
  background-color: #fff;
  padding: 40px;
}
#primary .checkout_order-tableBlock {
  padding-top: 40px;
}
#primary .checkout_order-tableBlock table {
  border: unset;
}
#primary .checkout_order-tableBlock th {
  padding: 24px 0;
  padding-top: 0;
}
#primary .checkout_order-tableBlock td {
  padding: 24px 0;
}
#primary .checkout_order #payment {
  background-color: transparent;
}
#primary .checkout_order .woocommerce-terms-and-conditions-wrapper {
  padding: 24px 0;
}
#primary .checkout_order button.button {
  background-color: #9f353a;
  padding: 12px 0;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
}
#primary .checkout_order .product-name {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 1px;
  line-height: 24px;
}
#primary .transport {
  padding-top: 40px;
}
#primary .transport > .title p, #primary .transport > .title .single_container .single_txtBlock-price .number {
  color: #9f353a;
  font-weight: 700;
}
#primary .single_container .single_txtBlock-price .transport > .title .number, #primary .transport > .title .woocommerce .product_Block .price {
  color: #9f353a;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  #primary .section_checkout-form {
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  #primary .checkout_info {
    width: 100%;
    background-color: transparent;
  }
}
@media (max-width: 1023.98px) {
  #primary .checkout_order {
    width: 100%;
  }
}
.woocommerce .product_Block #primary .transport > .title .price {
  color: #9f353a;
  font-weight: 700;
}

#primary .transport_time {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
#primary .transport_time > div {
  width: 47.986577%;
}

#page .section_thank .thank_you-img {
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 56px;
}
#page .section_thank .thank_you-img .img_div {
  padding-bottom: 117.866666%;
}
#page .section_thank .order_title {
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}
#page .section_thank .order_title::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #9f353a;
  position: absolute;
  left: 0;
  bottom: 25px;
}
#page .section_thank .thank_main {
  display: flex;
  justify-content: space-between;
}
#page .section_thank .thank_aside {
  width: 31.887755%;
}
#page .section_thank .thank_aside-list-block {
  background-color: #fff;
  padding: 24px;
}
#page .section_thank .thank_aside-item {
  position: relative;
}
#page .section_thank .thank_aside-item::before {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: -30px;
}
#page .section_thank .thank_aside-item > div {
  color: #4d4d4d;
}
#page .section_thank .thank_aside-item .title {
  font-weight: 700;
  padding-bottom: 8px;
}
#page .section_thank .thank_aside .thank_aside-item + .thank_aside-item {
  margin-top: 60px;
}
#page .section_thank .thank_aside .thank_aside-item + .thank_aside-item::before {
  content: "";
}
#page .section_thank .thank_aside-ps {
  margin-top: 24px;
  background-color: #fff;
  padding: 24px;
}
#page .section_thank .thank_aside-ps .title {
  padding-bottom: 48px;
  position: relative;
}
#page .section_thank .thank_aside-ps .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  position: absolute;
  left: 0;
  bottom: 24px;
}
#page .section_thank .thank_aside-ps .title p, #page .section_thank .thank_aside-ps .title #primary .single_container .single_txtBlock-price .number {
  color: #4d4d4d;
}

@media (max-width: 767.98px) {
  #page .section_thank .order_title {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #page .section_thank .thank_main {
    display: none;
  }
}
#primary .single_container .single_txtBlock-price #page .section_thank .thank_aside-ps .title .number, #page .section_thank .thank_aside-ps .title .woocommerce .product_Block .price, .woocommerce .product_Block #page .section_thank .thank_aside-ps .title .price {
  color: #4d4d4d;
}

#page .section_thank .thank_content {
  width: 65.9864%;
}
#page .section_thank .thank_content .woocommerce-order-details {
  padding-top: 0;
  margin-bottom: 24px;
}
#page .section_thank .thank_content .woocommerce-order-details .details-block {
  padding: 40px;
  background-color: #fff;
}
#page .section_thank .thank_content .woocommerce-order-details table {
  border: unset;
}
#page .section_thank .thank_content .woocommerce-order-details thead {
  background-color: #fff;
  text-align: left;
  color: #4d4d4d;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
}
#page .section_thank .thank_content .woocommerce-order-details thead tr {
  position: relative;
}
#page .section_thank .thank_content .woocommerce-order-details thead tr:last-child::after {
  content: "";
}
#page .section_thank .thank_content .woocommerce-order-details thead tr::after {
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#page .section_thank .thank_content .woocommerce-order-details thead th {
  padding: 0 0 8px;
}
#page .section_thank .thank_content .woocommerce-order-details thead .product-name {
  width: 28.735632%;
}
#page .section_thank .thank_content .woocommerce-order-details tbody tr:last-child::after {
  content: unset;
}
#page .section_thank .thank_content .woocommerce-order-details tbody td {
  padding: 16px 0;
}
#page .section_thank .thank_content .woocommerce-order-details tfoot th, #page .section_thank .thank_content .woocommerce-order-details tfoot td {
  border-top: 1px solid #f2f2f2;
  padding: 16px 0;
}
#page .section_thank .thank_content .woocommerce-order-details tfoot tr:last-child td, #page .section_thank .thank_content .woocommerce-order-details tfoot tr:last-child th {
  padding-bottom: 0;
}
#page .section_thank .thank_content .woocommerce-column--billing-address {
  display: none;
}
#page .section_thank .thank_content .woocommerce-column--shipping-address {
  width: 100%;
  padding: 40px;
}
#page .section_thank .thank_content .woocommerce-column--shipping-address .title {
  color: #4d4d4d;
  padding-bottom: 24px;
}
#page .section_thank .thank_content .woocommerce-column--shipping-address .title::after {
  bottom: 12px;
}
#page .section_thank .thank_content .woocommerce-column--shipping-address address {
  padding: 0;
}

#primary .login_block {
  display: flex;
  justify-content: space-between;
}
#primary .login_block > div {
  width: 48.9796%;
  background-color: #fff;
  padding: 40px;
}
#primary .login_block > div form {
  border: unset;
  padding: 0;
  margin: 0;
}
#primary .login_block > div .title {
  position: relative;
  padding-bottom: 56px;
}
#primary .login_block > div .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 40px;
}
#primary .login_block > div input {
  border: 1px solid #e5e5e5;
  padding: 9px 20px;
  color: #4d4d4d;
}
#primary .login_block > div .password-input {
  display: block;
  width: 100%;
}
#primary .login_block > div .keep_forget {
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary .login_block > div .keep_forget .form-row {
  padding: 0;
  margin: 0;
}
#primary .login_block > div .keep_forget label {
  margin: 0;
}
#primary .login_block > div .keep_forget .txt-keep {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
#primary .login_block > div .keep_forget .lost_password a {
  color: #8f8f8f;
  font-weight: 700;
  font-size: 16px;
}
#primary .login_block-login-btn {
  width: 100%;
  padding: 12px 0;
  background-color: #9f353a;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
#primary .login_block::before, #primary .login_block::after {
  content: unset;
}
#primary .login_block form .form-row {
  margin-bottom: 0;
}
#primary .login_block .woocommerce-form-row.woocommerce-form-row--wide + .woocommerce-form-row.woocommerce-form-row--wide {
  margin-top: 24px;
}
#primary .section_login .title_tab {
  display: none;
}
#primary .section_login .title_tab .title {
  padding: 10px;
  background-color: #f5f5f5;
  width: 50%;
  text-align: center;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
#primary .section_login .title_tab .title h2 {
  color: #8f8f8f;
}
#primary .section_login .title_tab .title.js_active {
  border-bottom: unset;
  background-color: #fff;
}
#primary .section_login-mobile {
  display: none;
}
#primary .section_login-mobile .title_tab {
  display: flex;
}
#primary .section_login-mobile .title_tab .title {
  padding: 10px;
  background-color: #f5f5f5;
  width: 50%;
  text-align: center;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
#primary .section_login-mobile .title_tab .title h2 {
  color: #8f8f8f;
}
#primary .section_login-mobile .title_tab .title.js_active {
  border-bottom: unset;
  background-color: #fff;
}
#primary .section_login-mobile .login_block > div {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  display: none;
}
#primary .section_login-mobile .login_block-form.js_active {
  display: block;
}

@media (max-width: 767.98px) {
  #primary .section_login .title_tab {
    display: flex;
  }
  #primary .section_login .login_block > div {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    display: none;
  }
  #primary .section_login .login_block-form.js_active {
    display: block;
  }
  #primary .section_login .login_block .title {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #primary .section_login-mobile {
    display: block;
  }
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.member_aside-item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--subscriptions {
  display: none;
}

#page .section_member > .container {
  display: flex;
  justify-content: space-between;
}
#page .section_member .txt_welcome {
  font-family: "Noto Serif TC", serif;
}
#page .section_member .txt_welcome strong {
  color: #9f353a;
}
#page .section_member .txt_welcome a {
  color: #9f353a;
  font-weight: 700;
}
#page .section_member .txt_welcome + .txt_welcome {
  padding-top: 24px;
}
#page .member_aside {
  width: 14.966%;
}
#page .member_aside-nav {
  float: unset;
  width: 100%;
}
#page .member_aside-list {
  padding: 24px;
  background-color: #fff;
}
#page .member_aside-item {
  position: relative;
}
#page .member_aside-item::after {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: -16px;
  left: 0;
}
#page .member_aside-item a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #4d4d4d;
}
#page .member_aside li + li {
  margin-top: 32px;
}
#page .member_aside li:not(:last-child)::after {
  content: "";
}
#page .member_aside .member_aside-item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
  margin-top: 0;
}
#page .member_aside .title {
  background-color: #9f353a;
  padding: 16px 36px;
  font-family: "Noto Sans TC", sans-serif;
}
#page .member_aside .title h1 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
}
#page .myAccount-content-title-mobile {
  display: none;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
#page .myAccount-content-title-mobile::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 20px;
}
#page .woocommerce-MyAccount-content {
  width: 74.4898%;
}
#page .edit_account-block .account-table {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 10px 20px rgba(166, 141, 89, 0.1);
}
#page .edit_account-block .form-half {
  width: 48.492462%;
  display: flex;
  align-content: flex-start;
}
#page .edit_account-block .form-half:nth-child(2n) {
  margin-left: 3.0150753%;
}
#page .edit_account-block .form-half:nth-child(n+3) {
  margin-top: 24px;
}
#page .edit_account-block .title {
  padding-bottom: 40px;
}
#page .edit_account-block .account-info {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 56px;
}
#page .edit_account-block .account-password .password-input {
  width: 100%;
}
#page .edit_account-block .account-submit {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
#page .edit_account-block .account-submit .button {
  background-color: #9f353a;
  color: #fff;
  padding: 12px 32px;
  border-radius: unset;
}
#page .woo_address-block {
  display: flex;
}
#page .woo_address-block > div {
  width: 48.6301%;
}
#page .woo_address-block > div:nth-child(2n) {
  margin-left: 2.273972%;
}
#page .woo_address .woocommerce-Address .title {
  background-color: #9f353a;
  padding: 9px 24px;
}
#page .woo_address .woocommerce-Address .title h3 {
  color: #fff;
  margin-bottom: 0;
}
#page .woo_address .woocommerce-Address .title a {
  color: #fff;
}
#page .woo_address .woocommerce-Address .address {
  background-color: #fff;
  padding: 24px;
  line-height: 35px;
}
#page .edit_address-block .title {
  color: #9f353a;
  font-size: 26px;
}
#page .edit_address-block .edit_address-content {
  background-color: #fff;
  padding: 40px;
}
#page .edit_address-block .edit_address-content #billing_country_field {
  padding-top: 56px;
}
#page .edit_address-block .edit_address-btn {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
#page .edit_address-block .edit_address-btn .button {
  background-color: #9f353a;
  color: #fff;
  padding: 12px 32px;
  border-radius: unset;
}
#page .woo_table-block table {
  text-align: center;
  border-collapse: collapse;
}
#page .woo_table-block tr > td {
  width: 33.2192%;
}
#page .woo_table-block thead {
  background-color: #9f353a;
  color: #fff;
}
#page .woo_table-block thead th {
  padding: 8px;
  position: relative;
}
#page .woo_table-block thead tr th:nth-child(2n)::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#page .woo_table-block thead tr th:nth-child(2n)::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
#page .woo_table-block td {
  background-color: #fff;
  padding: 16px;
}
#page .order_code-link {
  position: relative;
  display: block;
}
#page .order_code-link .icon {
  width: 20px;
  position: absolute;
  left: 0;
}
#page .order_code-link svg {
  transition: all 0.3s ease-in-out;
}
#page .order_code-link:hover svg path {
  opacity: 1;
}
#page .member_order-detail .woo_order-info {
  display: flex;
}
#page .member_order-detail .woo_order-info .txt {
  color: #4d4d4d;
}
#page .member_order-detail .woo_order-info .order-num .txt {
  color: #9f353a;
}
#page .member_order-detail .woo_order-info .order-date {
  padding-left: 30px;
}
#page .member_order-detail .woo_order-info .order-status {
  padding-left: 20px;
  position: relative;
}
#page .member_order-detail .woo_order-info .order-status::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #4d4d4d;
  position: absolute;
  left: 10px;
  top: 0;
}
#page .woocommerce-order-details {
  padding-top: 24px;
}
#page .woocommerce-order-details table {
  border-collapse: collapse;
  font-family: "Noto Sans TC", sans-serif;
}
#page .woocommerce-order-details table strong {
  font-weight: 400;
}
#page .woocommerce-order-details table td, #page .woocommerce-order-details table th {
  border-top: unset;
}
#page .woocommerce-order-details table thead {
  background-color: #9f353a;
  text-align: center;
  color: #fff;
}
#page .woocommerce-order-details table thead .product-name {
  width: 65.6393%;
  position: relative;
}
#page .woocommerce-order-details table thead .product-name::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
#page .woocommerce-order-details table tbody {
  background-color: #fff;
}
#page .woocommerce-order-details table tbody tr {
  position: relative;
}
#page .woocommerce-order-details table tbody tr:first-child td {
  padding-top: 24px;
}
#page .woocommerce-order-details table tbody tr:last-child td {
  padding-bottom: 32px;
}
#page .woocommerce-order-details table tbody tr:last-child::after {
  content: "";
}
#page .woocommerce-order-details table tbody tr::after {
  width: 94.521548%;
  height: 1px;
  background-color: #9f353a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: auto;
}
#page .woocommerce-order-details table tbody td {
  padding-left: 24px;
  padding-right: 24px;
  color: #4d4d4d;
}
#page .woocommerce-order-details table tbody td a {
  color: #4d4d4d;
}
#page .woocommerce-order-details table tfoot {
  background-color: #fff;
}
#page .woocommerce-order-details table tfoot th {
  padding-left: 24px;
  font-weight: 400;
}
#page .woocommerce-order-details table tfoot td {
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
}
#page .woocommerce-order-details table tfoot tr:last-child td, #page .woocommerce-order-details table tfoot tr:last-child th {
  padding-bottom: 24px;
}
#page .woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  justify-content: space-between;
}
#page .woocommerce-customer-details .woocommerce-columns--addresses > div {
  width: 48.6301%;
  background-color: #fff;
  padding: 24px;
}
#page .woocommerce-customer-details .woocommerce-columns--addresses .title {
  padding-bottom: 32px;
  position: relative;
}
#page .woocommerce-customer-details .woocommerce-columns--addresses .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  position: absolute;
  left: 0;
  bottom: 16px;
}
#page .woocommerce-customer-details .woocommerce-columns--addresses .title h2 {
  color: #9f353a;
}
#page .woocommerce-customer-details .woocommerce-columns--addresses address {
  color: #4d4d4d;
  line-height: 45px;
  border: unset;
}
#page .woocommerce-customer-details .woocommerce-columns--addresses address .woocommerce-customer-details--phone {
  padding: 16px;
}

@media (max-width: 1023.98px) {
  #page .section_member > .container {
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  #page .member_aside {
    width: 100%;
    order: 2;
    padding-top: 40px;
  }
  #page .member_aside .title {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  #page .member_aside-list {
    background-color: transparent;
  }
}
@media (max-width: 1023.98px) {
  #page .member_aside-item::after {
    background-color: #dbdbdb;
  }
}
@media (max-width: 1023.98px) {
  #page .member_aside-item.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: #9f353a;
    padding: 12px;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans TC", sans-serif;
  }
  #page .member_aside-item.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background-color: #73262a;
  }
}
@media (max-width: 767.98px) {
  #page .myAccount-content-title-mobile {
    display: block;
    order: 1;
  }
}
@media (max-width: 1023.98px) {
  #page .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  #page .woocommerce-MyAccount-content .txt_welcome {
    background-color: #fff;
    padding: 24px;
  }
}
@media (max-width: 767.98px) {
  #page .edit_account-block .form-half {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #page .edit_account-block .form-half:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #page .edit_account-block .form-half:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 1023.98px) {
  #page .woo_address-block {
    flex-direction: column;
  }
  #page .woo_address-block > div {
    width: 100%;
  }
  #page .woo_address-block > div:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  #page .edit_address-block #billing_first_name_field, #page .edit_address-block #billing_last_name_field, #page .edit_address-block #shipping_first_name_field, #page .edit_address-block #shipping_last_name_field {
    width: 100%;
  }
}
#primary .section_lost-formBlock {
  background-color: #fff;
  width: 48.9796%;
  margin: 0 auto;
  padding: 40px;
}
#primary .section_lost-user {
  float: unset;
  padding: 40px 0 0;
  margin: 0;
  width: 100%;
}
#primary .section_lost-user-label {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 16px;
  font-family: "Noto Sans TC", sans-serif;
}
#primary .section_lost-user input {
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  color: #4d4d4d;
}
#primary .section_lost-btnBlock {
  margin: 0;
  padding: 40px 0 0;
}
#primary .section_lost-btn {
  width: 100%;
  background-color: #9f353a;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
}
#primary .section_lost-btn:hover {
  background-color: #73262a;
}
#primary .section_lost .title {
  padding-bottom: 32px;
  position: relative;
}
#primary .section_lost .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9f353a;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 16px;
}

@media (max-width: 767.98px) {
  #primary .section_lost-formBlock {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #primary .section_lost .title {
    text-align: center;
  }
  #primary .section_lost .title h2 {
    color: #8f8f8f;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  #primary .section_lost .txt {
    text-align: center;
  }
}
.related {
  padding-top: 64px;
}
.related .container {
  position: relative;
}
.related .container::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  top: -64px;
}
.related .txt {
  padding-bottom: 40px;
}
.related .txt .title {
  padding-bottom: 24px;
}
.related .related_block .products {
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .related {
    display: none;
  }
}
.error-404 .img_position {
  width: 269px;
  margin: 0 auto;
}
.error-404 .img_position .img_div {
  padding-bottom: 105.044609%;
}
.error-404 .txt_block {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-404 .txt_block-content {
  text-align: center;
  padding-bottom: 36px;
}

/*    > animate keyframes  */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes enlarge {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1.05, 1.05);
  }
}
/* =================================== */
body {
  margin: auto;
}

.body_wrap {
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}
.body_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  opacity: 0.5;
}

@media (max-width: 1023.98px) {
  .web_aside-inner .tptn_posts {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1023.98px) {
  .web_aside-inner.js-open .tptn_posts {
    max-height: 500px;
  }
}
html body .main_content .product_Block ul li .archive_cart {
  display: none;
}
/* html:has(.term-24) body .main_content .product_Block ul li .archive_cart, html:has(.term-25) body .main_content .product_Block ul li .archive_cart {
  display: flex;
} */

.page-template-bento-exquisite .customer_feedback {
  display: none;
}

.exquisite_bento-item:nth-child(2n+1) .txt {
  padding-left: 24px;
}

@media (max-width: 767.98px) {
  .exquisite_bento-item:nth-child(2n+1) .txt {
    padding-left: 0;
  }
}
.fingerSvg {
  display: none;
  pointer-events: none;
  z-index: 10;
  animation: moveScle 3s ease-in-out 0s forwards infinite normal;
  animation-delay: 2s;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .phone-block:has(.fingerSvg) {
    position: relative;
  }
  .fingerSvg {
    display: block;
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 19px;
    left: 165px;
  }
  .fingerSvg svg {
    width: 100%;
    height: auto;
  }
  .fingerSvg svg path:first-child {
    fill: #f1bf99;
  }
  .fingerSvg svg path:last-child {
    fill: #4d4d4d;
  }
}
@keyframes moveScle {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translate(0);
  }
  20% {
    transform: translate(8px -10px);
  }
  60% {
    transform: rotate(10deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}
#primary .section_block .liuFood_btn {
  display: none;
}

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