.cartCheckoutCtrl h2:not(.acbc) {
  color: #ff0000;
  font-size: 10em;
}
.cartCheckoutCtrl h2 {
  margin: 0px;
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto;
  font-size: 36px;
  line-height: 54px;
}
@media (max-width: 991px) {
  .cartCheckoutCtrl h2 {
    text-align: center;
  }
}
.cartCheckoutCtrl .t1 {
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  line-height: 35px;
}
.cartCheckoutCtrl .t1 span {
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .cartCheckoutCtrl .t1 {
    text-align: center;
  }
}
.cartCheckoutCtrl .t2 {
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  text-align: right;
  float: right;
  line-height: 35px;
}
@media (max-width: 991px) {
  .cartCheckoutCtrl .t2 {
    text-align: center;
    float: none;
  }
}
.cartCheckoutCtrl .t2 span {
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
.cartCheckoutCtrl .b1 {
  float: right;
  width: 113px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cartCheckoutCtrl .b1 {
    text-align: center;
    float: none;
    margin: 15px auto;
  }
}
.cartCheckoutCtrl .b1 a.btn-checkout-1 {
  border: 1px solid rgba(0, 0, 0, 0.24);
  background-color: #4CAF50;
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
}
.cartCheckoutCtrl .b1 a.btn-checkout-1:hover {
  text-decoration: none;
}
.cartCheckoutCtrl .b1 a.btn-checkout-1:active {
  text-decoration: none;
}
