ul.products li.product img {
	display: block;
}

body #yith-quick-view-modal #yith-quick-view-content {
	padding: 15px;
}

body #yith-quick-view-modal .yith-wcqv-main {
	box-shadow: inherit;
}

#yith-quick-view-content img {
	border-radius: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
	border-radius: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.edublink-single-product-main-content-wrapper .woocommerce-product-gallery__image img {
	object-fit: cover;
	border-radius: 5px;
	min-height: 270px;
}

.edublink-single-product-main-content-wrapper .woocommerce-product-gallery__trigger img, .edublink-single-product-main-content-wrapper .woocommerce-product-gallery__trigger:before, .edublink-single-product-main-content-wrapper .woocommerce-product-gallery__trigger:after {
	opacity: 0;
}

.edublink-single-product-cart-wrapper .edublink-single-product-cart-minus img, .edublink-single-product-cart-wrapper .edublink-single-product-cart-plus img {
	cursor: pointer;
}

.woocommerce-tabs .woocommerce-Reviews ol.comment-list li .comment_container img {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	border-radius: 5px;
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.woocommerce #reviews #comments ol.commentlist li .edublink-woo-review img.avatar {
	width: 80px;
	height: 80px;
	border: 0px;
	border-radius: 100%;
	background: transparent;
	padding: 0;
	position: relative;
}

.woocommerce .hentry {
	margin-bottom: 0;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail a img {
	width: 70px;
	border-radius: 5px;
}