.form-control:focus {
    outline: none;
    box-shadow: none;
}
body {
    padding-left: 20px;
    padding-right: 20px;
    background-color: black;
    touch-action: manipulation;
}
h1{
    font-size: 25px;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
}
header{
    padding-top: 25px;
    width: 100%;
}
main{
    margin-right: 0px;
    margin-top: 20px;
}
.cart-correction1{
    display: flex;
    justify-content: space-between;
    color: rgba(173, 181, 189, 1);
    font-size: 12px;
    font-weight: 600;
}
.cart-correction2{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.cart-info{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(44, 44, 44, 1);
    border-bottom: 1px solid rgba(44, 44, 44, 1);
}
.btn-cart{
    display: flex;
    align-items: center;
    background-color: rgb(8, 8, 8);
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right:15px ;
    box-shadow: 0 0 4px 0 rgba(252, 33, 163, 1);
    justify-content: center;
    color: white;
    text-decoration: none;
}
.cart-items {
    padding-top: 20px;
    min-width: 100%;
    border: 1px solid rgba(44, 44, 44, 1);
    border-left: none;
    border-right: none;
}

.cart-item {
    justify-content: space-between;
    display: flex;
}
.card-price{
    font-size: 12px;
    font-weight: 600;
}
.card-photo{
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    object-fit: cover;
    border-radius: 5px;
    height: 100px;
    width: 100px;
    margin-right: 15px;
}
.card-name{
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.btn-delete{
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
.button-footer{
    border: none;
    position: fixed;
    display: flex;
    background-color: rgba(252, 33, 163, 1);
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    color: white;
    text-decoration: none;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.cart-about{
    margin-top: 0;
}
.card-correction{
    color: rgba(119, 119, 119, 1);
    font-size: 10px;
    font-weight: 500;
    padding-top: 5px;
}
.card-name{
    margin-bottom: 0;
}
.card-price{
    margin-bottom: 0;
    display: flex;
    align-items: end;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding-left: 18px;
    white-space: nowrap;
}

.total{
    margin-top: 0px;
    margin-bottom: 0px;
}
.price-total {
    margin-bottom: 0;
    margin-top: 0px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}
h3{
    align-items: center;
    display: flex;
    border: 1px solid rgba(44, 44, 44, 1);
    border-left: none;
    border-right: none;
    height: 60px;
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 1rem;
}
.cart-container{
    display: flex;
    margin-bottom: 20px;
    align-items: end;
    justify-content: space-between
}
.cart-price{
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.error-message{
    font-weight: 400;
    font-size: 10px;
    color: white;
}
.error{
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #7c7c7c;
}
.button-footer2{

    display: flex;
    background: none;
    border: none;
    box-shadow: none;
    color: white;
}
.button-footer-button{
    display: flex;
    justify-content: center;
    align-items: center ;
    background: rgba(81, 81, 81, 0.25);
    border: none;
    box-shadow: none;
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding:0;
}
.button-text{
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 0;
    font-size: 18px;
}
.img-button{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 20px;
    height: 20px;
}
.img-button {
    width: 20px;
    height: 20px;
}
.your-coins{
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 8px;
    color: rgba(114, 114, 114, 1);
    font-weight: 600;

}
.coins-input{
    height: 31px;
    width: 130px;
    background-color: rgba(7,7,7,0);
    border: none;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.25);
    border-radius: 7px;
    padding-left: 10px;
    outline: none;
    color: white;
}
.cart-correction2{
    align-items: center;
}
.cart-correction2.total{
    margin-top: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}