
.new-item-lines .form-control {
    max-width: none;
}
.img-container {
    width: 25%;
}

img {
    width: 100%;
    height: auto;
}

.navbar {
    width: 65%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar .div {
    flex-grow: 1;
    height: 48px;
    border: none;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    cursor: pointer;
} */
/* 
.navbar .home {
    background-color: #ebe9e6;
}

.navbar .div:hover {
    background-color: #f4f2Ed;
} */
/* 
.dropdown {
    position: relative;
} */

/* .dropdown-content {
    display: none;
    position: absolute;
    margin-top: 350px;
    width: 100%;
    z-index: 1;
    height: 300px;
    background-color: rgb(162, 162, 167);
} */

/* No sería en hover, sería en clic, es solo para probar por ahora */
/* .dropdown:hover .dropdown-content{
    display: block;
} */

/* La tabla sería dinámica, pero no me funciona el @foreach, así que hice un esqueleto para probar por ahora */
/* .table-container {
    width: 65%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.table-container .row {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row div {
    width: 31%;
    height: 60px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    cursor: pointer;
}

.slider_container {
    width: 65%;
    margin: auto;
    padding-top: 80px;
}

h5 {
    font-family: 'Nunito', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    margin-bottom: 0;
}

.new_container {
    height: 100px;
    background-color: lightblue;
} */











/* .homeHeader {
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .homeHeaderImage {
    width: 25%;
} */

/* 
.dropzone-wrapper .dz-preview .btn-remove {
    display: none;
/* .dropzone-wrapper .dz-preview .btn-remove {
    display: none;
} */
/* .dropzone-wrapper .dz-complete + .dz-complete .btn-remove {
    display: flex;
} */
.rowrows .form-group  {
    display: inline-block;
    max-width: 24%;
    vertical-align: middle;
}
.rowrows .form-group:nth-child(1) {
    width: 100%;
    display: block;
}
.rowrows button {
    border: 1px solid #BBB;
    color: #BBB;
    margin-top: 9px;
}

/*
    1 => 'Pendiente',
    2 => 'Confirmado',
    3 => 'Facturado',
    4 => 'Pagado', 
    5 => 'Cancelado',
    6 => 'Entregado',
    7 => 'Devuelto',
*/
.order-estado-1 {
    color: red;
    font-weight: bold;
}
.order-estado-2 {
    color: goldenrod;
    font-weight: bold;
}
.order-estado-3 {
    color: blueviolet;
    font-weight: bold;
}
.order-estado-4 {
    color: blue;
    font-weight: bold;
}
.order-estado-5 {
    color: orange;
    font-weight: bold;
}
.order-estado-6 {
    color: olive;
    font-weight: bold;
}
.order-estado-7 {
    color: green;
    font-weight: bold;
}

.hidden {
    display: none!important;
}
.stock-result {
    margin-top: 1em;
    font-size: 1.15rem;
}
.stock-disponible {
    color: green;
}
.stock-no-disponible {
    color: red;
    font-weight: bold;
}
.product-of-categories {
    margin-top: 1.5rem;
    padding: 0;
}

.product-of-categories li {
    display: inline-block;
    width: 18%;
    margin: 0.5%;
    border: 1px solid #666;
    padding: 0;
    list-style: none;
}
.btn-add-product-of-cat,
.btn-add-product-of-cat img {
    width: 100%;
}
.btn-add-product-of-cat:nth-child(5n+1) {
    margin-left: 0;
}
.product-selected {
    position: relative;
    display: inline-block;
    width: 18%;
    margin: 0.5%;
    border: 1px solid green;
    padding: 0;
}
.product-selected:nth-child(5n+1) {
    margin-left: 0;
}
.product-selected img {
    width: 100%;
}
.product-selected button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #666;
    padding: 5px 10px;
    background-color: #AAA;
    color: #222;
}
.row.align-items-baseline .custom-checkbox {
    position: relative;
    top: 2rem;
}
.table tbody tr td {
    max-width: 250px;
}
/* .header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container {
    width: 25%;
}

img {
    width: 100%;
}

.navbar {
    width: 65%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar .div {
    flex-grow: 1;
    height: 48px;
    border: none;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    cursor: pointer;
} */
/* 
.navbar .home {
    background-color: #ebe9e6;
}

.navbar .div:hover {
    background-color: #f4f2Ed;
} */
/* 
.dropdown {
    position: relative;
} */

