.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;
}

.number-spinner {
  width: 200px;
}

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

.table-footer {
  width: 100%;
  text-align: left;
}
.table-footer .form-row {
  padding: 3px 0;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.table-footer .form-row .col-6 + .col-6 {
  text-align: right;
}
.table-footer .total-text, .table-footer .total-amt, .table-footer .col-6 {
  color: #231916;
  font-size: 1rem;
}
.table-footer .total, .table-footer .total-price {
  font-weight: bold;
  font-size: 1.5rem;
  color: #231916;
}
.table-footer .total.primary, .table-footer .total-price.primary {
  font-size: 1.5rem;
}
.table-footer ul, .table-footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-footer .promo-dis {
  font-size: 1rem;
  color: #E70800;
}

.view-footer-row {
  cursor: pointer;
  color: #231916;
  font-size: 0.75rem;
}
.view-footer-row i {
  vertical-align: baseline;
}

@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;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.tabordion section {
  display: block;
  width: 100%;
  left: 0;
}
.tabordion section input[type=radio] {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.tabordion section input[type=radio]:checked + label {
  background: #C4FFFB;
  /*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: #fff;
}
.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:last-child {
  border-bottom: 1px solid #CECECE;
}
.tabordion .payment-opt-dtl label {
  padding: 0 0 0.5rem 0;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-weight: normal;
}
.tabordion .pay_opt_desc::-webkit-scrollbar {
  width: 6.625px;
}
.tabordion .pay_opt_desc::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.tabordion .pay_opt_desc::-webkit-scrollbar-thumb {
  background: #D8D8D8;
  border-radius: 50px;
}
.tabordion .pay_opt_desc::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*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 #CECECE;
  margin: 0 auto 30px auto;
}
.card-container input {
  width: 100%;
  letter-spacing: 1px;
  font-size: 1.125rem;
  padding: 15px 15px 15px 20px;
  border: 0;
  outline: none;
  box-sizing: border-box;
  box-shadow: none !important;
}
.card-container .card-type {
  width: 80px;
  height: 50px;
  background-position: 0 -291px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  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: 60px;
  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 #CECECE;
}
.card-details input .error {
  border: 1px solid #E70800;
  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 section label {
    padding: 10px;
    width: 25%;
    text-align: center;
    margin: 0;
    border: 1px solid #CECECE;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    font-size: 0.875rem;
  }
  .tabordion section article {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    width: 75%;
    left: 25%;
    border: 1px solid #CECECE;
    border-left: none;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}
@media all and (max-width: 767px) {
  .tabordion section {
    border: 1px solid #CECECE;
    border-bottom: none;
  }
  .tabordion section:last-child {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 20px;
  }
}
.containera {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .containera {
    margin-bottom: 50px;
  }
}

.checkout-page label, .checkout-page .emphasis-default, .thank-you label, .thank-you .emphasis-default, .confirmpayment-page label, .confirmpayment-page .emphasis-default {
  color: #231916 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 150%;
}
.checkout-page input[type=text]:not(.search-input), .checkout-page input[type=email], .checkout-page input[type=password], .checkout-page input[type=tel], .checkout-page input[type=search], .checkout-page textarea, .checkout-page select, .checkout-page .form-elements, .thank-you input[type=text]:not(.search-input), .thank-you input[type=email], .thank-you input[type=password], .thank-you input[type=tel], .thank-you input[type=search], .thank-you textarea, .thank-you select, .thank-you .form-elements, .confirmpayment-page input[type=text]:not(.search-input), .confirmpayment-page input[type=email], .confirmpayment-page input[type=password], .confirmpayment-page input[type=tel], .confirmpayment-page input[type=search], .confirmpayment-page textarea, .confirmpayment-page select, .confirmpayment-page .form-elements {
  padding: 10px 16px;
  color: #231916 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 150%;
}
.checkout-page select, .thank-you select, .confirmpayment-page select {
  height: 46px !important;
}
.checkout-page .complete, .thank-you .complete, .confirmpayment-page .complete {
  display: block !important;
}
.checkout-page .pr-26-px, .thank-you .pr-26-px, .confirmpayment-page .pr-26-px {
  padding-right: 26px;
}
.checkout-page textarea, .thank-you textarea, .confirmpayment-page textarea {
  height: auto;
}
.checkout-page #note_from_buyer, .thank-you #note_from_buyer, .confirmpayment-page #note_from_buyer {
  height: 111px;
  padding: 10px 8px 10px 16px;
}
.checkout-page #shippingProfile, .thank-you #shippingProfile, .confirmpayment-page #shippingProfile {
  margin-bottom: 40px;
}
.checkout-page button#offline_payment, .thank-you button#offline_payment, .confirmpayment-page button#offline_payment {
  width: 181px;
  height: 42px;
  padding: 0px 24px;
  margin-top: 40px;
}
.checkout-page .mobile-head-title, .thank-you .mobile-head-title, .confirmpayment-page .mobile-head-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.checkout-page .link-product-name, .thank-you .link-product-name, .confirmpayment-page .link-product-name {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
}
.checkout-page .sku, .checkout-page .sss, .checkout-page .gtext, .thank-you .sku, .thank-you .sss, .thank-you .gtext, .confirmpayment-page .sku, .confirmpayment-page .sss, .confirmpayment-page .gtext {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #231916;
}
.checkout-page i.fas.fa-trash-alt, .thank-you i.fas.fa-trash-alt, .confirmpayment-page i.fas.fa-trash-alt {
  color: #DDC7A0;
}
.checkout-page .btn-outline-primary, .thank-you .btn-outline-primary, .confirmpayment-page .btn-outline-primary {
  height: auto;
  border-radius: 4px;
}
.checkout-page #first_step_submit, .thank-you #first_step_submit, .confirmpayment-page #first_step_submit {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 4px;
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-page input[type=button], .checkout-page #second_step_submit, .checkout-page .place_order_btn, .thank-you input[type=button], .thank-you #second_step_submit, .thank-you .place_order_btn, .confirmpayment-page input[type=button], .confirmpayment-page #second_step_submit, .confirmpayment-page .place_order_btn {
  color: #231916;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  border-radius: 4px;
  padding: 8px 24px;
}
.checkout-page #second_step_submit, .thank-you #second_step_submit, .confirmpayment-page #second_step_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
}
.checkout-page .zone-submit, .thank-you .zone-submit, .confirmpayment-page .zone-submit {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .checkout-page .zone-submit, .thank-you .zone-submit, .confirmpayment-page .zone-submit {
    justify-content: center;
  }
}
.checkout-page #coupon_code, .thank-you #coupon_code, .confirmpayment-page #coupon_code {
  display: flex;
  width: 134px;
  height: 40px;
  padding: 8px 12px;
  align-items: center;
  gap: 10px;
  border-radius: 5px 0px 0px 5px;
}
.checkout-page #coupon_code_button, .thank-you #coupon_code_button, .confirmpayment-page #coupon_code_button {
  border-radius: 0px 5px 5px 0px;
  background: #333333;
  color: #fff;
  display: flex;
  height: 100%;
  padding: 8px 12px;
  justify-content: center;
  border: 0px;
  align-items: center;
  gap: 10px;
}
.checkout-page .main-title, .thank-you .main-title, .confirmpayment-page .main-title {
  color: #231916;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 40px */
  margin-top: 8px;
  margin-bottom: 48px;
  text-align: center;
}
.checkout-page .chk_title, .checkout-page .nested_title, .thank-you .chk_title, .thank-you .nested_title, .confirmpayment-page .chk_title, .confirmpayment-page .nested_title {
  color: #231916;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #333333;
  margin-bottom: 16px !important;
}
.checkout-page .chk_title.first_step, .checkout-page .chk_title.top_sapce, .checkout-page .nested_title.first_step, .checkout-page .nested_title.top_sapce, .thank-you .chk_title.first_step, .thank-you .chk_title.top_sapce, .thank-you .nested_title.first_step, .thank-you .nested_title.top_sapce, .confirmpayment-page .chk_title.first_step, .confirmpayment-page .chk_title.top_sapce, .confirmpayment-page .nested_title.first_step, .confirmpayment-page .nested_title.top_sapce {
  border-bottom: 1px solid #333333;
}
.checkout-page .edit_section, .thank-you .edit_section, .confirmpayment-page .edit_section {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  color: #909090;
}
.checkout-page .chkmark, .thank-you .chkmark, .confirmpayment-page .chkmark {
  color: #231916;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
}
.checkout-page .chkmark:before, .thank-you .chkmark:before, .confirmpayment-page .chkmark:before {
  border: 1px solid #CECECE;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #ffffff;
  content: "";
  margin: 2px 10px 0 0;
  float: left;
  cursor: pointer;
  border-radius: 5px;
}
.checkout-page .line-default-bottom, .thank-you .line-default-bottom, .confirmpayment-page .line-default-bottom {
  border: 0;
  padding-bottom: unset;
}
.checkout-page .btn-groups, .thank-you .btn-groups, .confirmpayment-page .btn-groups {
  margin: 2rem 0px;
}
.checkout-page #vat_subwrap, .thank-you #vat_subwrap, .confirmpayment-page #vat_subwrap {
  margin: 16px 0px;
}
.checkout-page .radio-wrap input[type=radio]:checked + .radio-label:after, .thank-you .radio-wrap input[type=radio]:checked + .radio-label:after, .confirmpayment-page .radio-wrap input[type=radio]:checked + .radio-label:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: #333333;
  border: 1px solid #CECECE;
  border-radius: unset;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  padding: 0px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-page .chk-wrap input[type=checkbox]:checked + .chkmark::after, .thank-you .chk-wrap input[type=checkbox]:checked + .chkmark::after, .confirmpayment-page .chk-wrap input[type=checkbox]:checked + .chkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  left: 0px;
  width: 22px;
  height: 22px;
  top: 2px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 2px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-page .iti__flag-container, .thank-you .iti__flag-container, .confirmpayment-page .iti__flag-container {
  right: 0;
  left: 0;
}
.checkout-page .iti__selected-flag, .thank-you .iti__selected-flag, .confirmpayment-page .iti__selected-flag {
  display: flex;
  justify-content: center;
}
.checkout-page span.img-billing, .thank-you span.img-billing, .confirmpayment-page span.img-billing {
  width: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.checkout-page .summary_contents, .thank-you .summary_contents, .confirmpayment-page .summary_contents {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .checkout-page .summary_contents, .thank-you .summary_contents, .confirmpayment-page .summary_contents {
    gap: 16px;
  }
}
.checkout-page .address-fill .name, .checkout-page .address-fill #shipping_profile_right, .checkout-page .address-fill #payment_method_right, .checkout-page .buyer-info-thank .name, .checkout-page .buyer-info-thank #shipping_profile_right, .checkout-page .buyer-info-thank #payment_method_right, .thank-you .address-fill .name, .thank-you .address-fill #shipping_profile_right, .thank-you .address-fill #payment_method_right, .thank-you .buyer-info-thank .name, .thank-you .buyer-info-thank #shipping_profile_right, .thank-you .buyer-info-thank #payment_method_right, .confirmpayment-page .address-fill .name, .confirmpayment-page .address-fill #shipping_profile_right, .confirmpayment-page .address-fill #payment_method_right, .confirmpayment-page .buyer-info-thank .name, .confirmpayment-page .buyer-info-thank #shipping_profile_right, .confirmpayment-page .buyer-info-thank #payment_method_right {
  color: #231916;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.checkout-page .address-fill .text-indent, .checkout-page .buyer-info-thank .text-indent, .thank-you .address-fill .text-indent, .thank-you .buyer-info-thank .text-indent, .confirmpayment-page .address-fill .text-indent, .confirmpayment-page .buyer-info-thank .text-indent {
  color: #231916;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  line-height: 150%;
}
.checkout-page .address-fill .fa-phone.chk-icon, .checkout-page .buyer-info-thank .fa-phone.chk-icon, .thank-you .address-fill .fa-phone.chk-icon, .thank-you .buyer-info-thank .fa-phone.chk-icon, .confirmpayment-page .address-fill .fa-phone.chk-icon, .confirmpayment-page .buyer-info-thank .fa-phone.chk-icon {
  transform: rotate(105deg);
}
.checkout-page .buyer-info-thank .text-default, .checkout-page .buyer-info-thank .form-groups, .checkout-page .buyer-info-thank h5, .thank-you .buyer-info-thank .text-default, .thank-you .buyer-info-thank .form-groups, .thank-you .buyer-info-thank h5, .confirmpayment-page .buyer-info-thank .text-default, .confirmpayment-page .buyer-info-thank .form-groups, .confirmpayment-page .buyer-info-thank h5 {
  color: #231916 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.checkout-page .status_summary, .thank-you .status_summary, .confirmpayment-page .status_summary {
  margin-bottom: 40px;
}
.checkout-page .pay-header, .thank-you .pay-header, .confirmpayment-page .pay-header {
  color: #231916;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
.checkout-page .last_section, .thank-you .last_section, .confirmpayment-page .last_section {
  padding: 8px 16px;
  border-radius: 5px;
  background: #f5f5f5;
  border: 0px !important;
}
.checkout-page .link-product-name, .thank-you .link-product-name, .confirmpayment-page .link-product-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.checkout-page #cart-item-list span, .checkout-page #cart-item-list li, .checkout-page .order-table-footer span, .checkout-page .order-table-footer li, .checkout-page .cart-item-list span, .checkout-page .cart-item-list li, .checkout-page .table-footer span, .checkout-page .table-footer li, .thank-you #cart-item-list span, .thank-you #cart-item-list li, .thank-you .order-table-footer span, .thank-you .order-table-footer li, .thank-you .cart-item-list span, .thank-you .cart-item-list li, .thank-you .table-footer span, .thank-you .table-footer li, .confirmpayment-page #cart-item-list span, .confirmpayment-page #cart-item-list li, .confirmpayment-page .order-table-footer span, .confirmpayment-page .order-table-footer li, .confirmpayment-page .cart-item-list span, .confirmpayment-page .cart-item-list li, .confirmpayment-page .table-footer span, .confirmpayment-page .table-footer li {
  color: #231916;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 20px */
}
.checkout-page #cart-item-list .upload-text a, .checkout-page .order-table-footer .upload-text a, .checkout-page .cart-item-list .upload-text a, .checkout-page .table-footer .upload-text a, .thank-you #cart-item-list .upload-text a, .thank-you .order-table-footer .upload-text a, .thank-you .cart-item-list .upload-text a, .thank-you .table-footer .upload-text a, .confirmpayment-page #cart-item-list .upload-text a, .confirmpayment-page .order-table-footer .upload-text a, .confirmpayment-page .cart-item-list .upload-text a, .confirmpayment-page .table-footer .upload-text a {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.checkout-page .total-price, .checkout-page #grandTotal, .thank-you .total-price, .thank-you #grandTotal, .confirmpayment-page .total-price, .confirmpayment-page #grandTotal {
  color: #231916;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 100%; /* 24px */
}
.checkout-page .searchbtn-form input[type=text], .thank-you .searchbtn-form input[type=text], .confirmpayment-page .searchbtn-form input[type=text] {
  flex: none !important;
}
.checkout-page .print-button, .thank-you .print-button, .confirmpayment-page .print-button {
  min-width: unset !important;
  border-radius: 4px;
}
.checkout-page .formone-size, .thank-you .formone-size, .confirmpayment-page .formone-size {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}
.checkout-page .formone-size .btn-outline-primary, .thank-you .formone-size .btn-outline-primary, .confirmpayment-page .formone-size .btn-outline-primary {
  border-radius: 4px !important;
}
.checkout-page .formone-size .btn-primary, .thank-you .formone-size .btn-primary, .confirmpayment-page .formone-size .btn-primary {
  border-radius: 4px !important;
}
.checkout-page .mobile-price-control, .checkout-page .remove-mobile, .checkout-page .mobile-price-control-cart, .thank-you .mobile-price-control, .thank-you .remove-mobile, .thank-you .mobile-price-control-cart, .confirmpayment-page .mobile-price-control, .confirmpayment-page .remove-mobile, .confirmpayment-page .mobile-price-control-cart {
  display: none;
}
.checkout-page .number-spinner, .checkout-page .decrease, .checkout-page .increase, .thank-you .number-spinner, .thank-you .decrease, .thank-you .increase, .confirmpayment-page .number-spinner, .confirmpayment-page .decrease, .confirmpayment-page .increase {
  border: 0px !important;
}
.checkout-page .number-spinner, .thank-you .number-spinner, .confirmpayment-page .number-spinner {
  height: auto;
}
.checkout-page .spinNum, .thank-you .spinNum, .confirmpayment-page .spinNum {
  height: 33px;
  padding: 6px !important;
}
.checkout-page .remove.icon-cart-remove, .thank-you .remove.icon-cart-remove, .confirmpayment-page .remove.icon-cart-remove {
  padding: 2px 5px;
  display: flex;
  border: 2px solid #004A83;
  border-radius: 50% !important;
  color: #004A83;
}
.checkout-page .thank-page-bottom .table-footer, .thank-you .thank-page-bottom .table-footer, .confirmpayment-page .thank-page-bottom .table-footer {
  width: 100%;
}
.checkout-page .thank-page-bottom .confirm_order, .thank-you .thank-page-bottom .confirm_order, .confirmpayment-page .thank-page-bottom .confirm_order {
  display: none;
}
.checkout-page .table-responsive, .thank-you .table-responsive, .confirmpayment-page .table-responsive {
  margin-bottom: 0px;
  margin-top: 8px;
}
.checkout-page .table-footer, .thank-you .table-footer, .confirmpayment-page .table-footer {
  margin-top: 24px;
  width: 410px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .checkout-page .table-footer, .thank-you .table-footer, .confirmpayment-page .table-footer {
    margin-top: 0px;
  }
}
.checkout-page div#cart_submit_btn_div, .thank-you div#cart_submit_btn_div, .confirmpayment-page div#cart_submit_btn_div {
  margin-top: 24px;
}
.checkout-page .btn-place-order, .thank-you .btn-place-order, .confirmpayment-page .btn-place-order {
  border-radius: 4px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
}
.checkout-page .text-price, .thank-you .text-price, .confirmpayment-page .text-price {
  text-align: right !important;
}
.checkout-page .border, .thank-you .border, .confirmpayment-page .border {
  border-bottom: 1px solid var(--Text-Black, #333);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.checkout-page .payment-info-thank h5, .thank-you .payment-info-thank h5, .confirmpayment-page .payment-info-thank h5 {
  margin-bottom: 8px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 100% !important;
}
.checkout-page h1.confirm-payment, .thank-you h1.confirm-payment, .confirmpayment-page h1.confirm-payment {
  font-size: 30px !important;
}
.checkout-page .thank-you-send, .thank-you .thank-you-send, .confirmpayment-page .thank-you-send {
  width: 240px;
  height: 42px;
  padding: 0px 24px;
  border-radius: 4px;
}
.checkout-page .file-name-wrap, .thank-you .file-name-wrap, .confirmpayment-page .file-name-wrap {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 992px) {
  .checkout-page .file-name-wrap, .thank-you .file-name-wrap, .confirmpayment-page .file-name-wrap {
    padding-top: 10px;
    color: #231916 !important;
  }
}
.checkout-page .fileupload, .thank-you .fileupload, .confirmpayment-page .fileupload {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.checkout-page .order-thank .product-name, .thank-you .order-thank .product-name, .confirmpayment-page .order-thank .product-name {
  font-size: 22px;
  margin-bottom: 4px;
}
.checkout-page .order-thank .sku-wrap, .thank-you .order-thank .sku-wrap, .confirmpayment-page .order-thank .sku-wrap {
  font-size: 20px;
  margin-bottom: 4px;
}
.checkout-page .payment-info-thank span, .thank-you .payment-info-thank span, .confirmpayment-page .payment-info-thank span {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
}
.checkout-page .payment-info-thank .emphasis-default, .thank-you .payment-info-thank .emphasis-default, .confirmpayment-page .payment-info-thank .emphasis-default {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
}
.checkout-page .alert-dismissible, .thank-you .alert-dismissible, .confirmpayment-page .alert-dismissible {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  height: 50px;
  padding: 0px 16px;
  border-radius: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.checkout-page .alert-dismissible .close, .thank-you .alert-dismissible .close, .confirmpayment-page .alert-dismissible .close {
  font-size: 1.25rem !important;
}
.checkout-page .alert-dismissible .text-success, .thank-you .alert-dismissible .text-success, .confirmpayment-page .alert-dismissible .text-success {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-right: 5px;
  color: #426A42;
}
.checkout-page .radio-wrap .radio-label:before, .thank-you .radio-wrap .radio-label:before, .confirmpayment-page .radio-wrap .radio-label:before {
  position: absolute;
  left: 0;
  content: "";
  border: 1px solid #CECECE;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 4px !important;
}
.checkout-page .edit-address, .thank-you .edit-address, .confirmpayment-page .edit-address {
  color: #17a2b8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.checkout-page .summary_contents .address-fill, .thank-you .summary_contents .address-fill, .confirmpayment-page .summary_contents .address-fill {
  width: 210px;
}
@media screen and (max-width: 992px) {
  .checkout-page .main-title, .thank-you .main-title, .confirmpayment-page .main-title {
    margin-top: 8px !important;
    margin-bottom: 48px !important;
  }
  .checkout-page .fileupload, .thank-you .fileupload, .confirmpayment-page .fileupload {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .checkout-page .table-footer .form-row:not(:last-child), .thank-you .table-footer .form-row:not(:last-child), .confirmpayment-page .table-footer .form-row:not(:last-child) {
    padding: 4px 0px;
  }
  .checkout-page .mobile-price-control, .checkout-page .remove-mobile, .checkout-page .mobile-price-control-cart, .thank-you .mobile-price-control, .thank-you .remove-mobile, .thank-you .mobile-price-control-cart, .confirmpayment-page .mobile-price-control, .confirmpayment-page .remove-mobile, .confirmpayment-page .mobile-price-control-cart {
    display: block;
  }
  .checkout-page .desktop, .thank-you .desktop, .confirmpayment-page .desktop {
    display: none !important;
  }
  .checkout-page .cart-item-list .product, .thank-you .cart-item-list .product, .confirmpayment-page .cart-item-list .product {
    position: relative;
    padding-bottom: 12px !important;
    padding-top: 12px;
  }
  .checkout-page .cart-item-list .remove-mobile .icon-cart-remove, .thank-you .cart-item-list .remove-mobile .icon-cart-remove, .confirmpayment-page .cart-item-list .remove-mobile .icon-cart-remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .checkout-page .mobile-price-control, .thank-you .mobile-price-control, .confirmpayment-page .mobile-price-control {
    padding-bottom: 12px;
  }
  .checkout-page .note-from-buyer, .thank-you .note-from-buyer, .confirmpayment-page .note-from-buyer {
    padding-top: 24px;
  }
  .checkout-page .mobile-price-control-cart, .thank-you .mobile-price-control-cart, .confirmpayment-page .mobile-price-control-cart {
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px solid #E1E1E1;
  }
  .checkout-page .table-footer, .thank-you .table-footer, .confirmpayment-page .table-footer {
    width: 100%;
    margin-left: unset;
    padding: 0;
  }
  .checkout-page .btn-place-order, .thank-you .btn-place-order, .confirmpayment-page .btn-place-order {
    width: 100%;
  }
  .checkout-page .col-header, .thank-you .col-header, .confirmpayment-page .col-header {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
  }
  .checkout-page .formone-size, .thank-you .formone-size, .confirmpayment-page .formone-size {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
    flex-direction: column;
  }
  .checkout-page .small-title, .thank-you .small-title, .confirmpayment-page .small-title {
    margin: 0 0 16px 0;
    border-bottom: 1px solid #333333;
    padding-bottom: 8px;
  }
  .checkout-page .table-content, .thank-you .table-content, .confirmpayment-page .table-content {
    background: #fff;
    border-top: 1px solid #333;
  }
  .checkout-page .spinergroup, .checkout-page .number-spinner, .thank-you .spinergroup, .thank-you .number-spinner, .confirmpayment-page .spinergroup, .confirmpayment-page .number-spinner {
    height: auto;
    justify-content: center;
  }
  .checkout-page .summary_contents, .thank-you .summary_contents, .confirmpayment-page .summary_contents {
    flex-direction: column;
  }
  .checkout-page .product-name, .thank-you .product-name, .confirmpayment-page .product-name {
    max-width: 150px;
  }
}
.checkout-page .normal-price, .thank-you .normal-price, .confirmpayment-page .normal-price {
  font-size: 1rem;
  padding-top: 4px;
  line-break: anywhere;
}
.checkout-page .unit-price-mobile, .checkout-page .total-mobile, .thank-you .unit-price-mobile, .thank-you .total-mobile, .confirmpayment-page .unit-price-mobile, .confirmpayment-page .total-mobile {
  width: 20%;
}
.checkout-page .qty-mobile, .thank-you .qty-mobile, .confirmpayment-page .qty-mobile {
  width: 60%;
}
.checkout-page .increase, .checkout-page .decrease, .thank-you .increase, .thank-you .decrease, .confirmpayment-page .increase, .confirmpayment-page .decrease {
  width: 60px !important;
  height: 100% !important;
}
.checkout-page .qty-input, .thank-you .qty-input, .confirmpayment-page .qty-input {
  text-align: center;
  border: 0px !important;
  height: auto;
  padding: 2px 0px !important;
}
.checkout-page .containera, .thank-you .containera, .confirmpayment-page .containera {
  margin-bottom: 40px;
}
.checkout-page .scrollbar-address, .thank-you .scrollbar-address, .confirmpayment-page .scrollbar-address {
  max-height: 490px !important;
}

.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: #3CDFDA !important;
  border-color: #3CDFDA !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 {
  margin-bottom: 10px;
}
.kbank img {
  max-width: 160px;
}

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

.clear-cart button {
  border-color: #3CDFDA;
  color: #3CDFDA;
  padding-left: 15px;
  padding-right: 15px;
}
.clear-cart button:hover {
  background: #3CDFDA;
  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: #3CDFDA;
  border: none;
  padding: 0.75rem;
}

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

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

.cart-item-desc {
  padding-left: 85px;
}
.cart-item-desc .link-product-name {
  color: #47C2FE !important;
}
.cart-item-desc .link-product-name:hover, .cart-item-desc .link-product-name:active, .cart-item-desc .link-product-name.active {
  color: black !important;
}
.cart-item-desc .product-name {
  margin-bottom: 4px;
  max-width: 200px;
}
.cart-item-desc .sku-wrap .sku, .cart-item-desc .sku-wrap label {
  line-height: inherit;
  margin-bottom: 4px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #231916 !important;
  font-size: 1rem !important;
  line-height: 100%;
}
.cart-item-desc .sku-wrap label {
  color: #231916 !important;
  text-transform: capitalize;
  line-height: 100%;
}
.cart-item-desc .sku-wrap .gtext {
  color: #231916 !important;
  font-size: 18px;
  line-height: 100%;
}

.cart-item-list .normal-price {
  font-size: 1rem;
  color: #231916;
}

.cart-table, .table-secondary {
  background-color: #fff;
}
.cart-table .table-header li, .table-secondary .table-header li {
  padding: 8px 0px;
  text-align: center;
  border: none;
  background-color: #fff;
  color: #3CDFDA;
  font-size: 1rem;
}
.cart-table .table-header li:after, .table-secondary .table-header li:after {
  display: none;
}
.cart-table .table-header li.qty-title, .table-secondary .table-header li.qty-title {
  padding-left: 25px;
  padding-right: 25px;
}
.cart-table .table-content .cart-item-list.add-morewrap .product, .table-secondary .table-content .cart-item-list.add-morewrap .product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-table .table-content .cart-item-list.add-morewrap .product .add-more, .table-secondary .table-content .cart-item-list.add-morewrap .product .add-more {
  max-width: 100%;
}
.cart-table .table-content .cart-item-list.add-morewrap .cart-item-desc, .table-secondary .table-content .cart-item-list.add-morewrap .cart-item-desc {
  padding-left: 0px;
}
.cart-table .table-content .cart-item-list.add-morewrap .product-select, .table-secondary .table-content .cart-item-list.add-morewrap .product-select {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.cart-table .table-content .cart-item-list:not(:last-child), .table-secondary .table-content .cart-item-list:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}
.cart-table .table-content li, .table-secondary .table-content li {
  border: none;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0px;
}
.cart-table .table-content li.product, .table-secondary .table-content li.product {
  text-align: left;
}
.cart-table .table-content li.product .cart-img, .table-secondary .table-content li.product .cart-img {
  max-width: 60px;
}
.cart-table .table-content li.product img, .table-secondary .table-content li.product img {
  margin-right: 0;
  /*border: 1px solid $border;*/
  max-width: 100%;
}
.cart-table .box-border .table, .table-secondary .box-border .table {
  margin-bottom: 0;
}
.cart-table .number-spinner button i, .table-secondary .number-spinner button i {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 20px;
}
.cart-table .number-spinner button:hover i, .table-secondary .number-spinner button:hover i {
  color: #333333;
}

@media all and (max-width: 767px) {
  .cart-item-desc {
    width: 85%;
  }
  .cart-item-desc .sku-wrap .text-small {
    border: none;
    padding-left: 0;
    margin-left: 0;
    line-height: 24px;
    display: block;
  }
}
.order_track ul, .order_track ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.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: 1rem;
  color: #231916;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

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

.empty-cart {
  padding: 15px 0;
}

.font_large_primary {
  color: #3CDFDA;
}

.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: #3CDFDA;
}
.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: #3CDFDA;
}
.progressbar li.active:before {
  background: #3CDFDA;
}
.progressbar li.active + li {
  color: #3CDFDA;
}
.progressbar li.active + li:before {
  background: #3CDFDA;
}

.checkout-progress h3 {
  text-transform: uppercase;
}
.checkout-progress .sub_title {
  text-align: center;
  color: #3CDFDA;
}
.checkout-progress .shipping-info, .checkout-progress .payment-method, .checkout-progress .address-info {
  margin: 10px;
}
.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: #3CDFDA;
  color: #fff;
}
.checkout-progress .accordion.active + .accordion .second_step.active {
  background-color: #3CDFDA;
  border-color: #3CDFDA;
  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: #231916;
  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: #3CDFDA;
  color: #fff;
}
.checkout-progress .accordion > a.active {
  background-color: #3CDFDA;
  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: #3CDFDA;
  color: #fff;
}
.checkout-progress .accordion > a:hover {
  background-color: #3CDFDA;
  color: #fff;
}
.checkout-progress .accordion .address-info {
  margin: 0 0 15px 0;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.checkout-progress .accordion .address-info .name {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
  color: #231916;
  padding-top: 10px;
}
.checkout-progress .accordion .address-info p {
  margin-bottom: 5px;
  display: flex;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  font-size: 1rem;
  color: #231916;
}
.checkout-progress .accordion .address-info p .chk-icon {
  padding-right: 5px;
}

.reward-point {
  /*max-width: 515px;*/
}
.reward-point .sub_title {
  color: #3CDFDA;
}
.reward-point .alert-warning {
  background: rgba(255, 145, 0, 0.4);
  color: #333333;
  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;
  }
  .checkout-progress {
    margin-top: 15px;
  }
  .progressbar li {
    font-size: 0.875rem;
  }
  .title-checkout {
    padding: 10px 0;
  }
  button#offline_payment {
    width: 100%;
  }
  #coupon_code {
    width: 110px !important;
  }
  .coupon_div_code {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .zone-submit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.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: 992px) {
  .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;
  }
  .cart-table {
    border: none;
  }
  .cart-table .table {
    min-width: 100%;
    margin-bottom: 0rem;
  }
  .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 .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%;
    padding: 15px;
    margin-top: 0;
    border: none;
  }
}
.buyer-info-thank .buy-info-content address {
  padding: 0;
  line-height: 100%;
  display: inline-block;
  min-height: auto;
}

