@charset "UTF-8";


:root {
  --main: #58AC47;
  --second: #E3A21F;
  --Orange_yellow: #FAB01B;
  --black: #112C1A;
  --dark_green: #112C1A;
  --iron_gray: #B4B4B4;
  --middle_gray: #DCDCDC;
  --light_gray: #EFEFEF;
  --deep_green: #172D13;
  --middle_green: #5F665D;
  --third_green: #9A9F99;
  --light_green: #47D382;
  --wrong_text: #E25E56;
  --text_black: #5F665E;
}


html,body{
  font-size: 12px;
}

img {
  max-width: 100%;
  width: 100%;
}

body section {
  margin-top: 2rem;
}

body section:first-of-type {
  margin-top: 50px !important;
}

body.unscroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

select {
  text-align: center;
}



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

.fl-l{float: left;}


.small-title {
  font-size: 1.16667rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.clear-both{clear: both;}

p {
  margin-bottom: 0.25rem !important;
}

.owl-carousel .owl-item p.point img {
  width: 15px;
  float: left;
  margin-right: 0.5rem;
}

p.point img {
  width: 15px;
  float: left;
  margin-right: 0.5rem;
}

.bottom-dist{
  margin-bottom: 5rem;
}


.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.section-header .section-title {
  background-color: #EBA612;
  color: white;
  display: inline-block;
  padding: 4px 12px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.section-header .section-title h3 {
  font-size: 1.66667rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.section-header .view-all {
  font-size: 1.16667rem;
  color: #4a4a4a;
  padding-right: 1rem;
}

nav.navbar {
  position: fixed;
  top: 0px;
  z-index: 1040;
  width: 100%;
  background-color: white;
  height: 50px;
/*  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);*/
}

nav.navbar .center h1{
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

nav.navbar .left,nav.navbar .right{
  width: auto;
  min-width: 80px;
}

nav.navbar button {
  border: none;
  background: transparent;
}

nav.navbar button.back-btn img{
  padding-left: 4px;
}

nav.navbar .navbar-brand img {
  max-height: 30px;
  width: auto;
}

nav.navbar .search {
  float: left;
  position: relative;
  margin-right: 10px;
  /* clears the ‘X’ from Chrome */
}

nav.navbar .search input[type=search] {
  background-color: #F6F6F6;
  border: none;
  border-radius: 100px;
  height: 30px;
  width: 120px;
  padding: 1rem;
}

nav.navbar .search input[type=search]:focus-visible {
  outline: none;
}

nav.navbar .search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

nav.navbar .search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

nav.navbar .search input[type="search"]::-webkit-search-decoration,
nav.navbar .search input[type="search"]::-webkit-search-cancel-button,
nav.navbar .search input[type="search"]::-webkit-search-results-button,
nav.navbar .search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

nav.navbar .search button {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 5px;
  background-color: transparent;
  padding: 0;
}

nav.navbar .notice {
  background-color: transparent;
  padding-top: 0.3125rem;
  padding-top: 0.3125rem;
  padding-right: 0;
  margin-right: 1rem;
}

nav.navbar .notice .notice-number {
  position: absolute;
  font-size: 0.8rem;
  color: white;
  background-color: #FF6464;
  border-radius: 100px;
  padding: 3px 5px;
  text-align: center;
  top: 5px;
  right: 12px;
}

nav.navbar .dropdown .dropdown-menu {
  right: 0px;
  left: unset;
}

nav.navbar .dropdown .dropdown-menu .notice-item {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.25rem 1.5rem;
  color: #4a4a4a;
  white-space: nowrap;
  clear: both;
}

nav.navbar .dropdown .dropdown-menu .notice-item.unread:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #FF6464;
  position: absolute;
  left: 5px;
  top: 6px;
}

.item-pic {
  position: relative;
}

.item-pic .collect {
  background-image: url("../images/collect-normal.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.item-pic .collect.active {
  background-image: url("../images/collected.svg");
}

.toggle-menu .sidebar {
  position: fixed;
  width: 250px;
  height: 100vh;
  z-index: 10001;
  left: -100%;
  top: 0px;
  background-color: white;
  list-style-type: none;
  padding: 1rem;
  transition: 0.3s;
  overflow: scroll;
  box-shadow: 5px 0px 3px rgba(0, 0, 0, 0.2);
}

.toggle-menu .sidebar .nav-item {
  border-bottom: 1px solid #CCCCCC;
}

.toggle-menu .sidebar .nav-item .nav-link {
  color: #4a4a4a;
}

.toggle-menu .sidebar .nav-item:last-child {
  border-bottom: none;
}

.toggle-menu .sidebar .dropdown {
  border-bottom: 1px solid #CCCCCC;
}

.toggle-menu .sidebar .dropdown .dropdown-btn {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: none;
  color: white;
  text-align: left;
  text-decoration: none;
  background-color: #60BB54;
}

.toggle-menu .sidebar .dropdown .dropdown-btn.collapsed {
  background-color: transparent;
  color: #4a4a4a;
}

.toggle-menu .sidebar .dropdown .dropdown-btn.collapsed:after {
  content: url("../images/arrow.svg");
  position: absolute;
  right: 1rem;
  transform: rotate(0deg);
  transition: 0.2s;
}

.toggle-menu .sidebar .dropdown .dropdown-btn:after {
  content: url("../images/arrow-white.svg");
  transform: rotate(180deg);
  position: absolute;
  right: 1rem;
  transition: 0.2s;
}

.toggle-menu .sidebar .dropdown:last-child {
  border-bottom: none;
}

.toggle-menu .sidebar .dropdown ul {
  padding-left: 0;
}

.toggle-menu .sidebar .dropdown ul li:first-child {
  border-top: 1px solid #CCCCCC;
}

.toggle-menu .sidebar .dropdown .nav-item {
  padding: 0.5rem 1rem 0.5rem 3rem;
  list-style-type: none;
  background-color: #F7F7F7;
}

.toggle-menu .sidebar .dropdown .dropdown {
  background-color: #F7F7F7;
}

.toggle-menu .sidebar .dropdown .dropdown .dropdown-btn {
  padding-left: 3rem;
  background-color: #EBA612;
}

.toggle-menu .sidebar .dropdown .dropdown .dropdown-btn.collapsed {
  background-color: #F7F7F7;
}

.toggle-menu .sidebar .dropdown .dropdown .nav-item {
  padding-left: 4rem;
  background-color: #e7e7e7;
}

.toggle-menu .overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vh;
  height: 100vh;
  position: fixed;
  top: 0px;
  z-index: 10000;
}

.toggle-menu.active .sidebar {
  left: 0px;
}

.toggle-menu.active .overlay {
  display: block;
}

.kv a {
  display: block;
}

.kv .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.function {
  padding: 0 0.5rem;
  margin-top: 0px;
}

.function .col {
  padding: 0 0.5rem;
  text-align: center;
  font-size: 1rem;
  margin-top: 1rem;
}

.function .col img {
  display: block;
  margin-bottom: 0.25rem;
}

.function .col span {
  color: #4a4a4a;
}

.coupon {
  background-color: #F6F6F6;
  padding: 1rem;
  box-shadow: inset 0px 11px 8px -15px #CCC, inset 0px -11px 8px -15px #CCC;
}

.coupon .item {
  display: block;
}

.brand .brand-item {
  margin-left: -1rem;
  width: calc(100% + 1rem);
}

.brand .brand-item .brand-name {
  display: block;
  width: 100%;
  text-align: center;
}

.hot .hot-item {
  margin-left: -1rem;
  width: calc(100% + 1rem);
}

.hot .hot-item .item-name {
  display: block;
  position: relative;
  font-size: 1.166667rem;
  color: #4a4a4a;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 0.5rem;
  height: 33.6px;
  overflow: hidden;
}

.hot .hot-item .item-name.ellipsis::after {
  position: absolute;
  content: '...';
  background-color: white;
  width: 20px;
  top: 16px;
  right: 0px;
  text-align: center;
}

.hot .hot-item .price {
  color: #60BB54;
  font-size: 1.25rem;
  font-weight: 900;
}

.hot .hot-item .old-price {
  margin-right: 6px;
  color: #CCCCCC;
  text-decoration: line-through;
}

.hot .hot-item .point-price {
  color: #60BB54;
  font-size: 1.25rem;
  font-weight: 900;
}

.new .new-item {
  margin-left: -1rem;
  width: calc(100% + 1rem);
}

.new .new-item .item-name {
  font-size: 1.166667rem;
  color: #4a4a4a;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 0.5rem;
  height: 33.6px;
  overflow: hidden;
  position: relative;
}

.new .new-item .item-name.ellipsis::after {
  position: absolute;
  content: '...';
  background-color: white;
  width: 20px;
  top: 16px;
  right: 0px;
  text-align: center;
}

.new .new-item .price {
  color: #60BB54;
  font-size: 1.15rem;
  font-weight: 900;
}

.new .new-item .point-price {
  color: #60BB54;
  font-size: 1.15rem;
  font-weight: 900;
}

.discount .discount-item {
  margin-left: -1rem;
  width: calc(100% + 1rem);
}

.discount .discount-item .item-name {
  font-size: 1.166667rem;
  color: #4a4a4a;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 0.5rem;
  height: 33.6px;
  overflow: hidden;
  position: relative;
}

.discount .discount-item .item-name.ellipsis::after {
  position: absolute;
  content: '...';
  background-color: white;
  width: 20px;
  top: 16px;
  right: 0px;
  text-align: center;
}

.discount .discount-item .price {
  color: #60BB54;
  font-size: 1.25rem;
  font-weight: 900;
}

.discount .discount-item .old-price {
  margin-right: 6px;
  color: #CCCCCC;
  text-decoration: line-through;
}

.discount .discount-item .point-price {
  color: #60BB54;
  font-size: 1.25rem;
  font-weight: 900;
}

.waterfall {
  margin-bottom: 110px;
}

.waterfall .item {
  padding: 0 12px;
  margin-bottom: 12px;
}

.waterfall .item:nth-child(odd) {
  padding-right: 6px;
}

.waterfall .item:nth-child(even) {
  padding-left: 6px;
}

.waterfall .item .soldout-overlay {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 3;
}

.waterfall .item .soldout-overlay p {
  background-color: #4a4a4a;
  margin: 0px;
  color: white;
  font-size: 18px;
  font-weight: 100;
  padding: 8px 12px;
  border-radius: 8px;
}

.waterfall .item .flag {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.waterfall .item .flag .flag-item {
  color: white;
  float: left;
  z-index: 9999;
  padding: 4px 5px;
}

.waterfall .item .flag .flag-item.new {
  background-color: #555555;
}

.waterfall .item .flag .flag-item.primary {
  background-color: #EBA612;
}

.waterfall .item .flag .flag-item.secondary {
  background-color: #60BB54;
}

.waterfall .item .flag .flag-item.flag-bg {
  width: 37px;
  height: 42px;
  background-image: url("./../images/flag.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.waterfall .item .flag.right {
  right: 0px;
}

.waterfall .item .flag.right .flag-bg {
  width: 37px;
  height: 42px;
  background-image: url("./../images/flag.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
}

.waterfall .item .item-name {
  font-size: 1.166667rem;
  color: #4a4a4a;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 0.5rem;
  height: 33.6px;
  overflow: hidden;
  position: relative;
}

.waterfall .item .item-name.ellipsis::after {
  position: absolute;
  content: '...';
  background-color: white;
  width: 20px;
  top: 16px;
  right: 0px;
  text-align: center;
}

.waterfall .item .price {
  color: #60BB54;
  font-size: 1.25rem;
  font-weight: 900;
}

.waterfall .item .old-price {
  margin-right: 6px;
  color: #CCCCCC;
  text-decoration: line-through;
}

.waterfall .item .point-price {
  color: #60BB54;
  font-size: 1.25rem;
  font-weight: 900;
}

.bottom-nav {
  position: fixed;
  bottom: 0px;
  background-color: white;
  z-index: 1040;
  width: 100%;
  transition: 0.2s;
  height: 85px;
}

.bottom-nav .row {
  margin: 0;
}

.bottom-nav .col {
  padding: 0.75rem 0 0;
}

.bottom-nav .col:last-child {
  border-right: none;
}

.bottom-nav .col.active img {
  filter: var(--dark_green);
}

.bottom-nav .col.active p {
  color: var(--dark_green);
}

.bottom-nav img {
  max-height: 24px;
  height: 100%;
  display: block;
  margin: auto;
/*  filter: invert(72%) sepia(80%) saturate(2%) hue-rotate(2deg) brightness(95%) contrast(100%);*/
}

.bottom-nav a{
  position: relative;
  display: block;
  width: 100%;
}

.bottom-nav .col a:before{
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--main);
  border-radius: 100px;
  top: 7px;
  right: 27px;
  z-index: -1;
  transform: scale(0);
}

.bottom-nav .col.active a:before{
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--main);
  border-radius: 100px;
  top: 7px;
  right: 27px;
  z-index: -1;
  transform: scale(1);
  transition: 0.2s;
}

.bottom-nav p {
  margin: 0.25rem 0 0;
  color: var(--dark_green);
  font-weight: bold;
}

.bottom-nav .cart .notice-number {
  position: absolute;
  font-size: 0.8rem;
  color: white;
  background-color: #FF6464;
  border-radius: 100px;
  padding: 3px 5px;
  text-align: center;
  top: -8px;
  right: 21px;
  z-index: 9999;
}

.bottom-nav .copyright {
  background-color: #60BB54;
  color: white;
  text-align: center;
  padding: 0.25rem 0;
}

.notice-border {
  margin-top: 50px;
}

.notice-border .unread .col-12.p-0 {
  border-bottom: 1px solid #D3D2D2;
}

.notice-border .unread .col-12.p-0 .item {
  display: block;
  padding: 1rem;
}

.notice-border .unread .col-12.p-0 .item .title {
  font-size: 1.3333rem;
  color: #60BB54;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0 !important;
}

.notice-border .unread .col-12.p-0 .item .content {
  font-size: 1.166667rem;
  color: #4a4a4a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-border .unread .col-12.p-0 .item .date {
  color: #9B9B9B;
}

.notice-border .read .col-12 {
  border-bottom: 1px solid #D3D2D2;
}

.notice-border .read .col-12:last-child {
  border: none;
}

.notice-border .read .col-12 .item {
  display: block;
  padding: 1rem;
  background-color: #F6F6F6;
}

.notice-border .read .col-12 .item .title {
  font-size: 1.3333rem;
  color: #9B9B9B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0 !important;
}

.notice-border .read .col-12 .item .content {
  font-size: 1.166667rem;
  color: #9B9B9B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-border .read .col-12 .item .date {
  color: #9B9B9B;
}

.notice-view-border {
  margin-top: 50px;
  padding: 1rem;
}

.notice-view-border .title {
  font-size: 1.3333rem;
  color: #60BB54;
}

.notice-view-border .content {
  font-size: 1.166667rem;
  color: #4a4a4a;
}

.notice-view-border .date {
  color: #9B9B9B;
}

.filter .dropdown button {
  width: 100%;
  background-color: white;
  border: 1px solid #D8D8D8;
  color: #4a4a4a;
}

.filter .dropdown button:active {
  background-color: white;
  border: 1px solid #D8D8D8;
  color: #4a4a4a;
}

.filter .dropdown .dropdown-menu {
  width: 100%;
  top: 30px !important;
  right: 0px;
  left: unset !important;
  transform: none !important;
  padding: 0 1rem;
}

.filter .dropdown .dropdown-menu .dropdown-item {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #CCCCCC;
}

.filter .dropdown .dropdown-menu .dropdown-item.active {
  background-color: transparent;
}

.filter .dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.filter .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}

.filter .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.filter .dropdown .dropdown-menu .dropdown-item span {
  padding-top: 5px;
}

.filter .dropdown .dropdown-menu .dropdown-item input::placeholder {
  text-align: center;
}

.filter .dropdown .dropdown-menu .dropdown-item .col-6:nth-child(odd) {
  padding-right: 0.5rem;
}

.filter .dropdown .dropdown-menu .dropdown-item .col-6:nth-child(even) {
  padding-left: 0.5rem;
}

.filter .dropdown .dropdown-menu .dropdown-item .col-6 button {
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #F6F6F6;
  border: none;
  color: #CCCCCC;
}

.filter .dropdown .dropdown-menu .dropdown-item .col-6 button.active {
  background-color: #EBA612;
  color: white;
}

.filter .dropdown .dropdown-menu .dropdown-item .send {
  padding: 0.5rem;
  background-color: #6c757d;
  color: white;
  border: none;
  border-radius: 0.25rem;
}

.product-list {
  margin-bottom: 7rem;
}

.product-list .item:nth-child(odd) {
  padding-right: 0.5rem;
}

.product-list .item:nth-child(even) {
  padding-left: 0.5rem;
}

.product-list .item .item-name {
  font-size: 1.166667rem;
  color: #4a4a4a;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 0.5rem;
  height: 33.6px;
  overflow: hidden;
}

.product-list .item .price {
  color: #60BB54;
  font-size: 1.25rem;
  font-weight: 900;
}

.product-list .item .old-price {
  margin-right: 6px;
  color: #CCCCCC;
  text-decoration: line-through;
}

.product-list .item .point-price {
  color: #60BB54;
  font-size: 1.25rem;
  font-weight: 900;
}

.product-list .item .soldout-overlay {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 3;
}

.product-list .item .soldout-overlay p {
  background-color: #4a4a4a;
  margin: 0px;
  color: white;
  font-size: 18px;
  font-weight: 100;
  padding: 8px 12px;
  border-radius: 8px;
}

.product-list .item .flag {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.product-list .item .flag .flag-item {
  color: white;
  float: left;
  z-index: 9999;
  padding: 4px 5px;
}

.product-list .item .flag .flag-item.new {
  background-color: #555555;
}

.product-list .item .flag .flag-item.primary {
  background-color: #EBA612;
}

.product-list .item .flag .flag-item.secondary {
  background-color: #60BB54;
}

.product-list .item .flag .flag-item.flag-bg {
  width: 37px;
  height: 42px;
  background-image: url("./../images/flag.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.product-list .item .flag.right {
  right: 0px;
}

.product-list .item .flag.right .flag-bg {
  width: 37px;
  height: 42px;
  background-image: url("./../images/flag.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
}

.product-view .product-pic .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.product-view p.point img {
  width: 15px;
  float: none;
  margin: 0px;
}

.product-view .product-info {
  padding: 0 1rem;
  font-size: 1.16667rem;
}

.product-view .product-info .price {
  position: relative;
}

.product-view .product-info .price p .new-price {
  font-size: 1.6667rem;
  color: #60BB54;
}

.product-view .product-info .price p .original-price {
  font-size: 1.16667rem;
  color: #CCCCCC;
  text-decoration: line-through;
  margin-right: 0.5rem;
}

.product-view .product-info .price p .point-price {
  font-size: 1.6667rem;
  color: #60BB54;
}

.product-view .product-info .price p.hamipoint {
  font-size: 1.16667rem;
}

.product-view .product-info select.custom-select {
  height: 42px;
  margin-bottom: 1rem;
}

.product-view .product-info p.product-name {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 1rem 0 0.5rem 0 !important;
  color: #4a4a4a;
}

.product-view .share a img {
  width: auto;
}

.product-view .share .collect {
  position: absolute;
  top: 5px;
  right: 15px;
}

.product-view .share .collect img {
  width: 15px;
}

.product-view .tags {
  margin: 1rem 0;
  padding: 15px 15px 10px 15px;
  background-color: #F6F6F6;
  box-shadow: inset 0px 11px 8px -15px #888888,inset 0px -11px 8px -15px #888888;
}

.product-view .tags .tag-item {
  display: inline-block;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 3px 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0 3px 5px 0px;
  border-left: 3px solid #EBA612;
}

.product-view .tags .tag-item:hover {
  text-decoration: none;
}

.product-view .tags .tag-item span {
  font-size: 12px;
  text-align: center;
  color: #4a4a4a;
}

.product-view .deliver-fee {
  font-size: 1rem;
  padding: 0 1rem;
}

.product-view .deliver-fee .deliver-fee-content {
  background-color: #FBF7ED;
  padding: 12px;
}

.product-view .deliver-fee .deliver-fee-content p {
  display: inline-block;
  color: #EBA612;
  font-size: 1.16667rem;
  padding-left: 15px;
}

.product-view .deliver-fee .deliver-fee-content .btn {
  color: white;
  background-color: #EBA612;
  margin-left: auto;
  margin-right: 15px;
}

.product-view .deliver-fee .deliver-fee-content img {
  width: auto;
  margin-right: 0.5rem;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
}

.product-view .deliver-fee .deliver-fee-content div > span{
  font-size: 1.1rem;
  font-weight: bold;
}
.product-view .event-01 {
  padding: 0px 12px 12px 12px;
}

.product-view .event-01 .event-banner img {
  width: 100%;
  max-width: 100%;
}

.product-view .event-02 {
  padding: 0px 12px 0px 12px;
}

.product-view .event-02 .event-banner img {
  width: 100%;
  max-width: 100%;
}

.product-view .other-info {
  padding: 0px 12px 0 12px;
}

.product-view hr {
  margin-top: 1rem;
}

[class*='-item'] .item .flag {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

[class*='-item'] .item .flag .flag-item {
  color: white;
  float: left;
  z-index: 9999;
  padding: 4px 5px;
}

[class*='-item'] .item .flag .flag-item.new {
  background-color: #555555;
}

[class*='-item'] .item .flag .flag-item.primary {
  background-color: #EBA612;
}

[class*='-item'] .item .flag .flag-item.secondary {
  background-color: #60BB54;
}

[class*='-item'] .item .flag .flag-item.flag-bg {
  width: 37px;
  height: 42px;
  background-image: url("./../images/flag.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

[class*='-item'] .item .flag.right {
  right: 0px;
}

[class*='-item'] .item .flag.right .flag-bg {
  width: 37px;
  height: 42px;
  background-image: url("./../images/flag.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
}

[class*='-item'] .item .soldout-overlay {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 3;
}

[class*='-item'] .item .soldout-overlay p {
  background-color: #4a4a4a;
  margin: 0px;
  color: white;
  font-size: 18px;
  font-weight: 100;
  padding: 8px 12px;
  border-radius: 8px;
}

section.product-content {
  margin-top: 0px;
  padding: 0 1rem;
  margin-bottom: 110px;
}

section.product-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.product-view-bottom-nav {
  position: fixed;
  bottom: 0px;
  background-color: white;
  z-index: 1040;
  width: 100%;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  height: 85px;
  padding-top: 10px;
}

.product-view-bottom-nav .row {
  margin: 0;
}

.product-view-bottom-nav .col-2 {
  padding: 1rem;
}

.product-view-bottom-nav img {
  height: 24px;
  display: block;
  margin: auto;
}

.product-view-bottom-nav .col-5 a {
  display: block;
}

.product-view-bottom-nav .col-5 p {
  font-size: 1.16667rem;
  color: #4a4a4a;
  padding-top: 1rem;
}

.product-view-bottom-nav .add-cart {
  padding: 0 5px 0 10px;
}

.product-view-bottom-nav .add-cart p {
  color: #60BB54;
  background-color: #FFFFFF;
  border: 1px solid #60BB54;
  padding: 12px 10px;
  border-radius: 8px;
}

.product-view-bottom-nav .purchase {
  padding: 0 10px 0 5px;
}

.product-view-bottom-nav .purchase p {
  color: white;
  background-color: #60BB54;
  border: 1px solid #60BB54;
  padding: 12px 10px;
  border-radius: 8px;
}

.product-view-bottom-nav .notice-number {
  position: absolute;
  font-size: 0.8rem;
  color: white;
  background-color: #FF6464;
  border-radius: 100px;
  padding: 3px 5px;
  text-align: center;
  top: 5px;
  right: 12px;
  z-index: 9999;
}

#product-view-purchase-modal {
  padding: 50px 0 20px 0;
  overflow-y: hidden;
}

#product-view-purchase-modal .modal-dialog {
  height: calc(100vh - 1rem);
}

#product-view-purchase-modal .modal-dialog .modal-content {
  position: absolute;
  top: 0px;
  padding: .5rem;
}

#product-view-purchase-modal .modal-dialog .modal-content .modal-body {
  max-height: calc(100vh - 290px);
  overflow: hidden;
  overflow-y: scroll;
}

#product-view-purchase-modal .modal-dialog .modal-content .modal-body .choose-item {
  margin-bottom: 0.5rem;
}

#product-view-purchase-modal .modal-dialog .modal-content .modal-body .choose-item .item {
  display: inline-block;
  padding: 12px;
  background-color: #F1F1F1;
  border: 1px solid #E0E0E0;
  text-align: center;
  margin: 0 0.1rem 0.5rem 0;
}

#product-view-purchase-modal .modal-dialog .modal-content .modal-body .choose-item .item.active {
  background-color: white;
  border: 1px solid #60BB54;
  color: #60BB54;
}

#product-view-purchase-modal .modal-dialog .modal-content .deliver-fee {
  margin-top: 1rem;
  font-size: 1rem;
}

#product-view-purchase-modal .modal-dialog .modal-content .deliver-fee .deliver-fee-content {
  background-color: #FBF7ED;
  padding: 12px;
}

#product-view-purchase-modal .modal-dialog .modal-content .deliver-fee .deliver-fee-content p {
  color: #EBA612;
  font-size: 1.16667rem;
}

