.product_desctiption_description {
    color: #414142;
    font-size: 17px;
    line-height: 31px;
}
select {
    border: none;
    font-size: 16px;
    color: #414142;
    height: 2.5rem;
    background-color: #E9E9E9;
    background-image: url(../img/panel/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: calc(100% - 1rem) 1rem;
    appearance: none;
    padding-left: 0.5rem;
    width: inherit;
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    column-gap: 1rem;
}
.palate.pb-3 {
    padding-bottom: 0.5rem !important;
}
.price-note {
    font-size: 0.9rem;
    color: #888888;
    font-weight: normal;
}
.price-table-css tr,.design_table tr {
    line-height: 1.6;
}
.file_input_css {
    background: #E9E9E9;
    padding: 4px;
    margin-bottom: 10px;
}
@media (max-width: 1260px) {
    .custom_width_based_d {
        width: 100% !important;
        display: block;
    }
}

@media (max-width: 1400px) {
    .custom_size_input_css {
        margin: 5px 0px 0px 0px !important;
        width: 100%;
    }
}
@media (max-width: 568px) {
    .design_table .text-right{
       text-align: left !important;
    }
    .form-grid {
        grid-template-columns: auto;
    }
}