/**
 * store.ia.net CSS
 */
/** 
 * Base
 */
input,
input[type="submit"],
textarea,
button {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

label {
  position: relative;
}

label input {
  border: none;
  border-bottom: 1px solid #222;
  padding-bottom: 2px;
  outline: none;
  width: 100%;
}

label span {
  -webkit-transform: translate3d(0px, 8px, 0);
  -moz-transform: translate3d(0px, 8px, 0);
  transform: translate3d(0px, 8px, 0);
  transition: all 0.3s ease-in-out;
  vertical-align: bottom;
  line-height: 1em;
  font-size: 0.65em;
  opacity: 0.01;
  /* for browsers with broken box model */
}

textarea {
  margin-top: 1em;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

input[type="submit"] {
  transition: all 0.15s ease-in-out;
  border: 1px solid #111;
  display: inline-block;
  line-height: 1em;
  padding: 0.75em 1em;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  input[type="submit"] {
    background: #111;
    color: #fff;
    width: 100%;
  }
}
input[type="submit"]:hover {
  background: #111;
  color: #fff;
}

input[type="submit"] {
  display: inline-block;
  font-size: 1em;
  font-family: "Nitti iA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  input[type="submit"] {
    background: #111;
    color: #fff;
  }
}

table tr {
  border: none;
}

/**
 * Objects
 */
/* Slideshow */
.preload {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("https://ia.net/store/assets/img/load.gif") no-repeat center center;
  text-align: center;
}

.full_slideshow {
  position: relative;
  width: 100%;
  margin-bottom: 1.38em;
  padding-bottom: 1.38em;
}

.slideshow_wrapper {
  width: 100%;
  margin: 0;
  float: left;
  position: relative;
  overflow: hidden;
}

.slideshow {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.slideshow .slide {
  line-height: 0;
  width: 100%;
  padding: 0;
  margin: 0 0 0 20px;
  float: left;
  background: transparent;
}
.slideshow .slide:first-child {
  margin-left: 0;
}
.slideshow .slide_image {
  line-height: 0;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  cursor: pointer;
}
.slideshow .slide_title {
  text-align: center;
}

.slideshow.animate {
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -ms-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}

.slideshow_nav_left,
.slideshow_nav_right {
  width: 1em;
  margin: 0 -5%;
  display: block;
  position: relative;
  visibility: hidden;
}

.slideshow_nav_left {
  float: left;
  margin-right: 0;
}

.slideshow_nav_right {
  float: right;
  margin-left: 0;
}

.slideshow_nav_middle {
  position: absolute;
  top: 50%;
  font-size: 1.5em;
  line-height: 0;
}
@media only screen and (max-width: 480px), only screen and (min-width: 768px) and (max-width: 860px) {
  .slideshow_nav_middle {
    display: none;
  }
}

.slideshow_nav_button {
  display: block;
  background-image: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slideshow_nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
}
.slideshow_nav > li {
  padding: 0;
  margin: 0 10px;
  float: left;
  list-style-type: none;
}
.slideshow_nav > li span {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #222;
}
.slideshow_nav > li:first-child {
  margin-left: 0;
}
.slideshow_nav > .selected span {
  background-color: #222;
  border: 1px solid #222;
}

/* Products */
#products_page .product h1 {
  text-align: center;
}

.product_title {
  margin-top: 0;
  text-align: center;
}
.product_title a {
  background-image: none;
}
.product_title a:hover {
  text-decoration: underline;
}

.product_price {
  text-align: center;
}

.product_add_to_cart_form {
  display: block;
  margin: 1.38em 0 2.76em 0;
  text-align: center;
}

.product_add_to_cart_form fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

.product_add_to_cart_form input[type="radio"] {
  display: none;
}

.continue-shopping {
  display: block;
  text-align: center;
}

.cart-header {
  margin-bottom: 2em;
}

/* Cart */
#cart-form {
  position: relative;
  display: block;
  font-size: 100%;
  line-height: 1.5;
}
.cart-wrapper {
	padding:32px 0 0 0;
	float:right;
}

.cart-table tbody tr {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.cart-table th {
  font-weight: normal;
}
.cart-table tr:first-child .item {
  width: column(4);
}
.cart-table tr:first-child .total {
  width: column(2);
}
.cart-table tr:first-child .price,
.cart-table tr:first-child .quantity {
  width: column(1);
}
.cart-table tr:first-child .icons {
  width: column(2);
}
.cart-table th,
.cart-table td {
  text-align: center;
  padding: 0.69em 10px;
}
.cart-table .item {
  text-align: left;
}
.cart-table .quantity input {
  width: 50px;
  padding-left: 0;
  text-align: center;
}
.cart-table .quantity input:disabled {
  background-color: #fafafa;
  color: #777777;
}

.checkout-button {
  padding: 6px 9px;
}

.checkout-button-right {
  text-align: right;
  padding: 0;
}

.success-img {
  display: block;
  margin: 0 auto;
}

.center-headline {
  text-align: center;
}

/**
 * Trumps
 */
.form {
  border: 0;
  padding: 0;
}

section.addresses {
  margin-top: 2.76em;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  *zoom: 1;
}
/**

 */
