
.upsells-widget .product_list_widget {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.upsells-widget .product_list_widget>li {
	flex: 0 1 50%;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	max-width: 50%;
	border: none;
}

.upsells-widget .product_list_widget>li a {
	margin-bottom: 0;
}

.upsells-widget .product_list_widget>li img {
	float: none;
	margin-right: 0;
	max-width: 100%;
}

.upsells-widget .product_list_widget>li:hover .small-product-info {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, transform .3s ease;
	transform: translateY(20px);
}

.upsells-widget .product-small-inner {
	position: relative;
	text-align: center;
}

.upsells-widget .small-product-info {
	position: absolute;
	right: -5px;
	bottom: 100%;
	left: -5px;
	z-index: 4;
	z-index: 400;
	visibility: hidden;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	line-height: 1;
	opacity: 0;
	transition: visibility .3s ease, opacity .3s ease, transform .3s ease;
	pointer-events: none;
}

.upsells-widget .small-product-info:after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -2px;
	margin-left: -5px;
	width: 10px;
	height: 9px;
	color: #fff;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	font-size: 20px;
	line-height: 10px;
	content: "";
	font-family: "woodmart-font";
}

.global-color-scheme-light .upsells-widget .small-product-info {
	background-color: #101010;
}

.global-color-scheme-light .upsells-widget .small-product-info:after {
	color: #101010;
}

@media (max-width: 1024px) {
	.upsells-widget .product_list_widget>li:hover .small-product-info {
		transform: none;
	}
	
	.upsells-widget .small-product-info {
		position: static;
		z-index: 4;
		visibility: visible;
		padding: 10px;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: visible;
	}
	
	.upsells-widget .small-product-info:after {
		content: none;
	}
	
	.global-color-scheme-light .upsells-widget .small-product-info {
		background-color: transparent;
	}
}
