@import url("https://fonts.googleapis.com/css?family=Quattrocento+Sans");
@import url("https://fonts.googleapis.com/css?family=Oswald");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html,
body {
  margin: 0;
}

body {

  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
	text-align:left;
}

h1 {
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 1em 0 0.5em;
  color: #000000;
}

p,
ul,
li {
  text-align: left;
  font-family: 
	line-height:25px;
}

p {
  margin-top: 0;
	line-height:30px;
}

a {
  color: #f2f2f2;
  transition: 0.2s all;
}
a:hover {
  color: #e5e5e5;
}

header p {
  padding: 0 20px;
}

main, .container {
  width: 100%;
  max-width: 800px;
  padding: 5px 10px 10px 10px;
}

.content {
  background: #fff;
  color: #333;
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 0 0px 4px rgba(0, 0, 0, 0.05);
}
.content a {
  color: #a6192d;
}
.content a:hover {
  color: #630e1a;
}

.codepen,
.cp_embed_wrapper {
  margin: 1em;
}

button {
  background: #a6192d;
  color: #fff;
  text-transform: none;
  border-radius: 2px;
  padding: 1rem 2rem;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  border: none;
  border-bottom: 5px solid #630e1a;
}
button:hover {
  cursor: pointer;
}

h2 {
  color: #000000;
	text-align:start;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.scrolling-wrapper .card {
  display: inline-block;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrolling-wrapper-flexbox .card {
  flex: 0 0 auto;
  margin-right: 3px;
}

.card {
  border: 2px solid #a6192d;
  width: 150px;
  height: 75px;
  background: black;
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  height: 80px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper::-webkit-scrollbar, .scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

.coupon {
  border: 3px dashed #bcbcbc;
  border-radius: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

.coupon #head {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 56px;
}

.coupon #footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#title .visible-xs {
  font-size: 12px;
}

.coupon #title img {
  font-size: 30px;
  height: 30px;
  margin-top: 5px;
}

@media screen and (max-width: 500px) {
  .coupon #title img {
    height: 15px;
  }
}

.coupon #title span {

padding-top: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.coupon-img {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
border-radius: 10px;


  background-repeat: repeat;


}

.items {
  margin: 15px 0;
}

.usd,
.cents {
  font-size: 20px;
}

.number {
  font-size: 40px;
  font-weight: 700;
}

sup {
  top: -15px;
}

#business-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#business-info ul li {
  display: inline;
  text-align: center;
}

#business-info ul li span {
  text-decoration: none;
  padding: .2em 1em;
}

#business-info ul li span i {
  padding-right: 5px;
}

.disclosure {
  padding-top: 15px;
  font-size: 11px;
  color: #bcbcbc;
  text-align: center;
}

.coupon-code {
  color: #333333;
  font-size: 11px;
}

.exp {
  color: #f34235;
	padding-bottom:30px;
	padding-top:30px;
}

.print {
  font-size: 14px;
  float: right;
}

.original-price {
  position: relative;
  color: #555;
	font-size:40px;
}
.original-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 3px solid red;
  transform: rotate(-20deg);

}

.si-offer-inner {
  width:100%;
  padding:10px 0px;
  text-align:center;
  font-weight:400;
}
#si-btn {
  width:75%;
  max-width:350px;
  margin:0 auto;
  background:var(--colorAccent);
  color:var(--colorGray);
  text-transform:uppercase;
  font-weight:600;
  border-radius:5px;
  padding:0px;
  transition:.75s;
}
#si-btn:hover {
  background:#1d1a33;
	color:#ffffff;
}
#si-btn a {
  color:inherit;
  text-decoration:none;
  display:block;
  padding:20px 0px;
}