#product-view-purchase-modal .modal-dialog .modal-content .deliver-fee .deliver-fee-content img {
  width: auto;
  margin-right: 0.5rem;
}

#product-view-purchase-modal .modal-dialog .modal-content .modal-footer .button-group {
  margin-top: 1rem;
  width: 100%;
}

#product-view-purchase-modal .modal-dialog .modal-content .modal-footer .button-group .btn-secondary {
  background-color: white;
  border: 1px solid #979797;
  color: #979797;
}

#product-view-purchase-modal .modal-dialog .modal-content .modal-footer .button-group .btn-primary {
  background-color: #60BB54;
  border: 1px solid #60BB54;
  color: white;
}

.cart-list {
  background-color: #F5F5F5;
  height: 100%;
  padding: 1rem 0 100px 0;
}

.cart-list .section-header .delete {
  color: #9B9B9B;
  padding-right: 1rem;
  font-size: 1.16667rem;
}

.cart-list .section-header .delete.red {
  color: #D0021B;
}

.cart-list h3.add-buy-title {
  padding: 0 1rem 0rem 0.5rem;
  margin: 1.5rem 1rem 1rem 1rem;
  color: #EBA612;
}

.cart-list .add-buy {
  margin-left: -1rem;
}

.cart-list .add-buy .item {
  padding: 1rem;
  border-bottom: 1px solid #F2F3F4;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.cart-list .add-buy .item .save {
  text-align: center;
  background-color: #EBA612;
  color: white;
  margin-bottom: 0px !important;
  letter-spacing: 1px;
}

