@charset "UTF-8";
/* Create Color variables here
 * follow this link for Color name
 * https://chir.ag/projects/name-that-color/
 * and use $c prefix.
 * use lowercase for color code and variable name 
 * i.e $c-black: #000000; */
/* Create Typo variables here
 * use $ff prefix for font family
 * use $fs for font size
 i.e $ff-roboto-b: Roboto-bold;
 * $fs-large: 40px; */
/* Placeholders */
/* Mixins */
/* SCSS Functions */
/* Enter Your Global CSS here */
* {
  box-sizing: border-box;
}

*:after, *:before {
  box-sizing: border-box;
}

/* Enter Button Global CSS Here */
/* Header CSS */
/* Footer CSS */
/* Navigation CSS */
/* Sidebar CSS */
/* About page css */
/* Home Page CSS */
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Order Refund Request Form */
*, ::after, ::before {
  box-sizing: border-box;
}

/* Alert/Notice styling */
ul[id$="alert"] {
  background: #fff2f0;
  border: 1px solid rgba(255, 82, 82, 0.24);
  border-radius: 8px;
  list-style: none;
  margin: 0 0 18px;
  padding: 14px 18px;
}

ul[id$="alert"]:empty {
  display: none;
}

ul[id$="alert"] li {
  color: #b42318;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul[id$="alert"] li + li {
  margin-top: 6px;
}

ul[id$="alert"] li::before {
  content: "⚠";
  color: #ff5a3c;
  display: inline-flex;
  flex: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 1px;
}

.wps-rma-form__wrapper textarea, .wps-rma-form__wrapper input[type=text],
.wps-rma-form__wrapper input[type=number],
.wps-rma-form__wrapper input[type=email], .wps-rma-form__wrapper input[type=tel],
.wps-rma-form__wrapper input[type=url], .wps-rma-form__wrapper input[type=password],
.wps-rma-form__wrapper input[type=search], .wps-rma-form__wrapper .input-text {
  background-color: transparent !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  padding: 10px 14px;
}

.wps-rma-form__wrapper input[type=text]:focus,
.wps-rma-form__wrapper input[type=number]:focus,
.wps-rma-form__wrapper input[type=email]:focus,
.wps-rma-form__wrapper input[type=tel]:focus,
.wps-rma-form__wrapper input[type=url]:focus,
.wps_order_msg_sub_container input[type=password]:focus,
.wps-rma-form__wrapper input[type=search]:focus,
.wps-rma-form__wrapper textarea:focus,
.wps-rma-form__wrapper a:focus,
.input-text:focus {
  outline: none !important;
}

.wps-rma-form__wrapper label {
  margin-bottom: 8px;
  display: inline-block !important;
  line-height: 1.2;
}

.wps-rma-form__wrapper h4 {
  font-size: 18px !important;
}

.wps-rma-form__wrapper .wps_rma_flex {
  display: flex;
  flex-wrap: wrap;
}

.wps-rma-form__wrapper select {
  padding: 10px 14px;
}

.wps_rma_refund_form_wrapper input[type=text]:focus,
.wps_rma_refund_form_wrapper input[type=number]:focus,
.wps_rma_refund_form_wrapper input[type=email]:focus,
.wps_rma_refund_form_wrapper input[type=tel]:focus,
.wps_rma_refund_form_wrapper input[type=url]:focus,
.wps_rma_refund_form_wrapper input[type=password]:focus,
.wps_rma_refund_form_wrapper input[type=search]:focus,
.wps_rma_refund_form_wrapper textarea:focus,
.wps_rma_refund_form_wrapper .input-text:focus {
  background-color: transparent;
}

.wps_rma_refund_form_wrapper .wps-rma-subject__dropdown select {
  padding: 5px 105px 5px 5px;
  border-radius: 0;
  width: 100%;
}

.wps_rma_refund_form_wrapper .wps_rma_other_subject input {
  width: 100%;
}

.wps-rma-product__table {
  border-collapse: collapse;
  width: 100%;
  min-width: 665px;
}

.wps-rma-form__wrapper h2.woocommerce-column__title {
  font-weight: 600;
}

.wps_rma_refund_form_wrapper select#wps_rma_return_request_subject:focus-visible {
  outline: none;
}

.wps_rma_refund_form_wrapper select#wps_rma_return_request_subject option {
  box-shadow: none;
}

.wps-rma-product__table-wrapper {
  overflow-x: auto;
  padding: 0 15px;
}

.wps_rma_refund_form_wrapper .wps_rma_product_title {
  padding: 0 15px;
}

.wps_rma_refund_form_wrapper .wps_rma_refund_request__row {
  justify-content: space-between;
}

.wps_rma_refund_form_wrapper .wps_rma__column {
  width: 100%;
}

.wps-rma-form__wrapper .wps-rma-form__header {
  background-color: #333333;
}

.wps-rma-form__wrapper .wps-rma-form__heading {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
  margin-top: 0;
}

.wps-rma-form__wrapper .wps-rma-form__notice {
  border: 1px solid transparent;
  border-radius: 14px;
  box-shadow: none !important;
  box-sizing: border-box;
  display: none;
  line-height: 1.5;
  list-style: none;
  margin: 18px 0 24px;
  padding: 14px 18px !important;
  width: 100%;
}

.wps-rma-form__wrapper .wps-rma-form__notice::before {
  content: none !important;
  display: none !important;
}

