/*
Theme Name: Glowing Child Theme
Theme URI: https://glowing.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Child theme for Glowing Theme
Version: 1.0.0
Template: glowing
Text Domain: glowing-child
*/

/* Fix Compare button icon and alignment */
.compare {
    font-size: 0 !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(51, 51, 51) !important;
    /* Match other action buttons style */
    display: flex !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    transition: all 0.3s !important;
}

.compare:hover {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}

.compare .label {
    display: none !important;
}

.compare::before {
    content: "\ef57" !important;
    font-family: "phosphor" !important;
    font-size: 20px !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 1 !important;
    visibility: visible !important;
    color: inherit !important;
}
