.cart_title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.cart_items {
  list-style: none;
  width: 100%;
  display: table;
}
.cart_item {
  padding: 10px 0px;
  display: table-row;
}
.cart_item div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  border-right: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}
.cart_item div:last-child {
  border-right: 0px;
}
.cart_item div input[type=text] {
  text-align: center;
  width: 40px;
}
.cart_item div input[type=button] {
  cursor: pointer;
  width: 22px;
  height: 22px;
  padding: 0;
  background: transparent;
  color: #0088cc;
}
.cart_item_head {
  background: #cccccc;
}
.cart_item_head div {
  text-align: center;
  border-right: 1px dotted #ffffff;
  border-bottom: 0;
}
.cart_item_photo {
  width: 100px;
}
.cart_item_photo i {
  font-size: 70px;
  color: #cccccc;
}
.cart_item_name a {
  color: #212121;
  text-decoration: none;
}
.cart_item_name a:hover {
  color: #0088cc;
}
.cart_item_price {
  width: 150px;
}
.cart_item_count {
  width: 150px;
}
.cart_item_delete {
  width: 70px;
}
.cart_item_delete a {
  text-decoration: none;
}
.cart_item_delete a:hover {
  color: #212121;
}
.cart_summary {
  margin: 20px 0px;
  text-align: right;
}
.cart_summary a {
  padding-left: 50px;
}
#global_price {
  font-weight: bold;
  font-size: 1.5em;
}
.cart_form input[type=text],
.cart_form textarea {
  width: 100%;
  box-sizing: border-box;
}
.cart_form input[type=text] {
  height: 27px;
  padding: 0 10px;
}
/*
.cart_form input[type=submit] {
  border: 2px solid #0088cc;
}
.cart_form input[type=submit]:hover {
  background: #ffffff;
  color: #0088cc;
}
*/
.cart_form textarea {
  resize: none;
  height: 80px;
  padding: 10px;
}
.cart_form table {
  margin-top: 10px;
  width: 100%;
}
.cart_form table tr td {
  padding-bottom: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.cart_form table tr td:nth-child(2n) {
  padding-right: 40px;
}
.cart_form table tr td:nth-child(4n) {
  padding-right: 0px;
}
.cart_form table tr td sup {
  font-size: 11px;
  line-height: 12px;
}
.cart_form table tr td.cart_form_title {
  font-size: 16px;
}
.cart_form sup {
  font-size: 0.7em;
}
#cart_animation {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url('../images/ajax_loader.gif');
}
.hide {
  display: none;
}
sup.req {
  color: #e03c42;
  font-size: 10px;
}
.orders_history {
  width: 100%;
}
.orders_history th,
.orders_history td {
  padding: 4px;
}
.orders_history th {
  text-align: left;
  color: #0088cc;
  cursor: pointer;
  border-bottom: 1px solid #212121;
  padding-top: 20px;
}
.orders_history th:hover {
  text-decoration: underline;
}
.orders_history td {
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;
}
.orders_history td.th {
  font-weight: bold;
}
.orders_history tr td:first-child {
  border-left: 1px solid #212121;
}
.orders_history td.comment {
  font-size: 14px;
  font-style: italic;
}
.orders_history tr:first-child th {
  padding-top: 4px;
}
.orders_history .order_info {
  display: none;
}
.orders_history .order_info.open {
  display: table-row;
}
.cart_added {
  text-align: center;
  width: 500px;
  padding: 20px 0 0;
}
.cart_added h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.cart_added .button {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
.cart_added .button a {
  display: block;
  color: #ffffff;
  background: #0088cc;
  border: 1px solid #0088cc;
  cursor: pointer;
  padding: 7px 14px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cart_added .button a:hover {
  color: #0088cc;
  background: #ffffff;
}
