@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

 #SummaryDiv2 {
 	display: none;
    font-size: 16px;
	padding: 10px;
	position: fixed;
	margin: auto;
	width: 300px;
	height: 300px;
    background-color: white;
    border: 10px solid #fd6116;
	top: 50%;
	left: 50%;
	margin-top: -150px; /* Negative half of height. */
	margin-left: -170px; /* Negative half of width. */
    z-index: 1;
    box-shadow:20px 20px 10px grey; 
}
#ExitButton {
  position: absolute;
  background-color: white;
  border: 1px solid grey;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: red;
}

.checkout-cta2 {
background: green;
color: white;
  display: block;
  float: none;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0.625rem 0;
  width: 100%;
}
.checkout-cta2 a:link a:visited  {
	color: white;}

.view-basket-cta {
background: orange;
  display: block;
  float: none;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0.625rem 0;
  width: 100%;
}
.view-basket-cta a {
	color: black;}
.summary-total-items {
  color: #666;
  /*font-size: 0.875rem; */
  text-align: center;
}

.summary-subtotal,
.summary-total {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 1rem 0;
  overflow: hidden;
  padding: 0.5rem 0;
}

.subtotal-title,
.subtotal-value,
.total-title,
.total-value {
  color: #111;
  float: left;
  width: 50%;
}

.subtotal-value,
.total-value {
  text-align: right;
}

.total-title {
  font-weight: bold;
  text-transform: uppercase;
}

.summary-checkout {
  display: block;
}

.item,
.price,
.quantity,
.subtotal,
 {
  float: left;
}

.price:before,
.subtotal:before,
.MobiBasketTotal,
.total-value:before {
  content: '£';
}

.price,
.quantity,
.subtotal {
  width: 15%;
}

.subtotal {
  text-align: right;
}

.summary-checkout {
  display: block;
}
