@import url(https://fonts.googleapis.com/css?family=Kreon:300,400,700);


.head {
  position: relative;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Kreon', serif;
  background-color: #5d5d5d;
  color: #c5c5c5;
}

.bolddeal {
  font-weight: 700;
}





.price-tabledeals {
  display: block;
  position: relative;
 
  bottom: -1000px;
  margin-bottom: 20px;
  margin-right: 3%;
  padding: 0 1em;
  border-radius: 7px 7px 0px 0px;
  background-color: white;
  text-align: center;
  transition: bottom 400ms 200ms ease-in-out;
}
.arise .price-tabledeals {
  bottom: 0px;
}

.head {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}

h1 {
  font-weight: 300;
  line-height: 0;
  font-size: 1.5em;
  display: inline-block;
}

.fa-barcode {
  float: right;
  font-size: 30px;
  font-weight: bold;
}

h2 {
  line-height: 2em;
  margin: 0;
}

.dollar {
  font-size: .5em;
  vertical-align: top;
  line-height: 3.3;
}

.year {
  font-size: .3em;
  font-weight: 300;
  text-transform: uppercase;
}

.pricedeal {
  font-size: 70px;
  color: #0157B0;
  margin-left: 20px;
  margin-bottom: -30px;
}

.submit {
  margin-bottom: 30px;
  color: #0157B0;
}

.contentsdeal {
  text-align: left;
  line-height: 2;
  font-weight: 300;
  color: #0157B0;
  margin-bottom: 25px;
}
.contentsdeal li {
  list-style: none;
}
.contentsdeal li:last-child {
  margin-top: 1em;
}
.contentsdeal ul {
  margin: 0;
  padding-left: 20px;
}
.coupon-code {
	
	border:2px dashed;
	color:blue;
	padding:10px;
	font-weight:600;
	
}
.coupon-disc {
	
font-weight:800;
color:darkorange;
margin-top:25px;
margin-bottom:25px;
}
