@charset "UTF-8";
/*reset===========================================*/
@import url("https://fonts.googleapis.com/css?family=Palanquin+Dark|Roboto:400,700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "微軟正黑體", "蘋果儷中黑", Arial, Helvetica, sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input:focus {
  outline: none;
}

button:focus {
  outline: none;
}

/*reset(END)===========================================*/
/* ============================
            RWD size
============================ */
/* ============================
            mixin
============================ */
/*-------------------------------------------------------------------
	Flex
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	FA Font Awesome
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Position
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	caret 三角形
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Position
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Flex
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	FA Font Awesome
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	icomoon
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Key Frame
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	文字ellipsis
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	尺寸調整
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Table
-------------------------------------------------------------------*/
/*»ù±¾˜ÓÊ½*/
body {
  font-family: "微軟正黑體", "蘋果儷中黑", Arial, Helvetica, sans-serif;
}

/*------10¸ñ¸ñ¾€--------*/
/*ëŠÄX*/
.col-10-lg-1,
.col-10-lg-2,
.col-10-lg-25,
.col-10-lg-3,
.col-10-lg-4,
.col-10-lg-5,
.col-10-lg-6,
.col-10-lg-7,
.col-10-lg-8,
.col-10-lg-9,
.col-10-lg-10 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-10-lg-1 {
  width: 10%;
}

.col-10-lg-2 {
  width: 20%;
}

.col-10-lg-25 {
  width: 25%;
}

.col-10-lg-3 {
  width: 30%;
}

.col-10-lg-4 {
  width: 40%;
}

.col-10-lg-5 {
  width: 50%;
}

.col-10-lg-6 {
  width: 60%;
}

.col-10-lg-7 {
  width: 70%;
}

.col-10-lg-8 {
  width: 80%;
}

.col-10-lg-9 {
  width: 90%;
}

.col-10-lg-10 {
  width: 100%;
}

@media screen and (max-width: 990px) {
  /*Æ½°å*/
  .col-10-sm-1,
.col-10-sm-2,
.col-10-sm-25,
.col-10-sm-3,
.col-10-sm-4,
.col-10-sm-5,
.col-10-sm-6,
.col-10-sm-7,
.col-10-sm-8,
.col-10-sm-9,
.col-10-sm-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-10-sm-1 {
    width: 10%;
  }

  .col-10-sm-2 {
    width: 20%;
  }

  .col-10-sm-25 {
    width: 25%;
  }

  .col-10-sm-3 {
    width: 30%;
  }

  .col-10-sm-4 {
    width: 40%;
  }

  .col-10-sm-5 {
    width: 50%;
  }

  .col-10-sm-6 {
    width: 60%;
  }

  .col-10-sm-7 {
    width: 70%;
  }

  .col-10-sm-8 {
    width: 80%;
  }

  .col-10-sm-9 {
    width: 90%;
  }

  .col-10-sm-10 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /*ÊÖ™C*/
  .col-10-xs-1,
.col-10-xs-2,
.col-10-xs-25,
.col-10-xs-3,
.col-10-xs-4,
.col-10-xs-5,
.col-10-xs-6,
.col-10-xs-7,
.col-10-xs-8,
.col-10-xs-9,
.col-10-xs-10 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-10-xs-1 {
    width: 10%;
  }

  .col-10-xs-2 {
    width: 20%;
  }

  .col-10-xs-25 {
    width: 25%;
  }

  .col-10-xs-3 {
    width: 30%;
  }

  .col-10-xs-4 {
    width: 40%;
  }

  .col-10-xs-5 {
    width: 50%;
  }

  .col-10-xs-6 {
    width: 60%;
  }

  .col-10-xs-7 {
    width: 70%;
  }

  .col-10-xs-8 {
    width: 80%;
  }

  .col-10-xs-9 {
    width: 90%;
  }

  .col-10-xs-10 {
    width: 100%;
  }
}
/*------10¸ñ¸ñ¾€(end)--------


/*ï@Ê¾ë[²Ø*/
.mobile-show {
  display: none;
}

.computer-show {
  display: block;
}

@media (min-width: 991px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .computer-show {
    display: none;
  }

  .mobile-show {
    display: block;
  }
}
/* 文字編輯器 */
.text-editor-block iframe {
  max-width: 100% !important;
}
.text-editor-block ol, .text-editor-block ul, .text-editor-block dir, .text-editor-block menu, .text-editor-block dd {
  margin-left: 40px;
}
.text-editor-block ol ul, .text-editor-block ul ol, .text-editor-block ul ul, .text-editor-block ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.text-editor-block ul ul ul {
  list-style: square;
}
.text-editor-block ul ul {
  list-style: circle;
}
.text-editor-block ul {
  list-style: disc;
}
.text-editor-block ol {
  list-style-type: decimal;
}
.text-editor-block .marker {
  background: yellow;
}
.text-editor-block h1 {
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
}
.text-editor-block h2 {
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
}
.text-editor-block h3 {
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.text-editor-block h4 {
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
}
.text-editor-block h5 {
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
}
.text-editor-block table {
  max-width: 100%;
  width: 100% !important;
}
.text-editor-block blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
.text-editor-block blockquote p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.text-editor-block em {
  font-style: italic;
}

/*=loading*/
.loading_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 900;
  top: 0px;
  left: 0px;
}

.spinner {
  position: absolute;
  /*margin: 100px auto 0;*/
  top: calc(50% - 11px);
  left: calc(50% - 35px);
  width: 70px;
  text-align: center;
}

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

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

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

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* go top 樣式 */
.gotop {
  position: fixed;
  right: 5%;
  bottom: 20px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 1480px) {
  .gotop {
    bottom: 10px;
  }
  .gotop img {
    width: 50px;
  }
}

.gotop .fa-arrow-up {
  color: #d3c2a4;
  font-size: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gotop:hover .fa-arrow-up {
  color: #b18f4f;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #dee2e6;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ;
}

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

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

@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

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

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

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

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

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

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

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

dfn {
  font-style: italic;
}

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;
  -webkit-text-decoration-skip: objects;
}

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[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] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1340px) {
  .container {
    max-width: 1280px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0);
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f6f7f8;
}

.table-hover .table-light:hover {
  background-color: #e8eaed;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8eaed;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  border-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.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.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

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

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.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,
.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 {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

.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 ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

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

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.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,
.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 {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.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 ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-light:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #dee2e6;
  background-color: transparent;
  background-image: none;
  border-color: #dee2e6;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #dee2e6;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.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:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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 > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.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;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #dee2e6;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c1c9d0;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}

.alert-light hr {
  border-top-color: #e8eaed;
}

.alert-light .alert-link {
  color: #5a5c5e;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #737678;
  background-color: #f6f7f8;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^=right] .arrow {
  left: calc((.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^=left] .arrow {
  right: calc((.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #dee2e6 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c1c9d0 !important;
}

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

.border-light {
  border-color: #dee2e6 !important;
}

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !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: 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: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !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: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* ============================
            字體樣式
============================ */
/* ============================
            顏色變數
============================ */
/* ============================
            字體大小
============================ */
*:focus {
  border-radius: 1px;
  border-style: dashed;
  outline: 5px solid #00abff !important;
}
* a:focus,
* input:focus,
* select:focus,
* button:focus {
  border-radius: 1px;
  border-style: dashed;
  outline: 5px solid #00abff !important;
  -webkit-box-shadow: 0px 0px 0px 5px #00abff;
          box-shadow: 0px 0px 0px 5px #00abff;
}
* input.custom-control-input:focus ~ .custom-control-label::before {
  outline: 5px solid #00abff !important;
  -webkit-box-shadow: 0px 0px 0px 5px #00abff;
          box-shadow: 0px 0px 0px 5px #00abff;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans TC", "微軟正黑體", "蘋果儷中黑", "Montserrat", Arial, Helvetica, sans-serif;
}
body.stop-scroll {
  overflow-y: hidden;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1.12em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

img {
  max-width: 100%;
}

ul {
  margin-bottom: 0;
}

label.error {
  font-size: 0.8125rem;
  color: #A40000;
}

/* ============================
            文字樣式
============================ */
.home-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.375rem;
  font-weight: 600;
  color: #121212;
  position: relative;
  margin-bottom: 6%;
}
.home-title .home-title-en {
  position: relative;
  margin-bottom: 10px;
  font-family: "Palanquin Dark", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #A40000;
}
.home-title .square {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  background: #d16244;
  position: absolute;
  top: 50%;
}
.home-title .square.square-l {
  left: -65px;
}
.home-title .square.square-r {
  right: -65px;
}
.home-title .square::before, .home-title .square::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #d16244;
  position: absolute;
}
.home-title .square::before {
  left: -18px;
  top: 18px;
}
.home-title .square::after {
  right: -18px;
  bottom: 18px;
}
@media screen and (max-width: 991px) {
  .home-title {
    position: initial;
  }
}
@media screen and (max-width: 575px) {
  .home-title {
    font-size: 1.125rem;
  }
  .home-title .home-title-en {
    font-size: 2.25rem;
  }
  .home-title .square {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    background: #d16244;
    position: absolute;
    top: 50%;
  }
  .home-title .square.square-l {
    left: -55px;
  }
  .home-title .square.square-r {
    right: -53px;
  }
  .home-title .square::before {
    left: -15px;
    top: 15px;
  }
  .home-title .square::after {
    right: -15px;
    bottom: 15px;
  }
}

.title {
  margin-bottom: 25px;
}
.title.with-underline {
  padding-bottom: 20px;
  border-bottom: 1px solid #A40000;
}
.title .title-en {
  font-family: "Palanquin Dark", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #A40000;
}
.title .title-ch {
  margin-left: 6px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #121212;
  position: relative;
}
.title .square {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  background: #d16244;
  position: absolute;
  top: 50%;
  right: -50px;
}
.title .square::before, .title .square::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #d16244;
  position: absolute;
}
.title .square::before {
  left: -18px;
  top: 18px;
}
.title .square::after {
  right: -18px;
  bottom: 18px;
}
@media screen and (max-width: 575px) {
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .title .title-en {
    font-size: 2.25rem;
  }
  .title .title-ch {
    margin-left: 0;
  }
  .title .square {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .title .title-en {
    font-size: 1.875rem;
    margin-bottom: 5px;
  }
  .title .title-ch {
    font-size: 1.125rem;
  }
}

/* ============================
          文字樣式(end)
============================ */
/* ============================
            按鈕樣式
============================ */
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-more {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  max-width: 100%;
  width: 160px;
  height: 45px;
  border-radius: 45px;
  line-height: 42px;
  border: 2px solid #A40000;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #A40000;
  background: transparent;
  overflow: hidden;
  padding: 0 26px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Palanquin Dark", sans-serif;
  font-size: 0.875rem;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}
.btn-more::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  background: #A40000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #A40000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-more:hover {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  border-color: transparent;
  color: #fff;
}
.btn-more:hover::before {
  right: 0;
  z-index: -1;
}
.btn-more:hover::after {
  right: 20px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .btn-more {
    top: initial;
    bottom: 50px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.link-store-fb,
.link-store-line {
  display: inline-block;
  max-width: 100%;
  width: calc(50% - 10px);
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}
.link-store-fb:hover,
.link-store-line:hover {
  text-decoration: none;
  color: #fff;
}

.link-store-fb {
  margin-right: 16px;
  background: #3b5998;
}
.link-store-fb .fa {
  margin-right: 10px;
  font-size: 22px;
}

.link-store-line {
  background: #00b900;
}
.link-store-line img {
  margin-right: 10px;
}

.categroy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 19%;
}
.categroy-list .btn-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categroy-list .btn-category {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  border: 5px solid #A40000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.categroy-list .btn-category.btn-category-fish {
  border-color: #f49b00;
  color: #f49b00;
}
.categroy-list .btn-category.btn-category-meat {
  border-color: #d13834;
  color: #d13834;
}
.categroy-list .btn-category.btn-category-fruit {
  border-color: #5fa759;
  color: #5fa759;
}
.categroy-list .btn-category.btn-category-delicatessen {
  border-color: #3674c9;
  color: #3674c9;
}
.categroy-list .btn-category.btn-category-groceries {
  border-color: #753acc;
  color: #753acc;
}
.categroy-list .btn-category .img-wrap {
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.categroy-list .btn-category .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.categroy-list .btn-category:hover .img-wrap img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
.categroy-list .btn-category:hover .category-title {
  letter-spacing: 4px;
}
.categroy-list .btn-category:hover.btn-category-fish {
  background: #f49b00;
}
.categroy-list .btn-category:hover.btn-category-meat {
  background: #d13834;
}
.categroy-list .btn-category:hover.btn-category-fruit {
  background: #5fa759;
}
.categroy-list .btn-category:hover.btn-category-delicatessen {
  background: #3674c9;
}
.categroy-list .btn-category:hover.btn-category-groceries {
  background: #753acc;
}
.categroy-list .category-title {
  margin-top: 20px;
  font-size: 1.375rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1199px) {
  .categroy-list {
    padding: 0 5%;
  }
}
@media screen and (max-width: 991px) {
  .categroy-list {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .categroy-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .categroy-list li {
    width: 33.33333%;
    padding-bottom: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .categroy-list .btn-category {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 375px) {
  .categroy-list li {
    padding-bottom: 60px;
  }
  .categroy-list .btn-category {
    width: 85px;
    height: 85px;
  }
  .categroy-list .btn-category .img-wrap {
    max-width: 70%;
    max-height: 70%;
  }
  .categroy-list .category-title {
    font-size: 1.125rem;
    bottom: -40px;
  }
}

/* ============================
          按鈕樣式(end)
============================ */
/* ============================
            卡片樣式
============================ */
.pro-item {
  display: block;
  border-radius: 10px;
  border: 4px solid transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pro-item .pro-img {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.pro-item .pro-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pro-item .pro-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.pro-item .pro-group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-item .pro-group-item {
  width: calc(100% / 3);
  height: 0;
  overflow: hidden;
  padding-bottom: calc(100% / 3);
  position: relative;
}
.pro-item .pro-group-item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.pro-item .pro-group-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pro-item .pro-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  text-decoration: none;
  background: #fff;
}
.pro-item .pro-title {
  margin-bottom: 5px;
  font-size: 1.125rem;
  color: #121212;
}
.pro-item .pro-info {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  line-height: 20px;
  height: 40px;
}
.pro-item .pro-price {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  color: #c62024;
}
.pro-item:hover {
  text-decoration: none;
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  -webkit-box-shadow: 5px 5px 4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 4px 5px rgba(0, 0, 0, 0.05);
  border: 4px solid #A40000;
}
.pro-item:hover .pro-img::after {
  opacity: 1;
}
@media screen and (max-width: 375px) {
  .pro-item .pro-body {
    padding: 15px;
  }
}

.video-img {
  height: 0;
  overflow: hidden;
  padding-bottom: 65.26%;
  position: relative;
}
.video-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* ============================
          卡片樣式(end)
============================ */
/* ============================
             消息
============================ */
.news-list-wrap {
  padding-top: 3%;
  padding-bottom: 3%;
  background: url("/assets/images/background/news.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.news-list-wrap::before, .news-list-wrap::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -41px;
  z-index: -1;
}
.news-list-wrap::before {
  border-radius: 0 50px 0 0;
}
.news-list-wrap::after {
  right: 0%;
  border-radius: 50px 0 0 0;
}

.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-list-item:hover {
  text-decoration: none;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.news-list-item:hover .img-wrap::before {
  opacity: 1;
}
.news-list-item:hover .news-date {
  color: #be0000;
}
.news-list-item .img-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 18.033%;
  max-width: 178px;
  width: 100%;
  margin-right: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.news-list-item .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.news-list-item .img-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list-item .news-date {
  margin-bottom: 10px;
  font-family: "Palanquin Dark", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #A40000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list-item .news-txt {
  font-size: 1.125rem;
  color: #121212;
}
@media screen and (max-width: 991px) {
  .news-list-item {
    margin-bottom: 3%;
  }
  .news-list-item .img-wrap {
    padding-bottom: 15.943%;
  }
}
@media screen and (max-width: 575px) {
  .news-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8%;
  }
  .news-list-item .img-wrap {
    max-width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-right: 0;
    padding-bottom: 61.8%;
  }
  .news-list-item .img-wrap img {
    width: 100%;
  }
  .news-list-item .news-info {
    width: 100%;
    padding-top: 5px;
    text-align: center;
  }
  .news-list-item .news-date {
    margin-bottom: 5px;
  }
}

/* ============================
          消息(end)
============================ */
/* ============================
          pagination
============================ */
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2%;
}
.pagination .page-item:first-child a, .pagination .page-item:last-child a {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-radius: 50%;
  background: #A40000;
  color: #fff;
}
.pagination .page-item:first-child a {
  margin-right: 12px;
}
.pagination .page-item:last-child a {
  margin-left: 12px;
}
.pagination .page-item.active a {
  background: #A40000;
  color: #fff;
}
.pagination .page-item.disabled a {
  background: #787878;
  color: #fff;
}
.pagination .page-item a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #A40000;
  color: #A40000;
}
.pagination .page-item a:focus {
  outline: none;
}
@media screen and (max-width: 375px) {
  .pagination .page-item:first-child a {
    margin-right: 4px;
  }
  .pagination .page-item:last-child a {
    margin-left: 4px;
  }
  .pagination .page-item a {
    margin: 0 2px;
  }
}

/* ============================
        pagination(end)
============================ */
/* ============================
            搜尋框
============================ */
.e-store-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 300px;
  height: 185px;
  padding: 10px 20px;
  border: 10px solid rgba(164, 0, 0, 0.8);
  border-radius: 20px;
  position: fixed;
  bottom: 30%;
  right: 10px;
  z-index: 3;
  background: #fff;
  -webkit-box-shadow: 8px 6px 16px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 6px 16px 1px rgba(0, 0, 0, 0.2);
}
.e-store-search .search-title {
  text-align: center;
  font-weight: 600;
  color: #121212;
}
.e-store-search .search-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.e-store-search #search-id {
  width: 100%;
  height: 44px;
  padding: 0 10px;
  margin: 10px 0 15px 0;
  border: 3px solid #A40000;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.e-store-search .btn-storeID-search {
  display: inline-block;
  max-width: 100%;
  width: 100px;
  height: 38px;
  border-radius: 38px;
  line-height: 38px;
  border: 2px solid #A40000;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #A40000;
  background: #A40000;
  overflow: hidden;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.e-store-search .btn-storeID-search:hover {
  text-decoration: none;
  background: rgba(164, 0, 0, 0.05);
  border-color: rgba(164, 0, 0, 0.05);
}
.e-store-search .search-close {
  display: none;
}
@media screen and (max-width: 991px) {
  .e-store-search {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .e-store-search.show {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .e-store-search .search-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 5px;
  }
  .e-store-search .search-close:hover {
    text-decoration: none;
    color: #A40000;
  }
  .e-store-search .line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #A40000;
  }
  .e-store-search .line:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .e-store-search .line:last-child {
    -webkit-transform: rotate(-45deg) translate(17px, -17px);
            transform: rotate(-45deg) translate(17px, -17px);
  }
}
@media screen and (max-width: 575px) {
  .e-store-search {
    width: 100%;
    left: 0;
    right: initial;
    bottom: 0;
    z-index: 10;
  }
}

.mob-store-search-call {
  display: none;
  width: 90px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  position: fixed;
  bottom: 30%;
  right: 10px;
  border: 2px solid #A40000;
  border-radius: 23px;
  background: #fff;
  font-weight: 600;
  color: #A40000;
  z-index: 3;
}
.mob-store-search-call:hover {
  text-decoration: none;
  color: #A40000;
}
@media screen and (max-width: 991px) {
  .mob-store-search-call {
    display: inline-block;
  }
}

/* ============================
          搜尋框(end)
============================ */
/* ============================
          照片燈箱
============================ */
.media-modal .modal-dialog {
  margin-left: 0;
  margin-right: 0;
}
.media-modal .modal-content {
  background: none;
  border: 0;
  text-align: center;
}
.media-modal .modal-header, .media-modal .m-footer {
  border: 0;
  text-align: center;
}
.media-modal .m-footer .title {
  max-width: 80%;
  width: auto;
  display: inline-block;
  margin: 10px auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  text-align: left;
}
.media-modal .select-page {
  margin: 0 auto;
  color: #fff;
}
.media-modal .modal-dialog {
  width: 100%;
  max-width: 100% !important;
  padding-top: 80px;
}
.media-modal .modal-body {
  max-height: 75vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.media-modal-img-now,
.modal-footer .media-modal-img-total {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  width: auto;
}

.media-modal-owl {
  opacity: 0;
  height: 75vh;
}

.media-modal-owl.show {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.media-modal-owl .owl-item img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.media-modal-owl .owl-nav button.owl-prev:focus,
.media-modal-owl .owl-nav button.owl-next:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.media-modal-owl .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
}

.media-modal-owl .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
}

.media-modal-owl.owl-drag .owl-item .item {
  height: 75vh;
  line-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-modal-owl .owl-nav {
  font-size: 80px;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 40%;
}

.close-btn {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0px;
  top: 0px;
  background: none;
  border: 0;
  font-size: 80px;
  color: #fff;
}

.close-btn:focus {
  outline: 0;
}

.close-btn:after,
.close-btn:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.close-btn:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-btn:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#storeModal .close {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}
#storeModal .close span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -57%);
          transform: translate(-50%, -57%);
}
#storeModal .modal-dialog {
  max-width: 771px;
}
#storeModal .modal-content {
  width: 771px;
  height: 689px;
  border: none;
  background-color: transparent;
  background-image: url("/assets/images/background/store_bg.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#storeModal .modal-body {
  padding: 0px 156px;
  padding-top: 351px;
}
#storeModal .img-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 3px;
}
#storeModal .right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#storeModal .badge-text {
  padding: 3px 25px;
  margin-bottom: 10px;
  font-family: "Palanquin Dark", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 2px solid #A40000;
  border-radius: 20px;
  color: #121212;
  background: #fff;
}
#storeModal .store-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #A40000;
}
#storeModal .store-content {
  font-size: 1rem;
  font-weight: 600;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  line-height: 25px;
  height: 76px;
  margin-bottom: 0;
}
#storeModal .btn-more {
  position: relative;
  top: initial;
  right: initial;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #storeModal .btn-more {
    bottom: initial;
    right: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  #storeModal .modal-dialog {
    max-width: 90%;
    margin-top: 30%;
  }
  #storeModal .modal-content {
    width: auto;
    height: auto;
    background-image: none;
    background-color: #fffbe0;
  }
  #storeModal .modal-body {
    padding: 30px;
  }
  #storeModal .img-wrap {
    width: 196px;
    margin: 0 auto;
    padding-bottom: 196px;
  }
}
@media screen and (max-width: 575px) {
  #storeModal .close {
    width: 44px;
    height: 44px;
    top: 15px;
    right: 15px;
  }
  #storeModal .modal-dialog {
    margin: 30% auto 10% auto;
  }
  #storeModal .btn-more {
    margin-top: 30px;
  }
}

.modal-backdrop.show {
  background: rgba(61, 93, 101, 0.92);
  opacity: 1;
}

/* ============================
            照片燈箱(end)
  ============================ */
/* ============================
            分類modal
============================ */
.category-modal .modal-title {
  font-weight: 600;
  color: #121212;
}
.category-modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-modal .btn-close,
.category-modal .btn-send {
  color: #fff;
}
.category-modal .btn-close {
  background: #787878;
}
.category-modal .btn-send {
  background: #A40000;
}

/* ============================
           類modal(end)
============================ */
/* ============================
              其他
============================ */
.hr {
  width: 100%;
  height: 4px;
  background: #A40000;
}
.hr.hr-light {
  height: 1px;
  background: #efefef;
}
.hr.hr-white {
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .hr {
    height: 2px;
  }
}

.badge-group {
  padding: 18px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #efefef;
}
.badge-group .fa,
.badge-group .badge-title {
  color: #787878;
}
.badge-group .fa {
  margin-right: 15px;
  font-size: 1.125rem;
}
.badge-group .badge-title {
  display: inline-block;
  width: 64px;
  margin-right: 30px;
}
.badge-group .badge-text {
  color: #121212;
}

.noFz {
  font-size: 0;
}
.noFz span {
  font-size: 1rem;
}
.noFz a {
  margin-right: 4px;
}

/* ============================
           其他(end)
============================ */
/* ============================
            header
============================ */
header#main-header {
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  background: url("/assets/images/logo/header.jpg");
  background-size: contain;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
header#main-header.scroll-show {
  position: fixed;
  left: 0;
  right: 0;
}
header#main-header .logo {
  position: absolute;
  z-index: 1;
}
header#main-header .header-nav {
  float: right;
  margin-top: 22px;
}
header#main-header .nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#main-header .nav > ul li {
  margin-left: 15px;
}
header#main-header .link-logo {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header#main-header .link-logo:hover {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
header#main-header .link-guide {
  display: inline-block;
  max-width: 100%;
  width: 90px;
  height: 38px;
  border-radius: 38px;
  line-height: 35px;
  border: 2px solid #A40000;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #A40000;
  background: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header#main-header .link-guide:hover {
  text-decoration: none;
  letter-spacing: 2px;
  background: #be0000;
  border-color: #be0000;
  color: #fff;
}
header#main-header .link-login {
  display: inline-block;
  max-width: 100%;
  width: 120px;
  height: 38px;
  border-radius: 38px;
  line-height: 35px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  text-align: center;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header#main-header .link-login img {
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header#main-header .link-login:hover {
  text-decoration: none;
  background: #be0000;
}
header#main-header .link-login:hover img {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
header#main-header .link-cart {
  font-size: 26px;
  color: #fff;
  position: relative;
}
header#main-header .link-cart::before {
  content: attr(data-num);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  right: -4px;
  top: 0;
  background-color: #A40000;
  color: #fff;
}
header#main-header .nav-classification {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
header#main-header .nav-classification ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#main-header .nav-classification .circle-hidden {
  width: 150px;
  height: 79px;
  position: relative;
  overflow: hidden;
}
header#main-header .nav-classification .circle {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  font-size: 1.25rem;
  color: #fff;
  -webkit-box-shadow: 0px 8px 3px 0px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 8px 3px 0px rgba(95, 46, 8, 0.3);
}
header#main-header .nav-classification .circle.bg-vegetable {
  background: rgba(111, 158, 63, 0.9);
}
header#main-header .nav-classification .circle.bg-tomato {
  background: rgba(203, 63, 49, 0.9);
}
header#main-header .nav-classification .circle.bg-orange {
  background: rgba(220, 101, 35, 0.9);
}
header#main-header .nav-classification .circle.bg-soil {
  background: rgba(146, 103, 56, 0.9);
}
header#main-header .nav-classification .circle.bg-fb {
  background: rgba(65, 91, 140, 0.9);
}
header#main-header .nav-classification .circle.bg-grape {
  background: rgba(120, 96, 166, 0.9);
}
header#main-header .nav-classification .mob-change {
  display: none;
}
header#main-header .btn-about {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header#main-header .btn-about:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
header#main-header .btn-about:hover .icon-about {
  -webkit-transform: translateX(-50%) rotate(10deg);
          transform: translateX(-50%) rotate(10deg);
}
header#main-header .icon-about {
  position: absolute;
  top: -35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header#main-header .menu-close {
  display: none;
}
@media screen and (max-width: 1480px) {
  header#main-header .nav .mob-change {
    display: none;
  }
  header#main-header .link-cart {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #A40000;
    font-size: 34px;
    position: fixed;
    right: calc(5% + -8px);
    bottom: 60px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.4);
    color: #A40000;
  }
  header#main-header .link-cart::before {
    width: 20px;
    height: 20px;
    right: -8px;
    top: 0px;
  }
  header#main-header .link-cart .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header#main-header .nav-classification {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -30%;
    width: 30%;
    padding: 80px 0 40px 0;
    background: url("/assets/images/logo/header.jpg");
    overflow-y: scroll;
    z-index: 10;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  header#main-header .nav-classification.open {
    right: 0;
    left: 70%;
  }
  header#main-header .nav-classification.open .menu-close {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 20px;
  }
  header#main-header .nav-classification.open .menu-close .fa-times {
    font-size: 50px;
    color: #fff;
  }
  header#main-header .nav-classification .container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header#main-header .nav-classification ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  header#main-header .nav-classification .mob-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
  header#main-header .nav-classification .mob-change li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 20px;
  }
  header#main-header .nav-classification .mob-change li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  header#main-header .nav-classification .mob-change li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header#main-header .btn-about {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  header#main-header .nav-classification {
    right: -40%;
    width: 40%;
  }
  header#main-header .nav-classification.open {
    left: 60%;
  }
  header#main-header .link-logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  header#main-header {
    height: 80px;
  }
  header#main-header .nav-classification {
    right: -55%;
    width: 55%;
  }
  header#main-header .nav-classification.open {
    left: 45%;
  }
}
@media screen and (max-width: 575px) {
  header#main-header .link-logo {
    width: 200px;
  }
  header#main-header .nav-classification {
    right: -75%;
    width: 75%;
  }
  header#main-header .nav-classification.open {
    left: 25%;
  }
}
@media screen and (max-width: 375px) {
  header#main-header .link-logo {
    width: 160px;
  }
  header#main-header .nav-classification {
    right: -100%;
    width: 100%;
  }
  header#main-header .nav-classification.open {
    left: 0%;
  }
}

