/*
  SMARTPHONES
  ----------------------------------------------------------------------------------------------------
  
*/
header h1 {
	float: none;
	display: block;
	width: 100%;
	background-position: center center;
	background-size: contain;
	margin-bottom: 2rem;
}
header p {
	width: 100%;
	vertical-align: middle;
	font-size: 1.2rem;
	text-align: center;
	padding-right: 0;
}
h2 {	
	font-size: 3rem;
}
header p::first-letter {
	margin-left: 0;
}
html {	font-size: 15px; }
body {	min-width: 120px; }
.box {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
table {
	table-layout: fixed;
	display: inline;
}
.data {
	border: 0;
}
.data td em {
	font-size: 1.3rem;
}
.data td h5 {
	font-size: 1.1rem;
}
.data td p {
	display: none;
}
.data td {
	width: 40%;
	padding: 5px 5px;
	display: inline-block;
	text-align: center;
}
.data tr td:nth-child(2):before { 
	content: 'se slevou \000a';
	font-size: 0.8rem;
	white-space: pre;
}
.data tr td:nth-child(3):before { 
	content: 's CashBackem \000a';
	font-size: 0.8rem;
	white-space: pre;
}
.data th {
	width: 90%;
	display: block;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 0;
	margin-top: 2rem;
}
.data td {
  border: 0;
}
.data thead td {
	text-align: center;
}
.data thead * {
	display: none;
}
input[type=checkbox] + label {
	padding-left:40px;
	height:32px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:1.1rem;
	vertical-align:middle;
	cursor:pointer;
	margin-bottom: 1.5rem;
}
.cashback .scheme {
	margin-top: 1rem;
	background: none;
}
.cashback .scheme #legend {	
	margin-top: 30px;
}
input.button {
	padding: 1rem 1.5rem;
	color: #fff;
}
#aniLeft, #aniRight {
	display: none;
}
.stripe.cashback.one {	
	background: none;
	background-color: #83b552;
}

/* GLOBAL ----------------------------------------------------------------------------------------------------*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	display: inline;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.alpha, 
.omega {
	margin-left: 0;
	margin-right: 0;
}


/* COLUMNS ----------------------------------------------------------------------------------------------------*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width: 95%;
}   	
