/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none!important;letter-spacing:normal;z-index:9000!important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all!important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc!important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .product-type-wgm_gift_card .price {
  margin: 0 !important;
}
.product-type-wgm_gift_card .price ~ .cart {
  padding-top: 0 !important;
}
 .wps_wgm_added_wrapper {
	margin-bottom: 20px ;
 }
 .wps_wgm_added_wrapper .wps_wgm_section .wps_wgc_label {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
 }
#TB_window {
  left: 0 !important;
  margin: 0 auto !important;
  max-width: 600px !important;
  right: 0 !important;
  top: 10% !important;
  width: 95% !important;
  /*IOS issue(Mobile device)*/
  -webkit-overflow-scrolling: touch!important;
  z-index: 9999999;
}
#TB_window iframe#TB_iframeContent {
  margin: 0 auto;
  max-width: 600px;
  width: 100% !important;
  height: 480px!important;
}
@media only screen and (max-width: 640px){
  #TB_window > iframe#TB_iframeContent {
  height: 400px !important;
  }
  /*IOS issue(Mobile device)*/
  #TB_window {
   height: 80vh;
   overflow-y: scroll;
 }
}
#wps_wgm_from_name {
	width: 99%;
}
#wps_wgm_to_download {
	width: 99%;
}
#wps_wgm_to_email {
	width: 99%;
  /* margin-bottom: 10px  !important; */
}
#wps_wgm_message {
	width: 99%;
}
/* custom css for redeem iframe*/
.wps_redeem_embed {
  width: 100%;
  height: 610px;
  display: block;
}
/*css for single product page on front end */
.wps_wgm_send_giftcard {
  margin-right: 5px;
}
.wps_wgm_msg_info,.wps_wgm_msg_info_multiple_email {
  margin-top: 5px;
  margin-bottom: 3px;
 display: block;
 font-size: 13px;
}
.wps_wgm_msg_info_multiple_name{
  display: block;
  font-size: 13px;
  display: none;
}
#wps_wgm_to_name_optional {
  margin-top: 10px;
	width: 99%;
	display:none;
}
.wps_wgm_delivery_method {
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	margin-bottom: 25px;
	padding: 20px;
}
.wps_wgm_featured_img {
	margin-right: 12px;
	margin-bottom: 10px;
	border: solid 3px #d2d2d2;
	background-color: #00897b;
  float:left;
}
.wps_wgm_pre_selected_temp {
	border: 3px solid #2c2726 !important;
	border-radius: 5px;
	margin-right: 12px;
}
#wps_wgm_price{
  width:99%;
}
#mwg_wgm_preview_email {
	font-weight: bold;
	letter-spacing: 1px;
  display: block;
  width:99%;
  cursor: pointer;
}
.wps_wgm_selected_template {
    overflow: auto;
}

#wps_recharge_wallet_giftcard {
  width: unset !important; 
  color: #fff !important;
}
.wps_wgm_min_user_price{
  display: none;
  color: red;
}
.wps_wgm_section select, .wps_wgm_section input[type=text], .wps_wgm_section textarea {
  min-height: 33px;
  color: #333333;
}

.wps_wgm_quantity_one_per_recipient{
  display: none;
  margin-top: 15px;
}
/* / My Account start / */

.woocommerce-MyAccount-content .wps-wallet-field-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wps-wallet-field-container >label{
  text-align: left;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
}
.woocommerce-MyAccount-content .wps-wallet-field-container input[type=number],
.woocommerce-MyAccount-content .wps-wallet-field-container input[type=text],
.woocommerce-MyAccount-content .wps-wallet-field-container input[type=submit] {
    min-height: 30px;
    padding: 5px 10px;
    line-height: 1.5;
    max-width: 350px;
    margin: 0;
   
}



.woocommerce-MyAccount-content .wps-wallet-field-container input[type=submit] {
    max-width: fit-content;
    cursor: pointer;
}

/* / My Account end / */

/* check balance section start */

.wps_check_balance .button,
.wps-wallet-field-container .button {
	padding: 10px 20px;
	min-height: 40px;
	line-height: 1.5;
	font-size: 14px;
}
.wps_gift_card_balance_heading {
	margin: 0;
    /* margin-top: 30px; */
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
	line-height: 1.25;
}
.wps_gift_card_balance_wrapper {
    max-width: 680px;
	margin-top: 30px;
}
.wps_gift_card_balance_wrapper .gift_card_code input, .wps_gift_card_balance_wrapper .gift_card_balance_email input {
	width: 100% !important;
	border-radius: 5px;
	height: auto;
	padding: 10px 12px;
	border: solid 1px #ccc;
}
.gift_card_balance_email, .gift_card_code {
	margin-bottom: 15px;
}
.gift_card_balance_email label, .gift_card_code label {
	color: #4e4e4e;
	font-size: 14px;
}
input#gift_card_code ,
input#gift_card_balance_email {
    width: 100%;
		border: solid 1px #ccc;
		padding: 10px 15px;
    border-radius: 5px;
}

/* check balance section end */
.gift_card_balance_email input#gift_card_balance_email:focus,
.gift_card_code input#gift_card_code:focus {
    border: solid 2px #000000;
    outline: none;
}
/* previw content css */

.wps_wgm_wrapper_for_preview {
  margin: 15px 0;
  width: 100%;
  position: unset !important;
}

.wps_wgm_wrapper_for_preview h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  color: #1e1e1e;
  text-align: left;
}

.wps_wgm_wrapper_for_preview p {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.5;
  text-align: left;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.wps_wgm_wrapper_for_preview h2 span {
  font-weight: 600;
}

/* PAR Compatibility. */

.wps_wgm_coupon_redeem_loader {
  display: none;
  vertical-align: middle;
}

#wps_wgm_coupon_redeem_notify {
  display: none;
}
#TB_overlay {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050; /* Above DFW. */
}

#TB_window {
	position: fixed;
	background-color: #fff;
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeWindowButton {
	position: absolute;
	left: auto;
	right: 0;
	width: 29px;
	height: 29px;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
	transition: color .1s ease-in-out, background .1s ease-in-out;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 600;
	line-height: 29px;
	overflow: hidden;
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	z-index: 100050;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}

.tb-close-icon {
	display: block;
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: "\f158";
	font: normal 20px/29px dashicons;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
	color: #006799;
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}
@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{border-radius:0;padding:5px 105px 5px 5px;width:100%;}.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:.5;padding:0;position:fixed;right:0;width:100%;z-index:99999;}.wps_rma_return_notification_checkbox:after{background:hsla(0,0%,100%,.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 #4b4b4b;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 .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 #4b4b4b;border-radius:0 0 8px 8px;border-top:none;display:none;opacity:0;padding:20px 15px;transition:opacity .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 #4b4b4b;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:#4b4b4b;}.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 #4b4b4b;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,.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;}#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,.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;}}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;}}