.et-icon-wrapper.icon-control-loop svg {
    width: 20px;
    height: 20px;
}

a.remove.remove_from_wishlist {
    opacity: 1;
}

td.product-name {
    max-width: 450px;
}

.products-form.wishlist-form .content {
	display: none;
}

.products-form.wishlist-form .content.active {
	display: block;
}

.wishlist-title.wishlist-title-with-form {
    text-align: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 70px;
}

.wishlist-title.wishlist-title-with-form h2 {
    margin: unset;
}

.products-form.wishlist-form .menu {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.products-form.wishlist-form .xfrm-product-loop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.products-form.wishlist-form .menu > span {
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    position: relative;
    margin: 0px 40px;
    padding: 5px 0;
}

.products-form.wishlist-form .xfrm-filters-column{
    display: none !important;
}

span.yith-wcwl-items-count {
    position: absolute;
    padding: 5px;
    right: -25px;
    top: -15px;
    color: #A48C7C;
    font-weight: 500;
    background: #fff;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0px 0px 10px #ccc;
}

.wishlist-space {
    margin: 5px !important;
    font-size: 14px;
    width: calc(25% - 10px) !important;
    height: auto;
    min-height: 400px;
}

.wishlist-space a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.wishlist-space img {
    opacity: 0.3;
    transition: all 0.5s;
    max-width: 185px !important;
    padding-bottom: 20px;
}

.wishlist-space p {
    opacity: 0;
    transition: all 0.5s;
}

.wishlist-space:hover p {
    opacity: 1;
    font-size: var(--ecreative-size-subtitle) !important;
    letter-spacing: var(--ecreative-spacing-subtitle) !important;
    font-family: var(--ecreative-font-primary) !important;
    text-transform: uppercase;
}

.wishlist-space:hover img {
    opacity: 1;
}