html[lang="vie"] .woocommerce-Price-amount.amount,
html[lang="vi"] .woocommerce-Price-amount.amount {
  position: relative;
  padding-right: 12px;
  text-transform: lowercase;
}

html[lang="vie"] .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
html[lang="vi"] .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  right: 0;
  position: absolute;
}

.select2-results__option {
  color: #999;
}

.select2-search--dropdown .select2-search__field {
  color: #000 !important;
}

#order_review {
  display: block;
  visibility: visible;
  opacity: 1;
}

#payment ul .payment_box {
  background: #999 !important;
}

#select-sub-collection {
  padding-left: 75px;
  width: 100%;
  margin-top: 135px;
  margin-bottom: 60px;
}

#select-sub-collection .wrap-sc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#select-sub-collection .wrap-sc .item-sc a {
  display: inline-block;
  font-size: calc(100vw * 16 / 1920);
  text-transform: uppercase;
  padding-bottom: 3px;
  padding-right: 30px;
  position: relative;
  margin-right: 100px;
}

#select-sub-collection .wrap-sc .item-sc a:focus, #select-sub-collection .wrap-sc .item-sc a:visited {
  outline: 0 !important;
}

#select-sub-collection .wrap-sc .item-sc a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
}

#select-sub-collection .wrap-sc .item-sc a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
}

#cart-page .wrap-cart-page .listing-cart .item .wrap-item-detail .wrap-attr .p-price > span {
  width: auto;
  display: inline-block;
  left: -3px;
}

#cart-page .wrap-cart-page .listing-cart .item .wrap-item-detail .wrap-attr .p-price > span:nth-child(1) {
  width: 100%;
}

li.payment_method_appota label[for=payment_method_appota] {
  background: transparent !important;
}

#payment ul .payment_box.payment_method_appota {
  background: transparent !important;
}

@media only screen and (max-device-width: 768px) {
  #select-sub-collection {
    padding-left: 44px;
  }
}

.collection-category .products {
  min-height: 500px;
}
