.tps_recentlyViewedProductsBox {
	max-height: 0;
	overflow: hidden;
	transition: 0.5s
}

.tps_recentlyViewedWidget {
	background-color: #fff;
	box-shadow: 0 -0.8vw 1.6vw rgba(0, 0, 0, 0.2);
	padding: 10px;
	min-width: 300px
}

.tps_recentlyViewedProductsBoxActive {
	position: fixed;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	z-index: 10
}

.tps_recentlyViewedProductsBoxActiveHeight {
	max-height: 500px !important
}

.tps_recentlyViewedWidget_items a {
	width: 100px;
	display: block;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.tps_recentlyViewedWidget_items {
	display: grid;
	grid-gap: 10px;
	justify-items: center;
	align-items: center
}

.tps_recentlyViewedWidget_header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 10px
}

.tps_recentlyViewedWidget_header section {
	font-size: 16px;
	text-transform: uppercase
}

.tps_recentlyViewedWidget_header span {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	cursor: pointer
}

.tps_recentlyViewedWidget_itemBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

div.tps_recentlyPurchased {
	display: none
}
