.horizental_product{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.horizental_product::-webkit-scrollbar {
    display: none;
}


/* کد CSS بالا */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.back_color
{
    background: linear-gradient(#e7017f, #d6287a, #dc4e91, #ef96c0);
}


.border_color2:hover{
    background: linear-gradient(#e7017f, #d6287a, #dc4e91, #ef96c0);
}


.border_color
{
    border: #e7017f solid 3px;
}


.text_color
{
    color: #e7017f;
}



/* Styles for the popup */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Styles for the form */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.form-group button {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
