@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * NAVBAR
 * BANNER
 * NO BANNER
 * FOOTER
 * MODAL
 * MOBILE
 * MAIN
 * ABOUT
 * NEWS
 * TRADING
 * PRODUCTS
 * CONTACT
 * GUIDE
 * CART
 * LOGIN
 * REGISTER
 * FINISH
 * ACCOUNT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #ffcc00;
  outline: 0;
  text-decoration: none;
}

/* span {
  display: inline-block;
} */

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

.container {
  max-width: 100%;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}

#scrollUp {
  right: 25px;
  bottom: 255px;
  z-index: 1000 !important;
}

#scrollUp img {
  width: 45px;
}

@media (min-width: 1200px) {
  #scrollUp {
    bottom: 285px;
  }

  #scrollUp img {
    width: 60px;
  }
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 25px;
  bottom: 140px;
  z-index: 1000 !important;
}

.social a {
  margin-bottom: 0.5rem;
}

.social img {
  width: 45px;
}

@media (min-width: 1200px) {
  .social img {
    width: 60px;
  }
}

/*------------------------------------*\
    NAVBAR
\*------------------------------------*/
.navbar {
  padding: 0;
}

.navbar .container {
  border: 1px solid #e8e8e8;
  border-top: 5px solid #ffcc00;
  border-bottom-right-radius: 20px;
  background-color: #ffffff;
  max-width: 100%;
  padding: 0 12px 0 12px;
  height: 60px;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar .container::before {
  content: "";
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  width: 100%;
  height: 105px;
  position: absolute;
  top: 0;
  left: -100%;
  display: none;
}

.navbar .container::after {
  content: "";
  background-color: #ffcc00;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: -100%;
  display: none;
}

.navbar .container.show {
  border-bottom-right-radius: 0;
}

@media (min-width: 992px) {
  .navbar .container {
    border: 1px solid #ffffff;
    border-top: 10px solid #ffcc00;
    border-bottom-right-radius: 40px;
    height: 115px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar .container.active {
    border-color: #e8e8e8;
    border-top: 10px solid #ffcc00;
  }

  .navbar .container.active::before {
    border-color: #e8e8e8;
  }
}

@media (min-width: 1480px) {
  .navbar .container {
    max-width: 1440px;
    padding: 0 3rem 0 0;
  }

  .navbar .container::before,
  .navbar .container::after {
    display: block;
  }
}

.navbar .offcanvas {
  width: 80%;
  top: 60px;
}

@media (min-width: 992px) {
  .navbar .offcanvas {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.navbar .offcanvas-body {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .offcanvas-backdrop {
  top: 60px;
}

.navbar-brand {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-right: 0;
  position: relative;
  z-index: 9999;
}

.navbar-brand img {
  width: 100px;
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 150px;
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    width: auto;
  }
}

.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 25px;
  height: 25px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 24px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

@media (min-width: 992px) {
  .navbar-toggler {
    position: relative;
  }
}

.navbar-toggler .icon-bar {
  display: block;
  background: #ffcc00;
  text-align: center;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 5px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 12px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}

.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.navbar-nav .nav-item {
  position: relative;
  padding: 0.75rem 0;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.5rem;
  }
}

@media (min-width: 1320px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }
}

.navbar-nav .nav-link {
  color: #000000;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 !important;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #ffcc00;
}

@media (min-width: 576px) {
  .navbar-nav .nav-link {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 1.1875rem;
  }
}

.navbar-nav .nav-lang {
  text-align: center;
  position: relative;
  margin-top: 0.75rem;
}

.navbar-nav .nav-lang::before {
  content: "";
  background-color: #b2b2b2;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: none;
}

@media (min-width: 992px) {
  .navbar-nav .nav-lang {
    padding-left: 1.75rem;
    margin-top: 0;
    margin-left: 0.3rem;
    margin-right: 1rem;
  }

  .navbar-nav .nav-lang::before {
    display: block;
  }
}

.navbar-nav .nav-lang a {
  font-size: 0.9375rem;
}

.navbar-nav .nav-lang a:hover,
.navbar-nav .nav-lang a:focus,
.navbar-nav .nav-lang a.active {
  color: #ffcc00;
}

.navbar-nav .nav-lang a+a::before {
  content: "．";
}

@media (min-width: 576px) {
  .navbar-nav .nav-lang a {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}

.navbar-nav .dropdown {
  text-align: center;
}

.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  border-color: #f0eae2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.75rem 1.75rem 1.5rem;
  /* min-width: 150px;
  max-width: 150px; */
  margin-top: 0.5rem;
}

.navbar-nav .dropdown .dropdown-menu.show {
  display: inline-block;
}

.navbar-nav .dropdown .dropdown-menu::before {
  content: "";
  background-color: #ffcc00;
  width: 25px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 43px;
}

.navbar-nav .dropdown .dropdown-menu li {
  margin-bottom: 0.5rem;
}

.navbar-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.navbar-nav .dropdown .dropdown-item {
  display: block;
  border-bottom: 1px solid transparent;
  color: #666666;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 0.15rem;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-item:focus,
.navbar-nav .dropdown .dropdown-item.active {
  border-color: #ffcc00;
  background-color: transparent;
  color: #ecbb3b;
  font-weight: bold;
}

@media (min-width: 576px) {
  .navbar-nav .dropdown .dropdown-menu::before {
    top: 47px;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-toggle {
    color: #ffcc00;
  }

  .navbar-nav .dropdown:hover .dropdown-toggle::before {
    left: 0;
    right: 0;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav .dropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    margin-top: 1.25rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .navbar-nav .dropdown .dropdown-menu::before {
    top: 0;
  }

  .navbar-nav .dropdown .dropdown-item {
    font-size: 1.125rem;
    padding: 0 0 0.25rem;
  }
}

.navbar-subnav {
  padding-right: 2.75rem;
  margin-top: 0.35rem;
}

@media (min-width: 992px) {
  .navbar-subnav {
    padding-right: 0;
    margin-top: 0;
  }
}

.navbar-subnav .nav-item {
  position: relative;
  padding: 0 0.25rem;
}

@media (min-width: 992px) {
  .navbar-subnav .nav-item {
    padding: 0 0.5rem;
  }
}

.navbar-subnav .nav-link {
  border-radius: 50%;
  background-color: #ffcc00;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
}

.navbar-subnav .nav-link span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  margin-top: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navbar-subnav .nav-link:hover,
.navbar-subnav .nav-link:focus {
  background-color: #ededed;
}

.navbar-subnav .nav-link:hover span,
.navbar-subnav .nav-link:focus span {
  color: #000000;
  font-weight: normal;
}

@media (min-width: 992px) {
  .navbar-subnav .nav-link {
    width: 45px;
    height: 45px;
  }
}

.navbar-subnav .dropdown .dropdown-toggle::after {
  display: none;
}

@media (max-width: 991px) {
  .navbar-subnav .dropdown .dropdown-menu {
    border: none;
    margin-top: 7px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .navbar-subnav .dropdown .dropdown-menu::before {
    top: 0;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}

.banner::before {
  content: "";
  background-color: rgba(255, 204, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.banner-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

@media (min-width: 992px) {
  .banner-pic {
    height: 400px;
  }
}

.banner-txt {
  text-align: center;
  width: 100%;
  margin-top: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (min-width: 992px) {
  .banner-txt {
    margin-top: 3.25rem;
  }
}

.banner-txt .title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .banner-txt .title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 3rem;
  }
}

.banner-txt .subtitle {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  position: relative;
}

.banner-txt .subtitle::before,
.banner-txt .subtitle::after {
  content: "";
  background-color: #ffffff;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
}

.banner-txt .subtitle::before {
  left: -1rem;
  -webkit-transform: translateY(-50%) rotate(75deg);
  -ms-transform: translateY(-50%) rotate(75deg);
  transform: translateY(-50%) rotate(75deg);
}

.banner-txt .subtitle::after {
  right: -1rem;
  -webkit-transform: translateY(-50%) rotate(-75deg);
  -ms-transform: translateY(-50%) rotate(-75deg);
  transform: translateY(-50%) rotate(-75deg);
}

@media (min-width: 576px) {
  .banner-txt .subtitle {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 992px) {
  .banner-txt .subtitle {
    letter-spacing: 0.2rem;
  }
}

.banner-txt .text {
  color: #000000;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.banner-txt .text strong {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .banner-txt .text {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
  }

  .banner-txt .text strong {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    NO BANNER
\*------------------------------------*/
.no-banner {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .no-banner {
    padding-top: 115px;
  }
}

.no-banner .navbar .container {
  border: 1px solid #e8e8e8;
  border-top: 5px solid #ffcc00;
}

.no-banner .navbar .container::before {
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  .no-banner .navbar .container {
    border-top: 10px solid #ffcc00;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #fbd95b;
  padding: 3rem 0;
}

.footer .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .row:last-child {
  border-top: 1px solid #727272;
  padding-top: 0.5rem;
  margin-top: 1.25rem;
}

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

@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
    margin-top: 1rem;
  }
}

.footer-logo .pic {
  width: 150px;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .footer-logo .pic {
    width: auto;
  }
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .footer-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 1rem;
  }
}

@media (min-width: 1320px) {
  .footer-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-info .nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info .nav li {
  color: #444444;
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 0.1rem;
}

.footer-info .nav li span {
  display: block;
}

.footer-info .nav li a {
  color: #444444;
}

.footer-info .nav li a:hover,
.footer-info .nav li a:focus {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer-info .nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-info .nav li {
    text-align: left;
  }

  .footer-info .nav li span {
    display: inline-block;
  }

  .footer-info .nav li span+span {
    margin-left: 0.75rem;
  }
}

.footer-info .service {
  border-radius: 25px;
  background-color: #ffffff;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-info .service a {
  color: #000000;
  font-size: 1.375rem;
  letter-spacing: normal;
  margin-left: 0.25rem;
}

.footer-info .service a:hover,
.footer-info .service a:focus {
  color: #ffcc00;
  font-weight: bold;
}

@media (min-width: 992px) {
  .footer-info .service {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1320px) {
  .footer-info .service {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .footer-link {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer-link .nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1rem;
}

.footer-link .nav li {
  margin: 0 0.5rem;
}

.footer-link .nav li:first-child {
  margin-left: 0;
}

.footer-link .nav li:last-child {
  margin-right: 0;
}

.footer-link .nav li a {
  color: #444444;
  font-size: 1rem;
}

.footer-link .nav li a:hover {
  color: #ffffff;
}

.footer-link .nav+.nav {
  border-top: 1px solid #727272;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .footer-link .nav {
    border-bottom: 1px solid #727272;
    padding-bottom: 0.5rem;
    margin-top: 0;
  }

  .footer-link .nav li a {
    font-size: 1.0625rem;
  }
}

.footer-copy {
  color: #828282;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .footer-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer-copy .copy {
  text-align: center;
  margin-bottom: 0;
}

.footer-copy .copy a {
  font-size: 0.75rem;
}

.footer-copy .copy a:hover {
  color: #828282;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer-copy .copy {
    text-align: left;
  }
}

.footer-copy .link a {
  color: #828282;
  letter-spacing: 0.1rem;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  position: relative;
}

.footer-copy .link a::before {
  content: "";
  background-color: #828282;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.footer-copy .link a:first-child::before {
  display: none;
}

.footer-copy .link a:hover,
.footer-copy .link a:focus {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer-copy .link a:first-child::before {
    display: block;
  }
}

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

@media (min-width: 992px) {
  .footer-social {
    text-align: right;
  }
}

.footer-social a {
  color: #828282;
  font-size: 1.3125rem;
}

.footer-social a+a {
  margin-left: 0.5rem;
}

.footer-social a:hover.fb {
  color: #305995;
}

.footer-social a:hover.line {
  color: #20C92F;
}

/*------------------------------------*\
    MODAL
\*------------------------------------*/
.modal-backdrop {
  --bs-backdrop-opacity: 0.65;
}

.modal-body {
  padding: 2rem 1.5rem;
}

@media (min-width: 576px) {
  .modal-body {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .modal-body {
    padding: 4.5rem 5rem;
  }
}

.modal-products .modal-dialog {
  max-width: 750px;
}

@media (min-width: 992px) {
  .modal-products .modal-body {
    padding: 3.5rem 5rem;
  }
}

.modal-products .form {
  position: relative;
}

.modal-products .form .form-control {
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  padding-right: 95px;
}

.modal-products .form .btn {
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #ffcc00;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  padding-right: 0;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
}

.modal-products .form .btn:hover,
.modal-products .form .btn:focus {
  color: #000000;
}

@media (min-width: 768px) {
  .modal-products .form .form-control {
    font-size: 1.3125rem;
    padding-right: 110px;
  }

  .modal-products .form .form-control::-webkit-input-placeholder {
    letter-spacing: 0.25rem;
  }

  .modal-products .form .form-control::-moz-placeholder {
    letter-spacing: 0.25rem;
  }

  .modal-products .form .form-control:-ms-input-placeholder {
    letter-spacing: 0.25rem;
  }

  .modal-products .form .form-control::-ms-input-placeholder {
    letter-spacing: 0.25rem;
  }

  .modal-products .form .form-control::placeholder {
    letter-spacing: 0.25rem;
  }

  .modal-products .form .btn {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .modal-products .form .form-control {
    font-size: 1.5625rem;
    padding-bottom: 0.75rem;
    padding-right: 125px;
  }

  .modal-products .form .btn {
    font-size: 1.375rem;
  }
}

.modal-order .modal-dialog {
  max-width: 550px;
}

/*------------------------------------*\
    MOBILE
\*------------------------------------*/
.mobile {
  background-color: #f6db70;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.mobile a {
  color: #000000;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.05rem;
  width: 25%;
  padding: 0.25rem;
  position: relative;
}

.mobile a i {
  font-size: 1.3125rem;
}

.mobile a span {
  font-size: 0.75rem;
  letter-spacing: normal;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile a p {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .mobile {
    display: none;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  main {
    padding: 4.5rem 0;
  }
}

/* SIDEBAR */
.sidebar {
  display: none;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .sidebar {
    display: block;
    margin-bottom: 0;
  }
}

@media (min-width: 1320px) {
  .sidebar {
    padding-right: 3rem;
  }
}

.sidebar-title {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .sidebar-title {
    margin-bottom: 2rem;
  }
}

.sidebar-title .title {
  border-bottom: 1px solid #e1e1e1;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.sidebar-title .title::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-title .title.show::after {
  content: "\f286";
}

@media (min-width: 992px) {
  .sidebar-title .title {
    font-size: 1.6875rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }

  .sidebar-title .title::after {
    display: none;
  }
}

.sidebar-title .subtitle {
  color: #ffcc00;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  display: none;
}

@media (min-width: 992px) {
  .sidebar-title .subtitle {
    display: block;
  }
}

.sidebar-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.sidebar-content.show {
  height: 100%;
}

@media (min-width: 992px) {
  .sidebar-content {
    height: auto;
  }
}

.sidebar-content .nav li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.sidebar-content .nav li a {
  display: block;
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding-right: 2rem;
  position: relative;
}

.sidebar-content .nav li a::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-content .nav li a:hover,
.sidebar-content .nav li a:focus,
.sidebar-content .nav li a.active {
  color: #ffcc00;
  font-weight: bold;
}

.sidebar-content .nav li a:hover::after,
.sidebar-content .nav li a:focus::after,
.sidebar-content .nav li a.active::after {
  color: #ffcc00;
  right: 0.5rem;
}

@media (min-width: 992px) {
  .sidebar-content .nav li {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .sidebar-content .nav li a {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }

  .sidebar-content .nav li a::after {
    font-size: 0.8125rem;
  }
}

/* PAGE-TITLE */
.page-title {
  margin-bottom: 2rem;
}

.page-title .title {
  border-bottom: 1px solid #e1e1e1;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding-left: 1.25rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  position: relative;
}

.page-title .title::before {
  content: "";
  background-color: #ffcc00;
  width: 3px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.page-title .title::after {
  content: "";
  background-color: #e1e1e1;
  width: 100px;
  height: 1px;
  position: absolute;
  left: -100px;
  bottom: -1px;
  display: none;
}

@media (min-width: 576px) {
  .page-title .title {
    font-size: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.675rem;
    margin-bottom: 1.25rem;
  }

  .page-title .title::before {
    height: 35px;
  }
}

@media (min-width: 992px) {
  .page-title .title::after {
    display: block;
  }
}

.page-title .text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .page-title .text {
    font-size: 1.0625rem;
  }
}

.page-title.no-title {
  display: none;
}

.page-title.no-title .title::before {
  display: none;
}

@media (min-width: 992px) {
  .page-title.no-title {
    display: block;
  }
}

.page-title-secondary {
  text-align: center;
  margin-bottom: 2.25rem;
}

.page-title-secondary .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .page-title-secondary .title {
    font-size: 1.6875rem;
    letter-spacing: 0.35rem;
    margin-bottom: 0.5rem;
  }

  .page-title-secondary .title-l {
    font-size: 1.875rem;
  }
}

.page-title-secondary .subtitle {
  color: #ffcc00;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}

@media (min-width: 576px) {
  .page-title-secondary .subtitle {
    font-size: 1.0625rem;
    letter-spacing: 0.2rem;
  }
}

/* PICTURE */
.pic {
  overflow: hidden;
}

.pic a {
  background-color: #ffcc00;
  position: relative;
}

.pic a::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 576px) {
  .pic a::before {
    background-size: 130px;
    width: 130px;
    height: 130px;
  }
}

.pic a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic a:hover::before,
.pic a:focus::before {
  opacity: 1;
}

.pic a:hover img,
.pic a:focus img {
  opacity: 0.1;
}

.pic a.sold {
  background-color: #000000;
}

.pic a.sold::before {
  background-image: url(../images/sold.svg);
  background-size: 150px;
  width: 150px;
  height: 55px;
  opacity: 1;
}

@media (min-width: 576px) {
  .pic a.sold::before {
    background-size: 175px;
    width: 175px;
    height: 65px;
  }
}

.pic a.sold img {
  opacity: 0.5;
}

.pic a.sold:hover img,
.pic a.sold:focus img {
  opacity: 0.5;
}

/* PAGINATION */
.pagination-wrap {
  margin-top: 1rem;
}

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

.pagination .page-item {
  margin: 0 0.25rem;
}

@media (min-width: 576px) {
  .pagination .page-item {
    margin: 0 0.5rem;
  }
}

.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #ffcc00;
  background-color: transparent;
  color: #ffcc00;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
  background-color: #ffcc00;
  color: #ffffff;
}

.pagination .page-arrow {
  color: #b2b2b2;
  font-size: 2rem;
  margin: 0 0.5rem;
}

.pagination .page-arrow:hover,
.pagination .page-arrow:focus {
  color: #ffcc00;
}

@media (min-width: 576px) {
  .pagination .page-arrow {
    margin: 0 2.5rem;
  }
}

/* FORM */
.form .col-form-label {
  color: #515151;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0;
}

.form .col-form-label span {
  color: #e6b53b;
  font-weight: bold;
}

@media (min-width: 576px) {
  .form .col-form-label {
    border-bottom: 1px solid #c7c7c7;
    font-size: 1.0625rem;
    padding: 0.375rem 0;
  }
}

.form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  font-size: 0.9375rem;
  padding: 0.5rem 0;
}

.form .form-control:focus {
  border-color: #ffcc00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .form-control::-webkit-input-placeholder {
  color: #a6a6a6;
}

.form .form-control::-moz-placeholder {
  color: #a6a6a6;
}

.form .form-control:-ms-input-placeholder {
  color: #a6a6a6;
}

.form .form-control::-ms-input-placeholder {
  color: #a6a6a6;
}

.form .form-control::placeholder {
  color: #a6a6a6;
}

.form .form-control:-webkit-autofill,
.form .form-control:-webkit-autofill:hover,
.form .form-control:-webkit-autofill:focus,
.form .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 204, 0, 0.2) inset;
  box-shadow: 0 0 0px 1000px rgba(255, 204, 0, 0.2) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form .form-control:disabled,
.form .form-control[readonly] {
  background-color: transparent;
}

@media (min-width: 576px) {
  .form .form-control {
    font-size: 1rem;
  }
}

.form .form-check-label {
  font-size: 0.9375rem;
  letter-spacing: 0.125rem;
}

@media (min-width: 576px) {
  .form .form-check-label {
    font-size: 1rem;
  }
}

.form .form-check-input {
  border-color: #515151;
}

.form .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .form-check-input[type=radio]:checked {
  background-color: #ffffff;
  background-image: url(../images/radio.svg);
  border-color: #515151;
}

.form .form-check-input[type=checkbox] {
  border-radius: 0;
}

.form .form-check-input[type=checkbox]:checked {
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.form .form-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  font-size: 0.9375rem;
  padding: 0.5rem 0;
}

.form .form-select:focus {
  border-color: #ffcc00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 576px) {
  .form .form-select {
    font-size: 1rem;
  }
}

.form .form-text {
  color: #a6a6a6;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .form .form-text {
    letter-spacing: 0.05rem;
    margin-top: 1.25rem;
  }
}

.form .gender {
  position: relative;
}

.form .gender .form-control {
  padding-right: 180px;
}

.form .gender .form-check-group {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
}

.form .textarea .col-form-label {
  border-bottom: none;
  padding-bottom: 0;
}

.form .twzipcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .form .twzipcode {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form .twzipcode .form-select,
  .form .twzipcode .form-control {
    width: 33.33%;
  }
}

.form .code {
  padding-right: 200px;
  position: relative;
}

.form .code img {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.form .code a {
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* BUTTON */
.btn-wrap {
  text-align: center;
  margin-top: 3rem;
}

.btn-wrap-back {
  border-top: 1px solid #ffcc00;
  padding-top: 1rem;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .btn-wrap-back {
    padding-top: 2rem;
    margin-top: 4.5rem;
  }
}

.btn {
  border-radius: 1.5rem;
  border: 1px solid #ffcc00;
  background-color: #ffcc00;
  color: #000000;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  line-height: 45px;
  width: 240px;
  height: 45px;
  padding: 0;
}

.btn:hover,
.btn:focus {
  border-color: #ededed;
  background-color: #ededed;
  color: #000000;
  font-weight: bold;
}

.btn+.btn {
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .btn {
    font-size: 1.25rem;
    line-height: 47px;
    width: 240px;
    height: 47px;
  }

  .btn+.btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.btn-lines {
  background-color: transparent;
}

.btn-lines:hover,
.btn-lines:focus {
  background-color: #ededed;
  border-color: #ededed;
}

.btn-gray {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}

.btn-gray:hover,
.btn-gray:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.btn-back {
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.btn-back img {
  letter-spacing: normal;
  margin-left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-back:hover,
.btn-back:focus {
  color: #000000;
}

.btn-back:hover img,
.btn-back:focus img {
  margin-left: 1rem;
}

@media (min-width: 576px) {
  .btn-back {
    font-size: 1.25rem;
    letter-spacing: 0.75rem;
  }
}

.btn-fb {
  border-color: #36497a;
  background-color: #36497a;
  color: #ffffff;
  letter-spacing: 0.1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-fb span {
  background-image: url(../images/icon-fb.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
}

.btn-fb:hover,
.btn-fb:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 576px) {
  .btn-fb {
    font-size: 1.0625rem;
  }
}

.btn-line {
  border-color: #58bf38;
  background-color: #58bf38;
  color: #ffffff;
  letter-spacing: 0.1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-line span {
  background-image: url(../images/icon-line.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
}

.btn-line:hover,
.btn-line:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 576px) {
  .btn-line {
    font-size: 1.0625rem;
  }
}

/* QUANTITY */
.quan .input-group {
  background-color: #ffffff;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  min-height: 45px;
}

@media (min-width: 576px) {
  .quan .input-group {
    max-width: 315px;
  }
}

.quan .form-control {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}

.quan .form-control:focus {
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quan .btn {
  border-radius: 0.25rem;
  background-color: transparent;
  border-color: #d0d0d0;
  color: #444444;
  width: auto;
  height: auto;
}

.quan .btn strong {
  font-size: 1.5rem;
  font-weight: normal;
}

.quan .btn:hover,
.quan .btn:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* SWAL */
.swal-modal {
  padding: 2rem 1.5rem;
}

@media (min-width: 576px) {
  .swal-modal {
    width: 550px;
    padding: 2rem;
  }
}

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

.swal-title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .swal-title {
    font-size: 1.6875rem;
    letter-spacing: 0.35rem;
    margin-bottom: 0.5rem;
  }
}

.swal-text {
  color: #515151;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.swal-button {
  border-radius: 1.5rem;
  background-color: #ffcc00;
  color: #000000;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  line-height: 47px;
  width: 240px;
  height: 47px;
  padding: 0;
}

.swal-button:not([disabled]):hover {
  background-color: #ededed;
}

.swal-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 576px) {
  .swal-button {
    font-size: 1.125rem;
  }
}

.swal-icon--success {
  border-color: #ffcc00;
}

.swal-icon--success__line {
  background-color: #ffcc00;
}

.swal-icon--success__ring {
  border-color: rgba(255, 204, 0, 0.2);
}

/* SWIPER */
.swiper-button-next,
.swiper-button-prev {
  color: #ffcc00;
}

.swiper-button-next {
  right: 0;
}

@media (min-width: 1320px) {
  .swiper-button-next {
    right: -2.5rem;
  }
}

@media (min-width: 1480px) {
  .swiper-button-next {
    right: -5.5rem;
  }
}

.swiper-button-prev {
  left: 0;
}

@media (min-width: 1320px) {
  .swiper-button-prev {
    left: -2.5rem;
  }
}

@media (min-width: 1480px) {
  .swiper-button-prev {
    left: -5.5rem;
  }
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  border: 1px solid #ffcc00;
  background-color: transparent;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 0.5rem !important;
  position: relative;
}

.swiper-pagination-bullet::before {
  content: "";
  border-radius: 50%;
  background-color: #ffcc00;
  width: 7.5px;
  height: 7.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.swiper-pagination-bullet-active::before {
  opacity: 1;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about .sidebar {
  display: block;
}

.about-text {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .about-text {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

.about-text h3 {
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 400;
}

@media (min-width: 576px) {
  .about-text h3 {
    font-size: 1.1rem;
  }
}

.about-text ol {
  list-style-type: decimal-leading-zero;
  padding-left: 2.5rem;
}

.about-text ol li::marker {
  color: #ffcc00;
  font-weight: bold;
}

/* ABOUT PROFILE */
.about-profile {
  position: relative;
}

.about-profile::after {
  content: "";
  background-color: #f5fafd;
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
}

@media (min-width: 1320px) {
  .about-profile::after {
    display: block;
  }
}

.about-profile .container {
  background-color: #f5fafd;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 40px;
  min-height: 575px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .about-profile .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1480px) {
  .about-profile .container {
    padding-right: 4.5rem;
  }
}

.about-profile-text {
  background-color: rgba(245, 250, 253, 0.8);
  max-width: 850px;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .about-profile-text {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .about-profile-text {
    background-color: rgba(245, 250, 253, 0.6);
  }
}

.about-profile-text .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
}

.about-profile-text .title span {
  color: #ffcc00;
}

@media (min-width: 576px) {
  .about-profile-text .title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

.about-profile-text .text {
  font-size: 1rem;
}

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

@media (min-width: 576px) {
  .about-profile-text .text {
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
}

.about-profile-text h3 {
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .about-profile-text h3 {
    font-size: 1.1rem;
  }
}

.about-profile-text ol {
  list-style-type: decimal-leading-zero;
  padding-left: 1.5rem;
}

.about-profile-text ol li::marker {
  color: #ffcc00;
  font-weight: bold;
}

/* ABOUT SALE */
.about-sale {
  padding: 3.5rem 0 2.5rem;
}

.about-sale .container {
  max-width: 100%;
  padding: 0 12px;
}

@media (min-width: 1200px) {
  .about-sale .container {
    max-width: 1180px;
    padding: 0;
  }
}

.about-sale .swiper-slide {
  text-align: center;
}

.about-sale-title {
  border-bottom: 1px solid #ffcc00;
  text-align: center;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

.about-sale-title .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

@media (min-width: 576px) {
  .about-sale-title .title {
    font-size: 1.875rem;
  }
}

.about-sale-title .text {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .about-sale-title .text {
    font-size: 1.0625rem;
  }
}

.about-sale-content {
  position: relative;
}

.about-sale-content .swiper-sale {
  padding: 2.5rem 0;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/* NEWS LIST */
.news-list {
  margin-top: 0;
}

@media (min-width: 992px) {
  .news-list {
    margin-top: 4rem;
  }
}

@media (min-width: 1320px) {
  .news-list {
    padding-left: 3rem;
    padding-right: 4.5rem;
  }
}

.news-list-item {
  margin-bottom: 2.25rem;
}

.news-list-date {
  border-radius: 50%;
  border: 1px solid #ecbb3b;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .news-list-date {
    margin-bottom: 0;
  }
}

.news-list-date span {
  color: #ecbb3b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  width: 80px;
}

.news-list-date span:last-child {
  border-top: 1px solid #ecbb3b;
  font-size: 1.125rem;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
}

@media (min-width: 576px) {
  .news-list-date span {
    font-size: 1.25rem;
  }

  .news-list-date span:last-child {
    font-size: 1.25rem;
  }
}

.news-list-txt {
  padding-bottom: 2rem;
  position: relative;
}

.news-list-txt::after {
  content: "";
  background-color: #ffcc00;
  width: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 1320px) {
  .news-list-txt {
    padding-left: 0.5rem;
  }

  .news-list-txt::after {
    left: 0.5rem;
  }
}

.news-list-txt .title {
  display: inline-block;
}

@media (min-width: 576px) {
  .news-list-txt .title {
    margin-bottom: 1rem;
  }
}

.news-list-txt .title a {
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-list-txt .title a:hover {
  color: #ffcc00;
}

@media (min-width: 576px) {
  .news-list-txt .title a {
    font-size: 1.25rem;
  }
}

.news-list-txt .text {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  height: 50px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .news-list-txt .text {
    font-size: 1.0625rem;
    line-height: 1.8;
    height: 65px;
  }
}

/* NEWS VIEW */
.news-view {
  padding-bottom: 0;
}

.news-view>.container {
  max-width: 100%;
  padding: 0 12px;
}

@media (min-width: 1480px) {
  .news-view>.container {
    max-width: 1400px;
    padding: 0;
  }
}

.news-view-content {
  border: 1px solid #ffcc00;
  border-bottom: none;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .news-view-content {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .news-view-content {
    padding: 3rem;
  }
}

@media (min-width: 1480px) {
  .news-view-content {
    padding: 6rem 7.25rem 3rem;
  }
}

.news-view-title {
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .news-view-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2.25rem;
    margin-bottom: 3.25rem;
  }
}

.news-view-title .date {
  color: #ecbb3b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .news-view-title .date {
    font-size: 1.3125rem;
  }
}

@media (min-width: 992px) {
  .news-view-title .date {
    border-right: 1px solid #ffcc00;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
  }
}

.news-view-title .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .news-view-title .title {
    font-size: 1.5rem;
  }
}

.news-view-text h3 {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .news-view-text h3 {
    font-size: 1.25rem;
  }
}

.news-view-text p {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .news-view-text p {
    font-size: 1.0625rem;
  }
}

/*------------------------------------*\
    TRADING
\*------------------------------------*/
.trading .container {
  max-width: 100%;
  padding: 0 12px;
}

@media (min-width: 1200px) {
  .trading .container {
    max-width: 1080px;
    padding: 0;
  }
}

.trading-item {
  border-bottom: 1px dashed #ffcc00;
  padding: 3rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trading-item:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .trading-item {
    padding: 7rem 0;
  }
}

.trading-pic {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .trading-pic {
    margin-bottom: 0;
  }
}

.trading-pic::before {
  content: "";
  background-color: #efc832;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .trading-pic::before {
    width: 180px;
    height: 180px;
    left: -65px;
  }
}

.trading-pic img {
  border: 2px solid #efc832;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.trading-txt {
  padding-left: 0;
}

@media (min-width: 768px) {
  .trading-txt {
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .trading-txt {
    padding-left: 3rem;
  }
}

.trading-txt h3 {
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .trading-txt h3 {
    font-size: 1.1rem;
  }
}

.trading-txt ol {
  list-style-type: decimal-leading-zero;
  padding-left: 1.5rem;
}

.trading-txt ol li::marker {
  color: #ffcc00;
  font-weight: bold;
}


.trading-txt hr {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .trading-txt hr {
    margin: 2rem 0;
  }
}

.trading-txt .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .trading-txt .title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

.trading-txt .text {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .trading-txt .text {
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
}

.trading-txt .link {
  border-radius: 2rem;
  border: 1px solid #efc832;
  color: #000000;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trading-txt .link span {
  line-height: 45px;
  height: 45px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.trading-txt .link span:first-child {
  background-color: #efc832;
  font-size: 0.9375rem;
  padding: 0 1rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.trading-txt .link span:last-child {
  font-size: 1.125rem;
  padding: 0 1.5rem 0 1.5rem;
  display: none;
}

.trading-txt .link:hover,
.trading-txt .link:focus {
  border-color: #ededed;
  background-color: #ededed;
}

.trading-txt .link:hover span:first-child,
.trading-txt .link:focus span:first-child {
  background-color: #ededed;
}

@media (min-width: 576px) {
  .trading-txt .link span {
    line-height: 50px;
    height: 50px;
  }

  .trading-txt .link span:first-child {
    font-size: 1rem;
    padding: 0 1.75rem 0 2rem;
  }
}

@media (min-width: 992px) {
  .trading-txt .link span:last-child {
    display: block;
  }
}

@media (min-width: 768px) {
  .trading-item:nth-child(even).row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.trading-item:nth-child(even) .trading-pic::before {
  background-color: transparent;
  background-image: url(../../images/trading.png);
  width: 125px;
  height: 125px;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 3;
}

@media (min-width: 992px) {
  .trading-item:nth-child(even) .trading-pic {
    text-align: right;
  }
}

.trading-item:nth-child(even) .trading-txt {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .trading-item:nth-child(even) .trading-txt {
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .trading-item:nth-child(even) .trading-txt {
    padding-right: 3rem;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
/* PRODUCTS LIST */
@media (min-width: 1320px) {
  .products-list.row {
    margin: 0 -1.5rem;
  }

  .products-list.row>[class*=col-] {
    padding: 0 1.5rem;
  }
}

.products-list-item {
  border: 1px solid #ffcc00;
  -webkit-transform: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  transform: all 0.5s ease;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .products-list-item {
    margin-bottom: 3.5rem;
  }
}

.products-list-item:hover {
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.25);
}

.products-list-item:hover .pic a::before {
  opacity: 1;
}

.products-list-item:hover .pic a img {
  opacity: 0.1;
}

.products-list-item:hover .pic a.sold img {
  opacity: 0.5;
}

.products-list-pic {
  position: relative;
}

.products-list-txt {
  padding: 0.5rem;
}

@media (min-width: 576px) {
  .products-list-txt {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .products-list-txt {
    padding: 1.5rem;
  }
}

@media (min-width: 1320px) {
  .products-list-txt {
    padding: 1.75rem;
  }
}

.products-list-txt .title {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  height: 75px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .products-list-txt .title {
    font-size: 1.125rem;
    height: 80px;
  }
}

.products-list-txt .price {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.0625rem;
  margin-bottom: 0;
}

.products-list-txt .price del {
  display: block;
  color: #878787;
  font-weight: normal;
  margin-right: 1.5rem;
}

@media (min-width: 576px) {
  .products-list-txt .price {
    font-size: 1.25rem;
  }

  .products-list-txt .price del {
    display: inline;
  }
}

/* PRODUCTS VIEW */
@media (min-width: 1320px) {
  .products-view .container {
    max-width: 1230px;
  }
}

.products-view-pic {
  position: relative;
}

.products-view-pic img {
  width: 100%;
}

@media (min-width: 768px) {
  .products-view-pic {
    padding-left: 110px;
  }
}

@media (min-width: 992px) {
  .products-view-pic {
    padding-right: 0;
  }
}

@media (min-width: 1320px) {
  .products-view-pic {
    width: 42.5%;
  }
}

.products-view-pic .mySwiper {
  margin-top: 1rem;
}

.products-view-pic .mySwiper .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}

.products-view-pic .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .products-view-pic .mySwiper {
    margin-top: 0;
    width: 80px;
    position: absolute;
    top: 0;
    left: 12px;
  }

  .products-view-pic .mySwiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .products-view-pic .mySwiper .swiper-slide {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.products-view-txt {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .products-view-txt {
    margin-top: 0;
  }
}

@media (min-width: 1320px) {
  .products-view-txt {
    width: 57.5%;
    padding-left: 4.25rem;
  }
}

.products-view-title {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .products-view-title {
    padding-bottom: 0.5rem;
    margin-bottom: 1.25rem;
  }
}

.products-view-title .title {
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.25;
}

@media (min-width: 576px) {
  .products-view-title .title {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
}

.products-view-text {
  border-bottom: 2px solid #e7e7e7;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.products-view-text ul {
  padding-left: 1.25rem;
}

.products-view-text ul li {
  margin-bottom: 0.25rem;
}

.products-view-text ul li::marker {
  color: #ffcc00;
}

@media (min-width: 576px) {
  .products-view-text {
    font-size: 1.0625rem;
  }
}

.products-view-price {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0.25rem;
}

.products-view-price span {
  color: #c34939;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  margin-right: 0.5rem;
}

.products-view-price span b {
  font-size: 1.75rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  .products-view-price span {
    font-size: 1.625rem;
  }

  .products-view-price span b {
    font-size: 2.375rem;
  }
}

.products-view-price del {
  color: #8e8e8e;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .products-view-price del {
    font-size: 1.125rem;
  }
}

.products-view-quan {
  margin-bottom: 1.25rem;
}

.products-view-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 576px) {
  .products-view-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.products-view-btn .btn {
  width: 100%;
}

@media (min-width: 576px) {
  .products-view-btn .btn {
    width: 240px;
  }
}

@media (min-width: 768px) {
  .products-view-btn .btn {
    width: 310px;
  }
}

@media (min-width: 992px) {
  .products-view-btn .btn {
    width: 220px;
  }
}

@media (min-width: 1320px) {
  .products-view-btn .btn {
    width: 310px;
  }
}

/* PRODUCTS TABS */
.products-tabs {
  margin-top: 2.75rem;
}

@media (min-width: 576px) {
  .products-tabs {
    margin-top: 3.75rem;
  }
}

.products-tabs .nav-tabs .nav-link {
  border-radius: 0;
  border: 1px solid #ffffff;
  background-color: #e8e8e8;
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  width: 100%;
}

.products-tabs .nav-tabs .nav-link:hover,
.products-tabs .nav-tabs .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 576px) {
  .products-tabs .nav-tabs .nav-link {
    font-size: 1.125rem;
    letter-spacing: 0.25rem;
    width: 33.33%;
    padding: 0.75rem;
  }
}

.products-tabs .tab-content>.tab-pane {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .products-tabs .tab-content>.tab-pane {
    font-size: 1.0625rem;
    padding: 2.5rem 0;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  background-color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 0;
  position: relative;
}

@media (min-width: 992px) {
  .contact {
    padding-top: 6rem;
  }
}

.contact::before {
  content: "";
  background-color: rgba(255, 204, 0, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.contact .container {
  max-width: 100%;
  padding: 0 12px;
  position: relative;
  z-index: 3;
}

@media (min-width: 1320px) {
  .contact .container {
    max-width: 1215px;
    padding: 0;
  }

  .contact .container>.row>[class*=col-]:first-child {
    padding-right: 1.25rem;
  }

  .contact .container>.row>[class*=col-]:last-child {
    padding-left: 4.25rem;
  }
}

.contact-title {
  margin-bottom: 1.75rem;
}

.contact-title .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .contact-title .title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

.contact-title .text {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .contact-title .text {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

/* CONTACT INFO */
.contact-info {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .contact-info {
    margin-bottom: 0;
  }
}

.contact-info .subtitle {
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .contact-info .subtitle {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.contact-info .nav li {
  border-bottom: 1px solid #939393;
  font-size: 1rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}

.contact-info .nav li:first-child a {
  color: #ffcc00;
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 1rem;
}

.contact-info .nav li:first-child a:hover {
  color: #000000;
}

.contact-info .nav li:last-child {
  border-bottom: none;
}

@media (min-width: 576px) {
  .contact-info .nav li {
    font-size: 1.0625rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

/* CONTACT FORM */
.contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .contact-form {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .contact-form {
    padding: 3rem;
  }
}

@media (min-width: 1320px) {
  .contact-form {
    padding: 3.5rem;
  }
}

/*------------------------------------*\
    GUIDE
\*------------------------------------*/
.guide .sidebar {
  display: block;
}

/* GUIDE LIST */
.guide-list {
  background-color: #f1f1f1;
  padding: 2rem 0.5rem 0;
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .guide-list {
    padding: 2rem 2rem 0;
  }
}

@media (min-width: 768px) {
  .guide-list {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .guide-list {
    padding: 3.5rem;
  }
}

.guide-list.row>[class*=col-] {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.guide-list.row>[class*=col-]::after {
  content: "\f285";
  color: #000000;
  font-family: "bootstrap-icons";
  font-size: 1.5rem;
  position: absolute;
  top: 30px;
  right: -10px;
}

.guide-list.row>[class*=col-]:nth-child(2)::after {
  display: none;
}

.guide-list.row>[class*=col-]:last-child {
  margin-bottom: 0;
}

.guide-list.row>[class*=col-]:last-child::after {
  display: none;
}

@media (min-width: 576px) {
  .guide-list.row>[class*=col-]::after {
    font-size: 2rem;
    top: 45px;
    right: -15px;
  }
}

@media (min-width: 768px) {
  .guide-list.row>[class*=col-] {
    margin-bottom: 0;
  }

  .guide-list.row>[class*=col-]:nth-child(2)::after {
    display: block;
  }
}

.guide-list .pic {
  background-color: #ffcc00;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

@media (min-width: 576px) {
  .guide-list .pic {
    width: 135px;
    height: 135px;
  }
}

.guide-list .title {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025rem;
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .guide-list .title {
    font-size: 1.0625rem;
  }
}

/* GUIDE TEXT */
.guide-text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

/* .guide-text span {
  color: #b65140;
} */

@media (min-width: 576px) {
  .guide-text {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

.guide-text h3 {
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .guide-text h3 {
    font-size: 1rem;
  }
}

.guide-text p {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
}

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

@media (min-width: 576px) {
  .guide-text p {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

.guide-text ol {
  list-style-type: decimal-leading-zero;
  padding-left: 1.75rem;
}

.guide-text ol li {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}

.guide-text ol li::marker {
  color: #ffcc00;
  font-weight: bold;
}

@media (min-width: 576px) {
  .guide-text ol li {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

/*------------------------------------*\
    CART
\*------------------------------------*/
/* CART CONTENT */
.cart-content {
  border-radius: 0.5rem;
  border: 1px solid #ffcc00;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .cart-content {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .cart-content {
    padding: 3rem;
  }
}

@media (min-width: 1320px) {
  .cart-content {
    padding: 4.5rem 7rem;
  }
}

/* CART STEP */
.cart-step {
  margin-bottom: 2rem;
}

.cart-step .nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}

.cart-step .nav li {
  width: 50%;
  min-width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.cart-step .nav li .pic {
  border-radius: 50%;
  background-color: #ededed;
  width: 40px;
  height: 40px;
  margin-bottom: 0.25rem;
}

.cart-step .nav li .text {
  color: #afafaf;
  font-size: 0.8125rem;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 0;
}

.cart-step .nav li .text span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.cart-step .nav li.active .pic {
  background-color: #ffcc00;
}

.cart-step .nav li.active .text {
  color: #000000;
}

.cart-step .nav li.active .text span {
  color: #ffcc00;
}

@media (min-width: 576px) {
  .cart-step .nav li {
    min-width: 160px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cart-step .nav li .pic {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 1rem;
  }

  .cart-step .nav li .text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-align: left;
  }

  .cart-step .nav li .text span {
    font-size: 1.3125rem;
    margin-bottom: 0.25rem;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .cart-step .nav li {
    width: 25%;
  }
}

/* CART TABLE */
.cart-table .table th {
  border-bottom: none;
  background-color: #f7d45e;
  color: #000000;
  font-size: 1.0625rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  padding: 0.55rem;
}

.cart-table .table th:first-child {
  text-align: left;
}

@media (min-width: 1200px) {
  .cart-table .table th {
    padding: 0.55rem 3rem;
  }
}

.cart-table .table td {
  border-bottom-color: #cecece;
  text-align: center;
  vertical-align: middle;
  width: 15%;
  padding: 0.5rem;
}

.cart-table .table td:first-child {
  text-align: left;
}

@media (min-width: 576px) {
  .cart-table .table td {
    padding: 1.5rem 0;
  }
}

@media (min-width: 768px) {
  .cart-table .table td:first-child {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .cart-table .table td {
    width: 12%;
  }

  .cart-table .table td:first-child {
    padding: 1.5rem 0 1.5rem 3rem;
    width: 52%;
  }
}

.cart-table .table td.name .link {
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-table .table td.name .link:hover {
  color: #ffcc00;
  font-weight: bold;
}

.cart-table .table td.name .link:hover .text {
  font-weight: bold;
}

.cart-table .table td.name .pic {
  width: 90px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 576px) {
  .cart-table .table td.name .pic {
    width: 120px;
  }
}

@media (min-width: 768px) {
  .cart-table .table td.name .pic {
    width: 90px;
    position: relative;
  }
}

.cart-table .table td.name .text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cart-table .table td.name .text {
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .cart-table .table td.name .text {
    font-size: 1.0625rem;
    margin-left: 1.5rem;
  }
}

.cart-table .table td.quan .input-group {
  max-width: 120px;
  min-height: 25px;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cart-table .table td.quan .form-control {
  font-size: 1rem;
  border: 1px solid #c7c7c7;
  padding: 0;
  height: 25px;
}

.cart-table .table td.quan .btn {
  line-height: 5px;
  height: 25px;
}

.cart-table .table td.quan .btn strong {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .cart-table .table td.quan {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .cart-table .table td.quan {
    width: auto;
  }
}

.cart-table .table td.price {
  color: #666666;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .cart-table .table td.price {
    font-size: 1.125rem;
  }
}

.cart-table .table td.delete a {
  color: #ffcc00;
  font-size: 1.125rem;
}

.cart-table .table td.delete a:hover {
  color: #ededed;
}

@media (min-width: 768px) {
  .cart-table .table td.delete a {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .cart-table .table {
    border-bottom: none;
  }

  .cart-table .table thead {
    display: none;
  }

  .cart-table .table tr {
    border: 1px solid #cecece;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
  }

  .cart-table .table td {
    border-bottom: none;
    display: block;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    padding: 0.25rem;
    padding-left: 170px;
    position: relative;
  }

  .cart-table .table td::before {
    content: attr(data-content) "：";
    color: #000000;
    white-space: nowrap;
    width: 100px;
  }

  .cart-table .table td:first-child {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .cart-table .table td {
    padding-left: 100px;
  }
}

/* CART TOTAL */
.cart-total {
  padding-top: 0.25rem;
}

.cart-total hr {
  border-bottom-color: #cecece;
  margin: 2rem 0 1rem;
}

.cart-total .row {
  font-size: 1rem;
  max-width: 430px;
  margin: 0.25rem 0 0.25rem auto;
}

.cart-total .row b {
  color: #000000;
}

.cart-total .row strong {
  font-size: 1.25rem;
}

.cart-total .row>[class*=col-]:last-child {
  color: #000000;
  text-align: right;
}

.cart-total .row>[class*=col-]:last-child.red {
  color: #9e2020;
}

@media (min-width: 576px) {
  .cart-total .row {
    font-size: 1.125rem;
  }

  .cart-total .row strong {
    font-size: 1.6875rem;
  }

  .cart-total .row>[class*=col-] {
    text-align: center;
  }
}

.cart-total .total {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* CART DISCOUNT */
.cart-discount {
  max-width: 100%;
}

@media (min-width: 992px) {
  .cart-discount {
    max-width: 580px;
    position: absolute;
  }
}

.cart-discount .row>[class*=col-]:last-child {
  position: relative;
  padding-right: 130px;
}

@media (min-width: 576px) {
  .cart-discount .row>[class*=col-]:last-child {
    padding-right: 150px;
  }
}

.cart-discount .col-form-label {
  border-bottom: none;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  .cart-discount .col-form-label {
    font-size: 1.0625rem;
  }
}

.cart-discount .btn {
  border-radius: 0;
  line-height: 40px;
  width: 120px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 576px) {
  .cart-discount .btn {
    font-size: 1rem;
    width: 140px;
  }
}

/* CART WAY */
.cart-way {
  border-bottom: 1px solid #cecece;
  margin-bottom: 3rem;
}

.cart-way .title {
  background-color: #f7d45e;
  color: #000000;
  font-size: 1rem;
  padding: 0.5rem;
}

@media (min-width: 576px) {
  .cart-way .title {
    font-size: 1.0625rem;
    padding: 0.75rem;
  }
}

@media (min-width: 768px) {
  .cart-way .title {
    padding: 0.75rem 2.75rem;
  }
}

.cart-way .form-check {
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .cart-way .form-check {
    margin-bottom: 0.5rem;
  }
}

.cart-way .form-check-group {
  padding: 0.25rem 0.5rem 1rem;
}

@media (min-width: 576px) {
  .cart-way .form-check-group {
    padding: 1.5rem 0.75rem 2.5rem;
  }
}

@media (min-width: 768px) {
  .cart-way .form-check-group {
    padding: 1.5rem 2.75rem 2.5rem;
  }
}

.cart-way .form-check-label {
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
}

@media (min-width: 576px) {
  .cart-way .form-check-label {
    font-size: 1.0625rem;
  }
}

/* CART FORM */
.cart-form>.row>[class*=col-]:last-child {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .cart-form>.row>[class*=col-]:last-child {
    margin-top: 0;
  }
}

@media (min-width: 1320px) {
  .cart-form>.row {
    margin: 0 -2.25rem;
  }

  .cart-form>.row>[class*=col-] {
    padding: 0 2.25rem;
  }
}

.cart-form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .cart-form-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}

.cart-form-title .title {
  color: #000000;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .cart-form-title .title {
    font-size: 1.3125rem;
    letter-spacing: 0.25rem;
  }
}

.cart-form-title .subtitle {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .cart-form-title .subtitle {
    font-size: 1.0625rem;
  }
}

.cart-form-title .form-check {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .cart-form-title .form-check {
    font-size: 1rem;
    margin-top: 0;
    margin-left: 2rem;
  }
}

.cart-form-text .form-check-group {
  margin-left: 0;
}

@media (min-width: 576px) {
  .cart-form-text .form-check-group {
    margin-left: 1rem;
  }
}

.cart-form-text .form-check-inline {
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .cart-form-text .form-check-inline {
    margin-top: 0;
  }
}

.cart-form-link {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}

.cart-form-link a {
  color: #ffcc00;
  font-weight: bold;
  text-decoration: underline;
}

.cart-form-link a:hover {
  color: #000000;
}

@media (min-width: 576px) {
  .cart-form-link {
    font-size: 1.0625rem;
  }
}

.cart-form-secondary {
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .cart-form-secondary {
    margin-top: 3rem;
  }
}

.cart-form-secondary .title {
  color: #515151;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .cart-form-secondary .title {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .cart-form-secondary .form-check {
    margin-left: 1em;
  }
}

/* CART TEXT */
.cart-text {
  font-size: 1rem;
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-text .form-check-label {
  letter-spacing: normal;
}

.cart-text .form-check-label a {
  color: #ffcc00;
  text-decoration: underline;
}

.cart-text .form-check-label a:hover {
  color: #000000;
}

@media (min-width: 576px) {
  .cart-text {
    font-size: 1.0625rem;
  }
}

/*  CART DESC */
.cart-desc {
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .cart-desc {
    margin-top: 3.5rem;
  }
}

.cart-desc .title {
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .cart-desc .title {
    font-size: 1.3125rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

.cart-desc .nav {
  margin-bottom: 2.5rem;
}

.cart-desc .nav li {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .cart-desc .nav li {
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
  }
}

/*------------------------------------*\
    LOGIN
\*------------------------------------*/
.login {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .login {
    padding-bottom: 4.5rem;
  }
}

.login .container {
  max-width: 100%;
  padding: 0 12px;
}

@media (min-width: 1200px) {
  .login .container {
    max-width: 1140px;
    padding: 0;
  }
}

.login .page-title-secondary {
  margin-bottom: 1rem;
}

/* LOGIN CONTENT */
.login-content {
  border-radius: 0.5rem;
  border: 1px solid #ffcc00;
  max-width: 550px;
  margin: 0 auto 3rem;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .login-content {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .login-content {
    margin-bottom: 0;
  }
}

@media (min-width: 1320px) {
  .login-content {
    padding: 4.5rem 5rem;
  }
}

.login-content-secondary {
  border-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

/* LOGIN FORM */
.login-form hr {
  border-bottom-color: #b3b3b3;
}

@media (min-width: 576px) {
  .login-form hr {
    margin: 2rem 0;
  }
}

.login-form .link.row>[class*=col-]:first-child {
  color: #000000;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

.login-form .link.row>[class*=col-]:first-child a {
  color: #ffcc00;
  font-weight: bold;
  text-decoration: underline;
}

.login-form .link.row>[class*=col-]:first-child a:hover {
  color: #000000;
}

@media (min-width: 576px) {
  .login-form .link.row>[class*=col-]:first-child {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
}

.login-form .link.row>[class*=col-]:last-child {
  font-size: 0.9375rem;
}

.login-form .link.row>[class*=col-]:last-child a+a {
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
}

.login-form .link.row>[class*=col-]:last-child a+a::before {
  content: "";
  background-color: #666666;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (min-width: 576px) {
  .login-form .link.row>[class*=col-]:last-child {
    text-align: right;
    font-size: 1rem;
  }
}

.login-form .btn-wrap {
  margin-top: 0;
}

.login-form .btn-wrap .btn+.btn {
  margin-left: 0;
  margin-top: 1rem;
}

/* LOGIN TEXT */
.login-text {
  font-size: 1rem;
  text-align: center;
  margin-top: 1.25rem;
}

@media (min-width: 576px) {
  .login-text {
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

/*------------------------------------*\
    REGISTER
\*------------------------------------*/
.register .login-content {
  max-width: 925px;
}

@media (min-width: 1320px) {
  .register .login-content {
    padding: 0;
  }
}

@media (min-width: 1320px) {
  .register .login-form>.row {
    margin: 0 -1.5rem;
  }

  .register .login-form>.row>[class*=col-] {
    padding: 0 1.5rem;
  }
}

.register .btn-wrap {
  margin-top: 2rem;
}

.register .btn {
  max-width: 385px;
}

/* REGISTER TEXT */
.register-text {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.register-text .form-check-label {
  font-size: 1rem;
  letter-spacing: normal;
}

.register-text .form-check-label a {
  color: #ffcc00;
  font-weight: bold;
  text-decoration: underline;
}

.register-text .form-check-label a:hover {
  color: #000000;
}

@media (min-width: 576px) {
  .register-text .form-check-label {
    font-size: 1.0625rem;
  }
}

/*------------------------------------*\
    FINISH
\*------------------------------------*/
.finish {
  padding: 4rem 0;
}

@media (min-width: 576px) {
  .finish {
    padding: 6.5rem 0;
  }
}

.finish .btn-wrap {
  margin-top: 2rem;
}

.finish .btn {
  max-width: 385px;
}

/* FINISH TEXT */
.finish-text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-align: center;
}

.finish-text span {
  color: #ffcc00;
  font-weight: bold;
}

@media (min-width: 576px) {
  .finish-text {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
    line-height: 1.8;
    margin-top: 3rem;
  }
}

/*------------------------------------*\
    ACCOUNT
\*------------------------------------*/
.account .pagination-wrap {
  margin-top: 3.5rem;
}

/* ACCOUNT MENU */
.account-menu {
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .account-menu {
    margin-bottom: 2.5rem;
  }
}

.account-menu .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.account-menu .nav li {
  margin-bottom: 0.5rem;
}

.account-menu .nav li a {
  border-radius: 1.5rem;
  background-color: #ededed;
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-align: center;
  line-height: 40px;
  width: 100%;
  height: 40px;
}

.account-menu .nav li a:hover,
.account-menu .nav li a.active {
  background-color: #ffcc00;
  font-weight: bold;
}

@media (min-width: 576px) {
  .account-menu .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .account-menu .nav li {
    width: 25%;
    padding: 0 0.25rem;
    margin-bottom: 1rem;
  }

  .account-menu .nav li a {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
    line-height: 50px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  .account-menu .nav li {
    padding: 0 0.5rem;
  }

  .account-menu .nav li a {
    letter-spacing: 0.25rem;
  }
}

/*  ACCOUNT CONTENT */
.account-content {
  max-width: 925px;
  margin: 0 auto;
}

@media (min-width: 1320px) {
  .account-content .form>.row {
    margin: 0 -1.5rem;
  }

  .account-content .form>.row>[class*=col-] {
    padding: 0 1.5rem;
  }
}

.account-content .form .btn-wrap {
  margin-top: 2rem;
}

.account-content .form .btn {
  max-width: 385px;
}

/* ACCOUNT LIST */
.account-list {
  max-width: 1000px;
  margin: 0 auto;
}

.account-list .title {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}

.account-list .title span {
  color: #ffcc00;
}

@media (min-width: 576px) {
  .account-list .title {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }
}

@media (min-width: 1320px) {
  .account-list .title {
    padding: 0 2.25rem;
  }
}

.account-list .table th {
  border-bottom: none;
  border: 1px solid #f7d45e;
  background-color: #f7d45e;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  padding: 0.5rem;
}

@media (min-width: 1200px) {
  .account-list .table th {
    padding: 0.75rem 2.25rem;
  }
}

.account-list .table td {
  border: 1px solid #cecece;
  border-bottom-color: #cecece;
  color: #666666;
  font-size: 1.0625rem;
  vertical-align: middle;
  padding: 0.5rem;
}

@media (min-width: 1200px) {
  .account-list .table td {
    padding: 0.75rem 2.25rem;
  }
}

@media (max-width: 767px) {
  .account-list .table {
    border-bottom: none;
  }

  .account-list .table thead {
    display: none;
  }

  .account-list .table tr {
    border-bottom: 1px solid #cecece;
    display: block;
    width: 100%;
    position: relative;
  }

  .account-list .table td {
    border-bottom: none;
    display: block;
    font-size: 1rem;
    text-align: right;
    width: 100%;
    padding: 0.25rem;
    padding-left: 120px;
    position: relative;
  }

  .account-list .table td::before {
    content: attr(data-content);
    background-color: #ffcc00;
    color: #000000;
    text-align: left;
    white-space: nowrap;
    width: 100px;
    padding: 0.25rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.account-list .link {
  text-align: right;
}

.account-list .link a {
  border-radius: 0.25rem;
  border: 1px solid #666666;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 40px;
  width: 115px;
  height: 40px;
}

.account-list .link a:hover {
  border-color: #ffcc00;
}

.account-list-item {
  border-radius: 0.5rem;
  border: 1px solid #ffcc00;
  padding: 2rem 1rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .account-list-item {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .account-list-item {
    padding: 3rem;
  }
}

@media (min-width: 1320px) {
  .account-list-item {
    padding: 3.5rem 4.5rem;
  }
}

/* ACCOUNT VIEW */
.account-view {
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 0.5rem;
  border: 1px solid #ffcc00;
  padding: 2rem 1rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .account-view {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .account-view {
    padding: 3rem;
  }
}

@media (min-width: 1320px) {
  .account-view {
    padding: 3.5rem 7rem;
  }
}

.account-view .btn-wrap-back {
  border-color: #000000;
}

.account-view-text {
  margin-bottom: 1rem;
}

.account-view-text .nav li {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
  width: 100%;
}

@media (min-width: 576px) {
  .account-view-text .nav li {
    font-size: 1.0625rem;
    width: 50%;
  }
}