/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
div#return_widget_wrap {
  margin-top: 30px;
  width: 100%;
  padding: 10px;
  font-family: sans-serif !important;
  display: none;
}
div#onerma_results__wrap {
  padding: 0px 10px;
  font-family: sans-serif !important;
}
#onerma_results_tbl,#sales_products_table {
  border-collapse: collapse;
  width: 100%;
}
div#rma_form_values label {
  margin-top: 18px;
  color: #333333;
}
#onerma_results_tbl th,
td,
#sales_products_table th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
table#onerma_results_tbl td {
  width: 14.28%;
}
table#onerma_results_tbl th:last-child,table#onerma_results_tbl thead td:last-child{
  text-align: right !important;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  display: block;
  margin: 10px 0px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  border-left: 3px solid #8eb57e;
}
div#rma_form_values {
  display: flex;
  flex-direction: column;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #ff312d;
  display: block;
  margin: 10px 0px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  border-left: 3px solid #ffa3a2;
}

button#openWidget {
  background: #c1c1c1;
  color: #333333;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  opacity: .8;
}

.returnable_alerts {
  margin: 40px 0px 0px !important;
  letter-spacing: 1px;
  font-family: sans-serif !important;
  font-size: 16px;
  border: 1px solid;
  padding: 14px;
}
.returnable_alerts p {
  margin: 0;
}
button#openWidget:hover {
  opacity: 1;
  transition: .3s;
  user-select: none;
}
select,input[type="checkbox"]{
  cursor: pointer;
}
div#sales_products {
  margin-top: 31px;
}
table#onerma_results_tbl tr th, table#onerma_results_tbl tr td,
table#sales_products_table tr th, table#sales_products_table tr td {
  font-size: 14px;
}
table#onerma_results_tbl tr th, table#onerma_results_tbl tr td,
table#sales_products_table tr th, table#sales_products_table tr td {
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  padding: 12px;
}
table#onerma_results_tbl tr th,#sales_products_table tr th {
  background: #efefef;
  padding: 8px 15px;
  width: 10%;
}
select#motive,select#sale_ids {
  padding: 5px;
  height: 32px;
  font-size: 14px;
}
textarea#mycomment {
  margin-bottom: 30px;
}
button#submit_rma {
  background: #3c763d42;
  padding: 10px 33px;
  color: #656565;
  border: .5px solid #3c763d5e;
  opacity: .8;
}
button#submit_rma:hover{
  transition: .3s;
  opacity: 1;
}
input:disabled,select:disabled,textarea:disabled,.disable,button#submit_rma:disabled{
  border-color: #ddd;
  color: #909090;
  opacity: .5;
  cursor: default;
}
button#submit_rma:disabled{
  background-color: #ddd;
}
label.disable {
  color: #ddd;
  cursor: default;
}
h2.onerma-title {
  padding: 5px 0px;
}
div#onerma_results {
  padding: 10px 0px;
  width: 100%;
}
ul.productos_list {
  padding: 0;
  list-style: auto;
}
td.accordions {
  padding: 0 !important;
}
td.accordions table thead{
  cursor: pointer;
}
td.accordions table tbody{
  display: none;
  background-color: #efefef;
}
td.accordions table {
  margin-bottom: 3px;
}
.mensajes {
  padding: 10px;
}
.rma_buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rma_buttons button,.rma_buttons label {
  width: fit-content;
  cursor: pointer;
}
label#tirmscondition {
  color: #706666;
}
div#tirmsModal {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #000000bf;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tirms_contents {
  width: 40%;
  background: #fff;
  padding: 15px 20px;
  border-radius: 6px;
}
h3.tirms_title {
  padding: 8px !important;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.tiems_body {
  height: 55vh;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ddd;
}
.tiems_body p{
  font-size: 14px;
  margin-bottom: 0;
}
.tirms_footer {
  padding: 15px 0px 0px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.tirms_footer button {
  text-transform: uppercase;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600;
  padding: 10px 20px;
  height: fit-content;
  border: none;
  box-shadow: none;
  outline: none;
  border-color: transparent;
}
button.tirms_accepts{
  background: #03a9f4  !important;
  color: #fff  !important;
}
button.tirms_cancel{
  background: transparent !important;
  color: #656565  !important;
}
.tirms_footer button:hover{
  opacity: .8;
}
.tiems_body::-webkit-scrollbar {
  width: 10px;
}
.tiems_body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.tiems_body::-webkit-scrollbar-thumb {
  background: #888; 
}
.tiems_body::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
span.arrowIcon {
  font-size: 24px;
  transform: rotate( -90deg ) scaleY(1.5);
  display: block;
  color: #666666;
  float:right;
}
span.arrowText {
  font-weight: bold;
  display: block;
  color: #FF8300;
  float:left;
  margin-top: 5px;
}
.mensajes ul {
    margin: 0;
    list-style: none;
}
.mensajes ul li{
    padding-bottom: 10px;
}
.mensajes ul li:last-child{
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .tirms_contents{
    width: 60%;
  }
  .rmatable {
    overflow-x: auto;
  }
}

@media only screen and (max-width: 600px) {
  .tirms_contents{
    width: 80%;
  }
}