/*   
Theme Name: Custom Wordpress Theme
Theme URI: 
Description: Custom Wordpress Theme
Author: 
Author URI:
Version: 1.0
*/

.pp-editable {
	position: relative;
}
.pp-editable .trigger-edit{
	display: none;
}
.pp-editable.active .trigger-edit{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	font-size:20px;
	background-color: rgba(0,0,0, .5);
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	cursor:pointer;
}

/*@media (min-width: 768px){
	form.woocommerce-cart-form .shop-table .continue-shopping-button,
	form.woocommerce-cart-form .shop-table .clear-cart-button{
		margin: 0;
		width: auto;
	}
}*/

/*.breadcrumbs{
	font-size: 16px;
}
.breadcrumbs a{
	color: #b1dbbe;
}
.breadcrumbs a:hover{
	color: #dcc3db;
}
.breadcrumbs .fa{
	margin: 0 10px;
}*/