*{
	font-family: 'Roboto', sans-serif;
    box-sizing: border-box;

}
body, html{
    margin: 0px;
    padding: 0px;
}

body{
    background: #EEE;
    background-size: cover !important;

    background-repeat: no-repeat;
    min-height: 100vh;
    background: rgb(82,50,235);
    background: -moz-linear-gradient(180deg, rgba(82,50,235,1) 0%, rgba(247,2,10,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(82,50,235,1) 0%, rgba(247,2,10,1) 100%);
    background: linear-gradient(180deg, rgba(82,50,235,1) 0%, rgba(247,2,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5232eb",endColorstr="#f7020a",GradientType=1);
}

.btn {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 500;
    padding: .625rem 1.5rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
}
#codBarra{
    width: 51.5%;
}

#cantProd{
    width: 30%;
    display: inline-block;
    text-align: center;
}
.input-cant-container, .prod-cant{
    display: flex;

}
.prod-cant{
    height: 100px;
    min-height: 100%;
    align-items: center;
}
.item-cant-prod{
    -webkit-appearance: none;
    width: 30%;
    text-align: center;
}
.store-map{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	color:#FFF;
    padding: 3px;
	border-radius:5px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 10;
}
.store-map img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
@media(max-width : 770px){
    #codBarra{
        width: 100%;
    }

    #cantProd{
        width: 90%;
        display: inline-block;
        text-align: center;
    } 
    .item-cant-prod{
        -webkit-appearance: none;
        width: 100%;
        text-align: center;
        margin:3px 0px 3px 0px !important;
    }  
     .prod-cant{

        text-align: center;
        justify-content: flex-start;
        flex-direction: column-reverse;
        height: auto;

        min-height: 100%;
        align-items: center;

    }
}



/*Table*/
.table {
    border-spacing: 0 15px;
    border-collapse: separate;
}
.table thead tr th,
.table thead tr td,
.table tbody tr th,
.table tbody tr td {
    vertical-align: middle;
    border: none;
}
.table thead tr th:nth-last-child(1),
.table thead tr td:nth-last-child(1),
.table tbody tr th:nth-last-child(1),
.table tbody tr td:nth-last-child(1) {
    text-align: center;
}
.table tbody tr {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.table tbody tr td {
    background: #fff;
}
.table tbody tr td:nth-child(1) {
    border-radius: 5px 0 0 5px;
}
.table tbody tr td:nth-last-child(1) {
    border-radius: 0 5px 5px 0;
}
.card {
        background: #f9f9f9;
}

.user-info {
    display: flex;
    align-items: center;
}
.user-info__img img {
    margin-right: 15px;
    height: 55px;
    width: 55px;
    border-radius: 45px;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.active-circle {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin-right: 5px;
    display: inline-block;
}
