
.height-100 {
    height: 100vh
}

h6 {
    color: #fcb941;
    font-size: 20px
}

.inputs input {
    width: 40px;
    height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

    .card-2 .content {
        margin-top: 50px
    }



.form-control:focus {
    box-shadow: none;
    border: 2px solid #fcb941
}

.bg-primary-shop, .btn-primary-shop {
    background-color: #fcb941 !important;
    color:#fff;
}
.img-logo{
    position:absolute;
    opacity:.3;
    left:0;
}
.text-primary-shop ,.fa-home {
    color: #fcb941 !important;
}

.validate {
    border-radius: 20px;
    height: 40px;
    width: 140px
}


