@media screen and (min-width : 768px) {

	/*TOP PRODUCTS*/

	.item__price__content {
		font-size: 40px;
		bottom: 10px;
		right: 20px;
	}

	/*IMG*/

	.thumbnail.product-thumbnail img {
		width: 200px;
		height: 220px;
		object-fit: cover;
		border-radius: 0 10px 10px 0;
	}

}

.item__price__content {
	display: none;
}


@media screen and (min-width : 1024px) {

	/*TOP PRODUCTS*/

		/*PRICE*/

	.item__price__content {
		bottom: 20px;
	}


}


@media screen and (min-width : 1025px) {

	/*TOP PRODUCTS*/

	#header section.top__products__section {
		display: block;
	}

	#wrapper section.top__products__section {
		display: none;
	}

	/*AMAZZING FILTER*/

	#category #left-column {
		max-width: 72.9%;
		margin: auto;
		padding-top: 3em;
	}

	#content-wrapper {
		max-width: 67.9%;
	}
}
