/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: f
Version: 3.0
*/

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

.woocommerce-grouped-product-list-item {
	display:none;
}

.instock.purchasable {
	display:table;
}
	

table {
    width:auto;
}

.custom-attributes {
	font-size: 20px;
	
}
.custom-attributes .attribute-label {
  
}

.custom-attributes .attribute-value { 
	font-weight: bold;
}



.price .product-page-price {
	display:none;
}

label, legend {
    margin-bottom: 0em;
}


.single_add_to_cart_button {
    width: 100%;
}

#tabela-pobieranie {
	
}

li.payment_method_paypal img {
display: none !important;
}
a.about_paypal {
display: none;
}


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


}


