.basket-details-totals-section {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: relative;
  min-height: 120px;
}

.basket-details-totals-sectionWeight {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: relative;
  min-height: 120px;
}
.basket-items-section~.basket-details-totals-section {
  border-top: none;
}

.basket-totals .subtotal-row {
    font-size: 11px;
    padding-top: 2px;
}

#IMOnlineMvc_V2 .basket-totals .subtotal-row {
    font-size: 14px;  
}
.basket-totals .shippable-subtotal {
  padding-top: 8px; 
}
.basket-totals .shippable-weight {
  padding-bottom: 8px;
}
.basket-totals .basket-final-total, 
.basket-totals .basket-item-final-total{
  background-color: #333333;
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top:10px;
}
.basket-totals .basket-final-total .currency-text {
  font-size: 11px;
  padding-top: 3px;
}
.basket-totals-note-section {
  font-size: 10px;
  padding-top: 8px;
  background-color: #F6F6F6;
}
.basket-details-totals-section .basket-totals {
  border-left: 1px solid #ccc;  
  float:right;  
}
.basket-details-totals-section .basket-details+.basket-totals {
  border-left: none;
  position:absolute;
  bottom: 0px;
  right: 0;
}
.basket-totals .basket-item-final-total{ font-size: 12px;}

.js-basket-summary .js-total-total .exclusive-tax-label {
    font-family: Arial, "Lucida Grande", sans-serif !important;
   
}