.wps-rma-form__wrapper .wps-rma-form__notice li {
  align-items: flex-start !important;
  display: flex !important;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.5;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wps-rma-form__wrapper .wps-rma-form__notice li + li {
  margin-top: 8px;
}

.wps-rma-form__wrapper .wps-rma-form__notice li::before {
  align-items: center;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex !important;
  flex: 0 0 22px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  line-height: 1;
  margin-top: 1px;
  width: 22px;
}

.wps-rma-form__wrapper .wps-rma-form__notice.woocommerce-error {
  background: #fff3f1 !important;
  border-color: #f2c2bc !important;
  color: #8f2d22 !important;
}

.wps-rma-form__wrapper .wps-rma-form__notice.woocommerce-error li {
  color: #8f2d22 !important;
}

.wps-rma-form__wrapper .wps-rma-form__notice.woocommerce-error li::before {
  background: #e77467;
  content: "!";
}

.wps-rma-form__wrapper .wps-rma-form__notice.woocommerce-message {
  background: #edf9f0 !important;
  border-color: #b8debf !important;
  color: #1f6b33 !important;
}

.wps-rma-form__wrapper .wps-rma-form__notice.woocommerce-message li {
  color: #1f6b33 !important;
}

.wps-rma-form__wrapper .wps-rma-form__notice.woocommerce-message li::before {
  background: #31a24c;
  content: "\2713";
}

.wps-rma-form__wrapper td,
.wps-rma-form__wrapper th {
  border: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

.wps-rma-form__wrapper th {
  color: #333333;
}

.wps-rma-form__wrapper .wps-rma-product__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wps-rma-form__wrapper .wps-rma__product-title {
  margin-left: 20px;
  text-align: left;
}

.wps-rma-product__table tbody td {
  background-color: #ffffff;
}

table.wps-rma-product__table:not(.has-background) tbody td {
  background-color: #ffffff;
}

table.wps-rma-product__table:not(.has-background) tbody tr:nth-child(2n) td, table.wps-rma-product__table:not(.has-background) fieldset, table.wps-rma-product__table:not(.has-background) fieldset legend {
  background-color: #ffffff;
}

.wps-rma-form__wrapper .wps-rma-row__pd {
  padding: 0 15px;
}

.wps-rma-form__wrapper .wps-rma-col {
  width: 100%;
}

.wps-rma-form__wrapper .wps-rma-col.wps_rma_flex {
  justify-content: flex-start;
}

.wps-rma-form__wrapper .wps_rma_other_subject {
  margin: 25px 0;
}

.wps_rma_attach_files {
  margin-top: 10px;
}

.wps-rma-subject__dropdown {
  margin-top: 25px;
}

.wps-rma-form__wrapper textarea {
  width: 100%;
}

.wps-rma-form__wrapper .product-quantity input {
  height: 48px;
  margin: 0 auto;
  width: 197px;
}

.wps-rma-form__wrapper th:last-child,
.wps-rma-form__wrapper td:last-child {
  padding-right: 15px;
}

.wps-rma-form__wrapper td.product-total {
  text-align: center;
}

.wps_rma_return_request_morefiles {
  margin-top: 20px;
}
.wps_rma_return_notification > img {
  left: 48%;
  position: absolute;
  top: 45%;
  width: 5%;
}

.wps_rma_return_notification, .wps_rma_exchange_notification {
  display: none;
  color: green;
}

.wps_rma_return_notification > img, .wps_rma_exchange_notification > img {
  left: 48%;
  position: absolute;
  top: 45%;
  width: 5%;
}

.wps_rma_return_notification, .wps_rma_exchange_notification {
  background-color: #000000;
  bottom: 0;
  height: 100%;
  opacity: 0.5;
  padding: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 99999;
}

.wps_rma_return_notification_checkbox::after {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wps_rma_return_notification_checkbox img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
}

.wps_rma_return_notification_checkbox {
  display: none;
}

.return, .view_msg {
  margin-top: 4px;
}

.wps_rma_refund_request__row {
  padding: 0 15px;
}

.wps_rma_customer_detail {
  padding: 30px 15px;
  overflow: hidden;
}

.wps_field_mendatory {
  color: red;
}

/* Layout enhancement of RMA start */
.wps_rma_outer_wrap_info {
  margin: 20px 0 0;
}

.wps_rma_outer_wrap_info ul.wps_rma_ul_wrap_info li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wps_rma_outer_wrap_info .wps_rma_ul_wrap_info {
  margin: 0;
  padding: 20px 20px 0 !important;
  display: flex;
  align-items: center;
  background: #eee;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  border: 1px solid #4b4b4b;
  border-bottom: none;
  width: 100%;
}

.wps_rma_ul_wrap_info .wps_rma_li_wrap_info h2 {
  font-size: 18px;
  font-weight: 400;
  padding: 6px 20px;
  background: transparent;
  border-radius: 10px 10px 0 0;
  margin: 0;
  transition: all 0.3s;
}

.wps_rma_ul_wrap_info .wps_rma_li_wrap_info.active h2 {
  background: #fff;
}

.wps_rma_refund_info_wrap,
.wps_rma_exchange_info_wrap {
  padding: 20px 15px;
  border: 1px solid #4b4b4b;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.wps_rma_refund_info_wrap,
.wps_rma_exchange_info_wrap {
  display: none;
  opacity: 0;
  transition: opacity 0.6s;
}

.wps_rma_refund_info_wrap.active-tab,
.wps_rma_exchange_info_wrap.active-tab {
  display: block;
  opacity: 1;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap h2 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.25;
}

/* Table start */
.wps_rma_outer_wrap_info input.btn {
  margin-right: 10px;
  min-height: 30px;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table {
  width: 100%;
  margin: 0 0 20px;
}

.wps_rma_outer_wrap_info div.wps_rma_ret_ex_info_wrap table,
.wps_rma_outer_wrap_info div.wps_rma_ret_ex_info_wrap table * {
  background: transparent;
  border: none;
  padding: 0;
  border-collapse: collapse;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table thead th,
.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table tbody th {
  padding: 8px;
  background: #eee;
  text-align: left;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table thead th:nth-of-type(1) {
  border-radius: 8px 0 0 0;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table thead th:last-of-type {
  border-radius: 0 8px 0 0;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table tbody td {
  border-bottom: 1px solid #4b4b4b;
  padding: 8px;
  text-align: left;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table tbody tr:last-of-type th:nth-of-type(1) {
  border-radius: 0 0 0 8px;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table tbody tr:last-of-type th:last-of-type {
  border-radius: 0 0 8px 0;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table tbody tr:nth-of-type(1) th:nth-of-type(1) {
  border-radius: 0;
}

.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table tbody tr:nth-of-type(1) th:last-of-type {
  border-radius: 0;
}

/* Table start */
.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap form,
.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap form p,
.wps-rma-form__wrapper form,
.wps-rma-form__wrapper form p {
  display: inline-block;
  margin: 0;
}

/* Form start */
.wps-rma-form__wrapper .wps-rma-form__header {
  background: #4b4b4b;
}

.wps-rma-form__wrapper {
  border: none;
  padding: 10px;
}

.wps-rma-form__wrapper input.btn {
  padding: 8px 16px;
  min-height: 30px;
  margin-bottom: 20px;
}

.wps-rma-form__wrapper .wps_rma_product_table_wrapper,
.wps-rma-form__wrapper .wps_wrma_product_table_wrapper,
.wps-rma-form__wrapper .wps_rma_customer_detail,
.wps-rma-form__wrapper .wps_rma_product_from_submit,
.wps-rma-form__wrapper .wps-rma-refund-request__row,
.wps-rma-form__wrapper .wps-rma-form__row {
  padding: 0;
}

.wps-rma-form__wrapper .wps_rma_customer_detail .woocommerce-columns {
  display: flex;
  gap: 20px;
}

.wps-rma-form__wrapper .wps_rma_customer_detail .woocommerce-column {
  border: 1px solid #4b4b4b;
  border-radius: 8px;
  padding: 20px 32px;
  margin: 0 !important;
  flex: 1;
  max-width: 100%;
}
/* Form end */
/* Special for Avada start */
.theme-Avada .wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap h2 {
  font-size: 24px !important;
  border-bottom: none !important;
}

.theme-Avada .wps_rma_ul_wrap_info .wps_rma_li_wrap_info h2 {
  font-size: 18px !important;
  border-bottom: none !important;
}

.theme-Avada .wps-rma-form__wrapper .wps-rma-form__heading {
  font-size: 24px !important;
}

/* Special for Avada end */
/* Special for 2023 theme start */
.wps-rma-form__wrapper .wps_rma_customer_detail .woocommerce-column h2 {
  margin: 0 0 10px;
}

.wps-rma-form__wrapper .wps_wrma_exchanged_products_wrapper table {
  width: 100%;
}

/* Special for 2023 theme end */
/* Layout enhancement of RMA end */
/* multiple theme issue */
.button[name=wps_rma_new_return_request], .button.wps_rma_view_order, input.btn.button[name=ced_new_return_request], .button.wps_rma_cancel_order, .woocommerce-orders-table__cell-order-actions .exchange, .woocommerce-orders-table__cell-order-actions .return, .woocommerce-orders-table__cell-order-actions .view_msg {
  margin-top: 5px !important;
  float: unset !important;
}

.theme-betheme .woocommerce-orders-table__cell-order-actions .button.wps_rma_cancel_order, .theme-betheme .woocommerce-orders-table__cell-order-actions .exchange, .theme-betheme .woocommerce-orders-table__cell-order-actions .return, .theme-betheme .woocommerce-orders-table__cell-order-actions .view_msg {
  margin-left: 5px !important;
}

.theme-astra .woocommerce-orders-table__cell-order-actions .button.wps_rma_cancel_order, .theme-astra .woocommerce-orders-table__cell-order-actions .exchange, .theme-astra .woocommerce-orders-table__cell-order-actions .return, .theme-astra .woocommerce-orders-table__cell-order-actions .view_msg {
  margin-left: 5px !important;
}

.theme-astra .woocommerce-orders-table__cell-order-actions .button.wps_rma_cancel_order, .theme-astra .woocommerce-orders-table__cell-order-actions .exchange, .theme-astra .woocommerce-orders-table__cell-order-actions .return, .theme-astra .woocommerce-orders-table__cell-order-actions .view_msg {
  margin-left: 5px !important;
}

.theme-Divi .woocommerce-orders-table__cell-order-actions .exchange, .theme-Divi .woocommerce-orders-table__cell-order-actions .return, .theme-Divi .woocommerce-orders-table__cell-order-actions .view_msg {
  margin-left: 5px !important;
}

#wps_rma_template1.wps_rma_template1 {
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
}

#wps_rma_template1.wps_rma_template1 h1.wps-rma-form__heading {
  color: #000;
  font-weight: bold;
  padding: 0;
  line-height: 1.25;
  font-size: 32px;
  margin: 0 0 20px;
  text-align: left;
}

#wps_rma_template1.wps_rma_template1 .wps-rma-form__header {
  background: transparent;
}

#wps_rma_template1.wps_rma_template1 .wps_rma_customer_detail h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}

#wps_rma_template1.wps_rma_template1 table tbody tr:nth-of-type(even) {
  background: #f9f9f9;
}

#wps_rma_template1.wps_rma_template1 table th,
#wps_rma_template1.wps_rma_template1 table td {
  border: none;
  text-align: left;
  vertical-align: top;
  padding: 10px;
  background: transparent;
}

#wps_rma_template1.wps_rma_template1 table th {
  background: transparent;
  border: 1px solid #e2e2e2;
  border-left: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

#wps_rma_template1.wps_rma_template1 table th:last-of-type {
  border-right: none;
}

#wps_rma_template1.wps_rma_template1 table tbody tr:last-of-type th,
#wps_rma_template1.wps_rma_template1 table tbody tr:last-of-type td {
  border: none;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background: transparent;
}

#wps_rma_template1.wps_rma_template1 table tbody tr:last-of-type {
  background: transparent;
}

#wps_rma_template1.wps_rma_template1 table input[type=checkbox] {
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #c7c7c7;
  position: relative;
  cursor: pointer;
}

#wps_rma_template1.wps_rma_template1 table input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #00a0ef;
  font-size: 14px;
}

#wps_rma_template1.wps_rma_template1 table input[type=checkbox]:checked {
  border-color: #00a0ef;
}

#wps_rma_template1.wps_rma_template1 table .product-quantity input[type=number],
#wps_rma_template1.wps_rma_template1 table .wps_rma_exchange_to_product_qty {
  border-radius: 6px;
  max-width: 80px;
}

#wps_rma_template1.wps_rma_template1 table .product-name img {
  border-radius: 6px;
}

#wps_rma_template1.wps_rma_template1 table input[type=checkbox]:focus {
  outline: none;
}

#wps_rma_template1.wps_rma_template1 table td.product-total {
  font-weight: bold;
  color: #000;
}

#wps_rma_template1.wps_rma_template1 table th.product-check {
  font-size: 0;
  width: 40px;
  min-width: 40px;
}

#wps_rma_template1.wps_rma_template1 .wps-rma-row__pd,
#wps_rma_template1.wps_rma_template1 .wps-rma-refund-request__row {
  gap: 40px;
}

#wps_rma_template1.wps_rma_template1 select {
  border-radius: 6px;
  width: 100%;
}

#wps_rma_template1.wps_rma_template1 label {
  font-weight: bold;
  line-height: 1.25;
  color: #000;
}

#wps_rma_template1.wps_rma_template1 textarea, #wps_rma_template1.wps_rma_template1 input[type=text] {
  border-radius: 6px;
  color: #000;
  line-height: 1.25;
  max-height: 140px;
}

#wps_rma_template1.wps_rma_template1 table {
  background: transparent;
}

#wps_rma_template1.wps_rma_template1 .button {
  border-radius: 6px;
  width: auto !important;
  padding: 10px 20px;
}

#wps_rma_template1.wps_rma_template1 .wps-rma-col:last-of-type {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  color: #000;
  border: 1px solid #c7c7c7;
  margin: 15px 0;
}

#wps_rma_template1.wps_rma_template1 table.wps_wrma_exchanged_products th:last-of-type {
  text-align: center;
}

#wps_rma_template1.wps_rma_template1 table td.wps_wrma_exchnaged_product_remove {
  text-align: center;
}

#wps_rma_template1 #wps_rma_notification_div > label {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0 0;
}

