@charset "UTF-8";
.color-blue {
  color: #6390df;
}

.bg-blue {
  background-color: #6390df;
}

.color-red {
  color: red;
}

.bg-red {
  background-color: red;
}

.color-orange {
  color: #f5d0b6;
}

.bg-orange {
  background-color: #f5d0b6;
}

.color-orange-3 {
  color: #ffe59a;
}

.bg-orange-3 {
  background-color: #ffe59a;
}

.color-light-blue-1 {
  color: #8daee8;
}

.bg-light-blue-1 {
  background-color: #8daee8;
}

.color-light-blue-3 {
  color: #e2eaf9;
}

.bg-light-blue-3 {
  background-color: #e2eaf9;
}

.color-purple {
  color: #9900e0;
}

.bg-purple {
  background-color: #9900e0;
}

.color-light-purple {
  color: #f5e0ff;
}

.bg-light-purple {
  background-color: #f5e0ff;
}

.color-green {
  color: #a7d08c;
}

.bg-green {
  background-color: #a7d08c;
}

.color-darken-green {
  color: #538234;
}

.bg-darken-green {
  background-color: #538234;
}

.header {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #538234;
  color: #fff;
}

.sticky-top {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 200;
}

.footer {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #a7d08c;
}

body {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

#wrap {
  width: 100%;
}

.page-content {
  display: block;
  /*padding-top: 30px;*/
  /*padding-bottom: 30px;*/
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: rgba(255, 255, 255, 0.75);
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft JhengHei", -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: #1a1a1a;
  background-color: #fff;
}

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

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

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

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

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

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

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

b, strong {
  font-weight: bolder;
}

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

lead, .lead {
  font-size: 125%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

figure {
  margin: 0 0 1rem;
}

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

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

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

@media (max-width: 767px) {
  input[type=search] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

input, textarea {
  outline: none;
  border-radius: 0px;
  border: 1px solid darkgray;
}

textarea {
  overflow: auto;
  resize: vertical;
}

h1, .h1 {
  font-size: 26px;
  display: block;
  color: #fff;
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 36px;
  }
}
h2, .h2 {
  font-size: 26px;
  display: block;
}

@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  h2, .h2 {
    font-size: 30px;
  }
}
h3, .h3 {
  font-size: 24px;
  display: block;
}

@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1100px) {
  h3, .h3 {
    font-size: 28px;
  }
}
h4, .h4 {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  h4, .h4 {
    font-size: 26px;
  }
}
h5, .h5 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  h5, .h5 {
    font-size: 24px;
  }
}
h6, .h6 {
  font-size: 20px;
}

