﻿/* BESPOKE GS-16: DESIGN SHOPPING CART */
.uc_shopping_cart_totals {
    border-radius: 15px !important;
    padding: 15px 5px 5px !important;
    border: 1px solid #CDD2D9 !important;
}

.uc_shopping_cart_totals h4 {
    font-family: PoppinsRegular, Helvetica, Arial, sans-serif;
    color: #000 !important;
    opacity: 1 !important;
}

.uc_shopping_cart_totals li {
    border: none !important;
    background: none !important;
    padding: 0 15px !important;
    margin-bottom: 5px;
}

.uc_shopping_cart_totals .total-result {
    margin-bottom: 0 !important;
}

.uc_shopping_cart_totals h4,
.uc_shopping_cart_totals span {
    line-height: normal !important;
}

.uc_shopping_cart_totals .total-price h4,
.uc_shopping_cart_totals .total-price span {
    font-size: 15px !important;    
    font-family: PoppinsBold, Helvetica, Arial, sans-serif;
}

.uc_shopping_cart_totals .total-price {
    background:  #E6EBF1 !important;
    border-radius: 25px !important;
    display: flex !important;
    min-height: 30px;
    align-items: center;
    margin-bottom: 0 !important;
}

.uc_shopping_cart_totals .total-result .total-price span {
    color: #000 !important;
}
/* END BESPOKE GS-16 */