.cart-list .add-buy .item .save span {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 5px;
}

.cart-list .add-buy .item .item-name {
  font-size: 1.16667rem;
  height: 40px;
  overflow: hidden;
  margin-top: 6px;
}

.cart-list .add-buy .item .price {
  font-size: 1.16667rem;
  color: #60BB54;
  font-weight: 700;
}

.cart-list .add-buy .item .old-price {
  color: #979797;
  text-decoration: line-through;
}

.cart-list .add-buy .item .add-buy-btn {
  display: block;
  text-align: center;
  border: 1px solid #979797;
  color: #4a4a4a;
  border-radius: 3px;
  padding: 3px;
}

.cart-list .cart-list-item {
  padding: 0 1rem 0rem 1rem;
}

.cart-list .cart-list-item .card {
  background-color: white;
  margin-bottom: 1rem;
}

.cart-list .cart-list-item .card .card-header {
  background-color: white;
  border-bottom: 1px solid #F2F3F4;
  padding: 0.5rem;
}

.cart-list .cart-list-item .card .card-header .form-check {
  display: block;
}

.cart-list .cart-list-item .card .card-header .form-check .form-check-input {
  accent-color: green;
}

.cart-list .cart-list-item .card .card-header .vendor-number {
  margin-left: 1.5rem;
}

