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 #ff8000;
    border-radius: 0px;
}
header #top-bar .dropdown-menu {
    min-width: auto;
}
.bg-orange {
    background: #ff8000;
    color: #FFF;
}
.btn-orange {
    background: #ff8000;
    color: #FFF;
}
.btn-orange-outline {
    background: #FFF;
    border: 1px solid #ff8000;
    color: #ff8000;
}
.btn-orange.disabled, 
.btn-orange:disabled {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}
.text-orange {
	color: #ff8000;
}
.btn-orange:hover,
.btn-orange-outline:hover {
    background: #ec7803;
    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 #ff8000;
}
#products input.pruebas {
    max-width: 100px;
    border: 1px solid #ff8000;
}
.products .table input.cantidad:read-only,
#products input.pruebas:read-only {
    cursor: not-allowed;
}
.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: #ff8000;
}
.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,
table .imagen {
    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 #ff8000;
    background: #FFF;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
#steps .icon.active {
    background: #ff8000;
}
#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: #FF8000;
}
#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: #FF8000;
    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;
}
table .product-image {
    display: inline-block;
    max-height: 70px;
}
.products .table .imagen {
    text-align: center;
}
.nav-pills .nav-link {
    color: #000;
    border-radius: 0px;
    background: #DDD;
    margin-right: 10px;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    background-color: gray;
    color: #FFF;
    font-weight: 600;
}
#pills-resumen-tab {
    background: #ff8000;
    color: #FFF;
}
tr.combo.regalo {
    background: #fcd3aa !important;
}

footer {
	background: #222;
	color: #FFF;
}
footer h6 {
	color: #ff8000;
}
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: #ff8000;
}
#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: #ff8000;
    left: calc(50% - 25px);
}
#modalAlert .icon {
    font-size: 100px;
}
#modalAlert .icon.text-success .fa-info-circle, 
#modalAlert .icon.text-success .fa-times-circle {
    display: none;
}
#modalAlert .icon.text-info .fa-check-circle, 
#modalAlert .icon.text-info .fa-times-circle {
    display: none;
}
#modalAlert .icon.text-danger .fa-check-circle, 
#modalAlert .icon.text-danger .fa-info-circle {
    display: none;
}
table th.ver-mas {
    visibility: hidden;
}
.cart {
    display: inline-block;
    width: 22px;
    position: relative;
}
.cart .total {
    position: absolute;
    right: -3px;
    top: 0;
    z-index: 999;
    background: #000;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #FFF;
    line-height: 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
}
.products .pruebas-a-realizar {
    min-width: 110px;
}
#productos-ecommerce td.ver_mas {
    width: 110px;
}
#whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999999;
}
#whatsapp a {
    color: #FFF;
}
#whatsapp i {
    background: #4dc247;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    border-radius: 50%;
    padding-top: 8px;
}
.list-price-0 #products tr .cantidad, 
.list-price-0 #products tr .subtotal, 
.list-price-0 #products tr .descuento {
    display: none;
}
.bg-gray-light {
    background: #F7F7F7;
    -webkit-print-color-adjust: exact !important;    
}
.border-left-orange {
    border-left: 6px solid #ff8000;
}
@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;
    }
}