@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * FOOTER
 * MAIN
 * PRODUCTS
 * SHOPS
 * CONTACT
 * CART
 * MEMBER
 * POLICY
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 80px;
}
@media (min-width: 992px) {
  body {
    padding-top: 202px;
  }
}

a {
  color: #666666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover, a:focus {
  color: #84af31;
  outline: 0;
}

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

.container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

#scrollUp {
  right: 12px;
  bottom: 65px;
  z-index: 1000 !important;
}
#scrollUp img {
  width: 50px;
}
@media (min-width: 992px) {
  #scrollUp {
    right: 30px;
  }
}

/* FIXED */
.fixed-social {
  position: fixed;
  right: 12px;
  bottom: 115px;
}
@media (min-width: 992px) {
  .fixed-social {
    right: 30px;
  }
}
.fixed-social .nav li {
  margin-bottom: 0.5rem;
}
.fixed-social .nav li a {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
}
.fixed-social .nav li a img {
  width: 30px;
}
.fixed-social .nav li a.line {
  background-color: #65c93c;
}
.fixed-social .nav li a.facebook {
  background-color: #325991;
}
.fixed-social .nav li a.instagram {
  background-color: #a435dd;
}
.fixed-social .nav li a:hover {
  background-color: #84af31;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  background-color: #ffffff;
  height: 80px;
  padding: 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar > * {
  width: 100%;
}
@media (min-width: 992px) {
  .navbar {
    height: 190px;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 80px;
}
.navbar .offcanvas-backdrop {
  top: 80px;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    width: 100% !important;
  }
  .navbar .offcanvas-body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.navbar-main {
  padding: 1rem 0;
}
.navbar-main > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .navbar-main {
    padding: 2rem 0;
  }
}
.navbar-sub {
  background-color: #f4f4f4;
}
.navbar-sub > .container {
  position: relative;
}
.navbar-sub .current-time {
  color: #353433;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}
.navbar-sub .current-time #time {
  color: #a48970;
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .navbar-sub .current-time {
    margin-top: 0;
  }
}
.navbar-sub .nav-shop {
  margin-top: 1rem;
}
.navbar-sub .nav-shop .btn {
  border: 1px solid #23b14d;
  background-color: #23b14d;
  color: #ffffff;
}
.navbar-sub .nav-shop .btn:hover {
  background-color: #ffffff;
  color: #23b14d;
}
.navbar-brand {
  padding: 0;
  margin-bottom: 0;
}
.navbar-brand img {
  width: 125px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 200px;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 25px;
  height: 25px;
  padding: 0;
  margin-left: 1rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  border-radius: 50rem;
  background: #353433;
  text-align: left;
  width: 25px;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  margin-bottom: 0.25rem;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  margin-bottom: 0.25rem;
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  width: 10px;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  margin-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  margin-bottom: 0;
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  width: 25px;
  margin-top: -0.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-tool .nav-shop {
  margin-right: 1rem;
}
.navbar-tool .nav-shop .btn {
  border: 1px solid #23b14d;
  background-color: #23b14d;
  color: #ffffff;
}
.navbar-tool .nav-shop .btn:hover {
  background-color: #ffffff;
  color: #23b14d;
}
.navbar-tool .nav-search {
  background-color: #f4f4f4;
  border-radius: 50rem;
  position: static;
}
.navbar-tool .nav-search .dropdown-toggle::after {
  display: none;
}
.navbar-tool .nav-search .dropdown-menu {
  border: none;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding: 0 12px 0.5rem;
}
.navbar-tool .nav-search .d-flex {
  background-color: #f4f4f4;
  border-radius: 50rem;
}
.navbar-tool .nav-search .form-control {
  border: none;
  border-radius: 50rem;
  background-color: #f4f4f4;
  font-size: 0.75rem;
  padding: 0.375rem 0 0.375rem 1rem;
}
.navbar-tool .nav-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-tool .nav-search .form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.navbar-tool .nav-search .form-control::-moz-placeholder {
  color: #aaaaaa;
}
.navbar-tool .nav-search .form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.navbar-tool .nav-search .form-control::-ms-input-placeholder {
  color: #aaaaaa;
}
.navbar-tool .nav-search .form-control::placeholder {
  color: #aaaaaa;
}
.navbar-tool .nav-search .btn {
  border-radius: 0;
  color: #4c4948;
}
@media (min-width: 992px) {
  .navbar-tool .nav-search .dropdown-toggle {
    display: none;
  }
  .navbar-tool .nav-search .dropdown-menu {
    display: block;
    padding: 0;
    position: relative;
  }
  .navbar-tool .nav-search .d-flex {
    max-width: 200px;
  }
}
.navbar-tool .nav-member {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.5rem;
}
.navbar-tool .nav-member a img {
  width: 25px;
}
.navbar-tool .nav-member a:hover {
  opacity: 0.8;
}
.navbar-tool .nav-member .link-account {
/*  display: none;  */
}
@media (min-width: 992px) {
  .navbar-tool .nav-member {
    margin: 0 1.5rem;
  }
}
.navbar-tool .nav-cart {
  color: #4c4948;
  font-size: 1.75rem;
  position: relative;
}
.navbar-tool .nav-cart span {
  display: inline-block;
  border-radius: 50%;
  background-color: #4c4948;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -10px;
}
.navbar-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.25rem;
  }
  .navbar-nav .nav-item:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}
