@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    --body-font:'Golos Text', sans-serif;
}
#content {
    min-height: calc(100vh - 207px);
}
.alg-wc-wl-view-table th:not(:last-of-type) {
    text-align: left;
    padding: 15px;
}
.alg-wc-wl-view-table th:first-of-type {
    text-align: left;
    padding-left:0;
}
.alg-wc-wl-view-table td:not(:last-of-type) {
    text-align: left !important;
}
.alg-wc-wl-view-table td:first-of-type {
    text-align: left;
    padding-left:0;
    padding-right:0;
}
.alg-wc-wl-view-table .product-thumbnail img {
    margin:0;
}
.alg-wc-wl-view-table th.product-removal,
.alg-wc-wl-view-table td.product-removal {
    display:none;
}
.alg-wc-wl-view-table th.add_to_cart_btn,
.alg-wc-wl-view-table td.add-to-cart-btn {
    text-align: right !important;
    padding-right:0;
}
.alg-wc-wl-view-table th.add_to_cart_btn {
    visibility:hidden;
}
table tbody td {
    background: unset !important;
}
.alg-wc-wl-view-table th {
    font-size:20px;
    font-weight:400;
    font-family:var(--body-font);
    line-height:30px;
    text-transform:capitalize;
}
.alg-wc-wl-view-table td,
.alg-wc-wl-view-table td a {
    font-size:16px;
    font-weight:400;
    font-family:var(--body-font);
    line-height:26px;
    text-decoration:none;
    color:#000;
}
.alg-wc-wl-view-table td.add-to-cart-btn a.add_to_cart_button {
    padding: 20px 40px;
    width:202px;
    background:rgba(58, 16, 120, 1);
    text-align: center;
    font-size: 16px;
}
.alg-wc-wl-view-table td.add-to-cart-btn a.add_to_cart_button.added {
    display:none;
}
.alg-wc-wl-view-table td.add-to-cart-btn a.add_to_cart_button.added + .added_to_cart {
    padding: 20px;
    width:202px;
    background:rgba(58, 16, 120, 1);
    text-align: center;
    font-size: 16px;
}
.alg-wc-wl-view-table td.add-to-cart-btn a.add_to_cart_button.added + .added_to_cart::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
}
.alg-wc-wl-view-table td {
    border-bottom:1px solid rgba(219, 219, 219, 1) !important;
    padding-top:31px;
    padding-bottom:31px;
}
button.btn-addcart[type="submit"],
.btn-addcart,
.btn-outline {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration:none;
    color:#fff;
    background:#3A1078;
    padding:16px;
    width:202px;
    display:inline-block;
    text-align:center;
}
.btn-addcart:hover {
    color:#fff;
}
.btn-outline {
    background:#fff;
    border:1px solid #000;
    color:#000 !important;
}
.add-to-cart-btn span.date {
    display: block;
    width: 202px;
    margin-left: auto;
    text-align: center;
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #272727;
    display: block;
    margin-bottom: 7px;
}
.alg-wc-wl-view-table-container {
    margin-top:80px;
}
.wishlist-btn-wrapper {
    margin-top: 63px;
}
@media (max-width:768px) {
    .wishlist-product .product-thumbnail::before {
        display:none;
    }
    .alg-wc-wl-responsive .alg-wc-wl-view-table .wishlist-product td {
        text-align:left !important;
    }
    .wishlist-product .add-to-cart-btn::before,
    .wishlist-product .add-to-cart-btn span {
        display:none;
    }
    .wishlist-product .add-to-cart-btn {
        text-align:left !important;
    }
    .wishlist-product .product-removal::before {
        display:none;
    }
    .wishlist-product .product-removal {
        position:relative;
    }
    .wishlist-product .product-removal .alg-wc-wl-remove-item-from-wl {
        position: absolute;
        right: 0;
        bottom: 45px;
    }
    .wishlist-product .product-removal .alg-wc-wl-remove-item-from-wl .alg-wc-wl-view-state-remove {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #DC3232;
    }
    .wishlist-product .product-removal .alg-wc-wl-remove-item-from-wl .alg-wc-wl-view-state-remove i.fa-times-circle {
        font-size:40px;
        color:#fff;
    }
    .wishlist-product .product-removal .alg-wc-wl-remove-item-from-wl .alg-wc-wl-view-state-remove i.fa-times-circle::before {
        content:"\f00d";
    }
    .wishlist-btn-wrapper form {
        width: 100%;
    }
    .wishlist-btn-wrapper form .btn-addcart {
        width: 100%;
    }
}

@media (max-width:767px) {
    .alg-wc-wl-view-table td {
        padding-right:0;
        padding-left:0;
    }
    .alg-wc-wl-view-table td:not(:last-of-type) {
        border-bottom: none !important;
    }
    .alg-wc-wl-view-table td {
        padding-top:15px;
        padding-bottom:15px;
    }
    .add-to-cart-btn span.date {
        text-align:right;
    }
}
@media (max-width:575px) {
    .wishlist-btn-wrapper a {
        width:100%;
    }
}