.serch-box {
  display: inline-block;
  max-width: 100%;
  width: 230px;
  height: 38px;
  border-radius: 38px;
  line-height: 35px;
  border: 2px solid #A40000;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #A40000;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.serch-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serch-box select.form-control {
  width: 70px;
  height: 27px;
  max-height: 27px;
  padding: 0 9px;
  border: none;
  font-size: 0.875rem;
}
.serch-box .input-keyword {
  width: 100%;
  height: 35px;
  line-height: 100%;
  border: none;
  padding: 0px 40px 0px 15px;
  font-size: 0.875rem;
}
.serch-box .input-keyword::-webkit-input-placeholder {
  color: #787878;
}
.serch-box .input-keyword::-moz-placeholder {
  color: #787878;
}
.serch-box .input-keyword:-ms-input-placeholder {
  color: #787878;
}
.serch-box .input-keyword::-ms-input-placeholder {
  color: #787878;
}
.serch-box .input-keyword::placeholder {
  color: #787878;
}
.serch-box #sKwss,
.serch-box #send-pro-keyword, .serch-box #product-search {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/assets/images/icons/magnifier.png");
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 44px;
  height: 44px;
  position: relative;
}
.mobile-menu .line {
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
}
@media screen and (max-width: 1480px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -50px;
    color: #fff;
  }
}

.mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  bottom: initial;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mask.open {
  display: block;
  bottom: 0;
  opacity: 1;
  z-index: 1;
}

/* ============================
            header(end)
============================ */
/* ============================
        banner with title
============================ */
.p-main-title {
  height: 280px;
  background: url("/assets/images/background/banner_w_title.jpg") no-repeat;
  background-position: center center;
  position: relative;
}
.p-main-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(95, 46, 8, 0.3);
}
.p-main-title h2 {
  margin-bottom: 0;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 5px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 60%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-main-title h2 {
    top: 50%;
  }
}
@media screen and (max-width: 575px) {
  .p-main-title {
    height: 200px;
  }
  .p-main-title h2 {
    font-size: 1.875rem;
  }
}

/* ============================
     banner with title(end)
============================ */
/* ============================
            footer
============================ */
footer {
  position: relative;
  padding: 25px 0;
  background: url("/assets/images/logo/header.jpg");
  overflow: hidden;
  z-index: 1;
}
footer #AZ {
  top: 14%;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: initial;
}
footer .left-wrap {
  width: 240px;
  position: relative;
  top: -25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .left-wrap:hover {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
footer .center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 30px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  color: #fff;
}
footer .center-wrap span {
  font-size: 0.875rem;
  text-shadow: 2px 2px 3px #000;
  letter-spacing: 2px;
}
footer .center-wrap span.address-ch {
  font-size: 1.125rem;
  letter-spacing: 4px;
}
footer .center-wrap span[lang=en] {
  line-height: 20px;
}
footer .content-rate {
  font-size: 0.875rem;
  text-shadow: 2px 2px 3px #000;
  letter-spacing: 2px;
}
footer .right-wrap {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .q-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .btn-about {
  display: inline-block;
  max-width: 100%;
  width: 90px;
  height: 38px;
  border-radius: 38px;
  line-height: 35px;
  border: 2px solid #A40000;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #A40000;
  background: #fff;
  overflow: hidden;
  margin-left: 15px;
  font-size: 0.875rem;
  text-align: center;
  box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .btn-about.color-vegetable {
  border-color: #6f9e3f;
  color: #6f9e3f;
}
footer .btn-about.color-tomato {
  border-color: #cb3f31;
  color: #cb3f31;
}
footer .btn-about.color-orange {
  border-color: #dc6523;
  color: #dc6523;
}
footer .btn-about.color-soil {
  border-color: #926738;
  color: #926738;
}
footer .btn-about:hover {
  text-decoration: none;
  letter-spacing: 2px;
}
footer .btn-about:hover.color-vegetable {
  background: #7cb046;
  border-color: #7cb046;
  color: #fff;
}
footer .btn-about:hover.color-tomato {
  background: #d25144;
  border-color: #d25144;
  color: #fff;
}
footer .btn-about:hover.color-orange {
  background: #e07439;
  border-color: #e07439;
  color: #fff;
}
footer .btn-about:hover.color-soil {
  background: #a4743f;
  border-color: #a4743f;
  color: #fff;
}
footer .copyright {
  font-size: 0.8125rem;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}
footer .copyright a {
  text-decoration: underline;
  color: #fff;
}
footer .category {
  text-align: right;
  position: relative;
  top: -13px;
}
@media screen and (max-width: 1480px) {
  footer .center-wrap {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-top: 50px;
  }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .left-wrap {
    position: absolute;
    right: 5%;
    top: -5px;
  }
  footer .right-wrap {
    margin-top: 5%;
  }
  footer .copyright {
    text-align: right;
  }
  footer .category {
    top: -42px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 129px;
  }
  footer .category {
    top: -42px;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  footer {
    padding-top: 140px;
  }
  footer .q-link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .btn-about {
    width: 80px;
  }
  footer .left-wrap {
    width: 220px;
  }
  footer .copyright {
    text-align: left;
    margin-left: 15px;
  }
  footer .category {
    top: 0;
    margin: 10px 15px;
  }
  footer .right-wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  footer {
    padding-top: 120px;
  }
  footer .q-link ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .btn-about {
    width: 72px;
    margin-left: 0;
    margin-bottom: 5px;
  }
  footer .center-wrap {
    margin-top: 10px;
  }
  footer .category {
    text-align: center;
    margin: 10px auto;
    top: 0;
  }
  footer .left-wrap {
    width: 200px;
    margin: auto;
    left: 0;
    right: 0;
  }
  footer .copyright {
    text-align: center;
    margin: auto;
  }
}

.link-rule {
  font-size: 0.8125rem;
  letter-spacing: 2px;
  text-shadow: 2px 2px 3px #000;
  color: #fff;
}
.link-rule:hover {
  text-decoration: none;
  color: #fff;
}

/* ============================
            footer(end)
============================ */
/* ============================
            carousel
============================ */
.owl-theme .owl-nav {
  height: 0;
  margin-top: 0;
  padding: 0 2%;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 5px 2px rgba(95, 46, 8, 0.3);
  background: #A40000;
  position: relative;
}
.owl-theme .owl-nav button.owl-prev::after,
.owl-theme .owl-nav button.owl-next::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -75px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.owl-theme .owl-nav button.owl-prev:focus,
.owl-theme .owl-nav button.owl-next:focus {
  outline: none;
}
.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  background: #be0000;
}
.owl-theme .owl-nav button.owl-prev:hover::after,
.owl-theme .owl-nav button.owl-next:hover::after {
  color: #A40000;
}
.owl-theme .owl-nav button.owl-prev:hover.disabled,
.owl-theme .owl-nav button.owl-next:hover.disabled {
  background: rgba(255, 255, 255, 0.5);
}
.owl-theme .owl-nav button.owl-prev:hover.disabled .fa,
.owl-theme .owl-nav button.owl-next:hover.disabled .fa {
  color: #A40000;
}
.owl-theme .owl-nav button.owl-prev.disabled,
.owl-theme .owl-nav button.owl-next.disabled {
  background: rgba(255, 255, 255, 0.5);
}
.owl-theme .owl-nav button.owl-prev.disabled .fa,
.owl-theme .owl-nav button.owl-next.disabled .fa {
  color: #A40000;
}
.owl-theme .owl-nav button.owl-prev::after {
  content: "上一頁";
}
.owl-theme .owl-nav button.owl-next::after {
  content: "下一頁";
}
.owl-theme .owl-nav .fa {
  font-size: 35px;
  color: #fff;
}
.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9%;
  z-index: 2;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #A40000;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-theme .owl-dots .owl-dot:hover:not(.active) span {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-dots {
    bottom: 12%;
  }
}
@media screen and (max-width: 575px) {
  .owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 320px) {
  .owl-theme .owl-nav button.owl-next::after {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  .owl-theme .owl-nav button.owl-prev::after {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}

/* ============================
          carousel(end)
============================ */
/* ============================
            麵包屑
============================ */
.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 5%;
}
.breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
  color: #787878;
}
.breadcrumb .breadcrumb-item.active::before {
  content: ">";
  color: #787878;
}
.breadcrumb .link-breadcrumb {
  text-decoration: underline;
  font-weight: 600;
  color: #A40000;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    padding-top: 15px;
  }
}

/* ============================
            麵包屑(end)
============================ */
/* ============================
            圓角頂部
============================ */
.p-border-top {
  position: relative;
}
.p-border-top::before {
  content: "";
  display: block;
  max-width: 100%;
  width: 50%;
  height: 10%;
  background: #fff;
  position: absolute;
  top: 335px;
  z-index: 1;
  border-radius: 0 50px 0 0;
}
.p-border-top::after {
  content: "";
  display: block;
  max-width: 100%;
  width: 50%;
  height: 10%;
  background: #fff;
  position: absolute;
  top: 335px;
  z-index: 1;
  border-radius: 50px 0 0 0;
  right: 0;
}
@media screen and (max-width: 575px) {
  .p-border-top::before, .p-border-top::after {
    top: 238px;
  }
}

