.tr_hidden_price { display:none }
.form_element {
    font-size:15px;
    border: 1px solid #e5e5e5;
    font-family:Arial;
    background-color: #fff;
}
.form_div_error { color:red }
.form_element2 {
    color:#2a2935;
    font-size:13px;
    border: 1px solid #75747c;
    font-family:Arial;
    width:255px;
}
.validation-advice {font: bold 12px Arial; color:#900}
.validation-advice-14 {font: bold 14px Arial; color:#900}
.bottom_preview_code {
    font-family:Arial;
    text-align: right;
    font-size:12px; 
    font-weight:bold; 
    padding:2px 14px;
}
.product_bundle_title {
    font-size:14px; 
    font-weight:bold; 
    color:Orange; 
    padding-bottom: 5px;
}
.product_custom_images_buttons {
    display: flex;
    width:100%;
    margin:0 5px 10px 5px;
    border-bottom:4px solid #ac843e;
}
.product_custom_images_buttons .btn {
    font-size: 12px;
    font-weight: normal;
    height: auto;
    position: relative;
    padding: 6px 1px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    color:black;
    font-family:Arial;
}    
.product_custom_images_buttons .active {
    background-image: linear-gradient(180deg,#bfa86b 0,#ac843e);
    color:white;
}    
