﻿body {
    overflow: hidden !important;
}

.loginPage {
    background-color: #222126 !important;
}

.login {
    width: 330px !important;
    height: 365px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px !important;
}

.box {
    border: 1px solid #CCC;
    height: 89vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.box2 {
    background-color: #222126 !important;
    border-radius: 15px !important;
    text-align: center !important;
    height: 100px;
    margin: 2% !important;
    width: 46% !important;
    color: #FFF !important;
    display: table;
    border: 2px solid #F2F2EB !important;
    cursor: pointer !important;
}

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

nav {
    background-color: #011826 !important;
}

.btns {
    width: 100% !important;
    border: 2px solid #FFF !important;
}

.btns2 {
    width: 10% !important;
    height: 100px !important;
    border: 2px solid #FFF !important;
    font-size: 2.5em !important;
    color: #cae8d5;
}

.imgProducto {
    width: 200px !important;
    height: 200px !important;
    text-align: center !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.nombre-card {
    font-size: large;
    font-weight: bold;
}

.sku-card {
    font-size: x-small;
}

.precio-card {
    text-align: right;
    font-size: x-large;
    font-weight: bold;
    color: #F26389;
}

.truncate {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.card {
    border: 1px solid #F2F2EB !important;
    cursor: pointer !important;
}

.card-action {
    background-color: #204051 !important;
    text-align: center;
    font-size: 2em !important;
    font-weight: bold !important;
    color: #FFF;
}

.logoNav {
    width: 210px !important;
}

.detalleCarrito {
    margin-bottom: 0px !important;
    overflow-x: scroll !important;
}

.modal-header {
    background-color: #222126 !important;
    color: #FFF !important;
    padding: 10px !important;
    text-align: center;
    border-bottom: 2px solid #F2F2EB !important;
    height: 65px !important;
}

.blue-text {
    color: #204051 !important;
}

.blue {
    background-color: #204051 !important;
}

.resumenCarrito {
    color: #FFF !important;
}

.resumenCarrito ul li {
    color: #204051 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.detalleCarritos {
    height: 510px !important;
    overflow-x: auto;
}

.collection-header {
    color: #222126 !important;
    text-transform: uppercase !important;
}

.modal {
    top: 0 !important;
}

.modal-content {
    padding: 5px;
}

.inputs {
    font-size: 2.5em !important;
    color: #000 !important;
}

.modal-close {
    position: fixed !important;
    top: -2px !important;
    right: 5px !important;
    font-size: 3em !important;
}

.btn-existencias {
    position: absolute !important;
}

.cantidadProducto {
    color: #FFF !important;
    font-size: 1.3em !important;
    text-align: center;
}

.child-loader {
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    position: fixed;
    height: 60px!important;
    text-align: center;
    z-index: 9999;
}

#menu {
    margin-top: 10px !important;
}