/* CART */

.cart a.title {
  color: black;
}

.cart .edd_cart_item {
  margin-bottom: 30px;
}

.cart .edd_cart_item table {
  width: 100%;
}
.cart .edd_cart_item table td {
  vertical-align: middle;
}
.cart .edd_cart_item .col_player {
  width: 74px;
}

.cart .edd_cart_item .col_desc {
  font-size: 16px;
}
.cart .edd_cart_item .col_desc .title {
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  padding-right: 10px;
}
.cart .edd_cart_item .fr_player i {
  font-size: 45px;
}
.cart .license_list .title {
  color: black;
}
.cart .author {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
}
.cart .fr_player {
  width: 74px;
  float: left;
}

.cart .remove_cart_item {
  float: right;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  color: black;
  text-align: center;
  line-height: 37px;
  transition:All 0.5s ease;
  -webkit-transition:All 0.5s ease;
  -moz-transition:All 0.5s ease;
  -o-transition:All 0.5s ease;
}
.cart .remove_cart_item:hover {
  background-color: #eee;
}
.cart .licenses .license {
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0px;
  font-size: 20px;
  overflow: hidden;
}
.cart .licenses .last {
  float: right;
  width: 25px;
  text-align: right;
}
.cart .licenses .price {
  float: right;
  color: black;
  font-size: inherit;
}
.cart .licenses .selected_license {
  cursor: pointer;
}
.cart .licenses .selected_license i {
  font-size: 25px;
  transition:All 0.25s ease;
  -webkit-transition:All 0.25s ease;
  -moz-transition:All 0.25s ease;
  -o-transition:All 0.25s ease;
}
.cart .licenses.active .selected_license i {
  transform: rotate(180deg);
}
.cart .licenses .license_list {
  display: none;
}
.cart .licenses .license_option {
  height: 85px;
  padding: 0px;
}
.cart .licenses .license_option td {
  vertical-align: middle;
}
.cart .licenses .license_option .col_title span {
  max-width: 50px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: black;
  line-height: 1.5em;

}
.cart .licenses .license_option .col_checkbox {
  width: 25px;
  text-align: right;
}
.cart .licenses .license_option .col_checkbox input {
  margin: 0px;
}
.cart .licenses .license_option .col_price {
  width: 50px;
  color: black;
  font-weight: bold;
  font-size: 25px;
}
.cart .total {
  font-weight: bold;
  font-size: 16px;
}
.cart .total strong {
  margin-right: 26px;
}
.cart .total .edd_cart_amount {
  font-weight: bold;
  font-size: 20px;
  color: black;
  vertical-align: middle;
}
.cart .cart_discount {
  color: #149e45;
  font-size: 18px;
  margin-top: 10px;
}
.cart .cart_discount span:first-child {
  text-transform: uppercase;
}
.cart .cart_discount span:last-child {
  float: right;
}
.cart .edd_cart_item.subscription .col_player,
.cart .edd_cart_item.subscription .author,
.cart .edd_cart_item.subscription .licenses {
  display: none;
}
.cart .edd_cart_item.subscription {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
.cart .edd_cart_item.subscription .title {
  margin-top: 8px;
}