@charset "UTF-8";
*,
:after,
:before {
    box-sizing: border-box;
}
.wps-rma-form__wrapper .input-text,
.wps-rma-form__wrapper input[type="email"],
.wps-rma-form__wrapper input[type="number"],
.wps-rma-form__wrapper input[type="password"],
.wps-rma-form__wrapper input[type="search"],
.wps-rma-form__wrapper input[type="tel"],
.wps-rma-form__wrapper input[type="text"],
.wps-rma-form__wrapper input[type="url"],
.wps-rma-form__wrapper textarea {
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 10px 14px;
}
.input-text:focus,
.wps-rma-form__wrapper a:focus,
.wps-rma-form__wrapper input[type="email"]:focus,
.wps-rma-form__wrapper input[type="number"]:focus,
.wps-rma-form__wrapper input[type="search"]:focus,
.wps-rma-form__wrapper input[type="tel"]:focus,
.wps-rma-form__wrapper input[type="text"]:focus,
.wps-rma-form__wrapper input[type="url"]:focus,
.wps-rma-form__wrapper textarea:focus,
.wps_order_msg_sub_container input[type="password"]:focus {
    outline: none !important;
}
.wps-rma-form__wrapper label {
    display: inline-block !important;
    line-height: 1.2;
    margin-bottom: 8px;
}
.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-text:focus,
.wps_rma_refund_form_wrapper input[type="email"]:focus,
.wps_rma_refund_form_wrapper input[type="number"]:focus,
.wps_rma_refund_form_wrapper input[type="password"]:focus,
.wps_rma_refund_form_wrapper input[type="search"]:focus,
.wps_rma_refund_form_wrapper input[type="tel"]:focus,
.wps_rma_refund_form_wrapper input[type="text"]:focus,
.wps_rma_refund_form_wrapper input[type="url"]:focus,
.wps_rma_refund_form_wrapper textarea:focus {
    background-color: transparent;
}
.wps_rma_refund_form_wrapper .wps-rma-subject__dropdown select {
  appearance: none; /* Remove a seta padrão do navegador */
    -webkit-appearance: none;
    -moz-appearance: none;
    
    width: 100%;
    height: 45px;
    padding: 0 15px;
    background-color: #F76900 !important;
    color: #ffffff !important;
    border: 2px solid #000000;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    
    /* Adiciona uma seta personalizada usando SVG (Branca) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

/* Efeito de Hover e Foco */
.wps-rma-subject__dropdown select:hover,
.wps-rma-subject__dropdown select:focus {
    background-color: #e05f00 !important; /* Laranja um pouco mais escuro */
    border-color: #333333;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
}
.wps_rma_refund_form_wrapper .wps_rma_other_subject input {
    width: 100%;
}

.wps-rma-product__table {
    border-collapse: collapse;
    min-width: 665px;
    width: 100%;
}
.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: #333;
}
.wps-rma-form__wrapper .wps-rma-form__heading {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    padding: 10px 15px;
}
.wps-rma-form__wrapper td,
.wps-rma-form__wrapper th {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.wps-rma-form__wrapper th {
    color: #333;
}
.wps-rma-form__wrapper .wps-rma-product__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
}
.wps-rma-form__wrapper .wps-rma__product-title {
    margin-left: 20px;
    text-align: left;
}
.wps-rma-product__table tbody td,
table.wps-rma-product__table:not(.has-background) fieldset,
table.wps-rma-product__table:not(.has-background) fieldset legend,
table.wps-rma-product__table:not(.has-background) tbody td,
table.wps-rma-product__table:not(.has-background) tbody tr:nth-child(2n) td {
    background-color: #fff;
}
.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 td:last-child,
.wps-rma-form__wrapper th: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_exchange_notification,
.wps_rma_return_notification {
    color: green;
    display: none;
}
.wps_rma_exchange_notification > img,
.wps_rma_return_notification > img {
    left: 48%;
    position: absolute;
    top: 45%;
    width: 5%;
}
.wps_rma_exchange_notification,
.wps_rma_return_notification {
    background-color: #000;
    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: hsla(0, 0%, 100%, 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 {
    overflow: hidden;
    padding: 30px 15px;
}
.wps_field_mendatory {
    color: red;
}
.wps_rma_outer_wrap_info {
    margin: 20px 0 0;
}
.wps_rma_outer_wrap_info ul.wps_rma_ul_wrap_info li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wps_rma_outer_wrap_info .wps_rma_ul_wrap_info {
    align-items: center;
    background: #eee;
    border: 1px solid #0E0F3B;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    display: flex;
    margin: 0;
    padding: 20px 20px 0 !important;
    width: 100%;
}
.wps_rma_ul_wrap_info .wps_rma_li_wrap_info h2 {
    background: transparent;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 6px 20px;
    transition: all 0.3s;
}
.wps_rma_ul_wrap_info .wps_rma_li_wrap_info.active h2 {
    background: #fff;
}
.wps_rma_exchange_info_wrap,
.wps_rma_refund_info_wrap {
    border: 1px solid #0E0F3B;
    border-radius: 0 0 8px 8px;
    border-top: none;
    display: none;
    opacity: 0;
    padding: 20px 15px;
    transition: opacity 0.6s;
}
.wps_rma_exchange_info_wrap.active-tab,
.wps_rma_refund_info_wrap.active-tab {
    display: block;
    opacity: 1;
}
.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 20px;
}
.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 {
    margin: 0 0 20px;
    width: 100%;
}
.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;
    border-collapse: collapse;
    padding: 0;
}
.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table tbody th,
.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table thead th {
    background: #eee;
    padding: 8px;
    text-align: left;
}
.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table thead th:first-of-type {
    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 #0E0F3B;
    padding: 8px;
    text-align: left;
}
.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table tbody tr:last-of-type th:first-of-type {
    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:first-of-type th:first-of-type,
.wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap table tbody tr:first-of-type th:last-of-type {
    border-radius: 0;
}
.wps-rma-form__wrapper form,
.wps-rma-form__wrapper form p,
.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 {
    display: inline-block;
    margin: 0;
}
.wps-rma-form__wrapper .wps-rma-form__header {
    background: #0E0F3B;
}
.wps-rma-form__wrapper {
    border: none;
    padding: 10px;
}
.wps-rma-form__wrapper input.btn {
    margin-bottom: 20px;
    min-height: 30px;
    padding: 8px 16px;
}
.wps-rma-form__wrapper .wps-rma-form__row,
.wps-rma-form__wrapper .wps-rma-refund-request__row,
.wps-rma-form__wrapper .wps_rma_customer_detail,
.wps-rma-form__wrapper .wps_rma_product_from_submit,
.wps-rma-form__wrapper .wps_rma_product_table_wrapper,
.wps-rma-form__wrapper .wps_wrma_product_table_wrapper {
    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 #0E0F3B;
    border-radius: 8px;
    flex: 1;
    margin: 0 !important;
    max-width: 100%;
    padding: 20px 32px;
}
.theme-Avada .wps_rma_outer_wrap_info .wps_rma_ret_ex_info_wrap h2 {
    border-bottom: none !important;
    font-size: 24px !important;
}
.theme-Avada .wps_rma_ul_wrap_info .wps_rma_li_wrap_info h2 {
    border-bottom: none !important;
    font-size: 18px !important;
}
.theme-Avada .wps-rma-form__wrapper .wps-rma-form__heading {
    font-size: 24px !important;
}
.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%;
}
.button.wps_rma_cancel_order,
.button.wps_rma_view_order,
.button[name="wps_rma_new_return_request"],
.woocommerce-orders-table__cell-order-actions .exchange,
.woocommerce-orders-table__cell-order-actions .return,
.woocommerce-orders-table__cell-order-actions .view_msg,
input.btn.button[name="ced_new_return_request"] {
    float: unset !important;
    margin-top: 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,
.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,
.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;
}
#wps_rma_template1.wps_rma_template1 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    padding: 20px;
}
#wps_rma_template1.wps_rma_template1 h1.wps-rma-form__heading {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 20px;
    padding: 0;
    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: 700;
    line-height: 1.25;
}
#wps_rma_template1.wps_rma_template1 table tbody tr:nth-of-type(2n) {
    background: #f9f9f9;
}
#wps_rma_template1.wps_rma_template1 table td,
#wps_rma_template1.wps_rma_template1 table th {
    background: transparent;
    border: none;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
