.member-cartview,
.member-redeem {
  padding: 0 0 1rem 0;
}

.thankyou {
  padding: 3rem 0 2rem 0;
}


/*------------------------ MEMBER CARTVIEW -------------------------- */
/* DETAILS */
.member-cartview .status {
  width: 6rem;
  margin-right: 2rem;
}

.member-cartview .detail {
  width: 100%;
}

.member-cartview .detail .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.member-cartview .detail .head .status {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.member-cartview .detail .head .status img {
  width: 40px;
}

.member-cartview .detail .head .status span {
  font-size: 18px;
  margin-top: 0.5rem;
  color: #0d578b;
  font-weight: 400;
}

.member-cartview .detail .head span {
  font-size: 20px;
  font-weight: 500;
}

.member-cartview .detail .head span a {
  font-size: 18px;
  color: #0d578b;
}

.member-cartview .detail .body {
  margin-left: 2.5rem;
  padding-left: 4.5rem;
  border-left: 1px #0d578b dotted;
}

.member-cartview .detail .body.nodotted {
  margin-left: 2.5rem;
  padding-left: 4.5rem;
  border-left: none;
}

.member-cartview .detail .body .box {
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 0.25rem;
}

.member-cartview .detail.productlist,
.member-cartview .detail.shippingaddress {
  position: relative;
}
.member-cartview .detail.productlist .body::before,
.member-cartview .detail.shippingaddress .body::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0d578b;
  position: absolute;
  border-radius: 50px;
  left: 38px;
}
.member-cartview .detail.productlist .body::after,
.member-cartview .detail.shippingaddress .body::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0d578b;
  position: absolute;
  border-radius: 50px;
  left: 38px;
  bottom: 0;
}

/* .member-cartview .detail .dot{
  width: 6px;
  height: 6px;
  background-color: #0d578b;
  position: absolute;
  border-radius: 50px;
}
 */
/* .member-cartview .detail.productlist .dot.top,
.member-cartview .detail.shippingaddress .dot.top {
  top: 6.5rem;
  left: 2.37rem;
}

.member-cartview .detail.productlist .dot.bottom,
.member-cartview .detail.shippingaddress .dot.bottom {
  bottom: 0;
  left: 2.37rem;
} */

.member-cartview .detail.productlist .body .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 1vw;
}

