.woocommerce-wishlist #site-content .entry-header {
    margin: 72px 0 80px;
    display: flex;
    justify-content: center;
    padding: 33px 0;
}
.woocommerce-wishlist .entry-header-inner {
    max-width: 1060px;
    text-align: center;
    width: 100%;
}
.woocommerce-wishlist .entry-title {
    text-align: left;
    color: #504658;
    font-family: 'Marcellus';
    font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    text-transform: uppercase;
    position: relative;
    margin: 0 !important;
    padding: 0 20px;
    width: fit-content;
}

.woocommerce-wishlist .entry-title span {
    position: relative;
    z-index: 2;
}
.woocommerce-wishlist .entry-title:before {
    content: '';
    background: url(../images/heading-bkg.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: -215%;
    width: 669%;
    height: 300%;
    z-index: 1;
    transform: translate3d(-50%, -50%, 0);
    background-size: contain;
}

.wishlist-title-container {
    display: none;
}
.shop_table.wishlist_table {
    border:  none;
    margin-bottom: 110px;
}
.shop_table.wishlist_table th,
.shop_table.wishlist_table td {
    border:  none;
    border-bottom: 1px solid #e7e7e7;
}
.shop_table.wishlist_table th {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.wishlist_table tr th.product-thumbnail {
    width: unset;
}
.wishlist_table .table-heading .table-heading-inner {
    width: 322px;
}
.wishlist_table tr td.product-thumbnail a img {
    min-height: 146px;
    object-fit: cover;
    width: 100vw;
    border-radius: 5px;
    max-width: 120px;
}
.wishlist_table .product-img-name .product-thumbnail img {
    min-height: 146px;
    display: block;
    object-fit: cover;
    border-radius: 5px;
    max-width: 120px;
}
.wishlist-table .product-name-inner span {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #504658;
}
.wishlist-table .product-name-inner .variation {
    font-size: 14px;
    color: #9B999D;
    font-family: 'Inter';
    line-height: 22px;
    margin-top: 26px;
}
.wishlist-table .product-action {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.wishlist-table .product-edit {
    margin-right: 15px;
}
.wishlist-table .product-edit a {
    line-height: 22px;
    font-size: 16px;
}
.wishlist-table .product-remove a.remove {
    width: unset;
    height: unset;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline!important;
    background: none;
    color: #504658;
}
.wishlist-table .product-price {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #504658;
    text-align: right;
}
.wishlist-table .product-stock {
    text-align: right;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #504658;

}
.wishlist-table a.btn-details.button.btn-forward {
    width: 100%;
    display: flex !important;
    align-items: center;
    margin: 50px 0 0 auto !important;
    padding: 9px 30px !important;
}

.wishlist_table .product-img-name > div {
    width: 50%;
}
.wishlist_table .table-heading .table-heading-inner .product-subtotal {
    width: 161px;
}
.wishlist_table.mobile li.wishlist-item {
    margin: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #DEDEDE;
}
.wishlist_table.mobile li.wishlist-item:nth-child(2) {
    border-top: 1px solid #DEDEDE;
}
.wishlist_table a.btn-details.button.btn-forward {
    width: 322px;
    display: flex!important;
    align-items: center;
    padding-right: 70px !important;
    margin-bottom: 0!important;
}
.wishlist_table a.btn-details.button.btn-forward:hover {
    color: #f76d9d;
    text-decoration: none!important;
}
.wishlist_table .product-img-name {
    width: 49%;
    display: flex;
}
.wishlist_table .product-name h3 {
    line-height: 0;
    margin: 0;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: unset;
    width: 42%;
}
.wishlist_table.mobile li .item-details .item-details-table {
    margin: 0;
    width: 322px;
    margin-left: auto;
}
.wishlist_table.mobile li .item-details-table .subtotal .value {
    width: 322px;
}
.wishlist_table.mobile li .item-details .item-details-table div {
    display: flex;
}

.wishlist_table .item-details-table, 
.wishlist_table .variation div {
    text-align: left;
    padding: 0;
    border: none;
    margin: 15px 0;
}
.wishlist_table .variation div {
    color: #9B999D;
    padding-right: 5px;
    margin: 0;
}
.wishlist_table .variation .value {
    text-transform: uppercase;
}
.wishlist_table .product-name .item-details-table {
    width: fit-content;
    margin-bottom: 0;
    min-height: 45px;
}
.wishlist_table .product-name .item-details-table .variation {
    display: flex;
    flex-wrap: wrap;
}
.wishlist_table .product-name a {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #504658;
    text-transform: none;
    text-decoration: none;
}
.wishlist_table .product-name a:hover {
    color: #f76d9d;
}
.wishlist_table .product-action {
    width: 78.5%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 34px;
}
.wishlist_table .product-action .action-wrapper {
    display: flex;
}
.wishlist_table .product-edit {
    margin-right: 31px;
}
.wishlist_table .product-edit a {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}
.wishlist_table .product-remove a.remove {
    width: unset;
    height: unset;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline!important;
    background: none;
    color: #504658;
}
.wishlist_table .additional-info-wrapper .product-remove {
    display: none;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin: 0;
    margin-bottom: 4px;
}
.wishlist_table.mobile li.wishlist-item {
    padding: 34px 0 27px;
}
.wishlist_table.mobile li.wishlist-item:last-child {
    padding-bottom: 44px;
}
.wishlist_table.mobile li .item-wrapper {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.wishlist_table.mobile li .item-wrapper .item-details {
    width: 51%;
}

.wishlist_table.mobile li .item-details .item-details-table .label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #F76D9D;
    display: none;
}
.wishlist_table.mobile li .item-details .item-details-table .value {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    font-family: 'Inter';
    width: 100%;
}
.wishlist_table.mobile li .item-details .item-details-table .price:last-child {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.wishlist_table.mobile li .item-details .item-details-table .price:last-child .value {
    text-align: right;
    flex-direction: row;
}
.wishlist_table.mobile li .item-details .item-details-table .value > span:first-child {
        padding-right: 5px;
    }
    .wishlist_table.mobile li .item-details .item-details-table .value > span:last-child {
        padding-left: 5px;
    }
.wishlist_table.mobile .item-details-table .price .value del {
    padding-right: 5px;
}
.yith_wcwl_wishlist_footer {
    display: none;
}
@media only screen and (min-width: 1600px) {
    .woocommerce-wishlist .entry-header-inner {
        max-width: 1440px;
    }
}
@media only screen and (max-width: 767.98px) {
    .woocommerce-wishlist #site-content .entry-header {
        margin: 2px 0 31px;
        padding: 27px 0;
    }
    .woocommerce-wishlist .entry-title:before {
        left: -150%;
        width: 500%;
        height: 200%;
    }
    .woocommerce-wishlist .page .container {
        padding: 0 50px;
    }
    .wishlist_table .product-img-name > div {
        width: calc(50% - 5px);
    }
    .wishlist_table .product-img-name .product-name {
        display: flex;
        align-items: flex-end;
    }
    .woocommerce-wishlist #site-content .entry-title {
        font-size: 40px;
        padding: 0 50px;
        margin-bottom: 40px;
    }
    .wishlist_table.mobile li.wishlist-item {
        padding: 23px 0 15px;
    }
    .wishlist_table.mobile li .item-wrapper .product-thumbnail img {
        min-height: 159px;
        max-width: 131px;
        margin: 0;
    }
    .wishlist_table.mobile li .item-wrapper .product-thumbnail {
        width: 131px;
    }
    .wishlist_table .product-action {
        display: flex;
        align-items: center;
        margin-top: 13px;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        height: unset;
    }
    .wishlist_table .product-edit a,
    .wishlist_table .product-remove a.remove {
        font-size: 14px;
    }
    .wishlist_table .product-img-name {
        justify-content: space-between;
    }
    
    .wishlist_table.mobile li .item-details .item-details-table div {
        flex-direction: column;
    }
    .wishlist_table.mobile li .item-details .item-details-table {
        width: 100%;
    }
    .wishlist_table.mobile li .item-details .item-details-table > div{
        width: calc(100vw - 100px);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wishlist_table.mobile li .item-details .item-details-table .value {
        text-align: right;
        display: flex;
        justify-content: flex-end;
        white-space: nowrap;
        font-size: 14px;
        padding: 0;
        line-height: 32px;
        margin-bottom: 14px;
    }
    
    .wishlist_table.mobile li .item-details .item-details-table .label {
        font-size: 16px;
        font-family: 'Inter';
        line-height: 32px;
        font-weight: 500;
        color: #F76D9D;
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 14px;
    }
    .wishlist_table.mobile li .item-wrapper {
        flex-direction: column;
    }
    .wishlist_table .product-img-name,
    .wishlist_table.mobile li .item-wrapper .item-details {
        width: 100%;
    }
    .wishlist_table.mobile li.wishlist-item:last-child {
        padding-bottom: 15px;
    }
    .wishlist_table .product-img-name {
        margin-bottom: 21px;
    }
    .wishlist_table .product-img-name .product-name-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .wishlist_table.mobile li.wishlist-item:last-child {
        margin-bottom: 23px;
    }
    .wishlist_table a.btn-details.button.btn-forward {
        width: 100%;
    }
    .wishlist_table .product-action .action-wrapper {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
    }
    .wishlist_table .product-action .product-add-to-cart {
        width: 100%;
        height: 45px;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
        margin-top: 0;
        margin-bottom: 4px;
    }
}
@media only screen and (max-width: 374px) {
    .woocommerce-wishlist #site-content .entry-title {
        font-size: 30px;
        line-height: 40px;
    }   
}
@media only screen and (max-width: 320px) {
    .wishlist_table .variation {
        display: flex;
        flex-direction: column;
    }
    .wishlist_table .variation div {
        margin: 0;
    }
    .wishlist_table a.btn-details.button.btn-forward {
        padding-right: 70px !important;
        padding-left: 15px !important;
    }
}