.table-responsive .cartViewtable td,
.table-responsive .cartViewtable th {
    padding: 15px;
    font-size: 14px;
}

.cartOptionbtn {
    display: flex;
    justify-content: space-between;
}

.add_cart {
    height: 40px;
    line-height: 39px;
    padding: 0 18px;
    display: block;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    color: var(--color-white);
    background-color: var(--color-secondary);
    transition: .3s;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .06);
    position: relative;
    z-index: 1;
}
.feature-box .link-to-tab{
    font-size: 24px;

}
.feature-box h6{
    font-size: 16px;
    font-weight: bold;
}
.feature-box{
    padding: 1em;
    border: 1px solid #f3f3f3;
    margin-bottom: 1em;
    background: #f6f7fb;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    height: 160px;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
}
.axil-dashboard-address .add_address_btn{
    padding: 10px 20px;
    border: 1px solid #3577f0;
    background: #3577E8;
    color: #fff;
}
.add_address_btn .fa-plus{
    color: #fff;
}
