.fade-in {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  backface-visibility: hidden;
}
.fade-in:hover {
  opacity: 1;
}

.fade-out {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  backface-visibility: hidden;
}
.fade-out:hover {
  opacity: 0.7;
}

.zoom-in {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  backface-visibility: hidden;
}
.zoom-in:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.zoom-out {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  backface-visibility: hidden;
}
.zoom-out:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.rating {
  padding: 5px 0px;
  display: block;
  font-size: 0.8em;
  width: 100%;
  display: inline-block;
}
.rating i {
  margin-right: 3px;
}
.rating .fas.fa-star {
  color: #f3d641;
}
.rating .far.fa-star {
  color: #f3d641;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.display-block {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: auto;
}

.display-inline-block {
  display: inline-block !important;
  width: 100%;
  box-sizing: border-box;
  height: auto;
}

.form-yet.gray {
  margin-top: 10px;
  display: inline-block;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  max-width: 850px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .modal-container {
    padding: 10px;
  }
}
.modal-header {
  font-size: 1.26em;
}

.modal-body {
  margin: 20px 0;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-default-button {
  float: right;
  background: transparent;
  font-size: 1.4em;
  font-weight: lighter;
  opacity: 0.5;
  padding: 0px;
  margin: 0px;
  width: 50px;
  border: 0px;
  cursor: pointer;
  margin-top: -3px;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: inherit;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.template-page {
  z-index: 2 !important;
}

.avia-element-heading {
  border-bottom: 1px solid #dadada !important;
  background: #efefef !important;
  position: relative !important;
  top: -1px !important;
  border-top: 1px solid #e0e0e0 !important;
}

.cssload-center {
  width: 100%;
  display: block;
  padding: 40px 10px;
  box-sizing: border-box;
  text-align: center;
}
.cssload-center .cssload-spin-box {
  margin: 50px !important;
  display: inline-block;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -o-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -ms-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -moz-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  animation: cssload-spin ease infinite 3.2s;
  -o-animation: cssload-spin ease infinite 3.2s;
  -ms-animation: cssload-spin ease infinite 3.2s;
  -webkit-animation: cssload-spin ease infinite 3.2s;
  -moz-animation: cssload-spin ease infinite 3.2s;
}
@keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@-o-keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@-ms-keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@-webkit-keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@-moz-keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}

.contenedor-pagina {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  float: left;
  padding: 15px;
  min-height: 500px;
}
.contenedor-pagina form {
  width: 100%;
  display: flex;
  border: 1px solid;
  padding: 10px;
}
.contenedor-pagina .container_wrap {
  border-top: 0px;
}

.not-found {
  margin-top: 20px;
}

.row:after {
  display: block;
  clear: both;
  content: "";
}

.row + .row {
  margin-top: 2%;
}

[class^=columna-] {
  padding: 2px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0px;
  float: left;
}
[class^=columna-]:last-child {
  margin-right: 0%;
}

.columna-1 {
  width: 8.3333333333%;
}

.columna-2 {
  width: 16.6666666667%;
}

.columna-3 {
  width: 25%;
}

.columna-4 {
  width: 33.3333333333%;
}

.columna-5 {
  width: 41.6666666667%;
}

.columna-6 {
  width: 50%;
}

.columna-7 {
  width: 58.3333333333%;
}

.columna-8 {
  width: 66.6666666667%;
}

.columna-9 {
  width: 75%;
}

.columna-10 {
  width: 83.3333333333%;
}

.columna-11 {
  width: 91.6666666667%;
}

.columna-12 {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .columna-t-1 {
    width: 8.3333333333%;
  }

  .columna-t-2 {
    width: 16.6666666667%;
  }

  .columna-t-3 {
    width: 25%;
  }

  .columna-t-4 {
    width: 33.3333333333%;
  }

  .columna-t-5 {
    width: 41.6666666667%;
  }

  .columna-t-6 {
    width: 50%;
  }

  .columna-t-7 {
    width: 58.3333333333%;
  }

  .columna-t-8 {
    width: 66.6666666667%;
  }

  .columna-t-9 {
    width: 75%;
  }

  .columna-t-10 {
    width: 83.3333333333%;
  }

  .columna-t-11 {
    width: 91.6666666667%;
  }

  .columna-t-12 {
    width: 100%;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .columna-m-1 {
    width: 8.3333333333%;
  }

  .columna-m-2 {
    width: 16.6666666667%;
  }

  .columna-m-3 {
    width: 25%;
  }

  .columna-m-4 {
    width: 33.3333333333%;
  }

  .columna-m-5 {
    width: 41.6666666667%;
  }

  .columna-m-6 {
    width: 50%;
  }

  .columna-m-7 {
    width: 58.3333333333%;
  }

  .columna-m-8 {
    width: 66.6666666667%;
  }

  .columna-m-9 {
    width: 75%;
  }

  .columna-m-10 {
    width: 83.3333333333%;
  }

  .columna-m-11 {
    width: 91.6666666667%;
  }

  .columna-m-12 {
    width: 100%;
  }
}
.menu-usuario {
  display: inline-block;
}
.menu-usuario ul {
  padding: 0px;
  margin: 0px;
  display: flex;
}
.menu-usuario ul li {
  margin-top: 4px;
  display: inline-flex;
}
.menu-usuario ul li > a {
  margin-right: 8px;
  text-decoration: none;
}

.mensajes-resultados {
  font-size: 1.6em;
  box-sizing: border-box;
  padding: 10px;
  font-weight: bold;
}

.form-yet p {
  margin: 0px;
}
.form-yet .boton-buscar {
  position: relative;
  top: 18px;
}
@media screen and (max-width: 768px) {
  .form-yet .boton-buscar {
    top: 0px;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.tachado {
  text-decoration: line-through;
}

.yet-tabs {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-top: 0px !important;
}
.yet-tabs nav {
  width: 100%;
  display: inline-block;
  height: auto;
}
.yet-tabs nav ul {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  border-bottom: 1px solid;
  width: 100%;
  display: inline-block;
  background-color: transparent !important;
  /*li:first-child {
  	border-right: 1px solid;
  }
  li.active:first-child {
  	border-left: 0px !important;
  	border-right: 1px solid;
  }
  li.active:last-child {
  	border-right: 0px;
  }*/
}
.yet-tabs nav ul li {
  padding: 15px;
  margin: 0px;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  cursor: pointer;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .yet-tabs nav ul li {
    width: 100%;
  }
}
.yet-tabs nav ul li:first-child {
  box-shadow: none;
}
.yet-tabs nav ul li.active {
  position: relative;
  top: 1px;
  border-right: 1px solid;
  border-left: 1px solid;
  background-image: none;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  left: 0px;
  box-shadow: 1px -2px 2px rgba(0, 0, 0, 0.05);
}
.yet-tabs .container-tab {
  display: none;
  box-sizing: border-box;
}
.yet-tabs section {
  width: 100%;
  display: inline-block;
  height: auto;
}

.ocultar {
  display: none !important;
}

.mostrar {
  display: block !important;
}

.caja-tooltip {
  position: fixed;
  width: 100%;
  max-width: 320px;
  z-index: 1000;
  border-width: 1px;
  border-style: solid;
}
.caja-tooltip .borde-superior {
  display: inline-block;
  font-size: 0.9em;
  float: left;
  width: 100%;
  text-align: center;
}
.caja-tooltip .borde-superior i {
  position: relative;
  top: -7px;
}
.caja-tooltip .borde-superior .boton-descarga-prepedido img {
  width: 25px;
  margin-left: 25px;
}
.caja-tooltip .borde-superior .order {
  font-style: italic;
  opacity: 0.8;
  font-size: 0.9em;
  margin-top: 8px;
  padding-right: 15px;
}
.caja-tooltip .borde-superior span {
  padding: 5px 10px;
}
.caja-tooltip .borde-superior .triangulo {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: inherit;
}
.caja-tooltip .contenido {
  display: inline-block;
  float: left;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
}
.caja-tooltip .pie {
  display: inline-block;
  float: left;
  width: 100%;
}
.caja-tooltip .pie > a {
  margin: 10px;
}
.caja-tooltip .pie #eliminar-pedido {
  margin-top: 16px;
  display: inline-block;
}
.caja-tooltip .pie #eliminar-pedido i {
  margin-right: 5px;
}

.carro-lista-articulos table {
  margin: 0px;
  border-bottom: 0px;
}
.carro-lista-articulos table .miniatura {
  width: 70px !important;
  padding: 0px;
  display: inline-block;
  padding: 0px 10px !important;
}
.carro-lista-articulos table tr td {
  padding: 3px;
}
.carro-lista-articulos table tr td .datos {
  display: inline-block;
}
.carro-lista-articulos table tr td .datos .producto {
  font-size: 0.9em;
}
.carro-lista-articulos table tr td .datos p {
  padding: 0px;
  margin: 5px 0px;
}
.carro-lista-articulos table tr td .datos small i {
  margin-right: 2px;
  margin-left: 5px;
}

.lista-articulos {
  padding: 0px;
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.lista-articulos .menu > a {
  float: right;
  padding: 15px;
  font-size: 1.5em;
}
.lista-articulos > div > div article {
  padding: 5px 8px;
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}
.lista-articulos > div > div article figure {
  float: left;
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lista-articulos > div > div article figure {
    width: 100%;
  }
}
.lista-articulos > div > div article .datos {
  display: inline-block;
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lista-articulos > div > div article .datos {
    width: 100%;
  }
}
.lista-articulos > div > div article .datos p {
  margin: 0px;
}
.lista-articulos > div > div article .datos small {
  margin: 0px;
}
.lista-articulos > div > div article .datos small i {
  margin-right: 5px;
  margin-left: 4px;
}

.tabla-resumen {
  background: none !important;
  table-layout: fixed;
  margin: 0px;
  width: auto;
}
.tabla-resumen .nombre-tienda {
  font-size: 0.7em;
  white-space: nowrap;
  text-align: right;
  width: 140px;
}
.tabla-resumen .nombre-tienda .precio {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .tabla-resumen .nombre-tienda .precio {
    font-size: 1em;
  }
}
.tabla-resumen .columna-total {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .tabla-resumen .columna-total {
    width: 60px;
  }
}
.tabla-resumen i {
  font-size: 1.6em;
  margin-right: 3px;
}
.tabla-resumen .input-caja {
  width: 30px !important;
  margin: 0px !important;
  float: right;
}
.tabla-resumen .span-numero-cajas {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 1.2em;
}
.tabla-resumen .icono-caja {
  position: relative;
  top: 3px;
}
.tabla-resumen tbody tr {
  background: none !important;
  border: none !important;
}
.tabla-resumen tbody tr td {
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  height: auto;
  border: none !important;
  padding: 0px;
  vertical-align: unset !important;
}
@media screen and (max-width: 768px) {
  .tabla-resumen tbody tr td {
    font-size: 0.8em;
  }
}
.tabla-resumen tbody tr td input {
  max-width: 40px;
}
.tabla-resumen thead tr {
  background: none !important;
  border: none !important;
}
.tabla-resumen thead tr th {
  padding: 0px 5px;
  border-color: transparent;
  border: none !important;
  vertical-align: unset !important;
}
@media screen and (max-width: 768px) {
  .tabla-resumen thead tr th {
    width: 35px;
    font-size: 0.8em;
    padding: 0px;
  }
}
.tabla-resumen thead tr th .talla-nombre {
  border-bottom: 1px dotted;
  opacity: 0.6;
  width: 80%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.tabla-resumen tfoot tr {
  background: none !important;
}
.tabla-resumen tfoot tr td {
  border: none !important;
  vertical-align: unset !important;
}

.tabla-sin-bordes {
  background: none !important;
  table-layout: auto;
  display: inline-block;
  width: 100%;
}
.tabla-sin-bordes tbody tr {
  background: none !important;
  border: none !important;
}
.tabla-sin-bordes tbody tr td {
  padding: 0px;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  height: auto;
  border: none !important;
}
.tabla-sin-bordes tbody tr td input {
  max-width: 50px;
}
.tabla-sin-bordes thead tr {
  background: none !important;
  border: none !important;
}
.tabla-sin-bordes thead tr th {
  padding: 0px;
  border-color: transparent;
  min-width: 60px;
  border: none !important;
}
.tabla-sin-bordes thead tr th span {
  border-bottom: 1px solid !important;
}
.tabla-sin-bordes tfoot tr {
  background: none !important;
}
.tabla-sin-bordes tfoot tr td {
  padding: 0px;
  border: none !important;
}

.no-selectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cursor-pointer {
  cursor: pointer;
}

.caja-tienda {
  cursor: pointer;
}

.padding-top-bottom-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding-top-bottom-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-top-bottom-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.padding-top-bottom-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.padding-top-bottom-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.padding-left-right-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-left-right-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-left-right-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.padding-left-right-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.padding-left-right-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.no-border {
  border-width: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.texto-vertical {
  transform: rotate(70deg);
  transform-origin: left top 0;
}

.opacity-5 {
  opacity: 0.5;
}

.font-size-05 {
  font-size: 0.5em;
}

.font-size-06 {
  font-size: 0.6em;
}

.font-size-07 {
  font-size: 0.7em;
}

.font-size-08 {
  font-size: 0.8em;
}

.font-size-09 {
  font-size: 0.9em;
}

.font-size-1 {
  font-size: 1em;
}

.font-size-1-1 {
  font-size: 1.1em;
}

.font-size-1-2 {
  font-size: 1.2em;
}

.font-size-1-3 {
  font-size: 1.3em;
}

.font-size-1-4 {
  font-size: 1.4em;
}

.font-size-1-5 {
  font-size: 1.5em;
}

.font-size-1-6 {
  font-size: 1.6em;
}

.font-size-1-7 {
  font-size: 1.7em;
}

.font-size-1-8 {
  font-size: 1.8em;
}

.position-absolute {
  position: absolute;
}

.borde-container {
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

@media screen and (max-width: 768px) {
  .ocultar-movil {
    display: none;
  }
}

.mostrar-movil {
  display: none;
}
@media screen and (max-width: 768px) {
  .mostrar-movil {
    display: block;
  }
}

.menu-fix {
  height: 20px !important;
  line-height: 20px !important;
}
@media screen and (min-width: 1300px) {
  .menu-fix .contenedor-responsive {
    display: inline-block;
    width: 96%;
  }
}

@media screen and (max-width: 844px) {
  .menu-usuario-li .sub-menu i {
    margin-right: 6px;
  }
}
.color-error {
  color: #c13d3d;
}

.color-alerta {
  color: #b5ac6c;
}

.tabs-login ul li {
  margin: 0px;
  font-size: 1.3em;
  font-weight: bold;
  padding: 20px 10px 10px;
}
.tabs-login ul li a:hover {
  text-decoration: none;
}

.modal-forms form {
  margin-bottom: 0px !important;
}
.modal-forms fieldset {
  margin-bottom: 0px !important;
}
.modal-forms input, .modal-forms select, .modal-forms textarea {
  margin-bottom: 6px !important;
}
.modal-forms label {
  font-weight: lighter !important;
}
.modal-forms input[type=checkbox] {
  height: 18px;
  width: 18px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.modal-forms input[type=submit] {
  margin-right: 0px !important;
}
.modal-forms [class^=columna-] {
  min-height: 74px;
}

.menu-usuario-li {
  min-width: 120px;
}

.menu-usuario-opciones {
  width: 320px !important;
  display: block;
  position: absolute !important;
}
.menu-usuario-opciones li > a {
  line-height: unset !important;
  height: auto !important;
}
.menu-usuario-opciones li > a i {
  margin-right: 5px;
}

.seccion-diagonal {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.image-overlay {
  display: none !important;
}

.tabla-no-background {
  background: none !important;
}
.tabla-no-background thead {
  background: none !important;
}
.tabla-no-background thead tr {
  background: none !important;
}
.tabla-no-background thead tr th {
  background: none !important;
}
.tabla-no-background tbody {
  background: none !important;
}
.tabla-no-background tbody tr {
  background: none !important;
}
.tabla-no-background tbody tr td {
  background: none !important;
}

.cliente-secciones nav ul li, .pedidos-secciones nav ul li {
  padding: 8px 10px !important;
}
@media screen and (max-width: 990px) {
  .cliente-secciones nav ul li.active, .pedidos-secciones nav ul li.active {
    background: #ababab;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
}

.notas .texto-informativo {
  padding-top: 8px;
}
.notas .nota-tipo label {
  padding-top: 6px;
  padding-right: 10px;
  display: block;
  font-size: 0.92em;
}
input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.2);
  /* IE */
  -moz-transform: scale(1.2);
  /* FF */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  transform: scale(1.2);
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext {
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

.tabla-div {
  font-size: 0.9em;
  font-size: 0.9em;
  padding: 10px;
  box-sizing: border-box;
}
.tabla-div .cabecera div {
  border-top: 0px none !important;
}
.tabla-div > div, .tabla-div .row {
  padding: 0px !important;
  margin: 0px !important;
}
.tabla-div > div > div, .tabla-div .row > div {
  border-top: 1px dashed;
  min-height: 30px;
  padding: 5px;
}
.tabla-div > div > a, .tabla-div .row > a {
  text-decoration: none;
}

.listado-cajas li {
  padding: 15px !important;
}
.listado-cajas li article {
  margin-right: 10px;
  padding: 15px;
  border: 1px solid;
  display: inline-block;
  height: auto;
  width: 100%;
  min-height: 180px;
}

.boton-descargar-catalogo {
  position: fixed;
  width: 240px;
  background: white;
  top: 144px;
  right: 48px;
  z-index: 100;
  padding: 10px;
  border-radius: 3px;
  color: #000;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.boton-descargar-catalogo > a, .boton-descargar-catalogo .boton-descargar-catalogo-dropdown li > a {
  display: block;
  margin: 0px;
  padding: 3px;
  font-size: 0.9em;
  color: #333;
}
.boton-descargar-catalogo > a:hover, .boton-descargar-catalogo .boton-descargar-catalogo-dropdown li > a:hover {
  background: #e8efef;
}
.boton-descargar-catalogo > a i, .boton-descargar-catalogo .boton-descargar-catalogo-dropdown li > a i {
  font-size: 15px;
  margin-right: 5px;
}
.boton-descargar-catalogo .boton-descargar-catalogo-dropdown {
  display: none;
}
.boton-descargar-catalogo .boton-descargar-catalogo-dropdown li {
  display: block;
  border-bottom: 1px dashed;
  padding: 5px 8px;
}
.boton-descargar-catalogo:hover .boton-descargar-catalogo-dropdown {
  display: block;
}

.mensaje-info {
  background: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
}

.mensaje-error {
  background: #ffe7e7;
  padding: 10px;
  border-radius: 5px;
}

/*# sourceMappingURL=style.css.map */
