@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

h1 {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

body {
  background-color: #fff;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 62.5%;
  margin: 0 auto;
}

.wrapper {
  
  min-height: 2080px;
     
} 

strong {
  font-weight: bold;
}



.nom-produit {
  font-size: 0.8rem;
  margin: 0.6rem 0;

}
.price {
  padding-left: 10px;
}

.supprimer {
  background-color: #AAA;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border:none;
  color: #fff;
  font-size: 0.75rem;
}

.supprimer:hover{
  background-color: #555;
}

.price:after,
.subtotal:after,
.subtotal-value:after,
.total-value:after,
.promo-value:after {
  content: ' EUR';
}

.hide {
  display: none;
}

main {
  font-size: 0.75rem;
  overflow: hidden;
}

.entete {
  margin-left: 5px;
    display:flex;
    flex-direction: row;
    align-items:center;
    padding: 5px;

}

.entete li {
  text-align: left ;
  color: #111;
  font-size: 0.75rem;
  padding: 0.625rem 0;
}
.ligne_produit {
  margin-left: 5px;
    padding: 5px;
    display:flex;
    flex-direction: row;
    align-items:center;
    border-top: 1px solid black;
}
.livraison_cout {
  margin: 0.75rem 0;
  font-size: 0.75rem;
    margin-top :5px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;

}

.btn{
    font-family: 'Open Sans', sans-serif;
    border:none;
    font-size: 0.75rem;
    text-align: center;
    padding: auto auto;
    text-transform: uppercase;
    background-color: #666;
    color:white;
    height: 2rem;

}

.description {
  padding-left: 5px;
  text-decoration: none;
  color: #666;

}




.basket,
aside {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.basket {
  width: 70%;
}

.module-promo {
  color: #111;
  margin-left:5px;
}

label {
  display: block;
  margin-bottom: 0.3125rem;
}

.promo-code-field {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-transform: uppercase;
  transition: all 0.2s linear;
  width: 48%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.promo-code-field:hover,
.promo-code-field:focus {
  border: 1px solid #999;
}

.promo-code-cta {
  border-radius: 4px;
  font-size: 0.625rem;
  margin-left: 0.625rem;
  padding: 0.6875rem 1.25rem 0.625rem;
}

.basket-labels {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 1.625rem;
}


.item {
  width: 55%;
}


.subtotal {
  text-align: left;
}


.item-heading {
  padding-left: 4.375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.basket-product {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  position: relative;
}

.product-image {
  width: 35%;
}

.product-details {
  width: 65%;
}


.product-details {
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quantity-field {
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 0.625rem;
  padding: 3px;
  width: 3rem;
}

aside {
 
}

.summary {
  background-color: #eee;
  border: 1px solid #aaa;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.summary-total-items {
  color: #666;
  font-size: 0.875rem;
  text-align: center;
}

.summary-subtotal,
.summary-total {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 1rem 0;
  overflow: hidden;
  padding: 0.5rem 0;
}

.subtotal-title,
.subtotal-value,
.total-title,
.total-value,
.promo-title,
.promo-value {
  color: #111;
  float: left;
  width: 50%;
}

.subtotal-value, .total-value {
  border: none;
  background-color: #EEE;
}

.summary-promo {
  transition: all .3s ease;
}

.promo-title {
  float: left;
  width: 70%;
}

.promo-value {
  color: #8B0000;
  float: left;
  text-align: right;
  width: 30%;
}


.subtotal-value,
.total-value {
  text-align: right;
}

.total-title {
  font-weight: bold;
  text-transform: uppercase;
}

.summary-checkout {
  display: flex;

}
.adress {
  font-size: 12px;
}

.no-adress {
  font-size: 12px;
  color: coral;
}

.summary-delivery-selection {
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 0.625rem;
  height: 3em;
  width: 100%;
}

.paiement {

  margin-top: 200px;
  font-size: 16px;
}

#paypal-button-container {
  margin-top: 20px;
}

.


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait)   {

    .summary {
      position: static;
    }

  }

