@charset "UTF-8";
:root {
--slicewp-litepicker-month-header-color: #333;
--slicewp-litepicker-button-prev-month-color: #333;
--slicewp-litepicker-button-next-month-color: #333;
--slicewp-litepicker-button-prev-month-color-hover: #333;
--slicewp-litepicker-button-next-month-color-hover: #333;
--slicewp-litepicker-month-weekday-color: #9e9e9e;
--slicewp-litepicker-month-week-number-color: #9e9e9e;
--slicewp-litepicker-day-width: 40px;
--slicewp-litepicker-day-color: #333;
--slicewp-litepicker-day-color-hover: #34495e;
--slicewp-litepicker-is-today-color: #333;
--slicewp-litepicker-is-in-range-color: rgba( 52, 73, 94, 0.2 );
--slicewp-litepicker-is-start-color: #fff;
--slicewp-litepicker-is-start-color-bg: #34495e;
--slicewp-litepicker-is-end-color: #fff;
--slicewp-litepicker-is-end-color-bg: #34495e;
}  [class^="slicewp"] svg,
[class^="slicewp"] .dashicons { display: inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 18px; vertical-align: middle; }
[class^="slicewp"] button svg { margin-right: 5px; }
.slicewp-description * { font-size: 0.875rem; }
.slicewp-description > :first-child { margin-top: 0; }
.slicewp-description > :last-child { margin-bottom: 0; }  .slicewp-grid { display: grid; grid-gap: 1rem; gap: 1rem; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
.slicewp-grid > div { display: flex; }
.slicewp-grid.slicewp-columns-2 { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
@media screen and ( min-width : 1281px ) {
.slicewp-grid { grid-template-columns: repeat( 4, minmax( 0, 1fr ) ); }
.slicewp-grid.slicewp-columns-2 { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
}
@media screen and ( max-width : 720px ) {
.slicewp-grid { grid-template-columns: unset !important; }
}  .slicewp-user-notice { width: 100%; border-style: solid; border-width: 2px; border-radius: 6px; margin: 5px 0px 1em 0px; padding: 15px; box-sizing: border-box; }
.slicewp-user-notice.slicewp-error { background: #ffebeb; border-color: #dc3232; }
.slicewp-user-notice.slicewp-warning { background: #fff7ea; border-color: #f39c12; }
.slicewp-user-notice.slicewp-updated { background: #e0ffe3; border-color: #46b450; }
.slicewp-user-notice.slicewp-info { background: #eef6ff; border-color: #8cc1ff; }
.slicewp-user-notice > :first-child { margin-top: 0; }
.slicewp-user-notice > :last-child { margin-bottom: 0; }  .slicewp-global-overlay { display: none; position: fixed; z-index: 1001; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; visibility: hidden; transition: all 0.15s ease-in-out; background: rgba( 0, 0, 0, 0.3 ); overflow-y: scroll; }
.slicewp-global-overlay.slicewp-prepare-open,
.slicewp-global-overlay.slicewp-prepare-close { display: block; }
.slicewp-global-overlay.slicewp-opened { display: block; opacity: 1; visibility: visible; }
.slicewp-global-overlay .slicewp-global-overlay-title { margin-top: 0; margin-bottom: 1rem; }
.slicewp-global-overlay .slicewp-global-overlay-inner { position: relative; top: 25px; background: #fff; border-radius: 0.375rem; max-width: 700px; margin: 2rem auto; padding: 2rem; box-sizing: border-box; transition: all 0.15s ease-in-out; }
.slicewp-global-overlay .slicewp-global-overlay-close { position: absolute; top: 10px; right: 10px; display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; cursor: pointer; }
.slicewp-global-overlay .slicewp-global-overlay-close svg { margin-right: 0; }
.slicewp-global-overlay.slicewp-opened .slicewp-global-overlay-inner,
.slicewp-global-overlay.slicewp-opened .slicewp-creative-wrapper { top: 0; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner { max-width: 500px; padding: 4rem; text-align: center; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner img { display: inline-block; height: 200px; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner div { margin-top: 1rem; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner strong,
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner span { display: block; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner button { margin-top: 1rem; }  .slicewp-loader,
.slicewp-loader:before,
.slicewp-loader:after { border-radius: 50%; width: 9px; height: 9px; animation-fill-mode: both; animation: slicewp_loader_animation 1.2s infinite ease-in-out; }
.slicewp-loader { position: relative; display: inline-block; color: #2e4453; font-size: 7px; text-indent: -9999em; transform: translateZ(0); animation-delay: -0.16s; }
.slicewp-loader:before,
.slicewp-loader:after { content: ''; position: absolute; top: 0; }
.slicewp-loader:before { left: -16px; animation-delay: -0.32s; }
.slicewp-loader:after { left: 16px; }
@keyframes slicewp_loader_animation { 0%, 80%, 100% { box-shadow: 0 9px 0 -7px } 40% { box-shadow: 0 9px 0 0 } }
.slicewp-loading-overlay { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: rgba( 255, 255, 255, 0.6 ); border-radius: inherit; opacity: 0; transition: opacity 0.135s ease-in-out; }
.slicewp-loading-overlay.slicewp-active { opacity: 1; }
.slicewp-loading-overlay .slicewp-loader { position: absolute; top: 50%; left: 50%; margin-top: -15px; margin-left: -5px; }  .slicewp-progressbar { background: #eee; border-radius: 20px; height: 8px; overflow: hidden; }
.slicewp-progressbar-fill { background: #2d98da; height: 100%; border-radius: 20px; }  .slicewp-field-wrapper { margin-bottom: 25px; }
.slicewp-field-wrapper.slicewp-last { margin-bottom: 0; }
.slicewp-field-wrapper input[type=text],
.slicewp-field-wrapper input[type=email],
.slicewp-field-wrapper input[type=url],
.slicewp-field-wrapper input[type=password],
.slicewp-field-wrapper textarea,
.slicewp-field-wrapper select { width: 100%; max-width: 100%; box-sizing: border-box; }
.slicewp-field-wrapper input[type=password] { padding-right: 2.5rem; }
.slicewp-field-wrapper select { padding: 0.25rem; }
.slicewp-field-wrapper ul.slicewp-field-radio-wrapper,
.slicewp-field-wrapper ul.slicewp-field-checkbox-wrapper { list-style: none; padding: 0; margin: 0; }
.slicewp-field-wrapper ul.slicewp-field-radio-wrapper label,
.slicewp-field-wrapper ul.slicewp-field-checkbox-wrapper label,
.slicewp-field-wrapper.slicewp-field-wrapper-terms-and-conditions label { display: inline-block; width: auto; cursor: pointer; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area { position: relative; padding: 2rem 1rem; text-align: center; border: 2px dashed #c1c1c1; border-radius: 5px; background: #f9f9f9; cursor: pointer; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area.slicewp-highlight { border-color: #3498db; background: rgba( 52, 152, 219, 0.1 ); }
.slicewp-field-wrapper .slicewp-field-drag-drop-area svg { width: 30px; height: 30px; color: inherit; margin-bottom: 10px; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area p { margin-top: 0; margin-bottom: 0; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area input { position: absolute; top: 0; left: 0; opacity: 0; height: 1px; width: 1px; }
.slicewp-field-file-item { display: flex; align-items: center; line-height: 1; padding: 8px; background: #f1f1f1; border-radius: 4px; margin-top: 10px; font-size: 0.875rem; }
.slicewp-field-file-item-remove { margin-left: auto; }
.slicewp-field-file-item-remove svg { width: 16px; height: 16px; color: #000; vertical-align: middle; }
.slicewp-field-file-item-name { display: inline-block; vertical-align: middle; }
.slicewp-field-file-item-size { display: inline-block; vertical-align: middle; font-style: italic; margin-left: 5px; }
.slicewp-field-description * { font-size: 0.875rem; }
.slicewp-field-description > :first-child { margin-top: 0; }
.slicewp-field-description > :last-child { margin-bottom: 0; }
.slicewp-field-description-placement-before .slicewp-field-description { margin-bottom: 0.5rem; }
.slicewp-field-description-placement-after .slicewp-field-description { margin-top: 0.25rem; }
.slicewp-field-has-description > h2,
.slicewp-field-has-description > h3,
.slicewp-field-has-description > h4,
.slicewp-field-has-description > h5,
.slicewp-field-has-description > h6 { margin-bottom: 0.25rem; }
.slicewp-field-error-message * { font-size: 0.875rem; font-style: italic; color: #c0392b; }
.slicewp-field-error-message > :first-child { margin-top: 0; }
.slicewp-field-error-message > :last-child { margin-bottom: 0; }
.slicewp-field-rule { margin: 5px 0; }
.slicewp-field-wrapper .slicewp-field-input-password { position: relative; margin: 0; padding: 0; }
.slicewp-field-wrapper .slicewp-field-input-password .slicewp-show-hide-password { position: absolute; display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; right: 11px; top: 50%; margin-top: -11px; }
.slicewp-field-wrapper .slicewp-field-input-password .slicewp-show-hide-password svg { display: block; }
.slicewp-field-wrapper .slicewp-field-input-password .slicewp-show-hide-password svg:last-of-type { display: none; }  .slicewp-button-primary { display: inline-flex; align-items: center; cursor: pointer; }
.slicewp-button-view-qr-code { margin-top: 10px; margin-left: 7px; }  .slicewp-status-pill { display: inline-flex; font-size: 0.875rem; line-height: 1; font-weight: 500; background: #cdd1d8; color: #34495e; padding: 8px 9px; border-radius: 3px; }
.slicewp-status-pill.slicewp-status-active,
.slicewp-status-pill.slicewp-status-complete,
.slicewp-status-pill.slicewp-status-paid { background: #c1e3db; color: #148f77; }
.slicewp-status-pill.slicewp-status-pending,
.slicewp-status-pill.slicewp-status-requested { background: #fde0c0; color: #b36508; }
.slicewp-status-pill.slicewp-status-unpaid { background: #c5dff4; color: #217dbb; }
.slicewp-status-pill.slicewp-status-rejected,
.slicewp-status-pill.slicewp-status-failed { background: #fed8d9; color: #b91c1c; }  .slicewp-card { position: relative; width: 100%; margin-bottom: 1.5em; background: #fff; border-radius: 2px; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; box-sizing: border-box; }
.slicewp-card-header { padding: 20px; border-bottom: 1px solid rgba(200, 215, 225, 0.5); font-weight: bold; }
.slicewp-card-inner { padding: 20px; }
.slicewp-card-footer { padding: 20px; border-top: 1px solid rgba(200, 215, 225, 0.5); background: rgba(200, 215, 225, 0.15); box-sizing: border-box; }
.slicewp-card-footer-actions { text-align: right; }
.slicewp-card-footer-actions:after { content: ''; display: block; clear: both; }
.slicewp-card-footer-actions a { float: left; color: #777; line-height: 34px; outline: 0; box-shadow: none; }
.slicewp-card-footer-actions a:hover { color: #444; }  .slicewp-chart { height: 325px !important; }
.slicewp-chart-before { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.slicewp-chart-legend ul { list-style: none !important; display: inline-flex; align-items: center; gap: 18px; margin: 0 !important; padding: 0 !important; }
.slicewp-chart-legend ul li { list-style: none !important; display: inline-flex; align-items: center; gap: 8px; margin: 0 !important; padding: 0 !important; cursor: pointer; }
.slicewp-chart-legend ul li span.slicewp-color-box { display: inline-flex; align-items: center; justify-content: center; height: 10px; width: 10px; border-radius: 50%; background: #e1e9ef; }
.slicewp-chart-tooltip { position: absolute; min-width: 120px; width: max-content !important; text-align: left; padding: 12px 15px !important; background: rgba( 255, 255, 255, 0.95 ); border-radius: 4px; border: 1px solid rgba( 200, 215, 225, 1 ); box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.1 ), 0 0 56px rgba( 0, 0, 0, 0.08 ); pointer-events: none; transform: translate( -50%, 0 ); opacity: 1; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-title { font-weight: 600; margin-bottom: 8px; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body { display: table; width: 100%; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div { display: table-row; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div { display: table-cell; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div:first-of-type { padding-right: 12px; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div:last-of-type { text-align: right; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div:first-of-type > span:first-of-type { display: inline-block; border-radius: 50%; height: 10px; width: 10px; margin-right: 10px; }
.slicewp-chart-time-unit-selector { width: auto; border:  1px solid #c8d7e1; border-radius: 5px; box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 5%) 0px 1px 2px 0px; padding: 4px 8px; font-size: 1rem; }
@media screen and ( max-width : 720px ) {
.slicewp-chart-legend ul { flex-flow: column; gap: 0; align-items: baseline; }
}  .slicewp-section-heading { margin-top: 0; margin-bottom: 0.625rem; font-size: 1.25rem; font-weight: 500; }
.slicewp-grid-affiliate-dashboard { margin-bottom: 1rem; }
.slicewp-card-affiliate-dashboard { margin-bottom: 0; flex-flow: column; }
.slicewp-affiliate-dashboard-filters { margin-bottom: 15px; }
.slicewp-affiliate-dashboard-filters form { display: flex; align-items: center; gap: 10px; margin: 0 !important; padding: 0 !important; }
.slicewp-affiliate-dashboard-filters button[type="submit"] { display: none; padding: 3px 12px; font-size: 1rem; line-height: 1.2rem; border: 1px solid transparent; }
.slicewp-card-affiliate-dashboard .slicewp-card-header { padding: 10px 20px 10px 20px; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner { display: flex; flex: 1; flex-flow: column; padding: 10px 20px 10px 20px }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-card-title { font-size: 1rem; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-value { display: flex; align-items: center; justify-content: space-between; font-size: 1.5rem; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction { display: flex; align-items: center; padding: 5px; border-radius: 3px; background: #f0f0f0; font-size: 0.825rem; line-height: 16px; width: auto; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-positive { background: rgba( 39, 174, 96, 0.1 ); color: #17956a; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-negative { background: rgba( 192, 57, 43, 0.1 ); color: #c0392b; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction svg { height: 12px; width: 12px; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction .slicewp-arrow-up,
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction .slicewp-arrow-down { display: none; margin-right: 5px; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-positive .slicewp-arrow-up { display: flex; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-negative .slicewp-arrow-down { display: flex; }
.slicewp-card-affiliate-dashboard .slicewp-card-footer { padding: 10px 20px 10px 20px; font-size: 0.825em; }
.slicewp-card-affiliate-dashboard .slicewp-card-footer > :first-child { margin-top: 0; }
.slicewp-card-affiliate-dashboard .slicewp-card-footer > :last-child { margin-bottom: 0; }
.slicewp-grid.slicewp-grid-affiliate-dashboard-last-30-days { grid-template-columns: repeat( auto-fit, minmax( 30%, 1fr ) ); }  .slicewp-nav-tab-wrapper { display: flex; gap: 15px; margin: 1.5rem 0 0 0 !important; padding: 0 !important; list-style-type: none !important; }
.slicewp-nav-tab-wrapper:after { content: ''; display: block; clear: both; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab { list-style: none; border: 0; margin: 0 !important; padding: 0 !important; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab:before { display: none; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab a { display: block; width: auto; border-bottom: 2px solid transparent; padding: 10px 0 8px 0; box-sizing: border-box; box-shadow: none !important; text-decoration: none !important; outline: none !important; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover,
.slicewp-nav-tab-wrapper .slicewp-nav-tab a:focus,
.slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { border-bottom: 2px solid #2e4453; color: #2e4453; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab span { vertical-align: middle; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab svg,
.slicewp-nav-tab-wrapper .slicewp-nav-tab .dashicons { margin-right: 5px; }
.slicewp-tab { display: none; margin-top: 25px; }
.slicewp-tab.slicewp-active { display: block; }
@media screen and ( max-width : 720px ) {
.slicewp-nav-tab-wrapper { gap: 12px; flex-wrap: wrap; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab a { padding-left: 5px; padding-right: 5px; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab svg { margin: 0; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab span:last-of-type { display: none; }
}  .slicewp-tab img { max-width: 100%; height: auto; }
.slicewp-creative-shortcode-wrapper { margin: auto; padding: 10px; width: 100%; }
.slicewp-creative-shortcode-wrapper img { margin: 15px auto; display: block; }
.slicewp-creative-shortcode-textarea { font-size: 14px; width: 100%; height: 130px; }  .slicewp-lost-password { margin-top: 0.75rem; }  .slicewp-section-general-affiliate-link .slicewp-field-wrapper { margin-bottom: 0; }
.slicewp-affiliate-custom-link-output { margin-top: 25px; }
.slicewp-creative-affiliate-wrapper { margin: auto; width: 100%; }
.slicewp-creative-affiliate-wrapper img { margin: 15px auto; display: block; }
.slicewp-creative-affiliate-textarea { font-size: 14px; width: 100%; height: 130px; }
.slicewp-creative-wrapper-type-long-text .slicewp-creative-affiliate-textarea { height: 300px; }
.slicewp-creative-description { margin-bottom: 1rem; }
.slicewp-creative-description > :first-child { margin-top: 0; }
.slicewp-creative-description > :last-child { margin-bottom: 0; }
.slicewp-page-numbers-wrapper { display: inline-flex; gap: 5px; margin-top: 1.5rem; }
.slicewp-page-numbers-wrapper .page-numbers { display: inline-flex; align-items: center; justify-content: center; line-height: 30px; height: 30px; width: 30px; text-align: center; background: #f1f1f1; border-radius: 3px; text-decoration: none; }
.slicewp-page-numbers-wrapper .page-numbers.current { font-weight: bold; }
.slicewp-card-creative { flex-direction: column; margin-bottom: 0; }
.slicewp-card-creative .slicewp-card-inner { display: flex; flex: 1; justify-content: center; align-items: center; max-height: 12rem; }
.slicewp-card-creative.slicewp-creative-type-long-text .slicewp-card-inner { align-items: baseline; min-height: 12rem; }
.slicewp-card-creative.slicewp-creative-type-long-text .slicewp-card-inner > div { overflow: hidden; max-height: 100%; }
.slicewp-card-creative .slicewp-card-inner img { max-height: 100%; width: auto; }
.slicewp-card-creative .slicewp-card-inner span { text-decoration: underline; }
.slicewp-card-creative .slicewp-card-inner p:first-of-type { margin-top: 0; }
.slicewp-card-creative .slicewp-card-inner p:last-of-type { margin-bottom: 0; }
.slicewp-card-creative .slicewp-card-footer > div { display: flex; }
.slicewp-card-creative .slicewp-card-footer > div a { flex: 1; text-align: center; text-decoration: none; }
.slicewp-card-creative .slicewp-card-footer > div a,
.slicewp-card-creative .slicewp-card-footer > div span { vertical-align: middle; }
.slicewp-card-creative .slicewp-card-footer > div a svg { margin-right: 5px; }
.slicewp-creative-preview { padding: 1.5rem; margin-bottom: 10px; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; text-align: center; }
.slicewp-creative-preview img { margin: 0 auto !important; max-width: 100% !important; height: auto !important; background: linear-gradient( 45deg,#d7d8da 25%,transparent 25%,transparent 75%,#d7d8da 75%,#d7d8da),linear-gradient(45deg,#d7d8da 25%,transparent 25%,transparent 75%,#d7d8da 75%,#d7d8da); background-position: 0 0,10px 10px; background-size: 20px 20px; }
.slicewp-creative-image-details { display: flex; margin-bottom: 1.5rem; align-items: flex-start; justify-content: space-between; }
.slicewp-creative-image-metadata { font-size: 0.9rem; text-align: right; }
.slicewp-creative-image-metadata span { display: flex; align-items: center; }
.slicewp-creative-image-metadata span svg { display: inline-block; margin: 0 1px; line-height: 1; width: 12px; height: 12px; }
.slicewp-creative-image-metadata span i { display: inline-block; font-style: normal; font-size: 150%; line-height: 0; margin: 0 5px; }
.slicewp-input-copy,
.slicewp-generate-affiliate-link { margin-top: 10px; }
.slicewp-input-copy-label-copied { display: none; }
@media screen and ( min-width: 721px ) {
.slicewp-menu-left,
.slicewp-menu-right { display: flex !important; flex-flow: row; gap: 1.5rem; }
.slicewp-menu-right { flex-direction: row-reverse; }
.slicewp-menu-left > div:nth-of-type(2),
.slicewp-menu-right > div:nth-of-type(2) { flex: 1; min-width: 0; }
.slicewp-menu-left .slicewp-nav-tab-wrapper,
.slicewp-menu-right .slicewp-nav-tab-wrapper { width: max-content; flex-flow: column; gap: 15px; }
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab a { padding: 2px 1rem 2px 0; border-bottom: 0; border-right: 2px solid transparent; }
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab a { padding: 2px 0 2px 1rem; border-bottom: 0; border-left: 2px solid transparent; }
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover,
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab a:focus,
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { border-color: #2e4453; }
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover,
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab a:focus,
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { border-color: #2e4453; }
}  #slicewp-affiliate-account { max-width: 100%; }
#slicewp-affiliate-account textarea,
#slicewp-affiliate-account input[type="text"] { width: 100%; }
#slicewp-affiliate-account [class^="slicewp-commission-rate-tag"] { display: block; }  body .slicewp-list-table-wrapper { margin-top: 0; margin-bottom: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 2px; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; }
body .slicewp-list-table-wrapper > table.slicewp-list-table { box-shadow: none; }
body table.slicewp-list-table { width: 100%; margin-top: 0; margin-bottom: 0; border: 0 !important; border-radius: 2px; border-collapse: collapse; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; }
body table.slicewp-list-table tbody { border: 0 !important; }
body table.slicewp-list-table th,
body table.slicewp-list-table td { padding: 0.5rem 0.675rem; text-align: left; border: 0 !important; background: transparent !important; }
body table.slicewp-list-table th { background: rgba( 200, 215, 225, 0.15 ) !important; border-bottom: 1px solid #e9eff3 !important; border-right: 1px solid #e9eff3 !important; white-space: nowrap; }
body table.slicewp-list-table td { word-break: break-all; border-top: 1px solid #e9eff3 !important; border-right: 1px solid #e9eff3 !important; }
body table.slicewp-list-table th:last-of-type,
body table.slicewp-list-table td:last-of-type { border-right: 0 !important; }
body table.slicewp-list-table tbody:first-of-type tr:first-of-type td { border-top: 0 !important; }
body table.slicewp-list-table .slicewp-column-id,
body table.slicewp-list-table .slicewp-column-date,
body table.slicewp-list-table .slicewp-column-status { width: 1px; white-space: nowrap; }
body table.slicewp-list-table .slicewp-column-reference,
body table.slicewp-list-table .slicewp-column-amount { white-space: nowrap; }
body table.slicewp-list-table .slicewp-column-type { word-break: normal; }
body table.slicewp-list-table .slicewp-column-landing_url,
body table.slicewp-list-table .slicewp-column-referrer_url { width: 50%; }
body table.slicewp-list-table .slicewp-column-actions { text-align: right; width: 1px; white-space: nowrap; }
table.slicewp-list-table .slicewp-list-table-item-details-row { display: none; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td { overflow-y: hidden; padding: 0 !important; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div { height: 0; opacity: 0; transition: all 0.275s ease-in-out; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div { padding: 1.25rem; }
table.slicewp-list-table tbody.slicewp-active > .slicewp-list-table-item-details-row td > div { opacity: 1; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div > h4 { font-size: 1.25rem; margin: 0 0 1rem 0; padding: 0; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div > p { margin: 1rem 0; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div > h4 + p { margin-top: -0.5rem; }
table.slicewp-list-table .slicewp-toggle-item-details { display: inline-flex; align-items: center; }
table.slicewp-list-table .slicewp-toggle-item-details:focus { outline: 0 !important; background-color: transparent !important; }
table.slicewp-list-table .slicewp-toggle-item-details svg { transition: transform 0.2s ease-in-out; }
table.slicewp-list-table tbody.slicewp-active .slicewp-toggle-item-details svg { transform: rotate( 180deg ); }
.slicewp-list-table-after,
.slicewp-list-table-before { display: flex; }
.slicewp-list-table-before { margin-bottom: 15px; }
.slicewp-list-table-after { margin-top: 15px; }
.slicewp-list-table-filters form { display: flex; align-items: center; gap: 10px; margin: 0 !important; padding: 0 !important; }
.slicewp-list-table-filters button[type="submit"] { display: inline-block; padding: 6px 12px; font-size: 1rem; line-height: 1.2rem; border: 1px solid transparent; }
.slicewp-list-table-per-page-selector { display: inline-flex; align-items: center; }
.slicewp-list-table-per-page-selector form { display: inline-flex; gap: 5px; align-items: center; margin: 0 !important; padding: 0 !important; }
.slicewp-list-table-per-page-selector select { width: auto !important; }
.slicewp-list-table-pagination { display: inline-flex; align-items: center; margin-left: auto; }
@media screen and ( max-width : 720px ) {
.slicewp-list-table-filters { width: 100%; }
.slicewp-list-table-filters form { width: 100%; flex-flow: column; }
.slicewp-list-table-filters button[type="submit"] { width: 100%; }
}
@media screen and ( max-width : 480px ) {
.slicewp-list-table-after { flex-direction: column-reverse; gap: 20px; }
} .slicewp-list-table-commission-items .slicewp-column-item-commission-amount { width: 30%; }  .slicewp-pagination-links { display: inline-flex; gap: 5px; margin-left: 10px; }
.slicewp-pagination-links .slicewp-pagination-link { display: inline-flex; align-items: center; justify-content: center; line-height: 30px; height: 30px; width: 30px; text-align: center; background: #f1f1f1; border-radius: 3px; }
.slicewp-pagination-links span.slicewp-pagination-link { opacity: 0.5; cursor: not-allowed; }  .slicewp-date-picker-wrapper { position: relative; display: inline-flex; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input { display: inline-flex; align-items: center; padding: 0 12px; font-size: 1rem; line-height: 1.2rem; color: #2e4453; border: 1px solid #c8d7e1; background: #fff; transition: all .15s ease-in-out; box-shadow: none; box-sizing: border-box; border-radius: 5px; box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 5%) 0px 1px 2px 0px; cursor: pointer; user-select: none; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input:hover { border-color: #bbceda; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input svg { margin-right: 5px; opacity: 0.8; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input .slicewp-date-picker-input-date-range { padding: 6px 0; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input .slicewp-date-picker-input-dates { display: none; border-left: 1px solid #c8d7e1; padding: 6px 0 6px 8px; margin-left: 8px; }
.slicewp-date-picker-modal { display: none; position: absolute; z-index: 10; top: 100%; left: 0; margin-top: 8px; background: #fff; box-shadow: 0px 0px 0px 1px rgb(18 18 23 / 10%), 0px 24px 48px rgb(18 18 23 / 3%), 0px 10px 18px rgb(18 18 23 / 3%), 0px 5px 8px rgb(18 18 23 / 4%), 0px 2px 4px rgb(18 18 23 / 4%); border-radius: 8px; }
.slicewp-date-picker-wrapper.slicewp-is-open .slicewp-date-picker-modal { display: inline-flex; }
.slicewp-date-picker-predefined-date-ranges { border-right: 1px solid rgb(18 18 23 / 15%); padding: 25px; width: max-content; }
a.slicewp-date-picker-predefined-date-range { display: block; width: 100%; border-radius: 4px; padding: 4px 12px; color: inherit; text-decoration: none !important; box-sizing: border-box; }
a.slicewp-date-picker-predefined-date-range:hover { background: rgba( 200, 215, 225, 0.25 ); }
a.slicewp-date-picker-predefined-date-range[data-range="custom"] { display: none; }
.slicewp-date-picker-wrapper .slicewp-litepicker { padding: 20px; }
.slicewp-date-picker-wrapper .slicewp-litepicker svg { margin: 0 !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .month-item-header { padding-top: 0; padding-right: 0; padding-left: 0; }
.slicewp-date-picker-wrapper .slicewp-litepicker .month-item-header .month-item-name { text-transform: capitalize; }
.slicewp-date-picker-wrapper .slicewp-litepicker .button-previous-month,
.slicewp-date-picker-wrapper .slicewp-litepicker .button-next-month { width: 40px; height: 40px; padding: 0 !important; border-radius: 4px !important; text-align: center !important; margin: 0 !important; cursor: pointer !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .button-previous-month:hover,
.slicewp-date-picker-wrapper .slicewp-litepicker .button-next-month:hover { background: rgba( 200, 215, 225, 0.25 ) !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__months { box-shadow: none; border: 0; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > div,
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > a { padding: 0; line-height: 40px; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item { cursor: pointer; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item.is-today { font-weight: bold; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item.is-today:not(.is-start-date):not(.is-end-date):not(.is-in-range) { background: rgba( 200, 215, 225, 0.15 ); }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item:hover { box-shadow: none !important; border: 0; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item:hover:not(.is-start-date):not(.is-end-date) { background: rgba( 200, 215, 225, 0.25 ); }
@media screen and ( max-width : 720px ) {
.slicewp-date-picker-wrapper,
.slicewp-date-picker-input { width: 100%; }
.slicewp-date-picker-modal { flex-flow: column; max-width: 100%; width: 100%; }
.slicewp-date-picker-predefined-date-ranges { display: grid; grid-template-columns: repeat( 2, 1fr ); gap: 5px; width: 100%; border-right: 0; border-bottom: 1px solid rgb(18 18 23 / 15%); }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__months { width: 100%; }
.slicewp-date-picker-wrapper .slicewp-litepicker { display: block !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__months .month-item { width: 100%; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > div,
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > a { width: 14.2857%; }
}#btn-1cc {
display: block !important;
width: 100%;
}
#btn-1cc-mini-cart {
display: block !important;
width: 100%;
}
#btn-1cc-pdp {
margin-left: 5px;
}
#rzp-spinner-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 999999999999999;
width: 100%;
height: 100%;
background: rgba(0, 0, 0);
visibility: hidden;
opacity: 0;
}
#rzp-spinner-backdrop.show {
visibility: visible;
opacity: 0.4;
}
#rzp-spinner {
visibility: hidden;
opacity: 0; position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
z-index: 999999999999999;
display: flex !important;
align-items: center;
justify-content: center;
}
#rzp-spinner.show {
visibility: visible;
opacity: 1;
}
@keyframes rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
#loading-indicator {
border-radius: 50%;
width: 80px;
height: 80px;
border: 4px solid;
border-color: rgb(59, 124, 245) transparent rgb(59, 124, 245) rgb(59, 124, 245) !important;
animation: 1s linear 0s infinite normal none running rotate;
margin-top: 2px;
box-sizing: content-box;
}
#icon {
position: absolute;
}
#rzp-logo{
width: auto;
height: 80px !important;
}
@media (max-device-height: 768px), (max-device-width: 768px) {
#loading-indicator {
width: 45px;
height: 45px;
}
#rzp-logo {
height: 45px !important;
}
}
      * {
box-sizing: border-box;
}
*:after, *:before {
box-sizing: border-box;
}         *, ::after, ::before {
box-sizing: border-box;
} 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;
} .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;
} .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;
} .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;
} .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%;
}  .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;
}  .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[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 (max-width: 640px) {
.wps-rma-form__wrapper .product-quantity input {
min-width: 80px;
width: 80px;
}
}
@media only screen and (max-width: 580px) {
#wps_rma_template2.wps_rma_template2 {
overflow-x: auto;
}
#wps_rma_template2.wps_rma_template2 h1.wps-rma-form__heading {
font-size: 22px;
}
#wps_rma_template2.wps_rma_template2 .wps-rma-product__wrap img {
height: 56px;
width: 56px;
}
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table-wrapper,
#wps_rma_template2.wps_rma_template2 .wps_rma_exchange_form_wrapper {
overflow-x: auto;
}
}
@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;
}
} #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;
}
} #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%;
}
}table.wps-rma-product__table {
min-width: unset;
}
table.wps-rma-product__table thead th:nth-of-type(2) {
min-width: 315px;
text-align: left;
}
table.wps-rma-product__table thead th:nth-of-type(2) td.product-name img {
max-height: 200px;
}
table.wps-rma-product__table td.product-name img {
max-height: 150px;
width: auto;
}
.wps_wrma_exchanged_products_wrapper .order_details tr {
height: unset;
border: none;
}
.wps-rma-form__wrapper .wps_rma_product_table_wrapper tr {
height: unset;
border: none;
}
.wps-rma-form__wrapper {
width: calc(100% + 1px);
}
.wps-rma-product__table td.product-name .wps-rma-product__wrap {
flex-direction: unset;
justify-content: flex-start;
}
.wps-rma-product__table-wrapper input[type=checkbox] {
width: 20px;
height: 20px;
}
.wps-rma-product__table-wrapper .wps-rma-product__wrap .wps_wrma_product_title {
text-align: left;
}
.wps-rma-product__table-wrapper tr input[type=number] {
min-width: 80px;
width: 100%;
}
.wps-rma-form__wrapper tbody td:first-child,
.wps-rma-form__wrapper thead th:first-child,
.wps-rma-form__wrapper tfoot th:first-child {
padding: 15px;
text-align: left;
}
.wps-rma-form__wrapper tbody td.product-select,
.wps-rma-form__wrapper thead th.product-check {
text-align: center;
}
.wps_wrma_exchanged_products .wps-rma-product__wrap {
justify-content: flex-start;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper td,
.wps-rma-form__wrapper .wps-rma-product__table-wrapper th {
border-bottom: 1px solid #ccc;
}
.wps-rma-form__wrapper table td,
.wps-rma-form__wrapper table th {
padding: 10px;
}
.wps-rma-form__wrapper .wps_wrma_prod_img.wps-rma__prod-img {
width: unset;
}
.wps-rma-form__wrapper tr th.product-check input {
margin-right: 10px;
vertical-align: middle;
}
.wps-rma-form__wrapper .order_details thead th.product-check {
min-width: 80px;
}
.wps-rma-form__wrapper .button {
padding: 5px 10px;
min-height: 30px;
margin-top: 15px;
}
.theme-flatsome .wps-rma-form__wrapper th:last-child {
border-right: 1px solid #ccc;
}
.wps_wrma_exchanged_products_wrapper .order_details thead th:first-of-type {
min-width: 100px;
}
.wps-rma-form__wrapper .wps_rma_exchange_to_product_qty {
min-width: 80px;
max-width: 150px;
}
@media screen and (max-width: 768px) {
table.wps-rma-product__table thead th:nth-of-type(2) {
width: 180px;
min-width: unset !important;
}
.wps-rma-form__wrapper table td,
.wps-rma-form__wrapper table th {
padding: 5px;
}
.wps_wrma_exchanged_products_wrapper .wps-rma-product__wrap,
.wps-rma-product__table td.product-name .wps-rma-product__wrap {
flex-direction: column !important;
align-items: flex-start;
}
.wps-rma-form__wrapper .wps_wrma_exchanged_products_wrapper .wps_wrma_product_title,
.wps-rma-product__table td.product-name .wps-rma-product__wrap .wps-rma__product-title {
margin: 15px 0 0 0;
text-align: left;
}
.wps-rma-product__table-wrapper tr input[type=number],
.wps_wrma_exchanged_products_wrapper input[type=number] {
min-width: 60px;
width: 100%;
}
}
@media screen and (max-width: 580px) {
#wps_wrma_exchange_request_form_wrapper.wps-rma-form__wrapper.wps-rma-form__wrapper,
div.wps-rma-form__wrapper.wps-rma-form__wrapper
{
border: none;
}
.wps-rma-form__wrapper .wps_rma_product_table_wrapper tr td {
border: none;
}
.wps-rma-form__wrapper td.product-select img {
margin: 0;
}
.wps-rma-form__wrapper .order_details tbody tr:last-child td.product-quantity {
border-bottom: 1px solid #ccc;
}
.wps-rma-product__table tbody tr:last-of-type th {
padding: 15px 5px;
}
.wps-rma-product__table thead th:nth-of-type(1),
.wps_wrma_exchanged_products_wrapper thead th:nth-of-type(1) {
width: 100%;
border: none;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper,
.wps_wrma_exchanged_products_wrapper .wps-rma-product__table-wrapper {
display: block;
border-collapse: collapse;
min-width: unset;
max-width: unset;
}
.wps-rma-product__table thead th,
.wps_wrma_exchanged_products_wrapper thead th {
display: none;
border: none;
}
.wps-rma-product__table thead th.product-check,
.wps_wrma_exchanged_products_wrapper thead th:first-of-type {
display: block;
text-align: left;
}
.wps-rma-product__table tr {
display: flex;
flex-direction: column !important;
}
.wps-rma-form__wrapper .wps-rma-product__table tbody tr td,
.wps-rma-form__wrapper .wps-rma-product__table tbody tr td.product-total {
border: none;
text-align: left;
}
.wps-rma-product__table tr td.product-name .wps-rma-product__wrap {
flex-direction: column !important;
align-items: flex-start;
}
.wps-rma-product__table td.product-name .wps-rma-product__wrap .wps-rma__product-title {
margin: 15px 0 0 0;
}
.wps-rma-form__wrapper .wps-rma-product__table tr td.product-select {
border-top: 1px solid #ccc;
padding-bottom: 0;
}
.wps-rma-product__table tbody tr td.product-name {
padding-top: 0;
}
.wps-rma-product__table tbody tr td.wps_rma_total_amount_wrap {
border: 1px solid #ccc;
}
div#wps_wrma_exchange_request_container .wps-rma-form__heading {
text-align: left;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper tr {
display: flex;
flex-direction: column !important;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper tbody {
display: block;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper tr th {
text-align: left;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper .wps-rma-product__wrap {
flex-direction: column !important;
align-items: flex-start;
padding: 15px 0 0 0;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper .wps-rma-product__wrap .wps_wrma_product_title {
margin: 15px 0 0 0;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper tfoot {
display: block;
}
.wps_wrma_exchanged_products_wrapper tr .wps_wrma_exchnaged_product_remove a {
position: absolute;
top: 15px;
right: 15px;
font-size: 28px;
color: #333;
line-height: 1.25;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper input[type=number],
.wps_wrma_exchanged_products_wrapper input[type=number] {
max-width: 150px;
margin: 0;
}
.wps_wrma_exchanged_products_wrapper .wps-rma-product__wrap {
border-top: 1px solid #dcdcdc;
}
.wps_wrma_exchanged_products_wrapper tr {
display: flex;
flex-direction: column;
position: relative;
}
.wps_wrma_exchanged_products_wrapper tfoot tr th {
width: 100%;
border: none;
}
.wps_wrma_exchanged_products_wrapper .wps_wrma_exchanged_products tbody tr th,
.wps_wrma_exchanged_products_wrapper .wps_wrma_exchanged_products tbody tr td {
border: none;
text-align: left;
}
.wps_wrma_exchanged_products_wrapper .wps_wrma_exchanged_products tr td:first-of-type {
width: 100%;
}
.wps_wrma_exchanged_products_wrapper .wps_wrma_exchanged_products tr td .wps-rma-product__wrap {
padding: 15px 0;
}
.wps_wrma_exchanged_products_wrapper .wps_wrma_exchanged_products tfoot tr th {
text-align: left;
}
.wps-rma-form__wrapper tbody td.product-select,
.wps-rma-form__wrapper thead th.product-check {
text-align: left;
}
.wps_wrma_exchanged_products thead th:first-of-type {
position: relative;
color: transparent;
}
.wps_wrma_exchanged_products thead th:first-of-type:after {
content: 'Products';
position: absolute;
left: 15px;
color: #000;
font-weight: 600;
font-size: 18px;
}
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(2):after,
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(3):after,
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(4):after {
content: 'Quantity';
position: absolute;
left: 6px;
top: 0;
font-weight: 600;
}
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(2),
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(3),
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(4) {
padding-top: 30px;
}
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(3):after {
content: 'Price';
top: 8px;
}
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(4):after {
content: 'Total';
top: 8px;
}
.wps-rma-form__wrapper .exchange_product_table_footer th:first-child {
padding: 5px;
}
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(2),
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(3),
.wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(4) {
position: relative;
}
.wps-rma-form__wrapper .wps-rma-product__table tbody td:nth-of-type(3),
.wps-rma-form__wrapper .wps-rma-product__table tbody td:nth-of-type(4) {
position: relative;
padding-top: 30px;
}
.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: 'Quantity';
top: 2px;
left: 6px;
position: absolute;
font-weight: 600;
}
.wps-rma-form__wrapper .wps-rma-product__table tbody td:nth-of-type(4):after {
content: 'Total';
top: 6px;
}
.wps-rma-form__wrapper.wps_rma_refund_form_wrapper .wps_rma_product_title {
padding: 0;
} #wps_rma_template2.wps_rma_template2 .wps-rma-product__table thead th {
display: table-cell;
}
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table tr,
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table-wrapper tr {
display: table-row;
}
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table-wrapper tbody {
display: table-row-group;
}
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table tbody td:nth-of-type(3),
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table tbody td:nth-of-type(4) {
padding-top: 14px;
position: static;
}
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table tbody td:nth-of-type(3)::after,
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table tbody td:nth-of-type(4)::after {
content: none;
}
#wps_rma_template2.wps_rma_template2 .wps-rma-product__table-wrapper,
#wps_rma_template2.wps_rma_template2 .wps_rma_exchange_form_wrapper {
overflow-x: auto;
} #wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper thead th {
display: table-cell;
}
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products thead th:first-of-type {
color: inherit;
position: static;
}
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products thead th:first-of-type::after {
content: none;
}
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper tr {
display: table-row;
position: static;
}
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(2),
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(3),
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(4) {
padding-top: 14px;
position: static;
}
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(2)::after,
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(3)::after,
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper tbody td:nth-of-type(4)::after {
content: none;
}
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper .wps_wrma_exchnaged_product_remove a {
position: static;
font-size: 20px;
}
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products_wrapper {
overflow-x: auto;
}
#wps_rma_template2.wps_rma_template2 .wps_wrma_exchanged_products {
min-width: 520px;
}
}