body {
    font-family: 'Open Sans', sans-serif;
}
header,
header .dropdown-item {
    font-size: 12px;
}
header .dropdown-menu {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transform: translateZ(0);
    border: none;
    border-top: 3px solid #140063;
    border-radius: 0px;
}
header #top-bar .dropdown-menu {
    min-width: auto;
}
.bg-orange {
    background: #140063;
    color: #FFF;
}
.btn-orange {
    background: #140063;
    color: #FFF;
}
.btn-orange-outline {
    background: #FFF;
    border: 1px solid #140063;
    color: #140063;
}
.btn-orange.disabled, 
.btn-orange:disabled {
    color: #fff;
    background-color: #140063;
    border-color: #140063;
}
.text-orange {
	color: #140063;
}
.btn-orange:hover,
.btn-orange-outline:hover {
    background: #0f0144;
    color: #FFF;
}
#logo img {
    max-height: 70px;
}
.logo-right img {
    max-height: 80px;
    max-width: 200px;
}
.products .table input.cantidad {
    max-width: 80px;
    border: 1px solid #140063;
}
.products .table .id {
	display: none;
}
.symbols {
	font-size: 12px;
}
.symbols .stock-color {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    background: #000;
}
.symbols .stock-color.green {
	background: #50c000;
}
.symbols .stock-color.yellow {
	background: #f8e200;
}
.symbols .stock-color.red {
	background: #fa000f;
}
.prime img {
    max-width: 19px;
}.tip {
    background: rgb(255 128 0 / 0.15);
    border-radius: 5px;
}
.tip i, 
.tip b {
    color: #140063;
}
.tip i {
    font-size: 25px;
}
#ecommerce .logo-right img {
    filter: none;
    max-height: 110px;
}
.logo-right img,
.products h6 img {
    filter: saturate(0%);
}
.table td, 
.table th {
    padding: .40rem .75rem;
    vertical-align: middle;
    font-size: 14px;
}
table .stock-color {
    /* border-right: 5px solid #000; */
}
table .stock-color.green {
	border-color: #50c000;
}
table .stock-color.yellow {
	border-color: #f8e200;
}
table .stock-color.red {
	border-color: #fa000f;
}
table .sku {
    width: 10%;
    font-size: 12px;
    white-space: nowrap;
}
table .prime img {
    max-width: 20px;
}
table .sku span {
    width: 26px;
    display: inline-block;
    height: 23px;
}
.table-totals .right {
    width: 10%;
}
.btn-accept {
    color: #fff;
}
#validate-email .otro .input-group-text {
    padding: 0px;
    background: none;
    border: none;
}
#validate-email .otro .form-control {
    border: none;
    padding: 0px;
    border-radius: 0px;
    height: 30px;
}
#validate-email .otro .form-control:focus {
    box-shadow: none;
}
#steps .icon {    
    width: 30px;
    height: 30px;
    border: 3px solid #140063;
    background: #FFF;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
#steps .icon.active {
    background: #140063;
}
#steps:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #DDD;
}
#data .data-temp {
    background: #efefef;
    color: #888;
}
#data .arrow-update {
    font-size: 30px;
    color: #140063;
}
#data .billing .arrow-update, 
#data .billing .data-temp,
#data .shipping .arrow-update, 
#data .shipping .data-temp {
    display: none;
}
.data-temp .check {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 25px;
    color: #140063;
    background: #FFF;
    border-radius: 50%;
}
#consumibles-e-instrumental-de-laboratorio #products h5,
#consumibles-e-instrumental-de-laboratorio #simbologia {
    display: none;
}
#consumibles-e-instrumental-de-laboratorio table .stock-color {
    border-right: none;
}
table .precio_caja {
    white-space: nowrap;
}
table th.ic, 
table td.iconos {
    max-width: 95px;
    width: 1px;
    white-space: nowrap;
}
table th.ic {
    color: #FFF;
}
table td.iconos img {
    max-width: 20px;
}
.nav-pills .nav-link {
    color: #000;
    border-radius: 20px;
    background: #DDD;
    margin-right: 10px;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    background-color: #AAA;
    color: #FFF;
    font-weight: 600;
}

footer {
	background: #222;
	color: #FFF;
}
footer h6 {
	color: #140063;
}
footer .social .icon {
    padding: 8px 10px;
    background: #666666;
    color: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
footer .social .icon:hover {
	background: #140063;
}
#footer-bottom {
    background: #1f1f1f;
}

#loading {    
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}
#loading i {
    top: calc(50% - 25px);
    position: absolute;
    font-size: 50px;
    color: #140063;
    left: calc(50% - 25px);
}
@media (min-width: 1200px) {
    .container-xl {
        max-width: 1340px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #logo img {
        max-height: 50px;
    }
}