/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.woocommerce-cart-notice {
	background-color: #FFF8C1 !important;
	padding-left: 10px !important;
	padding-top: 10px !important;
}

   /* Meine Produkte */
   #woocommerce_top_rated_products-2, #woocommerce_widget_cart-3 {
      display: none!important;
   }



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

  /* Meine Produkte */
   .page-customer-already-bought-products #woocommerce_product_categories-2, .page-customer-already-bought-products #woocommerce_top_rated_products-2, .page-customer-already-bought-products #woocommerce_widget_cart-3 {
      display: none!important;
   }

   .page-customer-already-bought-products .category-filtering br {
      display: none;
   }

   .page-customer-already-bought-products .category-filtering {
      text-align: center;
      padding-bottom: 28px;
   }

   .page-customer-already-bought-products #shop-sidebar {
      display: none;
      padding-bottom: 0;
   }

}

.archive .quantity { display: inline-block; }

.box-text .input-text.qty.text {
   margin-top: 1em;
   margin-bottom: -2px;
   margin-left: -4px;
   margin-right: -4px;
}

.box-text .quantity input[type="number"] {
   font-size: .97em;
}

.cross-sells {
        display: none !important;
}


.form-row.notes {
	display: none !important;
}

/* Ninja-Form Sende-Button anpassen */
.field-wrap input[type=button] {
	background-color: #83A365 !important;
    color: #fff !important;
}


/***************************************/
/* Schatten aus Button entfernt        */
/***************************************/
.button.is-form {
	color: #fff;
	text-shadow: none;
}


#billing_address_2_field>label, #shipping_address_2_field>label  {
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	display:block;
}

#billing_address_2_field>label, #shipping_address_2_field>label  {
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	display:block;
}
