@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * PAGE
 * PRODUCTS
 * SHOP
 * LINKS
 * CONTACT
 * CART
 * LOGIN
 * ACCOUNT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

html {
  scroll-padding-top: 235px;
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 375px;
  }
}
@media (min-width: 1200px) {
  html {
    scroll-padding-top: 335px;
  }
}

body {
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
  padding-top: 135px;
}
@media (min-width: 992px) {
  body {
    padding-top: 275px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 235px;
  }
}

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

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

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

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

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  height: 135px;
}
@media (min-width: 992px) {
  .header {
    height: 275px;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 235px;
  }
}

/* MARQUEE */
.marquee {
  background-color: #ed7b20;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075rem;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.marquee > .container {
  max-width: 100%;
  overflow: hidden;
}
.marquee > .container > span {
  display: block;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
@media (min-width: 992px) {
  .marquee {
    font-size: 1.0625rem;
    height: 50px;
  }
  .marquee > .container {
    max-width: 800px;
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* NAVBAR */
.navbar {
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .navbar {
    height: 165px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    height: 125px;
  }
}
.navbar > .container {
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .navbar > .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1600px) {
  .navbar > .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 90px;
}
.navbar .offcanvas-backdrop {
  top: 90px;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}
.navbar-brand {
  text-align: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.navbar-brand a {
  display: block;
}
.navbar-brand img {
  width: 150px;
}
@media (min-width: 576px) {
  .navbar-brand img {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 100%;
    margin-top: 1rem;
  }
  .navbar-brand img {
    width: 255px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    width: auto;
    margin-top: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 1600px) {
  .navbar-brand {
    margin-right: 4rem;
  }
}
.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: #4c4948;
  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.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) {
  margin-top: -0.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-nav .nav-item {
  position: relative;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.5rem;
  }
}
@media (min-width: 1600px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }
}
.navbar-nav .nav-link {
  color: #000000;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  padding: 0 !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #4c7f32;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    line-height: 125px;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-link {
    letter-spacing: 0.125rem;
  }
}
.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  border-color: #c8c8c8;
  background-color: #f9f8f6;
  padding: 1rem 0 1.5rem;
  margin-top: 1rem;
  min-width: 240px;
  max-width: 240px;
}
.navbar-nav .dropdown .dropdown-item {
  background-color: transparent;
  color: #262626;
  font-size: 1.125rem;
  padding: 0.5rem 2.5rem 0.5rem 2rem;
  position: relative;
}
.navbar-nav .dropdown .dropdown-item::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  opacity: 0;
}
.navbar-nav .dropdown .dropdown-item:hover, .navbar-nav .dropdown .dropdown-item.active {
  background-color: #ed7b20;
  color: #ffffff;
}
.navbar-nav .dropdown .dropdown-item:hover::after, .navbar-nav .dropdown .dropdown-item.active::after {
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    margin: 0 auto;
    left: 50%;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.navbar-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-tool .dropdown .dropdown-toggle::after {
  display: none;
}
.navbar-tool .nav-search {
  background-color: #f4f4f4;
  border-radius: 50rem;
  position: static;
}
.navbar-tool .nav-search.dropdown .dropdown-toggle {
  border: none;
  padding: 0 !important;
}
.navbar-tool .nav-search.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding: 0.5rem 12px;
}
@media (min-width: 992px) {
  .navbar-tool .nav-search.dropdown .dropdown-toggle {
    display: none;
  }
  .navbar-tool .nav-search.dropdown .dropdown-menu {
    display: block;
    padding: 0;
    position: relative;
  }
}
.navbar-tool .nav-search .d-flex {
  background-color: #f4f4f4;
  border-radius: 50rem;
}
@media (min-width: 992px) {
  .navbar-tool .nav-search .d-flex {
    max-width: 220px;
  }
}
.navbar-tool .nav-search .form-control {
  border: none;
  border-radius: 50rem;
  background-color: #f4f4f4;
  padding: 0.5rem 0 0.5rem 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;
  font-size: 1.125rem;
  width: 30px;
  padding: 0 1rem 0 0;
}
.navbar-tool .nav-search .btn:hover {
  color: #4c7f32;
}
@media (min-width: 992px) {
  .navbar-tool .nav-search .btn {
    width: auto;
  }
}
.navbar-tool .nav-member {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 1.25rem 0 0.5rem;
}
@media (min-width: 992px) {
  .navbar-tool .nav-member {
    margin: 0 1.5rem;
  }
}
.navbar-tool .nav-member.dropdown .dropdown-toggle img {
  width: 30px;
}
.navbar-tool .nav-member.dropdown .dropdown-toggle:hover {
  opacity: 0.8;
}
.navbar-tool .nav-member.dropdown .dropdown-menu {
  min-width: 225px;
  padding: 1.5rem 2rem 2rem;
  left: auto;
  right: 0;
}
.navbar-tool .nav-member.dropdown .dropdown-item {
  color: #262626;
  font-size: 1.0625rem;
  padding: 0.375rem 0;
}
.navbar-tool .nav-member.dropdown .dropdown-item i {
  color: #e83a37;
}
.navbar-tool .nav-member.dropdown .dropdown-item:hover, .navbar-tool .nav-member.dropdown .dropdown-item.active {
  background-color: transparent;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navbar-tool .nav-member.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar-tool .nav-member.dropdown .dropdown-toggle {
    line-height: 80px;
  }
  .navbar-tool .nav-member.dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar-tool .nav-member.dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.navbar-tool .nav-member.user .btn-login {
  display: none;
}
.navbar-tool .nav-member.user .btn-user {
  display: block;
}
.navbar-tool .nav-member .btn-user {
  display: none;
  position: relative;
}
.navbar-tool .nav-member .btn-user i {
  color: #e83a37;
  position: absolute;
  top: -10px;
  right: -15px;
}
.navbar-tool .nav-member .logout {
  border: 1px solid #999999;
  text-align: center;
  padding: 0.375rem 0.75rem;
  margin-top: 1rem;
}
.navbar-tool .nav-member .logout:hover {
  background-color: #262626 !important;
  color: #ffffff;
  text-decoration: none !important;
}
.navbar-tool .nav-member .name {
  font-size: 1.125rem;
}
.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;
}
@media (min-width: 992px) {
  .navbar-tool .nav-cart {
    margin-right: 0.5rem;
  }
}

