/**
 * ----------------------------------------------------------------------------
 * Frontend CSS
 * ----------------------------------------------------------------------------
 */

.wp-block-lazikblocks-product-cell ul,
.wp-block-lazikblocks-product-cell li {
	list-style: none;
	margin: 0; padding: 0;
}
.wp-block-lazikblocks-product-cell {
	background-color: #fcfdfd;
    border: 1px solid #c8c7c2;
    padding: 20px 17px;
    border-radius: 5px;
	margin-bottom: 10px;
	height: calc(100% - 14px);
}
.wp-block-lazikblocks-product-cell::after {
	content: "";
	display: table;
	clear: both;
}
.wp-block-lazikblocks-product-cell .lhb-product-cell-image {
	float: left;
	margin-right: 18px;
}
.wp-block-lazikblocks-product-cell .lhb-product-cell-image img {
	width: auto;
    height: auto;
    max-height: 200px;
    max-width: 200px;
	margin-bottom: 2px
}
.wp-block-lazikblocks-product-cell .lhb-product-cell-content {
	width: 100%;
	box-sizing: border-box;
}
.wp-block-lazikblocks-product-cell .lhb-product-cell-content h3 {
	margin: 0 0 1em 0;
	padding: 0px;
	font-size: 100%;
	font-weight: 700;
	color: #228cd6;
}
.wp-block-lazikblocks-product-cell .lhb-product-cell-content p {
	line-height: 1.8;
	margin: 0;
}

@media (max-width: 500px){
.wp-block-lazikblocks-product-cell .lhb-product-cell-image {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}	
.wp-block-lazikblocks-product-cell {
    background-color: #fff;
    border: none;
    text-align: center;
}
}
