.cart-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

@media (max-width: 600px) {
    .cart-icon {
        width: 35px;
        height: 35px;
    }

    .icon-img {
        width: 18px;
        height: 18px;
    }
}

.icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-img {
    width: 18px;
    height: 18px;
}

.cart-count-header6 {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #007b83;
    color: white;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}