/* .dropdown-content {
    display: none;
    position: absolute;
    margin-top: 350px;
    width: 100%;
    z-index: 1;
    height: 300px;
    background-color: rgb(162, 162, 167);
} */

/* No sería en hover, sería en clic, es solo para probar por ahora */
/* .dropdown:hover .dropdown-content{
    display: block;
} */

/* La tabla sería dinámica, pero no me funciona el @foreach, así que hice un esqueleto para probar por ahora */
/* .table-container {
    width: 65%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.table-container .row {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row div {
    width: 31%;
    height: 60px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    cursor: pointer;
}

.slider_container {
    width: 65%;
    margin: auto;
    padding-top: 80px;
}

h5 {
    font-family: 'Nunito', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    margin-bottom: 0;
}

.new_container {
    height: 100px;
    background-color: lightblue;
} */











/* .homeHeader {
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .homeHeaderImage {
    width: 25%;
} */

/* 
.dropzone-wrapper .dz-preview .btn-remove {
    display: none;
/* .dropzone-wrapper .dz-preview .btn-remove {
    display: none;
} */
/* .dropzone-wrapper .dz-complete + .dz-complete .btn-remove {
    display: flex;
} */
.rowrows .form-group  {
    display: inline-block;
    max-width: 24%;
    vertical-align: middle;
}
.rowrows .form-group:nth-child(1) {
    width: 100%;
    display: block;
}
.rowrows button {
    border: 1px solid #BBB;
    color: #BBB;
    margin-top: 9px;
}

/*
    1 => 'Pendiente',
    2 => 'Confirmado',
    3 => 'Facturado',
    4 => 'Pagado', 
    5 => 'Cancelado',
    6 => 'Entregado',
    7 => 'Devuelto',
*/
.order-estado-1 {
    color: red;
    font-weight: bold;
}
.order-estado-2 {
    color: goldenrod;
    font-weight: bold;
}
.order-estado-3 {
    color: blueviolet;
    font-weight: bold;
}
.order-estado-4 {
    color: blue;
    font-weight: bold;
}
.order-estado-5 {
    color: orange;
    font-weight: bold;
}
.order-estado-6 {
    color: olive;
    font-weight: bold;
}
.order-estado-7 {
    color: green;
    font-weight: bold;
}

.hidden {
    display: none!important;
}
.stock-result {
    margin-top: 1em;
    font-size: 1.15rem;
}
.stock-disponible {
    color: green;
}
.stock-no-disponible {
    color: red;
    font-weight: bold;
}
.product-of-categories {
    margin-top: 1.5rem;
    padding: 0;
}

.product-of-categories li {
    display: inline-block;
    width: 18%;
    margin: 0.5%;
    border: 1px solid #666;
    padding: 0;
    list-style: none;
}
.btn-add-product-of-cat,
.btn-add-product-of-cat img {
    width: 100%;
}
.btn-add-product-of-cat:nth-child(5n+1) {
    margin-left: 0;
}
.product-selected {
    position: relative;
    display: inline-block;
    width: 18%;
    margin: 0.5%;
    border: 1px solid green;
    padding: 0;
}
.product-selected:nth-child(5n+1) {
    margin-left: 0;
}
.product-selected img {
    width: 100%;
}
.product-selected button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #666;
    padding: 5px 10px;
    background-color: #AAA;
    color: #222;
}
.row.align-items-baseline .custom-checkbox {
    position: relative;
    top: 2rem;
}
.table tbody tr td {
    max-width: 250px;
}