@import "shopauto.css";
/* CART PAGE ----------------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  #cart_dialog_new_item_added.cart_dialog_new_item_added {
    width: 85%;
  }
  #cart_dialog_new_item_added.cart_dialog_new_item_added div.cart.widget a span.item {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 681px) {
  .cart.overview.page div.cart table tbody tr td.image {
    width: var(--cart_image_size);
  }
  .cart.overview.page div.cart table tbody tr td.image img {
    max-width: var(--cart_image_size);
  }
  div.cart table tbody tr td.name div.detail {
    height: var(--cart_image_size);
  }
  div.cart table tbody tr td.name div.detail .detail_item {
    margin-top: 80px;
  }
  .cart .detail .price_amount {
    margin-top: 50px;
  }
}
@media screen and (max-width: 680px) {
  .cart.overview.page div.cart table tbody tr td.image {
    width: var(--cart_image_size_small);
  }
  .cart.overview.page div.cart table tbody tr td.image img {
    max-width: var(--cart_image_size_small);
  }
  div.cart table tbody tr td.name div.detail {
    height: var(--cart_image_size_small);
  }
}
div.cart.overview.page ul.cart li.totals.discount.links {
  padding: 10px;
  float: left;
}

div.cart table tbody tr td.name div.detail .detail_item span {
  font-size: 1.2em;
}

.cart table tbody tr td.name div.detail span.amount {
  margin: 36px 0 3px 30px;
  font-family: var(--default_font);
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  color: var(--color_button);
}

.cart .price_amount .change_quantity {
  float: right;
  margin-right: 20px;
}

.cart table tbody tr td.name div.detail span.link a {
  margin: 20px 0 20px 20px;
  font-family: var(--default_font);
  font-size: 18px;
  font-weight: bold;
  color: var(--black);
}

.payment {
  float: right;
  margin-right: 10px;
}

.cart.page tr:last-child td {
  border-bottom: 0 solid darkgrey;
}

.cart.page td:last-child {
  border-right: 0 solid darkgrey;
}

.cart.page td {
  border-left: 0 solid darkgrey;
  border-top: 0 solid darkgrey;
  font-weight: bold;
  padding: 4px;
}

.cart.contact.page form input.submit {
  background-color: var(--color_button);
  border-radius: var(--button-radius);
  float: right;
  height: 34px;
  padding-top: 6px;
  width: 150px;
}

.cart.widget ul.cart li.line ul.detail li.image img {
  width: 64px;
}

@media screen and (max-width: 679px) {
  #cart_dialog.cart_dialog {
    background-color: #fff;
    border: solid 1px #d8d8d8;
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
    margin: 15px 0 0 15px;
    padding: 1px 0 11px 1px;
    position: absolute;
    top: 38px;
    right: 0;
    width: 300px;
    z-index: 1;
  }
}
.cart.page h2 {
  font-family: var(--default_font);
  line-height: 25px;
  padding-bottom: 2px;
  padding-left: 0.5em;
  font-size: 22px;
  font-weight: bold;
  color: var(--black);
}
.cart.page h4 {
  border: none !important;
  color: var(--black);
  font-weight: bold;
  font-size: 1em !important;
  letter-spacing: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cart.page h4 span {
  display: block;
}
.cart.page table {
  background-color: #f5f5f5;
  margin-top: 1em;
}
.cart.page table td p {
  font-weight: normal;
}
.cart.page table th {
  font-weight: bold;
  padding: 0.4em 0.5em;
  white-space: nowrap;
}
.cart.page table th .code {
  text-align: left;
}
.cart.page .cart-empty {
  font-weight: bold;
  text-align: center;
}
.cart.page .cart-empty p {
  margin: 2em 0;
}
.cart.page .quantity a {
  background-color: #f5f5f5;
  border: none;
  color: var(--black);
  font-size: 24px;
  height: 28px;
  vertical-align: middle;
}
.cart.page .quantity a:hover {
  background-color: #f5f5f5;
}
.cart.page .quantity input {
  background-color: #f3f3f3;
  height: 18px;
}
.cart.page .remove a {
  display: inline-block;
  width: 25px;
  border: 1px solid #929497;
  border-radius: var(--button-radius);
  cursor: pointer;
  height: var(--button-radius);
  margin-left: 20px;
}
.cart.page .links {
  clear: both;
  padding: 1em 0;
  max-width: 480px;
  width: 100%;
}
.cart.page .links a {
  border: none;
  width: 200px;
}
.cart.page .links .back a {
  background-color: #ffffff;
  border-radius: var(--button-radius);
  border: 1px solid #b8b8b8;
  color: var(--black);
  font-family: var(--default_font);
  font-size: 14px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 5px 10px 0 10px;
}
.cart.page .links .validate a {
  font-size: 14px;
  background-color: var(--color_button);
  border-radius: var(--button-radius);
  height: 36px;
  line-height: 34px;
  margin: 0;
  padding: 5px 10px 0 10px;
}
.cart.page .links .validate a:hover {
  background-color: var(--color_button);
}
.cart.page input[type=submit],
.cart.page a.submit {
  border: none;
  color: white;
  cursor: pointer;
  height: 34px;
  margin: 8px 0 0;
}
.cart.page a.back {
  border: 1px solid black;
  background-color: white;
  border-radius: var(--button-radius);
  color: #333;
  float: left;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 24px;
  height: 30px;
  margin: 8px 8px 8px 5%;
  text-align: center;
  text-decoration: none;
  width: 150px;
}
.cart.page a.back:hover {
  text-decoration: underline;
}
.cart.page p.order-sellsconditions {
  text-align: center;
}
.cart.page p.order-sellsconditions label {
  float: none;
  min-width: 0;
  padding-top: 9px;
  vertical-align: top;
}
.cart.page .users-address {
  margin: 1.5em 10%;
  width: 80%;
}
.cart.page .users-address .col {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  float: left;
  margin: 0 2%;
}
.cart.page .users-address .col .form p {
  margin: 0.5em 0;
}
.cart.page .users-address .col .form-content {
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 1em 2em;
}
.cart.page .form_mean_of_payment {
  display: inline;
}
.cart.page .payment-card {
  display: inline-block;
  margin: 0 4%;
  padding-top: 25px;
  width: 40%;
}
.cart.page .payment-card .form-content {
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 1em 2em;
}
.cart.page .payment-card input {
  border: none;
  cursor: pointer;
  display: block;
  margin: auto;
  text-align: center;
}
.cart.page .payment-card a.payment {
  display: block;
  background: url("../images/btn-red-validate.png") no-repeat 100% 0;
  color: #fff;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  font-weight: bold;
  width: 32%;
  text-align: center;
}
.cart.page .payment-card a.payment:hover {
  text-decoration: none;
}
.cart.page .separator {
  background-color: #E1E1E1;
  border: 0;
  clear: both;
  color: #E1E1E1;
  height: 1px;
  margin: 0.5em 0;
  overflow: hidden;
}
.cart.page .empty {
  display: block;
  float: left;
  height: 1em;
  width: 15%;
}

/* CART CONTACT PAGE --------------------------------------------------------------------------- */
#newsletter, #partners {
  float: left;
  margin: 12px 5px 0 0;
}

