/* Html */
* {outline: none;}
html {position:relative;min-height:100%;}
/*body {margin-bottom:100px;}*/
/*footer {position:absolute;bottom:0;width:100%;}*/

/* Scroll To Top button */
#scrollToTop {position:fixed;bottom:17px;right:75px;display:none;opacity:0.85;}

/* Aviso Cookies */
#grdp {position:fixed;bottom:0;left:0;width:100%;z-index:100000;}

/* Clases sueltas */
.my-oculto {display:none;}
.my-input-number {width:60px;}
div.ui-datepicker{font-size:0.7em;}

/* Impresión */
@media print { .non-printable {display:none;} body {margin:0mm 5mm;line-height:100%;} #divAlbaran {margin-top:-50px;} }
@page {margin:0mm;}

/* Banner carrito */
@keyframes smooth-appear {to{bottom: 0px;opacity:1;}}
#myCarrito {width:90%;max-width:1100px;position:fixed;bottom:-100%;opacity:0;left:50%;transform:translateX(-50%);border-radius:10px;animation: smooth-appear 1s ease forwards;/*animation-delay: 20s;*/}
#myCarritoContent {max-width:110%;margin-left:-3%;margin-right:-3%;}
#myCarritoHeader {background-color:#f8c335;color:#fff;border-radius:10px 10px 0 0;}
#myCarritoHeader a {text-decoration:none;}
#myCarritoHeader a:hover {opacity:0.6;}
#myCarritoBody {background-color:#fff;}