/* ============================
          圓角頂部(end)
============================ */
/* ============================
              表單
============================ */
.form-style .form-control.with-border {
  border: 1px solid #efefef;
}
.form-style .form-control.disabled {
  background-color: transparent;
  color: #A40000;
}
.form-style input,
.form-style select,
.form-style textarea {
  padding: 0 20px;
  border-color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #121212;
}
.form-style input:focus,
.form-style select:focus,
.form-style textarea:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 2px #a40000;
          box-shadow: 0 0 0 2px #a40000;
}
.form-style input::-webkit-input-placeholder, .form-style select::-webkit-input-placeholder, .form-style textarea::-webkit-input-placeholder {
  font-size: 0.9375rem;
  color: #787878;
}
.form-style input::-moz-placeholder, .form-style select::-moz-placeholder, .form-style textarea::-moz-placeholder {
  font-size: 0.9375rem;
  color: #787878;
}
.form-style input:-ms-input-placeholder, .form-style select:-ms-input-placeholder, .form-style textarea:-ms-input-placeholder {
  font-size: 0.9375rem;
  color: #787878;
}
.form-style input::-ms-input-placeholder, .form-style select::-ms-input-placeholder, .form-style textarea::-ms-input-placeholder {
  font-size: 0.9375rem;
  color: #787878;
}
.form-style input::placeholder,
.form-style select::placeholder,
.form-style textarea::placeholder {
  font-size: 0.9375rem;
  color: #787878;
}
.form-style input,
.form-style select {
  height: 44px;
  line-height: 44px;
}
.form-style select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  line-height: initial;
  color: #787878;
}
.form-style select.form-control:not([size]):not([multiple]) {
  height: 44px;
}
.form-style select option:disabled {
  color: #787878;
}
.form-style textarea {
  height: 120px;
  resize: none;
}
.form-style label {
  margin: 0;
}
.form-style .sub-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.form-style .sub-row .sub-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.form-style .form-item,
.form-style .form-icon {
  margin-bottom: 20px;
  position: relative;
}
.form-style .form-icon input,
.form-style .form-icon textarea {
  padding-left: 50px;
}
.form-style .form-icon .fa {
  font-size: 24px;
  color: #A40000;
  position: absolute;
  left: 14px;
  top: 12px;
}
.form-style .form-icon .fa-shield {
  left: 19px;
}
.form-style .form-title {
  padding-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
  color: #121212;
}
.form-style .form-check {
  padding-top: 10px;
  padding-left: 20px;
}
.form-style .form-check-label {
  margin-right: 15px;
}
.form-style .form-check-input {
  display: none;
}
.form-style .form-check-input:checked ~ .radio-check {
  border-width: 6.5px;
}
.form-style .radio-check {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #A40000;
  border-radius: 50%;
  vertical-align: middle;
  background: #fff;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.form-style .form-checkbox {
  margin-right: 10px;
  margin-bottom: 10px;
}
.form-style .form-checkbox input {
  display: none;
}
.form-style .form-checkbox input:checked ~ .check-icon {
  position: relative;
}
.form-style .form-checkbox input:checked ~ .check-icon::before {
  content: "";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #A40000;
}
.form-style .form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.form-style .form-checkbox .check-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 2px solid #A40000;
}
.form-style .form-select {
  position: relative;
}
.form-style .form-select .fa-angle-down {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 24px;
  color: #a00000;
}
.form-style .verify-code-block {
  padding-top: 5px;
}
.form-style .verify-code {
  display: inline-block;
  height: 33px;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 24px;
  line-height: 33px;
  background: #fff;
  color: #cb3f31;
}
.form-style .refresh-verify {
  margin-left: 10px;
}
.form-style .refresh-verify .fa {
  font-size: 24px;
  color: #787878;
}
.form-style .form-img {
  margin-bottom: 35px;
}
.form-style .form-img .form-title {
  padding-top: 0;
}
.form-style .img-tip {
  font-size: 1rem;
  color: #787878;
}
.form-style .img-upload-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}
.form-style .img-upload-item {
  width: calc(100% / 5);
  margin-bottom: 13px;
  margin-right: 10px;
  padding: 10px 5px;
  text-align: center;
  outline: 2px solid #A40000;
}
.form-style .img-upload-item .img-wrap,
.form-style .img-upload-item .add-new-img {
  padding: 0;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 4px;
  position: relative;
}
.form-style .img-upload-item .add-new-img ~ .img-title {
  opacity: 0;
}
.form-style .img-upload-item .img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-style .add-new-img {
  border: 2px solid #A40000;
  background: transparent;
  cursor: pointer;
}
.form-style .add-new-img img {
  width: 60%;
  margin-top: 13%;
}
.form-style .add-tip {
  margin-bottom: 0;
  margin-top: 4%;
  font-size: 15px;
  font-weight: 600;
  color: #A40000;
}
.form-style .remove-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 30px;
}
.form-style .remove-close .fa {
  color: #fff;
}
.form-style .img-title {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 0.9375rem;
  text-align: center;
  color: #787878;
}
.form-style .alt-input {
  width: 94%;
  margin: 0 auto;
  margin-top: 10px;
}
.form-style .info-keyword-item {
  margin-bottom: 5px;
  position: relative;
}
.form-style .info-keyword-item .fa-times {
  color: #787878;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-style .info-keyword,
.form-style .add-new-keyword {
  display: inline-block;
}
.form-style .info-keyword {
  padding-right: 36px;
}
.form-style .add-new-keyword {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 44px;
  border-radius: 44px;
  line-height: 44px;
  border: 2px solid #A40000;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #A40000;
  background: #fff;
  overflow: hidden;
  font-size: 0.9375rem;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  color: #A40000;
}
.form-style .add-new-keyword .fa-plus {
  margin-right: 15px;
  color: #A40000;
}
.form-style .add-new-keyword:hover {
  text-decoration: none;
}
.form-style.form-border input,
.form-style.form-border select,
.form-style.form-border textarea {
  border-color: #efefef;
}
@media screen and (max-width: 767px) {
  .form-style .img-upload-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .form-style .form-item {
    margin-bottom: 10px;
  }
  .form-style .form-title {
    text-align: left;
  }
  .form-style .form-check {
    padding-left: 10px;
  }
  .form-style .img-upload-item {
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width: 375px) {
  .form-style .verify-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .form-style .verify-area .form-icon {
    margin-bottom: 0;
  }
  .form-style .verify-code {
    margin-bottom: 6px;
  }
}

/* ============================
            表單(end)
============================ */
/* ============================
            地圖區塊
============================ */
.map-block {
  max-width: 100%;
  width: 1223px;
  height: 989px;
  margin-top: 30px;
  background: url("/assets/images/background/store_map.jpg") no-repeat;
  background-size: contain;
  position: relative;
}
.map-block .category-area {
  display: inline-block;
  position: absolute;
}
.map-block .category-area:focus::after, .map-block .category-area:hover::after, .map-block .category-area.anchor::after {
  content: "";
  display: block;
  width: 66px;
  height: 90px;
  background: url("/assets/images/icons/map_target.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.map-block .seafood-area {
  width: 190px;
  height: 269px;
  left: 138px;
  top: 352px;
}
.map-block .meat-area {
  width: 177px;
  height: 297px;
  left: 345px;
  top: 353px;
}
.map-block .fruit-area {
  width: 194px;
  height: 272px;
  right: 490px;
  top: 352px;
}
.map-block .hotfood-area {
  width: 165px;
  height: 272px;
  right: 298px;
  top: 353px;
}
.map-block .tool-area {
  width: 245px;
  height: 161px;
  bottom: 156px;
  left: 442px;
}
.map-block .tool-area.anchor::after, .map-block .tool-area:focus::after, .map-block .tool-area:hover::after {
  left: 50%;
  top: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1339px) {
  .map-block {
    height: 898px;
  }
  .map-block .seafood-area {
    width: 174px;
    height: 245px;
    left: 126px;
    top: 320px;
  }
  .map-block .meat-area {
    width: 149px;
    height: 269px;
    left: 326px;
    top: 321px;
  }
  .map-block .fruit-area {
    width: 173px;
    height: 247px;
    right: 447px;
    top: 319px;
  }
  .map-block .hotfood-area {
    width: 153px;
    height: 250px;
    right: 268px;
    top: 321px;
  }
  .map-block .tool-area {
    width: 223px;
    height: 150px;
    bottom: 140px;
    left: 401px;
  }
}
@media screen and (max-width: 1199px) {
  .map-block {
    height: 752px;
  }
  .map-block .seafood-area {
    width: 142px;
    height: 204px;
    left: 108px;
    top: 269px;
  }
  .map-block .meat-area {
    width: 130px;
    height: 224px;
    left: 270px;
    top: 270px;
  }
  .map-block .fruit-area {
    width: 146px;
    height: 206px;
    right: 374px;
    top: 268px;
  }
  .map-block .hotfood-area {
    width: 123px;
    height: 208px;
    right: 229px;
    top: 270px;
  }
  .map-block .tool-area {
    width: 188px;
    height: 122px;
    bottom: 120px;
    left: 335px;
  }
}
@media screen and (max-width: 991px) {
  .map-block {
    height: 558px;
  }
  .map-block .category-area.anchor::after, .map-block .category-area:focus::after, .map-block .category-area:hover::after {
    width: 53px;
    height: 65px;
  }
  .map-block .seafood-area {
    width: 109px;
    height: 152px;
    left: 77px;
    top: 200px;
  }
  .map-block .meat-area {
    width: 94px;
    height: 169px;
    left: 203px;
    top: 200px;
  }
  .map-block .fruit-area {
    width: 110px;
    height: 152px;
    right: 276px;
    top: 199px;
  }
  .map-block .hotfood-area {
    width: 92px;
    height: 154px;
    right: 168px;
    top: 201px;
  }
  .map-block .tool-area {
    width: 139px;
    height: 91px;
    bottom: 88px;
    left: 249px;
  }
}
@media screen and (max-width: 767px) {
  .map-block {
    height: 413px;
  }
  .map-block .category-area.anchor::after, .map-block .category-area:focus::after, .map-block .category-area:hover::after {
    width: 40px;
    height: 54px;
  }
  .map-block .seafood-area {
    width: 77px;
    height: 114px;
    left: 61px;
    top: 146px;
  }
  .map-block .meat-area {
    width: 69px;
    height: 128px;
    left: 146px;
    top: 146px;
  }
  .map-block .fruit-area {
    width: 81px;
    height: 114px;
    right: 204px;
    top: 146px;
  }
  .map-block .hotfood-area {
    width: 71px;
    height: 115px;
    right: 123px;
    top: 147px;
  }
  .map-block .tool-area {
    width: 102px;
    height: 67px;
    bottom: 66px;
    left: 185px;
  }
}
@media screen and (max-width: 575px) {
  .map-block {
    height: 0;
    padding-bottom: 81%;
  }
  .map-block .category-area.anchor::after, .map-block .category-area:focus::after, .map-block .category-area:hover::after {
    width: 30px;
    height: 40px;
  }
  .map-block .seafood-area {
    width: 15.5%;
    height: 27%;
    left: 11.5%;
    top: 36%;
  }
  .map-block .meat-area {
    width: 14.5%;
    height: 29%;
    left: 28%;
    top: 36%;
  }
  .map-block .fruit-area {
    width: 16%;
    height: 27%;
    right: 40%;
    top: 36%;
  }
  .map-block .hotfood-area {
    width: 14%;
    height: 27%;
    right: 24%;
    top: 36%;
  }
  .map-block .tool-area {
    width: 20%;
    height: 16%;
    bottom: 16%;
    left: 36%;
  }
}

.category-item {
  margin-bottom: 160px;
  border-radius: 65px;
  background: url("/assets/images/background/category_block.png");
  background-repeat: repeat-y;
  position: relative;
}
.category-item .category-wrap {
  padding: 30px 90px;
  overflow-x: auto;
  overflow-y: auto;
}
.category-item .category-wrap::before {
  content: "";
  width: calc(100% - 180px);
  height: 105px;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.category-item:last-child {
  margin-bottom: 0;
}
.category-item#seafood .category-wrap::before {
  background-image: url("/assets/images/icons/seafood_material.png");
}
.category-item#meat .category-wrap::before {
  background-image: url("/assets/images/icons/meat_material.png");
}
.category-item#fruit .category-wrap::before {
  background-image: url("/assets/images/icons/fruit_material.png");
}
.category-item#hotfood .category-wrap::before {
  background-image: url("/assets/images/icons/hotfood_material.png");
}
.category-item#tool .category-wrap::before {
  background-image: url("/assets/images/icons/tool_material.png");
}
.category-item .w-80 {
  width: 80%;
}
.category-item .w-85 {
  width: 85%;
}
.category-item .w-90 {
  width: 90%;
}
.category-item .w-95 {
  width: 95%;
}
.category-item .category-block {
  margin-top: 125px;
  min-width: 992px;
}
.category-item .category-logo {
  position: absolute;
  left: 50%;
  top: -75px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.category-item .category-list {
  margin-bottom: 30px;
}
.category-item .category-list > .col-6:not(.row) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-item .category-list > .col-12:not(.row) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-item .w-95,
.category-item .w-90,
.category-item .w-80,
.category-item .w-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category-item .w-85:not(.noFz) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category-item .category-w-1,
.category-item .category-w-2,
.category-item .category-w-3,
.category-item .category-w-4,
.category-item .category-w-5,
.category-item .category-w-6,
.category-item .category-w-7,
.category-item .category-w-8,
.category-item .category-w-9,
.category-item .category-w-10,
.category-item .category-w-11,
.category-item .category-inner-3 {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Palanquin Dark", sans-serif;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
.category-item .category-w-1 span,
.category-item .category-w-2 span,
.category-item .category-w-3 span,
.category-item .category-w-4 span,
.category-item .category-w-5 span,
.category-item .category-w-6 span,
.category-item .category-w-7 span,
.category-item .category-w-8 span,
.category-item .category-w-9 span,
.category-item .category-w-10 span,
.category-item .category-w-11 span,
.category-item .category-inner-3 span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.category-item .category-w-1:focus::after, .category-item .category-w-1:hover::after, .category-item .category-w-1.anchor::after,
.category-item .category-w-2:focus::after,
.category-item .category-w-2:hover::after,
.category-item .category-w-2.anchor::after,
.category-item .category-w-3:focus::after,
.category-item .category-w-3:hover::after,
.category-item .category-w-3.anchor::after,
.category-item .category-w-4:focus::after,
.category-item .category-w-4:hover::after,
.category-item .category-w-4.anchor::after,
.category-item .category-w-5:focus::after,
.category-item .category-w-5:hover::after,
.category-item .category-w-5.anchor::after,
.category-item .category-w-6:focus::after,
.category-item .category-w-6:hover::after,
.category-item .category-w-6.anchor::after,
.category-item .category-w-7:focus::after,
.category-item .category-w-7:hover::after,
.category-item .category-w-7.anchor::after,
.category-item .category-w-8:focus::after,
.category-item .category-w-8:hover::after,
.category-item .category-w-8.anchor::after,
.category-item .category-w-9:focus::after,
.category-item .category-w-9:hover::after,
.category-item .category-w-9.anchor::after,
.category-item .category-w-10:focus::after,
.category-item .category-w-10:hover::after,
.category-item .category-w-10.anchor::after,
.category-item .category-w-11:focus::after,
.category-item .category-w-11:hover::after,
.category-item .category-w-11.anchor::after,
.category-item .category-inner-3:focus::after,
.category-item .category-inner-3:hover::after,
.category-item .category-inner-3.anchor::after {
  content: "";
  display: block;
  width: 33px;
  height: 45px;
  background: url("/assets/images/icons/map_target.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.category-item .category-w-1.no-anchor,
.category-item .category-w-2.no-anchor,
.category-item .category-w-3.no-anchor,
.category-item .category-w-4.no-anchor,
.category-item .category-w-5.no-anchor,
.category-item .category-w-6.no-anchor,
.category-item .category-w-7.no-anchor,
.category-item .category-w-8.no-anchor,
.category-item .category-w-9.no-anchor,
.category-item .category-w-10.no-anchor,
.category-item .category-w-11.no-anchor,
.category-item .category-inner-3.no-anchor {
  background: transparent;
}
.category-item .category-w-1.no-anchor::after,
.category-item .category-w-2.no-anchor::after,
.category-item .category-w-3.no-anchor::after,
.category-item .category-w-4.no-anchor::after,
.category-item .category-w-5.no-anchor::after,
.category-item .category-w-6.no-anchor::after,
.category-item .category-w-7.no-anchor::after,
.category-item .category-w-8.no-anchor::after,
.category-item .category-w-9.no-anchor::after,
.category-item .category-w-10.no-anchor::after,
.category-item .category-w-11.no-anchor::after,
.category-item .category-inner-3.no-anchor::after {
  display: none;
}
.category-item .category-w-1.no-anchor:hover,
.category-item .category-w-2.no-anchor:hover,
.category-item .category-w-3.no-anchor:hover,
.category-item .category-w-4.no-anchor:hover,
.category-item .category-w-5.no-anchor:hover,
.category-item .category-w-6.no-anchor:hover,
.category-item .category-w-7.no-anchor:hover,
.category-item .category-w-8.no-anchor:hover,
.category-item .category-w-9.no-anchor:hover,
.category-item .category-w-10.no-anchor:hover,
.category-item .category-w-11.no-anchor:hover,
.category-item .category-inner-3.no-anchor:hover {
  background: transparent;
}
.category-item .category-w-1.bg-transparent,
.category-item .category-w-2.bg-transparent,
.category-item .category-w-3.bg-transparent,
.category-item .category-w-4.bg-transparent,
.category-item .category-w-5.bg-transparent,
.category-item .category-w-6.bg-transparent,
.category-item .category-w-7.bg-transparent,
.category-item .category-w-8.bg-transparent,
.category-item .category-w-9.bg-transparent,
.category-item .category-w-10.bg-transparent,
.category-item .category-w-11.bg-transparent,
.category-item .category-inner-3.bg-transparent {
  background: transparent !important;
}
.category-item .category-w-1.bg-transparent:hover, .category-item .category-w-1.bg-transparent:focus,
.category-item .category-w-2.bg-transparent:hover,
.category-item .category-w-2.bg-transparent:focus,
.category-item .category-w-3.bg-transparent:hover,
.category-item .category-w-3.bg-transparent:focus,
.category-item .category-w-4.bg-transparent:hover,
.category-item .category-w-4.bg-transparent:focus,
.category-item .category-w-5.bg-transparent:hover,
.category-item .category-w-5.bg-transparent:focus,
.category-item .category-w-6.bg-transparent:hover,
.category-item .category-w-6.bg-transparent:focus,
.category-item .category-w-7.bg-transparent:hover,
.category-item .category-w-7.bg-transparent:focus,
.category-item .category-w-8.bg-transparent:hover,
.category-item .category-w-8.bg-transparent:focus,
.category-item .category-w-9.bg-transparent:hover,
.category-item .category-w-9.bg-transparent:focus,
.category-item .category-w-10.bg-transparent:hover,
.category-item .category-w-10.bg-transparent:focus,
.category-item .category-w-11.bg-transparent:hover,
.category-item .category-w-11.bg-transparent:focus,
.category-item .category-inner-3.bg-transparent:hover,
.category-item .category-inner-3.bg-transparent:focus {
  background: transparent !important;
}
.category-item .category-w-1.bg-transparent::after,
.category-item .category-w-2.bg-transparent::after,
.category-item .category-w-3.bg-transparent::after,
.category-item .category-w-4.bg-transparent::after,
.category-item .category-w-5.bg-transparent::after,
.category-item .category-w-6.bg-transparent::after,
.category-item .category-w-7.bg-transparent::after,
.category-item .category-w-8.bg-transparent::after,
.category-item .category-w-9.bg-transparent::after,
.category-item .category-w-10.bg-transparent::after,
.category-item .category-w-11.bg-transparent::after,
.category-item .category-inner-3.bg-transparent::after {
  display: none;
}
.category-item .category-w-1 {
  width: calc(100% / 1 - 4px);
  height: 0;
  padding-bottom: calc(100% / 1 - 4px);
}
.category-item .category-w-2 {
  width: calc(100% / 2 - 4px);
  height: 0;
  padding-bottom: calc(100% / 2 - 4px);
}
.category-item .category-w-3 {
  width: calc(100% / 3 - 4px);
  height: 0;
  padding-bottom: calc(100% / 3 - 4px);
}
.category-item .category-w-4 {
  width: calc(100% / 4 - 4px);
  height: 0;
  padding-bottom: calc(100% / 4 - 4px);
}
.category-item .category-w-5 {
  width: calc(100% / 5 - 4px);
  height: 0;
  padding-bottom: calc(100% / 5 - 4px);
}
.category-item .category-w-6 {
  width: calc(100% / 6 - 4px);
  height: 0;
  padding-bottom: calc(100% / 6 - 4px);
}
.category-item .category-w-7 {
  width: calc(100% / 7 - 4px);
  height: 0;
  padding-bottom: calc(100% / 7 - 4px);
}
.category-item .category-w-7.category-w-7-half {
  width: calc(75% / 7 - 4px);
}
.category-item .category-w-7.h-half {
  padding-bottom: calc(74% / 7 - 4px);
  vertical-align: top;
}
.category-item .category-w-8 {
  width: calc(100% / 8 - 4px);
  height: 0;
  padding-bottom: calc(100% / 8 - 4px);
}
.category-item .category-w-9 {
  width: calc(100% / 9 - 4px);
  height: 0;
  padding-bottom: calc(100% / 9 - 4px);
}
.category-item .category-w-9.category-w-9-half {
  width: calc(50% / 9 - 4px);
}
.category-item .category-w-10 {
  width: calc(100% / 10 - 4px);
  height: 0;
  padding-bottom: calc(100% / 10 - 4px);
}
.category-item .category-w-10.category-w-10-2 {
  width: calc(200% / 10 - 4px);
}
.category-item .category-w-11 {
  width: calc(100% / 11 - 4px);
  height: 0;
  padding-bottom: calc(100% / 11 - 4px);
}
@media screen and (max-width: 1480px) {
  .category-item .category-wrap {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 991px) {
  .category-item .category-wrap {
    padding: 20px 30px;
  }
  .category-item .category-wrap::before {
    width: calc(100% - 60px);
  }
  .category-item .category-block {
    margin-top: 105px;
  }
  .category-item .category-logo {
    width: 130px;
    top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .category-item .categroy-material {
    margin-top: 24px;
  }
  .category-item .category-block {
    margin-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .category-item {
    margin-bottom: 100px;
  }
  .category-item .category-wrap {
    padding: 15px 15px;
  }
  .category-item .category-wrap::before {
    width: calc(100% - 30px);
  }
  .category-item .category-logo {
    width: 100px;
    top: -50px;
  }
  .category-item .category-block {
    margin-top: 80px;
  }
  .category-item .category-list {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .category-item {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 30px;
  }
  .category-item .category-wrap {
    padding: 10px 5px;
  }
  .category-item .category-wrap::before {
    width: calc(100% - 10px);
  }
  .category-item .category-block {
    margin-top: 70px;
  }
}

.seafood-block .category-w-2,
.seafood-block .category-w-3,
.seafood-block .category-w-5,
.seafood-block .category-w-6,
.seafood-block .category-w-8,
.seafood-block .category-w-9,
.seafood-block .category-w-10,
.seafood-block .category-w-11,
.seafood-block .category-inner-3 {
  color: #fff;
  background: #187fc4;
}
.seafood-block .category-w-2:focus, .seafood-block .category-w-2:hover, .seafood-block .category-w-2.anchor,
.seafood-block .category-w-3:focus,
.seafood-block .category-w-3:hover,
.seafood-block .category-w-3.anchor,
.seafood-block .category-w-5:focus,
.seafood-block .category-w-5:hover,
.seafood-block .category-w-5.anchor,
.seafood-block .category-w-6:focus,
.seafood-block .category-w-6:hover,
.seafood-block .category-w-6.anchor,
.seafood-block .category-w-8:focus,
.seafood-block .category-w-8:hover,
.seafood-block .category-w-8.anchor,
.seafood-block .category-w-9:focus,
.seafood-block .category-w-9:hover,
.seafood-block .category-w-9.anchor,
.seafood-block .category-w-10:focus,
.seafood-block .category-w-10:hover,
.seafood-block .category-w-10.anchor,
.seafood-block .category-w-11:focus,
.seafood-block .category-w-11:hover,
.seafood-block .category-w-11.anchor,
.seafood-block .category-inner-3:focus,
.seafood-block .category-inner-3:hover,
.seafood-block .category-inner-3.anchor {
  background: #ea9611 !important;
}
.seafood-block .category-w-2.no-anchor:focus, .seafood-block .category-w-2.no-anchor:hover,
.seafood-block .category-w-3.no-anchor:focus,
.seafood-block .category-w-3.no-anchor:hover,
.seafood-block .category-w-5.no-anchor:focus,
.seafood-block .category-w-5.no-anchor:hover,
.seafood-block .category-w-6.no-anchor:focus,
.seafood-block .category-w-6.no-anchor:hover,
.seafood-block .category-w-8.no-anchor:focus,
.seafood-block .category-w-8.no-anchor:hover,
.seafood-block .category-w-9.no-anchor:focus,
.seafood-block .category-w-9.no-anchor:hover,
.seafood-block .category-w-10.no-anchor:focus,
.seafood-block .category-w-10.no-anchor:hover,
.seafood-block .category-w-11.no-anchor:focus,
.seafood-block .category-w-11.no-anchor:hover,
.seafood-block .category-inner-3.no-anchor:focus,
.seafood-block .category-inner-3.no-anchor:hover {
  background: #187fc4 !important;
}
.seafood-block .category-w-2,
.seafood-block .category-w-3 {
  padding-bottom: 15%;
}
.seafood-block .category-w-5,
.seafood-block .category-w-6 {
  padding-bottom: 30%;
}
.seafood-block .category-inner-3 {
  display: block;
  padding-bottom: 52%;
  margin-bottom: 0;
  line-height: 270%;
  color: #fff;
  position: relative;
}
.seafood-block .category-inner-3:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.seafood-block .category-list:nth-child(5) .category-w-5 {
  margin-right: 4px;
}
.seafood-block .l-first-3 {
  margin-top: -8px;
}
.seafood-block .r-second-4,
.seafood-block .l-fourth-3 {
  margin-top: -5px;
}
.seafood-block .l-fifth-3 {
  margin-top: -10px;
}

.meat-block .category-w-1,
.meat-block .category-w-2,
.meat-block .category-w-3,
.meat-block .category-w-4,
.meat-block .category-w-5,
.meat-block .category-w-6,
.meat-block .category-w-7,
.meat-block .category-w-8,
.meat-block .category-w-9,
.meat-block .category-w-10,
.meat-block .category-w-11 {
  color: #fff;
  background: #cf7b0e;
}
.meat-block .category-w-1:focus, .meat-block .category-w-1:hover, .meat-block .category-w-1.anchor,
.meat-block .category-w-2:focus,
.meat-block .category-w-2:hover,
.meat-block .category-w-2.anchor,
.meat-block .category-w-3:focus,
.meat-block .category-w-3:hover,
.meat-block .category-w-3.anchor,
.meat-block .category-w-4:focus,
.meat-block .category-w-4:hover,
.meat-block .category-w-4.anchor,
.meat-block .category-w-5:focus,
.meat-block .category-w-5:hover,
.meat-block .category-w-5.anchor,
.meat-block .category-w-6:focus,
.meat-block .category-w-6:hover,
.meat-block .category-w-6.anchor,
.meat-block .category-w-7:focus,
.meat-block .category-w-7:hover,
.meat-block .category-w-7.anchor,
.meat-block .category-w-8:focus,
.meat-block .category-w-8:hover,
.meat-block .category-w-8.anchor,
.meat-block .category-w-9:focus,
.meat-block .category-w-9:hover,
.meat-block .category-w-9.anchor,
.meat-block .category-w-10:focus,
.meat-block .category-w-10:hover,
.meat-block .category-w-10.anchor,
.meat-block .category-w-11:focus,
.meat-block .category-w-11:hover,
.meat-block .category-w-11.anchor {
  background: #ee5b28 !important;
}
.meat-block .category-w-1.bg-transparent,
.meat-block .category-w-2.bg-transparent,
.meat-block .category-w-3.bg-transparent,
.meat-block .category-w-4.bg-transparent,
.meat-block .category-w-5.bg-transparent,
.meat-block .category-w-6.bg-transparent,
.meat-block .category-w-7.bg-transparent,
.meat-block .category-w-8.bg-transparent,
.meat-block .category-w-9.bg-transparent,
.meat-block .category-w-10.bg-transparent,
.meat-block .category-w-11.bg-transparent {
  background: transparent;
}
.meat-block .noFz > .category-w-3 {
  margin-right: 4px;
}
.meat-block .col-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.meat-block .category-w-1 {
  height: 100%;
}
.meat-block .category-w-3,
.meat-block .category-w-4 {
  padding-bottom: 15%;
}
.meat-block .category-w-7 {
  padding-bottom: 30%;
}
.meat-block .r-first-2 .category-w-6,
.meat-block .r-first-4 .category-w-6 {
  padding-bottom: 18%;
}
.meat-block .l-first-3 {
  margin-top: -9px;
}
.meat-block .l-second-3 .category-w-7 {
  padding-bottom: 22%;
}
.meat-block .r-second-4 .category-w-1 {
  height: 0;
  padding-bottom: 87%;
}

.fruit-block .category-w-1,
.fruit-block .category-w-2,
.fruit-block .category-w-3,
.fruit-block .category-w-4,
.fruit-block .category-w-5,
.fruit-block .category-w-6,
.fruit-block .category-w-7,
.fruit-block .category-w-8,
.fruit-block .category-w-9,
.fruit-block .category-w-10,
.fruit-block .category-w-11 {
  color: #fff;
  background: #dc7b57;
}
.fruit-block .category-w-1:focus, .fruit-block .category-w-1:hover, .fruit-block .category-w-1.anchor,
.fruit-block .category-w-2:focus,
.fruit-block .category-w-2:hover,
.fruit-block .category-w-2.anchor,
.fruit-block .category-w-3:focus,
.fruit-block .category-w-3:hover,
.fruit-block .category-w-3.anchor,
.fruit-block .category-w-4:focus,
.fruit-block .category-w-4:hover,
.fruit-block .category-w-4.anchor,
.fruit-block .category-w-5:focus,
.fruit-block .category-w-5:hover,
.fruit-block .category-w-5.anchor,
.fruit-block .category-w-6:focus,
.fruit-block .category-w-6:hover,
.fruit-block .category-w-6.anchor,
.fruit-block .category-w-7:focus,
.fruit-block .category-w-7:hover,
.fruit-block .category-w-7.anchor,
.fruit-block .category-w-8:focus,
.fruit-block .category-w-8:hover,
.fruit-block .category-w-8.anchor,
.fruit-block .category-w-9:focus,
.fruit-block .category-w-9:hover,
.fruit-block .category-w-9.anchor,
.fruit-block .category-w-10:focus,
.fruit-block .category-w-10:hover,
.fruit-block .category-w-10.anchor,
.fruit-block .category-w-11:focus,
.fruit-block .category-w-11:hover,
.fruit-block .category-w-11.anchor {
  background: #5ca057 !important;
}

.hotfood-block .category-w-1,
.hotfood-block .category-w-2,
.hotfood-block .category-w-3,
.hotfood-block .category-w-4,
.hotfood-block .category-w-5,
.hotfood-block .category-w-6,
.hotfood-block .category-w-7,
.hotfood-block .category-w-8,
.hotfood-block .category-w-9,
.hotfood-block .category-w-10,
.hotfood-block .category-w-11 {
  color: #fff;
  background: #5f5e9b;
}
.hotfood-block .category-w-1:focus, .hotfood-block .category-w-1:hover,
.hotfood-block .category-w-2:focus,
.hotfood-block .category-w-2:hover,
.hotfood-block .category-w-3:focus,
.hotfood-block .category-w-3:hover,
.hotfood-block .category-w-4:focus,
.hotfood-block .category-w-4:hover,
.hotfood-block .category-w-5:focus,
.hotfood-block .category-w-5:hover,
.hotfood-block .category-w-6:focus,
.hotfood-block .category-w-6:hover,
.hotfood-block .category-w-7:focus,
.hotfood-block .category-w-7:hover,
.hotfood-block .category-w-8:focus,
.hotfood-block .category-w-8:hover,
.hotfood-block .category-w-9:focus,
.hotfood-block .category-w-9:hover,
.hotfood-block .category-w-10:focus,
.hotfood-block .category-w-10:hover,
.hotfood-block .category-w-11:focus,
.hotfood-block .category-w-11:hover {
  background: #366ed5 !important;
}
.hotfood-block .category-w-1.no-anchor:hover, .hotfood-block .category-w-1.no-anchor,
.hotfood-block .category-w-2.no-anchor:hover,
.hotfood-block .category-w-2.no-anchor,
.hotfood-block .category-w-3.no-anchor:hover,
.hotfood-block .category-w-3.no-anchor,
.hotfood-block .category-w-4.no-anchor:hover,
.hotfood-block .category-w-4.no-anchor,
.hotfood-block .category-w-5.no-anchor:hover,
.hotfood-block .category-w-5.no-anchor,
.hotfood-block .category-w-6.no-anchor:hover,
.hotfood-block .category-w-6.no-anchor,
.hotfood-block .category-w-7.no-anchor:hover,
.hotfood-block .category-w-7.no-anchor,
.hotfood-block .category-w-8.no-anchor:hover,
.hotfood-block .category-w-8.no-anchor,
.hotfood-block .category-w-9.no-anchor:hover,
.hotfood-block .category-w-9.no-anchor,
.hotfood-block .category-w-10.no-anchor:hover,
.hotfood-block .category-w-10.no-anchor,
.hotfood-block .category-w-11.no-anchor:hover,
.hotfood-block .category-w-11.no-anchor {
  background: transparent !important;
}
.hotfood-block .category-w-7 {
  width: calc(128% / 7 - 4px);
  padding-bottom: calc(128% / 7 - 4px);
}
.hotfood-block .t-first-1 .category-w-9 {
  padding-bottom: 16%;
}
.hotfood-block .t-third-1 .category-w-9 {
  padding-bottom: 13%;
}

.tool-block .category-w-1,
.tool-block .category-w-2,
.tool-block .category-w-3,
.tool-block .category-w-4,
.tool-block .category-w-5,
.tool-block .category-w-6,
.tool-block .category-w-7,
.tool-block .category-w-8,
.tool-block .category-w-9,
.tool-block .category-w-10,
.tool-block .category-w-11 {
  color: #fff;
  background: #006934;
}
.tool-block .category-w-1:focus, .tool-block .category-w-1:hover, .tool-block .category-w-1.anchor,
.tool-block .category-w-2:focus,
.tool-block .category-w-2:hover,
.tool-block .category-w-2.anchor,
.tool-block .category-w-3:focus,
.tool-block .category-w-3:hover,
.tool-block .category-w-3.anchor,
.tool-block .category-w-4:focus,
.tool-block .category-w-4:hover,
.tool-block .category-w-4.anchor,
.tool-block .category-w-5:focus,
.tool-block .category-w-5:hover,
.tool-block .category-w-5.anchor,
.tool-block .category-w-6:focus,
.tool-block .category-w-6:hover,
.tool-block .category-w-6.anchor,
.tool-block .category-w-7:focus,
.tool-block .category-w-7:hover,
.tool-block .category-w-7.anchor,
.tool-block .category-w-8:focus,
.tool-block .category-w-8:hover,
.tool-block .category-w-8.anchor,
.tool-block .category-w-9:focus,
.tool-block .category-w-9:hover,
.tool-block .category-w-9.anchor,
.tool-block .category-w-10:focus,
.tool-block .category-w-10:hover,
.tool-block .category-w-10.anchor,
.tool-block .category-w-11:focus,
.tool-block .category-w-11:hover,
.tool-block .category-w-11.anchor {
  background: #604497 !important;
}

/* ============================
          地圖區塊(end)
============================ */
/* ============================
            攤商類別
============================ */
.category-carousel {
  padding: 0 80px;
}
.category-carousel .owl-stage-outer {
  margin: 0 auto;
  padding-top: 30px;
}
.category-carousel .category-title {
  padding-left: 50px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #A40000;
  position: relative;
}
.category-carousel .category-title::before {
  content: "";
  display: block;
  width: 5px;
  height: 46px;
  border-radius: 7px;
  background: #A40000;
  position: absolute;
  bottom: 0;
  left: 26px;
  top: -7px;
}
.category-carousel .category-title::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 26px;
  top: -16px;
  background: #A40000;
}
.category-carousel .category-card {
  min-height: 330px;
  padding: 50px 35px;
  margin: 30px 18px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 10px 18px -2px rgba(0, 0, 0, 0.18);
          box-shadow: 2px 10px 18px -2px rgba(0, 0, 0, 0.18);
  background: #fff;
}
.category-carousel .form-checkbox {
  display: inline-block;
  width: calc(50% - 13px);
}
.category-carousel .owl-nav {
  left: -5px;
  right: -5px;
}
.category-carousel .check-text {
  width: 83%;
}
@media screen and (max-width: 767px) {
  .category-carousel .category-card {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 575px) {
  .category-carousel {
    padding: 0 24px;
  }
  .category-carousel .owl-nav {
    left: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 375px) {
  .category-carousel .category-card {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 320px) {
  .category-carousel .owl-nav {
    top: calc(42% - 25px);
  }
}

.category-inner-wrap {
  width: 80%;
  margin: 0 auto;
}
.category-inner-wrap .btn-store-search {
  display: inline-block;
  max-width: 100%;
  width: 200px;
  height: 44px;
  border-radius: 44px;
  line-height: 44px;
  border: 2px solid #A40000;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #A40000;
  background: #A40000;
  overflow: hidden;
  margin-top: 32px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category-inner-wrap .btn-store-search:hover {
  background: #be0000;
  border-color: #be0000;
}
@media screen and (max-width: 768px) {
  .category-inner-wrap {
    width: 100%;
  }
}

/* ============================
          攤商類別(end)
============================ */
/* ============================
            下單設定
============================ */
.p-stall-order-setting .img-upload-item {
  min-width: 200px;
}

/* ============================
          下單設定(end)
============================ */
/* ============================
               其他
============================ */
#gotocenter {
  position: absolute;
  z-index: 100;
}

#AU,
#AZ,
#AC {
  position: absolute;
  left: 1%;
  letter-spacing: 4px;
  color: #A40000;
}
#AU:hover,
#AZ:hover,
#AC:hover {
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  #AU,
#AZ,
#AC {
    display: none;
  }
}

.title-w-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .title-w-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .title-w-search .title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .title-w-search {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn-solid {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  background-color: #A40000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-solid:hover {
  text-decoration: none;
  background: #b30000;
  color: #fff;
}

.full-page {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .full-page {
    padding-top: 80px;
  }
}

/* ============================
            其他(end)
============================ */
/* 編寫順序
 *
 * - 調整  ：User Agent調整
 * - 格線  ：10 Grid
 * - 編輯器：文字編輯器
 * - 全域  ：全域共用的Class
 * - 框架  ：框架樣式的調整(如果有ex f7)
 * - 表單  ：調整過樣式的表單類Class
 * - 外掛  ：外掛Plugin 的調整 (Datepicker 、OWL)
 * - 版面  ：Layout 相關
 * - 模組  ：模組化元件
 *
 */
/******************************************************************
	全域：全域共用的Class
*******************************************************************/
.container {
  z-index: 2;
}

/*--------------------------------------------------------------------
	Mobile show / Computer show
-------------------------------------------------------------------*/
.mobile-show {
  display: none;
}

.computer-show {
  display: block;
}

@media screen and (max-width: 992px) {
  .computer-show {
    display: none;
  }

  .mobile-show {
    display: block;
  }
}
/*--------------------------------------------------------------------
	Button
-------------------------------------------------------------------*/
.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn.btn-primary {
  border-color: #A40000;
  background-color: #A40000;
}

.sect-btn {
  text-align: center;
}
.sect-btn .btn {
  min-width: 170px;
  margin: 0 10px;
}
@media screen and (max-width: 575px) {
  .sect-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sect-btn .btn {
    width: 100%;
    margin: 0 0px 20px 0px;
  }
}

/*--------------------------------------------------------------------
	貨幣
-------------------------------------------------------------------*/
.color-money {
  color: #A40000;
}

/*------------------------------------------
    list-simple 轉換為手機板 (共用)
--------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-cart-step1 .lists-orders,
.p-cart-step1 .lists-bonus,
.p-cart-step2 .lists-orders {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-cart-step1 .lists-orders .list-title,
.p-cart-step1 .lists-bonus .list-title,
.p-cart-step2 .lists-orders .list-title {
    display: none;
  }
  .p-cart-step1 .lists-orders .list-item,
.p-cart-step1 .lists-bonus .list-item,
.p-cart-step2 .lists-orders .list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #efefef;
  }
  .p-cart-step1 .lists-orders .list-title-mobile,
.p-cart-step1 .lists-bonus .list-title-mobile,
.p-cart-step2 .lists-orders .list-title-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    color: #787878;
  }
}
@media screen and (max-width: 575px) {
  .cart-step2 .lists-orders .list-title,
.p-bonus .lists-bonus .list-title,
.p-shopping-record .lists-shopping-record .list-title,
.p-letter-list .lists-letter-list .list-title,
.p-credit .lists-credit .list-title {
    position: relative;
    padding: 25px 10px !important;
  }
  .cart-step2 .lists-orders .list-title > div,
.p-bonus .lists-bonus .list-title > div,
.p-shopping-record .lists-shopping-record .list-title > div,
.p-letter-list .lists-letter-list .list-title > div,
.p-credit .lists-credit .list-title > div {
    display: none;
  }
  .cart-step2 .lists-orders .list-title:after,
.p-bonus .lists-bonus .list-title:after,
.p-shopping-record .lists-shopping-record .list-title:after,
.p-letter-list .lists-letter-list .list-title:after,
.p-credit .lists-credit .list-title:after {
    content: attr(data-title) " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
  }
  .cart-step2 .lists-orders .list-item,
.p-bonus .lists-bonus .list-item,
.p-shopping-record .lists-shopping-record .list-item,
.p-letter-list .lists-letter-list .list-item,
.p-credit .lists-credit .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: 1px solid #A40000;
    margin-bottom: 20px;
  }
  .cart-step2 .lists-orders .list-item .item,
.p-bonus .lists-bonus .list-item .item,
.p-shopping-record .lists-shopping-record .list-item .item,
.p-letter-list .lists-letter-list .list-item .item,
.p-credit .lists-credit .list-item .item {
    width: 100%;
    max-width: 100% !important;
    position: relative;
    border-bottom: 1px solid #efefef;
    padding: 10px 0 10px 100px;
    text-align: left;
    min-height: 49px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .cart-step2 .lists-orders .list-item .item:last-child,
.p-bonus .lists-bonus .list-item .item:last-child,
.p-shopping-record .lists-shopping-record .list-item .item:last-child,
.p-letter-list .lists-letter-list .list-item .item:last-child,
.p-credit .lists-credit .list-item .item:last-child {
    border-bottom: none;
  }
  .cart-step2 .lists-orders .list-item .item:last-child i,
.p-bonus .lists-bonus .list-item .item:last-child i,
.p-shopping-record .lists-shopping-record .list-item .item:last-child i,
.p-letter-list .lists-letter-list .list-item .item:last-child i,
.p-credit .lists-credit .list-item .item:last-child i {
    margin: 0;
  }
  .cart-step2 .lists-orders .list-item .item,
.p-bonus .lists-bonus .list-item .item,
.p-shopping-record .lists-shopping-record .list-item .item,
.p-letter-list .lists-letter-list .list-item .item,
.p-credit .lists-credit .list-item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-step2 .lists-orders .list-item .item:before,
.p-bonus .lists-bonus .list-item .item:before,
.p-shopping-record .lists-shopping-record .list-item .item:before,
.p-letter-list .lists-letter-list .list-item .item:before,
.p-credit .lists-credit .list-item .item:before {
    content: attr(data-title) " ";
    display: block;
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
    font-weight: bold;
    color: #A40000;
    left: 0px;
    color: #A40000;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .cart-step2 .lists-orders .list-item .item:first-child,
.p-bonus .lists-bonus .list-item .item:first-child,
.p-shopping-record .lists-shopping-record .list-item .item:first-child,
.p-letter-list .lists-letter-list .list-item .item:first-child,
.p-credit .lists-credit .list-item .item:first-child {
    display: block;
  }
  .cart-step2 .lists-orders .list-item .item .list-simple li > div:nth-child(2) div,
.p-bonus .lists-bonus .list-item .item .list-simple li > div:nth-child(2) div,
.p-shopping-record .lists-shopping-record .list-item .item .list-simple li > div:nth-child(2) div,
.p-letter-list .lists-letter-list .list-item .item .list-simple li > div:nth-child(2) div,
.p-credit .lists-credit .list-item .item .list-simple li > div:nth-child(2) div {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .p-cart.cart-step2 .lists-orders .list-item .item {
    padding-left: 60px;
  }

  .p-shopping-record .lists-shopping-record .list-item .item,
.p-letter-list .lists-letter-list .list-item .item {
    padding-left: 75px;
    text-align: left;
  }
}
/*--------------------------------------------------------------------
	貨幣
-------------------------------------------------------------------*/
.product-price-dis {
  color: #A40000;
  font-size: 28px;
}
.product-price-dis .currency {
  font-size: 16px;
  color: #787878;
}

.product-price-org {
  color: #efefef;
  text-decoration: line-through;
}

/*--------------------------------------------------------------------
	提示文字
-------------------------------------------------------------------*/
.tips {
  color: #cb3f31;
}

.help-block {
  font-size: 0.8125rem;
  color: #A40000;
}

.form-tip {
  font-size: 0.8125rem;
  color: #cb3f31;
}

/*--------------------------------------------------------------------
	Box Shadow 樣式
-------------------------------------------------------------------*/
.shadow {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
}

.shadow-light {
  -webkit-box-shadow: 0 5px 10px #999;
          box-shadow: 0 5px 10px #999;
}

/******************************************************************
	框架樣式調整
*******************************************************************/
/******************************************************************
	表單類 - 表單基本樣式共用
*******************************************************************/
textarea.form-control {
  min-height: 100px;
}

/******************************************************************
	表單類 - 表單相關icon 大小
*******************************************************************/
.form-group-multiple i.fa-birthday-cake {
  font-size: 30px;
}
.form-group-multiple i.fa-envelope {
  font-size: 33px;
}
.form-group-multiple i.fa-id-card-o {
  font-size: 28px;
}
.form-group-multiple i.fa-key {
  font-size: 32px;
}
.form-group-multiple i.fa-lock {
  font-size: 38px;
}
.form-group-multiple i.fa-mobile {
  font-size: 45px;
}
.form-group-multiple i.fa-map-marker {
  font-size: 42px;
}
.form-group-multiple i.fa-user {
  font-size: 42px;
}

.input-group-icon i.fa-key {
  font-size: 24px;
}
.input-group-icon i.fa-user {
  font-size: 28px;
}

/******************************************************************
	表單類 - Form Group
*******************************************************************/
.form-group label {
  color: #787878;
}
.form-group .col-form-label {
  padding-top: 10px;
}

.form-group-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: auto;
      -ms-flex-pack: auto;
          justify-content: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group-multiple .col-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  color: #efefef;
}
@media screen and (max-width: 767px) {
  .form-group-multiple .col-icon {
    width: 37px;
    height: 37px;
    font-size: 30px;
    line-height: 37px;
  }
}
.form-group-multiple .col-title {
  margin-bottom: 0;
}
.form-group-multiple .col-ipt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-group-multiple .col-ipt {
    width: 100%;
  }
}
.form-group-multiple .form-control,
.form-group-multiple .custom-select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.form-group-multiple .custom-select {
  padding-right: 20px;
}

/******************************************************************
	表單類 - Input Group with Icon
*******************************************************************/
.input-group-select .input-group-prepend,
.input-group-txt .input-group-prepend,
.input-group-textarea .input-group-prepend {
  margin-right: 0;
}
.input-group-select .input-group-prepend .input-group-text,
.input-group-txt .input-group-prepend .input-group-text,
.input-group-textarea .input-group-prepend .input-group-text {
  background-color: #fff;
  padding-right: 0;
  border-right: 0;
}
.input-group-select select,
.input-group-select textarea,
.input-group-select input,
.input-group-txt select,
.input-group-txt textarea,
.input-group-txt input,
.input-group-textarea select,
.input-group-textarea textarea,
.input-group-textarea input {
  border-left: 0;
}
.input-group-select select:focus,
.input-group-select textarea:focus,
.input-group-select input:focus,
.input-group-txt select:focus,
.input-group-txt textarea:focus,
.input-group-txt input:focus,
.input-group-textarea select:focus,
.input-group-textarea textarea:focus,
.input-group-textarea input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #efefef;
  border-left: none;
}
.input-group-select i,
.input-group-txt i,
.input-group-textarea i {
  color: #efefef;
}

.input-group-select select {
  background: #fff;
  border-left: 1px solid #efefef;
}
.input-group-select select:focus, .input-group-select select:active {
  border-left: 1px solid #efefef;
}
.input-group-select:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 30px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.input-group-select:after {
  content: "";
  display: inline-block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  background: #efefef;
  z-index: 100;
}

.input-group-textarea .input-group-text {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  padding-top: 10px;
}

.input-group-icon .input-group-prepend {
  margin-right: 0;
}
.input-group-icon .input-group-title {
  border-left: 0;
  border-top: 0;
  color: #efefef;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-icon .form-control {
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  color: #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-group-icon .form-control:focus {
  border-color: #efefef;
}
.input-group-icon .form-control::-webkit-input-placeholder {
  color: #efefef;
}
.input-group-icon .form-control::-moz-placeholder {
  color: #efefef;
}
.input-group-icon .form-control:-ms-input-placeholder {
  color: #efefef;
}
.input-group-icon .form-control::-ms-input-placeholder {
  color: #efefef;
}
.input-group-icon .form-control::placeholder {
  color: #efefef;
}

.input-group-multiple .input-group-title {
  border-left: 0;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-multiple .input-group-title .text {
  min-width: 72px;
  margin: 0 5px 0 15px;
  color: #787878;
}
.input-group-multiple .form-control {
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  border-left: 0;
}
.input-group-multiple .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #efefef;
}
.input-group-multiple .custom-select {
  border-top: 0;
  border-right: 0;
}
.input-group-multiple .custom-select#month {
  margin: 0 10px;
}

.input-group-calc .btn-less,
.input-group-calc .btn-plus {
  display: block;
  width: 20%;
  min-width: 35px;
  height: 38px;
  background: #A40000;
  color: #fff;
  line-height: 38px;
  text-align: center;
  position: relative;
}
.input-group-calc .btn-less .fa,
.input-group-calc .btn-plus .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.input-group-calc .btn-less {
  float: left;
  border-radius: 6px 0 0 6px;
}
.input-group-calc .btn-plus {
  float: right;
  border-radius: 0 6px 6px 0;
}
.input-group-calc input {
  text-align: center;
  max-width: 100%;
  border-radius: 0;
  border-style: solid;
  border-color: #A40000;
  width: calc(100% - 40%);
  max-width: calc(100% - 70px);
  height: 38px;
  color: #121212;
}
@media screen and (max-width: 575px) {
  .input-group-calc .btn-less,
.input-group-calc .btn-plus {
    width: 30px;
  }
}

/**-----------------------------------------------------------
	Input
-----------------------------------------------------------*/
.input-style {
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 7px;
  padding: 4px 0;
  max-width: 153px;
  margin: auto;
}

/**-----------------------------------------------------------
	Input type = Number 預設移除三角形
-----------------------------------------------------------*/
/* Chrome */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

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

/**-----------------------------------------------------------
    checkbox / Radios (共用)
-----------------------------------------------------------*/
.custom-control {
  line-height: 1.8;
}

.custom-control-xl label:before {
  width: 1.4rem;
  height: 1.4rem;
  top: 0.15rem;
}
.custom-control-xl label:after {
  width: 1.4rem;
  height: 1.4rem;
  top: 0.15rem;
}

.custom-control-lg label:before {
  width: 1.2rem;
  height: 1.2rem;
}
.custom-control-lg label:after {
  top: 0.25rem;
  width: 1.2rem;
  height: 1.2rem;
}

/**-----------------------------------------------------------
	checkbox 設定
-----------------------------------------------------------*/
.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.custom-checkbox .custom-control-label::before {
  border: #121212;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: #121212;
  background-color: #A40000;
}

.checkbox-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox-common input {
  display: none;
}
.checkbox-common input:checked ~ .checkbox-icon {
  border-color: #A40000;
}
.checkbox-common input:checked ~ .checkbox-icon .fa {
  color: #A40000;
}
.checkbox-common .checkbox-icon {
  display: inline-block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: 2px solid #787878;
  vertical-align: middle;
  position: relative;
}
.checkbox-common .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: transparent;
}
.checkbox-common .ipt_other .other_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
}
.checkbox-common .ipt_other .other_label .form-control {
  margin-left: 10px;
}

/**-----------------------------------------------------------
	Radios 設定
-----------------------------------------------------------*/
.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
  min-width: 1rem;
  top: 0.35rem;
}
.custom-radio .custom-control-label::before {
  border: #787878;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border: #A40000;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #A40000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.radio-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio-common input {
  display: none;
}
.radio-common input:checked ~ .radio-icon {
  border-color: #A40000;
}
.radio-common input:checked ~ .radio-icon::before {
  background: #A40000;
}
.radio-common .radio-icon {
  display: inline-block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
  margin-right: 5px;
  border: 2px solid #787878;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
.radio-common .radio-icon::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.radio-common .ipt_other .other_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
}
.radio-common .ipt_other .other_label .form-control {
  margin-left: 10px;
}

/**-----------------------------------------------------------
	select
-----------------------------------------------------------*/
select::-ms-expand {
  display: none;
}

/******************************************************************
    套件 - Twzipcode
*******************************************************************/
.twzipcode .form-control {
  padding: 0.375rem 12px;
  min-height: 38px;
}
@media screen and (max-width: 320px) {
  .twzipcode .form-control {
    font-size: 14px;
  }
}

/******************************************************************
	版面 Layout
*******************************************************************/
/*------------------------------------------------------------------
	page
------------------------------------------------------------------*/
.page {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  min-height: calc(100vh - 170px);
  padding-bottom: 6.5%;
}

@media screen and (max-width: 767px) {
  .page-has-fixed-bottom-bar ~ .gotop {
    bottom: 90px;
  }
}

/*------------------------------------------------------------------
	Wrap
------------------------------------------------------------------*/
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  /*--------------------------------------------------------------------
  左右互換
    -------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
  無標題
    -------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
  控制第三種顯示標題
    -------------------------------------------------------------------*/
}
.wrap .wrap-left,
.wrap .wrap-right {
  padding: 0 15px;
}
.wrap .wrap-right-title {
  position: relative;
  padding: 15px 0 25px 0;
  font-size: 2.25rem;
  font-weight: bold;
  color: #A40000;
  letter-spacing: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.8;
}
.wrap .wrap-left {
  background: none;
}
.wrap .wrap-right {
  background: none;
}
.wrap .wrap-right .wrap-right-title:before {
  letter-spacing: initial;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrap .wrap-right .wrap-right-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  background: #A40000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrap.wrap-reverse .wrap-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wrap.wrap-reverse .wrap-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wrap .no-title .wrap-right-title {
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .wrap .no-title {
    padding-top: 40px;
  }
  .wrap .no-title .wrap-right-title {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .wrap .wrap-left {
    margin-bottom: 15px;
  }
}

.content-wrap {
  margin-bottom: 25px;
  padding: 5% 20% 10% 20%;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .content-wrap {
    padding: 5% 15% 10% 15%;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap {
    padding: 5% 10% 5% 10%;
  }
}

/******************************************************************
	模組
*******************************************************************/
/*--------------------------------------------------------------------
	showcase box
-------------------------------------------------------------------*/
.box-showcase {
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
  -webkit-box-shadow: 0 4px 9px 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 9px 2px rgba(0, 0, 0, 0.13);
  background: #fff;
  cursor: pointer;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.box-showcase .box-body {
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
  display: block;
  /*-------------------------------
          讓圖片永遠置中
      ---------------------------------*/
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}
.box-showcase .box-body:hover img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.box-showcase .box-img {
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background: #efefef;
}
.box-showcase .box-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.box-showcase .box-context {
  padding: 9%;
}
.box-showcase .box-context .title {
  font-size: 2.25rem;
  font-weight: bold;
  color: #787878;
  width: 100%;
  height: 1.8em;
  line-height: 1.8;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .box-showcase .box-context .title {
    font-size: 16px;
  }
}
.box-showcase .box-context .text {
  margin: 0px 0 15px 0;
  color: #787878;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8em;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  display: -webkit-inline-box;
}
@media screen and (max-width: 767px) {
  .box-showcase .box-context .text {
    max-height: 3.6em;
    -webkit-line-clamp: 2;
    margin: 0 0 15px 0;
  }
}
.box-showcase .box-context .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.box-showcase .box-context .product-price-dis .num {
  font-size: 28px;
  color: #A40000;
}
.box-showcase .box-context .product-price-org {
  margin: 0 10px 2px 10px;
  color: #efefef;
  text-decoration: line-through;
}
@media screen and (max-width: 575px) {
  .box-showcase .box-context {
    font-size: 12px;
  }
  .box-showcase .box-context .product-price-dis .num {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .box-showcase .box-context {
    padding: 12px;
  }
}
.box-showcase .add-favorite {
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.box-showcase .add-favorite i {
  font-size: 1.375rem;
  opacity: 0.5;
  margin-top: 4px;
}
.box-showcase .add-favorite.favorited {
  opacity: 1;
}
.box-showcase .add-favorite.favorited i {
  opacity: 1;
  color: #dc6523;
}
.box-showcase .box-footer {
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
  text-align: left;
  background: #A40000;
  color: #fff;
}
.box-showcase .box-footer:hover {
  cursor: auto;
}
.box-showcase .box-footer .add-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: auto;
      -ms-flex-align: auto;
          align-items: auto;
  line-height: 1;
  padding: 16px 0;
}
.box-showcase .box-footer .add-cart .fa-shopping-cart {
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .box-showcase .box-footer {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------------
	B: Badge 元件
-------------------------------------------------------------------*/
.badge-wrap {
  font-size: 14px;
  color: #cb3f31;
}
.badge-wrap .badge {
  background: #cb3f31;
  margin-right: 3px;
  color: #fff;
}
.badge-wrap .size,
.badge-wrap .spec {
  margin: 0 8px 0 0;
}

/*--------------------------------------------------------------------
	B: Button
-------------------------------------------------------------------*/
.btn-login {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 44px;
  border-radius: 44px;
  line-height: 44px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  font-size: 0.9375rem;
}

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

.btn-media {
  width: calc(100% / 2 - 10px);
  height: 44px;
  border-radius: 10px;
  text-align: center;
  line-height: 44px;
  font-size: 12px;
  color: #fff;
}

.btn-solid {
  cursor: pointer;
}
.btn-solid.bg-disabled {
  background-color: #999;
  color: #fff;
}

.btn-outline {
  display: block;
  height: 30px;
  border: 1px solid #A40000;
  border-radius: 15px;
  line-height: 28px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  color: #A40000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline.bg-disabled {
  border-color: #787878;
  color: #787878;
}
.btn-outline:hover {
  text-decoration: none;
  background-color: #A40000;
  color: #fff;
}

/*--------------------------------------------------------------------
	cart step icon
-------------------------------------------------------------------*/
.cart-steps-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 50px 0;
}
.cart-steps-icon > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.cart-steps-icon .hex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 55px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 55px;
}
.cart-steps-icon .hex-wrapper .hexagon-shape {
  cursor: unset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cart-steps-icon .hex-wrapper .hexagon_text {
  position: absolute;
  top: 100%;
  width: unset;
  text-align: center;
  color: #787878;
  word-break: keep-all;
  padding: 10px 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.cart-steps-icon .hex-wrapper .hexagon_image {
  background: #787878;
}
.cart-steps-icon .hex-wrapper.active .hexagon_image {
  background: #A40000;
}
.cart-steps-icon .hex-wrapper.active .hexagon_text {
  color: #A40000;
}
@media screen and (max-width: 991px) {
  .cart-steps-icon {
    padding: 25px 0 50px 0;
    width: 94%;
    margin: auto;
  }
  .cart-steps-icon .divider-line:first-child, .cart-steps-icon .divider-line:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cart-steps-icon {
    width: 90%;
  }
}

/*--------------------------------------------------------------------
C:	color
-------------------------------------------------------------------*/
.bg-blue {
  background-color: #1876f2;
}

.bg-green {
  background-color: #21ba4e;
}

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

/*--------------------------------------------------------------------
D:	divider
-------------------------------------------------------------------*/
.divider-line {
  padding-top: 0;
  padding-bottom: 1px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.divider-line:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #efefef;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .divider-line {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.divider-w-word {
  padding: 10px 0;
  font-size: 0.9375rem;
  text-align: center;
  position: relative;
}
.divider-w-word::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e7cfe5;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.divider-w-word span {
  padding: 0 10px;
  background-color: #fdfae2;
  color: #A40000;
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------------
F:	fixed bottom bar 底部固定區塊
-------------------------------------------------------------------*/
.fixed-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 55px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*--------------------------------------------------------------------
F:	form
-------------------------------------------------------------------*/
.form-style .checkbox-w-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  color: #121212;
}
.form-style .checkbox-w-text .checkbox-custom {
  margin-right: 10px;
}
.form-style .checkbox-w-text a {
  text-decoration: underline;
  color: #121212;
}
.form-style .checkbox-custom input {
  display: none;
}
.form-style .checkbox-custom input:checked ~ .checkbox-icon .fa {
  opacity: 1;
}
.form-style .checkbox-custom .checkbox-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #A40000;
  border-radius: 5px;
  position: relative;
}
.form-style .checkbox-custom .checkbox-icon .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #A40000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-style .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4%;
  margin-bottom: 3%;
}
.form-style .radio-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
.form-style .radio-custom:not(:first-child) {
  margin-left: 30px;
}
.form-style .radio-custom input {
  display: none;
}
.form-style .radio-custom input:checked ~ .radio-icon {
  border-color: #A40000;
  background-color: transparent;
}
.form-style .radio-custom input:checked ~ .radio-icon::before {
  opacity: 1;
}
.form-style .radio-custom input:checked ~ .text {
  color: #A40000;
}
.form-style .radio-custom .radio-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: rgba(120, 120, 120, 0.2);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-style .radio-custom .radio-icon::before {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: #A40000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-style .radio-custom .text {
  font-weight: 600;
  color: rgba(120, 120, 120, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-style .form-dress-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-style .form-dress-group .twzipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-style .form-dress-group .form-select {
  min-width: 125px;
  width: calc(100% / 2);
  margin-right: 10px;
}
.form-style .form-dress-group .form-control {
  padding: 0 20px;
}
.form-style .form-dress-group input.form-control {
  width: calc(100% - (125px * 2));
}
.form-style .datepicker-timeline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-style .datepicker-timeline-wrapper .form-title {
  margin-right: 10px;
}
.form-style .datepicker-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-style .datepicker-timeline .form-control.with-border:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-style .datepicker-timeline .form-control.with-border:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-style .datepicker-timeline .datepicker-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 44px;
  background-color: #efefef;
  position: relative;
}
.form-style .datepicker-timeline .datepicker-divider::before {
  content: "...";
  letter-spacing: 2px;
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 37%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #787878;
}
.form-style .form-item.with-unit {
  position: relative;
}
.form-style .form-item.with-unit .unit {
  font-size: 0.875rem;
  font-weight: 600;
  color: #121212;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-style .toggle-custom input {
  display: none;
}
.form-style .toggle-custom input:checked ~ .toggle-icon-wrapper {
  border-color: #A40000;
  background-color: #fff;
}
.form-style .toggle-custom input:checked ~ .toggle-icon-wrapper .toggle-icon {
  position: absolute;
  left: calc((100% / 2) - 2px);
  background-color: #A40000;
}
.form-style .toggle-custom input:checked ~ .toggle-icon-wrapper .toggle-icon::before {
  opacity: 1;
}
.form-style .toggle-custom .toggle-icon-wrapper {
  display: inline-block;
  width: 55px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #787878;
  position: relative;
  background-color: #787878;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-style .toggle-custom .toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  width: calc(30px - 6px);
  height: calc(30px - 6px);
  border-radius: 50%;
  background-color: #efefef;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-style .toggle-custom .toggle-icon-wrapper .toggle-icon::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------------
H:	hexagon
-------------------------------------------------------------------*/
.hexagon-shape {
  width: 80px;
  height: 46px;
  -webkit-transform: translateX(-12.5px) rotate(120deg);
          transform: translateX(-12.5px) rotate(120deg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.hexagon-shape .hexagon_inside {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  overflow: hidden;
}
.hexagon-shape .hexagon_inside .hexagon_image {
  width: 100%;
  height: 100%;
  background: #787878;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  visibility: visible;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*--------------------------------------------------------------------
I:	清單 item  樣式
-------------------------------------------------------------------*/
.item-wrap-simple {
  color: #787878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-wrap-simple .title {
  padding-right: 15px;
  word-break: keep-all;
  position: relative;
  margin-bottom: 0;
}
.item-wrap-simple .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1em;
  background: #efefef;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.item-style-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-style-icon .item-col-icon {
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.1em;
}
.item-style-icon .item-col-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 0.2rem;
  color: #727171;
  line-height: 1.4;
}
.item-style-icon + .item-style-icon {
  margin-top: 5px;
}

/*--------------------------------------------------------------------
L:	list
-------------------------------------------------------------------*/
.list-simple {
  margin: 20px 0;
}
.list-simple .extra-info {
  color: #A40000;
  white-space: normal;
  font-size: 14px;
}
.list-simple .list-item,
.list-simple .list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 15px;
}
.list-simple .list-title {
  background: #A40000;
  font-weight: bold;
  color: #fff;
}
.list-simple .list-item {
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.list-simple .list-item + .list-item {
  background: #efefef;
  border-top: 0;
}
.list-simple .list-title-mobile {
  display: none;
}

.list-panel {
  padding: 35px 30px;
  border-radius: 10px;
  border: 10px solid #efefef;
}
.list-panel .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-panel .list-item:not(:last-child) {
  margin-bottom: 10px;
}
.list-panel .list-title,
.list-panel .list-text {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.list-panel .list-title {
  min-width: 90px;
  margin-right: 20px;
  color: #121212;
}
.list-panel .list-text {
  color: #666;
}
@media screen and (max-width: 575px) {
  .list-panel {
    padding: 20px 15px;
  }
}

/*--------------------------------------------------------------------
M:	Media box 媒體輪播
-------------------------------------------------------------------*/
.media-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media-box .box-main {
  position: relative;
  position: relative;
}
.media-box .box-main:after {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
}
.media-box .box-main .pic-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.media-box .box-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-box .pic-rail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.media-box .pic-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 4);
      flex-basis: calc(100% / 4);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.media-box .pic-wrap:after {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
}
.media-box .pic-wrap img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  max-width: calc(100% - 6px);
}
.media-box .pic-wrap.active img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  border: 1px solid #A40000;
}
.media-box .pic-prev,
.media-box .pic-next {
  width: 46px;
  padding-top: 46px;
  height: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
  position: relative;
}
.media-box .pic-prev .icon,
.media-box .pic-next .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  text-align: center;
}
.media-box.box--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.media-box.box--horizontal .box-main {
  -ms-flex-preferred-size: 86%;
      flex-basis: 86%;
  max-width: 86%;
}
.media-box.box--horizontal .box-opt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  max-width: 14%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.media-box.box--horizontal .pic-rail {
  max-width: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media-box.box--horizontal .pic-prev,
.media-box.box--horizontal .pic-next {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
.media-box.box--column .pic-wrap img {
  max-width: 90%;
}
.media-box.box--controller2 .pic-prev,
.media-box.box--controller2 .pic-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: #fff;
}
.media-box.box--controller2 .pic-prev .icon,
.media-box.box--controller2 .pic-next .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.media-box.box--controller2 .pic-next .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.media-box.box--controller2 .pic-next .icon:hover {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
}
.media-box.box--controller2 .pic-prev .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.media-box.box--controller2 .pic-prev .icon:hover {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
}
.media-box.box--controller2 .pic-prev {
  left: 25px;
}
.media-box.box--controller2 .pic-prev .icon {
  background: rgba(255, 255, 255, 0.4);
}
.media-box.box--controller2 .pic-next {
  right: 25px;
}
.media-box.box--controller2 .pic-next .icon {
  background: #A40000;
  opacity: 0.6;
}
.media-box.box--custom-style .pic-main {
  max-width: 95%;
  border-radius: 13px;
}
.media-box.box--custom-style .icon-360 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-box.box--custom-style .inner {
  width: 100%;
  background: #fff;
  border-radius: 12px;
}
.media-box.box--custom-style .pic-wrap img {
  border-radius: 12px;
  max-width: 100%;
  border: 1px solid transparent;
}
.media-box.box--custom-style .pic-wrap:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.media-box.box--custom-style .pic-next i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.media-box.box--custom-style .pic-prev i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--------------------------------------------------------------------
P:	page title
-------------------------------------------------------------------*/
.page-title {
  text-align: center;
  padding: 30px 20px;
  margin: 20px 0 60px 0;
  position: relative;
  font-size: 5rem;
  font-weight: bold;
  color: #1d73c8;
  letter-spacing: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-title:before {
  content: attr(data-sup);
  font-size: 0.5em;
  color: #ccc;
  text-transform: capitalize;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  background: #1d73c8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 3px;
}

/*--------------------------------------------------------------------
P:	panel
-------------------------------------------------------------------*/
.login-panel {
  max-width: 80%;
  margin: 0 auto 7% auto;
  padding: 50px 0;
  border-radius: 50px;
  background-color: #fdfae2;
  position: relative;
}
.login-panel::before, .login-panel::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.login-panel::before {
  width: 13.5%;
  height: 0;
  padding-bottom: 30%;
  overflow: hidden;
  background: url("/assets/images/icons/chef.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -27px;
  left: 9%;
  z-index: 2;
}
.login-panel::after {
  width: 20.6%;
  height: 0;
  padding-bottom: 24%;
  overflow: hidden;
  background: url("/assets/images/icons/hot_pot.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -30px;
  right: 7%;
}
.login-panel .form-style {
  max-width: 320px;
  margin: 0 auto;
}

.print-block {
  padding: 30px 30px 50px 30px;
  border-bottom: 1px dotted #efefef;
  background-color: #fff;
}
.print-block .print-title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
}
.print-block .print-table {
  width: 100%;
  margin: 20px 0;
  font-size: 0.875rem;
}
.print-block .print-table.with-border th,
.print-block .print-table.with-border td {
  border-bottom: 1px solid #efefef;
  text-align: center;
}
.print-block .print-table.with-border th {
  font-size: 1.125rem;
  font-weight: 600;
  color: #121212;
}
.print-block .print-table.with-border td {
  font-size: 1rem;
  color: #121212;
}
.print-block .print-table .subject {
  color: #121212;
}
.print-block .print-table .val {
  color: #787878;
}
.print-block .print-text-editor {
  margin: 30px 0;
  font-size: 0.9375rem;
  color: #787878;
}
.print-block .print-editor-content {
  padding-left: 30px;
}
.print-block .tip-title,
.print-block .tip {
  font-size: 0.9375rem;
  text-align: left;
}
.print-block .tip-title {
  font-weight: 600;
  color: #787878;
}
.print-block .page-copyright {
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  color: #121212;
}

@media print {
  .print-block {
    padding: 30px 30px 50px 30px;
    border-bottom: 1px dotted #efefef;
    background-color: #fff;
    page-break-after: always;
  }
  .print-block .print-title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 600;
  }
  .print-block .print-table {
    width: 100%;
    margin: 20px 0;
    font-size: 0.875rem;
  }
  .print-block .print-table.with-border th,
.print-block .print-table.with-border td {
    border-bottom: 1px solid #efefef;
    text-align: center;
  }
  .print-block .print-table.with-border th {
    font-size: 1.125rem;
    font-weight: 600;
    color: #121212;
  }
  .print-block .print-table.with-border td {
    font-size: 1rem;
    color: #121212;
  }
  .print-block .print-table .subject {
    color: #121212;
  }
  .print-block .print-table .val {
    color: #787878;
  }
  .print-block .print-text-editor {
    margin: 30px 0;
    font-size: 0.9375rem;
    color: #787878;
  }
  .print-block .print-editor-content {
    padding-left: 30px;
  }
  .print-block .tip-title,
.print-block .tip {
    font-size: 0.9375rem;
    text-align: left;
  }
  .print-block .tip-title {
    font-weight: 600;
    color: #787878;
  }
  .print-block .page-copyright {
    margin-top: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    color: #121212;
  }
}
/*--------------------------------------------------------------------
	Padding Box
-------------------------------------------------------------------*/
.padding-box-square {
  padding-top: 100%;
  position: relative;
}
.padding-box-square img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.padding-box-circle {
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
}
.padding-box-circle img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*--------------------------------------------------------------------
	play btn
-------------------------------------------------------------------*/
.play-btn {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/assets/images/icon/play.png") no-repeat;
  cursor: pointer;
  background-size: 70%;
  background-position: center;
}

/*--------------------------------------------------------------------
	Section 區塊
-------------------------------------------------------------------*/
.section-simple .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.section-simple .section-title {
  font-size: 28px;
  color: #A40000;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .section-simple .section-title {
    font-size: 22px;
  }
}
.section-simple .section-content {
  background: #fff;
  padding: 30px 25px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 767px) {
  .section-simple .section-content {
    padding: 20px 15px;
  }
}

/*--------------------------------------------------------------------
M:	Mobile
-------------------------------------------------------------------*/
.mobile-checkout-bar {
  display: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
.mobile-checkout-bar .mobile-checkout-info {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 1.4% 5px 1.4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile-checkout-bar .grand-total-currency {
  color: #A40000;
}
.mobile-checkout-bar .grand-total-num {
  color: #A40000;
  font-size: 24px;
}
.mobile-checkout-bar .mobile-checkout-btn {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mobile-checkout-bar .btn-checkout {
  width: 100%;
  height: 100%;
  background: #A40000;
  color: #fff;
  border-radius: 0;
}
.mobile-checkout-bar .btn-checkout:active {
  background: #710000;
}
@media screen and (max-width: 575px) {
  .mobile-checkout-bar .mobile-checkout-info {
    font-size: 14px;
  }
  .mobile-checkout-bar .grand-total-num {
    font-size: 18px;
  }
}

.mobile-subheader {
  background: #FDFAE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.mobile-subheader .mobile-subheader-title {
  margin-bottom: 0;
}
.mobile-subheader .mobile-subheader-left {
  width: 30px;
}
.mobile-subheader .mobile-subheader-right {
  width: 30px;
}
.mobile-subheader i {
  color: #A40000;
  font-size: 24px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-cart.mobile-use {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #A40000;
  font-size: 34px;
  position: fixed;
  right: calc(5% + -8px);
  bottom: 150px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
  color: #A40000;
}
.link-cart.mobile-use::before {
  content: attr(data-num);
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  background-color: #A40000;
  color: #fff;
  width: 20px;
  height: 20px;
  right: -8px;
  top: 0px;
}
.link-cart.mobile-use .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1480px) {
  .link-cart.mobile-use {
    display: block;
  }
}

/*--------------------------------------------------------------------
T:	Table
-------------------------------------------------------------------*/
.custom-table {
  text-align: center;
}
.custom-table td {
  vertical-align: middle;
}
.custom-table thead {
  background: #A40000;
  color: #fff;
}
.custom-table tbody tr {
  background: #fff;
}
.custom-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.common-table {
  text-align: center;
}
.common-table.bg-detailed thead th {
  border-top: 1px solid rgba(120, 120, 120, 0.2);
  border-bottom: 1px solid rgba(120, 120, 120, 0.2);
  font-weight: 600;
  font-size: 1rem;
  background-color: #efefef;
  color: #121212;
}
.common-table.bg-detailed thead th:first-child {
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  border-top-left-radius: 5px;
}
.common-table.bg-detailed thead th:last-child {
  border-right: 1px solid rgba(120, 120, 120, 0.2);
  border-top-right-radius: 5px;
}
.common-table.bg-detailed tbody tr:first-child td {
  border-bottom-left-radius: 5px;
}
.common-table.bg-detailed tbody tr:last-child td {
  border-bottom-right-radius: 5px;
}
.common-table.bg-detailed tbody td {
  border-bottom: 1px solid rgba(120, 120, 120, 0.2) !important;
  padding: 5px 10px !important;
  background-color: #fff;
}
.common-table.bg-detailed tbody td:first-child {
  border-left: 1px solid rgba(120, 120, 120, 0.2);
}
.common-table.bg-detailed tbody td:last-child {
  border-right: 1px solid rgba(120, 120, 120, 0.2);
}
.common-table.with-total thead th {
  font-size: 1rem;
  background-color: #e38c28;
}
.common-table.with-total tfoot td {
  background-color: transparent;
}
.common-table.with-total tfoot td:nth-child(2) {
  text-align: right;
}
.common-table.with-total .table-hr td {
  padding: 0;
  border-top: 1px solid #A40000;
}
.common-table.with-total td {
  font-size: 0.9375rem;
  text-shadow: 0 0 0 #121212;
  color: #121212;
}
.common-table.with-total p {
  margin-bottom: 0;
}
.common-table.with-total .total-num .num {
  margin-left: 5px;
  font-size: 1.375rem;
  color: #A40000;
}
.common-table th {
  font-size: 1rem;
  color: #fff;
}
.common-table td {
  border: none;
  font-size: 0.9375rem;
  vertical-align: middle;
  background-color: #efefef;
  color: #121212;
}
.common-table thead {
  background: #A40000;
  color: #fff;
}
.common-table tbody tr {
  background: transparent;
}
.common-table .table-divider td {
  height: 5px;
  padding: 0;
  background-color: transparent;
}
.common-table .btn-solid {
  width: 80px;
  height: 30px;
  margin: 5px auto 0 auto;
  border-radius: 15px;
  line-height: 30px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------------
T:	Tab
-------------------------------------------------------------------*/
.tab-pills {
  max-width: 100%;
  width: 400px;
  height: 65px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.tab-pills .nav-item {
  width: 50%;
  height: 100%;
}
.tab-pills .nav-item:not(:last-child) .nav-link {
  border-right: 1px solid #A40000;
}
.tab-pills .nav-item:first-child .nav-link {
  border-left: 3px solid #A40000;
  border-radius: 65px 0 0 65px;
}
.tab-pills .nav-item:last-child .nav-link {
  border-right: 3px solid #A40000;
  border-radius: 0 65px 65px 0;
}
.tab-pills .nav-item.rounded .nav-link {
  border-radius: 65px;
}
.tab-pills .nav-link {
  display: block;
  height: 100%;
  line-height: 62px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border-top: 3px solid #A40000;
  border-bottom: 3px solid #A40000;
  font-size: 1.25rem;
  font-weight: 600;
  color: #A40000;
}
.tab-pills .nav-link.active {
  font-weight: 500;
  background: #A40000;
  color: #fff;
}

.tab-cart {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-cart .nav-item:not(:first-child) .nav-link, .tab-cart .nav-item:not(:last-child) .nav-link {
  border-radius: 0;
}
.tab-cart .nav-item:not(:first-child) .nav-link {
  border-left: 1px solid #A40000;
}
.tab-cart .nav-item:first-child .nav-link {
  border-left: 2px solid #A40000;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
}
.tab-cart .nav-item:last-child .nav-link {
  border-right: 2px solid #A40000;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
}
.tab-cart .nav-link {
  min-width: 90px;
  padding: 5px 16px;
  border-top: 2px solid #A40000;
  border-bottom: 2px solid #A40000;
  text-align: center;
}
.tab-cart .nav-link:not(.active) {
  color: #A40000;
}
.tab-cart .nav-link.active {
  background-color: #A40000;
}

/*--------------------------------------------------------------------
T:	Text
-------------------------------------------------------------------*/
.tip {
  text-align: center;
  font-size: 0.9375rem;
  color: #121212;
}
.tip a {
  text-decoration: underline;
  color: #A40000;
}

/*--------------------------------------------------------------------
O:	Other
-------------------------------------------------------------------*/
.with-bg-dec {
  background: url("/assets/images/background/news.png") no-repeat;
  background-position: center bottom;
}

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

/*
 *
 * Shopping 相關頁面
 * 順序 : A - Z
 * 名稱 : 同 HTML 檔名
 *
 */
/*********************************
    Shopping 共用
**********************************/
.p-cart {
  /*--------------------------------------------------------------------
        Hexagon 六角形
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        清單
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        Summary List
    --------------------------------------------------------------------*/
}
.p-cart #AC {
  color: transparent;
}
.p-cart .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .p-cart .container {
    max-width: 100%;
  }
}
.p-cart .cart-steps-icon {
  padding: 10px 0;
  margin-bottom: 8%;
  margin-top: 5%;
}
@media screen and (max-width: 991px) {
  .p-cart .cart-steps-icon {
    padding: 10px 0 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .p-cart .cart-steps-icon {
    padding: 10px 0 55px 0;
  }
  .p-cart .cart-steps-icon .hex-wrapper .hexagon_text {
    width: 78px;
    word-break: break-word;
  }
}
@media screen and (max-width: 767px) {
  .p-cart .cart-steps-icon {
    display: none;
  }
}
.p-cart .list-simple .list-item,
.p-cart .list-simple .list-title,
.p-cart .list-grid-transform .list-item,
.p-cart .list-grid-transform .list-title {
  padding-left: 20px;
  padding-right: 25px;
}
.p-cart .summary-item {
  padding: 0px 0px 5px;
  max-width: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-cart .title {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .p-cart .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*********************************
    cart_step1
**********************************/
.p-cart-step1 {
  /*------------------------------------------
        Icon 設定
    --------------------------------------------*/
  /*------------------------------------------
        Icon
    --------------------------------------------*/
  /*--------------------------------------------------------------------
        產品清單
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        折扣券清單
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        配送、總計
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        Footer
    --------------------------------------------------------------------*/
}
.p-cart-step1 .fa-trash-o {
  font-size: 25px;
  cursor: pointer;
  color: #787878;
}
.p-cart-step1 .list-item .item-status .custom-control {
  margin-left: 0.4em;
}
.p-cart-step1 .list-item .item-delete {
  padding-right: 0.4em;
  color: #787878;
}
@media screen and (max-width: 767px) {
  .p-cart-step1 .list-item .item-status .custom-control {
    margin-left: 0;
  }
}
.p-cart-step1 .sect-content {
  margin: 0 0 5.5% 0;
}
@media screen and (max-width: 767px) {
  .p-cart-step1 .sect-content {
    margin: 0;
  }
}
.p-cart-step1 .fixed-bottom-bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cart-step1 .fixed-bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-cart-step1 .lists-orders {
  /*------------------------------------------
          標題列 + 內容列
      --------------------------------------------*/
  /*------------------------------------------
          內容列
      --------------------------------------------*/
}
.p-cart-step1 .lists-orders .item-status {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  max-width: 5%;
}
.p-cart-step1 .lists-orders .mobile-grid-control {
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-cart-step1 .lists-orders .item-title {
  -ms-flex-preferred-size: calc(40 / 95 * 100%);
      flex-basis: calc(40 / 95 * 100%);
  max-width: calc(40 / 95 * 100%);
}
.p-cart-step1 .lists-orders .item-price {
  -ms-flex-preferred-size: calc(15 / 95 * 100%);
      flex-basis: calc(15 / 95 * 100%);
  max-width: calc(15 / 95 * 100%);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
}
.p-cart-step1 .lists-orders .item-amt {
  -ms-flex-preferred-size: calc(20 / 95 * 100%);
      flex-basis: calc(20 / 95 * 100%);
  max-width: calc(20 / 95 * 100%);
  text-align: center;
}
.p-cart-step1 .lists-orders .input-group-calc {
  width: 80%;
  margin: auto;
}
.p-cart-step1 .lists-orders .item-subtotal {
  -ms-flex-preferred-size: calc(10 / 95 * 100%);
      flex-basis: calc(10 / 95 * 100%);
  max-width: calc(10 / 95 * 100%);
  text-align: right;
}
.p-cart-step1 .lists-orders .item-delete {
  -ms-flex-preferred-size: calc(10 / 95 * 100%);
      flex-basis: calc(10 / 95 * 100%);
  max-width: calc(10 / 95 * 100%);
  text-align: right;
}
.p-cart-step1 .lists-orders .item-status {
  -webkit-box-flex: 5%;
      -ms-flex: 5%;
          flex: 5%;
  min-width: 5%;
}
.p-cart-step1 .lists-orders .item-status .no-label {
  width: 0;
  height: 0;
  overflow: hidden;
}
.p-cart-step1 .lists-orders .list-item .item-subtotal {
  color: #A40000;
}
.p-cart-step1 .lists-orders .list-item .item-title .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #121212;
}
.p-cart-step1 .lists-orders .list-item .item-title .name:hover {
  text-decoration: none;
}
.p-cart-step1 .lists-orders .list-item .item-title .name .text {
  margin-right: 5px;
}
.p-cart-step1 .lists-orders .list-item .org {
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: line-through;
  color: #787878;
  word-break: keep-all;
  white-space: nowrap;
  margin: 0 5px;
}
.p-cart-step1 .lists-orders .list-item .dis {
  display: inline-block;
  margin: 0 5px;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .p-cart-step1 .lists-orders .item-amt .item-amt-wrap {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-cart-step1 .lists-orders .item-status {
    -ms-flex-preferred-size: 35px;
        flex-basis: 35px;
    max-width: 35px;
  }
  .p-cart-step1 .lists-orders .mobile-grid-control {
    -ms-flex-preferred-size: calc(100% - 35px);
        flex-basis: calc(100% - 35px);
    max-width: calc(100% - 35px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-cart-step1 .lists-orders .item-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 5px;
  }
  .p-cart-step1 .lists-orders .item-title .text {
    width: 100%;
    padding-right: 15px;
    line-height: 1.3;
    height: 2.6em;
    max-height: 2.6em;
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /*!autoprefixer:off*/
    -webkit-box-orient: vertical;
    /*autoprefixer:on*/
    display: -webkit-inline-box;
  }
  .p-cart-step1 .lists-orders .item-price {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-cart-step1 .lists-orders .item-price .dis {
    margin: 0;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-cart-step1 .lists-orders .item-price .org {
    margin: 0;
  }
  .p-cart-step1 .lists-orders .item-amt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .p-cart-step1 .lists-orders .item-amt .input-group-calc {
    margin-right: 0;
  }
  .p-cart-step1 .lists-orders .item-subtotal {
    display: none;
  }
  .p-cart-step1 .lists-orders .item-delete {
    position: absolute;
    right: 15px;
    top: 5px;
  }
  .p-cart-step1 .lists-orders .item-delete i {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .p-cart-step1 .lists-orders .item-amt .input-group-calc {
    width: 100%;
  }
}
.p-cart-step1 .lists-bonus {
  /*------------------------------------------
          標題列 + 內容列
      --------------------------------------------*/
  /*------------------------------------------
          內容列
      --------------------------------------------*/
}
.p-cart-step1 .lists-bonus .item-status {
  -webkit-box-flex: 5%;
      -ms-flex: 5%;
          flex: 5%;
  max-width: 5%;
}
.p-cart-step1 .lists-bonus .item-status .no-label {
  width: 0;
  height: 0;
  overflow: hidden;
}
.p-cart-step1 .lists-bonus .mobile-grid-control {
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cart-step1 .lists-bonus .item-name {
  -ms-flex-preferred-size: calc(30 / 95 * 100%);
      flex-basis: calc(30 / 95 * 100%);
  max-width: calc(30 / 95 * 100%);
  text-align: left;
}
.p-cart-step1 .lists-bonus .item-code {
  -ms-flex-preferred-size: calc(25 / 95 * 100%);
      flex-basis: calc(25 / 95 * 100%);
  max-width: calc(25 / 95 * 100%);
  text-align: center;
}
.p-cart-step1 .lists-bonus .item-amt {
  -ms-flex-preferred-size: calc(25 / 95 * 100%);
      flex-basis: calc(25 / 95 * 100%);
  max-width: calc(25 / 95 * 100%);
  text-align: center;
}
.p-cart-step1 .lists-bonus .item-deadline {
  -ms-flex-preferred-size: calc(20 / 95 * 100%);
      flex-basis: calc(20 / 95 * 100%);
  max-width: calc(20 / 95 * 100%);
  text-align: right;
}
.p-cart-step1 .lists-bonus .list-item:last-child .item-deadline {
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .p-cart-step1 .lists-bonus .item-status {
    -webkit-box-flex: 35px;
        -ms-flex: 35px;
            flex: 35px;
    max-width: 35px;
  }
  .p-cart-step1 .lists-bonus .mobile-grid-control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: calc(100% - 35px);
        flex-basis: calc(100% - 35px);
    max-width: calc(100% - 35px);
  }
  .p-cart-step1 .lists-bonus .item-name,
.p-cart-step1 .lists-bonus .item-code,
.p-cart-step1 .lists-bonus .item-amt,
.p-cart-step1 .lists-bonus .item-deadline {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-cart-step1 .lists-bonus .item-name {
    font-weight: bold;
  }
  .p-cart-step1 .lists-bonus .item-code {
    text-align: right;
  }
  .p-cart-step1 .lists-bonus .item-code .form-control {
    margin-right: 0;
  }
  .p-cart-step1 .lists-bonus .item-amt {
    text-align: left;
  }
  .p-cart-step1 .lists-bonus .item-deadline {
    text-align: right;
  }
}
@media screen and (max-width: 575px) {
  .p-cart-step1 .lists-bonus .mobile-grid-control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-cart-step1 .lists-bonus .item-name {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .p-cart-step1 .lists-bonus .item-code {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    text-align: left;
  }
  .p-cart-step1 .lists-bonus .item-code .form-control {
    margin-left: 0;
  }
}
.p-cart-step1 .s-fee-and-delivery {
  /*--------------------------------------------------------------------
          Left
      --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
          收件地區
      --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
          Right
      --------------------------------------------------------------------*/
  /*------------------------------------------
          使用折扣
      --------------------------------------------*/
}
.p-cart-step1 .s-fee-and-delivery .num {
  color: #A40000;
}
.p-cart-step1 .s-fee-and-delivery .select-all {
  margin-bottom: 20px;
}
.p-cart-step1 .s-fee-and-delivery .divider-line {
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  margin: 2% 0;
}
.p-cart-step1 .s-fee-and-delivery .divider-line:after {
  border-bottom-color: #A40000;
  border-bottom-width: 2px;
}
.p-cart-step1 .s-fee-and-delivery .col-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-cart-step1 .s-fee-and-delivery .col-left .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.p-cart-step1 .s-fee-and-delivery .col-left .title {
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 0;
  word-break: keep-all;
}
.p-cart-step1 .s-fee-and-delivery .col-left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cart-step1 .s-fee-and-delivery .col-left .content .custom-control-inline {
  min-width: 60px;
}
.p-cart-step1 .s-fee-and-delivery .freight_location .custom-control {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cart-step1 .s-fee-and-delivery .col-left {
    margin-bottom: 20px;
  }
  .p-cart-step1 .s-fee-and-delivery .delivery-method {
    margin-bottom: 10px;
  }
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .title {
  display: none;
}
.p-cart-step1 .s-fee-and-delivery .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-cart-step1 .s-fee-and-delivery .col-right .summary-item {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .p-cart-step1 .s-fee-and-delivery .col-right .summary-item {
    margin-left: 0;
  }
}
.p-cart-step1 .s-fee-and-delivery .col-right .content {
  margin-left: auto;
  padding-left: 10px;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount {
  max-width: 330px;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .content {
  padding-left: 0;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .avalible_coin {
  border-bottom: 1px solid #787878;
  padding: 0 10px;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .input-use-coin {
  padding: 0;
  width: 60px;
  height: 1.1em;
  line-height: 1.2em;
  text-align: center;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #787878;
  max-width: 153px;
  margin: 0 3px;
  color: #A40000;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .input-use-coin::-webkit-input-placeholder {
  color: #A40000;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .input-use-coin::-moz-placeholder {
  color: #A40000;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .input-use-coin:-ms-input-placeholder {
  color: #A40000;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .input-use-coin::-ms-input-placeholder {
  color: #A40000;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .input-use-coin::placeholder {
  color: #A40000;
}
.p-cart-step1 .s-fee-and-delivery .coupon-discount .br {
  display: none;
}
@media screen and (max-width: 320px) {
  .p-cart-step1 .s-fee-and-delivery .coupon-discount .br {
    display: block;
  }
}
.p-cart-step1 .s-fee-and-delivery .grand-total .color-money {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-cart-step1 .s-fee-and-delivery .section-content {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .p-cart-step1 .s-fee-and-delivery .select-all,
.p-cart-step1 .s-fee-and-delivery .summary-item.subtotal,
.p-cart-step1 .s-fee-and-delivery .divider-line,
.p-cart-step1 .s-fee-and-delivery .row-lower {
    display: none;
  }
  .p-cart-step1 .s-fee-and-delivery .col-left .form-group,
.p-cart-step1 .s-fee-and-delivery .col-right .form-group {
    border: 1px solid #ccc;
    display: block !important;
    background: #fff;
  }
  .p-cart-step1 .s-fee-and-delivery .col-left .title,
.p-cart-step1 .s-fee-and-delivery .col-right .title {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0.4% 0;
    color: #A40000;
  }
  .p-cart-step1 .s-fee-and-delivery .col-left .title:after,
.p-cart-step1 .s-fee-and-delivery .col-right .title:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    margin-left: 0.5em;
  }
  .p-cart-step1 .s-fee-and-delivery .col-left .content,
.p-cart-step1 .s-fee-and-delivery .col-right .content {
    border-top: 1px solid #ccc;
    padding: 0.5em 20px;
    display: none;
  }
  .p-cart-step1 .s-fee-and-delivery .col-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .p-cart-step1 .s-fee-and-delivery .col-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .p-cart-step1 .s-fee-and-delivery .coupon-discount {
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
  }
  .p-cart-step1 .s-fee-and-delivery .coupon-discount .title {
    display: block;
    font-weight: bold;
  }
  .p-cart-step1 .s-fee-and-delivery .coupon-discount .content {
    width: 100%;
  }
  .p-cart-step1 .sect-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-cart-step1 ~ .footer {
    margin-bottom: 55px;
  }
}
.p-cart-step1 .tip {
  padding: 0;
  color: #A40000;
}

/*********************************
    cart_step2
**********************************/
.p-cart-step2 {
  /*--------------------------------------------------------------------
        小元件
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        地址套件
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        mobile-checkout-info
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        訂購人/ 收件人
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        訂購人
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        收件人
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        清單
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        金額費用
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        選項
    --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        修改資訊 Modal
    --------------------------------------------------------------------*/
}
.p-cart-step2 .context {
  position: relative;
}
.p-cart-step2 .fixed-bottom-bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cart-step2 .fixed-bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-cart-step2 .modal-title {
  font-size: 17px;
  font-weight: 600;
}
.p-cart-step2 .help-block {
  max-width: calc(100% - 95px);
  margin-left: auto;
  line-height: 1.3;
  margin-top: 3px;
}
@media screen and (max-width: 575px) {
  .p-cart-step2 .help-block {
    margin-left: 0;
  }
}
.p-cart-step2 .item-wrap-simple {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-cart-step2 .item-wrap-simple .title {
  display: inline-block;
  position: relative;
  -ms-flex-preferred-size: 95px;
      flex-basis: 95px;
  max-width: 95px;
}
.p-cart-step2 .item-wrap-simple .context {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  -ms-flex-preferred-size: calc(100% - 95px);
      flex-basis: calc(100% - 95px);
  max-width: calc(100% - 95px);
}
.p-cart-step2 .mobile-subheader {
  margin-bottom: 4%;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cart-step2 .mobile-subheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-cart-step2 .sect-content {
  margin: 7.3% 0 5.5% 0;
}
@media screen and (max-width: 767px) {
  .p-cart-step2 .sect-content {
    margin: 0;
  }
}
.p-cart-step2 .twzipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .p-cart-step2 #twzipcode {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .p-cart-step2 #twzipcode [data-style=form-control] {
    width: calc(92% / 3);
  }
  .p-cart-step2 #twzipcode [data-style=form-control] .form-control {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-cart-step2 #twzipcode [data-style=form-control] {
    width: calc(97% / 3);
  }
}
@media screen and (max-width: 375px) {
  .p-cart-step2 #twzipcode input,
.p-cart-step2 #twzipcode select {
    min-height: 38px;
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.p-cart-step2 .mobile-checkout-info {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-cart-step2 .s-orderer,
.p-cart-step2 .s-recipient {
  color: #787878;
  margin-bottom: 25px;
  line-height: 1;
}
.p-cart-step2 .s-orderer .section-content,
.p-cart-step2 .s-recipient .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-cart-step2 .s-orderer .section-content {
  border: 1px solid #787878;
}
@media screen and (max-width: 991px) {
  .p-cart-step2 .s-orderer .col-item + .col-item {
    margin-top: 25px;
  }
  .p-cart-step2 .s-orderer .item-wrap-simple {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .p-cart-step2 .item-wrap-simple .title {
    margin-bottom: 10px;
    border: 0;
    font-weight: bold;
  }
  .p-cart-step2 .item-wrap-simple .context {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
.p-cart-step2 .s-orderer.unlogined .col-orderer-name,
.p-cart-step2 .s-orderer.unlogined .col-orderer-mobile,
.p-cart-step2 .s-orderer.unlogined .col-orderer-email {
  -ms-flex-preferred-size: calc(94% / 3);
      flex-basis: calc(94% / 3);
  max-width: calc(94% / 3);
}
.p-cart-step2 .s-orderer.unlogined .col-orderer-addr {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-top: 25px;
}
.p-cart-step2 .s-orderer.unlogined .col-orderer-addr .context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cart-step2 .s-orderer.unlogined .twzipcode {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  padding-right: 0.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-cart-step2 .s-orderer.unlogined .twzipcode [data-name] {
  -ms-flex-preferred-size: calc(97% / 3);
      flex-basis: calc(97% / 3);
}
@media screen and (max-width: 991px) {
  .p-cart-step2 .s-orderer.unlogined .col-orderer-name,
.p-cart-step2 .s-orderer.unlogined .col-orderer-mobile,
.p-cart-step2 .s-orderer.unlogined .col-orderer-email {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .p-cart-step2 .s-orderer.unlogined .col-orderer-addr .context {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-cart-step2 .s-orderer.unlogined .col-orderer-addr {
    padding-top: 0;
  }
  .p-cart-step2 .s-orderer.unlogined .orderer-twzipcode {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.p-cart-step2 .s-orderer.logined .col-orderer-addr {
  padding-top: 25px;
}
@media screen and (max-width: 991px) {
  .p-cart-step2 .s-orderer.logined .col-orderer-addr {
    padding-top: 0px;
  }
}
.p-cart-step2 .s-recipient .section-content {
  border: 1px solid #A40000;
}
.p-cart-step2 .s-recipient .auto-fill {
  margin: 0 20px;
}
@media screen and (max-width: 991px) {
  .p-cart-step2 .s-recipient .col-item + .col-item {
    margin-top: 25px;
  }
  .p-cart-step2 .s-recipient .item-wrap-simple {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .p-cart-step2 .s-recipient .item-wrap-simple .form-control {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .p-cart-step2 .s-recipient .item-wrap-simple .title {
    margin-bottom: 10px;
    border: 0;
  }
  .p-cart-step2 .s-recipient .item-wrap-simple .context {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
.p-cart-step2 .s-recipient.unlogined .col-recipient-name,
.p-cart-step2 .s-recipient.unlogined .col-recipient-mobile,
.p-cart-step2 .s-recipient.unlogined .col-recipient-email {
  -ms-flex-preferred-size: calc(94% / 3);
      flex-basis: calc(94% / 3);
  max-width: calc(94% / 3);
}
.p-cart-step2 .s-recipient.unlogined .col-recipient-addr {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-top: 25px;
}
.p-cart-step2 .s-recipient.unlogined .col-recipient-addr .context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cart-step2 .s-recipient.unlogined .twzipcode {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  padding-right: 0.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-cart-step2 .s-recipient.unlogined .twzipcode [data-name] {
  -ms-flex-preferred-size: calc(97% / 3);
      flex-basis: calc(97% / 3);
}
@media screen and (max-width: 991px) {
  .p-cart-step2 .s-recipient.unlogined .col-recipient-name,
.p-cart-step2 .s-recipient.unlogined .col-recipient-mobile,
.p-cart-step2 .s-recipient.unlogined .col-recipient-email {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .p-cart-step2 .s-recipient.unlogined .col-recipient-addr {
    padding-top: 0;
  }
  .p-cart-step2 .s-recipient.unlogined .col-recipient-addr .context {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-cart-step2 .s-recipient.unlogined .recipient-twzipcode {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.p-cart-step2 .s-recipient.logined .section-content {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-cart-step2 .s-recipient.logined .col-info-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-cart-step2 .s-recipient.logined .col-recipient-addr {
  padding-top: 25px;
}
.p-cart-step2 .s-recipient.logined .col-info-edit {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: 20%;
  min-width: 85px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #A40000;
}
.p-cart-step2 .s-recipient.logined .btn-edit-info {
  min-width: 70px;
}
.p-cart-step2 .s-recipient.logined .item-wrap-simple .context {
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .p-cart-step2 .s-recipient.logined .col-recipient-addr {
    padding-top: 0;
  }
  .p-cart-step2 .s-recipient.logined .col-recipient-email {
    padding-top: 0;
  }
}
.p-cart-step2 .lists-orders .item-title {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  text-align: left;
}
.p-cart-step2 .lists-orders .item-title .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-cart-step2 .lists-orders .item-title .text {
  margin-right: 5px;
}
.p-cart-step2 .lists-orders .item-price {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  text-align: right;
}
.p-cart-step2 .lists-orders .item-price .org {
  font-size: 0.875rem;
  text-decoration: line-through;
  color: #787878;
}
.p-cart-step2 .lists-orders .item-amt {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  color: #121212;
  text-align: center;
}
.p-cart-step2 .lists-orders .item-subtotal {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  text-align: right;
  color: #A40000;
}
.p-cart-step2 .lists-orders .list-title {
  padding: 5px 35px 5px 15px;
  color: #fff;
}
.p-cart-step2 .lists-orders .list-title .item-amt {
  color: #fff;
}
.p-cart-step2 .lists-orders .list-title .item-subtotal {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cart-step2 .lists-orders .item-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .p-cart-step2 .lists-orders .item-price {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-width: 38%;
    text-align: left;
  }
  .p-cart-step2 .lists-orders .item-price .dis {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-cart-step2 .lists-orders .item-amt {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
    padding: 0 4%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-cart-step2 .lists-orders .item-subtotal {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-width: 38%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.p-cart-step2 .s-fee-and-points {
  margin-bottom: 25px;
}
.p-cart-step2 .s-fee-and-points .divider-line {
  margin: 2% 0;
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
.p-cart-step2 .s-fee-and-points .divider-line:after {
  border-bottom-color: #A40000;
  border-bottom-width: 2px;
}
.p-cart-step2 .s-fee-and-points .summary-item.grand-total {
  padding: 0;
}
.p-cart-step2 .s-fee-and-points .grand-total .color-money {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-cart-step2 .s-fee-and-points {
    display: none;
  }
  .p-cart-step2 .s-fee-and-points .divider-line {
    padding: 10px 0;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  .p-cart-step2 .summary-item {
    padding: 0px 0px 10px;
  }
  .p-cart-step2 .col-left {
    margin-bottom: 0px;
  }
}
.p-cart-step2 .s-options .help-block {
  margin-left: 0;
}
.p-cart-step2 .s-options .ivc-2-detail,
.p-cart-step2 .s-options .ivc-3-detail,
.p-cart-step2 .s-options .pay-invoice-send-others {
  display: none;
}
.p-cart-step2 .s-options .ivc-2-detail .context,
.p-cart-step2 .s-options .ivc-3-detail .context,
.p-cart-step2 .s-options .pay-invoice-send-others .context {
  max-width: 31%;
}
@media screen and (max-width: 1199px) {
  .p-cart-step2 .s-options .ivc-2-detail .context,
.p-cart-step2 .s-options .ivc-3-detail .context,
.p-cart-step2 .s-options .pay-invoice-send-others .context {
    max-width: 37%;
  }
}
@media screen and (max-width: 991px) {
  .p-cart-step2 .s-options .ivc-2-detail .context,
.p-cart-step2 .s-options .ivc-3-detail .context,
.p-cart-step2 .s-options .pay-invoice-send-others .context {
    max-width: 53%;
  }
}
@media screen and (max-width: 767px) {
  .p-cart-step2 .s-options .ivc-2-detail .context,
.p-cart-step2 .s-options .ivc-3-detail .context,
.p-cart-step2 .s-options .pay-invoice-send-others .context {
    max-width: 100%;
  }
}
.p-cart-step2 .s-options .ivc-2-detail .form-group {
  margin-bottom: 25px;
}
.p-cart-step2 .s-options .col-form-label {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 110px;
}
@media screen and (max-width: 767px) {
  .p-cart-step2 .s-options .col-form-label {
    font-weight: bold;
  }
}
.p-cart-step2 .s-options .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.p-cart-step2 .s-options .content .form-control {
  width: 100%;
}
.p-cart-step2 .pay-invoice-send-others .form-group .col-form-label {
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .p-cart-step2 .s-options .section-content {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .p-cart-step2 .s-options .form-group {
    border: 1px solid #ccc;
    display: block !important;
    background: #fff;
    margin: 0;
    margin-bottom: 25px;
  }
  .p-cart-step2 .s-options .col-form-label {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0.4% 0;
    color: #A40000;
  }
  .p-cart-step2 .s-options .col-form-label:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    margin-left: 0.5em;
  }
  .p-cart-step2 .s-options .content {
    border-top: 1px solid #ccc;
    padding: 0.5em 20px;
    display: none;
  }
  .p-cart-step2 .mobile-checkout-info .tooltip-notice {
    color: #A40000;
  }
  .p-cart-step2 .mobile-checkout-info .grand-total-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: right;
  }
  .p-cart-step2 .page-bottom-btn {
    display: none;
  }
  .p-cart-step2 ~ .footer {
    margin-bottom: 55px;
  }
}
.p-cart-step2 #edit-info {
  overflow: hidden;
}
.p-cart-step2 #edit-info .modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-cart-step2 #edit-info .modal-header-left {
  width: 30px;
}
.p-cart-step2 #edit-info .modal-header-right {
  width: 30px;
}
.p-cart-step2 #edit-info .btn-back {
  font-size: 24px;
  cursor: pointer;
  width: 100%;
  color: #A40000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cart-step2 #edit-info .btn-back:hover {
  color: #710000;
}
.p-cart-step2 #edit-info .btn-add {
  cursor: pointer;
  width: 100%;
  font-size: 24px;
  color: #A40000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cart-step2 #edit-info .btn-add:hover {
  color: #710000;
}
.p-cart-step2 #edit-info .modal-body {
  height: 60vh;
}
.p-cart-step2 #edit-info .modal-content-change .modal-body {
  padding: 0;
}
.p-cart-step2 #edit-info .address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cart-step2 #edit-info .address-item:hover {
  background: #efefef;
}
.p-cart-step2 #edit-info .address-item + .address-item {
  border-top: 1px solid #787878;
}
.p-cart-step2 #edit-info .address-item-left {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  max-width: 40px;
}
.p-cart-step2 #edit-info .address-item-right {
  -ms-flex-preferred-size: calc(100% - 40px);
      flex-basis: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
.p-cart-step2 #edit-info .modal-content-add {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  visibility: hidden;
}
.p-cart-step2 #edit-info .modal-content-add .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
}
.p-cart-step2 #edit-info [data-page="2"] .modal-content-add {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.p-cart-step2 #edit-info .col-item + .col-item {
  margin-top: 10px;
}
.p-cart-step2 #edit-info .twzipcode {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.p-cart-step2 #edit-info .twzipcode [data-name] {
  -ms-flex-preferred-size: calc(94% / 3);
      flex-basis: calc(94% / 3);
  max-width: calc(94% / 3);
}
@media screen and (max-width: 767px) {
  .p-cart-step2 .mCSB_inside > .mCSB_container {
    margin-right: 15px;
  }
  .p-cart-step2 #edit-info {
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
  .p-cart-step2 #edit-info .modal-content-change .modal-body {
    height: calc(100vh - 59px);
  }
  .p-cart-step2 #edit-info .modal-body {
    height: calc(100% - 63px);
    overflow: scroll;
    margin-right: -16px;
  }
  .p-cart-step2 #edit-info .modal-content-add {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .p-cart-step2 #edit-info [data-page="2"] .modal-content-add {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .p-cart-step2 #edit-info .modal-footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p-cart-step2 #edit-info.fade .modal-dialog {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .p-cart-step2 #edit-info.fade .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
  .p-cart-step2 #edit-info.fade.show .modal-dialog {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/*********************************
    cart_step3
**********************************/
.cart-step3 .completed-info {
  width: 50%;
  margin: 90px auto 0 auto;
  border: 10px outset #A40000;
  text-align: center;
  background: #fff;
  line-height: 2.8;
  padding: 40px;
  position: relative;
  z-index: 100;
}
.cart-step3 .completed-info::before {
  content: "";
  width: 21%;
  height: 0;
  overflow: hidden;
  padding-bottom: 47%;
  background: url("/assets/images/icons/chef.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: -4%;
  bottom: 0;
  z-index: -1;
}
.cart-step3 .completed-info .title {
  color: #A40000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
}
.cart-step3 .completed-info .order-num-wrapper {
  font-weight: 600;
}
.cart-step3 .completed-info .order-num-wrapper .order-num {
  color: #A40000;
}
.cart-step3 .completed-info .des {
  word-break: keep-all;
  line-height: 1.8;
  color: #A40000;
}
@media screen and (max-width: 991px) {
  .cart-step3 .completed-info {
    width: 60%;
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cart-step3 .completed-info {
    width: 80%;
    margin: 50px auto 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .cart-step3 .completed-info {
    width: 100%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 575px) {
  .cart-step3 .completed-info {
    margin: 20px auto 0 auto;
  }
  .cart-step3 .completed-info .order-num-wrapper {
    margin-bottom: 15px;
    line-height: 1.8;
  }
  .cart-step3 .completed-info .order-num-wrapper .order-num {
    display: block;
  }
  .cart-step3 .completed-info .des {
    word-break: break-all;
  }
}
@media screen and (max-width: 320px) {
  .cart-step3 .completed-info {
    margin: 10px auto 0 auto;
  }
}
.cart-step3 .go-member-center {
  width: 25%;
  min-width: 215px;
  background: #A40000;
  height: 0;
  padding-top: 25%;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.cart-step3 .go-member-center:hover {
  background: #710000;
}
.cart-step3 .go-member-center a {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 50px 0;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .cart-step3 .go-member-center a {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .cart-step3 .go-member-center {
    padding-top: 215px;
  }
}
.cart-step3 .tip {
  display: inline-block;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #A40000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-step3 .tip:hover {
  color: #0056b3;
}
.cart-step3 .order-pic {
  display: inline-block;
  max-width: 200px;
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .cart-step3 .order-pic {
    display: block;
    margin: 10px auto 0 auto;
  }
}

/* ============================
        登入/註冊頁面
============================ */
.p-stall-login {
  padding-bottom: 5%;
  padding-top: 120px;
  overflow: hidden;
}
.p-stall-login #AC {
  top: -30px;
  color: transparent;
}
.p-stall-login .container {
  position: relative;
  z-index: 2;
}
.p-stall-login .login-card {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  margin: 0 auto;
  border-radius: 50%;
  background: #fdfae2;
  position: relative;
}
.p-stall-login .login-card::before, .p-stall-login .login-card::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.p-stall-login .login-card::before {
  width: 135px;
  height: 300px;
  background: url("/assets/images/icons/chef.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -27px;
  left: -115px;
  z-index: 2;
}
.p-stall-login .login-card::after {
  width: 206px;
  height: 240px;
  background: url("/assets/images/icons/hot_pot.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -13px;
  right: -125px;
}
.p-stall-login .login-wrap {
  padding: 100px 150px;
}
.p-stall-login .form-style {
  margin-top: 15%;
}
@media screen and (max-width: 1480px) {
  .p-stall-login .login-wrap {
    padding: 100px 120px;
  }
}
@media screen and (max-width: 1199px) {
  .p-stall-login {
    padding-bottom: 10%;
  }
  .p-stall-login .login-card {
    width: 70%;
    padding-bottom: 70%;
  }
  .p-stall-login .login-wrap {
    padding: 100px;
  }
}
@media screen and (max-width: 991px) {
  .p-stall-login .login-card {
    width: 80%;
    padding-bottom: 80%;
  }
  .p-stall-login .login-card::before {
    width: 120px;
    left: -89px;
  }
  .p-stall-login .login-card:after {
    width: 195px;
    right: -102px;
  }
  .p-stall-login .login-wrap {
    padding: 70px 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-stall-login .login-card {
    width: 100%;
    padding-bottom: 100%;
  }
  .p-stall-login .login-card::before {
    width: 100px;
    left: -35px;
  }
  .p-stall-login .login-card::after {
    bottom: -135px;
    right: -16px;
    width: 160px;
  }
  .p-stall-login .login-wrap {
    padding: 50px 100px;
  }
}
@media screen and (max-width: 575px) {
  .p-stall-login {
    padding-bottom: 15%;
    padding-top: 90px;
  }
  .p-stall-login .login-card {
    height: auto;
    padding-bottom: 0;
    border-radius: 20px;
  }
  .p-stall-login .login-card::before {
    bottom: -249px;
    left: -14px;
  }
  .p-stall-login .login-card::after {
    right: -10px;
    bottom: initial;
    top: -86px;
    width: 100px;
  }
  .p-stall-login .login-wrap {
    padding: 30px 20px;
  }
}

.p-member-login .home-title {
  margin-bottom: 4%;
}
.p-member-login .btn-group {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .p-member-login .login-panel {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 50px 20px;
  }
}

.p-forget-pwd, .p-change-pwd {
  overflow-x: hidden;
}
.p-forget-pwd .home-title, .p-change-pwd .home-title {
  margin-bottom: 4%;
}
.p-forget-pwd .login-panel, .p-change-pwd .login-panel {
  padding-top: 10%;
  padding-bottom: 10%;
}
@media screen and (max-width: 575px) {
  .p-forget-pwd .login-panel, .p-change-pwd .login-panel {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 50px 20px;
  }
}

.forget-password {
  display: block;
  margin-top: 10%;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: underline;
  color: #A40000;
}

.p-member-register .home-title {
  margin-bottom: 4%;
}
.p-member-register .checkbox-w-text {
  margin-bottom: 5%;
}
.p-member-register .tip {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .p-member-register .login-panel {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 50px 20px;
  }
}

/* ============================
       登入/註冊頁面(end)
============================ */
/*
 *
 * 除Member、Shopping外的頁面
 * 順序 : A - Z
 * 名稱 : 同 HTML 檔名
 *
 */
/*********************************
    product_detailed
**********************************/
.p-product-detailed {
  /*--------------------------------------------------------------------
      item-wrap-simple
  --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
      商品名稱
  --------------------------------------------------------------------*/
  /*-------------------------------
      Bootstrap 內容區塊
  ---------------------------------*/
}
.p-product-detailed .item-wrap-simple {
  line-height: 1;
}
.p-product-detailed .item-wrap-simple .title {
  min-width: 3rem;
}
.p-product-detailed .item-wrap-simple .context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: auto;
      -ms-flex-pack: auto;
          justify-content: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-product-detailed .item-wrap-simple + .item-wrap-simple {
  margin-top: 20px;
}
.p-product-detailed .product-title {
  font-weight: bold;
  color: #121212;
}
@media screen and (max-width: 320px) {
  .p-product-detailed .product-title {
    font-size: 26px;
  }
}
.p-product-detailed .product-amt {
  margin-top: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-product-detailed .stocks {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 2%;
  word-break: keep-all;
  white-space: nowrap;
}
.p-product-detailed .tab-content {
  color: #787878;
}
@media screen and (max-width: 767px) {
  .p-product-detailed .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius: 0;
    border: 0;
  }
  .p-product-detailed .tab-content .card-header {
    display: block !important;
    padding: 0;
  }
  .p-product-detailed .tab-content .card-header a[data-toggle=collapse] {
    width: 100%;
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
  }
  .p-product-detailed .tab-content .collapse {
    display: none !important;
  }
  .p-product-detailed .tab-content .show.collapse {
    display: block !important;
  }
}
@media screen and (max-width: 320px) {
  .p-product-detailed .tab-content .card .card-body {
    padding: 10px 0;
  }
}

/* ============================
            index
============================ */
#index .idx-carousel .mob-show {
  display: none;
}
#index .idx-carousel .owl-nav button.owl-prev::after, #index .idx-carousel .owl-nav button.owl-next::after {
  display: none;
}
#index .category-wrap {
  padding-top: 110px;
  padding-bottom: 30px;
  background-size: auto;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}
#index .hot-products-wrap {
  padding-top: 4%;
  padding-bottom: 100px;
  background: #fdfae2;
  position: relative;
}
#index .hot-products-wrap::before, #index .hot-products-wrap::after {
  content: "";
  display: block;
  width: 336px;
  height: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
#index .hot-products-wrap::before {
  top: -40px;
  background: url("/assets/images/background/hot-products.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
#index .hot-products-wrap::after {
  bottom: -40px;
  background: url("/assets/images/background/hot-products2.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
#index .hot-products-wrap .title-block::before, #index .hot-products-wrap .title-block::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
#index .hot-products-wrap .title-block::before {
  width: 135px;
  height: 300px;
  background: url("/assets/images/icons/chef.png");
  top: -34%;
  left: 6%;
  z-index: 2;
}
#index .hot-products-wrap .title-block::after {
  width: 206px;
  height: 240px;
  background: url("/assets/images/icons/hot_pot.png");
  top: -29%;
  right: 11%;
}
#index .hot-products-wrap .owl-stage-outer {
  padding: 10px 0;
}
#index .hot-products-wrap .owl-dots {
  bottom: -14%;
}
#index .hot-products-wrap .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2);
}
#index .hot-products-wrap .owl-dots .owl-dot.active span {
  background: #A40000;
}
#index .hot-products-wrap .owl-dots .owl-dot:hover:not(.active) span {
  background: rgba(0, 0, 0, 0.15);
}
#index .youtube-wrap {
  padding: 5% 0;
  padding-bottom: 15%;
  position: relative;
}
#index .youtube-wrap::after {
  content: "";
  display: block;
  background: url("/assets/images/background/category_bn.png") no-repeat;
  width: 70%;
  height: 0;
  padding-bottom: 9.8%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#index .youtube-wrap .home-title {
  margin-bottom: 3%;
}
#index .idx-video-list {
  padding: 0 90px;
}
#index .idx-video-list .owl-stage-outer {
  padding: 50px 0px;
}
#index .idx-video-list .owl-item .item {
  border: 7px solid #fff;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .idx-video-list .owl-item.center {
  z-index: 1;
}
#index .idx-video-list .owl-item.center .item {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
#index .idx-video-list .owl-nav {
  padding: 0;
  z-index: -1;
}
#index .idx-video-list .owl-nav button.owl-prev, #index .idx-video-list .owl-nav button.owl-next {
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(95, 46, 8, 0.15);
          box-shadow: 0px 2px 5px 2px rgba(95, 46, 8, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .idx-video-list .owl-nav button.owl-prev .fa, #index .idx-video-list .owl-nav button.owl-next .fa {
  color: #A40000;
}
#index .idx-video-list .owl-nav button.owl-prev:hover, #index .idx-video-list .owl-nav button.owl-next:hover {
  background: #A40000;
}
#index .idx-video-list .owl-nav button.owl-prev:hover .fa, #index .idx-video-list .owl-nav button.owl-next:hover .fa {
  color: #fff;
}
#index .idx-video-list .owl-dots {
  bottom: -15%;
}
#index .idx-video-list .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2);
}
#index .idx-video-list .owl-dots .owl-dot.active span {
  background: #A40000;
}
#index .idx-video-list .owl-dots .owl-dot:hover:not(.active) span {
  background: rgba(0, 0, 0, 0.15);
}
#index .video-item {
  display: block;
}
@media screen and (max-width: 1780px) {
  #index .hot-products-wrap .title-block::before {
    top: -11%;
  }
  #index .hot-products-wrap .title-block::after {
    top: -19%;
    right: 6%;
  }
}
@media screen and (max-width: 1680px) {
  #index .hot-products-wrap .title-block::after {
    width: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -15%;
  }
}
@media screen and (max-width: 1480px) {
  #index .youtube-wrap {
    padding-top: 8%;
  }
  #index .news-list-wrap {
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 1199px) {
  #index .hot-products-wrap .title-block::before {
    width: 100px;
    top: -6%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #index .hot-products-wrap .title-block::after {
    width: 130px;
    top: -12%;
  }
  #index .youtube-wrap {
    padding-bottom: 20%;
  }
  #index .youtube-wrap .btn-more {
    bottom: -60px;
  }
  #index .youtube-wrap::after {
    padding-bottom: 14.8%;
  }
}
@media screen and (max-width: 991px) {
  #index .news-list-wrap {
    padding-bottom: 120px;
  }
  #index .news-list-wrap::before, #index .news-list-wrap::after {
    top: -42px;
  }
  #index .hot-products-wrap {
    padding-bottom: 170px;
  }
  #index .hot-products-wrap .title-block::before {
    top: -15%;
  }
  #index .hot-products-wrap .title-block::after {
    top: -16%;
  }
  #index .youtube-wrap {
    padding-top: 12%;
    padding-bottom: 30%;
  }
  #index .youtube-wrap::after {
    padding-bottom: 18%;
  }
  #index .youtube-wrap .home-title {
    margin-bottom: 0;
  }
  #index .youtube-wrap .idx-video-list {
    padding: 0 65px;
  }
  #index .youtube-wrap .idx-video-list .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #index .youtube-wrap .idx-video-list .owl-nav button.owl-prev, #index .youtube-wrap .idx-video-list .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  #index .idx-carousel .web-show {
    display: none;
  }
  #index .idx-carousel .mob-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #index .category-wrap {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  #index .hot-products-wrap .title-block::before {
    top: initial;
    bottom: -136px;
  }
}
@media screen and (max-width: 575px) {
  #index .news-list-wrap::before, #index .news-list-wrap::after {
    top: -24px;
  }
  #index .news-list-wrap::before {
    border-radius: 0 30px 0 0;
  }
  #index .news-list-wrap::after {
    border-radius: 30px 0 0 0;
  }
  #index .hot-products-wrap .home-title .square-l,