.member-cartview .detail.productlist .body .title {
  padding: 1.5vw 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.member-cartview .detail.productlist .body .list {
  padding-bottom: 1rem;
  flex-direction: column;
}

.member-cartview .detail.productlist .body .title {
  padding: 1rem 1rem 0 1rem;
}

.member-cartview .detail.productlist .body .title .edit {
  text-decoration: none;
}

.member-cartview .detail.productlist .body .quantity {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 0.5rem 0 0 0;
}

.member-cartview .detail.productlist .body .box .price {
  font-size: 18px;
  font-weight: 400;
}

.member-cartview .detail.productlist .body .box .quantity .count {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.member-cartview .detail.productlist .body .box .quantity .count .number {
  position: relative;
  width: 100%;
}

.member-cartview
  .detail.productlist
  .body
  .box
  .quantity
  .count
  .number
  .plus
  i {
  right: 0;
}

.member-cartview
  .detail.productlist
  .body
  .box
  .quantity
  .count
  .number
  .minus
  i {
  left: 0;
}

.member-cartview .detail.productlist .body .box .quantity .count .number input {
  text-align: center;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 90px;
  height: 40px;
}

.member-cartview .detail.productlist .body .box .bin img {
  width: 17px;
  border: none;
  margin: 0;
}

.member-cartview .detail.productlist .body .title .text {
  font-size: 18px;
  font-weight: 400;
}

.member-cartview .detail.productlist .body .title .text span {
  font-size: 16px;
  color: #5d5d5d;
  margin-left: 0.25rem;
}

.member-cartview .detail.productlist .body .title .edit {
  font-size: 16px;
  color: #0d578b;
  text-decoration: underline;
}

.member-cartview .detail.productlist .body .box.freegift {
  padding: 0 1vw 1vw 1vw;
}

.member-cartview .detail.productlist .body .box.freegift .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5vw;
  flex-direction: row;
}

.member-cartview .detail.productlist .body .box.freegift img {
  width: 60px;
  margin-right: 0.5rem;
}

.member-cartview .detail.productlist .body .box .product {
  display: flex;
  align-items: flex-start;
  align-items: center;
  width: 100%;
}

.member-cartview .detail.productlist .body .box .product .product-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.member-cartview .detail.productlist .body .box .product .product-name .name {
  font-size: 16px;
  width: 80%;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.member-cartview
  .detail.productlist
  .body
  .box
  .product
  .product-name
  .name
  span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 0.25rem;
}

.member-cartview .detail.productlist .body .box .product .product-name .bin {
  cursor: pointer;
}
.member-cartview
  .detail.productlist
  .body
  .box
  .product
  .product-name
  .bin:hover
  path {
  fill: #c10000;
  transition: 0.3s ease-in-out;
}
.member-cartview .detail.productlist .body .box .product .quantity {
  font-size: 16px;
  font-weight: 200;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.member-cartview
  .detail.productlist
  .body
  .box
  .product
  .quantity
  .count
  .number {
  position: relative;

  margin: 0 0.75vw;
}

.member-cartview
  .detail.productlist
  .body
  .box
  .product
  .quantity
  .count
  .number
  input {
  width: 70px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.member-cartview .detail.productlist .body .box img {
  width: 85px;
  border: #f7f7f7 1px solid;
  margin-right: 0.5rem;
}

.member-cartview .detail.productlist .body .box .price {
  font-size: 16px;
  margin-left: 1rem;
}

.member-cartview .detail.productlist .body .recommend {
  background-color: #c10000;
  color: white;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-bottom: 1rem;
}

.member-cartview .detail.productlist .body .recommend i {
  color: white;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.member-cartview .detail.productlist .body .box.reward {
  padding: 0 1rem;
}

.member-cartview .detail.productlist .body .box.reward .list {
  padding-bottom: 1vw;
}

.member-cartview .detail.productlist .body .box.score {
  padding: 1vw 2vw;
  display: flex;
  justify-content: space-between;
}

.member-cartview .detail.productlist .body .box.score .myscore {
  display: flex;
  align-items: flex-start;
}

.member-cartview .detail.productlist .body .box.score .myscore img {
  width: 68px;
  border: none;
  margin: 2.5rem 1vw 0 0;
}

.member-cartview .detail.productlist .body .box.score .myscore .name {
  font-size: 16px;
  font-weight: 400;
}

.member-cartview .detail.productlist .body .box.score .myscore table {
  margin: 0.5rem 0;
}

.member-cartview .detail.productlist .body .box.score .myscore table td {
  font-size: 14px;
}

.member-cartview .detail.productlist .body .box.score .myscore .text {
  font-size: 14px;
  font-weight: 400;
}

.member-cartview .detail.productlist .body .box.score .myscore .button {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.member-cartview .detail.productlist .body .box.score .myscore .button button {
  color: #0d578b;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  border: 1px #0d578b solid;
  background-color: white;
  width: 138px;
  height: 40px;
  margin-right: 0.75vw;
}

.member-cartview
  .detail.productlist
  .body
  .box.score
  .myscore
  .button
  button:hover {
  background-color: #0d578b;
  color: white;
  transition: 0.3s ease-in-out;
}

.member-cartview .detail.productlist .body .box.score .score-box {
  border: 1px #0d578b solid;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 240px;
  padding: 0.5vw 1vw;
  height: fit-content;
}

.member-cartview .detail.productlist .body .box.score .score-box .text1 {
  font-size: 16px;
  font-weight: 400;
}

.member-cartview .detail.productlist .body .box.score .score-box .text2 {
  font-size: 32px;
  font-weight: 400;
  color: #0d578b;
}

.member-cartview .detail.productlist .body .box.score .score-box .text3 {
  text-align: center;
  padding-bottom: 0.75vw;
  border-bottom: 1px black solid;
  margin-bottom: 0.5vw;
}

.member-cartview .detail.productlist .body .box.score .score-box .text3 span {
  font-size: 12px;
  font-weight: 200;
  color: #5d5d5d;
  display: inline-block;
  width: 7vw;
}

.member-cartview .detail.productlist .body .box.score .score-box .text4 {
  font-size: 14px;
}

.member-cartview .detail.shippingaddress .body .box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1vw;
}

.member-cartview .detail.shippingaddress .body .box .addnewaddress span {
  font-size: 16px;
  color: #0d578b;
  position: absolute;
  top: 1vw;
  right: 1vw;
  text-decoration: underline;
  cursor: pointer;
}

.member-cartview .detail.shippingaddress .body .box span,
.member-cartview .detail.shippingaddress .body .box .tel {
  font-size: 16px;
}

.member-cartview .detail.shippingaddress .body .box .tel {
  margin-left: 1rem;
}

.member-cartview .detail.shippingaddress .body .box .address {
  font-size: 14px;
}

.member-cartview .detail.shippingaddress .body .box .manage {
  display: flex;
  align-items: center;
  margin-top: 1vw;
}

.member-cartview .detail.shippingaddress .body .box .managebox {
  display: flex;
  align-items: center;
  margin-right: 1.25vw;
}

.member-cartview .detail.shippingaddress .body .box .managebox i,
.member-cartview .detail.shippingaddress .body .box .managebox img {
  width: 15px;
  border: none;
  margin-right: 0.5rem;
}

.member-cartview .detail.shippingaddress .body .box .managebox .text {
  font-size: 16px;
  margin-left: 0;
}

.member-cartview
  .detail.shippingaddress
  .body
  .box
  .managebox
  .text.underline:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}

.member-cartview .detail.shippingaddress .body .box .managebox .text a {
  font-size: 16px;
  color: black;
}

input.editable-input:disabled {
  background-color: white;
  border: unset;
}

.member-cartview .detail.shippingaddress .body .box img {
  width: 15px;
  border: none;
  margin-right: 0.5rem;
}

.member-cartview .detail.shippingaddress .body .box .text {
  display: flex;
  align-items: flex-start;
  margin-left: 0.5rem;
}

.member-cartview .detail.shippingaddress .body .box .text span {
  font-size: 16px;
}

.member-cartview .detail.shippingaddress .body .box label {
  font-size: 16px;
  font-weight: 300;
}

.member-cartview .detail.shippingaddress .body .box button {
  background-color: #d9d9d9;
  width: 10vw;
  font-size: 20px;
  font-weight: 500;
  color: white;
  border-radius: 55px;
  padding: 0.26vw;
  margin: 0.5vw 0;
}

.member-cartview .detail.shippingaddress .body .box button:hover {
  background-color: #0d578b;
  transition: 0.3s ease-in-out;
}

.member-cartview .detail.payment .body .box {
  padding: 1rem;
}

.member-cartview .detail.payment .body .box .text {
  margin-left: 1rem;
}

.member-cartview .detail.payment .body .box .text span {
  font-size: 16px;
}

.member-cartview .detail.payment .body .box .icon {
  margin-right: 3vw;
}

.member-cartview .detail.payment .body .box img {
  width: 30px;
  margin-left: 1rem;
}

.member-cartview .detail.payment .body .box .bank {
  display: flex;
  margin: 1.5rem 0 1rem 1.5rem;
}

.member-cartview .detail.payment .body .box .bank .box-margin {
  margin-right: 6rem;
}

.member-cartview .detail.payment .body .box .bank img {
  width: 50px;
  margin: 0 0.75rem 0 0;
}

.member-cartview .detail.payment .body .box .bank span {
  font-size: 16px;
}

.member-cartview .detail.payment .body .box .bank .text2 {
  font-size: 16px;
  font-weight: 200;
  color: #5d5d5d;
}

.member-cartview .detail.payment .body .box .bank button {
  background: unset;
  padding: 0;
  border: none;
}

.member-cartview .detail.payment .body .box .bank i {
  color: #d9d9d9;
  font-size: 18px;
  margin-left: 0.5rem;
}

.member-cartview .detail.payment .body .box .description {
  display: flex;
  color: #5d5d5d;
  margin: 0 3vw;
  padding: 0.75rem 0;
  border-bottom: 1px #dfdfdf solid;
  justify-content: space-between;
  cursor: pointer;
}

.member-cartview .detail.payment .body .box .description span {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 400;
}

.member-cartview .detail.payment .body .box .description-content {
  padding: 1rem 0;
  margin: 0 3vw;
  font-size: 14px;
  color: #5d5d5d;
}

/* SUMMARY */
.member-cartview .summary {
  padding: 0 1.5vw 1vw 1.5vw;
  border-radius: 13px;
  margin-top: 6.25rem;
}

.member-cartview .summary .title {
  font-size: 20px;
  font-weight: 400;
}

.member-cartview select,
.member-cartview textarea,
.member-cartview input {
  font-size: 16px;
  color: #5d5d5d;
}

.member-cartview option {
  font-size: 16px;
  color: #5d5d5d;
}

.member-cartview select {
  border: #5d5d5d 1px solid;
  border-radius: 0;
}

.member-cartview .summary .coupon-input input {
  border: #d9d9d9 1px solid;
  width: 72%;
}

.member-cartview .summary .coupon-input button {
  background-color: #c10000;
  color: white;
  width: 28%;
  font-size: 16px;
  font-weight: 500;
  padding: unset;
  margin: 0;
  border-radius: 0;
  border: none;
}

.member-cartview .summary .shipping,
.member-cartview .summary .coupon-input {
  padding: 1.5vw 0 1vw 0;
}

.member-cartview .summary .shipping.border-gray {
  border-bottom: 1px #d9d9d9 solid;
}

.member-cartview .summary .coupon-detail {
  border: 1px #d9d9d9 solid;
  padding: 0 1vw;
  border-radius: 4px;
}

.member-cartview .summary .coupon-detail .box {
  padding: 1vw 0;
  font-size: 16px;
}

.member-cartview .summary .coupon-detail .box span {
  font-size: 16px;
}

.member-cartview .summary .coupon-detail .box li {
  font-size: 14px;
}

.member-cartview .summary .coupon-detail .box ul {
  padding-right: 6rem;
  margin-bottom: 0;
}

.member-cartview .summary .coupon-detail .box.border-gray {
  border-bottom: 1px #d9d9d9 solid;
}

.member-cartview .summary .coupon-detail .bold {
  font-weight: 400;
}

.member-cartview .summary .coupon-detail .bold.red {
  font-weight: 400;
  color: #c10000;
}

.member-cartview .summary .coupon-detail .box .text-orange span {
  font-size: 18px;
  font-weight: 400;
  color: #0d578b;
}

.member-cartview .summary button {
  background-color: #0d578b;
  border-radius: 55px;
  width: 195px;
  height: 40px;
  margin: 1rem 0 0 0;
  border: none;
}

.member-cartview .summary button a {
  color: white;
  font-weight: 400;
  font-size: 20px;
}

.member-cartview .summary .btn a {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.member-cartview .summary .btn:hover {
  background-color: #0d578b;
  transition: 0.3s ease-in-out;
}

.member-cartview label {
  font-size: 14px;
  font-weight: 200;
}

.member-cartview label span {
  font-size: 14px;
  font-weight: 200;
  color: #0d578b;
  text-decoration: underline;
}

/*------------------------ MEMBER REDEEM -------------------------- */

/* DETAILS */

.member-redeem .detail {
  width: 100%;
}

.member-redeem .detail .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1.3rem 0;
}

.member-redeem .detail .head .sub {
  font-size: 16px;
  font-weight: 300;
}

.member-redeem .detail .head span {
  font-size: 20px;
  font-weight: 400;
}

.member-redeem .detail .head span a {
  font-size: 18px;
  color: #0d578b;
}

.member-redeem .detail .body .box {
  padding: 1vw;
  margin-bottom: 1rem;
}

.member-redeem .detail.productlist .body .collapsible {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 200;
  padding: 1vw 1vw 0 1vw;
  background-image: url("../img/icon-minus-lighrgray.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1.5rem;
  background-position-x: 97%;
  cursor: pointer;
}

.member-redeem .detail.productlist .body .collapsible.active {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 200;
  padding: 1vw 1vw 0 1vw;
  background-image: url("../img/icon-plus-lightgray.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1.5rem;
  background-position-x: 97%;
  cursor: pointer;
}

.member-redeem .detail.productlist .body .box.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  padding: 0.5rem;
}

.member-redeem .detail.productlist .body .collapsible span {
  color: #0d578b;
  font-size: 22px;
  font-weight: 400;
}

/* --- */
.member-cartview .detail.productlist .body .collapsible {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 200;
  padding: 1vw 1vw 0 1vw;
  background-image: url("../img/icon-minus-lighrgray.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1.5rem;
  background-position-x: 97%;
  cursor: pointer;
}

.member-cartview .detail.productlist .body .collapsible.active {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 200;
  padding: 1vw 1vw 0 1vw;
  background-image: url("../img/icon-plus-lightgray.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1.5rem;
  background-position-x: 97%;
  cursor: pointer;
}

.member-cartview .detail.productlist .body .box.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  padding: 0.5rem;
}

.member-cartview .detail.productlist .body .collapsible span {
  color: #0d578b;
  font-size: 22px;
  font-weight: 400;
}

/* --- */
.member-redeem .detail.productlist .body .box .product {
  display: flex;
  align-items: center;
}

.member-redeem .detail.productlist .body .box .product .product-name {
  font-size: 16px;
  width: 28vw;
  /* height: 1.45rem; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.member-redeem .detail.productlist .body .box .product .product-name span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 0.25rem;
}

.member-redeem .detail.productlist .body .box .quantity {
  font-size: 16px;
  font-weight: 200;
  display: flex;
  align-items: center;
  padding: 1.5vw 0 0 0;
}

.member-redeem .detail.productlist .body .box .quantity .count .number {
  position: relative;
  width: 3.7vw;
  margin: 0 0.75vw;
}

.member-redeem .detail.productlist .body .box .quantity .count .number input {
  width: 100%;
  text-align: center;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.member-redeem .detail.productlist .body .box img {
  width: 85px;
  border: #f7f7f7 1px solid;
  margin: 0 1rem;
}

.member-redeem .detail.productlist .body .box .price {
  font-size: 16px;
}

.member-redeem .detail.productlist .body .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1rem;
}

.member-redeem .detail.productlist .body .title {
  font-size: 18px;
  font-weight: 400;
  padding: 2vw 2vw 1vw 2vw;
}

/* SUMMARY */
.member-redeem .summary {
  padding: 0 1.5vw 1vw 1.5vw;
  border-radius: 13px;
  margin-top: 4.35rem;
}

.member-redeem .summary .title {
  font-size: 20px;
  font-weight: 400;
}

.member-redeem .summary .title span {
  font-size: 14px;
  margin-left: 0.25rem;
}

.member-redeem .summary .score {
  font-size: 34px;
  color: #0d578b;
  font-weight: 400;
}

.member-redeem .summary .shipping,
.member-redeem .summary .coupon-input {
  padding: 1.5vw 0 1vw 0;
}

.member-redeem .summary .shipping.border-gray {
  border-bottom: 1px #d9d9d9 solid;
}

.member-redeem .summary .coupon-detail .box {
  padding: 1vw 0;
  font-size: 16px;
}

.member-redeem .summary .coupon-detail .box span,
.member-redeem .summary .coupon-detail .box li {
  font-size: 16px;
}

.member-redeem .summary .coupon-detail .box ul {
  padding-right: 5rem;
  margin-bottom: 0;
}

.member-redeem .summary .coupon-detail .box.border-gray {
  border-bottom: 1px #d9d9d9 solid;
}

.member-redeem .summary .coupon-detail .bold {
  font-weight: 400;
}

.member-redeem .summary .coupon-detail .bold.red {
  color: #c10000;
  font-weight: 500;
}

.member-redeem .summary .coupon-detail .box .text-orange span {
  font-size: 18px;
  font-weight: 400;
  color: #0d578b;
}

.member-redeem .summary .disclaimer {
  font-size: 14px;
  font-weight: 200;
}

.member-redeem .summary button {
  background-color: #454545;
  width: 195px;
  height: 40px;

  border-radius: 55px;
  margin: 1rem 0 0 0;
}

.member-redeem .summary button a {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.member-redeem .summary button:hover {
  background-color: #0d578b;
  transition: 0.3s ease-in-out;
}

/*------------------------ MEMBER REWARD -------------------------- */
.member-redeem .detail.productlist .body .rewardbox {
  padding: 1.25vw;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.member-redeem .detail.productlist .body .rewardbox .text {
  display: flex;
  flex-direction: row;
  font-size: 22px;
  font-weight: 400;
}

.member-redeem .detail.productlist .body .rewardbox .text span {
  color: #0d578b;
  font-size: 22px;
  font-weight: 400;
  margin-right: 0.5rem;
}

.member-redeem .detail.productlist .body .rewardbox button {
  background-color: white;
  color: #0d578b;
  border: #0d578b 1px solid;
  width: 138px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 55px;
}

.member-redeem .detail.productlist .body .rewardbox .cancel {
  background-color: white;
  color: #c10000;
  border: #c10000 1px solid;
  width: 138px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 55px;
}

.member-redeem .detail.productlist .body .rewardbox .cancel:hover {
  background-color: #c10000;
  color: white;
}

.member-redeem .detail.productlist .body .rewardbox .active,
.member-redeem .detail.productlist .body .rewardbox button:hover {
  background-color: #0d578b;
  color: white;
  transition: 0.3s ease-in-out;
}

/*------------------------ THANKYOU -------------------------- */

.thankyou .pad {
  padding: 0 10rem;
}

.thankyou .center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thankyou .center img {
  width: 82px;
}

.thankyou .center .text {
  font-size: 30px;
  font-weight: 400;
  padding-top: 2rem;
}

.thankyou .sum {
  display: flex;
  justify-content: center;
  padding: 2vw 0;
}

.thankyou .sum .box {
  padding: 0 2rem;
}

.thankyou .sum .box.border-gray {
  border-right: 1px #5d5d5d solid;
}

.thankyou .sum .inner.align-center {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 5rem;
}

.thankyou .sum .inner.align-start {
  display: flex;
  align-items: start;
  flex-direction: row;
  height: 5rem;
  padding-top: 1.5rem;
}

.thankyou .sum .box .icon img {
  width: 28px;
  margin-right: 0.5rem;
}

.thankyou .sum .box .text {
  font-size: 18px;
  color: #5d5d5d;
}

.thankyou .sum .box .text span {
  font-size: 18px;
  font-weight: 400;
  color: black;
  margin-right: 0.25rem;
}

.thankyou .sum .box .text .status {
  color: #0d578b;
  text-align: end;
}

.thankyou .bank {
  display: flex;
  justify-content: center;
  margin: 1vw 0;
  /*   padding: 0 0 0 10rem; */
}

.thankyou .bank .box {
  display: flex;
}

.thankyou .bank .box-margin {
  margin-right: 6vw;
}

.thankyou .bank img {
  width: 50px;
  margin: 0 0.75rem 0 0;
}

.thankyou .bank span {
  font-size: 16px;
}

.thankyou .bank .text2 {
  font-size: 18px;
  font-weight: 200;
  color: #5d5d5d;
}

.thankyou .bank button {
  background: unset;
  padding: 0;
  border: 0;
}

.thankyou .bank i {
  color: #d9d9d9;
  font-size: 18px;
  margin-left: 0.5vw;
}

.thankyou .description {
  display: flex;
  flex-direction: column;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 200;
}

.thankyou .description span {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
}

.thankyou .button {
  display: flex;
  justify-content: space-between;
  padding: 2vh 9vw;
}

.thankyou .button .btn {
  background-color: white;
  border: #0d578b 1px solid;
  width: 175px;
  height: 40px;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou .button .btn a {
  color: #0d578b;
  font-size: 16px;
  font-weight: 400;
}

.thankyou .button .btn:hover {
  background-color: #0d578b;
  transition: 0.3s ease-in-out;
}

.thankyou .button .btn:hover a {
  color: white;
}

.thankyou .button .btn.pay {
  background-color: #0d578b;
}

.thankyou .button .btn.pay a {
  color: white;
}

.thankyou .button .btn.pay:hover {
  background-color: #0d578b;
  border: #0d578b 1px solid;
}

.thankyou .textend {
  font-size: 14px;
  text-align: center;
  padding-top: 1.5vw;
}

.thankyou .howtotransfer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  margin: 0.5rem 7rem;
  border-bottom: 1px #dfdfdf solid;
  font-size: 14px;
  color: #5d5d5d;
}

.thankyou .howtotransfer i {
  font-size: 16px;
  color: #5d5d5d;
}

.thankyou .howtotransfer::after {
  font-family: FontAwesome;
  content: "\f077";
  font-size: 16px;
  transition: 0.3s ease;
}

.thankyou .howtotransfer.active::after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 16px;
  transition: 0.3s ease;
}

.thankyou .howtotransfer-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  font-size: 14px;
  color: #5d5d5d;
  margin: 1rem 7rem;
}

.thankyou .buttongroup-pc-tablet {
  display: block;
}

.thankyou .buttongroup-mobile {
  display: none;
}

@media (max-width: 991px) {
  .member-cartview-title {
    font-size: 18px;
    font-weight: 400;
    padding: 0 1rem;
  }
  .member-cartview .summary .title {
    font-size: 18px;
  }
  .member-cartview .detail .body {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .member-cartview .detail.productlist .body::before,
  .member-cartview .detail.shippingaddress .body::before,
  .member-cartview .detail.productlist .body::after,
  .member-cartview .detail.shippingaddress .body::after {
    display: none;
  }

  .member-cartview .detail.productlist .body .list {
    padding-bottom: 1rem;
    flex-direction: column;
  }

  .member-cartview .detail.productlist .body .title {
    padding: 1rem 1rem 0 1rem;
  }

  .member-cartview .detail.productlist .body .title .edit {
    text-decoration: none;
  }

  .member-cartview .detail.productlist .body .quantity {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 0.5rem 0 0 0;
  }

  .member-cartview .detail.productlist .body .box .price {
    font-size: 18px;
    font-weight: 400;
  }

  .member-cartview .detail.productlist .body .box .quantity .count .number {
    position: relative;
    width: 100%;
  }

  .member-cartview
    .detail.productlist
    .body
    .box
    .quantity
    .count
    .number
    .plus
    i {
    right: 0;
  }

  .member-cartview
    .detail.productlist
    .body
    .box
    .quantity
    .count
    .number
    .minus
    i {
    left: 0;
  }

  .member-cartview
    .detail.productlist
    .body
    .box
    .quantity
    .count
    .number
    input {
    text-align: center;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 90px;
    height: 40px;
  }

  .member-cartview .detail.productlist .body .box .bin img {
    width: 17px;
    border: none;
    margin: 0;
  }

  .member-cartview .detail .body .box,
  .member-cartview .detail.productlist .body .box.freegift,
  .member-cartview .detail.productlist .body .box.discount {
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 0.5rem;
  }
  .member-cartview .detail.payment .body .box .text {
    /* margin-left: 1rem; */
    margin-left: 0;
}
  .member-cartview .detail.productlist .body .box.freegift .list {
    flex-direction: row;
  }

  .member-cartview .detail.productlist .body .box.freegift img {
    width: 85px;
  }

  .member-cartview .detail.productlist .body .box .product .product-name .name,
  .member-cartview
    .detail.productlist
    .body
    .box
    .product
    .product-name
    .name
    span {
    font-size: 14px;
    height: 2.5rem;
    width: 11rem;
    -webkit-line-clamp: 2;
  }

  .member-cartview .detail.productlist .body .recommend {
    height: 60px;
    font-size: 14px;
  }

  .member-cartview .detail.productlist .body .box.score {
    padding: 1rem 2rem 0.25rem 2rem;
  }

  .member-cartview .detail.productlist .body .box.score .score-box {
    align-items: center;
    padding: 2rem 1rem;
    width: 100%;
  }

  .member-cartview .detail.productlist .body .box.score .score-box .text2 {
    font-size: 26px;
  }

  .member-cartview .detail.productlist .body .box.score .score-box .text3 span {
    width: auto;
  }

  .member-cartview .detail.productlist .body .box.score .score-box .text3 {
    border-bottom: none;
  }

  .member-cartview .detail.productlist .body .box.score .score-box .text4 {
    border-top: 1px black solid;
    width: 73%;
  }

  .member-cartview .detail.productlist .body .myscore .name {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0.5rem;
  }

  .member-cartview .detail.productlist .body .myscore td {
    font-size: 14px;
  }

  .member-cartview .detail.productlist .body .myscore .text {
    font-size: 14px;
    font-weight: 400;
    padding-top: 0.5rem;
  }

  .member-cartview .detail.productlist .body .button {
    display: flex;
    justify-content: space-evenly;
    margin: 0.5rem 0;
  }

  .member-cartview .detail.productlist .body .button button {
    color: #0d578b;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    border: 1px #0d578b solid;
    background-color: white;
    width: 150px;
    height: 40px;
  }

  .member-cartview .detail.productlist .body .button button:hover {
    background-color: #0d578b;
    color: white;
    transition: 0.3s ease-in-out;
  }

  .member-cartview .detail.productlist .body .myscore {
    padding: 1rem;
  }

  .tab-button {
    z-index: 1;
    position: fixed;
    bottom: 0;
    box-shadow: 2px -1px 8px -5px #00000091;
    width: 100%;
  }

  .tab-button .final-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #d9d9d9;
    border-radius: 50px;
    height: 55px;
    align-items: center;
    padding: 0 1rem;
    color: white;
  }

  .tab-button .final-btn.active {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #0d578b;
    border-radius: 50px;
    height: 55px;
    align-items: center;
    padding: 0 1rem;
    color: white;
  }

  .tab-button .final-btn.active:hover,
  .tab-button .final-btn.active:focus {
    background: #0d578b;
    color: white;
  }

  .tab-button .final-btn span,
  .tab-button .final-btn.active span {
    font-size: 20px;
    font-weight: 400;
    color: white;
    border: none;
  }

  nav {
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: white;
    box-shadow: 2px -1px 8px -5px #00000091;
  }

  nav i {
    font-size: 24px;
  }

  nav img {
    width: 34px;
    margin-right: 0.25rem;
  }

  /* CART CHOOSE */
  .member-cartview .detail.productlist .body .noti {
    height: 60px;
    font-size: 14px;
    background-color: #dff3e5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
  }

  .member-cartview .detail.productlist .body .noti img {
    width: 25px;
    margin-right: 0.5rem;
  }

  .member-cartview .detail.productlist .body .box.reward .list {
    padding-bottom: 1rem;
  }

  .member-cartview
    .detail.productlist
    .body
    .box.reward
    .list
    .discount
    .text1
    span {
    font-size: 20px;
    font-weight: 400;
    color: #0d578b;
    margin-right: 0.5rem;
  }

  .member-cartview
    .detail.productlist
    .body
    .box.reward
    .list
    .discount
    .text1 {
    font-size: 20px;
    font-weight: 400;
  }

  .member-cartview
    .detail.productlist
    .body
    .box.reward
    .list
    .discount
    .text2 {
    font-size: 14px;
    color: #5d5d5d;
  }

  .member-cartview .detail.shippingaddress .body .box {
    padding: 1rem;
    margin: 0;
  }
  .member-cartview .detail.shippingaddress .body .box.nopad {
    padding: 0 1rem;
  }

  .member-cartview .detail.shippingaddress .body .box .addnewaddress a {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 14px;
    text-decoration: none;
    color: #0d578b;
  }

  .member-cartview .detail.shippingaddress .body .box span,
  .member-cartview .detail.shippingaddress .body .box .tel {
    font-size: 14px;
  }
  .member-cartview .detail.shippingaddress .body .box .addnewaddress span {
    top: 1rem;
    right: 1rem;
  }

  .member-cartview .detail.shippingaddress .body .box .address {
    font-size: 14px;
  }

  .member-cartview .detail.shippingaddress .body .box .manage {
    margin-top: 1rem;
  }

  .member-cartview .detail.shippingaddress .body .box .managebox {
    margin-right: 2.5rem;
  }

  .member-cartview .detail.shippingaddress .body .box .managebox .text,
  .member-cartview .detail.shippingaddress .body .box .managebox .text a {
    font-size: 14px;
    margin: 0;
  }
  .member-cartview
    .detail.shippingaddress
    .body
    .box
    .managebox
    .text.changeaddress {
    position: absolute;
    right: 1rem;
  }
  .member-cartview
    .detail.shippingaddress
    .body
    .box
    .managebox
    .text.changeaddress
    a {
    font-size: 16px;
    color: #0d578b;
    text-decoration: underline;
  }
  .member-cartview .detail.shippingaddress .body .box .text {
    margin: 0 0 0.5rem 0;
    position: relative;
  }

  .member-cartview .detail.shippingaddress .body .box .text .edit a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #0d578b;
  }

  .member-cartview .detail.shippingaddress .body .box .status {
    font-size: 14px;
    font-weight: 400;
  }

  .member-cartview .detail.shippingaddress .body .box .tax {
    font-size: 14px;
  }

  .member-cartview .detail.shippingaddress .body .box .name {
    padding: 0.25rem 0;
  }

  .member-cartview
    .offcanvas#offcanvasAddAddress
    .detail.shippingaddress
    .address-form
    label,
  .member-cartview
    .offcanvas#offcanvasEditAddAddress
    .detail.shippingaddress
    .address-form
    label,
  .member-cartview
    .offcanvas#offcanvasEditAddress
    .detail.shippingaddress
    .address-form
    label {
    font-size: 14px;
  }

  .member-cartview
    .offcanvas#offcanvasEditAddress
    .detail.shippingaddress
    .address-form
    button,
  .member-cartview
    .offcanvas#offcanvasEditAddAddress
    .detail.shippingaddress
    .address-form
    button,
  .member-cartview
    .offcanvas#offcanvasAddAddress
    .detail.shippingaddress
    .address-form
    button {
    width: 195px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    background-color: #d9d9d9;
    color: white;
  }

  .member-cartview
    .offcanvas#offcanvasEditAddress
    .detail.shippingaddress
    .address-form
    .btn,
  .member-cartview
    .offcanvas#offcanvasEditAddAddress
    .detail.shippingaddress
    .address-form
    .btn,
  .member-cartview
    .offcanvas#offcanvasAddAddress
    .detail.shippingaddress
    .address-form
    .btn {
    width: 195px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    background-color: #d9d9d9;
    color: white;
  }

  .member-cartview
    .offcanvas#offcanvasEditAddAddress
    .detail.shippingaddress
    .address-form
    .btn.active,
  .member-cartview
    .offcanvas#offcanvasAddAddress
    .detail.shippingaddress
    .address-form
    .btn.active {
    background-color: #454545;
  }

  .member-cartview .offcanvas#offcanvasEditAddress .offcanvas-header,
  .member-cartview .offcanvas#offcanvasEditAddAddress .offcanvas-header,
  .member-cartview .offcanvas#offcanvasAddAddress .offcanvas-header {
    padding: 0;
  }

  .member-cartview .summary {
    padding: 1rem;
    border-radius: 0;
    margin-top: 0rem;
  }

  .member-cartview .summary .shipping {
    padding: 0 0 0.5rem 0;
  }

  .member-cartview .summary .coupon-detail {
    padding: 0 1rem;
    margin-top: 1.5rem;
  }

  .member-cartview .summary .coupon-detail .box {
    padding: 1rem 0;
  }

  .member-cartview .summary .coupon-detail .box.border-gray {
    margin: 0;
  }

  .member-cartview .summary .coupon-detail .box ul {
    padding-right: 0;
    padding-left: 1.5rem;
  }

  .member-cartview .detail.productlist .body .quantity .piece {
    font-size: 16px;
  }

  .member-cartview .detail .body.nodotted {
    margin-left: 0;
    padding-left: 0;
  }

  .member-cartview .detail.payment .body .box .bank {
    flex-direction: column;
    margin: 0.5rem 0 0.5rem 1.5rem;
  }

  .member-cartview .detail.payment .body .box .bank .box-margin {
    margin: 0 0 0.5rem 0;
  }

  .member-cartview .detail.payment .body .box .bank select {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px #dfdfdf solid;
  }

  .member-cartview .detail.payment .body .box img {
    margin: 0;
  }

  .member-cartview .detail.payment .body .box .description {
    padding: 0.75rem 0;
  }

  .member-cartview .detail.payment .body .box .bank .howtotransfer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    border-bottom: 1px #dfdfdf solid;
    font-size: 12px;
    color: #5d5d5d;
  }

  .member-cartview .detail.payment .body .box .bank .howtotransfer i {
    font-size: 16px;
    color: #5d5d5d;
  }

  .member-cartview .detail.payment .body .box .bank .howtotransfer::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 16px;
    transition: 0.3s ease;
  }

  .member-cartview
    .detail.payment
    .body
    .box
    .bank
    .howtotransfer.active::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 16px;
    transition: 0.3s ease;
  }

  .member-cartview .detail.payment .body .box .bank .howtotransfer-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    font-size: 12px;
    color: #5d5d5d;
    margin: 0.5rem;
  }

  .member-cartview .detail.productlist .body .shipping .title,
  .member-cartview .detail.productlist .body .coupon-input .title {
    padding: 0;
  }

  .member-cartview .detail.productlist .body .shipping .shippingmethod {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 200;
  }

  .member-cartview .detail.productlist .body .shipping {
    padding: 0 0 0.75rem 0;
  }

  .member-cartview .summary .coupon-input {
    padding: 1rem 0 0 0;
  }

  .thankyou {
    padding: 4rem 0 2rem 0;
  }

  .thankyou .pad {
    padding: 0;
  }

  .thankyou .center img {
    width: 43px;
  }

  .thankyou .center .text {
    font-size: 17px;
    padding-top: 1rem;
    text-align: center;
  }

  .thankyou .sum {
    flex-direction: column;
  }

  .thankyou .sum .box .icon img {
    width: 26px;
  }

  .thankyou .sum .box .text span,
  .thankyou .sum .box .text,
  .thankyou .bank .text2,
  .thankyou .bank span {
    font-size: 14px;
  }

  .thankyou .sum .box .status {
    font-size: 14px;
    color: #0d578b;
    padding-left: 5.5rem;
  }

  .thankyou .sum .box.border-gray,
  .thankyou .sum .box {
    border: none;
    width: 100%;
  }

  .thankyou .bank {
    flex-direction: column;
    margin: 1rem 0;
  }
  .thankyou .button .btn {
    width: 140px;
  }
  .thankyou .bank img {
    /* width: 30px; */
    width: 45px;
  }

  .thankyou .bank select {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px #dfdfdf solid;
    font-size: 12px;
    color: #5d5d5d;
    margin-top: 0.5rem;
  }

  .thankyou .bank .box {
    display: flex;
    margin: 0 0 1rem 0;
  }

  .thankyou .button {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
  }

  .thankyou .button .option {
    width: 295px;
    display: flex;
    justify-content: space-between;
  }

  .thankyou .button .btn.pay {
    width: 295px;
    margin-bottom: 1rem;
  }

  .thankyou .textend {
    font-size: 12px;
    padding: 0;
  }

  .thankyou .howtotransfer {
    padding: 0.25rem 0;
    margin: 0;
    font-size: 12px;
  }

  .thankyou .howtotransfer i {
    font-size: 16px;
    color: #5d5d5d;
  }

  .thankyou .howtotransfer::after {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 16px;
    transition: 0.3s ease;
  }

  .thankyou .howtotransfer.active::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 16px;
    transition: 0.3s ease;
  }

  .thankyou .howtotransfer-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    font-size: 12px;
    color: #5d5d5d;
    margin: 0.5rem 0;
  }

  .thankyou .buttongroup-pc-tablet {
    display: none;
  }

  .thankyou .buttongroup-mobile {
    display: block;
  }

  /* Offcavas Gift */
  .member-cartview
    .detail.productlist
    .body
    .offcanvas#offcanvasShopGift
    .box
    .product
    .product-name
    .name {
    width: 9rem;
  }

  .offcanvas#offcanvasShopGift .final-btn {
    width: 100%;
    font-size: 16px;
    background: #0d578b;
    color: white;
    font-weight: 400;
  }

  /* Offcavas Redeem */
  .offcanvas.offcanvas-end#offcanvasShopGift,
  .offcanvas.offcanvas-end#offcanvasShopRedeem,
  .offcanvas.offcanvas-end#offcanvasShopReward {
    width: 90%;
  }

  .offcanvas#offcanvasShopGift .offcanvas-header button,
  .offcanvas#offcanvasShopRedeem .offcanvas-header button,
  .offcanvas#offcanvasShopReward .offcanvas-header button {
    right: 5%;
    left: unset;
    background-color: unset;
    border: none;
  }

  .offcanvas#offcanvasShopGift .offcanvas-header button i,
  .offcanvas#offcanvasShopRedeem .offcanvas-header button i,
  .offcanvas#offcanvasShopReward .offcanvas-header button i {
    color: white;
    font-size: 20px;
  }

  .offcanvas#offcanvasShopGift .offcanvas-header,
  .offcanvas#offcanvasShopRedeem .offcanvas-header,
  .offcanvas#offcanvasShopReward .offcanvas-header {
    background-color: #5d5d5d;
  }

  .offcanvas#offcanvasShopGift .offcanvas-title,
  .offcanvas#offcanvasShopRedeem .offcanvas-title,
  .offcanvas#offcanvasShopReward .offcanvas-title {
    color: white;
  }

  .offcanvas#offcanvasShopGift .title,
  .offcanvas#offcanvasShopRedeem .title,
  .offcanvas#offcanvasShopReward .title {
    font-size: 16px;
    padding: 1rem 1.25rem;
  }

  .offcanvas#offcanvasShopRedeem .BG-white-offcanvas-shop.margin {
    padding: 0 1.25rem;
  }

  .offcanvas#offcanvasShopRedeem .BG-white-offcanvas-shop.margin .head {
    font-size: 16px;
    font-weight: 400;
    padding: 1rem 0 0 0;
  }

  .offcanvas#offcanvasShopRedeem .rewardbox {
    display: flex;
    padding: 1rem 0;
    border-bottom: #f7f7f7 1px solid;
  }

  .offcanvas#offcanvasShopRedeem .rewardbox .text {
    font-size: 16px;
    font-weight: 400;
  }

  .offcanvas#offcanvasShopRedeem .rewardbox .text span {
    color: #0d578b;
    font-size: 16px;
    font-weight: 400;
    margin-right: 0.2rem;
  }

  .offcanvas#offcanvasShopRedeem .rewardbox input {
    margin-right: 0.5rem;
    width: 20px;
  }

  .offcanvas#offcanvasShopRedeem .final-btn {
    width: 100%;
    font-size: 16px;
    background: #0d578b;
    color: white;
    font-weight: 400;
  }

  .offcanvas#offcanvasShopRedeem .head {
    font-size: 16px;
    font-weight: 400;
    padding: 1rem 0 0 0;
  }

  .offcanvas#offcanvasShopRedeem .text1 {
    font-size: 26px;
    font-weight: 400;
    color: #0d578b;
  }

  .offcanvas#offcanvasShopRedeem .text2 span {
    font-size: 12px;
    font-weight: 200;
    color: #5d5d5d;
  }

  .offcanvas#offcanvasShopRedeem .text2 {
    display: flex;
    justify-content: space-between;
  }

  .offcanvas#offcanvasShopRedeem .disclaimer {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  /*   Offcanvas Reward */

  .offcanvas#offcanvasShopReward .BG-white-offcanvas-shop {
    padding: 0.5rem 1.25rem;
    border-bottom: #f7f7f7 1px solid;
  }

  .offcanvas#offcanvasShopReward .title {
    font-size: 16px;
    padding: 1rem 1.25rem;
  }

  .offcanvas#offcanvasShopReward .rewardbox {
    display: flex;
    padding: 1rem 0;
    border-bottom: #f7f7f7 1px solid;
  }

  .offcanvas#offcanvasShopReward .rewardbox .text {
    font-size: 16px;
    font-weight: 400;
  }

  .offcanvas#offcanvasShopReward .rewardbox .text span {
    color: #0d578b;
    font-size: 16px;
    font-weight: 400;
    margin-right: 0.2rem;
  }

  .offcanvas#offcanvasShopReward .rewardbox input {
    margin-right: 0.5rem;
  }

  .offcanvas#offcanvasShopReward .final-btn {
    width: 100%;
    font-size: 16px;
    background: #0d578b;
    color: white;
    font-weight: 400;
  }

  .offcanvas#offcanvasShopReward .collapsible {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 200;
    background-image: url("../img/icon-minus-lighrgray.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1.5rem;
    background-position-x: 97%;
    cursor: pointer;
  }

  .offcanvas#offcanvasShopReward .collapsible.active {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 200;
    background-image: url("../img/icon-plus-lightgray.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1.5rem;
    background-position-x: 97%;
    cursor: pointer;
  }

  .offcanvas#offcanvasShopReward .box.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }

  .offcanvas#offcanvasShopReward .collapsible span {
    color: #0d578b;
    font-size: 22px;
    font-weight: 400;
  }

  .offcanvas#offcanvasShopReward .box .product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }

  .offcanvas#offcanvasShopReward .box .product .product-name {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 11rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 7.5rem;
  }

  .offcanvas#offcanvasShopReward .box .price {
    width: 100%;
    font-size: 16px;
    margin-left: 0;
  }

  .offcanvas#offcanvasShopReward .box .quantity {
    font-size: 16px;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5vw 0 0 0;
  }

  .offcanvas#offcanvasShopReward .box .quantity .count .number {
    position: relative;

    margin: 0 0.75vw;
  }

  .offcanvas#offcanvasShopReward .box .quantity .count .number input {
    width: 100%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 90px;
    height: 40px;
  }

  .offcanvas#offcanvasShopReward .box img {
    width: 85px;
    border: #f7f7f7 1px solid;
    margin: 0 0.5rem;
  }

  .offcanvas#offcanvasShopReward .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0.5rem 0;
    flex-direction: column;
  }

  /*   Offcanvas Add Address */

  .offcanvas#offcanvasAddAddress .collapsible {
    /*     background-image: url("../img/icon-minus1.png"); */
    background-repeat: no-repeat;
    background-position: right;
    background-size: 0.75rem;
    background-position-x: 95%;
    cursor: pointer;
    font-size: 14px;
    padding: 1rem;
    background-color: white;
  }

  /*   .offcanvas#offcanvasAddAddress .collapsible.active {
    background-image: url("../img/icon-plus1.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 0.75rem;
    background-position-x: 95%;
    cursor: pointer;
  } */
  .offcanvas#offcanvasEditAddAddress .box-address,
  .offcanvas#offcanvasAddAddress .box-address {
    /*  max-height: 0; */
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    background-color: white;
    margin-bottom: 0.5rem;
  }

  .offcanvas#offcanvasAddAddress .box-address .box {
    /*  border-top: 0.5rem #f8f4f4 solid; */
  }
}
