﻿/* BESPOKE */
.uc_shopping_cart_totals h4 {
    font-family: LatoRegular;
    font-size: 13px !important;
    opacity: 1 !important;
}

.uc_shopping_cart_totals li {
    padding: 5px 0 !important;
    background-color: transparent !important;
    border-top: 1px solid #e7e7e7;
}

.uc_shopping_cart_totals .total-price {
    padding-top: 20px !important;
}

.uc_shopping_cart_totals .total-price h4 {
    font-size: 25px !important;
    line-height: 1;
    font-weight: 400 !important;
}

.uc_shopping_cart_totals .total-price {
    padding-top: 15px !important;
}

.uc_shopping_cart_totals .total-price span {
    font-size: 25px !important;
    line-height: 1;
}

.uc_shopping_cart_totals li:first-child {
    border-top: 0;
}

.uc_shopping_cart_totals span {
    font-family: LatoBold;
    font-size: 13px !important;
    color: #000 !important;
}

.uc_shopping_cart_totals li.total-price .total-result-in span {
    color: #000 !important;
}

@media (max-width: 991px) {
    .uc_shopping_cart_totals ul.total-result li {
        padding-left: 0 !important;
    }
    .uc_shopping_cart_totals .total-price h4 {
        font-size: 20px !important;
    }

    .uc_shopping_cart_totals .total-price span {
        font-size: 20px !important;
    }
}

@media (min-width: 992px) {
    .uc_shopping_cart_totals {
        max-width: 41.66666667%;
    }
}
/* END BESPOKE */