#wps_rma_template1 #wps_rma_notification_div > label input[type=tel] {
  border-radius: 6px;
  width: 100%;
}

#wps_rma_template1 #wps_rma_return_request_form, #wps_rma_template1 #wps_rma_exchnage_request_form {
  width: 100%;
}
.wps_rma_return_rules, .wps_rma_exchange_rules {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.wps_rma_return_rules > h2, .wps_rma_exchange_rules > h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

@media only screen and (min-width: 600px){
  .wps-rma-refund-request__row {
    display: flex;
    flex-wrap: nowrap;
  }
  .wps-rma-form__wrapper .wps-rma-col:nth-child(2) {
    padding-left: 30px;
    width: 60%;
  }
  .wps_rma_refund_form_wrapper .wps_rma__column-right {
    margin-left: 40px;
    max-width: calc(40% - 40px);
    justify-content: flex-end;
  }
  .wps-rma-form__wrapper .wps-rma-col:nth-child(2) p {
    max-width: 220px;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px){
  .wps-rma-form__wrapper .wps_rma_customer_detail .woocommerce-columns {
    flex-direction: column;
  }
  .wps-rma-form__wrapper .wps_rma_customer_detail .woocommerce-column {
    padding: 20px 10px;
  }
  .wps_rma_outer_wrap_info input.btn {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 580px){
  #wps_rma_template1.wps_rma_template1 table th.product-check {
    font-size: 16px;
    width: auto;
  }
  #wps_rma_template1.wps_rma_template1 table th {
    border: none;
    border-bottom: 1px solid #c7c7c7;
  }
  #wps_rma_template1.wps_rma_template1 table tbody tr:last-of-type td {
    border: none;
  }
  #wps_rma_template1.wps_rma_template1 table td.product-quantity,
  #wps_rma_template1.wps_rma_template1 table td.product-total {
    text-align: right;
  }
  #wps_rma_template1.wps_rma_template1 .wps_wrma_exchanged_products tbody td {
    text-align: right;
  }
  #wps_rma_template1.wps_rma_template1 .wps_wrma_exchanged_products .wps-rma-product__wrap {
    border: none;
  }
  #wps_rma_template1.wps_rma_template1 .wps_wrma_exchanged_products a.remove:before {
    display: none;
  }
  #wps_rma_template1.wps_rma_template1 table.wps_wrma_exchanged_products th:last-of-type {
    text-align: left;
  }
  #wps_rma_template1.wps_rma_template1 table tr.wps_wrma_cancel_column td .wps_wrma_product_title p {
    display: flex;
    justify-content: space-between;
  }
  #wps_rma_template1.wps_rma_template1 table tr.wps_wrma_cancel_column td .wps_wrma_product_title {
    width: 100%;
  }
  #wps_rma_template1.wps_rma_template1 table tr.wps_wrma_cancel_column td .wps_wrma_product_title p b {
    flex: 1;
  }
}

/* Aurora Luxe template */
#wps_rma_template2.wps_rma_template2 {
  background: linear-gradient(180deg, #fffdf7 0%, #fff7e8 100%);
  border: 1px solid #efdcb0;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(58, 37, 6, 0.08);
  color: #24190a;
  margin: 0 0 28px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

#wps_rma_template2.wps_rma_template2::before {
  background:
    radial-gradient(circle at top right, rgba(255, 167, 38, 0.22), transparent 38%),
    radial-gradient(circle at top left, rgba(255, 238, 199, 0.95), transparent 42%);
  content: "";
  inset: 0 0 auto;
  height: 180px;
  pointer-events: none;
  position: absolute;
}

#wps_rma_template2.wps_rma_template2 > * {
  position: relative;
  z-index: 1;
}

#wps_rma_template2.wps_rma_template2 .wps-rma-form__header {
  background: transparent;
  border-bottom: 1px solid #ecd6a5;
  margin: 0 0 24px;
  padding: 0 0 18px;
  text-align: left;
}

#wps_rma_template2.wps_rma_template2 h1.wps-rma-form__heading {
  color: #18120b;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  text-align: left;
}

#wps_rma_template2.wps_rma_template2 .woocommerce-column__title,
#wps_rma_template2.wps_rma_template2 .wps_rma_customer_detail h2,
#wps_rma_template2.wps_rma_template2 .wps-wrma_customer_detail h2,
#wps_rma_template2.wps_rma_template2 .wps_rma_return_rules > h2,
#wps_rma_template2.wps_rma_template2 .wps_rma_exchange_rules > h2 {
  color: #18120b;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

#wps_rma_template2.wps_rma_template2 .wps-rma-product__table-wrapper,
#wps_rma_template2.wps_rma_template2 .wps_rma_exchange_form_wrapper,
#wps_rma_template2.wps_rma_template2 .ship_show,
#wps_rma_template2.wps_rma_template2 .ship_show_info,
#wps_rma_template2.wps_rma_template2 .wps_rma_subject_dropdown,
#wps_rma_template2.wps_rma_template2 .wps_rma_other_subject,
#wps_rma_template2.wps_rma_template2 .wps_rma_reason_description,
#wps_rma_template2.wps_rma_template2 #bank_details,
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchange_note,
#wps_rma_template2.wps_rma_template2 .wps_rma_section,
#wps_rma_template2.wps_rma_template2 .wps_wrma_refund_method_div,
#wps_rma_template2.wps_rma_template2 .wps-rma-col:last-of-type,
#wps_rma_template2.wps_rma_template2 .wps-wrma-col:last-of-type,
#wps_rma_template2.wps_rma_template2 .woocommerce-column,
#wps_rma_template2.wps_rma_template2 .wps_rma_return_rules,
#wps_rma_template2.wps_rma_template2 .wps_rma_exchange_rules {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #efdfbc;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(47, 31, 5, 0.05);
}

#wps_rma_template2.wps_rma_template2 .ship_show,
#wps_rma_template2.wps_rma_template2 .ship_show_info,
#wps_rma_template2.wps_rma_template2 .wps_rma_subject_dropdown,
#wps_rma_template2.wps_rma_template2 .wps_rma_other_subject,
#wps_rma_template2.wps_rma_template2 .wps_rma_reason_description,
#wps_rma_template2.wps_rma_template2 #bank_details,
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchange_note,
#wps_rma_template2.wps_rma_template2 .wps_rma_section,
#wps_rma_template2.wps_rma_template2 .wps_wrma_refund_method_div,
#wps_rma_template2.wps_rma_template2 .wps_rma_return_rules,
#wps_rma_template2.wps_rma_template2 .wps_rma_exchange_rules {
  margin-top: 20px;
  padding: 22px;
}

#wps_rma_template2.wps_rma_template2 .woocommerce-columns,
#wps_rma_template2.wps_rma_template2 .wps-rma-refund-request__row,
#wps_rma_template2.wps_rma_template2 .wps-rma-row__pd {
  gap: 24px;
}

#wps_rma_template2.wps_rma_template2 .woocommerce-column,
#wps_rma_template2.wps_rma_template2 .wps-rma-col:last-of-type,
#wps_rma_template2.wps_rma_template2 .wps-wrma-col:last-of-type {
  margin-top: 24px;
  padding: 24px;
}

#wps_rma_template2.wps_rma_template2 .wps-rma-product__table,
#wps_rma_template2.wps_rma_template2 .wps_wrma_product_table,
#wps_rma_template2.wps_rma_template2 .order_details,
#wps_rma_template2.wps_rma_template2 .ship_show table {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

#wps_rma_template2.wps_rma_template2 .wps-rma-product__table thead th,
#wps_rma_template2.wps_rma_template2 .wps_wrma_product_table thead th,
#wps_rma_template2.wps_rma_template2 .order_details thead th,
#wps_rma_template2.wps_rma_template2 .ship_show table th,
#wps_rma_template2.wps_rma_template2 .order_details th {
  background: #fff1cf;
  border: 0;
  border-bottom: 1px solid #ebd4a2;
  color: #18120b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 18px 16px;
  text-align: left;
}

#wps_rma_template2.wps_rma_template2 .wps-rma-product__table td,
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table th,
#wps_rma_template2.wps_rma_template2 .wps_wrma_product_table td,
#wps_rma_template2.wps_rma_template2 .wps_wrma_product_table th,
#wps_rma_template2.wps_rma_template2 .order_details td,
#wps_rma_template2.wps_rma_template2 .order_details th,
#wps_rma_template2.wps_rma_template2 .ship_show table td,
#wps_rma_template2.wps_rma_template2 .ship_show table th {
  border-left: 0;
  border-right: 0;
  padding: 18px 16px;
  vertical-align: top;
}

#wps_rma_template2.wps_rma_template2 .wps-rma-product__table tbody tr,
#wps_rma_template2.wps_rma_template2 .wps_wrma_product_table tbody tr,
#wps_rma_template2.wps_rma_template2 .order_details tbody tr,
#wps_rma_template2.wps_rma_template2 .ship_show table tbody tr {
  background: rgba(255, 255, 255, 0.86);
  border-top: 1px solid #ff9800;
}

#wps_rma_template2.wps_rma_template2 .wps-rma-product__table tbody tr:nth-of-type(even),
#wps_rma_template2.wps_rma_template2 .wps_wrma_product_table tbody tr:nth-of-type(even),
#wps_rma_template2.wps_rma_template2 .order_details tbody tr:nth-of-type(even),
#wps_rma_template2.wps_rma_template2 .ship_show table tbody tr:nth-of-type(even) {
  background: #fffaf0;
}

#wps_rma_template2.wps_rma_template2 .wps-rma-product__wrap {
  align-items: center;
  display: flex;
  gap: 16px;
}

#wps_rma_template2.wps_rma_template2 .wps-rma-product__wrap img,
#wps_rma_template2.wps_rma_template2 .wps-rma__prod-img,
#wps_rma_template2.wps_rma_template2 .product-name img,
#wps_rma_template2.wps_rma_template2 .product-select img {
  background: #fff;
  border: 1px solid #edd8ab;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  object-fit: contain;
  padding: 8px;
}

