table#basket_items {
    margin-top: 10px;
}

.basket_item_row {
    clear: both;
    height: 20px;
}

.basket_item {
    float: left;
}
.delete_basket_item,
.basket_quantity_less_icon,
.basket_quantity_more_icon {
    cursor: pointer;
}

.basket_delete_item_icon {
    color: red;
}

.basket_quantity_number {
    display: inline;
    margin: 0 10px;
}

#basket_title_head,
#basket_duration_head {
    text-align: left;
}
.basket_item_unitprice,
.basket_item_price,
#basket_unitprice_head,
#basket_price_head,
#basket_subtotal,
#basket_vat,
#basket_total,
#basket_subtotal_label,
#basket_vat_label,
#basket_total_label {
    text-align: right;
}
#basket_remove_head,
#basket_quantity_head,
.basket_item_qty {
    text-align: center;
}
.basket_item_remove .delete_basket_item {
    display: table;
    margin: 0 auto;
}

#basket_ownuse {
    margin-top: 20px;
}

#basket_ownuse #own-use-options,
#basket_ownuse #own-use-options label:hover {
  color: mediumseagreen;
}
#basket_ownuse input[type=radio] {
  display: none;
}
#basket_ownuse input[type=radio] + label {
  display: inline-block;
}
#basket_ownuse input[type=radio] + label:hover {
  cursor: pointer;
}
#basket_ownuse input[type=radio] + label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  padding-right: 5px;
}
#basket_ownuse input[type=radio] + label:before {
  content: "\f10c"; /* Radio Unchecked - fa-circle-o */
}
#basket_ownuse input[type=radio]:checked + label:before {
  content: "\f058"; /* Radio Checked - fa-check-circle */
}
#basket_ownuse input[type=radio]:hover + label:before {
  content: "\f05d"; /* Radio Hover - fa-check-circle-o*/
}
#basket_ownuse .radio label {
  padding-left: 0;
}


#basket_checkout #terms-and-conditions {
    margin-bottom: 20px;
}

#basket_checkout #terms-and-conditions.accept-error,
#basket_checkout #terms-and-conditions.accept-error #terms-and-conditions-checkbox {
  color: red;
}

#basket_checkout #terms-and-conditions-checkbox,
#basket_checkout #terms-and-conditions-checkbox label:hover {
  color: mediumseagreen;
}
#basket_checkout input[type=checkbox] {
  display: none;
}
#basket_checkout input[type=checkbox] + label {
  display: inline-block;
}
#basket_checkout input[type=checkbox] + label:hover {
  cursor: pointer;
}
#basket_checkout input[type=checkbox] + label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
}
#basket_checkout input[type=checkbox] + label:before {
  content: "\f096"; /* Checkbox Unchecked - fa-square-o */
}
#basket_checkout input[type=checkbox]:checked + label:before {
  content: "\f14a"; /* Checkbox Checked - fa-check-square */
}
#basket_checkout input[type=checkbox]:hover + label:before {
  content: "\f046"; /* Checkbox Hover - fa-check-square-o */
}
#basket_checkout .checkbox label {
  padding-left: 0;
}

#basket_checkout #checkout-button {
    clear: both;
}

#basket_checkout #must-accept-terms-and-conditions {
    margin-top: 20px;
}

.notification#buy-for-yourself,
.notification#terms-and-conditions,
.notification#purchase_message {
    padding-left: 10px;
}

.add_to_basket_button {
    cursor: pointer;
}

#course_buy_label {
    margin-top: 2px;
}
#course_buy_label,
#purchase_options_buttons {
    float: left;
}

#basket_checkout {
    margin-top: 20px;
}

.basket_item_qty {
    min-width: 100px;
}
.basket_quantity_less,
.basket_quantity_more {
    display: inline;
    min-width: 25px;
}
.basket_quantity_less {
    float: left;
}
.basket_quantity_more {
    float: right;
}

.basket_quantity_less .basket_quantity_less_icon,
.basket_quantity_more .basket_quantity_more_icon {
    color: #2175d9;
}
.basket_quantity_less .basket_quantity_less_icon:hover,
.basket_quantity_more .basket_quantity_more_icon:hover {
    color: #00308f;
}