/*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;
}
