.my-wishlist-product{
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    row-gap: 40px;
    column-gap: 34px;
    flex-wrap: wrap;
}
.my-wishlist-item{
    flex: 0 0 calc(25% - 26px);
}
.my-wishlist .shop_table.wishlist_table .product-thumbnail{
    width: 100%;
    aspect-ratio: 1 / 1.3712;
    position: relative;
    overflow: hidden;
}
.my-wishlist .product-thumbnail .position-relative{
    width: 100%;
    aspect-ratio: 1 / 1.3712;
    position: relative;
    overflow: hidden;
}
.my-wishlist .shop_table .product-thumbnail img{
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.my-wishlist .remove_from_wishlist{
    top: 3.7% !important;
    right: 5% !important;
}
.my-wishlist .shop_table.wishlist_table .product-name{
    width: 100%;
}
.my-wishlist p{
    margin-bottom: 0;
}
.my-wishlist .product-name{
    font-family: ShinGoPro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 15px;
}
.my-wishlist .product-price{
    width: 100% !important;
    font-family: ShinGoPro, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
}
.my-wishlist .shop_table.wishlist_table .add-links .quickview{
    display: none !important;
}
.my-wishlist .add-links{
    max-width: unset !important;
    width: 100%;
}
#my-wishlist .add-links .add_to_cart_button{
    width: 100% !important;
    font-family: ShinGoPro, sans-serif !important;
    font-weight: 300;
    font-size: 16px !important;
    color: #000000 !important;
    text-align: center;
    font-style: normal;
    background-color: #fff !important;
    margin-bottom: 0 !important;
    height: 45px;
    line-height: 45px;
}
.my-wishlist br{
    display: none;
}
.my-wishlist .product-add-to-cart{
    position: absolute;
    bottom: 16px;
    left: 12px;
    right: 12px;
}
#yith-wcwl-form .woocommerce-message{
    max-width: 1440px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .my-wishlist-item {
        flex: 0 0 calc(50% - 8px);
    }
    .my-wishlist-product{
        row-gap: 20px;
        column-gap: 16px;
    }
    .my-wishlist{
        border-top: unset !important;
        border: unset !important;
        width: calc(100% - 20px);
        margin: 0 auto !important;
        box-shadow: unset !important;
    }
    #my-wishlist .add_to_cart_button{
        height: 35px;
        font-family: ShinGoPro, sans-serif !important;
        font-weight: 300 !important;
        font-size: 13px !important;
        color: #000000 !important;
        line-height: 35px;
        text-align: center;
        font-style: normal;
        padding: 0 !important;
        min-width: unset !important;
    }
    .my-wishlist .product-add-to-cart{
        left: 6px;
        right: 6px;
        bottom: 6px;
    }
    .my-wishlist .product-name{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .my-wishlist .product-price{
        font-size: 16px;
    }
}