.upsells.products,
.woocommerce .related.products {
	margin-top: 85px;
	> h2 {
		font-size: 30px;
		position: relative;
		margin-top: 0;
		padding-bottom: 20px;
		margin-bottom: 40px;
		&:after {
			content: "";
			border-bottom: solid 1px #ccc;
			position: absolute;
			width: 90px;
			left: 0;
			bottom: 0;
		}
	}
}

.related.products{
	position: relative;
	.yith-wcwl-wishlistexistsbrowse a{
		font-size: 0;
		i{
			font-size: 14px;
		}
	}
	.slick-arrow{
		top:-90px;
		@include transform(translateY(0%));
		background-color: transparent;
		border: solid 1px;
		@include transition(all 0.3s);
		&.slick-prev{
			right: 65px;
			left: auto;
		}
		i{
			color: inherit;
		}
		&:hover{
			background-color: var(--g5-color-accent);
			border-color: var(--g5-color-accent);;
			i{
				color: #fff;
			}
		}
	}
}