#index .hot-products-wrap .home-title .square-r {
    display: none;
  }
  #index .hot-products-wrap .title-block::before {
    width: 60px;
    bottom: -200px;
  }
  #index .hot-products-wrap .title-block::after {
    top: -14%;
    width: 90px;
  }
  #index .youtube-wrap {
    padding-top: 65px;
    padding-bottom: 205px;
  }
  #index .youtube-wrap::after {
    padding-bottom: 136px;
    width: 100%;
  }
  #index .youtube-wrap .idx-video-list {
    padding: 0;
  }
  #index .youtube-wrap .idx-video-list .owl-nav {
    top: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  #index .youtube-wrap .btn-more {
    bottom: 19px;
  }
}
@media screen and (max-width: 375px) {
  #index .hot-products-wrap {
    padding-bottom: 130px;
  }
  #index .hot-products-wrap::before, #index .hot-products-wrap::after {
    width: 300px;
    height: 30px;
  }
  #index .hot-products-wrap::before {
    top: -30px;
  }
  #index .hot-products-wrap::after {
    bottom: -30px;
  }
  #index .hot-products-wrap .owl-dots {
    bottom: -25px;
  }
  #index .youtube-wrap .home-title .square,
#index .category-wrap .home-title .square {
    display: none;
  }
}

