/*
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 for Add to Cart button deformation */
.g5shop__add-to-cart {
    width: 50px;
    height: 50px;
}

svg#yith-wcwl-icon-heart-outline {
    display: none;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    align-items: flex-start;
}

.g5core__gutter-item span.label {
    display: none;
}

a.compare.button {
    display: none;
}

/* Slick Dots - Circular */
.slick-dots li {
    width: 20px !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.slick-dots li span {
    width: 8px !important;
    height: 8px !important;
    background-color: #d1d1d1 !important;
    border-radius: 50% !important;
    display: block !important;
    transition: background-color 0.3s, transform 0.3s;
}

.slick-dots li.slick-active span {
    background-color: #fff !important;
    transform: scale(1.2);
}

.slick-dots li span:before {
    display: none !important;
}

/* Hover de footer */
.ube-list-icon.list-unstyled .list-icon-item:hover {
    color: #fff;
}


@media (max-width: 430px) {
    .ube-slider-content .ube-heading-title {
        width: 191px;
    }
}