@charset "UTF-8";
@import '../../../1001checkout.css';
/* --- */
/* --- */
/* autoprefixer grid: autoplace */
html {
  scroll-behavior: smooth;
}

/* --- */
/* --- */
@font-face {
  font-family: "Icons1001";
  src: url("/fonts/1001/font1001-icons.eot?version=1.6");
  src: url("/fonts/1001/font1001-icons.eot?version=1.6") format("embedded-opentype"), url("/fonts/1001/font1001-icons.ttf?version=1.6") format("truetype"), url("/fonts/1001/font1001-icons.woff?version=1.6") format("woff"), url("/fonts/1001/font1001-icons.svg?version=1.6") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icons1001";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-timer:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-arrowright:before {
  content: "";
}

.icon-arrowtop:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-idea:before {
  content: "";
}

.icon-battery:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-security-check:before {
  content: "";
}

.icon-security-star:before {
  content: "";
}

.icon-headphone:before {
  content: "";
}

.icon-star-full:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-locked:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.cl-white {
  color: #ffffff;
}

.cl-black, a.cl-black {
  color: #000000;
}

.cl-green-mineral, a.cl-green-mineral {
  color: #42605E;
}

.cl-green-pistachio, a.cl-green-pistachio {
  color: #82D709;
}

.cl-green-limeade, a.cl-green-limeade {
  color: #73C005;
}

.cl-green-neptune, a.cl-green-neptune {
  color: #7EB9B8;
}

.cl-red-pomegranate, a.cl-red-pomegranate {
  color: #EF3030;
}

.cl-gray-silver, a.cl-gray-silver {
  color: #CDCDCD;
}

.cl-gray-boulder, a.cl-gray-boulder {
  color: #8C8C8C;
}

.fs-9 {
  font-size: 9px;
}

.fs-11 {
  font-size: 11px;
}

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

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.lh-9 {
  line-height: 9px;
}

.lh-11 {
  line-height: 11px;
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.lh-14 {
  line-height: 14px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-30 {
  line-height: 30px;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}

.no-underline:hover {
  text-decoration: underline;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.d-block {
  display: block;
}

.d-inlineblock {
  display: inline-block;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

/* --- */
/* --- */
/*-- Header Breadcrumb --*/
.header-breadcrumb {
  background: #42605E;
  width: 100%;
  margin-bottom: 15px;
}
.header-breadcrumb p {
  margin: 0;
}
.header-breadcrumb a {
  color: #ffffff;
}
.header-breadcrumb .logo img {
  max-height: 42px;
  padding: 4px 0;
}
@media (min-width: 992px) {
  .header-breadcrumb .logo img {
    max-height: 70px;
  }
}
.header-breadcrumb .header-flexed {
  display: flex;
}
.header-breadcrumb .header-tools {
  margin-left: auto;
  align-items: center;
}
.header-breadcrumb .header-tools .txt {
  padding: 0 10px 0 0;
}

.container-header-breadcrumb {
  position: relative;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  font-size: 11px;
  flex-wrap: wrap;
}

.breadcrumb-wrapper {
  flex: 1 0 100%;
  border-top: 1px solid #fff;
}

.checkout-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  background: #ffffff;
}
.checkout-breadcrumb .txt {
  display: none;
}
.checkout-breadcrumb li {
  padding: 10px 20px 10px 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #42605E;
  position: relative;
}
.checkout-breadcrumb li:first-child {
  z-index: 1;
  padding-left: 20px;
}
.checkout-breadcrumb li:first-child:before, .checkout-breadcrumb li:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #42605E;
  position: absolute;
  right: -20px;
}
.checkout-breadcrumb li:first-child:after {
  border-color: transparent transparent transparent #ffffff;
  right: -19px;
}
.checkout-breadcrumb li:last-child {
  margin-right: 0;
  margin-left: 20px;
  padding-left: 20px;
}
.checkout-breadcrumb li:last-child:before, .checkout-breadcrumb li:last-child:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #42605E;
  position: absolute;
  left: -20px;
}
.checkout-breadcrumb li:last-child:after {
  border-color: transparent transparent transparent #ffffff;
  left: -21px;
}
.checkout-breadcrumb li.active {
  flex: 1 0 auto;
  margin: 0;
  padding-left: 20px;
  background: #42605E;
  color: #ffffff;
  z-index: 1;
}
.checkout-breadcrumb li.active .icon {
  padding-right: 10px;
  padding-left: 10px;
}
.checkout-breadcrumb li.active .txt {
  display: block;
}
.checkout-breadcrumb li.active:before, .checkout-breadcrumb li.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 0;
}
.checkout-breadcrumb li.active:after {
  border-color: transparent transparent transparent #42605E;
  right: -20px;
  left: auto;
}
.checkout-breadcrumb li.active:first-child {
  padding-left: 0;
}
.checkout-breadcrumb li.active:first-child:before {
  display: none;
}
.checkout-breadcrumb li.active:last-child:after {
  display: none;
}

