/*colors*/
/* ## Nuances de gris */
/* 46% */
/* 87% */
/* #f4f4f4 97% */
/* 20% */
/* ## Arriere-plan et texte de base */
/* PGS */
/*Progress Bar*/
/* ## Theme */
/* Vert */
/* Couleur "chartee" 1 (orange pour PM, rouge pour RK) */
/* New PriceMinister blue */
/* Couleur de lien 3 new fp */
/*
# Boutons
*/
/* version 2 (.components_v2) */
/* ## Bordure de bloc de base */
/*
# Margins
 */
/* Taille du texte par defaut */
/* Hauteur de ligne du texte par defaut */
/*
# Notifications
*/
/*
# Breakpoings
*/
/* CSS3 PROPERTIES */
/* Bords arrondis */
/* Ombres portées */
/* Largeur - Hauteur */
/* Image de fond */
/* Cacher le texte */
/* Dans le cas d'un texte remplacé par une image, par exemple. */
/*Arrow*/
/*i.e.: on a progress bar*/
/* core */
/*Texts*/
.title-page {
  margin-bottom: 40px;
}
.title-1 {
  font-size: 20px;
  line-height: 20px;
}
.title-2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
.smallText {
  line-height: 14px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
.rspTextBold {
  color: #BF0000;
  font-weight: bold;
}
.rspSilver {
  color: #000;
}
.rspGold {
  color: #996600;
}
.rspPlatinum {
  color: #337799;
}
/*liens block*/
.blockLnk {
  display: inline-block;
}
.blockLnk:hover {
  text-decoration: none;
}
/* lien block avec flèche*/
.blockLnkArrow {
  display: block;
  border: 1px solid #ddd;
}
.blockLnkArrow.txtIcon_R_16.grayArrow_16_L:after {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
/*texte gris*/
.secondaryText,
.secondaryText a {
  line-height: 14px;
  font-size: 11px;
  color: #999;
}
[class*="heading_"] .secondaryText,
[class*="heading_"] .secondaryText a {
  font-weight: normal;
}
.secondaryTextImp {
  color: #999;
}
.myRsp + .secondaryTextImp {
  font-size: 14px;
}
/*Liste de liens blocks avec flèche*/
.blockLnkList li {
  margin: 0;
}
.blockLnkList li:last-child .blockLnkArrow {
  border-bottom: 1px solid #ddd;
}
.blockLnkList li .blockLnkArrow {
  border-bottom: none;
}
/*rsp RkC*/
.rspRkC {
  padding: 10px;
  margin: 0;
}
.rspRkC .infosPoints {
  text-align: center;
}
.rspRkC.colored {
  background-color: #fff4d5;
}
.rspRkC.rspCampaignRkC .value {
  height: 40px;
  padding: 0 0 0 40px;
  line-height: 40px;
  color: #BF0000;
  background-repeat: no-repeat;
  background-position: 0px -61px;
}
.rspRkC.rspRkC-inline {
  display: table;
  border-spacing: 10px 0;
  border-collapse: separate;
  padding: 10px 0;
}
.rspRkC.rspRkC-inline .infosPoints,
.rspRkC.rspRkC-inline .textPoints {
  display: table-cell;
  vertical-align: middle;
}
/**
* NEW RSP MOB-1834
*/
.components_v2 .box {
  margin-bottom: 15px;
  padding: 20px;
  border-width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}
.progress {
  position: relative;
  width: 100%;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.30), 0 1px 1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.30), 0 1px 1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.30), 0 1px 1px 0 rgba(0,0,0,.15);
  background-color: #eaeef1;
  margin-bottom: 50px;
}
.line_H {
  height: 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  border-width: 1px 0 0 0;
}
hr.line_H {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  *display: block;
  *height: 1px;
}
.components_v2 hr.line_H {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top-width: 1px;
}
.clearFix {
  *zoom: 1;
}
.clearFix:before {
  content: "";
  display: table;
}
.clearFix:after {
  content: "";
  display: table;
  clear: both;
}
/********** START : Pagination **********/
.pagination {
  text-align: center;
}
.pageNumbers,
.nextPrev {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.pageNumbers .pages,
.nextPrev .pages,
.pageNumbers .previous,
.nextPrev .previous,
.pageNumbers .next,
.nextPrev .next,
.pageNumbers .pageNumber,
.nextPrev .pageNumber {
  display: inline-block;
  vertical-align: top;
}
.pageNumbers .pages,
.nextPrev .pages {
  margin: 0;
  max-width: 250px;
}
.pageNumbers li,
.nextPrev li {
  margin: 0;
  cursor: pointer;
}
.pageNumbers .previous,
.nextPrev .previous {
  margin-right: 30px;
}
.pageNumbers .next,
.nextPrev .next {
  margin-left: 30px;
}
.pageNumbers .pageNumber,
.nextPrev .pageNumber {
  min-width: 20px;
  margin-top: 10px;
}
.pageNumbers .pageNumber a,
.nextPrev .pageNumber a {
  padding: 0 4px;
}
.pageNumbers .inactive,
.nextPrev .inactive {
  visibility: hidden;
}
.pageNumbers .current {
  font-weight: bold;
}
/* Pagination asynchrone */
.nextResults .btn {
  display: block;
}
/*pagination V2 spécifique*/
.pagination_v2 {
  border: none;
}
.pagination_v2 .pages {
  vertical-align: middle;
}
.pagination_v2 .button_v2 {
  vertical-align: middle;
}
.pagination_v2 .button_v2 .txtIcon_L_8:before,
.pagination_v2 .button_v2 .txtIcon_R_8:before,
.pagination_v2 .button_v2 .txtIcon_L_8:after,
.pagination_v2 .button_v2 .txtIcon_R_8:after {
  margin-top: 5px;
}
/*.infosPointsList*/
.infosPointsList .line_H.fullwidth {
  margin: 15px -20px;
}
.infosPointsList .text {
  float: left;
  width: 70%;
}
.infosPointsList .text p {
  margin: 0;
}
.infosPointsList .actionNb {
  float: right;
  width: 30%;
  text-align: right;
}
.infosPointsList .infosPointsLoadMore {
  text-align: center;
}
/* Links style */
.linksImp {
  color: #09f;
  cursor: pointer;
}
/* Ellipsis & collapse style */
.smrtTrunc_ellipsis {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: white;
  padding-left: 5px;
}
[data-collapsed] {
  transition: height .4s ease;
}
/* Icon system */
[class*='ico-']:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 20px;
  background-position-x: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.ico-delete {
  padding-top: 10px;
}
.ico-delete:before {
  background-image: url(images/cart/cart_remove.svg);
}
.ico-pm_insurance {
  display: inline-block;
}
.ico-pm_insurance:before {
  position: absolute;
  width: 98px;
  background-image: url('https://fr.shopping.rakuten.com/corporate/v1/rakutencare.svg');
  background-size: 95px auto;
  margin-top: -13px;
  margin-left: 3px;
}
/* Call to download - start */
[data-role="page"].call_to_download .ui-content {
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}
[data-role="page"].call_to_download .c2d-panel {
  height: 225px;
  overflow: hidden;
}
[data-role="page"].call_to_download .c2d-panel_image {
  width: 100%;
}
[data-role="page"].call_to_download .c2d-message {
  width: 100%;
  position: absolute;
  top: 185px;
}
[data-role="page"].call_to_download .c2d-message .message-title,
[data-role="page"].call_to_download .c2d-message .message-subTitles {
  margin: auto;
}
[data-role="page"].call_to_download .c2d-message .message-title {
  display: inline-block;
  width: 85%;
  min-width: 285px;
  padding: 27px 0 30px 0;
  color: #409030;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  background-color: #fff;
}
[data-role="page"].call_to_download .c2d-message .message-title .message-title_em {
  color: #333;
  font-weight: normal;
}
[data-role="page"].call_to_download .c2d-message .message-subTitles {
  width: 180px;
  font-size: 16px;
}
[data-role="page"].call_to_download .c2d-message .message-subTitles .subTitle:not(:first-child):before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 7px auto;
  background-color: #ddd;
}
[data-role="page"].call_to_download .c2d-link {
  position: absolute;
  bottom: 0;
  width: 100%;
}
[data-role="page"].call_to_download .c2d-download {
  width: 100%;
  margin-top: 245px;
}
.availableOnApp {
  font-size: 12px;
  line-height: 12px;
  color: #999;
}
.account-ad_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  margin: 13px 15px 25px 15px;
}
.account-ad_download p {
  margin: 0;
}
.account-ad_download .ad-download_image {
  margin-right: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px #999;
  box-shadow: 0px 0px 4 0px #999;
}
/* Call to download - end */
/*call to sownload specific start*/
[data-role="page"].call_to_download_specific .ui-content:not(.cart_v2) {
  padding: 0;
}
[data-role="page"].call_to_download_specific .ui-content {
  padding: 0;
}
[data-role="page"].call_to_download_specific .ui-body-c a.ui-link,
[data-role="page"].call_to_download_specific .ui-body-c span.ui-link {
  color: black;
  font-weight: normal;
  text-decoration: underline;
}
[data-role="page"].call_to_download_specific .container_interstitiel {
  display: flex;
  flex-direction: column;
  font-style: normal;
  color: #4a4a4a;
}
[data-role="page"].call_to_download_specific .container_interstitiel .main_image {
  max-width: 100%;
}
[data-role="page"].call_to_download_specific .container_interstitiel .main_message {
  margin-left: 21px;
  margin-right: 21px;
  margin-top: 30px;
  margin-bottom: 20px;
}
[data-role="page"].call_to_download_specific .container_interstitiel .main_message h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
[data-role="page"].call_to_download_specific .container_interstitiel .main_message .ul_sell {
  padding-left: 18px;
  line-height: 25px;
}
[data-role="page"].call_to_download_specific .container_interstitiel .main_message .ul_sell li {
  font-size: 16px;
  list-style-type: disc;
}
[data-role="page"].call_to_download_specific .container_interstitiel .btn_call_download {
  margin: auto;
}
[data-role="page"].call_to_download_specific .container_interstitiel .c2d-link,
[data-role="page"].call_to_download_specific .container_interstitiel p {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 374px) {
  [data-role="page"].call_to_download_specific .container_interstitiel .main_message {
    margin: 21px;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  [data-role="page"].call_to_download_specific .container_interstitiel .main_message h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
  }
  [data-role="page"].call_to_download_specific .container_interstitiel .main_message .ul_sell {
    padding-left: 18px;
    line-height: 25px;
  }
  [data-role="page"].call_to_download_specific .container_interstitiel .main_message .ul_sell li {
    font-size: 14px;
    list-style-type: disc;
  }
  [data-role="page"].call_to_download_specific .container_interstitiel .c2d-link,
  [data-role="page"].call_to_download_specific .container_interstitiel p {
    margin-top: 5px;
    font-size: 12px;
  }
}
/* call to download specific end*/
/* Cloud tags */
/**
<div class="cloud-tags">
  <a class="cloud-tag_item" data-role="none" href="/link1">Link1</a>
  <a class="cloud-tag_item" data-role="none" href="/link2">Link2</a>
  <a class="cloud-tag_item" data-role="none" href="/link3">Link3</a>
</div>
or
<a class="cloud-tag_item" data-role="none" href="/link1">Link1</a>
*/
.cloud-tags {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
}
.cloud-tags::-webkit-scrollbar {
  display: none;
}
.cloud-tag_item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  font-size: 10px;
  line-height: 11px;
  margin: 10px 8px 0px 0px;
  padding: 7px 14px;
}
.cloud-tag_item:hover {
  border-color: #b6bcc0;
}
/* Registration Checlist - START */
.register_page #userPasswordHelpNote {
  display: none !important;
}
#userPassword.red-borders,
#password.red-borders {
  border-width: 2px;
  border-style: solid;
  border-color: #BF0000;
}
.password-checklist {
  margin-bottom: 15px;
  padding-left: 10px;
  display: none;
}
.password-checklist span {
  position: relative;
  display: list-item;
  list-style-type: none;
  font-size: 12px;
  color: #929292;
  padding-left: 22px;
}
.password-checklist span:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 8px;
  left: 0;
  margin-top: 4px;
  background-image: url('https://fr.shopping.rakuten.com/corporate/v1/ic_check.svg');
  background-size: 12px 8px;
  background-repeat: no-repeat;
}
.password-checklist span.cross-condition {
  color: #BF0000;
}
.password-checklist span.cross-condition:before {
  position: absolute;
  content: '';
  background-image: url('https://fr.shopping.rakuten.com/corporate/v1/ic_close_red.svg');
  background-size: 12px 8px;
  background-repeat: no-repeat;
  fill: red;
}
.password-checklist span.checked-condition {
  color: #4CA529;
}
.password-checklist span.checked-condition:before {
  position: absolute;
  content: '';
  background-image: url('https://fr.shopping.rakuten.com/corporate/v1/ic_check_green.svg');
  background-size: 12px 8px;
  background-repeat: no-repeat;
  fill: red;
}
/* Registration Checlist - END */
.add-to-cart-loader {
  outline: none;
  position: absolute;
  left: 45%;
  top: 9px;
  border: 4px solid rgba(255, 255, 255, 0.75);
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  animation: spin 1s linear infinite;
  opacity: 1;
}
/* Register page */
#body .register_page #content .subscription .frm_subscription .components_v2.dspFlexbox {
  margin-bottom: 5px;
  justify-content: initial;
}
#body .register_page #content .subscription .frm_subscription .components_v2.dspFlexbox > p {
  margin: 2px 0 0 0;
}
#body .register_page #content .subscription .frm_subscription .components_v2.dspFlexbox .floatRadio {
  margin-left: 16px;
}
#body .register_page #content .subscription .frm_subscription .components_v2.dspFlexbox .floatRadio span.ui-btn-inner {
  padding-left: 24px;
}
#body .register_page #content .subscription .frm_subscription .footnote span {
  display: block;
}
#body .register_page #content .subscription .frm_subscription .footnote span a {
  text-decoration: underline;
}
/* Register page */
#checkout_address .footnote span {
  display: block;
}
#checkout_address .footnote span a {
  text-decoration: underline;
  color: #999;
}
/* Finalize register page */
#finalize_rakuten_account .footnote span {
  display: block;
}
#finalize_rakuten_account .footnote span a {
  text-decoration: underline;
  color: #999;
}
#userBirthDate {
  color: #929292;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 10px;
}
input#userBirthDate[type="date"]::-webkit-calendar-picker-indicator {
  background: none;
}
.disable_btn_filter {
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  color: #9C9C9C;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.prevent_event {
  cursor: not-allowed;
  pointer-events: none;
}
.button_v2 {
  border-radius: 4px;
  font-size: 14px;
  padding: 14px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333333;
}
.button_v2:hover {
  border-color: #b6bcc0;
  text-decoration: none;
}
.button_v2.buttonPrimary {
  border-width: 0;
  background-color: #bf0000;
  color: #fff;
  font-weight: bold;
}
.button_v2.buttonPrimary:hover {
  background-color: #f20000;
}
.button_v2.buttonPickup {
  border: 2px solid #f90;
  color: #f90;
}
.button_v2.buttonPickup:hover {
  border-color: #f20000;
  color: #f20000;
}
.button_v2.buttonSecondary {
  border-width: 0;
  background-color: #1f55ad;
  color: #fff;
  font-weight: bold;
}
.button_v2.buttonSecondary:hover {
  background-color: #1b4a97;
}
.button_v2.buttonCheckout {
  border-width: 0;
  background-color: #BF0000;
  color: #fff;
  font-weight: bold;
}
.button_v2.buttonCheckout:hover {
  background-color: #a60000;
}
.button_v2.buttonPriceClub {
  border-width: 0;
  background-color: #BF0000;
  color: #fff;
  font-weight: bold;
}
.button_v2.buttonPriceClub:hover {
  background-color: #a60000;
}
.button_v2.buttonDisabled {
  opacity: 0.5;
}
.button_v2.buttonDisabled:hover {
  opacity: 0.5;
}
.button_v2.buttonDisabled.buttonPrimary:hover {
  background-color: #bf0000;
}
.button_v2.buttonDisabled.buttonPickup:hover {
  border: 2px solid #f90;
  color: #f90;
}
.button_v2.buttonDisabled.buttonCheckout:hover {
  background-color: #BF0000;
}
/* Radios/Checkboxes V2 - START */
/* Float Radio V2 */
.fld_rdio_v2 {
  padding: 15px;
}
.fld_rdio_v2 .radioLbl.ui-btn-icon-right .ui-btn-inner {
  padding-right: 0;
}
/* Radios/Checkboxes V2 - END */
/********** START : Slider **********/
.rakutenSliderCtn,
.cart_page .ui-popup.rakutenSliderCtn {
  min-width: 290px;
  padding: 0px;
  /*Specific*/
}
.rakutenSliderCtn .rakutenSlider_view,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_view {
  display: block;
  width: 100%;
  overflow: hidden;
}
.rakutenSliderCtn .rakutenSlider_slider,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider {
  transition: left 0.5s ease-out;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  width: 2520px;
  max-height: 365px;
  left: 0;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0;
  font-size: 0;
  position: relative;
}
.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide {
  transition: opacity 0.5s 0.2s ease-out;
  -webkit-transition: opacity 0.5s 0.2s ease-out;
  -moz-transition: opacity 0.5s 0.2s ease-out;
  -o-transition: opacity 0.5s 0.2s ease-out;
  display: inline-block;
  font-size: 1.5rem;
  color: #333;
  margin: 5px 0 0 0;
  list-style-position: inside;
  padding-left: 0;
  height: 300px;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  overflow: hidden;
}
.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:first-child,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:first-child {
  opacity: 1;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
}
.rakutenSliderCtn .rakutenSlider_next,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_next,
.rakutenSliderCtn .rakutenSlider_close,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_close,
.rakutenSliderCtn .rakutenSlider_center,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_center {
  margin: 15px;
  outline: none;
}
.rakutenSliderCtn .rakutenSlider_next,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_next {
  width: 65%;
  margin: 15px auto;
  display: block;
}
.rakutenSliderCtn .rakutenSlider_more,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_more {
  text-align: center;
  margin-bottom: 15px;
}
.rakutenSliderCtn .rakutenSlider_more a,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_more a {
  color: #0099ff;
  text-decoration: none;
}
.rakutenSliderCtn .rakutenSlider_center,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_center {
  text-align: center;
  margin: 15px auto 15px auto;
}
.rakutenSliderCtn .rakutenSlider_center .rakutenSlider_close:first-child,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_center .rakutenSlider_close:first-child {
  float: none;
  margin: 0 auto;
}
.rakutenSliderCtn .buttonDisabled,
.cart_page .ui-popup.rakutenSliderCtn .buttonDisabled {
  cursor: default;
}
.rakutenSliderCtn .rakutenSlider_progress,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_progress {
  width: 100%;
  height: 10px;
  position: relative;
  margin: 5px 0px 5px 0px;
  background-color: #ddd;
  overflow: hidden;
}
.rakutenSliderCtn .rakutenSlider_progress .rakutenSlider_rate,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_progress .rakutenSlider_rate {
  float: left;
  width: 0px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f90;
  transition: width 1s;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
}
.rakutenSliderCtn .rakutenSlider_progress .rakutenSlider_rate .rakutenSlider_rightArrow,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_progress .rakutenSlider_rate .rakutenSlider_rightArrow {
  position: absolute;
  right: -5px;
}
.rakutenSliderCtn .rakutenSlider_progress .rakutenSlider_rate .rakutenSlider_rightArrow:after,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_progress .rakutenSlider_rate .rakutenSlider_rightArrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f90;
}
.rakutenSliderCtn .rakutenSlider_checkboxpanel,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_checkboxpanel {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  font-size: 16px;
}
.rakutenSliderCtn .rakutenSlider_checkboxpanel .floatCheckbox,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_checkboxpanel .floatCheckbox {
  text-align: left;
}
.rakutenSliderCtn .rakutenSlider_checkboxpanel .floatCheckbox span,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_checkboxpanel .floatCheckbox span {
  padding: 0px;
}
.rakutenSliderCtn .rakutenSlider_slider img,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider img {
  max-width: 290px;
}
.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(1) p,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(1) p {
  font-size: 17px;
  margin: 5px auto;
}
.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(1) .heading_1,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(1) .heading_1 {
  color: #BF0000;
  font-size: 19px;
  font-weight: bold;
}
.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(1) img,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(1) img {
  margin: 15px auto;
  width: 100%;
}
.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(2) .heading_1,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(2) .heading_1 {
  color: #409030;
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}
.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(2) p:nth-child(2),
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(2) p:nth-child(2) {
  font-size: 14px;
  margin: 5px auto;
}
.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(2) p:last-child,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(2) p:last-child {
  font-size: 14px;
  margin: 0 auto;
  width: 270px;
  text-align: center;
}
.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(2) img,
.cart_page .ui-popup.rakutenSliderCtn .rakutenSlider_slider .rakutenSlider_slide:nth-child(2) img {
  width: 120px;
  margin: 20px auto;
}
.priceClub-v2 {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  border-radius: 6px;
  border: 1px solid #DDD;
  padding: 40px 20px 10px 20px;
  background-image: url('https://images.fr.shopping.rakuten.com/visuels/Club-Rakuten/icon/club-rc.svg');
  background-size: 53px auto;
  background-position: 18px 16px;
  background-repeat: no-repeat;
}
.priceClub-v2 p {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 2px 0;
}
.priceClub-v2 p .rspText {
  color: #BF0000;
  font-weight: 600;
}
.ajaxOverlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
}
.ie .ajaxOverlay {
  background-color: #ffffff;
  filter: alpha(opacity=70);
}
.ajaxOverlay.ajaxOverlayOff {
  display: none;
}
.ajaxLoader {
  background-image: url(images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-width: 32px;
  min-height: 32px;
  font-size: 0px;
  /* Shorthand property that zeros out the font size and line-height. The a value acts as a very short font-family. The CSS validator complains that using 0/0 in the shorthand font property is not valid, but every browser accepts it and this appears to be an error in the validator. Using font:0px/0 a passes validation but it displayed as font:0/0 a in the code that the validator flags as valid. (from : http://nicolasgallagher.com/another-css-image-replacement-technique/) */
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loaderTop {
  margin-top: 20px;
  background-position: center top;
}
.loaderBottom {
  margin-bottom: 10px;
  background-position: center bottom;
}
.announcesList .ajaxLoader {
  background-position: center top;
  margin-top: 140px;
}
.loaderOn,
.loaderOn:hover,
.loaderOn.disabled,
.loaderOn[disabled] {
  color: transparent;
  background-image: url(images/loader_16.gif);
  background-repeat: no-repeat;
  background-position: center 5px;
}
.loaderOn.btn,
.loaderOn:hover.btn,
.loaderOn.disabled.btn,
.loaderOn[disabled].btn {
  text-shadow: none;
}
.loaderOn.btnPrimary,
.loaderOn:hover.btnPrimary,
.loaderOn.disabled.btnPrimary,
.loaderOn[disabled].btnPrimary {
  background-position: center -54px;
}
.loaderOn.btnSecondary,
.loaderOn:hover.btnSecondary,
.loaderOn.disabled.btnSecondary,
.loaderOn[disabled].btnSecondary {
  background-position: center -115px;
}
.loaderOn.btnCheckout,
.loaderOn:hover.btnCheckout,
.loaderOn.disabled.btnCheckout,
.loaderOn[disabled].btnCheckout {
  background-position: center -175px;
}
.buybox .btnLarge .loaderOn {
  text-shadow: none;
  background-position: center -118px;
}
.nav .buybox .btnLarge .loaderOn:before {
  background-image: none;
}
/* IE8 natif */
.ie8 .btnSecondary .loaderOn,
.ie8 .advertList .addToCartBtn .loaderOn {
  display: inline-block;
  text-indent: -9999px;
  width: 129px;
}
.ie8 .advertList .addToCartBtn .loaderOn {
  height: 30px;
}
.advertList .addToCartBtn .loaderOn {
  color: transparent;
  background-position: 64px -113px;
}
/********** START : Loader CSS3 **********/
.ajaxOverlay_2017 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.loaderCSS {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.loaderCSS:before {
  content: '';
  top: 50%;
  left: 48%;
  width: 12px;
  height: 12px;
  background-image: none;
  display: block;
  clear: both;
  border: 4px rgba(255, 255, 255, 0.75) solid;
  border-top: 4px #ffffff solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .8s infinite linear;
  animation: spCircRot .8s infinite linear;
}
.loaderCSS.default:before,
.loaderCSS.default:after {
  border: 4px rgba(153, 153, 153, 0.75) solid;
  border-top: 4px #999999 solid;
}
.loaderCSS.secondary {
  margin-top: 0;
  padding-left: 40px;
}
.loaderCSS.secondary:before,
.loaderCSS.secondary:after {
  top: 16px;
  left: 14px;
  border: 4px rgba(255, 153, 0, 0.75) solid;
  border-top: 4px #ff9900 solid;
}
.loaderCSS.center {
  height: 100%;
}
.loaderCSS.center:before {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
}
.loaderCSS.lg:before {
  width: 22px;
  height: 22px;
  top: 49%;
  border-width: 5px;
  border-top-width: 5px;
}
.loaderCSS.sm:before {
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-top-width: 4px;
}
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
/********** END : Loader CSS3 **********/
#migrationErrorNotif {
  display: none;
}
#rakuten_popin,
#migrateAndBecomeMember {
  padding: 30px;
}
.rakuten-popin_title {
  font-size: 18px;
  text-align: center;
  color: #555;
}
.rakuten-popin_content {
  color: #555;
}
.rakuten-popin_footertext {
  color: #999;
  font-size: 12px;
}
.rakuten-popin_footertext a {
  color: #999;
  text-decoration: none;
}
.rakuten-popin_content a {
  color: #09F;
  text-decoration: none;
}
.rakuten-popin_footertext a:hover,
.rakuten-popin_content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rakuten-popin_table {
  width: 100%;
  border-top: 1px solid #9E9E9E;
  padding: 20px 0;
}
.rakuten-popin_table td {
  padding: 5px 0;
}
td.last-trans {
  width: 40%;
}
.rakuten-popin_button {
  width: 100%;
  color: #FFF;
  background-color: #1F55AD;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
.rakuten-popin_button-stepback {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #999;
  color: #9E9E9E;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
div[name="submitLogin"] {
  float: right;
}
.loader {
  position: absolute;
  left: 45%;
  top: 9px;
  border: 4px solid rgba(255, 255, 255, 0.75);
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  opacity: 1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* specific */
/*liens*/
.lnkLight {
  color: #1f55ad;
}
.lnkLight_v3 {
  color: #09f;
}
.lnkUnstyled,
.ui-body-c a.ui-link.lnkUnstyled {
  text-decoration: none;
  color: inherit;
}
/*display*/
.dspBlock {
  display: block;
}
.dspNone {
  display: none;
}
/*Align*/
.btnCenter {
  margin: auto;
  text-align: center;
}
/* Esthetic */
.fontBold {
  font-weight: bold;
}
/*Width*/
/* Needed in some cases for Jm Popin*/
.width_290 {
  width: 290px;
}
.width_100 {
  width: 100%;
}
/* Image */
.noSrcHidden[src=""] {
  display: none;
}
/*Margins*/
.spacerSidesXl {
  margin-left: 25px;
  margin-right: 25px;
}
.spacerSidesL {
  margin-left: 20px;
  margin-right: 20px;
}
.spacerSidesM {
  margin-left: 15px;
  margin-right: 15px;
}
.spacerSidesS {
  margin-left: 10px;
  margin-right: 10px;
}
.spacerTopXl {
  margin-top: 25px;
}
.spacerTopL {
  margin-top: 20px;
}
.spacerTopM {
  margin-top: 15px;
}
.spacerTopS {
  margin-top: 10px;
}
.temporary_closure {
  color: #995f00;
  background-color: #fdf4eb;
  padding: 5px;
  border-radius: 3px;
  font-weight: bold;
}
.temporary_closure::before {
  content: "\26A0";
  margin-right: 5px;
}
.spacerTopXs {
  margin-top: 5px;
}
.spacerTopNone {
  margin-top: 0;
}
.spacerBottomXl {
  margin-bottom: 25px;
}
.spacerBottomL {
  margin-bottom: 20px;
}
.spacerBottomM {
  margin-bottom: 15px;
}
.spacerBottomS {
  margin-bottom: 10px;
}
.spacerBottomXs {
  margin-bottom: 5px;
}
.spacerBottomNone {
  margin-bottom: 0;
}
.dspInlineBlock {
  display: inline-block;
}
.dspFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dspFlexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dspFlexboxSpaceAround {
  display: flex ;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.kobo-badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 4px 4px;
  position: static;
  width: 100px;
  left: 0px;
  top: 0px;
  background: #FFF0F0;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 0px 8px 0px;
}
.kobo-icon {
  position: static;
  width: 14px;
  height: 14px;
  left: 4px;
  top: 4px;
  background: url("images/kobo/kobo-icon.svg") no-repeat;
  background-position: center;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 4px;
}
.rakuten-kobo-landscape {
  position: static;
  width: 73px;
  height: 14px;
  left: 22px;
  top: 4px;
  background: url("images/kobo/rakuten-kobo-landscape.svg");
  background-size: cover;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 4px;
}
.rounded-question-mark {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("images/kobo/rounded_question_mark.svg");
  background-size: cover;
}
/* overload value of pm_mob.css */
.ui-btn-text {
  font-weight: normal;
}
#CSpubInjection {
  padding-top: 4px;
  border-top: 0 solid #fff;
  text-align: center;
}
#CSpubInjection .labelPub {
  color: #ccc;
  text-transform: uppercase;
  font-size: 10px;
}
.ui-zoom-content #CSpubInjection {
  display: none;
}
.pickup_store_choice_page.contentOnly.bgCtner {
  background-color: white;
}
.pickup_store_choice_page.contentOnly.bgCtner .ui-content {
  padding-top: 0;
  background-color: white;
}
.pickup_store_choice_page.contentOnly.bgCtner .ui-content h1.title-pickup-store {
  background-color: #4a4a4a;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 15px;
  padding: 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.pickup_store_choice_page.contentOnly.bgCtner #geolocSuggestInput {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.pickup_store_choice_page header {
  background-color: #4A4A4A;
  min-height: auto;
}
.pickup_store_choice_page header .ui-btn-inner {
  padding: 0 0 0 25px;
}
.pickup_store_choice_page .zoomControl .ui-btn-text {
  color: inherit;
}
.zoomControl {
  padding: 16px;
  background-color: #F7F7F7;
}
.zoomControl .ui-btn {
  padding: 0;
  margin: 0;
  border: 0;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  background-color: transparent;
}
.zoomControl .ui-btn-text {
  color: #333;
  font-size: 14px;
}
.itemInfoZoom .zoomControl {
  padding-bottom: 0px;
}
.product_2019 .sizeSelectionZoom .sizeFilter .heading_2,
.product_2019 .colorSelectionZoom .sizeFilter .heading_2,
.product_2019 .sizeSelectionZoom .colorFilter_v2 .heading_2,
.product_2019 .colorSelectionZoom .colorFilter_v2 .heading_2 {
  background-color: #4A4A4A;
  padding: 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.zoom-content,
.jMpage .contentPreview {
  padding: 16px;
  padding-top: 0;
}
.zoom-content > h2,
.jMpage .contentPreview > h2 {
  background-color: #F7F7F7;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 15px;
  padding: 16px;
  color: #4D4D4D;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 20px;
}
.zoom-content .loader-content,
.jMpage .contentPreview .loader-content {
  position: relative;
  padding: 50px 0;
}
.zoom-content .loader-content .loader,
.jMpage .contentPreview .loader-content .loader {
  border: 4px solid rgba(191, 0, 0, 0.75);
  border-top: 4px solid #bf0000;
  top: 45%;
}
.contentOnly.localization_popup .subHeader,
.contentOnly.pickup_info_popup .subHeader,
.contentOnly.pickup_selected_popup .subHeader,
.contentOnly.shipping_modes_popup .subHeader {
  background-color: #F7F7F7;
  height: auto;
  padding: 16px;
  border-bottom: 0;
}
.contentOnly.localization_popup .subHeader .ui-btn,
.contentOnly.pickup_info_popup .subHeader .ui-btn,
.contentOnly.pickup_selected_popup .subHeader .ui-btn,
.contentOnly.shipping_modes_popup .subHeader .ui-btn {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  display: block;
  width: 100%;
  float: none;
  background: none;
  border: 0 solid #fff;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.contentOnly.localization_popup .subHeader span.heading_4,
.contentOnly.pickup_info_popup .subHeader span.heading_4,
.contentOnly.pickup_selected_popup .subHeader span.heading_4,
.contentOnly.shipping_modes_popup .subHeader span.heading_4 {
  display: block;
  float: none;
  text-align: left;
  color: #4D4D4D;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.contentOnly.localization_popup .ui-icon-arrow-l-white,
.contentOnly.pickup_info_popup .ui-icon-arrow-l-white,
.contentOnly.pickup_selected_popup .ui-icon-arrow-l-white,
.contentOnly.shipping_modes_popup .ui-icon-arrow-l-white {
  margin-top: -9px;
  background-image: url(images/rexicon-32-chevron-left-black.svg);
  background-size: 8px;
  width: 19px;
  height: 16px;
  background-position: bottom;
}
.contentOnly.localization_popup .ui-content .popupBadge,
.contentOnly.pickup_info_popup .ui-content .popupBadge,
.contentOnly.pickup_selected_popup .ui-content .popupBadge,
.contentOnly.shipping_modes_popup .ui-content .popupBadge {
  padding: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeef1;
}
.contentOnly.localization_popup .ui-content .popupBadge p,
.contentOnly.pickup_info_popup .ui-content .popupBadge p,
.contentOnly.pickup_selected_popup .ui-content .popupBadge p,
.contentOnly.shipping_modes_popup .ui-content .popupBadge p {
  margin: 0;
  color: #686868;
  font-size: 12px;
}
.contentOnly.localization_popup .ui-content .popupBadge .badgeShippingExpress,
.contentOnly.pickup_info_popup .ui-content .popupBadge .badgeShippingExpress,
.contentOnly.pickup_selected_popup .ui-content .popupBadge .badgeShippingExpress,
.contentOnly.shipping_modes_popup .ui-content .popupBadge .badgeShippingExpress {
  display: flex;
  border: 1px solid #ebebeb;
  background-color: white;
  max-width: 123px;
  border-radius: 4px;
  font-size: 10px;
  padding: 4px 4px 0px 8px;
  margin-bottom: 4px;
}
.contentOnly.localization_popup .ui-content .popupBadge .badgeShippingExpress .imgBadge,
.contentOnly.pickup_info_popup .ui-content .popupBadge .badgeShippingExpress .imgBadge,
.contentOnly.pickup_selected_popup .ui-content .popupBadge .badgeShippingExpress .imgBadge,
.contentOnly.shipping_modes_popup .ui-content .popupBadge .badgeShippingExpress .imgBadge {
  display: block;
  background-image: url(images/ic_fast_shipping.svg);
  background-size: 17px;
  width: 24px;
  background-repeat: no-repeat;
}
.contentOnly.localization_popup .ui-content .popupBadge .badgeShippingExpress .labelXpress,
.contentOnly.pickup_info_popup .ui-content .popupBadge .badgeShippingExpress .labelXpress,
.contentOnly.pickup_selected_popup .ui-content .popupBadge .badgeShippingExpress .labelXpress,
.contentOnly.shipping_modes_popup .ui-content .popupBadge .badgeShippingExpress .labelXpress {
  color: #ec0606;
}
.contentOnly.localization_popup .ui-content .popupBadge .badgeShippingExpress .rakutenDelivery,
.contentOnly.pickup_info_popup .ui-content .popupBadge .badgeShippingExpress .rakutenDelivery,
.contentOnly.pickup_selected_popup .ui-content .popupBadge .badgeShippingExpress .rakutenDelivery,
.contentOnly.shipping_modes_popup .ui-content .popupBadge .badgeShippingExpress .rakutenDelivery {
  background-size: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url(images/rakuten.svg);
}
.contentOnly.localization_popup .ui-content .slctItems .ui-radio,
.contentOnly.pickup_info_popup .ui-content .slctItems .ui-radio,
.contentOnly.pickup_selected_popup .ui-content .slctItems .ui-radio,
.contentOnly.shipping_modes_popup .ui-content .slctItems .ui-radio {
  padding: 16px;
}
.contentOnly.localization_popup .ui-content .slctItems .ui-radio .ui-btn-icon-right .ui-btn-inner,
.contentOnly.pickup_info_popup .ui-content .slctItems .ui-radio .ui-btn-icon-right .ui-btn-inner,
.contentOnly.pickup_selected_popup .ui-content .slctItems .ui-radio .ui-btn-icon-right .ui-btn-inner,
.contentOnly.shipping_modes_popup .ui-content .slctItems .ui-radio .ui-btn-icon-right .ui-btn-inner {
  padding-left: 45px;
  padding-right: 0;
}
.contentOnly.localization_popup .ui-content .slctItems .ui-radio .ui-btn-icon-right .ui-icon,
.contentOnly.pickup_info_popup .ui-content .slctItems .ui-radio .ui-btn-icon-right .ui-icon,
.contentOnly.pickup_selected_popup .ui-content .slctItems .ui-radio .ui-btn-icon-right .ui-icon,
.contentOnly.shipping_modes_popup .ui-content .slctItems .ui-radio .ui-btn-icon-right .ui-icon {
  left: 0;
}
.contentOnly.localization_popup .ui-btn-text div,
.contentOnly.pickup_info_popup .ui-btn-text div,
.contentOnly.pickup_selected_popup .ui-btn-text div,
.contentOnly.shipping_modes_popup .ui-btn-text div {
  font-size: 14px;
}
.itemInfoZoom .ui-icon-arrow-l-white,
.productInfoZoom .ui-icon-arrow-l-white,
.productReviewsZoom .ui-icon-arrow-l-white,
.sizeSelectionZoom .ui-icon-arrow-l-white,
.pickup_store_choice_page .ui-icon-arrow-l-white {
  margin-top: -9px;
  background-image: url(images/rexicon-32-chevron-left-black.svg);
  background-size: 8px;
  width: 19px;
  height: 16px;
  background-position: bottom;
}
.product_2019 .advertItem {
  border-top: 0 solid #fff;
  padding: 16px 16px;
}
.product_2019 .advertItem.detailedAdvert {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.product_2019 .advertItem .heading_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.product_2019 .popupPricing {
  padding: 16px 26px;
}
.product_2019 .popupPricing p {
  margin: 0;
}
.product_2019 .ui-icon.ui-icon-arrow-l {
  margin-top: -9px;
  background-image: url(images/rexicon-32-chevron-left.svg);
  background-size: 8px;
  width: 19px;
  height: 16px;
  background-position: bottom;
}
.product_2019 .ui-btn.btn-input-like.ui-focus,
.product_2019 .ui-btn.btn-input-like.ui-btn-active {
  background-color: inherit;
}
.product_2019 .ui-popup .ui-icon-delete {
  background-position: initial;
}
.product_2019 .photos_gallery .figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
.product_2019 .photos_gallery .dfpAds {
  display: flex;
  align-items: center;
}
.product_2019 .photos_gallery .slider {
  display: flex;
  align-items: center;
  margin: 0;
}
.product_2019 .photos_gallery .slider .current {
  color: #333333;
  height: inherit;
  line-height: inherit;
  margin: 0px 10px;
}
.product_2019 .photos_gallery .slider .next {
  display: flex;
  padding: 0px 8px 0px 10px;
}
.product_2019 .photos_gallery .slider .previous {
  display: flex;
  padding: 0px 8px 0px 10px;
}
.product_2019 .bottomSeparator {
  border-bottom: solid 1px;
  border-bottom-color: #ebebeb;
}
.product_2019 .backPreviousPage {
  margin: 16px 0 16px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}
.product_2019 .backPreviousPage .backPreviousPageText {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #9c9c9c;
  padding-left: 5px;
  margin: 0;
}
.product_2019 .backPreviousPage .leftArrow {
  border-left: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
.product_2019 .moreAnnouncementsBorderBottom {
  border-bottom: solid 1px;
  border-bottom-color: #ebebeb;
}
.product_2019 .moreAnnouncementsBorderBottom .moreAnnouncementsText1 {
  font-weight: 600;
  font-size: 18px;
  color: #4D4D4D;
  margin: 0px 0px 4px 0px;
}
.product_2019 .moreAnnouncementsBorderBottom .moreAnnouncementsText2 {
  font-weight: 400;
  font-size: 16px;
  color: #9C9C9C;
  margin: 0px;
}
.product_2019 .noProduct {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #4D4D4D;
  padding: 8px 0px 8px 0px;
}
.product_2019 .promoIndicator {
  vertical-align: middle;
  margin-left: 4px;
}
.product_2019 .noCrossed {
  display: inline-block;
  text-decoration: none;
}
.product_2019 .popupPromo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: #ffffff;
  border-radius: 4px;
}
.product_2019 .promoDetailsTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 0;
}
.product_2019 .promoDetailsContent {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
  margin: 0;
}
.product_2019 .promoDetailsLink {
  text-decoration: none;
  color: inherit;
  margin-top: 9px;
}
.product_2019 .promoDetailsLinkText {
  color: black;
}
.product_2019 .promoDetailsLinkArrow {
  vertical-align: middle;
  margin-left: 4px;
}
.product_container,
.product_2019 {
  /* margins */
  /* CHANGES */
}
.product_container .categories,
.product_2019 .categories {
  padding: 11px 16px 0 16px;
}
.product_container .categories ul li span,
.product_2019 .categories ul li span,
.product_container .categories a,
.product_2019 .categories a {
  color: #929292;
  font-size: 12px;
  line-height: 12px;
}
.product_container .meansOfPayment,
.product_2019 .meansOfPayment,
.product_container .monthlyPayment,
.product_2019 .monthlyPayment {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 5px;
  color: #4A4A4A;
}
.product_container .meansOfPayment span.arrow,
.product_2019 .meansOfPayment span.arrow,
.product_container .monthlyPayment span.arrow,
.product_2019 .monthlyPayment span.arrow {
  width: 6px;
  height: 6px;
  /* background-color: black; */
  display: inline-block;
  margin-left: 3px;
  margin-top: -3px;
  transform: rotate(45deg) translateY(-4px);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.product_container .meansOfPayment strong,
.product_2019 .meansOfPayment strong,
.product_container .monthlyPayment strong,
.product_2019 .monthlyPayment strong {
  color: #bf0000;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .product_container .meansOfPayment span.arrow,
  .product_2019 .meansOfPayment span.arrow,
  .product_container .monthlyPayment span.arrow,
  .product_2019 .monthlyPayment span.arrow {
    display: none;
  }
}
.product_container .popupMeansOfPayment,
.product_2019 .popupMeansOfPayment {
  padding: 48px 16px 24px;
}
.product_container .popupMeansOfPayment section:not(:last-of-type),
.product_2019 .popupMeansOfPayment section:not(:last-of-type) {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.product_container .popupMeansOfPayment section,
.product_2019 .popupMeansOfPayment section {
  color: #4D4D4D;
}
.product_container .popupMeansOfPayment section > p.payment-catchphrase,
.product_2019 .popupMeansOfPayment section > p.payment-catchphrase {
  font-weight: bold;
  margin: 16px 0 6px;
  font-size: 14px;
}
.product_container .popupMeansOfPayment section > p,
.product_2019 .popupMeansOfPayment section > p {
  margin: 0;
  font-size: 12px;
}
.product_container .popupMeansOfPayment section > a,
.product_2019 .popupMeansOfPayment section > a {
  display: inline-block;
  margin-top: 8px;
  color: black;
  text-decoration: underline;
}
.product_container .popupMeansOfPayment section .warningLegal,
.product_2019 .popupMeansOfPayment section .warningLegal {
  color: #9C9C9C;
}
.product_container .popupMeansOfPayment .x_fois,
.product_2019 .popupMeansOfPayment .x_fois {
  background-size: 100%;
  height: 100%;
}
.product_container .popupMeansOfPayment .ico-xCB,
.product_2019 .popupMeansOfPayment .ico-xCB {
  width: 76px;
  background-image: url(images/4xCBPicto.svg);
}
.product_container .popupMeansOfPayment .ico-oney4xCB,
.product_2019 .popupMeansOfPayment .ico-oney4xCB {
  width: 30px;
  height: 30px;
  background-image: url(images/oney4xCB.svg);
}
.product_container .popupMeansOfPayment .ico-xFois,
.product_2019 .popupMeansOfPayment .ico-xFois {
  width: 162px;
  background-image: url(images/MultipleChoices-Picto.svg);
}
.product_container .selectorBox,
.product_2019 .selectorBox {
  border: none;
  padding: 0 15px;
}
.product_container .selectorBox .selectorBoxPrice .selectorBoxPriceInfo .selectorBoxPriceInfoBox .advtype,
.product_2019 .selectorBox .selectorBoxPrice .selectorBoxPriceInfo .selectorBoxPriceInfoBox .advtype {
  display: flex;
  align-items: baseline;
}
.product_container .selectorBox .selectorTypeGamme,
.product_2019 .selectorBox .selectorTypeGamme {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.product_container .selectorBox .specificationProduct,
.product_2019 .selectorBox .specificationProduct {
  padding-right: 10px;
}
.product_container .no_picture,
.product_2019 .no_picture {
  background-image: url(images/ic_nophoto.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.product_container .declinationBlk,
.product_2019 .declinationBlk {
  border: none;
}
.product_container .slideBtn,
.product_2019 .slideBtn,
.product_container .simple_content_v2,
.product_2019 .simple_content_v2 {
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #ebebeb;
}
.product_container .btn-color-4.ui-btn,
.product_2019 .btn-color-4.ui-btn,
.product_container .btn-color-4 .ui-btn,
.product_2019 .btn-color-4 .ui-btn,
.product_container .ui-btn.btn-btn.btn-color-4,
.product_2019 .ui-btn.btn-btn.btn-color-4 {
  border: 2px solid #bf0000;
  color: #bf0000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
}
.product_container .ui-icon.ui-icon-arrow-d.ui-icon-shadow,
.product_2019 .ui-icon.ui-icon-arrow-d.ui-icon-shadow {
  background-image: url(images/arrowRight.svg);
  -webkit-background-size: 8px;
  background-size: 8px;
  background-position: center;
}
.product_container .product-selectors .selectorChoice .ui-btn-icon-right.ui-show .ui-icon-arrow-d,
.product_2019 .product-selectors .selectorChoice .ui-btn-icon-right.ui-show .ui-icon-arrow-d,
.product_container .product-selectors-aspect .selectorChoice .ui-btn-icon-right.ui-show .ui-icon-arrow-d,
.product_2019 .product-selectors-aspect .selectorChoice .ui-btn-icon-right.ui-show .ui-icon-arrow-d {
  margin-top: -13px;
}
.product_container section.product_infos .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 section.product_infos .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_container section.product_reviews .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 section.product_reviews .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_container .selectorBox .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 .selectorBox .ui-icon.ui-icon-arrow-r.ui-icon-shadow {
  background-image: url("https://fr.shopping.rakuten.com/design/ic_chevron_right.svg");
}
.product_container section.product_infos .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 section.product_infos .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_container section.product_reviews .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 section.product_reviews .ui-icon.ui-icon-arrow-r.ui-icon-shadow {
  -webkit-background-size: 14px;
  background-size: 14px;
  width: 24px;
  height: 24px;
  background-position: bottom;
}
.product_container section.product_infos .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 section.product_infos .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_container section.product_questions .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 section.product_questions .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_container .selectorBox .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 .selectorBox .ui-icon.ui-icon-arrow-r.ui-icon-shadow {
  background-image: url("https://fr.shopping.rakuten.com/design/ic_chevron_right.svg");
}
.product_container section.product_infos .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 section.product_infos .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_container section.product_questions .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 section.product_questions .ui-icon.ui-icon-arrow-r.ui-icon-shadow {
  -webkit-background-size: 14px;
  background-size: 14px;
  width: 24px;
  height: 24px;
  background-position: bottom;
}
.product_container .selectorBox .ui-icon.ui-icon-arrow-r.ui-icon-shadow,
.product_2019 .selectorBox .ui-icon.ui-icon-arrow-r.ui-icon-shadow {
  background-size: 8px;
  width: 19px;
  height: 16px;
  background-position: bottom;
}
.product_container #product-informations,
.product_2019 #product-informations {
  margin-bottom: 19px;
  position: relative;
  padding: 0px 16px 0px 16px;
}
.product_container #product-informations .no_picture,
.product_2019 #product-informations .no_picture {
  width: 204px;
  height: 204px;
  margin-bottom: 25px;
  margin-top: 17px;
}
.product_container #product-informations .add-to-fav,
.product_2019 #product-informations .add-to-fav {
  height: 27px;
  float: right;
  position: relative;
  z-index: 1;
  opacity: 1;
  display: inline-block;
}
.product_container #product-informations .add-to-fav #removeMemo .memoOn,
.product_2019 #product-informations .add-to-fav #removeMemo .memoOn {
  border: none;
  padding: 0;
  background-color: transparent;
}
.product_container #product-informations .add-to-fav #removeMemo .memoOn:before,
.product_2019 #product-informations .add-to-fav #removeMemo .memoOn:before {
  width: 39px;
  height: 39px;
  background-size: 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-position: center;
  background-color: white;
  opacity: 0.85;
  background-image: url("https://fr.shopping.rakuten.com/design/ic_favorites_ok.svg");
}
.product_container #product-informations .add-to-fav #addMemo .memo,
.product_2019 #product-informations .add-to-fav #addMemo .memo {
  border: none;
  padding: 0;
  right: 0;
  background-color: transparent;
}
.product_container #product-informations .add-to-fav #addMemo .memo:before,
.product_2019 #product-informations .add-to-fav #addMemo .memo:before {
  width: 39px;
  height: 39px;
  background-size: 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-position: center;
  background-color: white;
  opacity: 0.85;
  background-image: url(https://fr.shopping.rakuten.com/design/ic_favorites.svg);
}
.product_container #product-informations .item-name,
.product_2019 #product-informations .item-name {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.17px;
  line-height: 27px;
}
.product_container #product-informations .item-name blockquote,
.product_2019 #product-informations .item-name blockquote {
  margin: 0;
}
.product_container #product-informations .product_reviews,
.product_2019 #product-informations .product_reviews {
  padding: 8px 0 0 0;
  display: inline-block;
  width: 85%;
}
.product_container #product-informations .product_reviews .advice-number,
.product_2019 #product-informations .product_reviews .advice-number {
  color: #929292;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  vertical-align: text-top;
  text-decoration: none;
  margin-left: 8px;
}
.product_container #product-informations .product_questions,
.product_2019 #product-informations .product_questions {
  padding: 8px 0 0 0;
  display: inline-block;
  width: 85%;
}
.product_container #product-informations .product_questions .advice-number,
.product_2019 #product-informations .product_questions .advice-number {
  color: #929292;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  vertical-align: text-top;
  text-decoration: none;
  margin-left: 8px;
}
.product_container #product-informations .contributor,
.product_2019 #product-informations .contributor {
  color: #929292;
  font-size: 16px;
  font-weight: 600;
}
.product_container #product-informations .preOrderText,
.product_2019 #product-informations .preOrderText,
.product_container #product-informations .disclaimer,
.product_2019 #product-informations .disclaimer {
  color: #929292;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  margin: 0;
}
.product_container #product-informations .preOrderText a,
.product_2019 #product-informations .preOrderText a,
.product_container #product-informations .disclaimer a,
.product_2019 #product-informations .disclaimer a {
  color: #000;
  text-decoration: underline;
}
.product_container .sizeAndColor,
.product_2019 .sizeAndColor {
  padding: 0;
}
.product_container .sizeAndColor a.slideSlctBtn,
.product_2019 .sizeAndColor a.slideSlctBtn {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 8px;
  margin-top: 0;
}
.product_container .sizeAndColor a.slideSlctBtn .span-label,
.product_2019 .sizeAndColor a.slideSlctBtn .span-label {
  color: #929292;
  font-size: 10px;
  line-height: 14px;
}
.product_container .sizeAndColor a.slideSlctBtn .btnOverview,
.product_2019 .sizeAndColor a.slideSlctBtn .btnOverview {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 19px;
  display: table;
  float: inherit;
}
.product_container .product-selectors-aspect,
.product_2019 .product-selectors-aspect {
  display: none;
}
.product_container .product-selectors-aspect.visible,
.product_2019 .product-selectors-aspect.visible {
  display: block;
}
.product_container .product-selectors,
.product_2019 .product-selectors,
.product_container .product-selectors-aspect,
.product_2019 .product-selectors-aspect {
  width: 100%;
}
.product_container .product-selectors .fieldSetClass,
.product_2019 .product-selectors .fieldSetClass,
.product_container .product-selectors-aspect .fieldSetClass,
.product_2019 .product-selectors-aspect .fieldSetClass {
  display: flex;
  flex-direction: row;
  min-width: 0;
  width: 100%;
}
.product_container .product-selectors .fieldSetClass .selectorChoice,
.product_2019 .product-selectors .fieldSetClass .selectorChoice,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  min-width: 0;
  flex: 1 1 0;
}
.product_container .product-selectors .fieldSetClass .selectorChoice #selector2,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector2,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector2,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 {
  border-left: 1px solid #ebebeb;
  padding: 12px 16px;
}
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 {
  padding: 23px 16px;
}
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3.withValue,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3.withValue,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3.withValue,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3.withValue {
  padding: 12px 16px;
}
.product_container .product-selectors .fieldSetClass .selectorChoice #selector1,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector1,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector1,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 {
  border-left: none;
  padding: 12px 16px;
}
.product_container .product-selectors .fieldSetClass .selectorChoice #selector1,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector1,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector1,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector1,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector2,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector2,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector2,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector2,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-width: 0;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  border-right: none;
  border-radius: 0;
  margin: 0;
}
.product_container .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 0;
}
.product_container .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer #selector1Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer #selector1Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer #selector1Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer #selector1Label,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer #selector1Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer #selector1Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer #selector1Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer #selector1Label,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer #selector1Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer #selector1Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer #selector1Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer #selector1Label,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer #selector2Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer #selector2Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer #selector2Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer #selector2Label,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer #selector2Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer #selector2Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer #selector2Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer #selector2Label,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer #selector2Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer #selector2Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer #selector2Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer #selector2Label,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer #selector3Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer #selector3Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer #selector3Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer #selector3Label,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer #selector3Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer #selector3Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer #selector3Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer #selector3Label,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer #selector3Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer #selector3Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer #selector3Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer #selector3Label,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer .refurbishedProductAspect,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer .refurbishedProductAspect,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer .refurbishedProductAspect,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer .refurbishedProductAspect,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer .refurbishedProductAspect,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer .refurbishedProductAspect,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer .refurbishedProductAspect,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer .refurbishedProductAspect,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer .refurbishedProductAspect,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer .refurbishedProductAspect,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer .refurbishedProductAspect,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer .refurbishedProductAspect {
  color: #9C9C9C;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product_container .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer .specificationProduct,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer .specificationProduct,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer .specificationProduct,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer .specificationProduct,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer .specificationProduct,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer .specificationProduct,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer .specificationProduct,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer .specificationProduct,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer .specificationProduct,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer .specificationProduct,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer .specificationProduct,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer .specificationProduct,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer .specificationAspect,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector1 .labelContainer .specificationAspect,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer .specificationAspect,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector1 .labelContainer .specificationAspect,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer .specificationAspect,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector2 .labelContainer .specificationAspect,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer .specificationAspect,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector2 .labelContainer .specificationAspect,