/* ============================
           index(end)
============================ */
/* ============================
            關於市場
============================ */
.p-about {
  padding-bottom: 5%;
  background: url("/assets/images/background/news.png") no-repeat;
  background-position: center bottom;
}
.p-about #AL,
.p-about #AR,
.p-about #AC {
  color: transparent;
}
.p-about .container {
  position: relative;
  z-index: 2;
}
.p-about .title {
  margin-top: -3%;
}
.p-about .text-editor-block {
  padding: 50px;
  border: 8px solid #efefef;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .p-about {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 575px) {
  .p-about {
    padding-bottom: 15%;
  }
}

.aside {
  text-align: center;
  max-width: 230px;
}
.aside .aside-title {
  height: 80px;
  border-radius: 80px 80px 5px 5px;
  line-height: 100px;
  font-size: 1.25rem;
  font-weight: 600;
  background: #6f9e3f;
  color: #fff;
  position: relative;
}
.aside .aside-title::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url("/assets/images/icons/about.png");
  position: absolute;
  left: 50%;
  top: -22px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.aside .aside-link-list .link {
  display: block;
  height: 60px;
  line-height: 56px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 10px;
  border: 4px solid #efefef;
  border-radius: 5px;
  color: #121212;
  background: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside .aside-link-list .link.active {
  border: 4px solid #6f9e3f;
  background: #fff;
}
.aside .aside-link-list .link:hover {
  border: 4px solid #6f9e3f;
  text-decoration: none;
  letter-spacing: 4px;
}
.aside .aside-link-list .link:hover.active {
  letter-spacing: initial;
}
@media screen and (max-width: 991px) {
  .aside {
    max-width: 100%;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 575px) {
  .aside .aside-title {
    height: 60px;
    line-height: 80px;
  }
  .aside .aside-link-list .link {
    height: 50px;
    line-height: 46px;
  }
  .aside .text-editor-block {
    padding: 40px 20px;
  }
}

/* ============================
           關於市場(end)
============================ */
/* ============================
            網站導覽
============================ */
.p-sitemap #AC {
  color: transparent;
}
.p-sitemap .container {
  position: relative;
  z-index: 2;
}
.p-sitemap .breadcrumb {
  margin-bottom: 3%;
}
.p-sitemap .wrap-info {
  padding: 40px 40px 20px 40px;
  margin-bottom: 6%;
  border-radius: 10px;
  font-size: 1.0625rem;
  line-height: 30px;
  background: #fdfae2;
  color: #555;
}
.p-sitemap .wrap-info em {
  font-family: "Palanquin Dark", sans-serif;
  letter-spacing: 2px;
}
.p-sitemap .sitemap-item {
  margin-bottom: 4%;
}
.p-sitemap .sitemap-item a:hover,
.p-sitemap .sitemap-item a:active {
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 3px #a40000;
  box-shadow: 0 0 0 3px #a40000;
  text-decoration: none;
}
.p-sitemap .sitemap-item ol a {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 1.0625rem;
  color: #121212;
}
.p-sitemap .sitemap-title {
  display: block;
  height: 50px;
  font-size: 1.25rem;
  line-height: 50px;
  padding: 0 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #fff;
  background: #A40000;
}
@media screen and (max-width: 991px) {
  .p-sitemap {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 575px) {
  .p-sitemap {
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 375px) {
  .p-sitemap .wrap-info {
    padding: 30px 20px 20px 20px;
    margin-bottom: 40px;
  }
}

/* ============================
           網站導覽(end)
============================ */
/* ============================
        最新消息-列表
============================ */
.p-news-list {
  padding-bottom: 5%;
}
.p-news-list #AC {
  color: transparent;
}
.p-news-list .container {
  position: relative;
  z-index: 2;
}
.p-news-list .breadcrumb {
  margin-bottom: 3%;
}
@media screen and (max-width: 991px) {
  .p-news-list {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 575px) {
  .p-news-list {
    padding-bottom: 15%;
  }
}

/* ============================
        最新消息-列表(end)
============================ */
/* ============================
        最新消息-內容
============================ */
.p-news-content {
  padding-bottom: 5%;
}
.p-news-content #AC {
  color: transparent;
}
.p-news-content .container {
  position: relative;
  z-index: 2;
}
.p-news-content .breadcrumb {
  margin-bottom: 3%;
}
.p-news-content .content-date {
  font-family: "Palanquin Dark", sans-serif;
  font-size: 1.25rem;
  color: #A40000;
}
.p-news-content .square {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateY(18px);
          transform: rotate(45deg) translateY(18px);
  margin-right: 36px;
  position: relative;
  float: right;
  background: #d16244;
}
.p-news-content .square::before, .p-news-content .square::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #d16244;
  position: absolute;
}
.p-news-content .square::before {
  left: -18px;
  top: 18px;
}
.p-news-content .square::after {
  right: -18px;
  bottom: 18px;
}
.p-news-content .content-title {
  margin: 1.5% 0;
  font-size: 2.25rem;
  color: #121212;
}
.p-news-content .content-rate {
  margin-top: 2%;
  font-size: 0.9375rem;
  color: #787878;
}
.p-news-content .content-rate .num {
  font-weight: 600;
  color: #121212;
}
.p-news-content .text-editor-block {
  width: 70%;
  margin: 0 auto;
  padding: 40px 0;
}
.p-news-content .btn-back,
.p-news-content .btn-prev,
.p-news-content .btn-next {
  width: 160px;
  height: 45px;
  line-height: 42px;
  border: 2px solid #A40000;
  border-radius: 45px;
  text-align: center;
  margin: 0 7px;
  background: #fff;
  color: #A40000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news-content .btn-back:hover,
.p-news-content .btn-prev:hover,
.p-news-content .btn-next:hover {
  text-decoration: none;
  background: #A40000;
  color: #fff;
}
.p-news-content .btn-back:hover::after,
.p-news-content .btn-prev:hover::after,
.p-news-content .btn-next:hover::after {
  background: #fff;
}
.p-news-content .btn-back .fa,
.p-news-content .btn-prev .fa,
.p-news-content .btn-next .fa {
  font-size: 18px;
}
.p-news-content .btn-back .fa-angle-left,
.p-news-content .btn-prev .fa-angle-left,
.p-news-content .btn-next .fa-angle-left {
  margin-right: 15px;
}
.p-news-content .btn-back .fa-angle-right,
.p-news-content .btn-prev .fa-angle-right,
.p-news-content .btn-next .fa-angle-right {
  margin-left: 15px;
}
.p-news-content .btn-back {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-news-content .btn-back::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-transform: rotate(45deg) translateY(-38%);
          transform: rotate(45deg) translateY(-38%);
  margin-left: 25px;
  background: #A40000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news-content .btn-back::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #A40000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .p-news-content {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-news-content .text-editor-block {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .p-news-content {
    padding-bottom: 15%;
  }
  .p-news-content .content-title {
    font-size: 1.875rem;
  }
  .p-news-content .text-editor-block {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .p-news-content .btn-back {
    margin: 0;
    margin-bottom: 13px;
  }
  .p-news-content .btn-prev,
.p-news-content .btn-next,
.p-news-content .btn-back {
    width: calc(50% - 7px);
  }
  .p-news-content .btn-prev {
    margin-left: 0;
  }
  .p-news-content .btn-next {
    margin-right: 0;
  }
}

/* ============================
       最新消息-內容(end)
============================ */
/* ============================
          熱門產品-列表
============================ */
.p-product-list {
  padding-bottom: 5%;
}
.p-product-list #AC {
  top: -30px;
  color: transparent;
}
.p-product-list .container {
  position: relative;
  z-index: 2;
}
.p-product-list .serch-box {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 991px) {
  .p-product-list {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 575px) {
  .p-product-list {
    padding-bottom: 15%;
  }
}

.product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-wrapper .product-list-wrapper {
  width: calc(100% - 200px - 50px);
}

.product-category {
  width: 200px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.product-category .link-category {
  display: block;
  padding: 10px;
  text-align: center;
  color: #121212;
}
.product-category .link-category:not(:last-child) {
  border-bottom: none;
}

/* ============================
       熱門產品-列表(end)
============================ */
/* ============================
          熱門產品-內容
============================ */
.p-product-detailed {
  padding-bottom: 7%;
}
.p-product-detailed #AC {
  top: -30px;
  color: transparent;
}
.p-product-detailed .container {
  position: relative;
  z-index: 2;
}
.p-product-detailed .main-product-img {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
}
.p-product-detailed .main-product-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-product-detailed .main-product-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-product-detailed .pro-detailed-carousel {
  padding: 0 45px;
}
.p-product-detailed .pro-detailed-carousel .item.active .img-wrap {
  border-color: #A40000;
}
.p-product-detailed .pro-detailed-carousel .img-wrap {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 97.93%;
  border: 1px solid #787878;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.p-product-detailed .pro-detailed-carousel .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-product-detailed .pro-detailed-carousel .img-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-product-detailed .pro-detailed-carousel .img-wrap:hover::before {
  opacity: 1;
}
.p-product-detailed .pro-detailed-carousel .owl-nav button.owl-prev, .p-product-detailed .pro-detailed-carousel .owl-nav button.owl-next {
  width: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-product-detailed .pro-detailed-carousel .owl-nav button.owl-prev .fa, .p-product-detailed .pro-detailed-carousel .owl-nav button.owl-next .fa {
  color: #A40000;
}
.p-product-detailed .pro-detailed-carousel .owl-nav button.owl-prev:hover, .p-product-detailed .pro-detailed-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}
.p-product-detailed .pro-detailed-carousel .owl-nav button.disabled .fa {
  color: #787878;
}
.p-product-detailed .pro-detailed-carousel .owl-nav button.disabled:hover .fa {
  color: #787878;
}
.p-product-detailed .product-title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 40px;
  color: #121212;
}
.p-product-detailed .pro-intro {
  padding-left: 60px;
}
.p-product-detailed .pro-detailed-info {
  margin-top: 6%;
  color: #787878;
}
.p-product-detailed .pro-detailed-price {
  margin-top: 8%;
}
.p-product-detailed .original-price {
  margin-bottom: 12px;
  font-size: 1.25rem;
  color: #787878;
}
.p-product-detailed .original-price .num {
  margin-left: 19px;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  color: #121212;
}
.p-product-detailed .special-price {
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  color: #c62024;
}
.p-product-detailed .link-seller-info {
  display: inline-block;
  max-width: 100%;
  width: 70%;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  border: 2px solid #A40000;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #A40000;
  background: #fff;
  overflow: hidden;
  display: block;
  margin-top: 6%;
  margin-bottom: 4%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-product-detailed .link-seller-info:hover {
  text-decoration: none;
}
.p-product-detailed .link-pro-order {
  display: inline-block;
  max-width: 100%;
  width: 70%;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-product-detailed .link-pro-order:hover {
  text-decoration: none;
  background: #b30000;
}
.p-product-detailed .link-pro-order .fa {
  margin-right: 5px;
  font-size: 20px;
}
.p-product-detailed .pro-description {
  margin-top: 5%;
  position: relative;
}
.p-product-detailed .pro-description #AC {
  top: 0;
}
.p-product-detailed .title {
  padding-bottom: 25px;
  margin-bottom: 45px;
  border-bottom: 2px solid #A40000;
}
.p-product-detailed .pro-other {
  margin-top: 6%;
}
.p-product-detailed .other-pro-carousel {
  margin-top: -25px;
}
.p-product-detailed .other-pro-carousel .owl-nav {
  left: -110px;
  right: -110px;
}
.p-product-detailed .other-pro-carousel .owl-stage-outer {
  padding: 20px 0;
}
.p-product-detailed .other-pro-carousel .pro-item {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-product-detailed .other-pro-carousel .owl-dots {
  height: 0;
  bottom: -20px;
}
.p-product-detailed .other-pro-carousel .owl-dots .owl-dot span {
  background: #cccccc;
}
@media screen and (max-width: 1480px) {
  .p-product-detailed {
    padding-bottom: 10%;
  }
  .p-product-detailed .other-pro-carousel .owl-nav {
    left: 0;
    right: 0;
    top: initial;
  }
}
@media screen and (max-width: 991px) {
  .p-product-detailed {
    padding-bottom: 15%;
  }
  .p-product-detailed .main-product-img {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 89.856%;
  }
  .p-product-detailed .pro-intro {
    margin-top: 50px;
    padding-left: 15px;
  }
  .p-product-detailed .product-title,
.p-product-detailed .pro-detailed-info {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-product-detailed .link-seller-info,
.p-product-detailed .link-pro-order {
    margin-left: auto;
    margin-right: auto;
  }
  .p-product-detailed .pro-description {
    margin-top: 10%;
  }
  .p-product-detailed .pro-other {
    margin-top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-product-detailed {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 575px) {
  .p-product-detailed {
    padding-bottom: 25%;
  }
  .p-product-detailed .product-title,
.p-product-detailed .pro-detailed-info,
.p-product-detailed .link-seller-info,
.p-product-detailed .link-pro-order {
    width: 100%;
  }
  .p-product-detailed .owl-nav button.owl-next::after, .p-product-detailed .owl-nav button.owl-prev::after {
    line-height: 16px;
    bottom: -47px;
  }
}
@media screen and (max-width: 375px) {
  .p-product-detailed {
    padding-bottom: 95px;
  }
  .p-product-detailed .pro-description,
.p-product-detailed .pro-other {
    margin-top: 45px;
  }
  .p-product-detailed .other-pro-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

/* ============================
       熱門產品-內容(end)
============================ */
/* ============================
          產品-內容
============================ */
#p-product-detailed .product-spec {
  margin-top: 20px;
}
#p-product-detailed .item-wrap-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#p-product-detailed .item-wrap-simple .title {
  padding-bottom: 0;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  border-bottom: none;
  word-break: keep-all;
}
#p-product-detailed .item-wrap-simple .context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-product-detailed .item-wrap-simple .stocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  word-break: keep-all;
}
#p-product-detailed .btn-group {
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#p-product-detailed .btn-group .link-seller-info,
#p-product-detailed .btn-group .link-pro-order {
  width: calc(100% / 2 - 10px);
  margin: 0;
}

/* ============================
         產品-內容(end)
============================ */
/* ============================
          交通資訊
============================ */
.p-map {
  padding-bottom: 5%;
  background: url("/assets/images/background/news.png") no-repeat;
  background-position: center bottom;
}
.p-map #AC {
  top: -30px;
  color: transparent;
}
.p-map .container {
  position: relative;
  z-index: 2;
}
.p-map .breadcrumb {
  margin-bottom: 3%;
}
.p-map .bus-step-info {
  margin-bottom: 4%;
}
.p-map .bus-step-info header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-map .toggle-refresh {
  display: inline-block;
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  padding: 0 25px;
  background: #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-map .toggle-refresh:hover {
  background: #d6d6d6;
}
.p-map .toggle-refresh .close-auto,
.p-map .toggle-refresh .open-auto {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 40px;
  color: #121212;
}
.p-map .toggle-refresh .open-auto {
  display: none;
}
.p-map .btn-refresh {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  padding: 0 25px;
  font-weight: 600;
  background: #f0b160;
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-map .btn-refresh:hover {
  background: #eea649;
}
.p-map .info-block {
  padding: 20px 25px 10px 25px;
  border: 8px solid #efefef;
  border-radius: 10px;
}
.p-map .info-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 20px;
  border: 3px solid #f0b260;
  border-radius: 40px;
}
.p-map .info-item.coming-soon .info-tip {
  background: #ff6666;
}
.p-map .info-line,
.p-map .bus-plate,
.p-map .bus-target {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-map .info-tip {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 20px;
  background: #a5ba45;
  color: #fff;
}
.p-map .info-line {
  color: #A40000;
}
.p-map .bus-plate {
  color: #666666;
}
.p-map .bus-target {
  margin-bottom: 0;
  color: #121212;
}
.p-map .traffic-info {
  padding: 60px 70px;
  border: 8px solid #efefef;
  border-radius: 10px;
}
.p-map .trans-block {
  margin-bottom: 60px;
  position: relative;
}
.p-map .trans-block::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: -18px;
}
.p-map .traffic-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #121212;
}
.p-map .traffic-tip {
  font-size: 1.125rem;
  color: #787878;
}
.p-map .traffic-block {
  padding: 10px 20px;
  margin-bottom: 5px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 36px;
  color: #121212;
  background: #efefef;
}
.p-map .traffic-block.bg-blood {
  font-weight: 500;
  background: #A40000;
  color: #fff;
}
.p-map .car::before {
  background: url("/assets/images/icons/car.svg") no-repeat;
}
.p-map .public-trans::before {
  background: url("/assets/images/icons/bus.svg") no-repeat;
  top: 26px;
}
.p-map .public-trans .traffic-block {
  text-align: center;
}
.p-map .mob-sub-traffic {
  display: none;
}
.p-map .train::before {
  background: url("/assets/images/icons/train.svg") no-repeat;
  top: -20px;
}
.p-map .motor::before {
  background: url("/assets/images/icons/scooter.svg") no-repeat;
  top: -27px;
}
.p-map .bike::before {
  background: url("/assets/images/icons/bike.svg") no-repeat;
}
.p-map .map {
  margin-bottom: 0;
}
.p-map .map::before {
  background: url("/assets/images/icons/map.svg") no-repeat;
  top: 9px;
}
.p-map .map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1199px) {
  .p-map .mob-hidden {
    display: none;
  }
  .p-map .mob-sub-traffic {
    background: #dc6523;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .p-map {
    padding-bottom: 10%;
  }
  .p-map .public-trans::before {
    top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .p-map .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-map .map::before {
    top: -32px;
  }
  .p-map .map iframe {
    height: 300px;
  }
  .p-map .traffic-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-map .traffic-tip {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .p-map .bus-step-info {
    margin-bottom: 8%;
  }
  .p-map .bus-step-info header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
  .p-map .bus-step-info .title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .p-map {
    padding-bottom: 15%;
  }
  .p-map .traffic-info {
    padding: 35px 15px;
  }
  .p-map .bus-step-info {
    margin-bottom: 12%;
  }
  .p-map .bus-step-info header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 375px) {
  .p-map .traffic-block {
    padding: 10px;
  }
  .p-map .map iframe {
    height: 200px;
  }
}

/* ============================
       交通資訊(end)
============================ */
/* ============================
          聯絡我們
============================ */
.p-contact {
  padding-bottom: 5%;
  background: url("/assets/images/background/news.png") no-repeat;
  background-position: center bottom;
  overflow: hidden;
}
.p-contact #AC {
  top: -30px;
  color: transparent;
}
.p-contact .container {
  position: relative;
  z-index: 2;
}
.p-contact .breadcrumb {
  margin-bottom: 3%;
}
.p-contact .contact-card {
  width: 85%;
  margin: 0 auto;
  padding: 4.4% 9.2%;
  border-radius: 50px;
  background: #fdfae2;
  position: relative;
}
.p-contact .contact-card::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background: url("/assets/images/icons/woman_write.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: -237px;
  bottom: -20px;
}
.p-contact .contact-tip {
  margin-bottom: 7%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #121212;
}
.p-contact .hr-white {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 5px;
}
.p-contact .send-form {
  display: inline-block;
  max-width: 100%;
  width: 300px;
  height: 44px;
  border-radius: 44px;
  line-height: 44px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  font-size: 0.9375rem;
}
@media screen and (max-width: 991px) {
  .p-contact {
    padding-bottom: 10%;
  }
  .p-contact .contact-card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .contact-card {
    padding: 45px 30px;
  }
  .p-contact .contact-card::after {
    width: 250px;
    right: -110px;
    bottom: -218px;
  }
}
@media screen and (max-width: 575px) {
  .p-contact {
    padding-bottom: 15%;
  }
  .p-contact .send-form {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact .home-title .square {
    display: none;
  }
  .p-contact .contact-card {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .p-contact .contact-card::after {
    width: 200px;
    right: -71px;
  }
  .p-contact .contact-tip {
    line-height: 30px;
  }
  .p-contact .send-form {
    margin-top: 30px;
    position: relative;
    z-index: 3;
  }
}

/* ============================
       聯絡我們(end)
============================ */
/* ============================
          搜尋頁面
============================ */
.p-search {
  padding-bottom: 5%;
}
.p-search #AC {
  top: -30px;
  color: transparent;
}
.p-search .container {
  position: relative;
  z-index: 2;
}
.p-search .breadcrumb {
  margin-bottom: 3%;
}
.p-search .title-w-search {
  border-bottom: 2px solid #A40000;
}
.p-search .search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-search .search-rate {
  display: inline-block;
  margin-right: 25px;
  font-family: "Palanquin Dark", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #A40000;
}
.p-search .serch-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.p-search .serch-box .fa-angle-down {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 24px;
  color: #a00000;
}
.p-search #search-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  font-size: 0.875rem;
  line-height: initial;
  color: #787878;
}
.p-search #search-select option:disabled {
  color: #787878;
}
.p-search .search-info {
  padding-top: 8%;
}
.p-search .search-none {
  text-align: center;
}
.p-search .seacrh-title {
  margin-top: 4%;
  margin-bottom: 1.5%;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #121212;
}
.p-search .search-tip {
  margin-bottom: 3%;
  font-size: 0.9375rem;
  color: #787878;
}
.p-search .link-search {
  display: inline-block;
  max-width: 100%;
  width: 160px;
  height: 44px;
  border-radius: 44px;
  line-height: 44px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  font-size: 0.9375rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-search .link-search:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .p-search {
    padding-bottom: 10%;
  }
  .p-search .title-w-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-search .title-w-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .p-search {
    padding-bottom: 15%;
  }
  .p-search .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-search .search-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-search .search-rate {
    margin-right: 0;
    margin-top: 6px;
  }
  .p-search .seacrh-title {
    margin-top: 30px;
  }
  .p-search .search-tip {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .p-search .title .title-en {
    margin-bottom: 0;
  }
  .p-search .seacrh-title {
    font-size: 1.375rem;
  }
}

/* ============================
         搜尋頁面(end)
============================ */
/* ============================
          搜尋結果
============================ */
.p-sitessearch {
  padding-bottom: 5%;
}
.p-sitessearch #AC {
  top: -30px;
  color: transparent;
}
.p-sitessearch .container {
  position: relative;
  z-index: 2;
}
.p-sitessearch .breadcrumb {
  margin-bottom: 3%;
}
.p-sitessearch .search-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #A40000;
}
.p-sitessearch .search-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #121212;
}
.p-sitessearch .search-title .text-blood {
  color: #A40000;
}
.p-sitessearch .toggle-view-way {
  position: relative;
  width: auto;
  padding-right: 50px;
  font-size: 1rem;
}
.p-sitessearch .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}
.p-sitessearch .search-item:hover {
  text-decoration: none;
}
.p-sitessearch .search-item:last-child {
  border-bottom: none;
}
.p-sitessearch .search-item.hot-store .hot-img {
  display: block;
}
.p-sitessearch .search-item .hot-img {
  display: none;
  width: 10%;
  height: 0;
  overflow: hidden;
  padding-bottom: 8%;
  position: relative;
}
.p-sitessearch .search-item .hot-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-sitessearch .search-item .search-img {
  width: 12%;
  height: 0;
  overflow: hidden;
  padding-bottom: 12%;
  margin-right: 25px;
  border-radius: 4px;
  position: relative;
}
.p-sitessearch .search-item .search-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-sitessearch .search-item .search-number {
  display: inline-block;
  padding: 0px 20px;
  border: 3px solid #A40000;
  border-radius: 20px;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #121212;
}
.p-sitessearch .search-item .search-info {
  width: 68%;
  padding-top: 5px;
}
.p-sitessearch .search-item .search-subtitle {
  display: inline-block;
  margin-left: 15px;
  font-size: 21px;
  font-weight: 600;
  color: #A40000;
}
.p-sitessearch .search-item .search-text {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  line-height: 30px;
  height: 60px;
}
.p-sitessearch .search-item .hot-img {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .p-sitessearch .toggle-view-way {
    -webkit-transform: initial;
            transform: initial;
    right: initial;
    bottom: initial;
  }
  .p-sitessearch .search-item .search-img {
    width: 22%;
    padding-bottom: 22%;
  }
  .p-sitessearch .search-item .search-info {
    width: 53%;
  }
  .p-sitessearch .search-item .search-subtitle {
    margin-left: 0;
    margin-top: 10px;
  }
  .p-sitessearch .search-item .search-text {
    margin-top: 0;
  }
  .p-sitessearch .search-item .hot-img {
    width: 16%;
    padding-bottom: 13%;
  }
}
@media screen and (max-width: 767px) {
  .p-sitessearch .search-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sitessearch .search-title {
    margin-bottom: 12px;
  }
  .p-sitessearch .search-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-sitessearch .search-item .search-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 29%;
    padding-bottom: 29%;
  }
  .p-sitessearch .search-item .search-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-top: 15px;
  }
  .p-sitessearch .search-item .hot-img {
    width: 24%;
    padding-bottom: 19%;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .p-sitessearch .search-item .search-img {
    width: 43%;
    padding-bottom: 43%;
  }
}

