/**=====================
     checkout css start
==========================**/
.checkout_page {
  padding-bottom: 30px !important;
}

.steps {
  counter-reset: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps li {
  list-style-type: none;
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
  color: #777;
}
.steps li::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #fff;
}
.steps li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.steps li:first-child::after {
  content: none;
}
.steps li.active {
  color: #fff;
}
.steps li.active p {
  color: #333;
}
.steps li.active::before {
  border-color: #666;
  background-color: #666;
}
.steps li.active.active + li:after {
  background-color: #666;
}

.faq-section {
  padding-top: 20px;
  padding-bottom: 20px !important;
}
.faq-section .dropdwon_area {
  padding: 0;
}
.faq-section .dropdwon_area .card-header {
  background-color: #fff !important;
}
.faq-section .dropdwon_area .card-header h5 {
  text-align: center;
}
.faq-section .dropdwon_area .card-header h5 button {
  text-align: center !important;
  text-decoration: none;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.5;
  border-bottom: none !important;
}
.faq-section .dropdwon_area .card-header h5 button i {
  font-weight: 600;
}
.faq-section .dropdwon_area .card-header h5 button::before {
  border-top: none !important;
}
.faq-section .dropdwon_area .card-header h5 button[aria-expanded=true]:before {
  border-bottom: none !important;
}
.faq-section .dropdwon_area .card-header h5 button:hover {
  color: #333 !important;
}
.faq-section .dropdwon_area .card-body {
  padding: 0 !important;
}
.faq-section .dropdwon_area .card-body .drop_lg .cart-table {
  border-left: none;
  border-right: none;
}
.faq-section .dropdwon_area .card-body .drop_lg .cart-table thead th:last-child {
  display: table-cell !important;
}
.faq-section .dropdwon_area .card-body .drop_lg .cart-table thead th:nth-last-child(-n+4) {
  display: table-cell !important;
}
.faq-section .dropdwon_area .card-body .drop_lg .cart-table tbody tr td .text-start {
  border-bottom: none !important;
}
.faq-section .dropdwon_area .card-body .drop_lg .cart-table tbody tr td .input-group .form-control {
  width: 20%;
}
.faq-section .dropdwon_area .card-body .drop_lg .cart-table tbody tr td:last-child {
  display: table-cell !important;
}
.faq-section .dropdwon_area .card-body .drop_lg .cart-table tbody tr td:nth-last-child(-n+4) {
  display: table-cell !important;
}
.faq-section .dropdwon_area .card-body .drop_lg .discount_area {
  border: none;
}
.faq-section .dropdwon_area .card-body .drop_lg .discount_area .dis_mark {
  line-height: normal !important;
}
.faq-section .dropdwon_area .card-body .drop_lg .discount_area .content {
  border-bottom: none !important;
  width: 1130px;
}
.faq-section .dropdwon_area .card-body .drop_lg .discount_area .amount {
  -ms-flex-item-align: start !important;
      align-self: start !important;
}
.faq-section .dropdwon_area .card-body .drop_lg .counting_area {
  border: 1px solid #dee2e6;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.faq-section .dropdwon_area .card-body .drop_lg .counting_area .put_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 20px;
}
.faq-section .dropdwon_area .card-body .drop_lg .counting_area .put_right .title {
  border-bottom: none !important;
}
.faq-section .dropdwon_area .card-body .drop_lg .counting_area .put_right .price {
  text-align: end;
  border-bottom: none !important;
}

