a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.footer {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: .8rem;
    padding: .5rem 1rem .5rem 1rem;
    margin-bottom: 4.5rem;
    background-color: #fff;
    border-top: 4px solid #f5f5f5;
}

.pd-bottom-container {
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    border-top: 1px solid #ddd;
    padding: 0.2rem 0;
}

.pd-bottom-container .item {
    font-size: 0.9rem;
    color: #252525;
    text-align: center;
    padding: 0.5rem;
    position: relative;
}

.pd-bottom-container .item i {
    font-size: 1.2rem;
}

.cart-badge {
    position: absolute;
    top: 0.2rem;
    right: .4rem;
    background-color: rgb(101, 11, 11);
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}