.left-details .btn-icon-wish:hover, .left-details .btn-quickview:hover, .left-details .btn-add-cart:hover {
    color: #fff !important;
}
.in-wishlist {
    display: inline-block;
    padding: 16px 8px;
    color: #222529;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Poppins,sans-serif;
    letter-spacing: -.015em;
    text-transform: uppercase;
    white-space: nowrap;
}
.forget-password {
    cursor: pointer;
}

@font-face {
    font-family: 'FontAwesomeBrandCustom';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/font_awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font_awesome/fa-brands-400.ttf") format("truetype");
}

.fab-custom {
    font-family: 'FontAwesomeBrandCustom';
    font-weight: 400;
}

.fa-tiktok:before {
    content: "\e07b";
}