.cart-count {
    background-color: #ff0000; /* Red background color for visibility */
    color: #ffffff;            /* White text */
    border-radius: 50%;
    padding: 2px 8px;
    font-size: 0.8rem;
    vertical-align: super;
    margin-left: 5px;
}


.woocommerce-breadcrumb {
    font-size: 14px;
    color: #555;
}

.woocommerce-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.woocommerce-breadcrumb span.delimiter {
    margin: 0 5px;
}


/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #0073aa;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.back-to-top:hover {
    background-color: #005177;
    text-decoration: none;
}

.back-to-top a {
    color: #ffffff;
    text-decoration: none;
}
