@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --font168:8.75vw;
  --font128:6.6667vw;
  --font96:5vw;
  --font74:3.855vw;
  --font69:3.5938vw;
  --font64:3.33335vw;
  --font60:3.125vw;
  --font48:2.5vw;
  --font40:2.0835vw;
  --font34:1.77085vw;
  --font32:1.66671vw;
  --font28:1.4584vw;
  --font24:1.25vw;
  --font22:1.14585vw;
  --font20:1.0417vw;
  --font18:0.9375vw;
  --font16:0.83334vw;
  --font14:0.72917vw;
  --font10:0.5209vw;
}

@media all and (max-width: 1660px) {
  :root {
    --font168:calc(0.1vw + 8.75vw);
    --font128:calc(0.1vw + 6.6667vw);
    --font96:calc(0.1vw + 5vw);
    --font74:calc(0.1vw + 3.855vw);
    --font69:calc(0.1vw + 3.5938vw);
    --font64:calc(0.1vw + 3.33335vw);
    --font60:calc(0.1vw + 3.125vw);
    --font48:calc(0.1vw + 2.5vw);
    --font40:calc(0.1vw + 2.0835vw);
    --font34:calc(0.1vw + 1.77085vw);
    --font32:calc(0.1vw + 1.66671vw);
    --font28:calc(0.1vw + 1.4584vw);
    --font24:calc(0.1vw + 1.25vw);
    --font22:calc(0.1vw + 1.14585vw);
    --font20:calc(0.1vw + 1.0417vw);
    --font18:calc(0.1vw + 0.9375vw);
    --font16:calc(0.1vw + 0.83334vw);
    --font14:calc(0.1vw + 0.72917vw);
    --font10:calc(0.1vw + 0.5209vw);
  }
}
@media all and (max-width: 1440px) {
  :root {
    --font168:calc(0.2vw + 8.75vw);
    --font128:calc(0.2vw + 6.6667vw);
    --font96:calc(0.2vw + 5vw);
    --font74:calc(0.2vw + 3.855vw);
    --font69:calc(0.2vw + 3.5938vw);
    --font64:calc(0.2vw + 3.33335vw);
    --font60:calc(0.2vw + 3.125vw);
    --font48:calc(0.2vw + 2.5vw);
    --font40:calc(0.2vw + 2.0835vw);
    --font34:calc(0.2vw + 1.77085vw);
    --font32:calc(0.2vw + 1.66671vw);
    --font28:calc(0.2vw + 1.4584vw);
    --font24:calc(0.2vw + 1.25vw);
    --font22:calc(0.2vw + 1.14585vw);
    --font20:calc(0.2vw + 1.0417vw);
    --font18:calc(0.2vw + 0.9375vw);
    --font16:calc(0.2vw + 0.83334vw);
    --font14:calc(0.2vw + 0.72917vw);
    --font10:calc(0.2vw + 0.5209vw);
  }
}
@media all and (max-width: 1024px) {
  :root {
    --font168:calc(0.6vw + 8.75vw);
    --font128:calc(0.6vw + 6.6667vw);
    --font96:calc(0.6vw + 5vw);
    --font74:calc(0.6vw + 3.855vw);
    --font69:calc(0.6vw + 3.5938vw);
    --font64:calc(0.6vw + 3.33335vw);
    --font60:calc(0.6vw + 3.125vw);
    --font48:calc(0.6vw + 2.5vw);
    --font40:calc(0.6vw + 2.0835vw);
    --font34:calc(0.6vw + 1.77085vw);
    --font32:calc(0.6vw + 1.66671vw);
    --font28:calc(0.6vw + 1.4584vw);
    --font24:calc(0.6vw + 1.25vw);
    --font22:calc(0.6vw + 1.14585vw);
    --font20:calc(0.6vw + 1.0417vw);
    --font18:calc(0.6vw + 0.9375vw);
    --font16:calc(0.6vw + 0.83334vw);
    --font14:calc(0.6vw + 0.72917vw);
    --font10:calc(0.6vw + 0.5209vw);
  }
}
body, html {
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  color: #1B1B1B;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    overflow: 1;
  }
}
/* Safari */
@keyframes prloader {
  0% {
    background-image: url(../images/loading/loading_00.svg);
  }
  30% {
    background-image: url(../images/loading/loading_01.svg);
  }
  40% {
    background-image: url(../images/loading/loading_02.svg);
  }
  60% {
    background-image: url(../images/loading/loading_03.svg);
  }
  80% {
    background-image: url(../images/loading/loading_04.svg);
  }
  90% {
    background-image: url(../images/loading/loading_05.svg);
  }
  100% {
    background-image: url(../images/loading/loading_06.svg);
  }
}
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloder .loader .img { /* Safari */
  animation: prloader 1s linear;
  width: 210px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/loading/loading_06.svg);
}
#preloder .loader .deco {
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 15px;
}
#preloder .loader .desc {
  font-size: 14px;
  text-align: center; /* Safari */
  animation: flash 0.5s linear infinite;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

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

h3, p {
  /*text-align: justify;*/
  text-justify: inter-word;
  word-break: break-all;
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #C7C7CC;
}

