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

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

/* Override common CSS - Image width 100px and height auto */
.wps-rma-form__wrapper table.wps-rma-product__table td.product-name img,
.wps-rma-form__wrapper .wps-rma-product__table td.product-name img,
.wps-rma-form__wrapper .wps-rma-product-image {
  width: 100px !important;
  height: auto !important;
  max-width: 100px !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 4px !important;
}

/* Product title truncation - single line with ellipsis */
.wps-rma-form__wrapper .wps-rma__product-title a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.wps-rma-form__wrapper .wps-rma__product-title {
  overflow: hidden;
}

/* Hide product quantity display next to title */
.wps-rma-form__wrapper .wps-rma__product-title strong.product-quantity {
  display: none;
}

/* Product meta details styling */
.wps-rma-form__wrapper .wps-rma-product-meta-details {
  margin: 8px 0;
  font-size: 13px;
  line-height: 1.6;
}

.wps-rma-form__wrapper .wps-rma-meta-item {
  display: block;
  margin-right: 0;
  margin-bottom: 6px;
}

.wps-rma-form__wrapper .wps-rma-meta-item:last-child {
  margin-bottom: 0;
}

.wps-rma-form__wrapper .wps-rma-meta-label {
  font-weight: 500;
  color: #555;
  margin-right: 4px;
}

.wps-rma-form__wrapper .wps-rma-meta-value {
  color: #333;
}

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

/* Checkbox styling for product selection */
.wps-rma-product__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] {
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #c7c7c7;
  position: relative;
  cursor: pointer;
}

/* Checkbox checked state styling */
.wps-rma-product__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::before {
  content: "✔";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #00a0ef;
  font-size: 14px;
}

/* Checkbox checked border styling */
.wps-rma-product__table input[type=checkbox]:checked {
  border-color: #00a0ef;
}

#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){
  /* Mobile responsive table layout */
  .wps-rma-form__wrapper .wps-rma-product__table-wrapper {
    overflow-x: visible !important;
    padding: 0 10px !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table {
    display: block !important;
    width: 100% !important;
    min-width: auto !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table thead {
    display: none !important;
  }
  
  /* Hide table headers completely on mobile */
  .wps-rma-form__wrapper .wps-rma-product__table thead th {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody,
  .wps-rma-form__wrapper .wps-rma-product__table tbody tr {
    display: block !important;
    width: 100% !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody tr {
    border: 1px solid #ccc !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
    border-radius: 8px !important;
    background: #fff !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody td {
    display: block !important;
    width: 100% !important;
    border: none !important;
    padding: 8px 0 !important;
    text-align: left !important;
  }
  
  /* Checkbox - inline with image on first row */
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-check {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    z-index: 2 !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-check input[type="checkbox"] {
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle !important;
  }
  
  /* Product name cell - checkbox + image on first line, details below */
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-name {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    padding-left: 40px !important;
    margin-top: 0 !important;
  }
  
  /* Product wrap - flex container for checkbox + image row, then details */
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-name .wps-rma-product__wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  
  /* Image - inline with checkbox on first line */
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-name .wps-rma-product__wrap img,
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-name .wps-rma-product__wrap .attachment-thumbnail {
    display: block !important;
    width: 100px !important;
    height: auto !important;
    max-width: 100px !important;
    max-height: none !important;
    object-fit: contain !important;
    margin: 0 !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
    order: 1 !important;
  }
  
  /* Product title/details - full width below on second line */
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-name .wps_rma_product_title {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    display: block !important;
    order: 2 !important;
    flex-basis: 100% !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-name .wps_rma_product_title a {
    display: block !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-name .wps_rma_product_title strong.product-quantity {
    display: none !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-name .wps_rma_product_title p {
    margin: 5px 0 0 0 !important;
    font-size: 14px !important;
  }
  
  /* Meta details mobile styling */
  .wps-rma-form__wrapper .wps-rma-product-meta-details {
    margin: 8px 0 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-meta-item {
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 6px !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-meta-label {
    font-weight: 500 !important;
    color: #555 !important;
    margin-right: 4px !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-meta-value {
    color: #333 !important;
  }
  
  /* Quantity field */
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-quantity {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-quantity input {
    width: 100% !important;
    max-width: 150px !important;
  }
  
  /* Hide common CSS ::after labels on mobile */
  .wps-rma-form__wrapper .wps-rma-product__table tbody td:nth-of-type(3)::after,
  .wps-rma-form__wrapper .wps-rma-product__table tbody td:nth-of-type(4)::after {
    content: '' !important;
    display: none !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-quantity::before {
    content: 'Quantity: ' !important;
    font-weight: bold !important;
    display: block !important;
    margin-bottom: 5px !important;
    font-size: 14px !important;
  }
  
  /* Total field */
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-total {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 !important;
    font-weight: bold !important;
    font-size: 16px !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-total::before {
    content: 'Total: ' !important;
    font-weight: bold !important;
    display: inline-block !important;
    margin-right: 5px !important;
    font-size: 14px !important;
  }
  
  /* Remove any duplicate ::after labels */
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-quantity::after,
  .wps-rma-form__wrapper .wps-rma-product__table tbody td.product-total::after {
    content: '' !important;
    display: none !important;
  }
  
  /* Total row styling */
  .wps-rma-form__wrapper .wps-rma-product__table tbody tr:last-of-type {
    background: #f9f9f9 !important;
    font-weight: bold !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody tr:last-of-type th,
  .wps-rma-form__wrapper .wps-rma-product__table tbody tr:last-of-type td {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding: 10px 0 !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody tr:last-of-type th {
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }
  
  .wps-rma-form__wrapper .wps-rma-product__table tbody tr:last-of-type th::before {
    content: '' !important;
    display: none !important;
  }
  
  /* Template 1 specific mobile styles */
  #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;
  }
}

.wps-rma-form__wrapper .wps-rma-form__header{
	background: #4b4b4b00;
}

.wps-rma-form__heading{
	background: #ffc7b4;
    border: 1px solid #e95727;
    color: #000000 !important;
    border-radius: 5px;
    font-size: 16px !important;
}

.wps_rma_customer_detail .woocommerce-customer-details address{
	font-style: normal;
}