/* ============================
         搜尋結果(end)
============================ */
/* ============================
          攤商資訊
============================ */
.p-stall-information {
  padding-bottom: 5%;
}
.p-stall-information #AC {
  top: -30px;
  color: transparent;
}
.p-stall-information .container {
  position: relative;
  z-index: 2;
}
.p-stall-information .breadcrumb {
  margin-bottom: 3%;
}
.p-stall-information .title {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 2px solid #A40000;
}
.p-stall-information .form-style .form-title {
  padding-right: 30px;
}
.p-stall-information .stall-info-block {
  padding-bottom: 7%;
}
.p-stall-information .stall-info-block .title {
  margin-bottom: 60px;
}
.p-stall-information #info-content {
  height: 350px;
}
.p-stall-information .btn-confirm {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 44px;
  border-radius: 44px;
  line-height: 44px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  font-size: 0.9375rem;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.p-stall-information .pw-tip {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 44px;
  color: #787878;
}
.p-stall-information .store-number {
  display: inline-block;
  padding: 0px 20px;
  border: 3px solid #A40000;
  border-radius: 20px;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #121212;
}
.p-stall-information .product-title {
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 0;
  font-size: 1.6875rem;
  font-weight: 600;
  color: #A40000;
}
@media screen and (max-width: 991px) {
  .p-stall-information .form-style .form-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .p-stall-information .form-style .info-keyword-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-stall-information {
    padding-bottom: 10%;
  }
  .p-stall-information .stall-info-block .title {
    margin-bottom: 30px;
  }
  .p-stall-information .form-style .img-upload-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .p-stall-information .form-style .form-item {
    margin-bottom: 35px;
  }
  .p-stall-information .form-style .img-upload-item {
    width: calc(100% / 2 - 10px);
  }
}

/* ============================
       攤商資訊(end)
============================ */
/* ============================
            攤位地圖
============================ */
.p-store-map-list {
  padding-bottom: 5%;
  background: url("/assets/images/background/news.png") no-repeat;
  background-position: center bottom;
  overflow-x: hidden;
}
.p-store-map-list #AC {
  color: transparent;
}
.p-store-map-list #store-map {
  margin-bottom: 150px;
}
@media screen and (max-width: 575px) {
  .p-store-map-list #store-map {
    margin-bottom: 100px;
  }
}
.p-store-map-list .container {
  position: relative;
  z-index: 2;
}
.p-store-map-list .category-inner-wrap {
  width: 100%;
  margin-bottom: 150px;
}
.p-store-map-list .category-carousel {
  margin-top: 50px;
}
.p-store-map-list .home-title {
  margin-bottom: 45px;
}
.p-store-map-list .categroy-list {
  margin-top: 6%;
  margin-bottom: 170px;
}
.p-store-map-list .btn-category.btn-category-fish, .p-store-map-list .btn-category.btn-category-meat, .p-store-map-list .btn-category.btn-category-fruit, .p-store-map-list .btn-category.btn-category-delicatessen, .p-store-map-list .btn-category.btn-category-groceries {
  color: #bfbfbf;
  border-color: #bfbfbf;
}
.p-store-map-list .btn-category .img-wrap img {
  -webkit-filter: grayscale(1) brightness(1.2);
          filter: grayscale(1) brightness(1.2);
}
.p-store-map-list .btn-category.btn-category-meat .img-wrap img, .p-store-map-list .btn-category.btn-category-delicatessen .img-wrap img {
  -webkit-filter: grayscale(1) brightness(1.6);
          filter: grayscale(1) brightness(1.6);
}
.p-store-map-list .btn-category.btn-category-groceries .img-wrap img {
  -webkit-filter: grayscale(1) brightness(2.1);
          filter: grayscale(1) brightness(2.1);
}
.p-store-map-list .btn-category.btn-category-fish.active {
  border-color: #f49b00;
  color: #f49b00;
}
.p-store-map-list .btn-category.btn-category-fish.active .img-wrap img {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.p-store-map-list .btn-category.btn-category-fish:hover {
  border-color: #f49b00;
  color: #f49b00;
}
.p-store-map-list .btn-category.btn-category-fish:hover .img-wrap img {
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
.p-store-map-list .btn-category.btn-category-meat.active {
  border-color: #d13834;
  color: #d13834;
}
.p-store-map-list .btn-category.btn-category-meat.active .img-wrap img {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.p-store-map-list .btn-category.btn-category-meat:hover {
  border-color: #d13834;
  color: #d13834;
}
.p-store-map-list .btn-category.btn-category-meat:hover .img-wrap img {
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
.p-store-map-list .btn-category.btn-category-fruit.active {
  border-color: #5fa759;
  color: #5fa759;
}
.p-store-map-list .btn-category.btn-category-fruit.active .img-wrap img {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.p-store-map-list .btn-category.btn-category-fruit:hover {
  border-color: #5fa759;
  color: #5fa759;
}
.p-store-map-list .btn-category.btn-category-fruit:hover .img-wrap img {
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
.p-store-map-list .btn-category.btn-category-delicatessen.active {
  border-color: #3674c9;
  color: #3674c9;
}
.p-store-map-list .btn-category.btn-category-delicatessen.active .img-wrap img {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.p-store-map-list .btn-category.btn-category-delicatessen:hover {
  border-color: #3674c9;
  color: #3674c9;
}
.p-store-map-list .btn-category.btn-category-delicatessen:hover .img-wrap img {
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
.p-store-map-list .btn-category.btn-category-groceries.active {
  border-color: #753acc;
  color: #753acc;
}
.p-store-map-list .btn-category.btn-category-groceries.active .img-wrap img {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
.p-store-map-list .btn-category.btn-category-groceries:hover {
  border-color: #753acc;
  color: #753acc;
}
.p-store-map-list .btn-category.btn-category-groceries:hover .img-wrap img {
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
@media screen and (max-width: 991px) {
  .p-store-map-list {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-store-map-list .category-carousel {
    margin-top: 20px;
  }
  .p-store-map-list #maps-tab {
    height: 44px;
  }
  .p-store-map-list .nav-link {
    line-height: 40px;
  }
  .p-store-map-list .categroy-list {
    margin-top: 8%;
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 575px) {
  .p-store-map-list {
    padding-bottom: 15%;
  }
  .p-store-map-list .category-inner-wrap {
    margin-bottom: 100px;
  }
  .p-store-map-list .categroy-list {
    margin-bottom: 75px;
  }
  .p-store-map-list .btn-store-search {
    margin-top: 35px;
  }
}
@media screen and (max-width: 375px) {
  .p-store-map-list .home-title {
    margin-bottom: 30px;
  }
  .p-store-map-list .home-title .square {
    display: none;
  }
}

.p-store-list {
  padding-bottom: 5%;
  background: url("/assets/images/background/news.png") no-repeat;
  background-position: center bottom;
  overflow-x: hidden;
}
.p-store-list #AC {
  color: transparent;
}
.p-store-list .container {
  position: relative;
  z-index: 2;
}
.p-store-list .home-title {
  margin-bottom: 120px;
}
.p-store-list .category-item {
  margin-bottom: 40px;
  padding-bottom: 125px;
  z-index: 2;
}
.p-store-list .category-item::after {
  content: "";
  height: 502px;
  background: url("/assets/images/background/category_footer_material.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: -87px;
  z-index: -1;
}
.p-store-list .category-item .category-block {
  position: relative;
  z-index: 2;
}
.p-store-list .btn-close {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .p-store-list .category-item::after {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .p-store-list .category-item {
    padding-bottom: 55px;
  }
  .p-store-list .category-item::after {
    height: 321px;
  }
  .p-store-list .btn-close {
    bottom: initial;
    right: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .p-store-list {
    padding-bottom: 10%;
  }
  .p-store-list .category-item {
    padding-bottom: 28px;
  }
  .p-store-list .category-item::after {
    height: 269px;
  }
}
@media screen and (max-width: 575px) {
  .p-store-list .home-title {
    margin-bottom: 90px;
  }
  .p-store-list .category-item::after {
    height: 192px;
    left: -5px;
    right: -5px;
  }
}
@media screen and (max-width: 375px) {
  .p-store-list .home-title .square {
    display: none;
  }
}

/* ============================
          攤位地圖(end)
============================ */
/* ============================
            攤商資訊
============================ */
.p-store-detailed {
  padding-bottom: 5%;
}
.p-store-detailed .pro-intro header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-store-detailed .store-number {
  display: inline-block;
  padding: 0px 20px;
  margin-bottom: 15px;
  border: 3px solid #A40000;
  border-radius: 20px;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #121212;
}
.p-store-detailed .link-map {
  display: inline-block;
  height: 36px;
  margin-left: 8px;
  padding: 0 20px;
  font-size: 1.125rem;
  line-height: 36px;
  border-radius: 20px;
  background: #A40000;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-store-detailed .link-map:hover {
  text-decoration: none;
  background: #be0000;
}
.p-store-detailed .link-map .fa {
  margin-right: 8px;
}
.p-store-detailed .product-title {
  font-size: 1.6875rem;
  color: #A40000;
}
.p-store-detailed .hot-img {
  margin-left: auto;
}
.p-store-detailed .pro-description,
.p-store-detailed .store-description {
  line-height: 35px;
  color: #787878;
}
.p-store-detailed .hr {
  margin: 25px 0;
}
.p-store-detailed .title {
  border: none;
  margin-bottom: 0;
}
.p-store-detailed .nav-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-store-detailed .tab-pills {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  min-height: 85px;
  margin-bottom: 25px;
  margin-top: 30px;
  overflow-x: auto;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}
.p-store-detailed .tab-pills .nav-item {
  width: auto;
}
.p-store-detailed .tab-pills .nav-link {
  height: 65px;
  min-width: 150px;
  padding: 0 20px;
}
.p-store-detailed .tab-content {
  margin-bottom: 30px;
}
.p-store-detailed .store-description {
  margin-top: 6%;
}
.p-store-detailed .store-intro,
.p-store-detailed .store-keyword {
  padding: 35px;
  border: 9px solid #efefef;
  border-radius: 10px;
}
.p-store-detailed .store-intro .img-wrap {
  text-align: center;
}
.p-store-detailed .store-text {
  margin-top: 5%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #666;
}
.p-store-detailed .store-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.p-store-detailed .store-text .pos-text {
  width: 80%;
}
.p-store-detailed .store-text .text-editor-block {
  margin-top: 30px;
}
.p-store-detailed .store-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px;
}
.p-store-detailed .store-subtitle {
  margin-right: 30px;
  color: #787878;
}
.p-store-detailed .store-subtitle .fa {
  font-size: 18px;
  color: #787878;
}
.p-store-detailed .keyword-block {
  width: 86%;
}
.p-store-detailed .keyword {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 0px 20px;
  font-weight: 600;
  border-radius: 20px;
  background: #efefef;
  color: #121212;
}
.p-store-detailed .keyword:hover {
  text-decoration: none;
}
.p-store-detailed .no-data {
  margin: 0 auto;
  max-width: 100%;
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-store-detailed .no-data .no-data-text {
  font-weight: 600;
  font-size: 30px;
  color: #787878;
}
@media screen and (max-width: 1199px) {
  .p-store-detailed .keyword-block {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .p-store-detailed {
    padding-bottom: 10%;
  }
  .p-store-detailed .pro-intro header {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .p-store-detailed .product-title {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .p-store-detailed .pro-detailed-info {
    width: 90%;
  }
  .p-store-detailed .pro-description {
    margin-top: 6%;
  }
  .p-store-detailed .keyword-block {
    width: 77%;
  }
}
@media screen and (max-width: 767px) {
  .p-store-detailed .title .square {
    display: none;
  }
  .p-store-detailed .pro-detailed-info {
    width: 100%;
    margin-top: 0;
  }
  .p-store-detailed .pro-description {
    margin-top: 1%;
  }
  .p-store-detailed .nav-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-store-detailed .tab-pills {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .p-store-detailed .tab-pills .nav-link {
    width: 150px;
    height: 40px;
    line-height: 36px;
  }
  .p-store-detailed .tab-content .tab-pane {
    display: none !important;
    opacity: 0;
  }
  .p-store-detailed .tab-content .tab-pane.active.show {
    display: block !important;
    opacity: 1;
  }
  .p-store-detailed .store-description {
    margin-top: 10%;
  }
  .p-store-detailed .store-text .pos-text {
    width: 78%;
  }
  .p-store-detailed .keyword-block {
    width: 65%;
  }
}
@media screen and (max-width: 575px) {
  .p-store-detailed {
    padding-bottom: 55px;
  }
  .p-store-detailed .store-subtitle {
    margin-bottom: 10px;
  }
  .p-store-detailed .store-text .pos-text {
    width: 67%;
  }
  .p-store-detailed .store-keyword {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-store-detailed .keyword-block {
    width: 100%;
  }
  .p-store-detailed .store-intro,
.p-store-detailed .store-keyword {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-store-detailed .hot-img {
    width: 80px;
  }
}
@media screen and (max-width: 375px) {
  .p-store-detailed .store-text .pos-text {
    width: 61%;
  }
  .p-store-detailed .store-number {
    margin-bottom: 10px;
  }
  .p-store-detailed .link-map {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

/* ============================
          攤商資訊(end)
============================ */
/* ============================
          會員中心
============================ */
.p-member-center .breadcrumb {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.p-member-center .container {
  position: relative;
  z-index: 10;
}
.p-member-center .member-center-block {
  overflow-x: hidden;
}
.p-member-center .tab-pills {
  position: relative;
  z-index: 3;
}
.p-member-center #member-info-edit {
  position: relative;
}
.p-member-center #member-info-edit::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  padding-bottom: 32%;
  overflow: hidden;
  background: url("/assets/images/icons/woman_write.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: -8%;
  bottom: -20px;
}
.p-member-center .form-style .form-title label {
  padding-right: 20px;
}
.p-member-center .btn-confirm {
  width: 200px;
  height: 44px;
  border: none;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-member-center #member-center-tab {
    height: 44px;
  }
  .p-member-center .nav-link {
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .p-member-center .form-dress-group .twzipcode {
    width: 100%;
  }
  .p-member-center .form-dress-group .form-select:last-child {
    margin-right: 0;
  }
  .p-member-center .form-dress-group input.form-control {
    width: 100%;
    margin-top: 10px;
  }
  .p-member-center .btn-confirm {
    width: 100%;
  }
}

/* ============================
        會員中心(END)
============================ */
/* ============================
     會員中心-訂購紀錄詳細
============================ */
.p-order-detailed .breadcrumb {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.p-order-detailed .form-panel {
  padding: 30px 70px;
  background-color: #efefef;
}
.p-order-detailed .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-order-detailed .form-item .form-title {
  min-width: 66px;
  margin-right: 10px;
}
.p-order-detailed .form-item .form-select {
  width: calc(100% - 66px);
}
.p-order-detailed .form-item .form-control {
  width: 100%;
}
.p-order-detailed .order-detailed-block {
  position: relative;
  z-index: 4;
}
.p-order-detailed .common-table:not(.with-total) td:last-child {
  font-size: 1.25rem;
  font-weight: 600;
  color: #A40000;
}
.p-order-detailed .btn-solid:not(.bg-disabled) {
  width: 200px;
  height: 44px;
  margin: 0 auto;
  line-height: 44px;
  font-weight: 500;
}

/* ============================
    會員中心-訂購紀錄詳細(END)
============================ */
/* ============================
          攤商管理
============================ */
.p-stall-common .breadcrumb {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.p-stall-common #stall-center-tab {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-stall-common .tab-pills {
  width: auto;
  position: relative;
  z-index: 3;
}
.p-stall-common .tab-pills .nav-item {
  width: auto;
}
.p-stall-common .tab-pills .nav-link {
  padding: 0 30px;
}
.p-stall-common .stall-center-block {
  position: relative;
  z-index: 3;
}
.p-stall-common .btn-search, .p-stall-common .btn-print, .p-stall-common .btn-add {
  border-width: 2px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9375rem;
  line-height: 41px;
}
.p-stall-common .btn-search .fa, .p-stall-common .btn-print .fa, .p-stall-common .btn-add .fa {
  margin-right: 3px;
  font-size: 17px;
}
.p-stall-common .btn-search {
  width: 90px;
  height: 44px;
}
.p-stall-common .btn-print {
  width: 140px;
  height: 44px;
}
.p-stall-common .btn-add {
  width: 120px;
  height: 44px;
  font-size: 0.9375rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-stall-common .btn-add:hover {
  background-color: #A40000;
}
.p-stall-common .btn-edit, .p-stall-common .btn-del {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 26px;
}
.p-stall-common .form-style .checkbox-custom .checkbox-icon {
  border-radius: 0;
}
.p-stall-common #order-manage .common-table .btn-outline {
  width: 70px;
  height: 30px;
}
.p-stall-common #products-manage .common-table tr:not(:first-child) td, .p-stall-common #order-setting .common-table tr:not(:first-child) td {
  border-bottom: 1px solid #fff;
}
.p-stall-common #products-manage .common-table td, .p-stall-common #order-setting .common-table td {
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #121212;
}
.p-stall-common #products-manage .common-table td:not(:last-child):not(:first-child), .p-stall-common #order-setting .common-table td:not(:last-child):not(:first-child) {
  border-right: 1px solid #fff;
}
.p-stall-common #products-manage .common-table td.has-padding, .p-stall-common #order-setting .common-table td.has-padding {
  padding: 10px;
}
.p-stall-common #products-manage .common-table .form-item, .p-stall-common #order-setting .common-table .form-item {
  margin-bottom: 0;
}
.p-stall-common #products-manage .common-table .form-control, .p-stall-common #order-setting .common-table .form-control {
  height: 30px;
  border: 1px solid #A40000;
  text-align: center;
  font-size: 0.875rem;
  color: #A40000;
}
.p-stall-common #products-manage .common-table .form-control::-webkit-input-placeholder, .p-stall-common #order-setting .common-table .form-control::-webkit-input-placeholder {
  color: #A40000;
}
.p-stall-common #products-manage .common-table .form-control::-moz-placeholder, .p-stall-common #order-setting .common-table .form-control::-moz-placeholder {
  color: #A40000;
}
.p-stall-common #products-manage .common-table .form-control:-ms-input-placeholder, .p-stall-common #order-setting .common-table .form-control:-ms-input-placeholder {
  color: #A40000;
}
.p-stall-common #products-manage .common-table .form-control::-ms-input-placeholder, .p-stall-common #order-setting .common-table .form-control::-ms-input-placeholder {
  color: #A40000;
}
.p-stall-common #products-manage .common-table .form-control::placeholder, .p-stall-common #order-setting .common-table .form-control::placeholder {
  color: #A40000;
}
.p-stall-common #products-manage .pro-img, .p-stall-common #order-setting .pro-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.p-stall-common #products-manage .pro-img img, .p-stall-common #order-setting .pro-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-stall-common #products-manage .list-item, .p-stall-common #order-setting .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  padding: 10px;
}
.p-stall-common #products-manage .list-item:not(:first-child), .p-stall-common #order-setting .list-item:not(:first-child) {
  border-top: 1px solid #fff;
}
.p-stall-common #order-setting .form-title label {
  margin-right: 10px;
}
.p-stall-common #order-setting .tip {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1rem;
  word-break: keep-all;
  color: #787878;
}
.p-stall-common #order-setting .btn-solid {
  width: 200px;
  height: 44px;
  margin: 0 auto;
  border: none;
  line-height: 44px;
  font-weight: 500;
}
.p-stall-common #stall-info .container {
  position: relative;
  z-index: 2;
}
.p-stall-common #stall-info .title {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 2px solid #A40000;
}
.p-stall-common #stall-info .form-style .form-title {
  padding-right: 30px;
}
.p-stall-common #stall-info .stall-info-block {
  padding-bottom: 7%;
}
.p-stall-common #stall-info .stall-info-block .title {
  margin-bottom: 60px;
}
.p-stall-common #stall-info #info-content {
  height: 350px;
}
.p-stall-common #stall-info .btn-confirm {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 44px;
  border-radius: 44px;
  line-height: 44px;
  -webkit-box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
          box-shadow: 0px 2px 1px 2px rgba(95, 46, 8, 0.3);
  color: #fff;
  background: #A40000;
  overflow: hidden;
  font-size: 0.9375rem;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.p-stall-common #stall-info .pw-tip {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 44px;
  color: #787878;
}
.p-stall-common #stall-info .store-number {
  display: inline-block;
  padding: 0px 20px;
  border: 3px solid #A40000;
  border-radius: 20px;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #121212;
}
.p-stall-common #stall-info .product-title {
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 0;
  font-size: 1.6875rem;
  font-weight: 600;
  color: #A40000;
}
@media screen and (max-width: 991px) {
  .p-stall-common #stall-info .form-style .form-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .p-stall-common #stall-info .form-style .info-keyword-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-stall-common #stall-info {
    padding-bottom: 10%;
  }
  .p-stall-common #stall-info .stall-info-block .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-stall-common .nav-responsive {
    overflow-x: auto;
  }
  .p-stall-common #stall-center-tab {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    height: 44px;
    overflow: auto;
  }
  .p-stall-common #stall-center-tab .nav-link {
    min-width: 150px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .p-stall-common .btn-search, .p-stall-common .btn-print {
    width: 100%;
  }
}

