@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap");
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

:focus {
  outline: 0;
}

address, caption, cite, code, dfn,
em, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, samp, tt {
  font-size: 100%;
}

input, button, textarea, select {
  *font-size: 100%;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

sup, sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link, :visited, ins {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

.imgCover img, .banner .swiper-slide img, .header .menu .dropdown-menu.cart .add-row .img-wrap img, .select-amount-modal .add-row .img-wrap img, .check-amount-modal .add-row .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-custom,
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.width-5p {
  width: 5%;
}

.width-10p {
  width: 10%;
}

.width-15p {
  width: 15%;
}

.width-20p {
  width: 20%;
}

.width-25p {
  width: 25%;
}

.width-30p {
  width: 30%;
}

.width-35p {
  width: 35%;
}

.width-40p {
  width: 40%;
}

.width-45p {
  width: 45%;
}

.width-50p {
  width: 50%;
}

.width-55p {
  width: 55%;
}

.width-60p {
  width: 60%;
}

.width-65p {
  width: 65%;
}

.width-70p {
  width: 70%;
}

.width-75p {
  width: 75%;
}

.width-80p {
  width: 80%;
}

.width-85p {
  width: 85%;
}

.width-90p {
  width: 90%;
}

.width-95p {
  width: 95%;
}

.width-100p {
  width: 100%;
}

.no-data-cell {
  display: table-caption !important;
  caption-side: bottom;
  text-align: center;
  background-color: #f2f2f2;
  padding: 8px;
  font-weight: 700;
  color: #707070;
}

.div-table {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.div-heads {
  display: table-header-group;
}

.div-header {
  padding: 8px;
  color: #707070;
  border-bottom: 1px solid #dbdcdc;
  font-weight: 700;
  display: table-cell;
}

.div-tr > .div-td {
  border-bottom: 1px solid #dbdcdc;
}

.div-tr-row:last-of-type {
  border-right: 1px solid #dbdcdc;
}

.div-tr {
  display: table-row;
}

:not(.div-tr-row) > .div-td {
  padding: 8px;
  display: table-cell;
}

.small-heads, .small-title {
  display: none;
}

.div-functions > a,
.div-functions > button {
  margin: 2px 1px;
}

.div-tr-row {
  padding: 8px;
  display: table-cell;
  border-left: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .no-data-cell {
    text-align: center;
    background-color: #f2f2f2;
    padding: 8px;
    font-weight: 700;
    color: #707070;
  }
  .div-table:not(.norwd) .div-tr {
    font-size: 0;
    margin-bottom: 15px;
  }
  .div-table:not(.norwd) .small-heads {
    background: #f2f2f2;
    border: 1px solid #dbdcdc;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #707070;
    padding: 8px;
    width: 35%;
    margin-bottom: 2px;
  }
  .div-table:not(.norwd) .div-td {
    padding: 8px;
    margin-bottom: 2px;
    display: inline-block;
    width: 65%;
    min-height: 37px;
    border-top: 1px solid #dbdcdc;
    border-right: 1px solid #dbdcdc;
    border-bottom: 1px solid #dbdcdc;
    font-size: 14px;
  }
  .div-table:not(.norwd) .small-heads,
  .div-table:not(.norwd) .div-td {
    line-height: 21px;
  }
  .div-table:not(.norwd) .div-td.div-functions {
    margin-top: 0;
    padding: 7px 8px 8px 8px;
    border-top: 1px solid #dbdcdc;
  }
  .div-table:not(.norwd) .div-functions > a {
    margin: 0px 2px 0px 0px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90%;
  }
}

@media screen and (max-width: 1266px) {
  html {
    font-size: 85%;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 80%;
  }
}

body {
  font-family: "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

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

h1, .h1 {
  font-size: 55px;
}

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

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

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

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

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

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.line-through {
  text-decoration: line-through;
}

.en {
  font-family: 'Poppins', sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

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

.form-inline {
  position: relative;
}

.form-inline .form-control {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

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

*[role=button] {
  cursor: pointer;
}

input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: 0;
}

input[type=radio]:not(old) + label > span,
input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: -1px 8px 3px 0px;
  position: relative;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #a0a0a0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]:not(old) + label {
  padding: 5px 7px;
}

input[type=checkbox]:not(old) + label > span {
  margin-right: 7px;
  width: 25px;
  height: 25px;
  border-color: #ff7500;
  border-width: 2px;
  border-radius: 3px;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 0;
  background: url(../images/others/icon-check-orange.svg) no-repeat center center;
  background-size: 100% auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(192, 192, 192, 0) inset;
  /*淡淡的白*/
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
  -webkit-text-fill-color: #37414f;
  /*字體顏色*/
}

input, textarea {
  outline: none;
  background: none;
  border: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #c7c8c9;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c7c8c9;
}

input::-webkit-autofill, textarea::-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: none !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c7c8c9;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c7c8c9;
  opacity: 1;
}

.fade, .header .navbar_logo, .header .menu .menu-item > a, .header .menu a.menu-item, .nav-control, .nav-control .dropdown-content a, .pages a {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.fade:hover, .header .navbar_logo:hover, .header .menu .menu-item > a:hover, .header .menu a.menu-item:hover, .nav-control:hover, .nav-control .dropdown-content a:hover, .pages a:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.red {
  color: #cd0019;
}

.btn-group {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

a:not([tel]):hover {
  opacity: .8;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.btn:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.btn:not(.btn-line):hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.btn.btn-line-radius {
  color: #666666;
  border: 1px solid #666666;
  border-radius: 35px;
}

.btn-xs {
  padding: .1rem .5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-lg {
  padding: .5rem 3rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: .3rem;
}

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

.btn-back {
  padding: 5px 20px;
  min-width: 160px;
  border: 1px solid #44916f;
  color: #44916f;
}

.btn-back:hover {
  background-color: #44916f;
  color: #fff;
}

.objectfit {
  background-size: cover;
}

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

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

.marquee-row {
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  background: url(../images/common/pushrow-bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  z-index: 10;
}

.marquee-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: url(../images/common/pushrow-line.png);
  background-size: 100% 100%;
}

.marquee-row .marquee-swiper {
  margin: 3px auto 0 auto;
  width: 94%;
  height: 45px;
  line-height: calc(45px / 2);
  overflow: hidden;
}

.marquee-row .marquee-swiper .swiper-slide {
  text-align: center;
  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-row .marquee-swiper .swiper-slide a {
  color: #fff;
}

.marquee-row .marquee-swiper .swiper-slide a:hover {
  opacity: 1;
}

.marquee-row .marquee-swiper .swiper-slide .marquee-inner {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner {
  margin-top: calc(55px + 90px);
  overflow: hidden;
}

.banner .swiper-container {
  position: relative;
  width: 100%;
  height: 38.9vw;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #44916F;
  background: #fff;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #44916F;
}

.banner a:hover {
  opacity: 1;
}

.header {
  position: fixed;
  top: 55px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}

.header .container {
  position: relative;
  padding: 0;
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
}

.header .navbar_logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.header .navbar_logo img {
  width: 165px;
  height: 70px;
}

.header.scroll-to-fixed {
  padding-top: 0;
  padding-bottom: 5px;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

.header.scroll-to-fixed .navbar_logo {
  margin-top: 5px;
}

.header.scroll-to-fixed .navbar_logo img {
  width: 117px;
  height: 50px;
}

.header.scroll-to-fixed .menu .menu-item {
  padding-top: 8px;
}

.header .menu {
  float: right;
  /* Dropdown */
}

.header .menu .menu-item {
  display: inline-block;
  font-size: 1.2rem;
  padding: 24px 0;
  line-height: 28px;
}

.header .menu .menu-item.menu-item-link {
  margin-right: 50px;
}

.header .menu .menu-item > a {
  color: #666666;
  font-weight: bold;
}

.header .menu .menu-item:hover > a {
  color: #b3995b;
}

.header .menu a.menu-item {
  color: #666666;
  font-weight: bold;
}

.header .menu .btn-login {
  padding: 3px 34px;
  font-size: 1.2rem;
  border-radius: 30px;
  color: #666666;
  border: 1px solid #666666;
}

.header .menu .dropdown {
  position: relative;
}

.header .menu .dropdown:hover .dropdown-menu {
  display: block;
}

.header .menu .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #44916f;
  padding: 15px 30px;
  top: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.header .menu .dropdown-menu a {
  font-size: 1rem;
  color: #666666;
}

.header .menu .dropdown-menu a:hover {
  color: #44916f;
}

.header .menu .dropdown-menu.menu {
  width: 50vw;
  min-width: 120px;
  max-width: 550px;
  right: -20px;
}

.header .menu .dropdown-menu.menu li {
  float: left;
  display: block;
  white-space: nowrap;
  width: 33%;
}

.header .menu .dropdown-menu.menu li a {
  padding: 3px 5% 3px 0;
  display: block;
}

.header .menu .dropdown-menu.menu .group {
  position: relative;
  color: #44916f;
  font-weight: bold;
  margin-bottom: 10px;
}

.header .menu .dropdown-menu.menu .group:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: -7px;
  width: 3px;
  height: 18px;
  background: #44916f;
}

.header .menu .dropdown-menu.member {
  width: 120px;
  right: calc((100% - 120px) / 2);
  text-align: center;
  border: 1px solid #ccc;
  padding: 6px 0;
}

.header .menu .dropdown-menu.cart {
  padding: 0;
  width: 300px;
  right: -10px;
  border-color: #44916f;
  border-radius: 10px;
  background-color: #fff;
  font-size: 12px;
  overflow: hidden;
}

.header .menu .dropdown-menu.cart .dropdown-header {
  padding: 3px 5% 3px calc(5% + 20px);
  background-color: #44916f;
  background-image: url(../images/common/icon-check.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 5% center;
  color: #fff;
}

.header .menu .dropdown-menu.cart .dropdown-content {
  padding: 5px 5% 15px 5%;
}

.header .menu .dropdown-menu.cart .add-row {
  margin-bottom: 5px;
}

.header .menu .dropdown-menu.cart .add-row .img-wrap,
.header .menu .dropdown-menu.cart .add-row .info-wrap {
  display: inline-block;
  vertical-align: top;
}

.header .menu .dropdown-menu.cart .add-row .img-wrap {
  border: 1px solid #ededed;
  width: 70px;
  height: 70px;
}

.header .menu .dropdown-menu.cart .add-row .info-wrap {
  width: calc(100% - 75px);
  color: #333333;
  line-height: 1.5;
}

.header .menu .dropdown-menu.cart .add-row .info-wrap > div {
  margin-bottom: 10px;
}

.header .menu .dropdown-menu.cart .add-row .btn-delete {
  padding-top: 3px;
  margin-left: 10px;
}

.header .menu .dropdown-menu.cart .total-row {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #e1e1e1;
}

.header .menu .dropdown-menu.cart .total-row .price {
  color: #b3995b;
}

.header .menu .dropdown-menu.cart .btn-addcart {
  width: 100%;
  height: 30px;
  background-color: #44916f;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
}

.header .menu .dropdown-menu.cart .btn-addcart:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .menu .dropdown-menu.cart .btn-addcart a {
  color: #fff;
}

.header .menu .dropdown-menu.cart .btn-addcart span {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../images/common/icon-cart-white.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
}

.header .menu-item.menu-item-icon .btn {
  padding: 0 6px;
  height: 24px;
}

.header .menu-item.menu-item-icon .btn img {
  height: 100%;
}

.header .menu-item.menu-item-cart {
  padding: 0;
  margin-left: 3px;
}

.header .menu-item.menu-item-cart > span {
  display: inline-block;
  vertical-align: middle;
}

.header .menu-item.menu-item-cart .cart-count {
  position: relative;
  height: 28px;
  width: 50px;
  background: url(../images/common/icon-cart.svg) no-repeat left center;
  background-size: 27px;
}

.header .menu-item.menu-item-cart .cart-count .count {
  position: absolute;
  top: -3px;
  left: 17px;
  padding: 0 8px;
  border-radius: 30px;
  height: 15px;
  line-height: 15px;
  background-color: #FF0000;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

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

/* nav */
.nav-control {
  position: absolute;
  right: 0;
  top: 15px;
}

.nav-control .dropdown {
  position: relative;
  display: inline-block;
}

.nav-control .dropdown-content {
  display: none;
  position: absolute;
  background-color: #edbe93;
  min-width: 55px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 5px;
}

.nav-control .dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.nav-control .dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-control .show {
  display: block;
}

.menu-btn {
  position: relative;
  display: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.menu-btn:before, .menu-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #b3995b;
  top: 50%;
  left: 50%;
  right: 50%;
}

.menu-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

.menu-btn:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn > span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #b3995b;
}

.menu-btn > span:nth-child(1) {
  width: 28px;
  top: 5px;
  -webkit-transition: width .3s ease .5s,background .7s ease 1s;
  transition: width .3s ease .5s,background .7s ease 1s;
}

.menu-btn > span:nth-child(2) {
  top: 12px;
  -webkit-transition: width .3s ease .4s,background .7s ease 1s;
  transition: width .3s ease .4s,background .7s ease 1s;
}

.menu-btn > span:nth-child(3) {
  width: 12px;
  top: 19px;
  -webkit-transition: width .3s ease .3s,background .7s ease 1s;
  transition: width .3s ease .3s,background .7s ease 1s;
}

.menu-btn.close-btn {
  top: 0;
  z-index: 100;
}

.menu-btn.close-btn:before {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
  width: auto;
  background: #fff;
}

.menu-btn.close-btn:after {
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease .4s;
  transition: all .3s ease .4s;
  background: #fff;
}

.menu-btn.close-btn span {
  width: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn.scroll span {
  background: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/*side nav*/
body.open {
  overflow: hidden;
}

body.open .header::after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

body.open .nav-control {
  position: fixed;
  top: 0;
  height: 55px;
  background: url(../images/common/pushrow-bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  right: 0;
}

body.open .nav-control::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: url(../images/common/pushrow-line.png);
  background-size: 100% 100%;
}

body.open .menu-btn.close-btn {
  float: none;
  right: 2%;
  position: absolute;
  top: 10px;
}

nav {
  display: none;
  position: absolute;
  top: 60px;
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

nav.open {
  top: 0;
  opacity: 1;
  display: block;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  position: fixed;
  z-index: 99;
}

nav.open .sidemenu {
  margin-top: 70px;
  padding-bottom: 50vh;
  height: calc(100vh - 70px);
  overflow-y: scroll;
}

nav.open .sidemenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
}

nav.open .sidemenu::-webkit-scrollbar-track {
  border-radius: 0;
}

nav.open .sidemenu::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #efefef;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 5px;
}

nav .sidemenu {
  padding: 0 4%;
}

nav .sidemenu .menu-item,
nav .sidemenu .dropdown > a {
  display: block;
  padding: 10px 2%;
  color: #4d4d4d;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

nav .sidemenu .menu-item:hover,
nav .sidemenu .dropdown > a:hover {
  color: #b3995b;
}

nav .sidemenu .menu-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e1e1e1;
}

nav .sidemenu .menu-item:first-of-type {
  padding-top: 30px;
}

nav .sidemenu .link i {
  float: right;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon-menu-down.png);
  background-size: 100%;
}

nav .sidemenu .link.open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

nav .sidemenu .social-row {
  margin-top: 5vh;
  width: 100%;
  text-align: center;
}

nav .sidemenu .social-row .social-icon {
  margin: 0 10px;
  width: 40px;
  height: 40px;
}

nav .sidemenu .social-row .social-icon svg {
  fill: #fff;
}

nav .sidemenu .social-row .social-icon:hover svg {
  fill: #b3995b;
}

nav .dropdown {
  display: none;
  padding: 0 0 0 20px;
  background-color: rgba(0, 0, 0, 0.02);
}

/*breadcrumb*/
.breadcrumb {
  border-bottom: 1px solid #E1E1E1;
}

.breadcrumb .container {
  padding: 10px 0;
}

.breadcrumb.border {
  border-top: 1px solid #E1E1E1;
}

.breadcrumb a {
  display: inline-block;
  color: #AEAEAE;
}

.breadcrumb a:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb a.active {
  color: #B3995B;
}

.breadcrumb .home svg {
  height: 15px;
  fill: #AEAEAE;
}

/*swal2*/
.swal2-styled.swal2-confirm.btn-swal-control,
.swal2-styled.swal2-cancel.btn-swal-control {
  padding: 5px 20px;
  border: 1px solid #666;
  color: #666;
  background-color: transparent;
}

.swal2-styled.swal2-confirm.btn-swal-control:focus,
.swal2-styled.swal2-cancel.btn-swal-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swal2-styled.swal2-confirm.btn-login,
.swal2-styled.swal2-cancel.btn-login {
  padding: 5px 20px;
  border: 1px solid #b3995b;
  color: #b3995b;
  background-color: transparent;
}

.swal2-styled.swal2-confirm.btn-login:focus,
.swal2-styled.swal2-cancel.btn-login:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.message-modal.swal2-container.swal2-backdrop-show, .message-modal.swal2-container.swal2-noanimation {
  background-color: transparent;
}

.message-modal .swal2-icon {
  margin: 0 auto;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.message-modal .swal2-html-container {
  margin: 0 auto;
}

.message-modal .swal2-popup {
  width: 150px;
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(179, 153, 91, 0.7);
  color: #fff;
}

.message-modal .swal2-icon.swal2-success {
  border-color: #fff;
  color: #fff;
}

.message-modal .swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #fff;
}

.message-modal .swal2-icon.swal2-success .swal2-success-ring {
  border: none;
}

.message-modal .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right,
.message-modal .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left],
.message-modal .swal2-icon.swal2-success .swal2-success-fix {
  display: none;
}

.select-amount-modal.swal2-container.swal2-backdrop-show, .select-amount-modal.swal2-container.swal2-noanimation {
  background-color: rgba(0, 0, 0, 0.75);
}

.select-amount-modal .swal2-popup {
  width: 450px;
  border-radius: 15px;
  overflow: hidden;
}

.select-amount-modal .swal2-title {
  padding: 0 5%;
  height: 45px;
  line-height: 45px;
  background-color: #b3995b;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
}

.select-amount-modal .swal2-html-container {
  height: initial;
  text-align: left;
}

.select-amount-modal .add-row {
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

.select-amount-modal .add-row .img-wrap,
.select-amount-modal .add-row .info-wrap {
  display: inline-block;
  vertical-align: top;
}

.select-amount-modal .add-row .img-wrap {
  border: 1px solid #ededed;
  width: 70px;
  height: 70px;
}

.select-amount-modal .add-row .info-wrap {
  width: calc(100% - 75px);
  color: #333333;
  font-size: 1.2rem;
}

.select-amount-modal .add-row .info-wrap > div {
  margin-bottom: 10px;
}

.select-amount-modal .swal2-actions {
  margin-top: 0;
  padding: 0 1.6rem;
  width: 100%;
}

.select-amount-modal .swal2-confirm.btn-addcart {
  width: 100%;
  height: 55px;
  background-color: #b3995b;
  color: #fff;
}

.select-amount-modal .swal2-confirm.btn-addcart:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select-amount-modal .swal2-confirm.btn-addcart span {
  display: inline-block;
  padding-right: 30px;
  background-image: url(../images/common/icon-cart-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.check-amount-modal.swal2-container.swal2-backdrop-show, .check-amount-modal.swal2-container.swal2-noanimation {
  background-color: rgba(0, 0, 0, 0.75);
}

.check-amount-modal .swal2-popup {
  width: 900px;
  border-radius: 15px;
  overflow: initial;
}

.check-amount-modal .swal2-title {
  padding: 0 5% 0 calc(5% + 20px);
  height: 45px;
  line-height: 45px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  background-color: #44916f;
  background-image: url(../images/common/icon-check.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 5% center;
}

.check-amount-modal .swal2-html-container {
  height: initial;
  text-align: left;
}

.check-amount-modal .add-row td {
  padding: 0 8px;
  vertical-align: top;
}

.check-amount-modal .add-row td.nowrap {
  white-space: nowrap;
}

.check-amount-modal .add-row .img-wrap,
.check-amount-modal .add-row .info-wrap {
  display: inline-block;
  vertical-align: top;
}

.check-amount-modal .add-row .img-wrap {
  border: 1px solid #ededed;
  width: 55px;
  height: 55px;
}

.check-amount-modal .add-row .info-wrap {
  width: calc(100% - 60px);
}

.check-amount-modal .add-row .info-wrap > div {
  display: inline-block;
  vertical-align: middle;
}

.check-amount-modal .add-row .info-wrap > div:nth-of-type(1) {
  width: calc(100% - 190px);
}

.check-amount-modal .add-row .info-wrap > div:nth-of-type(2) {
  width: 100px;
}

.check-amount-modal .add-row .info-wrap > div:nth-of-type(3) {
  width: 50px;
}

.check-amount-modal .add-row .info-wrap > div:nth-of-type(4) {
  width: 25px;
}

.check-amount-modal .add-row .btn-delete {
  margin-top: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.check-amount-modal .add-row .btn-delete svg {
  width: 100%;
  height: 100%;
}

.check-amount-modal .total-row {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e1e1e1;
}

.check-amount-modal .total-row .price {
  color: #b3995b;
  font-size: 1.3rem;
}

.check-amount-modal .swal2-actions {
  margin-top: 0;
  padding: 0 1.6rem;
  width: 100%;
}

.check-amount-modal .swal2-confirm.btn-addcart {
  width: 100%;
  height: 55px;
  background-color: #44916f;
  color: #fff;
}

.check-amount-modal .swal2-confirm.btn-addcart:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.check-amount-modal .swal2-confirm.btn-addcart a {
  color: #fff;
}

.check-amount-modal .swal2-confirm.btn-addcart span {
  display: inline-block;
  padding-right: 30px;
  background-image: url(../images/common/icon-cart-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.check-amount-modal .swal2-footer {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  border-top: none;
}

.check-amount-modal .swal2-footer .btn-shop {
  padding: 5px 20px;
  min-width: 160px;
  border: 1px solid #b3995b;
  color: #b3995b;
}

/*footer*/
.footer {
  background-color: #3C744B;
  color: #fff;
}

.footer .container {
  margin: 0 auto;
  padding: 1.5vw 0;
  width: 94%;
  max-width: 1400px;
}

.footer .column {
  display: inline-block;
  padding: 0 2%;
  margin: 1.5vw 0;
  vertical-align: top;
  letter-spacing: 1px;
  width: calc((100% - 0%) / 3);
  word-break: break-word;
}

.footer .column:nth-of-type(4n - 3) {
  padding-left: 0;
  width: 28%;
}

.footer .column .label {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.footer .column .label, .footer .column p, .footer .column a {
  font-size: 1rem;
  color: #fff;
}

.footer .column li,
.footer .column p.info-li {
  margin-bottom: 10px;
}

.footer .column p.info-li.phone, .footer .column p.info-li.email {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  line-height: 20px;
}

.footer .column p.info-li.phone {
  background-image: url(../images/common/icon-phone.svg);
}

.footer .column p.info-li.email {
  background-image: url(../images/common/icon-email.svg);
}

.footer .info-column .info {
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 48px;
}

.footer .info-column .info.phone {
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.footer .info-column .info.phone a {
  color: #3C744B;
  line-height: 30px;
  font-size: 1.3rem;
}

.footer .info-column .info.phone a, .footer .info-column .info.phone img {
  display: inline-block;
  vertical-align: middle;
}

.footer .info-column .info.phone img {
  height: 30px;
}

.footer .copyright {
  position: relative;
  padding: 15px 0;
  background-color: #fff;
  color: #666666;
  text-align: right;
  font-size: 13px;
}

.footer .copyright .in {
  margin: 0 auto;
  width: 100%;
  padding: 0 70px;
  max-width: 1400px;
}

.footer .copyright .pull-left {
  padding-top: 20px;
}

.footer .copyright .pull-left > div {
  display: inline-block;
  margin-right: 3%;
}

.footer .copyright .pull-left span, .footer .copyright .pull-left img {
  display: inline-block;
  vertical-align: middle;
}

.footer .copyright .pull-left .icon {
  margin-left: 5px;
  margin-right: 25px;
}

.footer .copyright a {
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 25px;
}

.footer .copyright a, .footer .copyright p {
  font-size: 13px;
}

#toTop {
  position: relative;
  display: none;
  padding-top: 22px;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  background-image: url(../images/common/top.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: #b3995b;
  border-radius: 50%;
  color: #fff;
  z-index: 99;
  text-align: center;
}

#toTop:active, #toTop:focus {
  outline: none;
}

/* pages */
.pages {
  margin-top: 2vw;
  padding: 2rem 0;
}

.pages a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  background-color: #F2F2F2;
}

.pages a.active {
  background-color: #44916F;
  color: #fff;
}

.pages a:hover {
  opacity: .6;
}

.pages .last, .pages .first {
  letter-spacing: -5px;
}

.hr-dots {
  display: block;
  height: 9px;
  background: url(../images/common/dots.jpg) repeat-x;
  border: 0;
}

.show-1024,
.show-xs {
  display: none;
}

@media screen and (max-width: 1600px) {
  .header {
    height: 70px;
  }
  .header .navbar_logo img {
    width: 129px;
    height: 55px;
  }
  .header .menu .menu-item:not(.menu-item-cart) {
    padding: 18px 0;
  }
  .banner {
    margin-top: calc(55px + 70px);
  }
}

@media screen and (max-width: 1266px) {
  .header .navbar_logo {
    height: 70px;
  }
  .footer .container {
    padding: 2rem 0;
  }
}

@media (max-width: 1024px) {
  .header.scroll-to-fixed .menu .menu-item {
    padding-top: 0;
  }
  .header .container {
    padding: 0 3%;
  }
  .header .menu {
    position: absolute;
    right: 35px;
    top: 12px;
  }
  .header .menu .menu-item:not(.menu-item-cart) {
    padding: 0;
  }
  .header .menu-item.menu-item-cart > span.hidden-mob,
  .header .menu .hidden-mob {
    display: none;
  }
  .header .navbar_logo {
    margin-top: 7px;
  }
  .menu-btn {
    display: block;
  }
  .header .menu .dropdown.menu-item-cart:hover .dropdown-menu {
    display: none;
  }
  .footer .column {
    width: 32.5%;
  }
  .footer .column:nth-of-type(4n - 3) {
    width: 33%;
  }
  .footer .copyright .in {
    padding: 0;
    width: 94%;
  }
  .footer .copyright a {
    margin-left: 0;
    margin-right: 2%;
  }
  .footer .copyright .pull-left,
  .footer .copyright .pull-right {
    padding-top: 0;
    float: none;
    text-align: left;
  }
  .show-1024 {
    display: block;
  }
  .hidden-1024 {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .menu .menu-item.menu-item-link {
    margin-right: 5px;
  }
  .header .menu .btn-login {
    padding: 1px 20px;
  }
  .footer .logo {
    text-align: center;
  }
  .footer .column {
    width: 100%;
  }
  .footer .column:nth-of-type(1) {
    width: 100%;
  }
  .footer .info-column .info {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .copyright a, .footer .copyright p {
    font-size: 12px;
  }
  .hidden-xs {
    display: none !important;
  }
  .check-amount-modal .add-row .info-wrap > div:nth-of-type(1) {
    width: 100%;
  }
  .check-amount-modal .add-row .info-wrap > div:nth-of-type(2) {
    width: calc(100% - 85px);
  }
  .show-xs {
    display: block;
  }
  .marquee-row {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .header {
    height: 50px;
  }
  .header .container {
    padding: 0;
  }
  .header .navbar_logo {
    height: 50px;
  }
  .header .navbar_logo img {
    width: 117px;
    height: 50px;
  }
  .header .menu-item.menu-item-icon .btn {
    padding: 0 3px;
  }
  .header .menu .dropdown-menu.member {
    padding: 5px;
  }
  .banner {
    margin-top: calc(55px + 60px);
  }
  .banner .swiper-container {
    height: 38.9vw;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 2px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .footer .container {
    padding: 3vw 0;
  }
  .footer .logo {
    display: none;
  }
  .footer .column {
    width: 100%;
  }
  .footer .column:nth-of-type(1) {
    margin-bottom: 5vw;
  }
  .footer .info-column .info {
    max-width: 100%;
  }
  .footer .footer-toggle-btn {
    position: relative;
  }
  .footer .footer-toggle-btn::after {
    content: "";
    position: absolute;
    right: 2%;
    top: 5px;
    width: 10px;
    height: 10px;
    background: url(../images/common/icon-arrow-white.png) no-repeat right center;
    background-size: 100%;
  }
  .footer .footer-toggle-btn.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer .footer-toggle-content {
    display: none;
  }
  #toTop {
    padding-top: 18px;
    width: 40px;
    height: 40px;
    background-size: 15px auto;
    font-size: 12px;
  }
  .pages a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .marquee-row {
    font-size: 14px;
  }
}