.cart-list .cart-list-item .card .card-header .more {
  color: #9B9B9B;
}

.cart-list .cart-list-item .card .card-header .more.red {
  color: #D0021B;
}

.cart-list .cart-list-item .card .card-body {
  padding: 0.5rem;
}

.cart-list .cart-list-item .card .card-body .item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #F2F3F4;
}

.cart-list .cart-list-item .card .card-body .item:last-child {
  border: none;
}

.cart-list .cart-list-item .card .card-body .item .form-check {
  margin-right: 0.5rem;
  width: 5%;
}

.cart-list .cart-list-item .card .card-body .item .form-check .form-check-input {
  accent-color: green;
}

.cart-list .cart-list-item .card .card-body .item .product-pic {
  width: 25%;
  margin-right: 0.5rem;
}

.cart-list .cart-list-item .card .card-body .item .product-info {
  width: 70%;
  margin-left: 0.5rem;
}

.cart-list .cart-list-item .card .card-body .item .product-info .product-name {
  font-size: 1.16667rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart-list .cart-list-item .card .card-body .item .product-info .product-spec {
  font-size: 1.16667rem;
  color: #9B9B9B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart-list .cart-list-item .card .card-body .item .product-info .price-quantity {
  margin-top: 0.5rem;
  font-size: 1.16667rem;
}

.cart-list .cart-list-item .card .card-body .item .product-info .price-quantity .product-price {
  color: #60BB54;
  font-weight: 700;
  float: left;
  margin-right: 0.5rem;
}

.cart-list .cart-list-item .card .card-body .item .product-info .quantity {
  color: #9B9B9B;
}

.cart-list .cart-list-item .card .card-body .item .deliver-note {
  font-size: 1.16667rem;
  color: #9B9B9B;
}

.cart-list .cart-list-item .card .card-body .item .deliver-note img {
  width: 20px;
}

.cart-list .cart-list-item .card .card-footer {
  background-color: white;
}

.cart-list .cart-list-item .card .card-footer .deliver-fee-lack {
  color: #D0021B;
}

.cart-list .bottom-nav {
  padding: 1rem 0;
}

.cart-list .bottom-nav .small-sum {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 1rem;
  align-self: center;
}

.cart-list .bottom-nav .small-sum span.sum {
  color: #D0021B;
}

.cart-list .bottom-nav .small-sum .notice {
  font-size: 1rem;
  font-weight: 400;
  color: #CCCCCC;
  width: 100%;
}

.cart-list .bottom-nav .form-group {
  padding: 0 0.5rem;
}

.cart-list .bottom-nav .form-group .btn {
  background-color: #60BB54;
  border: 1px solid #60BB54;
  width: 100%;
  font-size: 1.16667rem;
}

.member-point .mp-info{
  padding: 20px 15px 11px 15px;
}

.member-point .mp-info .mp-id{
  font-size: 16px;
  font-weight: bold;
  color: var(--middle_green);
  margin-bottom: 4px;
}

.member-point .mp-info .btn{
  color: #47D382;
  border: 1px solid #47D382;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  float: right;
}

.member-point .points-balance{
  background: #EEF7ED;
  padding: 15px;
  color: var(--main);

}


.member-point .points-balance .mp-title{
  font-size: 16px;
}

.member-point .points-balance .mp-num{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.member-point .points-balance .mp-num img{
  width: 18px;
  margin-bottom: 1px;
  margin-right: 6px;
}

.member-point .points-balance .btn{
  background: var(--main);
  border-radius: 0;
  color: white;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
}

.member-point .points-balance .left{
  padding-right: 4px;
}

.member-point .points-balance .right{
  padding-left: 4px;
}
.member-point .points-balance .btn.clr-2{
  background: var(--second);
}


.member-point .member-function{
  margin: 15px 0;
}
.member-point .member-function h4{
  font-size: 16px;
  font-weight: bold;
  color: var(--middle_green);
  margin-bottom: 10px;
  padding-left: 15px;
}

.member-point .member-function .btn-list{
  list-style: none;
  border: 1px solid var(--middle_gray);
  padding: 5px 15px;
  margin-bottom: 18px;
}

.member-point .member-function .btn-list a{
  display: block;
  font-size: 16px;
  color: var(--middle_green);
  border-bottom: 1px solid var(--middle_gray);
  padding: 8px 0;
  cursor: pointer;
}


.member-point .member-function .btn-list li:last-child a{
  border-bottom: none;
}

.member-point .member-function .btn-list a:after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../images/member-Vector.svg) no-repeat;
  background-size: cover;
  float: right;
  transform: translateY(5px);
}

