.fme_cpffw_front_feilds_design {
    width: 80%;
    margin-top: 15px;
}

.modal {
    z-index: 12345 !important;
}

.fme_cpffw_front_small_fields {
    width: 62%;
    margin-top: 15px !important;
    padding: 10px 20px !important;
    /* border-radius: 1px; */
}

.required {
	color : red;
}

.fme_fields_labels {
	font-weight: bold;
}

.fme_cpffw_small_price {
	font-size: 0.6em !important;
}

.fme_cpffw_div_class {
	margin-bottom: 20px;
}

.fme_cpffw_custom_main {
	width: 100%;
    clear: both;
    margin-bottom: 20px;
}

#product_total_price {
    font-size: 20px;
    font-weight: 600;
}
.fme_table_images td{
    background: transparent !important;
}
.fme_file_im_name {
    width: 100%;
    max-width: 170px;
    padding: 0px !important;
}

.fme_file_im_icon {
    width: 100%;
    height: 100%;
    min-width: auto;
    max-width: auto;
    padding: 5px !important;
}

.fme_file_im_icon img {
    width: 80px !important;
    /*min-width: 20px;*/
    max-width: 80px !important;
}


@media only screen and (max-width: 350px) {
    .fme_file_im_name {
        width: 10px ;
        max-width: 160px;
    }

    .fme_file_im_icon {
        width: 25px;
        min-width: 20px;
        max-width: 30px;
    }

    .fme_file_im_icon img {
        width: 25px;
        min-width: 20px;
        max-width: 30px;
    } 
}



@media only screen and (max-width: 330px) {
    .fme_file_im_name {
        width: 10px ;
        max-width: 100px;
    }
    .fme_file_im_icon {
        width: 25px;
        min-width: 20px;
        max-width: 30px;
    }
    .fme_file_im_icon img {
        width: 25px;
        min-width: 20px;
        max-width: 30px;
    } 
}
.fme_acfe_prod_file_main{
    box-sizing: unset !important;
    display: grid !important;
}
.fme_cpffw_div_class .select2-selection {
    height: auto !important;
}

.fme-ccfw_class_main .select2-selection {
    padding: 0px !important;
}
