html,
body {
	padding: 0;
	margin: 0%;
}

.magento-product-slide-list img {
	max-width: 100%;
	width: 100%;
}

.elementor-shortcode {
	max-width: 930px;
	margin: 0 auto;
	position: relative;
}

ul {
	padding: 0;
	margin: auto;
}

.flex_line {
	display: flex;
}

.magento-label {
	display: none;
}

.products {
	width: 100%;
	flex-wrap: wrap;
	padding: 10px;
}

.product {
	list-style: none;
	width: calc(33.3% - 10px);
	margin-right: 15px;
	margin-bottom: 15px;
}

.product:nth-of-type(3n+3) {
	margin-right: 0;
}

.image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
}

.magento-product-slide-list .magentoreview-score-bottom,
.magento-product-slide-list .magentoreview-score-top {
	height: 16px;
	background-size: 80px 16px;
}

.magento-product-slide-list .magentoreview-score-top {
	width: 80px;
	background-image: url(https://cdn.aosom.co.uk/media/nodefront/img/all-no-star.e54248fe.png);
	background-position: 100% 100%;
}

.magento-product-slide-list .magentoreview-score-bottom {
	background-image: url(https://cdn.aosom.pt/media/nodefront/img/all-star.d8393b14.png);
	background-size: 80px 16px;
	height: 16px;
}

.magento-product-slide-list .name {
	margin: 10px auto 15px;
	height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

.magento-product-slide-list .name a {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	display: block;
}

.magento-product-slide-list .current-price {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #DC2F2F;
}

.magento-product-slide-list .magento-old-price {
	font-size: 14px;
	line-height: 20px;
	text-decoration-line: line-through;
	color: #666666;
	margin-left: 10px;
}

.magento-product-slide-list .magento-delivery-info {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 5px auto;
}

.magento-product-slide-list .magento-review-info {
	font-size: 14px;
	line-height: 14px;
	color: #202223;
	align-self: flex-end;
	margin: 0 5px;
}

.magento-product-slide-list .magento-label {
	height: 17px;
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	background-color: transparent;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.magento-product-slide-list .magento-tag-content {
	background: #DC2F2F;
	border-width: 1px 0 1px 1px;
	border-color: #DC2F2F;
	display: inline-block;
	line-height: 15px;
	padding: 0 3px 0 5px;
	text-align: center;
	white-space: nowrap;
	border-style: solid;
}

.magento-product-slide-list .magento-tag-triangle {
	background: transparent;
	border-width: 0;
	display: inline-block;
	height: 17px;
	overflow: hidden;
	width: 13px;
	line-height: 17px;
}

.magento-product-slide-list .magento-tag-triangle:before {
	background: #DC2F2F;
	border: 1px solid #DC2F2F;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 17px;
	-webkit-transform: skew( -30deg) translate(-7px);
	transform: skew( -30deg) translate(-7px);
	width: 13px;
}

.magento-product-slide-list .magento-description {
	font-size: 13px;
	line-height: 150%;
	margin-top: 15px;
	height: 100px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.magento-product-slide-list .magento-product-btn {
	border: 1px solid #DC2F2F;
	box-sizing: border-box;
	border-radius: 2px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-top: 20px;
}

.magento-product-slide-list .magento-product-btn a {
	font-weight: 500;
	font-size: 14px;
	color: #DC2F2F;
	line-height: 14px;
	text-decoration: none;
}

.magento-product-slide-list .magento-product-info {
	text-align: center;
}

.magento-product-slide-list .buy-it-now {
	display: none;
}

.magento-product-slide-list .magento-review {
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.magento-product-slide-list .product {
		width: 100%;
		margin-right: 0;
	}
}