#wps_rma_template1.wps_rma_template1 table th {
    background: transparent;
    border: 1px solid #e2e2e2;
    border-left: none;
    font-size: 16px;
    font-weight: 700;
    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 td,
#wps_rma_template1.wps_rma_template1 table tbody tr:last-of-type th {
    background: transparent;
    border: 1px solid #e2e2e2;
    border-left: none;
    border-right: none;
}
#wps_rma_template1.wps_rma_template1 table tbody tr:last-of-type {
    background: transparent;
}
#wps_rma_template1.wps_rma_template1 table input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 20px;
}
#wps_rma_template1.wps_rma_template1 table input[type="checkbox"]:checked:before {
    color: #00a0ef;
    content: "✔";
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
#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 {
    color: #000;
    font-weight: 700;
}
#wps_rma_template1.wps_rma_template1 table th.product-check {
    font-size: 0;
    min-width: 40px;
    width: 40px;
}
#wps_rma_template1.wps_rma_template1 .wps-rma-refund-request__row,
#wps_rma_template1.wps_rma_template1 .wps-rma-row__pd {
    gap: 40px;
}
#wps_rma_template1.wps_rma_template1 select {
    border-radius: 6px;
    width: 100%;
}
#wps_rma_template1.wps_rma_template1 label {
    color: #000;
    font-weight: 700;
    line-height: 1.25;
}
#wps_rma_template1.wps_rma_template1 input[type="text"],
#wps_rma_template1.wps_rma_template1 textarea {
    border-radius: 6px;
    color: #000;
    line-height: 1.25;
    max-height: 140px;
}
#wps_rma_template1.wps_rma_template1 table {
    background: transparent;
}
.woocommerce-button.button.return {
  background-color: #F76900;
  color: #fff;
}
.woocommerce-button.button.return {
  background-color: #F76900;
  color: #fff;
}
.woocommerce-button.button.view_msg {
  background-color: #F76900;
  color: #fff;
}
.woocommerce-button.button.view {
  background-color: #F76900;
  color: #fff  !important;
}
.woocommerce-button.button.exchange {
  background-color: #F76900;
  color: #fff !important;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view_msg,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.return,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.exchange {
    background-color: #F76900 !important;
    color: #ffffff !important;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view:hover,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view_msg:hover,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.return:hover,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.exchange:hover,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view:focus,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view_msg:focus,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.return:focus,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.exchange:focus,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view:active,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view_msg:active,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.return:active,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.exchange:active {
    background-color: #EB6400 !important;
    color: #ffffff !important;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view:visited,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view_msg:visited,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.return:visited,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.exchange:visited {
    background-color: #F76900 !important;
    color: #ffffff !important;
}
/* Orders table: no outer/side/bottom borders, only top border on body rows */
.woocommerce-orders-table,
.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-orders-table tr {
    border: none !important;
}
.woocommerce-orders-table tbody tr th,
.woocommerce-orders-table tbody tr td {
    border-top: 2px solid #000000 !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}
.btn.button.wps_rma_view_order {
    background-color: #F76900 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
}
.wps-order-msg-back {
    background-color: #F76900 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
}
.wps-order-msg-back:hover {
    background-color: #d65a00 !important;
    cursor: pointer;
}

.btn.button.wps_rma_view_order:hover {
    background-color: #d65a00 !important;
    cursor: pointer;
}
#ced_new_return_request {
    background-color: #F76900 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
}
#ced_new_return_request:hover {
    background-color: #d65a00 !important;
    cursor: pointer;
}
/* Garante que não haja sombras ou bordas duplas que o tema possa injetar */
.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
    border: none !important;
}
#wps_rma_template1.wps_rma_template1 .button {
    border-radius: 6px;
    padding: 10px 20px;
    width: auto !important;
}
#wps_rma_template1.wps_rma_template1 .wps-rma-col:last-of-type {
    background: #f9f9f9;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    color: #000;
    margin: 15px 0;
    padding: 20px;
}
#wps_rma_template1.wps_rma_template1 table td.wps_wrma_exchnaged_product_remove,
#wps_rma_template1.wps_rma_template1 table.wps_wrma_exchanged_products th:last-of-type {
    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_exchnage_request_form,
#wps_rma_template1 #wps_rma_return_request_form {
    width: 100%;
}
.wps_rma_exchange_rules,
.wps_rma_return_rules {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.wps_rma_exchange_rules > h2,
.wps_rma_return_rules > h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
@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 {
        justify-content: flex-end;
        margin-left: 40px;
        max-width: calc(40% - 40px);
    }
    .wps-rma-form__wrapper .wps-rma-col:nth-child(2) p {
        margin-left: auto;
        max-width: 220px;
    }
}
@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 .wps_wrma_exchanged_products tbody td,
    #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 .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;
    }
}
