.woocommerce table.cart img { 
width: 250px !important;/*auto!important; */
max-width: none !important;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

/*************/
/*.fieldspreview tr:hover td { background: none !important; color: #000 !important; }

table.fieldspreview tr:hover td { color: #6E6262 !important; }
*/
.fieldsprevieww {
        border-collapse: collapse;
        border-color: #B7DDF2;
        border-style: solid;
        border-width: 1px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
        margin: 0;
        text-align: left;
        width: 480px;
    }
    .fieldspreview th {
        background: none repeat scroll 0 0 #EBF4FB !important;
        border-color: lightgray !important;
        font-size: 11px !important;
        font-weight: bold !important;
       /* padding: 15px 10px 10px;*/
    }

    
     .fieldspreview    {
     	margin-top:10px;
       	border-collapse: collapse !important;
       	 border-bottom: 1px dashed #DDDDDD !important;
       	
      }
    .fieldspreview td {
        border-top: 1px dashed #DDDDDD !important;
        color: #000000 !important;
        padding: 10px !important;
       border-right: 10px !important;
    }


table.fields > *{
  all: unset;
}

table.fields tr {
	 all: unset;
}

table.fields tr:hover td  {
	 color: red	;
}

table.fields tr:hover  {
	color: black;
}

body:not(.woocommerce-page) table.fields tr:hover td {background: transparent;color:unset}

table.fields td {
	text-align: left;
	border: 0px;
}

/*******************/
.modeleeditor .button {
	margin-bottom:0px;
}

.modeleeditor select {
	padding: initial;
	outline: initial;
   margin: initial;
   width: initial;
   max-width: initial;
   display: initial;
   margin-bottom: initial;
   font-size: initial;
   /*border-width: 1px;*/
   border-style: solid;
   border-radius: initial;
   box-sizing: unset;
   -webkit-appearance: menulist-button;
}