p {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 0.5rem;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.w-100 {
  width: 100%;
}

.w-50 {
  width: 100%;
}

@media (min-width: 1099px) {
  .w-50 {
    width: 49.5%;
  }
}
.h-100 {
  height: 100%;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  /*margin-right: auto;*/
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-space {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .mb-space {
    margin-bottom: 30px;
  }
}
.text-mt {
  margin-top: 30px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.d-block {
  display: block;
}

.pt-1 {
  padding-top: 10px;
}

.pl-1 {
  padding-left: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px !important;
}

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

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

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

.ml-1 {
  margin-left: 10px !important;
}

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

.mb-1 {
  margin-bottom: 10px;
}

@media (min-width: 1099px) {
  .box-mb {
    margin-bottom: 30px;
  }
}
.c-inline-block {
  display: inline-block !important;
}

@media (min-width: 767px) {
  .c-inline-block {
    display: inline-flex !important;
  }
}
.margin-fluid {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .margin-fluid {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media (min-width: 1099px) {
  .margin-fluid {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.margin-top-fluid {
  margin-top: 30px;
}

@media (min-width: 767px) {
  .margin-top-fluid {
    margin-top: 65px;
  }
}
@media (min-width: 1099px) {
  .margin-top-fluid {
    margin-top: 100px;
  }
}
.p0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

.padding-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 767px) {
  .padding-fluid {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1099px) {
  .padding-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.padding-bottom-fluid {
  padding-bottom: 30px;
}

@media (min-width: 767px) {
  .padding-bottom-fluid {
    padding-bottom: 65px;
  }
}
@media (min-width: 1099px) {
  .padding-bottom-fluid {
    padding-bottom: 100px;
  }
}
.border-gray {
  border: 1px solid #808080;
}

.gfield_required {
  color: red;
}

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

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

.bg-transparent {
  background: transparent !important;
}

.badge:before {
  content: "(";
}

.badge:after {
  content: ")";
}

.page_btn {
  display: block;
  margin: 10px auto;
  padding: 8px 20px;
  font-size: 1rem;
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  text-align: center;
  background: #424242;
  background: -moz-linear-gradient(top, #424242 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #424242 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #424242 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#424242", endColorstr="#eaeaea", GradientType=0);
  border: 0;
  outline-color: transparent;
  cursor: pointer;
}

.page_btn:hover, .page_btn:focus, .page_btn:active {
  background: #383838;
  background: -moz-linear-gradient(top, #383838 0%, #cacaca 100%);
  background: -webkit-linear-gradient(top, #383838 0%, #cacaca 100%);
  background: linear-gradient(to bottom, #383838 0%, #cacaca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#383838", endColorstr="#cacaca", GradientType=0);
}

.page_btn.page_btn-blue {
  background: #6390df;
  background: -moz-linear-gradient(top, #6390df 0%, #1e4697 100%);
  background: -webkit-linear-gradient(top, #6390df 0%, #1e4697 100%);
  background: linear-gradient(to bottom, #6390df 0%, #1e4697 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6390df", endColorstr="#1e4697", GradientType=0);
}

.page_btn.page_btn-blue:hover, .page_btn.page_btn-blue:focus, .page_btn.page_btn-blue:active {
  background: #315ead;
  background: -moz-linear-gradient(top, #315ead 0%, #132d5c 100%);
  background: -webkit-linear-gradient(top, #315ead 0%, #132d5c 100%);
  background: linear-gradient(to bottom, #315ead 0%, #132d5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#315ead", endColorstr="#132d5c", GradientType=0);
}

.page_btn.search-btn, .page_btn.checkout-list-btn {
  display: inline-block;
  margin: auto;
  padding: 7px 10px;
  font-size: 0.85rem;
}

.page_btn.page_btn-orange {
  border: 1px solid #b35c15;
  background: #eca971;
  background: -moz-linear-gradient(top, #eca971 0%, #db7d31 100%);
  background: -webkit-linear-gradient(top, #eca971 0%, #db7d31 100%);
  background: linear-gradient(to bottom, #eca971 0%, #db7d31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eca971", endColorstr="#db7d31", GradientType=0);
}

.page_btn.page_btn-orange:hover, .page_btn.page_btn-orange:focus, .page_btn.page_btn-orange:active {
  background: #dd7723;
  background: -moz-linear-gradient(top, #dd7723 0%, #9b4906 100%);
  background: -webkit-linear-gradient(top, #dd7723 0%, #9b4906 100%);
  background: linear-gradient(to bottom, #dd7723 0%, #9b4906 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd7723", endColorstr="#9b4906", GradientType=0);
}

.page_btn.page_btn-orange-guest {
  padding: 4px 15px;
  border: 1px solid #dd7723;
  background: #db7d31;
  transition: box-shadow 400ms;
}

.page_btn.page_btn-orange-guest:hover, .page_btn.page_btn-orange-guest:focus, .page_btn.page_btn-orange-guest:active {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.35);
}

.page_btn.page_btn-red {
  border: 1px solid #af0303;
  background: #f01313;
  background: -moz-linear-gradient(top, #f01313 0%, #b10606 100%);
  background: -webkit-linear-gradient(top, #f01313 0%, #b10606 100%);
  background: linear-gradient(to bottom, #f01313 0%, #b10606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f01313", endColorstr="#b10606", GradientType=0);
}

.page_btn.page_btn-red:hover, .page_btn.page_btn-red:focus, .page_btn.page_btn-red:active {
  background: #b10606;
  background: -moz-linear-gradient(top, #b10606 0%, #850101 100%);
  background: -webkit-linear-gradient(top, #b10606 0%, #850101 100%);
  background: linear-gradient(to bottom, #b10606 0%, #850101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b10606", endColorstr="#850101", GradientType=0);
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/icomoon.eot?pgnvoj");
  src: url("/fonts/icomoon/icomoon.eot?pgnvoj#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?pgnvoj") format("truetype"), url("/fonts/icomoon/icomoon.woff?pgnvoj") format("woff"), url("/fonts/icomoon/icomoon.svg?pgnvoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location-shopping:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon {
  position: relative;
  text-align: right;
  padding-left: 4px;
}

.menus .menu-content {
  display: none;
}

@media (min-width: 1099px) {
  .menus .menu-content {
    display: block;
  }
}
.menus .menu-content .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  text-align: center;
}

.menus .menu-content .menu li {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.menus .menu-content .menu li a {
  display: block;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #47702d;
}

.menus .menu-content .menu li a:hover, .menus .menu-content .menu li a:focus, .menus .menu-content .menu li a:active {
  background-color: red;
}

@media (min-width: 1099px) {
  .menus .menu-content .menu li {
    display: inline-block;
  }

  .menus .menu-content .menu li a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    border-top-width: 0;
    background-color: transparent;
    transition: color 400ms;
  }

  .menus .menu-content .menu li a:hover, .menus .menu-content .menu li a:focus, .menus .menu-content .menu li a:active {
    color: red;
    background-color: transparent;
  }
}
.menus .menu-content .menu li.current a {
  background: red;
}

.footer .navbar div > a.current {
  color: red !important;
}

@media (min-width: 1099px) {
  .menus .menu-content .menu li.current a {
    color: red;
    background-color: transparent;
  }

  .menus .menu-content .menu li.current .submenu-toggle:after {
    color: red;
  }
}
.menus .menu-content .menu li.open > .sub-menu {
  display: block;
}

@media (min-width: 1099px) {
  .menus .menu-content .menu li:hover > .sub-menu, .menus .menu-content .menu li:focus > .sub-menu, .menus .menu-content .menu li:active > .sub-menu {
    display: block;
  }

  .menus .menu-content .menu li:hover .submenu-toggle:after, .menus .menu-content .menu li:focus .submenu-toggle:after, .menus .menu-content .menu li:active .submenu-toggle:after {
    color: red;
  }
}
.menus .menu-content .menu li ul.sub-menu {
  display: none;
  position: static;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  list-style-type: none;
  z-index: 200;
}

@media (min-width: 1099px) {
  .menus .menu-content .menu li ul.sub-menu {
    position: absolute;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.35);
  }
}
.menus .menu-content .menu li ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

.menus .menu-content .menu li ul.sub-menu li a {
  padding: 8px 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #a7d08c;
  border-top: 1px solid #99c97a;
}

.menus .menu-content .menu li ul.sub-menu li a:hover, .menus .menu-content .menu li ul.sub-menu li a:focus, .menus .menu-content .menu li ul.sub-menu li a:active {
  background: #538234;
  color: #fff;
}

@media (min-width: 1099px) {
  .menus .menu-content .menu li ul.sub-menu li a {
    width: 170px;
    max-width: 160px;
    text-align: left;
    transition: background 400ms;
  }
}
.menus, .mobile-hamburger {
  display: block;
}

@media (min-width: 1099px) {
  .mobile-hamburger {
    display: none;
  }
}
.submenu-toggle {
  cursor: pointer;
}

.submenu-toggle:after {
  content: "V";
  position: absolute;
  top: 1px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (min-width: 1099px) {
  .submenu-toggle:after {
    display: inline-block;
    right: -4px;
    top: 22px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: transparent;
  }
}
.submenu-toggle.open:after {
  /*transform: rotate(-180deg);*/
}

.menu-hamburger, .menu-hamburger::before, .menu-hamburger::after {
  content: "";
  display: block;
  background: #fff;
  height: 3px;
  width: 2em;
  transition: all ease-in-out 200ms;
}

@media (min-width: 1099px) {
  .menu-hamburger, .menu-hamburger::before, .menu-hamburger::after {
    display: none;
  }
}
.menu-hamburger {
  margin: 25px 0 25px 30px;
  cursor: pointer;
  outline: 0;
}

.menu-hamburger:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.menu-hamburger:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.menu-hamburger.open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-hamburger.open:before {
  display: none;
}

.menu-hamburger.open:after {
  -webkit-transform: translateY(-1px) rotate(-90deg);
  transform: translateY(-1px) rotate(-90deg);
}

.menu-hamburger + span {
  display: inline-block;
  width: calc(100% - 124px);
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}

@media (min-width: 1099px) {
  .menu-hamburger + span {
    display: none;
  }
}
.banners .banner-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page_logo {
  color: #fff;
}

.page_logo:hover, .page_logo:focus, .page_logo:active {
  color: #fff;
}

.language-switch {
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 10px;
}

.form {
  display: none;
  margin-top: 30px;
}

.form-group {
  margin-bottom: 10px;
}

input[type=radio]:checked + label {
  color: #6390df;
  font-weight: 700;
}

.gfield {
  display: block;
  font-size: 0px;
  height: auto;
}

.gfield .gfield_label, .gfield .ginput_container {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  padding: 2px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .gfield .gfield_label.double-content, .gfield .ginput_container.double-content {
    display: inline-block;
    justify-content: initial;
    align-items: center;
  }

  .gfield .gfield_label.double-content input[type=text], .gfield .ginput_container.double-content input[type=text] {
    width: calc(100% - 41px);
  }
}
.gfield .gfield_label {
  width: 90px;
  padding-left: 4px;
  text-align: left;
  line-height: 35px;
  background-color: #e5f3ff;
}

.gfield .gfield_label .gfield_required {
  margin-left: 4px;
}

@media (min-width: 575px) {
  .gfield .gfield_label {
    width: 96px;
  }
}
@media (min-width: 991px) {
  .gfield .gfield_label {
    width: 116px;
  }
}
.gfield .ginput_container {
  width: calc(100% - 90px);
  background-color: #fff;
  padding: 6px;
}

@media (min-width: 575px) {
  .gfield .ginput_container {
    width: calc(100% - 100px);
  }
}
@media (min-width: 991px) {
  .gfield .ginput_container {
    width: calc(100% - 120px);
  }
}
.gfield .ginput_container .gfield-select {
  display: block;
  margin-top: 10px;
}

@media (min-width: 767px) {
  .gfield .ginput_container .gfield-select {
    display: inline-flex;
    margin-left: 10px;
    margin-top: 0;
  }
}
.gfield .ginput_container .date-icon {
  width: auto;
  height: 30px;
  margin-left: 4px;
}

.ginput_container input, .ginput_container textarea, .ginput_container select {
  width: 100%;
}

.ginput_container input, .ginput_container select {
  padding-left: 4px;
  padding-right: 4px;
  height: 30px;
}

.ginput_container textarea {
  padding: 4px;
  resize: none;
  vertical-align: bottom;
}

.form-send-container {
  margin-top: 20px;
}

.form-send-container .verification-code {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-send-container .verification-code > img {
  width: 90px;
  height: auto;
}

.form-send-container .verification-code input {
  width: 100px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.form-send-container .verification-code .refresh {
  margin-left: 5px;
  cursor: pointer;
}

@media (min-width: 767px) {
  .form-send-container .verification-code {
    justify-content: flex-end;
  }
}
@media (min-width: 767px) {
  .form-send-container .send-btn {
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .forn-element .input-w50 input[type=text] {
    width: 50%;
  }
}
.forn-element input[type=radio] {
  width: auto;
  height: auto;
}

.gfield-respond-title {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  background: #255ab7;
}

.gfield-respond {
  display: block;
  font-size: 0px;
}

.gfield-respond .gfield_label, .gfield-respond .ginput_container {
  display: inline-block;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  padding: 10px;
  box-sizing: border-box;
}

.gfield-respond .gfield_label.bg-green, .gfield-respond .ginput_container.bg-green {
  background-color: #a7d08c;
}

.gfield-respond .gfield_label.bg-gray, .gfield-respond .ginput_container.bg-gray {
  background: #f3f3f3;
}

.gfield-respond .gfield_label.bg-blue, .gfield-respond .ginput_container.bg-blue {
  background: #e2eaf9;
}

.gfield-respond .gfield_label {
  width: 60px;
  height: 100%;
  vertical-align: top;
  background-color: #fff;
  font-weight: 700;
  border-right: 1px solid #e6e6e6;
}

.gfield-respond .gfield_label .gfield_required {
  margin-left: 4px;
}

@media (min-width: 575px) {
  .gfield-respond .gfield_label {
    width: 80px;
  }
}
@media (min-width: 991px) {
  .gfield-respond .gfield_label {
    width: 100px;
  }
}
.gfield-respond .ginput_container {
  width: calc(100% - 60px);
  background-color: #fff;
}

.gfield-respond .ginput_container .gfield-respond-date {
  display: block;
  margin-top: 10px;
  padding-right: 14px;
}

@media (min-width: 767px) {
  .gfield-respond .ginput_container .gfield-respond-date {
    float: right;
    margin-top: 0;
    display: inline-block;
  }
}
@media (min-width: 575px) {
  .gfield-respond .ginput_container {
    width: calc(100% - 84px);
  }
}
@media (min-width: 991px) {
  .gfield-respond .ginput_container {
    width: calc(100% - 104px);
  }
}
.form-guest, .form-checkout, .form-detail, .order-detail {
  display: block;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.form-guest thead, .form-guest .thead, .form-checkout thead, .form-checkout .thead, .form-detail thead, .form-detail .thead, .order-detail thead, .order-detail .thead {
  background-color: #ed7d31;
}

.form-guest thead th, .form-guest .thead th, .form-checkout thead th, .form-checkout .thead th, .form-detail thead th, .form-detail .thead th, .order-detail thead th, .order-detail .thead th {
  display: block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.1rem;
}

.form-guest thead ~ tbody:nth-child(2) .guest-title, .form-guest thead ~ .tbody:nth-child(2) .guest-title, .form-guest .thead ~ tbody:nth-child(2) .guest-title, .form-guest .thead ~ .tbody:nth-child(2) .guest-title, .form-checkout thead ~ tbody:nth-child(2) .guest-title, .form-checkout thead ~ .tbody:nth-child(2) .guest-title, .form-checkout .thead ~ tbody:nth-child(2) .guest-title, .form-checkout .thead ~ .tbody:nth-child(2) .guest-title, .form-detail thead ~ tbody:nth-child(2) .guest-title, .form-detail thead ~ .tbody:nth-child(2) .guest-title, .form-detail .thead ~ tbody:nth-child(2) .guest-title, .form-detail .thead ~ .tbody:nth-child(2) .guest-title, .order-detail thead ~ tbody:nth-child(2) .guest-title, .order-detail thead ~ .tbody:nth-child(2) .guest-title, .order-detail .thead ~ tbody:nth-child(2) .guest-title, .order-detail .thead ~ .tbody:nth-child(2) .guest-title {
  display: inline-flex;
}

@media (min-width: 767px) {
  .form-guest thead ~ tbody:nth-child(2) .guest-name, .form-guest thead ~ tbody:nth-child(2) .guest-respond, .form-guest thead ~ tbody:nth-child(2) .guest-date, .form-guest thead ~ tbody:nth-child(2) .guest-last-respond, .form-guest thead ~ tbody:nth-child(2) .guest-money, .form-guest thead ~ tbody:nth-child(2) .guest-store, .form-guest thead ~ tbody:nth-child(2) .order-number, .form-guest thead ~ tbody:nth-child(2) .order-text, .form-guest thead ~ tbody:nth-child(2) .order-status, .form-guest thead ~ .tbody:nth-child(2) .guest-name, .form-guest thead ~ .tbody:nth-child(2) .guest-respond, .form-guest thead ~ .tbody:nth-child(2) .guest-date, .form-guest thead ~ .tbody:nth-child(2) .guest-last-respond, .form-guest thead ~ .tbody:nth-child(2) .guest-money, .form-guest thead ~ .tbody:nth-child(2) .guest-store, .form-guest thead ~ .tbody:nth-child(2) .order-number, .form-guest thead ~ .tbody:nth-child(2) .order-text, .form-guest thead ~ .tbody:nth-child(2) .order-status, .form-guest .thead ~ tbody:nth-child(2) .guest-name, .form-guest .thead ~ tbody:nth-child(2) .guest-respond, .form-guest .thead ~ tbody:nth-child(2) .guest-date, .form-guest .thead ~ tbody:nth-child(2) .guest-last-respond, .form-guest .thead ~ tbody:nth-child(2) .guest-money, .form-guest .thead ~ tbody:nth-child(2) .guest-store, .form-guest .thead ~ tbody:nth-child(2) .order-number, .form-guest .thead ~ tbody:nth-child(2) .order-text, .form-guest .thead ~ tbody:nth-child(2) .order-status, .form-guest .thead ~ .tbody:nth-child(2) .guest-name, .form-guest .thead ~ .tbody:nth-child(2) .guest-respond, .form-guest .thead ~ .tbody:nth-child(2) .guest-date, .form-guest .thead ~ .tbody:nth-child(2) .guest-last-respond, .form-guest .thead ~ .tbody:nth-child(2) .guest-money, .form-guest .thead ~ .tbody:nth-child(2) .guest-store, .form-guest .thead ~ .tbody:nth-child(2) .order-number, .form-guest .thead ~ .tbody:nth-child(2) .order-text, .form-guest .thead ~ .tbody:nth-child(2) .order-status, .form-checkout thead ~ tbody:nth-child(2) .guest-name, .form-checkout thead ~ tbody:nth-child(2) .guest-respond, .form-checkout thead ~ tbody:nth-child(2) .guest-date, .form-checkout thead ~ tbody:nth-child(2) .guest-last-respond, .form-checkout thead ~ tbody:nth-child(2) .guest-money, .form-checkout thead ~ tbody:nth-child(2) .guest-store, .form-checkout thead ~ tbody:nth-child(2) .order-number, .form-checkout thead ~ tbody:nth-child(2) .order-text, .form-checkout thead ~ tbody:nth-child(2) .order-status, .form-checkout thead ~ .tbody:nth-child(2) .guest-name, .form-checkout thead ~ .tbody:nth-child(2) .guest-respond, .form-checkout thead ~ .tbody:nth-child(2) .guest-date, .form-checkout thead ~ .tbody:nth-child(2) .guest-last-respond, .form-checkout thead ~ .tbody:nth-child(2) .guest-money, .form-checkout thead ~ .tbody:nth-child(2) .guest-store, .form-checkout thead ~ .tbody:nth-child(2) .order-number, .form-checkout thead ~ .tbody:nth-child(2) .order-text, .form-checkout thead ~ .tbody:nth-child(2) .order-status, .form-checkout .thead ~ tbody:nth-child(2) .guest-name, .form-checkout .thead ~ tbody:nth-child(2) .guest-respond, .form-checkout .thead ~ tbody:nth-child(2) .guest-date, .form-checkout .thead ~ tbody:nth-child(2) .guest-last-respond, .form-checkout .thead ~ tbody:nth-child(2) .guest-money, .form-checkout .thead ~ tbody:nth-child(2) .guest-store, .form-checkout .thead ~ tbody:nth-child(2) .order-number, .form-checkout .thead ~ tbody:nth-child(2) .order-text, .form-checkout .thead ~ tbody:nth-child(2) .order-status, .form-checkout .thead ~ .tbody:nth-child(2) .guest-name, .form-checkout .thead ~ .tbody:nth-child(2) .guest-respond, .form-checkout .thead ~ .tbody:nth-child(2) .guest-date, .form-checkout .thead ~ .tbody:nth-child(2) .guest-last-respond, .form-checkout .thead ~ .tbody:nth-child(2) .guest-money, .form-checkout .thead ~ .tbody:nth-child(2) .guest-store, .form-checkout .thead ~ .tbody:nth-child(2) .order-number, .form-checkout .thead ~ .tbody:nth-child(2) .order-text, .form-checkout .thead ~ .tbody:nth-child(2) .order-status, .form-detail thead ~ tbody:nth-child(2) .guest-name, .form-detail thead ~ tbody:nth-child(2) .guest-respond, .form-detail thead ~ tbody:nth-child(2) .guest-date, .form-detail thead ~ tbody:nth-child(2) .guest-last-respond, .form-detail thead ~ tbody:nth-child(2) .guest-money, .form-detail thead ~ tbody:nth-child(2) .guest-store, .form-detail thead ~ tbody:nth-child(2) .order-number, .form-detail thead ~ tbody:nth-child(2) .order-text, .form-detail thead ~ tbody:nth-child(2) .order-status, .form-detail thead ~ .tbody:nth-child(2) .guest-name, .form-detail thead ~ .tbody:nth-child(2) .guest-respond, .form-detail thead ~ .tbody:nth-child(2) .guest-date, .form-detail thead ~ .tbody:nth-child(2) .guest-last-respond, .form-detail thead ~ .tbody:nth-child(2) .guest-money, .form-detail thead ~ .tbody:nth-child(2) .guest-store, .form-detail thead ~ .tbody:nth-child(2) .order-number, .form-detail thead ~ .tbody:nth-child(2) .order-text, .form-detail thead ~ .tbody:nth-child(2) .order-status, .form-detail .thead ~ tbody:nth-child(2) .guest-name, .form-detail .thead ~ tbody:nth-child(2) .guest-respond, .form-detail .thead ~ tbody:nth-child(2) .guest-date, .form-detail .thead ~ tbody:nth-child(2) .guest-last-respond, .form-detail .thead ~ tbody:nth-child(2) .guest-money, .form-detail .thead ~ tbody:nth-child(2) .guest-store, .form-detail .thead ~ tbody:nth-child(2) .order-number, .form-detail .thead ~ tbody:nth-child(2) .order-text, .form-detail .thead ~ tbody:nth-child(2) .order-status, .form-detail .thead ~ .tbody:nth-child(2) .guest-name, .form-detail .thead ~ .tbody:nth-child(2) .guest-respond, .form-detail .thead ~ .tbody:nth-child(2) .guest-date, .form-detail .thead ~ .tbody:nth-child(2) .guest-last-respond, .form-detail .thead ~ .tbody:nth-child(2) .guest-money, .form-detail .thead ~ .tbody:nth-child(2) .guest-store, .form-detail .thead ~ .tbody:nth-child(2) .order-number, .form-detail .thead ~ .tbody:nth-child(2) .order-text, .form-detail .thead ~ .tbody:nth-child(2) .order-status, .order-detail thead ~ tbody:nth-child(2) .guest-name, .order-detail thead ~ tbody:nth-child(2) .guest-respond, .order-detail thead ~ tbody:nth-child(2) .guest-date, .order-detail thead ~ tbody:nth-child(2) .guest-last-respond, .order-detail thead ~ tbody:nth-child(2) .guest-money, .order-detail thead ~ tbody:nth-child(2) .guest-store, .order-detail thead ~ tbody:nth-child(2) .order-number, .order-detail thead ~ tbody:nth-child(2) .order-text, .order-detail thead ~ tbody:nth-child(2) .order-status, .order-detail thead ~ .tbody:nth-child(2) .guest-name, .order-detail thead ~ .tbody:nth-child(2) .guest-respond, .order-detail thead ~ .tbody:nth-child(2) .guest-date, .order-detail thead ~ .tbody:nth-child(2) .guest-last-respond, .order-detail thead ~ .tbody:nth-child(2) .guest-money, .order-detail thead ~ .tbody:nth-child(2) .guest-store, .order-detail thead ~ .tbody:nth-child(2) .order-number, .order-detail thead ~ .tbody:nth-child(2) .order-text, .order-detail thead ~ .tbody:nth-child(2) .order-status, .order-detail .thead ~ tbody:nth-child(2) .guest-name, .order-detail .thead ~ tbody:nth-child(2) .guest-respond, .order-detail .thead ~ tbody:nth-child(2) .guest-date, .order-detail .thead ~ tbody:nth-child(2) .guest-last-respond, .order-detail .thead ~ tbody:nth-child(2) .guest-money, .order-detail .thead ~ tbody:nth-child(2) .guest-store, .order-detail .thead ~ tbody:nth-child(2) .order-number, .order-detail .thead ~ tbody:nth-child(2) .order-text, .order-detail .thead ~ tbody:nth-child(2) .order-status, .order-detail .thead ~ .tbody:nth-child(2) .guest-name, .order-detail .thead ~ .tbody:nth-child(2) .guest-respond, .order-detail .thead ~ .tbody:nth-child(2) .guest-date, .order-detail .thead ~ .tbody:nth-child(2) .guest-last-respond, .order-detail .thead ~ .tbody:nth-child(2) .guest-money, .order-detail .thead ~ .tbody:nth-child(2) .guest-store, .order-detail .thead ~ .tbody:nth-child(2) .order-number, .order-detail .thead ~ .tbody:nth-child(2) .order-text, .order-detail .thead ~ .tbody:nth-child(2) .order-status {
    height: calc(100% - 44px);
  }
}
.form-guest thead ~ tbody:nth-child(even) .guest-msg, .form-guest thead ~ tbody:nth-child(even) .guest-name, .form-guest thead ~ tbody:nth-child(even) .guest-respond, .form-guest thead ~ tbody:nth-child(even) .guest-date, .form-guest thead ~ tbody:nth-child(even) .guest-last-respond, .form-guest thead ~ tbody:nth-child(even) .guest-money, .form-guest thead ~ tbody:nth-child(even) .guest-store, .form-guest thead ~ tbody:nth-child(even) .order-number, .form-guest thead ~ tbody:nth-child(even) .order-text, .form-guest thead ~ tbody:nth-child(even) .order-status, .form-guest thead ~ .tbody:nth-child(even) .guest-msg, .form-guest thead ~ .tbody:nth-child(even) .guest-name, .form-guest thead ~ .tbody:nth-child(even) .guest-respond, .form-guest thead ~ .tbody:nth-child(even) .guest-date, .form-guest thead ~ .tbody:nth-child(even) .guest-last-respond, .form-guest thead ~ .tbody:nth-child(even) .guest-money, .form-guest thead ~ .tbody:nth-child(even) .guest-store, .form-guest thead ~ .tbody:nth-child(even) .order-number, .form-guest thead ~ .tbody:nth-child(even) .order-text, .form-guest thead ~ .tbody:nth-child(even) .order-status, .form-guest .thead ~ tbody:nth-child(even) .guest-msg, .form-guest .thead ~ tbody:nth-child(even) .guest-name, .form-guest .thead ~ tbody:nth-child(even) .guest-respond, .form-guest .thead ~ tbody:nth-child(even) .guest-date, .form-guest .thead ~ tbody:nth-child(even) .guest-last-respond, .form-guest .thead ~ tbody:nth-child(even) .guest-money, .form-guest .thead ~ tbody:nth-child(even) .guest-store, .form-guest .thead ~ tbody:nth-child(even) .order-number, .form-guest .thead ~ tbody:nth-child(even) .order-text, .form-guest .thead ~ tbody:nth-child(even) .order-status, .form-guest .thead ~ .tbody:nth-child(even) .guest-msg, .form-guest .thead ~ .tbody:nth-child(even) .guest-name, .form-guest .thead ~ .tbody:nth-child(even) .guest-respond, .form-guest .thead ~ .tbody:nth-child(even) .guest-date, .form-guest .thead ~ .tbody:nth-child(even) .guest-last-respond, .form-guest .thead ~ .tbody:nth-child(even) .guest-money, .form-guest .thead ~ .tbody:nth-child(even) .guest-store, .form-guest .thead ~ .tbody:nth-child(even) .order-number, .form-guest .thead ~ .tbody:nth-child(even) .order-text, .form-guest .thead ~ .tbody:nth-child(even) .order-status, .form-checkout thead ~ tbody:nth-child(even) .guest-msg, .form-checkout thead ~ tbody:nth-child(even) .guest-name, .form-checkout thead ~ tbody:nth-child(even) .guest-respond, .form-checkout thead ~ tbody:nth-child(even) .guest-date, .form-checkout thead ~ tbody:nth-child(even) .guest-last-respond, .form-checkout thead ~ tbody:nth-child(even) .guest-money, .form-checkout thead ~ tbody:nth-child(even) .guest-store, .form-checkout thead ~ tbody:nth-child(even) .order-number, .form-checkout thead ~ tbody:nth-child(even) .order-text, .form-checkout thead ~ tbody:nth-child(even) .order-status, .form-checkout thead ~ .tbody:nth-child(even) .guest-msg, .form-checkout thead ~ .tbody:nth-child(even) .guest-name, .form-checkout thead ~ .tbody:nth-child(even) .guest-respond, .form-checkout thead ~ .tbody:nth-child(even) .guest-date, .form-checkout thead ~ .tbody:nth-child(even) .guest-last-respond, .form-checkout thead ~ .tbody:nth-child(even) .guest-money, .form-checkout thead ~ .tbody:nth-child(even) .guest-store, .form-checkout thead ~ .tbody:nth-child(even) .order-number, .form-checkout thead ~ .tbody:nth-child(even) .order-text, .form-checkout thead ~ .tbody:nth-child(even) .order-status, .form-checkout .thead ~ tbody:nth-child(even) .guest-msg, .form-checkout .thead ~ tbody:nth-child(even) .guest-name, .form-checkout .thead ~ tbody:nth-child(even) .guest-respond, .form-checkout .thead ~ tbody:nth-child(even) .guest-date, .form-checkout .thead ~ tbody:nth-child(even) .guest-last-respond, .form-checkout .thead ~ tbody:nth-child(even) .guest-money, .form-checkout .thead ~ tbody:nth-child(even) .guest-store, .form-checkout .thead ~ tbody:nth-child(even) .order-number, .form-checkout .thead ~ tbody:nth-child(even) .order-text, .form-checkout .thead ~ tbody:nth-child(even) .order-status, .form-checkout .thead ~ .tbody:nth-child(even) .guest-msg, .form-checkout .thead ~ .tbody:nth-child(even) .guest-name, .form-checkout .thead ~ .tbody:nth-child(even) .guest-respond, .form-checkout .thead ~ .tbody:nth-child(even) .guest-date, .form-checkout .thead ~ .tbody:nth-child(even) .guest-last-respond, .form-checkout .thead ~ .tbody:nth-child(even) .guest-money, .form-checkout .thead ~ .tbody:nth-child(even) .guest-store, .form-checkout .thead ~ .tbody:nth-child(even) .order-number, .form-checkout .thead ~ .tbody:nth-child(even) .order-text, .form-checkout .thead ~ .tbody:nth-child(even) .order-status, .form-detail thead ~ tbody:nth-child(even) .guest-msg, .form-detail thead ~ tbody:nth-child(even) .guest-name, .form-detail thead ~ tbody:nth-child(even) .guest-respond, .form-detail thead ~ tbody:nth-child(even) .guest-date, .form-detail thead ~ tbody:nth-child(even) .guest-last-respond, .form-detail thead ~ tbody:nth-child(even) .guest-money, .form-detail thead ~ tbody:nth-child(even) .guest-store, .form-detail thead ~ tbody:nth-child(even) .order-number, .form-detail thead ~ tbody:nth-child(even) .order-text, .form-detail thead ~ tbody:nth-child(even) .order-status, .form-detail thead ~ .tbody:nth-child(even) .guest-msg, .form-detail thead ~ .tbody:nth-child(even) .guest-name, .form-detail thead ~ .tbody:nth-child(even) .guest-respond, .form-detail thead ~ .tbody:nth-child(even) .guest-date, .form-detail thead ~ .tbody:nth-child(even) .guest-last-respond, .form-detail thead ~ .tbody:nth-child(even) .guest-money, .form-detail thead ~ .tbody:nth-child(even) .guest-store, .form-detail thead ~ .tbody:nth-child(even) .order-number, .form-detail thead ~ .tbody:nth-child(even) .order-text, .form-detail thead ~ .tbody:nth-child(even) .order-status, .form-detail .thead ~ tbody:nth-child(even) .guest-msg, .form-detail .thead ~ tbody:nth-child(even) .guest-name, .form-detail .thead ~ tbody:nth-child(even) .guest-respond, .form-detail .thead ~ tbody:nth-child(even) .guest-date, .form-detail .thead ~ tbody:nth-child(even) .guest-last-respond, .form-detail .thead ~ tbody:nth-child(even) .guest-money, .form-detail .thead ~ tbody:nth-child(even) .guest-store, .form-detail .thead ~ tbody:nth-child(even) .order-number, .form-detail .thead ~ tbody:nth-child(even) .order-text, .form-detail .thead ~ tbody:nth-child(even) .order-status, .form-detail .thead ~ .tbody:nth-child(even) .guest-msg, .form-detail .thead ~ .tbody:nth-child(even) .guest-name, .form-detail .thead ~ .tbody:nth-child(even) .guest-respond, .form-detail .thead ~ .tbody:nth-child(even) .guest-date, .form-detail .thead ~ .tbody:nth-child(even) .guest-last-respond, .form-detail .thead ~ .tbody:nth-child(even) .guest-money, .form-detail .thead ~ .tbody:nth-child(even) .guest-store, .form-detail .thead ~ .tbody:nth-child(even) .order-number, .form-detail .thead ~ .tbody:nth-child(even) .order-text, .form-detail .thead ~ .tbody:nth-child(even) .order-status, .order-detail thead ~ tbody:nth-child(even) .guest-msg, .order-detail thead ~ tbody:nth-child(even) .guest-name, .order-detail thead ~ tbody:nth-child(even) .guest-respond, .order-detail thead ~ tbody:nth-child(even) .guest-date, .order-detail thead ~ tbody:nth-child(even) .guest-last-respond, .order-detail thead ~ tbody:nth-child(even) .guest-money, .order-detail thead ~ tbody:nth-child(even) .guest-store, .order-detail thead ~ tbody:nth-child(even) .order-number, .order-detail thead ~ tbody:nth-child(even) .order-text, .order-detail thead ~ tbody:nth-child(even) .order-status, .order-detail thead ~ .tbody:nth-child(even) .guest-msg, .order-detail thead ~ .tbody:nth-child(even) .guest-name, .order-detail thead ~ .tbody:nth-child(even) .guest-respond, .order-detail thead ~ .tbody:nth-child(even) .guest-date, .order-detail thead ~ .tbody:nth-child(even) .guest-last-respond, .order-detail thead ~ .tbody:nth-child(even) .guest-money, .order-detail thead ~ .tbody:nth-child(even) .guest-store, .order-detail thead ~ .tbody:nth-child(even) .order-number, .order-detail thead ~ .tbody:nth-child(even) .order-text, .order-detail thead ~ .tbody:nth-child(even) .order-status, .order-detail .thead ~ tbody:nth-child(even) .guest-msg, .order-detail .thead ~ tbody:nth-child(even) .guest-name, .order-detail .thead ~ tbody:nth-child(even) .guest-respond, .order-detail .thead ~ tbody:nth-child(even) .guest-date, .order-detail .thead ~ tbody:nth-child(even) .guest-last-respond, .order-detail .thead ~ tbody:nth-child(even) .guest-money, .order-detail .thead ~ tbody:nth-child(even) .guest-store, .order-detail .thead ~ tbody:nth-child(even) .order-number, .order-detail .thead ~ tbody:nth-child(even) .order-text, .order-detail .thead ~ tbody:nth-child(even) .order-status, .order-detail .thead ~ .tbody:nth-child(even) .guest-msg, .order-detail .thead ~ .tbody:nth-child(even) .guest-name, .order-detail .thead ~ .tbody:nth-child(even) .guest-respond, .order-detail .thead ~ .tbody:nth-child(even) .guest-date, .order-detail .thead ~ .tbody:nth-child(even) .guest-last-respond, .order-detail .thead ~ .tbody:nth-child(even) .guest-money, .order-detail .thead ~ .tbody:nth-child(even) .guest-store, .order-detail .thead ~ .tbody:nth-child(even) .order-number, .order-detail .thead ~ .tbody:nth-child(even) .order-text, .order-detail .thead ~ .tbody:nth-child(even) .order-status {
  background: #fff;
}

.form-guest tbody, .form-guest .tbody, .form-checkout tbody, .form-checkout .tbody, .form-detail tbody, .form-detail .tbody, .order-detail tbody, .order-detail .tbody {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  outline: 0;
  border-top: 1px dashed #999999;
  border-left: 1px dashed #999999;
  border-right: 1px dashed #999999;
}

@media (min-width: 767px) {
  .form-guest tbody, .form-guest .tbody, .form-checkout tbody, .form-checkout .tbody, .form-detail tbody, .form-detail .tbody, .order-detail tbody, .order-detail .tbody {
    margin-bottom: 0;
    border-bottom: 0px dashed #999999;
  }
}
.form-guest tbody:nth-last-child(1), .form-guest .tbody:nth-last-child(1), .form-checkout tbody:nth-last-child(1), .form-checkout .tbody:nth-last-child(1), .form-detail tbody:nth-last-child(1), .form-detail .tbody:nth-last-child(1), .order-detail tbody:nth-last-child(1), .order-detail .tbody:nth-last-child(1) {
  border-bottom: 1px dashed #999999;
}

.form-guest tbody > tr, .form-guest .tbody > tr, .form-checkout tbody > tr, .form-checkout .tbody > tr, .form-detail tbody > tr, .form-detail .tbody > tr, .order-detail tbody > tr, .order-detail .tbody > tr {
  display: inline-block;
  border-bottom: 1px dashed #999999;
}

@media (min-width: 767px) {
  .form-guest tbody > tr, .form-guest .tbody > tr, .form-checkout tbody > tr, .form-checkout .tbody > tr, .form-detail tbody > tr, .form-detail .tbody > tr, .order-detail tbody > tr, .order-detail .tbody > tr {
    border-bottom: 0;
  }
}
@media (min-width: 767px) {
  .form-guest tbody > tr:nth-last-child(1) .guest-title, .form-guest .tbody > tr:nth-last-child(1) .guest-title, .form-checkout tbody > tr:nth-last-child(1) .guest-title, .form-checkout .tbody > tr:nth-last-child(1) .guest-title, .form-detail tbody > tr:nth-last-child(1) .guest-title, .form-detail .tbody > tr:nth-last-child(1) .guest-title, .order-detail tbody > tr:nth-last-child(1) .guest-title, .order-detail .tbody > tr:nth-last-child(1) .guest-title {
    border-right-width: 0;
  }
}
.form-guest tbody tr, .form-guest tbody th, .form-guest .tbody tr, .form-guest .tbody th, .form-checkout tbody tr, .form-checkout tbody th, .form-checkout .tbody tr, .form-checkout .tbody th, .form-detail tbody tr, .form-detail tbody th, .form-detail .tbody tr, .form-detail .tbody th, .order-detail tbody tr, .order-detail tbody th, .order-detail .tbody tr, .order-detail .tbody th {
  vertical-align: middle;
}

@media (min-width: 767px) {
  .form-guest tbody tr, .form-guest tbody th, .form-guest .tbody tr, .form-guest .tbody th, .form-checkout tbody tr, .form-checkout tbody th, .form-checkout .tbody tr, .form-checkout .tbody th, .form-detail tbody tr, .form-detail tbody th, .form-detail .tbody tr, .form-detail .tbody th, .order-detail tbody tr, .order-detail tbody th, .order-detail .tbody tr, .order-detail .tbody th {
    width: 100%;
  }
}
.form-guest tbody:nth-child(1) .guest-title, .form-guest .tbody:nth-child(1) .guest-title, .form-checkout tbody:nth-child(1) .guest-title, .form-checkout .tbody:nth-child(1) .guest-title, .form-detail tbody:nth-child(1) .guest-title, .form-detail .tbody:nth-child(1) .guest-title, .order-detail tbody:nth-child(1) .guest-title, .order-detail .tbody:nth-child(1) .guest-title {
  display: inline-flex;
}

@media (min-width: 767px) {
  .form-guest tbody:nth-child(1) .guest-name, .form-guest tbody:nth-child(1) .guest-respond, .form-guest tbody:nth-child(1) .guest-date, .form-guest tbody:nth-child(1) .guest-last-respond, .form-guest tbody:nth-child(1) .guest-money, .form-guest tbody:nth-child(1) .guest-store, .form-guest tbody:nth-child(1) .order-number, .form-guest tbody:nth-child(1) .order-text, .form-guest tbody:nth-child(1) .order-status, .form-guest .tbody:nth-child(1) .guest-name, .form-guest .tbody:nth-child(1) .guest-respond, .form-guest .tbody:nth-child(1) .guest-date, .form-guest .tbody:nth-child(1) .guest-last-respond, .form-guest .tbody:nth-child(1) .guest-money, .form-guest .tbody:nth-child(1) .guest-store, .form-guest .tbody:nth-child(1) .order-number, .form-guest .tbody:nth-child(1) .order-text, .form-guest .tbody:nth-child(1) .order-status, .form-checkout tbody:nth-child(1) .guest-name, .form-checkout tbody:nth-child(1) .guest-respond, .form-checkout tbody:nth-child(1) .guest-date, .form-checkout tbody:nth-child(1) .guest-last-respond, .form-checkout tbody:nth-child(1) .guest-money, .form-checkout tbody:nth-child(1) .guest-store, .form-checkout tbody:nth-child(1) .order-number, .form-checkout tbody:nth-child(1) .order-text, .form-checkout tbody:nth-child(1) .order-status, .form-checkout .tbody:nth-child(1) .guest-name, .form-checkout .tbody:nth-child(1) .guest-respond, .form-checkout .tbody:nth-child(1) .guest-date, .form-checkout .tbody:nth-child(1) .guest-last-respond, .form-checkout .tbody:nth-child(1) .guest-money, .form-checkout .tbody:nth-child(1) .guest-store, .form-checkout .tbody:nth-child(1) .order-number, .form-checkout .tbody:nth-child(1) .order-text, .form-checkout .tbody:nth-child(1) .order-status, .form-detail tbody:nth-child(1) .guest-name, .form-detail tbody:nth-child(1) .guest-respond, .form-detail tbody:nth-child(1) .guest-date, .form-detail tbody:nth-child(1) .guest-last-respond, .form-detail tbody:nth-child(1) .guest-money, .form-detail tbody:nth-child(1) .guest-store, .form-detail tbody:nth-child(1) .order-number, .form-detail tbody:nth-child(1) .order-text, .form-detail tbody:nth-child(1) .order-status, .form-detail .tbody:nth-child(1) .guest-name, .form-detail .tbody:nth-child(1) .guest-respond, .form-detail .tbody:nth-child(1) .guest-date, .form-detail .tbody:nth-child(1) .guest-last-respond, .form-detail .tbody:nth-child(1) .guest-money, .form-detail .tbody:nth-child(1) .guest-store, .form-detail .tbody:nth-child(1) .order-number, .form-detail .tbody:nth-child(1) .order-text, .form-detail .tbody:nth-child(1) .order-status, .order-detail tbody:nth-child(1) .guest-name, .order-detail tbody:nth-child(1) .guest-respond, .order-detail tbody:nth-child(1) .guest-date, .order-detail tbody:nth-child(1) .guest-last-respond, .order-detail tbody:nth-child(1) .guest-money, .order-detail tbody:nth-child(1) .guest-store, .order-detail tbody:nth-child(1) .order-number, .order-detail tbody:nth-child(1) .order-text, .order-detail tbody:nth-child(1) .order-status, .order-detail .tbody:nth-child(1) .guest-name, .order-detail .tbody:nth-child(1) .guest-respond, .order-detail .tbody:nth-child(1) .guest-date, .order-detail .tbody:nth-child(1) .guest-last-respond, .order-detail .tbody:nth-child(1) .guest-money, .order-detail .tbody:nth-child(1) .guest-store, .order-detail .tbody:nth-child(1) .order-number, .order-detail .tbody:nth-child(1) .order-text, .order-detail .tbody:nth-child(1) .order-status {
    height: calc(100% - 44px);
  }
}
.form-guest tbody:nth-child(even) .guest-msg, .form-guest tbody:nth-child(even) .guest-name, .form-guest tbody:nth-child(even) .guest-respond, .form-guest tbody:nth-child(even) .guest-date, .form-guest tbody:nth-child(even) .guest-last-respond, .form-guest tbody:nth-child(even) .guest-money, .form-guest tbody:nth-child(even) .guest-store, .form-guest tbody:nth-child(even) .order-number, .form-guest tbody:nth-child(even) .order-text, .form-guest tbody:nth-child(even) .order-status, .form-guest .tbody:nth-child(even) .guest-msg, .form-guest .tbody:nth-child(even) .guest-name, .form-guest .tbody:nth-child(even) .guest-respond, .form-guest .tbody:nth-child(even) .guest-date, .form-guest .tbody:nth-child(even) .guest-last-respond, .form-guest .tbody:nth-child(even) .guest-money, .form-guest .tbody:nth-child(even) .guest-store, .form-guest .tbody:nth-child(even) .order-number, .form-guest .tbody:nth-child(even) .order-text, .form-guest .tbody:nth-child(even) .order-status, .form-checkout tbody:nth-child(even) .guest-msg, .form-checkout tbody:nth-child(even) .guest-name, .form-checkout tbody:nth-child(even) .guest-respond, .form-checkout tbody:nth-child(even) .guest-date, .form-checkout tbody:nth-child(even) .guest-last-respond, .form-checkout tbody:nth-child(even) .guest-money, .form-checkout tbody:nth-child(even) .guest-store, .form-checkout tbody:nth-child(even) .order-number, .form-checkout tbody:nth-child(even) .order-text, .form-checkout tbody:nth-child(even) .order-status, .form-checkout .tbody:nth-child(even) .guest-msg, .form-checkout .tbody:nth-child(even) .guest-name, .form-checkout .tbody:nth-child(even) .guest-respond, .form-checkout .tbody:nth-child(even) .guest-date, .form-checkout .tbody:nth-child(even) .guest-last-respond, .form-checkout .tbody:nth-child(even) .guest-money, .form-checkout .tbody:nth-child(even) .guest-store, .form-checkout .tbody:nth-child(even) .order-number, .form-checkout .tbody:nth-child(even) .order-text, .form-checkout .tbody:nth-child(even) .order-status, .form-detail tbody:nth-child(even) .guest-msg, .form-detail tbody:nth-child(even) .guest-name, .form-detail tbody:nth-child(even) .guest-respond, .form-detail tbody:nth-child(even) .guest-date, .form-detail tbody:nth-child(even) .guest-last-respond, .form-detail tbody:nth-child(even) .guest-money, .form-detail tbody:nth-child(even) .guest-store, .form-detail tbody:nth-child(even) .order-number, .form-detail tbody:nth-child(even) .order-text, .form-detail tbody:nth-child(even) .order-status, .form-detail .tbody:nth-child(even) .guest-msg, .form-detail .tbody:nth-child(even) .guest-name, .form-detail .tbody:nth-child(even) .guest-respond, .form-detail .tbody:nth-child(even) .guest-date, .form-detail .tbody:nth-child(even) .guest-last-respond, .form-detail .tbody:nth-child(even) .guest-money, .form-detail .tbody:nth-child(even) .guest-store, .form-detail .tbody:nth-child(even) .order-number, .form-detail .tbody:nth-child(even) .order-text, .form-detail .tbody:nth-child(even) .order-status, .order-detail tbody:nth-child(even) .guest-msg, .order-detail tbody:nth-child(even) .guest-name, .order-detail tbody:nth-child(even) .guest-respond, .order-detail tbody:nth-child(even) .guest-date, .order-detail tbody:nth-child(even) .guest-last-respond, .order-detail tbody:nth-child(even) .guest-money, .order-detail tbody:nth-child(even) .guest-store, .order-detail tbody:nth-child(even) .order-number, .order-detail tbody:nth-child(even) .order-text, .order-detail tbody:nth-child(even) .order-status, .order-detail .tbody:nth-child(even) .guest-msg, .order-detail .tbody:nth-child(even) .guest-name, .order-detail .tbody:nth-child(even) .guest-respond, .order-detail .tbody:nth-child(even) .guest-date, .order-detail .tbody:nth-child(even) .guest-last-respond, .order-detail .tbody:nth-child(even) .guest-money, .order-detail .tbody:nth-child(even) .guest-store, .order-detail .tbody:nth-child(even) .order-number, .order-detail .tbody:nth-child(even) .order-text, .order-detail .tbody:nth-child(even) .order-status {
  background: #f3f3f3;
}

.form-guest .guest-title, .form-checkout .guest-title, .form-detail .guest-title, .order-detail .guest-title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-right: 1px dashed #999999;
  background-color: #a7d08c;
  font-weight: 700;
}

@media (min-width: 767px) {
  .form-guest .guest-title, .form-checkout .guest-title, .form-detail .guest-title, .order-detail .guest-title {
    display: none;
    width: 100%;
    height: auto;
  }
}
.form-guest .guest-msg, .form-guest .guest-name, .form-guest .guest-respond, .form-guest .guest-date, .form-guest .guest-last-respond, .form-guest .guest-money, .form-guest .guest-store, .form-guest .order-number, .form-guest .order-text, .form-guest .order-status, .form-checkout .guest-msg, .form-checkout .guest-name, .form-checkout .guest-respond, .form-checkout .guest-date, .form-checkout .guest-last-respond, .form-checkout .guest-money, .form-checkout .guest-store, .form-checkout .order-number, .form-checkout .order-text, .form-checkout .order-status, .form-detail .guest-msg, .form-detail .guest-name, .form-detail .guest-respond, .form-detail .guest-date, .form-detail .guest-last-respond, .form-detail .guest-money, .form-detail .guest-store, .form-detail .order-number, .form-detail .order-text, .form-detail .order-status, .order-detail .guest-msg, .order-detail .guest-name, .order-detail .guest-respond, .order-detail .guest-date, .order-detail .guest-last-respond, .order-detail .guest-money, .order-detail .guest-store, .order-detail .order-number, .order-detail .order-text, .order-detail .order-status {
  display: inline-flex;
  align-items: center;
  width: calc(70% - .4px);
  min-height: 46px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: -5px;
  background: #fff;
}

@media (min-width: 767px) {
  .form-guest .guest-msg, .form-guest .guest-name, .form-guest .guest-respond, .form-guest .guest-date, .form-guest .guest-last-respond, .form-guest .guest-money, .form-guest .guest-store, .form-guest .order-number, .form-guest .order-text, .form-guest .order-status, .form-checkout .guest-msg, .form-checkout .guest-name, .form-checkout .guest-respond, .form-checkout .guest-date, .form-checkout .guest-last-respond, .form-checkout .guest-money, .form-checkout .guest-store, .form-checkout .order-number, .form-checkout .order-text, .form-checkout .order-status, .form-detail .guest-msg, .form-detail .guest-name, .form-detail .guest-respond, .form-detail .guest-date, .form-detail .guest-last-respond, .form-detail .guest-money, .form-detail .guest-store, .form-detail .order-number, .form-detail .order-text, .form-detail .order-status, .order-detail .guest-msg, .order-detail .guest-name, .order-detail .guest-respond, .order-detail .guest-date, .order-detail .guest-last-respond, .order-detail .guest-money, .order-detail .guest-store, .order-detail .order-number, .order-detail .order-text, .order-detail .order-status {
    display: inline-flex;
    width: 100%;
    margin-left: 0;
  }
}
.form-guest .guest-name, .form-guest .guest-respond, .form-guest .guest-date, .form-guest .guest-last-respond, .form-guest .guest-money, .form-guest .guest-store, .form-guest .order-number, .form-guest .order-text, .form-guest .order-status, .form-checkout .guest-name, .form-checkout .guest-respond, .form-checkout .guest-date, .form-checkout .guest-last-respond, .form-checkout .guest-money, .form-checkout .guest-store, .form-checkout .order-number, .form-checkout .order-text, .form-checkout .order-status, .form-detail .guest-name, .form-detail .guest-respond, .form-detail .guest-date, .form-detail .guest-last-respond, .form-detail .guest-money, .form-detail .guest-store, .form-detail .order-number, .form-detail .order-text, .form-detail .order-status, .order-detail .guest-name, .order-detail .guest-respond, .order-detail .guest-date, .order-detail .guest-last-respond, .order-detail .guest-money, .order-detail .guest-store, .order-detail .order-number, .order-detail .order-text, .order-detail .order-status {
  justify-content: center;
}

@media (min-width: 767px) {
  .form-guest .guest-name, .form-guest .guest-respond, .form-guest .guest-date, .form-guest .guest-last-respond, .form-guest .guest-money, .form-guest .guest-store, .form-guest .order-number, .form-guest .order-text, .form-guest .order-status, .form-checkout .guest-name, .form-checkout .guest-respond, .form-checkout .guest-date, .form-checkout .guest-last-respond, .form-checkout .guest-money, .form-checkout .guest-store, .form-checkout .order-number, .form-checkout .order-text, .form-checkout .order-status, .form-detail .guest-name, .form-detail .guest-respond, .form-detail .guest-date, .form-detail .guest-last-respond, .form-detail .guest-money, .form-detail .guest-store, .form-detail .order-number, .form-detail .order-text, .form-detail .order-status, .order-detail .guest-name, .order-detail .guest-respond, .order-detail .guest-date, .order-detail .guest-last-respond, .order-detail .guest-money, .order-detail .guest-store, .order-detail .order-number, .order-detail .order-text, .order-detail .order-status {
    min-height: 46px;
    height: 100%;
  }
}
.form-guest .guest-msg, .form-guest .order-number, .form-checkout .guest-msg, .form-checkout .order-number, .form-detail .guest-msg, .form-detail .order-number, .order-detail .guest-msg, .order-detail .order-number {
  min-height: 46px;
}

.form-guest .guest-msg a, .form-guest .order-number a, .form-checkout .guest-msg a, .form-checkout .order-number a, .form-detail .guest-msg a, .form-detail .order-number a, .order-detail .guest-msg a, .order-detail .order-number a {
  position: relative;
  display: block;
  text-indent: 0px;
  margin-left: 20px;
  padding-right: 10px;
  text-align: left;
  color: #2c6ad6;
  transition: color 400ms;
}

.form-guest .guest-msg a:before, .form-guest .order-number a:before, .form-checkout .guest-msg a:before, .form-checkout .order-number a:before, .form-detail .guest-msg a:before, .form-detail .order-number a:before, .order-detail .guest-msg a:before, .order-detail .order-number a:before {
  position: absolute;
  left: -15px;
  content: "★";
  color: #e9965c;
}

.form-guest .guest-msg a:hover, .form-guest .guest-msg a:focus, .form-guest .guest-msg a:active, .form-guest .order-number a:hover, .form-guest .order-number a:focus, .form-guest .order-number a:active, .form-checkout .guest-msg a:hover, .form-checkout .guest-msg a:focus, .form-checkout .guest-msg a:active, .form-checkout .order-number a:hover, .form-checkout .order-number a:focus, .form-checkout .order-number a:active, .form-detail .guest-msg a:hover, .form-detail .guest-msg a:focus, .form-detail .guest-msg a:active, .form-detail .order-number a:hover, .form-detail .order-number a:focus, .form-detail .order-number a:active, .order-detail .guest-msg a:hover, .order-detail .guest-msg a:focus, .order-detail .guest-msg a:active, .order-detail .order-number a:hover, .order-detail .order-number a:focus, .order-detail .order-number a:active {
  text-decoration: underline;
  color: #255ab7;
}

@media (min-width: 767px) {
  .form-guest .guest-msg, .form-guest .order-number, .form-checkout .guest-msg, .form-checkout .order-number, .form-detail .guest-msg, .form-detail .order-number, .order-detail .guest-msg, .order-detail .order-number {
    text-align: left;
  }
}
.form-guest .order-number a, .form-checkout .order-number a, .form-detail .order-number a, .order-detail .order-number a {
  margin-left: 0px;
  padding-right: 0px;
}

.form-guest .order-number a:before, .form-checkout .order-number a:before, .form-detail .order-number a:before, .order-detail .order-number a:before {
  content: "";
}

.form-guest .form-check-label, .form-checkout .form-check-label, .form-detail .form-check-label, .order-detail .form-check-label {
  padding-left: 6px;
}

.form-guest .cost-desc, .form-checkout .cost-desc, .form-detail .cost-desc, .order-detail .cost-desc {
  color: red;
  padding-left: 10px;
  padding-right: 10px;
}

.form-checkout .cost-descc {
  color: #6390df;
  padding-left: 10px;
  padding-right: 10px;
}

.form-guest .select-store, .form-checkout .select-store, .form-detail .select-store, .order-detail .select-store {
  color: #6390df;
}

.form-guest .select-store:hover, .form-guest .select-store:focus, .form-guest .select-store:active, .form-checkout .select-store:hover, .form-checkout .select-store:focus, .form-checkout .select-store:active, .form-detail .select-store:hover, .form-detail .select-store:focus, .form-detail .select-store:active, .order-detail .select-store:hover, .order-detail .select-store:focus, .order-detail .select-store:active {
  text-decoration: underline;
}

.form-guest tfoot, .form-guest .tfoot, .form-checkout tfoot, .form-checkout .tfoot, .form-detail tfoot, .form-detail .tfoot, .order-detail tfoot, .order-detail .tfoot {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-guest tfoot > tr > td, .form-guest .tfoot > tr > td, .form-checkout tfoot > tr > td, .form-checkout .tfoot > tr > td, .form-detail tfoot > tr > td, .form-detail .tfoot > tr > td, .order-detail tfoot > tr > td, .order-detail .tfoot > tr > td {
  display: block;
}

@media (min-width: 767px) {
  .form-guest tfoot, .form-guest .tfoot, .form-checkout tfoot, .form-checkout .tfoot, .form-detail tfoot, .form-detail .tfoot, .order-detail tfoot, .order-detail .tfoot {
    border-top: 1px dashed #999999;
  }
}
.form-guest input:disabled ~ .form-check-label, .form-guest input[type=radio]:disabled ~ .form-check-label, .form-guest input[type=checkbox]:disabled ~ .form-check-label, .form-checkout input:disabled ~ .form-check-label, .form-checkout input[type=radio]:disabled ~ .form-check-label, .form-checkout input[type=checkbox]:disabled ~ .form-check-label, .form-detail input:disabled ~ .form-check-label, .form-detail input[type=radio]:disabled ~ .form-check-label, .form-detail input[type=checkbox]:disabled ~ .form-check-label, .order-detail input:disabled ~ .form-check-label, .order-detail input[type=radio]:disabled ~ .form-check-label, .order-detail input[type=checkbox]:disabled ~ .form-check-label {
  color: #999999;
}

.icon-sex {
  height: 25px;
  width: auto;
  padding-right: 10px;
}

.sort {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sort a {
  display: inline-block;
  color: #6390df;
  padding-right: 10px;
  transition: color 400ms;
}

.sort a:hover, .sort a:focus, .sort a:active {
  color: red;
}

.sort a:nth-last-child(1) {
  padding-right: 0;
}

.order tbody:nth-child(even) .guest-msg, .order tbody:nth-child(even) .guest-name, .order tbody:nth-child(even) .guest-respond, .order tbody:nth-child(even) .guest-date, .order tbody:nth-child(even) .guest-last-respond, .order tbody:nth-child(even) .guest-money, .order tbody:nth-child(even) .guest-store, .order tbody:nth-child(even) .order-number, .order tbody:nth-child(even) .order-text, .order tbody:nth-child(even) .order-status, .order .tbody:nth-child(even) .guest-msg, .order .tbody:nth-child(even) .guest-name, .order .tbody:nth-child(even) .guest-respond, .order .tbody:nth-child(even) .guest-date, .order .tbody:nth-child(even) .guest-last-respond, .order .tbody:nth-child(even) .guest-money, .order .tbody:nth-child(even) .guest-store, .order .tbody:nth-child(even) .order-number, .order .tbody:nth-child(even) .order-text, .order .tbody:nth-child(even) .order-status {
  background: #fff;
}

.order-detail {
  border: 0;
}

.order-detail thead, .order-detail .thead {
  border: 1px dashed #999999;
  border-bottom: 0;
}

.order-detail tbody, .order-detail .tbody {
  margin-bottom: 0px;
}

.order-detail tbody .guest-title, .order-detail .tbody .guest-title {
  background-color: #ffe59a;
}

.order-detail tfoot, .order-detail .tfoot {
  display: inline-flex;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 2px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #fff;
}

.order-detail tfoot tr, .order-detail .tfoot tr {
  display: inline-block;
}

.order-detail tfoot .total-text, .order-detail tfoot .total-money, .order-detail .tfoot .total-text, .order-detail .tfoot .total-money {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.order-detail tfoot .total-text, .order-detail .tfoot .total-text {
  width: 100%;
  background-color: #ed7d31;
  color: #fff;
}

@media (min-width: 767px) {
  .order-detail tfoot .total-text, .order-detail .tfoot .total-text {
    background-color: transparent;
    text-align: right;
    color: #000;
  }
}
.order-detail tfoot .total-money, .order-detail .tfoot .total-money {
  width: 100%;
}

.order-status span, .label-status span {
  padding-left: 3px;
  padding-right: 6px;
}

.order-status span:after, .label-status span:after {
  padding-left: 6px;
  content: "/";
}

.order-status span:nth-last-child(1):after, .label-status span:nth-last-child(1):after {
  padding-left: 0;
  content: "";
}

table.statistics {
  border-bottom: 0px solid #999999;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 0;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  table.statistics {
    margin-top: 0px;
    border-top: 0px solid #999999;
  }
}
table.statistics thead tr, table.statistics .thead tr {
  font-size: 1.1rem;
  line-height: 2;
  background-color: #ed7d31;
}

table.statistics thead tr th, table.statistics .thead tr th {
  display: block;
  width: 100%;
  border: 0;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

@media (min-width: 767px) {
  table.statistics thead tr th, table.statistics .thead tr th {
    border-top: 1px solid #999999;
  }
}
table.statistics tbody tr, table.statistics .tboby tr {
  border: 1px solid #999999;
  border-top: 0;
  border-right: 0;
}

@media (min-width: 767px) {
  table.statistics tbody tr:nth-child(1), table.statistics tbody tr:nth-child(2), table.statistics tbody tr:nth-child(3), table.statistics .tboby tr:nth-child(1), table.statistics .tboby tr:nth-child(2), table.statistics .tboby tr:nth-child(3) {
    /* border-top: 0; */
    border-top: 1px solid #999999;
  }
}
@media (min-width: 767px) {
  table.statistics tbody tr, table.statistics .tboby tr {
    border-bottom: 1px solid #999999;
  }
}
table.statistics tbody th, table.statistics .tboby th {
  border: 0;
}

table.statistics tbody td, table.statistics .tboby td {
  border: 0;
  border-left: 1px solid #999999;
}

table.statistics .gfield .gfield_label {
  justify-content: center;
  background-color: #ffe59a;
  font-weight: 700;
}

table.statistics .gfield .gfield_label.label-white {
  background-color: #ffe59a;
}

@media (min-width: 767px) {
  table.statistics .gfield .gfield_label.label-white {
    justify-content: flex-end;
    background-color: #fff;
  }
}
table.statistics .gfield .ginput_container {
  justify-content: center;
}

@media (min-width: 767px) {
  table.statistics .gfield .ginput_container {
    justify-content: flex-start;
  }
}
table.statistics .gfield .ginput_container.label-center {
  justify-content: center;
}

.table.buyers-info thead, .table.buyers-info .thead, .table.recipient-info thead, .table.recipient-info .thead {
  text-align: center;
  background: #a7d08c;
  font-size: 1.1rem;
  line-height: 2;
}

.table.recipient-info {
  margin-top: 30px;
}

.table.recipient-info .form-check {
  padding-left: 20px;
  color: red;
  font-size: 1rem;
  font-weight: 400;
}

.table.recipient-info .form-check input[type=checkbox] {
  position: relative;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin: 0 0 0.2em 0;
  border: 1px solid red;
  background: transparent;
  -webkit-appearance: none;
}

.table.recipient-info .form-check input[type=checkbox]:checked:before {
  position: absolute;
  margin-top: -10px;
  color: red;
  content: "✓";
  -webkit-margin-start: 0;
  margin-left: 2px;
  font-size: 1rem;
  font-weight: bold;
}

.footer-menus {
  display: block;
}

.footer-menus .menu-content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menus .menu-content li {
  display: inline-block;
  padding: 5px;
  margin-right: 19px;
  min-width: 75px;
}

@media (min-width: 767px) {
  .footer-menus .menu-content li {
    margin-right: 10px;
  }
}
.footer-menus .menu-content li a {
  color: #1a1a1a;
  transition: color 400ms;
}

.footer-menus .menu-content li a:hover, .footer-menus .menu-content li a:focus, .footer-menus .menu-content li a:active {
  color: #ff0000;
}

.footer-menus .menu-content li.current a {
  color: #ff0000;
}

.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact li {
  display: inline-block;
  padding: 5px;
  color: #1a1a1a;
}

.footer-contact li a {
  color: #1a1a1a;
  transition: color 400ms;
}

.footer-contact li a:hover, .footer-contact li a:focus, .footer-contact li a:active {
  color: red;
}

.socials {
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.socials li {
  display: inline-block;
  margin-right: 19px;
  margin-bottom: 8px;
}

@media (min-width: 575px) {
  .socials li {
    margin-right: 13px;
  }
}
.socials li img {
  width: 50px;
  height: 50px;
}

@media (min-width: 1099px) {
  .socials li img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1099px) {
  .socials li {
    /*display: inline-flex;*/
  }
}
.website {
  text-align: center;
  margin-top: 20px;
  color: #1a1a1a;
}

.website a {
  color: #1a1a1a;
  transition: color 400ms;
}

.website a:hover, .website a:focus, .website a:active {
  color: red;
}

@media (min-width: 1099px) {
  .website {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.qr-code {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  /*text-align: left;*/
    text-align: center;
}

@media (min-width: 767px) {
  .qr-code {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
.language-switch {
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 10px;
}

.backtotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-color: #538234;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms;
}

.backtotop img {
  width: 50px;
  height: 50px;
}

.backtotop.open {
  visibility: visible;
  opacity: 1;
}

.backtotop.fade-out {
  opacity: 0.5;
}

.backtotop:hover, .backtotop:focus, .backtotop:active {
  opacity: 1;
}

.text-image {
  margin-bottom: 15px;
}

@media (min-width: 1099px) {
  .text-image {
    margin-bottom: 40px;
  }
}
.text-image img {
  margin-bottom: 10px;
}

.nav-tabs {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.nav-tabs .tabs-item {
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}

@media (min-width: 767px) {
  .nav-tabs .tabs-item {
    margin-bottom: 0;
  }
}
.nav-tabs .tabs-item .link {
  display: block;
  padding: 6px 10px;
  color: #5e3e7d;
  transition: color 600ms;
}

.nav-tabs .tabs-item .link:hover, .nav-tabs .tabs-item .link:focus, .nav-tabs .tabs-item .link:active {
  color: #f98437;
}

.nav-tabs .tabs-item.active .link {
  color: #f98437;
  font-weight: 700;
}

.tab-contents {
  display: none;
}

.tab-contents .tabs-item {
  display: block;
  margin-bottom: 10px;
}

.show {
  display: block !important;
}

.fade {
  animation: fade 1s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hide {
  display: none !important;
}

.msg-group-header {
  line-height: 1.8;
}

.msg-group-body {
  background-color: #fff;
  padding: 15px;
  line-height: 1.5;
}

.msg-group-body .title {
  margin-bottom: 4px;
  color: #6390df;
  font-weight: 700;
}

.msg-group-body p {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.msg-group-body ul.decimal, .msg-group-body ul.upper-alpha {
  list-style: decimal;
}

.msg-group-body ul.decimal li, .msg-group-body ul.upper-alpha li {
  margin-bottom: 0.5rem;
}

.msg-group-body ul.decimal li p, .msg-group-body ul.upper-alpha li p {
  padding-left: 0;
  margin-bottom: 0.25rem;
}

.msg-group-body ul.decimal li ul.upper-alpha, .msg-group-body ul.upper-alpha li ul.upper-alpha {
  padding-left: 24px;
}

.msg-group-body ul.upper-alpha {
  list-style: upper-alpha;
}

.msg-group-footer {
  margin-top: 20px;
}

.msg-group .border-gray + .border-gray {
  border-top-width: 0;
}

.create-msg {
  text-align: center;
}

.create-msg a {
  display: inline-block;
}

.create-msg a + a {
  margin-left: 10px;
}

@media (min-width: 767px) {
  .create-msg {
    text-align: left;
  }
}
.table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px dashed #999999;
  /*border-top: 2px solid #999999;*/
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
}

.table tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

.table th, .table td {
  border: 2px solid #999999;
  border-bottom: 0;
  border-right: 0;
}

.search-form-wrapper .product-category, .search-form-wrapper .search-field {
  height: 35px;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .search-form-wrapper .product-category, .search-form-wrapper .search-field {
    margin-bottom: 0;
  }
}
.search-form-wrapper .product-category {
  width: 100%;
}

@media (min-width: 767px) {
  .search-form-wrapper .product-category {
    width: 120px;
    max-width: 120px;
  }
}
.search-form-wrapper .search-form {
  width: 100%;
}

@media (min-width: 767px) {
  .search-form-wrapper .search-form {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 991px) {
  .search-form-wrapper .search-form {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.search-form-wrapper .search-form .search-field {
  width: calc(100% - 60px);
  padding-left: 4px;
}

@media (min-width: 767px) {
  .search-form-wrapper .search-form .search-field {
    width: 200px;
    max-width: 200px;
  }
}
.search-form-wrapper .search-form .search-btn {
  float: right;
}

@media (min-width: 767px) {
  .search-form-wrapper .search-form .search-btn {
    float: none;
  }
}
.search-form-wrapper .data-range-wrap {
  display: inline-block;
  margin-bottom: 15px;
}

.search-form-wrapper .data-range-wrap span {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text] {
  width: calc((100% - 84px) / 2);
  height: 35px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text].placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]:-moz-placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]::-moz-placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]:-ms-input-placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]::-webkit-input-placeholder {
  font-size: 0.85rem;
}

.search-form-wrapper .data-range-wrap input[type=text]:nth-last-child(1) {
  float: right;
}

@media (min-width: 767px) {
  .search-form-wrapper .data-range-wrap {
    padding-right: 10px;
    margin-bottom: 0;
  }

  .search-form-wrapper .data-range-wrap span {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text] {
    width: 110px;
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text].placeholder {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text]:-moz-placeholder {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text]::-moz-placeholder {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text]:-ms-input-placeholder {
    font-size: 1rem;
  }

  .search-form-wrapper .data-range-wrap input[type=text]::-webkit-input-placeholder {
    font-size: 1rem;
  }
}
.product-contents .product-img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product-contents .product-img img {
  width: 100%;
  transform: scale(1);
  transition: transform 600ms;
}

.product-contents .product-img img:hover, .product-contents .product-img img:focus, .product-contents .product-img img:active {
  transform: scale(1.04);
}

.product-contents .product-title {
  display: block;
  padding: 4px 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #6390df;
  font-weight: 700;
  transition: color 400ms;
  cursor: pointer;
}

.product-contents .product-title:hover, .product-contents .product-title:focus, .product-contents .product-title:active {
  color: #1d458c;
}

.category-style {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.category-style li {
  position: relative;
  display: inline-block;
}

.category-style li:after {
  content: "/";
  padding-left: 4px;
}

.category-style li:nth-last-child(1):after {
  content: "";
}

.category-style li .text-spacer {
  padding-left: 4px;
  padding-right: 4px;
}

.product-info .product-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.product-info .product-text, .product-info .product-money {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-info .product-text li, .product-info .product-money li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-indent: -24px;
  line-height: 1.5;
}

.product-info .product-text li:before, .product-info .product-money li:before {
  margin-right: 10px;
  padding-left: 5px;
  content: "◆";
}

.product-info .product-text li {
  border-bottom: 1px dashed #000;
}

.product-info .product-text.last-line-clear li:nth-last-child(1) {
  border-bottom: 0;
}

.product-info .product-money li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.product-info .product-money li:before {
  content: "★";
}

.product-info .product-money .product-time {
  padding-left: 4px;
  padding-right: 4px;
}

.product-info.room .title {
  margin-top: 10px;
}

.product-info.room .title:nth-child(1) {
  margin-top: 10px;
}

.product-info.room .title:before {
  content: "■";
  padding-right: 10px;
}

.product-info.room .product-text li {
  display: flex;
  align-items: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-indent: 0px;
  border-bottom-width: 0px;
  font-weight: 700;
}

.product-info.room .product-text li:before {
  margin-right: 0;
  padding-left: 0;
  content: "";
}

.product-info.room .product-text li .title, .product-info.room .product-text li .text {
  display: inline-block;
}

.product-info.room .product-text li .title {
  margin-top: 0;
  font-weight: 700;
}

.product-info.room .product-text li .title:before {
  content: "";
  padding-right: 0px;
}

.product-info.room .product-text li .text {
  width: calc(100% - 80px);
  font-weight: 400;
}

.site-header-cart {
  display: inline-block;
}

.room-select {
  display: block;
  margin-top: 10px;
}

@media (min-width: 991px) {
  .room-select {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
.room-select select {
  padding-left: 4px;
  width: 100%;
  height: 40px;
  color: #fff;
  background-color: #9900e0;
}

@media (min-width: 991px) {
  .room-select select {
    width: 200px;
  }
}
.pagination {
  display: block;
  width: 100%;
  text-align: center;
}

.pagination .page-link {
  margin-right: 5px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 30px;
  color: #000;
  transition: color 400ms;
}

.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link:active {
  color: red;
}

.pagination .page-select {
  padding-left: 20px;
  padding-right: 20px;
  text-align-last: center;
}

.pagination .page-select option {
  text-align-last: center;
  text-align: center;
}

.pagination .total-number {
  letter-spacing: 0.4px;
}

.breadcrumb-wrap .breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-wrap .breadcrumb > li, .breadcrumb-wrap .breadcrumb > li > a {
  font-size: 0.85rem;
  cursor: pointer;
}

@media (min-width: 767px) {
  .breadcrumb-wrap .breadcrumb > li, .breadcrumb-wrap .breadcrumb > li > a {
    font-size: 1rem;
  }
}
.breadcrumb-wrap .breadcrumb > li {
  position: relative;
  display: inline-block;
  color: #8daee8;
  z-index: 100;
}

.breadcrumb-wrap .breadcrumb > li:after {
  content: ">";
  padding-left: 4px;
  padding-right: 2px;
}

.breadcrumb-wrap .breadcrumb > li:nth-last-child(1) {
  color: #000;
  cursor: default;
}

.breadcrumb-wrap .breadcrumb > li:nth-last-child(1):after {
  opacity: 0;
}

.breadcrumb-wrap .breadcrumb > li:nth-last-child(1) .shape-triangle {
  border-color: #000 transparent transparent transparent;
}

.breadcrumb-wrap .breadcrumb > li a, .breadcrumb-wrap .breadcrumb > li:after {
  color: #8daee8;
}

.breadcrumb-wrap .breadcrumb > li .sub-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  transform: translateX(0%);
}

.breadcrumb-wrap .breadcrumb > li .sub-list li {
  display: block;
}

.breadcrumb-wrap .breadcrumb > li .sub-list li > a {
  display: block;
  width: 120px;
  max-width: 120px;
  padding: 6px 12px;
  background: #8daee8;
  color: #fff;
  transition: background 400ms;
}

.breadcrumb-wrap .breadcrumb > li .sub-list li > a:hover, .breadcrumb-wrap .breadcrumb > li .sub-list li > a:focus, .breadcrumb-wrap .breadcrumb > li .sub-list li > a:active {
  background: #3972d6;
}

.breadcrumb-wrap .breadcrumb > li:hover .sub-list, .breadcrumb-wrap .breadcrumb > li:focus .sub-list, .breadcrumb-wrap .breadcrumb > li:active .sub-list {
  display: block;
}

.shape-triangle {
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #8daee8 transparent transparent transparent;
}

.product-slides .slick-list img, .product-room-slides .slick-list img, .product-content-slides .slick-list img {
  width: 100%;
}

.product-slider-nav {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .product-slider-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) {
  .product-slider-nav.no-padding {
    padding: 0;
  }

  .product-slider-nav.no-padding .slick-slide {
    padding: 5px;
  }
}
.product-slider-nav .slick-slide {
  padding: 4px;
  cursor: pointer;
}

.product-slider-nav .slick-slide:focus {
  outline: none;
}

.product-slider-nav .slick-slide.slick-current img {
  border: 2px solid red;
}

@media (min-width: 767px) {
  .product-slider-nav .slick-slide {
    padding: 5px;
  }
}
.product-slider-nav .slick-arrow {
  width: 20px;
  height: 20px;
  background-image: url("/page/images/arrow-b.png");
  cursor: pointer;
  outline: 0;
}

.product-slider-nav .slick-arrow:before {
  transition: color 400ms;
}

.product-slider-nav .slick-arrow:hover, .product-slider-nav .slick-arrow:focus, .product-slider-nav .slick-arrow:active {
  opacity: 1;
}

@media (min-width: 991px) {
  .product-slider-nav .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product-slider-nav .slick-prev, .product-slider-nav .slick-next {
  transform: translateY(-15px);
}

.product-slider-nav .slick-prev {
  left: 0px;
  background-image: url("/page/images/arrow-left-b.png");
}

.product-slider-nav .slick-next {
  right: 0px;
  background-image: url("/page/images/arrow-right-b.png");
}

.product-room-slider-nav, .slider-nav-thumbnails {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-room-slider-nav .slider-control, .slider-nav-thumbnails .slider-control {
  padding: 5px;
}

.product-room-slider-nav .slider-control img, .slider-nav-thumbnails .slider-control img {
  display: block;
  width: 100%;
  height: auto;
}

.product-room-slider-nav .slider-control.active img, .slider-nav-thumbnails .slider-control.active img {
  border: 2px solid red;
}

.checkout-wrap .checkout-title {
  letter-spacing: 4px;
}

.checkout-wrap .checkout-title .symbol {
  font-size: 1.6rem;
}

@media (min-width: 767px) {
  .checkout-wrap .checkout-title .symbol {
    font-size: 2.2rem;
  }
}
@media (min-width: 991px) {
  .checkout-wrap .checkout-title .symbol {
    font-size: 2.85rem;
  }
}
.payment .form-group {
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 767px) {
  .payment .form-group:nth-last-child(1) {
    margin-right: 0;
  }
}
.payment .form-group.input-sm {
  width: 100%;
}

@media (min-width: 767px) {
  .payment .form-group.input-sm {
    width: 120px;
  }
}
.payment .form-group.input-md {
  width: 100%;
}

@media (min-width: 767px) {
  .payment .form-group.input-md {
    width: 166px;
  }
}
@media (min-width: 991px) {
  .payment .form-group.input-md {
    width: 142px;
  }
}
@media (min-width: 1099px) {
  .payment .form-group.input-md {
    width: 173px;
  }
}
@media (min-width: 1439px) {
  .payment .form-group.input-md {
    width: 243px;
  }
}
.payment .bank-input {
  width: calc(100% - 39px);
  padding-left: 4px;
  padding-right: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #999999;
}

.payment .payment-container {
  margin-bottom: 20px;
}

.payment .quantity-input {
  width: 80px;
  height: 30px;
  text-align: center;
}

.payment .total-remarks {
  display: block;
  width: 100%;
  border-top: 1px solid #999999;
}

.payment .total-remarks .total-text, .payment .total-remarks .total-remark {
  display: block;
}

@media (min-width: 767px) {
  .payment .total-remarks .total-text, .payment .total-remarks .total-remark {
    display: inline-block;
  }
}
.payment .total-remarks .total-text {
  width: 100%;
  text-align: center;
  background-color: #ed7d31;
}

@media (min-width: 767px) {
  .payment .total-remarks .total-text {
    width: 200px;
    font-weight: 400;
    background-color: #ffe59a;
  }
}
.payment .total-remarks .total-remark {
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 767px) {
  .payment .total-remarks .total-remark {
    width: calc(100% - 206px);
  }
}
.member-status {
  display: block;
  background: #fff;
}

.member-status tbody, .member-status .form-body, .member-status tr {
  display: block;
  width: 100%;
}

.member-status .status-text {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: left;
  border: 1px dashed #999999;
  border-bottom: 0;
}

.member-status .status-text:nth-last-child(1) {
  border-bottom: 1px dashed #999999;
}

.login .form-label, .password .form-label {
  text-align: left;
}

.login .form-label, .login input, .password .form-label, .password input {
  padding: 4px;
}

.login input, .password input {
  width: 100%;
}

.login .form-text, .password .form-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.login .form-text a, .password .form-text a {
  color: #6390df;
}

.login .form-text a:hover, .login .form-text a:focus, .login .form-text a:active, .password .form-text a:hover, .password .form-text a:focus, .password .form-text a:active {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .login .form-text, .password .form-text {
    text-align: center;
    margin-bottom: 0;
  }
}
.login .form-text.form-right, .password .form-text.form-right {
  text-align: right;
}

.login .page_btn-regist, .login .page_btn-login, .login .page_btn-confirm, .password .page_btn-regist, .password .page_btn-login, .password .page_btn-confirm {
  display: block;
  width: 100%;
  padding: 8px 20px;
  text-align: center;
}

@media (min-width: 767px) {
  .login .page_btn-regist, .login .page_btn-login, .login .page_btn-confirm, .password .page_btn-regist, .password .page_btn-login, .password .page_btn-confirm {
    display: inline-block;
    width: auto;
  }
}
.login .page_btn-confirm, .password .page_btn-confirm {
  display: inline-block;
  width: auto;
}

.login .page_btn-login, .login .page_btn-confirm, .password .page_btn-login, .password .page_btn-confirm {
  border: 1px solid #004280;
}

.member-status {
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .member-status {
    text-align: left;
  }

  .member-status {
    display: block;
    /* text-align: right; */
    margin-bottom: 0px;
  }
}
.member-status img {
  height: 30px;
  width: auto;
}

.member-status .member-name {
  padding-left: 4px;
  color: #6390df;
}

.nav-tabs.member-centre {
  margin-bottom: 30px;
  text-align: center;
}

/* @media (min-width: 767px) {
  .nav-tabs.member-centre {

  }
} */
.nav-tabs.member-centre .tabs-item {
  margin-right: 5px;
}

.nav-tabs.member-centre .tabs-item:nth-last-child(1) {
  margin-right: 0;
}

.nav-tabs.member-centre .tabs-item .link {
  color: #000;
  border: 1px solid #2843b8;
}

.nav-tabs.member-centre .tabs-item .link:hover, .nav-tabs.member-centre .tabs-item .link:focus, .nav-tabs.member-centre .tabs-item .link:active {
  color: #000;
  border: 1px solid #e93535;
  background: #e93535;
  background: -moz-linear-gradient(top, #e93535 0%, #f01010 100%);
  background: -webkit-linear-gradient(top, #e93535 0%, #f01010 100%);
}

@media (min-width: 767px) {
  .nav-tabs.member-centre .tabs-item .link {
    border: 1px solid transparent;
  }
}
.nav-tabs.member-centre .tabs-item.active .link {
  color: #000;
  border: 1px solid #e93535;
  background: #e93535;
  background: -moz-linear-gradient(top, #e93535 0%, #f01010 100%);
  background: -webkit-linear-gradient(top, #e93535 0%, #f01010 100%);
}

.nav-tabs.member-centre .tabs-item.active .link:hover, .nav-tabs.member-centre .tabs-item.active .link:focus, .nav-tabs.member-centre .tabs-item.active .link:active {
  background: #e93535;
  background: -moz-linear-gradient(top, #e93535 0%, #f01010 100%);
  background: -webkit-linear-gradient(top, #e93535 0%, #f01010 100%);
}

.text-wrap {
  display: block;
}

@media (min-width: 767px) {
  .text-wrap {
    display: inline-block;
  }
}
.weekly-table {
  display: block;
  width: 100%;
}

.weekly-table a {
  color: #6390df;
  transition: color 400ms;
}

.weekly-table a:hover, .weekly-table a:focus, .weekly-table a:active {
  color: #3972d6;
  text-decoration: underline;
}

.weekly-table .week-table-head, .weekly-table .week-table-body {
  display: block;
  border: 1px solid #999999;
}

.weekly-table .week-table-head {
  background-color: #f5e0ff;
}

.weekly-table .week-table-head a, .weekly-table .week-table-head select {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}

@media (min-width: 767px) {
  .weekly-table .week-table-head a, .weekly-table .week-table-head select {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.weekly-table .week-table-head .select-container {
  display: block;
}

@media (min-width: 767px) {
  .weekly-table .week-table-head .select-container {
    display: inline-block;
  }
}
.weekly-table .week-table-head a {
  margin-left: 12px;
  margin-right: 12px;
}

.weekly-table .week-table-head select {
  display: inline-block;
  width: 70%;
  padding-left: 10px;
}

@media (min-width: 767px) {
  .weekly-table .week-table-head select {
    width: 150px;
  }
}
.weekly-table .week-table-body {
  display: flex;
  align-items: flex-start;
  border-top: 0;
  border-bottom: 0;
}

.weekly-table .week-table-body .week {
  display: block;
  width: 100%;
}

.weekly-table .week-table-body .week:nth-child(1) .week-container .week-name, .weekly-table .week-table-body .week:nth-child(1) .week-container .text-date {
  border-top: 0px solid #999999;
}

@media (min-width: 991px) {
  .weekly-table .week-table-body .week {
    display: inline-block;
    width: 12.3%;
  }

  .weekly-table .week-table-body .week:nth-child(1) {
    width: 26.2%;
  }

  .weekly-table .week-table-body .week:nth-child(1) .week-container .week-name, .weekly-table .week-table-body .week:nth-child(1) .week-container .time-slot {
    display: block;
  }
}
.weekly-table .week-table-body .week .week-container {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #999999;
  background-color: #ffe59a;
}

.weekly-table .week-table-body .week .week-container:nth-last-child(1) {
  border-bottom: 0;
}

.weekly-table .week-table-body .week .week-container .week-name, .weekly-table .week-table-body .week .week-container .text-date {
  border-top: 1px solid #999999;
}

@media (min-width: 991px) {
  .weekly-table .week-table-body .week .week-container .week-name, .weekly-table .week-table-body .week .week-container .text-date {
    border-top: 0;
  }
}
.weekly-table .week-table-body .week .week-container .week-name, .weekly-table .week-table-body .week .week-container .time-slot, .weekly-table .week-table-body .week .week-container .text, .weekly-table .week-table-body .week .week-container .text-date {
  display: block;
  width: 100%;
  text-align: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #fff;
}

.weekly-table .week-table-body .week .week-container .week-name.bg-blue, .weekly-table .week-table-body .week .week-container .time-slot.bg-blue, .weekly-table .week-table-body .week .week-container .text.bg-blue, .weekly-table .week-table-body .week .week-container .text-date.bg-blue {
  background-color: #6390df;
}

.weekly-table .week-table-body .week .week-container .week-name.bg-orange, .weekly-table .week-table-body .week .week-container .time-slot.bg-orange, .weekly-table .week-table-body .week .week-container .text.bg-orange, .weekly-table .week-table-body .week .week-container .text-date.bg-orange {
  background-color: #ffe59a;
}

.weekly-table .week-table-body .week .week-container .week-name.bg-green, .weekly-table .week-table-body .week .week-container .time-slot.bg-green, .weekly-table .week-table-body .week .week-container .text.bg-green, .weekly-table .week-table-body .week .week-container .text-date.bg-green {
  background-color: #a7d08c;
}

.weekly-table .week-table-body .week .week-container .week-name, .weekly-table .week-table-body .week .week-container .time-slot {
  height: 100%;
  align-self: center;
}

@media (min-width: 991px) {
  .weekly-table .week-table-body .week .week-container .week-name, .weekly-table .week-table-body .week .week-container .time-slot {
    display: none;
  }
}
.weekly-table .week-table-body .week .week-container .text, .weekly-table .week-table-body .week .week-container .text-date {
  border-left: 1px solid #999999;
}

.weekly-table .week-table-body .week .week-container span {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}

.weekly-table .week-table-body .week .week-container .text a {
  display: block;
}

.links-container {
  display: block;
}

.links-container .links-head {
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #d9e4f7;
  border-bottom: 1px solid #6390df;
}

.links-container .links-head img, .links-container .links-head .title {
  display: inline-block;
}

.links-container .links-head img {
  width: 20px;
  height: auto;
  transform: rotateX(180deg);
  vertical-align: baseline;
}

.links-container .links-head .title {
  padding-left: 10px;
}

.links-container .links-body {
  display: block;
  list-style: none;
}

.links-container .links-body li {
  display: block;
  margin-bottom: 5px;
}

.links-container .links-body li:before {
  content: "◆";
  font-size: 1.4rem;
  color: #6390df;
  padding-right: 5px;
}

.links-container .links-body li a {
  display: inline-block;
  color: #6390df;
}

.links-container .links-body li a:hover, .links-container .links-body li a:focus, .links-container .links-body li a:active {
  text-decoration: underline;
}

.bulletins-table {
  display: block;
}

.bulletins-table thead, .bulletins-table tbody {
  display: block;
  width: 100%;
}

.bulletins-table thead {
  margin-top: 10px;
}

.bulletins-table thead tr {
  background: #6390df;
  border: 2px solid #3972d6;
}

.bulletins-table thead tr th {
  display: block;
}

.bulletins-table thead tr th.title, .bulletins-table thead tr th.text {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .bulletins-table thead tr th.title, .bulletins-table thead tr th.text {
    font-size: 1.2rem;
  }
}
.bulletins-table thead tr th.text {
  border-left: 1px dashed #e2eaf9;
}

.bulletins-table thead tr th.text2 {
  border-right: 1px dashed #e2eaf9;
}

.bulletins-table tbody {
  margin-bottom: 30px;
}

.bulletins-table tbody tr {
  background: rgba(99, 144, 223, 0.1);
  border-bottom: 1px dashed #6390df;
  transition: background 400ms;
}

.bulletins-table tbody tr:nth-child(even) {
  background: #fff;
}

.bulletins-table tbody tr:nth-last-child(1) {
  border-bottom: 2px solid #3972d6;
}

.bulletins-table tbody tr:hover, .bulletins-table tbody tr:focus, .bulletins-table tbody tr:active {
  background: #f1f6ff;
}

.bulletins-table tbody tr td.text, .bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
  display: block;
  padding: 4px;
  color: #f36302;
}

@media (min-width: 767px) {
  .bulletins-table tbody tr td.text, .bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
    padding: 4px 0 4px 16px;
  }
}
.bulletins-table tbody tr td.text:before {
  content: "■";
  padding-right: 4px;
  font-size: 1.1rem;
}

@media (min-width: 767px) {
  .bulletins-table tbody tr td.text:before {
    font-size: 1.4rem;
  }
}
.bulletins-table tbody tr td.text a {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 30px);
  vertical-align: text-top;
  color: #ed7d31;
}

.bulletins-table tbody tr td.text a:hover, .bulletins-table tbody tr td.text a:focus, .bulletins-table tbody tr td.text a:active {
  text-decoration: underline;
}

.bulletins-table tbody tr td.text-unlink, .bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  line-height: 1.5;
  color: #ed7d31;
}

@media (min-width: 767px) {
  .bulletins-table tbody tr td.text-unlink, .bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
    line-height: 2.5;
  }
}
.bulletins-table tbody tr td.text-date, .bulletins-table tbody tr td.download-link {
  border-left: 1px dashed #8daee8;
}
.bulletins-table tbody tr td.text-manage{
  border-right: 1px dashed #8daee8;
}

.bulletins-table tbody tr td.download-link img {
  width: 35px;
  height: auto;
}

.table-deform {
  display: block;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 767px) {
  .table-deform {
    margin-bottom: 30px;
  }
}
.table-deform tbody, .table-deform .tbody {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: rgba(99, 144, 223, 0.1);
  border-bottom: 2px solid #3972d6;
  transition: background 400ms;
}

@media (min-width: 767px) {
  .table-deform tbody, .table-deform .tbody {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.table-deform tbody:nth-child(even), .table-deform .tbody:nth-child(even) {
  background: #fff;
}

@media (min-width: 767px) {
  .table-deform tbody:nth-child(1) tr td, .table-deform .tbody:nth-child(1) tr td {
    height: calc(100% - 46px);
  }
}
@media (min-width: 767px) {
  .table-deform tbody:nth-last-child(1) tr, .table-deform .tbody:nth-last-child(1) tr {
    border-bottom: 2px solid #3972d6;
  }
}
.table-deform tbody:hover, .table-deform tbody:focus, .table-deform tbody:active, .table-deform .tbody:hover, .table-deform .tbody:focus, .table-deform .tbody:active {
  background: #f1f6ff;
}

.table-deform tbody > tr, .table-deform .tbody > tr {
  display: block;
  border: 2px solid #3972d6;
  border-bottom: 0;
}

@media (min-width: 767px) {
  .table-deform tbody > tr, .table-deform .tbody > tr {
    display: inline-block;
    border: 0;
    border-bottom: 1px dashed #8daee8;
  }
}
@media (min-width: 767px) {
  .table-deform tbody > tr:nth-child(1) th, .table-deform .tbody > tr:nth-child(1) th {
    border-left: 2px solid #3972d6;
  }
}
@media (min-width: 767px) {
  .table-deform tbody > tr:nth-last-child(1) th, .table-deform .tbody > tr:nth-last-child(1) th {
    border-right: 2px solid #3972d6;
  }

  .table-deform tbody > tr:nth-last-child(1) td, .table-deform .tbody > tr:nth-last-child(1) td {
    border-right: 0;
  }
}
.table-deform tbody > tr > th, .table-deform tbody > tr > td, .table-deform .tbody > tr > th, .table-deform .tbody > tr > td {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.5;
}

.table-deform tbody > tr > th, .table-deform .tbody > tr > th {
  height: 100%;
  width: 30%;
  background: #6390df;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 767px) {
  .table-deform tbody > tr > th, .table-deform .tbody > tr > th {
    display: none;
    justify-content: initial;
    align-items: initial;
    width: 100%;
    height: auto;
    font-size: 1.2rem;
    border-top: 2px solid #3972d6;
    border-bottom: 2px solid #3972d6;
    border-right: 1px dashed #e2eaf9;
  }
}
.table-deform tbody > tr > td, .table-deform .tbody > tr > td {
  width: calc(70% - 6px);
  color: #ed7d31;
}

@media (min-width: 767px) {
  .table-deform tbody > tr > td, .table-deform .tbody > tr > td {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 400;
    border-right: 1px dashed #8daee8;
  }
}
@media (min-width: 767px) {
  .table-deform tbody:nth-child(1) tr th, .table-deform .tbody:nth-child(1) tr th {
    display: block;
    width: 100%;
  }
}
.table-deform.download {
  margin-top: 20px;
}

.table-deform.download tbody > tr, .table-deform.download .tbody > tr {
  background: #fff;
}

.table-deform.download tbody > tr:nth-child(even), .table-deform.download .tbody > tr:nth-child(even) {
  background: #fff;
}

.table-deform.download tbody > tr:hover, .table-deform.download tbody > tr:focus, .table-deform.download tbody > tr:active, .table-deform.download .tbody > tr:hover, .table-deform.download .tbody > tr:focus, .table-deform.download .tbody > tr:active {
  background: #fff;
}

@media (min-width: 767px) {
  .table-deform.download tbody > tr .link, .table-deform.download .tbody > tr .link {
    justify-content: start;
  }
}
.table-deform.download tbody > tr .link a:hover, .table-deform.download tbody > tr .link a:focus, .table-deform.download tbody > tr .link a:active, .table-deform.download .tbody > tr .link a:hover, .table-deform.download .tbody > tr .link a:focus, .table-deform.download .tbody > tr .link a:active {
  text-decoration: underline;
}

.table-deform.download tbody > tr .text, .table-deform.download .tbody > tr .text {
  color: #4d4d4d;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.map {
  width: 100%;
  height: 400px;
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.row-title {
  display: block;
  margin-top: 10px;
  color: #3972d6;
}

.row-title:before {
  content: "■";
  padding-right: 8px;
  font-size: 1.4rem;
}

@media (min-width: 767px) {
  .row-title:before {
    font-size: 3rem;
  }
}
.title-hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3972d6;
}

.traffic-group {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.traffic-group .title {
  font-weight: 700;
}

.traffic-group .title:before {
  content: "【";
}

.traffic-group .title:after {
  content: "】";
}

.traffic-img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.traffic-img img {
  display: block;
  margin: 0 auto;
}

.news-content {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
}

@media (min-width: 767px) {
  .news-content {
    margin-bottom: 20px;
    border: 0;
  }
}
.news-content:nth-child(1) {
  margin-top: 20px;
}

.news-content div {
  padding-top: 6px;
  padding-bottom: 6px;
}

.news-content .news-title {
  display: black;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #cccccc;
}

@media (min-width: 767px) {
  .news-content .news-title {
    display: none;
    border: 0;
  }
}
.news-content .news-date {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
}

@media (min-width: 767px) {
  .news-content .news-date {
    background-color: #cccccc;
    border: 0;
  }
}
.news-content .news-text {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

@media (min-width: 767px) {
  .news-content .news-text {
    text-align: left;
    background-color: transparent;
    border: 0;
  }
}
.news-content .news-link {
  background-color: #fff;
}

@media (min-width: 767px) {
  .news-content .news-link {
    background-color: transparent;
  }
}
.news-content .news-link:before {
  content: "■";
  padding-right: 4px;
  font-size: 1.1rem;
  color: #2c6ad6;
}

@media (min-width: 767px) {
  .news-content .news-link:before {
    font-size: 1.4rem;
  }
}
.news-content .news-link a {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 30px);
  vertical-align: text-top;
  color: #2c6ad6;
}

.news-content .news-link a:hover, .news-content .news-link a:focus, .news-content .news-link a:active {
  text-decoration: underline;
}

.article-contents {
  display: block;
  width: 100%;
}

.article-contents .article-head .title, .article-contents .article-head .date {
  display: block;
  color: #f36302;
}

@media (min-width: 991px) {
  .article-contents .article-head .title, .article-contents .article-head .date {
    display: inline-block;
  }
}
.article-contents .article-head .title {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  text-indent: -24px;
}

.article-contents .article-head .title:before {
  content: "■";
  padding-right: 4px;
  font-size: 1.6rem;
}

@media (min-width: 991px) {
  .article-contents .article-head .title {
    width: calc(100% - 100px);
  }

  .article-contents .article-head .title:before {
    content: "■";
    padding-right: 4px;
    font-size: 3.6rem;
  }
}
.article-contents .article-head .date {
  min-width: 90px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .article-contents .article-head .date {
    margin-bottom: 0;
  }
}
.article-contents .article-head.text-blue .title, .article-contents .article-head.text-blue .date {
  color: #2c6ad6;
}

.image-content {
  margin-bottom: 20px;
}

.image-content img {
  display: block;
  width: 100%;
  text-align: center;
}

.image-content .img-description {
  margin-top: 14px;
  margin-bottom: 14px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.article-download {
  display: block;
  margin: 20px 0;
  padding: 0;
}

.article-download li {
  display: block;
  color: #6390df;
}

.article-download li a {
  display: inline-block;
  width: auto;
  color: #6390df;
}

.article-download li a:hover, .article-download li a:focus, .article-download li a:active {
  text-decoration: underline;
}

.attractions-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}

.attractions-wrap:nth-last-child(1) {
  border: 0;
}

.attractions-wrap img {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .attractions-wrap img {
    margin-bottom: 0;
  }
}
.attractions-wrap .title {
  margin-bottom: 10px;
}

.attractions-wrap .text {
  margin-bottom: 0;
}

.attractions-wrap .link {
  margin-top: 30px;
  color: #4d4d4d;
}

.attractions-wrap .link:before {
  content: "■";
  padding-right: 10px;
  font-size: 1.3rem;
}

.attractions-wrap .link a {
  color: #2c6ad6;
}

.attractions-wrap .link a:hover, .attractions-wrap .link a:focus, .attractions-wrap .link a:active {
  color: #2c6ad6;
  text-decoration: underline;
}

.slick-arrow {
  border: 0;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  transition: color 400ms;
  cursor: pointer;
  outline: 0;
}

.slick-arrow:before {
  transition: color 400ms;
}

.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  opacity: 1;
}

@media (min-width: 991px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
}

.slick-prev {
  left: 10px;
  background-image: url("/page/images/arrow-left-w.png");
}

.slick-next {
  right: 10px;
  background-image: url("/page/images/arrow-right-w.png");
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  display: block;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  z-index: 2;
}

@media (min-width: 767px) {
  .slick-dots {
    bottom: 20px;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: white;
  border: 0px solid #000;
  font-size: 0;
  text-indent: -999px;
  border-radius: 100%;
  cursor: pointer;
  outline: 0;
}

@media (min-width: 767px) {
  .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
.slick-dots li.slick-active button {
  background-color: #ed7d31;
}

.fancybox-caption {
  top: 0;
  bottom: auto;
  padding: 13px 44px;
  background: transparent;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-slide--image {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 1099px) {
  .fancybox-image {
    transform: scale(1.45);
  }
}
@media (min-width: 1439px) {
  .fancybox-image {
    transform: scale(1);
  }
}
.fancybox-navigation .fancybox-button div, .fancybox-button {
  padding: 0;
}

/*# sourceMappingURL=main.css.map*/
#wrap {
  background-color: rgba(255, 255, 255, 0.4);
}

/*
.page-content {
  background-color: transparent;
}
*/
.language-switch {
  margin-bottom: 15px !important;
}

.language {
  padding-top: 15px !important;
  padding-bottom: 5px;
  border-top: 1px solid #47702d;
}

@media (min-width: 1025px) {
  /*
    .language-switch {
      margin-bottom: 0 !important;
    }
  */
  .language-switch {
    padding: 15px 20px;
    margin-bottom: 0 !important;
  }

  .language {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}
/*-----------------------------------*/
footer.footer .navbar {
  overflow: hidden;
}

footer.footer .navbar a {
  /*  float: left;*/
  font-size: 16px;
  /*color: black;*/
  text-align: left;
  padding: 0;
  text-decoration: none;
}

footer.footer .dropdown {
  float: left;
  overflow: hidden;
}

footer.footer .dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  padding: 0;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

footer.footer .navbar a:hover, footer.footer .dropdown:hover .dropbtn {
  /*  background-color: red;*/
  color: red;
}

footer.footer .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ddf2cf;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  line-height: 2.5;
}

footer.footer .dropdown-content a {
  float: none;
  color: black;
  padding: 0 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

footer.footer .dropdown-content a:hover {
  background-color: #538234;
  color: white;
}

footer.footer .dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn span:after {
  content: "∨";
  padding-left: 5px;
}

footer.footer .navbar > div {
  flex: 0 0 calc(100% / 3);
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.change {
  text-align: left;
  margin: 1rem 0;
}

.change-btn {
  background-color: #0283df;
  border-color: #0283df;
  color: white;
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 5px;
}

@media (min-width: 767px) {
  .change {
    padding: 0 4rem;
    text-align: center;
    margin-top: 1rem;
  }

  .change-btn {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
    border-radius: 5px;
  }
}
@media (max-width: 1024px) {
  .menus.current > div.row, .menus > div.row {
    flex-direction: column;
  }

  .menus {
    position: relative;
  }

  .language-switch {
    position: absolute;
    top: 8px;
    right: 10px;
  }

  .menu-content {
    width: 100%;
  }

  .menu li.open ul.sub-menu div.d-flex {
    display: block !important;
  }

  .arrow-hidden {
    opacity: 1 !important;
    width: 20px !important;
  }
}
/*
@media (min-width: 1200px) {
  .container.page-content {
    max-width: 100%
  }
}*/
.container.page-content {
padding-top: 15px;
padding-bottom: 15px;
  max-width: 100% !important;
}

.weekly-table .week-table-body .week .week-container {
  display: flex;
  align-items: stretch;
}

.col-lg-6.h-box > p {
  height: 45%;
}

.col-lg-6.h-box > .row {
  height: 50%;
}

.row.mb-3 {
  margin-bottom: 3rem;
}

.row.mt-3 {
  margin-top: 3rem;
}

.menus .menu-content .menu li ul.sub-menu > span > li > a {
  background-color: #6DC236;
}

.menus .menu-content .menu > li > ul.sub-menu > span > li > ul.sub-menu > span > li > a {
  background-color: #8FD363;
}

.menus .menu-content .menu > li > ul.sub-menu > span > li > ul.sub-menu {
  left: 20px;
}

.menus .menu-content .menu li ul.sub-menu > span > li a:hover {
  color: red;
}

@media (max-width: 992px) {
  /*ul.sub-menu > span.d-flex.align-items-center {
    flex-direction: column;
    justify-content: center;
    align-items: stretch !important
  }

  .menus .menu-content > .menu > li > ul.sub-menu {
    min-width: 500px;
  }

  .menu > li > ul.sub-menu > span > li > ul.sub-menu .submenu-toggle:after, .menu li ul.sub-menu .submenu-toggle:after {
    right: 0;
    top: 10%;
  }*/
  /*--------------------------------------------------------------------*/
  /*
  .menus .menu-content .menu {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .menus .menu-content .menu > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px
  }*/
  /*.menus .menu-content .menu li a , .menus .menu-content .menu li ul.sub-menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-content {
    width: 85%
  }*/
  /*--------------------------------------------------------------------*/
}
@media (min-width: 1099px) {
  .menu > li > ul.sub-menu > span > li > ul.sub-menu .submenu-toggle:after, .menu li ul.sub-menu .submenu-toggle:after {
    right: 0;
    top: 10px;
  }

  /*---------------------------------------------------------------------*/
  .menus .menu-content .menu > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menus .menu-content .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-content {
    width: 85%;
  }

  .menus .menu-content .menu li a {
    padding-left: 0;
    padding-right: 0;
  }

  .menus .menu-content .menu > li > ul.sub-menu > div > li > ul.sub-menu {
    left: 20px;
  }

  .sub-menu div.d-flex > li {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    position: static !important;
  }

  .menus .menu-content .menu li ul.sub-menu > div > li > a, .menus .menu-content .menu li ul.sub-menu li a {
    background-color: transparent;
  }

  .menus .menu-content .menu li ul.sub-menu > div > li {
    background-color: #6DC236;
  }

  .menus .menu-content .menu li ul.sub-menu li {
    background-color: #a7d08c;
  }

  .menus .menu-content .menu > li > ul.sub-menu > div > li > ul.sub-menu > div > li {
    background-color: #8FD363;
  }

  .sub-menu div.d-flex li > a[href="javascript:;"]::after {
    content: "V";
    font-size: 10px;
    padding-left: 5px;
  }

  .arrow-hidden {
    opacity: 0;
    width: 1px;
  }

  .submenu-toggle:after {
    position: static;
  }
}
.arrow-hidden {
  opacity: 0;
  width: 1px;
}

ul.sub-menu div > li .submenu-toggle.open:after {
  top: 20px !important;
}

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