/*  MICROTHEMER STYLES  */


/*= Cart ====================== */

/** Cart >> Shipping table heading **/
.shipping th {
	display: none !important;
}

/** Cart >> Shipping table data **/
.shipping td {
	display: none !important;
}

/** Cart >> Quantity input **/
.quantity input {
	width: 65px !important;
}


/*= Category ================== */

/** Category >> Main onsale **/
#main .onsale {
	color: rgb(255, 255, 255) !important;
}


/*= Contact =================== */

/** Contact >> Checkbox Align Top **/
.gfield-choice-input {
	vertical-align: top !important;
	margin-top: 7px !important;
	top: 0 !important;
	display: inline-block !important;
}

/** Contact >> Gfield description 1 6 **/
#gfield_description_1_6 {
	padding-left: 18px !important;
}

/** Contact >> Label 1 6 1 **/
#label_1_6_1 {
	line-height: 1.4 !important;
}

