.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */body {
	background: #fff !important;
}

.product-list {
	float: right;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	padding: 20px 0px;
}

#bubble::before {
	content: "";
	right: 0;
	position: absolute;
	width: 90%;
	height: 25px;
	background: #FFE0E3;
	border-radius: 0px 0px 7px 7px;
	bottom: 0;
	margin-right: 5%;
	margin-bottom: -25px;
}
#bubble::after {
	content: "";
	position: absolute;
	background: #FFEFF1;
	right: 10%;
	height: 15px;
	bottom: 0;
	width: 80%;
	border-radius: 0px 0px 7px 7px;
	margin-bottom: -40px;
}/* End custom CSS */