﻿#cart {
  background-image: url(/Content/Images/Backgroungs/bg07.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -20px;
}
#cart hr {
  margin-top: 8px;
}
#cart .cart-header {
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 140px 20px 0 20PX;
  color: white;
  width: 100%;
  min-height: 160px;
  font-size: 20px;
}
#cart .cart-header .biggerText {
  font-size: 28px;
  font-family: 'segoeUI_SB';
}
#cart .cart-header a {
  color: white;
  text-align: right;
  float: right;
}
#cart .cart-detail {
  background-color: white;
  padding: 20px;
}
#cart .cart-detail ul {
  list-style: none;
  display: block;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  padding-bottom: 20px;
  padding-left: 0;
}
#cart .cart-detail ul li {
  vertical-align: top;
}
#cart .cart-detail ul li .cart-item-title {
  width: 80%;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  font-family: 'segoeUI_SB';
  vertical-align: top;
}
#cart .cart-detail ul li .cart-item-price {
  width: 80px;
  text-align: right;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
#cart .cart-detail ul li .cart-item-money {
  display: inline-block;
  vertical-align: top;
}
#cart .cart-detail ul li .cart-item-actions {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 120px);
  text-align: right;
}
#cart .cart-detail ul li .cart-item-actions i {
  cursor: pointer;
  color: #05b3f0;
}
#cart .cart-detail .total {
  width: 80%;
  display: inline-block;
  height: 20px;
  vertical-align: top;
}
#cart .cart-detail .total-value {
  width: calc(20% - 30px);
  text-align: right;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-family: 'segoeUI_SB';
}
#cart .cart-detail .total-money {
  display: inline-block;
  font-size: 20px;
  font-family: 'segoeUI_SB';
}
#cart .billing-data {
  background-color: #3A99C5;
  color: white;
}
#cart .billing-data .billing-data-container .form-group .field-validation-error {
  display: block;
  width: 100%;
  float: left;
  padding-left: 22%;
}
#cart .billing-data .billing-data-container .form-group.editable .form-control {
  color: #125578;
  background-color: white;
  border: none;
}
#cart .billing-data .billing-data-container label {
  float: left;
  width: 22%;
  text-align: right;
  font-size: 14px;
  line-height: 25px;
  padding-right: 10px;
  font-weight: normal;
}
#cart .billing-data .billing-data-container i {
  width: 1%;
  float: right;
}
#cart .billing-data .billing-data-container .form-control {
  width: 56%;
  margin-right: 1%;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  padding: 2px;
  color: white;
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: solid 1px #9dcde3;
  font-family: 'segoeUI_SB';
}
#cart .billing-data .billing-data-container .data-billing {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  padding: 2px;
  display: inline-block;
}
#cart .billing-data .billing-data-container .billing-resume label {
  display: block;
}
#cart .billing-data .billing-data-container .billing-resume .billing-resume-content {
  width: 78%;
  float: right;
}
#cart .billing-data .billing-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 20px;
  padding-top: 90px;
  color: white;
  width: 100%;
  height: 120px;
  font-size: 14px;
}
#cart .billing-data p {
  font-size: 1.2em;
}
#cart .billing-data .alert {
  padding: 15px;
  padding-right: 35px;
  margin-bottom: 0;
}
#cart .billing-data a.btn {
  border-radius: 0;
}
#cart .billing-data .forgot {
  float: right;
  margin-top: -30px;
}
#cart .billing-data .forgot a {
  color: white;
  font-family: 'segoeUI_SB';
}
#cart .billing-data .forgot.forgot1 {
  margin-top: -60px;
}
#cart .billing-data .forgot.block-link {
  float: none;
  text-align: right;
}
#cart > .row {
  background-color: white;
}
#cart .cart-footer {
  padding: 40px 70px;
  background-image: url('/Content/Images/Courses/courses-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 380px;
}
#cart .input-group .input-group-addon {
  border-radius: 0;
  background-color: white;
  border-right-color: transparent;
}
#cart .input-group .input-group-addon i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
#cart .input-group .input-group-addon i.pass-icon {
  background-image: url('/Content/Images/login-pass-icon.png');
}
#cart .input-group .input-group-addon i.user-icon {
  background-image: url('/Content/Images/login-user-icon.png');
}
#cart .input-group .input-group-addon i.mail-icon {
  background-image: url('/Content/Images/login-mail-icon.png');
}
#cart .input-group .input-group-addon i.name-icon {
  background-image: url('/Content/Images/login-user-icon.png');
}
#cart .input-group .form-control {
  border-left-color: transparent;
  outline: none;
  box-shadow: none;
}
.accept-btn-wrapper {
  text-align: right;
}
.btn-confirm {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.btn-confirm:hover {
  border: 2px solid white;
  background-color: white;
  color: #0d43a4;
}
.btn-confirm-back {
  float: right;
  margin-top: -70px;
  width: 200px;
  margin-right: 0px;
}
@media (max-width: 540px) {
  #cart .cart-detail ul li .cart-item-title {
    width: calc(80% - 40px);
  }
  #cart .cart-detail ul li .cart-item-price {
    width: 60px;
  }
  #cart .cart-header a {
    display: block;
    float: none;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .accept-btn-wrapper {
    text-align: center;
  }
}