/* ============================
        攤商管理(END)
============================ */
/* ============================
      攤商管理 - 產品管理
============================ */
.p-stall-products-list .separate-inline .form-item {
  margin-bottom: 0;
}
.p-stall-products-list .separate-inline .form-item:nth-child(3) {
  margin-right: 15px;
}
.p-stall-products-list .separate-inline .form-title {
  padding-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  word-break: keep-all;
}
.p-stall-products-list .separate-inline .form-control {
  border: 1px solid #efefef;
}
.p-stall-products-list .separate-inline .form-select .fa-angle-down {
  right: 5px;
}
.p-stall-products-list .separate-inline .form-select .form-control {
  padding: 0 25px 0 10px;
}
@media screen and (max-width: 767px) {
  .p-stall-products-list .separate-inline .btn-add {
    width: 100%;
  }
  .p-stall-products-list .form-inline {
    width: 100%;
  }
  .p-stall-products-list .form-inline .btn-search {
    width: 100%;
  }
  .p-stall-products-list .form-inline .form-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-stall-products-list .form-inline .form-item:nth-child(3) {
    width: 65%;
    margin-right: 0;
    padding-right: 5px;
  }
  .p-stall-products-list .form-inline .form-item:nth-child(4) {
    width: 35%;
    padding-left: 5px;
  }
}

