/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 280px) and (max-device-width : 320px) {
.Admin-ProfileInvoice > table  {display:block;}
.Admin-ProfileInvoice > table thead {display:block;}
.Admin-ProfileInvoice > table tbody {display:block;}
.Admin-ProfileInvoice > table th {display:block;}
.Admin-ProfileInvoice > table td {display:block;}
.Admin-ProfileInvoice > table tr {display:block;}
.Admin-ProfileInvoice > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ProfileInvoice > table tr {border: 1px solid #ccc;}
.Admin-ProfileInvoice > table tr:nth-child(even) {background:#fff;color:#545454;text-align:right;}
.Admin-ProfileInvoice > table tr:nth-child(odd) {background:#ffffd8;color:#989898;text-align:right;}
.Admin-ProfileInvoice > table td {/* Behave  like a "row" */border:none;position:relative;padding-left:50% !important;text-align:center;}
.Admin-ProfileInvoice > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px dashed #cccccc;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;}
/*Label the data*/
.Admin-ProfileInvoice > table td:nth-of-type(1):before {display:none;content:"Logo";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(2):before {content:"Restaurante";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(3):before {content:"Fecha de creado";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(4):before {content:"Teléfono";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(5):before {content:"Estatus del proveedor";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(6):before {content:"Cantidad de platos";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(7):before {content:"% de ganacia por afiliacion";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(8):before {content:"% de ganacia por ventas";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(8):before {content:"Total final";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-ProfileProducts > table  {display:block;}
.Admin-ProfileProducts > table thead {display:block;}
.Admin-ProfileProducts > table tbody {display:block;}
.Admin-ProfileProducts > table th {display:block;}
.Admin-ProfileProducts > table td {display:block;}
.Admin-ProfileProducts > table tr {display:block;}
.Admin-ProfileProducts > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ProfileProducts > table tr {border: 1px solid #ccc;}
.Admin-ProfileProducts > table tr:nth-child(even){background:#fff;color:#545454;}
.Admin-ProfileProducts > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-ProfileProducts > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:50%;}
.Admin-ProfileProducts > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-ProfileProducts > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileProducts > table td:nth-of-type(2):before {content:"Imagen";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileProducts > table td:nth-of-type(3):before {content:"Cantidad";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileProducts > table td:nth-of-type(4):before {content:"Precio";color:#545454;font-size:0.9em;font-weight:bold;}/*end*/

.Admin-Shopping > table  {display:block;}
.Admin-Shopping > table thead {display:block;}
.Admin-Shopping > table tbody {display:block;}
.Admin-Shopping > table th {display:block;}
.Admin-Shopping > table td {display:block;}
.Admin-Shopping > table tr {display:block;}
.Admin-Shopping > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Shopping > table tr {border: 1px solid #ccc;}
.Admin-Shopping > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:50%;}
.Admin-Shopping > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Shopping > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(2):before {content:"Precio";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(3):before {content:"Cantidad";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(4):before {content:"Vista Previa";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Order > table  {display:block;}
.Admin-Order > table thead {display:block;}
.Admin-Order > table tbody {display:block;}
.Admin-Order > table th {display:block;}
.Admin-Order > table td {display:block;}
.Admin-Order > table tr {display:block;}
.Admin-Order > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Order > table tr {border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-bottom:0;}
.Admin-Order > table tr:nth-child(even){background:#fff;color:#545454;}
.Admin-Order > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-Order > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:50%; }
.Admin-Order > table td:before { /* Now like a table header */position: absolute;/* Top/left values mimic padding */border-bottom:1px solid #e9e9e9;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Order > table td:nth-of-type(1):before   {content:"N° Trámite";text-align:left;color:#66872e;font-size:1em;font-weight:bold;border:0;padding:10px 0 0;}
.Admin-Order > table td:nth-of-type(2):before   {content:"Perfil";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(3):before   {content:"Nombre";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(4):before   {content:"Teléfono";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(5):before   {content:"Dirección";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(6):before   {content:"Fecha emisión";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(7):before   {content:"Fecha renovación";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(8):before   {content:"Estatus";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(9):before   {content:"Método de Pago";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(10):before  {content:"Total";text-align:left;color:#cc222a;font-size:0.8em;font-weight:bold;border:0;}

.Admin-OrderDetails > table  {display:block;}
.Admin-OrderDetails > table thead {display:block;}
.Admin-OrderDetails > table tbody {display:block;}
.Admin-OrderDetails > table th {display:block;}
.Admin-OrderDetails > table td {display:block;}
.Admin-OrderDetails > table tr {display:block;}

.Admin-OrderDetails > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-OrderDetails > table tr {border:0;}
.Admin-OrderDetails > table tr:nth-child(even) {background:#fff;color:#545454;}
.Admin-OrderDetails > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-OrderDetails > table td {border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:31% !important;text-align:center;}
.Admin-OrderDetails > table td:before {position:absolute;border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-OrderDetails > table td:nth-of-type(1):before {content:"Producto:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(2):before {content:"Imagen:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(3):before {content:"Cantidad:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(4):before {content:"Precio:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}

.Admin-StoreContext > table  {display:block;}
.Admin-StoreContext > table thead {display:block;}
.Admin-StoreContext > table tbody {display:block;}
.Admin-StoreContext > table th {display:block;}
.Admin-StoreContext > table td {display:block;}
.Admin-StoreContext > table tr {display:block;}
.Admin-StoreContext > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-StoreContext > table tr {border-radius:5px;box-shadow:0 7px 9px -11px #545454;margin:0 0 3px;padding:5px 0;}
.Admin-StoreContext > table tr:nth-child(even) {border:7px double #eeeeee;background:#ffffff;color:#545454;}
.Admin-StoreContext > table tr:nth-child(odd) {border:7px double #f4f4cd;background:#ffffd8;color:#989898;}
.Admin-StoreContext > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e4e4bd;position:relative;padding-left:50%;}
.Admin-StoreContext > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-StoreContext > table td:nth-of-type(1):before {content:"Editar";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(2):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(3):before {content:"Descripción";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(4):before {content:"Fecha de creado";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(5):before {content:"Creado por";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(6):before {content:"Cantidad de productos";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(7):before {content:"Habilitar Departamento";color:#545454;font-size:0.9em;font-weight:bold;}/*end*/

.Admin-Departments > table  {display:block;}
.Admin-Departments > table thead {display:block;}
.Admin-Departments > table tbody {display:block;}
.Admin-Departments > table th {display:block;}
.Admin-Departments > table td {display:block;}
.Admin-Departments > table tr {display:block;}
.Admin-Departments > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Departments > table tr {border:1px solid #ccc;}
.Admin-Departments > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;}
.Admin-Departments > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Departments > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(2):before {content:"Descripción";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(3):before {content:"Fecha de Creado";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(4):before {content:"Creado por";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(5):before {content:"ID / Departamento";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(6):before {content:"Cantidad de productos";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(7):before {content:"Habilitar";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-ViewUsers > table  {display:block;}
.Admin-ViewUsers > table thead {display:block;}
.Admin-ViewUsers > table tbody {display:block;}
.Admin-ViewUsers > table th {display:block;}
.Admin-ViewUsers > table td {display:block;}
.Admin-ViewUsers > table tr {display:block;}
.Admin-ViewUsers > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ViewUsers > table tr {border:1px solid #ccc;}
.Admin-ViewUsers > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;}
.Admin-ViewUsers > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-ViewUsers > table td:nth-of-type(1):before {content:"Nombre de Usuario";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ViewUsers > table td:nth-of-type(2):before {content:"Fecha de Creación";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ViewUsers > table td:nth-of-type(3):before {content:"Última Sesión";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Templates > table  {display:block;}
.Admin-Templates > table thead {display:block;}
.Admin-Templates > table tbody {display:block;}
.Admin-Templates > table th {display:block;}
.Admin-Templates > table td {display:block;}
.Admin-Templates > table tr {display:block;}
.Admin-Templates > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Templates > table tr {border:1px solid #ccc;padding:0 !important;}
.Admin-Templates > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #eee;position:relative;padding:0 0 0 31% !important;padding:0;}
.Admin-Templates > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:0;border-right:1px solid #b7b7b7;left:6px;width:32%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Templates > table td:nth-of-type(1):before  {content:"ID";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(2):before  {content:"Nombre";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(3):before  {content:"Fecha de Creado";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(4):before  {content:"Creado por";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(5):before  {content:"Mostrar en Inicio";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(6):before  {content:"Parent ID";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(7):before  {content:"Tipo";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(8):before  {content:"ID / Tienda";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(9):before  {content:"Imagen Activa";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(10):before {content:"Título";color: #545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(11):before {content:"Visible";color:#545454;font-size:0.8em;font-weight:bold;}
/*end*/

.Admin-ShoppingCartView > table  {display:block;}
.Admin-ShoppingCartView > table thead {display:block;}
.Admin-ShoppingCartView > table tbody {display:block;}
.Admin-ShoppingCartView > table th {display:block;}
.Admin-ShoppingCartView > table td {display:block;}
.Admin-ShoppingCartView > table tr {display:block;}
.Admin-ShoppingCartView > table thead tr { position:absolute;top:-9999px;left:-9999px;}
.Admin-ShoppingCartView > table tr {border:1px solid #ccc;}
.Admin-ShoppingCartView > table td {/* Behave  like a "row" */border:none;border-bottom:1px dashed #eceaea;position:relative;padding-left:50%;}
.Admin-ShoppingCartView > table td:before { /* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;}
/*Label the data*/
.Admin-ShoppingCartView > table td:nth-of-type(1):before {content:"Product";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(2):before {content:"Price";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(3):before {content:"Quantity";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(4):before {content:"Preview";color:#767676;font-size:0.9em;font-weight:bold;}
/*end*/
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.Admin-ProfileInvoice > table  {display:block;}
.Admin-ProfileInvoice > table thead {display:block;}
.Admin-ProfileInvoice > table tbody {display:block;}
.Admin-ProfileInvoice > table th {display:block;}
.Admin-ProfileInvoice > table td {display:block;}
.Admin-ProfileInvoice > table tr {display:block;}
.Admin-ProfileInvoice > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ProfileInvoice > table tr {border: 1px solid #ccc;}
.Admin-ProfileInvoice > table tr:nth-child(even) {background:#fff;color:#545454;text-align:right;}
.Admin-ProfileInvoice > table tr:nth-child(odd) {background:#ffffd8;color:#989898;text-align:right;}
.Admin-ProfileInvoice > table td {/* Behave  like a "row" */border:none;position:relative;padding-left:50% !important;text-align:center;}
.Admin-ProfileInvoice > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px dashed #cccccc;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;}
/*Label the data*/
.Admin-ProfileInvoice > table td:nth-of-type(1):before {display:none;content:"Logo";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(2):before {content:"Restaurante";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(3):before {content:"Fecha de creado";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(4):before {content:"Teléfono";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(5):before {content:"Estatus del proveedor";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(6):before {content:"Cantidad de platos";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(7):before {content:"% de ganacia por afiliacion";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(8):before {content:"% de ganacia por ventas";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(8):before {content:"Total final";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-ProfileProducts > table  {display:block;}
.Admin-ProfileProducts > table thead {display:block;}
.Admin-ProfileProducts > table tbody {display:block;}
.Admin-ProfileProducts > table th {display:block;}
.Admin-ProfileProducts > table td {display:block;}
.Admin-ProfileProducts > table tr {display:block;}
.Admin-ProfileProducts > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ProfileProducts > table tr {border: 1px solid #ccc;}
.Admin-ProfileProducts > table tr:nth-child(even) {background:#fff;color:#545454;}
.Admin-ProfileProducts > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-ProfileProducts > table td { /* Behave  like a "row" */border:none;border-bottom: 1px solid #e9e9e9;position:relative;padding-left:50%;}
.Admin-ProfileProducts > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-ProfileProducts > table td:nth-of-type(1):before {content:"Nombre";color: #545454;font-size: 0.9em;font-weight: bold;}
.Admin-ProfileProducts > table td:nth-of-type(2):before {content: "Imagen";color: #545454;font-size: 0.9em;font-weight: bold;}
.Admin-ProfileProducts > table td:nth-of-type(3):before {content:"Cantidad";color: #545454;font-size: 0.9em;font-weight: bold;}
.Admin-ProfileProducts > table td:nth-of-type(4):before {content:"Precio";color: #545454;font-size: 0.9em;font-weight: bold;}
/*end*/

.Admin-Shopping > table  {display:block;}
.Admin-Shopping > table thead {display:block;}
.Admin-Shopping > table tbody {display:block;}
.Admin-Shopping > table th {display:block;}
.Admin-Shopping > table td {display:block;}
.Admin-Shopping > table tr {display:block;}
.Admin-Shopping > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Shopping > table tr {border:1px solid #ccc;}
.Admin-Shopping > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:50%;}
.Admin-Shopping > table td:before {/* Now like a table header */position: absolute;/* Top/left values mimic padding */border-bottom: 1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Shopping > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(2):before {content:"Precio";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(3):before {content:"Cantidad";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(4):before {content:"Vista Previa";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Order > table  {display:block;}
.Admin-Order > table thead {display:block;}
.Admin-Order > table tbody {display:block;}
.Admin-Order > table th {display:block;}
.Admin-Order > table td {display:block;}
.Admin-Order > table tr {display:block;}
.Admin-Order > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Order > table tr {border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-bottom:0;}
.Admin-Order > table tr:nth-child(even){background:#fff;color:#545454;}
.Admin-Order > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-Order > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e9e9e9; position:relative;padding-left:50%;}
.Admin-Order > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #e9e9e9;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Order > table td:nth-of-type(1):before {content:"N° Trámite";text-align:left;color:#66872e;font-size:1em;font-weight:bold;border:0;padding:10px 0 0;}
.Admin-Order > table td:nth-of-type(2):before {content:"Perfil";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(3):before {content:"Nombre";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(4):before {content:"Teléfono";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(5):before {content:"Dirección";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(6):before {content:"Fecha emisión";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(7):before {content:"Fecha renovación";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(8):before {content:"Estatus";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(9):before {content:"Método de Pago";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(10):before {content:"Total";text-align:left;color:#cc222a;font-size:0.8em;font-weight:bold;border:0;}

.Admin-OrderDetails > table  {display:block;}
.Admin-OrderDetails > table thead {display:block;}
.Admin-OrderDetails > table tbody {display:block;}
.Admin-OrderDetails > table th {display:block;}
.Admin-OrderDetails > table td {display:block;}
.Admin-OrderDetails > table tr {display:block;}

.Admin-OrderDetails > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-OrderDetails > table tr {border:0;}
.Admin-OrderDetails > table tr:nth-child(even) {background:#fff;color:#545454;}
.Admin-OrderDetails > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-OrderDetails > table td {border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:31% !important;text-align:center;}
.Admin-OrderDetails > table td:before {position:absolute;border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-OrderDetails > table td:nth-of-type(1):before {content:"Producto:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(2):before {content:"Imagen:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(3):before {content:"Cantidad:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(4):before {content:"Precio:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}

.Admin-StoreContext > table  {display:block;}
.Admin-StoreContext > table thead {display:block;}
.Admin-StoreContext > table tbody {display:block;}
.Admin-StoreContext > table th {display:block;}
.Admin-StoreContext > table td {display:block;}
.Admin-StoreContext > table tr {display:block;}
.Admin-StoreContext > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-StoreContext > table tr {border-radius:5px;box-shadow:0 7px 9px -11px #545454;margin:0 0 3px;padding:5px 0;}
.Admin-StoreContext > table tr:nth-child(even) {border:7px double #eeeeee;background:#ffffff;color:#545454;}
.Admin-StoreContext > table tr:nth-child(odd) {border:7px double #f4f4cd;background:#ffffd8;color:#989898;}
.Admin-StoreContext > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e4e4bd;position:relative;padding-left:50%;}
.Admin-StoreContext > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-StoreContext > table td:nth-of-type(1):before {content:"Editar";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(2):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(3):before {content:"Descripción";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(4):before {content:"Fecha de creado";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(5):before {content:"Creado por";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(6):before {content:"Cantidad de productos";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(7):before {content:"Habilitar Departamento";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Departments > table  {display:block;}
.Admin-Departments > table thead {display:block;}
.Admin-Departments > table tbody {display:block;}
.Admin-Departments > table th {display:block;}
.Admin-Departments > table td {display:block;}
.Admin-Departments > table tr {display:block;}
.Admin-Departments > table thead tr { position:absolute;top:-9999px;left:-9999px;}
.Admin-Departments > table tr {border:1px solid #ccc;}
.Admin-Departments > table td { /* Behave  like a "row" */border:none;border-bottom:1px solid #eee; position:relative;padding-left:50%; }
.Admin-Departments > table td:before { /* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%; padding-right:10px; white-space:nowrap;}
/*Label the data*/
.Admin-Departments > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(2):before {content:"Descripción";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(3):before {content:"Fecha de Creado";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(4):before {content:"Creado por";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(5):before {content:"ID / Departamento";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(6):before {content:"Cantidad de productos";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(7):before {content:"Habilitar";color:#545454;font-size: 0.9em;font-weight:bold;}
/*end*/

.Admin-ViewUsers > table  {display:block;}
.Admin-ViewUsers > table thead {display:block;}
.Admin-ViewUsers > table tbody {display:block;}
.Admin-ViewUsers > table th {display:block;}
.Admin-ViewUsers > table td {display:block;}
.Admin-ViewUsers > table tr {display:block;}
.Admin-ViewUsers > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ViewUsers > table tr {border: 1px solid #ccc;}
.Admin-ViewUsers > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;}
.Admin-ViewUsers > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-ViewUsers > table td:nth-of-type(1):before {content:"Nombre de Usuario";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ViewUsers > table td:nth-of-type(2):before {content:"Fecha de Creación";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ViewUsers > table td:nth-of-type(3):before {content:"Última Sesión";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Templates > table  {display:block;}
.Admin-Templates > table thead {display:block;}
.Admin-Templates > table tbody {display:block;}
.Admin-Templates > table th {display:block;}
.Admin-Templates > table td {display:block;}
.Admin-Templates > table tr {display:block;}
.Admin-Templates > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Templates > table tr {border:1px solid #ccc;padding:0 !important;}
.Admin-Templates > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #eee;position:relative;padding:0 0 0 31% !important;}
.Admin-Templates > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:0;left:6px;width:32%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Templates > table td:nth-of-type(1):before  {content:"ID";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(2):before  {content:"Nombre";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(3):before  {content:"Fecha de Creado";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(4):before  {content:"Creado por";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(5):before  {content:"Mostrar en Inicio";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(6):before  {content:"Parent ID";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(7):before  {content:"Tipo";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(8):before  {content:"ID / Tienda";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(9):before  {content:"Imagen Activa";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(10):before {content:"Título";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(11):before {content:"Visible";color:#545454;font-size:0.8em;font-weight:bold;}
/*end*/

.Admin-ShoppingCartView > table  {display:block;}
.Admin-ShoppingCartView > table thead {display:block;}
.Admin-ShoppingCartView > table tbody {display:block;}
.Admin-ShoppingCartView > table th {display:block;}
.Admin-ShoppingCartView > table td {display:block;}
.Admin-ShoppingCartView > table tr {display:block;}
.Admin-ShoppingCartView > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ShoppingCartView > table tr {border:1px solid #ccc;}
.Admin-ShoppingCartView > table td {/* Behave  like a "row" */border:none;border-bottom:1px dashed #eceaea;position:relative;padding-left:50%;}
.Admin-ShoppingCartView > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;}
/*Label the data*/
.Admin-ShoppingCartView > table td:nth-of-type(1):before {content:"Product";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(2):before {content:"Price";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(3):before {content:"Quantity";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(4):before {content:"Preview";color:#767676;font-size:0.9em;font-weight:bold;}
/*end*/

}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (min-device-width: 480px) and (max-device-width: 768px)  {
.Admin-ProfileInvoice > table  {display:block;}
.Admin-ProfileInvoice > table thead {display:block;}
.Admin-ProfileInvoice > table tbody {display:block;}
.Admin-ProfileInvoice > table th {display:block;}
.Admin-ProfileInvoice > table td {display:block;}
.Admin-ProfileInvoice > table tr {display:block;}
.Admin-ProfileInvoice > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ProfileInvoice > table tr {border: 1px solid #ccc;}
.Admin-ProfileInvoice > table tr:nth-child(even) {background:#fff;color:#545454;text-align:right;}
.Admin-ProfileInvoice > table tr:nth-child(odd) {background:#ffffd8;color:#989898;text-align:right;}
.Admin-ProfileInvoice > table td {/* Behave  like a "row" */border:none;position:relative;padding-left:50% !important;text-align:center;}
.Admin-ProfileInvoice > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px dashed #cccccc;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;}
/*Label the data*/
.Admin-ProfileInvoice > table td:nth-of-type(1):before {display:none;content:"Logo";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(2):before {content:"Restaurante";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(3):before {content:"Fecha de creado";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(4):before {content:"Teléfono";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(5):before {content:"Estatus del proveedor";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(6):before {content:"Cantidad de platos";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(7):before {content:"% de ganacia por afiliacion";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(8):before {content:"% de ganacia por ventas";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(8):before {content:"Total final";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-ProfileProducts > table  {display:block;}
.Admin-ProfileProducts > table thead {display:block;}
.Admin-ProfileProducts > table tbody {display:block;}
.Admin-ProfileProducts > table th {display:block;}
.Admin-ProfileProducts > table td {display:block;}
.Admin-ProfileProducts > table tr {display:block;}
.Admin-ProfileProducts > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ProfileProducts > table tr {border: 1px solid #ccc;}
.Admin-ProfileProducts > table tr:nth-child(even) {background:#fff;color:#545454;}
.Admin-ProfileProducts > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-ProfileProducts > table td {/* Behave  like a "row" */border:none;position:relative;padding-left:50%;}
.Admin-ProfileProducts > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-ProfileProducts > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileProducts > table td:nth-of-type(2):before {content:"Imagen";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileProducts > table td:nth-of-type(3):before {content:"Cantidad";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileProducts > table td:nth-of-type(4):before {content:"Precio";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Shopping > table  {display:block;}
.Admin-Shopping > table thead {display:block;}
.Admin-Shopping > table tbody {display:block;}
.Admin-Shopping > table th {display:block;}
.Admin-Shopping > table td {display:block;}
.Admin-Shopping > table tr {display:block;}
.Admin-Shopping > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Shopping > table tr {border: 1px solid #ccc;}
.Admin-Shopping > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:50%;}
.Admin-Shopping > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom: 1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Shopping > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(2):before {content:"Precio";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(3):before {content:"Cantidad";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(4):before {content:"Vista Previa";color:#545454;font-size: 0.9em;font-weight: bold;}
/*end*/

.Admin-Order > table  {display:block;}
.Admin-Order > table thead {display:block;}
.Admin-Order > table tbody {display:block;}
.Admin-Order > table th {display:block;}
.Admin-Order > table td {display:block;}
.Admin-Order > table tr {display:block;}
.Admin-Order > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Order > table tr {border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-bottom:0;}
.Admin-Order > table tr:nth-child(even){background:#fff;color:#545454;}
.Admin-Order > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-Order > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:50%;}
.Admin-Order > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #e9e9e9;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Order > table td:nth-of-type(1):before  {content:"N° Trámite";text-align:left;color:#66872e;font-size:1em;font-weight:bold;border:0;padding:10px 0 0;}
.Admin-Order > table td:nth-of-type(2):before  {content:"Perfil";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(3):before  {content:"Nombre";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(4):before  {content:"Teléfono";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(5):before  {content:"Dirección";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(6):before  {content:"Fecha emisión";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(7):before  {content:"Fecha renovación";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(8):before  {content:"Estatus";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(9):before  {content:"Método de Pago";color:#545454;font-size:0.9em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(10):before {content:"Total";text-align:left;color:#cc222a;font-size:0.8em;font-weight:bold;border:0;}

.Admin-OrderDetails > table  {display:block;}
.Admin-OrderDetails > table thead {display:block;}
.Admin-OrderDetails > table tbody {display:block;}
.Admin-OrderDetails > table th {display:block;}
.Admin-OrderDetails > table td {display:block;}
.Admin-OrderDetails > table tr {display:block;}

.Admin-OrderDetails > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-OrderDetails > table tr {border:0;}
.Admin-OrderDetails > table tr:nth-child(even) {background:#fff;color:#545454;}
.Admin-OrderDetails > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-OrderDetails > table td {border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:31% !important;text-align:center;}
.Admin-OrderDetails > table td:before {position:absolute;border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-OrderDetails > table td:nth-of-type(1):before {content:"Producto:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(2):before {content:"Imagen:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(3):before {content:"Cantidad:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(4):before {content:"Precio:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}

.Admin-StoreContext > table  {display:block;}
.Admin-StoreContext > table thead {display:block;}
.Admin-StoreContext > table tbody {display:block;}
.Admin-StoreContext > table th {display:block;}
.Admin-StoreContext > table td {display:block;}
.Admin-StoreContext > table tr {display:block;}
.Admin-StoreContext > table thead tr { position: absolute;top:-9999px;left:-9999px;}
.Admin-StoreContext > table tr {border-radius:5px;box-shadow:0 7px 9px -11px #545454;margin:5px 0 0;padding:5px 0;}
.Admin-StoreContext > table tr:nth-child(even) {border:7px double #eeeeee;background:#ffffff;color:#545454;}
.Admin-StoreContext > table tr:nth-child(odd) {border:7px double #f4f4cd;background:#ffffd8;color:#989898;}
.Admin-StoreContext > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e4e4bd;position:relative;padding-left:50%;}
.Admin-StoreContext > table td:before { /* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:45%; padding-right:10px; white-space:nowrap;}
/*Label the data*/
.Admin-StoreContext > table td:nth-of-type(1):before {content:"Editar";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(2):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(3):before {content:"Descripción";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(4):before {content:"Fecha de creado";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(5):before {content:"Creado por";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(6):before {content:"Cantidad de productos";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(7):before {content:"Habilitar Departamento";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Departments > table  {display:block;}
.Admin-Departments > table thead {display:block;}
.Admin-Departments > table tbody {display:block;}
.Admin-Departments > table th {display:block;}
.Admin-Departments > table td {display:block;}
.Admin-Departments > table tr {display:block;}
.Admin-Departments > table thead tr { position:absolute;top:-9999px;left:-9999px;}
.Admin-Departments > table tr {border:1px solid #ccc;}
.Admin-Departments > table td { /* Behave  like a "row" */border:none;border-bottom:1px solid #eee; position:relative;padding-left:50%;}
.Admin-Departments > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%; padding-right:10px; white-space:nowrap;}
/*Label the data*/
.Admin-Departments > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(2):before {content:"Descripción";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(3):before {content:"Fecha de Creado";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(4):before {content:"Creado por";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(5):before {content:"ID / Departamento";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(6):before {content:"Cantidad de productos";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(7):before {content:"Habilitar";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-ViewUsers > table  {display:block;}
.Admin-ViewUsers > table thead {display:block;}
.Admin-ViewUsers > table tbody {display:block;}
.Admin-ViewUsers > table th {display:block;}
.Admin-ViewUsers > table td {display:block;}
.Admin-ViewUsers > table tr {display:block;}
.Admin-ViewUsers > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ViewUsers > table tr {border:1px solid #ccc;}
.Admin-ViewUsers > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;}
.Admin-ViewUsers > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-ViewUsers > table td:nth-of-type(1):before {content:"Nombre de Usuario";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ViewUsers > table td:nth-of-type(2):before {content:"Fecha de Creación";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ViewUsers > table td:nth-of-type(3):before {content:"Última Sesión";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Templates > table  {display:block;}
.Admin-Templates > table thead {display:block;}
.Admin-Templates > table tbody {display:block;}
.Admin-Templates > table th {display:block;}
.Admin-Templates > table td {display:block;}
.Admin-Templates > table tr {display:block;}
.Admin-Templates > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Templates > table tr {border:1px solid #ccc;padding:0 !important;}
.Admin-Templates > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #eee;position:relative;padding:0 0 0 31% !important;}
.Admin-Templates > table td:before {/* Now like a table header */position: absolute;/* Top/left values mimic padding */border-bottom:0;left:6px;width:32%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Templates > table td:nth-of-type(1):before  {content:"ID";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(2):before  {content:"Nombre";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(3):before  {content:"Fecha de Creado";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(4):before  {content:"Creado por";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(5):before  {content:"Mostrar en Inicio";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(6):before  {content:"Parent ID";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(7):before  {content:"Tipo";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(8):before  {content:"ID / Tienda";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(9):before  {content:"Imagen Activa";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(10):before {content:"Título";color:#545454;font-size:0.8em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(11):before {content:"Visible";color:#545454;font-size:0.8em;font-weight:bold;}
/*end*/

.Admin-ShoppingCartView > table  {display:block;}
.Admin-ShoppingCartView > table thead {display:block;}
.Admin-ShoppingCartView > table tbody {display:block;}
.Admin-ShoppingCartView > table th {display:block;}
.Admin-ShoppingCartView > table td {display:block;}
.Admin-ShoppingCartView > table tr {display:block;}
.Admin-ShoppingCartView > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ShoppingCartView > table tr {border:1px solid #ccc;}
.Admin-ShoppingCartView > table td {/* Behave  like a "row" */border:none;border-bottom:1px dashed #eceaea;position:relative;padding-left:50%;}
.Admin-ShoppingCartView > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;}
/*Label the data*/
.Admin-ShoppingCartView > table td:nth-of-type(1):before {content:"Product";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(2):before {content:"Price";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(3):before {content:"Quantity";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(4):before {content:"Preview";color:#767676;font-size:0.9em;font-weight:bold;}
/*end*/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 980px)  {
.Admin-ProfileInvoice > table  {display:block;}
.Admin-ProfileInvoice > table thead {display:block;}
.Admin-ProfileInvoice > table tbody {display:block;}
.Admin-ProfileInvoice > table th {display:block;}
.Admin-ProfileInvoice > table td {display:block;}
.Admin-ProfileInvoice > table tr {display:block;}
.Admin-ProfileInvoice > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ProfileInvoice > table tr {border: 1px solid #ccc;}
.Admin-ProfileInvoice > table tr:nth-child(even) {background:#fff;color:#545454;text-align:right;}
.Admin-ProfileInvoice > table tr:nth-child(odd) {background:#ffffd8;color:#989898;text-align:right;}
.Admin-ProfileInvoice > table td {/* Behave  like a "row" */border:none;position:relative;padding-left:50% !important;text-align:center;}
.Admin-ProfileInvoice > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px dashed #cccccc;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;}
/*Label the data*/
.Admin-ProfileInvoice > table td:nth-of-type(1):before {display:none;content:"Logo";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(2):before {content:"Restaurante";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(3):before {content:"Fecha de creado";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(4):before {content:"Teléfono";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(5):before {content:"Estatus del proveedor";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(6):before {content:"Cantidad de platos";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(7):before {content:"% de ganacia por afiliacion";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(8):before {content:"% de ganacia por ventas";color:#545454;font-size:0.87em;font-weight:bold;}
.Admin-ProfileInvoice > table td:nth-of-type(8):before {content:"Total final";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-ProfileProducts > table  {display:block;}
.Admin-ProfileProducts > table thead {display:block;}
.Admin-ProfileProducts > table tbody {display:block;}
.Admin-ProfileProducts > table th {display:block;}
.Admin-ProfileProducts > table td {display:block;}
.Admin-ProfileProducts > table tr {display:block;}
.Admin-ProfileProducts > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ProfileProducts > table tr {border: 1px solid #ccc;}
.Admin-ProfileProducts > table tr:nth-child(even) {background:#fff;color:#545454;}
.Admin-ProfileProducts > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-ProfileProducts > table td {/* Behave  like a "row" */border:none;position:relative;padding-left:50%;}
.Admin-ProfileProducts > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-ProfileProducts > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileProducts > table td:nth-of-type(2):before {content:"Imagen";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileProducts > table td:nth-of-type(3):before {content:"Cantidad";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ProfileProducts > table td:nth-of-type(4):before {content:"Precio";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Shopping > table  {display:block;}
.Admin-Shopping > table thead {display:block;}
.Admin-Shopping > table tbody {display:block;}
.Admin-Shopping > table th {display:block;}
.Admin-Shopping > table td {display:block;}
.Admin-Shopping > table tr {display:block;}
.Admin-Shopping > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Shopping > table tr {border: 1px solid #ccc;}
.Admin-Shopping > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:50%;}
.Admin-Shopping > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom: 1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Shopping > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(2):before {content:"Precio";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(3):before {content:"Cantidad";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Shopping > table td:nth-of-type(4):before {content:"Vista Previa";color:#545454;font-size: 0.9em;font-weight: bold;}
/*end*/

.Admin-Order > table  {display:block;}
.Admin-Order > table thead {display:block;}
.Admin-Order > table tbody {display:block;}
.Admin-Order > table th {display:block;}
.Admin-Order > table td {display:block;}
.Admin-Order > table tr {display:block;}
.Admin-Order > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Order > table tr {border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-bottom:0;}
.Admin-Order > table tr:nth-child(even){background:#fff;color:#545454;}
.Admin-Order > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-Order > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:50%;}
.Admin-Order > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #e9e9e9;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Order > table td:nth-of-type(1):before {content:"N° Trámite";text-align:left;color:#66872e;font-size:1em;font-weight:bold;border:0;padding:10px 0 0;}
.Admin-Order > table td:nth-of-type(2):before {content:"Perfil";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(3):before {content:"Nombre";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(4):before {content:"Teléfono";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(5):before {content:"Dirección";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(6):before {content:"Fecha emisión";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(7):before {content:"Fecha renovación";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(8):before {content:"Estatus";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(10):before {content:"Método de Pago";text-align:left;color:#545454;font-size:0.8em;font-weight:bold;border:0;}
.Admin-Order > table td:nth-of-type(11):before {content:"Total";text-align:left;color:#cc222a;font-size:0.8em;font-weight:bold;border:0;}

.Admin-OrderDetails > table  {display:block;}
.Admin-OrderDetails > table thead {display:block;}
.Admin-OrderDetails > table tbody {display:block;}
.Admin-OrderDetails > table th {display:block;}
.Admin-OrderDetails > table td {display:block;}
.Admin-OrderDetails > table tr {display:block;}

.Admin-OrderDetails > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-OrderDetails > table tr {border:0;}
.Admin-OrderDetails > table tr:nth-child(even) {background:#fff;color:#545454;}
.Admin-OrderDetails > table tr:nth-child(odd) {background:#ffffd8;color:#989898;}
.Admin-OrderDetails > table td {border:none;border-bottom:1px solid #e9e9e9;position:relative;padding-left:31% !important;text-align:center;}
.Admin-OrderDetails > table td:before {position:absolute;border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-OrderDetails > table td:nth-of-type(1):before {content:"Producto:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(2):before {content:"Imagen:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(3):before {content:"Cantidad:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}
.Admin-OrderDetails > table td:nth-of-type(4):before {content:"Precio:";color:#000000;border:0;font-size:1em;font-weight:bold;padding:0;text-align:left;}

.Admin-StoreContext > table  {display:block;}
.Admin-StoreContext > table thead {display:block;}
.Admin-StoreContext > table tbody {display:block;}
.Admin-StoreContext > table th {display:block;}
.Admin-StoreContext > table td {display:block;}
.Admin-StoreContext > table tr {display:block;}
.Admin-StoreContext > table thead tr { position: absolute;top:-9999px;left:-9999px;}
.Admin-StoreContext > table tr {border-radius:5px;box-shadow:0 7px 9px -11px #545454;margin:5px 0 0;padding:5px 0;}
.Admin-StoreContext > table tr:nth-child(even) {border:7px double #eeeeee;background:#ffffff;color:#545454;}
.Admin-StoreContext > table tr:nth-child(odd) {border:7px double #f4f4cd;background:#ffffd8;color:#989898;}
.Admin-StoreContext > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #e4e4bd;position:relative;padding-left:50%;}
.Admin-StoreContext > table td:before { /* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:45%; padding-right:10px; white-space:nowrap;}
/*Label the data*/
.Admin-StoreContext > table td:nth-of-type(1):before {content:"Editar";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(2):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(3):before {content:"Descripción";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(4):before {content:"Fecha de creado";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(5):before {content:"Creado por";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(6):before {content:"Cantidad de productos";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-StoreContext > table td:nth-of-type(7):before {content:"Habilitar Departamento";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Departments > table  {display:block;}
.Admin-Departments > table thead {display:block;}
.Admin-Departments > table tbody {display:block;}
.Admin-Departments > table th {display:block;}
.Admin-Departments > table td {display:block;}
.Admin-Departments > table tr {display:block;}
.Admin-Departments > table thead tr { position:absolute;top:-9999px;left:-9999px;}
.Admin-Departments > table tr {border:1px solid #ccc;}
.Admin-Departments > table td { /* Behave  like a "row" */border:none;border-bottom:1px solid #eee; position:relative;padding-left:50%;}
.Admin-Departments > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%; padding-right:10px; white-space:nowrap;}
/*Label the data*/
.Admin-Departments > table td:nth-of-type(1):before {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(2):before {content:"Descripción";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(3):before {content:"Fecha de Creado";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(4):before {content:"Creado por";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(5):before {content:"ID / Departamento";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(6):before {content:"Cantidad de productos";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Departments > table td:nth-of-type(7):before {content:"Habilitar";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-ViewUsers > table  {display:block;}
.Admin-ViewUsers > table thead {display:block;}
.Admin-ViewUsers > table tbody {display:block;}
.Admin-ViewUsers > table th {display:block;}
.Admin-ViewUsers > table td {display:block;}
.Admin-ViewUsers > table tr {display:block;}
.Admin-ViewUsers > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ViewUsers > table tr {border:1px solid #ccc;}
.Admin-ViewUsers > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;}
.Admin-ViewUsers > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-ViewUsers > table td:nth-of-type(1):before {content:"Nombre de Usuario";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ViewUsers > table td:nth-of-type(2):before {content:"Fecha de Creación";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-ViewUsers > table td:nth-of-type(3):before {content:"Última Sesión";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-Templates > table  {display:block;}
.Admin-Templates > table thead {display:block;}
.Admin-Templates > table tbody {display:block;}
.Admin-Templates > table th {display:block;}
.Admin-Templates > table td {display:block;}
.Admin-Templates > table tr {display:block;}
.Admin-Templates > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-Templates > table tr {border:1px solid #ccc;}
.Admin-Templates > table td {/* Behave  like a "row" */border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;}
.Admin-Templates > table td:before {/* Now like a table header */position: absolute;/* Top/left values mimic padding */border-bottom:1px solid #b7b7b7;left:6px;width:45%;padding-right:10px;white-space:nowrap;}
/*Label the data*/
.Admin-Templates > table td:nth-of-type(1):before  {content:"ID";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(2):before  {content:"Nombre";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(3):before  {content:"Fecha de Creado";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(4):before  {content:"Creado por";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(5):before  {content:"Mostrar en Inicio";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(6):before  {content:"Parent ID";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(7):before  {content:"Tipo";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(8):before  {content:"ID / Tienda";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(9):before  {content:"Imagen Activa";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(10):before {content:"Título";color:#545454;font-size:0.9em;font-weight:bold;}
.Admin-Templates > table td:nth-of-type(11):before {content:"Visible";color:#545454;font-size:0.9em;font-weight:bold;}
/*end*/

.Admin-ShoppingCartView > table  {display:block;}
.Admin-ShoppingCartView > table thead {display:block;}
.Admin-ShoppingCartView > table tbody {display:block;}
.Admin-ShoppingCartView > table th {display:block;}
.Admin-ShoppingCartView > table td {display:block;}
.Admin-ShoppingCartView > table tr {display:block;}
.Admin-ShoppingCartView > table thead tr {position:absolute;top:-9999px;left:-9999px;}
.Admin-ShoppingCartView > table tr {border:1px solid #ccc;}
.Admin-ShoppingCartView > table td {/* Behave  like a "row" */border:none;border-bottom:1px dashed #eceaea;position:relative;padding-left:50%;}
.Admin-ShoppingCartView > table td:before {/* Now like a table header */position:absolute;/* Top/left values mimic padding */left:6px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;}
/*Label the data*/
.Admin-ShoppingCartView > table td:nth-of-type(1):before {content:"Product";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(2):before {content:"Price";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(3):before {content:"Quantity";color:#767676;font-size:0.9em;font-weight:bold;}
.Admin-ShoppingCartView > table td:nth-of-type(4):before {content:"Preview";color:#767676;font-size:0.9em;font-weight:bold;}
/*end*/
}