.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 .scrollbar-address, #vat_profile .scrollbar-address {
  max-height: 245px;
  overflow: auto;
}
.buyer-info .border-address, #vat_profile .border-address {
  border: 1px solid #E1E1E1;
}
.buyer-info address, #vat_profile address {
  display: flex;
  padding: 20px;
  width: 100%;
  min-height: 225px;
  border-radius: 4px;
  position: relative;
}
.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 #BF9140;
  background: #fef2e8;
}
.buyer-info .chk-icon, #vat_profile .chk-icon {
  color: #333333;
  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: 20px;
  right: 20px;
  white-space: nowrap;
}
.buyer-info .vat-wrap, #vat_profile .vat-wrap {
  display: flex;
  margin-top: 15px;
  color: #231916;
  font-size: 1rem;
}

.address-copy .address-fill {
  display: inline-block;
  padding: 30px;
  border: 1px solid #3CDFDA;
  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-right: 40px;
  padding-left: 40px;
  margin-bottom: 20px;
  text-align: center;
  list-style: none;
}
.address-slider .slick-slide, .vat-slider .slick-slide {
  border: 1px solid #CECECE;
  margin: 0 7px;
}
.address-slider .slick-slide:first-child.slick-current, .vat-slider .slick-slide:first-child.slick-current {
  border-color: #3CDFDA;
}
.address-slider .slick-slide.selected, .vat-slider .slick-slide.selected {
  border-color: #3CDFDA;
}

.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;
  font-size: 1rem;
}
.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 .edit-add-link {
  margin: 10px 0 16px 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;
  }
  .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: 0 0 50px 0;
}
.thanks-wrap p {
  margin-bottom: 1.5rem;
}
.thanks-wrap h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%; /* 22px */
}

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

.buyer-info-thank .buy-info-content {
  border-bottom: none;
  margin-bottom: 0;
  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] {
  min-width: 250px;
}

.input-group {
  position: relative;
}
.input-group input {
  padding-right: 5rem;
}
.input-group .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;
}

@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: 375px) {
  .thanks-wrap .btn-group .btn, .thanks-wrap .btn-group .btn-grey {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 0.875rem;
  }
}