@media (min-width: 992px) {
  .logo-wrapper {
    order: 1;
  }

  .breadcrumb-wrapper {
    flex: 1 0 auto;
    order: 2;
    border: none;
  }
  .breadcrumb-wrapper .checkout-breadcrumb {
    padding: 15px;
    background: #42605E;
    margin: 0 auto;
    max-width: 70%;
  }
  .breadcrumb-wrapper .checkout-breadcrumb .txt {
    display: block;
  }
  .breadcrumb-wrapper .checkout-breadcrumb .icon {
    padding-right: 10px;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li {
    color: #ffffff;
    background: #42605E;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li:before, .breadcrumb-wrapper .checkout-breadcrumb li:after {
    border-width: 22px 0 22px 20px;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li:last-child {
    z-index: 3;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li:last-child:before {
    border-color: transparent transparent transparent #ffffff;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li:last-child:after {
    border-color: transparent transparent transparent #42605E;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li:first-child:before {
    border-color: transparent transparent transparent #ffffff;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li:first-child:after {
    border-color: transparent transparent transparent #42605E;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li.active {
    border: 1px solid #ffffff;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li.active:before, .breadcrumb-wrapper .checkout-breadcrumb li.active:after {
    left: -1px;
    right: auto;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li.active:after {
    left: -2px;
    right: auto;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li.active:first-child:before {
    display: block;
    right: -20px;
    left: auto;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li.active:first-child:after {
    right: -19px;
    left: auto;
  }
  .breadcrumb-wrapper .checkout-breadcrumb li.active:last-child:after {
    display: block;
  }

  .header-tools {
    order: 3;
    font-size: 16px;
  }
  .header-tools .icon {
    font-size: 20px;
  }
}
/*-- END --*/
/* --- */
/* --- */
.cart-hv-wrapper.checkout-process .cart {
  border: none;
  padding: 0;
  border-radius: 0;
}
.cart-hv-wrapper .multishipping-choice .zipcode-choice p {
  padding: 0;
  background: none;
  color: inherit;
  font-weight: normal;
  font-style: normal;
}

body .fancybox-skin {
  background: #fff;
}

@media (min-width: 992px) {
  .cart-content-hv {
    display: flex;
  }
  .cart-content-hv .main-content {
    flex: 2 1 0;
  }
  .cart-content-hv .sidebar {
    flex: 1 1 0;
    margin-left: 30px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
  }
}

.btn-simple-hv {
  padding: 15px 25px;
  border-radius: 3px;
  border: none;
}
.btn-simple-hv.btn-simple-hv-red {
  background: #EF3030;
}
.btn-simple-hv.btn-simple-hv-green {
  background: #73C005;
  background: linear-gradient(0deg, #73C005 0%, #82D709 100%);
}
.btn-simple-hv.btn-simple-hv-gray {
  background: #8C8C8C;
}
@media (min-width: 992px) {
  .btn-simple-hv {
    padding: 10px 25px;
  }
  .btn-simple-hv:hover.btn-simple-hv-red {
    background: #F36060;
  }
  .btn-simple-hv:hover.btn-simple-hv-green {
    background: #82D709;
  }
  .btn-simple-hv:hover.btn-simple-hv-gray {
    background: #CDCDCD;
  }
}

.checkbox-hv:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  display: block;
}
.checkbox-hv.selected:before {
  border-color: #73C005;
}
.checkbox-hv.selected:after {
  content: "";
  width: 22px;
  height: 22px;
  background: #73C005;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (min-width: 992px) {
  .checkbox-hv {
    cursor: pointer;
  }
  .checkbox-hv:hover:before {
    border-color: #73C005;
  }
}

.radiobutton-hv {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
}
.radiobutton-hv:before {
  content: "";
  width: 28px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #CDCDCD;
  border-radius: 28px;
  display: block;
  position: absolute;
}
.radiobutton-hv.selected:before {
  border-color: #73C005;
}
.radiobutton-hv.selected:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #73C005;
  border-radius: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (min-width: 992px) {
  .radiobutton-hv {
    cursor: pointer;
  }
  .radiobutton-hv:hover:before {
    border-color: #73C005;
  }
}

.inputok-hv,
.checkout-process .inputok-hv {
  display: flex;
  align-items: center;
}
.inputok-hv .inputok-search-hv,
.checkout-process .inputok-hv .inputok-search-hv {
  color: #8C8C8C;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #CDCDCD;
  border-radius: 6px 0 0 6px;
  background: #ffffff;
  padding: 0 10px;
  display: inline-block;
  flex: auto;
  width: auto;
  margin-right: 0;
}
.inputok-hv .inputok-btn-hv,
.checkout-process .inputok-hv .inputok-btn-hv {
  background: #7EB9B8;
  border: 1px solid #7EB9B8;
  color: #ffffff;
  border-radius: 0 6px 6px 0;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.add-a-product-hv {
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.add-a-product-hv-message {
  display: none;
}
@media (min-width: 992px) {
  .add-a-product-hv-message {
    border: 1px solid #73C005;
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .main-content .add-a-product-hv-wrapper {
    display: none;
  }
}

.sidebar .add-a-product-hv-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .sidebar .add-a-product-hv-wrapper {
    display: block;
  }
}

@media (min-width: 992px) {
  .title-hv {
    margin-bottom: 15px;
  }
}

.block-product-hv {
  background: #ffffff;
  padding: 20px 15px;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  position: relative;
}
.block-product-hv .cross-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (min-width: 992px) {
  .block-product-hv .cross-close {
    top: 15px;
    right: 15px;
  }
}
.block-product-hv .the-product-hv {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 0;
  grid-template: "title title" max-content "img info" 1fr/max-content 1fr;
  align-items: start;
}
@media (min-width: 992px) {
  .block-product-hv .the-product-hv {
    grid-template: "img title" max-content "img info" 1fr/max-content 1fr;
  }
}
.block-product-hv .the-product-hv > * {
  align-self: start;
}
.block-product-hv .title-the-product {
  grid-area: title;
}
.block-product-hv .img-the-product {
  grid-area: img;
  width: 100px;
  height: 100px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-content: center;
}
.block-product-hv .img-the-product img {
  max-width: 100%;
  max-height: 100%;
  flex: 0;
}
@media (min-width: 992px) {
  .block-product-hv .img-the-product {
    width: 130px;
    height: 130px;
  }
}
.block-product-hv .info-the-product {
  grid-area: info;
  text-align: right;
}
@media (min-width: 992px) {
  .block-product-hv .info-the-product {
    text-align: left;
  }
}
.block-product-hv .quantity-the-product {
  display: table;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
}
.block-product-hv .quantity-the-product .quantity-input {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  -ms-height: 42px;
  height: 42px;
  border: 0;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  text-align: center;
}
.block-product-hv .quantity-the-product .quantity-decrease,
.block-product-hv .quantity-the-product .quantity-increase {
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #CDCDCD;
  border-radius: 6px 0 0 6px;
  width: 40px;
}
.block-product-hv .quantity-the-product .quantity-decrease.disabled,
.block-product-hv .quantity-the-product .quantity-increase.disabled {
  background: #ffffff;
  color: #BBBBBB;
}
.block-product-hv .quantity-the-product .quantity-decrease:hover,
.block-product-hv .quantity-the-product .quantity-increase:hover {
  color: #000000;
  border-color: #000000;
}
.block-product-hv .quantity-the-product .quantity-increase {
  border-radius: 0 6px 6px 0;
}
@media (min-width: 992px) {
  .block-product-hv .quantity-the-product {
    margin-left: 0;
  }
}
.block-product-hv .price-to-pay {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  display: block;
}
@media (min-width: 992px) {
  .block-product-hv .price-to-pay {
    display: inline-block;
    margin-right: 10px;
  }
}
.block-product-hv .price-through {
  font-size: 16px;
  line-height: 18px;
  color: #7EB9B8;
  text-decoration: line-through;
}
.block-product-hv .related-battery .title-top {
  display: flex;
  align-items: center;
}
.block-product-hv .related-battery .title-top .icon {
  width: 20px;
}
@media (min-width: 992px) {
  .block-product-hv .related-battery .title-top {
    font-size: 16px;
  }
  .block-product-hv .related-battery .title-top .icon {
    width: 30px;
  }
}
.block-product-hv .related-battery-options {
  display: grid;
  grid-gap: 10px;
  align-items: start;
  grid-template: "img title price checkbox" auto "explanation explanation explanation ." 1fr/auto 1fr auto auto;
}
.block-product-hv .related-battery-options > * {
  align-self: start;
}
.block-product-hv .related-battery-options .img {
  grid-area: img;
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 1px solid #8C8C8C;
}
.block-product-hv .related-battery-options .img img {
  max-height: 100%;
  max-width: 100%;
  flex: 0;
}
@media (min-width: 992px) {
  .block-product-hv .related-battery-options .img {
    width: 90px;
    height: 90px;
  }
}
.block-product-hv .related-battery-options .title {
  grid-area: title;
}
@media (min-width: 992px) {
  .block-product-hv .related-battery-options .title .p1 {
    font-size: 20px;
    line-height: 22px;
  }
  .block-product-hv .related-battery-options .title .p2 {
    font-size: 14px;
    line-height: 16px;
  }
}
.block-product-hv .related-battery-options .price {
  grid-area: price;
  align-self: center;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .block-product-hv .related-battery-options .price {
    font-size: 16px;
    line-height: 20px;
  }
}
.block-product-hv .related-battery-options .price .item-qty {
  width: 60px;
  text-align: center;
  border: 1px solid #CDCDCD;
}
.block-product-hv .related-battery-options .checkbox {
  grid-area: checkbox;
  position: relative;
  align-self: center;
}
@media (min-width: 992px) {
  .block-product-hv .related-battery-options .checkbox {
    align-self: start;
  }
}
.block-product-hv .related-battery-options .explanation {
  grid-area: explanation;
}
@media (min-width: 992px) {
  .block-product-hv .related-battery-options .explanation {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .block-product-hv .related-battery-options {
    grid-template: "img title price checkbox" auto "img explanation explanation ." 1fr/auto 1fr auto auto;
  }
}
.block-product-hv .option-details {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  align-items: center;
  grid-template: "icon title price checkbox" auto ". explanation explanation ." 1fr/auto 1fr auto auto;
}
.block-product-hv .option-details > * {
  align-self: center;
}
.block-product-hv .option-details .title {
  grid-area: title;
  align-self: center;
}
@media (min-width: 992px) {
  .block-product-hv .option-details .title {
    align-self: end;
  }
  .block-product-hv .option-details .title .p1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.block-product-hv .option-details .price {
  grid-area: price;
  align-self: center;
}
@media (min-width: 992px) {
  .block-product-hv .option-details .price {
    font-size: 16px;
    line-height: 20px;
  }
}
.block-product-hv .option-details .checkbox {
  grid-area: checkbox;
  position: relative;
  align-self: center;
  margin: 0;
}
@media (min-width: 992px) {
  .block-product-hv .option-details .checkbox {
    align-self: start;
  }
}
.block-product-hv .option-details .icon {
  grid-area: icon;
}
.block-product-hv .option-details .explanation {
  grid-area: explanation;
  cursor: pointer;
}
@media (min-width: 992px) {
  .block-product-hv .option-details .explanation {
    font-size: 12px;
    line-height: 14px;
    align-self: start;
  }
}
@media (min-width: 992px) {
  .block-product-hv .option-details {
    grid-template: "icon title price checkbox" auto "icon explanation explanation checkbox" auto/auto 1fr auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
  }
}
.block-product-hv:last-child {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .block-product-hv:last-child {
    margin-bottom: 30px;
  }
  .block-product-hv .option-hv .icon {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .table-body-row {
    display: flex;
    align-items: center;
  }

  .table-body-cell.model-container {
    align-self: center;
  }
}
_:-ms-fullscreen, :root .block-product-hv .quantity-input {
  height: 42px;
}

.shipping-method-hv {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #CDCDCD;
  padding: 15px;
}
.shipping-method-hv.active {
  border: 1px solid #73C005;
}
.shipping-method-hv.active .shipping-method-zipcode {
  display: block;
}
.shipping-method-hv.active .relais-chosen-hv {
  display: block;
}
.shipping-method-hv .shipping-method-desc {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 0;
  align-items: center;
  grid-template: "radio txt price" auto/auto 1fr 24%;
}
.shipping-method-hv .shipping-method-desc > * {
  align-self: center;
}
@media (min-width: 992px) {
  .shipping-method-hv .shipping-method-desc {
    grid-column-gap: 10px;
    grid-row-gap: 0;
    grid-template: "radio txt price" auto/auto 1fr 15%;
  }
}
.shipping-method-hv .shipping-method-radio {
  grid-area: radio;
}
.shipping-method-hv .shipping-method-txt {
  grid-area: txt;
}
.shipping-method-hv .shipping-method-price {
  grid-area: price;
  text-align: right;
}
.shipping-method-hv .shipping-method-zipcode {
  margin-top: 20px;
  display: none;
}
@media (min-width: 992px) {
  .shipping-method-hv .shipping-method-zipcode .zipcode-label {
    font-size: 13px;
  }
}
.shipping-method-hv .shipping-method-zipcode .zipcode-wrapper {
  margin-bottom: 10px;
}
.shipping-method-hv .shipping-method-zipcode .zipcode-wrapper .delivery-info {
  display: none;
}
@media (min-width: 992px) {
  .shipping-method-hv .shipping-method-zipcode .zipcode-wrapper .delivery-info {
    display: inline-block;
    cursor: pointer;
  }
}
.shipping-method-hv .shipping-method-zipcode .zipcode-choice-details {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .shipping-method-hv .shipping-method-zipcode .zipcode-choice-details {
    display: none;
    position: absolute;
    width: 50%;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #CDCDCD;
    box-shadow: 0 1px 1px #CDCDCD;
  }
  .shipping-method-hv .shipping-method-zipcode .zipcode-choice-details .icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .shipping-method-hv .shipping-method-zipcode {
    margin-left: 38px;
    width: 70%;
  }
}
.shipping-method-hv .shipping-method-offer {
  display: flex;
}
.shipping-method-hv .relais-chosen-hv {
  margin-top: 20px;
  display: none;
}
.shipping-method-hv .relais-chosen-hv .adress-container {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  align-items: center;
}
.shipping-method-hv .relais-chosen-hv .adress-container > * {
  align-self: center;
}
.shipping-method-hv .relais-chosen-hv .relais-chosen-adress {
  flex: 1 0 auto;
}
.shipping-method-hv .relais-chosen-hv .relais-chosen-button {
  flex: auto 0 auto;
}
.shipping-method-hv .relais-chosen-hv .icon {
  display: none;
}
@media (min-width: 992px) {
  .shipping-method-hv .relais-chosen-hv {
    margin-left: 38px;
    width: calc(70% - 34px);
  }
  .shipping-method-hv .relais-chosen-hv .title {
    font-size: 13px;
  }
  .shipping-method-hv .relais-chosen-hv .icon {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .shipping-method-hv .add-a-product-hv-wrapper {
    width: calc(70% - 34px);
    margin-left: 38px;
  }
}

.coupon-hv {
  margin-top: 30px;
  cursor: pointer;
}
.coupon-hv .show-coupon {
  display: flex;
  align-items: center;
}
.coupon-hv .show-coupon.slideup .icon {
  transform: rotate(180deg);
}
.coupon-hv .show-coupon.slidedown .icon {
  transform: rotate(0deg);
}
.coupon-hv .txt {
  flex: 1 0 auto;
}
.coupon-hv .icon {
  transition: transform 0.3s;
}
@media (min-width: 992px) {
  .coupon-hv {
    margin-bottom: 30px;
    margin-top: 0;
    order: 5;
  }
  .coupon-hv .show-coupon {
    margin-bottom: 0;
  }
}

.totals-hv .totals-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.totals-hv .totals-label {
  flex: 1 0 auto;
  font-size: 14px;
  color: #8C8C8C;
}
.totals-hv .totals-price {
  text-align: right;
  font-size: 14px;
  color: #8C8C8C;
}
.totals-hv .totals-total {
  border-top: 1px solid #42605E;
  padding-top: 10px;
}
.totals-hv .totals-total .totals-label,
.totals-hv .totals-total .totals-price {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.totals-hv .free-for-two {
  width: 100%;
}
@media (min-width: 992px) {
  .totals-hv {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid #CDCDCD;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    order: 2;
  }
}

.sidebar .btn-simple-hv {
  width: 100%;
}
@media (min-width: 992px) {
  .sidebar .button-wrapper {
    background: #ffffff;
    padding: 0 15px 10px 15px;
    border-right: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    order: 3;
  }
  .sidebar .payment-secure {
    margin-top: 0;
    padding-bottom: 20px;
    border: 1px solid #CDCDCD;
    border-radius: 0 0 5px 5px;
    border-top: none;
    order: 4;
  }
  .sidebar .backlink-hv {
    order: 8;
  }
}

.cart-hv .fancybox-skin {
  border-radius: 0;
}

.popup-relais-hv .popup-nav {
  display: grid;
  -ms-grid-template-columns: 50% 50%;
  grid-template-columns: repeat(2, 50%);
}
@media (min-width: 992px) {
  .popup-relais-hv .popup-nav {
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
  }
  .popup-relais-hv .popup-nav .btn-map, .popup-relais-hv .popup-nav .btn-list, .popup-relais-hv .popup-nav .btn-back {
    display: none;
  }
  .popup-relais-hv .popup-nav .btn-close {
    font-size: 20px;
    display: block;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .popup-relais-hv .popup-header .inputok-hv {
    width: 60%;
  }
}
.popup-relais-hv .popup-content {
  display: grid;
  -ms-grid-template-columns: 50% 50%;
  grid-template-columns: repeat(2, 50%);
  width: 200%;
}
.popup-relais-hv .popup-content.show-map {
  transform: translateX(-50%);
}
.popup-relais-hv .popup-content.hide-map {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .popup-relais-hv .popup-content {
    width: 100%;
  }
}
.popup-relais-hv .popup-content-left {
  overflow-y: scroll;
}
.popup-relais-hv .relais-content ul {
  padding: 0;
}
.popup-relais-hv .relais-one-hv {
  display: grid;
  grid-template-columns: auto 1fr auto;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
  align-items: center;
}
.popup-relais-hv .relais-one-hv > * {
  align-self: center;
}
.popup-relais-hv .relais-one-hv .relais-radiobutton {
  padding: 15px 10px 15px 15px;
}
.popup-relais-hv .relais-one-hv .relais-address {
  padding: 15px 10px 15px 0;
  word-break: break-word;
}
.popup-relais-hv .relais-one-hv .relais-info {
  width: 70px;
  padding: 15px 5px;
  text-align: center;
  border-left: 1px solid #CDCDCD;
  align-self: stretch;
  display: grid;
  cursor: pointer;
  align-items: center;
}
.popup-relais-hv .relais-one-hv .relais-info > * {
  align-self: center;
}
@media (min-width: 992px) {
  .popup-relais-hv .relais-one-hv {
    margin-right: 10px;
  }
}
.popup-relais-hv .relais-submit {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.15);
}
.popup-relais-hv .relais-submit .btn-simple-hv {
  width: 100%;
}
@media (min-width: 992px) {
  .popup-relais-hv .relais-submit {
    position: static;
    width: auto;
    box-shadow: none;
    text-align: center;
  }
  .popup-relais-hv .relais-submit .btn-simple-hv {
    width: auto;
  }
}
.popup-relais-hv .gm-style .info_window_content .hours {
  width: 100%;
}

.popup-options .each-option {
  background: #f9f9f9;
  border: 1px solid #CDCDCD;
  padding: 10px;
  text-align: center;
  max-width: 250px;
  margin: 0 auto 15px auto;
}
.popup-options .each-option .icon {
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 992px) {
  .popup-options .each-option {
    display: flex;
    align-items: center;
    padding: 0;
    background: #ffffff;
    max-width: 360px;
    margin: 0 auto 20px auto;
    min-height: 70px;
  }
  .popup-options .each-option .icon {
    font-size: 30px;
    color: #8C8C8C;
    margin-bottom: 0;
    flex: 70px 0 0;
    padding: 0 10px;
    background: #f9f9f9;
    border-right: 1px solid #CDCDCD;
    margin-right: 30px;
    align-self: stretch;
    line-height: 70px;
  }
  .popup-options .each-option p {
    font-size: 16px;
    line-height: 20px;
  }
}
.popup-options .popup-options-footer {
  margin-top: 40px;
}
.popup-options .popup-options-footer button {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .popup-options .popup-options-footer {
    display: flex;
    margin-top: 50px;
    justify-content: center;
  }
  .popup-options .popup-options-footer button {
    width: auto;
  }
  .popup-options .popup-options-footer button:first-child {
    order: 2;
  }
  .popup-options .popup-options-footer button:last-child {
    order: 1;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .popup-options .popup-header {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .popup-options .popup-header .icon {
    font-size: 30px;
  }
  .popup-options .popup-header .title {
    font-size: 20px;
    line-height: 24px;
  }
  .popup-options .popup-header .subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .popup-info-extension .txt {
    margin-top: 30px;
  }
}

.reassurance-hv {
  display: none;
}
@media (min-width: 992px) {
  .reassurance-hv {
    display: block;
    text-align: center;
    padding: 30px 45px 25px 45px;
    border-top: 1px solid #42605E;
    border-bottom: 1px solid #42605E;
    position: relative;
    margin-top: 40px;
    order: 7;
  }
  .reassurance-hv .icon {
    position: absolute;
    top: -19px;
    background: #fff;
    padding: 0 20px;
    left: calc(50% - 35px);
    font-size: 38px;
  }
}

.exclus-hv {
  padding: 0 35px;
}
.exclus-hv .exclu-hv {
  display: flex;
}
.exclus-hv .exclu-hv .icon {
  color: #ffffff;
  font-size: 24px;
  line-height: 16px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.exclus-hv .exclu-hv .txt {
  font-size: 12px;
  color: #42605E;
  border-radius: 0 5px 5px 0;
  border: 1px solid #CDCDCD;
  border-left: 0;
  padding: 10px;
  flex: 1 1 auto;
}
.exclus-hv .exclu-1 .icon {
  background: #EF3030;
}
.exclus-hv .exclu-2 .icon {
  background: #0BA2A0;
}
.exclus-hv .exclu-3 .icon {
  background: #73C005;
}
@media (min-width: 992px) {
  .exclus-hv {
    padding: 0;
    margin-bottom: 20px;
    order: 1;
  }
}

.trustpilot-hv {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .trustpilot-hv {
    order: 6;
  }
}

/*# sourceMappingURL=checkout.css.map */
