.table1 {
    width: 100%;
    margin-top: 3rem;
}

.table1 {
    padding: .5rem;
    border-collapse: collapse;
}
.orders-table td, th {
    padding: .7rem 0;
}
.table1 tr {
    border-bottom: 1px solid rgba(127, 94, 83, 0.34) !important;
}
.table1 a {
    color: #7f5e53;
    opacity: 0.6;
}
.detail:hover {
    opacity: 1;
}

.action-button {
    background: #fff;
    color: #7f5e53;
    font-weight: bold;
    font-size: 1.5rem;
    border: none;
    border-bottom: 2px solid #7f5e53;
    width: auto;
    cursor: pointer;
    transition: .3s;
}


.product-quantity button{
    color: #7f5e53;
    width: 25px;
    padding: .2rem;
    background-color: transparent;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #7f5e53;
    cursor: pointer;
}
.product-quantity input::-webkit-outer-spin-button,
.product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-quantity input {
    border: none;
    text-align: center;
    font-size: 15px;
}