#wps_rma_template2.wps_rma_template2 .wps_rma_product_title a,
#wps_rma_template2.wps_rma_template2 .wps_wrma_product_title a,
#wps_rma_template2.wps_rma_template2 .wps-rma__product-title a {
  color: #18120b;
  font-weight: 700;
  text-decoration: none;
}

#wps_rma_template2.wps_rma_template2 .wps_rma_product_title p,
#wps_rma_template2.wps_rma_template2 .wps_wrma_product_title p,
#wps_rma_template2.wps_rma_template2 .wps-rma__product-title p,
#wps_rma_template2.wps_rma_template2 .tax_label {
  color: #6e5b36;
}

#wps_rma_template2.wps_rma_template2 label {
  color: #18120b;
  font-weight: 700;
}

#wps_rma_template2.wps_rma_template2 input[type="text"],
#wps_rma_template2.wps_rma_template2 input[type="number"],
#wps_rma_template2.wps_rma_template2 input[type="tel"],
#wps_rma_template2.wps_rma_template2 input[type="email"],
#wps_rma_template2.wps_rma_template2 input[type="password"],
#wps_rma_template2.wps_rma_template2 select,
#wps_rma_template2.wps_rma_template2 textarea {
  background: #fffefb !important;
  border: 1px solid #e8d2a2 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  color: #24190a !important;
  min-height: 48px;
  padding: 12px 14px !important;
}

#wps_rma_template2.wps_rma_template2 textarea {
  max-height: 180px;
  min-height: 140px;
}

#wps_rma_template2.wps_rma_template2 select {
  width: 100%;
}

#wps_rma_template2.wps_rma_template2 input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #d8bc7b;
  border-radius: 6px;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 20px;
}

#wps_rma_template2.wps_rma_template2 input[type="checkbox"]:checked {
  background: #ff9800;
  border-color: #ff9800;
}

#wps_rma_template2.wps_rma_template2 input[type="checkbox"]:checked::before {
  color: #fff;
  content: "\2714";
  font-size: 13px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#wps_rma_template2.wps_rma_template2 .product-quantity input[type="number"],
#wps_rma_template2.wps_rma_template2 .wps_rma_exchange_to_product_qty {
  max-width: 96px;
  min-width: 96px;
}

#wps_rma_template2.wps_rma_template2 .product-total,
#wps_rma_template2.wps_rma_template2 .wps_rma_total_amount_wrap,
#wps_rma_template2.wps_rma_template2 .wps_wrma_total_amount_wrap {
  color: #18120b;
  font-weight: 800;
}

#wps_rma_template2.wps_rma_template2 .button,
#wps_rma_template2.wps_rma_template2 button,
#wps_rma_template2.wps_rma_template2 input[type="submit"],
#wps_rma_template2.wps_rma_template2 input[type="button"] {
  background: linear-gradient(135deg, #ffb02e 0%, #ff9300 100%) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 24px rgba(255, 147, 0, 0.24);
  color: #18120b !important;
  font-weight: 800;
  min-height: 46px;
  padding: 12px 22px !important;
}

#wps_rma_template2.wps_rma_template2 .button:hover,
#wps_rma_template2.wps_rma_template2 button:hover,
#wps_rma_template2.wps_rma_template2 input[type="submit"]:hover,
#wps_rma_template2.wps_rma_template2 input[type="button"]:hover {
  filter: brightness(0.98);
}

#wps_rma_template2.wps_rma_template2 #wps_rma_notification_div > label {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
}

#wps_rma_template2.wps_rma_template2 .wps_rma_return_notification_checkbox,
#wps_rma_template2.wps_rma_template2 .wps_rma_exchange_notification_checkbox {
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 16px;
}

#wps_rma_template2.wps_rma_template2 #wps_rma_return_request_form,
#wps_rma_template2.wps_rma_template2 #wps_rma_exchnage_request_form {
  width: 100%;
}

#wps_rma_template2.wps_rma_template2 ul[id$="alert"] {
  background: #fff2f0;
  border: 1px solid rgba(255, 82, 82, 0.24);
  border-radius: 16px;
  list-style: none;
  margin: 0 0 18px;
  padding: 14px 18px;
}

#wps_rma_template2.wps_rma_template2 ul[id$="alert"]:empty {
  display: none;
}

#wps_rma_template2.wps_rma_template2 ul[id$="alert"] li {
  color: #b42318;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

#wps_rma_template2.wps_rma_template2 ul[id$="alert"] li + li {
  margin-top: 6px;
}

#wps_rma_template2.wps_rma_template2 ul[id$="alert"] li::before {
  content: "!";
  align-items: center;
  background: #ff5a3c;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 18px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  line-height: 1;
  margin-right: 10px;
  margin-top: 2px;
  width: 18px;
}

@media only screen and (max-width: 768px) {
  #wps_rma_template2.wps_rma_template2 {
    border-radius: 22px;
    padding: 18px;
  }

  #wps_rma_template2.wps_rma_template2 h1.wps-rma-form__heading {
    font-size: 28px;
  }

  #wps_rma_template2.wps_rma_template2 .woocommerce-column,
  #wps_rma_template2.wps_rma_template2 .wps-rma-col:last-of-type,
  #wps_rma_template2.wps_rma_template2 .wps-wrma-col:last-of-type,
  #wps_rma_template2.wps_rma_template2 .ship_show,
  #wps_rma_template2.wps_rma_template2 .ship_show_info,
  #wps_rma_template2.wps_rma_template2 .wps_rma_subject_dropdown,
  #wps_rma_template2.wps_rma_template2 .wps_rma_other_subject,
  #wps_rma_template2.wps_rma_template2 .wps_rma_reason_description,
  #wps_rma_template2.wps_rma_template2 #bank_details,
  #wps_rma_template2.wps_rma_template2 .wps_wrma_exchange_note,
  #wps_rma_template2.wps_rma_template2 .wps_rma_section,
  #wps_rma_template2.wps_rma_template2 .wps_wrma_refund_method_div,
  #wps_rma_template2.wps_rma_template2 .wps_rma_return_rules,
  #wps_rma_template2.wps_rma_template2 .wps_rma_exchange_rules {
    padding: 18px;
  }
}

@media only screen and (max-width: 580px) {
  #wps_rma_template2.wps_rma_template2 .wps-rma-product__table thead th,
  #wps_rma_template2.wps_rma_template2 .wps_wrma_product_table thead th,
  #wps_rma_template2.wps_rma_template2 .order_details thead th,
  #wps_rma_template2.wps_rma_template2 .ship_show table th,
  #wps_rma_template2.wps_rma_template2 .order_details th {
    font-size: 13px;
    padding: 14px 12px;
  }

  #wps_rma_template2.wps_rma_template2 .wps-rma-product__table td,
  #wps_rma_template2.wps_rma_template2 .wps-rma-product__table th,
  #wps_rma_template2.wps_rma_template2 .wps_wrma_product_table td,
  #wps_rma_template2.wps_rma_template2 .wps_wrma_product_table th,
  #wps_rma_template2.wps_rma_template2 .order_details td,
  #wps_rma_template2.wps_rma_template2 .order_details th,
  #wps_rma_template2.wps_rma_template2 .ship_show table td,
  #wps_rma_template2.wps_rma_template2 .ship_show table th {
    padding: 14px 12px;
  }

  #wps_rma_template2.wps_rma_template2 .product-quantity input[type="number"],
  #wps_rma_template2.wps_rma_template2 .wps_rma_exchange_to_product_qty {
    max-width: 84px;
    min-width: 84px;
  }
}

/* Order Message Aurora Luxe */
#wps_rma_order_msg_react.wps_rma_template2 {
  background: linear-gradient(180deg, #fffdf7 0%, #fff7e8 100%);
  border: 1px solid #efdcb0;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(58, 37, 6, 0.08);
  display: block;
  margin: 0 auto 28px;
  max-width: 1080px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

#wps_rma_order_msg_react.wps_rma_template2::before {
  background:
    radial-gradient(circle at top right, rgba(255, 167, 38, 0.2), transparent 38%),
    radial-gradient(circle at top left, rgba(255, 238, 199, 0.94), transparent 44%);
  content: "";
  inset: 0 0 auto;
  height: 180px;
  pointer-events: none;
  position: absolute;
}

