.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;
}

* {
    /*box-sizing: border-box;*/
}

.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 {
/*    width:  100% !important;
max-width:  100% !important;*/
}
.fme_table_images td{
    background: transparent !important;
}
.fme_file_im_name {
    width: 10px ;
    max-width: 170px;
}

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

.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_file_im_name{
width :50%;
}
.fme_table_images td{
box-shadow: none !important;
border-bottom: none;
}
.shop_table dd, .shop_table dt{
  display: block !important;
  /* font-weight: bold !important; */
}
.fme_table_images tr{
justify-content:left !important;
}