/*  MICROTHEMER STYLES  */


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

/** Main Menu >> Current **/
#top-menu li.current-menu-item>a {
	color: rgb(255, 255, 255) !important;
}


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

/** Content >> Product cat tillbehor heading 2 **/
h2.woocommerce-loop-product__title {
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 500 !important;
}

/** Content >> Product cat fodral och skarmskydd price **/
span.price {
	color: rgb(12, 113, 195) !important;
}

/** Content >> Coupon [type="submit"] **/
.coupon [type="submit"] {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(12, 113, 195) !important;
}

/** Content >> Post 5 checkout button **/
#post-5 .checkout-button {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(12, 113, 195) !important;
}

/** Content >> Table data button **/
td > button {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(12, 113, 195) !important;
}

/** Content >> Paragraph **/
#warranty_form p {
	padding-bottom: 30px !important;
}


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

/** Footer >> Footer widgets footer widget **/
#footer-widgets .footer-widget {
	text-align: center !important;
	padding-top: 25px !important;
}

/** Footer >> Textwidget paragraph (#1) **/
.textwidget p:nth-of-type(1) {
	text-align: center !important;
}

/** Footer >> Footer widgets text 12 **/
#footer-widgets #text-12 {
	width: 100% !important;
}

/** Footer >> Wpcf7 f2884 o1 **/
#wpcf7-f2884-o1 {
	width: 100% !important;
	padding-top: 12px !important;
}

/** Footer >> Footer widgets attachment medium **/
#footer-widgets .attachment-medium {
	width: 200px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	display: block !important;
}

/** Footer >> Media image 3 **/
#media_image-3 {
	width: 100% !important;
	margin-top: -11px !important;
}