.navbar-nav .nav-link {
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-nav .nav-link strong {
  font-size: 1.125rem;
  -webkit-animation: color 1s infinite;
          animation: color 1s infinite;
}
.navbar-nav .nav-link img {
  width: 25px;
  margin-right: 1rem;
}
.navbar-nav .nav-link .car {
  width: 35px;
  margin-right: 0.5rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: move 1s infinite;
          animation: move 1s infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #148537;
  font-weight: bold;
}
.navbar-nav .nav-link:hover .car, .navbar-nav .nav-link.active .car {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 1.0625rem;
    letter-spacing: 0.125rem;
    padding: 1.25rem 0 !important;
  }
  .navbar-nav .nav-link strong {
    font-size: 1.25rem;
  }
}
.navbar-nav .dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  padding: 1rem 0;
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
  max-width: 1280px;
}
.navbar-nav .dropdown .dropdown-item {
  background-color: transparent;
  color: #84af31;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.navbar-nav .dropdown .dropdown-item:hover, .navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #1d4a36;
  font-weight: bold;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-menu {
    position: relative;
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown {
    position: static;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 2.5rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar-nav .dropdown .dropdown-menu::before, .navbar-nav .dropdown .dropdown-menu::after {
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .navbar-nav .dropdown .dropdown-menu::before {
    left: -100%;
  }
  .navbar-nav .dropdown .dropdown-menu::after {
    right: -100%;
  }
  .navbar-nav .dropdown .dropdown-item {
    font-size: 1.0625rem;
    letter-spacing: 0.125rem;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes color {
  0% {
    color: #1d4a36;
  }
  50% {
    color: #84af31;
  }
  100% {
    color: #1d4a36;
  }
}
@keyframes color {
  0% {
    color: #1d4a36;
  }
  50% {
    color: #84af31;
  }
  100% {
    color: #1d4a36;
  }
}
.page-user .navbar-tool .nav-member .link-login {
  display: none;
}
.page-user .navbar-tool .nav-member .link-account {
  display: inline-block;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #faf6f4;
  padding: 2rem 0;
  padding-bottom: 65px;
}
@media (min-width: 992px) {
  .footer {
    padding: 4.5rem 0 2rem;
  }
}
.footer .row > [class*=col-]:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .footer .row > [class*=col-]:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer-logo {
  text-align: center;
  margin-bottom: 1.25rem;
}
.footer-logo img:first-child {
  width: 170px;
}
.footer-logo img:last-child {
  width: 300px;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0.5rem;
  }
}
.footer-info {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer-info {
    margin-bottom: 0;
  }
}
.footer-info .nav {
  color: #262626;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.05rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-info .nav li {
  margin-bottom: 0.25rem;
}
.footer-info .nav li:first-child {
  width: 100%;
}
.footer-info .nav li a {
  color: #262626;
}
.footer-info .nav li a:hover {
  color: #84af31;
}
@media (min-width: 992px) {
  .footer-info .nav {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-info .nav li {
    margin-right: 1.5rem;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer-nav .item + .item {
  margin-left: 2rem;
}
@media (min-width: 992px) {
  .footer-nav .item + .item {
    margin-left: 5rem;
  }
}
.footer-nav .title {
  color: #a48970;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}
.footer-nav .nav {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}
.footer-nav .nav li {
  margin-bottom: 0.25rem;
}
.footer-social .nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-social .nav li {
  margin-right: 0.5rem;
}
.footer-social .nav li a {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
.footer-social .nav li a img {
  width: 25px;
}
.footer-social .nav li a.line {
  background-color: #dadf00;
}
.footer-social .nav li a.facebook {
  background-color: #262626;
}
.footer-social .nav li a.instagram {
  background-color: #a435dd;
}
.footer-social .nav li a:hover {
  background-color: #84af31;
}
@media (min-width: 992px) {
  .footer-social .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-social .nav li {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.footer-copy {
  border-top: 1px solid #cac9c7;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.025rem;
  padding-top: 2rem;
  margin-top: 2rem;
  position: relative;
}
.footer-copy .btn {
  border: 1px solid #dadf00;
  background-color: #dadf00;
  color: #ffffff;
}
.footer-copy .btn:hover {
  background-color: #ffffff;
  color: #dadf00;
}
@media (min-width: 992px) {
  .footer-copy .btn {
    position: absolute;
    top: 1rem;
    right: 0;
  }
}
.footer-mobile {
  background-color: #faf6f4;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  .footer-mobile {
    display: none;
  }
}
.footer-mobile .nav li {
  width: 25%;
}
.footer-mobile .nav li a {
  color: #262626;
  font-size: 1.125rem;
  text-align: center;
  display: block;
  padding: 0.5rem;
}
.footer-mobile .nav li a:hover {
  color: #84af31;
}
.footer-mobile .nav li span {
  display: block;
  font-size: 0.875rem;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 1.5rem 0 3rem;
}
@media (min-width: 992px) {
  main {
    padding: 4.5rem 0;
  }
}

/* PAGE-HEADER */
.page-header {
  margin-bottom: 2.5rem;
}
.page-header .title {
  color: #1d4a36;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
}

/* PAGE-CONTENT */
.page-content .sidebar {
  margin-bottom: 2rem;
}
.page-content .sidebar li {
  margin-bottom: 1.25rem;
}
.page-content .sidebar li a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: #bcbcbc;
  font-size: 1.0625rem;
}
.page-content .sidebar li a:hover, .page-content .sidebar li a.active {
  border-bottom-color: #dadf00;
  color: #353433;
}
.page-content .content {
  border: 1px solid #cccccc;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .page-content .content {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .page-content .content {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .page-content .content {
    padding: 4rem 5rem;
  }
}
.page-content .title {
  color: #4c4948;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-bottom: 2rem;
}
.page-content .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

/* PICTURE */
.picture {
  display: block;
  background-color: #84af31;
  overflow: hidden;
  position: relative;
}
.picture::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 110px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.picture img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.picture:hover::before {
  opacity: 1;
}
.picture:hover img {
  opacity: 0.2;
}

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

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.pagination .page-item {
  margin: 0 0.5rem;
}
.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #4c4948;
  background-color: transparent;
  color: #4c4948;
  font-size: 1rem;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.pagination .page-link:hover, .pagination .page-link.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #4c4948;
  color: #ffffff;
}
.pagination .page-arrow {
  color: #afafaf;
  font-size: 1.75rem;
  text-align: center;
}
.pagination .page-arrow:hover {
  color: #4c4948;
}
.pagination .page-arrow span {
  display: none;
}

/* QUANTITY */
.quantity-wrap {
  font-size: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-wrap input[type=number]::-webkit-inner-spin-button,
.quantity-wrap input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity-wrap input[type=number] {
  -moz-appearance: textfield; /* 對於 Firefox 隱藏箭頭 */
}
.quantity-wrap .col-form-label {
  color: #262626;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  white-space: nowrap;
}
.quantity-wrap .form-control {
  border-color: #f2f2f2;
  text-align: center;
  max-width: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 0.5rem !important;
}
.quantity-wrap .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.quantity-wrap .btn {
  border: 1px solid #262626;
  border-radius: 50% !important;
  color: #262626;
  font-size: 1.5rem;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  padding: 0;
}
.quantity-wrap #currentQuantity {
  display: none;
}
.quantity-wrap b {
  font-size: 1.125rem;
}

/* ACCORDION */
.accordion .accordion-item {
  border-radius: 0;
  border: none;
  margin-bottom: 1rem;
}
.accordion .accordion-button {
  border-radius: 0 !important;
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
  color: #4c4948;
  font-size: 1.0625rem;
  line-height: 1.5;
}
.accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-button::after {
  content: "\f119";
  background: none;
  font-family: "bootstrap-icons";
  font-size: 1.25rem;
  width: auto;
  height: auto;
}
.accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}
@media (min-width: 992px) {
  .accordion .accordion-button {
    padding: 1.25rem 2.5rem;
  }
}
.accordion .accordion-body {
  background-color: #f4f4f4;
  color: #666666;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  padding: 0 1.25rem 1rem;
}
@media (min-width: 992px) {
  .accordion .accordion-body {
    padding: 0 2.5rem 2rem;
  }
}

/* FORM */
.form .col-form-label {
  color: #515151;
  letter-spacing: 0.05rem;
  padding: 0.75rem;
  padding-left: 0;
}
.form .col-form-label span {
  color: #dadf00;
}
@media (min-width: 576px) {
  .form .col-form-label {
    border-bottom: 1px solid #cccccc;
  }
}
.form .form-label {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-bottom: 0.75rem;
}
.form .form-control,
.form .form-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0.75rem;
}
.form .form-control::-webkit-input-placeholder, .form .form-select::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form .form-control::-moz-placeholder, .form .form-select::-moz-placeholder {
  color: #aaaaaa;
}
.form .form-control:-ms-input-placeholder, .form .form-select:-ms-input-placeholder {
  color: #aaaaaa;
}
.form .form-control::-ms-input-placeholder, .form .form-select::-ms-input-placeholder {
  color: #aaaaaa;
}
.form .form-control::placeholder,
.form .form-select::placeholder {
  color: #aaaaaa;
}
.form .form-control:focus,
.form .form-select:focus {
  border-bottom: 1px solid #dadf00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form .form-control[type=file] {
  border-bottom: none;
}
.form .form-check-group {
  background-color: #faf6f4;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2rem;
}
.form .form-check-group .col-form-label {
  border-bottom: none;
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.05rem;
  padding: 0 0 1rem;
}
@media (min-width: 576px) {
  .form .form-check-group .col-form-label {
    padding: 0;
  }
}
.form .form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}
.form .form-check-input {
  border-color: #b3b3b4;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 0.5rem;
  cursor: pointer;
}
.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);
}
.form .form-check-input[type=checkbox] {
  border-radius: 50%;
}
.form .form-check-input[type=checkbox]:checked {
  background-color: #000000;
  background-image: url(../images/checkbox.svg);
}
.form .form-check-label {
  cursor: pointer;
}
.form .twzipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form .twzipcode > .form-select + .form-select {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .form .twzipcode {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form .twzipcode > .form-select {
    width: 48.5%;
  }
  .form .twzipcode > .form-select + .form-select {
    margin-top: 0;
  }
}
.form .btn {
  border-radius: 0;
  background-color: #262626;
  color: #ffffff;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
  padding: 0.75rem;
}
.form .btn:hover {
  background-color: #84af31;
}

/* BACK */
.back {
  color: #1d4a36;
  font-weight: bold;
  letter-spacing: 0.125rem;
}
.back i {
  display: inline-block;
  border-radius: 50%;
  background-color: #1d4a36;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 55px;
  width: 55px;
  height: 55px;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back:hover {
  color: #000000;
}
.back:hover i {
  background-color: #000000;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.products .badge {
  border-radius: 0;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  line-height: 30px;
  width: 50px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.products .badge + .badge {
  margin-left: 50px;
}
.products .badge-primary {
  background-color: #1d4a36;
}
.products .badge-secondary {
  background-color: #4e9eb2;
}
@media (min-width: 992px) {
  .products .badge {
    font-size: 1.125rem;
    line-height: 40px;
    width: 70px;
    height: 40px;
  }
  .products .badge + .badge {
    margin-left: 70px;
  }
}

/* PRODUCTS BANNER */
.products-banner .swiper-button-prev::after,
.products-banner .swiper-button-next::after {
  color: #ffffff;
}

/* PRODUCTS FIXED */
.products-fixed {
  border-radius: 0.5rem;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  color: #000000;
  position: fixed;
  top: 250px;
  left: 130px;
  padding: 0.25rem 1.5rem;
  z-index: 1000;
}
.products-fixed .nav li {
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0;
}
.products-fixed .nav li:last-child {
  border-bottom: none;
}
.products-fixed .nav li a {
  color: #353433;
  letter-spacing: 0.075rem;
}
.products-fixed .nav li a:hover {
  color: #84af31;
}
@media (max-width: 1399px) {
  .products-fixed.mobile {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 2rem;
  }
  .products-fixed {
    display: none;
  }
}

/* PRODUCTS LIST */
.products-list > [class*=col-] {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .products-list > [class*=col-] {
    margin-bottom: 3.5rem;
  }
}
.products-list .item {
  background-color: #ffffff;
  position: relative;
}
.products-list .store {
  font-size: 1rem;
  letter-spacing: 0.075rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2rem;
}
.products-list .title {
  color: #262626;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.products-list .price {
  color: #1d4a36;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}
.products-list .add {
  border-radius: 50%;
  background-color: #dadf00;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.products-list .add:hover {
  background-color: #a72c2a;
}

/* PRODUCTS VIEW */
.products-view {
  max-width: 1100px;
  margin: 0 auto;
}
.products-view > [class*=col-] {
  position: relative;
}
.products-view .badge {
  left: 12px;
}
.products-view .store {
  display: block;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}
.products-view .title {
  color: #262626;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1.5rem;
}
.products-view .text {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  padding: 1.25rem 0;
  margin-bottom: 1.5rem;
}
.products-view .price {
  color: #9a2e34;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.products-view .wishlist {
  color: #666666;
  font-size: 1.75rem;
}
.products-view .wishlist .bi-heart-fill {
  display: none;
}
.products-view .wishlist.add .bi-heart {
  display: none;
}
.products-view .wishlist.add .bi-heart-fill {
  display: block;
}
.products-view .note {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}
.products-view .note span {
  color: #a48970;
}
.products-view .button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.products-view .link {
  display: block;
  background-color: #262626;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
  text-align: center;
  max-width: 240px;
  padding: 0.75rem 1rem;
}
.products-view .link i {
  font-size: 1.25rem;
  margin-right: 1rem;
}
.products-view .link:hover {
  background-color: #84af31;
}
.products-view .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-view .nav {
  letter-spacing: 0.05rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products-view .nav li {
  margin-left: 0.75rem;
}
.products-view .nav li:first-child {
  margin-right: 1rem;
}
.products-view .nav li a {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.products-view .nav li a img {
  width: 20px;
}
.products-view .nav li a.line {
  background-color: #65c93c;
}
.products-view .nav li a.facebook {
  background-color: #325991;
}
.products-view .nav li a.instagram {
  background-color: #a435dd;
}
.products-view .nav li a:hover {
  background-color: #84af31;
}
.products-view .shipping {
  letter-spacing: 0.05rem;
}
.products-view .subtitle {
  border-bottom: 1px solid #d9d9d9;
  color: #262626;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.products-view .desc {
  letter-spacing: 0.025rem;
  line-height: 1.8;
}

/* PRODUCTS TEXT */
.products-text .text {
  background-color: #faf6f4;
  letter-spacing: 0.075rem;
  line-height: 1.8;
  padding: 2.25rem;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .products-text .text {
    font-size: 1.0625rem;
  }
}
.products-text .search {
  color: #4c4948;
  letter-spacing: 0.075rem;
  margin-bottom: 3rem;
}
.products-text .search h2 {
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.products-text .search span {
  font-size: 1.25rem;
}

/*------------------------------------*\
    SHOPS
\*------------------------------------*/
.shops .products-banner {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}

/* SHOPS LIST */
.shops-list {
  margin: 0 -0.25rem;
}
.shops-list > [class*=col-] {
  padding: 0 0.25rem;
  margin-bottom: 2rem;
}
.shops-list .item {
  border-radius: 0.5rem;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
.shops-list .content {
  padding: 1rem;
  padding-right: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.shops-list .logo {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
}
.shops-list .store {
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0;
}
.shops-list .store span {
  display: block;
  color: #262626;
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.shops-list .more {
  display: inline-block;
  border: 1px solid #e5e5e5;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.075rem;
  line-height: 30px;
  width: 100px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 1.25rem;
}
.shops-list .more:hover {
  background-color: #84af31;
  color: #ffffff;
}

/* SHOPS INFO */
.shops-info.row {
  padding-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .shops-info.row {
    padding: 2.5rem 1.5rem 1rem;
  }
}
.shops-info.row > [class*=col-]:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .shops-info.row > [class*=col-]:first-child {
    border-right: 2px solid #f2f2f2;
  }
}
@media (min-width: 1400px) {
  .shops-info.row > [class*=col-]:first-child {
    width: 22%;
  }
  .shops-info.row > [class*=col-]:last-child {
    width: 78%;
  }
}
.shops-info .logo {
  margin-right: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100px;
}
.shops-info .store {
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0;
}
.shops-info .store span {
  display: block;
  color: #262626;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.shops-info .text {
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  line-height: 1.8;
}
.shops-info .text h3 {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
}
.shops-info .text ul {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}
.shops-info .text-xl {
  max-width: 1080px;
  margin: 0 auto;
}

/* SHOPS MENU */
.shop-menu {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 3rem;
}
.shop-menu .nav li {
  margin-right: 1rem;
}
.shop-menu .nav li a {
  display: inline-block;
  color: #353433;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
  padding: 0.75rem 0.5rem;
  position: relative;
}
.shop-menu .nav li a::after {
  content: "";
  background-color: #1d4a36;
  width: auto;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shop-menu .nav li a i {
  font-size: 1.25rem;
}
.shop-menu .nav li a:hover, .shop-menu .nav li a.active {
  color: #1d4a36;
  font-weight: bold;
}
.shop-menu .nav li a:hover::after, .shop-menu .nav li a.active::after {
  right: 0;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  padding: 0;
}
.contact [class*=contact-] {
  padding: 1.5rem 0 3rem;
}
@media (min-width: 992px) {
  .contact [class*=contact-] {
    padding: 4.5rem 0;
    min-height: 890px;
  }
}
.contact [class*=contact-] > * {
  width: 100%;
  padding: 0 12px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1400px) {
  .contact [class*=contact-] > * {
    width: 640px;
  }
}

/* CONTACT INFO */
.contact-info {
  background-position: right top;
  background-size: cover;
  height: 100%;
}
.contact-info::before {
  content: "";
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 576px) {
  .contact-info::before {
    opacity: 0;
  }
}
@media (min-width: 1400px) {
  .contact-info > * {
    margin-left: auto;
    margin-right: 0;
  }
}
.contact-info .title {
  color: #1d4a36;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
.contact-info .title span {
  display: block;
  font-size: 3.75rem;
  letter-spacing: normal;
}
.contact-info .nav li {
  color: #262626;
  letter-spacing: 0.075rem;
}
.contact-info .nav li a {
  color: #262626;
}
.contact-info .nav li a:hover {
  color: #dadf00;
}
.contact-info .nav li.tel {
  color: #1d4a36;
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info .nav li.tel a {
  color: #1d4a36;
}
.contact-info .nav li.tel a:hover {
  color: #dadf00;
}
.contact-info .nav li.tel img {
  width: 30px;
  margin-right: 1rem;
}

/* CONTACT FORM */
@media (min-width: 1400px) {
  .contact-form > * {
    margin-left: 0;
    margin-right: auto;
  }
}
.contact-form .form {
  padding-left: 12px;
}
@media (min-width: 1400px) {
  .contact-form .form {
    padding-left: 4rem;
  }
}
.contact-form .text {
  background-color: #faf6f4;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  padding: 1.25rem 2rem;
  margin-bottom: 2rem;
}

/*------------------------------------*\
    CART
\*------------------------------------*/
.cart .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .cart .container {
    max-width: 1130px;
  }
}

/* CART STEP */
.cart-step {
  margin-bottom: 3.5rem;
}
.cart-step .nav {
  max-width: 860px;
  margin: 0 auto;
}
.cart-step .nav li {
  color: #000000;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.125rem;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cart-step .nav li::before {
  content: "";
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.cart-step .nav li span {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #ffffff;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}
.cart-step .nav li.active span {
  background-color: #000000;
  color: #ffffff;
}
.cart-step .nav li:first-child::before {
  width: 50%;
  left: auto;
}
.cart-step .nav li:last-child::before {
  width: 50%;
  right: auto;
}

/* CART LIST */
.cart-list .table th {
  background-color: #f4f4f4;
  border-left: 1px solid #dee2e6;
  vertical-align: middle;
  padding: 0.75rem 1rem;
}
.cart-list .table td {
  border-left: 1px solid #dee2e6;
  text-align: center;
  vertical-align: middle;
  width: 15%;
  padding: 2rem 1rem;
}
@media (max-width: 767px) {
  .cart-list .table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-list .table tbody tr {
    border-bottom: 1px solid #dee2e6;
    display: block;
    width: 100%;
    position: relative;
    padding: 1rem 0 1rem 4rem;
  }
  .cart-list .table td {
    border: none;
    text-align: left;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 7rem;
    position: relative;
  }
  .cart-list .table td.checkbox {
    padding-left: 1rem;
    position: absolute;
    top: 20px;
    left: 3px;
  }
}
.cart-list .checkbox {
  border-left: none !important;
  text-align: center;
  width: 70px !important;
}
.cart-list .form-check-input {
  width: 25px;
  height: 25px;
  margin-right: 0;
}
.cart-list .store {
  color: #666666;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-align: left !important;
  width: 100%;
  position: relative;
}
.cart-list .store.w-100 {
  border-left: none !important;
}
.cart-list .store span {
  display: block;
  color: #000000;
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .cart-list .store span {
    display: inline-block;
    margin-top: 0;
    position: absolute;
    right: 2rem;
  }
}
@media (min-width: 992px) {
  .cart-list .store {
    padding-left: 3.5rem !important;
  }
}
.cart-list .name {
  width: auto !important;
  padding-left: 1rem !important;
}
.cart-list .name a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-list .name img {
  width: 80px;
}
.cart-list .name h3 {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}
.cart-list .name h3 span {
  display: block;
  margin-top: 0.5rem;
}
.cart-list .name .group {
  text-align: left;
  margin-left: 1rem;
}
.cart-list .name.w-100 {
  border-left: none !important;
}
@media (min-width: 768px) {
  .cart-list .name img {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .cart-list .name {
    padding-left: 3.5rem !important;
  }
  .cart-list .name .group {
    margin-left: 2rem;
  }
}
.cart-list .badge {
  border-radius: 50rem;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  line-height: 30px;
  width: 45px;
  height: 30px;
  padding: 0;
  margin-bottom: 0.75rem;
}
.cart-list .badge + .badge {
  margin-left: 0.5rem;
}
.cart-list .badge-primary {
  background-color: #1d4a36;
}
.cart-list .badge-secondary {
  background-color: #4e9eb2;
}
.cart-list .quantity-wrap {
  text-align: center;
}
.cart-list .quantity-wrap .form-control {
  display: inline-block;
  border-bottom: none;
  font-size: 1.125rem;
  padding: 0;
  margin: 0.5rem 0 0 !important;
}
.cart-list .quantity-wrap .btn {
  background-color: transparent;
  color: #262626;
  line-height: 20px;
  padding: 0;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cart-list .quantity-wrap .form-control {
    display: block;
    text-align: center;
    margin: 0 0 0.5rem !important;
    max-width: 100%;
  }
}
.cart-list .price {
  color: #a72c2a;
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-list .add a {
  color: #4c4948;
  font-size: 1.25rem;
}
.cart-list .add a:hover {
  color: #dadf00;
}
.cart-list .delete a {
  color: #9f9f9f;
  font-size: 1.25rem;
}
.cart-list .delete a:hover {
  color: #dadf00;
}

/* CART TOTAL */
.cart-total {
  max-width: 420px;
  margin: 1.25rem 0 3rem auto;
  position: relative;
}
.cart-total.w-100 {
  max-width: 100%;
}
.cart-total .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cart-total .note {
  border-bottom: 1px solid #d8d8d8;
  color: #000000;
  font-size: 1.0625rem;
  text-align: right;
  letter-spacing: 0.075rem;
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-total .note a {
  color: #a48970;
  text-decoration: underline;
}
.cart-total .note span {
  display: inline-block;
}
@media (min-width: 576px) {
  .cart-total .note {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cart-total .note a {
    margin-left: 1rem;
  }
}
.cart-total .title {
  color: #666666 !important;
  font-size: 1rem !important;
  font-weight: bold;
  margin-bottom: 0.5rem !important;
}
.cart-total .title b {
  color: #000000;
}
.cart-total .price {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: right;
}
.cart-total .price b {
  color: #a72c2a;
  font-size: 1.6875rem;
}
.cart-total .price .fs-6 {
  font-size: 1.0625rem;
}
.cart-total .btn {
  font-size: 1.0625rem;
  letter-spacing: 0.125rem;
  width: 100%;
  margin-top: 2rem;
}
.cart-total .form-check {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .cart-total .form-check {
    margin-top: 0;
    position: absolute;
    left: -200px;
    bottom: 10px;
  }
}
.cart-total .form-check-label {
  color: #000000;
}
.cart-total .form-check-label button {
  background-color: transparent;
  border: none;
  color: #000000;
  padding: 0;
}

/* TOOLTIPS */
.tooltip .tooltip-inner {
  border: 1px solid #9f9f9f;
  background-color: #ffffff;
  color: #000000;
}

/* CART FORM */
.cart-form .title {
  color: #1d4a36;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.cart-form .price {
  color: #a72c2a;
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-form .text {
  color: #666666;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cart-form .text a {
  color: #a48970;
  text-decoration: underline;
}
.cart-form .text a:hover {
  color: #1d4a36;
}
.cart-form .text strong {
  color: #515151;
}
@media (min-width: 768px) {
  .cart-form .text {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cart-form .text {
    padding-right: 4rem;
  }
}
.cart-form .input-group {
  max-width: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-form .input-group .form-control {
  background-color: transparent;
}
.cart-form .input-group .btn {
  padding: 0.5rem 1rem;
}

/* CART INFO */
.cart-info {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1rem;
}
.cart-info .title {
  border-bottom: 1px solid #d8d8d8;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.cart-info .text {
  line-height: 2.4 !important;
  padding: 0 2rem;
}
.cart-info .text span {
  color: #000000;
  font-size: 1.125rem;
}

/*------------------------------------*\
    MEMBER
\*------------------------------------*/
.member > .container {
  max-width: 100%;
}
@media (min-width: 576px) {
  .member > .container {
    max-width: 480px;
  }
}
.member > .container-xl {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .member > .container-xl {
    max-width: 1130px;
  }
}
.member .nav {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3rem;
}
.member .nav li {
  margin-right: 1.5rem;
  margin-bottom: 1.25rem;
}
.member .nav li a {
  border-bottom: 2px solid #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.075rem;
}
.member .nav li a:hover, .member .nav li a.active {
  border-bottom-color: #dadf00;
  color: #000000;
  font-weight: bold;
}
.member .title {
  color: #353433;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-bottom: 1.75rem;
}
.member .subtitle {
  color: #1d4a36;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 2rem;
}
.member .text {
  letter-spacing: 0.025rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.member .link {
  letter-spacing: 0.05rem;
  padding-left: 2rem;
  position: relative;
}
.member .link::before {
  content: "";
  background-color: #cccccc;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.member .btn {
  width: 100%;
  max-width: 450px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.member .btn img {
  width: 20px;
  margin-right: 1rem;
}
.member .btn span {
  display: block;
  font-size: 0.75rem;
  width: 100%;
}
.member .btn:hover {
  background-color: #84af31;
}
.member .btn + .btn {
  margin-top: 0.5rem;
}
.member .btn.border {
  border-color: #000000 !important;
  background-color: transparent;
  color: #000000;
}
.member .btn.border:hover {
  border-color: #84af31 !important;
  background-color: #84af31;
  color: #ffffff;
}
.member .btn.facebook {
  border-color: #405191;
  background-color: #405191;
  color: #ffffff;
}
.member .btn.facebook img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.member .btn.facebook:hover {
  background-color: #ffffff;
  color: #405191;
}
.member .btn.facebook:hover img {
  -webkit-filter: none;
          filter: none;
}
.member .btn.line {
  border-color: #06c755;
  background-color: #06c755;
  color: #ffffff;
}
.member .btn.line img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.member .btn.line:hover {
  background-color: #ffffff;
  color: #06c755;
}
.member .btn.line:hover img {
  -webkit-filter: none;
          filter: none;
}
.member .btn.google {
  border-color: #cccccc;
  background-color: transparent;
  color: #515151;
}
.member .btn.google:hover {
  background-color: #cccccc;
  color: #ffffff;
}
.member .btn.google:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* MEMBER LIST */
.member-list {
  margin-bottom: 4.5rem;
}
.member-list .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .member-list .item {
    margin-bottom: 4.5rem;
  }
}
.member-list .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .member-list .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.member-list .title {
  color: #000000;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
.member-list .title a {
  color: #666666;
  text-decoration: underline;
  margin-left: 0.5rem;
}
.member-list .title a:hover {
  color: #dadf00;
}
@media (min-width: 576px) {
  .member-list .title {
    margin-bottom: 0;
  }
}
.member-list .more {
  color: #4c4948;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member-list .more i {
  font-size: 1.25rem;
  margin-left: 1rem;
}
.member-list .more:hover {
  color: #dadf00;
}
.member-list .table {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.member-list .table.border-bottom-0 td {
  border-bottom: none;
}
.member-list .table.border-bottom {
  border-bottom: none !important;
}
.member-list .table th {
  border-bottom: none;
  background-color: #f3f3f3;
  color: #666666;
  font-size: 1.0625rem;
  letter-spacing: 0.125rem;
  text-align: center;
  white-space: nowrap;
  padding: 0.75rem 2rem;
}
.member-list .table th:first-child {
  text-align: left;
}
.member-list .table td {
  border-bottom: none;
  background-color: transparent;
  color: #000000;
  font-size: 1.0625rem;
  text-align: center;
  vertical-align: middle;
  padding: 1.25rem 2rem;
}
.member-list .table td:first-child {
  text-align: left;
}
.member-list .table td span {
  display: block;
  color: #666666;
}
.member-list .table td button {
  background-color: transparent;
  border-radius: 0;
  color: #a48970;
  font-size: 1.0625rem;
  text-decoration: underline;
  width: auto;
  max-width: none;
  padding: 0;
}
.member-list .table td button:hover {
  background-color: transparent;
  color: #dadf00;
}
.member-list .table td a {
  color: #a48970;
  text-decoration: underline;
}
.member-list .table td a:hover {
  color: #dadf00;
}
.member-list .table td .minus {
  color: #000000;
  font-weight: bold;
}
.member-list .table td .plus {
  color: #a72c2a;
  font-weight: bold;
}
@media (min-width: 768px) {
  .member-list .table.border-bottom td {
    border: 1px solid #cccccc;
    border-top: none;
  }
  .member-list .table.border-bottom td:first-child {
    border-left: none;
  }
  .member-list .table.border-bottom td:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .member-list .table {
    border-bottom: none;
  }
  .member-list .table thead {
    display: none;
  }
  .member-list .table tr {
    border: 1px solid #cccccc;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
  }
  .member-list .table td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 130px;
    position: relative;
  }
  .member-list .table td::before {
    content: attr(data-content);
    background-color: #f3f3f3;
    color: #666666;
    font-size: 1.0625rem;
    font-weight: bold;
    padding: 0.5rem;
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

/* MODAL */
.modal .modal-dialog {
  max-width: 1000px;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-body {
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .modal .modal-body {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .modal .modal-body {
    padding: 4rem 4.5rem;
  }
}
.modal .row > [class*=col-]:first-child {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .modal .row > [class*=col-]:first-child {
    border-right: 2px solid #d9d9d9;
  }
}
.modal .btn {
  max-width: 300px;
}
.modal .btn-close {
  background-image: none;
  color: #000000;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}
.modal .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*------------------------------------*\
    POLICY
\*------------------------------------*/
.policy .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .policy .container {
    max-width: 1080px;
  }
}

/* POLICY CONTENT */
.policy-content {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}