table.subscriptionsGrid tr:last-child td
{
    border-bottom: none;
}

table.subscriptionsGrid td {
    border: #e1e1e1 solid 1px;
    text-align: center;
    width: 15%;
    color: #777;
    background-color: #fff !important;
}

table.subscriptionsGrid td:first-child
{
    border-left: none;
    width: 40%;
    text-align: left;
}

table.subscriptionsGrid td:last-child
{
    border-right: none;
}

table.subscriptionsGrid tr.subscriptionHeader td
{
    color: #000;
    font-size: 1.2em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

table.subscriptionsGrid tr.subscriptionHeader td
{
    border-top: none;
}

table.subscriptionsGrid tr.featureHeader td {
    background-color: #777 !important;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
}

table.subscriptionsGrid tr.description td {
    font-size: 0.4em;
}

table.subscriptionsGrid tr.price div.price {
    color: #E30005;
    font-weight: bold;
}

table.subscriptionsGrid tr.price div.label {
    font-size: 0.8em;
}

table.subscriptionsGrid tr.price td:first-child {
    border-bottom: none;
}

table.subscriptionsGrid tr.button td a {
    font-size: 0.7em;
}


/* Panier */

table.boutique-caddie, .boutique-recap-commande table {
	width: 100%;
}

table.boutique-caddie th, .boutique-recap-commande table th {
	padding-bottom:10px;
	border-top: #e1e1e1 solid 1px;
	color: #333;
	font-weight: bold;
}
table.boutique-caddie tr td, table.boutique-caddie tr th, .boutique-recap-commande table tr th {
	padding: 0.6em 1em;
}
table.boutique-caddie tr:nth-child(odd) td , .boutique-recap-commande table tr:nth-child(odd) td{
	background-color: #e1e1e1;
}
table.boutique-caddie tr:nth-child(even) td, .boutique-recap-commande table tr:nth-child(even) td {
	background-color: #ededed;
}

table.boutique-caddie td a {
  color: #333;
}

table.boutique-caddie td.boutique-caddie-total {
	border-top: #999 solid 1px;
	padding: 20px;
}

a.boutique-caddie-retirer {
  padding: 0;
  height: 34px;
  width: 34px;
  display: block;
  text-transform: none;
  font-weight: bold;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 0;
  background-image: url(/bundles/iomediashop/images/ico-caddie-out.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ce0200;
  margin: 0 auto;
  transition: .3s;
}

a.boutique-caddie-retirer:hover {
  background-color: #910100;
}

table.boutique-caddie fieldset input[type="text"], table.boutique-caddie fieldset input[type="email"], table.boutique-caddie fieldset input[type="password"], table.boutique-caddie fieldset textarea, table.boutique-caddie .customSelect {
  padding: 8px 10px;
  margin: 0;
  color: #555;
  border: 1px solid #e1e1e1;
  font-size: 1em;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #fff;
}

.boutique-caddie-actions {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.btn {
  transition: .3s;
}

.boutique-caddie-actions .btn {
  padding: 0.6em 1.2em;
  background: #ddd;
  text-decoration: none;
  border: 0px;
  cursor: pointer !important;
	font-size: 0.8em;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px / 3px;
  border-radius: 3px / 3px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 5px 0 5px;
  font-weight: bold;
}

.btn.primary {
  color: #fff;
  background: #ce0200;
}

.btn.primary:hover {
  background: #910100;
}

.boutique-caddie-actions .btn.grey {
	background-color: #999;
}
.boutique-caddie-actions .btn.grey:hover {
	background-color: #777;
}


/* Adresse */

form.boutique-form .form-line, #address_invoicingAddress div, #address_shippingAddress div{
  border-top: #e1e1e1 solid 1px;
  margin: 0 -12px;
  padding: 10px 12px;
  position:relative;
}

form.boutique-form.form-color fieldset.form-line.row:not(.form-alert):nth-child(odd), #address_invoicingAddress div:nth-child(odd), #address_shippingAddress div:nth-child(odd) {
  background-color: #e1e1e1;
}
form.boutique-form.form-color fieldset.form-line.row:not(.form-alert):nth-child(even), #address_invoicingAddress div:nth-child(even), #address_shippingAddress div:nth-child(even) {
  background-color: #ededed;
}
form.boutique-form.form-color fieldset.form-line.row:not(.form-alert)::after, 			#address_invoicingAddress div::after, #address_shippingAddress div::after{
	content:' ';
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
}

form.boutique-form .required {
	font-weight:bold;
}
form.boutique-form .required::after {
	content: " *";
	color:#ce0200;
}

form.boutique-form label {
	max-width:40%;
	/*min-height:37px;*/
	padding: 8px 0;
}
form.boutique-form fieldset label {
	max-width:100%;
    width:20%;
	margin-left:10px;
}
form.boutique-form input[type="text"], form.boutique-form input[type="email"], form.boutique-form input[type="password"], form.boutique-form textarea, form.boutique-form select, form.boutique-form .customSelect {
  padding: 8px 10px;
  margin: 0;
  color: #555;
  border: 1px solid #e1e1e1;
  font-size: 1em;
  width: 60%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #fff;
}

form.boutique-form  > div:last-of-type {
	text-align: center;
	padding: 10px;
}

form.boutique-form  > div:last-of-type .btn{
	margin:10px;
}


form.boutique-form div label span{
    color:red;
}


form.boutique-form  #address_invoicingAddress label + ul, form.boutique-form  .shippingContainer label + ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: red;
  width: 35%;
  font-size: 13px;
}

/* Payment */

.boutique-recap-adresse p {
	padding-left:20px;
	border-left: solid 5px #e1e1e1;
}

.boutique-recap-commande table tr::before {
	display:none;
}
.boutique-recap-commande table td {
	padding:10px;
}

.boutique-recap-commande label[for=payment_mode] {
	font-weight:bold;
}
.boutique-recap-commande label[for=payment_mode]::after {
	content: ' *';
	color:#ce0200;
}

.boutique-recap-commande table + div {
	text-align:center;
	margin-top:10px;
}
.boutique-recap-commande table + div .btn {
	margin:10px;
}
.boutique-recap-commande select {
  padding: 8px 10px;
  margin: 0;
  color: #555;
  border: 1px solid #e1e1e1;
  font-size: 1em;
  width: 60%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #fff;
}

.boutique-recap-commande ul {list-style: none;
  margin: 0;
  padding: 0;
  color: red;
  font-size: 13px;
  margin-bottom:10px;
}
.has-error .form-input{
    border-color: #a94442 !important;
}
.has-success .form-input{
    border-color: #3c763d !important;
}
