/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Delete woocommerce icon **/
div#et-top-navigation a.et-cart-info {
	display: none !important;
}


/*= Main Menu ================= */

/** Main Menu >> Submenu not bold **/
.et_mobile_menu .sub-menu .menu-item-has-children > a {
	font-weight: 300 !important;
}


/*= Content =================== */

/** Content >> Tabs Padding **/
.et_pb_tabs_controls li a {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

/** Content >> Tabs module **/
.et_pb_tab.clearfix {
	padding-top: 40px !important;
}


/*= Footer ==================== */

/** Footer >> sf **/
div.mc-field-group input {
	font-family: Arial !important;
	color: rgb(24, 24, 24) !important;
	font-size: 16px !important;
	line-height: 16px !important;
	width: 300px !important;
	height: 40px !important;
	border-top-color: rgb(255, 255, 255) !important;
	border-top-style: solid !important;
	border-radius: 3px !important;
}


/*= Forms ===================== */

/** Forms >> Dropdownbox **/
div.ginput_container select {
	border-radius: 0 !important;
}

/** Forms >> mail **/
.et_pb_blurb_content {
	margin: 0 !important;
}

/** Forms >> mailto **/
.et_pb_blurb_container {
	padding-left: 5px !important;
}


/*= CompareModule ============= */

/** CompareModule >> column **/
div.compare-shortcode div.et_pb_column {
	border-radius: 5px !important;
}