#wps_rma_order_msg_react.wps_rma_template2 > * {
  position: relative;
  z-index: 1;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_container {
  margin: 0 auto;
  max-width: 100%;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg-back {
  align-items: center;
  background: linear-gradient(135deg, #ffb02e 0%, #ff9300 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 24px rgba(255, 147, 0, 0.24);
  color: #18120b;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 18px;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg_column {
  align-items: center;
  background: #fff1cf;
  border: 1px solid #ebd4a2;
  border-radius: 22px 22px 0 0;
  color: #18120b;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 18px 24px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg_column_name,
#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg_column .shop_man-title {
  color: #18120b;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg_column_name:last-child {
  text-align: right;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_sub_container {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ebdcb6;
  border-radius: 0 0 24px 24px;
  border-top: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  max-height: 540px;
  min-height: 380px;
  padding: 28px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_sub_container:empty::before {
  color: #7a6943;
  content: "No messages yet. Start the conversation here.";
  display: block;
  font-size: 15px;
  margin: auto;
  max-width: 320px;
  text-align: center;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_sub_container .wps-order-msg_row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_sub_container .wps-order-msg_row_customer {
  align-items: flex-end;
  text-align: right;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_main_container {
  margin: 0;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_sender_details {
  color: #7a6943;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_detail_container {
  border: 1px solid #ecdab3;
  border-radius: 22px 22px 22px 8px;
  box-shadow: 0 14px 30px rgba(47, 31, 5, 0.06);
  color: #18120b;
  display: inline-block;
  line-height: 1.65;
  max-width: 72%;
  padding: 16px 18px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg_row_shopmanager .wps_order_msg_detail_container {
  background: #fffaf0;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg_row_customer .wps_order_msg_detail_container {
  background: linear-gradient(135deg, #ffb02e 0%, #ff9800 100%);
  border-color: #ffb02e;
  border-radius: 22px 22px 8px 22px;
  color: #18120b;
  margin-left: auto;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_attach_container {
  gap: 12px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_single_attachment img {
  background: #fff;
  border: 1px solid #ecd8ab;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  max-width: 84px;
  padding: 6px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-rma-order-msg-wrapper {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #efdfbc;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(47, 31, 5, 0.05);
  gap: 14px;
  margin: 20px 0 0;
  padding: 16px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-rma-order-msg-wrapper #wps_order_new_msg {
  background: #fffefb;
  border: 1px solid #e8d2a2;
  border-radius: 16px;
  color: #24190a;
  min-height: 120px;
  padding: 14px 16px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-rma-order-msg-wrapper #wps_order_new_msg::placeholder {
  color: #9b875e;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-rma-order-msg-wrapper .wps-order-msg-attachment-wrapper {
  align-items: center;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_att-wrap,
#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg-btn {
  align-items: center;
  background: #fff7e5;
  border: 1px solid #ebd4a2;
  border-radius: 18px;
  display: inline-flex;
  justify-content: center;
  min-height: 52px;
  min-width: 52px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_att-wrap {
  padding: 0;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg-btn {
  background: linear-gradient(135deg, #ffb02e 0%, #ff9300 100%);
  border: 0;
  box-shadow: 0 14px 24px rgba(255, 147, 0, 0.24);
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_att-wrap svg,
#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg-btn svg {
  width: 24px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_att-wrap svg path,
#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg-btn svg path {
  stroke: #18120b;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg-btn input,
#wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_att-wrap #wps_order_msg_attachment {
  min-height: 52px;
  width: 52px;
}

#wps_rma_order_msg_react.wps_rma_template2 .wps_o_m-label-wrap label,
#wps_rma_order_msg_react.wps_rma_template2 #wps_rma_notification_div .wps_rma_notification_label {
  color: #7a6943;
  font-size: 12px;
  font-weight: 600;
}

#wps_rma_order_msg_react.wps_rma_template2 #wps_rma_notification_div {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #efdfbc;
  border-radius: 22px;
  margin: 18px auto 0;
  max-width: 460px;
  padding: 18px;
}

#wps_rma_order_msg_react.wps_rma_template2 #wps_rma_notification_div label {
  align-items: flex-start;
  color: #18120b;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
}

#wps_rma_order_msg_react.wps_rma_template2 #wps_rma_notification_div label input[type="tel"] {
  background: #fffefb;
  border: 1px solid #e8d2a2;
  border-radius: 14px;
  color: #24190a;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #wps_rma_order_msg_react.wps_rma_template2 {
    border-radius: 22px;
    padding: 18px;
  }

  #wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_sub_container {
    min-height: 320px;
    padding: 20px;
  }

  #wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_detail_container {
    max-width: 86%;
  }
}

@media only screen and (max-width: 580px) {
  #wps_rma_order_msg_react.wps_rma_template2 .wps-order-msg_column {
    gap: 10px;
    padding: 14px 16px;
  }

  #wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_sub_container {
    padding: 18px 16px;
  }

  #wps_rma_order_msg_react.wps_rma_template2 .wps-rma-order-msg-wrapper {
    flex-direction: column;
  }

  #wps_rma_order_msg_react.wps_rma_template2 .wps-rma-order-msg-wrapper .wps-order-msg-attachment-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  #wps_rma_order_msg_react.wps_rma_template2 .wps_order_msg_detail_container {
    max-width: 100%;
  }
}

.woocommerce-orders-table__cell-order-actions .return,
.woocommerce-orders-table__cell-order-actions .view_msg,
.woocommerce-orders-table__cell-order-actions .exchange,
.woocommerce-orders-table__cell-order-actions .button[name="wps_rma_new_return_request"],
.button[name="wps_rma_new_return_request"],
input.btn.button[name="ced_new_return_request"],
.wps_rma_view_order {
  align-items: center !important;
  background: #130b02 !important;
  border: 1px solid #130b02 !important;
  border-radius: 0 !important;
  color: #fffaf3 !important;
  display: inline-flex !important;
  float: none !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  justify-content: center !important;
  letter-spacing: 0.15em !important;
  line-height: 1.1 !important;
  margin: 0.25rem 0.25rem 0.25rem 0 !important;
  min-height: 42px !important;
  padding: 0.8rem 1.1rem !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
}

.woocommerce-orders-table__cell-order-actions .return:hover,
.woocommerce-orders-table__cell-order-actions .view_msg:hover,
.woocommerce-orders-table__cell-order-actions .exchange:hover,
.woocommerce-orders-table__cell-order-actions .button[name="wps_rma_new_return_request"]:hover,
.button[name="wps_rma_new_return_request"]:hover,
input.btn.button[name="ced_new_return_request"]:hover,
.wps_rma_view_order:hover {
  background: #b8882e !important;
  border-color: #b8882e !important;
  color: #130b02 !important;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #22180f;
  margin: 2.8rem auto 4.5rem !important;
  max-width: 1440px;
  padding: 0 5rem !important;
}

.wps_rma_refund_form_wrapper .wps-rma-form__header {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #e4d7c4 !important;
  margin: 0 0 1.6rem !important;
  padding: 0 0 1.1rem !important;
}

.wps_rma_refund_form_wrapper .wps-rma-form__heading {
  color: #130b02 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(2.2rem, 4vw, 4.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.wps_rma_refund_form_wrapper .wps-rma-form__notice {
  border-radius: 0 !important;
  font-family: "Jost", sans-serif !important;
  margin: 0 0 1.25rem !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__table-wrapper {
  background: #fffdf9 !important;
  border: 1px solid #e4d7c4 !important;
  margin: 0 0 1.4rem !important;
  overflow-x: auto !important;
  padding: 0 !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__table {
  border-collapse: collapse !important;
  margin: 0 !important;
  min-width: 760px !important;
  width: 100% !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__table th,
.wps_rma_refund_form_wrapper .wps-rma-product__table td {
  background: #fffdf9 !important;
  border: 0 !important;
  border-bottom: 1px solid #e4d7c4 !important;
  color: #22180f !important;
  font-family: "Jost", sans-serif !important;
  padding: 1.25rem 1.6rem !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__table thead th {
  background: #fbf7ef !important;
  color: #5f5145 !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__table td.product-quantity,
.wps_rma_refund_form_wrapper .wps-rma-product__table td.product-total,
.wps_rma_refund_form_wrapper .wps-rma-product__table th:last-child,
.wps_rma_refund_form_wrapper .wps-rma-product__table td:last-child {
  text-align: right !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__wrap {
  align-items: center !important;
  display: flex !important;
  gap: 1.1rem !important;
  justify-content: flex-start !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__wrap img {
  aspect-ratio: 3 / 4 !important;
  border: 1px solid #e4d7c4 !important;
  flex: 0 0 94px !important;
  height: 126px !important;
  object-fit: cover !important;
  width: 94px !important;
}

.wps_rma_refund_form_wrapper .wps_rma_product_title,
.wps_rma_refund_form_wrapper .wps-rma__product-title {
  margin: 0 !important;
  padding: 0 !important;
}

.wps_rma_refund_form_wrapper .wps_rma_product_title a,
.wps_rma_refund_form_wrapper .wps-rma__product-title a {
  color: #b8882e !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
}

.wps_rma_refund_form_wrapper .product-quantity,
.wps_rma_refund_form_wrapper .wps_rma_product_title p {
  color: #5f5145 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.9rem !important;
}

.wps_rma_refund_form_wrapper .product-total,
.wps_rma_refund_form_wrapper .wps_rma_total_amount_wrap {
  color: #130b02 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.wps_rma_refund_form_wrapper .product-quantity input[type="number"] {
  background: #fff !important;
  border: 1px solid #e4d7c4 !important;
  color: #130b02 !important;
  font-family: "Jost", sans-serif !important;
  height: 48px !important;
  margin: 0 0 0 auto !important;
  max-width: 120px !important;
  padding: 0.7rem 0.8rem !important;
  text-align: center !important;
  width: 120px !important;
}

.wps_rma_refund_form_wrapper .wps-rma-refund-request__row {
  display: grid !important;
  gap: 1.4rem !important;
  grid-template-columns: minmax(0, 1fr) !important;
  margin: 0 0 1.6rem !important;
  padding: 0 !important;
}

.wps_rma_refund_form_wrapper .wps-rma-col {
  display: grid !important;
  gap: 1rem !important;
  width: 100% !important;
}

.wps_rma_refund_form_wrapper #bank_details,
.wps_rma_refund_form_wrapper .wps_rma_subject_dropdown,
.wps_rma_refund_form_wrapper .wps_rma_other_subject,
.wps_rma_refund_form_wrapper .wps_rma_reason_description,
.wps_rma_refund_form_wrapper .wps_rma_attach_files,
.wps_rma_refund_form_wrapper .wps-rma-col.wps_rma_flex {
  background: #fffdf9 !important;
  border: 1px solid #e4d7c4 !important;
  margin: 0 !important;
  padding: 1.25rem 1.4rem !important;
}

.wps_rma_refund_form_wrapper label,
.wps_rma_refund_form_wrapper .wps_rma_subject_dropdown label,
.wps_rma_refund_form_wrapper .wps_rma_reason_description label {
  color: #5a4738 !important;
  display: inline-flex !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.35 !important;
  margin: 0 0 0.75rem !important;
  text-transform: uppercase !important;
}

.wps_rma_refund_form_wrapper .wps_field_mendatory {
  color: #7b1f24 !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 700 !important;
  margin-left: 0.25rem !important;
}

.wps_rma_refund_form_wrapper select,
.wps_rma_refund_form_wrapper textarea,
.wps_rma_refund_form_wrapper input[type="text"],
.wps_rma_refund_form_wrapper input[type="number"],
.wps_rma_refund_form_wrapper input[type="file"] {
  background: #fff !important;
  border: 1px solid #e4d7c4 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #22180f !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  min-height: 52px !important;
  padding: 0.85rem 1rem !important;
  width: 100% !important;
}

.wps_rma_refund_form_wrapper textarea {
  min-height: 150px !important;
  resize: vertical !important;
}

.wps_rma_refund_form_wrapper select:focus,
.wps_rma_refund_form_wrapper textarea:focus,
.wps_rma_refund_form_wrapper input:focus {
  border-color: #b8882e !important;
  outline: 1px solid rgba(184, 136, 46, 0.35) !important;
  outline-offset: 0 !important;
}

.wps_rma_refund_form_wrapper form,
.wps_rma_refund_form_wrapper form p {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
}

.wps_rma_refund_form_wrapper #wps_rma_return_request_form {
  background: #fffdf9 !important;
  border: 1px solid #e4d7c4 !important;
  display: grid !important;
  gap: 1rem !important;
  padding: 1.25rem 1.4rem !important;
}

.wps_rma_refund_form_wrapper #wps_rma_return_request_form > div:last-child {
  align-items: center !important;
  display: flex !important;
  gap: 1rem !important;
  justify-content: flex-end !important;
}

.wps_rma_refund_form_wrapper .wps_rma_return_request_morefiles,
.wps_rma_refund_form_wrapper .button,
.wps_rma_refund_form_wrapper input[type="submit"].button {
  background: #130b02 !important;
  border: 1px solid #130b02 !important;
  border-radius: 0 !important;
  color: #fffaf3 !important;
  cursor: pointer !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.1 !important;
  min-height: 52px !important;
  padding: 0.95rem 1.6rem !important;
  text-align: center !important;
  text-transform: uppercase !important;
  width: auto !important;
}

.wps_rma_refund_form_wrapper .wps_rma_return_request_morefiles {
  background: transparent !important;
  color: #130b02 !important;
  margin-top: 0.75rem !important;
}

.wps_rma_refund_form_wrapper .wps_rma_return_request_morefiles:hover,
.wps_rma_refund_form_wrapper .button:hover,
.wps_rma_refund_form_wrapper input[type="submit"].button:hover {
  background: #b8882e !important;
  border-color: #b8882e !important;
  color: #130b02 !important;
}

.wps_rma_refund_form_wrapper .wps_rma_attach_files i {
  color: #74665b !important;
  display: block !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.82rem !important;
  font-style: normal !important;
  line-height: 1.6 !important;
  margin-top: 0.8rem !important;
}

.wps_rma_refund_form_wrapper .add_field_input_div {
  align-items: center !important;
  display: flex !important;
  gap: 0.75rem !important;
  margin-top: 0.75rem !important;
}

.wps_rma_refund_form_wrapper .wps_rma_delete_field {
  align-items: center !important;
  border: 1px solid #e4d7c4 !important;
  color: #7b1f24 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  flex: 0 0 42px !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 700 !important;
  height: 42px !important;
  justify-content: center !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail {
  margin-top: 1.8rem !important;
  overflow: visible !important;
  padding: 0 !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-customer-details,
.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns {
  display: grid !important;
  gap: 1.25rem !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column {
  background: #fffdf9 !important;
  border: 1px solid #e4d7c4 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 1.4rem !important;
  width: 100% !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column__title {
  color: #130b02 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 0 1rem !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail address {
  border: 1px solid #efe4d3 !important;
  color: #5f5145 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.95rem !important;
  font-style: normal !important;
  line-height: 1.8 !important;
  padding: 1rem !important;
}

.wps_rma_refund_form_wrapper .wps_rma_return_notification img {
  height: 48px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 48px !important;
}

.woocommerce .wps_rma_refund_form_wrapper + .woocommerce-info,
.woocommerce .wps_rma_refund_form_wrapper ~ .woocommerce-info {
  max-width: 1440px;
}

.wps-rma-blocked-notice {
  background: #fffdf9 !important;
  border: 1px solid #e4d7c4 !important;
  color: #22180f !important;
  margin: 2.8rem auto 4.5rem !important;
  max-width: 760px !important;
  padding: 2rem !important;
  text-align: center !important;
}

.wps-rma-blocked-notice h1 {
  color: #130b02 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 2.4rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin: 0 0 0.8rem !important;
}

.wps-rma-blocked-notice p {
  color: #5f5145 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  margin: 0 0 1.4rem !important;
}

.wps-rma-blocked-notice .button {
  background: #130b02 !important;
  border: 1px solid #130b02 !important;
  border-radius: 0 !important;
  color: #fffaf3 !important;
  display: inline-flex !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  justify-content: center !important;
  letter-spacing: 0.16em !important;
  min-height: 48px !important;
  padding: 0.95rem 1.6rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

@media only screen and (max-width: 1100px) {
  .wps_rma_refund_form_wrapper.wps-rma-form__wrapper {
    padding: 0 2rem !important;
  }
}

@media only screen and (max-width: 760px) {
  .wps_rma_refund_form_wrapper.wps-rma-form__wrapper {
    margin: 1.8rem auto 3rem !important;
    padding: 0 1rem !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table {
    min-width: 680px !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table th,
  .wps_rma_refund_form_wrapper .wps-rma-product__table td {
    padding: 1rem !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-customer-details,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns {
    grid-template-columns: 1fr !important;
  }

  .wps_rma_refund_form_wrapper #wps_rma_return_request_form > div:last-child {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .wps_rma_refund_form_wrapper .button,
  .wps_rma_refund_form_wrapper input[type="submit"].button {
    width: 100% !important;
  }
}

.woocommerce-breadcrumb {
  background: #fffdf9 !important;
  border: 1px solid #e4d7c4 !important;
  color: #5f5145 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  line-height: 1.4 !important;
  margin: 1.4rem auto 0 !important;
  max-width: 1180px !important;
  padding: 0.85rem 1.1rem !important;
  text-transform: uppercase !important;
  width: calc(100% - 2.5rem) !important;
}

.woocommerce-breadcrumb a {
  color: #b8882e !important;
  text-decoration: none !important;
}

.account-page .woocommerce-orders-table__cell-order-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  min-width: 260px !important;
}

.account-page .woocommerce-orders-table__cell-order-actions .button,
.account-page .woocommerce-orders-table__cell-order-actions a.button,
.account-page .woocommerce-orders-table__cell-order-actions button.button,
.account-page .woocommerce-orders-table__cell-order-actions input.button {
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  justify-content: center !important;
  letter-spacing: 0.14em !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 36px !important;
  padding: 0.64rem 0.9rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.account-page .woocommerce-orders-table__cell-order-actions .view {
  background: #fffdf9 !important;
  border-color: #d9c9b3 !important;
  color: #130b02 !important;
}

.account-page .woocommerce .woocommerce-orders-table__cell-order-actions a.button.view,
.account-page .woocommerce .woocommerce-orders-table__cell-order-actions button.button.view,
.account-page .woocommerce .woocommerce-orders-table__cell-order-actions input.button.view {
  color: #130b02 !important;
}

.account-page .woocommerce-orders-table__cell-order-actions .view_msg {
  background: #34465a !important;
  border-color: #34465a !important;
  color: #fffaf3 !important;
}

.account-page .woocommerce-orders-table__cell-order-actions .return,
.account-page .woocommerce-orders-table__cell-order-actions .exchange {
  background: #7b1f24 !important;
  border-color: #7b1f24 !important;
  color: #fffaf3 !important;
}

.account-page .woocommerce-orders-table__cell-order-actions .pay {
  background: #130b02 !important;
  border-color: #130b02 !important;
  color: #fffaf3 !important;
}

.account-page .woocommerce-orders-table__cell-order-actions .cancel {
  background: #fffdf9 !important;
  border-color: #7b1f24 !important;
  color: #7b1f24 !important;
}

.account-page .woocommerce-orders-table__cell-order-actions .button:hover,
.account-page .woocommerce-orders-table__cell-order-actions a.button:hover,
.account-page .woocommerce-orders-table__cell-order-actions button.button:hover,
.account-page .woocommerce-orders-table__cell-order-actions input.button:hover {
  background: #b8882e !important;
  border-color: #b8882e !important;
  color: #130b02 !important;
}

.account-page .woocommerce-orders-table th,
.account-page .woocommerce-orders-table td {
  padding: 0.9rem 1rem !important;
}

.woocommerce-view-order .wps_rma_view_order,
.woocommerce-view-order input.btn.button[name="ced_new_return_request"],
.woocommerce-view-order input.btn.button[name="wps_rma_new_return_request"] {
  align-items: center !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  font-size: 0.68rem !important;
  justify-content: center !important;
  letter-spacing: 0.14em !important;
  margin: 0.3rem 0.45rem 0.3rem 0 !important;
  min-height: 36px !important;
  padding: 0.66rem 0.95rem !important;
  white-space: nowrap !important;
}

.woocommerce-view-order .wps_rma_view_order {
  background: #34465a !important;
  border-color: #34465a !important;
}

.woocommerce-view-order input.btn.button[name="ced_new_return_request"],
.woocommerce-view-order input.btn.button[name="wps_rma_new_return_request"] {
  background: #7b1f24 !important;
  border-color: #7b1f24 !important;
}

.wps_rma_refund_form_wrapper.wps-rma-form__wrapper {
  margin: 2rem auto 3.25rem !important;
  max-width: 1180px !important;
  padding: 0 1.25rem !important;
}

.wps_rma_refund_form_wrapper .wps-rma-form__header {
  margin-bottom: 1rem !important;
  padding-bottom: 0.9rem !important;
}

.wps_rma_refund_form_wrapper .wps-rma-form__heading {
  font-size: clamp(2.35rem, 4vw, 3.6rem) !important;
  line-height: 1.02 !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__table-wrapper,
.wps_rma_refund_form_wrapper #bank_details,
.wps_rma_refund_form_wrapper .wps_rma_subject_dropdown,
.wps_rma_refund_form_wrapper .wps_rma_other_subject,
.wps_rma_refund_form_wrapper .wps_rma_reason_description,
.wps_rma_refund_form_wrapper #wps_rma_return_request_form {
  margin-bottom: 1rem !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__table {
  min-width: 720px !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__table th,
.wps_rma_refund_form_wrapper .wps-rma-product__table td {
  padding: 0.95rem 1.15rem !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__wrap {
  gap: 0.9rem !important;
}

.wps_rma_refund_form_wrapper .wps-rma-product__wrap img {
  flex-basis: 76px !important;
  height: 98px !important;
  width: 76px !important;
}

.wps_rma_refund_form_wrapper .wps_rma_product_title a,
.wps_rma_refund_form_wrapper .wps-rma__product-title a {
  font-size: 1.22rem !important;
}

.wps_rma_refund_form_wrapper .product-quantity input[type="number"] {
  height: 42px !important;
  max-width: 92px !important;
  min-height: 42px !important;
  width: 92px !important;
}

.wps_rma_refund_form_wrapper #bank_details,
.wps_rma_refund_form_wrapper .wps_rma_subject_dropdown,
.wps_rma_refund_form_wrapper .wps_rma_other_subject,
.wps_rma_refund_form_wrapper .wps_rma_reason_description,
.wps_rma_refund_form_wrapper .wps_rma_attach_files,
.wps_rma_refund_form_wrapper .wps-rma-col.wps_rma_flex,
.wps_rma_refund_form_wrapper #wps_rma_return_request_form {
  padding: 1rem 1.1rem !important;
}

.wps_rma_refund_form_wrapper select,
.wps_rma_refund_form_wrapper textarea,
.wps_rma_refund_form_wrapper input[type="text"],
.wps_rma_refund_form_wrapper input[type="number"],
.wps_rma_refund_form_wrapper input[type="file"] {
  font-size: 0.9rem !important;
  min-height: 46px !important;
  padding: 0.72rem 0.85rem !important;
}

.wps_rma_refund_form_wrapper textarea,
.wps_rma_refund_form_wrapper textarea[style] {
  height: 116px !important;
  min-height: 116px !important;
}

.wps_rma_refund_form_wrapper #wps_rma_bank_details {
  height: 108px !important;
  min-height: 108px !important;
}

.wps_rma_refund_form_wrapper .wps_rma_return_request_morefiles,
.wps_rma_refund_form_wrapper .button,
.wps_rma_refund_form_wrapper input[type="submit"].button {
  font-size: 0.68rem !important;
  min-height: 42px !important;
  padding: 0.72rem 1.2rem !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail {
  margin: 1.25rem 0 0 !important;
  width: 100% !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-customer-details {
  display: block !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns,
.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns--addresses,
.wps_rma_refund_form_wrapper .wps_rma_customer_detail .col2-set {
  clear: both !important;
  display: grid !important;
  gap: 1rem !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
  width: 100% !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column,
.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column--billing-address,
.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column--shipping-address {
  float: none !important;
  min-width: 0 !important;
  padding: 1rem !important;
  width: 100% !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column__title {
  font-size: 1.35rem !important;
  margin-bottom: 0.75rem !important;
}

.wps_rma_refund_form_wrapper .wps_rma_customer_detail address {
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
  overflow-wrap: anywhere !important;
  padding: 0.85rem !important;
  white-space: normal !important;
  word-break: normal !important;
}

.anaisha-rma-support-page {
  color: #22180f;
  font-family: "Jost", sans-serif;
  margin: 2rem auto 3.5rem;
  max-width: 1120px;
  padding: 0 1.25rem;
}

.anaisha-rma-support-header {
  align-items: center;
  background: #fffdf9;
  border: 1px solid #e4d7c4;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
}

.anaisha-rma-support-eyebrow {
  color: #b8882e;
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.anaisha-rma-support-header h1 {
  color: #130b02;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.anaisha-rma-support-back {
  align-items: center;
  background: #130b02;
  border: 1px solid #130b02;
  color: #fffaf3 !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.68rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 38px;
  padding: 0.72rem 1rem;
  text-decoration: none !important;
  text-transform: uppercase;
}

.anaisha-rma-support-back:hover {
  background: #b8882e;
  border-color: #b8882e;
  color: #130b02 !important;
}

.anaisha-rma-support-card {
  background: #fffdf9;
  border: 1px solid #e4d7c4;
  padding: 1rem;
}

.anaisha-rma-support-card #wps_rma_order_msg_react {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_container {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg-back {
  display: none !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg_column {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #e4d7c4 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  color: #5f5145 !important;
  display: grid !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  grid-template-columns: 1fr 1fr !important;
  letter-spacing: 0.12em !important;
  padding: 0.85rem 1rem !important;
  text-transform: uppercase !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg_column_name,
.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg_column .shop_man-title {
  color: #5f5145 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg_column_name:last-child {
  text-align: right !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_sub_container {
  background: #fff !important;
  border: 1px solid #e4d7c4 !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  margin: 0 !important;
  max-height: 360px !important;
  min-height: 240px !important;
  overflow: auto !important;
  padding: 1rem !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_sub_container:empty::before {
  color: #74665b;
  content: "No support messages yet.";
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
  margin: auto;
  text-align: center;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_sub_container .wps-order-msg_row {
  margin: 0 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_main_container {
  margin: 0 0 0.35rem !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_sender_details {
  color: #74665b !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  gap: 0.15rem !important;
  letter-spacing: 0.04em !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_date {
  font-size: 0.68rem !important;
  font-weight: 400 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_detail_container {
  border: 1px solid #e4d7c4 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.92rem !important;
  line-height: 1.65 !important;
  max-width: min(74%, 680px) !important;
  padding: 0.75rem 0.85rem !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg_row_shopmanager .wps_order_msg_detail_container {
  background: #fbf7ef !important;
  color: #22180f !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg_row_customer {
  text-align: right !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg_row_customer .wps_order_msg_detail_container {
  background: #34465a !important;
  border-color: #34465a !important;
  color: #fffaf3 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-rma-order-msg-wrapper {
  align-items: stretch !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 0.65rem !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  margin: 0.85rem 0 0 !important;
  padding: 0 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-rma-order-msg-wrapper #wps_order_new_msg {
  background: #fff !important;
  border: 1px solid #e4d7c4 !important;
  border-radius: 0 !important;
  color: #22180f !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.92rem !important;
  height: 48px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  max-height: 96px !important;
  min-height: 48px !important;
  padding: 0.72rem 0.85rem !important;
  resize: vertical !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-rma-order-msg-wrapper .wps-order-msg-attachment-wrapper {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 0.55rem !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_att-wrap,
.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg-btn {
  align-items: center !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  flex: 0 0 48px !important;
  height: 48px !important;
  justify-content: center !important;
  min-width: 48px !important;
  padding: 0 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_att-wrap {
  background: #fff !important;
  border: 1px solid #e4d7c4 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg-btn {
  background: #130b02 !important;
  border: 1px solid #130b02 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_att-wrap svg,
.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg-btn svg {
  height: 22px !important;
  width: 22px !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps-order-msg-btn svg path {
  stroke: #fffaf3 !important;
}

.anaisha-rma-support-card #wps_rma_order_msg_react .wps_o_m-label-wrap label,
.anaisha-rma-support-card #wps_rma_order_msg_react #wps_rma_notification_div label {
  color: #5f5145 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.06em !important;
}

@media only screen and (max-width: 980px) {
  .account-page .woocommerce-orders-table__cell-order-actions {
    min-width: 0 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns--addresses,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .col2-set {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 760px) {
  .woocommerce-breadcrumb {
    margin-top: 1rem !important;
    width: calc(100% - 2rem) !important;
  }

  .account-page .woocommerce-orders-table__cell-order-actions {
    gap: 0.45rem !important;
  }

  .account-page .woocommerce-orders-table__cell-order-actions .button,
  .account-page .woocommerce-orders-table__cell-order-actions a.button,
  .account-page .woocommerce-orders-table__cell-order-actions button.button,
  .account-page .woocommerce-orders-table__cell-order-actions input.button {
    min-height: 34px !important;
    padding: 0.6rem 0.75rem !important;
  }

  .wps_rma_refund_form_wrapper.wps-rma-form__wrapper {
    margin: 1.4rem auto 2.5rem !important;
    padding: 0 1rem !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table {
    min-width: 620px !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__wrap img {
    flex-basis: 64px !important;
    height: 86px !important;
    width: 64px !important;
  }

  .anaisha-rma-support-page {
    margin: 1.4rem auto 2.5rem;
    padding: 0 1rem;
  }

  .anaisha-rma-support-header {
    align-items: stretch;
    flex-direction: column;
  }

  .anaisha-rma-support-back {
    width: 100%;
  }

  .anaisha-rma-support-card {
    padding: 0.8rem;
  }

  .anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_sub_container {
    max-height: 340px !important;
    min-height: 220px !important;
    padding: 0.85rem !important;
  }

  .anaisha-rma-support-card #wps_rma_order_msg_react .wps_order_msg_detail_container {
    max-width: 92% !important;
  }

  .anaisha-rma-support-card #wps_rma_order_msg_react .wps-rma-order-msg-wrapper {
    grid-template-columns: 1fr !important;
  }

  .anaisha-rma-support-card #wps_rma_order_msg_react .wps-rma-order-msg-wrapper .wps-order-msg-attachment-wrapper {
    justify-content: flex-end !important;
  }
}

@media only screen and (max-width: 760px) {
  .wps_rma_refund_form_wrapper.wps-rma-form__wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem auto 2rem !important;
    padding: 0 0.85rem !important;
    overflow: hidden !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-form__heading {
    font-size: clamp(2rem, 12vw, 2.8rem) !important;
    line-height: 0.95 !important;
    margin: 0 0 1rem !important;
    padding-bottom: 1rem !important;
    overflow-wrap: anywhere !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table-wrapper {
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table,
  .wps_rma_refund_form_wrapper .wps-rma-product__table thead,
  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody,
  .wps_rma_refund_form_wrapper .wps-rma-product__table tfoot,
  .wps_rma_refund_form_wrapper .wps-rma-product__table tr,
  .wps_rma_refund_form_wrapper .wps-rma-product__table th,
  .wps_rma_refund_form_wrapper .wps-rma-product__table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table {
    border: 0 !important;
    min-width: 0 !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table thead {
    display: none !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody tr {
    margin: 0 0 0.9rem !important;
    padding: 1rem !important;
    border: 1px solid #e5d8c4 !important;
    background: #fffdf9 !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody tr:last-child {
    margin-bottom: 0 !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table th,
  .wps_rma_refund_form_wrapper .wps-rma-product__table td {
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__wrap {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 0.85rem !important;
    align-items: start !important;
    justify-content: start !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__wrap img {
    width: 72px !important;
    height: 96px !important;
    flex: 0 0 72px !important;
    object-fit: cover !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_product_title,
  .wps_rma_refund_form_wrapper .wps-rma__product-title {
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_product_title a,
  .wps_rma_refund_form_wrapper .wps-rma__product-title a {
    display: inline !important;
    font-size: 1.1rem !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_product_title p,
  .wps_rma_refund_form_wrapper .wps-rma__product-title p {
    margin: 0.35rem 0 0 !important;
    font-size: 0.95rem !important;
    line-height: 1.35 !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table td.product-quantity,
  .wps_rma_refund_form_wrapper .wps-rma-product__table td.product-total {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.75rem !important;
    align-items: center !important;
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(184, 136, 46, 0.18) !important;
    text-align: right !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table td.product-quantity:before {
    content: "Quantity";
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table td.product-total:before {
    content: "Total";
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table td.product-quantity:before,
  .wps_rma_refund_form_wrapper .wps-rma-product__table td.product-total:before {
    color: #5e5146;
    font-family: Jost, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
  }

  .wps_rma_refund_form_wrapper .product-quantity input[type="number"] {
    width: 92px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 0.75rem !important;
    text-align: center !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_total_amount_wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.75rem !important;
    align-items: center !important;
    padding: 1rem !important;
    font-size: 1rem !important;
  }

  .wps_rma_refund_form_wrapper #bank_details,
  .wps_rma_refund_form_wrapper .wps_rma_subject_dropdown,
  .wps_rma_refund_form_wrapper .wps_rma_other_subject,
  .wps_rma_refund_form_wrapper .wps_rma_reason_description,
  .wps_rma_refund_form_wrapper .wps_rma_attach_files,
  .wps_rma_refund_form_wrapper #wps_rma_return_request_form {
    margin-top: 0.9rem !important;
    padding: 1rem !important;
  }

  .wps_rma_refund_form_wrapper label,
  .wps_rma_refund_form_wrapper .wps_rma_subject_dropdown label,
  .wps_rma_refund_form_wrapper .wps_rma_reason_description label {
    margin-bottom: 0.55rem !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.16em !important;
  }

  .wps_rma_refund_form_wrapper select,
  .wps_rma_refund_form_wrapper textarea,
  .wps_rma_refund_form_wrapper input[type="text"],
  .wps_rma_refund_form_wrapper input[type="number"],
  .wps_rma_refund_form_wrapper input[type="file"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 0.98rem !important;
  }

  .wps_rma_refund_form_wrapper textarea,
  .wps_rma_refund_form_wrapper textarea[style] {
    min-height: 112px !important;
    height: 112px !important;
  }

  .wps_rma_refund_form_wrapper .add_field_input_div {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
    align-items: stretch !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_return_request_morefiles,
  .wps_rma_refund_form_wrapper .button,
  .wps_rma_refund_form_wrapper input[type="submit"].button {
    width: 100% !important;
    min-height: 46px !important;
    padding: 0.85rem 1rem !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail {
    margin-top: 1rem !important;
    padding: 0 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-customer-details {
    padding: 1rem !important;
    border: 1px solid #e5d8c4 !important;
    background: #fffdf9 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns--addresses,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .col2-set {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
    min-width: 0 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column--billing-address,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column--shipping-address {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 1rem !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column__title {
    font-size: 1.45rem !important;
    line-height: 1.05 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail address {
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere !important;
  }
}

@media only screen and (max-width: 760px) {
  body.default-content-page .woocommerce-breadcrumb {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    width: calc(100% - 1.5rem) !important;
    max-width: none !important;
    margin: 1rem auto 0 !important;
    padding: 0.85rem 1rem !important;
    position: relative !important;
    z-index: 2 !important;
    background: #fffdf9 !important;
    border: 1px solid #e5d8c4 !important;
    color: #5e5146 !important;
    font-family: Jost, sans-serif !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
  }

  body.default-content-page .woocommerce-breadcrumb a {
    color: #b8882e !important;
    text-decoration: none !important;
  }

  .wps_rma_refund_form_wrapper.wps-rma-form__wrapper {
    margin-top: 3.5rem !important;
    padding: 0 0.75rem !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-form__header {
    margin: 0 0 0.85rem !important;
    padding: 0 !important;
    border-bottom: 1px solid #e5d8c4 !important;
    overflow: visible !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-form__heading {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 0.9rem !important;
    font-size: clamp(2rem, 13vw, 2.65rem) !important;
    line-height: 0.9 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table-wrapper {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table,
  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody,
  .wps_rma_refund_form_wrapper .wps-rma-product__table tr,
  .wps_rma_refund_form_wrapper .wps-rma-product__table th,
  .wps_rma_refund_form_wrapper .wps-rma-product__table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border: 0 !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table thead {
    display: none !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.8rem !important;
    margin: 0 0 0.85rem !important;
    padding: 0.95rem !important;
    border: 1px solid #e5d8c4 !important;
    background: #fffdf9 !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column td {
    padding: 0 !important;
    background: transparent !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__wrap {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 0.85rem !important;
    align-items: start !important;
    text-align: left !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__wrap img {
    width: 82px !important;
    height: 106px !important;
    max-width: 82px !important;
    object-fit: cover !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_product_title,
  .wps_rma_refund_form_wrapper .wps-rma__product-title {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_product_title a,
  .wps_rma_refund_form_wrapper .wps-rma__product-title a {
    display: inline !important;
    font-size: 1.08rem !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_product_title strong.product-quantity,
  .wps_rma_refund_form_wrapper .wps-rma__product-title strong.product-quantity {
    display: inline !important;
    width: auto !important;
    margin: 0 0 0 0.2rem !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 0.95rem !important;
    line-height: 1 !important;
    text-align: left !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_product_title p,
  .wps_rma_refund_form_wrapper .wps-rma__product-title p {
    margin: 0.45rem 0 0 !important;
    font-size: 0.95rem !important;
    line-height: 1.3 !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-quantity,
  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-total {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.75rem !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0.8rem 0 0 !important;
    border-top: 1px solid rgba(184, 136, 46, 0.22) !important;
    color: #1a1208 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-align: right !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-quantity:before {
    content: "Quantity";
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-total:before {
    content: "Total";
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-quantity:before,
  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-total:before {
    color: #5e5146;
    font-family: Jost, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-quantity input[type="number"] {
    width: 100px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 0.75rem !important;
    border: 1px solid #e5d8c4 !important;
    text-align: center !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody tr:not(.wps_rma_return_column) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.75rem !important;
    align-items: center !important;
    margin: 0 0 0.9rem !important;
    padding: 0.95rem !important;
    border: 1px solid #e5d8c4 !important;
    background: #fffdf9 !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody tr:not(.wps_rma_return_column) th,
  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody tr:not(.wps_rma_return_column) td {
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody tr:not(.wps_rma_return_column) th {
    color: #1a1208 !important;
    font-family: Jost, sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody tr:not(.wps_rma_return_column) td {
    color: #1a1208 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  .wps_rma_refund_form_wrapper #bank_details,
  .wps_rma_refund_form_wrapper .wps_rma_subject_dropdown,
  .wps_rma_refund_form_wrapper .wps_rma_other_subject,
  .wps_rma_refund_form_wrapper .wps_rma_reason_description,
  .wps_rma_refund_form_wrapper .wps_rma_attach_files,
  .wps_rma_refund_form_wrapper #wps_rma_return_request_form {
    margin-top: 0.8rem !important;
    padding: 0.95rem !important;
    border: 1px solid #e5d8c4 !important;
    background: #fffdf9 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail {
    margin-top: 1rem !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-customer-details,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-columns--addresses,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .col2-set {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column--billing-address,
  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column--shipping-address {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0.95rem !important;
    border: 1px solid #e5d8c4 !important;
    background: #fffdf9 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail .woocommerce-column__title {
    margin: 0 0 0.7rem !important;
    font-size: 1.65rem !important;
    line-height: 1 !important;
  }

  .wps_rma_refund_form_wrapper .wps_rma_customer_detail address {
    min-height: 0 !important;
    padding: 0.85rem !important;
    border: 1px solid #e5d8c4 !important;
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }
}

@media only screen and (max-width: 760px) {
  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-quantity {
    grid-template-columns: minmax(0, 1fr) 92px !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-total {
    display: none !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-quantity:before {
    content: "Quantity" !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tr.wps_rma_return_column > td.product-quantity input[type="number"] {
    width: 92px !important;
  }

  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody tr:not(.wps_rma_return_column) .product-quantity,
  .wps_rma_refund_form_wrapper .wps-rma-product__table tbody tr:not(.wps_rma_return_column) strong.product-quantity {
    display: none !important;
  }
}
