

.bl ul.bl-list-products,
.bl ul.bl-list-items,
.bl ul.bl-list-categories {
	padding: 0 !important;
	overflow: visible;
}

.bl ul.bl-list-products > li,
.bl ul.bl-list-items > li,
.bl ul.bl-list-categories > li {
	background-image: none !important;
	padding: 0;
}

.bl-message-error {
	text-align: center;
	color: #F00;
}

input.submit {
	padding: 2px 5px;
	background-color: #EEE;
	border: solid 1px #000;
}

input.submit:hover {
	background-color: #DDD;
}

/*.bl-product-add-to-cart-button{ display: block; width: 175px; float: right; }*/
.bl-product-add-to-cart-button {
	background-color: #D71081;
	cursor: pointer;
	margin: 6px 0 0 40px;
	padding-left: 32px;
	text-align: center;
	position: relative;
}
.bl-product-add-to-cart-button:hover{
	background-color: #000;
}

.bl-product-add-to-cart-button span {
	display: block;
	/*border-left: solid 1px #000;*/
	text-align: center;
}
	.bl-product .bl-product-add-to-cart-button:before {
		content: "\e604";
		font-size: 24px;
		display: block;
		position: absolute;
		top: 2px;
		left: 3px;
		color: #fff;
	}

.bl-product-add-to-cart-button input {
	background-color: transparent;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	padding: 0 7px;
	width: 100%;
}

.ui-pnotify.cs-toast.bl-toast .ui-pnotify-container {
	background: rgba(255, 255, 255, 0.9);
}

.bl-cart-container-loader { text-align: center; position: relative; height: 39px; width: 100%; }

#pp_full_res .bl,
#pp_full_res .bl-my-cart-product-popup {
    line-height: 1.3 !important;
}