/*.•* - WISHLIST - *•.*/
.profile__full {
	width: 100%;
}
.no-wishlist > p {
	color: #131313;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 100px;
	line-height: 25px;
}
.wishlist-icon {

}
.wishlist-icon::before {
	content: '\e912';
	font-family: 'Magic';
}
.recently.products, .related.products {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
section.products {
    margin-top: 75px;
    box-sizing: border-box;
}
section.products h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #393939;
    word-break: break-word;
    margin-bottom: 30px;
}