.user-registration-page .payment-method.default-payment-method td:nth-of-type(3)::before {
    display: none !important;    
}
@media (max-width: 1366px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
    body table.shopengine-wishlist .wishlist-product-name a {
        font-size: 16px;
    }
    body table.shopengine-wishlist img, 
    body table.shopengine-wishlist img {
        height: auto;
        max-width: 80px;
        width: 80px;
        min-width: 80px;
    }
    body table.shopengine-wishlist th {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    body table.shopengine-wishlist .wishlist-product-name a {
        font-size: 12px;
    }
    body table.shopengine-wishlist td, 
    body table.shopengine-wishlist th {
        padding: 10px 0;
    }
    body table.shopengine-wishlist tr td:nth-of-type(1) {
        flex-direction: column;
        align-items: flex-start;
    }
    body table.shopengine-wishlist th {
        font-size: 14px;
    }
}
@media (max-width: 414px) {

}