.navbar-brand {
    margin-right: 50px;
}

footer {
    font-family: 'Roboto Condensed', sans-serif;
    color: #CCCCCC;
    background: #21272f;
    height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    z-index: 3;
    font-weight: bold;
}

footer a {
    color: #0099cc;
}

.margin-bottom-sm {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.input-habituales {
    width: 80px;
    color: #495057;
    padding: 5px 5px 5px 10px;
    background: #fff none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.modal-opciones a:hover {
    text-decoration: none;
}

.modal-ean > h4 {
    color: #CCCCCC;
}

.modal-imagen {
    max-width: 100%;
    max-height: 300px;
}


.modal-dialog {
    max-width: 850px;
}

.modal-access-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-width: 400px;
}

.text-bold {
    font-weight: bold;
}

#select-familia {
    width: 100%;
}

@media (max-width: 991px) {
    .logo {
        width: 100%;
        max-width: 250px;
        padding-left: 10px;
    }
}

@media (min-width: 576px) {
    #formulario-busqueda {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    #formulario-busqueda {
        width: 65%;
        margin: 0 auto;
    }

    .logo {
        width: 100%;
        max-width: 300px;
        padding-left: 15px;
    }
}

.logo_master {
    width: 200px;
    padding-left: 10px;
}

.margin-ceroauto {
    margin: 0 auto;
}

#btn-salir {
    padding-right: 20px;
}

.enlinea {
    display: inline;
}

.si_no {
    margin-left: -60px;
}

.brand_name {
    padding-left: 8px;
    color: #585858;
    text-shadow: -1px 1px 0.5px #17a2b8;
    width: 300px;
}

.card .imagen {
    height: 200px;
}

#unidades {
    width: 60px;
}

#cajas {
    width: 60px;
}

#datos-producto {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
}

.vistas {
    position: absolute;
    right: 20px;
    top: 25px;
}

.menu {
    box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, 0.75);
}

.logo-access {
    width: 250px;
}

.volver {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.volver a {
    text-decoration: none;
}

.menu-activo {
    color: #228DFF;
    -webkit-animation: neon 1s ease-in-out infinite alternate;
    -moz-animation: neon 1s ease-in-out infinite alternate;
    animation: neon 1s ease-in-out infinite alternate;
}

@-moz-keyframes neon {
    from {
        text-shadow: 0 0 1px #228DFF, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #228DFF, 0 0 7px #228DFF, 0 0 8px #228DFF, 0 0 10px #228DFF, 0 0 15px #228DFF;
    }
    to {
        text-shadow: 0 0 0.5px #228DFF, 0 0 1px #fff, 0 0 1.5px #fff, 0 0 2px #228DFF, 0 0 3.5px #228DFF, 0 0 4px #228DFF, 0 0 5px #228DFF, 0 5px #228DFF;
    }
}

@-webkit-keyframes neon {
    from {
        text-shadow: 0 0 1px #228DFF, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #228DFF, 0 0 7px #228DFF, 0 0 8px #228DFF, 0 0 10px #228DFF, 0 0 15px #228DFF;
    }
    to {
        text-shadow: 0 0 0.5px #228DFF, 0 0 1px #fff, 0 0 1.5px #fff, 0 0 2px #228DFF, 0 0 3.5px #228DFF, 0 0 4px #228DFF, 0 0 5px #228DFF, 0 0 5px #228DFF;
    }
}

@keyframes neon {
    from {
        text-shadow: 0 0 1px #228DFF, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #228DFF, 0 0 7px #228DFF, 0 0 8px #228DFF, 0 0 10px #228DFF, 0 0 15px #228DFF;
    }
    to {
        text-shadow: 0 0 0.5px #228DFF, 0 0 1px #fff, 0 0 1.5px #fff, 0 0 2px #228DFF, 0 0 3.5px #228DFF, 0 0 4px #228DFF, 0 0 5px #228DFF, 0 0 5px #228DFF;
    }
}

.text-bold {
    font-weight: bold;
}

.margin-bottom-8x {
    margin-bottom: 8px;
}

.margin-right-8x {
    margin-bottom: 8px;
}

.fila-gris {
    background-color: #e7e7e7;
}

.fila-gris-claro {
    background-color: #bfbfbf;
}

/* CONTENEDOR PARA LOS BOTONES DE LAS OPCIONES PARA AÑADIR-MODIFICAR */

.contenedor-opciones {
    display: table;
    border: 0px;
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
}

.row-contenedor {
    display: table-row;
    width: 100%;
    margin: 0 auto;
}

.cell-contenedor {
    display: table-cell;
    border: 0px;
    vertical-align: middle;
    padding: 5px;
}

.cell-contenedor-etiquetas {
    display: table-cell;
    border: 0px;
    vertical-align: middle;
    padding: 5px;
    padding-top: 15px;
}

@media (max-width: 575px) {
    .cell-contenedor-cantidades {
        border: 0px;
        vertical-align: middle;
        padding: 5px;
        padding-top: 15px;
        display: block;
    }
}

@media (min-width: 576px) {
    .cell-contenedor-cantidades {
        display: table-cell;
        border: 0px;
        vertical-align: middle;
        padding: 5px;
        padding-top: 15px;
    }
}

.row-contendor-botones {
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    margin: 0 auto;
}

a:hover {
    text-decoration: none;
}

button:hover {
    cursor: pointer;
}

#modal-stock {
    padding: 0 5px 0 5px;
    color: #FFFFFF;
}