/* SWIPER */
.swiper-navbar {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f9f8f6;
  width: 100%;
  height: 45px;
  overflow: visible;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (min-width: 992px) {
  .swiper-navbar {
    height: 60px;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.swiper-navbar .swiper-button-next,
.swiper-navbar .swiper-button-prev {
  background-color: #f9f8f6;
  color: #666666;
  padding: 0 0.5rem;
  width: auto;
  height: auto;
  margin-top: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.swiper-navbar .swiper-button-next::after,
.swiper-navbar .swiper-button-prev::after {
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .swiper-navbar .swiper-button-next,
  .swiper-navbar .swiper-button-prev {
    padding: 0 1rem;
  }
}
.swiper-navbar .swiper-button-next {
  right: 0;
}
.swiper-navbar .swiper-button-prev {
  left: 0;
}
.swiper-navbar .dropdown {
  width: auto !important;
}
.swiper-navbar .dropdown .dropdown-toggle {
  display: block;
  color: #000000;
  font-size: 1.1875rem;
  font-weight: 500;
  padding: 0.45rem 0.5rem;
}
.swiper-navbar .dropdown .dropdown-toggle::after {
  display: none;
}
.swiper-navbar .dropdown .dropdown-toggle.show, .swiper-navbar .dropdown .dropdown-toggle:hover, .swiper-navbar .dropdown .dropdown-toggle.active {
  background-color: #ed7b20;
  color: #ffffff;
}
.swiper-navbar .dropdown .dropdown-menu {
  border: 1px solid #ed7b20;
  border-radius: 0;
  background-color: #ffffff;
  padding: 1rem 1.75rem 1.5rem;
  margin: 0 auto;
  min-width: 200px;
}
.swiper-navbar .dropdown .dropdown-title {
  display: inline-block;
  color: #262626;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.swiper-navbar .dropdown .dropdown-title:hover, .swiper-navbar .dropdown .dropdown-title.active {
  color: #ed7b20;
}
.swiper-navbar .dropdown .dropdown-title::after {
  content: "";
  background-color: #aaaaaa;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 5px;
  right: -45px;
}
@media (min-width: 992px) {
  .swiper-navbar .dropdown .dropdown-title {
    font-size: 1.25rem;
  }
}
.swiper-navbar .dropdown .dropdown-nav {
  overflow-y: auto;
  max-height: 400px;
  padding: 0 0.75rem;
}
.swiper-navbar .dropdown .dropdown-nav .nav li {
  margin-bottom: 0.5rem;
}
.swiper-navbar .dropdown .dropdown-nav .nav li:last-child {
  margin-bottom: 0;
}
.swiper-navbar .dropdown .dropdown-item {
  border-left: 2px solid transparent;
  background-color: transparent;
  color: #666666;
  font-size: 1rem;
  padding: 0;
  padding-left: 0.5rem;
  position: relative;
}
.swiper-navbar .dropdown .dropdown-item:hover, .swiper-navbar .dropdown .dropdown-item.active {
  border-left-color: #ed7b20;
  color: #ed7b20;
}
@media (min-width: 992px) {
  .swiper-navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper-navbar .dropdown .dropdown-toggle {
    color: #666666;
    font-weight: normal;
    padding: 0.95rem 1.25rem;
  }
  .swiper-navbar .dropdown .dropdown-menu {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 0;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .swiper-navbar .dropdown .dropdown-title {
    font-size: 1.25rem;
  }
  .swiper-navbar .dropdown .dropdown-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .swiper-navbar .dropdown .dropdown-nav .nav {
    padding-right: 1rem;
  }
  .swiper-navbar .dropdown .dropdown-nav .nav + .nav {
    margin-left: 4rem;
  }
  .swiper-navbar .dropdown .dropdown-item {
    font-size: 1.125rem;
  }
}

/* FIXED */
.fixed-social {
  position: fixed;
  right: 12px;
  bottom: 115px;
}
@media (min-width: 992px) {
  .fixed-social {
    right: 30px;
    bottom: 140px;
  }
}
.fixed-social .nav li {
  margin-bottom: 0.5rem;
}
.fixed-social .nav li a {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  line-height: 45px;
  width: 50px;
  height: 50px;
}
.fixed-social .nav li a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 25px;
}
.fixed-social .nav li a:hover {
  background-color: #ffffff;
}
.fixed-social .nav li a:hover img {
  -webkit-filter: none;
          filter: none;
}
.fixed-social .nav li a.line {
  border-color: #65c93c;
  background-color: #65c93c;
}
.fixed-social .nav li a.line:hover {
  background-color: #ffffff;
}
.fixed-social .nav li a.facebook {
  border-color: #325991;
  background-color: #325991;
}
.fixed-social .nav li a.facebook:hover {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .fixed-social .nav li a {
    line-height: 65px;
    width: 70px;
    height: 70px;
  }
  .fixed-social .nav li a img {
    width: 40px;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  text-align: center;
  position: relative;
}
.banner::before {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.35;
}
.banner::after {
  content: "";
  background-image: url(../images/banner-inner.png);
  background-position: center;
  width: auto;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  display: none;
}
@media (min-width: 576px) {
  .banner::after {
    display: block;
  }
}
.banner.no-bg::before {
  display: none;
}
/*.banner > .container-fluid {
  width: 150%;
  margin: 0 -25%;
}*/
@media (min-width: 576px) {
  .banner > .container-fluid {
    width: 100%;
    margin: 0 auto;
  }
}
.banner .title {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}
.banner .title span {
  position: relative;
}
.banner .title span::before, .banner .title span::after {
  content: "";
  background-color: #ffffff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
}
.banner .title span::before {
  left: -40px;
  -webkit-transform: rotate(75deg) translateY(-50%);
          transform: rotate(75deg) translateY(-50%);
}
.banner .title span::after {
  right: -40px;
  -webkit-transform: rotate(-75deg) translateY(-50%);
          transform: rotate(-75deg) translateY(-50%);
}
@media (min-width: 992px) {
  .banner .title {
    font-size: 3rem;
    letter-spacing: 0.25rem;
  }
  .banner .title span::before, .banner .title span::after {
    width: 45px;
  }
  .banner .title span::before {
    left: -70px;
  }
  .banner .title span::after {
    right: -70px;
  }
}
.banner-secondary::after {
  -webkit-filter: none;
          filter: none;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #f9f8f6;
  padding: 2rem 0;
  padding-bottom: 65px;
}
@media (min-width: 992px) {
  .footer {
    padding: 5.5rem 0;
  }
}
.footer .row + .row {
  border-top: 1px solid #b0afad;
  padding-top: 1rem;
  margin-top: 1.5rem;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  width: 255px;
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
  }
}
.footer-social {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .footer-social {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}
.footer-social .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-social .nav li {
  margin-right: 0.75rem;
}
.footer-social .nav li:last-child {
  margin-right: 0;
}
.footer-social .nav li a {
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  width: 35px;
  height: 35px;
}
.footer-social .nav li a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 25px;
}
.footer-social .nav li a.line:hover {
  background-color: #65c93c;
}
.footer-social .nav li a.facebook:hover {
  background-color: #325991;
}
.footer-social .nav li a.youtube:hover {
  background-color: #ff0000;
}
.footer-info {
  margin-top: 1.25rem;
}
.footer-info .nav {
  color: #262626;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.075rem;
  -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 a {
  color: #262626;
}
.footer-info .nav li a:hover {
  color: #4c7f32;
}
@media (min-width: 992px) {
  .footer-info .nav {
    text-align: right;
    -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;
  }
  .footer-info .nav li + li::before {
    content: "．";
    margin: 0 0.25rem;
  }
  .footer-info .nav li:last-child::before {
    display: none;
  }
}
.footer-nav .nav {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav .nav li {
  margin-bottom: 0.5rem;
}
.footer-nav .nav li + li {
  margin-left: 0.5rem;
}
.footer-nav .nav li:last-child {
  margin-right: 0;
}
.footer-nav .nav li a {
  color: #000000;
}
.footer-nav .nav li a:hover, .footer-nav .nav li a.active {
  color: #4c7f32;
}
@media (min-width: 992px) {
  .footer-nav .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-nav .nav li {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer-nav .nav li + li {
    margin-left: 1.5rem;
  }
}
.footer-copy {
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.025rem;
}
@media (min-width: 992px) {
  .footer-copy {
    text-align: right;
  }
}

/* MOBILE */
.mobile {
  background-color: #f9f8f6;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}
.mobile .nav li {
  width: 25%;
}
.mobile .nav li a {
  color: #262626;
  font-size: 1.125rem;
  text-align: center;
  display: block;
  padding: 0.5rem;
}
.mobile .nav li a:hover {
  color: #ed7b20;
}
.mobile .nav li span {
  display: block;
  font-size: 0.875rem;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  main {
    padding: 6rem 0;
  }
}

/* PICTURE */
.picture {
  display: block;
  border-radius: 0.75rem;
  background-color: #4c7f32;
  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: 3;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.picture::after {
  content: "";
  background-color: #4c7f32;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.picture img {
  width: 100%;
  opacity: 1;
}
.picture:hover::before {
  opacity: 1;
}
.picture:hover::after {
  opacity: 0.8;
}

/* 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.pagination .page-item {
  margin: 0 0.5rem;
}
.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #4c7f32;
  background-color: transparent;
  color: #4c7f32;
  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: #4c7f32;
  color: #ffffff;
}
.pagination .page-arrow {
  color: #afafaf;
  font-size: 1.5rem;
  text-align: center;
}
.pagination .page-arrow:hover {
  color: #4c7f32;
}

/* QUANTITY */
.quantity-wrap {
  color: #262626;
}
.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 隱藏箭頭 */
  -webkit-appearance: textfield;
          appearance: textfield;
}
.quantity-wrap .col-form-label {
  color: #262626;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  white-space: nowrap;
}
.quantity-wrap .form-control {
  border-color: #ededeb;
  background-color: #ffffff;
  text-align: center;
  max-width: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 0.75rem !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: 20px;
  width: 25px;
  height: 25px;
  padding: 0;
}
.quantity-wrap #currentQuantity {
  display: none;
}
.quantity-wrap .remain {
  display: inline-block;
  color: #666666;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  margin-left: 1.75rem !important;
}

/* FORM */
.form {
  margin: 0 -1rem;
}
.form > [class*=col-] {
  padding: 0 1rem;
}
.form .col-form-label {
  letter-spacing: 0.05rem;
  padding: 0.5rem 0;
}
.form .col-form-label span {
  color: #ed7b20;
  margin-left: 0.25rem;
}
@media (min-width: 576px) {
  .form .col-form-label {
    border-bottom: 1px solid #b2b2b2;
  }
}
.form .form-control,
.form .form-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  color: #666666;
  letter-spacing: 0.05rem;
  padding: 0.5rem 0.75rem;
}
.form .form-control::-webkit-input-placeholder, .form .form-select::-webkit-input-placeholder {
  color: #c5c5c5;
}
.form .form-control::-moz-placeholder, .form .form-select::-moz-placeholder {
  color: #c5c5c5;
}
.form .form-control:-ms-input-placeholder, .form .form-select:-ms-input-placeholder {
  color: #c5c5c5;
}
.form .form-control::-ms-input-placeholder, .form .form-select::-ms-input-placeholder {
  color: #c5c5c5;
}
.form .form-control::placeholder,
.form .form-select::placeholder {
  color: #c5c5c5;
}
.form .form-control:focus,
.form .form-select:focus {
  border-bottom-color: #4c7f32;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form .form-control-plaintext {
  border-bottom: 1px solid #b2b2b2;
  padding: 0.5rem 0.75rem;
}
.form .form-check-label {
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.form .form-check-label span {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.form .form-check-input {
  border-color: #c8c8c8;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  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: 0;
}
.form .form-check-input[type=checkbox]:checked {
  background-color: #515151;
  background-image: url(../images/checkbox.svg);
}
.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 {
  background-color: #262626;
  color: #ffffff;
  letter-spacing: 0.075rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
  max-width: 200px;
}
.form .btn:hover {
  background-color: #ed7b20;
}

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

/* PAGE-HEADER */
.page-header {
  position: relative;
  z-index: 3;
}
.page-header.bg {
  background-color: #f9f8f6;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .page-header.bg {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .page-header.line {
    padding: 6rem 0;
  }
  .page-header.line > .container {
    border-right: 2px solid #4c7f32;
  }
}
.page-header .title {
  color: #4c7f32;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  margin-bottom: 2rem;
}
.page-header .title span {
  max-width: 80%;
  display: inline-block;
  position: relative;
}
.page-header .title span::before, .page-header .title span:after {
  content: "";
  background-color: #b5b5b5;
  width: 35px;
  height: 2px;
  position: absolute;
  top: 50%;
}
.page-header .title span::before {
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(70deg);
          transform: translateY(-50%) rotate(70deg);
}
.page-header .title span::after {
  right: -30px;
  -webkit-transform: translateY(-50%) rotate(-70deg);
          transform: translateY(-50%) rotate(-70deg);
}
.page-header .title.fs {
  font-size: 1.5rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .page-header .title {
    font-size: 2.25rem;
    letter-spacing: 0.15rem;
  }
  .page-header .title span::before {
    left: -60px;
  }
  .page-header .title span::after {
    right: -60px;
  }
  .page-header .title.fs {
    font-size: 1.875rem;
  }
}
.page-header .text {
  color: #262626;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.page-header .text hr {
  border-top-color: #e3e2e0;
  margin: 1.5rem 0;
  opacity: 1;
}
.page-header .text ul {
  margin-bottom: 0;
}
.page-header .text ul li::marker {
  color: #ed7b20;
}
@media (min-width: 992px) {
  .page-header .text {
    font-size: 1.125rem;
    letter-spacing: 0.075rem;
  }
}
.page-header .pic {
  border-radius: 0.75rem;
  width: 100%;
  max-width: 280px;
}

/* PAGE-MENU */
.page-menu {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .page-menu {
    margin-bottom: 3rem;
  }
}
.page-menu .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-menu .nav li {
  margin: 0 0.5rem 1rem;
}
.page-menu .nav li a {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #4c7f32;
  color: #4c7f32;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0.375rem 0.75rem;
}
.page-menu .nav li a:hover, .page-menu .nav li a.active {
  background-color: #4c7f32;
  color: #ffffff;
}
@media (min-width: 992px) {
  .page-menu .nav li {
    margin: 0 0.75rem 1rem;
  }
  .page-menu .nav li a {
    padding: 0.75rem 1.5rem;
  }
}

/* PAGE-CONTENT */
.page-content {
  color: #262626;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.page-content.text-grey {
  color: #666666;
}
.page-content h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.page-content h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.page-content ol {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.page-content ol li::marker {
  color: #4c7f32;
}
.page-content ul {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.page-content ul > li {
  list-style: disc;
}
.page-content ul.primary > li::marker {
  color: #4c7f32;
}
.page-content ul.secondary > li::marker {
  color: #ed7b20;
}
@media (min-width: 992px) {
  .page-content {
    font-size: 1.125rem;
    letter-spacing: 0.075rem;
  }
  .page-content h2 {
    font-size: 1.5rem;
    letter-spacing: 0.125rem;
    margin-bottom: 2.25rem;
  }
  .page-content h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

/* PAGE-ACCORDION */
.page-accordion .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
}
.page-accordion .accordion-button {
  border-radius: 0.375rem;
  color: #262626;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
.page-accordion .accordion-button::after {
  content: "\f229";
  background-image: none;
  font-family: "bootstrap-icons";
}
.page-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-accordion .accordion-button span {
  color: #81be3b;
  margin-right: 1rem;
}
.page-accordion .accordion-button:not(.collapsed) {
  background-color: #81be3b;
  color: #ffffff;
}
.page-accordion .accordion-button:not(.collapsed) span {
  color: #ffffff;
}
@media (min-width: 992px) {
  .page-accordion .accordion-button {
    padding: 1.5rem 2rem;
  }
  .page-accordion .accordion-button span {
    margin-right: 2.5rem;
  }
}
.page-accordion .accordion-body {
  color: #666666;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.page-accordion .accordion-body ol,
.page-accordion .accordion-body ul {
  padding-left: 1.5rem;
}
.page-accordion .accordion-body ol li::marker,
.page-accordion .accordion-body ul li::marker {
  color: #81be3b;
}
@media (min-width: 992px) {
  .page-accordion .accordion-body {
    padding: 1.5rem 2.5rem 1.5rem 6rem;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.products section > .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .products section > .container {
    max-width: 1120px;
  }
}
.products .badge-group {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .products .badge-group {
    top: 1rem;
    left: 1.25rem;
  }
}
.products .badge {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  padding: 0.375rem 0.5rem;
  margin-bottom: 0.75rem;
}
.products .badge + .badge {
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .products .badge {
    font-size: 1.125rem;
    padding: 0.5rem 0.75rem;
  }
}
.products .badge-roomtemp {
  background-color: #8c8c8c;
}
.products .badge-chilled {
  background-color: #3a9ec1;
}
.products .badge-frozen {
  background-color: #1b73af;
}
.products .badge-preorder {
  background-color: #4c7f32;
}
.products .badge-promo {
  background-color: #a00022;
}
.products .chapter {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}
.products .chapter img {
  display: inline-block;
  width: auto;
}
.products .chapter img + img {
  margin-left: 0.25rem;
}
@media (min-width: 992px) {
  .products .chapter {
    bottom: 1.5rem;
    left: 1.25rem;
  }
}

/* PRODUCTS MENU */
.products-menu {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .products-menu {
    margin-top: 2rem;
  }
}
.products-menu.fixed {
  padding: 1.5rem 12px 1rem;
  margin: 0;
  position: fixed;
  top: 135px;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  .products-menu.fixed {
    top: 275px;
  }
}
@media (min-width: 1200px) {
  .products-menu.fixed {
    top: 235px;
  }
}

/* PRODUCTS FILTER */
.products-filter {
  margin-bottom: 2rem;
}
.products-filter .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.products-filter .nav li {
  font-size: 0.9375rem;
}
.products-filter .nav li a:hover, .products-filter .nav li a.active {
  color: #4c7f32;
}
.products-filter .nav li a::after {
  content: "｜";
  margin: 0 0.05rem;
}
.products-filter .nav li:last-child a::after {
  display: none;
}
.products-filter .form-control {
  border-radius: 0.25rem;
  border-color: #b2b2b2;
  font-size: 0.75rem;
  text-align: center;
  max-width: 65px;
  padding: 0.25rem;
}
.products-filter .form-control::-webkit-input-placeholder {
  color: #b1b1b2;
}
.products-filter .form-control::-moz-placeholder {
  color: #b1b1b2;
}
.products-filter .form-control:-ms-input-placeholder {
  color: #b1b1b2;
}
.products-filter .form-control::-ms-input-placeholder {
  color: #b1b1b2;
}
.products-filter .form-control::placeholder {
  color: #b1b1b2;
}
.products-filter .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #4c7f32;
}
.products-filter .bi {
  margin: 0 0.5rem;
}
.products-filter .btn {
  border-radius: 0.25rem;
  background-color: #4c7f32;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
  margin-left: 0.75rem;
}
.products-filter .btn:hover {
  background-color: #000000;
  color: #ffffff !important;
}
.products-filter .link {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #4c7f32;
  color: #4c7f32;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05rem;
  width: 100%;
  max-width: 165px;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}
.products-filter .link:hover {
  background-color: #4c7f32;
  color: #ffffff;
}
@media (min-width: 768px) {
  .products-filter .link {
    margin-bottom: 0;
  }
}

/* PRODUCTS LIST */
.products-list > [class*=col-] {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .products-list > [class*=col-] {
    margin-bottom: 4rem;
  }
}
.products-list .item {
  position: relative;
}
.products-list .chapter img {
  height: 25px;
}
@media (min-width: 992px) {
  .products-list .chapter img {
    height: 45px;
  }
}
.products-list .title {
  color: #262626;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  line-height: 1.5;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 1rem 0 0.5rem;
}
@media (min-width: 992px) {
  .products-list .title {
    font-size: 1.25rem;
    height: 60px;
    margin: 2rem 0 1rem;
  }
}
.products-list .price {
  color: #ed7b20;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1;
  padding-right: 50px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.products-list .price span {
  font-size: 1rem;
  margin-bottom: 0.125rem;
}
.products-list .price del {
  width: 100%;
  color: #666666;
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 0.25rem;
}
@media (min-width: 576px) {
  .products-list .price del {
    width: auto;
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .products-list .price {
    font-size: 1.5625rem;
  }
  .products-list .price span {
    font-size: 1.125rem;
  }
  .products-list .price del {
    font-size: 1rem;
  }
}
.products-list .btn {
  border-radius: 50%;
  background-color: #ed7b20;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  line-height: 25px;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-list .btn i {
  font-size: 1.125rem;
}
.products-list .btn:hover {
  background-color: #000000;
}
@media (min-width: 576px) {
  .products-list .btn {
    font-size: 1.75rem;
    line-height: 35px;
    width: 40px;
    height: 40px;
  }
  .products-list .btn i {
    font-size: 1.5rem;
  }
}
.products-list .sold .picture::before {
  background-image: url(../images/sold.svg);
  background-size: 120px;
  width: 120px;
  height: 42px;
  opacity: 1;
}
.products-list .sold .picture::after {
  background-color: #262626;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .products-list .sold .picture::before {
    background-size: 170px;
    width: 170px;
    height: 60px;
  }
}
.products-list .sold .btn {
  border-radius: 50rem;
  background-color: #808080;
  font-size: 0.9375rem;
  line-height: 1;
  width: auto;
  height: auto;
  padding: 0.375rem 0.75rem;
}

/* PRODUCTS VIEW */
.products-view {
  background-color: #f9f8f6;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .products-view {
    padding: 5rem 0;
  }
}
.products-view > .container > .row > [class*=col-]:last-child {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .products-view > .container > .row > [class*=col-]:last-child {
    margin-top: 0;
    padding-left: 2rem;
  }
}
.products-view .chapter img {
  height: 45px;
}
@media (min-width: 576px) {
  .products-view .chapter img {
    height: 65px;
  }
  .products-view .chapter img + img {
    margin-left: 0.75rem;
  }
}
@media (min-width: 992px) {
  .products-view .chapter {
    left: 1.5rem;
  }
}
.products-view .shop {
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
}
@media (min-width: 992px) {
  .products-view .shop {
    font-size: 1.375rem;
  }
}
.products-view .title {
  color: #262626;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media (min-width: 992px) {
  .products-view .title {
    font-size: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
.products-view .number {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.075rem;
  margin-bottom: 1.5rem;
}
.products-view .text {
  border-bottom: 1px solid #e3e2e0;
  letter-spacing: 0.05rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.products-view .text ul {
  padding-left: 1.25rem;
}
@media (min-width: 992px) {
  .products-view .text {
    font-size: 1.25rem;
  }
}
.products-view .activity {
  display: inline-block;
  border-radius: 50rem;
  background-color: #81be3b;
  color: #ffffff;
  letter-spacing: 0.125rem;
  padding: 0.375rem 1rem;
  margin-bottom: 1.25rem;
}
.products-view .activity:hover {
  background-color: #ed7b20;
}
.products-view .select {
  margin-bottom: 0.5rem;
  margin-left: -0.25rem;
}
.products-view .select span {
  display: block;
  color: #262626;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  white-space: nowrap;
  margin-left: 0.25rem;
  margin-bottom: 0.75rem;
}
.products-view .select .btn {
  border-color: #e6e6e6;
  background-color: #ffffff;
  color: #262626;
  font-size: 1.1875rem;
  padding: 0.375rem 1.5rem;
  margin-left: 0.25rem;
  margin-bottom: 0.5rem;
}
.products-view .select .btn:hover {
  border-color: #ed7b20;
  color: #ed7b20;
}
.products-view .select .btn-check:checked + .btn {
  border-color: #ed7b20;
  color: #ed7b20;
}
.products-view .price {
  color: #ed7b20;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.products-view .price span {
  display: block;
  color: #666666;
  font-size: 1.0625rem;
  font-weight: normal;
}
.products-view .price span del {
  margin-left: 0.25rem;
}
.products-view .feedback {
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}
.products-view .feedback span {
  color: #ed7b20;
}
.products-view .wishlist {
  display: block;
  border-radius: 0.5rem;
  border: 1px solid #262626;
  color: #262626;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
  text-align: center;
  padding: 0.75rem 1rem;
}
.products-view .wishlist i {
  color: #b71a22;
  margin-right: 0.5rem;
}
.products-view .wishlist .bi-heart-fill {
  display: none;
}
.products-view .wishlist:hover, .products-view .wishlist.add {
  border-color: #b71a22;
  background-color: #b71a22;
  color: #ffffff;
}
.products-view .wishlist:hover i, .products-view .wishlist.add i {
  color: #ffffff;
}
.products-view .wishlist:hover .bi-heart, .products-view .wishlist.add .bi-heart {
  display: none;
}
.products-view .wishlist:hover .bi-heart-fill, .products-view .wishlist.add .bi-heart-fill {
  display: inline-block;
}
.products-view .link {
  display: inline-block;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
  text-align: center;
  width: 100%;
  padding: 0.75rem 1rem;
}
.products-view .link i {
  margin-right: 1rem;
}
.products-view .link + .link {
  margin-top: 1rem;
}
.products-view .link:hover {
  background-color: #ffffff;
}
.products-view .link-plus {
  border-color: #ed7b20;
  background-color: #ed7b20;
}
.products-view .link-plus:hover {
  color: #ed7b20;
}
.products-view .link-check {
  border-color: #262626;
  background-color: #262626;
}
.products-view .link-check:hover {
  color: #262626;
}
.products-view .link-sold {
  border-color: #bcbcbc;
  background-color: #bcbcbc;
  max-width: 100% !important;
}
.products-view .link-sold:hover {
  color: #bcbcbc;
}
@media (min-width: 576px) {
  .products-view .link {
    max-width: 49%;
  }
  .products-view .link + .link {
    margin-top: 0;
  }
}
.products-view .shipping {
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
}
.products-view .share {
  font-size: 1.0625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-view .share i {
  color: #0868fb;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.products-view .swiper-picture2 .swiper-slide img {
  border-radius: 1rem;
  width: 100%;
}
.products-view .swiper-picture {
  margin-top: 2rem;
}
.products-view .swiper-picture .swiper-slide {
  cursor: pointer;
  width: 90px !important;
  opacity: 0.5;
}
.products-view .swiper-picture .swiper-slide img {
  border-radius: 0.25rem;
}
.products-view .swiper-picture .swiper-slide-thumb-active {
  opacity: 1;
}

/* PRODUCTS DESC */
.products-desc {
  padding: 3.5rem 0 1.5rem;
}
.products-desc .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2rem;
}
.products-desc .nav-tabs .nav-item + .nav-item {
  border-left: 2px solid #bfbfbf;
  padding-left: 1rem;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .products-desc .nav-tabs .nav-item + .nav-item {
    padding-left: 2rem;
    margin-left: 2rem;
  }
}
.products-desc .nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  color: #262626;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  line-height: 1;
  padding: 0;
}
.products-desc .nav-tabs .nav-link:hover, .products-desc .nav-tabs .nav-link.active {
  color: #4c7f32;
}
@media (min-width: 992px) {
  .products-desc .nav-tabs .nav-link {
    font-size: 1.5rem;
  }
}
.products-desc .tab-content {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .products-desc .tab-content {
    font-size: 1.25rem;
    letter-spacing: 0.075rem;
  }
}

/* PRODUCTS LIKE */
.products-like {
  padding-bottom: 3rem;
}
.products-like .subtitle {
  border-bottom: 1px solid #e5e5e5;
  color: #262626;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  padding-bottom: 1.75rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.products-like .swiper-products {
  padding-bottom: 4rem;
}
.products-like .swiper-products .badge-group {
  left: 0.75rem;
}
.products-like .swiper-products .badge {
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}
.products-like .swiper-products .chapter {
  height: 25px;
  left: 0.5rem;
}
@media (min-width: 992px) {
  .products-like .swiper-products .chapter img {
    height: 35px;
  }
}
.products-like .swiper-products .title {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  height: 50px;
  margin: 1.25rem 0 0.5rem;
}
.products-like .swiper-products .price {
  font-size: 1rem;
}
.products-like .swiper-products .price span {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.products-like .swiper-products .price del {
  font-size: 0.8125rem;
}
.products-like .swiper-products .btn {
  font-size: 0.9375rem;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.products-like .swiper-products .btn i {
  font-size: 1rem;
}
.products-like .swiper-products .sold .btn {
  line-height: 1;
  width: auto;
  height: auto;
}
@media (min-width: 992px) {
  .products-like .swiper-products .sold .picture::before {
    background-size: 150px;
    width: 150px;
    height: 53px;
  }
}
.products-like .swiper-products .swiper-pagination {
  bottom: 0;
}
.products-like .swiper-products .swiper-pagination-bullet {
  background-color: #ed7b20;
}

/* PRODUCTS SEARCH */
.products-search {
  font-size: 1.0625rem;
  text-align: center;
}
.products-search strong {
  color: #e62718;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
}
.products-search span {
  color: #ed7b20;
  font-weight: 500;
  margin: 0 0.5rem;
}
@media (min-width: 992px) {
  .products-search {
    text-align: left;
  }
}

/*------------------------------------*\
    SHOP
\*------------------------------------*/
/* SHOP LIST */
.shop-list .title {
  font-size: 1.0625rem;
  height: auto;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .shop-list .title {
    font-size: 1.3125rem;
  }
}

/*------------------------------------*\
    LINKS
\*------------------------------------*/
/* LINKS LIST */
.links-list.row {
  margin: 0 -1rem;
}
.links-list.row > [class*=col-] {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .links-list.row > [class*=col-] {
    margin-bottom: 3.5rem;
  }
}
.links-list .picture {
  border-radius: 0.375rem;
  border: 1px solid #81be3b;
}
.links-list .title {
  color: #262626;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
/* CONTACT INFO */
.contact-info {
  margin-bottom: 2rem;
}
.contact-info .title {
  color: #262626;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.125rem;
}
@media (min-width: 992px) {
  .contact-info .title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.contact-info .nav {
  color: #262626;
  text-align: center;
  letter-spacing: 0.075rem;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-info .nav li {
  margin: 0 0 0.25rem;
}
.contact-info .nav li:last-child {
  width: 100%;
}
.contact-info .nav li a {
  color: #262626;
}
.contact-info .nav li a:hover {
  color: #4c7f32;
}
.contact-info .nav li span {
  color: #ed7b20;
}
@media (min-width: 992px) {
  .contact-info .nav {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-info .nav li {
    margin: 0 0.5rem 0.25rem;
  }
}

/* CONTACT FORM */
.contact-form .title {
  border-radius: 0.375rem;
  background-color: #81be3b;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.35rem;
  padding: 1rem;
  margin-bottom: 2rem;
}
.contact-form .title span {
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.125rem;
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .contact-form .title {
    font-size: 1.875rem;
    padding: 1.75rem 4.75rem;
    margin-bottom: 3rem;
  }
  .contact-form .title span {
    font-size: 1.125rem;
    margin-left: 1rem;
  }
}
.contact-form .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .contact-form .text {
    padding: 0 4.75rem;
  }
}
.contact-form .form {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .contact-form .form {
    padding: 0 3.75rem;
  }
}

/*------------------------------------*\
    CART
\*------------------------------------*/
.cart > .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .cart > .container {
    max-width: 1200px;
  }
  .cart > .container > .row > [class*=col-]:nth-child(1) {
    width: 73%;
  }
  .cart > .container > .row > [class*=col-]:nth-child(2) {
    width: 27%;
  }
}
@media (max-width: 991px) {
  .cart > .container > .row > [class*=col-]:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cart > .container > .row > [class*=col-]:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cart > .container > .row > [class*=col-]:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cart-md > .container {
  max-width: 100%;
}
@media (min-width: 768px) {
  .cart-md > .container {
    max-width: 600px;
  }
}

/* CART STEP */
.cart-step {
  margin-bottom: 2rem;
}
.cart-step .nav {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  max-width: 860px;
  margin: 0 auto;
}
.cart-step .nav li {
  color: #c1c1c1;
  text-align: center;
  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: #c1c1c1;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.cart-step .nav li span {
  display: inline-block;
  border-radius: 50%;
  background-color: #c1c1c1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}
.cart-step .nav li.active {
  color: #81be3b;
}
.cart-step .nav li.active::before {
  background-color: #81be3b;
  width: 100%;
  left: auto;
  right: -50%;
  z-index: 2;
}
.cart-step .nav li.active span {
  background-color: #81be3b;
  color: #ffffff;
}
.cart-step .nav li:first-child::before {
  width: 50%;
  left: auto;
}
.cart-step .nav li:first-child.active::before {
  width: 100%;
}
.cart-step .nav li:last-child::before {
  width: 50%;
  right: auto;
}
@media (min-width: 992px) {
  .cart-step .nav {
    font-size: 1.0625rem;
    letter-spacing: 0.125rem;
  }
  .cart-step .nav li span {
    font-size: 1.3125rem;
  }
}

/*  CART LIST */
.cart-list .form-check {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  background-color: transparent;
  padding: 1rem;
  margin-bottom: 0;
}
.cart-list .form-check .form-check-input {
  margin-left: 0;
  margin-right: 1.5rem;
}
.cart-list .form-check .form-check-input:checked {
  background-color: #515151;
}
.cart-list .form-check .form-check-label {
  color: #000000;
  font-weight: 500;
}
.cart-list .form-check .form-check-label .badge {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .cart-list .form-check {
    padding: 1rem 2rem;
  }
}
.cart-list .form-check.ubox-check {
  background-color: #81be3b;
}
.cart-list .form-check.ubox-check .form-check-input:checked {
  background-color: #ffffff;
  background-image: url(../images/checkbox-ubox.svg);
}
.cart-list .form-check.ubox-check .form-check-label {
  color: #ffffff;
}
.cart-list .form-check.shop-check {
  background-color: #ed7b20;
}
.cart-list .form-check.shop-check .form-check-input:checked {
  background-color: #ffffff;
  background-image: url(../images/checkbox-shop.svg);
}
.cart-list .form-check.shop-check .form-check-label {
  color: #ffffff;
}

/* CART ITEM */
.cart-item {
  margin-bottom: 1.5rem;
}
.cart-item .badge {
  border-radius: 0;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0.375rem 0.5rem;
}
.cart-item .badge-roomtemp {
  background-color: #8c8c8c;
}
.cart-item .badge-chilled {
  background-color: #3a9ec1;
}
.cart-item .badge-chilled img {
  width: 10px;
  margin-top: -1px;
}
.cart-item .badge-frozen {
  background-color: #1b73af;
}
.cart-item .badge-add {
  border-radius: 0.375rem;
  background-color: #911c27;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.cart-item .item {
  border: 2px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}
.cart-item .item + .item {
  border-top: none;
}
@media (min-width: 992px) {
  .cart-item .item {
    padding: 1.75rem 2rem;
  }
}
.cart-item .item > [class*=col-]:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cart-item .item > [class*=col-]:last-child {
  padding-left: 8.75rem;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .cart-item .item > [class*=col-]:last-child {
    border-left: 1px solid #e4e4e4;
    padding-left: 1rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .cart-item .item > [class*=col-]:last-child {
    padding-left: 2rem;
  }
}
@media (max-width: 575px) {
  .cart-item .item.no-check > [class*=col-]:last-child {
    padding-left: 6rem;
  }
}
.cart-item .picture {
  border-radius: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-item .picture::before {
  background-size: 50px;
  width: 50px;
}
.cart-item .picture img {
  width: 80px;
}
@media (min-width: 992px) {
  .cart-item .picture::before {
    background-size: 80px;
    width: 80px;
  }
  .cart-item .picture img {
    width: 120px;
  }
}
.cart-item .products {
  margin-left: 1rem;
}
@media (min-width: 576px) {
  .cart-item .products {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cart-item .products {
    margin-left: 2rem;
  }
}
.cart-item .title {
  color: #262626;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cart-item .title {
    font-size: 1.0625rem;
  }
}
.cart-item .activity {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #f2f2f2;
  color: #666666;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
}
.cart-item .activity:hover {
  background-color: #f2f2f2;
}
.cart-item .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-item .subtitle {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}
.cart-item .price {
  color: #ed7b20;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
}
.cart-item .price span {
  font-size: 1.125rem;
}
.cart-item .price del {
  color: #666666;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 0.5rem;
}
.cart-item .quantity {
  color: #000000;
  font-size: 1.0625rem;
}
.cart-item .form-select {
  border: 1px solid #e4e4e4;
  max-width: 90px;
  padding: 0.375rem 0.75rem;
}
.cart-item .form-select:focus {
  border-color: #ed7b20;
}
.cart-item .delete {
  font-size: 1.125rem;
  margin-left: 1rem;
}
.cart-item .add {
  border-color: #262626;
  background-color: #ffffff;
  color: #262626;
  max-width: 150px;
}
.cart-item .add:hover {
  background-color: #262626;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cart-item .add {
    max-width: 220px;
  }
}
.cart-item .sold {
  border-color: #bcbcbc;
  background-color: #bcbcbc;
  max-width: 150px;
}
.cart-item .sold:hover {
  border-color: #ed7b20;
}
@media (min-width: 992px) {
  .cart-item .sold {
    max-width: 220px;
  }
}
.cart-item .shipping {
  border: 2px solid #f1f1f1;
  border-top: none;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cart-item .shipping {
    padding: 1rem 2rem;
  }
}
.cart-item .freight {
  color: #262626;
}
.cart-item .freight span {
  color: #666666;
  font-size: 0.9375rem;
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.cart-item .freight span::after {
  content: "";
  background-color: #e1e1e1;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.cart-item .notice {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}
.cart-item .notice span {
  display: inline-block;
  margin-right: 1rem;
}
.cart-item .notice span.red {
  color: #b20d24;
  margin-right: 0;
}
.cart-item .notice a {
  display: inline-block;
  color: #4c7f32;
  text-decoration: underline;
}
.cart-item .notice a:hover {
  color: #ed7b20;
}
.cart-item .number {
  color: #ed7b20;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-right: 0.75rem;
}
@media (min-width: 992px) {
  .cart-item .number {
    margin-top: 3rem;
  }
}

/* CART TOTAL */
.cart-total {
  border-radius: 0.375rem;
  background-color: #f7f7f7;
  margin-top: 3.5rem;
}
.cart-total .title {
  border-bottom: 1px solid #eeeeee;
  color: #564f4a;
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 1rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cart-total .title {
    padding: 1.25rem 1.75rem;
  }
}
.cart-total .item {
  border-bottom: 1px solid #eeeeee;
  padding: 1rem;
}
.cart-total .item:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .cart-total .item {
    padding: 1.75rem;
  }
}
.cart-total .form-check-input {
  background-color: transparent;
}
.cart-total .form-check-label {
  color: #3a3834;
  font-weight: 500;
}
.cart-total .form-control {
  background-color: transparent;
  padding: 0.5rem 0;
}
.cart-total .notice {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.75rem;
}
.cart-total .notice span {
  color: #ed7b20;
}
.cart-total .price {
  color: #3a3834;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  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;
}
.cart-total .price:last-child {
  margin-bottom: 0;
}
.cart-total .price span {
  font-size: 1.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-total .price span span {
  font-size: 0.875rem;
}
.cart-total .price span.red {
  color: #b20d24;
}
.cart-total .total {
  font-size: 1.0625rem;
}
.cart-total .total span {
  color: #ed7b20;
  font-size: 1.5625rem;
}
.cart-total .total span span {
  font-size: 1.125rem;
}
.cart-total .btn {
  border-radius: 0;
  font-size: 0.9375rem;
  letter-spacing: 0.25rem;
  max-width: 100%;
  padding: 0.75rem;
  margin-top: 1rem;
}
.cart-total .btn i {
  margin-left: 1rem;
}

/* CART ADD */
.cart-add .products-list .price {
  padding-right: 0;
}
.cart-add .products-list .btn {
  border-radius: 0.375rem;
  border: 2px solid #bcbcbc;
  background-color: #ffffff;
  color: #262626;
  font-size: 0.9375rem;
  line-height: 1;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
  padding: 0.75rem;
  position: relative;
}
.cart-add .products-list .btn i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.cart-add .products-list .btn:hover {
  background-color: #bcbcbc;
  color: #ffffff;
}
.cart-add .products-list .sold .btn {
  background-color: #bcbcbc;
  color: #ffffff;
  width: 100%;
}

/* CART FORM */
.cart-form .title {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border: 1px solid #e4e4e4;
  color: #564f4a;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  padding: 1rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .cart-form .title {
    padding: 1.25rem 2rem;
  }
}
.cart-form .subtitle {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-form .subtitle .form-check {
  margin-top: 0.5rem;
}
.cart-form .subtitle .form-check-label {
  font-size: 0.9375rem;
}
.cart-form .subtitle [type=button] {
  border: none;
  background-color: transparent;
  color: #666666;
  font-weight: 500;
  padding: 0;
}
.cart-form .subtitle [type=button]:hover {
  color: #ed7b20;
}
@media (min-width: 576px) {
  .cart-form .subtitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-form .subtitle .form-check {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
.cart-form .date {
  color: #666666;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
}
.cart-form .item {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border: 1px solid #e4e4e4;
  border-top: 0;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cart-form .item {
    padding: 1.75rem 2rem;
  }
}
.cart-form .text {
  letter-spacing: 0.05rem;
  line-height: 2.2;
}
.cart-form .text .fs {
  color: #ed7b20;
  font-size: 1.125rem !important;
  font-weight: bold;
}
.cart-form .reset {
  display: inline-block;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #666666;
  padding: 0.375rem 0.75rem;
  margin-bottom: 1rem;
}
.cart-form .reset:hover {
  background-color: #dadada;
}
@media (min-width: 768px) {
  .cart-form .reset {
    margin-bottom: 0;
  }
}
.cart-form .notice {
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}
.cart-form .link {
  display: inline-block;
  border: 1px solid #dadada;
  background-color: transparent;
  color: #666666;
  padding: 0.375rem 0.75rem;
  position: relative;
}
.cart-form .link:hover {
  background-color: #dadada;
}
@media (min-width: 768px) {
  .cart-form .link {
    position: absolute;
    right: -130px;
    top: 0;
  }
}
.cart-form .invoice-group {
  position: relative;
}
.cart-form #invoice {
  border: 1px solid #b2b2b2;
}
.cart-form .nav {
  letter-spacing: 0.05rem;
  line-height: 2.2;
  position: relative;
}
.cart-form .nav li {
  margin-right: 3.5rem;
}
.cart-form .nav li a {
  display: inline-block;
  color: #ed7b20;
  text-decoration: underline;
  margin-left: 0.5rem;
}
.cart-form .nav li span {
  display: inline-block;
  letter-spacing: 0.25rem;
  margin-right: 1rem;
}
.cart-form .nav li .tag {
  border-radius: 50rem;
  background-color: #666666;
  color: #ffffff;
  letter-spacing: 0.05rem;
  padding: 0 1rem;
  margin-right: 0;
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .cart-form .nav li .tag {
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}

/* CART MODAL */
.cart-modal .modal-dialog {
  max-width: 860px;
}
.cart-modal .modal-header {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cart-modal .modal-header {
    padding: 1rem 2rem;
  }
}
.cart-modal .modal-title {
  color: #564f4a;
  font-size: 1.0625rem;
  font-weight: bold;
}
.cart-modal .modal-body {
  padding: 1rem 1rem 0;
}
@media (min-width: 992px) {
  .cart-modal .modal-body {
    padding: 2rem 2rem 0;
  }
}
.cart-modal .modal-footer {
  border-top: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cart-modal .modal-footer {
    padding: 2rem 0;
  }
}
.cart-modal .form {
  margin: 0;
}
.cart-modal .form-check {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cart-modal .form-check:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cart-modal .form-check {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.cart-modal .form-check-input {
  margin-right: 0;
}
.cart-modal .form-check-label {
  width: 100%;
  padding-right: 2rem;
  position: relative;
}
.cart-modal .title {
  color: #666666;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.cart-modal .name {
  display: block;
  color: #333333;
  font-size: 1.125rem !important;
}
.cart-modal .add {
  display: block;
  color: #666666;
  font-size: 1rem !important;
}
.cart-modal .delete {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.cart-modal .btn {
  border-radius: 0;
  background-color: #333333;
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.25rem;
  width: 100%;
  max-width: 240px;
  padding: 0.75rem;
}
.cart-modal .btn i {
  margin-left: 1rem;
}
.cart-modal .btn:hover {
  background-color: #ed7b20;
}

/* CART FINISH */
.cart-finish {
  margin-bottom: 2rem;
}
.cart-finish .title {
  color: #262626;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cart-finish .title {
    font-size: 1.6875rem;
    margin-bottom: 1.75rem;
  }
}
.cart-finish .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  text-align: center;
}

/* CART BUTTON */
.cart-button {
  margin-top: 3rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .cart-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cart-button .btn {
  border: 1px solid #262626;
  background-color: #262626;
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.125rem;
  padding: 0.75rem;
  width: 100%;
  max-width: 200px;
}
.cart-button .btn:hover {
  border-color: #ed7b20;
  background-color: #ed7b20;
}
.cart-button .btn + .btn {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .cart-button .btn + .btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.cart-button .bg-white {
  color: #262626;
}
.cart-button .bg-white:hover {
  color: #ed7b20;
}

/*------------------------------------*\
    LOGIN
\*------------------------------------*/
/* LOGIN CONTENT */
.login-content {
  border-radius: 0.375rem;
  border: 1px solid #cccccc;
  max-width: 550px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .login-content {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .login-content {
    padding: 5rem;
  }
}
.login-content .title {
  color: #262626;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.25rem;
  margin-bottom: 1rem;
}
.login-content .title i {
  display: inline-block;
  color: #4c7f32;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.login-content .title span {
  display: block;
  color: #c8c8c8;
  font-size: 0.9375rem;
  font-weight: normal;
  letter-spacing: 0.125rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .login-content .title {
    font-size: 1.6875rem;
  }
  .login-content .title span {
    font-size: 1.0625rem;
  }
}
.login-content .text {
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin: 1.5rem 0;
}
.login-content .link {
  color: #000000;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-content .link > span > a {
  color: #4c7f32;
  text-decoration: underline;
}
.login-content .link > span > a:hover {
  color: #000000;
}
.login-content .link > a:hover {
  color: #4c7f32;
}
.login-content .btn {
  background-color: #262626;
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.25rem;
  width: 100%;
  padding: 0.65rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-content .btn img,
.login-content .btn i {
  margin-right: 0.5rem;
}
.login-content .btn:hover {
  background-color: #4c7f32;
}
.login-content .btn-google {
  border: 1px solid #cecece;
  background-color: #ffffff;
  color: #262626;
}
.login-content .btn-google:hover {
  border-color: #ed7b20;
  background-color: #ffffff;
  color: #ed7b20;
}
.login-content .btn-line {
  border: 1px solid #08c102;
  background-color: #08c102;
  color: #ffffff;
}
.login-content .btn-line:hover {
  background-color: #ffffff;
  color: #08c102;
}
.login-content .verify {
  border: 1px solid #262626;
  background-color: transparent;
  color: #262626;
  font-size: 0.9375rem;
}
.login-content .verify:hover {
  background-color: #262626;
  color: #ffffff;
}
.login-content .required {
  font-size: 1.0625rem;
}
.login-content .required span {
  color: #ed7b20;
}
.login-content .member {
  text-align: center;
  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;
  margin-bottom: 2rem;
}
.login-content .member span {
  display: block;
  color: #4c7f32;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-top: 0.75rem;
}
.login-content .member img {
  width: 105px;
}
@media (min-width: 992px) {
  .login-content .member {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
  }
}
.login-content .form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.login-content .form-check a {
  color: #4c7f32;
  text-decoration: underline;
}
.login-content .form-check a:hover {
  color: #ed7b20;
}
.login-content .prompt {
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.login-content .prompt .bi-x-lg {
  color: #ff0000;
}
.login-content .prompt .bi-check2 {
  color: #08c102;
}
.login-content-xl {
  max-width: 1180px;
}
.login-content-xl .title {
  text-align: left;
}
@media (min-width: 992px) {
  .login-content-xl .title {
    font-size: 1.5rem;
  }
}
.login-content-xl .form > .row > [class*=col-]:last-child > .row:first-child {
  border-top: 2px solid #262626;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .login-content-xl .form > .row > [class*=col-]:last-child > .row:first-child {
    padding-top: 3rem;
  }
}
.login-content-xl .btn {
  max-width: 200px;
}

/*------------------------------------*\
    ACCOUNT
\*------------------------------------*/
/* ACCOUNT TITLE */
.account-title {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border: 2px solid #f1f1f1;
  border-bottom: none;
  padding: 1rem;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 576px) {
  .account-title {
    padding: 1.25rem 3rem;
  }
}
@media (min-width: 992px) {
  .account-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem 4rem;
  }
}
.account-title .title {
  color: #262626;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}
.account-title .title.fs {
  font-size: 1.3125rem;
}
.account-title .title i {
  font-size: 2rem;
}
.account-title .title i.bi-currency-dollar {
  display: inline-block;
  border-radius: 50%;
  background-color: #ed7b20;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
.account-title .title span {
  color: #ed7b20;
}
@media (min-width: 992px) {
  .account-title .title {
    margin-bottom: 0;
  }
}
.account-title .notice {
  color: #e83a37;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}

/* ACCOUNT CONTENT */
.account-content {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border: 2px solid #f1f1f1;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .account-content {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .account-content {
    padding: 3rem 4rem;
  }
}

/* ACCOUNT LIST */
.account-list .item {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.account-list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .account-list .item {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.account-list .title {
  color: #262626;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}
.account-list .title span {
  color: #ed7b20;
  letter-spacing: normal;
}
.account-list .text {
  line-height: 1.8;
  letter-spacing: 0.05rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .account-list .text {
    border-bottom: 1px solid #f1f1f1;
  }
}
.account-list .table th {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #262626;
  font-weight: normal;
  letter-spacing: 0.075rem;
  white-space: nowrap;
}
.account-list .table td {
  border: 1px solid #e5e5e5;
  color: #666666;
  letter-spacing: 0.075rem;
}
@media (min-width: 992px) {
  .account-list .table th {
    padding: 0.5rem 2rem;
  }
  .account-list .table td {
    padding: 0.75rem 2rem;
  }
}
@media (max-width: 767px) {
  .account-list .table {
    border: none;
  }
  .account-list .table thead {
    display: none;
  }
  .account-list .table tr {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    display: block;
    width: 100%;
    position: relative;
  }
  .account-list .table td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 130px;
    position: relative;
  }
  .account-list .table td::before {
    content: attr(data-content);
    background-color: #e5e5e5;
    color: #262626;
    padding: 0.5rem;
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.account-list .bg-transparent th {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  font-size: 1.0625rem;
  letter-spacing: 0.125rem;
}
.account-list .bg-transparent td {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
}
.account-list .bg-transparent td span {
  color: #ed7b20;
}
.account-list .bg-transparent td.fs-5 {
  color: #262626;
}
.account-list .bg-transparent td .fail {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #666666;
  color: #666666;
  font-size: 0.8125rem;
  padding: 0.25rem 0.75rem;
  margin-left: 1rem;
}
.account-list .bg-transparent .fail td {
  color: #b5b5b5;
}
@media (min-width: 992px) {
  .account-list .bg-transparent th {
    padding: 0.75rem;
  }
  .account-list .bg-transparent td {
    padding: 1.5rem 0.75rem;
  }
}
@media (max-width: 991px) {
  .account-list .bg-transparent td {
    font-size: 1rem;
  }
  .account-list .bg-transparent td.fs-5 {
    font-size: 1.125rem !important;
  }
}
@media (max-width: 767px) {
  .account-list .bg-transparent tr {
    margin-bottom: 1rem;
  }
  .account-list .bg-transparent td .fail {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
}
.account-list .d-flex {
  margin-top: 1.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.account-list .btn {
  border-color: #b2b2b2;
  color: #666666;
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  padding: 0.5rem 1.5rem;
}
.account-list .btn:hover {
  background-color: #b2b2b2;
  color: #ffffff;
}
.account-list .btn + .btn {
  margin-left: 1rem;
}

/* ACCOUNT MESSAGES */
.account-messages .messages {
  display: block;
  border-radius: 0.25rem;
  border: 1px solid #777777;
  background-color: #777777;
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
  text-align: left;
  width: 100%;
  padding: 1.5rem;
  position: relative;
}
.account-messages .messages::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}
.account-messages .messages span {
  display: block;
  font-size: 1.0625rem;
}
.account-messages .messages:hover {
  background-color: transparent;
  color: #777777;
}
.account-messages .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  position: relative;
}
.account-messages .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
}
.account-messages .avatar img {
  width: 35px;
}
@media (min-width: 768px) {
  .account-messages .avatar img {
    width: auto;
  }
}
.account-messages .chat {
  display: inline-block;
  border-radius: 0.375rem;
  color: #262626;
  padding: 1rem;
  margin-bottom: 0.5rem;
  width: auto;
  position: relative;
}
.account-messages .chat::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}
.account-messages .chat img {
  border-radius: 0.375rem;
  width: 100px;
  margin-bottom: 0.5rem;
}
.account-messages .chat img + img {
  margin-left: 0.5rem;
}
.account-messages .time {
  font-size: 0.8125rem;
  margin-top: 0.75rem;
}
.account-messages .buyer {
  padding-right: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.account-messages .buyer .avatar {
  right: 0;
}
.account-messages .buyer .chat {
  background-color: #f7f7f7;
}
.account-messages .buyer .chat::before {
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f7f7f7;
  right: -15px;
}
.account-messages .buyer .time {
  text-align: right;
}
@media (min-width: 768px) {
  .account-messages .buyer {
    padding-right: 100px;
  }
  .account-messages .buyer .chat {
    margin-left: 100px;
  }
}
.account-messages .seller {
  padding-left: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.account-messages .seller .avatar {
  left: 0;
}
.account-messages .seller .chat {
  background-color: #fcf8e8;
}
.account-messages .seller .chat::before {
  border-width: 10px 20px 10px 0;
  border-color: transparent #fcf8e8 transparent transparent;
  left: -15px;
}
@media (min-width: 768px) {
  .account-messages .seller {
    padding-left: 100px;
  }
  .account-messages .seller .chat {
    margin-right: 100px;
  }
}
.account-messages .dialog {
  border-top: 2px solid #f8f8f8;
  padding-top: 2rem;
  margin-top: 2rem;
}
.account-messages .form-control {
  border-radius: 0;
  border-color: #e4e4e4;
  padding: 0.5rem 0.75rem;
}
.account-messages .form-control::-webkit-input-placeholder {
  color: #c5c5c5;
}
.account-messages .form-control::-moz-placeholder {
  color: #c5c5c5;
}
.account-messages .form-control:-ms-input-placeholder {
  color: #c5c5c5;
}
.account-messages .form-control::-ms-input-placeholder {
  color: #c5c5c5;
}
.account-messages .form-control::placeholder {
  color: #c5c5c5;
}
.account-messages .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.account-messages .input-group-text {
  border-radius: 0.375rem !important;
  background-color: #bcbcbc;
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.25rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
  max-width: 150px;
  cursor: pointer;
}
.account-messages input[type=file] {
  display: none;
}
.account-messages .file-names {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
@media (min-width: 576px) {
  .account-messages .file-names {
    width: auto;
    margin-top: 0;
    position: absolute;
    left: 160px;
  }
}
.account-messages .btn {
  background-color: #262626;
  color: #ffffff;
  font-size: 0.9375rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
  max-width: 200px;
}
.account-messages .btn:hover {
  background-color: #ed7b20;
}

/* ACCOUNT ITEM */
.account-item .cart-item .item > [class*=col-]:last-child {
  padding-left: 8rem;
}
@media (min-width: 576px) {
  .account-item .cart-item .item > [class*=col-]:last-child {
    padding-left: 1rem;
  }
}