.member-point .member-function .btn-list a img{
  width: 26px;
  margin-right: 10px;
}

#member-login-modal .modal-content{
  border-radius: 0;
  margin: 0px 20px;
  background: url(../images/loading-bg.png) no-repeat;
  background-size: cover;
}

#member-login-modal .modal-content .modal-header{
  border:none;
}

#member-login-modal .modal-content .modal-header .close{
  font-size: 1.8rem;
  opacity: 1;
}

#member-login-modal .modal-content .modal-body h4{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}

#member-login-modal .modal-content .btn-list{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#member-login-modal .modal-content .btn-list li{
  text-align: center;
  margin-bottom: 20px;
}

#member-login-modal .modal-content .btn-list li button{
  font-size: 14px;
  font-weight: bold;
  background: var(--main);
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  max-width: 208px;
}

#member-login-modal .modal-content .btn-list li button:active{
  background: var(--second);
}

.verify-bg{
  background: url(../images/verify-bg.png) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  height: calc(100vh - 50px);
}

.login-verify .content{
  border: 1px solid var(--dark_green);
  background: white;
  margin: 0px 25px;
  padding: 20px 15px;
  position: absolute;
  width: calc(100% - 50px);
  left: 0;
  top: 22%;
  min-height: 300px;
}

.login-verify .content form > div{
    margin-bottom: 6px;
}