.stock {
    margin-top: -5px;
}

.flecha-articulos {
    vertical-align: middle;
    padding-top: 10px;
    cursor: pointer;
}

.menu-familias {
    position: absolute;
    left: -100px;
    top: 30px;
    display: none;
}

.menu-familias-visible {
    position: absolute;
    left: -100px;
    top: 30px;
}

.menu-familias li {
    width: 150px;
}

/* Dropdown Button */
/* Dropdown Button */
/* Dropdown Button */

.dropbtn {
    background-color: #f8f9fa;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 225px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: -100px;

}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* MENU CSS VERTICAL */

#cssmenu {
    display: inline-block;
    margin-bottom: 10px;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 265px;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
}

#cssmenu ul ul {
    display: none;
}

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #36aae7;
    background: -webkit-linear-gradient(#36aae7, #1fa0e4);
    background: -moz-linear-gradient(#36aae7, #1fa0e4);
    background: -o-linear-gradient(#36aae7, #1fa0e4);
    background: -ms-linear-gradient(#36aae7, #1fa0e4);
    background: linear-gradient(#36aae7, #1fa0e4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    color: #eeeeee;
    background: #1fa0e4;
    background: -webkit-linear-gradient(#1fa0e4, #1992d1);
    background: -moz-linear-gradient(#1fa0e4, #1992d1);
    background: -o-linear-gradient(#1fa0e4, #1992d1);
    background: -ms-linear-gradient(#1fa0e4, #1992d1);
    background: linear-gradient(#1fa0e4, #1992d1);
}

#cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #1682ba;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: 1px solid #1682ba;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
}

#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
    padding-left: 30px;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}

#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
}

#cssmenu ul ul ul li > a,
#cssmenu ul ul ul li.open > a,
#cssmenu ul ul ul li.active > a {
    background: rgba(184, 202, 227, 0.8);
    color: #777777;
}

#cssmenu ul ul ul li:hover > a {
    background: rgba(87, 176, 227, 0.8);
    color: #777777;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.navbg {
    background: url("../img/header_bg_conexiones_dim.png") no-repeat fixed left top;
}

.navbar-nav-mastergest {
    padding-left: 300px;
}

tbody {
    margin: 0 auto;
}

.access {
    width: 300px;
}

.bg-gris {
    background-color: #DDDDDD;
}

.bg-esta {
    background-color: rgba(255, 254, 147, 0.79);
}



/* ADAPTANDO AL MOVIL */
/* ADAPTANDO AL MOVIL */
/* ADAPTANDO AL MOVIL */

.container-fluid-mobile {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.pedido {
    font-size: 0.8em;
    width: 100%;
    margin-bottom: 10px;
}

.grid-pedido {
    font-size: 0.8em;
    width: 100%;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 15% 75% 10%;
    grid-template-rows: 75px;
    grid-gap: 1rem;
}

.grid-pedido .col1 {
    padding-top: 10px;
    -webkit-border-radius: .20rem 0 0 .20rem;
    -moz-border-radius: .20rem 0 0 .20rem;
    border-radius: .20rem 0 0 .20rem;
}

.grid-pedido .col2 {
    padding-top: 10px;
}

.grid-pedido .col3 {
    padding-top: 10px;
}

.grid-producto {
    font-size: 0.8em;
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: 75px;
    grid-gap: 0.5rem;
}

.grid-producto p {
    margin: 0;
    color: #777777;
}

.grid-producto img {
    padding: 5px;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.grid-producto .col2 {
    padding-right: 30px;
    padding-bottom: 0;
    padding-top: 5px;
}

.grid-carrito {
    font-size: 0.8em;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 20% 66% 10%;
    grid-gap: 0.6rem;
}

.grid-carrito p {
    margin: 0;
    color: #777777;
}

.grid-carrito img {
    padding: 5px;
    max-width: 100%;
    max-height: 75px;
    width: auto;
}

.grid-carrito .hidd {
    display: none;
}

.grid-carrito .col1 {
    width: 100%;
}

.grid-carrito .col2 {
    padding-bottom: 0;
    padding-top: 5px;
}

.grid-carrito .col3 {
    padding-top: 5px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: right;
}


.grid-detalles {
    font-size: 0.8em;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 30% 65%;
    grid-gap: 0.5rem;
}


.grid-detalles p {
    margin: 0;
    color: #777777;
}

.grid-detalles .col1 {
    font-weight: bold;
    padding: 2px;
    color: #777777;
    background-color: #CCCCCC;
}

.esta {
    background-color: #fffb6c;
}

.cursor-pointer {
    cursor: pointer;
}

/**
PARA TABLA DE DOCUMENTOS
 */

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table {
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

.widget.widget-table .table {
    margin-bottom: 0;
    border: none;
}

.widget.widget-table .widget-content {
    padding: 0;
}

.widget .widget-header + .widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget .widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget .widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    text-shadow: 0 1px 0 #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 white, inset 0 -1px 0 rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #bababa;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    border: 1px solid #D5D5D5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.widget .widget-header h3 {
    top: -2px;
    position: relative;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}


/**
MULTI MENU DE NAVEGACIÓN HOVER
 */

.navigation {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
    text-align: left;
    font-weight: bold;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation ul {
    position: relative;
    z-index: 500;
    float: left;
}

.navigation ul li {
    float: left;
    min-height: 0.05em;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
    position: relative;
    z-index: 510;
    cursor: default;
}

.navigation ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 520;
    width: 100%;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
    top: 0;
    right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
    top: 0;
    left: 99%;
}

.navigation ul li { float: none; }

.navigation ul ul { margin-top: 0.05em; }

.navigation {
    width: 100%;
    background:#0083A7;
    font-family: 'roboto', Tahoma, Arial, sans-serif;
    zoom: 1;
}

.navigation:before {
    content: '';
    display: block;
}

.navigation:after {
    content: '';
    display: table;
    clear: both;
}

.navigation a {
    display: block;
    padding: 1em 1.3em;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.35) 0px 1px 1px;
}

.navigation > ul { width: 100%; }

.navigation ul ul { width: 100%; }

.navigation > ul > li > a {
    border-right: 0.3em solid #5ec8ff;
    color: #ffffff;
}

.navigation > ul > li > ul > li > a {
    border-right: 0.3em solid #5ec8ff;
    color: #ffffff;
}

.navigation > ul > li > a:hover { color: #ffffff; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a { background: #17a2b8; }

.navigation li { position: relative; }

.navigation ul li.has-sub > a:after {
    content: '»';
    position: absolute;
    right: 1em;
}

.navigation ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}

.navigation ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.navigation ul ul { border: 1px solid #149dcc; }

.navigation ul ul a { color: #ffffff; }

.navigation ul ul a:hover { color: #ffffff; }

.navigation ul ul li { border-bottom: 1px solid #0099c3; }

.navigation ul ul li:hover > a {
    background: #4eb1ff;
    color: #ffffff;
}

.navigation.align-right > ul > li > a {
    border-left: 0.3em solid #5ec8ff;
    border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%;
}

.navigation.align-right ul ul li.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.codigo {
    position: absolute;
    top:0;
    background-color: rgba(87, 176, 227, 0.5);
    padding:5px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.oferta {
    position: absolute;
    top: 35px;
    left:0;
    background-color: rgba(220, 53, 69, 0.8);
    padding:5px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}


.oferta a {
    text-decoration: none;
    color : white;
    font-weight: bold;
}

.codigo-mobile {
    position: absolute;
    bottom:0;
    background-color: rgba(87, 176, 227, 0.5);
    padding:5px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.text-gris {
    color: #555555;
}

.producto {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75)
}

.bg-woo {
    background-color: #9a12dc !important;
}

.btn-woo {
    color: #fff;
    background-color: #a72ddc;
    border-color: #9a12dc;
}

.btn-woo:hover {
    color: #fff;
    background-color: #760ca7;
    border-color: #760ca7;
}

.btn-woo:focus, .btn-woo.focus {
    box-shadow: 0 0 0 3px rgb(73, 5, 106);
}

.btn-woo.disabled, .btn-woo:disabled {
    background-color: rgba(183, 49, 241, 0.31);
    border-color: rgba(183, 49, 241, 0.31);
}

.btn-woo:active, .btn-woo.active,
.show > .btn-woo.dropdown-toggle {
    background-color: #9a12dc;
    background-image: none;
    border-color: #760ca7;
}

.text-woo {
    color:#9a12dc;
}

.text-unita {
    color: #17a2b8;
}

.logo-mobile {
    max-height:40px;
    max-width: 250px;
    padding-left: 10px;
}

.div_carrito {
    position: relative;
    display: inline;
}


.div_detalle_carrito {
    position: absolute;
    left:-175px;
    top:30px;
    z-index: 1000;
    text-align: left;
    background:rgba(209,209,209,0.9);
    margin-right: 25px;
    padding:5px;
    width: 375px;
    border-radius: 3px;
}

.div_detalle_carrito img {
    max-height: 50px;
}

.listado_articulos img {
    cursor: pointer;
}


#myImageZoom:hover {opacity: 0.7; cursor:zoom-in}

/* The Modal (background) */
.modal-img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-img-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */
#modal-img-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-img-content, #modal-img-caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close-img {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-img:hover,
.close-img:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-img-content {
        width: 100%;
    }
}

.card-body .imagen {
    cursor: pointer;
}


.bg-warning-light {
    background-color: #ffd788;
}

.bg-danger-light {
    background-color: #ff7b76;
}

.logo {
    max-height:85px;
}

.widget-header {
    color: #36aae7;
}


/* ==========================================================================
   SWITCH BUTTON CSS - BY MIKY!!!!!
   ========================================================================== */


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

.switch-text {
    margin-left:60px;
    margin-top: 10px;
    font-size: 1.2em;
    white-space: nowrap;
}

.switch-box {
    margin-top: 5px;
    display: table;
}


/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.modal-precios a:hover {
    text-decoration: none;
}

/* ==========================================================================
   END SWITCH BUTTON CSS - BY MIKY!!!!!
   ========================================================================== */


/* ===============================================
   BEGIN - MATERIAL CHECK BOX STYLED - BY MIKY!!!!
   =============================================*/

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

/* ===============================================
   END!! - MATERIAL CHECK BOX STYLED - BY MIKY!!!!
   =============================================*/