/*  MICROTHEMER STYLES  */


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

/** Header >> Zwischensumme Cart **/
.ct-container > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1) > strong {
	display: none !important;
}

/** Header >> Zur Kasse Button **/
div:nth-of-type(3) .checkout {
	display: none !important;
}

/** Header >> Preis Cart **/
#header bdi {
	max-width: 1% !important;
	display: none !important;
}


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

/** Content >> Über uns Hover Beschreibungen **/
#post-152 .uabb-ib1-description {
	text-align: left !important;
}

/** Content >> Slider Beschreibung **/
.woocommerce ul.products li.product .woopack-product-title a, 
.fl-node-60f9457a5c2f7 .woocommerce div.products div.product .woopack-product-title a {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

/** Content >> Kontaktformular Boxes **/
#fluentform_2 .ff-el-form-control {
	border-radius: 0 !important;
}


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

/** Footer >> Fluentform 2 label **/
#fluentform_2 label {
	font-family: "Merriweather Sans-Serif" !important;
	font-size: 19px !important;
}


/*= Warenkorb ================= */

/** Warenkorb >> Preisangabe **/
.ct-hidden-sm bdi {
	display: none !important;
}

/** Warenkorb >> Warenkorb aktualisieren Button **/
.woocommerce-cart-form__contents .actions {
	text-align: center !important;
}

/** Warenkorb >> Anfrage senden Button **/
#enquiryCartButton {
	text-transform: uppercase !important;
	width: 63.8% !important;
	height: 50px !important;
	margin-top: 30px !important;
}

/** Warenkorb >> Product subtotal **/
thead .product-subtotal {
	display: none !important;
}

/** Warenkorb >> Product subtotal _3 **/
.woocommerce-cart-form__contents .product-subtotal {
	display: none !important;
}

/** Warenkorb >> Price **/
.price {
	display: none !important;
}

/** Warenkorb >> Woocommerce mini cart total **/
.ct-container > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > .woocommerce-mini-cart__total {
	display: none !important;
}

/** Warenkorb >> Footer Header **/
#footer .widget-title {
	color: rgb(255, 255, 255) !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Main Menu >> Offcanvas ct close button **/
	#offcanvas .ct-close-button {
	background-color: rgb(0, 0, 0) !important;
}

	/** Warenkorb >> Bdi **/
	.product-name bdi {
	display: none !important;
}

	/** Warenkorb >> Span **/
	.product-mobile-actions > span {
	display: none !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Main Menu >> Offcanvas ct close button **/
	#offcanvas .ct-close-button {
	background-color: rgb(0, 0, 0) !important;
}

	/** Warenkorb >> Span **/
	.product-mobile-actions > span {
	display: none !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Footer >> Ct footer div:(1) **/
	.ct-footer > div:nth-of-type(1) {
	text-align: center !important;
	padding-right: 40px !important;
	padding-left: 40px !important;
}

	/** Main Menu >> Offcanvas ct close button **/
	#offcanvas .ct-close-button {
	background-color: rgb(0, 0, 0) !important;
}

}

