@charset "UTF-8";
html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}

input {
  -webkit-user-select: auto;
}

html {
  background-color: #f8f8f8;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  background: white;
  width: 100%;
  height: 100%;
}

input {
  outline: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

p {
  font-family: Avenir;
  font-weight: lighter;
}

.position-relative {
  position: relative;
  height: 100%;
}

.clear {
  clear: both;
}

a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.width100 {
  width: 100%;
}

.wrapper {
  width: 88%;
  margin: auto;
}

.wrapper90 {
  width: 90%;
  margin: auto;
}

.marginT1 {
  margin-top: 1rem;
}

.marginT2 {
  margin-top: 2rem;
}

.marginT3 {
  margin-top: 3rem;
}

.center {
  text-align: center;
}

.left {
  text-align: left !important;
}

.underline {
  text-decoration: underline;
}

.small-text {
  font-size: 15px;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
}

textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

textarea:-ms-input-placeholder {
  color: #ccc;
}

textarea::placeholder {
  color: #ccc;
}

textarea:focus::-webkit-input-placeholder {
  color: #999;
}

textarea:focus::-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

textarea:focus:-ms-input-placeholder {
  color: #999;
}

textarea:focus::placeholder {
  color: #999;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.container {
  width: 80%;
  margin: auto;
}

button {
  outline: none !important;
}
button:hover {
  outline: none !important;
}
button:focus {
  outline: none !important;
}

.main-login-logo-page {
  background: linear-gradient(to left, #8842FF 0%, #7B5CFF 100%);
}

.main-logo {
  width: 100%;
  text-align: center;
}
.main-logo > .logo {
  width: 50%;
  margin-top: 28vh;
}
.main-logo > .text {
  width: 5rem;
  margin-top: 1rem;
}

.shopping-page {
  height: auto;
  overflow-y: scroll;
  background-color: #F8F8F8;
}
.shopping-page > .wrapper {
  width: 90%;
}

.loader {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 60px;
  width: 60px;
  margin: auto;
  margin-top: 1.5rem;
}

.loading-spinning-bubbles {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.loading-spinning-bubbles .bubble {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  -webkit-animation: bubble 1s infinite;
  animation: bubble 1s infinite;
}

.loading-spinning-bubbles .bubble:nth-child(1) {
  top: -5px;
  left: -5px;
}

.loading-spinning-bubbles .bubble:nth-child(2) {
  top: -5px;
  right: -5px;
}

.loading-spinning-bubbles .bubble:nth-child(3) {
  bottom: -5px;
  right: -5px;
}

.loading-spinning-bubbles .bubble:nth-child(4) {
  bottom: -5px;
  left: -5px;
}

.loading-spinning-bubbles .box {
  width: 53%;
  height: 53%;
  position: absolute;
  top: 20%;
  right: 20%;
}

.loading-spinning-bubbles .box:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loading-spinning-bubbles .box:nth-child(1) .bubble:nth-child(1) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.loading-spinning-bubbles .box:nth-child(1) .bubble:nth-child(2) {
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.loading-spinning-bubbles .box:nth-child(1) .bubble:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading-spinning-bubbles .box:nth-child(1) .bubble:nth-child(4) {
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.loading-spinning-bubbles .box:nth-child(2) .bubble:nth-child(2) {
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.loading-spinning-bubbles .box:nth-child(2) .bubble:nth-child(3) {
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.loading-spinning-bubbles .box:nth-child(2) .bubble:nth-child(4) {
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.loading-spinning-bubbles .box:nth-child(2) .bubble:nth-child(1) {
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

@-webkit-keyframes bubble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.password-limt > li {
  list-style: inside;
  font-size: 15px;
}

.login-and-register {
  background: white;
  height: 100%;
}
.login-and-register > .banner {
  width: auto;
  height: 95%;
  opacity: 0.4;
  position: absolute;
  right: 0;
}
.login-and-register > .wrapper {
  width: 90%;
}
.login-and-register > .wrapper > .login-register-content {
  position: absolute;
  width: 90%;
  bottom: 30px;
}
.login-and-register > .wrapper > .login-register-content > .pinta-tag {
  color: white;
  font-size: 18px;
  display: inline-block;
  font-family: Avenir;
  font-weight: bold;
  background-color: #EA4587;
  border-radius: 0 10px 0 10px;
  padding: 5px 7px;
}
.login-and-register > .wrapper > .login-register-content > h1 {
  font-family: Avenir;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 4rem;
}
.login-and-register > .wrapper > .login-register-content > h1 > .pinta-h1 {
  color: #EA4587;
  text-decoration: underline;
}

.login-register-content-en-h1 {
  font-size: 30px !important;
}

.pinta-tag-en {
  font-size: 30px !important;
}

.primary-btn, .outline-btn {
  border: 2px solid #7B5CFF;
  background: linear-gradient(to left, #8842FF 0%, #7B5CFF 100%);
  margin-left: 0;
  border-radius: 50px;
  margin-top: 10px;
  width: 100%;
  padding: 10px 20px;
  box-shadow: none;
  transition: all 0.2s linear;
  text-decoration: none;
}
.primary-btn > p, .outline-btn > p {
  text-align: center;
  color: white;
  margin: 0;
  text-decoration: none;
}
.primary-btn:hover, .outline-btn:hover {
  background: #a473ff;
  border-color: #a473ff;
  text-decoration: none;
}
.primary-btn:hover > p, .outline-btn:hover > p {
  text-align: center;
  color: white;
}

.second-btn {
  background: transparent;
}
.second-btn > p {
  color: #7B5CFF;
}

.non-active-btn {
  background: #F2F2F2;
  border: none;
  padding: 10px 20px;
  color: #A8A8A8;
  font-family: Avenir;
}
.non-active-btn > p {
  font-family: Avenir;
  color: #A8A8A8;
}
.non-active-btn:hover {
  background: #F2F2F2;
  color: #A8A8A8;
}

.active-btn {
  background: linear-gradient(to left, #8842FF 0%, #7B5CFF 100%);
  border: 2px #7B5CFF solid;
  padding: 10px 20px;
  color: white;
  font-family: Avenir;
}
.active-btn > p {
  font-family: Avenir;
  color: white;
}
.active-btn:hover {
  background: #a473ff;
}

.primary-input, .white-input {
  background: #F2F2F2;
  border: 0px #F2F2F2 solid;
  padding: 10px 20px;
  margin-top: 15px;
}
.primary-input > p, .white-input > p {
  font-family: Avenir;
  color: #CACACA;
}
.primary-input:hover, .white-input:hover {
  background: white;
  border: 2px #7B5CFF solid;
}
.primary-input:hover .input-wrap > .price_char, .white-input:hover .input-wrap > .price_char {
  top: 24.5px;
}
.primary-input:focus, .white-input:focus {
  background: white;
}

.white-input {
  background-color: white;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.loader-info-btn {
  position: absolute;
  bottom: 8%;
}
.loader-info-btn > p {
  color: white;
  text-align: center;
  font-size: 15px;
  width: 90%;
  margin: auto;
}
.loader-info-btn > a > div {
  width: 50%;
  text-align: center;
  margin: 10px auto;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: white;
}
.loader-info-btn > a > div > i {
  margin: 0 0 0 5px;
}

.input-wrap > p {
  color: #A8A8A8;
  margin-bottom: 0;
  font-size: 18px;
  font-family: Avenir;
}

.semantic-input > i {
  font-size: 17px;
}
.semantic-input > input {
  border-radius: 50px !important;
  padding: 10px !important;
  padding-left: 35px !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
  font-size: 16px;
  border: 2px rgba(255, 255, 255, 0.8) solid !important;
}
.semantic-input > input:focus {
  border: 2px #8842FF solid !important;
}

.search-margin {
  margin-top: -6px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.copyright {
  color: #8842FF;
  font-size: 12px;
  font-weight: lighter;
  text-align: center;
}

.fix-bottom {
  position: fixed !important;
  bottom: 50px;
  width: 100%;
}

.log_btn {
  width: 88%;
  margin: auto;
  position: fixed !important;
}

.fix-bottom-0 {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.header {
  font-size: 20px;
  color: #343434;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 12px;
}

.back-icon {
  float: left;
  margin-top: -38px;
}
.back-icon > svg {
  fill: #343434;
}

.cart-wrap {
  position: relative;
  width: 40px;
  float: right;
  margin-left: 15px;
  margin-top: -39px;
}
.cart-wrap .notify-icon {
  position: absolute;
  z-index: 4;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #8842FF;
  margin-left: 20px;
  margin-top: -7px;
}
.cart-wrap .notify-icon > p {
  margin: 0;
  font-size: 12px;
  color: white;
  /* padding-left: 2px; */
  padding-top: 2px;
  text-align: center;
}
.cart-wrap .cart {
  position: absolute;
  z-index: 3;
}
.cart-wrap .cart > img {
  width: 30px;
}

.phone-register {
  width: 100%;
  background: #F2F2F2;
  border: 2px #F2F2F2 solid;
  padding: 5px 20px;
  margin-top: 15px;
  border-radius: 50px;
  outline: none;
  position: relative;
}

.xiajiantou {
  position: absolute;
  height: 14px;
  width: 24px;
  left: 50px;
  top: 17px;
}
.xiajiantou img {
  height: 7px;
  width: 12px;
}

.add-focus:hover {
  background: white;
  border: 2px #7B5CFF solid;
}
.add-focus:hover > .country-code {
  background: white;
}
.add-focus:focus {
  background: white;
  border: 2px #7B5CFF solid;
}

.has-content {
  background: white;
  border: 2px #7B5CFF solid;
}
.has-content > .country-phone {
  background: white;
  border-color: white;
  border-left-color: #CACACA;
}
.has-content > .country-code {
  background: white;
}

.country-code {
  display: inline-block;
  width: 23% !important;
  padding: 12px 0;
  border: none;
  color: #8842FF;
  background: #f2f2f2;
  outline: none;
  letter-spacing: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.country-code:focus {
  outline: none;
}

.country-phone {
  display: inline-block;
  width: 74% !important;
  border-left: 1px #CACACA solid;
  border-radius: 0 50px 50px 0;
  padding: 5px 20px;
  margin: 0;
}
.country-phone:hover {
  border-color: transparent;
}
.country-phone:focus {
  background: white;
  border-color: transparent;
  border-left: 1px #CACACA solid;
}

.space-bottom {
  width: 100%;
  height: 110px;
}

.normal-content {
  color: #343434 !important;
}

.pinta-text {
  color: #EA4587;
}

.cancel-text {
  color: #A8A8A8 !important;
}

.green-text {
  color: #3CC64A !important;
}

.delete-bg {
  background: #EA3C3C;
  border-color: #EA3C3C;
}
.delete-bg:hover {
  background: #ff7979;
  border-color: #ff7979;
}

.original-text {
  color: #8842FF;
}

.checked-color {
  color: #8842FF !important;
}

.highlight-content {
  margin-top: 1rem;
  color: #8842FF;
  display: inline-block;
}

.highlight-content-register {
  text-decoration: underline;
  font-weight: bold;
  text-align: right;
}

.agreement-label {
  font-size: 12px;
  font-family: Avenir;
  font-weight: lighter;
}
.agreement-label > a > .highlight-content {
  text-decoration: underline;
}

.checkbox-style {
  border: 1px #E0E0E0 solid;
  border-radius: 3px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  vertical-align: middle;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.checkbox-style:checked {
  background: #7B5CFF !important;
  color: #8842FF !important;
}

.checkbox-style:checked {
  background-color: #7B5CFF;
  background: #8842FF;
}

.vcode {
  width: 100%;
  text-align: center;
}

.vcode-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  border: none;
  margin: 0 19px;
  color: #8842FF;
  background: white;
  border-bottom: 1px #D8DAE0 solid;
}

.modal-content {
  width: 90%;
  border-radius: 25px;
  outline: none;
  text-align: center;
}
.modal-content > .check-circle {
  background: #8842FF;
  width: 70px;
  border-radius: 50%;
  margin: auto;
  border: 6px white solid;
  margin-top: -30px;
}
.modal-content > h1 {
  font-size: 26px;
  color: #343434;
}
.modal-content > p {
  width: 70%;
  font-size: 14px;
  font-family: Avenir;
  color: #6E7989;
  margin: auto;
  margin-top: 10px;
}
.modal-content > .modal-btn {
  width: 150px;
  margin: auto;
  margin-top: 25px;
}
.modal-content > .modal-btn > .primary-btn, .modal-content > .modal-btn > .outline-btn {
  color: white;
}

.top-view {
  position: fixed;
  background: white;
  width: 100%;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(138, 138, 138, 0.1);
}
.top-view > .wrapper > h2 {
  padding-top: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.main-bg {
  position: fixed;
  top: 0;
  z-index: 0;
}
.main-bg > img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.main-icons {
  position: fixed;
  top: 0;
  z-index: 2;
  padding: 15px 5%;
  width: 100% !important;
  transition: all 0.3s ease-in-out;
}
.main-icons > .cart-icon > a > .cart-wrap {
  margin-top: 0 !important;
}

.profile-icon {
  position: relative;
  float: left;
  display: inline-block;
  transition: all 0.2s linear;
}
.profile-icon > a > img {
  width: 30px;
  height: auto;
}

.swipe-div {
  overflow: scroll;
  white-space: nowrap;
  display: block;
  padding: 5px 0;
}
.swipe-div::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
}
.swipe-div > div {
  padding: 6px 16px;
  min-width: 66px;
  margin: 0 3px;
  border-radius: 50px;
  background-color: #ECECEC;
  display: inline-block;
}
.swipe-div > .selected {
  background-color: rgba(123, 92, 255, 0.15);
}

.main-list {
  margin-top: 215px;
}

.nav-background {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  z-index: 997;
}

.nav-scroll-an {
  box-shadow: none;
  border: 1px #dee2e6 solid;
  transition: all 0.3s ease-in-out;
}

.share-icon {
  position: relative;
  float: right;
  right: 0;
  display: inline-block;
  transition: all 0.2s linear;
}
.share-icon > a > img {
  width: 30px;
  height: auto;
}

.cart-icon {
  position: relative;
  float: right;
  right: 40px;
  display: inline-block;
  transition: all 0.2s linear;
}
.cart-icon > a > img {
  width: 30px;
  height: auto;
}

.search-wrapper {
  position: fixed;
  top: 13px;
  width: calc(100% - 180px);
  left: calc(5% + 45px);
  z-index: 999;
}

.main-delivery {
  position: relative;
  width: 100%;
  min-height: 60px;
  border-radius: 15px 15px 0 0;
  background-color: #F8F8F8;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2);
}
.main-delivery > .logo-wrap {
  position: absolute;
  margin-top: -43px;
  text-align: center;
  width: 100%;
}
.main-delivery > .logo-wrap > .logo-pic {
  width: 100%;
}
.main-delivery > .logo-wrap > .logo-pic > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 2px #f8f8f8;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
}
.main-delivery > .wrapper {
  width: 90%;
  padding-top: 10px;
  position: relative;
}
.main-delivery > .wrapper > .location {
  position: absolute;
  vertical-align: middle;
  left: 0;
  font-size: 15px;
}
.main-delivery > .wrapper > .location > p {
  font-family: Avenir;
  font-weight: lighter;
  color: #343434;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 1px;
}
.main-delivery > .wrapper > .location > .ui.dropdown {
  border-color: transparent;
  padding-left: 0;
  font-family: Avenir;
  font-weight: lighter;
  background-color: transparent;
  margin-left: -5px;
  margin-top: -10px;
}
.main-delivery > .wrapper > .time {
  position: absolute;
  right: 0;
  font-size: 15px;
  padding-top: 9px;
  vertical-align: middle;
  font-family: Avenir;
  font-weight: lighter;
  width: 100px;
  margin-top: -7px;
  text-align: right;
}

.main-categories {
  margin-top: 50px;
}
.main-categories > .row > .left-col {
  padding-right: 5px;
}
.main-categories > .row > .right-col {
  padding-left: 5px;
}

.each-category {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: all 0.1s linear;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.each-category > p {
  padding: 7px;
  color: #343434;
  padding-top: 15px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.each-category:hover {
  border: 2px #7B5CFF solid;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.each-category:hover > p {
  padding-top: 13px;
}
.each-category:focus {
  border: 2px #7B5CFF solid;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.each-category:focus > p {
  padding-top: 13px;
}

.new-product {
  background: linear-gradient(to left, #9B6EF3 0%, #7B5CFF 100%);
}

.pinta {
  background: linear-gradient(to right, #F03680 0%, #FF71AA 100%);
}

.grocery, .wellness, .baby, .nutrition, .beauty {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../img/grocery.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-list {
  position: relative;
  background: #f8f8f8;
}

.vendor_home--alliance-items {
  height: auto;
  margin-bottom: 24px;
}
.vendor_home--alliance-items .dropload-load {
  height: auto;
  line-height: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.vendor_home--alliance-items .dropload-load .loading {
  border-color: #8842ff;
  border-bottom-color: transparent;
}
.vendor_home--alliance-items .dropload-down {
  width: 100%;
  color: #8842FF;
}

.food {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../img/food.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.food > p {
  padding-top: 7px;
}

.category-brief {
  padding-top: 10px;
  height: 292px;
  background-color: white;
  margin-bottom: 10px;
}

.catergory-header > h3 {
  font-family: Avenir;
  font-weight: lighter;
  font-size: 22px;
}

.new-icon {
  font-size: 12px;
  margin-left: 0px;
  padding: 3px;
  background-color: #FFDC1D;
}

.more-icon {
  float: right;
}
.more-icon > p {
  font-family: Avenir;
  font-weight: lighter;
  font-size: 16px;
  text-decoration: underline;
  color: #7B5CFF;
  margin-top: -25px;
}
.more-icon > p:hover {
  color: #5019AC;
}

.slider-wrap {
  overflow: auto;
  white-space: nowrap;
}
.slider-wrap::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
}

.item-tile-list {
  background: #f8f8f8;
  padding: 14px;
  padding-bottom: 28px;
}
.item-tile-list--header {
  padding: 10px 6px;
}
.item-tile-list--header .heading {
  font-size: 22px;
  font-family: Avenir;
  font-weight: lighter;
}
.item-tile-list--body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.item-tile-list--item {
  width: 44.928vw;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
.item-tile-list--item-image {
  margin-bottom: 10px;
  position: relative;
  background: url("/wap/img/fruit1.jpg") no-repeat;
  background-size: 100% 100%;
  width: calc(44.928vw - 20px);
  height: calc(44.928vw - 20px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.item-tile-list--item-image.loaded {
  background: transparent;
}
.item-tile-list--item-image img {
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
  border-radius: 5px;
}
.item-tile-list--item-image .label {
  background: #EA4587;
  padding: 3px 6px;
  z-index: 8;
  right: 0;
  top: 0;
  border: 1px #fff solid;
  border-radius: 0 5px 0 5px;
  position: absolute;
}
.item-tile-list--item-image .label > p {
  color: #fff;
  font-size: 11px;
}
.item-tile-list .item-vendor {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 10px;
}
.item-tile-list .item-vendor img {
  width: 18px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3px;
}
.item-tile-list .item-vendor span {
  font-family: Avenir;
  font-weight: lighter;
  font-size: 10px;
  line-height: 1em;
  color: #7b7b7b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(44.928vw - 20px - 18px);
}
.item-tile-list .item-name {
  width: 95%;
  margin: auto;
  height: 41px;
}
.item-tile-list .item-name > p {
  text-align: left;
  width: 100%;
  height: 39px;
  font-family: Avenir;
  font-weight: lighter;
  color: #7D7D7D;
  padding: 5px 0;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.item-tile-list .wrap-price-all {
  width: 95%;
  margin: auto;
  margin-top: 0;
  height: 22px;
}
.item-tile-list .wrap-price-all .inner-price-wrap {
  width: 100;
  position: relative;
}
.item-tile-list .wrap-price-all .inner-price-wrap .price {
  position: absolute;
  left: 0;
}
.item-tile-list .wrap-price-all .inner-price-wrap .price .new-price {
  font-size: 15px;
  color: #EA4587;
}
.item-tile-list .wrap-price-all .inner-price-wrap .price .old-price {
  font-size: 12px;
  text-decoration: line-through;
  padding-left: 5px;
  color: #2F1891;
}
.item-tile-list .wrap-price-all .inner-price-wrap .price .regular-price {
  font-size: 15px;
  color: #343434;
}
.item-tile-list .wrap-price-all .inner-price-wrap .price .regular-price .unit {
  font-size: 12px;
  color: #343434;
  padding-left: 5px;
}
.item-tile-list .wrap-price-all .inner-price-wrap .add-item {
  position: absolute;
  right: 0;
  font-size: small;
}
.item-tile-list .wrap-price-all .inner-price-wrap .add-item .plus-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: small;
}
.item-tile-list .wrap-price-all .inner-price-wrap .add-item .plus-circle img {
  width: 100%;
}
.item-tile-list .wrap-price-all .inner-price-wrap .add-item:hover > .plus-circle {
  background-color: #cfb2ff;
}
.item-tile-list .wrap-time-all {
  width: 95%;
  margin: auto;
  margin-top: 2px;
}
.item-tile-list .wrap-time-all p {
  color: #343434;
  font-size: 11px;
  text-align: left;
}
.item-tile-list .wrap-time-all .pinta-hightlight {
  color: #EA4587;
}

.each-item, .each-item-cate {
  width: 37%;
  height: 235px;
  display: inline-block;
  background-color: white;
  margin: 10px;
  vertical-align: top;
}
.each-item > .wrap-image-all, .each-item-cate > .wrap-image-all {
  width: 100%;
}
.each-item > .wrap-image-all > .item-image-wrap, .each-item-cate > .wrap-image-all > .item-image-wrap {
  width: 100%;
  height: 140px;
  position: relative;
}
.each-item > .wrap-image-all > .item-image-wrap > .tag, .each-item-cate > .wrap-image-all > .item-image-wrap > .tag {
  background: #EA4587;
  padding: 3px 6px;
  z-index: 8;
  right: 0;
  border: 1px white solid;
  border-radius: 0 5px 0 5px;
  position: absolute;
}
.each-item > .wrap-image-all > .item-image-wrap > .tag > p, .each-item-cate > .wrap-image-all > .item-image-wrap > .tag > p {
  color: white;
  font-size: 11px;
}
.each-item > .wrap-image-all > .item-image-wrap > .item-image, .each-item-cate > .wrap-image-all > .item-image-wrap > .item-image {
  position: absolute;
  width: 100%;
  z-index: 6;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.each-item > .wrap-image-all > .item-image-wrap > .item-image > img, .each-item-cate > .wrap-image-all > .item-image-wrap > .item-image > img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  background-size: cover;
}
.each-item > .item-name, .each-item-cate > .item-name {
  width: 95%;
  margin: auto;
  height: 41px;
}
.each-item > .item-name > p, .each-item-cate > .item-name > p {
  text-align: left;
  width: 100%;
  height: 39px;
  font-family: Avenir;
  font-weight: lighter;
  color: #7D7D7D;
  padding: 5px 0;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.each-item > .wrap-price-all, .each-item-cate > .wrap-price-all {
  width: 95%;
  margin: auto;
  margin-top: 0;
  height: 22px;
}
.each-item > .wrap-price-all > .inner-price-wrap, .each-item-cate > .wrap-price-all > .inner-price-wrap {
  width: 100;
  position: relative;
}
.each-item > .wrap-price-all > .inner-price-wrap > .price, .each-item-cate > .wrap-price-all > .inner-price-wrap > .price {
  position: absolute;
  left: 0;
}
.each-item > .wrap-price-all > .inner-price-wrap > .price > .new-price, .each-item-cate > .wrap-price-all > .inner-price-wrap > .price > .new-price {
  font-size: 15px;
  color: #EA4587;
}
.each-item > .wrap-price-all > .inner-price-wrap > .price > .new-price > .old-price, .each-item-cate > .wrap-price-all > .inner-price-wrap > .price > .new-price > .old-price {
  font-size: 12px;
  text-decoration: line-through;
  padding-left: 5px;
  color: #2F1891;
}
.each-item > .wrap-price-all > .inner-price-wrap > .price > .regular-price, .each-item-cate > .wrap-price-all > .inner-price-wrap > .price > .regular-price {
  font-size: 15px;
  color: #343434;
}
.each-item > .wrap-price-all > .inner-price-wrap > .price > .regular-price > .unit, .each-item-cate > .wrap-price-all > .inner-price-wrap > .price > .regular-price > .unit {
  font-size: 12px;
  color: #343434;
  padding-left: 5px;
}
.each-item > .wrap-price-all > .inner-price-wrap > .add-item, .each-item-cate > .wrap-price-all > .inner-price-wrap > .add-item {
  position: absolute;
  right: 0;
  font-size: small;
}
.each-item > .wrap-price-all > .inner-price-wrap > .add-item > .plus-circle, .each-item-cate > .wrap-price-all > .inner-price-wrap > .add-item > .plus-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: small;
}
.each-item > .wrap-price-all > .inner-price-wrap > .add-item > .plus-circle > img, .each-item-cate > .wrap-price-all > .inner-price-wrap > .add-item > .plus-circle > img {
  width: 20px;
  height: 20px;
}
.each-item > .wrap-price-all > .inner-price-wrap > .add-item:hover > .plus-circle, .each-item-cate > .wrap-price-all > .inner-price-wrap > .add-item:hover > .plus-circle {
  background-color: #cfb2ff;
}
.each-item > .wrap-time-all, .each-item-cate > .wrap-time-all {
  width: 95%;
  margin: auto;
  margin-top: 2px;
}
.each-item > .wrap-time-all > p, .each-item-cate > .wrap-time-all > p {
  color: #343434;
  font-size: 11px;
  text-align: left;
}
.each-item > .wrap-time-all > p > .pinta-hightlight, .each-item-cate > .wrap-time-all > p > .pinta-hightlight {
  color: #EA4587;
}

.each-item-cate {
  width: 48%;
  float: left;
  margin: 1%;
  padding: 5px;
}
.last-item {
  text-align: center;
}
.last-item img {
  width: 40%;
  margin-top: 35px;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.last-item p {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
}

.div-con {
  text-align: left;
  display: inline-block;
  width: 100%;
}

.space {
  width: 100%;
  height: 80px;
}

.space-top {
  width: 100%;
  height: 60px;
}

.bottom-space {
  width: 100%;
  height: 75px;
}

.bottom-deliverytime-space {
  height: 110px;
  width: 100%;
}

.bottom-space-cart {
  width: 100%;
  height: 140px;
  margin-top: 50px;
}

nav {
  position: fixed;
  background: white;
  z-index: 999;
  bottom: 0;
  height: 75px;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}
nav > .row {
  margin: 0;
}
nav > .row > .each-section {
  text-align: center;
  height: 80px;
  padding: 13px 0;
}
nav > .row > .each-section > img {
  width: 30px;
  height: 30px;
}
nav > .row > .each-section > p {
  color: #B4AFC8;
}
nav > .row > .each-section > .current-page {
  color: #8842FF;
}
nav > .row > .each-section:hover {
  background-color: #f0e8ff;
}
nav > .wrapper {
  width: 100%;
  height: 100%;
  padding: 0 5.55vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
nav > .wrapper .btn-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 20vw;
}
nav > .wrapper .chat,
nav > .wrapper .wish {
  text-align: center;
  padding-top: 2px;
  width: 54px;
  padding-top: 2px;
}
nav > .wrapper .chat {
  margin-right: max(2.4vw, 10px);
}
nav > .wrapper .chat img,
nav > .wrapper .wish img {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}
nav > .wrapper .chat p,
nav > .wrapper .wish p {
  font-size: 12px;
  color: #A2A5AE;
  white-space: nowrap;
}

.info-reminding {
  position: fixed;
  background: #EBE7FF;
  z-index: 999;
  bottom: 70px;
  min-height: 38px;
  width: 100%;
}
.info-reminding > .wrapper {
  width: 90%;
  padding: 5px 0;
}
.info-reminding > .wrapper > p {
  width: 90%;
  color: #8842FF;
  margin-top: 5px;
  font-size: 0.8rem;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}
.info-reminding > .wrapper > p > span {
  color: #EA4587;
}
.info-reminding > .wrapper > .close-icon {
  width: 8%;
  margin-right: 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.info-reminding > .wrapper > .close-icon > svg {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.info-reminding > .wrapper > .close-icon > svg:hover {
  background: #c0b6ef;
}

.catergory-tag-wrap, .catergory-tag-wrap-mini {
  padding-top: 60px;
}
.catergory-tag-wrap > .each-category-tag, .catergory-tag-wrap-mini > .each-category-tag {
  display: inline-block;
}
.catergory-tag-wrap > .each-category-tag > a > p, .catergory-tag-wrap-mini > .each-category-tag > a > p {
  font-size: 16px;
  color: #7B5CFF;
  background: #E5E1F9;
  padding: 8px 20px;
  border-radius: 25px;
  margin-bottom: 0px;
}

.catergory-tag-wrap-mini {
  padding-top: 0;
}
.catergory-tag-wrap-mini > .each-category-tag > a > p {
  font-size: 12px;
  padding: 4px 10px;
}

.item-nav-upper {
  width: 100%;
  position: fixed;
  margin: 0;
  padding: 4% 5%;
  z-index: 20;
  top: 0;
}
.item-nav-upper > a > div {
  width: 30px;
  height: 30px;
  text-align: center;
  background: #B2B2B2;
  border-radius: 50%;
}
.item-nav-upper > a > div > img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.item-nav-upper > a > div:hover {
  background-color: #8842FF;
}
.item-nav-upper > a > .back {
  float: left;
}
.item-nav-upper > a > .back > img {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 2px;
}
.item-nav-upper > a > .cart {
  float: right;
  margin-right: 20px;
}
.item-nav-upper > a > .cart > p {
  width: 22px;
  height: 22px;
  font-size: 11px;
  padding-top: 3px;
  text-align: center;
  background: #8842FF;
  border: 1px white solid;
  color: white;
  border-radius: 50%;
  margin-top: -32px;
  margin-left: 22px;
}
.item-nav-upper > a > .share {
  float: right;
}

.detail-item-image {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 0;
}
.detail-item-image > img {
  width: 100%;
  height: auto;
}

.each-detail-item {
  width: 100vw;
  position: relative;
  margin-top: 330px;
  transition: box-shadow 0.3s ease-in-out;
  background: #f8f8f8;
}
.each-detail-item > .wrapper {
  width: 100%;
  padding: 0 6vw 10px;
  background: #fff;
}
.each-detail-item > .wrapper > .header {
  text-align: left;
  padding-top: 10px;
}
.each-detail-item > .wrapper > .header > h3 {
  font-size: 20px;
}
.each-detail-item > .original-section,
.each-detail-item > .pinta-section {
  background: #fff;
}
.each-detail-item > .similar-items-section,
.each-detail-item > .i2i-items-section {
  margin-top: 10px;
}
.each-detail-item > .i2i-items-section .slider-wrap {
  background: #fff;
}

nav .each-section .notify-icon {
  position: absolute;
  z-index: 4;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #8842FF;
  top: 6px;
  right: 20px;
  color: white;
  padding: 1.5px 0 0 0.5px;
}
nav .each-section .notify-icon > p {
  width: 25px;
  height: 25px;
}

.pinta-section {
  padding-top: 10px;
  padding-bottom: 0;
  border-bottom: 1px #E0E0E0 solid;
}
.pinta-section > .wrapper > h3 {
  font-size: 18px;
}
.pinta-section > .wrapper > h3 > i {
  font-size: 18px;
  color: #EA3C3C;
  margin-left: 5px;
}
.pinta-section > .wrapper > .pinta-share {
  float: right;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 3px 5px;
}
.pinta-section > .wrapper > .pinta-share > img {
  width: 25px;
  height: 25px;
}
.pinta-section > .wrapper > .pinta-share:hover {
  background: #ffd5e6;
}
.pinta-section > .wrapper > .pinta-price {
  font-size: 21px;
  font-weight: bold;
  color: #EA4587;
  margin-bottom: 0;
}
.pinta-section > .wrapper > .width100 > .status {
  float: left;
  font-size: 13px;
}
.pinta-section > .wrapper > .width100 > .time {
  float: right;
  font-size: 13px;
}

.original-section {
  padding-top: 10px;
  padding-bottom: 10px;
}
.original-section > .wrapper > .original-price {
  font-size: 18px;
  color: #8842FF;
  margin-bottom: 0;
}
.original-section > .wrapper > .original-text {
  font-size: 12px;
}

.item-option {
  margin-top: 10px;
  margin-bottom: 10px;
  background: white;
  padding: 10px 0;
}
.item-option > .wrapper > h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.item-option > .wrapper > a > .go-icon {
  float: right;
  margin-top: -31px;
}
.item-option > .wrapper > .tag-wrap {
  padding: 5px 0;
}

.item-reivew {
  width: 100vw;
  background: white;
  padding: 10px 0;
}
.item-reivew > .wrapper .original-section {
  background: white;
}
.item-reivew > .wrapper > h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.item-reivew > .wrapper > a > .go-icon {
  float: right;
  margin-top: -31px;
}
.item-reivew > .wrapper > .rate-number {
  display: inline-block;
}
.item-reivew > .wrapper > .rate-number > p {
  color: #8842FF;
  font-weight: bold;
  font-size: 18px;
  padding-left: 5px;
}
.item-reivew > .wrapper > .item-comment {
  font-weight: lighter;
  color: #7D7D7D;
  font-size: 16px;
}
.item-reivew > .wrapper > .item-comment > p {
  margin-bottom: 5px;
}
.item-reivew > .wrapper > .item-comment > .one-comment {
  max-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.item-reivew > .wrapper > .item-comment > .total-comments {
  color: #8842FF;
  font-size: 14px;
  text-decoration: underline;
}

.option-category > .tag {
  padding: 4px 13px;
  display: inline-block;
  color: #7D7D7D;
  border-radius: 50px;
  border: 1px #E0E0E0 solid;
  margin-right: 5px;
}
.option-category > input[type=radio] {
  display: none;
}
.option-category > input[type=radio]:checked + .tag {
  color: #8842FF !important;
  border: 1px #8842FF solid !important;
}

.outline-btn {
  background: white;
  width: 110px;
  padding: 7px;
}
.outline-btn > p {
  color: #8842FF;
}

.shop-div {
  padding: 10px 0;
  margin: 10px 0;
  background: white;
}
.shop-div > .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.shop-div > .wrapper > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.shop-div > .wrapper > h3 {
  margin: 0 0 0 5px;
  font-size: 18px;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shop-div > .wrapper > a > .outline-btn {
  margin: 0;
  border: 1px #8842FF solid;
  width: 99px;
}

.item-detail {
  padding: 10px 0;
  margin: 10px 0;
  background: white;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.item-detail > .wrapper img {
  width: 100%;
  height: auto;
}
.item-detail img {
  width: 100%;
}
.item-detail .product-info-description .product-info-specs .row {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
}
.item-detail .product-info-description .product-info-specs .row > div {
  display: flex;
  width: 50%;
}
.item-detail .product-info-description .product-info-specs .row:nth-child(odd) {
  background-color: #f0f0f0;
}

.detail-col {
  width: 100%;
  padding: 15px 0;
  border-top: 0.5px #b9b9b9 dashed;
}
.detail-col > p {
  float: left;
  color: #999999;
}
.detail-col > .left-name {
  width: 30%;
}
.detail-col > .right-content {
  width: 69%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.half-btn {
  display: flex;
  flex-direction: row;
}
.half-btn .original-price-half,
.half-btn .pinta-price-half {
  padding: 7px 0;
  width: 32vw;
  text-align: center;
}
.half-btn .price {
  font-size: 14px;
}
.half-btn p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
.half-btn .original-price-half {
  border-radius: 50px 0 0 50px;
  margin-right: -4px;
  background: linear-gradient(145.68deg, #7B5CFF 5.68%, #805BFA 17.12%, #EA4587 278.13%);
}
.half-btn .pinta-price-half {
  background: #EA4587;
  border-radius: 0 50px 50px 0;
}
.half-btn .pinta-price-half:hover {
  background: #ff7aaf;
  border-color: #ff7aaf;
}

.original-price-btn {
  width: calc(70% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 11px 0;
}
.original-price-btn > .original-price-half {
  padding: 5px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #8842FF;
  border-radius: 50px;
}
.original-price-btn > .original-price-half > p {
  font-size: 15px;
  margin: 0;
  color: white;
  font-weight: bold;
}
.original-price-btn > .original-price-half > .price {
  font-size: 14px;
}
.original-price-btn > .original-price-half:hover {
  background: #8842FF;
}
.original-price-btn > .original-price-half:hover > p {
  color: white;
}

.btn-fixed {
  margin-top: 53px !important;
  width: 170px !important;
}

.shopping-modal > .modal-dialog > .modal-content, .warning-modal > .modal-dialog > .modal-content {
  position: relative;
  margin-top: 50%;
}
.shopping-modal > .modal-dialog > .modal-content > .close, .warning-modal > .modal-dialog > .modal-content > .close {
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: 10px;
  right: 10px;
}
.shopping-modal > .modal-dialog > .modal-content > .close > img, .warning-modal > .modal-dialog > .modal-content > .close > img {
  width: 30px;
  height: 30px;
}
.shopping-modal > .modal-dialog > .modal-content > .close:hover, .warning-modal > .modal-dialog > .modal-content > .close:hover {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.shopping-modal > .modal-dialog > .modal-content > h1, .warning-modal > .modal-dialog > .modal-content > h1 {
  padding-top: 10px;
  font-weight: bold;
  font-size: 20px;
}
.shopping-modal > .modal-dialog > .modal-content > p, .warning-modal > .modal-dialog > .modal-content > p {
  font-size: 16px;
  margin-top: 0;
}
.shopping-modal > .modal-dialog > .modal-content > .modal-detail-content, .warning-modal > .modal-dialog > .modal-content > .modal-detail-content {
  height: 175px;
  width: 80%;
  margin: auto;
}
.shopping-modal > .modal-dialog > .modal-content > .modal-detail-content > h1, .warning-modal > .modal-dialog > .modal-content > .modal-detail-content > h1 {
  padding-top: 45px;
  font-weight: bold;
  font-size: 20px;
  color: #343434;
}
.shopping-modal > .modal-dialog > .modal-content > .modal-detail-content > p, .warning-modal > .modal-dialog > .modal-content > .modal-detail-content > p {
  width: 80%;
  font-size: 14px;
  font-family: Avenir;
  color: #6E7989;
  margin: auto;
  margin-top: 10px;
}
.shopping-modal > .modal-dialog > .modal-content > .btn-fixed, .warning-modal > .modal-dialog > .modal-content > .btn-fixed {
  margin: auto;
  position: absolute;
  left: 50%;
  bottom: -47px;
  transform: translate(-50%, -50%);
}

.warning-modal > .modal-dialog > .modal-content > h1 {
  margin: calc(2rem - .14285714em) 0 1rem;
}
.warning-modal > .modal-dialog > .modal-content > p {
  height: 120px;
  overflow: auto;
  margin-bottom: 30px;
}
.warning-modal > .modal-dialog > .modal-content > p::-webkit-scrollbar {
  width: 3px;
}
.warning-modal > .modal-dialog > .modal-content > .btn-fixed {
  margin: auto;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, -50%);
}
.warning-modal > .modal-dialog > .modal-content > .btn-fixed > .primary-btn, .warning-modal > .modal-dialog > .modal-content > .btn-fixed > .outline-btn {
  line-height: 1.7;
}

.pinta-modal > .modal-dialog > .modal-content {
  position: relative;
  min-height: 550px;
  margin-top: 15%;
  margin-left: 5%;
}
.pinta-modal > .modal-dialog > .modal-content > .check-circle {
  background: #EA3C3C;
}
.pinta-modal > .modal-dialog > .modal-content > h1 {
  padding-top: 20px;
  font-weight: bold;
  font-size: 20px;
  margin-top: -15px;
}
.pinta-modal > .modal-dialog > .modal-content > .pinta-head {
  margin-top: -50px;
}
.pinta-modal > .modal-dialog > .modal-content > .pinta-tag > p {
  color: white;
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
  padding: 5px 8px;
  background: #EA4587;
  border-radius: 0 10px 0 10px;
}
.pinta-modal > .modal-dialog > .modal-content > p {
  width: 90%;
  font-size: 15px;
}
.pinta-modal > .modal-dialog > .modal-content > .modal-btn {
  margin: auto;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, -50%);
}

.regular-purchase-modal, .share-modal, .pinta-purchase-modal {
  width: 100%;
  margin: 0 !important;
  margin-top: 40px;
  padding: 0 !important;
  overflow-y: hidden !important;
}
.regular-purchase-modal > .modal-dialog, .share-modal > .modal-dialog, .pinta-purchase-modal > .modal-dialog {
  width: 100%;
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.regular-purchase-modal > .modal-dialog > .modal-content, .share-modal > .modal-dialog > .modal-content, .pinta-purchase-modal > .modal-dialog > .modal-content {
  width: 100%;
  border-radius: 25px 25px 0 0;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .wrapper, .share-modal > .modal-dialog > .modal-content > .wrapper, .pinta-purchase-modal > .modal-dialog > .modal-content > .wrapper {
  padding: 5vh 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .wrapper > .modal-btn, .share-modal > .modal-dialog > .modal-content > .wrapper > .modal-btn, .pinta-purchase-modal > .modal-dialog > .modal-content > .wrapper > .modal-btn {
  width: 100%;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .wrapper > .modal-btn > .primary-btn, .share-modal > .modal-dialog > .modal-content > .wrapper > .modal-btn > .primary-btn, .pinta-purchase-modal > .modal-dialog > .modal-content > .wrapper > .modal-btn > .primary-btn, .regular-purchase-modal > .modal-dialog > .modal-content > .wrapper > .modal-btn > .outline-btn, .share-modal > .modal-dialog > .modal-content > .wrapper > .modal-btn > .outline-btn, .pinta-purchase-modal > .modal-dialog > .modal-content > .wrapper > .modal-btn > .outline-btn {
  color: white;
  padding: 12px 20px;
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  transition: width 0.3s ease-in-out;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .item-header, .share-modal > .modal-dialog > .modal-content > .item-header, .pinta-purchase-modal > .modal-dialog > .modal-content > .item-header {
  padding: 20px 5% 10px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .item-header > .pic-part, .share-modal > .modal-dialog > .modal-content > .item-header > .pic-part, .pinta-purchase-modal > .modal-dialog > .modal-content > .item-header > .pic-part {
  height: 106px;
  vertical-align: bottom;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .item-header > .pic-part > img, .share-modal > .modal-dialog > .modal-content > .item-header > .pic-part > img, .pinta-purchase-modal > .modal-dialog > .modal-content > .item-header > .pic-part > img {
  width: 106px;
  height: 106px;
  object-fit: cover;
  border-radius: 5px;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part, .share-modal > .modal-dialog > .modal-content > .item-header > .content-part, .pinta-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > p, .share-modal > .modal-dialog > .modal-content > .item-header > .content-part > p, .pinta-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > p {
  margin-bottom: 0;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > .price, .share-modal > .modal-dialog > .modal-content > .item-header > .content-part > .price, .pinta-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > .price {
  color: #8842FF;
  font-size: 26px;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > .content, .share-modal > .modal-dialog > .modal-content > .item-header > .content-part > .content, .pinta-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > .content {
  font-size: 18px;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > .delivery-type, .share-modal > .modal-dialog > .modal-content > .item-header > .content-part > .delivery-type, .pinta-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > .delivery-type {
  font-size: 16px;
  color: #2F1891;
}
.regular-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > .delivery-type > img, .share-modal > .modal-dialog > .modal-content > .item-header > .content-part > .delivery-type > img, .pinta-purchase-modal > .modal-dialog > .modal-content > .item-header > .content-part > .delivery-type > img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding-bottom: 7px;
}

.item-banner-img {
  object-fit: cover;
  height: 330px;
}

.service-area {
  display: none !important;
  background: #F7F7F8;
  width: 100%;
  max-height: 100px;
  padding: 10px 0;
}
.service-area > .wrapper {
  text-align: left;
}
.service-area > .wrapper > h5 {
  font-size: 16px;
  color: #343434;
  margin-bottom: 8px;
}
.service-area > .wrapper > .go-icon {
  float: right;
  margin-top: -27px;
}
.service-area > .wrapper .locations {
  width: 100%;
  max-height: 37px;
  overflow: hidden;
}
.service-area > .wrapper .locations > p {
  display: inline-block;
  color: #7D7D7D;
  padding: 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px #E0E0E0 solid;
  border-radius: 5px;
}

.sizeandcolor {
  background: white;
  max-height: 120px;
  background: #F7F7F8;
  width: 100%;
  max-height: 100px;
  padding: 10px 0;
}
.sizeandcolor > .wrapper {
  text-align: left;
}
.sizeandcolor > .wrapper > h5 {
  font-size: 16px;
  color: #343434;
  margin-bottom: 8px;
}
.sizeandcolor > .wrapper > .go-icon {
  float: right;
  margin-top: -27px;
}
.sizeandcolor > .wrapper .locations {
  width: 100%;
  max-height: 37px;
  overflow: hidden;
}
.sizeandcolor > .wrapper .locations > p {
  display: inline-block;
  color: #7D7D7D;
  padding: 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px #E0E0E0 solid;
  border-radius: 50px;
}
.sizeandcolor > .wrapper > .sizeandcolor-types {
  max-height: 30px;
  overflow: hidden;
}
.sizeandcolor > .wrapper > .sizeandcolor-types > p {
  padding: 4px 13px;
  font-size: 1rem;
}

.choosen-item-detail-tag {
  color: #8842FF !important;
  border: 1px #8842FF solid !important;
}

.height-extend {
  transition: max-height 0.5s linear;
  max-height: 500px;
}
.height-extend > .wrapper > .locations {
  max-height: 130px;
  overflow-y: auto;
}

.click-rotate > svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.quantity {
  background: white;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  border-top: 1px #E0E0E0 solid;
  border-bottom: 1px #E0E0E0 solid;
  text-align: left;
}
.quantity > .wrapper {
  height: 100%;
}

.quantity-info {
  display: inline-block;
  float: left;
  padding-top: 12px;
}
.quantity-info > .title {
  display: inline-block;
  font-size: 16px;
  vertical-align: bottom;
  margin: 0;
}
.quantity-info > p {
  display: inline-block;
  font-size: 12px;
  vertical-align: bottom;
  margin: 0;
}

.count {
  float: right;
  width: 140px;
  display: flex;
  flex-direction: row;
}
.count > .minus-tag {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #343434;
  background-color: #F7F7F8;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.count > .minus-tag > i {
  font-size: 20px;
  height: initial;
}
.count > .minus-tag:hover {
  background-color: #d4d4d4;
}
.count > .minus-tag:focus {
  background-color: #d4d4d4;
}
.count > .number {
  display: inline-block;
  width: 50px;
  height: 40px;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.count > .number > p {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.count > .plus-tag {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #343434;
  background-color: #F7F7F8;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.count > .plus-tag > i {
  font-size: 20px;
  height: initial;
}
.count > .plus-tag:hover {
  background-color: #d4d4d4;
}
.count > .plus-tag:focus {
  background-color: #d4d4d4;
}

.pinta-modal-color {
  color: #EA4587 !important;
}

.price-cross {
  color: #7B5CFF !important;
  font-size: 14px !important;
  text-decoration: line-through !important;
}

.deliveryn-color {
  color: #8842FF !important;
}

.pinta-btn {
  background: #EA4587 !important;
  border-color: #EA4587 !important;
}
.pinta-btn:hover {
  background: #ff89b8 !important;
  border-color: #ff89b8 !important;
}
.pinta-btn:focus {
  background: #ff89b8 !important;
  border-color: #ff89b8 !important;
}

.share-modal {
  height: 100%;
}
.share-modal > .modal-dialog {
  height: 100%;
  position: relative;
}
.share-modal > .modal-dialog > .modal-content {
  height: 200px !important;
  min-height: 200px !important;
  position: absolute;
  bottom: 0;
}
.share-modal > .modal-dialog > .modal-content > .wrapper {
  width: 88%;
  margin: auto;
  text-align: left;
  margin-top: 30px;
}
.share-modal > .modal-dialog > .modal-content > .wrapper > .share-types {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.share-modal > .modal-dialog > .modal-content > .wrapper > .share-types > img {
  width: 50px;
  height: 50px;
}
.share-modal > .modal-dialog > .modal-content > .wrapper > .share-types > p {
  text-align: center;
  width: 50px;
  padding-top: 4px;
}
.share-modal > .modal-dialog > .modal-content > .wrapper > .share-types:hover > img {
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.share-modal > .modal-dialog > .modal-content > .modal-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.share-cancel-btn {
  background: white;
  width: 100%;
  padding: 20px;
  border: 0;
  border-top: 1px #DFDFDF solid;
}
.share-cancel-btn:hover {
  background: #ececec;
}
.share-cancel-btn:focus {
  background: #ececec;
}

.me-body {
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
}

.cart-body {
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
}

.body-height {
  height: 100%;
}

.deliverytime-body {
  background-color: #f0f0f0;
  position: relative;
}

.me-profile-wrap {
  background-color: #f8f8f8;
  padding-top: 74px;
  margin-bottom: 50px;
}
.me-profile-wrap > .me-profile {
  padding-top: 30px;
}
.me-profile-wrap > .me-profile > img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.me-profile-wrap > .me-profile > p {
  margin-top: 10px;
  color: #343434;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.me-profile-wrap > .me-profile > .tapin-id-wrap {
  width: 150px;
  height: 23px;
  margin: auto;
  padding-top: 1px;
  border-radius: 25px;
  background-color: #EFE8FA;
}
.me-profile-wrap > .me-profile > .tapin-id-wrap > p {
  display: inline-block;
  font-size: 13px;
  color: #2F1891;
}
.me-profile-wrap > .me-profile > .tapin-id-wrap > img {
  width: 11px;
  height: 13px;
  padding-bottom: 1px;
  display: inline-block;
}
.me-profile-wrap > .me-two-group {
  width: 70%;
  margin: auto;
  padding-top: 30px;
}
.me-profile-wrap > .me-two-group > .each-group {
  width: 49%;
  margin: auto;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
}
.me-profile-wrap > .me-two-group > .each-group > .content-num {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.me-profile-wrap > .me-two-group > .each-group > .content-title {
  font-size: 16px;
  color: #A8A8A8;
  font-weight: light;
}

.me-list {
  background-color: white;
  border-radius: 50px 50px 0 0;
  width: 100%;
  height: 350px;
  padding: 17px 0;
  bottom: 0;
}
.me-list > .wrapper {
  width: 100%;
}

.each-list {
  padding: 13px 50px;
}
.each-list > img {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.each-list > p {
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.each-list > .go-icon {
  float: right;
  padding-top: 10px;
}
.each-list > .me-share {
  border-top: 1px #E6E6E6 solid;
  padding: 15px 0;
}
.each-list > .me-share > img {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.each-list > .me-share > p {
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.each-list > .me-share > .go-icon {
  float: right;
  padding-top: 10px;
}
.each-list:hover {
  background: #f2f2f2;
}

.me-share-wrap {
  padding: 0 50px !important;
}

.profile-body {
  background-color: #f8f8f8;
  height: 90vh;
  position: relative;
}

.my-profile-wrap {
  width: 90%;
  margin: auto;
  min-height: 200px;
  border-radius: 5px;
  background-color: white;
  padding: 15px;
  margin-top: 64px;
}
.my-profile-wrap > .profile-list {
  padding: 5px 0;
  width: 100%;
  height: 80px;
  position: relative;
}
.my-profile-wrap > .profile-list > .profile-title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 28px;
}
.my-profile-wrap > .profile-list > img {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 30px;
  top: 10px;
}
.my-profile-wrap > .profile-list > .go-icon {
  position: absolute;
  right: 0;
  top: 28px;
}
.my-profile-wrap > .profile-list:hover > .go-icon > svg {
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 50%;
  background-color: #eaeaea;
}
.my-profile-wrap > .profile-content-list {
  border-top: 1px #E9E9E9 solid;
  width: 100%;
  padding: 15px 0;
  height: 50px;
  position: relative;
}
.my-profile-wrap > .profile-content-list > p:nth-child(1) {
  position: absolute;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  right: 0;
  width: 120px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.my-profile-wrap > .profile-content-list > p:nth-child(2) {
  position: absolute;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  right: 20px;
  width: 120px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.my-profile-wrap > .profile-content-list > .profile-title {
  position: absolute;
  font-weight: bold;
  left: 0;
  font-size: 18px;
  text-align: left;
}
.my-profile-wrap > .profile-content-list > .go-icon {
  position: absolute;
  right: 0;
}
.my-profile-wrap > .profile-content-list:hover > .go-icon > svg {
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 50%;
  background-color: #eaeaea;
}

.profile-location-wrap {
  border-radius: 5px;
  padding: 10px;
  width: 90%;
  margin: auto;
  margin-top: 15px;
  background-color: white;
  position: relative;
}
.profile-location-wrap > .location-icon {
  width: 15%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.profile-location-wrap > .location-icon > img {
  width: 27px;
  height: 27px;
}
.profile-location-wrap > .location-content {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}
.profile-location-wrap > .location-content > p {
  margin-bottom: 0;
  color: #707070;
}
.profile-location-wrap > .go-icon {
  width: 12%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-right: 5px;
}

.my-profile-btn {
  padding: 15px 0;
  width: 90%;
  position: absolute;
  margin: 0 5%;
  bottom: 30px;
}
.my-profile-btn > .primary-btn, .my-profile-btn > .outline-btn {
  padding: 15px 0;
}
.my-profile-btn > .non-active-btn {
  background-color: #C2C2C2;
  color: white;
}

.shop-name > img {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.shop-name > p {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.shop-name > .go-icon {
  display: inline-block;
  vertical-align: middle;
}

.paid-nav {
  padding-top: 80px;
  text-align: center;
}
.paid-nav > p {
  width: 24%;
  display: inline-block;
  font-family: Avenir;
  font-weight: bolder;
  padding-bottom: 4px;
}
.paid-nav > p:hover {
  border-bottom: 2px #7B5CFF solid;
}

.order-detail-title, .order-detail-title-paid {
  margin-top: 65px;
  background-color: #EA3C3C;
  width: 100%;
  height: 55px;
  padding: 10px 0;
}
.order-detail-title > .wrapper, .order-detail-title-paid > .wrapper {
  width: 90%;
}
.order-detail-title > .wrapper > img, .order-detail-title-paid > .wrapper > img {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}
.order-detail-title > .wrapper > p, .order-detail-title-paid > .wrapper > p {
  padding-left: 5px;
  color: white;
  font-weight: bold;
  font-size: 19px;
  vertical-align: middle;
  display: inline-block;
}

.order-detail-title-paid {
  background-color: #7B5CFF;
}

.each-order-card, .each-order-detail-card {
  width: 90%;
  margin: auto;
  background: white;
  border-radius: 5px;
}

.order-title {
  border-bottom: 1px #E0E0E0 solid;
  padding: 15px;
}
.order-title > img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.order-title > .store-name {
  color: #A2A5AE;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 1px;
  vertical-align: middle;
  width: calc(100% - 150px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.order-title > .pay-status {
  color: #8842FF;
  float: right;
  padding-top: 9px;
  display: inline-block;
  width: 105px;
  text-align: right;
}

.orders {
  padding-top: 10px;
  width: 95%;
  margin: auto;
  border-bottom: 1px #E0E0E0 solid;
}

.each-order, .each-order-detail {
  padding-bottom: 20px;
}
.each-order > .order-left, .each-order-detail > .order-left {
  width: 24%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.each-order > .order-left > img, .each-order-detail > .order-left > img {
  width: 100%;
  height: auto;
}
.each-order > .order-left > .pinta-tag, .each-order-detail > .order-left > .pinta-tag {
  position: absolute;
  padding: 3px 5px;
  color: white;
  background: #EA4587;
  border: 1px white solid;
  right: 0;
  top: 0;
  border-radius: 0 7px 0 7px;
  font-size: 9px;
}
.each-order > .order-right, .each-order-detail > .order-right {
  display: inline-block;
  vertical-align: top;
  width: 73%;
}
.each-order > .order-right > h3, .each-order-detail > .order-right > h3 {
  font-size: 13px;
  font-weight: lighter;
  margin-bottom: 3px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.each-order > .order-right > .order-type, .each-order-detail > .order-right > .order-type {
  color: #A2A5AE;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 0;
  margin-bottom: 2px;
}
.each-order > .order-right > .order-status-wrap > .order-status, .each-order-detail > .order-right > .order-status-wrap > .order-status {
  margin-bottom: 0;
}
.each-order > .order-right > .order-status-wrap > .order-status > p, .each-order-detail > .order-right > .order-status-wrap > .order-status > p {
  margin-bottom: 0;
}
.each-order > .order-right > .order-status-wrap > .order-status > .store-price, .each-order-detail > .order-right > .order-status-wrap > .order-status > .store-price {
  font-size: 18px;
  color: #8842FF;
  padding-right: 5px;
}
.each-order > .order-right > .order-status-wrap > .order-status > .normal-text, .each-order-detail > .order-right > .order-status-wrap > .order-status > .normal-text {
  font-size: 12px;
  color: #343434;
  font-weight: bold;
}
.each-order > .order-right > .order-status-wrap > .order-status > .successful-text, .each-order-detail > .order-right > .order-status-wrap > .order-status > .successful-text {
  font-size: 12px;
  color: #32AB00;
  font-weight: bold;
}
.each-order > .order-right > .order-status-wrap > .order-status > .order-color, .each-order-detail > .order-right > .order-status-wrap > .order-status > .order-color {
  font-size: 12px;
  color: #EA4587;
  font-weight: bold;
}
.each-order > .order-right > .order-status-wrap > .order-num, .each-order-detail > .order-right > .order-status-wrap > .order-num {
  float: right;
  margin-top: -22px;
  margin-bottom: 0;
  font-size: 16px;
  color: #A2A5AE;
}

.each-order-total {
  width: 95%;
  min-height: 40px;
  padding: 10px 0;
  margin: auto;
  border-bottom: 1px #E0E0E0 solid;
}
.each-order-total > p {
  float: right;
  margin-bottom: 0;
}
.each-order-total > p > span {
  padding-left: 8px;
}

.each-order-btn-types {
  width: 95%;
  min-height: 55px;
  padding: 10px 0;
  margin: auto;
  margin-bottom: 20px;
}
.each-order-btn-types > button {
  min-width: 82px;
  height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  float: right;
  margin-left: 10px;
  transition: all 0.2s linear;
}
.each-order-btn-types > .grey-btn {
  background: white;
  border: 1px #A2A5AE solid;
  color: #A2A5AE;
}
.each-order-btn-types > .grey-btn:hover {
  border: 1px #8842FF solid;
  color: #8842FF;
}
.each-order-btn-types > .purple-btn {
  background: #8842FF;
  border: 1px #8842FF solid;
  color: white;
}
.each-order-btn-types > .purple-btn:hover {
  background: white;
  color: #8842FF;
}
.each-order-btn-types > .purple-outline-btn {
  background: white;
  border: 1px #8842FF solid;
  color: #8842FF;
}
.each-order-btn-types > .purple-outline-btn:hover {
  background: #8842FF;
  color: white;
}

.each-order-detail-card > .orders {
  border-bottom: none;
}
.each-order-detail-card > .each-order-btn-types {
  border-bottom: 1px #E0E0E0 solid;
  margin-bottom: 0;
  padding: 0;
  min-height: 40px;
}

.each-order-detail {
  padding-bottom: 0;
}
.each-order-detail > .order-right > .order-num {
  float: right;
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 12px;
  color: #A2A5AE;
}

.delivery-detail-info {
  width: 90%;
  margin: auto;
  background-color: #EAE7F9;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.delivery-detail-info > div {
  width: 100%;
  padding: 10px;
  height: 74px;
}
.delivery-detail-info > div > .info-left {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}
.delivery-detail-info > div > .info-left > img {
  width: 35px;
  height: auto;
  margin: auto;
}
.delivery-detail-info > div > .info-right {
  display: inline-block;
  vertical-align: middle;
  width: 82%;
}
.delivery-detail-info > div > .info-right > p {
  width: 100%;
  margin-bottom: 0;
  font-size: 13px;
}
.delivery-detail-info > div > .info-right > .address {
  color: #5F6165;
}
.delivery-detail-info > div > .info-right > .primary-btn, .delivery-detail-info > div > .info-right > .outline-btn {
  color: white;
  padding: 3px 10px;
  width: 85px;
  text-align: center;
  float: right;
  margin-top: -32px;
}
.delivery-detail-info > .delivery-date {
  border-bottom: 1px #A2A5AE solid;
}
.delivery-detail-info > .personal-info > .info-left > img {
  height: 25px;
}

.order-span {
  position: absolute;
  right: 0;
  text-align: right;
  margin-right: 10%;
  margin-top: 25px;
  color: #a2a2a2;
}

.swipe-div.ui.buttons {
  display: block;
}
.swipe-div.ui.buttons > button {
  background-color: transparent;
  color: #7B5CFF;
  border: solid 1px #7B5CFF;
  border-radius: 10px;
  padding: 20px;
  margin-right: 10px;
}
.swipe-div.ui.buttons > button:active, .swipe-div.ui.buttons > button:focus {
  background-color: #7B5CFF;
  color: white;
  border: solid 1px #7B5CFF;
  border-radius: 10px;
  padding: 20px;
  margin-right: 10px;
}
.swipe-div.ui.buttons > button:first-child, .swipe-div.ui.buttons > button:last-child {
  border: solid 1px #7B5CFF !important;
  border-radius: 10px !important;
}
.swipe-div.ui.buttons > .active {
  background-color: #7B5CFF;
  color: white;
  border: solid 1px #7B5CFF;
  border-radius: 10px;
  padding: 20px;
  margin-right: 10px;
}

.pay_method.ui.buttons {
  width: 100%;
  display: block;
}
.pay_method.ui.buttons > button.pay_btn {
  background-color: transparent;
  width: 30%;
  display: inline-block;
  margin-right: 5%;
  color: #343434;
  border: solid 1px #a2a2a2;
  border-radius: 10px;
}
.pay_method.ui.buttons > button.pay_btn:first-child, .pay_method.ui.buttons > button.pay_btn:last-child {
  border: solid 1px #a2a2a2 !important;
  border-radius: 10px !important;
}
.pay_method.ui.buttons > button.pay_btn:last-child {
  margin-right: 0;
}
.pay_method.ui.buttons > button.pay_btn > .cc-img {
  background: url("/wap/img/cc-c.png") no-repeat center;
  background-size: contain;
  padding-bottom: 100%;
}
.pay_method.ui.buttons > button.pay_btn > .wechat-img {
  background: url("/wap/img/wechat-c.png") no-repeat center;
  background-size: contain;
  padding-bottom: 100%;
}
.pay_method.ui.buttons > button.pay_btn > .ali-img {
  background: url("/wap/img/ali-c.png") no-repeat center;
  background-size: contain;
  padding-bottom: 100%;
}
.pay_method.ui.buttons > button.pay_btn > span {
  white-space: nowrap;
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
}
.pay_method.ui.buttons > .active.pay_btn {
  color: white;
}
.pay_method.ui.buttons > .active.pay_btn > .cc-img {
  background: url("/wap/img/cc-w.png") no-repeat center;
  background-size: contain;
  padding-bottom: 100%;
}
.pay_method.ui.buttons > .active.pay_btn > .wechat-img {
  background: url("/wap/img/wechat-w.png") no-repeat center;
  background-size: contain;
  padding-bottom: 100%;
}
.pay_method.ui.buttons > .active.pay_btn > .ali-img {
  background: url("/wap/img/ali-w.png") no-repeat center;
  background-size: contain;
  padding-bottom: 100%;
}
.pay_method.ui.buttons > .active.pay_btn.cc-div {
  background-color: #a473ff;
  border: solid 1px #a473ff !important;
}
.pay_method.ui.buttons > .active.pay_btn.wechat-div {
  background-color: #2dbe30;
  border: solid 1px #2dbe30 !important;
}
.pay_method.ui.buttons > .active.pay_btn.ali-div {
  background-color: #41b3fd;
  border: solid 1px #41b3fd !important;
}

.search-div {
  margin: 10px;
}
.search-div > .search-top {
  margin: 5px 0;
}
.search-div > .search-top > .ui.search {
  display: inline;
}
.search-div > .search-top > .ui.search > .input {
  width: 65%;
}
.search-div > .search-top > .ui.search > .input > input:focus {
  border-color: #8842FF;
}
.search-div > .search-top > .dropdown {
  width: calc(33% - 5px);
  min-width: auto;
  margin-left: 5px;
  border-radius: 30px;
}
.search-div > .search-top > .ui.selection.active.dropdown {
  border-color: #8842FF;
}
.search-div > .search-top > .ui.selection.active.dropdown:hover .menu {
  border-color: #8842FF;
}
.search-div > .search-bottom {
  text-align: left;
}
.search-div > .search-bottom::-webkit-scrollbar {
  width: 0 !important;
}
.search-div > .search-bottom > .swipe-div {
  overflow: scroll;
  white-space: nowrap;
  display: block;
  padding: 5px 0;
}
.search-div > .search-bottom > .swipe-div::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
}
.search-div > .search-bottom > .swipe-div > div {
  padding: 6px 16px;
  min-width: 66px;
  margin: 0 3px;
  border-radius: 50px;
  background-color: #ECECEC;
  display: inline-block;
}
.search-div > .search-bottom > .swipe-div > .selected {
  background-color: rgba(123, 92, 255, 0.15);
}

.order-detail-info {
  width: 90%;
  margin: auto;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.order-detail-info > .order-title {
  padding: 7px;
  border-bottom: none;
}
.order-detail-info > .order-title > img {
  width: 35px;
  height: 35px;
}
.order-detail-info > .order-title > .store-name {
  font-size: 15px;
  padding-left: 10px;
  color: #343434;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  width: 80%;
}
.order-detail-info > .order-detail {
  padding: 5px;
}
.order-detail-info > .order-detail > p {
  color: #A2A5AE;
  margin-bottom: 3px;
}

.item-cost {
  width: 90%;
  margin: auto;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.item-cost > div {
  width: 100%;
}
.item-cost > div > p {
  color: #A2A5AE;
  margin-bottom: 8px;
}
.item-cost > div > .title {
  display: inline-block;
  float: left;
}
.item-cost > div > .cost {
  display: inline-block;
  float: right;
}
.item-cost > div > .free-tag {
  color: #343434;
  background: #FFDC1D;
  padding: 0 10px;
  border-radius: 25px;
}
.item-cost > div > .status {
  font-size: 11px;
  color: #EA3C3C;
}
.item-cost > .order-total {
  border-top: 1px #E0E0E0 solid;
  padding-top: 15px;
}
.item-cost > .order-total > .title {
  color: #343434;
}
.item-cost > .order-total > .cost {
  color: #8842FF;
  font-size: 17px;
  margin-top: -1px;
}

.order-chat-btn {
  text-align: center;
  width: 90%;
  margin: 25px 5%;
}
.order-chat-btn > img {
  width: 25px;
  height: auto;
  margin-left: 5px;
  display: inline-block;
}
.order-chat-btn > p {
  color: white;
  padding-left: 5px;
  display: inline-block;
}

.delivery-pic, .delivered-pic-arrived {
  width: 90%;
  margin: auto;
  margin-top: 10px;
}
.delivery-pic > img, .delivered-pic-arrived > img {
  width: 100%;
  height: auto;
  border: 2px #7B5CFF solid;
  border-radius: 5px;
}

.delivered-pic-arrived > img {
  max-height: 375px;
}

.delivered-pic-proof {
  margin-top: 75px;
}
.delivered-pic-proof > img {
  width: 100%;
}

.date-proof {
  text-align: center;
  margin-top: 30px;
}

.each-cart {
  width: 90%;
  margin: auto;
  background-color: white;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}

.click-all-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.click-title {
  display: flex;
  flex-grow: 1;
  padding-right: 10px;
}
.click-title .vendor {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 100%;
}
.click-title img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.click-title p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding-top: 4px;
  font-weight: bold;
  max-width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 2px 0 4px;
}
.click-title .go-icon {
  display: inline-block;
  vertical-align: middle;
}

.flex-placeholder {
  display: flex;
  flex-grow: 1;
}

.check-icon {
  font-size: 20px !important;
  color: #C2C2C2;
}

.delete-icon {
  height: 20px;
  padding-right: 10px;
  padding-left: 20px;
}

.concierge-delivery-warning, .normal-delivery-warning {
  padding: 10px;
  background-color: #FFEF96;
  border-radius: 5px;
  min-width: 250px;
  margin-left: 45px;
  margin-top: 10px;
}
.concierge-delivery-warning > p, .normal-delivery-warning > p {
  margin-bottom: 0;
  font-size: 12px;
}

.concierge-delivery-warning.conforder-delivery-w, .conforder-delivery-w.normal-delivery-warning {
  margin-left: 0;
}

.normal-delivery-warning {
  background-color: #F1EEFF;
}
.normal-delivery-warning > p {
  color: #8842FF;
}

.check-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 13%;
}

.each-item-wrap {
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.each-item-wrap > .item-content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.each-item-wrap > .item-content > .order-left {
  position: relative;
  width: 23%;
  display: inline-block;
}
.each-item-wrap > .item-content > .order-left .tag {
  position: absolute;
  padding: 3px 5px;
  color: white;
  background: #EA4587;
  border: 1px white solid;
  right: 0;
  top: 0;
  border-radius: 0 7px 0 7px;
  font-size: 9px;
}
.each-item-wrap > .item-content > .order-left > img {
  width: 100%;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
}
.each-item-wrap > .item-content > .content {
  width: calc(75% - 10px);
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.each-item-wrap > .item-content > .content .item-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-size: 13px;
}
.each-item-wrap > .item-content > .content > .item-tag {
  color: #A2A5AE;
  font-size: 11px;
  padding: 2px 0;
  margin-bottom: 2px;
  display: inline-block;
}
.each-item-wrap > .item-content > .content > span {
  float: right;
  text-align: right;
}
.each-item-wrap > .item-content > .content > span > .order-color {
  color: #EA4587;
  text-align: right;
}

.inCart .each-item-wrap > .item-content {
  width: 85%;
}
.inCart .item-adding {
  width: 100px;
  float: right;
  margin-right: -2px;
  display: inline-block;
  vertical-align: middle;
}
.inCart .item-adding > img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.inCart .item-adding > img:hover {
  border-radius: 50%;
  background: #7B5CFF;
}
.inCart .item-adding > img:focus {
  border-radius: 50%;
  background: #7B5CFF;
}
.inCart .item-adding > .item-number {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: #CDCDCD;
}

.item-adding {
  text-align: right;
  float: right;
  margin-right: -2px;
  display: inline-block;
  vertical-align: middle;
}
.item-adding > img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.item-adding > img:hover {
  border-radius: 50%;
  background: #7B5CFF;
}
.item-adding > img:focus {
  border-radius: 50%;
  background: #7B5CFF;
}
.item-adding > .item-number {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-bottom: 0;
  color: #CDCDCD;
  text-align: right;
}

.total-adding-wrap > .item-price {
  font-size: 18px;
  font-weight: bold;
  color: #8842FF;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.subtotal-wrap {
  margin-top: 10px;
  height: 40px;
  border-top: 1px #E0E0E0 solid;
}
.subtotal-wrap > p {
  color: #8842FF;
  font-size: 16px;
  margin-top: 10px;
}
.subtotal-wrap > .subtotal-title {
  float: left;
}
.subtotal-wrap > .subtotal-price {
  float: right;
  margin-right: 5px;
}
.subtotal-wrap > .go-icon {
  margin-top: 10px;
  float: right;
}

.coupon-wrap {
  width: 90%;
  padding: 13px;
  height: 46px;
  margin: auto;
  background-color: rgba(124, 90, 252, 0.3);
  border-radius: 5px;
}
.coupon-wrap > p {
  color: #343434;
  margin-bottom: 0;
  font-size: 16px;
}
.coupon-wrap > .coupon-title {
  float: left;
}
.coupon-wrap > .coupon-price {
  float: right;
  margin-right: 5px;
}
.coupon-wrap > .go-icon {
  float: right;
}

.checkout-wrap, .checkout-confirm-wrap {
  position: fixed;
  background: white;
  z-index: 999;
  bottom: 70px;
  height: 55px;
  width: 100%;
  padding: 10px 0;
  text-align: right;
}
.checkout-wrap > .wrapper, .checkout-confirm-wrap > .wrapper {
  width: 90%;
  margin: auto;
}
.checkout-wrap > .wrapper > p, .checkout-confirm-wrap > .wrapper > p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
}
.checkout-wrap > .wrapper > .checkout-price, .checkout-confirm-wrap > .wrapper > .checkout-price {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px;
  color: #8842FF;
}
.checkout-wrap > .wrapper > .primary-btn, .checkout-confirm-wrap > .wrapper > .primary-btn, .checkout-wrap > .wrapper > .outline-btn, .checkout-confirm-wrap > .wrapper > .outline-btn {
  width: auto;
  color: white;
  padding: 5px 15px;
  margin: auto;
}

.checkout-confirm-wrap {
  bottom: 0;
}

.info-section {
  width: 90%;
  margin: auto;
  background: white;
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.info-section > .icon-wrap {
  width: 11%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.info-section > .icon-wrap > img {
  width: 30px;
  height: auto;
}
.info-section > .content-wrap {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.info-section > .content-wrap > .user-name {
  font-size: 13px;
  margin-bottom: 4px;
}
.info-section > .content-wrap > p {
  margin-bottom: 0;
  font-size: 13px;
}
.info-section > .content-wrap > p > .phone-number {
  color: #666666;
  font-size: 13px;
  padding-left: 10px;
}
.info-section > .go-icon {
  width: 5%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.info-section > .go-icon > img {
  width: 20px;
  height: 20px;
}
.info-section:hover {
  background-color: #F1EEFF;
}

.order-info-section {
  width: 90%;
  margin: auto;
  background: white;
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.order-info-section > h3 {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333333;
}
.order-info-section > p {
  margin-bottom: 5px;
  font-size: 13px;
}
.order-info-section > .order-number {
  color: #333333;
  font-weight: bold;
}
.order-info-section > .order-time {
  color: #999999;
  font-size: 12px;
}
.order-info-section > .order-price {
  color: #8842FF;
  font-weight: bold;
  font-size: 15px;
}
.order-info-section > .outline-btn {
  text-align: center;
  color: #8842FF;
  width: 77px;
  padding: 6px;
  border: 1px #8842FF solid;
  float: right;
  margin-top: -41px;
}
.order-info-section > .outline-btn:hover {
  color: white;
}

.address-info-wrap {
  border-radius: 5px;
  padding: 10px;
}

.input-ui {
  width: 100%;
}
.input-ui > input {
  background: white;
  border: none;
  width: 100%;
  min-height: 50px;
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 14px;
  color: #343434;
  margin-bottom: 10px;
}
.input-ui > select {
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
  border: none;
  color: #666666;
  background: white;
  border-radius: 5px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.input-address > p {
  background: white;
  width: 100%;
  min-eight: 50px;
  border-radius: 5px;
  padding: 15px 10px;
  margin-bottom: 10px;
  color: #343434;
  font-size: 15px;
}
.input-address > p:hover {
  background: #F1EEFF;
}

.address_item {
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 5px;
}
.address_item > .address-icon {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  text-align: center;
}
.address_item > .address-icon > img {
  width: 35px;
  height: auto;
}
.address_item > .address-detail {
  display: inline-block;
  width: 78%;
  vertical-align: middle;
}

.coupons-top-space {
  width: 100%;
  height: 56px;
}

.coupon-btn-add {
  margin-right: 10px;
}

.regular-coupon {
  width: 100%;
  padding: 10px 0;
}
.regular-coupon:hover {
  background-color: #D2C9FA;
}

.gold-coupon {
  width: 100%;
  padding: 10px 0;
}
.gold-coupon:hover {
  background-color: #f6eea6;
}

.each-coupon {
  width: 90%;
  margin: auto;
  position: relative;
}
.each-coupon > img {
  width: 100%;
  height: 68px;
}
.each-coupon > .content-left {
  position: absolute;
  top: 0;
  padding: 20px 0 0 0;
}
.each-coupon > .content-left > p {
  color: white;
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  margin-bottom: 3px;
  line-height: 30px;
  margin-top: -6px;
  margin-left: 20px;
}
.each-coupon > .content-left > .dollar-sign {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2px;
  line-height: 15px;
  padding-top: 4px;
  font-size: 15px;
}
.each-coupon > .content-left > .sub-text {
  font-size: 12px;
  width: 100%;
  line-height: 15px;
  text-transform: uppercase;
}
.each-coupon > .content-right {
  position: absolute;
  top: 10px;
  right: 20px;
  text-align: right;
}
.each-coupon > .content-right > p {
  margin-bottom: 0;
  color: white;
}
.each-coupon > .content-right > .tapin-logo {
  font-size: 18px;
  font-family: Avenir;
  font-weight: bold;
  line-height: 20px;
}
.each-coupon > .content-right > .tapin-logo > span {
  color: #8842FF;
}
.each-coupon > .content-right > .date-title {
  font-size: 10px;
}
.each-coupon > .content-right > .date {
  font-size: 13px;
  line-height: 12px;
}

.month-btn {
  display: inline-block;
  width: 50%;
  height: 45px;
  font-size: 12px;
  padding-top: 15px;
}

.dat-btn {
  display: inline-block;
  width: 50%;
  padding: 10px 20px !important;
  float: right;
  font-size: 12px;
}
.dat-btn:focus {
  background-color: white !important;
  border: 2px #8842FF solid !important;
}

.warning-title {
  width: 90%;
  margin: auto;
  height: 30px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #FCE3ED;
  padding: 5px;
}
.warning-title > p {
  color: #EA3C3C;
  font-weight: bold;
}

.delivery-choice-daily, .delivery-choice-concierge {
  background: white;
  border-radius: 5px;
  max-height: 50px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.delivery-choice-daily > .delivery-title, .delivery-choice-concierge > .delivery-title {
  margin: 12px auto;
  height: 20px;
  width: 90%;
}
.delivery-choice-daily > .delivery-title > h1, .delivery-choice-concierge > .delivery-title > h1 {
  color: #8842FF;
  margin-bottom: 0;
  font-weight: bold;
  float: left;
  font-size: 20px;
}
.delivery-choice-daily > .delivery-title > .go-icon, .delivery-choice-concierge > .delivery-title > .go-icon {
  float: right;
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
  padding: 3px;
}
.delivery-choice-daily > .delivery-content, .delivery-choice-concierge > .delivery-content {
  padding: 0 20px;
  padding-top: 10px;
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}
.delivery-choice-daily > .white-input, .delivery-choice-concierge > .white-input {
  background-color: #FFF1A5;
  color: #343434;
  border-radius: 10px;
  border-color: #FFF1A5;
  margin-top: 0;
  color: #2F1891;
  width: 90%;
  margin: 15px 5%;
}

.delivery-choice-daily-expend {
  max-height: 250px;
}
.delivery-choice-daily-expend > .delivery-title > h1 {
  color: #2F1891;
}
.delivery-choice-daily-expend > .delivery-title > .go-icon {
  transform: rotate(-90deg);
}

.delivery-choice-concierge-expend {
  max-height: 250px;
}
.delivery-choice-concierge-expend > .delivery-title > h1 {
  color: #2F1891;
}
.delivery-choice-concierge-expend > .delivery-title > .go-icon {
  transform: rotate(-90deg);
}

.concierge-cost-wrap {
  background-color: white;
  height: 150px;
  width: 100%;
  margin-top: 30px;
}
.concierge-cost-wrap > .concierge-cost {
  padding: 10px 0;
  width: 90%;
  margin: 0 5%;
}
.concierge-cost-wrap > .concierge-cost > div {
  position: relative;
  width: 100%;
  height: 45px;
}
.concierge-cost-wrap > .concierge-cost > div > p {
  position: absolute;
  color: #8842FF;
  margin-bottom: 0;
}
.concierge-cost-wrap > .concierge-cost > div > .title {
  left: 0;
  padding: 10px 0;
}
.concierge-cost-wrap > .concierge-cost > div > .price {
  right: 0;
  padding: 10px 0;
}
.concierge-cost-wrap > .concierge-cost > .subtotal {
  border-top: 1px #E0E0E0 solid;
}

@media only screen and (max-height: 736px) {
  .login-and-register > .wrapper > h1 {
    margin-bottom: -0.5rem;
  }

  .copyright {
    margin-top: -1rem;
  }

  .cart-wrap > .notify-icon {
    text-align: left;
  }

  .each-item > .wrap-image-all, .each-item-cate > .wrap-image-all {
    margin-bottom: 10px;
  }

  .me-profile-wrap {
    margin-bottom: 30px;
  }
  .me-profile-wrap > .me-profile {
    padding-top: 25px;
  }
  .me-profile-wrap > .me-profile > img {
    width: 110px;
    height: 110px;
  }
  .me-profile-wrap > .me-two-group {
    padding-top: 20px;
  }

  .each-list {
    padding: 11px 50px;
  }
  .each-list > .me-share {
    padding: 11px 0;
  }
}
select.primary-btn.dropdown, select.dropdown.outline-btn {
  border: none;
  padding: 12px 20px;
  height: 45px;
}
select.primary-btn.dropdown:focus, select.dropdown.outline-btn:focus {
  background-color: #f2f2f2;
}

@media only screen and (max-height: 667px) {
  .me-profile-wrap {
    margin-bottom: 18px;
  }
  .me-profile-wrap > .me-profile {
    padding-top: 15px;
  }
  .me-profile-wrap > .me-profile > img {
    width: 100px;
    height: 100px;
  }
  .me-profile-wrap > .me-two-group {
    padding-top: 3px;
  }

  .each-list {
    padding: 8px 50px;
  }
  .each-list > .me-share {
    padding: 11px 0;
  }
}
#ptr {
  position: absolute;
  top: 166px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 10;
  text-align: center;
  height: 50px;
}

#ptr .genericon {
  opacity: 0.6;
  font-size: 34px;
  width: auto;
  height: auto;
  transition: all 0.25s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 5px;
}

.ptr-refresh #ptr .genericon {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ptr-loading #ptr .genericon,
.ptr-reset #ptr .genericon {
  display: none;
}

.loading {
  display: inline-block;
  text-align: center;
  opacity: 0.4;
  margin: 12px 0 0 5px;
  display: none;
}

.ptr-loading .loading {
  display: block;
}

.loading span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  border-radius: 50%;
  -webkit-animation: ptr-loading 0.4s infinite alternate;
  animation: ptr-loading 0.4s infinite alternate;
}

#l1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

#l2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#l3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes ptr-loading {
  0% {
    -webkit-transform: translateY(0) scale(0.3);
    transform: translateY(0) scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #7B5CFF;
    opacity: 1;
  }
}
@keyframes ptr-loading {
  0% {
    -webkit-transform: translateY(0) scale(0.3);
    transform: translateY(0) scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #7B5CFF;
    opacity: 1;
  }
}
#content {
  min-height: 100%;
  z-index: 20;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  padding: 0;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 200;
  color: #555;
  box-sizing: border-box;
}

.ptr-loading #content, .ptr-reset #content,
.ptr-loading #ptr, .ptr-reset #ptr {
  transition: all 0.25s ease;
}

.ptr-reset #content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ptr-loading #content {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.load-3 {
  margin: 5px 0 20px 0;
  display: block;
}

.line {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #8842FF;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.backToTop-btn {
  position: fixed;
  bottom: 120px;
  right: 50%;
  transform: translateX(50%);
  width: 80px;
  height: 30px;
  background-color: #8842FF;
  opacity: 0.6;
  border-radius: 30px;
  z-index: 11;
  text-align: center;
  padding-top: 2px;
}
.backToTop-btn > svg {
  opacity: 1;
  fill: white;
}

.displayOff {
  display: none !important;
}

.displayOn {
  display: block !important;
}

.cart-item {
  color: white;
  padding: 12px 20px;
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.regular-purchase-modal .cart-item:before, .pinta-purchase-modal .cart-item:before, .share-modal .cart-item:before {
  background-color: #7B5CFF;
}

.pinta-purchase-modal .cart-item:before {
  background-color: #EA4587;
}

.pulsating-circle-background {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.pulsating-circle {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
  transition: all 0.5s ease-in-out;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #8842FF;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  transition: all 0.5s ease-in-out;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.sendtocart.pulsating-circle {
  animation: addAxis 0.6s forwards;
  z-index: 9999;
}
.sendtocart.pulsating-circle:after {
  background-color: #7B5CFF;
}

@keyframes addAxis {
  100% {
    transform: translateY(calc(50vh)) translateX(calc(-50vw + 110px));
  }
}
input.cart-item.sendtocart.primary-btn, input.cart-item.sendtocart.outline-btn {
  width: 45px !important;
  height: 45px !important;
  padding: 0 !important;
  animation: xAxis 0.8s forwards;
}
input.cart-item.sendtocart.primary-btn:before, input.cart-item.sendtocart.outline-btn:before {
  animation: yAxis 1s alternate forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shake {
  animation: shakeCart 0.4s ease-in-out forwards;
}

@keyframes xAxis {
  30% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(calc(-100vh)) translateX(calc(50vw - 35px));
  }
}
@keyframes yAxis {
  100% {
    transform: translateY(calc(-20vh)) translateX(calc(50vw - 55px));
  }
}
@keyframes shakeCart {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
.warning-modal-content {
  margin-left: 5%;
}

#daily_delivery_select {
  -webkit-appearance: none;
}

#concierge_delivery_select {
  -webkit-appearance: none;
}

.login-and-register > .wrapper > .login-register-content > h1 > p {
  color: white;
  font-size: 35px;
  display: inline-block;
  font-family: Avenir;
  font-weight: bold;
  background-color: #EA4587;
  border-radius: 0 20px 0 20px;
  padding: 5px 7px;
  border: 4px solid white;
}

.user_item_modal-content {
  margin: 50% auto 0;
}

.order_top {
  color: #7B5CFF;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.order_top > img {
  margin-right: 10px;
}

.order_main {
  display: flex;
  font-size: 12px;
}

.order_main_content01 {
  width: 50%;
}
.order_main_content01 > div:first-child {
  color: #151515;
}
.order_main_content01 > div:last-child {
  color: #6E6E6E;
}

.order_main_content02 {
  width: 50%;
}
.order_main_content02 > div:first-child > span:first-child {
  color: #151515;
}
.order_main_content02 > div:first-child > span:last-child {
  color: #666666;
}
.order_main_content02 > div:last-child > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #6E6E6E;
}

.need_shipping_title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 10px;
}

.deliver_together_shopping_simple_main_shopping {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.deliver_together_shopping_simple_main_shopping > div {
  box-sizing: border-box;
  background-color: white;
  flex: 0 0 25%;
  position: relative;
}
.deliver_together_shopping_simple_main_shopping > div > img {
  width: 100%;
  padding: 6%;
  border-radius: 7px;
  height: 80px;
  object-fit: cover;
}

.deliver_together_shopping_simple_main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.deliver_together_shopping_simple_main_btn > span {
  color: #BABABA;
  margin-right: 5px;
}

.deliver_together_shopping_detail_main .click-title p {
  color: #151515;
}

.deliver_together_shopping_detail_main_shopping_list {
  display: flex;
  width: 100%;
}
.deliver_together_shopping_detail_main_shopping_list > div:first-child {
  width: 25%;
  position: relative;
}
.deliver_together_shopping_detail_main_shopping_list > div:first-child .the_pinta_tag {
  top: 0;
  right: 0;
}
.deliver_together_shopping_detail_main_shopping_list > div:first-child > img {
  width: 100%;
  height: 77px;
  object-fit: cover;
  border-radius: 7px;
}
.deliver_together_shopping_detail_main_shopping_list > div:last-child {
  width: 75%;
  padding-left: 10px;
}

.main_shopping_list_content {
  position: relative;
}
.main_shopping_list_content > div:first-child {
  font-size: 16px;
  color: #151515;
}
.main_shopping_list_content > div:first-child > span {
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 1;
  /** 显示的行数 **/
  overflow: hidden;
}
.main_shopping_list_content > div:nth-of-type(2) {
  font-size: 12px;
  color: #A2A5AE;
  position: absolute;
  bottom: 40%;
}
.main_shopping_list_content > div:nth-of-type(2) > span {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.main_shopping_list_content > div:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 90%;
}
.main_shopping_list_content > div:nth-of-type(3) > div:first-child {
  font-size: 18px;
  color: #7B5CFF;
}
.main_shopping_list_content > div:nth-of-type(3) > div:last-child {
  font-size: 16px;
  color: #CDCDCD;
}

.shopping_detail_main_content {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.shopping_subtotal {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
.shopping_subtotal > span:first-child {
  color: #9F9F9F;
}
.shopping_subtotal > span:last-child {
  color: #6E6E6E;
}

.shopping_total > div:first-child {
  text-align: right;
  margin: 10px 0;
}
.shopping_total > div:first-child > span {
  color: #9F9F9F;
}
.shopping_total > div:first-child > span:last-child {
  font-size: 16px;
  color: #7B5CFF;
}
.shopping_total > div:last-child {
  display: flex;
  justify-content: flex-end;
}
.shopping_total > div:last-child .primary-btn, .shopping_total > div:last-child .outline-btn {
  width: auto;
  color: white;
  padding: 5px 15px;
  text-align: center;
}

.separate_delivery {
  text-align: center;
}
.separate_delivery .primary-btn, .separate_delivery .outline-btn {
  width: 50% !important;
  background: #ffffff;
  color: #7B5CFF !important;
  border: 1px solid #7B5CFF;
}

.collect_method {
  display: flex;
  align-items: center;
  font-weight: lighter;
}
.collect_method > div {
  font-size: 9px;
}
.collect_method > .delivery_preference_method {
  background-color: #7B5CFF;
  border-radius: 14px;
  padding: 5px 15px;
  color: #ffffff;
  margin: 0 0 0 5px;
}
.collect_method > .receiving_change_btn {
  font-weight: lighter;
  color: #7B5CFF;
  margin-left: 5px;
}

.this_delivery_requirements {
  font-weight: lighter;
}
.this_delivery_requirements > div > div {
  display: inline-block;
  font-size: 10px;
  color: #9F9F9F;
  padding: 4px 9px;
  border: 1px solid #9F9F9F;
  border-radius: 14px;
  margin: 5px 0;
  margin-right: 5px;
}

.this_delivery_requirements_title {
  margin: 10px 0;
  font-weight: lighter;
  font-size: 10px;
}

.requirements_content_active {
  border: 1px solid #7B5CFF !important;
  color: #7B5CFF !important;
}

.this_delivery_requirements_input {
  font-size: 10px;
  width: 100%;
  border: 0;
  background-color: #F2F2F4;
  border-radius: 8px;
  min-height: 35px;
  padding: 10px;
  color: #AAAAAA;
  margin-top: 10px;
}

.free_delivery {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: #8842FF;
  text-align: center;
  padding: 2px 4px;
}

.receiving_method_title {
  width: 90%;
  margin: auto;
  padding-left: 20px;
}

.receiving_method_main {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
}

.receiving_method_content {
  background-color: #F0F0F0;
  border-radius: 19px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  max-height: 40px;
  color: #747474;
}
.receiving_method_content > div:last-child {
  margin: 10px 0;
}

.receiving_method_content_title {
  width: 90%;
  margin: 12px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.receiving_method_content_title > span {
  margin-right: 10px;
}

.receiving_method_select {
  background-color: white;
  border: 0;
  height: 35px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 11px;
  width: 40%;
  box-shadow: none;
  transition: all 0.2s linear;
  text-decoration: none;
  appearance: auto !important;
}

.receiving_method_input {
  width: 50%;
  border: 0;
  background-color: #ffffff;
  border-radius: 11px;
  min-height: 35px;
  padding: 10px;
  color: #AAAAAA;
  font-size: 10px;
}

.receive_apt_code, .receive_buzz_code {
  width: 45%;
  border: 0;
  background-color: #ffffff;
  border-radius: 11px;
  min-height: 35px;
  padding: 10px;
  color: #AAAAAA;
  font-size: 10px;
}

.receive_apt_code {
  margin-left: 5%;
}

.receive_remarks {
  font-size: 10px;
  width: 90%;
  margin: 10px 5%;
  border: 0;
  background-color: #ffffff;
  border-radius: 11px;
  min-height: 35px;
  padding: 10px;
  color: #AAAAAA;
}

.receiving_method:hover {
  background-color: #ffffff;
}

.receiving_method_content_expend {
  max-height: 250px;
  border: 1.5px solid #7B5CFF;
}
.receiving_method_content_expend .receiving_method_content_title {
  color: #7B5CFF;
}

.testswitch {
  position: relative;
  width: 40px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.testswitch-checkbox {
  display: none;
}

.testswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 0;
}

.testswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.testswitch-inner::before, .testswitch-inner::after {
  display: block;
  float: right;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.testswitch-inner::after {
  content: attr(data-on);
  padding-left: 10px;
  background-color: #7B5CFF;
  color: #FFFFFF;
}

.testswitch-inner::before {
  content: attr(data-off);
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.testswitch-switch {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin: 4px;
  background: #FFFFFF;
  top: -2px;
  bottom: 0;
  right: 15px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.testswitch-checkbox:checked + .testswitch-label .testswitch-inner {
  margin-left: 0;
}

.testswitch-checkbox:checked + .testswitch-label .testswitch-switch {
  right: -3px;
}

.editaddress_switch {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.delete_address {
  background-color: #EA3C3C;
  border-radius: 50px;
  padding: 10px 20px;
}

.address_title {
  display: flex;
  align-items: center;
}
.address_title > img {
  margin-right: 10px;
}

.address_tips {
  text-align: center;
  font-size: 12px;
  color: #969696;
}

.free_delivery_icon {
  display: inline-block;
  padding: 0 5px;
  line-height: 21px;
  font-size: 12px;
  color: #ffffff;
  background-color: #7B5CFF;
  margin-left: 10px;
}

.deliver_together_shopping_simple_main_img {
  overflow: hidden;
  margin: 10px 0;
}
.deliver_together_shopping_simple_main_img > img {
  float: left;
  margin-left: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.deliver_together_shopping_simple_main_img > img:first-child {
  margin-left: 0;
}

.deliver_together_click_title {
  margin: 10px 0;
}

.shopping_total_free_delivery_icon {
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
  font-size: 9px;
  color: #ffffff !important;
  background-color: #7B5CFF;
  text-align: center;
}

.first_cart {
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delete_first_cart {
  text-align: center;
}

.default_address_icon {
  font-size: 10px;
  color: #7B5CFF;
  background-color: rgba(123, 92, 255, 0.2);
  border-radius: 8px;
  padding: 2px 5px;
}

.addaddress_input_city_name {
  color: #7B5CFF;
  border-radius: 5px;
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.editaddress_option {
  /*用div的样式代替select的样式*/
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  position: relative;
}

.editaddress_option select {
  font-size: 10px;
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  /*隐藏select的下拉图标*/
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /*通过padding-left的值让文字居中*/
  text-align: center;
  padding-left: 10px;
}

/*使用伪类给select添加自己想用的图标*/
.editaddress_option:after {
  content: "";
  width: 11px;
  height: 7px;
  background: url(/wap/img/editaddress_select_icon.png) no-repeat center;
  background-size: cover;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 60%;
  top: 42%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}

.the_pinta_tag {
  position: absolute;
  padding: 3px 5px;
  color: white;
  background: #EA4587;
  border: 1px white solid;
  right: 6%;
  top: 6%;
  border-radius: 0 4px 0 7px;
  font-size: 9px;
  border-top: 0;
  border-right: 0;
}

.customer_service {
  position: fixed;
  right: 0;
  z-index: 11;
  cursor: pointer;
}
.customer_service > img {
  width: 60px;
}

.main_customer_service {
  bottom: 110px;
}

.eachdetailcategory_customer_service {
  bottom: 75px;
}

.cart_customer_service {
  bottom: 125px;
}

.confirmorder_customer_service {
  bottom: 55px;
}

.recharge_customer_service {
  bottom: 20px;
}

.deliver_together_shopping_detail_main_shopping > div {
  margin-bottom: 20px;
}

.customer_service_main_img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.customer_service_back_btn {
  margin: 20px auto 0;
  width: 80%;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 15px 0;
  color: #7B5CFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.confirmorder_item_cost {
  margin-bottom: 50px;
}

.eachdetailcategory_space {
  margin-top: 50px;
}

.order_item {
  margin-bottom: 50px;
}

.item_bottom_space {
  margin-top: 50px;
}

.main_space_bottom {
  margin-top: 50px;
}

.first_cart_img {
  width: 40vh;
}

.recharge_modal {
  height: auto;
}

.recharge_tip_img {
  width: 100%;
}

.confirmpayment_title p {
  max-width: 140px;
}

.item_pinta_btn {
  width: calc(70% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 11px 0;
}

.item_pinta_price_half {
  background-color: #EA4587;
  padding: 5px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}
.item_pinta_price_half:hover {
  background: #ff7aaf;
  border-color: #ff7aaf;
}

.addaddress-search-btn {
  font-size: 14px;
  background-color: #7B5CFF;
  border-color: #7B5CFF;
  word-break: keep-all;
}

.addaddress_div {
  display: flex;
  align-items: center;
}
.addaddress_div > input {
  margin-right: 10px;
}
.addaddress_div > div {
  margin-bottom: 10px;
}

.new_editaddress_option::after {
  content: "";
  width: 11px;
  height: 7px;
  background: url(/wap/img/editaddress_select_icon.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 8%;
  top: 18%;
  pointer-events: none;
}

.new_receiving_method_select {
  margin-left: 0;
  margin-right: 0;
}

.new_receiving_method_input {
  margin-right: 10px;
  margin-left: 10px;
  width: 50%;
  border: 0;
  background-color: #ffffff;
  border-radius: 11px;
  min-height: 35px;
  padding: 10px;
  color: #AAAAAA;
  font-size: 10px;
}

.new_receive_remarks {
  width: 94%;
  margin: 10px 4%;
}

.buy_now {
  color: white;
  padding: 12px 20px;
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  transition: width 0.3s ease-in-out;
  border: 2px solid #7B5CFF;
  border-radius: 50px;
  box-shadow: none;
  background: #8842FF;
  border-color: #a473ff;
  text-decoration: none;
}
.buy_now:hover {
  background: #a473ff;
  border-color: #a473ff;
  text-decoration: none;
}

.live_list_index {
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0 5px 0;
  width: 25px;
  height: 25px;
  text-align: center;
  left: 0;
  top: 0;
}
.live_list_index > p {
  line-height: 25px;
}

.dimmed.dimmable > .ui.visible.dimmer, .ui.active.dimmer {
  z-index: 1050;
}

.dimmed.dimmable > .ui.animating.dimmer {
  z-index: 1050;
}

.live-item-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-item-new-div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background-color: #FDE8F0;
  color: #EA4587;
  font-size: 10px;
  width: 75%;
  padding: 2px 0;
}
.live-item-new-div > img {
  width: 10px;
  height: 10px;
  margin-right: 2px;
}

.order-delay-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-delay-tag {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.order-delay-tag > img {
  width: 20px;
  height: 19px;
  margin-right: 5px;
}
.order-delay-tag > span {
  color: #E53122;
  word-break: keep-all;
}

.order-delay-detail-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-delay-reason {
  margin-bottom: 10px;
}
.order-delay-reason > span {
  color: #343434;
  font-size: 16px;
  font-weight: bold;
}

.order-delay-reason-info > span {
  color: #5F6165;
  word-break: break-all;
}

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