/* ====== wishlist ====== */
#yith-wcwl-form {
    margin-bottom: 214px;
}

#yith-wcwl-form>table>thead>tr>th {
    display: none;
}

#yith-wcwl-form>table>tbody tr>td.product-remove>button {
    color: #838383;
    font-size: 28px;
    background: none;
    border: none;
}

.page-header h1 {
    font-family: Sofia Sans;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: center;

}

.woocommerce table.wishlist_table tbody td.product-thumbnail {
    width: 180px;
    height: 130px;
}

.wishlist_table tr td.product-thumbnail a {
    width: 100%;
    display: block;
    border: none;
    max-width: 100%;
    height: 100%;
}

.wishlist_table tr td.product-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wishlist_table tr td.product-name>a {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #FC5B31;
}

.wishlist_table tr td.product-price span {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.page-header {
    display: flex;
    margin-left: 3%;
}

.main {
    margin-left: 2%;
}

@media(max-width:1240px) {
    .page-header h1 {
        font-size: 75px;
        line-height: 75px;
    }
}

@media(max-width:620px) {
    .woocommerce table.wishlist_table tbody td.product-thumbnail {
        width: 140px;
        height: 100px;
    }

    .wishlist_table tr td.product-name>a {
        font-size: 14px;
    }

    .wishlist_table tr td.product-price span {
        font-size: 14px;
    }
}

@media(max-width:520px) {
    .woocommerce table.wishlist_table tbody td {
        padding: 10px 10px;
    }

    .wishlist_table tr td.product-name>a {
        font-size: 13px;
    }

    .wishlist_table tr td.product-price span {
        font-size: 13px;
    }

    .wishlist_table tr td.product-price {
        width: 85px;
    }
}

@media(max-width:480px) {

    .wishlist_table tr td.product-name>a {
        font-size: 12px;
    }

    .wishlist_table tr td.product-price span {
        font-size: 12px;
    }

    .page-header h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media(max-width:420px) {
    .woocommerce table.wishlist_table tbody td.product-thumbnail {
        padding: 0;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .woocommerce table.wishlist_table tbody td.product-thumbnail {
        width: 100px;
        height: 80px;
    }

}

@media(max-width:375px) {
    .woocommerce table.wishlist_table tbody td.product-thumbnail {
        width: 100px;
        height: 70px;
    }

}