.p-stall-products-manage .breadcrumb {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.p-stall-products-manage .stall-products-manage-block {
  position: relative;
  z-index: 3;
}
.p-stall-products-manage .form-title label {
  padding-right: 20px;
}
.p-stall-products-manage .photo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-stall-products-manage .img-upload-item {
  padding: 10px 10px 20px 10px;
  position: relative;
}
.p-stall-products-manage .img-upload-item .img-wrap {
  width: 100%;
  padding-bottom: 100%;
}
.p-stall-products-manage .img-upload-item .btn-img-drag {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 10px;
  background-color: #efefef;
  cursor: pointer;
}
.p-stall-products-manage .img-upload-item .btn-img-drag::before, .p-stall-products-manage .img-upload-item .btn-img-drag::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #787878;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-stall-products-manage .img-upload-item .btn-img-drag::before {
  top: 40%;
}
.p-stall-products-manage .img-upload-item .btn-img-drag::after {
  top: 60%;
}
.p-stall-products-manage .img-title {
  text-align: left;
}
.p-stall-products-manage .common-table tr:not(:first-child) td {
  border-bottom: 1px solid #fff;
}
.p-stall-products-manage .common-table th:first-child {
  text-align: left;
}
.p-stall-products-manage .common-table td {
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  color: #121212;
}
.p-stall-products-manage .common-table td:not(:last-child):not(:first-child) {
  border-right: 1px solid #fff;
}
.p-stall-products-manage .common-table .form-item {
  margin-bottom: 0;
}
.p-stall-products-manage .common-table .form-item.with-unit .form-control {
  width: 100%;
  text-align: center;
  color: #A40000;
}
.p-stall-products-manage .common-table .form-control {
  height: 30px;
  border: 1px solid #A40000;
  font-size: 0.875rem;
}
.p-stall-products-manage .common-table .form-control::-webkit-input-placeholder {
  color: #A40000;
}
.p-stall-products-manage .common-table .form-control::-moz-placeholder {
  color: #A40000;
}
.p-stall-products-manage .common-table .form-control:-ms-input-placeholder {
  color: #A40000;
}
.p-stall-products-manage .common-table .form-control::-ms-input-placeholder {
  color: #A40000;
}
.p-stall-products-manage .common-table .form-control::placeholder {
  color: #A40000;
}
.p-stall-products-manage .common-table .form-control[type=number] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  color: #A40000;
}
.p-stall-products-manage #btn-add-spec {
  width: 250px;
  height: 44px;
  border-width: 2px;
  border-radius: 5px;
  line-height: 44px;
  font-size: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-stall-products-manage #btn-add-spec .fa-plus {
  margin-right: 10px;
}
.p-stall-products-manage .btn-group {
  margin-top: 5%;
  margin-bottom: 10%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20%;
}
.p-stall-products-manage .btn-group .btn-solid, .p-stall-products-manage .btn-group .btn-outline {
  width: 200px;
  height: 44px;
  border-radius: 5px;
  line-height: 44px;
}
.p-stall-products-manage .btn-group .btn-solid {
  margin-left: 10px;
  border: none;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .p-stall-products-manage #btn-add-spec {
    width: 100%;
  }
  .p-stall-products-manage .btn-group .btn-solid, .p-stall-products-manage .btn-group .btn-outline {
    width: calc(100% / 2 - 7px);
  }
}

/* ============================
    攤商管理 - 產品管理(END)
============================ */
/* ============================
    攤商管理 - 訂單管理詳細頁
============================ */
.p-stall-order-detailed .breadcrumb {
  position: relative;
  z-index: 3;
}
.p-stall-order-detailed .order-detailed-panel {
  position: relative;
  z-index: 3;
}
.p-stall-order-detailed .form-panel {
  padding: 30px 70px;
  background-color: #efefef;
}
.p-stall-order-detailed .form-inline {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-stall-order-detailed .form-inline .form-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% / 2 - 50px);
}
.p-stall-order-detailed .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-stall-order-detailed .form-item .form-title {
  min-width: 66px;
  margin-right: 10px;
}
.p-stall-order-detailed .form-item .form-select {
  width: calc(100% - 66px);
}
.p-stall-order-detailed .form-item .form-control {
  width: 100%;
}
.p-stall-order-detailed .btn-solid {
  width: 200px;
  height: 44px;
  margin: 0 auto;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-stall-order-detailed .form-inline .form-item {
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-stall-order-detailed .form-panel {
    padding: 30px 20px;
  }
  .p-stall-order-detailed .form-inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .p-stall-order-detailed .form-inline .form-item {
    width: 100%;
  }
}

/* ============================
 攤商管理 - 訂單管理詳細頁(END)
============================ */
/* ============================
      攤商管理 - 產品分類
============================ */
.p-stall-category-list #btn-send {
  width: 200px;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  line-height: 44px;
  font-size: 0.9375rem;
  background-color: #fff;
}
.p-stall-category-list #btn-send:hover {
  background-color: #A40000;
}
.p-stall-category-list #category-list tr:not(.can-edit) .form-control {
  border-color: transparent;
  pointer-events: none;
  background: transparent;
}
.p-stall-category-list #category-list .form-control {
  text-align: center;
}
.p-stall-category-list #send {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  padding-top: 0;
  padding-bottom: 0;
}

/* ============================
    攤商管理 - 產品分類(END)
============================ */