form.new.account fieldset.client ul li.newsletter label,
form.new.account fieldset.client ul li.partners label {
  text-align: left;
}

ul.liste_informations {
  display: grid;
}

.cart.contact.page legend, .account.page legend {
  padding: 0 10px;
}
.cart.contact.page h2, .account.page h2 {
  color: var(--black);
  border-bottom: none;
  font-family: var(--default_font);
  font-size: var(--button-radius);
  font-size-adjust: 0.4;
  line-height: 29px;
  margin: 0;
  padding-bottom: 17px;
  padding-left: 0.5em;
}
.cart.contact.page label, .account.page label {
  min-width: 200px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 24px;
}
.cart.contact.page fieldset, .account.page fieldset {
  background-color: #F6F6F6;
  border: 1px solid #D1D3D5;
  margin: 0 0 1em 0;
  padding: 1em 2em;
}
.cart.contact.page .login .bottom_form a,
.cart.contact.page .forgotten.password a, .account.page .login .bottom_form a,
.account.page .forgotten.password a {
  display: inline-block;
  padding-top: 0.75em;
}
.cart.contact.page .submit, .account.page .submit {
  display: block;
  margin: 0 auto;
}
.cart.contact.page .required, .account.page .required {
  color: #CC0000;
  font-weight: bold;
}
.cart.contact.page h3, .account.page h3 {
  font-family: var(--default_font);
  font-size: 22px;
  font-weight: bold;
  color: var(--black);
}
.cart.contact.page div.switch label.switch div.slider.round span, .account.page div.switch label.switch div.slider.round span {
  color: white;
}

div.cart.contact.page div.switch {
  padding-bottom: 30px;
}

.cart.widget {
  background-color: #efefef;
  border: none;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  float: right;
}

.cart.widget h2 {
  background: #e5e6e7;
  color: var(--black);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
  margin-left: 1.5em;
  padding: 0.2em 1em 0.2em;
}

.cart.widget p.h2 {
  background: #e5e6e7;
  color: var(--black);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
  margin-left: 1.5em;
  padding: 0.2em 1em 0.2em;
}

.cart.widget .empty {
  color: #333;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.cart.widget span.item {
  font-family: var(--default_font);
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
  white-space: normal;
  float: right;
  width: 75%;
  text-align: left;
}

.cart.widget a.cart {
  background: url("../images/btn-red.png") no-repeat 100% 0;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  padding-top: 2px;
}

.cart.widget a.cart:hover {
  background: url("../images/btn-red.png") no-repeat 100% -30px;
  text-decoration: none;
}

.cart.widget li.total {
  border-top: 1px solid darkgrey;
  font-weight: bold;
  margin-top: 1em;
  padding-top: 0.4em;
  margin-bottom: 1em;
  height: 40px;
}

.cart.widget .amount {
  color: #1a72c2;
  float: right;
  font-family: var(--default_font);
  font-size: 2.3em;
  font-weight: bold;
  margin-left: 30px;
  position: relative;
  top: 0;
}