.login-verify .content label{
  color: var(--deep_green);
  font-size: 16px;
  width: 100%;
}

.login-verify .content .form-control{
  border-color: var(--dark_green);
  height: 40px;
  border-radius: 0;
  font-size: 16px;
}

.login-verify .content .form-control.error{
  border-color: var(--wrong_text);
}

.login-verify .content button{
  font-size: 14px;
  font-weight: bold;
  background: var(--main);
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  max-width: 208px;
}

.login-verify .content .w-l{
  padding-right: 4px;
}

.login-verify .content .w-r{
  padding-left: 4px;
}

.login-verify .content .w-r button{
  float: right;
  background: var(--second);
  font-size: 12px;
  height: 40px;
}

.login-verify .content .hint{
  display: inline-block;
  color: var(--wrong_text);
  float: right;
  margin: 4px;
  visibility: hidden;
}

.login-verify .content .form-control.error + .hint{
  visibility: inherit;
}

.login-verify .content .verify-remind h4{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.login-verify .content .verify-remind img{
  width: 90px;
  margin: 30px 0;
}

.bottom-nav .bn-row {
  margin: 0;
}

.bottom-nav .bn-col {
  padding: 0.75rem 0 0;
  float: left;
  width: 25%;
}

.bottom-nav .bn-col:last-child {
  border-right: none;
}

.bottom-nav .bn-col.active img {
  filter: var(--dark_green);
}

.bottom-nav .bn-col.active p {
  color: var(--dark_green);
}

.bottom-nav .bn-col a:before{
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--main);
  border-radius: 100px;
  top: 7px;
  right: 27px;
  z-index: -1;
  transform: scale(0);
}

.bottom-nav .bn-col.active a:before{
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--main);
  border-radius: 100px;
  top: 7px;
  right: 27px;
  z-index: -1;
  transform: scale(1);
  transition: 0.2s;
}


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