@import url(https://fonts.googleapis.com/css2?family=Anuphan:wght@100..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Anuphan:wght@100..700&display=swap);
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

#addToCartdiv .modal-header {
  margin-left: 15px;
  margin-right: 15px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.coupan-label {
  display: inline-block;
}

.view-footer-row {
  cursor: pointer;
}
.view-footer-row i {
  vertical-align: baseline;
}

.clear-cart button {
  border-color: #89D1B5;
  color: #89D1B5;
  padding-left: 15px;
  padding-right: 15px;
}
.clear-cart button:hover {
  background: #89D1B5;
  color: #fff;
}

.checkout-page .main-title, .thanks-page .main-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 30px;
  text-transform: none;
  color: #000000;
}
.checkout-page .checkout-btn, .thanks-page .checkout-btn {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
}
.checkout-page .checkout-btn .btn, .thanks-page .checkout-btn .btn {
  width: 100%;
}
.checkout-page .table-footer, .thanks-page .table-footer {
  width: 100%;
}
.checkout-page .backtoshop, .thanks-page .backtoshop {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.checkout-page .basket-totals, .thanks-page .basket-totals {
  padding-top: 5px;
}

.cart-total {
  display: table;
  width: 100%;
  padding: 0.55rem 0;
  line-height: inherit;
  margin: 0;
  font-weight: bold;
}

.backtoshop {
  font-size: 0.75rem;
  margin-left: auto;
  display: table-cell;
  text-align: right;
}

@media all and (min-width: 768px) {
  .cart-table .table-content li.product, .table-secondary .table-content li.product {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-table .table-content li.product .cart-item-desc, .table-secondary .table-content li.product .cart-item-desc {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .cart-item-desc .sku-wrap .text-small {
    border: none;
    padding-left: 0;
    margin-left: 0;
    line-height: 24px;
    display: block;
  }
}
.box-checkout {
  margin-bottom: 30px;
}

.tabordion {
  position: relative;
  margin: 0;
  min-height: 350px;
}
.tabordion section {
  display: block;
  width: 100%;
  left: 0;
}
.tabordion section input[type=radio] {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.tabordion section input[type=radio]:checked + label {
  background: #fff;
  font-weight: bold;
  /*border: 1px solid $border;*/
}
.tabordion section input[type=radio]:checked ~ article {
  display: block;
}
.tabordion section label {
  font-weight: 700;
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 1em 0.83em;
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: #E6E6E6;
}
.tabordion section .pay-logo {
  max-width: 50px;
  margin: 10px auto;
}
.tabordion section article {
  display: none;
  left: 0;
  width: 100%;
  padding: 1em;
  position: relative;
  top: 0;
  background: #fff;
  font-weight: 300;
  line-height: 1.7;
}
.tabordion section article p {
  margin: 2px 0;
}
.tabordion section:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.tabordion .payment-opt-dtl label {
  padding: 0 0 0.5rem 0;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-weight: normal;
}

/*Credit Card Design*/
.card-bounding {
  max-width: 500px;
}
.card-bounding aside {
  /*font-size: 18px;*/
  padding-bottom: 8px;
}

.card-container {
  width: 100%;
  padding-left: 80px;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}
.card-container input {
  width: 100%;
  letter-spacing: 1px;
  font-size: 1.125rem;
  padding: 20px 15px 15px 20px;
  border: 0;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  box-shadow: none !important;
}
.card-container .card-type {
  width: 80px;
  height: 60px;
  background: url(/images/cards.png?7c3fb997500551b825b3ca0556d9c755);
  background-position: 0 -291px;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;
}

.card-type.mastercard {
  background-position: 0 0;
}

.card-type.visa {
  background-position: 0 -115px;
}

.card-type.amex {
  background-position: 0 -57px;
}

.card-type.discover {
  background-position: 0 -174px;
}

.card-valid {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 70px;
  font-size: 1.5rem;
  color: #ccc;
}
.card-valid.active {
  color: #42ca7c;
}

.card-details {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  transition: 300ms ease;
}
.card-details input {
  font-size: 1.125rem;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f2f2f2;
}
.card-details input .error {
  border: 1px solid #ff0000;
  box-shadow: 0 4px 8px 0 rgba(238, 76, 87, 0.3);
  outline: none;
}
.card-details .expiration {
  width: 50%;
  float: left;
  padding-right: 5%;
}
.card-details .cvv {
  width: 45%;
  float: left;
}

@media all and (min-width: 768px) {
  .tabordion {
    min-height: 200px;
  }
  .tabordion section label {
    padding: 10px;
    width: 25%;
    text-align: left;
    margin: 0;
    border: 1px solid #f2f2f2;
    background-color: #E6E6E6;
    border-bottom: 1px solid transparent;
    font-size: 0.875rem;
    border-right: 0;
  }
  .tabordion section article {
    position: absolute;
    width: 75%;
    left: 25%;
    border: 1px solid #f2f2f2;
    height: 100%;
    max-height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 1rem;
    font-size: 0.75rem;
  }
  .tabordion section.active .choosepaymeny_method {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .tabordion {
    min-height: 450px;
  }
  .tabordion section {
    border: 1px solid #f2f2f2;
    border-bottom: none;
  }
  .tabordion section:last-child {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
  }
  .tabordion .payment-opt-dtl {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
  }
}
.custom_container_width {
  max-width: 880px;
}

.checkout-page .radio-wrap .radio-label:before {
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.checkout-page .radio-wrap input[type=radio]:checked + .radio-label:after {
  width: 12px;
  height: 12px;
  border-radius: 0px;
  left: 4px;
  top: 4px;
}

.order-table-footer .form-row {
  border: none !important;
  padding: 5px 0;
}

.chk_title {
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
  font-size: 1.125rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.chk_title i {
  display: none;
}
.chk_title.confirm_order {
  border: none !important;
  margin-bottom: 30px;
  padding: 0 !important;
}
.chk_title.open {
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.chk_title.open + .chkbox-wrap-outer {
  padding: 0px;
  margin-bottom: 25px;
}
.chk_title.complete {
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.chk_title.complete + .chkbox-wrap-outer {
  padding: 0px;
  margin-bottom: 25px;
}
.chk_title.complete .edit_section {
  display: block;
  color: #89D1B5;
}
.chk_title.complete + .chkbox-wrap-outer .chkbox-wrap {
  display: none;
}
.chk_title.complete + .chkbox-wrap-outer .status_summary {
  display: block;
}
.chk_title.last_section {
  margin-bottom: 0;
}

.note {
  font-size: 0.75rem;
  color: #f6f6f6;
}

.edit_section {
  cursor: pointer;
  font-weight: normal;
  display: none;
}

.chkbox-wrap-outer {
  margin-bottom: 20px;
}
.chkbox-wrap-outer label.text-right {
  text-align: left !important;
}
.chkbox-wrap-outer .line-default-sbottom {
  padding-bottom: 0;
}

#vat_subwrap {
  margin-left: 30px;
}

.small-title {
  font-weight: bold;
}
.small-title.border {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px;
}

.checkout-msg {
  margin: 0 0 50px 0;
  text-align: center;
}

.kbank-wrap {
  text-align: center;
  padding: 100px 0;
}
.kbank-wrap .white-box {
  display: inline-block;
  border-radius: 20px;
}
.kbank-wrap h1 {
  padding: 15px 0;
  font-size: 1.5rem;
}
.kbank-wrap .pay-button {
  background-color: #000000 !important;
  border-color: #000000 !important;
  font-size: 1rem !important;
  border-radius: 0.25rem !important;
  padding: 0.75rem 0.6rem !important;
}
.kbank-wrap .pay-button:hover {
  background-color: #0b51bc;
}
.kbank-wrap .white-box {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.kbank-wrap h2 {
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.kbank-wrap h3 {
  font-size: 1rem;
  margin-bottom: 30px;
}

.kbank {
  margin-bottom: 10px;
}
.kbank img {
  max-width: 160px;
}

.coupan-label {
  display: inline-block;
}

.clear-cart button {
  border-color: #000000;
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
}
.clear-cart button:hover {
  background: #000000;
  color: #fff;
}

.table-header, .table-content {
  display: table-row-group;
  width: 100%;
}
.table-header li, .table-content li {
  display: table-cell;
  padding: 0.75rem;
  vertical-align: middle;
}
.table-header li li, .table-content li li {
  border: none;
}
.table-header ul, .table-content ul {
  margin: 0;
  padding: 0;
  display: table-row;
}
.table-header ul ul, .table-content ul ul {
  display: block;
}
.table-header ul ul li, .table-content ul ul li {
  display: block;
}

.cart-col .table {
  border: 1px solid #CECECE;
}

.table-header {
  font-weight: 500;
  color: #89D1B5;
  border: none;
  padding: 0.75rem;
}

.table-content {
  background: #fff;
  border-top: 2px solid #000;
  border-bottom: 1px solid #CECECE;
}

.cart-img {
  float: left;
  margin-right: 1rem;
  max-width: 70px;
}

.ord-status, .ord-tot {
  margin-bottom: 15px;
  text-align: center;
}
.ord-status .title, .ord-tot .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #000000;
}
.ord-status .title .track-badge, .ord-status .title .final-price, .ord-tot .title .track-badge, .ord-tot .title .final-price {
  display: none;
}
.ord-status.no-border, .ord-tot.no-border {
  padding: 0;
}

@media all and (max-width: 767px) {
  .chkbox-wrap-outer label.text-right {
    text-align: left !important;
  }
  .summary_contents {
    display: block !important;
  }
  .summary_contents .address-fill:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
    margin-right: 0 !important;
  }
  .cart-item-desc .sku-wrap .text-small {
    border: none;
    padding-left: 0;
    margin-left: 0;
    line-height: 24px;
    display: block;
  }
}
@media all and (max-width: 576px) {
  .ord-status, .ord-tot {
    text-align: left;
    margin-bottom: 25px;
  }
  .ord-status .title .track-badge, .ord-status .title .final-price, .ord-tot .title .track-badge, .ord-tot .title .final-price {
    float: right;
    display: block;
  }
  .ord-status .track-badge, .ord-status .final-price, .ord-tot .track-badge, .ord-tot .final-price {
    display: none;
  }
}
.order_track {
  margin-bottom: 30px;
}
.order_track ul, .order_track ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shipping-group {
  margin-bottom: 1rem;
}

.box-account {
  border: 1px solid #CECECE;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.box-radius {
  border: 1px solid #CECECE;
  padding: 1.5rem;
  border-radius: 10px;
}

h2 {
  margin-bottom: 1rem;
}

.no-border {
  border: none;
}

.full {
  width: 100%;
  display: table;
}

.empty-cartbox {
  display: inline-block;
  color: #E6E6E6;
  max-width: 410px;
  width: 100%;
}
.empty-cartbox p {
  margin-bottom: 0;
}

.sub_title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.nested_title {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 1rem;
}
.nested_title.top_sapce {
  margin-top: 30px;
}

.right-check .fa-check-circle {
  color: #89D1B5;
  font-size: 6rem;
  padding: 1.5rem 0 2.5rem 0;
}

.empty-cart {
  padding: 15px 0 50px 0;
  text-align: center;
}

.font_large_primary {
  color: #89D1B5;
}

.datepicker.dropdown-menu {
  z-index: 9999;
  font-size: 1.4rem;
  min-width: 250px;
}
.datepicker.dropdown-menu .icon-arrow-left:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
}
.datepicker.dropdown-menu .icon-arrow-right:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
}

.title-checkout {
  padding: 15px 0;
}

form .slick-next {
  right: 0;
}
form .slick-prev {
  left: 0;
}

.progressbar {
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #17a2b8;
  font-size: 0.875rem;
  width: 33%;
}
.progressbar li i {
  font-size: 3rem;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.progressbar li:first-child {
  color: #89D1B5;
}
.progressbar li:first-child:before {
  display: none;
}
.progressbar li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ACACAC;
  top: 25px;
  left: -50%;
}
.progressbar li.active {
  color: #89D1B5;
}
.progressbar li.active:before {
  background: #89D1B5;
}
.progressbar li.active + li {
  color: #89D1B5;
}
.progressbar li.active + li:before {
  background: #89D1B5;
}

.checkout-progress .address_wraps {
  display: flex;
}
.checkout-progress h3 {
  text-transform: uppercase;
}
.checkout-progress .sub_title {
  text-align: center;
  color: #89D1B5;
}
.checkout-progress address {
  margin-bottom: 10px;
}
.checkout-progress .accordion {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.checkout-progress .accordion.active + .accordion .second_step {
  background-color: #89D1B5;
  color: #fff;
}
.checkout-progress .accordion.active + .accordion .second_step.active {
  background-color: #89D1B5;
  border-color: #89D1B5;
  color: #fff;
}
.checkout-progress .accordion > a {
  display: inline-block;
  padding: 0.75em;
  width: 100%;
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  color: #000000;
  font-size: 1rem;
  border: 1px solid #CECECE;
}
.checkout-progress .accordion > a i {
  float: right;
  margin-top: 2px;
  display: none;
}
.checkout-progress .accordion > a.first_step {
  background-color: #89D1B5;
  color: #fff;
}
.checkout-progress .accordion > a.active {
  background-color: #89D1B5;
  border-color: #3B8036;
  color: #fff;
}
.checkout-progress .accordion > a.active i {
  display: block;
}
.checkout-progress .accordion > a.active + .address-info {
  border: 1px solid #CECECE;
  padding: 10px;
}
.checkout-progress .accordion > a.active:hover {
  background-color: #89D1B5;
  color: #fff;
}
.checkout-progress .accordion > a:hover {
  background-color: #89D1B5;
  color: #fff;
}
.status_summary {
  background-color: #fff;
  display: none;
}

.summary_contents {
  display: flex;
  margin: 0;
}
.summary_contents .address-fill {
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: inline-block;
  font-size: 1rem;
}
.summary_contents .address-fill:not(:last-child) {
  margin-right: 30px;
}
.summary_contents .address-fill .name {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.summary_contents .address-fill p {
  margin-bottom: 0.3rem;
  display: flex;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.summary_contents .address-fill p .chk-icon, .summary_contents .address-fill p i {
  font-size: 80%;
  padding-right: 5px;
}
.summary_contents .address-fill p:last-child {
  margin-bottom: 0;
}

.reward-point {
  /*max-width: 515px;*/
}
.reward-point .sub_title {
  color: #89D1B5;
}
.reward-point .alert-warning {
  background: rgba(255, 145, 0, 0.4);
  color: #000;
  border-radius: 0;
  padding: 7px 20px;
}
.reward-point .apply-reward {
  margin-bottom: 20px;
}
.reward-point .apply-reward > span {
  display: block;
  padding-bottom: 6px;
}

@media all and (min-width: 992px) {
  .modal-dialog.modal-md {
    max-width: 700px;
  }
}
@media all and (min-width: 576px) {
  .modal-sm {
    max-width: 340px;
  }
}
@media all and (min-width: 768px) {
  .empty-cartbox {
    margin-bottom: 25rem;
  }
}
@media all and (max-width: 767px) {
  .modal .col-sm-6 + .col-sm-6 {
    padding-top: 1.5rem;
  }
  .pur-ord-address .table-wrapper {
    margin-bottom: 1.5rem;
  }
  .table-content .cart-item-list li {
    border: none !important;
  }
  .page-title {
    font-size: 1.125rem;
  }
  .progressbar li {
    font-size: 0.875rem;
  }
  .title-checkout {
    padding: 10px 0;
  }
}
.total-nowrap {
  display: inline-block;
  width: 100%;
  min-width: 110px;
}

.pay-opt-logo {
  display: inline-block;
}
.pay-opt-logo img {
  max-width: 60px;
  padding-left: 10px;
}

@media all and (max-width: 1200px) {
  .box-border-sbottom {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
  .box-border-sbottom .col-form-label {
    text-align: left !important;
  }
  .address-slider {
    padding: 0 !important;
  }
  .cart-table {
    border: none;
  }
  .cart-table .table {
    min-width: 100%;
  }
  .cart-table .table-header {
    display: none;
  }
  .cart-table .table-content li {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .cart-table .table-content li.product {
    padding-bottom: 10px;
    gap: 10px;
  }
  .cart-table .table-content li.product img {
    border: none;
  }
  .cart-table .table-content .unit-price, .cart-table .table-content .total, .cart-table .table-content .discount, .cart-table .table-content .qty, .cart-table .table-content .inclusive_total {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .cart-table .table-content .remove {
    padding: 0;
  }
  .cart-table .box-border {
    border: none;
  }
  .cart-img {
    margin-right: 0;
  }
  .cart-item-list {
    position: relative;
  }
  .apply-input-group input {
    max-width: 110px;
  }
  .cart-item-desc .sku, .cart-item-desc .color, .cart-item-desc .size {
    display: block;
    border: none;
  }
  .cart-item-desc .sku-wrap .text-small {
    display: block;
    border: none;
    line-height: inherit;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 0;
  }
  .paging-wrap {
    padding-top: 0.5rem;
    width: 100%;
  }
  .paging-wrap li {
    margin-top: 1rem;
  }
  .table-footer {
    width: 100%;
    margin-top: 0;
    border: none;
  }
}
.buyer-info-thank .buy-info-content {
  font-size: 0.75rem;
}
.buyer-info-thank .buy-info-content address {
  padding: 0;
  line-height: 1.5;
  display: inline-block;
  min-height: auto;
  padding-right: 15px;
}

.pay-method-row {
  margin-bottom: 10px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*@include justify-content(space-between);*/
  border: none;
}
.pay-method-row:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px;
}
.pay-method-row .ph-num {
  padding-right: 10px;
  /*min-width: 45%; max-width: 45%;*/
  display: inline-flex;
  align-items: center;
}
.pay-method-row .ph-num img {
  margin-right: 10px;
  height: auto;
  max-height: 50px;
}
.pay-method-row .ph-num span {
  min-width: 150px;
}
.pay-method-row .ac-name-type {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  /*min-width: 55%; max-width: 55%;*/
}
.pay-method-row .ac-name-type .ac-name {
  padding-right: 10px;
}

.guest-login {
  border-top: 1px solid #CECECE;
  padding-top: 1.2rem;
  margin-top: 1.5rem;
}

.gurest-col {
  margin-bottom: 2rem;
}
.gurest-col label {
  width: 100%;
}
.gurest-col input {
  width: 100%;
}
.gurest-col button {
  min-width: 100px;
}

.buyer-title {
  padding: 1rem 1.5rem;
  margin-top: 0;
}

.buyer-info address, #vat_profile address {
  display: flex;
  padding: 20px;
  width: 100%;
  min-height: 200px;
  position: relative;
  font-size: 1rem;
}
.buyer-info address.vat-profile, #vat_profile address.vat-profile {
  min-height: auto;
}
.buyer-info address .radio-wrap, #vat_profile address .radio-wrap {
  display: initial;
  padding-right: 7px;
}
.buyer-info address.active, #vat_profile address.active {
  border: 1px solid #EA1F27;
  background: #fef2e8;
}
.buyer-info .chk-icon, #vat_profile .chk-icon {
  color: #000000;
  float: left;
  min-width: 30px;
}
.buyer-info .buy-info-content > .form-row:last-child .radio-wrap, #vat_profile .buy-info-content > .form-row:last-child .radio-wrap {
  margin-bottom: 0;
}
.buyer-info .edit_sect, #vat_profile .edit_sect {
  position: absolute;
  top: 16px;
  right: 16px;
  white-space: nowrap;
}
.buyer-info .vat-wrap, #vat_profile .vat-wrap {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000000;
  font-size: 1rem;
}

.address-copy .address-fill {
  display: inline-block;
  padding: 30px;
  border: 1px solid #89D1B5;
  margin-bottom: 1rem;
}
.address-copy .address-fill .name {
  margin-bottom: 1rem;
  display: inline-block;
}

.item-order {
  font-size: 1.125rem;
  margin-top: 15px;
  font-weight: bold;
}

.address-slider, .vat-slider {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  list-style: none;
}
.address-slider .slick-slide, .vat-slider .slick-slide {
  border: 1px solid #f2f2f2;
  margin: 0 7px;
  display: block;
}
.address-slider .slick-slide:first-child.slick-current, .vat-slider .slick-slide:first-child.slick-current {
  border-color: #CECECE;
}
.address-slider .slick-slide.selected, .vat-slider .slick-slide.selected {
  border-color: #89D1B5;
}

.vat-slider address .text-left {
  padding-left: 30px;
}
.vat-slider address .text-left > div {
  padding: 5px 0;
}

.buy-info-content p {
  margin: 10px 0;
  text-align: left;
}
.buy-info-content p input {
  padding-left: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CECECE;
}
.buy-info-content p input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.buy-info-content p.text-indent {
  text-indent: -30px;
  margin-left: 30px;
}
.buy-info-content .edit-add-link {
  margin: 1rem 0;
}
.buy-info-content .text-default {
  margin-bottom: 0px;
}

.pay-method {
  padding: 1rem;
  width: 100%;
  border-radius: 10px;
  max-height: 200px;
  overflow-y: auto;
  font-size: 0.875rem;
}

.pay-method-row:last-child {
  margin-bottom: 0;
}
.pay-method-row .ac-name-type {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#add-address .modal-content, #edit-address .modal-content {
  border-radius: 0px;
}

@media all and (max-width: 768px) {
  .progressbar {
    overflow: hidden !important;
  }
  .buyer-info address {
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 40px;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .pay-method {
    padding: 5px;
    max-height: 100%;
  }
  .pay-method-row {
    font-size: 0.75rem;
  }
  .pay-method-row .ph-num {
    padding-bottom: 10px;
    max-width: 100%;
    padding-right: 0;
  }
  .pay-method-row .ac-name-type {
    max-width: 100%;
  }
  .pay-method-row .ac-name-type .ac-name {
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.thanks-wrap {
  text-align: center;
  margin: 50px 0;
}
.thanks-wrap p {
  margin-bottom: 1.5rem;
}
.thanks-wrap .btn-group .btn {
  border-radius: 0;
  margin: 10px 7px;
  min-width: auto;
}

.thanks-msg {
  margin: 2rem 0;
}

.buyer-info-thank .buy-info-content {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 15px;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.buyer-info-thank .head {
  margin-bottom: 8px;
  text-decoration: underline;
}

.confirm-wrap {
  padding-bottom: 1.5rem;
}
.confirm-wrap .form-row textarea {
  width: 100%;
}
.confirm-wrap button[type=submit], .confirm-wrap .btn {
  min-width: 250px;
  width: 100%;
}

/*.input-group {
	position: relative;	
	input {
		padding-right: 5rem;
	}
	.input-symbol {
		position: absolute; 
		right: 15px; top: 12px;
		height: 100%; line-height: 1.5;
	}
}*/
.sucess-pay-modal .modal-header {
  border-bottom: none;
}
.sucess-pay-modal p {
  margin-bottom: 2rem;
}

.place_order_btn {
  padding: 0.75rem;
}

@media all and (min-width: 576px) {
  .thanks-msg {
    padding-left: 5%;
    padding-right: 5%;
  }
  .btn-group .btn, .btn-group .btn-grey {
    min-width: 220px;
  }
}
@media all and (max-width: 500px) {
  .buy-info-content .buy-info-content {
    margin-bottom: 1rem;
    border-bottom: 1px solid #CECECE;
  }
  .buy-info-content .edit-add-link .btn {
    width: 100%;
  }
  .place_order_btn {
    width: 100%;
  }
  .thanks-wrap {
    margin: 1rem 0;
  }
  .thanks-wrap .btn-group {
    text-align: right;
  }
  .thanks-wrap .btn-group .btn, .thanks-wrap .btn-group .btn-grey {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 992px) {
  .del-record {
    display: flex;
    justify-content: flex-end;
  }
}

#coupon_div {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
}
#coupon_div .input-group {
  justify-content: flex-end;
}

#coupon_code_button {
  background: #000;
  color: #fff;
  width: -moz-min-content;
  width: min-content;
}

#coupon_code {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 0 30% !important;
}
@media all and (max-width: 992px) {
  #coupon_code {
    flex: 0 0 50% !important;
  }
}

#submit_btn_div {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 992px) {
  #submit_btn_div {
    justify-content: unset;
  }
}

.label-text-product {
  display: none;
}
@media all and (max-width: 1200px) {
  .label-text-product {
    display: block;
  }
}

.cart-table .table-content li {
  padding: 5px 10px !important;
}
