.toast-message {
    font-size: 1.25rem;
    /* font-weight: bold; */
}

.toast-title {
    font-size: 1.65rem;
    font-weight: bold;
}

.account__wrapper .header__select--inner {
    width: 100%;
    border: 1px solid var(--border-color);
    margin: 0.6rem 0px;
    border-radius: 5px;
}

.none {
    display: none;
}

.address-div .account__login--input {
    margin-bottom: 0.6rem;
}

.address-card {
    margin: 10px 0px;
}

.footer__widget--desc a {
    color: var(--foreground-sub-color);
}
.footer__widget--desc a:hover {
    color: var(--text-white-color);
}

#product_grid,
#product_list {
    margin: 2.5rem 0;
}

.center {
    text-align: center;
    width: 100%;
}

.left {
    float: left;
}

.mr-5 {
    margin-right: 10px;
}

.heart-icon {
    height: 30px;
    width: 30px;
    

}


.sub-heart {
    margin: auto;
}