.product-image {
    width: 100%;
    height: 100%;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.btn-add {
    margin-bottom: 2px;
    background-color: #F87306;
    color: aliceblue;
    border: #F87306;
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    height: 35px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857;
}

.btn-remove {
    background-color: #343A40;
    color: aliceblue;
    border: #343A40;
    margin-left: auto;
    margin-right: auto;
    width: 38px;
    height: 38px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857;
}

.bold {
    font-weight: bolder;
}

.price-text {
    color: #343A40;
    font-weight: 500;
    font-size: 16px;
}

.product-name {
    font-weight: 600;
    font-size: 14px;
}

.item-center {
    margin-right: auto;
    margin-left: auto;
}

.top-round {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.round {
    border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}