::placeholder {
  color: #C7C7CC;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #E8E8E8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7A7A7A;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343339;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0509803922);
}
header .header-div {
  position: relative;
  padding: 0;
}
header .header-div .header-top {
  background-color: #333333;
}
header .header-div .header-top .block-outer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
}
header .header-div .header-top .block-outer .alert a {
  display: inline-block;
  color: #fff;
}
header .header-div .header-top .block-outer .alert a:hover {
  color: #9685E0;
}
header .header-div .header-middle {
  padding: 12.5px 0;
}
header .header-div .header-middle .block-outer {
  max-width: 1300px;
}
header .header-div .header-middle .block-outer .three-cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-div .header-middle .brand {
  position: relative;
}
header .header-div .header-middle .brand a {
  display: flex;
  justify-content: center;
}
header .header-div .header-middle .brand a img {
  height: 25px;
}
header .header-div .navi {
  position: relative;
  z-index: 3;
}
header .header-div .navi ul {
  display: flex;
  flex-wrap: wrap;
}
header .header-div .navi ul li {
  display: inline-block;
}
header .header-div .navi ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 0px;
  margin: 0 15px;
  border-bottom: 1px solid transparent;
  -webkit-font-smoothing: antialiased;
}
header .header-div .navi ul li a:hover {
  color: #9685E0;
  border-bottom: 1px solid #9685E0;
}
header .header-div .navi ul li.had-sub-menu:hover .sub-menu-box {
  display: block;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box {
  position: absolute;
  display: none;
  padding-top: 18px;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate {
  /*
  min-height: 200px;
  */
  min-width: 180px;
  /*padding: 40px 0 0 0;*/
  padding: 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  /*box-shadow: 0px 4px 4px 0px #00000033;    */
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #333333;
  padding: 13px 10px;
  min-width: 160px;
  border-bottom: none;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a:hover {
  color: #9685E0;
  border-bottom: none;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a.sub-cate-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a.sub-cate-link span {
  display: inline-block;
  width: calc(100% - 14px);
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a.sub-cate-link i {
  width: 14px;
  height: 14px;
  background-image: url(./../images/icon_arrow_right_purple.svg);
  background-position: center;
  background-repeat: no-repeat;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item.had-sub-items.active .sub-cate-link {
  background-color: #9685E0;
  color: #fff;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item.had-sub-items.active .sub-cate-link i {
  background-image: url(./../images/icon_arrow_right_white.svg);
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item.had-sub-items.active .sub-cate-items {
  display: flex;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item.had-sub-items:last-child.active .sub-cate-link {
  border-radius: 0 0 0 10px;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item .sub-cate-items {
  background-color: #F9F7FF;
  border-radius: 0 0 10px 0;
  position: absolute;
  left: 180px;
  top: 0;
  min-height: 188px;
  display: none;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item .sub-cate-items .items {
  min-width: 80px;
  padding: 13px 15px;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item .sub-cate-items .items .sub-item a {
  display: inline-block;
  font-size: 12px;
  color: #333333;
  padding: 4.5px 0px;
  margin: 0;
  border-bottom: none;
  min-width: auto;
  min-width: 140px;
  max-width: 140px;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item .sub-cate-items .items .sub-item a:hover {
  border-bottom: none;
  color: #9685E0;
  background-color: transparent;
}
header .header-div .navi ul li.had-sub-menu .sub-menu-box.remove-corner .sub-cate {
  border-radius: 0 0 0 10px;
}
header .header-div .mobile-favorite {
  display: none;
}
header .header-div .mobile-favorite .favorite {
  text-align: center;
  height: 24px;
}
header .header-div .mobile-favorite .favorite i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_mobile_header_favorite_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
header .header-div .mobile-favorite .favorite i.active, header .header-div .mobile-favorite .favorite i:hover {
  background-image: url(./../images/icon_mobile_header_favorite_purple.svg);
}
header .header-div .search-cart-member {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-div .search-cart-member .seach {
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-div .search-cart-member .seach i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(./../images/icon_search_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .header-div .search-cart-member .cart {
  min-width: 50px;
  position: relative;
}
header .header-div .search-cart-member .cart a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-div .search-cart-member .cart i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(./../images/icon_cart_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
header .header-div .search-cart-member .cart span {
  position: absolute;
  right: 2px;
  top: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  background-color: #FF3B30;
  border-radius: 100px;
  min-height: 12px;
  line-height: 1.2;
  min-width: 20px;
  min-height: 20px;
}
header .header-div .search-cart-member .member {
  margin-left: 15px;
}
header .header-div .search-cart-member .member a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #9685E0;
  border: 1px solid #D1C8F4;
  border-radius: 8px;
  min-width: 138px;
  min-height: 38px;
  color: #fff;
}
header .header-div .search-cart-member .member i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(./../images/icon_user_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
header .header-div .search-div {
  padding: 30px 0;
  display: none;
}
header .header-div .search-div.open {
  display: block;
}
header .header-div .search-div .search-box {
  border: 1px solid #9685E0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  min-height: 54px;
}
header .header-div .search-div .search-box .btn-search {
  background-image: url(./../images/icon_search_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 80px;
  height: 24px;
  padding: 0;
}
header .header-div .search-div .search-box input {
  width: calc(100% - 80px - 60px);
  border: none;
  font-size: 14px;
  padding: 0;
}
header .header-div .search-div .search-box input::-moz-placeholder {
  color: #333333;
}
header .header-div .search-div .search-box input::placeholder {
  color: #333333;
}
header .header-div .search-div .search-box .btn-remove {
  background-image: url(./../images/icon_remove_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 24px;
  cursor: pointer;
}
header .header-div .search-div .recommend-box {
  margin-top: 10px;
}
header .header-div .search-div .recommend-box .title {
  font-size: 18px;
}
header .header-div .search-div .recommend-box .recommend {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 15px;
}
header .header-div .search-div .recommend-box .recommend span {
  display: inline-block;
  background-color: #F9F7FF;
  padding: 4px 10px;
  border-radius: 8px;
  margin: 2px;
  cursor: pointer;
}
header .header-div .brands-div {
  position: relative;
  display: none;
}
header .header-div .brands-div.open {
  display: block;
}
header .header-div .brands-div:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #F9F7FF;
  z-index: 1;
}
header .header-div .brands-div .brands-list-items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
header .header-div .brands-div .brands-list-items .brands {
  width: 264px;
  padding: 40px 0;
}
header .header-div .brands-div .brands-list-items .brands .item.active a {
  background-color: #9685E0;
  color: #fff;
  border-radius: 8px 0 0 8px;
}
header .header-div .brands-div .brands-list-items .brands .item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  color: #333333;
  padding: 12px 16px;
}
header .header-div .brands-div .brands-list-items .brands .item a span {
  display: inline-block;
  width: calc(100% - 14px);
}
header .header-div .brands-div .brands-list-items .brands .item a i {
  width: 14px;
  height: 14px;
  background-image: url(./../images/icon_arrow_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
header .header-div .brands-div .brands-list-items .brands .item a:hover {
  background-color: #9685E0;
  color: #fff;
  border-radius: 8px 0 0 8px;
}
header .header-div .brands-div .brands-list-items .list-items {
  width: calc(100% - 264px - 80px);
  background-color: #F9F7FF;
  padding: 40px 0 40px 40px;
}
header .header-div .brands-div .brands-list-items .list-items .items {
  width: 760px;
}
header .header-div .brands-div .brands-list-items .list-items .items .sub-items {
  display: none;
  flex-wrap: wrap;
}
header .header-div .brands-div .brands-list-items .list-items .items .sub-items.active {
  display: flex;
}
header .header-div .brands-div .brands-list-items .list-items .items .sub-items .sub-item {
  width: 25%;
}
header .header-div .brands-div .brands-list-items .list-items .items .sub-items .sub-item a {
  display: block;
  font-size: 16px;
  color: #333333;
  padding: 8px 0;
}
header .header-div .brands-div .brands-list-items .list-items .items .sub-items .sub-item a:hover {
  color: #9685E0;
}
header .header-div .cart-div {
  position: absolute;
  right: 0;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: none;
  width: 450px;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}
header .header-div .cart-div.open {
  display: block;
}
header .header-div .cart-div .item {
  padding: 15px 30px;
  border-bottom: 1px solid #D2D2D2;
}
header .header-div .cart-div .item:hover {
  background-color: #F9F7FF;
}
header .header-div .cart-div .item:hover .three-cols .col03 .remove i {
  background-image: url(./../images/icon_trash_can_purple.svg);
}
header .header-div .cart-div .item:last-child {
  border-bottom: none;
}
header .header-div .cart-div .item:last-child:hover {
  background-color: transparent;
}
header .header-div .cart-div .item .three-cols {
  display: flex;
  flex-wrap: wrap;
}
header .header-div .cart-div .item .three-cols .col01 {
  width: 80px;
}
header .header-div .cart-div .item .three-cols .col01 .img img {
  width: 80px;
  overflow: hidden;
  border-radius: 8px;
}
header .header-div .cart-div .item .three-cols .col01 .degree {
  display: none;
  font-size: 12px;
  color: #9685E0;
  text-align: left;
}
header .header-div .cart-div .item .three-cols .col02 {
  padding-left: 10px;
  width: calc(100% - 80px - 80px - 10px);
}
header .header-div .cart-div .item .three-cols .col02 .info .desc {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
}
header .header-div .cart-div .item .three-cols .col02 .info .degree {
  margin-top: 10px;
  font-size: 14px;
  color: #9685E0;
}
header .header-div .cart-div .item .three-cols .col03 {
  width: 80px;
}
header .header-div .cart-div .item .three-cols .col03 .price {
  font-size: 16px;
  color: #333333;
  text-align: right;
}
header .header-div .cart-div .item .three-cols .col03 .remove {
  margin-top: 10px;
  text-align: right;
}
header .header-div .cart-div .item .three-cols .col03 .remove i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_trash_can_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .header-div .cart-div .item.action button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #9685E0;
  min-height: 42px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
header .header-div .cart-div .item.action button i {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_cart_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
header .header-div .cart-div .item.action button:hover {
  background-color: #333333;
}
header .header-div .copy-code {
  display: none;
}
header .header-div .copy-code .code-message {
  position: absolute;
  right: 0;
  top: 15px;
}
header .header-div .copy-code .code-message .box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #ECFEF6;
  border-radius: 6px;
  min-width: 112px;
  min-height: 36px;
}
header .header-div .copy-code .code-message .box i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(./../images/icon_checked_green_small.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

/*
.body-open-sub-brands{
    header{
        .header-div{
            .brands-div{
                display: block;
            }
        } 
    } 
}
.body-open-sub-seach{
    header{
        .header-div{
            .search-div{
                display: block;
            }
        } 
    } 
}
*/
main {
  position: relative;
  z-index: 1;
  padding-top: 95px;
}

@media all and (max-width: 1330px) {
  header .header-div .copy-code .code-message {
    top: 8px;
    right: 15px;
  }
}
@media all and (max-width: 992px) {
  main {
    padding-top: 82px;
  }
  header .header-div .header-middle {
    padding: 14px 0;
  }
  header .header-div .header-middle .brand a img {
    height: 20px;
  }
  header .header-div .header-middle .col01 {
    padding-left: 74px;
    width: calc(100% - 74px - 74px);
    text-align: center;
  }
  header .header-div .header-middle .col03 {
    display: inline-flex;
    align-items: flex-start;
  }
  header .header-div .navi {
    display: none;
  }
  header .header-div .mobile-favorite {
    display: inline-block;
  }
  header .header-div .search-cart-member .cart i {
    background-image: url(./../images/icon_mobile_header_cart_gray.svg);
  }
  header .header-div .search-cart-member .member, header .header-div .search-cart-member .seach {
    display: none;
  }
  header .header-div .search-div {
    background-color: #fff;
    margin-top: -52px;
    position: relative;
    z-index: 90;
  }
  header .header-div .search-div .search-box {
    min-height: 48px;
  }
  header .header-div .search-div .search-box input::-moz-placeholder {
    color: #9685E0;
  }
  header .header-div .search-div .search-box input::placeholder {
    color: #9685E0;
  }
  header .header-div .search-div .recommend-box .title {
    font-size: 14px;
  }
  header .header-div .search-div .recommend-box .recommend span {
    font-size: 12px;
  }
  .body-toggle-seach header {
    z-index: 90;
  }
}
@media all and (max-width: 768px) {
  header .header-div .cart-div {
    width: 280px;
    right: auto;
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    max-height: 100vh;
    border-radius: 0 0 8px 0;
    z-index: 99;
  }
  header .header-div .cart-div .item {
    padding: 15px;
  }
  header .header-div .cart-div .item .three-cols .col01 {
    width: 58px;
  }
  header .header-div .cart-div .item .three-cols .col01 .img img {
    width: 58px;
  }
  header .header-div .cart-div .item .three-cols .col01 .degree {
    display: block;
  }
  header .header-div .cart-div .item .three-cols .col02 {
    width: calc(100% - 58px - 10px);
  }
  header .header-div .cart-div .item .three-cols .col02 .degree {
    display: none;
  }
  header .header-div .cart-div .item .three-cols .col03 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .body-open-cart {
    overflow: hidden;
  }
  .body-open-cart .overlap {
    display: block;
  }
  .body-open-cart header {
    z-index: 99;
  }
  .body-open-cart header .header-div:before {
    content: "";
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background-color: rgba(51, 51, 51, 0.7);
  }
}
@media all and (max-width: 640px) {
  header .header-div .search-div {
    padding: 20px 0;
  }
  header .header-div .search-div .search-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .header-div .search-div .search-box .btn-search {
    background-image: url(./../images/icon_mobile_search_gray.svg);
    width: 24px;
    height: 24px;
  }
  header .header-div .search-div .search-box .btn-remove {
    background-image: url(./../images/icon_mobile_remove_gray.svg);
    width: 24px;
    height: 24px;
  }
  header .header-div .search-div .search-box input {
    width: calc(100% - 24px - 24px - 10px);
    margin-left: 10px;
  }
  header .header-div .search-div .mobile-favorite .favorite i {
    width: 20px;
    height: 20px;
  }
}
footer {
  position: relative;
}
footer .block-outer {
  /*max-width: 1740px;*/
  padding: 0 20px;
}
footer .section-gotop {
  margin-bottom: 40px;
}
footer .section-gotop .gotop {
  text-align: right;
}
footer .section-gotop .gotop a {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  display: inline-flex;
  align-items: center;
}
footer .section-gotop .gotop a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_gotop_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
footer .section-footer {
  background-color: #F9F7FF;
  padding: 70px 0;
}
footer .section-footer .footer-top .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .section-footer .footer-top .brand img {
  height: 25px;
}
footer .section-footer .footer-top .desc {
  font-size: 16px;
  margin-top: 30px;
}
footer .section-footer .footer-top .society {
  text-align: right;
  margin-right: -5px;
  margin-left: -5px;
}
footer .section-footer .footer-top .society a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #D1C8F4;
  margin: 0 5px;
}
footer .section-footer .footer-top .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
}
footer .section-footer .footer-top .links a {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-left: 30px;
}
footer .section-footer .footer-top .links a:hover {
  color: #9685E0;
  text-decoration: underline;
}
footer .section-footer .footer-bottom .remind {
  border-top: 1px solid #CDCBC0;
  margin-top: 15px;
  padding-top: 15px;
}
footer .section-footer .footer-bottom .remind ol {
  font-size: 10px;
  margin-left: 1em;
  list-style: decimal;
}

.toggle-btn {
  position: fixed;
  left: 20px;
  top: 44px;
  z-index: 88;
  background-color: transparent;
  display: none;
  width: 18px;
  height: 24px;
  padding: 0;
}
.toggle-btn span {
  display: block;
  background: #333333;
  height: 1px;
  width: 14px;
  margin: 3px 0;
}

.btn-seach {
  position: fixed;
  left: 45px;
  top: 44px;
  z-index: 88;
  background-color: transparent;
  display: none;
  width: 20px;
  height: 24px;
  padding: 0;
  background-image: url(./../images/icon_mobile_search_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.body_popup_active .toggle-btn {
  display: none;
}

.body-toggle-open .toggle-btn span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.body-toggle-open .toggle-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.body-toggle-open .toggle-btn span:nth-child(3) {
  display: none;
}

.overlap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 98;
  cursor: pointer;
}

.body-popup-active {
  overflow: hidden;
}
.body-popup-active .overlap {
  display: block;
}

#mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  background-color: #fff;
  z-index: 99;
  height: 100%;
  transition: 0.5s ease;
  display: none;
}
#mobile-nav .block-outer {
  padding: 0 0 20px 20px;
}
#mobile-nav .member-cart {
  border-bottom: 1px solid #D1C8F4;
  margin-right: 20px;
  padding-top: 20px;
}
#mobile-nav .member-cart .member {
  padding: 10px 0;
}
#mobile-nav .member-cart .member a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}
#mobile-nav .member-cart .member span {
  display: inline-block;
  margin-left: 10px;
}
#mobile-nav .member-cart .cart {
  padding: 10px 0;
}
#mobile-nav .member-cart .cart a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}
#mobile-nav .member-cart .cart span {
  display: inline-block;
  margin-left: 10px;
}
#mobile-nav .navi {
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 20px;
  max-height: calc(100% - 109px - 20px - 20px);
}
#mobile-nav .navi ul li {
  display: block;
}
#mobile-nav .navi ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
#mobile-nav .navi ul li a:hover {
  color: #9685E0;
}
#mobile-nav .navi ul li.had-sub-menu > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 0px;
}
#mobile-nav .navi ul li.had-sub-menu > a i {
  width: 20px;
  height: 14px;
  background-image: url(./../images/icon_mobile_arrow_right_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#mobile-nav .navi ul li.had-sub-menu.open > a i {
  transform: rotate(90deg);
  background-image: url(./../images/icon_mobile_arrow_right_purple.svg);
}
#mobile-nav .navi ul li.had-sub-menu.open .sub-menu-box {
  display: block;
  background-color: #F9F7FF;
  border-radius: 0 0 0 8px;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box {
  display: none;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate {
  padding: 0;
  position: relative;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #333333;
  padding: 12px 15px;
  border-bottom: none;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a:hover {
  color: #9685E0;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a.sub-cate-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a.sub-cate-link span {
  display: inline-block;
  width: calc(100% - 14px);
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item a.sub-cate-link i {
  display: none;
  width: 14px;
  height: 14px;
  background-image: url(./../images/icon_arrow_right_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item.had-sub-items.open .sub-cate-link {
  background-color: #9685E0;
  border-radius: 8px 0 0 8px;
  color: #fff;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item.had-sub-items.open .sub-cate-link i {
  display: none;
  background-image: url(./../images/icon_arrow_right_white.svg);
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item.had-sub-items.open .sub-cate-items {
  display: block;
  padding: 10px 0;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item .sub-cate-items {
  display: none;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item .sub-cate-items .items {
  padding: 0px 15px 0 30px;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item .sub-cate-items .items .sub-item a {
  display: inline-block;
  font-size: 12px;
  color: #333333;
  padding: 8px 0px;
  margin: 0;
}
#mobile-nav .navi ul li.had-sub-menu .sub-menu-box .sub-cate .item .sub-cate-items .items .sub-item a:hover {
  color: #9685E0;
}
#mobile-nav .links {
  border-top: 1px solid #fff;
  padding: 20px;
}
#mobile-nav .links a {
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 0px;
}
#mobile-nav .search {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 38px;
  width: calc(100% - 20px - 40px);
  padding: 0 10px;
  margin: 0 20px;
}
#mobile-nav .search button {
  background-image: url(./../images/icon_search_white.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
#mobile-nav .search input {
  background-color: transparent;
  border: none;
  padding: 0 10px;
  width: calc(100% - 24px - 20px);
  font-size: 16px;
  color: #fff;
}
#mobile-nav .society {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
}
#mobile-nav .society a {
  display: inline-flex;
  margin: 0 5px;
}
#mobile-nav .language {
  background-color: #2B3238;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#mobile-nav .language a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.body-toggle-open {
  position: relative;
  overflow: hidden;
}
.body-toggle-open #mobile-nav {
  display: block;
  left: 0;
}
.body-toggle-open .overlap {
  display: block;
}

.popup-div {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: transparent;
}
.popup-div.active {
  display: flex;
}
.popup-div .close {
  text-align: right;
}
.popup-div .close i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(./../images/icon_popup_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: -40px;
  cursor: pointer;
}
.popup-div .popup-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  width: 388px;
}
.popup-div .popup-box.popup-box-product-detail {
  width: 608px;
}
.popup-div .popup-box .popup-close {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.popup-div .popup-box .popup-close i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_popup_close_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popup-div .popup-box .popup-title h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.popup-div .popup-box .popup-sub-title {
  text-align: center;
}
.popup-div .popup-box .popup-sub-title img {
  margin: 20px 0 10px 0;
}
.popup-div .popup-box .popup-sub-title h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.popup-div .popup-box .popup-sub-title.popup-hot-title {
  text-align: left;
  margin-top: -25px;
}
.popup-div .popup-box .popup-sub-title.popup-hot-title h3 {
  font-size: 18px;
  font-weight: 500;
}
.popup-div .popup-box .popup-info {
  margin-top: 15px;
}
.popup-div .popup-box .popup-info p {
  color: #6B7280;
  font-size: 14px;
}
.popup-div .popup-box .popup-info p .purple {
  color: #9685E0;
}
.popup-div .popup-box .popup-info ul {
  color: #6B7280;
  font-size: 14px;
  list-style: disc;
  margin-left: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.popup-div .popup-box .popup-info ul.purple {
  color: #9685E0;
}
.popup-div .popup-box .popup-info .green-box {
  border: 1px solid #52C41A;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #ECFEF6;
}
.popup-div .popup-box .popup-info .green-box p {
  color: #333333;
}
.popup-div .popup-box .popup-img {
  display: flex;
  margin: 20px -15px;
}
.popup-div .popup-box .popup-img img {
  width: 100%;
}
.popup-div .popup-box .popup-body {
  max-height: 82vh;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}
.popup-div .popup-box .form-div {
  width: 100%;
}
.popup-div .popup-box .form-div .item .controller input {
  min-height: 43px;
}
.popup-div .popup-box .form-div .item .controller input.error {
  border-color: #FF3B30;
}
.popup-div .popup-box .form-div .item.forgot-password {
  text-align: right;
}
.popup-div .popup-box .form-div .item.forgot-password a {
  font-size: 14px;
  color: #9685E0;
}
.popup-div .popup-box .form-div .item.forgot-password a:hover {
  text-decoration: underline;
}
.popup-div .popup-box .form-div .item.action button {
  padding: 0;
}
.popup-div .popup-box .form-div .item.action .btn-purple {
  min-height: 43px;
  width: 100%;
  border-radius: 6px;
  background-color: #9685E0;
  border: 1px solid #9685E0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.popup-div .popup-box .form-div .item.action .btn-purple a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  width: 100%;
  border-radius: 6px;
  background-color: #9685E0;
}
.popup-div .popup-box .form-div .item.action .btn-purple a:hover {
  background-color: #333;
}
.popup-div .popup-box .form-div .item.action .btn-purple:hover {
  background-color: #333;
  border: 1px solid #333;
}
.popup-div .popup-box .form-div .item.action .btn-white {
  min-height: 43px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #D1D5DB;
}
.popup-div .popup-box .form-div .item.action .btn-white a {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
}
.popup-div .popup-box .form-div .item.action .btn-white a:hover {
  background-color: #9685E0;
  color: #fff;
}
.popup-div .popup-box .form-div .item.action .btn-white:hover {
  background-color: #9685E0;
  border: 1px solid #9685E0;
  color: #fff;
}
.popup-div .popup-box .form-div .item.action.two-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-div .popup-box .form-div .item.action.two-btns button {
  width: calc(50% - 10px);
  margin: 0;
}
.popup-div .popup-box .form-div .item.or {
  font-size: 14px;
  text-align: center;
  color: #777E90;
}
.popup-div .popup-box .form-div .item.society button {
  min-height: 45px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #CFCFCF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  position: relative;
}
.popup-div .popup-box .form-div .item.society button i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: calc(50% - 16px);
}
.popup-div .popup-box .form-div .item.society button:hover {
  background-color: #9685E0;
  border: 1px solid #9685E0;
  color: #fff;
}
.popup-div .popup-box .form-div .item.society button.btn-facebook i {
  background-image: url(./../images/icon_facebook.svg);
}
.popup-div .popup-box .form-div .item.society button.btn-google i {
  background-image: url(./../images/icon_google.svg);
}
.popup-div .popup-box .form-div .item.society button.btn-line i {
  background-image: url(./../images/icon_line.svg);
}
.popup-div .popup-box .form-div .item.register {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #777E90;
  font-size: 14px;
  border-top: 1px solid #E6E8EC;
  padding-top: 15px;
  margin-top: 20px;
}
.popup-div .popup-box .form-div .item.register a {
  color: #9685E0;
}
.popup-div .popup-box .form-div .item.register a:hover {
  text-decoration: underline;
}
.popup-div .popup-box .form-div .item.remind {
  color: #777E90;
  font-size: 14px;
}
.popup-div .popup-box .form-div .item.remind a {
  color: #007AFF;
}
.popup-div .popup-box .form-div .item.remind a:hover {
  text-decoration: underline;
}
.popup-div .popup-box .coupon-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 15px;
}
.popup-div .popup-box .coupon-link a {
  display: inline-flex;
  align-items: center;
  color: #9685E0;
  font-size: 16px;
}
.popup-div .popup-box .coupon-link a i {
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_coupon_purple.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.popup-div .popup-box .coupon-list .item {
  margin: 10px 0;
}
.popup-div .popup-box .popup-product-slider-info {
  border-top: 1px solid #E5E7EB;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  position: relative;
  padding-bottom: 55px;
}
.popup-div .popup-box .popup-product-slider-info .product-scrollbar {
  max-height: calc(82vh - 40px);
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px;
  margin: 0;
  margin-top: 15px;
  /* Handle */
  /* Handle on hover */
}
.popup-div .popup-box .popup-product-slider-info .product-scrollbar ::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #fff;
}
.popup-div .popup-box .popup-product-slider-info .product-scrollbar ::-webkit-scrollbar-thumb {
  background: #7A7A7A;
  border-radius: 10px;
}
.popup-div .popup-box .popup-product-slider-info .product-scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #343339;
}
.popup-div .popup-box .popup-product-slider-info .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-div .popup-box .popup-product-slider-info .two-cols .col01 {
  width: calc(50% - 5px);
}
.popup-div .popup-box .popup-product-slider-info .two-cols .col02 {
  width: calc(50% - 5px);
}
.popup-div .popup-box .popup-product-slider-info .society-links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.popup-div .popup-box .popup-product-slider-info .society-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #D1C8F4;
  border-radius: 100px;
  margin: 0 2px;
}
.popup-div .popup-box .popup-product-slider-info .society-links a:hover {
  background-color: #333;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main {
  width: 100%;
  overflow: hidden;
  /*height: 300px;*/
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-slide img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-button-prev, .popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 75px;
  width: 40px;
  color: #e9e9e9;
  background: #1e1e1e;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-button-prev::after, .popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-button-next::after {
  font-size: 12px;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-button-prev {
  right: 40px;
  border-right: 1px solid #e9e9e9;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-pagination {
  display: none;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-thumbs {
  position: relative;
  width: 100%;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-thumbs .swiper-button-prev {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 20px;
  height: 100%;
  background-image: url(./../images/icon_slider_arrow_left_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-thumbs .swiper-button-prev:after {
  content: "";
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-thumbs .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 20px;
  height: 100%;
  left: auto;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(./../images/icon_slider_arrow_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-thumbs .swiper-button-next:after {
  content: "";
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-thumbs .swiper-slide {
  display: flex;
  cursor: pointer;
  opacity: 0.2;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-thumbs .swiper-slide img {
  width: 100%;
}
.popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.popup-div .popup-box .popup-product-slider-info .product-info {
  margin-bottom: 20px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-favorite {
  display: flex;
  justify-content: flex-end;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-favorite .btn-favorite {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: inline-flex;
  align-items: center;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-favorite .btn-favorite i {
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url(./../images/icon_favorite_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-favorite .btn-favorite.active {
  color: #9685E0;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-favorite .btn-favorite.active i {
  background-image: url(./../images/icon_favorite_purple_small.svg);
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-name {
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D5DB;
  margin-top: 10px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-name h2 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D5DB;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce.open .label i {
  transform: rotate(0deg);
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce.open .info {
  display: block;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce .label h3 {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  width: calc(100% - 14px);
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce .label i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(./../images/icon_arrow_up_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s ease;
  transform: rotate(180deg);
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce .info {
  display: none;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce .info p {
  color: #333333;
  font-size: 14px;
  margin-top: 30px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce .info table {
  margin-top: 20px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce .info table tr td {
  color: #333333;
  font-size: 14px;
  padding: 5px 0;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-introduce .info table tr td:first-child {
  padding-right: 10px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-remind {
  padding: 15px 0;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-remind p {
  border-left: 4px solid #D1C8F4;
  font-size: 14px;
  color: #333333;
  padding-left: 15px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-price {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  padding-bottom: 20px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-select-type,
.popup-div .popup-box .popup-product-slider-info .product-info .product-select-color,
.popup-div .popup-box .popup-product-slider-info .product-info .product-select-spec,
.popup-div .popup-box .popup-product-slider-info .product-info .product-price {
  margin-top: 20px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-select-type .label,
.popup-div .popup-box .popup-product-slider-info .product-info .product-select-color .label,
.popup-div .popup-box .popup-product-slider-info .product-info .product-select-spec .label,
.popup-div .popup-box .popup-product-slider-info .product-info .product-price .label {
  color: #9685E0;
  font-size: 14px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .radio-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 5px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .radio-list .item {
  display: inline-block;
  margin: 4px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .radio-list .item input[type=radio] {
  display: none;
}
.popup-div .popup-box .popup-product-slider-info .product-info .radio-list .item input + label {
  border: 1px solid #E5E5E5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 0px;
  cursor: pointer;
  font-size: 12px;
  color: #333333;
  min-width: 58px;
  min-height: 30px;
  border-radius: 4px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .radio-list .item input:checked + label {
  background: #F9F7FF;
  border: 1px solid #9685E0;
}
.popup-div .popup-box .popup-product-slider-info .product-info .radio-list .item input:disabled + label {
  color: rgba(0, 0, 0, 0.5);
  background: #EDEDED;
  border: 1px solid #D1D5DB;
}
.popup-div .popup-box .popup-product-slider-info .product-info .quantity {
  padding: 10px 0;
}
.popup-div .popup-box .popup-product-slider-info .product-info .quantity .box {
  border: 1px solid #CCCCCC;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}
.popup-div .popup-box .popup-product-slider-info .product-info .quantity .box input {
  font-size: 18px;
  text-align: center;
  padding: 0;
  min-height: 30px;
  min-width: 170px;
  border-radius: 0;
  border: none;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  /* Firefox */
}
.popup-div .popup-box .popup-product-slider-info .product-info .quantity .box input::-webkit-outer-spin-button, .popup-div .popup-box .popup-product-slider-info .product-info .quantity .box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup-div .popup-box .popup-product-slider-info .product-info .quantity .box input[type=number] {
  -moz-appearance: textfield;
}
.popup-div .popup-box .popup-product-slider-info .product-info .quantity .box i {
  display: inline-block;
  width: 44px;
  height: 30px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .quantity .box i.btn-subtract {
  background-image: url(./../images/icon_minus_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popup-div .popup-box .popup-product-slider-info .product-info .quantity .box i.btn-increase {
  background-image: url(./../images/icon_plus_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popup-div .popup-box .popup-product-slider-info .product-info .stock {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.popup-div .popup-box .popup-product-slider-info .product-info .stock .red {
  color: #FF4C4C;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-remind button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border-radius: 6px;
  background-color: #9685E0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-remind button i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_face_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.popup-div .popup-box .popup-product-slider-info .product-info .product-remind button:hover {
  background-color: #333333;
}
.popup-div .popup-box .popup-product-slider-info .product-action {
  border-top: 1px solid #E5E7EB;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 30px);
  padding: 0 15px;
  padding-top: 15px;
}
.popup-div .popup-box .popup-product-slider-info .product-action button {
  width: calc(50% - 5px);
  font-size: 14px;
  font-weight: 400;
  min-height: 55px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-white {
  border: 1px solid #D1D5DB;
  background-color: #fff;
  color: #333333;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-white a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: 100%;
  height: 100%;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-white a:hover {
  color: #fff;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-white:hover {
  background-color: #9685E0;
  border: 1px solid #9685E0;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-white:hover a:hover {
  color: #fff;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-purple {
  color: #fff;
  border: 1px solid #9685E0;
  background-color: #9685E0;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-purple i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_cart_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-purple:hover {
  background-color: #333333;
  border: 1px solid #333333;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-bind {
  color: #fff;
  border: 1px solid #9685E0;
  background-color: #9685E0;
  width: 100%;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-bind i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_face_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.popup-div .popup-box .popup-product-slider-info .product-action button.btn-bind:hover {
  background-color: #333333;
  border: 1px solid #333333;
}
.popup-div .popup-box .member-level {
  margin-top: 20px;
}
.popup-div .popup-box .member-level .level-desc {
  color: #6B7280;
  font-size: 12px;
}
.popup-div .popup-box .member-level .level-box {
  background-color: #F9F7FF;
  padding: 10px;
  margin-top: 15px;
}
.popup-div .popup-box .member-level .level-box .item h4 {
  font-size: 14px;
  color: #9685E0;
}
.popup-div .popup-box .member-level .level-box .item p {
  margin-top: 5px;
  font-size: 12px;
  color: #6B7280;
}

.body_popup_active {
  overflow: hidden;
}
.body_popup_active .overlap {
  display: flex;
  background-color: rgba(51, 51, 51, 0.7);
}

.body-open-seach, .body-toggle-seach {
  overflow: hidden;
}
.body-open-seach header, .body-toggle-seach header {
  z-index: 99;
}
.body-open-seach .overlap, .body-toggle-seach .overlap {
  display: flex;
  background-color: rgba(51, 51, 51, 0.7);
}

.mobile-bottom-navi {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 12px 0 6px 0;
  z-index: 88;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
.mobile-bottom-navi .item {
  width: 25%;
}
.mobile-bottom-navi .item a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-bottom-navi .item a .img {
  height: 28px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-bottom-navi .item a .img i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-bottom-navi .item a .desc {
  font-size: 10px;
  color: #B2B2B2;
}
.mobile-bottom-navi .item.item01 a .img i {
  background-image: url(./../images/icon_mobile_botton_navi_01.svg);
}
.mobile-bottom-navi .item.item01:hover .img i, .mobile-bottom-navi .item.item01.active .img i {
  background-image: url(./../images/icon_mobile_botton_navi_01_hover.svg);
}
.mobile-bottom-navi .item.item01:hover .desc, .mobile-bottom-navi .item.item01.active .desc {
  color: #9685E0;
}
.mobile-bottom-navi .item.item02 a .img i {
  background-image: url(./../images/icon_mobile_botton_navi_02.svg);
}
.mobile-bottom-navi .item.item02:hover .img i, .mobile-bottom-navi .item.item02.active .img i {
  background-image: url(./../images/icon_mobile_botton_navi_02_hover.svg);
}
.mobile-bottom-navi .item.item02:hover .desc, .mobile-bottom-navi .item.item02.active .desc {
  color: #9685E0;
}
.mobile-bottom-navi .item.item03 a .img {
  position: relative;
}
.mobile-bottom-navi .item.item03 a .img i {
  background-image: url(./../images/icon_mobile_botton_navi_03.svg);
}
.mobile-bottom-navi .item.item03 a .img span {
  position: absolute;
  left: 18px;
  top: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  background-color: #FF3B30;
  border-radius: 100px;
  min-height: 12px;
  line-height: 1.2;
  min-width: 20px;
  min-height: 20px;
  /*padding: 0 3px;*/
}
.mobile-bottom-navi .item.item03:hover .img i, .mobile-bottom-navi .item.item03.active .img i {
  background-image: url(./../images/icon_mobile_botton_navi_03_hover.svg);
}
.mobile-bottom-navi .item.item03:hover .desc, .mobile-bottom-navi .item.item03.active .desc {
  color: #9685E0;
}
.mobile-bottom-navi .item.item04 a .img i {
  background-image: url(./../images/icon_mobile_botton_navi_04.svg);
}
.mobile-bottom-navi .item.item04:hover .img i, .mobile-bottom-navi .item.item04.active .img i {
  background-image: url(./../images/icon_mobile_botton_navi_04_hover.svg);
}
.mobile-bottom-navi .item.item04:hover .desc, .mobile-bottom-navi .item.item04.active .desc {
  color: #9685E0;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 1024px) {
  .popup-div .close i {
    margin-right: 0px;
  }
  .popup-div .boxer {
    width: calc(100vw - 80px);
  }
  .popup-div.popup-middle-div .boxer {
    width: calc(90vw - 60px);
    padding: 30px;
  }
}
@media all and (max-width: 992px) {
  .toggle-btn {
    display: block;
  }
  .btn-seach {
    display: block;
  }
}
@media all and (max-width: 820px) {
  footer .section-footer .footer-bottom .two-cols {
    display: block;
  }
  footer .section-footer .footer-bottom .two-cols .col01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  footer .section-footer .footer-bottom .two-cols .col02 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  footer.step-mobile-footer-hide .section-footer {
    display: none;
  }
}
@media all and (max-width: 750px) {
  footer .section-footer .footer-top .desc {
    font-size: 12px;
  }
  footer .section-footer .footer-top .two-cols {
    display: block;
  }
  footer .section-footer .footer-top .two-cols .col {
    text-align: center;
  }
  footer .section-footer .footer-top .two-cols .col:nth-child(2) {
    margin-top: 20px;
  }
  footer .section-footer .footer-top .links {
    justify-content: flex-start;
  }
  footer .section-footer .footer-top .links a {
    font-size: 14px;
    margin-left: 0;
    margin-right: 20px;
  }
  footer .section-footer .footer-top .links a:last-child {
    margin-right: 0;
  }
  footer .section-footer .footer-top .society {
    text-align: left;
    margin-top: 20px;
  }
  footer .section-footer .footer-bottom .copyright {
    text-align: center;
    font-size: 14px;
  }
  .popup-div.popup-product-div {
    transition: 1s ease;
    bottom: -1500px;
    top: auto;
    display: flex;
    align-items: flex-end;
  }
  .popup-div.popup-product-div.active {
    bottom: 0;
  }
  .popup-div .boxer .block-title .big-title h1 {
    font-size: 32px;
  }
  .popup-div.popup-middle-div .boxer {
    padding: 15px;
  }
  .popup-div.popup-middle-div .boxer .video-introduce {
    max-height: 70vh;
  }
  .popup-div.popup-middle-div .boxer .video-introduce .info h3 {
    font-size: 18px;
  }
  .popup-div.popup-middle-div .boxer .video-introduce .info p {
    font-size: 14px;
  }
  .popup-div.popup-middle-div .boxer .member-bonus-introduce {
    max-height: 70vh;
  }
  .popup-div.popup-middle-div .boxer .member-bonus-introduce .info h3 {
    font-size: 18px;
  }
  .popup-div.popup-middle-div .boxer .member-bonus-introduce .info p {
    font-size: 14px;
  }
  .mobile-bottom-navi {
    display: flex;
  }
  .popup-div .popup-box.popup-box-product-detail {
    border-radius: 8px 8px 0 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .popup-div .popup-box.popup-box-product-detail .popup-close {
    position: absolute;
    z-index: 3;
    margin-bottom: -30px;
    padding: 12.5px 10px;
    width: calc(100% - 20px);
    border-radius: 8px 8px 0 0;
  }
  .popup-div .popup-box .popup-product-slider-info {
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    border-top: none;
    padding-bottom: 40px;
  }
  .popup-div .popup-box .popup-product-slider-info .two-cols {
    display: block;
  }
  .popup-div .popup-box .popup-product-slider-info .two-cols .col01 {
    width: 100%;
  }
  .popup-div .popup-box .popup-product-slider-info .two-cols .col02 {
    width: 100%;
  }
  .popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main {
    padding-bottom: 15px;
  }
  .popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-slide img {
    border-radius: 0;
  }
  .popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
  .popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-pagination .swiper-pagination-bullet {
    background-color: #E5E5E5;
    opacity: 1;
  }
  .popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #9685E0;
    width: 25px;
    border-radius: 100px;
  }
  .popup-div .popup-box .popup-product-slider-info .gallery-container .gallery-thumbs {
    display: none;
  }
  .popup-div .popup-box .popup-product-slider-info .product-scrollbar {
    padding: 0;
    margin: 0;
    max-height: calc(var(--vh) - 40px);
  }
  .popup-div .popup-box .popup-product-slider-info .product-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .popup-div .popup-box .popup-product-slider-info .product-info .product-favorite .btn-favorite i {
    width: 20px;
    height: 20px;
    margin-right: 0;
    background-size: 20px auto;
    background-image: url(./../images/icon_favorite_gray_mobile.svg);
  }
  .popup-div .popup-box .popup-product-slider-info .product-info .product-favorite .btn-favorite.active i {
    background-image: url(./../images/icon_favorite_purple_mobile.svg);
  }
  .popup-div .popup-box .popup-product-slider-info .product-action {
    padding: 0;
    border-top: none;
    width: 100%;
  }
  .popup-div .popup-box .popup-product-slider-info .product-action button {
    width: 50%;
    border-radius: 0;
  }
  .body-popup-scroll .popup-close {
    background-color: #fff;
  }
}
@media all and (max-width: 480px) {
  .popup-div .popup-box {
    width: 315px;
  }
}
.checkbox-container {
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 12px;
  color: #1B1B1B;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #D2D2D2;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container input:checked ~ .checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  background-color: #9685E0;
  border: 1px solid #9685E0;
}

.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-select {
  display: flex;
  align-items: center;
}
.checkbox-select .checkbox-container {
  display: inline-flex;
}
.checkbox-select .desc {
  font-size: 16px;
}
.checkbox-select .desc a {
  color: #fff;
  text-decoration: underline;
  /*margin: 0 10px;*/
  color: #9685E0;
}
.checkbox-select .desc a:hover {
  color: #fff;
}

.radio-container {
  position: relative;
  font-size: 14px;
  color: #1B1B1B;
  position: relative;
  padding-left: 20px;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  /*background-color: #9685E0;*/
  border: 1px solid #9685E0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9685E0;
}

.radio-check-container {
  position: relative;
  font-size: 14px;
  color: #1B1B1B;
  position: relative;
  padding-left: 20px;
}

.radio-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-check-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-check-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-check-container input:checked ~ .checkmark {
  /*background-color: #9685E0;*/
  border: 1px solid #9685E0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-check-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9685E0;
}

@media all and (max-width: 750px) {
  .checkbox-select .desc {
    font-size: 14px;
  }
  .checkbox-container {
    padding-left: 25px;
  }
  .checkbox-container .checkmark {
    top: 4px;
    width: 16px;
    height: 16px;
  }
  .checkbox-container input:checked ~ .checkmark:before {
    width: 16px;
    height: 16px;
  }
  .checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
  }
  .radio-container {
    padding-left: 25px;
    font-size: 14px;
  }
  .radio-container .checkmark {
    height: 16px;
    width: 16px;
    top: 3px;
  }
  .radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
  }
}
.form-div .item {
  margin: 10px 0;
}
.form-div .item .label {
  font-size: 12px;
  color: #686868;
  font-weight: 700;
}
.form-div .item .label.wid-label {
  width: -moz-max-content;
  width: max-content;
}
.form-div .item .label sup {
  color: #00A7E1;
}
.form-div .item .controller {
  margin-top: 5px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form-div .item .controller input {
  width: calc(100% - 22px);
  padding: 0 10px;
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
}
.form-div .item .controller input::-webkit-outer-spin-button,
.form-div .item .controller input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-div .item .controller input[type=number] {
  -moz-appearance: textfield;
}
.form-div .item .controller .checkbox-container input {
  width: auto;
}
.form-div .item .controller .checked-container input {
  width: auto;
}
.form-div .item .controller select {
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  background-color: #fff;
  color: #686868;
}
.form-div .item .controller textarea {
  resize: none;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 10px;
  width: calc(100% - 22px);
  height: 184px;
}
.form-div .item .controller .desc p {
  color: #B1B1B1;
  font-size: 10px;
  margin-bottom: 15px;
}
.form-div .item .controller .desc p:last-child {
  margin-bottom: 0;
}
.form-div .item .controller .file-container {
  position: relative;
}
.form-div .item .controller .file-container label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .controller .file-container label input {
  width: calc(100% - 22px - 132px - 10px);
}
.form-div .item .controller .file-container label input:disabled {
  background-color: #fff;
}
.form-div .item .controller .file-container label button {
  min-width: 132px;
  background-color: #00A7E1;
  border: 1px solid #00A7E1;
  border-radius: 5px;
  font-size: 12px;
  line-height: 43px;
  text-align: center;
  color: #fff;
}
.form-div .item .controller .file-container label button:hover {
  background-color: #cbe49f;
}
.form-div .item .controller .file-container .file-upload {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.form-div .item .two-col {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.form-div .item .two-col .col {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.form-div .item .three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .three-col .col {
  width: calc(33.3333333333% - 7.5px);
}
.form-div .item .keyin-item:hover .label {
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller input {
  border-color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller select {
  border-color: #00A7E1;
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller textarea {
  border-color: #00A7E1;
}
.form-div .item .city-State {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .city-State .keyin-item:nth-child(1) {
  width: 196px;
}
.form-div .item .city-State .keyin-item:nth-child(2) {
  width: 108px;
}
.form-div .item .city-State .keyin-item:nth-child(2) select {
  width: 100%;
}
.form-div .item .col-2-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-2-3 .keyin-item:nth-child(1) {
  width: 110px;
}
.form-div .item .col-2-3 .keyin-item:nth-child(2) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-3-2 .keyin-item:nth-child(1) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 .keyin-item:nth-child(2) {
  width: 110px;
}
.form-div .item .qty {
  width: 196px;
}
.form-div .item .qty .controller select {
  width: 100%;
}
.form-div .item .ups-ffdex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-div .item .ups-ffdex .col01 {
  width: calc(100% - 540px);
}
.form-div .item .ups-ffdex .col01 .radio-container {
  margin-top: 15px;
}
.form-div .item .ups-ffdex .col02 {
  width: 540px;
}
.form-div .item .keep-forgot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.form-div .item .keep-forgot .col01 {
  width: 50%;
}
.form-div .item .keep-forgot .col02 {
  width: 50%;
  text-align: right;
  font-size: 12px;
  color: #B1B1B1;
}
.form-div .item .keep-forgot .col02 a {
  color: #00A7E1;
}
.form-div .item.or {
  margin: 20px 0;
}
.form-div .item.or .or-div {
  color: #686868;
  font-size: 12px;
  position: relative;
  text-align: center;
}
.form-div .item.or .or-div span {
  background-color: #fff;
  padding: 0 10px;
}
.form-div .item.or .or-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F5F5F7;
}
.form-div .item.remark {
  margin: 20px 0;
}
.form-div .item.action {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.form-div .item.action button {
  min-width: 68px;
  min-height: 48px;
  border: none;
  border-radius: 6px;
  background-color: #9685E0;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  color: #fff;
  margin: 0 auto;
}
.form-div .item.action button:hover {
  background-color: #333;
  color: #fff;
}
.form-div .item.action button a {
  color: #fff;
  display: block;
}
.form-div .item .apply-account {
  text-align: center;
  color: #B1B1B1;
  font-size: 12px;
}
.form-div .item .apply-account span {
  display: block;
}
.form-div .item .apply-account .green {
  color: #00A7E1;
}

.form-item .box-div {
  background-color: #fff;
  padding: 20px 55px 50px 55px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-item .desc h3 {
  font-size: 14px;
  color: #00A7E1;
  font-weight: 700;
  margin-left: -30px;
}
.form-item .item-desc p {
  font-size: 10px;
  color: #B1B1B1;
}

@media all and (max-width: 640px) {
  .form-div .item .two-col {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .form-div .item .two-col .col {
    margin: 0;
    width: 100%;
  }
  .form-div .item .two-col .col:nth-child(2) {
    margin-top: 10px;
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(1) {
    width: calc(65% - 10px);
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(2) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(1) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(2) {
    width: calc(65% - 10px);
  }
  .form-div .item .keep-forgot {
    display: block;
  }
  .form-div .item .keep-forgot .col01 {
    width: 100%;
  }
  .form-div .item .keep-forgot .col02 {
    margin-top: 5px;
    width: 100%;
    text-align: left;
  }
  .form-div .item .three-col {
    display: block;
  }
  .form-div .item .three-col .col {
    width: 100%;
    margin: 10px 0;
  }
}
.block-outer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.block-title .sub-title h2 {
  font-size: 20px;
  font-weight: 500;
  color: #171717;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
  min-width: 24px;
  min-height: 24px;
  border-radius: 8px;
}
.pagination a.active, .pagination a:hover {
  color: #fff;
  background-color: #333333;
}
.pagination .prev {
  width: 40px;
  height: 40px;
  background-image: url(./../images/pagination_icon_arrow_left_dark_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.pagination .prev.disabled {
  background-image: url(./../images/pagination_icon_arrow_left_light_gray.svg);
  cursor: default;
}
.pagination .prev:hover {
  background-color: transparent;
}
.pagination .next {
  width: 40px;
  height: 40px;
  background-image: url(./../images/pagination_icon_arrow_right_dark_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.pagination .next.disabled {
  background-image: url(./../images/pagination_icon_arrow_right_light_gray.svg);
  cursor: default;
}
.pagination .next:hover {
  background-color: transparent;
}

.block-breadcrumb .block-outer .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.block-breadcrumb .block-outer .breadcrumb span {
  color: rgba(0, 0, 0, 0.45);
}
.block-breadcrumb .block-outer .breadcrumb span.purple {
  color: #9685E0;
}
.block-breadcrumb .block-outer .breadcrumb i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(./../images/icon_breadcrumb_separator_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.block-breadcrumb + .block-cart-step {
  margin-top: 30px;
}

.block-cart-step .cart-step {
  text-align: center;
}
.block-cart-step .cart-step .step-list {
  display: inline-flex;
  flex-wrap: wrap;
}
.block-cart-step .cart-step .step-list .circle {
  text-align: center;
}
.block-cart-step .cart-step .step-list .circle .img {
  width: 80px;
  height: 80px;
  border: 5px solid #D2D2D2;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-cart-step .cart-step .step-list .circle .img .box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-cart-step .cart-step .step-list .circle .desc {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-top: 5px;
}
.block-cart-step .cart-step .step-list .circle.purple .img {
  border: 5px solid #9685E0;
}
.block-cart-step .cart-step .step-list .circle.purple .desc {
  color: #9685E0;
}
.block-cart-step .cart-step .step-list .line {
  padding: 0 20px;
}
.block-cart-step .cart-step .step-list .line span {
  display: inline-block;
  width: 228px;
  height: 8px;
  border-radius: 100px;
  background-color: #D2D2D2;
  margin-top: 40px;
}
.block-cart-step .cart-step .step-list .line.purple span {
  background-color: #9685E0;
}

.form-div .item {
  margin: 15px 0;
}
.form-div .item .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .two-cols .col {
  width: calc(50% - 8px);
}
.form-div .item .label {
  font-size: 14px;
  font-weight: 500;
  color: #111928;
}
.form-div .item .label.add-icon {
  display: flex;
  align-items: center;
}
.form-div .item .label.add-icon img {
  height: 20px;
  margin-right: 5px;
}
.form-div .item .label .red {
  color: #FF2D55;
}
.form-div .item .label .small {
  font-size: 12px;
}
.form-div .item .label .gray {
  color: #6B7280;
}
.form-div .item .controller input {
  width: calc(100% - 30px - 2px);
  padding: 0 15px;
  border: 1px solid #D1D5DB;
  font-size: 14px;
  min-height: 35px;
  line-height: 1.2;
  border-radius: 8px;
  color: #6B7280;
}
.form-div .item .controller input:disabled {
  background-color: #EDEDED;
}
.form-div .item .controller input.error {
  border-color: #FF3B30;
}
.form-div .item .controller select {
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  background-color: #fff;
  color: #686868;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background-image: url(./../images/icon_select_arrow_down.svg);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.form-div .item .controller .btn-purple.btn-search-store, .form-div .item .controller .btn-purple.btn-update-store {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  min-height: 42px;
  line-height: 1.2;
  border-radius: 6px;
  background-color: #9685E0;
  margin-top: 10px;
}
.form-div .item .controller .btn-purple.btn-search-store:hover, .form-div .item .controller .btn-purple.btn-update-store:hover {
  background-color: #333333;
}
.form-div .item .controller .password-toggle {
  position: relative;
}
.form-div .item .controller .password-toggle i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_eye_open_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.form-div .item .controller .password-toggle.hide i {
  background-image: url(./../images/icon_eye_close_gray.svg);
}
.form-div .item .controller textarea {
  width: calc(100% - 30px - 2px);
  padding: 15px;
  min-height: 100px;
  height: 70px;
  border: 1px solid #D1D5DB;
  font-size: 14px;
  min-height: 35px;
  line-height: 1.2;
  border-radius: 8px;
  color: #6B7280;
}
.form-div .item .controller textarea:disabled {
  background-color: #EDEDED;
}
.form-div .item .controller .dropdown {
  position: relative;
}
.form-div .item .controller .dropdown.disabled .label {
  background-color: #EDEDED;
  cursor: default;
}
.form-div .item .controller .dropdown.disabled:hover .select {
  display: none;
}
.form-div .item .controller .dropdown .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #D1D5DB;
  font-size: 14px;
  color: #6B7280;
  min-height: 40px;
  line-height: 1.2;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}
.form-div .item .controller .dropdown .label span {
  display: inline-block;
  width: calc(100% - 16px);
}
.form-div .item .controller .dropdown .label i {
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_select_arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.form-div .item .controller .dropdown .select {
  width: calc(100% - 30px - 2px);
  position: absolute;
  padding: 15px;
  border: 1px solid #D1D5DB;
  font-size: 14px;
  color: #6B7280;
  border-radius: 8px;
  background-color: #fff;
  display: none;
  z-index: 88;
}
.form-div .item .controller .dropdown .select .option {
  position: relative;
}
.form-div .item .controller .dropdown .select .option input {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.form-div .item .controller .dropdown .select .option span {
  display: block;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 5px 0;
}
.form-div .item .controller .dropdown .select .option span:hover {
  color: #9685E0;
}
.form-div .item .controller .dropdown:hover .select {
  display: block;
}
.form-div .item .controller .three-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .controller .three-cols .col {
  width: calc(33.3333333333% - 5px);
}
.form-div .item .controller .three-cols.address-three-cols .col {
  width: calc(25% - 5px);
}
.form-div .item .controller .three-cols.address-three-cols .col:last-child {
  width: calc(50% - 5px);
}
.form-div .item .controller .three-cols.address-three-cols .col:last-child input {
  min-height: 40px;
}
.form-div .item .controller .line-account .img-desc {
  display: inline-flex;
  align-items: center;
}
.form-div .item .controller .line-account .img-desc .img {
  position: relative;
  display: inline-flex;
}
.form-div .item .controller .line-account .img-desc .img img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.form-div .item .controller .line-account .img-desc .img i {
  position: absolute;
  right: -10px;
  bottom: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_line_green_small.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.form-div .item .controller .line-account .img-desc .desc {
  font-size: 14px;
  color: #1B1B1B;
  margin-left: 15px;
}
.form-div .item .city-selector-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .city-selector-wrapper .tw-city-selector-container {
  width: calc(50% - 5px);
  display: inline-flex;
  justify-content: space-between;
}
.form-div .item .city-selector-wrapper .tw-city-selector-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: calc(50% - 5px);
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background-image: url(./../images/icon_select_arrow_down.svg);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.form-div .item .tw-city-selector-container + input {
  width: calc(50% - 5px - 30px - 2px);
}
.form-div .item .error {
  margin-top: 5px;
  font-size: 14px;
  color: #FF3B30;
}
.form-div .item .remind {
  font-size: 12px;
  color: #6B7280;
  margin-top: 5px;
}
.form-div .item .remind ul {
  font-size: 10px;
  margin-left: 2em;
  list-style: disc;
}
.form-div .item .store-info {
  margin-top: 10px;
}
.form-div .item .store-info .info table tr td {
  font-size: 14px;
  color: #111928;
}
.form-div .item .store-info .info table tr td:nth-child(2) {
  padding-left: 20px;
}
.form-div .item.the-same {
  margin-top: 20px;
}

.coupon-box {
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  padding: 20px;
}
.coupon-box .coupon-title h3 {
  font-size: 16px;
  font-weight: 500;
  color: #1B1B1B;
}
.coupon-box .coupon-desc {
  margin-top: 15px;
}
.coupon-box .coupon-desc p {
  font-size: 12px;
  font-weight: 500;
  color: #9685E0;
}
.coupon-box .coupon-remind {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 5px;
}
.coupon-box .coupon-remind span {
  display: inline-block;
  border-radius: 4px;
  background-color: #F9F7FF;
  font-size: 10px;
  color: #1B1B1B;
  padding: 3px;
  margin: 2px;
}
.coupon-box .coupon-code {
  margin-top: 15px;
  border-top: 1px dashed #D1C8F4;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.coupon-box .coupon-code .code {
  font-size: 16px;
  font-weight: 500;
  color: #9685E0;
}
.coupon-box .coupon-code .action button {
  background-color: #9685E0;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
  min-width: 120px;
  min-height: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.coupon-box .coupon-code .action button:hover {
  background-color: #333;
}
.coupon-box.disabled {
  background-color: #F5F5F5;
  border: 1px solid #D1D5DB;
}
.coupon-box.disabled .coupon-desc P {
  color: #333333;
}
.coupon-box.disabled .coupon-remind span {
  background-color: #E5E5E5;
  color: #A8A8A8;
}
.coupon-box.disabled .coupon-code .code {
  color: #333333;
}
.coupon-box.disabled .coupon-code .action button {
  background-color: #E5E5E5;
  color: #A8A8A8;
  cursor: default;
}
.coupon-box.disabled .coupon-code .action button:hover {
  background-color: #E5E5E5;
  color: #A8A8A8;
}

.swiper-list-outer .block-title .big-title {
  color: #1D1D1F;
}
.swiper-list-outer .block-title .big-title h2 {
  font-size: 32px;
  font-weight: 500;
}
.swiper-list-outer .block-title .big-title h3 {
  font-size: 12px;
}
.swiper-list-outer .block-title .big-title .two-cols {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.swiper-list-outer .block-title .big-title .two-cols .col02 {
  position: relative;
}
.swiper-list-outer .block-title .big-title .swiper-button-next {
  left: 70px;
  top: auto;
  bottom: 5px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url(./../images/pagination_icon_arrow_right_dark_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-list-outer .block-title .big-title .swiper-button-next:after {
  content: "";
}
.swiper-list-outer .block-title .big-title .swiper-button-prev {
  left: 20px;
  top: auto;
  bottom: 5px;
  width: 40px;
  height: 40px;
  background-image: url(./../images/pagination_icon_arrow_left_dark_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-list-outer .block-title .big-title .swiper-button-prev:after {
  content: "";
}
.swiper-list-outer .block-title + .sellingSwiper {
  margin-top: 30px;
  padding-bottom: 20px;
}
.swiper-list-outer .swiper-slide .box {
  position: relative;
}
.swiper-list-outer .swiper-slide .box a {
  color: #333333;
}
.swiper-list-outer .swiper-slide .box .img {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.swiper-list-outer .swiper-slide .box .img a {
  display: flex;
}
.swiper-list-outer .swiper-slide .box .img img {
  width: 100%;
  transition: 0.5s ease;
}
.swiper-list-outer .swiper-slide .box .img img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.swiper-list-outer .swiper-slide .box .info {
  margin-top: 10px;
}
.swiper-list-outer .swiper-slide .box .info .desc h4 {
  font-size: 14px;
}
.swiper-list-outer .swiper-slide .box .info .desc .mobile-favorite {
  display: none;
}
.swiper-list-outer .swiper-slide .box .info .desc .mobile-favorite i {
  margin-top: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(./../images/icon_mobile_favorite_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.swiper-list-outer .swiper-slide .box .info .desc .mobile-favorite i.active {
  background-image: url(./../images/icon_mobile_favorite_purple.svg);
}
.swiper-list-outer .swiper-slide .box .info .price {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.swiper-list-outer .swiper-slide .box .info .price .mobile-add-cart {
  display: none;
  background-image: url(./../images/icon_mobile_cart_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D1C8F4;
  min-width: 48px;
  min-height: 28px;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: -4px;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3;
  transition: 0.5s ease;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .desc-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*height: 100%;*/
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .desc-price .desc h4 {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .desc-price .price {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 10px);
  padding: 5px;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart button {
  color: #333333;
  font-size: 14px;
  min-height: 62px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart button:hover {
  background-color: #9685E0;
  color: #fff;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart-with-favorite {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart-with-favorite .favorite {
  text-align: center;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart-with-favorite .favorite i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_favorite_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart-with-favorite .favorite i:hover {
  /*opacity: 0.4;*/
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart-with-favorite .favorite i.active {
  background-image: url(./../images/icon_favorite_purple.svg);
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart-with-favorite .favorite + .cart {
  padding-top: 0;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart-with-favorite .cart {
  width: calc(100% - 20px);
  padding: 10px;
  position: relative;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart-with-favorite .cart button {
  width: 100%;
  border-radius: 8px;
  min-height: 50px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}
.swiper-list-outer .swiper-slide .box .desc-price-cart .cart-with-favorite .cart button:hover {
  background-color: #9685E0;
  color: #fff;
}
.swiper-list-outer .swiper-slide .box:hover {
  /*
  .info {
      .desc {
          h4 {
              color: #9685E0;
          }
      }

      .price {
          color: #9685E0;
      }
  }
  */
}
.swiper-list-outer .swiper-slide .box:hover .img img {
  transform: scale(1.1);
}
.swiper-list-outer .swiper-slide .box:hover .img img.hover {
  opacity: 1;
}
.swiper-list-outer .swiper-slide .box:hover .img:after {
  /*
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  */
}
.swiper-list-outer .swiper-slide .box:hover .img .favorite-cart {
  display: flex;
}
.swiper-list-outer .swiper-slide .box:hover .desc-price-cart {
  display: flex;
}
.swiper-list-outer .swiper-slide .box:hover .favorite-cart {
  display: flex;
}
.swiper-list-outer .swiper-slide .box .favorite-cart {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.swiper-list-outer .swiper-slide .box .favorite-cart .favorite {
  text-align: center;
}
.swiper-list-outer .swiper-slide .box .favorite-cart .favorite i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_favorite_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.swiper-list-outer .swiper-slide .box .favorite-cart .favorite i:hover {
  /*opacity: 0.4;*/
}
.swiper-list-outer .swiper-slide .box .favorite-cart .favorite i.active {
  background-image: url(./../images/icon_favorite_purple.svg);
}
.swiper-list-outer .swiper-slide .box .favorite-cart .favorite + .cart {
  padding-top: 0;
}
.swiper-list-outer .swiper-slide .box .favorite-cart .cart {
  width: calc(100% - 20px);
  padding: 10px;
}
.swiper-list-outer .swiper-slide .box .favorite-cart .cart button {
  width: 100%;
  border-radius: 8px;
  min-height: 50px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}
.swiper-list-outer .swiper-slide .box .favorite-cart .cart button:hover {
  background-color: #9685E0;
  color: #fff;
}
.swiper-list-outer .more {
  margin-top: 5px;
}
.swiper-list-outer .more a {
  font-size: 14px;
  color: #333333;
  display: inline-flex;
  align-items: center;
}
.swiper-list-outer .more a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background-image: url(./../images/icon_arrow_more_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s ease;
}
.swiper-list-outer .more a:hover {
  color: #9685E0;
}
.swiper-list-outer .more a:hover i {
  margin-left: 15px;
}

.section-terms-service {
  padding: 50px 0;
}
.section-terms-service .block-title .sub-title h2 {
  text-align: center;
}
.section-terms-service .terms-service {
  margin-top: 30px;
}
.section-terms-service .terms-service h3 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-terms-service .terms-service p {
  font-size: 16px;
  color: #777E90;
}
.section-terms-service .terms-service ol {
  font-size: 16px;
  margin-left: 1.5em;
  list-style: decimal;
  color: #777E90;
}
.section-terms-service .terms-service ul {
  font-size: 16px;
  margin-left: 1.5em;
  list-style: disc;
  color: #777E90;
}
.section-terms-service .terms-service p + h3,
.section-terms-service .terms-service ol + h3,
.section-terms-service .terms-service ul + h3 {
  margin-top: 15px;
}

.section-privacy-policy {
  padding: 50px 0;
}
.section-privacy-policy .block-title .sub-title h2 {
  text-align: center;
}
.section-privacy-policy .privacy-policy {
  margin-top: 30px;
}
.section-privacy-policy .privacy-policy h3 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-privacy-policy .privacy-policy p {
  font-size: 16px;
  color: #777E90;
}
.section-privacy-policy .privacy-policy ol {
  font-size: 16px;
  margin-left: 1.5em;
  list-style: decimal;
  color: #777E90;
}
.section-privacy-policy .privacy-policy ul {
  font-size: 16px;
  margin-left: 1.5em;
  list-style: disc;
  color: #777E90;
}
.section-privacy-policy .privacy-policy ul.ul-chinese {
  list-style: cjk-ideographic;
  margin-left: 2em;
}
.section-privacy-policy .privacy-policy p + h3,
.section-privacy-policy .privacy-policy ol + h3,
.section-privacy-policy .privacy-policy ul + h3 {
  margin-top: 15px;
}

.section-brands-list .brands-cate-outer {
  background-color: #F9F7FF;
  padding: 15px 0;
}
.section-brands-list .brands-cate-outer .block-outer {
  padding: 0;
}
.section-brands-list .brands-cate-outer .brandsSwiper .swiper-slide {
  display: inline-block;
  width: auto;
}
.section-brands-list .brands-cate-outer .brandsSwiper .swiper-slide a {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  padding: 0 10px;
  min-height: 40px;
  border-radius: 8px;
  color: #333333;
  background-color: #fff;
  margin: 0 2px;
}
.section-brands-list .brands-cate-outer .brandsSwiper .swiper-slide a:hover, .section-brands-list .brands-cate-outer .brandsSwiper .swiper-slide a.active {
  background-color: #9685E0;
  color: #fff;
}
.section-brands-list .brands-cate-outer .brands-cate {
  width: -moz-max-content;
  width: max-content;
}
.section-brands-list .brands-cate-outer .brands-cate a {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 46px;
  border-radius: 8px;
  color: #333333;
  background-color: #fff;
  margin: 0 2px;
}
.section-brands-list .brands-cate-outer .brands-cate a:hover, .section-brands-list .brands-cate-outer .brands-cate a.active {
  background-color: #9685E0;
  color: #fff;
}
.section-brands-list .filter-sort-total {
  padding: 30px 0;
}
.section-brands-list .filter-sort-total .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-brands-list .filter-sort-total .total {
  font-size: 14px;
}
.section-brands-list .filter-sort-total .total b {
  color: #9685E0;
}
.section-brands-list .filter-sort-total .filter-sort-div {
  display: inline-flex;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .btn-filter {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .btn-filter span {
  display: inline-block;
  font-size: 14px;
  color: #333333;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .btn-filter i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_filter_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .btn-filter:hover span, .section-brands-list .filter-sort-total .filter-sort-div .filter-div .btn-filter.active span {
  color: #9685E0;
  font-weight: 500;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .btn-filter:hover i, .section-brands-list .filter-sort-total .filter-sort-div .filter-div .btn-filter.active i {
  background-image: url(./../images/icon_filter_purple.svg);
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu {
  min-width: 300px;
  max-width: 528px;
  display: none;
  position: absolute;
  z-index: 88;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 16px 0;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .label {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #D2D2D2;
  padding: 10px 15px;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .checkbox-list {
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .checkbox-list .sub-item {
  width: 50%;
  padding: 10px 0;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action .action-two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action .action-two-cols .sub-col {
  width: 50%;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action .action-two-cols .sub-col:nth-child(1) {
  margin-left: 50%;
  margin-right: -100%;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action button {
  min-width: 140px;
  min-height: 40px;
  border-radius: 8px;
  background-color: transparent;
  font-size: 14px;
  color: #333333;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action button.btn-reset {
  border: 1px solid transparent;
  color: #4286DE;
  text-decoration: underline;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action button.btn-reset:hover {
  color: #9685E0;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action button.btn-result {
  border: 1px solid #D1D5DB;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action button.btn-result:hover {
  background-color: #9685E0;
  color: #fff;
}
.section-brands-list .filter-sort-total .filter-sort-div .filter-div:hover .dropdown-menu {
  display: block;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div {
  margin-left: 30px;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .btn-sort {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .btn-sort span {
  display: inline-block;
  font-size: 14px;
  color: #333333;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .btn-sort i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_sort_arrow_down_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .btn-sort:hover span, .section-brands-list .filter-sort-total .filter-sort-div .sort-div .btn-sort.active span {
  color: #9685E0;
  font-weight: 500;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .btn-sort:hover i, .section-brands-list .filter-sort-total .filter-sort-div .sort-div .btn-sort.active i {
  background-image: url(./../images/icon_sort_arrow_down_purple.svg);
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .dropdown-menu {
  min-width: 184px;
  position: absolute;
  display: none;
  z-index: 88;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .dropdown-menu .box {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 16px;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .dropdown-menu .box .radio-list .radio-container {
  font-size: 12px;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .dropdown-menu .box .radio-list .radio-container .checkmark {
  top: 1px;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div .dropdown-menu .box .radio-list .item {
  padding: 10px 0;
}
.section-brands-list .filter-sort-total .filter-sort-div .sort-div:hover .dropdown-menu {
  display: block;
}
.section-brands-list .brands-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.section-brands-list .brands-list .item {
  width: calc(25% - 10px);
  margin: 10px 5px;
}
.section-brands-list .brands-list .item .box a {
  color: #333333;
}
.section-brands-list .brands-list .item .box .img {
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.section-brands-list .brands-list .item .box .img img {
  width: 100%;
  transition: 0.5s ease;
}
.section-brands-list .brands-list .item .box .img img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section-brands-list .brands-list .item .box .img .favorite-cart {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.section-brands-list .brands-list .item .box .img .favorite-cart .favorite {
  text-align: center;
}
.section-brands-list .brands-list .item .box .img .favorite-cart .favorite i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_favorite_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.section-brands-list .brands-list .item .box .img .favorite-cart .favorite i.active {
  background-image: url(./../images/icon_favorite_purple.svg);
}
.section-brands-list .brands-list .item .box .img .favorite-cart .cart {
  width: calc(100% - 20px);
  padding: 10px;
}
.section-brands-list .brands-list .item .box .img .favorite-cart .cart button {
  width: 100%;
  border-radius: 8px;
  min-height: 50px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}
.section-brands-list .brands-list .item .box .img .favorite-cart .cart button:hover {
  background-color: #9685E0;
  color: #fff;
}
.section-brands-list .brands-list .item .box .info {
  margin-top: 10px;
}
.section-brands-list .brands-list .item .box .info .desc h4 {
  font-size: 14px;
}
.section-brands-list .brands-list .item .box .info .desc .mobile-favorite {
  display: none;
}
.section-brands-list .brands-list .item .box .info .desc .mobile-favorite i {
  margin-top: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(./../images/icon_mobile_favorite_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.section-brands-list .brands-list .item .box .info .desc .mobile-favorite i.active {
  background-image: url(./../images/icon_mobile_favorite_purple.svg);
}
.section-brands-list .brands-list .item .box .info .price {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.section-brands-list .brands-list .item .box .info .price .mobile-add-cart {
  display: none;
  background-image: url(./../images/icon_mobile_cart_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D1C8F4;
  min-width: 48px;
  min-height: 28px;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: -4px;
}
.section-brands-list .brands-list .item .box:hover .img img {
  transform: scale(1.1);
}
.section-brands-list .brands-list .item .box:hover .img img.hover {
  opacity: 1;
}
.section-brands-list .brands-list .item .box:hover .img .favorite-cart {
  display: flex;
}
.section-brands-list .brands-list .item .box:hover .info {
  /*
  .desc {
      h4 {
          color: #9685E0;
      }
  }

  .price {
      color: #9685E0;
  }
  */
}

.section-product-detail {
  padding-top: 20px;
}
.section-product-detail .block-01 {
  padding: 50px 0;
}
.section-product-detail .block-02 {
  padding: 50px 0 0 0;
}
.section-product-detail .block-03 {
  padding: 50px 0;
}
.section-product-detail .product-slider-info .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-product-detail .product-slider-info .two-cols .col01 {
  width: 52%;
}
.section-product-detail .product-slider-info .two-cols .col02 {
  width: 45%;
}
.section-product-detail .product-slider-info .society-links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.section-product-detail .product-slider-info .society-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #D1C8F4;
  border-radius: 100px;
  margin: 0 2px;
}
.section-product-detail .product-slider-info .society-links a:hover {
  background-color: #333;
}
.section-product-detail .product-slider-info .gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.section-product-detail .product-slider-info .gallery-container .gallery-main {
  width: calc(100% - 70px - 20px);
  overflow: hidden;
  /*height: 300px;*/
}
.section-product-detail .product-slider-info .gallery-container .gallery-main .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.section-product-detail .product-slider-info .gallery-container .gallery-main .swiper-slide img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.section-product-detail .product-slider-info .gallery-container .gallery-main .swiper-button-prev, .section-product-detail .product-slider-info .gallery-container .gallery-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 75px;
  width: 40px;
  color: #e9e9e9;
  background: #1e1e1e;
}
.section-product-detail .product-slider-info .gallery-container .gallery-main .swiper-button-prev::after, .section-product-detail .product-slider-info .gallery-container .gallery-main .swiper-button-next::after {
  font-size: 12px;
}
.section-product-detail .product-slider-info .gallery-container .gallery-main .swiper-button-prev {
  right: 40px;
  border-right: 1px solid #e9e9e9;
}
.section-product-detail .product-slider-info .gallery-container .gallery-thumbs {
  order: -1;
  width: 70px;
  position: relative;
  overflow: hidden;
  /*height: 300px;
  margin-right: 15px;
  padding-left: 15px;*/
}
.section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-slide {
  overflow: hidden;
  border-radius: 2px;
  height: 70px !important;
  opacity: 0.2;
  cursor: pointer;
  /*
  &-active {
      opacity: 0.2;
  }

  &-thumb-active {
      opacity: 1;
      img {
          margin-left: -15px;
      }
  }
  */
}
.section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-slide img {
  transition: 0.3s;
  width: 100%;
}
.section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-button-prev {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(./../images/icon_slider_arrow_up_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-button-prev:after {
  content: "";
}
.section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(./../images/icon_slider_arrow_down_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-button-next:after {
  content: "";
}
.section-product-detail .product-slider-info .product-info .product-favorite {
  display: flex;
  justify-content: flex-end;
}
.section-product-detail .product-slider-info .product-info .product-favorite .btn-favorite {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: inline-flex;
  align-items: center;
}
.section-product-detail .product-slider-info .product-info .product-favorite .btn-favorite i {
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url(./../images/icon_favorite_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.section-product-detail .product-slider-info .product-info .product-favorite .btn-favorite.active {
  color: #9685E0;
}
.section-product-detail .product-slider-info .product-info .product-favorite .btn-favorite.active i {
  background-image: url(./../images/icon_favorite_purple_small.svg);
}
.section-product-detail .product-slider-info .product-info .product-name {
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D5DB;
  margin-top: 10px;
}
.section-product-detail .product-slider-info .product-info .product-name h2 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
}
.section-product-detail .product-slider-info .product-info .product-introduce {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D5DB;
}
.section-product-detail .product-slider-info .product-info .product-introduce.open .label i {
  transform: rotate(0deg);
}
.section-product-detail .product-slider-info .product-info .product-introduce.open .info {
  display: block;
}
.section-product-detail .product-slider-info .product-info .product-introduce .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.section-product-detail .product-slider-info .product-info .product-introduce .label h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  width: calc(100% - 14px);
}
.section-product-detail .product-slider-info .product-info .product-introduce .label i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(./../images/icon_arrow_up_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s ease;
  transform: rotate(180deg);
}
.section-product-detail .product-slider-info .product-info .product-introduce .info {
  display: none;
}
.section-product-detail .product-slider-info .product-info .product-introduce .info p {
  color: #333333;
  font-size: 14px;
  margin-top: 30px;
}
.section-product-detail .product-slider-info .product-info .product-introduce .info table {
  margin-top: 20px;
}
.section-product-detail .product-slider-info .product-info .product-introduce .info table tr td {
  color: #333333;
  font-size: 14px;
  padding: 5px 0;
}
.section-product-detail .product-slider-info .product-info .product-introduce .info table tr td:first-child {
  padding-right: 10px;
}
.section-product-detail .product-slider-info .product-info .product-remind {
  padding: 15px 0;
}
.section-product-detail .product-slider-info .product-info .product-remind p {
  border-left: 4px solid #D1C8F4;
  font-size: 14px;
  color: #333333;
  padding-left: 15px;
}
.section-product-detail .product-slider-info .product-info .product-price {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.section-product-detail .product-slider-info .product-info .product-select-type,
.section-product-detail .product-slider-info .product-info .product-select-color,
.section-product-detail .product-slider-info .product-info .product-select-spec,
.section-product-detail .product-slider-info .product-info .product-price {
  margin-top: 20px;
}
.section-product-detail .product-slider-info .product-info .product-select-type .label,
.section-product-detail .product-slider-info .product-info .product-select-color .label,
.section-product-detail .product-slider-info .product-info .product-select-spec .label,
.section-product-detail .product-slider-info .product-info .product-price .label {
  color: #9685E0;
  font-size: 13px;
}
.section-product-detail .product-slider-info .product-info .radio-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 5px;
}
.section-product-detail .product-slider-info .product-info .radio-list .item {
  display: inline-block;
  margin: 4px;
}
.section-product-detail .product-slider-info .product-info .radio-list .item input[type=radio] {
  display: none;
}
.section-product-detail .product-slider-info .product-info .radio-list .item input + label {
  border: 1px solid #E5E5E5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 0px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  min-width: 58px;
  min-height: 30px;
  border-radius: 4px;
}
.section-product-detail .product-slider-info .product-info .radio-list .item input:checked + label {
  background: #F9F7FF;
  border: 1px solid #9685E0;
}
.section-product-detail .product-slider-info .product-info .radio-list .item input:disabled + label {
  color: rgba(0, 0, 0, 0.5);
  background: #EDEDED;
  border: 1px solid #D1D5DB;
}
.section-product-detail .product-slider-info .product-info .quantity {
  padding: 10px 0;
}
.section-product-detail .product-slider-info .product-info .quantity .box {
  border: 1px solid #CCCCCC;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}
.section-product-detail .product-slider-info .product-info .quantity .box input {
  font-size: 18px;
  text-align: center;
  padding: 0;
  min-height: 30px;
  min-width: 170px;
  border-radius: 0;
  border: none;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  /* Firefox */
}
.section-product-detail .product-slider-info .product-info .quantity .box input::-webkit-outer-spin-button, .section-product-detail .product-slider-info .product-info .quantity .box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-product-detail .product-slider-info .product-info .quantity .box input[type=number] {
  -moz-appearance: textfield;
}
.section-product-detail .product-slider-info .product-info .quantity .box i {
  display: inline-block;
  width: 44px;
  height: 30px;
}
.section-product-detail .product-slider-info .product-info .quantity .box i.btn-subtract {
  background-image: url(./../images/icon_minus_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section-product-detail .product-slider-info .product-info .quantity .box i.btn-increase {
  background-image: url(./../images/icon_plus_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section-product-detail .product-slider-info .product-info .stock {
  font-size: 14px;
  font-weight: 400;
  color: #FF4C4C;
}
.section-product-detail .product-slider-info .product-info .product-remind button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border-radius: 6px;
  background-color: #9685E0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.section-product-detail .product-slider-info .product-info .product-remind button i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_face_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.section-product-detail .product-slider-info .product-info .product-remind button:hover {
  background-color: #333333;
}
.section-product-detail .product-slider-info .product-info .product-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.section-product-detail .product-slider-info .product-info .product-action button {
  width: calc(50% - 5px);
  font-size: 14px;
  font-weight: 400;
  min-height: 40px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-product-detail .product-slider-info .product-info .product-action button.btn-white {
  border: 1px solid #D1D5DB;
  background-color: #fff;
  color: #333333;
}
.section-product-detail .product-slider-info .product-info .product-action button.btn-white a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: 100%;
  height: 100%;
}
.section-product-detail .product-slider-info .product-info .product-action button.btn-white a:hover {
  color: #fff;
}
.section-product-detail .product-slider-info .product-info .product-action button.btn-white:hover {
  background-color: #9685E0;
  border: 1px solid #9685E0;
}
.section-product-detail .product-slider-info .product-info .product-action button.btn-white:hover a:hover {
  color: #fff;
}
.section-product-detail .product-slider-info .product-info .product-action button.btn-purple {
  color: #fff;
  border: 1px solid #9685E0;
  background-color: #9685E0;
}
.section-product-detail .product-slider-info .product-info .product-action button.btn-purple i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_cart_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.section-product-detail .product-slider-info .product-info .product-action button.btn-purple:hover {
  background-color: #333333;
  border: 1px solid #333333;
}
.section-product-detail .rule-shipping-know .toggle-tab {
  display: flex;
  flex-wrap: wrap;
}
.section-product-detail .rule-shipping-know .toggle-tab .item {
  width: calc(33.3333333333% - 2px);
  margin: 0;
  padding: 0;
  border: 1px solid #D2D2D2;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  min-height: 42px;
  font-size: 20px;
}
.section-product-detail .rule-shipping-know .toggle-tab .item a {
  display: block;
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-product-detail .rule-shipping-know .toggle-tab .item.active, .section-product-detail .rule-shipping-know .toggle-tab .item:hover {
  background-color: #9685E0;
  border: 1px solid #9685E0;
  border-bottom: none;
  color: #fff;
}
.section-product-detail .rule-shipping-know .toggle-tab .item.active a, .section-product-detail .rule-shipping-know .toggle-tab .item:hover a {
  color: #fff;
}
.section-product-detail .rule-shipping-know .toggle-detail {
  padding: 40px;
  border: 1px solid #9685E0;
  border-top: 2px solid #9685E0;
  border-radius: 0 0 16px 16px;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail {
  display: none;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail.active {
  display: block;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor {
  font-size: medium;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor img {
  max-width: 100%;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor big {
  font-size: larger;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor strong {
  font-weight: 500;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor em {
  font-style: italic;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.section-product-detail .rule-shipping-know .toggle-detail .detail .html-editor ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.section-cart-detail {
  padding-top: 20px;
}
.section-cart-detail .block-01 {
  padding-top: 30px;
}
.section-cart-detail .block-02 {
  padding-top: 30px;
  padding-bottom: 100px;
}
.section-cart-detail .block-cart-remind {
  padding-top: 30px;
}
.section-cart-detail .block-cart-remind .remind-box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #FF4C4C;
  padding: 6.5px 15px;
  background-color: #FFF1F0;
  border-radius: 8px;
}
.section-cart-detail .block-cart-remind .remind-box .img {
  width: 25px;
}
.section-cart-detail .block-cart-remind .remind-box .img i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_remove_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 3px;
}
.section-cart-detail .block-cart-remind .remind-box .info {
  width: calc(100% - 25px);
  font-size: 14px;
  color: rgba(255, 76, 76, 0.85);
}
.section-cart-detail .cart-order-success .img {
  text-align: center;
}
.section-cart-detail .cart-order-success .info {
  text-align: center;
}
.section-cart-detail .cart-order-success .info h2 {
  font-size: 32px;
  font-weight: 500;
  color: #9685E0;
  margin-top: 20px;
}
.section-cart-detail .cart-order-success .info p {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}
.section-cart-detail .cart-order-success .more {
  text-align: center;
  margin-top: 40px;
}
.section-cart-detail .cart-order-success .more .btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  min-height: 40px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  color: #333333;
}
.section-cart-detail .cart-order-success .more .btn-cart i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_cart_gray_02.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  transition: 0.5s ease;
}
.section-cart-detail .cart-order-success .more .btn-cart:hover {
  background-color: #9685E0;
  color: #fff;
}
.section-cart-detail .cart-order-success .more .btn-cart:hover .btn-cart {
  border: 1px solid #9685E0;
}
.section-cart-detail .cart-order-success .more .btn-cart:hover i {
  background-image: url(./../images/icon_cart_white_02.svg);
}
.section-cart-detail .cart-order-success .more .btn-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  min-height: 40px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  color: #333333;
}
.section-cart-detail .cart-order-success .more .btn-refresh i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_refresh_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  transition: 0.5s ease;
}
.section-cart-detail .cart-order-success .more .btn-refresh:hover {
  background-color: #9685E0;
  color: #fff;
}
.section-cart-detail .cart-order-success .more .btn-refresh:hover .btn-cart {
  border: 1px solid #9685E0;
}
.section-cart-detail .cart-order-success .more .btn-refresh:hover i {
  background-image: url(./../images/icon_refresh_white.svg);
}
.section-cart-detail .cart-order-fail .img {
  text-align: center;
}
.section-cart-detail .cart-order-fail .info {
  text-align: center;
}
.section-cart-detail .cart-order-fail .info h2 {
  font-size: 32px;
  font-weight: 500;
  color: #FF3B30;
  margin-top: 20px;
}
.section-cart-detail .cart-order-fail .info p {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}
.section-cart-detail .cart-order-fail .info p i {
  font-style: normal;
}
.section-cart-detail .cart-order-fail .more {
  text-align: center;
  margin-top: 40px;
}
.section-cart-detail .cart-order-fail .more .btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  min-height: 40px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  color: #333333;
}
.section-cart-detail .cart-order-fail .more .btn-cart i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_cart_gray_02.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  transition: 0.5s ease;
}
.section-cart-detail .cart-order-fail .more .btn-cart:hover {
  background-color: #9685E0;
  color: #fff;
}
.section-cart-detail .cart-order-fail .more .btn-cart:hover .btn-cart {
  border: 1px solid #9685E0;
}
.section-cart-detail .cart-order-fail .more .btn-cart:hover i {
  background-image: url(./../images/icon_cart_white_02.svg);
}
.section-cart-detail .cart-list-item .purple-box {
  padding: 20px;
  border-radius: 16px;
  background-color: #F9F7FF;
}
.section-cart-detail .cart-list-item .cart-list.open .sub-title i {
  transform: rotate(0deg);
}
.section-cart-detail .cart-list-item .cart-list.open .list-item {
  display: block;
}
.section-cart-detail .cart-list-item .cart-list.open .action {
  display: block;
}
.section-cart-detail .cart-list-item .cart-list .sub-title i {
  transform: rotate(180deg);
}
.section-cart-detail .cart-list-item .cart-list .list-item {
  display: none;
}
.section-cart-detail .cart-list-item .cart-list .action {
  display: none;
}
.section-cart-detail .cart-list-item .sub-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.section-cart-detail .cart-list-item .sub-title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  width: calc(100% - 24px);
}
.section-cart-detail .cart-list-item .sub-title h3 .purple {
  color: #9685E0;
}
.section-cart-detail .cart-list-item .sub-title i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_arrow_up_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-cart-detail .cart-list-item .list-item {
  border-radius: 16px;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
  margin-top: 20px;
}
.section-cart-detail .cart-list-item .list-item .table .tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E6E8EC;
  position: relative;
}
.section-cart-detail .cart-list-item .list-item .table .tr.none-stock .td {
  opacity: 0.5;
}
.section-cart-detail .cart-list-item .list-item .table .tr .td {
  font-size: 14px;
  padding: 20px 0;
}
.section-cart-detail .cart-list-item .list-item .table .tr .td:nth-child(1) {
  width: 40%;
  padding-left: 20px;
}
.section-cart-detail .cart-list-item .list-item .table .tr .td:nth-child(2) {
  width: 17%;
  text-align: center;
}
.section-cart-detail .cart-list-item .list-item .table .tr .td:nth-child(3) {
  width: 17%;
  text-align: center;
}
.section-cart-detail .cart-list-item .list-item .table .tr .td:nth-child(4) {
  width: 17%;
  text-align: center;
}
.section-cart-detail .cart-list-item .list-item .table .tr .td:last-child {
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
}
.section-cart-detail .cart-list-item .list-item .table .tr .td-title {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons {
  padding: 20px;
  display: block;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols {
  margin-top: 20px;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon {
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .purple-radius {
  border-radius: 100px;
  min-width: 120px;
  min-height: 24px;
  background-color: #D1C8F4;
  font-size: 11px;
  font-weight: 500;
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-01 {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-01 .point {
  display: none;
  font-size: 16px;
  color: #333333;
  text-align: right;
  width: 120px;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-01 .point .purple {
  color: #9685E0;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-01 .point a {
  color: #007AFF;
  text-decoration: underline;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-01 .point a:hover {
  color: #9685E0;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-02 {
  width: 120px;
  text-align: right;
  font-size: 16px;
  color: #333333;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-02 .purple {
  color: #9685E0;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-02 a {
  color: #007AFF;
  text-decoration: underline;
}
.section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-02 a:hover {
  color: #9685E0;
}
.section-cart-detail .cart-list-item .list-item .table .tr.others {
  padding: 20px;
  display: block;
}
.section-cart-detail .cart-list-item .list-item .table .tr.others .td-others .sub-other {
  padding: 5px 0;
}
.section-cart-detail .cart-list-item .list-item .table .tr.others .td-others .sub-other .gray-radius {
  border-radius: 100px;
  min-width: 120px;
  min-height: 24px;
  background-color: #EDEDED;
  font-size: 11px;
  font-weight: 500;
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.section-cart-detail .cart-list-item .list-item .table .tr.others .td-others .sub-other .purple {
  color: #9685E0;
}
.section-cart-detail .cart-list-item .list-item .table .tr.cart-total-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px 50px 20px 0;
}
.section-cart-detail .cart-list-item .list-item .table .tr.cart-total-info .total-info {
  width: 335px;
}
.section-cart-detail .cart-list-item .list-item .table .tr.cart-total-info .total-info .sub-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
.section-cart-detail .cart-list-item .list-item .table .tr.cart-total-info .total-info .sub-info .label {
  font-size: 14px;
  color: #333333;
}
.section-cart-detail .cart-list-item .list-item .table .tr.cart-total-info .total-info .sub-info .desc {
  font-size: 14px;
  color: #333333;
}
.section-cart-detail .cart-list-item .list-item .table .thead .tr .td {
  font-weight: 500;
}
.section-cart-detail .cart-list-item .list-item .table .tbody .tr:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.section-cart-detail .cart-list-item .list-item .table .tbody .tr:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.section-cart-detail .cart-list-item .list-item .table .tbody .tr:last-child:before {
  background-color: transparent;
}
.section-cart-detail .cart-list-item .list-item .table .tbody .tr:last-child:after {
  background-color: transparent;
}
.section-cart-detail .cart-list-item .list-item .img-info {
  display: flex;
  flex-wrap: wrap;
}
.section-cart-detail .cart-list-item .list-item .img-info .img {
  width: 80px;
}
.section-cart-detail .cart-list-item .list-item .img-info .img img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.section-cart-detail .cart-list-item .list-item .img-info .info {
  width: calc(100% - 80px - 20px);
  padding-left: 20px;
}
.section-cart-detail .cart-list-item .list-item .img-info .info .gift-spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.section-cart-detail .cart-list-item .list-item .img-info .info .gift-spec .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  max-height: 20px;
  background-color: #D1C8F4;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
}
.section-cart-detail .cart-list-item .list-item .img-info .info .gift-spec .btn-choice-spec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 14px;
  min-width: 80px;
  min-height: 30px;
  border-radius: 6px;
}
.section-cart-detail .cart-list-item .list-item .img-info .info .gift-spec .btn-re-choice-spec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  color: #333;
  font-size: 14px;
  min-width: 80px;
  min-height: 30px;
  border-radius: 6px;
}
.section-cart-detail .cart-list-item .list-item .img-info .info .desc {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.section-cart-detail .cart-list-item .list-item .img-info .info .degree {
  margin-top: 10px;
  font-size: 14px;
  color: #9685E0;
}
.section-cart-detail .cart-list-item .list-item .img-info .info .degree .red {
  color: #FF4C4C;
}
.section-cart-detail .cart-list-item .list-item .price,
.section-cart-detail .cart-list-item .list-item .subtotal {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.section-cart-detail .cart-list-item .list-item .quantity .box {
  border: 1px solid #CCCCCC;
  display: inline-flex;
  align-items: center;
}
.section-cart-detail .cart-list-item .list-item .quantity .box input {
  font-size: 18px;
  text-align: center;
  padding: 0;
  min-height: 28px;
  min-width: 60px;
  border-radius: 0;
  border: none;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  color: #000;
  /* Firefox */
}
.section-cart-detail .cart-list-item .list-item .quantity .box input::-webkit-outer-spin-button, .section-cart-detail .cart-list-item .list-item .quantity .box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-cart-detail .cart-list-item .list-item .quantity .box input[type=number] {
  -moz-appearance: textfield;
}
.section-cart-detail .cart-list-item .list-item .quantity .box i {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.section-cart-detail .cart-list-item .list-item .quantity .box i.btn-subtract {
  background-image: url(./../images/icon_minus_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  cursor: pointer;
}
.section-cart-detail .cart-list-item .list-item .quantity .box i.btn-increase {
  background-image: url(./../images/icon_plus_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  cursor: pointer;
}
.section-cart-detail .cart-list-item .list-item .stock {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #FF4C4C;
}
.section-cart-detail .cart-list-item .list-item .quantity + .stock {
  margin-top: 5px;
}
.section-cart-detail .cart-list-item .list-item .remove i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_trash_can_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section-cart-detail .cart-list-item .list-item .remove i:hover {
  background-image: url(./../images/icon_trash_can_purple.svg);
}
.section-cart-detail .cart-list-item .action {
  margin-top: 15px;
}
.section-cart-detail .cart-list-item .action button {
  border: 1px solid #D1D5DB;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
  width: 100%;
  min-height: 42px;
  border-radius: 6px;
  background-color: #fff;
}
.section-cart-detail .cart-list-item .action button i {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_cart_gray_02.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-cart-detail .cart-list-item .action button:hover {
  background-color: #D1C8F4;
}
.section-cart-detail .client-shipping-info .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-cart-detail .client-shipping-info .two-cols .col01 {
  width: calc(100% - 410px - 30px);
  padding-right: 30px;
}
.section-cart-detail .client-shipping-info .two-cols .col02 {
  width: 410px;
}
.section-cart-detail .client-shipping-info .gray-box {
  background-color: #F4F5F6;
  padding: 20px;
  border-radius: 16px;
}
.section-cart-detail .client-shipping-info .gray-box.box-toggle-open .sub-title {
  align-items: center;
  cursor: pointer;
}
.section-cart-detail .client-shipping-info .gray-box.box-toggle-open .sub-title h3 {
  width: calc(100% - 20px);
}
.section-cart-detail .client-shipping-info .gray-box.box-toggle-open .sub-title i {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url(./../images/icon_box_toggle_arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-cart-detail .client-shipping-info .gray-box.box-toggle-open.open .sub-title i {
  transform: rotate(180deg);
}
.section-cart-detail .client-shipping-info .gray-box.box-toggle-open .sub-info {
  display: none;
}
.section-cart-detail .client-shipping-info .gray-box.box-toggle-open .form-div {
  display: none;
}
.section-cart-detail .client-shipping-info .gray-box.box-toggle-open.open .sub-info {
  display: block;
}
.section-cart-detail .client-shipping-info .gray-box.box-toggle-open.open .form-div {
  display: block;
}
.section-cart-detail .client-shipping-info .gray-box + .gray-box {
  margin-top: 20px;
}
.section-cart-detail .client-shipping-info .sub-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-cart-detail .client-shipping-info .sub-title h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.section-cart-detail .client-shipping-info .sub-title .total {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.section-cart-detail .client-shipping-info .sub-title + .form-div {
  margin-top: 25px;
}
.section-cart-detail .client-shipping-info .sub-info p {
  font-size: 14px;
  color: #777E90;
}
.section-cart-detail .client-shipping-info .sub-info ul {
  margin-left: 1.5em;
  list-style: disc;
}
.section-cart-detail .client-shipping-info .sub-title + .sub-info {
  margin-top: 10px;
}
.section-cart-detail .client-shipping-info .form-div .ecpay-pay-list-wrap {
  border-radius: 12px;
}
.section-cart-detail .client-shipping-info .form-div .ecpay-pay-list-wrap .ecpay-pay-list {
  max-width: 100%;
}
.section-cart-detail .client-shipping-info .white-box {
  background-color: #fff;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 16px;
  padding: 16px;
}
.section-cart-detail .client-shipping-info .white-box + .white-box {
  margin-top: 20px;
}
.section-cart-detail .client-shipping-info .agree {
  font-size: 14px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-cart-detail .client-shipping-info .agree a {
  color: #007AFF;
  text-decoration: underline;
}
.section-cart-detail .client-shipping-info .agree a:hover {
  color: #9685E0;
}
.section-cart-detail .client-shipping-info .delivery-order {
  margin-top: 20px;
  border-top: 1px solid #E5E7EB;
  padding-top: 10px;
}
.section-cart-detail .client-shipping-info .delivery-order .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  color: #333333;
  margin: 10px 0;
}
.section-cart-detail .client-shipping-info .delivery-order .item.last-coupon {
  justify-content: flex-end;
  color: #9685E0;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon {
  display: block;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon.hide .coupon-title i {
  transform: rotate(180deg);
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon.hide .coupon-link {
  display: none;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon.hide .coupon-input {
  display: none;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon.hide .coupon-error {
  display: none;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon.hide .coupon-remark {
  display: none;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-title {
  background-color: #9685E0;
  color: #fff;
  border-radius: 8px;
  min-height: 37px;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-title span {
  display: inline-block;
  width: calc(100% - 16px);
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-title i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_arrow_up_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-link a {
  font-size: 14px;
  color: #007AFF;
  text-decoration: underline;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-link a:hover {
  color: #9685E0;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-title + .coupon-link {
  margin-top: 10px;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-input .desc {
  font-weight: 500;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-input input {
  width: calc(100% - 80px - 20px - 2px - 5px);
  border: 1px solid #D1D5DB;
  min-height: 35px;
  border-radius: 8px;
  padding: 0 10px;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-input input.error {
  border-color: #FF383C;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-input button {
  min-width: 80px;
  min-height: 37px;
  border: none;
  border-radius: 8px;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-input button:hover {
  background-color: #9685E0;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-input + .coupon-error {
  margin-top: -15px;
  margin-bottom: 20px;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-input + .coupon-remark {
  margin-top: -15px;
  margin-bottom: 20px;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-error {
  font-size: 14px;
  color: #FF383C;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-error a {
  color: #007AFF;
  text-decoration: underline;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-error a:hover {
  color: #9685E0;
}
.section-cart-detail .client-shipping-info .delivery-order .item.use-coupon .coupon-remark {
  font-size: 14px;
  color: #52C41A;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total {
  margin-left: -16px;
  margin-right: -16px;
  background-color: #F9F7FF;
  margin-bottom: -16px;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .padding {
  padding: 16px;
  width: 100%;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .label-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .label-desc .label {
  font-size: 15px;
  font-weight: 500;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .label-desc .desc {
  font-size: 24px;
  font-weight: 500;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .action {
  margin-top: 15px;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .action button {
  width: 100%;
  background-color: #9685E0;
  min-height: 37px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  padding: 0;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .action button:hover {
  background-color: #333333;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .action button.btn-white {
  border: 1px solid #D1D5DB;
  background-color: #fff;
  color: #333333;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .action button.btn-white:hover {
  background-color: #9685E0;
  border: 1px solid #9685E0;
  color: #fff;
}
.section-cart-detail .client-shipping-info .delivery-order .item.total .action button + button {
  margin-top: 10px;
}

.section-contact .block-01 {
  padding: 100px 0;
}
.section-contact .block-title {
  text-align: center;
}
.section-contact .form-div {
  margin-top: 100px;
  text-align: left;
}
.section-contact .form-div .item .controller textarea {
  min-height: 268px;
}

.section-home .block-01 {
  padding: 50px 0 80px 0;
}
.section-home .block-03, .section-home .block-05 {
  padding: 80px 0;
}
.section-home .block-04 {
  background-color: #F9F7FF;
  padding: 80px 0;
}
.section-home .homeBannerSwiper {
  padding-bottom: 30px;
}
.section-home .homeBannerSwiper.swiper-is-playing-video .pagination-navigation {
  display: none;
}
.section-home .homeBannerSwiper.swiper-is-playing-video .swiper-button-next, .section-home .homeBannerSwiper.swiper-is-playing-video .swiper-button-prev {
  bottom: 80px;
}
.section-home .homeBannerSwiper .swiper-slide {
  position: relative;
}
.section-home .homeBannerSwiper .swiper-slide a {
  display: flex;
  width: 100%;
}
.section-home .homeBannerSwiper .swiper-slide .img {
  display: flex;
}
.section-home .homeBannerSwiper .swiper-slide .img img {
  width: 100%;
}
.section-home .homeBannerSwiper .swiper-slide .img img.mobile {
  display: none;
}
.section-home .homeBannerSwiper .swiper-slide .swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 86%;
  background-color: rgba(0, 0, 0, 0);
}
.section-home .homeBannerSwiper .swiper-slide .info {
  position: absolute;
  color: #fff;
  width: 420px;
  right: calc(50% - 620px);
  top: 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.section-home .homeBannerSwiper .swiper-slide .info a {
  display: block;
}
.section-home .homeBannerSwiper .swiper-slide .info h3 {
  font-size: 24px;
  font-weight: 500;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3019607843);
  text-align: left;
}
.section-home .homeBannerSwiper .swiper-slide .info h1 {
  font-size: 48px;
  font-weight: 500;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3019607843);
}
.section-home .homeBannerSwiper .swiper-slide .info a {
  color: #fff;
}
.section-home .homeBannerSwiper .swiper-slide .info ahover {
  color: #9685E0;
}
.section-home .homeBannerSwiper .swiper-slide .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cfcade;
}
.section-home .homeBannerSwiper .swiper-slide .video video {
  width: 100%;
  height: 100%;
}
.section-home .homeBannerSwiper .swiper-slide .video video.mobile {
  display: none;
}
.section-home .homeBannerSwiper .pagination-navigation {
  position: absolute;
  bottom: 20%;
  color: #fff;
  width: 420px;
  right: calc(50% - 620px);
}
.section-home .homeBannerSwiper .swiper-pagination {
  bottom: 0px;
  /*text-align: left;*/
}
.section-home .homeBannerSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #CDCBC0;
  border-radius: 100px;
}
.section-home .homeBannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9685E0;
  width: 25px;
}
.section-home .homeBannerSwiper .swiper-button-next {
  right: 30px;
  top: auto;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background-image: url(./../images/pagination_icon_arrow_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-home .homeBannerSwiper .swiper-button-next:after {
  content: "";
}
.section-home .homeBannerSwiper .swiper-button-next:hover {
  background-image: url(./../images/pagination_icon_arrow_right_purple.svg);
}
.section-home .homeBannerSwiper .swiper-button-prev {
  left: auto;
  top: auto;
  right: 80px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background-image: url(./../images/pagination_icon_arrow_left_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-home .homeBannerSwiper .swiper-button-prev:after {
  content: "";
}
.section-home .homeBannerSwiper .swiper-button-prev:hover {
  background-image: url(./../images/pagination_icon_arrow_left_purple.svg);
}
.section-home .banner-div .img {
  display: flex;
}
.section-home .banner-div .img img {
  width: 100%;
}
.section-home .big-title {
  color: #1D1D1F;
}
.section-home .big-title h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}
.section-home .big-title h3 {
  font-size: 12px;
  text-align: centlefter;
}
.section-home .our-voice-div .big-title h2 {
  text-align: center;
}
.section-home .our-voice-div .big-title h3 {
  text-align: center;
}
.section-home .our-voice-div .voice-list-outer {
  width: 790px;
  margin: 0 auto;
  margin-top: 30px;
}
.section-home .our-voice-div .voice-list-outer.voice-list-outer-mobile {
  display: none;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper {
  /*width: 800px;*/
  margin: 0 auto;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper .swiper-wrapper {
  flex-direction: row;
  padding-bottom: 20px;
  margin-left: -2.5px;
  margin-right: -2.55px;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper .box {
  position: relative;
  margin: 2.5px;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper .box .img {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper .box .img img {
  width: 100%;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper .box .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 8px;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper .box .info .instagram a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper .box .info .instagram a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_instagram_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper .box .info .instagram a h4 {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}
.section-home .our-voice-div .voice-list-outer .voice-list-swiper .box:hover .info {
  display: flex;
}
.section-home .our-voice-div .voice-list-outer .more {
  margin-top: 5px;
}
.section-home .our-voice-div .voice-list-outer .more a {
  font-size: 14px;
  color: #333333;
  display: inline-flex;
  align-items: center;
}
.section-home .our-voice-div .voice-list-outer .more a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background-image: url(./../images/icon_arrow_more_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s ease;
}
.section-home .our-voice-div .voice-list-outer .more a:hover {
  color: #9685E0;
}
.section-home .our-voice-div .voice-list-outer .more a:hover i {
  margin-left: 15px;
}
.section-home .latestSwiper {
  margin-top: 30px;
  padding-bottom: 20px;
}
.section-home .color-togggle-select {
  background-color: #333333;
  border-radius: 8px;
  padding: 10px 10px;
  margin-top: 20px;
}
.section-home .color-togggle-select .select-outer {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.section-home .color-togggle-select .select-outer a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  padding: 5px 10px;
  border-bottom: 2px solid transparent;
}
.section-home .color-togggle-select .select-outer a.active, .section-home .color-togggle-select .select-outer a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.section-home .swiper-togggle-list {
  margin-top: 30px;
}
.section-home .swiper-togggle-list .swiper-outer {
  display: none;
}
.section-home .swiper-togggle-list .swiper-outer.active {
  display: block;
}
.section-home .swiper-togggle-list .swiper {
  margin-top: 30px;
  padding-bottom: 20px;
}

.section-member {
  padding: 80px 0;
}
.section-member .member-navi-info {
  display: flex;
  flex-wrap: wrap;
}
.section-member .member-navi-info .member-navi {
  width: 330px;
  position: relative;
}
.section-member .member-navi-info .member-info {
  padding-left: 20px;
  width: calc(100% - 330px - 20px);
}
.section-member .member-navi-info .gray-box {
  position: sticky;
  top: 11rem;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.0509803922);
  background-color: #333;
  border-radius: 8px;
  padding: 15px;
  color: #fff;
}
.section-member .member-navi-info .gray-box .sub-top h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.section-member .member-navi-info .gray-box .sub-top p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.section-member .member-navi-info .gray-box .sub-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  margin-top: 20px;
}
.section-member .member-navi-info .gray-box .sub-navi li {
  padding: 5px 0;
}
.section-member .member-navi-info .gray-box .sub-navi li a {
  display: block;
  padding: 5px 0 5px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-left: 5px solid transparent;
}
.section-member .member-navi-info .gray-box .sub-navi li.active a, .section-member .member-navi-info .gray-box .sub-navi li:hover a {
  border-left: 5px solid #fff;
}
.section-member .member-navi-info .white-box {
  border: 1px solid #F3F3F3;
  padding: 20px;
  border-radius: 8px;
}
.section-member .member-navi-info .sub-desc {
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E8EC;
  margin-bottom: 10px;
}
.section-member .member-navi-info .sub-desc p {
  font-size: 14px;
  color: #777E90;
}
.section-member .member-navi-info .sub-title {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-member .member-navi-info .sub-title h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border-left: 5px solid #D1C8F4;
  padding: 0 0 0 15px;
}
.section-member .member-navi-info .sub-title .btn-coupon {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #9685E0;
}
.section-member .member-navi-info .sub-title .btn-coupon i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_coupon_purple.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.section-member .member-navi-info .sub-point .purple-box {
  background-color: #F9F7FF;
  padding: 16px;
  margin: 20px 0;
  border-radius: 4px;
}
.section-member .member-navi-info .sub-point .purple-box .label {
  font-size: 14px;
  color: #9685E0;
}
.section-member .member-navi-info .sub-point .purple-box .point {
  font-size: 30px;
  font-weight: 500;
  color: #0A0A0A;
}
.section-member .member-navi-info .sub-point .point-list .table {
  background-color: #fff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.section-member .member-navi-info .sub-point .point-list .table .tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #F4F5F6;
}
.section-member .member-navi-info .sub-point .point-list .table .tr:last-child {
  border-bottom: none;
}
.section-member .member-navi-info .sub-point .point-list .table .tr .td {
  font-size: 14px;
  color: #6B7280;
  padding: 15px 10px;
}
.section-member .member-navi-info .sub-point .point-list .table .tr .td:nth-child(1) {
  width: calc(25% - 20px);
}
.section-member .member-navi-info .sub-point .point-list .table .tr .td:nth-child(2) {
  width: calc(25% - 20px);
}
.section-member .member-navi-info .sub-point .point-list .table .tr .td:nth-child(3) {
  width: calc(13% - 20px);
}
.section-member .member-navi-info .sub-point .point-list .table .tr .td:nth-child(4) {
  width: calc(25% - 20px);
}
.section-member .member-navi-info .sub-point .point-list .table .tr .td:nth-child(5) {
  width: calc(12% - 20px);
}
.section-member .member-navi-info .sub-point .point-list .table .tr .td b {
  font-weight: 600;
}
.section-member .member-navi-info .sub-point .point-list .table .tr .td .green {
  color: #34C759;
}
.section-member .member-navi-info .sub-point .point-list .table .tr .td .red {
  color: #FF3B30;
}
.section-member .member-navi-info .sub-point .point-list .table .thead .tr {
  background-color: #F9FAFB;
}
.section-member .member-navi-info .sub-point .point-list .table .thead .tr .td {
  font-weight: 500;
  font-size: 12px;
}
.section-member .member-navi-info .sub-coupon {
  margin-top: 10px;
}
.section-member .member-navi-info .sub-coupon .coupon-type {
  background-color: #F9F7FF;
  padding: 15px;
  border-radius: 4px;
}
.section-member .member-navi-info .sub-coupon .coupon-type a {
  font-size: 16px;
  color: #333333;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  margin-right: 30px;
}
.section-member .member-navi-info .sub-coupon .coupon-type a:hover, .section-member .member-navi-info .sub-coupon .coupon-type a.active {
  color: #9685E0;
  border-bottom: 2px solid #D1C8F4;
  font-weight: 600;
}
.section-member .member-navi-info .sub-coupon .coupon-detail {
  margin-top: 15px;
}
.section-member .member-navi-info .sub-coupon .coupon-detail .detail {
  display: none;
}
.section-member .member-navi-info .sub-coupon .coupon-detail .detail.active {
  display: block;
}
.section-member .member-navi-info .sub-coupon .coupon-detail .detail .coupon-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.section-member .member-navi-info .sub-coupon .coupon-detail .detail .coupon-list .item {
  width: calc(50% - 10px);
  margin: 5px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper {
  padding-bottom: 15px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card {
  position: relative;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .img {
  display: flex;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .img img {
  width: 100%;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 30px);
  height: calc(100% - 15px - 5px);
  padding: 15px 15px 5px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
  justify-content: space-between;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info .top .two-cols:nth-child(1) {
  font-size: 8px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info .top .two-cols:nth-child(2) .col:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info .top .two-cols:nth-child(2) .col:nth-child(2) {
  font-size: 14px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info .middle {
  margin-top: 10px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info .middle .two-cols:nth-child(1) {
  font-size: 8px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info .middle .two-cols:nth-child(2) {
  font-size: 10px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info .bottom {
  font-size: 8px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .info .bottom a {
  text-decoration: underline;
  color: #fff;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .lock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .lock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  z-index: 1;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-slide .card .lock .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #F5F7FA;
  width: 58px;
  height: 58px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-pagination {
  display: none;
  bottom: 0px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #CDCBC0;
  border-radius: 100px;
}
.section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9685E0;
  width: 25px;
}
.section-member .member-navi-info .form-div .item .controller input {
  min-height: 40px;
}
.section-member .member-navi-info .form-div .item .controller .radio-list {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -5px;
  margin-right: -5px;
}
.section-member .member-navi-info .form-div .item .controller .radio-list .item {
  margin: 5px;
  /*
  .radio-container{
      font-size: 18px;
      .checkmark{
          top: 6px;
      }
  }
   */
}
.section-member .member-navi-info .form-div .item .controller .btn-purple {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #9685E0;
  background-color: #9685E0;
  border-radius: 6px;
  min-height: 40px;
  width: calc(100% - 2px);
}
.section-member .member-navi-info .form-div .item .controller .btn-purple:hover {
  background-color: #333;
  border: 1px solid #333;
}
.section-member .member-navi-info .form-div .item.action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-member .member-navi-info .form-div .item.action button {
  min-width: 120px;
  min-height: 40px;
  margin: 0;
}
.section-member .member-navi-info .form-div .item.action button.btn-white {
  border: 1px solid #D1D5DB;
  background-color: #fff;
  color: #333333;
}
.section-member .member-navi-info .form-div .item.action button.btn-white:hover {
  background-color: #9685E0;
  border: 1px solid #9685E0;
  color: #fff;
}
.section-member .member-navi-info .form-div .item.action button.btn-purple {
  color: #fff;
  border: 1px solid #9685E0;
  background-color: #9685E0;
  margin-left: 20px;
}
.section-member .member-navi-info .form-div .item.action button.btn-purple:hover {
  background-color: #333333;
  border: 1px solid #333333;
}
.section-member .member-navi-info .sub-record .record-list .table {
  background-color: #fff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.section-member .member-navi-info .sub-record .record-list .table .tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #F4F5F6;
}
.section-member .member-navi-info .sub-record .record-list .table .tr:last-child {
  border-bottom: none;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td {
  font-size: 14px;
  color: #6B7280;
  padding: 15px 8px;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td:nth-child(1) {
  width: calc(100% - 130px - 120px - 100px - 100px - 220px - 16px - 7px);
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td:nth-child(2) {
  width: 114px;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td:nth-child(3) {
  width: 104px;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td:nth-child(4) {
  width: 84px;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td:nth-child(5) {
  width: 84px;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td:nth-child(6) {
  width: 204px;
  text-align: left;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td .btn-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  color: #333333;
  min-width: 94px;
  min-height: 35px;
  margin: 2px;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td .btn-check:hover {
  border: 1px solid #9685E0;
  background-color: #9685E0;
  color: #fff;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td b {
  font-weight: 600;
  color: #333333;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td .purple {
  background-color: #F9F7FF;
  color: #1B1B1B;
  font-size: 12px;
  border-radius: 4px;
  padding: 5px 8px;
}
.section-member .member-navi-info .sub-record .record-list .table .tr .td .red {
  background-color: #FFE4E5;
  color: #1B1B1B;
  font-size: 12px;
  border-radius: 4px;
  padding: 5px 8px;
}
.section-member .member-navi-info .sub-record .record-list .table.table-has-five-td .tr .td:nth-child(1) {
  width: calc(100% - 140px - 140px - 120px - 240px - 16px - 7px);
}
.section-member .member-navi-info .sub-record .record-list .table.table-has-five-td .tr .td:nth-child(2) {
  width: 124px;
}
.section-member .member-navi-info .sub-record .record-list .table.table-has-five-td .tr .td:nth-child(3) {
  width: 124px;
}
.section-member .member-navi-info .sub-record .record-list .table.table-has-five-td .tr .td:nth-child(4) {
  width: 104px;
}
.section-member .member-navi-info .sub-record .record-list .table.table-has-five-td .tr .td:nth-child(5) {
  width: 224px;
}
.section-member .member-navi-info .sub-record .record-list .table .thead .tr {
  background-color: #F9FAFB;
}
.section-member .member-navi-info .sub-record .record-list .table .thead .tr .td {
  font-weight: 500;
  font-size: 12px;
}
.section-member .member-navi-info .sub-record .record-list .table + .table {
  margin-top: 20px;
}
.section-member .member-navi-info .sub-favorite {
  margin-top: 20px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item {
  margin-bottom: 10px;
  padding: 18px 20px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item:last-child {
  /*border-bottom: none;*/
  margin-bottom: 0;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .col01 {
  width: calc(100% - 200px);
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .col02 {
  width: 200px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .sub-col01 {
  width: 80px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .sub-col02 {
  width: calc(100% - 80px - 100px);
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .sub-col03 {
  width: 100px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .mobile-remove-price {
  display: none;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .mobile-remove-price .remove {
  text-align: right;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .img {
  width: 80px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .img img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .info {
  padding: 0 20px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .info .desc {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .info .degree {
  margin-top: 10px;
  font-size: 14px;
  color: #9685E0;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-two-cols {
  display: flex;
  align-items: center;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-two-cols .sub-col01 {
  width: calc(100% - 50px);
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-two-cols .sub-col02 {
  width: 50px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .price {
  font-size: 16px;
  color: #333333;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .btn-white {
  min-width: 120px;
  min-height: 40px;
  color: #333;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #D1D5DB;
  background-color: #fff;
  margin: 2px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .btn-white:hover {
  border: 1px solid #9685E0;
  background-color: #9685E0;
  color: #fff;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .btn-purple {
  min-width: 122px;
  min-height: 42px;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #9685E0;
  margin: 2px;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .btn-purple:hover {
  background-color: #333;
}
.section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .remove i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_trash_can_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.section-coupon-list {
  padding: 80px 0;
}
.section-coupon-list .block-title .sub-title h2 {
  text-align: center;
}
.section-coupon-list .coupon-receive {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.section-coupon-list .coupon-receive input {
  min-width: 303px;
  padding: 0 15px;
  padding-right: 30PX;
  min-height: 40px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  font-size: 14px;
}
.section-coupon-list .coupon-receive .btn-remove {
  margin-left: -30px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_popup_close_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section-coupon-list .coupon-receive .btn-remove + button {
  margin-left: 20px;
}
.section-coupon-list .coupon-receive button {
  min-width: 68px;
  min-height: 42px;
  background-color: #9685E0;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  border-radius: 6px;
}
.section-coupon-list .coupon-receive button:hover {
  background-color: #333;
}
.section-coupon-list .coupon-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.section-coupon-list .coupon-list .item {
  width: calc(33.3333333333% - 10px);
  margin: 5px;
}

@media all and (max-width: 1280px) {
  .section-home .homeBannerSwiper .swiper-slide .info {
    right: 20px;
  }
  .section-home .homeBannerSwiper .pagination-navigation {
    right: 20px;
  }
}
@media all and (max-width: 1200px) {
  .section-member {
    padding: 50px 0;
  }
  .section-member .member-navi-info .member-navi {
    width: 230px;
  }
  .section-member .member-navi-info .member-navi .gray-box {
    top: 9rem;
  }
  .section-member .member-navi-info .member-info {
    width: calc(100% - 230px - 15px);
    padding-left: 15px;
  }
  .section-coupon-list {
    padding: 50px 0;
  }
}
@media all and (max-width: 1150px) {
  .section-member .member-navi-info {
    display: block;
  }
  .section-member .member-navi-info .member-navi {
    width: 100%;
  }
  .section-member .member-navi-info .member-navi .gray-box {
    padding: 10px;
    overflow: hidden;
    overflow-x: auto;
    margin-right: -30px;
    border-radius: 8px 0 0 8px;
  }
  .section-member .member-navi-info .member-navi .gray-box::-webkit-scrollbar {
    display: none;
  }
  .section-member .member-navi-info .member-navi .gray-box .sub-top {
    display: none;
  }
  .section-member .member-navi-info .member-navi .gray-box .sub-bottom {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .section-member .member-navi-info .member-navi .gray-box .sub-bottom .sub-navi {
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
  .section-member .member-navi-info .member-navi .gray-box .sub-bottom .sub-navi li {
    padding: 0 10px;
  }
  .section-member .member-navi-info .member-navi .gray-box .sub-bottom .sub-navi li a {
    border-left: none;
    border-bottom: 2px solid transparent;
    padding: 5px 0;
    font-size: 14px;
  }
  .section-member .member-navi-info .member-navi .gray-box .sub-bottom .sub-navi li.active a {
    border-bottom: 2px solid #fff;
  }
  .section-member .member-navi-info .member-info {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .section-member .member-navi-info .sub-coupon .coupon-type a {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .block-cart-step .cart-step .step-list {
    display: flex;
    justify-content: space-between;
  }
  .block-cart-step .cart-step .step-list .line span {
    width: 22vw;
  }
  .swiper-list-outer .swiper-slide .box .favorite-cart .favorite i:hover {
    opacity: 1;
  }
  .form-div .item .controller .dropdown:hover .select {
    display: none;
  }
  .form-div .item .controller .dropdown.open .select {
    display: block;
  }
  .form-div .item .controller .dropdown.disabled .select {
    display: none;
  }
  .form-div .item .controller .dropdown.disabled.open .select {
    display: none;
  }
  .section-home .our-voice-div .voice-list-outer {
    width: 100%;
  }
  .section-home .our-voice-div .voice-list-outer .voice-list-swiper {
    width: 100%;
  }
  .section-coupon-list .coupon-receive {
    justify-content: center;
  }
  .section-coupon-list .coupon-list .item {
    width: calc(50% - 10px);
  }
  .section-cart-detail .client-shipping-info .two-cols {
    display: block;
  }
  .section-cart-detail .client-shipping-info .two-cols .col01 {
    width: 100%;
    padding-right: 0;
  }
  .section-cart-detail .client-shipping-info .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-cart-detail .client-shipping-info .two-cols .col {
    width: 100%;
  }
  .section-cart-detail .client-shipping-info .two-cols .col:nth-child(2) {
    margin-top: 15px;
  }
  .section-brands-list .brands-list .item {
    width: calc(33.3333333333% - 10px);
  }
  .section-product-detail .product-slider-info .two-cols {
    display: block;
  }
  .section-product-detail .product-slider-info .two-cols .col01 {
    width: 100%;
  }
  .section-product-detail .product-slider-info .two-cols .col02 {
    width: 100%;
  }
  .section-product-detail .product-slider-info .gallery-container {
    display: block;
  }
  .section-product-detail .product-slider-info .gallery-container .gallery-main {
    width: 100%;
  }
  .section-product-detail .product-slider-info .gallery-container .gallery-thumbs {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-button-prev {
    width: 25px;
    height: 100%;
    background-image: url(./../images/icon_slider_arrow_left_white.svg);
  }
  .section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-button-next {
    width: 25px;
    height: 100%;
    left: auto;
    right: 0;
    background-image: url(./../images/icon_slider_arrow_right_white.svg);
  }
  .section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-slide {
    height: auto !important;
  }
}
@media all and (max-width: 930px) {
  .section-member .member-navi-info .sub-record .record-list {
    overflow-x: auto;
  }
  .section-member .member-navi-info .sub-record .record-list .table {
    width: 900px;
  }
}
@media all and (max-width: 820px) {
  .form-div .item .two-cols {
    display: block;
  }
  .form-div .item .two-cols .col {
    width: 100%;
  }
  .form-div .item .two-cols .col:nth-child(2) {
    margin-top: 15px;
  }
  .form-div .item .city-selector-wrapper {
    display: block;
  }
  .form-div .item .city-selector-wrapper .tw-city-selector-container {
    width: 100%;
    display: block;
  }
  .form-div .item .city-selector-wrapper .tw-city-selector-container select {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-div .item .city-selector-wrapper .tw-city-selector-container + input {
    width: calc(100% - 30px - 2px);
  }
  .swiper-list-outer .swiper-slide .box .img .favorite-cart {
    display: none;
  }
  .swiper-list-outer .swiper-slide .box .info .desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .swiper-list-outer .swiper-slide .box .info .desc h4 {
    width: calc(100% - 22px);
  }
  .swiper-list-outer .swiper-slide .box .info .desc .mobile-favorite {
    display: inline-flex;
  }
  .swiper-list-outer .swiper-slide .box .info .price {
    margin-top: 10px;
  }
  .swiper-list-outer .swiper-slide .box .info .price .mobile-add-cart {
    display: inline-block;
  }
  .swiper-list-outer .swiper-slide .box:hover .img .favorite-cart {
    display: none;
  }
  .section-cart-detail .cart-list-item .list-item .table .thead .tr .td {
    display: none;
  }
  .section-cart-detail .cart-list-item .list-item .table .thead .tr .td:nth-child(1) {
    display: block;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .td {
    padding: 15px 0;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .td:nth-child(1) {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .td:nth-child(2) {
    width: 100%;
    padding: 0 15px;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .td:nth-child(2) .price {
    text-align: right;
    font-size: 12px;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .td:nth-child(3) {
    width: calc(50% - 15px);
    padding-left: 15px;
    text-align: left;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .td:nth-child(4) {
    width: calc(50% - 15px);
    padding-right: 15px;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .td:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .quantity {
    text-align: left;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .quantity .number {
    width: 120px;
    text-align: center;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .stock {
    text-align: left;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr .subtotal {
    text-align: right;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.cart-total-info {
    padding: 15px;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.cart-total-info .total-info {
    width: 100%;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.coupons {
    padding: 15px;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon {
    display: block;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-01 {
    width: 100%;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-01 .desc {
    width: calc(100% - 120px);
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-01 .point {
    display: inline-block;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .sub-02 {
    display: none;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.coupons .coupons-cols .sub-coupon .purple-radius {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.others {
    padding: 15px;
  }
  .section-cart-detail .cart-list-item .list-item .table .tr.others .td-others .sub-other .gray-radius {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
  }
  .section-brands-list .brands-list .item .box .img .favorite-cart {
    display: none;
  }
  .section-brands-list .brands-list .item .box .info .desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-brands-list .brands-list .item .box .info .desc h4 {
    width: calc(100% - 22px);
  }
  .section-brands-list .brands-list .item .box .info .desc .mobile-favorite {
    display: inline-flex;
  }
  .section-brands-list .brands-list .item .box .info .price {
    margin-top: 10px;
  }
  .section-brands-list .brands-list .item .box .info .price .mobile-add-cart {
    display: inline-block;
  }
  .section-brands-list .brands-list .item .box:hover .img .favorite-cart {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .block-outer {
    padding: 0 15px;
  }
  .block-title .sub-title h2 {
    font-size: 18px;
  }
  .block-cart-step .cart-step .step-list .circle .img {
    width: 40px;
    height: 40px;
    border-width: 4px;
  }
  .block-cart-step .cart-step .step-list .circle .img .box img {
    transform: scale(0.6);
  }
  .block-cart-step .cart-step .step-list .circle .desc {
    font-size: 12px;
  }
  .block-cart-step .cart-step .step-list .line {
    padding: 0;
  }
  .block-cart-step .cart-step .step-list .line span {
    margin-top: 24px;
    width: calc(50vw - 72px - 40px);
    height: 4px;
  }
  .swiper-list-outer .block-title .big-title h3, .voice-list-outer .block-title .big-title h3 {
    font-size: 10px;
  }
  .swiper-list-outer .block-title .big-title h2, .voice-list-outer .block-title .big-title h2 {
    font-size: 18px;
  }
  .swiper-list-outer .block-title .big-title .two-cols, .voice-list-outer .block-title .big-title .two-cols {
    display: flex;
    justify-content: space-between;
  }
  .swiper-list-outer .block-title .big-title .two-cols .col02, .voice-list-outer .block-title .big-title .two-cols .col02 {
    width: 64px;
  }
  .swiper-list-outer .block-title .big-title .swiper-button-prev, .voice-list-outer .block-title .big-title .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-image: url(./../images/pagination_icon_mobile_arrow_left_dark_gray.svg);
    background-size: 100% auto;
    left: 0;
    right: auto;
  }
  .swiper-list-outer .block-title .big-title .swiper-button-next, .voice-list-outer .block-title .big-title .swiper-button-next {
    width: 30px;
    height: 30px;
    background-image: url(./../images/pagination_icon_mobile_arrow_right_dark_gray.svg);
    background-size: 100% auto;
    right: 0;
    left: auto;
  }
  .swiper-list-outer .swiper-scrollbar, .voice-list-outer .swiper-scrollbar {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
  }
  .swiper-list-outer .more, .voice-list-outer .more {
    padding: 0 15px;
  }
  .swiper-list-outer .more a, .voice-list-outer .more a {
    font-size: 12px;
  }
  .section-home .block-01, .section-home .block-03, .section-home .block-05 {
    padding: 50px 0;
  }
  .section-home .block-01 .block-title, .section-home .block-03 .block-title {
    padding: 0 15px;
  }
  .section-home .block-01 .block-outer, .section-home .block-03 .block-outer {
    padding: 0;
  }
  .section-home .block-04 {
    padding: 50px 0;
  }
  .section-home .block-04 .block-outer {
    padding: 0;
  }
  .section-home .block-05 .block-outer {
    padding: 0;
  }
  .section-home .block-05 .big-title {
    padding: 0 15px;
  }
  .section-home .big-title h3 {
    font-size: 10px;
    text-align: left;
  }
  .section-home .big-title h2 {
    font-size: 18px;
    text-align: left;
  }
  .section-home .our-voice-div .big-title {
    padding: 0 15px;
  }
  .section-home .our-voice-div .big-title h3 {
    font-size: 10px;
    text-align: left;
  }
  .section-home .our-voice-div .big-title h2 {
    font-size: 18px;
    text-align: left;
  }
  .section-home .homeBannerSwiper {
    padding-bottom: 0;
  }
  .section-home .homeBannerSwiper .swiper-slide .img img.web {
    display: none;
  }
  .section-home .homeBannerSwiper .swiper-slide .img img.mobile {
    display: block;
  }
  .section-home .homeBannerSwiper .swiper-slide .video video.web {
    display: none;
  }
  .section-home .homeBannerSwiper .swiper-slide .video video.mobile {
    display: block;
  }
  .section-home .homeBannerSwiper .swiper-slide .info {
    width: calc(100% - 40px);
    align-items: center;
    justify-content: flex-end;
    height: 85%;
  }
  .section-home .homeBannerSwiper .swiper-slide .info h3 {
    font-size: 14px;
    text-align: center;
  }
  .section-home .homeBannerSwiper .swiper-slide .info h1 {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
  }
  .section-home .homeBannerSwiper .pagination-navigation {
    bottom: 3%;
    width: calc(100% - 40px);
  }
  .section-home .homeBannerSwiper .pagination-navigation .swiper-pagination {
    text-align: center;
  }
  .section-home .homeBannerSwiper .swiper-pagination {
    display: none;
  }
  .section-home .homeBannerSwiper .swiper-button-next, .section-home .homeBannerSwiper .swiper-button-prev {
    display: none;
  }
  .section-home .banner-div {
    padding: 0 15px;
  }
  .section-home .color-togggle-select {
    margin: 20px 0 0 15px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    overflow-x: auto;
  }
  .section-home .color-togggle-select::-webkit-scrollbar {
    display: none;
  }
  .section-member .member-navi-info {
    display: block;
  }
  .section-member .member-navi-info .member-navi .gray-box {
    margin-right: -15px;
  }
  .section-member .member-navi-info .sub-point .point-list {
    overflow-x: auto;
  }
  .section-member .member-navi-info .sub-point .point-list::-webkit-scrollbar {
    display: none;
  }
  .section-member .member-navi-info .sub-point .point-list .table {
    width: 750px;
  }
  .section-member .member-navi-info .sub-point .point-list .table .tr .td {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section-member .member-navi-info .sub-point .point-list .table .thead .tr .td {
    font-size: 14px;
  }
  .section-member .member-navi-info .sub-record .record-list::-webkit-scrollbar {
    display: none;
  }
  .section-member .member-navi-info .sub-record .record-list .table {
    width: 820px;
  }
  .section-member .member-navi-info .sub-record .record-list .table .tr .td {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .section-member .member-navi-info .sub-record .record-list .table .thead .tr .td {
    font-size: 14px;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols {
    display: block;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .col01 {
    width: 100%;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .col02 .sub-two-cols .sub-col01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .col02 .sub-two-cols .sub-col02 {
    display: none;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols {
    display: block;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .sub-col01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .sub-col02 {
    width: 100%;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .sub-col03 .price {
    display: none;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .info {
    padding: 0;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .info .degree {
    margin-top: 5px;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .sub-three-cols .mobile-remove-price {
    display: inline-block;
  }
  .section-cart-detail .cart-list-item .purple-box .sub-title h3 {
    font-size: 16px;
  }
  .section-brands-list .brands-list .item {
    width: calc(50% - 10px);
  }
  .section-brands-list .brands-cate-outer .brandsSwiper .swiper-slide a {
    min-width: 100px;
    min-height: 32px;
  }
  .section-product-detail .product-slider-info .product-info .product-name h2 {
    font-size: 18px;
  }
  .section-product-detail .product-slider-info .product-info .product-remind.product-bind-degree {
    position: fixed;
    z-index: 88;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  .section-product-detail .product-slider-info .product-info .product-remind.product-bind-degree button {
    min-height: 55px;
    border-radius: 0;
  }
  .section-product-detail .product-slider-info .product-info .product-action {
    position: fixed;
    z-index: 88;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  .section-product-detail .product-slider-info .product-info .product-action button {
    min-height: 55px;
    border-radius: 0;
    width: 50%;
  }
  .section-product-detail .rule-shipping-know .toggle-tab .item {
    min-height: 38px;
  }
  .section-product-detail .rule-shipping-know .toggle-detail {
    padding: 20px;
  }
  .section-product-detail .block-03 .block-outer {
    padding: 0;
  }
  .section-product-detail .block-03 .block-outer .swiper-list-outer .block-title {
    padding: 0 15px;
  }
  .section-contact .block-01 {
    padding: 30px 0;
  }
  .section-contact .form-div {
    margin-top: 30px;
  }
  .section-contact .form-div .item.action button {
    width: 100%;
  }
  .section-privacy-policy .privacy-policy p {
    font-size: 12px;
  }
  .section-privacy-policy .privacy-policy ul {
    font-size: 12px;
  }
  .section-terms-service .terms-service h3 {
    font-size: 14px;
  }
  .section-terms-service .terms-service p {
    font-size: 12px;
  }
  .section-terms-service .terms-service ul {
    font-size: 12px;
  }
  .section-cart-detail .client-shipping-info .gray-box {
    padding: 15px;
  }
  .section-cart-detail .client-shipping-info .delivery-order .item.total {
    position: fixed;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .section-cart-detail .client-shipping-info .delivery-order .item.total .padding {
    padding-bottom: 16px;
  }
  .section-cart-detail .client-shipping-info .delivery-order .item.total .action {
    margin-top: 5px;
  }
  .section-cart-detail .cart-order-success .img img {
    height: 40px;
  }
  .section-cart-detail .cart-order-success .info h2 {
    font-size: 18px;
  }
  .section-cart-detail .cart-order-success .info p {
    margin-top: 10px;
    font-size: 14px;
  }
  .section-cart-detail .cart-order-fail .img img {
    height: 40px;
  }
  .section-cart-detail .cart-order-fail .info h2 {
    font-size: 18px;
  }
  .section-cart-detail .cart-order-fail .info p {
    margin-top: 10px;
    font-size: 14px;
  }
  .section-cart-detail .cart-order-fail .info p span {
    display: block;
  }
  .section-cart-detail .cart-order-fail .info p i {
    display: none;
  }
  .body-mobile-total-add-footer-padding footer .section-footer {
    /*padding-bottom: 160px;*/
  }
}
@media all and (max-width: 749px) {
  .section-home .our-voice-div .voice-list-outer.voice-list-outer-web {
    display: none;
  }
  .section-home .our-voice-div .voice-list-outer.voice-list-outer-mobile {
    display: block;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item .checkbox-list .checkmark {
    top: 0px;
  }
  .section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper {
    padding-bottom: 25px;
  }
  .section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-pagination {
    display: block;
  }
  .section-member .member-navi-info .sub-level .card-swiper-outer .cardSwiper .swiper-scrollbar {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .block-breadcrumb {
    display: none;
  }
  .pagination .next {
    width: 30px;
    height: 30px;
    background-image: url(./../images/pagination_icon_mobile_arrow_right_dark_gray.svg);
  }
  .pagination .next.disabled {
    background-image: url(./../images/pagination_icon_mobile_arrow_right_light_gray.svg);
  }
  .pagination .prev {
    width: 30px;
    height: 30px;
    background-image: url(./../images/pagination_icon_mobile_arrow_left_dark_gray.svg);
  }
  .pagination .prev.disabled {
    background-image: url(./../images/pagination_icon_mobile_arrow_left_light_gray.svg);
  }
  .form-div .item .controller .three-cols {
    display: block;
  }
  .form-div .item .controller .three-cols .col {
    width: 100%;
  }
  .form-div .item .controller .three-cols .col:nth-child(2), .form-div .item .controller .three-cols .col:nth-child(3) {
    margin-top: 10px;
    width: 100%;
  }
  .form-div .item .controller .three-cols.address-three-cols {
    display: block;
  }
  .form-div .item .controller .three-cols.address-three-cols .col {
    width: 100%;
  }
  .form-div .item .controller .three-cols.address-three-cols .col:nth-child(2), .form-div .item .controller .three-cols.address-three-cols .col:nth-child(3) {
    margin-top: 10px;
    width: 100%;
  }
  .swiper-list-outer .block-title .big-title h3 {
    font-size: 10px;
  }
  .swiper-list-outer .block-title .big-title h2 {
    font-size: 18px;
  }
  .body-open-filter {
    overflow: hidden;
  }
  .body-open-filter header {
    z-index: 1;
  }
  .body-open-filter main {
    z-index: 99;
  }
  .body-open-filter .section-brands-list .filter-sort-total {
    position: relative;
    z-index: 99;
  }
  .body-open-filter .section-brands-list .filter-sort-total .filterOverlap {
    cursor: pointer;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
  }
  .body-open-filter .section-brands-list .filter-sort-total .filter-sort-div .filter-div.open-dropdown .dropdown-menu, .body-open-filter .section-brands-list .filter-sort-total .filter-sort-div .sort-div.open-dropdown .dropdown-menu {
    display: block;
  }
  .body-open-filter .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .checkbox-list .sub-item {
    width: 100%;
  }
  .body-open-filter .section-brands-list .brands-list {
    position: relative;
    z-index: 1;
  }
  .section-member .member-navi-info .form-div .item.action {
    justify-content: space-between;
  }
  .section-member .member-navi-info .form-div .item.action button {
    width: calc(50% - 10px);
  }
  .section-member .member-navi-info .sub-point .purple-box .label {
    font-size: 12px;
  }
  .section-member .member-navi-info .sub-coupon {
    margin-top: 20px;
  }
  .section-member .member-navi-info .sub-coupon .coupon-detail {
    margin-top: 15px;
  }
  .section-member .member-navi-info .sub-coupon .coupon-detail .detail .coupon-list {
    margin-left: 0;
    margin-right: 0;
  }
  .section-member .member-navi-info .sub-coupon .coupon-detail .detail .coupon-list .item {
    width: 100%;
    margin: 5px 0;
  }
  .section-member .member-navi-info .sub-favorite {
    margin-top: 20px;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .btn-white {
    min-width: calc(50% - 10px);
    margin: 0;
  }
  .section-member .member-navi-info .sub-favorite .favorite-list .item .two-cols .btn-purple {
    min-width: calc(50% - 10px);
    margin: 0;
  }
  .section-member .member-navi-info .sub-record {
    margin-top: 20px;
  }
  .section-member .member-navi-info .sub-form {
    margin-top: 20px;
  }
  .section-coupon-list .coupon-receive {
    justify-content: space-between;
  }
  .section-coupon-list .coupon-receive input {
    min-width: auto;
    width: calc(100% - 30px - 68px - 10px - 2px - 15px);
  }
  .section-coupon-list .coupon-list .item {
    width: 100%;
    margin: 5px 0;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .sort-div {
    margin-left: 20px;
  }
  .section-product-detail {
    padding-top: 0;
  }
  .section-product-detail .block-01 {
    padding: 0;
  }
  .section-product-detail .block-02 {
    padding-top: 40px;
  }
  .section-product-detail .block-03 {
    padding-bottom: 40px;
  }
  .section-product-detail .product-slider-info .two-cols .col01 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding-right: 0;
  }
  .section-product-detail .product-slider-info .gallery-container .gallery-main .swiper-slide img {
    border-radius: 0;
  }
  .section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-button-prev, .section-product-detail .product-slider-info .gallery-container .gallery-thumbs .swiper-button-next {
    display: none;
  }
  .section-product-detail .product-slider-info .product-info .product-favorite {
    padding: 15px 0 10px 0;
  }
  .section-product-detail .product-slider-info .product-info .product-favorite .btn-favorite i {
    width: 20px;
    height: 20px;
    margin-right: 0;
    background-size: 20px auto;
    background-image: url(./../images/icon_favorite_gray_mobile.svg);
  }
  .section-product-detail .product-slider-info .product-info .product-favorite .btn-favorite span {
    display: none;
  }
  .section-product-detail .product-slider-info .product-info .product-favorite .btn-favorite.active i {
    background-image: url(./../images/icon_favorite_purple_mobile.svg);
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu {
    left: -15px;
    top: -144px;
    width: 280px;
    height: 100%;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box {
    height: 100vh;
    border-radius: 0;
    overflow-y: auto;
    padding: 0;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    border-bottom: none;
    padding: 15px 15px;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .label span {
    display: inline-block;
    width: calc(100% - 14px);
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .label i {
    display: inline-block;
    width: 14px;
    height: 14px;
    /*background-image: url(./../images/icon_arrow_right_gray.svg);*/
    background-image: url(./../images/icon_mobile_arrow_right_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item .checkbox-list {
    display: none;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.open .label i {
    transform: rotate(90deg);
    /*background-image: url(./../images/icon_arrow_right_purple.svg);*/
    background-image: url(./../images/icon_mobile_arrow_right_purple.svg);
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.open .checkbox-list {
    display: block;
    background-color: #F9F7FF;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action button {
    min-width: 100%;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action .action-two-cols {
    display: block;
    padding: 0 15px;
    width: calc(100% - 30px);
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action .action-two-cols .sub-col {
    width: 100%;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div .dropdown-menu .box .filter-list .item.action .action-two-cols .sub-col:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .filter-div:hover .dropdown-menu {
    display: none;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .sort-div .dropdown-menu {
    left: -15px;
    top: -137px;
    width: 280px;
    height: 100%;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .sort-div .dropdown-menu .box {
    height: 100vh;
    border-radius: 0;
  }
  .section-brands-list .filter-sort-total .filter-sort-div .sort-div:hover .dropdown-menu {
    display: none;
  }
  .section-cart-detail .block-02 {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .section-cart-detail .cart-order-fail .more .btn-cart, .section-cart-detail .cart-order-success .more .btn-cart {
    min-width: calc(100% - 2px);
  }
  .section-member .member-navi-info .member-navi .gray-box .sub-bottom .sub-navi {
    padding-right: 100px;
  }
}/*# sourceMappingURL=main.css.map */