.info_area .block {
  border: 1px solid #dee2e6;
  padding: 20px;
}
.info_area .block .checkout-title {
  border-bottom: 3px solid #777;
}
.info_area .block .checkout-title h3 {
  font-weight: 400;
  font-size: 18px;
}
.info_area .block .check-out .form-group {
  margin-bottom: 15px;
}
.info_area .block .check-out .form-group .field-label {
  margin-bottom: 3px;
  color: #9b9b9b !important;
  font-size: 14px;
  font-weight: 400 !important;
}
.info_area .block .check-out .form-group img {
  height: 16px;
  padding-right: 0px;
  margin-top: 2px;
}
.info_area .block .check-out .form-group .safe_mention {
  padding-left: 0px;
}
.info_area .block .check-out .form-group .location {
  font-size: 14px;
  padding: 10px;
}
.info_area .block .check-out .form-group .invoice {
  font-size: 14px;
  padding: 10px;
}
.info_area .block .check-out .mention {
  margin-bottom: 3px;
  color: #333;
}
.info_area .block .check-out hr {
  margin-top: 0px;
}
.info_area .block .check-out hr.style2 {
  margin-top: -10px;
  margin-bottom: 0px;
}
.info_area .block .check-out .place_select {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info_area .block .check-out .place_select select {
  width: 45%;
  margin: 12px;
  border-radius: unset;
}
.info_area .block textarea {
  padding: 10px 10px !important;
}
.info_area .block textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.info_area .block textarea::-moz-placeholder {
  font-size: 14px;
  color: #ccc;
}
.info_area .block textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.info_area .block textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
.info_area .block textarea::placeholder {
  font-size: 14px;
  color: #ccc;
}

.open_cart .note_area .final_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.open_cart .note_area .final_check .form-check {
  margin-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.open_cart .note_area .final_check .form-check .form-check-label {
  margin-bottom: 0;
}
.open_cart .note_area .final_check .form-check .form-check-label a {
  color: #212529;
}
.open_cart .note_area .final_check .form-check .form-check-label a:hover {
  font-weight: 600;
  text-decoration: underline;
}
.open_cart .note_area .final_check .d-grid .btn {
  background-color: #ff4c3b;
  border: 1px solid #ff4c3b;
}
.open_cart .note_area .final_check .d-grid .btn:hover {
  background-color: #FD6E60;
  border: 1px solid #FD6E60;
}

@media (max-width: 1367px) {
  .faq-section .dropdwon_area .card-header h5 button::before {
    right: 480px !important;
    top: 68px !important;
  }
  .faq-section .dropdwon_area .card-body .discount_area .content {
    width: 850px;
  }
}
@media (max-width: 991px) {
  .faq-section .dropdwon_area .card-header h5 button::before {
    right: 270px !important;
    top: 68px !important;
  }
  .faq-section .dropdwon_area .card-body .discount_area .content {
    width: 450px;
  }
  .info_area .block.style1 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .faq-section .dropdwon_area .card-header h5 button {
    font-size: 17px !important;
  }
  .faq-section .dropdwon_area .card-header h5 button::before {
    right: 185px !important;
    top: 50px !important;
  }
  .faq-section .dropdwon_area .drop_lg {
    display: none;
  }
  .faq-section .dropdwon_area .drop_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ddd;
  }
  .faq-section .dropdwon_area .drop_mb.style1 {
    border-top: none;
  }
  .faq-section .dropdwon_area .drop_mb .product_row {
    padding: 10px;
  }
  .faq-section .dropdwon_area .drop_mb .product_row a img {
    width: 60px;
    height: 60px;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .price {
    text-align: end;
    margin-top: -10px;
    color: #ff4c3b !important;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .title {
    color: #222 !important;
    font-size: 16px !important;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .dis_mark {
    background-color: #fff25b;
    border-bottom: none !important;
    text-align: center;
    width: 100px;
    margin-left: 10px;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .content {
    color: #777 !important;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .amount {
    text-align: end;
    color: #777 !important;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .s_title {
    border-bottom: none !important;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .s_title.style1 {
    color: #000;
    font-weight: 600;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .detail {
    text-align: end;
    border-bottom: none !important;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .detail.style1 {
    color: #000;
    font-weight: 600;
  }
  .info_area .block .check-out .form-group img {
    padding-left: 0;
  }
  .open_cart .note_area .final_check .form-check {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .faq-section .dropdwon_area .card-header h5 button::before {
    right: 135px !important;
    top: 40px !important;
  }
  .faq-section .dropdwon_area .drop_lg {
    display: none;
  }
  .faq-section .dropdwon_area .drop_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq-section .dropdwon_area .drop_mb .product_row a img {
    margin-left: -20px;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .title {
    padding-left: 0;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .dis_mark {
    margin-left: 0;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .content {
    padding-left: 0;
  }
  .info_area .block .check-out .form-group .location.style1 {
    margin: 12px 3px 12px 12px;
  }
  .info_area .block .check-out .form-group .location.style2 {
    margin: 12px 12px 12px 3px;
  }
}
@media (max-width: 376px) {
  .faq-section .dropdwon_area .card-header h5 button::before {
    right: 110px !important;
    top: 40px !important;
  }
  .faq-section .dropdwon_area .drop_lg {
    display: none;
  }
  .faq-section .dropdwon_area .drop_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq-section .dropdwon_area .drop_mb .product_row a img {
    margin-left: -20px;
  }
}
@media (max-width: 330px) {
  .faq-section .dropdwon_area .drop_lg {
    display: none;
  }
  .faq-section .dropdwon_area .drop_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq-section .dropdwon_area .drop_mb .product_row .p_title {
    width: 220px;
    max-width: 330px;
    padding-right: 0;
  }
}
/**=====================
     Account css start
==========================**/
.open_account .theme-tab .tab-title .current a {
  color: #ff4c3b;
}
.open_account .theme-tab .tab-title .current a.style1 {
  color: #333;
}
.open_account .theme-tab .tab-title a {
  color: #8b8b8b;
  font-size: 20px;
}
.open_account .theme-tab .tab-title a:hover {
  color: #FB9085;
}
.open_account .theme-tab .tab-title li {
  padding: 20px 15px;
  border-bottom: 1px solid #8b8b8b;
  border-left: none;
  border-right: none;
  -webkit-transition: border-bottom 0.1s ease;
  transition: border-bottom 0.1s ease;
}
.open_account .theme-tab .tab-title li:hover {
  border-bottom: 1px solid #FB9085;
}
.open_account .theme-tab .tab-title li.current {
  border-bottom: 4px solid #ff4c3b;
}
.open_account .theme-tab .tab-content-cls .section-b-space {
  padding-top: 20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_title {
  font-size: 18px;
  color: #444;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_title.style1 {
  margin-top: 30px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_title span {
  color: #fff;
  background-color: #f0ad4e;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 14px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .mem_area {
  background-color: #f8f8f8;
  padding: 20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .mem_area p {
  color: #999;
  margin-bottom: 0;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .mem_area p span {
  color: #333;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .mem_area a {
  color: #3493fb;
  cursor: pointer;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .mem_area a:hover {
  text-decoration: underline;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_content {
  color: #999;
  margin-bottom: 0;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_content a {
  color: #3493fb;
  cursor: pointer;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_content a:hover {
  text-decoration: underline;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .progress_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .progress_w p {
  margin-bottom: 5px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .progress_w p.style1 {
  text-align: end;
}
.open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .progress_m {
  color: #999;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .checkout-title {
  border: none;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out.style1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group.style1 {
  margin-left: -20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .field-label {
  -ms-flex-item-align: center;
      align-self: center;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group input {
  width: 70%;
  margin-left: 20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .input-group {
  width: 72%;
  padding-right: 0;
  margin-left: 8px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .input-group.style1 {
  width: 75%;
  margin-left: 0;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .input-group input {
  width: 70%;
  margin-left: 10px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .input-group .dropdown-toggle {
  padding: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .d-grid {
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  margin-top: -15px;
  margin-left: 20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .d-grid button {
  background-color: #ff998f;
  border: none;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group select {
  width: 70%;
  border-radius: 0;
  margin-left: 20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .date_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .date_row select {
  width: 28%;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .password {
  color: #3493fb;
  padding-left: 0;
  cursor: pointer;
  margin-left: 20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .password:hover {
  text-decoration: underline;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .profile_img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding-left: 0;
  margin-left: 20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .profile_name {
  margin-bottom: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .sub-label {
  margin-bottom: 0;
  -ms-flex-item-align: center;
      align-self: center;
  color: #9b9b9b;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .subscribe {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12px;
  padding: 6px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .subscribe.style1 {
  color: #0299FF;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .subscribe.style2 {
  color: #0299FF;
  margin-left: -20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .subscribe img {
  margin-top: 0;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .title {
  color: #333;
  font-weight: 600;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .middle_d {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .middle_d .divider {
  width: 0; /* 设置宽度为0 */
  height: 180px; /* 设置高度 */
  border-left: 1px solid #666; /* 设置左边框为垂直线 */
  margin: 0 10px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .container {
  padding: 0;
  margin-top: 150px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .container .save_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .container .save_btn button {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 3px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .info_area .container .save_btn button.style1 {
  background-color: #ff4c3b;
  color: #fff;
  border: 1px solid #ff4c3b;
}
.open_account .theme-tab .tab-content-cls .section-b-space .tab02_t .t_title {
  font-size: 18px;
  color: #444;
}
.open_account .theme-tab .tab-content-cls .section-b-space .tab02_t .t_title img {
  width: 18px;
  height: 18px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .current_a {
  background-color: #f8f8f8;
  padding: 20px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .current_a img {
  width: 80px;
  height: 50px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .current_a .title {
  margin-bottom: 10px;
  font-size: 14px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .current_a .amount {
  font-size: 30px;
  margin-bottom: 5px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .amount_table thead tr th {
  font-size: 15px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .amount_table tbody tr td {
  font-weight: 400;
  font-size: 16px;
}
.open_account .theme-tab .tab-content-cls .section-b-space .amount_table tbody tr td.style1 {
  color: #5cbb5c;
  font-weight: 600;
}
.open_account .theme-tab .tab-content-cls .section-b-space .amount_mb {
  display: none;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs {
  width: 100%;
  margin: 20px auto;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .tab-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  margin-top: 80px;
  margin-left: 25px;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .tab-headers .tab-link {
  color: #666;
  padding: 10px 20px;
  margin-right: 5px;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .tab-headers .tab-link::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .tab-headers .tab-link:last-child::after {
  display: none;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .tab-headers .tab-link:hover {
  color: #333;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .tab-headers .tab-link.active {
  font-weight: 500;
  color: #333;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content {
  display: none;
  padding: 20px;
  border-top: none;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content:active {
  display: block;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content .voucher_area .voucher_box {
  min-width: 320px;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content .voucher_area .voucher_box .code_row {
  position: absolute;
  bottom: 0px;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content .voucher_area .voucher_box .code_row .the_code {
  color: #a8a8a8;
  font-weight: 500;
  font-size: 17px;
  margin-left: 25px;
  margin-bottom: 15px;
}
.open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content .voucher_area .voucher_box .code_row .get_btn {
  width: 100px;
  bottom: 10px;
  font-size: 14px;
}
.open_account .theme-tab .tab-content-cls .order_table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
}
.open_account .theme-tab .tab-content-cls .order_table table {
  width: 100%;
  border-collapse: collapse;
}
.open_account .theme-tab .tab-content-cls .order_table table thead {
  background-color: #f8f8f8;
}
.open_account .theme-tab .tab-content-cls .order_table table thead th {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}
.open_account .theme-tab .tab-content-cls .order_table table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.open_account .theme-tab .tab-content-cls .order_table table tbody tr td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}
.open_account .theme-tab .tab-content-cls .order_table table tbody tr .view_button {
  padding: 5px 10px;
  background-color: #666;
  color: white;
  border: none;
  cursor: pointer;
}
.open_account .theme-tab .tab-content-cls .order_table table tbody tr .view_button:hover {
  background-color: #A2A2A2;
}

@media (max-width: 1367px) {
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .d-grid {
    margin-right: -20px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .date_row select {
    margin-right: -8px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_mb {
    display: none;
  }
}
@media (max-width: 991px) {
  .open_account .theme-tab .tab-title a {
    font-size: 18px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .progress_w p.style1 {
    width: 120px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_title.style1 {
    margin-top: 25px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .date_row select {
    margin-right: -2px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_table thead tr th {
    font-size: 14px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_table tbody tr td {
    font-size: 15px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_mb {
    display: none;
  }
  .open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content .voucher_area .voucher_box {
    min-width: 310px;
  }
}
@media (max-width: 767px) {
  .open_account .theme-tab .tab-title a {
    font-size: 16px;
  }
  .open_account .theme-tab .tab-title li {
    padding: 10px 5px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .progress_w p.style1 {
    width: 120px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_title.style1 {
    margin-top: 25px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .progress_m {
    margin-bottom: 40px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .input-group .dropdown-toggle {
    font-size: 13px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .date_row select {
    margin-right: -5px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .container {
    margin-top: 30px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_table {
    display: none;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_mb {
    display: grid;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_mb .main {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_mb .amount {
    font-size: 16px;
    font-weight: 500;
    color: #5cbb5c;
    text-align: end;
    margin-bottom: 5px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_mb .sub {
    font-size: 16px;
    color: #aeaeae;
    margin-bottom: 5px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_mb .content {
    text-align: end;
    color: #777;
    margin-bottom: 5px;
  }
  .open_account .theme-tab .tab-content-cls .inpage_tabs .tab-headers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
  .open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content .voucher_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content .voucher_area .box_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .open_account .theme-tab .tab-content-cls .inpage_tabs .intab-content .voucher_area .box_row .voucher_box {
    min-width: 310px;
  }
  .open_account .theme-tab .tab-content-cls .order_table table tbody tr .view_button {
    font-size: 12px;
    width: 40px;
    padding: 5px;
  }
}
@media (max-width: 430px) {
  .open_account .theme-tab .tab-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .open_account .theme-tab .tab-title li {
    width: 100px;
    margin: 0 10px;
    padding: 3px;
  }
  .open_account .theme-tab .tab-title li a {
    font-size: 14px;
  }
  .open_account .theme-tab .tab-title li.current {
    border-bottom: 2px solid #ff4c3b;
    font-weight: 600;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_title {
    font-size: 16px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .checkout-page-t .t_content a {
    display: block;
    margin-left: 0 !important;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group {
    margin-bottom: 5px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group.style1 {
    margin-left: -12px;
    margin-top: 20px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .title {
    margin-bottom: 5px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group input {
    width: 100%;
    margin-left: 12px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .input-group {
    width: 100%;
    margin-left: 12px;
    padding-left: 0;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .input-group input {
    width: 0%;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .d-grid {
    width: 100%;
    margin-left: 12px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group select {
    width: 100%;
    margin-left: 12px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .password {
    margin-left: 12px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .subscribe {
    padding: 3px;
    margin-left: -10px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .form-group .subscribe.style2 {
    margin-left: -10px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .block .check-out .middle_d {
    display: none;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .tab02_t .t_title {
    font-size: 16px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_mb .main {
    font-size: 14px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .amount_mb .sub {
    font-size: 14px;
  }
  .open_account .theme-tab .tab-content-cls .order_table {
    margin: 0;
  }
  .open_account .theme-tab .tab-content-cls .order_table table {
    display: block;
  }
  .open_account .theme-tab .tab-content-cls .order_table table thead {
    display: block;
  }
  .open_account .theme-tab .tab-content-cls .order_table table thead tr {
    display: none;
  }
  .open_account .theme-tab .tab-content-cls .order_table table thead tr th {
    display: block;
  }
  .open_account .theme-tab .tab-content-cls .order_table table tbody {
    display: block;
  }
  .open_account .theme-tab .tab-content-cls .order_table table tbody tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  .open_account .theme-tab .tab-content-cls .order_table table tbody tr td {
    display: block;
    padding: 5px;
    text-align: center;
    position: relative;
    font-size: 14px; /* 調整字體大小 */
  }
  .open_account .theme-tab .tab-content-cls .order_table table tbody tr td::before {
    ontent: attr(data-label);
    position: absolute;
    left: 10px;
    width: calc(50% - 20px);
    text-align: left;
    font-weight: bold;
  }
  .open_account .theme-tab .tab-content-cls .order_table table tbody tr td:last-child {
    text-align: center;
  }
}
@media (max-width: 330px) {
  .open_account .theme-tab .tab-title li {
    margin: 0px 2px;
  }
  .open_account .theme-tab .tab-content-cls .section-b-space .info_area .container .save_btn button {
    padding: 5px;
  }
}

/* Spinner CSS */
.spinner {
    width: 40px;
    height: 40px;
    border: 8px solid rgba(255, 255, 255, 0.6);
    border-left-color: #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.backdrop {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
}
