/*
 Theme Name: Astra Child - Hatley
 Template: astra
 Description: Child theme for Hatley Construction & Millwork
 Version: 1.0.0
*/

/* Mini-cart header icon */
.hatley-header-cart {
    display: flex;
    align-items: center;
}
.hatley-cart-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
    color: inherit;
    text-decoration: none;
}
.hatley-cart-link svg {
    width: 20px;
    height: 20px;
}
.hatley-cart-count {
    position: absolute;
    top: 0;
    right: -4px;
    background: #c80f28;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
