/*
 * Header
 */
.block-product {
  padding: 40px 80px;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .block-product {
    padding: 32px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .block-product {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 576px) {
  .block-product {
    padding-bottom: 10px;
  }
}
.block-product__container {
  width: 100%;
}
.block-product__wrapper {
  width: 100%;
  vertical-align: top;
}
.block-product__left_column {
  width: calc(100% - 420px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .block-product__left_column {
    display: none;
  }
}
.block-product__right_column {
  width: 420px;
}
@media only screen and (max-width: 768px) {
  .block-product__right_column {
    width: 100%;
  }
}
.block-product__right_column .block-product__right_column__wrapper {
  margin-top: -80px;
}
@media only screen and (max-width: 768px) {
  .block-product__right_column .block-product__right_column__wrapper {
    margin-top: 0;
  }
}
.block-product__gallery {
  width: 100%;
  border-spacing: 16px;
}
.block-product__gallery.block-product__gallery_single img {
  width: 678px;
}
.block-product__gallery--tablet {
  width: 100%;
  border-spacing: 16px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .block-product__gallery--tablet {
    display: block;
  }
}
@media only screen and (max-width: 1200px), screen and (max-height: 500px) {
  .block-product__gallery--tablet.block-product__gallery_single {
    text-align: center;
  }
}
.block-product__separator {
  border-bottom: solid 1px #cacad0;
}
@media only screen and (max-width: 576px) {
  .block-product__separator {
    border: 0;
  }
}
.block-product__gallery_cell {
  width: 46%;
  display: inline-block;
  margin: 0 2% 2% 0;
  height: 354px;
  position: relative;
  box-shadow: 3px 3px 10px 0 rgba(170, 170, 170, 0.16);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .block-product__gallery_cell {
    height: 166px;
  }
}
.block-product__gallery_cell.block-product__gallery_cell--cover {
  background-size: cover;
}
.block-product__gallery_cell iframe {
  max-height: 354px;
  border: 0;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .block-product__gallery_cell iframe {
    max-height: 166px;
  }
}
.block-product__gallery_cell img {
  opacity: 0;
}
.block-product__gallery_cell--extensible {
  cursor: pointer;
}
.block-product__gallery_cell__content {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-size: 0 0;
}
.block-product__gallery_cell__content:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  background: url(../../img/cross_blue.svg) no-repeat center;
  background-size: contain;
}
.block-product__gallery_cell--extend {
  z-index: 10;
  overflow: visible;
}
.block-product__gallery_cell--extend .block-product__gallery_cell__content {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(2 * 100% + 5.4%);
  height: calc(2 * 100% + 5.4%);
  box-shadow: 3px 3px 10px 0 rgba(170, 170, 170, 0.16);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.block-product__gallery_cell--extend .block-product__gallery_cell__content:before {
  width: 44px;
  height: 44px;
}
.block-product__gallery_cell--zoom {
  background-size: 250%;
  background-position: 50% 75%;
  min-width: 200px;
  min-height: 240px;
}
@media only screen and (max-width: 576px) {
  .block-product__gallery_cell--zoom {
    min-width: auto;
    min-height: 166px;
  }
}
.block-product__gallery_single img {
  max-width: 90%;
}
.block-product__pic {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.block-product__name {
  font-family: 'Spectral';
  font-size: 32px;
  font-weight: normal;
  color: #2f3c55;
}
@media only screen and (max-width: 1200px), screen and (max-height: 500px) {
  .block-product__name {
    text-align: center;
  }
}
.block-product_quotation_button_container {
  margin: 50px 0;
}
.block-product__reinsurance_wrapper {
  background-color: #f8f0eb;
  padding: 8px 24px;
}
.block-product__reinsurance_grid {
  width: 100%;
  border-spacing: 8px;
  vertical-align: middle;
}
.block-product__reinsurance_cell {
  text-align: center;
}
.block-product__reinsurance_icon {
  height: 20px !important;
  width: auto;
}
.block-product__reinsurance_text {
  color: #2f3c55;
}
.block-product__price_container {
  margin-top: 16px;
  padding: 16px 0;
  border-top: solid 1px #2f3c55;
  border-bottom: solid 1px #2f3c55;
}
@media only screen and (max-width: 768px) {
  .block-product__price_container {
    padding: 0;
  }
}
.block-product__price_wrapper {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .block-product__price_wrapper {
    border-spacing: 32px;
  }
}
.block-product__price_wrapper--months {
  width: 100%;
  border-spacing: 16px;
}
@media only screen and (max-width: 576px) {
  .block-product__price_wrapper--months {
    border-spacing: 8px;
  }
}
.block-product__price_column {
  width: 50%;
}
.block-product__price {
  color: #2f3c55;
  font-size: 20px;
}
.block-product__price--emphasis {
  font-size: 32px;
  font-weight: bold;
}
.block-product__price--months {
  color: #2f3c55;
  text-align: right;
}
.block-product__price_container_v2 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px), screen and (max-height: 500px) {
  .block-product__price_container_v2 {
    justify-content: center;
  }
}
.block-product__price_container_v2 .block-product__price_container_v2__price {
  font-weight: 800;
  margin-right: 15px;
  font-size: 24px;
}
.block-product__price_container_v2 .block-product__price_container_v2__delivery {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #647381;
  font-weight: bold;
}
.block-product__price_container_v2 .block-product__price_container_v2__delivery span {
  margin-right: 5px;
}
.block-product__variations_v2 {
  background: rgba(187, 191, 232, 0.1);
  border: 1px solid #B3CCE5;
  border-radius: 4px;
  padding: 11px;
  margin-bottom: 10px;
  overflow: hidden;
}
.block-product__variations_v2 .block-product__variations__variation {
  position: relative;
}
.block-product__variations_v2 h4 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 13px;
}
.block-product__variations_v2 select {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.block-product__variations_v2 .tpl_button_container {
  margin: 25px 0 8px;
}
.block-product__variations_v2 .tpl_button_container .tpl_button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.block-product__variations_v2 .block-product__delivery {
  text-align: center;
  font-size: 14px;
}
.block-product__variations_v2 .block-product__delivery .block-product__delivery__label {
  color: #6699CC;
}
.block-product__variations_v2 .block-product__delivery p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 576px) {
  .block-product__variations_v2 .block-product__delivery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 15px;
  }
  .block-product__variations_v2 .block-product__delivery p {
    margin-right: 5px;
  }
}
.block-product__variations__item {
  cursor: pointer;
}
.block-product__variations__item.block-product__variations__item__hide {
  display: none;
}
.block-product__variations__items--t1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px;
}
.block-product__variations__items--t1.block-product__variations__items--t1right {
  justify-content: flex-end;
}
.block-product__variations__items--t1.block-product__variations__items--imgfull .block-product__variations__item__image span {
  top: 0;
}
.block-product__variations__items--t1.block-product__variations__items--t1premium {
  position: relative;
  background: url(../../img/premium.png) no-repeat top -13px left 13px;
}
.block-product__variations__items--t1.block-product__variations__items--t1premium:before {
  content: '';
  position: absolute;
  top: 32px;
  left: 100px;
  height: 4px;
  width: calc(100% - 135px);
  border-radius: 4px;
  border: 1px solid #9E7A30;
}
.block-product__variations__items--t1.block-product__variations__items--t1premium.block-product__variations__item--nochild:before {
  display: none;
}
.block-product__variations__items--t1.block-product__variations__items--t1premium .block-product__variations__item .block-product__variations__item__image:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
  border-radius: 4px;
  border: 1px solid #9E7A30;
  background: #fff;
}
.block-product__variations__items--t1 .block-product__variations__item {
  margin: 0 21px 15px;
  flex: 0 0 67px;
  position: relative;
  z-index: 1;
}
.block-product__variations__items--t1 .block-product__variations__item.block-product__variations__item--active .block-product__variations__item__image {
  background-color: #E3F2E9;
  border: 2px solid #05893A;
}
.block-product__variations__items--t1 .block-product__variations__item.block-product__variations__item--active .block-product__variations__item__image:before {
  background: url(../../img/item_check.svg) no-repeat center;
  background-size: contain;
  border: 0;
}
.block-product__variations__items--t1 .block-product__variations__item__image {
  position: relative;
  border: 1px solid #B3CCE5;
  height: 68px;
  border-radius: 4px;
  margin-bottom: 3px;
  background-color: #fff;
}
.block-product__variations__items--t1 .block-product__variations__item__image span {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.block-product__variations__items--t1 .block-product__variations__item__image:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #D9DBDC;
  z-index: 2;
}
.block-product__variations__items--t1 .block-product__variations__item__label {
  font-size: 13px;
  line-height: 17px;
  color: #647381;
  text-align: center;
  font-weight: 500;
}
.block-product__variations__items--t2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-product__variations__items--t2 .block-product__variations__item {
  flex: 0 0 48%;
  border: 1px solid #B3CCE5;
  position: relative;
  border-radius: 4px;
  padding: 15px 5px 15px 43px;
  font-size: 13px;
  box-sizing: border-box;
  margin-bottom: 15px;
  background-color: #fff;
}
.block-product__variations__items--t2 .block-product__variations__item:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 14px;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #D9DBDC;
}
.block-product__variations__items--t2 .block-product__variations__item.block-product__variations__item--active {
  background-color: #E3F2E9;
  border: 2px solid #05893A;
}
.block-product__variations__items--t2 .block-product__variations__item.block-product__variations__item--active:before {
  background: url(../../img/item_check.svg) no-repeat center;
  background-size: contain;
  border: 0;
}
@media only screen and (max-width: 576px) {
  .block-product__variations__footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    background: #f9fafc;
    border-top: 1px solid #647381;
  }
  .block-product__variations__footer .tpl_button_container {
    margin-top: 15px;
  }
  .block-product__variations__footer .block-product__variations__footer__submit__price {
    display: inline-block;
    margin-right: 10px;
  }
}
.block-product__months {
  color: #2f3c55;
  padding: 8px;
  height: 24px;
  width: 24px;
  background: #f8f0eb;
  text-align: center;
  border-radius: 50%;
}
.block-product__extra_info {
  color: #69779b;
  font-size: 14px;
  margin-top: 4px;
}
.block-product__extra_info--big {
  color: #69779b;
  margin-top: 4px;
}
.block-product__info_container {
  background-color: #f9fafc;
  padding: 16px 24px;
}
@media only screen and (max-width: 768px) {
  .block-product__info_container {
    padding: 16px 32px;
    margin-bottom: 16px;
  }
}
.block-product__headline {
  color: #2f3c55;
  font-size: 20px;
  font-weight: normal;
}
.block-product__headline--big {
  color: #2f3c55;
  font-size: 24px;
}
.block-product__customisation_container {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .block-product__customisation_container {
    border: none;
    padding-top: 0;
  }
}
.block-product__configuration_container,
.pewc-group-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #cacad0;
}
.block-product__configuration_container h3,
.pewc-group-wrap h3 {
  color: #2f3c55;
  font-size: 20px;
  font-weight: normal;
}
.block-product__configuration_container .pewc-item-field-image-wrapper,
.pewc-group-wrap .pewc-item-field-image-wrapper {
  display: none;
}
.block-product__granit_container {
  margin: 16px 0;
}
.block-product__granit_heading {
  display: flex;
}
.block-product__origin_pic {
  height: 48px;
  width: auto;
  margin-right: 8px;
  display: inline-block;
}
.block-product__origin_title {
  display: inline-block;
  color: #69779b;
}
.block-product__origin_title--headline {
  color: #2f3c55;
  font-size: 18px;
}
.block-product__options_grid {
  display: block;
}
.block-product__option {
  display: inline-block;
  margin-right: 12px;
  margin-top: 12px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.block-product__option img {
  height: 40px;
}
.block-product__option:hover,
.block-product__option--active {
  border: 2px solid #69779b;
}
.block-product__secured_payment {
  height: 48px !important;
  width: auto;
  max-width: 100%;
}
.block-product__form {
  padding: 0 16px;
}
@media only screen and (max-width: 768px) {
  .block-product__form {
    padding: 0 32px;
  }
}
.block-product__label,
.pewc-field-label {
  display: block;
  margin-top: 16px;
}
.block-product__select,
.pewc-form-field {
  color: #69779b;
  border-color: #cacad0;
  margin-top: 16px;
  padding: 12px 24px;
  border-radius: 48px;
  box-sizing: content-box;
  width: 260px;
}
.block-product__made_in_france {
  color: #2f3c55;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media only screen and (max-width: 576px) {
  .block-product__made_in_france {
    font-size: 0.6em;
  }
}
.block-product__made_in_france::before {
  background-image: url(../../img/france.png);
  background-size: 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
  margin-right: 16px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 576px) {
  .block-product__made_in_france::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-right: 5px;
  }
}
.block-product__video {
  background: #eee;
}
.block-product__video video {
  width: 100%;
  height: 100%;
}
.woocommerce-variation-price {
  display: none !important;
}
/*# sourceMappingURL=./block-product.css.map */