/*
Theme Name: Astra Child
Description: Child theme of Astra
Template: astra
Version: 1.0.0
*/

@import url("../astra/style.css");
.ast-header-button-1 .ast-custom-button-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background-color: #fff;
    border-radius: 99px;
}

.ast-header-button-1 .ast-custom-button-link:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(https://sanhthangloi.com/wp-content/uploads/2025/11/gift-1.png);
    display: block;
    background-size: contain;
}

.ast-header-button-1 .ast-custom-button-link .ast-custom-button {
    display: none;
}

/* Child theme styles go here */
