@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:wght@200;300;400;500;600;700&display=swap");
[lang="th"] {
  /*$Sarabun:  Sarabun-thai;
  $Prompt:   "Prompt-thai";*/ }

@media all and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.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;
  -webkit-justify-content: center;
  -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: #A71C20;
  color: #A71C20;
  padding-left: 15px;
  padding-right: 15px; }
  .clear-cart button:hover {
    background: #A71C20;
    color: #fff; }

.checkout-page .main-title, .thanks-page .main-title {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 30px;
  text-transform: none;
  color: #292f36; }
.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; }

.spinergroup, .number-spinner {
  width: auto;
  height: auto;
  max-width: none;
  border: none;
  min-width: auto; }

@media all and (min-width: 768px) {
  .checkout-page .cart-box {
    border-right: 1px solid #e1e1e1;
    padding-right: 30px; }

  .cart-table .table-content li.product, .table-secondary .table-content li.product {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -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; } }
[lang="th"] {
  /*$Sarabun:  Sarabun-thai;
  $Prompt:   "Prompt-thai";*/ }

@media all and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.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 #e1e1e1; }
  .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 #e1e1e1; }
  .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");
    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 #e1e1e1; }
    .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 #e1e1e1;
      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 #e1e1e1;
      height: 100%;
      max-height: 100%;
      max-height: 100%;
      overflow-y: auto;
      padding: 1rem;
      font-size: 1rem; }
    .tabordion section.active .choosepaymeny_method {
      display: block; } }
@media all and (max-width: 767px) {
  .tabordion {
    min-height: 450px; }
    .tabordion section {
      border: 1px solid #e1e1e1;
      border-bottom: none; }
      .tabordion section:last-child {
        border-bottom: 1px solid #e1e1e1;
        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.5rem;
  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 #e1e1e1; }
    .chk_title.open + .chkbox-wrap-outer {
      padding: 0px;
      margin-bottom: 25px; }
  .chk_title.complete {
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1; }
    .chk_title.complete + .chkbox-wrap-outer {
      padding: 0px;
      margin-bottom: 25px; }
    .chk_title.complete .edit_section {
      display: block;
      color: #A71C20; }
    .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: #909090; }

.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: #292f36 !important;
    border-color: #292f36 !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: #292f36;
  color: #292f36;
  padding-left: 15px;
  padding-right: 15px; }
  .clear-cart button:hover {
    background: #292f36;
    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: #A71C20;
  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: #292f36; }
    .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 #e1e1e1;
      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: 0.875rem;
  color: #292f36;
  font-weight: 600;
  margin-bottom: 1rem; }
  .nested_title.top_sapce {
    margin-top: 30px; }

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

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

.font_large_primary {
  color: #A71C20; }

.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: #A71C20; }
      .progressbar li:first-child:before {
        display: none; }
    .progressbar li:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 2px;
      background: #A7A9AC;
      top: 25px;
      left: -50%; }
  .progressbar li.active {
    color: #A71C20; }
    .progressbar li.active:before {
      background: #A71C20; }
    .progressbar li.active + li {
      color: #A71C20; }
      .progressbar li.active + li:before {
        background: #A71C20; }

.checkout-progress .address_wraps {
  display: flex; }
.checkout-progress h3 {
  text-transform: uppercase; }
.checkout-progress .sub_title {
  text-align: center;
  color: #A71C20; }
.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: #A71C20;
    color: #fff; }
    .checkout-progress .accordion.active + .accordion .second_step.active {
      background-color: #A71C20;
      border-color: #A71C20;
      color: #fff; }
  .checkout-progress .accordion > a {
    display: inline-block;
    padding: .75em;
    width: 100%;
    text-decoration: none;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    color: #292f36;
    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: #A71C20;
      color: #fff; }
    .checkout-progress .accordion > a.active {
      background-color: #A71C20;
      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: #A71C20;
        color: #fff; }
    .checkout-progress .accordion > a:hover {
      background-color: #A71C20;
      color: #fff; }

.status_summary {
  background-color: #fff;
  display: none; }

.summary_contents {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  .summary_contents .address-fill {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-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: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: baseline;
      -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: #A71C20; }
  .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: 576px) {
  .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; }
        .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 {
      position: relative;
      padding-top: 7px;
      padding-bottom: 7px;
      padding-left: 105px; }
      .cart-table .table-content .unit-price:before, .cart-table .table-content .total:before, .cart-table .table-content .discount:before, .cart-table .table-content .qty:before {
        position: absolute;
        left: 20px; }
    .cart-table .table-content .unit-price:before {
      content: "Unit price"; }
    .cart-table .table-content .discount:before {
      content: "Discount"; }
    .cart-table .table-content .qty:before {
      content: "Quantity"; }
    .cart-table .table-content .total:before {
      content: "Price"; }
    .cart-table .table-content .inclusive_total:before {
      content: "VAT Price"; }
    .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: .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: 1rem; }
  .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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -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: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 #0AAFAB;
    background: #fef2e8; }
.buyer-info .chk-icon, #vat_profile .chk-icon {
  color: #292f36;
  float: left;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #292f36;
  font-size: 1rem; }

.address-copy .address-fill {
  display: inline-block;
  padding: 30px;
  border: 1px solid #A71C20;
  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 #e1e1e1;
    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: #A71C20; }

.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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -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;
    -webkit-justify-content: center;
    -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;
  -moz-hyphens: auto;
  -ms-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; } }