.product_container .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer .specificationAspect,
.product_2019 .product-selectors .fieldSetClass .selectorChoice #selector3 .labelContainer .specificationAspect,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer .specificationAspect,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice #selector3 .labelContainer .specificationAspect {
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product_container .product-selectors .fieldSetClass .selectorChoice .selectorType #selector1Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice .selectorType #selector1Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice .selectorType #selector1Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice .selectorType #selector1Label {
  color: #9C9C9C;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
}
.product_container .product-selectors .fieldSetClass .selectorChoice .selectorType #selector2Label,
.product_2019 .product-selectors .fieldSetClass .selectorChoice .selectorType #selector2Label,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice .selectorType #selector2Label,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice .selectorType #selector2Label {
  color: #9C9C9C;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
}
.product_container .product-selectors .fieldSetClass .selectorChoice .selectorType .specificationProduct,
.product_2019 .product-selectors .fieldSetClass .selectorChoice .selectorType .specificationProduct,
.product_container .product-selectors-aspect .fieldSetClass .selectorChoice .selectorType .specificationProduct,
.product_2019 .product-selectors-aspect .fieldSetClass .selectorChoice .selectorType .specificationProduct {
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
}
.product_container .collapsible_section .noStock .title,
.product_2019 .collapsible_section .noStock .title {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.product_container .deliveryOptions .badgeShipping,
.product_2019 .deliveryOptions .badgeShipping {
  display: flex;
  max-width: 123px;
  border-radius: 4px;
  font-size: 10px;
  padding: 0px 4px 0px 8px;
  margin-bottom: 4px;
  margin-top: 16px;
  line-height: 20px;
  height: 22px;
  align-items: center;
}
.product_container .deliveryOptions .badgeShipping.badgeShippingExpress,
.product_2019 .deliveryOptions .badgeShipping.badgeShippingExpress {
  background-color: white;
  border: 1px solid #ebebeb;
}
.product_container .deliveryOptions .badgeShipping.badgeShippingEvent,
.product_2019 .deliveryOptions .badgeShipping.badgeShippingEvent {
  background-color: #ffd3d3;
}
.product_container .deliveryOptions .badgeShipping .imgBadge,
.product_2019 .deliveryOptions .badgeShipping .imgBadge {
  display: block;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.product_container .deliveryOptions .badgeShipping .xpress,
.product_2019 .deliveryOptions .badgeShipping .xpress {
  background-size: 17px;
  width: 19px;
  background-image: url(images/ic_fast_shipping.svg);
  height: 17px;
}
.product_container .deliveryOptions .badgeShipping .event,
.product_2019 .deliveryOptions .badgeShipping .event {
  background-size: 14px;
  width: 19px;
  background-image: url(images/ic_gift.svg);
  height: 14px;
}
.product_container .deliveryOptions .badgeShipping span.labelXpress,
.product_2019 .deliveryOptions .badgeShipping span.labelXpress,
.product_container .deliveryOptions .badgeShipping span.labelEventXpress,
.product_2019 .deliveryOptions .badgeShipping span.labelEventXpress {
  font-size: 10px;
  color: #ec0606;
}
.product_container .deliveryOptions .deliveryOption .badgeShipping,
.product_2019 .deliveryOptions .deliveryOption .badgeShipping {
  display: flex;
  max-width: 123px;
  border-radius: 4px;
  font-size: 10px;
  padding: 4px 4px 0px 8px;
  margin-bottom: 4px;
  margin-top: 16px;
  line-height: 20px;
}
.product_container .deliveryOptions .deliveryOption .badgeShipping.badgeShippingExpress,
.product_2019 .deliveryOptions .deliveryOption .badgeShipping.badgeShippingExpress {
  background-color: white;
  border: 1px solid #ebebeb;
}
.product_container .deliveryOptions .deliveryOption .badgeShipping.badgeShippingEvent,
.product_2019 .deliveryOptions .deliveryOption .badgeShipping.badgeShippingEvent {
  background-color: #ffd3d3;
}
.product_container .deliveryOptions .deliveryOption .badgeShipping .imgBadge,
.product_2019 .deliveryOptions .deliveryOption .badgeShipping .imgBadge {
  display: block;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.product_container .deliveryOptions .deliveryOption .badgeShipping .xpress,
.product_2019 .deliveryOptions .deliveryOption .badgeShipping .xpress {
  background-size: 17px;
  width: 19px;
  background-image: url(images/ic_fast_shipping.svg);
}
.product_container .deliveryOptions .deliveryOption .badgeShipping .event,
.product_2019 .deliveryOptions .deliveryOption .badgeShipping .event {
  background-size: 14px;
  width: 19px;
  background-image: url(images/ic_gift.svg);
}
.product_container .deliveryOptions .deliveryOption .badgeShipping span.labelXpress,
.product_2019 .deliveryOptions .deliveryOption .badgeShipping span.labelXpress,
.product_container .deliveryOptions .deliveryOption .badgeShipping span.labelEventXpress,
.product_2019 .deliveryOptions .deliveryOption .badgeShipping span.labelEventXpress {
  font-size: 10px;
  color: #ec0606;
}
.product_container .deliveryOptions .badgeRakutenShipping,
.product_2019 .deliveryOptions .badgeRakutenShipping {
  display: inline-flex;
  max-width: 115px;
  border-radius: 4px;
  align-content: center;
  font-size: 10px;
  padding: 0px 8px 0px 8px;
  margin-bottom: 6px;
  background-color: white;
  border: 1px solid #ebebeb;
}
.product_container .deliveryOptions .badgeRakutenShipping .imgRakutenDelivery,
.product_2019 .deliveryOptions .badgeRakutenShipping .imgRakutenDelivery {
  background-size: 38px;
  width: 38px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 6px;
  background-repeat: no-repeat;
  background-image: url(images/rakuten_logo.svg);
}
.product_container .deliveryOptions .badgeRakutenShipping .labelRakutenShipping,
.product_2019 .deliveryOptions .badgeRakutenShipping .labelRakutenShipping {
  font-size: 10px;
  color: #ec0606;
}
.product_container .topSearch,
.product_2019 .topSearch {
  padding: 15px 0;
  border-top: none;
}
.product_container .reco_offer,
.product_2019 .reco_offer {
  border-bottom: 1px solid #eeeeee;
}
.product_container .reco_offer .product-price .deliveryOptions,
.product_2019 .reco_offer .product-price .deliveryOptions,
.product_container .detailedAdvert .product-price .deliveryOptions,
.product_2019 .detailedAdvert .product-price .deliveryOptions {
  margin: 8px 0px 16px 0px;
}
.product_container .overlay-content .detailedAdvert,
.product_2019 .overlay-content .detailedAdvert {
  border-top: none !important;
}
.product_container .reco_offer,
.product_2019 .reco_offer {
  border-top: none !important;
}
.product_container .reco_offer,
.product_2019 .reco_offer,
.product_container .adv_list,
.product_2019 .adv_list,
.product_container .detailedAdvert,
.product_2019 .detailedAdvert {
  border-top: 8px solid #e5e5e5;
}
.product_container .reco_offer .buybox,
.product_2019 .reco_offer .buybox,
.product_container .adv_list .buybox,
.product_2019 .adv_list .buybox,
.product_container .detailedAdvert .buybox,
.product_2019 .detailedAdvert .buybox {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: 8px solid #e5e5e5;
}
.product_container .reco_offer .header,
.product_2019 .reco_offer .header,
.product_container .adv_list .header,
.product_2019 .adv_list .header,
.product_container .detailedAdvert .header,
.product_2019 .detailedAdvert .header {
  border: 1px solid #eeeeee;
  border-radius: 4px 4px 0 0;
  background-color: rgba(238, 238, 238, 0.3);
  padding: 16px;
  color: #4A4A4A;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
}
.product_container .reco_offer .product-price,
.product_2019 .reco_offer .product-price,
.product_container .adv_list .product-price,
.product_2019 .adv_list .product-price,
.product_container .detailedAdvert .product-price,
.product_2019 .detailedAdvert .product-price {
  width: 50%;
  margin-top: 0;
}
.product_container .reco_offer .product-price.advert-list,
.product_2019 .reco_offer .product-price.advert-list,
.product_container .adv_list .product-price.advert-list,
.product_2019 .adv_list .product-price.advert-list,
.product_container .detailedAdvert .product-price.advert-list,
.product_2019 .detailedAdvert .product-price.advert-list {
  width: 100%;
}
.product_container .reco_offer .product-price.advert-list .refurbish-badge-container,
.product_2019 .reco_offer .product-price.advert-list .refurbish-badge-container,
.product_container .adv_list .product-price.advert-list .refurbish-badge-container,
.product_2019 .adv_list .product-price.advert-list .refurbish-badge-container,
.product_container .detailedAdvert .product-price.advert-list .refurbish-badge-container,
.product_2019 .detailedAdvert .product-price.advert-list .refurbish-badge-container {
  display: inline-flex;
  align-items: center;
  background: #ebf7ec;
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 8px;
}
.product_container .reco_offer .product-price.advert-list .refurbish-badge-container .refurbish-badge-label p,
.product_2019 .reco_offer .product-price.advert-list .refurbish-badge-container .refurbish-badge-label p,
.product_container .adv_list .product-price.advert-list .refurbish-badge-container .refurbish-badge-label p,
.product_2019 .adv_list .product-price.advert-list .refurbish-badge-container .refurbish-badge-label p,
.product_container .detailedAdvert .product-price.advert-list .refurbish-badge-container .refurbish-badge-label p,
.product_2019 .detailedAdvert .product-price.advert-list .refurbish-badge-container .refurbish-badge-label p {
  margin: 0 0 0 4px;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
}
.product_container .reco_offer .product-price.advert-list .warranty-badge-container,
.product_2019 .reco_offer .product-price.advert-list .warranty-badge-container,
.product_container .adv_list .product-price.advert-list .warranty-badge-container,
.product_2019 .adv_list .product-price.advert-list .warranty-badge-container,
.product_container .detailedAdvert .product-price.advert-list .warranty-badge-container,
.product_2019 .detailedAdvert .product-price.advert-list .warranty-badge-container {
  display: inline-flex;
  align-items: center;
  background: #ebf7ec;
  border-radius: 4px;
  padding: 4px 6px;
  margin-bottom: 8px;
}
.product_container .reco_offer .product-price.advert-list .warranty-badge-container .warranty-badge-label,
.product_2019 .reco_offer .product-price.advert-list .warranty-badge-container .warranty-badge-label,
.product_container .adv_list .product-price.advert-list .warranty-badge-container .warranty-badge-label,
.product_2019 .adv_list .product-price.advert-list .warranty-badge-container .warranty-badge-label,
.product_container .detailedAdvert .product-price.advert-list .warranty-badge-container .warranty-badge-label,
.product_2019 .detailedAdvert .product-price.advert-list .warranty-badge-container .warranty-badge-label {
  margin: 0 0 0 4px;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  color: #00b900;
}
.product_container .reco_offer .product-price.advert-list .shipping-container-marketplace,
.product_2019 .reco_offer .product-price.advert-list .shipping-container-marketplace,
.product_container .adv_list .product-price.advert-list .shipping-container-marketplace,
.product_2019 .adv_list .product-price.advert-list .shipping-container-marketplace,
.product_container .detailedAdvert .product-price.advert-list .shipping-container-marketplace,
.product_2019 .detailedAdvert .product-price.advert-list .shipping-container-marketplace {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}
.product_container .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption,
.product_2019 .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption,
.product_container .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption,
.product_2019 .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption,
.product_container .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption,
.product_2019 .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #4d4d4d;
}
.product_container .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount,
.product_2019 .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount,
.product_container .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount,
.product_2019 .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount,
.product_container .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount,
.product_2019 .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount {
  color: #4d4d4d;
  display: inline;
}
.product_container .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount .deliveryDelay,
.product_2019 .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount .deliveryDelay,
.product_container .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount .deliveryDelay,
.product_2019 .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount .deliveryDelay,
.product_container .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount .deliveryDelay,
.product_2019 .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption .shipping_amount .deliveryDelay {
  color: #9c9c9c;
}
.product_container .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption .express,
.product_2019 .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption .express,
.product_container .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption .express,
.product_2019 .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption .express,
.product_container .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption .express,
.product_2019 .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption .express {
  color: #4d4d4d;
  display: inline;
}
.product_container .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption .deliveryInfo.expressDelivery,
.product_2019 .reco_offer .product-price.advert-list .shipping-container-marketplace .deliveryOption .deliveryInfo.expressDelivery,
.product_container .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption .deliveryInfo.expressDelivery,
.product_2019 .adv_list .product-price.advert-list .shipping-container-marketplace .deliveryOption .deliveryInfo.expressDelivery,
.product_container .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption .deliveryInfo.expressDelivery,
.product_2019 .detailedAdvert .product-price.advert-list .shipping-container-marketplace .deliveryOption .deliveryInfo.expressDelivery {
  color: #9c9c9c;
  display: inline;
}
.product_container .reco_offer .product-price.advert-list .shipping-container-marketplace .collect-choice #retrait-click-collect-message,
.product_2019 .reco_offer .product-price.advert-list .shipping-container-marketplace .collect-choice #retrait-click-collect-message,
.product_container .adv_list .product-price.advert-list .shipping-container-marketplace .collect-choice #retrait-click-collect-message,
.product_2019 .adv_list .product-price.advert-list .shipping-container-marketplace .collect-choice #retrait-click-collect-message,
.product_container .detailedAdvert .product-price.advert-list .shipping-container-marketplace .collect-choice #retrait-click-collect-message,
.product_2019 .detailedAdvert .product-price.advert-list .shipping-container-marketplace .collect-choice #retrait-click-collect-message {
  display: flex;
  flex-direction: row;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #4d4d4d;
}
.product_container .reco_offer .product-price.buy-box,
.product_2019 .reco_offer .product-price.buy-box,
.product_container .adv_list .product-price.buy-box,
.product_2019 .adv_list .product-price.buy-box,
.product_container .detailedAdvert .product-price.buy-box,
.product_2019 .detailedAdvert .product-price.buy-box,
.product_container .reco_offer .product-price.advert-desc,
.product_2019 .reco_offer .product-price.advert-desc,
.product_container .adv_list .product-price.advert-desc,
.product_2019 .adv_list .product-price.advert-desc,
.product_container .detailedAdvert .product-price.advert-desc,
.product_2019 .detailedAdvert .product-price.advert-desc {
  width: 100%;
}
.product_container .reco_offer .product-price.buy-box .warranty-container,
.product_2019 .reco_offer .product-price.buy-box .warranty-container,
.product_container .adv_list .product-price.buy-box .warranty-container,
.product_2019 .adv_list .product-price.buy-box .warranty-container,
.product_container .detailedAdvert .product-price.buy-box .warranty-container,
.product_2019 .detailedAdvert .product-price.buy-box .warranty-container,
.product_container .reco_offer .product-price.advert-desc .warranty-container,
.product_2019 .reco_offer .product-price.advert-desc .warranty-container,
.product_container .adv_list .product-price.advert-desc .warranty-container,
.product_2019 .adv_list .product-price.advert-desc .warranty-container,
.product_container .detailedAdvert .product-price.advert-desc .warranty-container,
.product_2019 .detailedAdvert .product-price.advert-desc .warranty-container {
  margin-top: 14px;
}
.product_container .reco_offer .product-price.buy-box .delivery-container,
.product_2019 .reco_offer .product-price.buy-box .delivery-container,
.product_container .adv_list .product-price.buy-box .delivery-container,
.product_2019 .adv_list .product-price.buy-box .delivery-container,
.product_container .detailedAdvert .product-price.buy-box .delivery-container,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container,
.product_container .reco_offer .product-price.advert-desc .delivery-container,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container,
.product_container .adv_list .product-price.advert-desc .delivery-container,
.product_2019 .adv_list .product-price.advert-desc .delivery-container,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .icon-container,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .icon-container,
.product_container .adv_list .product-price.buy-box .delivery-container .icon-container,
.product_2019 .adv_list .product-price.buy-box .delivery-container .icon-container,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .icon-container,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .icon-container,
.product_container .reco_offer .product-price.advert-desc .delivery-container .icon-container,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .icon-container,
.product_container .adv_list .product-price.advert-desc .delivery-container .icon-container,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .icon-container,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .icon-container,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .icon-container {
  margin-bottom: auto;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .chevron-icon,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .chevron-icon,
.product_container .adv_list .product-price.buy-box .delivery-container .chevron-icon,
.product_2019 .adv_list .product-price.buy-box .delivery-container .chevron-icon,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .chevron-icon,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .chevron-icon,
.product_container .reco_offer .product-price.advert-desc .delivery-container .chevron-icon,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .chevron-icon,
.product_container .adv_list .product-price.advert-desc .delivery-container .chevron-icon,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .chevron-icon,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .chevron-icon,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .chevron-icon {
  margin-left: auto;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option {
  flex-direction: column;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup {
  flex-direction: row;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup {
  display: flex;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .main-label,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .main-label,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .main-label,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .main-label,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .main-label,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .main-label,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .main-label,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .main-label,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .main-label,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .main-label,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .main-label,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .main-label,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .main-label,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .main-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4D4D4D;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .delay-label,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .delay-label,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .delay-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #9C9C9C;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .pickup-place,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .pickup-place {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-decoration: underline;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option #retrait-click-collect-message,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup #retrait-click-collect-message {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4D4D4D;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .stores #retrait-click-collect-link,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .stores #retrait-click-collect-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-decoration: underline;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container {
  display: flex;
  flex-direction: column;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .express,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .express {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4D4D4D;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .express-delivery,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .express-delivery {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #9C9C9C;
}
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .reco_offer .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .adv_list .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .detailedAdvert .product-price.buy-box .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .reco_offer .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .adv_list .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_container .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon,
.product_2019 .detailedAdvert .product-price.advert-desc .delivery-container .delivery-option-container .delivery-option-pickup .express-delivery-container .delay-icon-container .interrogation-icon {
  margin-top: auto;
  margin-left: 4px;
}
.product_container .reco_offer .product-price .refurbished-program,
.product_2019 .reco_offer .product-price .refurbished-program,
.product_container .adv_list .product-price .refurbished-program,
.product_2019 .adv_list .product-price .refurbished-program,
.product_container .detailedAdvert .product-price .refurbished-program,
.product_2019 .detailedAdvert .product-price .refurbished-program {
  display: none;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin: 16px 0px;
}
.product_container .reco_offer .product-price .refurbished-program .title-container,
.product_2019 .reco_offer .product-price .refurbished-program .title-container,
.product_container .adv_list .product-price .refurbished-program .title-container,
.product_2019 .adv_list .product-price .refurbished-program .title-container,
.product_container .detailedAdvert .product-price .refurbished-program .title-container,
.product_2019 .detailedAdvert .product-price .refurbished-program .title-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  padding: 12px 12px 0px 12px;
}
.product_container .reco_offer .product-price .refurbished-program .title-container .label-container,
.product_2019 .reco_offer .product-price .refurbished-program .title-container .label-container,
.product_container .adv_list .product-price .refurbished-program .title-container .label-container,
.product_2019 .adv_list .product-price .refurbished-program .title-container .label-container,
.product_container .detailedAdvert .product-price .refurbished-program .title-container .label-container,
.product_2019 .detailedAdvert .product-price .refurbished-program .title-container .label-container {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.product_container .reco_offer .product-price .refurbished-program .title-container .label-container .title,
.product_2019 .reco_offer .product-price .refurbished-program .title-container .label-container .title,
.product_container .adv_list .product-price .refurbished-program .title-container .label-container .title,
.product_2019 .adv_list .product-price .refurbished-program .title-container .label-container .title,
.product_container .detailedAdvert .product-price .refurbished-program .title-container .label-container .title,
.product_2019 .detailedAdvert .product-price .refurbished-program .title-container .label-container .title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.product_container .reco_offer .product-price .refurbished-program .title-container .label-container .catch-phrase,
.product_2019 .reco_offer .product-price .refurbished-program .title-container .label-container .catch-phrase,
.product_container .adv_list .product-price .refurbished-program .title-container .label-container .catch-phrase,
.product_2019 .adv_list .product-price .refurbished-program .title-container .label-container .catch-phrase,
.product_container .detailedAdvert .product-price .refurbished-program .title-container .label-container .catch-phrase,
.product_2019 .detailedAdvert .product-price .refurbished-program .title-container .label-container .catch-phrase {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}
.product_container .reco_offer .product-price .refurbished-program .advantages-container,
.product_2019 .reco_offer .product-price .refurbished-program .advantages-container,
.product_container .adv_list .product-price .refurbished-program .advantages-container,
.product_2019 .adv_list .product-price .refurbished-program .advantages-container,
.product_container .detailedAdvert .product-price .refurbished-program .advantages-container,
.product_2019 .detailedAdvert .product-price .refurbished-program .advantages-container {
  padding: 0px 12px;
  margin-bottom: 8px;
}
.product_container .reco_offer .product-price .refurbished-program .advantages-container .advantage-container,
.product_2019 .reco_offer .product-price .refurbished-program .advantages-container .advantage-container,
.product_container .adv_list .product-price .refurbished-program .advantages-container .advantage-container,
.product_2019 .adv_list .product-price .refurbished-program .advantages-container .advantage-container,
.product_container .detailedAdvert .product-price .refurbished-program .advantages-container .advantage-container,
.product_2019 .detailedAdvert .product-price .refurbished-program .advantages-container .advantage-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}
.product_container .reco_offer .product-price .refurbished-program .advantages-container .advantage-container .label,
.product_2019 .reco_offer .product-price .refurbished-program .advantages-container .advantage-container .label,
.product_container .adv_list .product-price .refurbished-program .advantages-container .advantage-container .label,
.product_2019 .adv_list .product-price .refurbished-program .advantages-container .advantage-container .label,
.product_container .detailedAdvert .product-price .refurbished-program .advantages-container .advantage-container .label,
.product_2019 .detailedAdvert .product-price .refurbished-program .advantages-container .advantage-container .label {
  margin-left: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.product_container .reco_offer .product-price .refurbished-program .program-open-modal-container,
.product_2019 .reco_offer .product-price .refurbished-program .program-open-modal-container,
.product_container .adv_list .product-price .refurbished-program .program-open-modal-container,
.product_2019 .adv_list .product-price .refurbished-program .program-open-modal-container,
.product_container .detailedAdvert .product-price .refurbished-program .program-open-modal-container,
.product_2019 .detailedAdvert .product-price .refurbished-program .program-open-modal-container {
  box-shadow: inset 0px 1px 0px #ebebeb;
  border-radius: 0px 0px 4px 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
}
.product_container .reco_offer .product-price .refurbished-program .program-open-modal-container .label,
.product_2019 .reco_offer .product-price .refurbished-program .program-open-modal-container .label,
.product_container .adv_list .product-price .refurbished-program .program-open-modal-container .label,
.product_2019 .adv_list .product-price .refurbished-program .program-open-modal-container .label,
.product_container .detailedAdvert .product-price .refurbished-program .program-open-modal-container .label,
.product_2019 .detailedAdvert .product-price .refurbished-program .program-open-modal-container .label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}
.product_container .reco_offer .product-price .refurbished-program .program-open-modal-container .icon-container,
.product_2019 .reco_offer .product-price .refurbished-program .program-open-modal-container .icon-container,
.product_container .adv_list .product-price .refurbished-program .program-open-modal-container .icon-container,
.product_2019 .adv_list .product-price .refurbished-program .program-open-modal-container .icon-container,
.product_container .detailedAdvert .product-price .refurbished-program .program-open-modal-container .icon-container,
.product_2019 .detailedAdvert .product-price .refurbished-program .program-open-modal-container .icon-container {
  margin-left: 6px;
}
.product_container .reco_offer .product-price .box-money-and-club,
.product_2019 .reco_offer .product-price .box-money-and-club,
.product_container .adv_list .product-price .box-money-and-club,
.product_2019 .adv_list .product-price .box-money-and-club,
.product_container .detailedAdvert .product-price .box-money-and-club,
.product_2019 .detailedAdvert .product-price .box-money-and-club {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-money,
.product_2019 .reco_offer .product-price .box-money-and-club .box-money,
.product_container .adv_list .product-price .box-money-and-club .box-money,
.product_2019 .adv_list .product-price .box-money-and-club .box-money,
.product_container .detailedAdvert .product-price .box-money-and-club .box-money,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-money {
  width: auto;
}
.product_container .reco_offer .product-price .box-money-and-club .box-money .product-value,
.product_2019 .reco_offer .product-price .box-money-and-club .box-money .product-value,
.product_container .adv_list .product-price .box-money-and-club .box-money .product-value,
.product_2019 .adv_list .product-price .box-money-and-club .box-money .product-value,
.product_container .detailedAdvert .product-price .box-money-and-club .box-money .product-value,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-money .product-value {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.product_container .reco_offer .product-price .box-money-and-club .box-money .product-value .value.price-fix,
.product_2019 .reco_offer .product-price .box-money-and-club .box-money .product-value .value.price-fix,
.product_container .adv_list .product-price .box-money-and-club .box-money .product-value .value.price-fix,
.product_2019 .adv_list .product-price .box-money-and-club .box-money .product-value .value.price-fix,
.product_container .detailedAdvert .product-price .box-money-and-club .box-money .product-value .value.price-fix,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-money .product-value .value.price-fix {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #686868 !important;
}
.product_container .reco_offer .product-price .box-money-and-club .box-money .product-value .advert.value.price-fix,
.product_2019 .reco_offer .product-price .box-money-and-club .box-money .product-value .advert.value.price-fix,
.product_container .adv_list .product-price .box-money-and-club .box-money .product-value .advert.value.price-fix,
.product_2019 .adv_list .product-price .box-money-and-club .box-money .product-value .advert.value.price-fix,
.product_container .detailedAdvert .product-price .box-money-and-club .box-money .product-value .advert.value.price-fix,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-money .product-value .advert.value.price-fix {
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-money .product-value .value.price,
.product_2019 .reco_offer .product-price .box-money-and-club .box-money .product-value .value.price,
.product_container .adv_list .product-price .box-money-and-club .box-money .product-value .value.price,
.product_2019 .adv_list .product-price .box-money-and-club .box-money .product-value .value.price,
.product_container .detailedAdvert .product-price .box-money-and-club .box-money .product-value .value.price,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-money .product-value .value.price {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-money .product-value .value.price-bp,
.product_2019 .reco_offer .product-price .box-money-and-club .box-money .product-value .value.price-bp,
.product_container .adv_list .product-price .box-money-and-club .box-money .product-value .value.price-bp,
.product_2019 .adv_list .product-price .box-money-and-club .box-money .product-value .value.price-bp,
.product_container .detailedAdvert .product-price .box-money-and-club .box-money .product-value .value.price-bp,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-money .product-value .value.price-bp {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-money .product-value .included-service-charges,
.product_2019 .reco_offer .product-price .box-money-and-club .box-money .product-value .included-service-charges,
.product_container .adv_list .product-price .box-money-and-club .box-money .product-value .included-service-charges,
.product_2019 .adv_list .product-price .box-money-and-club .box-money .product-value .included-service-charges,
.product_container .detailedAdvert .product-price .box-money-and-club .box-money .product-value .included-service-charges,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-money .product-value .included-service-charges {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 15px;
  width: auto;
}
.product_container .reco_offer .product-price .box-money-and-club .box-money .product-value .included-service-charges p,
.product_2019 .reco_offer .product-price .box-money-and-club .box-money .product-value .included-service-charges p,
.product_container .adv_list .product-price .box-money-and-club .box-money .product-value .included-service-charges p,
.product_2019 .adv_list .product-price .box-money-and-club .box-money .product-value .included-service-charges p,
.product_container .detailedAdvert .product-price .box-money-and-club .box-money .product-value .included-service-charges p,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-money .product-value .included-service-charges p {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-money .product-value .included-service-charges svg,
.product_2019 .reco_offer .product-price .box-money-and-club .box-money .product-value .included-service-charges svg,
.product_container .adv_list .product-price .box-money-and-club .box-money .product-value .included-service-charges svg,
.product_2019 .adv_list .product-price .box-money-and-club .box-money .product-value .included-service-charges svg,
.product_container .detailedAdvert .product-price .box-money-and-club .box-money .product-value .included-service-charges svg,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-money .product-value .included-service-charges svg {
  width: 16px;
  height: 16px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club,
.product_container .adv_list .product-price .box-money-and-club .box-club,
.product_2019 .adv_list .product-price .box-money-and-club .box-club,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club {
  margin-left: auto;
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 8px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .clubRLogo-and-badgeBoost,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .clubRLogo-and-badgeBoost,
.product_container .adv_list .product-price .box-money-and-club .box-club .clubRLogo-and-badgeBoost,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .clubRLogo-and-badgeBoost,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .clubRLogo-and-badgeBoost,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .clubRLogo-and-badgeBoost {
  display: flex;
  align-items: flex-start;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .clubRLogo,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .clubRLogo,
.product_container .adv_list .product-price .box-money-and-club .box-club .clubRLogo,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .clubRLogo,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .clubRLogo,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .clubRLogo {
  margin-top: 2px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .clubRLogo img,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .clubRLogo img,
.product_container .adv_list .product-price .box-money-and-club .box-club .clubRLogo img,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .clubRLogo img,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .clubRLogo img,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .clubRLogo img {
  height: 14px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .badgeBoost,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .badgeBoost,
.product_container .adv_list .product-price .box-money-and-club .box-club .badgeBoost,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .badgeBoost,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .badgeBoost,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .badgeBoost {
  margin-left: 2px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .badgeBoost img,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .badgeBoost img,
.product_container .adv_list .product-price .box-money-and-club .box-club .badgeBoost img,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .badgeBoost img,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .badgeBoost img,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .badgeBoost img {
  height: 16px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .super-points,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .super-points,
.product_container .adv_list .product-price .box-money-and-club .box-club .super-points,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .super-points,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .super-points,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .super-points {
  font-size: 12px;
  line-height: 12px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .super-points .rspText,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .super-points .rspText,
.product_container .adv_list .product-price .box-money-and-club .box-club .super-points .rspText,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .super-points .rspText,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .super-points .rspText,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .super-points .rspText {
  color: #bf0000;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .super-points .rspText .pointsMoneyAmount,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .super-points .rspText .pointsMoneyAmount,
.product_container .adv_list .product-price .box-money-and-club .box-club .super-points .rspText .pointsMoneyAmount,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .super-points .rspText .pointsMoneyAmount,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .super-points .rspText .pointsMoneyAmount,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .super-points .rspText .pointsMoneyAmount {
  font-size: 14px;
  font-weight: 700;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .findoutmore-and-chevron,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .findoutmore-and-chevron,
.product_container .adv_list .product-price .box-money-and-club .box-club .findoutmore-and-chevron,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .findoutmore-and-chevron,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .findoutmore-and-chevron,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .findoutmore-and-chevron {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .findoutmore,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .findoutmore,
.product_container .adv_list .product-price .box-money-and-club .box-club .findoutmore,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .findoutmore,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .findoutmore,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .findoutmore {
  color: #686868;
  font-size: 12px;
  line-height: 15px;
}
.product_container .reco_offer .product-price .box-money-and-club .box-club .findoutmore-chevron-right,
.product_2019 .reco_offer .product-price .box-money-and-club .box-club .findoutmore-chevron-right,
.product_container .adv_list .product-price .box-money-and-club .box-club .findoutmore-chevron-right,
.product_2019 .adv_list .product-price .box-money-and-club .box-club .findoutmore-chevron-right,
.product_container .detailedAdvert .product-price .box-money-and-club .box-club .findoutmore-chevron-right,
.product_2019 .detailedAdvert .product-price .box-money-and-club .box-club .findoutmore-chevron-right {
  margin-left: 8px;
  height: 10px;
}
.product_container .reco_offer .product-price .discount,
.product_2019 .reco_offer .product-price .discount,
.product_container .adv_list .product-price .discount,
.product_2019 .adv_list .product-price .discount,
.product_container .detailedAdvert .product-price .discount,
.product_2019 .detailedAdvert .product-price .discount {
  background-color: white;
  white-space: nowrap;
}
.product_container .reco_offer .product-price .discount .old_price,
.product_2019 .reco_offer .product-price .discount .old_price,
.product_container .adv_list .product-price .discount .old_price,
.product_2019 .adv_list .product-price .discount .old_price,
.product_container .detailedAdvert .product-price .discount .old_price,
.product_2019 .detailedAdvert .product-price .discount .old_price {
  color: #929292;
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 16px;
}
.product_container .reco_offer .product-price .discount .percentage,
.product_2019 .reco_offer .product-price .discount .percentage,
.product_container .adv_list .product-price .discount .percentage,
.product_2019 .adv_list .product-price .discount .percentage,
.product_container .detailedAdvert .product-price .discount .percentage,
.product_2019 .detailedAdvert .product-price .discount .percentage {
  background-color: #00a0f0;
  padding: 2px 4px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  margin-left: 4px;
}
.product_container .reco_offer .product-price .discount .percentageSales,
.product_2019 .reco_offer .product-price .discount .percentageSales,
.product_container .adv_list .product-price .discount .percentageSales,
.product_2019 .adv_list .product-price .discount .percentageSales,
.product_container .detailedAdvert .product-price .discount .percentageSales,
.product_2019 .detailedAdvert .product-price .discount .percentageSales {
  background-color: #00a0f0;
  padding: 2px 4px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
.product_container .reco_offer .product-price .discount .discount_sticker.promo,
.product_2019 .reco_offer .product-price .discount .discount_sticker.promo,
.product_container .adv_list .product-price .discount .discount_sticker.promo,
.product_2019 .adv_list .product-price .discount .discount_sticker.promo,
.product_container .detailedAdvert .product-price .discount .discount_sticker.promo,
.product_2019 .detailedAdvert .product-price .discount .discount_sticker.promo,
.product_container .reco_offer .product-price .discount .discount_sticker.sales,
.product_2019 .reco_offer .product-price .discount .discount_sticker.sales,
.product_container .adv_list .product-price .discount .discount_sticker.sales,
.product_2019 .adv_list .product-price .discount .discount_sticker.sales,
.product_container .detailedAdvert .product-price .discount .discount_sticker.sales,
.product_2019 .detailedAdvert .product-price .discount .discount_sticker.sales {
  display: none;
}
.product_container .reco_offer .product-price .discount .wordingSales,
.product_2019 .reco_offer .product-price .discount .wordingSales,
.product_container .adv_list .product-price .discount .wordingSales,
.product_2019 .adv_list .product-price .discount .wordingSales,
.product_container .detailedAdvert .product-price .discount .wordingSales,
.product_2019 .detailedAdvert .product-price .discount .wordingSales {
  margin-left: 4px;
  margin-right: -4px;
  padding: 2px 4px;
  background-color: #ebf7fe;
  color: #00a0f0;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px 0 0 4px;
}
.product_container .reco_offer .product-price .discount .wordingSalesMarketPlace,
.product_2019 .reco_offer .product-price .discount .wordingSalesMarketPlace,
.product_container .adv_list .product-price .discount .wordingSalesMarketPlace,
.product_2019 .adv_list .product-price .discount .wordingSalesMarketPlace,
.product_container .detailedAdvert .product-price .discount .wordingSalesMarketPlace,
.product_2019 .detailedAdvert .product-price .discount .wordingSalesMarketPlace {
  margin-left: 4px;
  margin-right: -4px;
  padding: 2px 8px 2px 4px;
  background-color: #ebf7fe;
  color: #00a0f0;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px 0 0 4px;
}
.product_container .reco_offer .product-price .advtype:not(.condition),
.product_2019 .reco_offer .product-price .advtype:not(.condition),
.product_container .adv_list .product-price .advtype:not(.condition),
.product_2019 .adv_list .product-price .advtype:not(.condition),
.product_container .detailedAdvert .product-price .advtype:not(.condition),
.product_2019 .detailedAdvert .product-price .advtype:not(.condition) {
  margin-top: 4px;
}
.product_container .reco_offer .product-price .advtype.condition,
.product_2019 .reco_offer .product-price .advtype.condition,
.product_container .adv_list .product-price .advtype.condition,
.product_2019 .adv_list .product-price .advtype.condition,
.product_container .detailedAdvert .product-price .advtype.condition,
.product_2019 .detailedAdvert .product-price .advtype.condition {
  padding: 4px 0 6px;
}
.product_container .reco_offer .product-price .advtype.condition .value,
.product_2019 .reco_offer .product-price .advtype.condition .value,
.product_container .adv_list .product-price .advtype.condition .value,
.product_2019 .adv_list .product-price .advtype.condition .value,
.product_container .detailedAdvert .product-price .advtype.condition .value,
.product_2019 .detailedAdvert .product-price .advtype.condition .value {
  font-size: 14px;
  font-weight: 600;
}
.product_container .reco_offer .product-price .labelAndIconContainer,
.product_2019 .reco_offer .product-price .labelAndIconContainer,
.product_container .adv_list .product-price .labelAndIconContainer,
.product_2019 .adv_list .product-price .labelAndIconContainer,
.product_container .detailedAdvert .product-price .labelAndIconContainer,
.product_2019 .detailedAdvert .product-price .labelAndIconContainer {
  display: inline-flex;
}
.product_container .reco_offer .product-price .advtype.condition span[class*="help_aspect"],
.product_2019 .reco_offer .product-price .advtype.condition span[class*="help_aspect"],
.product_container .adv_list .product-price .advtype.condition span[class*="help_aspect"],
.product_2019 .adv_list .product-price .advtype.condition span[class*="help_aspect"],
.product_container .detailedAdvert .product-price .advtype.condition span[class*="help_aspect"],
.product_2019 .detailedAdvert .product-price .advtype.condition span[class*="help_aspect"] {
  background-size: 18px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(images/help.svg);
  background-position-y: center;
  display: inline-block;
  vertical-align: sub;
}
.product_container .reco_offer .product-price .typeNew,
.product_2019 .reco_offer .product-price .typeNew,
.product_container .adv_list .product-price .typeNew,
.product_2019 .adv_list .product-price .typeNew,
.product_container .detailedAdvert .product-price .typeNew,
.product_2019 .detailedAdvert .product-price .typeNew {
  color: #bf0000;
}
.product_container .reco_offer .product-price .typeUsed,
.product_2019 .reco_offer .product-price .typeUsed,
.product_container .adv_list .product-price .typeUsed,
.product_2019 .adv_list .product-price .typeUsed,
.product_container .detailedAdvert .product-price .typeUsed,
.product_2019 .detailedAdvert .product-price .typeUsed {
  color: #000;
}
.product_container .reco_offer .product-price .deliveryOption,
.product_2019 .reco_offer .product-price .deliveryOption,
.product_container .adv_list .product-price .deliveryOption,
.product_2019 .adv_list .product-price .deliveryOption,
.product_container .detailedAdvert .product-price .deliveryOption,
.product_2019 .detailedAdvert .product-price .deliveryOption {
  line-height: 16px;
}
.product_container .reco_offer .product-price .deliveryOption .dib,
.product_2019 .reco_offer .product-price .deliveryOption .dib,
.product_container .adv_list .product-price .deliveryOption .dib,
.product_2019 .adv_list .product-price .deliveryOption .dib,
.product_container .detailedAdvert .product-price .deliveryOption .dib,
.product_2019 .detailedAdvert .product-price .deliveryOption .dib {
  display: inline-block;
}
.product_container .reco_offer .product-price .deliveryOption span,
.product_2019 .reco_offer .product-price .deliveryOption span,
.product_container .adv_list .product-price .deliveryOption span,
.product_2019 .adv_list .product-price .deliveryOption span,
.product_container .detailedAdvert .product-price .deliveryOption span,
.product_2019 .detailedAdvert .product-price .deliveryOption span,
.product_container .reco_offer .product-price .deliveryOption .shipping_amount,
.product_2019 .reco_offer .product-price .deliveryOption .shipping_amount,
.product_container .adv_list .product-price .deliveryOption .shipping_amount,
.product_2019 .adv_list .product-price .deliveryOption .shipping_amount,
.product_container .detailedAdvert .product-price .deliveryOption .shipping_amount,
.product_2019 .detailedAdvert .product-price .deliveryOption .shipping_amount,
.product_container .reco_offer .product-price .deliveryOption .pickup-title,
.product_2019 .reco_offer .product-price .deliveryOption .pickup-title,
.product_container .adv_list .product-price .deliveryOption .pickup-title,
.product_2019 .adv_list .product-price .deliveryOption .pickup-title,
.product_container .detailedAdvert .product-price .deliveryOption .pickup-title,
.product_2019 .detailedAdvert .product-price .deliveryOption .pickup-title {
  color: #4A4A4A;
  font-size: 14px;
}
.product_container .reco_offer .product-price .deliveryOption span.deliveryDelay,
.product_2019 .reco_offer .product-price .deliveryOption span.deliveryDelay,
.product_container .adv_list .product-price .deliveryOption span.deliveryDelay,
.product_2019 .adv_list .product-price .deliveryOption span.deliveryDelay,
.product_container .detailedAdvert .product-price .deliveryOption span.deliveryDelay,
.product_2019 .detailedAdvert .product-price .deliveryOption span.deliveryDelay {
  color: #9C9C9C;
}
.product_container .reco_offer .product-price .deliveryOption .expressDelivery,
.product_2019 .reco_offer .product-price .deliveryOption .expressDelivery,
.product_container .adv_list .product-price .deliveryOption .expressDelivery,
.product_2019 .adv_list .product-price .deliveryOption .expressDelivery,
.product_container .detailedAdvert .product-price .deliveryOption .expressDelivery,
.product_2019 .detailedAdvert .product-price .deliveryOption .expressDelivery {
  margin: 0px;
}
.product_container .reco_offer .product-price .deliveryOption .shipping_modes_trigger,
.product_2019 .reco_offer .product-price .deliveryOption .shipping_modes_trigger,
.product_container .adv_list .product-price .deliveryOption .shipping_modes_trigger,
.product_2019 .adv_list .product-price .deliveryOption .shipping_modes_trigger,
.product_container .detailedAdvert .product-price .deliveryOption .shipping_modes_trigger,
.product_2019 .detailedAdvert .product-price .deliveryOption .shipping_modes_trigger {
  text-decoration: underline;
  color: #000;
  font-size: 14px;
}
.product_container .reco_offer .product-price .deliveryOption .expressDelivery,
.product_2019 .reco_offer .product-price .deliveryOption .expressDelivery,
.product_container .adv_list .product-price .deliveryOption .expressDelivery,
.product_2019 .adv_list .product-price .deliveryOption .expressDelivery,
.product_container .detailedAdvert .product-price .deliveryOption .expressDelivery,
.product_2019 .detailedAdvert .product-price .deliveryOption .expressDelivery {
  line-height: 17px;
  color: #4a4a4a;
}
.product_container .reco_offer .product-price .deliveryOption .expressDelivery .express,
.product_2019 .reco_offer .product-price .deliveryOption .expressDelivery .express,
.product_container .adv_list .product-price .deliveryOption .expressDelivery .express,
.product_2019 .adv_list .product-price .deliveryOption .expressDelivery .express,
.product_container .detailedAdvert .product-price .deliveryOption .expressDelivery .express,
.product_2019 .detailedAdvert .product-price .deliveryOption .expressDelivery .express {
  color: #4a4a4a;
  font-weight: bold;
}
.product_container .reco_offer .product-price .deliveryOption .pickup-place,
.product_2019 .reco_offer .product-price .deliveryOption .pickup-place,
.product_container .adv_list .product-price .deliveryOption .pickup-place,
.product_2019 .adv_list .product-price .deliveryOption .pickup-place,
.product_container .detailedAdvert .product-price .deliveryOption .pickup-place,
.product_2019 .detailedAdvert .product-price .deliveryOption .pickup-place {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  text-transform: capitalize;
}
.product_container .reco_offer .product-price .value.price,
.product_2019 .reco_offer .product-price .value.price,
.product_container .adv_list .product-price .value.price,
.product_2019 .adv_list .product-price .value.price,
.product_container .detailedAdvert .product-price .value.price,
.product_2019 .detailedAdvert .product-price .value.price {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.44px;
  line-height: 20px;
}
.product_container .reco_offer .product-price .cmplt_infos p:after,
.product_2019 .reco_offer .product-price .cmplt_infos p:after,
.product_container .adv_list .product-price .cmplt_infos p:after,
.product_2019 .adv_list .product-price .cmplt_infos p:after,
.product_container .detailedAdvert .product-price .cmplt_infos p:after,
.product_2019 .detailedAdvert .product-price .cmplt_infos p:after {
  content: none;
}
.product_container .reco_offer .priceClubAdvertDetail p,
.product_2019 .reco_offer .priceClubAdvertDetail p,
.product_container .adv_list .priceClubAdvertDetail p,
.product_2019 .adv_list .priceClubAdvertDetail p,
.product_container .detailedAdvert .priceClubAdvertDetail p,
.product_2019 .detailedAdvert .priceClubAdvertDetail p {
  margin: 0;
}
.product_container .reco_offer .priceClubBuyBox,
.product_2019 .reco_offer .priceClubBuyBox,
.product_container .adv_list .priceClubBuyBox,
.product_2019 .adv_list .priceClubBuyBox,
.product_container .detailedAdvert .priceClubBuyBox,
.product_2019 .detailedAdvert .priceClubBuyBox,
.product_container .reco_offer .priceClubAdvertDetail,
.product_2019 .reco_offer .priceClubAdvertDetail,
.product_container .adv_list .priceClubAdvertDetail,
.product_2019 .adv_list .priceClubAdvertDetail,
.product_container .detailedAdvert .priceClubAdvertDetail,
.product_2019 .detailedAdvert .priceClubAdvertDetail {
  border: 0 solid white;
  -webkit-background-size: 45px auto;
  background-size: 45px auto;
  background-image: url("https://images.fr.shopping.rakuten.com/visuels/Club-Rakuten/icon/club-rc.svg");
  display: block;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.product_container .reco_offer .priceClubBuyBox .rspText,
.product_2019 .reco_offer .priceClubBuyBox .rspText,
.product_container .adv_list .priceClubBuyBox .rspText,
.product_2019 .adv_list .priceClubBuyBox .rspText,
.product_container .detailedAdvert .priceClubBuyBox .rspText,
.product_2019 .detailedAdvert .priceClubBuyBox .rspText,
.product_container .reco_offer .priceClubAdvertDetail .rspText,
.product_2019 .reco_offer .priceClubAdvertDetail .rspText,
.product_container .adv_list .priceClubAdvertDetail .rspText,
.product_2019 .adv_list .priceClubAdvertDetail .rspText,
.product_container .detailedAdvert .priceClubAdvertDetail .rspText,
.product_2019 .detailedAdvert .priceClubAdvertDetail .rspText,
.product_container .reco_offer .priceClubBuyBox .rspText span,
.product_2019 .reco_offer .priceClubBuyBox .rspText span,
.product_container .adv_list .priceClubBuyBox .rspText span,
.product_2019 .adv_list .priceClubBuyBox .rspText span,
.product_container .detailedAdvert .priceClubBuyBox .rspText span,
.product_2019 .detailedAdvert .priceClubBuyBox .rspText span,
.product_container .reco_offer .priceClubAdvertDetail .rspText span,
.product_2019 .reco_offer .priceClubAdvertDetail .rspText span,
.product_container .adv_list .priceClubAdvertDetail .rspText span,
.product_2019 .adv_list .priceClubAdvertDetail .rspText span,
.product_container .detailedAdvert .priceClubAdvertDetail .rspText span,
.product_2019 .detailedAdvert .priceClubAdvertDetail .rspText span {
  color: #bf0000;
  font-weight: 600;
  line-height: 12px;
  margin-left: 24px;
  margin-top: 2px;
}
.product_container .reco_offer .priceClubBuyBox.hasSubs .linkContentPriceClub,
.product_2019 .reco_offer .priceClubBuyBox.hasSubs .linkContentPriceClub,
.product_container .adv_list .priceClubBuyBox.hasSubs .linkContentPriceClub,
.product_2019 .adv_list .priceClubBuyBox.hasSubs .linkContentPriceClub,
.product_container .detailedAdvert .priceClubBuyBox.hasSubs .linkContentPriceClub,
.product_2019 .detailedAdvert .priceClubBuyBox.hasSubs .linkContentPriceClub,
.product_container .reco_offer .priceClubAdvertDetail.hasSubs .linkContentPriceClub,
.product_2019 .reco_offer .priceClubAdvertDetail.hasSubs .linkContentPriceClub,
.product_container .adv_list .priceClubAdvertDetail.hasSubs .linkContentPriceClub,
.product_2019 .adv_list .priceClubAdvertDetail.hasSubs .linkContentPriceClub,
.product_container .detailedAdvert .priceClubAdvertDetail.hasSubs .linkContentPriceClub,
.product_2019 .detailedAdvert .priceClubAdvertDetail.hasSubs .linkContentPriceClub {
  display: none;
}
.product_container .reco_offer .priceClubBuyBox a span.linkContentPriceClub,
.product_2019 .reco_offer .priceClubBuyBox a span.linkContentPriceClub,
.product_container .adv_list .priceClubBuyBox a span.linkContentPriceClub,
.product_2019 .adv_list .priceClubBuyBox a span.linkContentPriceClub,
.product_container .detailedAdvert .priceClubBuyBox a span.linkContentPriceClub,
.product_2019 .detailedAdvert .priceClubBuyBox a span.linkContentPriceClub,
.product_container .reco_offer .priceClubAdvertDetail a span.linkContentPriceClub,
.product_2019 .reco_offer .priceClubAdvertDetail a span.linkContentPriceClub,
.product_container .adv_list .priceClubAdvertDetail a span.linkContentPriceClub,
.product_2019 .adv_list .priceClubAdvertDetail a span.linkContentPriceClub,
.product_container .detailedAdvert .priceClubAdvertDetail a span.linkContentPriceClub,
.product_2019 .detailedAdvert .priceClubAdvertDetail a span.linkContentPriceClub {
  color: #000000;
  line-height: 14px;
  text-decoration: underline;
}
.product_container .reco_offer .priceClub,
.product_2019 .reco_offer .priceClub,
.product_container .adv_list .priceClub,
.product_2019 .adv_list .priceClub,
.product_container .detailedAdvert .priceClub,
.product_2019 .detailedAdvert .priceClub {
  padding: 20px 0px 0px 0px;
  border: 0 solid white;
  background-position: top right;
  -webkit-background-size: 45px auto;
  background-size: 45px auto;
}
.product_container .reco_offer .priceClub p,
.product_2019 .reco_offer .priceClub p,
.product_container .adv_list .priceClub p,
.product_2019 .adv_list .priceClub p,
.product_container .detailedAdvert .priceClub p,
.product_2019 .detailedAdvert .priceClub p {
  line-height: normal;
}
.product_container .reco_offer .priceClub .rspText,
.product_2019 .reco_offer .priceClub .rspText,
.product_container .adv_list .priceClub .rspText,
.product_2019 .adv_list .priceClub .rspText,
.product_container .detailedAdvert .priceClub .rspText,
.product_2019 .detailedAdvert .priceClub .rspText,
.product_container .reco_offer .priceClub .rspText span,
.product_2019 .reco_offer .priceClub .rspText span,
.product_container .adv_list .priceClub .rspText span,
.product_2019 .adv_list .priceClub .rspText span,
.product_container .detailedAdvert .priceClub .rspText span,
.product_2019 .detailedAdvert .priceClub .rspText span {
  color: #bf0000;
  font-weight: 600;
  line-height: 12px;
  margin-left: 24px;
  vertical-align: top;
  margin-top: 2px;
}
.product_container .reco_offer .priceClub a span.linkContentPriceClub,
.product_2019 .reco_offer .priceClub a span.linkContentPriceClub,
.product_container .adv_list .priceClub a span.linkContentPriceClub,
.product_2019 .adv_list .priceClub a span.linkContentPriceClub,
.product_container .detailedAdvert .priceClub a span.linkContentPriceClub,
.product_2019 .detailedAdvert .priceClub a span.linkContentPriceClub {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
}
.product_container .reco_offer .deliveryChoice .listGroupItem,
.product_2019 .reco_offer .deliveryChoice .listGroupItem,
.product_container .adv_list .deliveryChoice .listGroupItem,
.product_2019 .adv_list .deliveryChoice .listGroupItem,
.product_container .detailedAdvert .deliveryChoice .listGroupItem,
.product_2019 .detailedAdvert .deliveryChoice .listGroupItem {
  padding: 0px;
}
.product_container .reco_offer .deliveryChoice .listGroupItem .clickAndCollect,
.product_2019 .reco_offer .deliveryChoice .listGroupItem .clickAndCollect,
.product_container .adv_list .deliveryChoice .listGroupItem .clickAndCollect,
.product_2019 .adv_list .deliveryChoice .listGroupItem .clickAndCollect,
.product_container .detailedAdvert .deliveryChoice .listGroupItem .clickAndCollect,
.product_2019 .detailedAdvert .deliveryChoice .listGroupItem .clickAndCollect {
  padding: 0 20px;
  /* Change value pm.css we change height button 44 to 49 */
}
.product_container .reco_offer .deliveryChoice .listGroupItem .clickAndCollect .ui-btn-inner,
.product_2019 .reco_offer .deliveryChoice .listGroupItem .clickAndCollect .ui-btn-inner,
.product_container .adv_list .deliveryChoice .listGroupItem .clickAndCollect .ui-btn-inner,
.product_2019 .adv_list .deliveryChoice .listGroupItem .clickAndCollect .ui-btn-inner,
.product_container .detailedAdvert .deliveryChoice .listGroupItem .clickAndCollect .ui-btn-inner,
.product_2019 .detailedAdvert .deliveryChoice .listGroupItem .clickAndCollect .ui-btn-inner {
  line-height: 45px;
}
.product_container .reco_offer .deliveryChoice .listGroupItem .ui-btn,
.product_2019 .reco_offer .deliveryChoice .listGroupItem .ui-btn,
.product_container .adv_list .deliveryChoice .listGroupItem .ui-btn,
.product_2019 .adv_list .deliveryChoice .listGroupItem .ui-btn,
.product_container .detailedAdvert .deliveryChoice .listGroupItem .ui-btn,
.product_2019 .detailedAdvert .deliveryChoice .listGroupItem .ui-btn {
  height: 49px;
}
.product_container .reco_offer .deliveryChoice .shippingBtn .ui-btn,
.product_2019 .reco_offer .deliveryChoice .shippingBtn .ui-btn,
.product_container .adv_list .deliveryChoice .shippingBtn .ui-btn,
.product_2019 .adv_list .deliveryChoice .shippingBtn .ui-btn,
.product_container .detailedAdvert .deliveryChoice .shippingBtn .ui-btn,
.product_2019 .detailedAdvert .deliveryChoice .shippingBtn .ui-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  /* Change value pm.css we change height button 44 to 49 */
}
.product_container .reco_offer .deliveryChoice .shippingBtn .ui-btn .ui-btn-inner,
.product_2019 .reco_offer .deliveryChoice .shippingBtn .ui-btn .ui-btn-inner,
.product_container .adv_list .deliveryChoice .shippingBtn .ui-btn .ui-btn-inner,
.product_2019 .adv_list .deliveryChoice .shippingBtn .ui-btn .ui-btn-inner,
.product_container .detailedAdvert .deliveryChoice .shippingBtn .ui-btn .ui-btn-inner,
.product_2019 .detailedAdvert .deliveryChoice .shippingBtn .ui-btn .ui-btn-inner {
  line-height: 49px;
  height: 100%;
}
.product_container .reco_offer .deliveryChoice .shippingBtn .ui-btn .cartIcon,
.product_2019 .reco_offer .deliveryChoice .shippingBtn .ui-btn .cartIcon,
.product_container .adv_list .deliveryChoice .shippingBtn .ui-btn .cartIcon,
.product_2019 .adv_list .deliveryChoice .shippingBtn .ui-btn .cartIcon,
.product_container .detailedAdvert .deliveryChoice .shippingBtn .ui-btn .cartIcon,
.product_2019 .detailedAdvert .deliveryChoice .shippingBtn .ui-btn .cartIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product_container .reco_offer .deliveryChoice .shippingBtn .ui-btn .cartIcon .label,
.product_2019 .reco_offer .deliveryChoice .shippingBtn .ui-btn .cartIcon .label,
.product_container .adv_list .deliveryChoice .shippingBtn .ui-btn .cartIcon .label,
.product_2019 .adv_list .deliveryChoice .shippingBtn .ui-btn .cartIcon .label,
.product_container .detailedAdvert .deliveryChoice .shippingBtn .ui-btn .cartIcon .label,
.product_2019 .detailedAdvert .deliveryChoice .shippingBtn .ui-btn .cartIcon .label {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.product_container .reco_offer .deliveryChoice .shippingBtn .ui-btn-hidden .cartIcon,
.product_2019 .reco_offer .deliveryChoice .shippingBtn .ui-btn-hidden .cartIcon,
.product_container .adv_list .deliveryChoice .shippingBtn .ui-btn-hidden .cartIcon,
.product_2019 .adv_list .deliveryChoice .shippingBtn .ui-btn-hidden .cartIcon,
.product_container .detailedAdvert .deliveryChoice .shippingBtn .ui-btn-hidden .cartIcon,
.product_2019 .detailedAdvert .deliveryChoice .shippingBtn .ui-btn-hidden .cartIcon {
  display: none;
}
.product_container .reco_offer .collect-choice,
.product_2019 .reco_offer .collect-choice,
.product_container .adv_list .collect-choice,
.product_2019 .adv_list .collect-choice,
.product_container .detailedAdvert .collect-choice,
.product_2019 .detailedAdvert .collect-choice {
  margin-bottom: 0;
}
.product_container .reco_offer .collect-choice #retrait-click-collect-message,
.product_2019 .reco_offer .collect-choice #retrait-click-collect-message,
.product_container .adv_list .collect-choice #retrait-click-collect-message,
.product_2019 .adv_list .collect-choice #retrait-click-collect-message,
.product_container .detailedAdvert .collect-choice #retrait-click-collect-message,
.product_2019 .detailedAdvert .collect-choice #retrait-click-collect-message {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #4A4A4A;
}
.product_container .reco_offer .collect-choice #retrait-click-collect-message .retrait-click-collect,
.product_2019 .reco_offer .collect-choice #retrait-click-collect-message .retrait-click-collect,
.product_container .adv_list .collect-choice #retrait-click-collect-message .retrait-click-collect,
.product_2019 .adv_list .collect-choice #retrait-click-collect-message .retrait-click-collect,
.product_container .detailedAdvert .collect-choice #retrait-click-collect-message .retrait-click-collect,
.product_2019 .detailedAdvert .collect-choice #retrait-click-collect-message .retrait-click-collect {
  color: inherit;
}
.product_container .reco_offer .collect-choice .stores,
.product_2019 .reco_offer .collect-choice .stores,
.product_container .adv_list .collect-choice .stores,
.product_2019 .adv_list .collect-choice .stores,
.product_container .detailedAdvert .collect-choice .stores,
.product_2019 .detailedAdvert .collect-choice .stores {
  margin-left: 0;
  line-height: 16px;
}
.product_container .reco_offer .collect-choice a,
.product_2019 .reco_offer .collect-choice a,
.product_container .adv_list .collect-choice a,
.product_2019 .adv_list .collect-choice a,
.product_container .detailedAdvert .collect-choice a,
.product_2019 .detailedAdvert .collect-choice a {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}
.product_container .reco_offer a.seller.buy-box,
.product_2019 .reco_offer a.seller.buy-box,
.product_container .adv_list a.seller.buy-box,
.product_2019 .adv_list a.seller.buy-box,
.product_container .detailedAdvert a.seller.buy-box,
.product_2019 .detailedAdvert a.seller.buy-box,
.product_container .reco_offer a.seller.advert-desc,
.product_2019 .reco_offer a.seller.advert-desc,
.product_container .adv_list a.seller.advert-desc,
.product_2019 .adv_list a.seller.advert-desc,
.product_container .detailedAdvert a.seller.advert-desc,
.product_2019 .detailedAdvert a.seller.advert-desc {
  text-align: left;
  width: 100%;
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.product_container .reco_offer a.seller.buy-box .container-seller-info,
.product_2019 .reco_offer a.seller.buy-box .container-seller-info,
.product_container .adv_list a.seller.buy-box .container-seller-info,
.product_2019 .adv_list a.seller.buy-box .container-seller-info,
.product_container .detailedAdvert a.seller.buy-box .container-seller-info,
.product_2019 .detailedAdvert a.seller.buy-box .container-seller-info,
.product_container .reco_offer a.seller.advert-desc .container-seller-info,
.product_2019 .reco_offer a.seller.advert-desc .container-seller-info,
.product_container .adv_list a.seller.advert-desc .container-seller-info,
.product_2019 .adv_list a.seller.advert-desc .container-seller-info,
.product_container .detailedAdvert a.seller.advert-desc .container-seller-info,
.product_2019 .detailedAdvert a.seller.advert-desc .container-seller-info {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}
.product_container .reco_offer a.seller.buy-box .container-seller-info .top-container,
.product_2019 .reco_offer a.seller.buy-box .container-seller-info .top-container,
.product_container .adv_list a.seller.buy-box .container-seller-info .top-container,
.product_2019 .adv_list a.seller.buy-box .container-seller-info .top-container,
.product_container .detailedAdvert a.seller.buy-box .container-seller-info .top-container,
.product_2019 .detailedAdvert a.seller.buy-box .container-seller-info .top-container,
.product_container .reco_offer a.seller.advert-desc .container-seller-info .top-container,
.product_2019 .reco_offer a.seller.advert-desc .container-seller-info .top-container,
.product_container .adv_list a.seller.advert-desc .container-seller-info .top-container,
.product_2019 .adv_list a.seller.advert-desc .container-seller-info .top-container,
.product_container .detailedAdvert a.seller.advert-desc .container-seller-info .top-container,
.product_2019 .detailedAdvert a.seller.advert-desc .container-seller-info .top-container {
  display: flex;
  justify-content: left;
  align-items: center;
}
.product_container .reco_offer a.seller.buy-box .container-seller-info .top-container .sellerName,
.product_2019 .reco_offer a.seller.buy-box .container-seller-info .top-container .sellerName,
.product_container .adv_list a.seller.buy-box .container-seller-info .top-container .sellerName,
.product_2019 .adv_list a.seller.buy-box .container-seller-info .top-container .sellerName,
.product_container .detailedAdvert a.seller.buy-box .container-seller-info .top-container .sellerName,
.product_2019 .detailedAdvert a.seller.buy-box .container-seller-info .top-container .sellerName,
.product_container .reco_offer a.seller.advert-desc .container-seller-info .top-container .sellerName,
.product_2019 .reco_offer a.seller.advert-desc .container-seller-info .top-container .sellerName,
.product_container .adv_list a.seller.advert-desc .container-seller-info .top-container .sellerName,
.product_2019 .adv_list a.seller.advert-desc .container-seller-info .top-container .sellerName,
.product_container .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .sellerName,
.product_2019 .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .sellerName {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-right: 0;
  color: #4d4d4d;
}
.product_container .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status,
.product_2019 .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status,
.product_container .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status,
.product_2019 .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status,
.product_container .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status,
.product_2019 .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status,
.product_container .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status,
.product_2019 .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status,
.product_container .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status,
.product_2019 .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status,
.product_container .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status,
.product_2019 .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.product_container .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status .sellerTag,
.product_2019 .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status .sellerTag,
.product_container .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status .sellerTag,
.product_2019 .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status .sellerTag,
.product_container .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status .sellerTag,
.product_2019 .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status .sellerTag,
.product_container .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status .sellerTag,
.product_2019 .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status .sellerTag,
.product_container .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status .sellerTag,
.product_2019 .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status .sellerTag,
.product_container .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status .sellerTag,
.product_2019 .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status .sellerTag {
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  color: #686868;
  border: 1px solid #9c9c9c;
  box-sizing: border-box;
  border-radius: 78px;
  padding: 3px 8px;
}
.product_container .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status .country-name,
.product_2019 .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status .country-name,
.product_container .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status .country-name,
.product_2019 .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status .country-name,
.product_container .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status .country-name,
.product_2019 .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status .country-name,
.product_container .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name,
.product_2019 .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name,
.product_container .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name,
.product_2019 .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name,
.product_container .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name,
.product_2019 .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name {
  display: inline-flex;
  margin-left: 8px;
}
.product_container .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status .country-name img,
.product_2019 .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status .country-name img,
.product_container .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status .country-name img,
.product_2019 .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status .country-name img,
.product_container .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status .country-name img,
.product_2019 .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status .country-name img,
.product_container .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name img,
.product_2019 .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name img,
.product_container .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name img,
.product_2019 .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name img,
.product_container .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name img,
.product_2019 .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status .country-name img {
  width: 20px !important;
  height: 12px !important;
}
.product_container .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status .favorite-icon,
.product_2019 .reco_offer a.seller.buy-box .container-seller-info .top-container .seller-status .favorite-icon,
.product_container .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status .favorite-icon,
.product_2019 .adv_list a.seller.buy-box .container-seller-info .top-container .seller-status .favorite-icon,
.product_container .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status .favorite-icon,
.product_2019 .detailedAdvert a.seller.buy-box .container-seller-info .top-container .seller-status .favorite-icon,
.product_container .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status .favorite-icon,
.product_2019 .reco_offer a.seller.advert-desc .container-seller-info .top-container .seller-status .favorite-icon,
.product_container .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status .favorite-icon,
.product_2019 .adv_list a.seller.advert-desc .container-seller-info .top-container .seller-status .favorite-icon,
.product_container .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status .favorite-icon,
.product_2019 .detailedAdvert a.seller.advert-desc .container-seller-info .top-container .seller-status .favorite-icon {
  margin-left: 8px;
}
.product_container .reco_offer a.seller.buy-box .container-seller-info .seller_mark,
.product_2019 .reco_offer a.seller.buy-box .container-seller-info .seller_mark,
.product_container .adv_list a.seller.buy-box .container-seller-info .seller_mark,
.product_2019 .adv_list a.seller.buy-box .container-seller-info .seller_mark,
.product_container .detailedAdvert a.seller.buy-box .container-seller-info .seller_mark,
.product_2019 .detailedAdvert a.seller.buy-box .container-seller-info .seller_mark,
.product_container .reco_offer a.seller.advert-desc .container-seller-info .seller_mark,
.product_2019 .reco_offer a.seller.advert-desc .container-seller-info .seller_mark,
.product_container .adv_list a.seller.advert-desc .container-seller-info .seller_mark,
.product_2019 .adv_list a.seller.advert-desc .container-seller-info .seller_mark,
.product_container .detailedAdvert a.seller.advert-desc .container-seller-info .seller_mark,
.product_2019 .detailedAdvert a.seller.advert-desc .container-seller-info .seller_mark {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #9c9c9c;
}
.product_container .reco_offer a.seller.buy-box .seller-chevron-right,
.product_2019 .reco_offer a.seller.buy-box .seller-chevron-right,
.product_container .adv_list a.seller.buy-box .seller-chevron-right,
.product_2019 .adv_list a.seller.buy-box .seller-chevron-right,
.product_container .detailedAdvert a.seller.buy-box .seller-chevron-right,
.product_2019 .detailedAdvert a.seller.buy-box .seller-chevron-right,
.product_container .reco_offer a.seller.advert-desc .seller-chevron-right,
.product_2019 .reco_offer a.seller.advert-desc .seller-chevron-right,
.product_container .adv_list a.seller.advert-desc .seller-chevron-right,
.product_2019 .adv_list a.seller.advert-desc .seller-chevron-right,
.product_container .detailedAdvert a.seller.advert-desc .seller-chevron-right,
.product_2019 .detailedAdvert a.seller.advert-desc .seller-chevron-right {
  margin-left: auto;
}
.product_container .reco_offer .seller,
.product_2019 .reco_offer .seller,
.product_container .adv_list .seller,
.product_2019 .adv_list .seller,
.product_container .detailedAdvert .seller,
.product_2019 .detailedAdvert .seller {
  text-align: right;
  width: 50%;
  margin-top: 0;
}
.product_container .reco_offer .seller.advert-list,
.product_2019 .reco_offer .seller.advert-list,
.product_container .adv_list .seller.advert-list,
.product_2019 .adv_list .seller.advert-list,
.product_container .detailedAdvert .seller.advert-list,
.product_2019 .detailedAdvert .seller.advert-list {
  text-align: left;
  width: 100%;
  margin-top: 8px;
}
.product_container .reco_offer .seller.advert-list .container-seller-info,
.product_2019 .reco_offer .seller.advert-list .container-seller-info,
.product_container .adv_list .seller.advert-list .container-seller-info,
.product_2019 .adv_list .seller.advert-list .container-seller-info,
.product_container .detailedAdvert .seller.advert-list .container-seller-info,
.product_2019 .detailedAdvert .seller.advert-list .container-seller-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product_container .reco_offer .seller.advert-list .container-seller-info .sellerName,
.product_2019 .reco_offer .seller.advert-list .container-seller-info .sellerName,
.product_container .adv_list .seller.advert-list .container-seller-info .sellerName,
.product_2019 .adv_list .seller.advert-list .container-seller-info .sellerName,
.product_container .detailedAdvert .seller.advert-list .container-seller-info .sellerName,
.product_2019 .detailedAdvert .seller.advert-list .container-seller-info .sellerName {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333;
}
.product_container .reco_offer .seller.advert-list .container-seller-info .seller-status,
.product_2019 .reco_offer .seller.advert-list .container-seller-info .seller-status,
.product_container .adv_list .seller.advert-list .container-seller-info .seller-status,
.product_2019 .adv_list .seller.advert-list .container-seller-info .seller-status,
.product_container .detailedAdvert .seller.advert-list .container-seller-info .seller-status,
.product_2019 .detailedAdvert .seller.advert-list .container-seller-info .seller-status {
  display: flex;
  align-items: center;
  margin: 0 4px;
}
.product_container .reco_offer .seller.advert-list .container-seller-info .seller-status .sellerTag,
.product_2019 .reco_offer .seller.advert-list .container-seller-info .seller-status .sellerTag,
.product_container .adv_list .seller.advert-list .container-seller-info .seller-status .sellerTag,
.product_2019 .adv_list .seller.advert-list .container-seller-info .seller-status .sellerTag,
.product_container .detailedAdvert .seller.advert-list .container-seller-info .seller-status .sellerTag,
.product_2019 .detailedAdvert .seller.advert-list .container-seller-info .seller-status .sellerTag {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  color: #686868;
  border: 1px solid #9C9C9C;
  box-sizing: border-box;
  border-radius: 78px;
  padding: 3px 8px;
}
.product_container .reco_offer .seller.advert-list .container-seller-info .seller-status .country-name,
.product_2019 .reco_offer .seller.advert-list .container-seller-info .seller-status .country-name,
.product_container .adv_list .seller.advert-list .container-seller-info .seller-status .country-name,
.product_2019 .adv_list .seller.advert-list .container-seller-info .seller-status .country-name,
.product_container .detailedAdvert .seller.advert-list .container-seller-info .seller-status .country-name,
.product_2019 .detailedAdvert .seller.advert-list .container-seller-info .seller-status .country-name {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.product_container .reco_offer .seller.advert-list .container-seller-info .seller-status .country-name img,
.product_2019 .reco_offer .seller.advert-list .container-seller-info .seller-status .country-name img,
.product_container .adv_list .seller.advert-list .container-seller-info .seller-status .country-name img,
.product_2019 .adv_list .seller.advert-list .container-seller-info .seller-status .country-name img,
.product_container .detailedAdvert .seller.advert-list .container-seller-info .seller-status .country-name img,
.product_2019 .detailedAdvert .seller.advert-list .container-seller-info .seller-status .country-name img {
  width: 20px !important;
  height: 12px !important;
}
.product_container .reco_offer .seller.advert-list .container-seller-info .seller_mark,
.product_2019 .reco_offer .seller.advert-list .container-seller-info .seller_mark,
.product_container .adv_list .seller.advert-list .container-seller-info .seller_mark,
.product_2019 .adv_list .seller.advert-list .container-seller-info .seller_mark,
.product_container .detailedAdvert .seller.advert-list .container-seller-info .seller_mark,
.product_2019 .detailedAdvert .seller.advert-list .container-seller-info .seller_mark {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #9c9c9c;
  white-space: nowrap;
}
.product_container .reco_offer .seller.buy-box,
.product_2019 .reco_offer .seller.buy-box,
.product_container .adv_list .seller.buy-box,
.product_2019 .adv_list .seller.buy-box,
.product_container .detailedAdvert .seller.buy-box,
.product_2019 .detailedAdvert .seller.buy-box,
.product_container .reco_offer .seller.advert-desc,
.product_2019 .reco_offer .seller.advert-desc,
.product_container .adv_list .seller.advert-desc,
.product_2019 .adv_list .seller.advert-desc,
.product_container .detailedAdvert .seller.advert-desc,
.product_2019 .detailedAdvert .seller.advert-desc {
  text-align: left;
  width: 100%;
  margin-top: 16px;
}
.product_container .reco_offer .seller .sellerName,
.product_2019 .reco_offer .seller .sellerName,
.product_container .adv_list .seller .sellerName,
.product_2019 .adv_list .seller .sellerName,
.product_container .detailedAdvert .seller .sellerName,
.product_2019 .detailedAdvert .seller .sellerName {
  color: #4A4A4A;
  font-size: 12px;
  vertical-align: baseline;
  font-weight: 600;
  line-height: 14px;
  margin-right: 3px;
}
.product_container .reco_offer .seller .sellerName abbr,
.product_2019 .reco_offer .seller .sellerName abbr,
.product_container .adv_list .seller .sellerName abbr,
.product_2019 .adv_list .seller .sellerName abbr,
.product_container .detailedAdvert .seller .sellerName abbr,
.product_2019 .detailedAdvert .seller .sellerName abbr {
  display: block;
}
.product_container .reco_offer .seller .seller-status,
.product_2019 .reco_offer .seller .seller-status,
.product_container .adv_list .seller .seller-status,
.product_2019 .adv_list .seller .seller-status,
.product_container .detailedAdvert .seller .seller-status,
.product_2019 .detailedAdvert .seller .seller-status {
  display: inline-block;
}
.product_container .reco_offer .seller .seller-status abbr,
.product_2019 .reco_offer .seller .seller-status abbr,
.product_container .adv_list .seller .seller-status abbr,
.product_2019 .adv_list .seller .seller-status abbr,
.product_container .detailedAdvert .seller .seller-status abbr,
.product_2019 .detailedAdvert .seller .seller-status abbr,
.product_container .reco_offer .seller .seller-status span,
.product_2019 .reco_offer .seller .seller-status span,
.product_container .adv_list .seller .seller-status span,
.product_2019 .adv_list .seller .seller-status span,
.product_container .detailedAdvert .seller .seller-status span,
.product_2019 .detailedAdvert .seller .seller-status span {
  display: inline-block;
}
.product_container .reco_offer .seller .sellerTag,
.product_2019 .reco_offer .seller .sellerTag,
.product_container .adv_list .seller .sellerTag,
.product_2019 .adv_list .seller .sellerTag,
.product_container .detailedAdvert .seller .sellerTag,
.product_2019 .detailedAdvert .seller .sellerTag {
  font-size: 10px;
  font-weight: 600;
  line-height: 8px;
  letter-spacing: 0.25px;
  padding: 5px 8px;
}
.product_container .reco_offer .seller .sellerTag.proTag,
.product_2019 .reco_offer .seller .sellerTag.proTag,
.product_container .adv_list .seller .sellerTag.proTag,
.product_2019 .adv_list .seller .sellerTag.proTag,
.product_container .detailedAdvert .seller .sellerTag.proTag,
.product_2019 .detailedAdvert .seller .sellerTag.proTag {
  color: #4A4A4A;
}
.product_container .reco_offer .seller .sellerTag.partTag,
.product_2019 .reco_offer .seller .sellerTag.partTag,
.product_container .adv_list .seller .sellerTag.partTag,
.product_2019 .adv_list .seller .sellerTag.partTag,
.product_container .detailedAdvert .seller .sellerTag.partTag,
.product_2019 .detailedAdvert .seller .sellerTag.partTag {
  color: #929292;
}
.product_container .reco_offer .seller .seller_mark,
.product_2019 .reco_offer .seller .seller_mark,
.product_container .adv_list .seller .seller_mark,
.product_2019 .adv_list .seller .seller_mark,
.product_container .detailedAdvert .seller .seller_mark,
.product_2019 .detailedAdvert .seller .seller_mark {
  display: block;
  color: #929292;
  font-size: 12px;
  line-height: 14px;
}
.product_container .reco_offer .seller .seller_mark.dib,
.product_2019 .reco_offer .seller .seller_mark.dib,
.product_container .adv_list .seller .seller_mark.dib,
.product_2019 .adv_list .seller .seller_mark.dib,
.product_container .detailedAdvert .seller .seller_mark.dib,
.product_2019 .detailedAdvert .seller .seller_mark.dib {
  display: inline-block;
}
.product_container .reco_offer blockquote.comment,
.product_2019 .reco_offer blockquote.comment,
.product_container .adv_list blockquote.comment,
.product_2019 .adv_list blockquote.comment,
.product_container .detailedAdvert blockquote.comment,
.product_2019 .detailedAdvert blockquote.comment {
  color: #929292;
  font-size: 14px;
  line-height: 20px;
  margin: 16px 0;
}
.product_container .controlgroup.adv_filter,
.product_2019 .controlgroup.adv_filter {
  margin: 13px 16px;
}
.product_container .controlgroup.adv_filter ul,
.product_2019 .controlgroup.adv_filter ul {
  display: flex;
  justify-content: space-between;
}
.product_container .controlgroup.adv_filter ul li,
.product_2019 .controlgroup.adv_filter ul li {
  flex-grow: 1;
}
.product_container .controlgroup.adv_filter ul li[value*="new"],
.product_2019 .controlgroup.adv_filter ul li[value*="new"] {
  margin-right: 4px;
  width: 64px;
}
.product_container .controlgroup.adv_filter ul li[value*="used"],
.product_2019 .controlgroup.adv_filter ul li[value*="used"] {
  margin: 0 4px;
  width: 85px;
}
.product_container .controlgroup.adv_filter ul li[value*="refurbished"],
.product_2019 .controlgroup.adv_filter ul li[value*="refurbished"] {
  margin-left: 4px;
  width: 123px;
}
.product_container .controlgroup.adv_filter .filter_navbar.disable_filter a.ui-btn,
.product_2019 .controlgroup.adv_filter .filter_navbar.disable_filter a.ui-btn {
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  color: #9C9C9C;
  border: 1px solid #F7F7F7;
  border-radius: 4px;
  background-color: #F7F7F7;
  cursor: not-allowed;
  pointer-events: none;
}
.product_container .controlgroup.adv_filter .filter_navbar a.ui-btn,
.product_2019 .controlgroup.adv_filter .filter_navbar a.ui-btn {
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  color: #4A4A4A;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.product_container .controlgroup.adv_filter .filter_navbar a.ui-btn.ui-btn-active .ui-btn-text,
.product_2019 .controlgroup.adv_filter .filter_navbar a.ui-btn.ui-btn-active .ui-btn-text {
  display: inline-flex;
  justify-content: space-between;
}
.product_container .controlgroup.adv_filter .filter_navbar a.ui-btn.ui-btn-active .ui-btn-text .close_filter,
.product_2019 .controlgroup.adv_filter .filter_navbar a.ui-btn.ui-btn-active .ui-btn-text .close_filter {
  background-image: url(images/filter_close_cross.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
  background-position: 1px 4px;
}
.product_container .controlgroup.adv_filter .filter_navbar a.ui-btn-active,
.product_2019 .controlgroup.adv_filter .filter_navbar a.ui-btn-active {
  border: 1px solid #000000;
  color: #000000;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 320px) {
  .product_container .controlgroup.adv_filter .filter_navbar a.ui-btn.ui-btn-active,
  .product_2019 .controlgroup.adv_filter .filter_navbar a.ui-btn.ui-btn-active {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.product_container .noBuybox,
.product_2019 .noBuybox {
  border-top: 1px solid #eeeeee;
  padding-top: 0;
}
.product_container .noBuybox footer.pagination_adverts a.advertsPagination,
.product_2019 .noBuybox footer.pagination_adverts a.advertsPagination {
  padding: 0;
}
.product_container .collapsible_section.listingMarketplaceContainer,
.product_2019 .collapsible_section.listingMarketplaceContainer {
  border-top: 8px solid #e5e5e5;
}
.product_container .collapsible_section.listingMarketplaceContainer .titleMarketplace,
.product_2019 .collapsible_section.listingMarketplaceContainer .titleMarketplace {
  padding: 16px;
  border-bottom: 1px solid #eeeeee;
}
.product_container .collapsible_section.listingMarketplaceContainer .titleMarketplace h2,
.product_2019 .collapsible_section.listingMarketplaceContainer .titleMarketplace h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4D4D4D;
}
.product_container .collapsible_section .adv_listing,
.product_2019 .collapsible_section .adv_listing,
.product_container .collapsible_section .noBuybox,
.product_2019 .collapsible_section .noBuybox {
  margin-top: 0;
}
.product_container .collapsible_section .adv_listing .adv_list,
.product_2019 .collapsible_section .adv_listing .adv_list,
.product_container .collapsible_section .noBuybox .adv_list,
.product_2019 .collapsible_section .noBuybox .adv_list {
  padding: 0;
  margin: 0;
  background-color: white;
  border-bottom: 0;
}
.product_container .collapsible_section .adv_listing .adv_list .badgeShipping,
.product_2019 .collapsible_section .adv_listing .adv_list .badgeShipping,
.product_container .collapsible_section .noBuybox .adv_list .badgeShipping,
.product_2019 .collapsible_section .noBuybox .adv_list .badgeShipping {
  display: flex;
  max-width: 123px;
  border-radius: 4px;
  font-size: 10px;
  padding: 0px 4px 0px 8px;
  margin-bottom: 4px;
  margin-top: 16px;
  line-height: 20px;
}
.product_container .collapsible_section .adv_listing .adv_list .badgeShipping.badgeShippingExpress,
.product_2019 .collapsible_section .adv_listing .adv_list .badgeShipping.badgeShippingExpress,
.product_container .collapsible_section .noBuybox .adv_list .badgeShipping.badgeShippingExpress,
.product_2019 .collapsible_section .noBuybox .adv_list .badgeShipping.badgeShippingExpress {
  height: 22px;
  align-items: center;
  background-color: white;
  border: 1px solid #ebebeb;
}
.product_container .collapsible_section .adv_listing .adv_list .badgeShipping.badgeShippingEvent,
.product_2019 .collapsible_section .adv_listing .adv_list .badgeShipping.badgeShippingEvent,
.product_container .collapsible_section .noBuybox .adv_list .badgeShipping.badgeShippingEvent,
.product_2019 .collapsible_section .noBuybox .adv_list .badgeShipping.badgeShippingEvent {
  background-color: #ffd3d3;
}
.product_container .collapsible_section .adv_listing .adv_list .badgeShipping .imgBadge,
.product_2019 .collapsible_section .adv_listing .adv_list .badgeShipping .imgBadge,
.product_container .collapsible_section .noBuybox .adv_list .badgeShipping .imgBadge,
.product_2019 .collapsible_section .noBuybox .adv_list .badgeShipping .imgBadge {
  display: block;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.product_container .collapsible_section .adv_listing .adv_list .badgeShipping .xpress,
.product_2019 .collapsible_section .adv_listing .adv_list .badgeShipping .xpress,
.product_container .collapsible_section .noBuybox .adv_list .badgeShipping .xpress,
.product_2019 .collapsible_section .noBuybox .adv_list .badgeShipping .xpress {
  background-size: 17px;
  width: 19px;
  background-image: url(images/ic_fast_shipping.svg);
  height: 17px;
}
.product_container .collapsible_section .adv_listing .adv_list .badgeShipping .rakutenDelivery,
.product_2019 .collapsible_section .adv_listing .adv_list .badgeShipping .rakutenDelivery,
.product_container .collapsible_section .noBuybox .adv_list .badgeShipping .rakutenDelivery,
.product_2019 .collapsible_section .noBuybox .adv_list .badgeShipping .rakutenDelivery {
  background-size: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url(images/rakuten.svg);
}
.product_container .collapsible_section .adv_listing .adv_list .badgeShipping .event,
.product_2019 .collapsible_section .adv_listing .adv_list .badgeShipping .event,
.product_container .collapsible_section .noBuybox .adv_list .badgeShipping .event,
.product_2019 .collapsible_section .noBuybox .adv_list .badgeShipping .event {
  background-size: 14px;
  width: 19px;
  background-image: url(images/ic_gift.svg);
  height: 14px;
}
.product_container .collapsible_section .adv_listing .adv_list .badgeShipping span.labelXpress,
.product_2019 .collapsible_section .adv_listing .adv_list .badgeShipping span.labelXpress,
.product_container .collapsible_section .noBuybox .adv_list .badgeShipping span.labelXpress,
.product_2019 .collapsible_section .noBuybox .adv_list .badgeShipping span.labelXpress,
.product_container .collapsible_section .adv_listing .adv_list .badgeShipping span.labelEventXpress,
.product_2019 .collapsible_section .adv_listing .adv_list .badgeShipping span.labelEventXpress,
.product_container .collapsible_section .noBuybox .adv_list .badgeShipping span.labelEventXpress,
.product_2019 .collapsible_section .noBuybox .adv_list .badgeShipping span.labelEventXpress {
  font-size: 10px;
  color: #ec0606;
}
.product_container .collapsible_section .adv_listing .adv_list .advertItem,
.product_2019 .collapsible_section .adv_listing .adv_list .advertItem,
.product_container .collapsible_section .noBuybox .adv_list .advertItem,
.product_2019 .collapsible_section .noBuybox .adv_list .advertItem {
  padding: 16px 16px;
  border-bottom: 1px solid #eeeeee;
}
.product_container .collapsible_section .adv_listing .adv_list .advertItem .priceClub .blockLnk,
.product_2019 .collapsible_section .adv_listing .adv_list .advertItem .priceClub .blockLnk,
.product_container .collapsible_section .noBuybox .adv_list .advertItem .priceClub .blockLnk,
.product_2019 .collapsible_section .noBuybox .adv_list .advertItem .priceClub .blockLnk {
  width: 100%;
}
.product_container .collapsible_section .adv_listing .adv_list .advertItem .priceClub .blockLnk .linkContentPriceClub,
.product_2019 .collapsible_section .adv_listing .adv_list .advertItem .priceClub .blockLnk .linkContentPriceClub,
.product_container .collapsible_section .noBuybox .adv_list .advertItem .priceClub .blockLnk .linkContentPriceClub,
.product_2019 .collapsible_section .noBuybox .adv_list .advertItem .priceClub .blockLnk .linkContentPriceClub {
  display: none;
}
.product_container .collapsible_section .adv_listing .adv_list .advertItem .priceClubBuyBox .blockLnk,
.product_2019 .collapsible_section .adv_listing .adv_list .advertItem .priceClubBuyBox .blockLnk,
.product_container .collapsible_section .noBuybox .adv_list .advertItem .priceClubBuyBox .blockLnk,
.product_2019 .collapsible_section .noBuybox .adv_list .advertItem .priceClubBuyBox .blockLnk {
  width: 100%;
}
.product_container .collapsible_section .adv_listing .adv_list .advertItem .priceClubBuyBox .blockLnk .linkContentPriceClub,
.product_2019 .collapsible_section .adv_listing .adv_list .advertItem .priceClubBuyBox .blockLnk .linkContentPriceClub,
.product_container .collapsible_section .noBuybox .adv_list .advertItem .priceClubBuyBox .blockLnk .linkContentPriceClub,
.product_2019 .collapsible_section .noBuybox .adv_list .advertItem .priceClubBuyBox .blockLnk .linkContentPriceClub {
  display: none;
}
.product_container .collapsible_section .adv_listing .adv_list .advertItem .moreDetails,
.product_2019 .collapsible_section .adv_listing .adv_list .advertItem .moreDetails,
.product_container .collapsible_section .noBuybox .adv_list .advertItem .moreDetails,
.product_2019 .collapsible_section .noBuybox .adv_list .advertItem .moreDetails,
.product_container .collapsible_section .adv_listing .adv_list .advertItem .deliveryChoice,
.product_2019 .collapsible_section .adv_listing .adv_list .advertItem .deliveryChoice,
.product_container .collapsible_section .noBuybox .adv_list .advertItem .deliveryChoice,
.product_2019 .collapsible_section .noBuybox .adv_list .advertItem .deliveryChoice,
.product_container .collapsible_section .adv_listing .adv_list .advertItem .lemaireLaw,
.product_2019 .collapsible_section .adv_listing .adv_list .advertItem .lemaireLaw,
.product_container .collapsible_section .noBuybox .adv_list .advertItem .lemaireLaw,
.product_2019 .collapsible_section .noBuybox .adv_list .advertItem .lemaireLaw,
.product_container .collapsible_section .adv_listing .adv_list .advertItem .shipping,
.product_2019 .collapsible_section .adv_listing .adv_list .advertItem .shipping,
.product_container .collapsible_section .noBuybox .adv_list .advertItem .shipping,
.product_2019 .collapsible_section .noBuybox .adv_list .advertItem .shipping {
  display: none;
}
.product_container .collapsible_section .adv_listing .pagination_adverts,
.product_2019 .collapsible_section .adv_listing .pagination_adverts,
.product_container .collapsible_section .noBuybox .pagination_adverts,
.product_2019 .collapsible_section .noBuybox .pagination_adverts {
  border-bottom: 1px solid #eeeeee;
  border-top: 0;
  padding: 12px 0;
  border-radius: 0 0 4px 4px;
  background-color: rgba(238, 238, 238, 0.3);
}
.product_container .collapsible_section .adv_listing .pagination_adverts .advertsPagination,
.product_2019 .collapsible_section .adv_listing .pagination_adverts .advertsPagination,
.product_container .collapsible_section .noBuybox .pagination_adverts .advertsPagination,
.product_2019 .collapsible_section .noBuybox .pagination_adverts .advertsPagination {
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
}
.product_container .plusThree,
.product_2019 .plusThree {
  height: 24px;
  width: 21px;
  color: #4A4A4A;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 18px;
}
.product_container .rakutag,
.product_2019 .rakutag {
  width: 14px;
  min-width: 14px;
  height: 15px;
  min-height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://fr.shopping.rakuten.com/visuels/0_content_square/marketing/assets/ic_tag_filled.svg");
  margin-top: 4px;
  display: inline-block;
  margin-right: 5px;
  transform: translateY(4px);
}
.product_container .kmlRakupon,
.product_2019 .kmlRakupon {
  display: block;
  min-width: 230px;
  text-align: left;
  margin-bottom: 10px;
}
.product_container .cartv2footer .kmlRakupon,
.product_2019 .cartv2footer .kmlRakupon {
  min-width: 150px;
  text-align: right;
}
.product_container .kmlRakupon strong,
.product_2019 .kmlRakupon strong {
  color: #bf0000;
}
.product_container .rakuponText,
.product_2019 .rakuponText {
  font-size: 14px !important;
  color: #333;
}
.product_container .prdInfos .infosPrice .kmlRakupon,
.product_2019 .prdInfos .infosPrice .kmlRakupon {
  margin-bottom: 7px;
  margin-top: 16px;
}
.product_container .kmlrakuponLine,
.product_2019 .kmlrakuponLine {
  margin-left: 24px;
  flex-basis: 100%;
  max-width: 100%;
}
.product_container .advertItem .kmlrakuponLine,
.product_2019 .advertItem .kmlrakuponLine {
  margin-left: 0px !important;
}
.product_container .heading_4 .kmlrakuponLine,
.product_2019 .heading_4 .kmlrakuponLine {
  margin-left: 0px !important;
}
.product_container .adv_list .kmlRakupon,
.product_2019 .adv_list .kmlRakupon {
  margin-bottom: 0px;
  margin-top: 4px;
}
.product_container #prdListingListV2 .kmlrakuponLine,
.product_2019 #prdListingListV2 .kmlrakuponLine {
  margin-left: 9px;
}
.product_container .priceInfos.advertItem.detailedAdvert .kmlrakuponLine,
.product_2019 .priceInfos.advertItem.detailedAdvert .kmlrakuponLine {
  margin-left: 0px !important;
}
.product_container .v2_fpp_buy_info .kmlRakupon,
.product_2019 .v2_fpp_buy_info .kmlRakupon {
  margin-top: 12px;
  margin-bottom: 12px;
}
.clickncollectButton .ui-btn {
  background-color: white;
  border: solid 1px #bf0000;
}
.clickncollectButton .ui-btn .label {
  color: #bf0000;
}
.otherSeller {
  font-weight: 400;
  font-size: 16px;
  color: #828282;
  margin: 0px;
}
.otherSellerMt {
  margin-top: 8px;
}
