/* Enter Your Custom CSS Here */
.welcome-title {
  font-size: 60px;
  font-style: normal;
}

/* Facebook Wyślij wiadomość przez Messenger */
/*https://www.daddydesign.com/wordpress/how-to-embed-a-custom-facebook-messenger-button-onto-your-website/ */
a.fb-msg-btn{
	display: inline-block;
	font-family: inherit;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 12px 16px;
	margin: 0;
	background-color: #0084ff;
	border: 0;
	cursor: pointer;
	outline: none;
}
a.fb-msg-btn:hover { 
	background-color: #0268c7; 
}

/*** https://www.elegantthemes.com/blog/divi-resources/how-to-remove-sidebars-from-divi ***/
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/*** Hide Sidebar ***/
/* #sidebar {display:none;} */

/* #et-secondary-menu {
	display: none;
} */
.product .related .woocommerce-loop-product__title {
	font-size: 16px!important;
}

a.button.product_type_simple{
	color: #63b0b9;
	font-size: 16px;
	margin-top: 10px;
}

a.button.product_type_simple:hover{
	color: #63b0b9;
}
.et-cart-info { display:none !important; }