HEX
Server: Apache
System: Linux webm014.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: circuix (152771)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/circuix/adrRc/wp-content/themes/estore/sass/theme/inner-page/_wishlist.scss
.wishlist-title {
    display: none;
}

.woocommerce #content .wishlist_table {
    thead {
        th {
            text-align: center;
        }
    }
    tbody {
        tr {
            td {
                border: medium none;
                height: 120px;
                padding: 0 20px;
                text-align: center;
                font-size: 14px;
                color: #333;
            }
            td.product-remove {
                text-align: center;
                a.remove_from_wishlist {
                    background: $color__link;
                    color: #fff !important;
                    display: inline-block;
                    font-size: 16px;
                    height: 20px;
                    line-height: 19px;
                    text-align: center;
                    width: 20px;
                    &:hover {
                        background: $color__link-hover;
                    }
                }
            }
            td.product-thumbnail {
                text-align: center;
                img {
                    border-radius: 100%;
                    width: 80px;
                }
            }
            td.product-name {
                a {
                    color: $color__text-dark;
                    font-size: 14px;
                    font-weight: 700;
                    &:hover {
                        color: $color__link-hover;
                    }
                }
            }
            td.product-add-to-cart {
                a {
                    background: #00a9e0 none repeat scroll 0 0;
                    border-radius: 0;
                    color: #fff;
                    font-weight: 600;
                    height: 36px;
                    padding: 0 10px;
                    line-height: 36px;
                    @include transition(background 0.5s ease);
                    &:hover {
                        background: $color__link-hover;
                    }
                }
            }
        }
    }
    tfoot {
        td {
            border: none;
            border-top: 1px solid #e1e1e1;
        }
    }
}