.cart.widget li.total ul.detail li.amount {
  color: var(--black);
  font-family: var(--default_font);
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.cart.widget ul.cart li.total ul.detail li.quantity {
  float: none;
}

/* CART WIDGET --------------------------------------------------------------------------------- */
.cart.widget ul.cart {
  padding: 0.2em;
  margin-top: 0.5em;
}

.cart.widget li.total,
.cart.widget li.line {
  width: 100%;
}

.cart.widget a.cart {
  clear: both;
  display: block;
}

.cart.widget img.remove {
  border: solid 1px #d8d8d8;
  border-radius: var(--button-radius);
}

#cart_dialog {
  background-color: #fff;
  border: solid 1px #d8d8d8;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
  margin: 15px 0 0 15px;
  padding: 1px 0 11px 1px;
  position: absolute;
  top: 38px;
  right: 0;
  width: 300px;
  z-index: 2;
}
#cart_dialog div.order {
  float: right;
  width: 100%;
  text-align: center;
}
#cart_dialog div.order a {
  border-radius: var(--button-radius);
  background-color: var(--color_button);
  line-height: 32px;
  color: white;
  font-weight: bold;
  width: 200px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 60px;
  float: none;
}

#cart_dialog_new_item_added {
  background-color: #fff;
  border: solid 1px #d8d8d8;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
  margin: 15px 0 0 15px;
  padding: 1px 0 11px 1px;
  position: absolute;
  width: 600px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
#cart_dialog_new_item_added div.order {
  float: right;
  text-align: center;
  margin-right: 20px;
}
#cart_dialog_new_item_added div.order a {
  border-radius: var(--button-radius);
  background-color: var(--color_button);
  line-height: 32px;
  color: white;
  font-weight: bold;
  width: 200px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  float: none;
}

.cart_dialog_new_item_added span.item {
  font-weight: bold;
}

.cart_dialog_new_item_added .cart.widget ul.cart {
  overflow: initial;
  margin-right: 39px;
}
.cart_dialog_new_item_added .cart.widget ul.cart span.item {
  width: 100%;
}

.cart_dialog_new_item_added div.cart.widget {
  float: left;
  width: 100%;
}

.cart_dialog_new_item_added div.cart.widget ul.cart li.line ul.detail {
  padding: 19px;
  display: flex;
}
.cart_dialog_new_item_added div.cart.widget ul.cart li.line ul.detail a {
  width: auto;
}
.cart_dialog_new_item_added div.cart.widget ul.cart li.line ul.detail li.quantity {
  width: auto;
  display: flex;
  float: left;
  margin-top: 150px;
  margin-left: 50px;
}
.cart_dialog_new_item_added div.cart.widget ul.cart li.line ul.detail li.quantity input {
  background-color: #f3f3f3;
  border: 1px solid darkgray;
  color: #333;
  height: 18px;
  padding: 2px;
  width: 20px;
}
.cart_dialog_new_item_added div.cart.widget ul.cart li.line ul.detail li.amount {
  margin-right: 20px;
  font-size: 28px;
}
.cart_dialog_new_item_added div.cart.widget ul.cart li.line ul.detail li.quantity a.plus, .cart_dialog_new_item_added div.cart.widget ul.cart li.line ul.detail li.quantity a.minus {
  font-size: 24px;
  width: auto;
}
.cart_dialog_new_item_added div.cart.widget ul.cart li.line ul.detail li.image img {
  width: 200px;
}

#cart_dialog .title, #cart_dialog_new_item_added .title {
  background-color: #d5ebff;
  color: var(--black);
  display: block;
  font-family: var(--default_font);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: normal;
  padding-top: 11px;
  padding-left: 20px;
  padding-bottom: 11px;
  text-align: center;
}
#cart_dialog .title span, #cart_dialog_new_item_added .title span {
  display: block;
}
#cart_dialog span.close img.close, #cart_dialog_new_item_added span.close img.close {
  border: solid 1px #d8d8d8;
  border-radius: var(--button-radius);
  position: absolute;
  top: -12px;
  left: -12px;
  height: 24px;
  width: 24px;
  background: white;
}

.cart.contact.page form div.buttons {
  padding: 20px;
}

.cart.overview.page ul.cart li.totals.discount.links {
  min-width: 450px;
}

.continue_purchases {
  float: left;
  height: 40px;
  margin-left: 20px;
  width: 200px;
}
.continue_purchases a {
  background: white;
  border-radius: var(--button-radius);
  border: solid 1px #b8b8b8;
  display: block;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  width: 200px;
}
.continue_purchases a span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 25px;
}

#cart_dialog_new_item_added.cart_dialog_new_item_added div.cart.widget div.buttons {
  display: contents;
}

#cart_dialog_new_item_added.cart_dialog_new_item_added div.cart.widget ul.cart li.line ul.detail li.quantity ul.buttons li a img {
  margin-top: 5px;
  width: 32px;
}

.switch label.switch ul li span {
  position: relative;
  top: -10px;
}
