@charset "UTF-8";
/***************************** CSS GENERIC ********************************/
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body, td, pre, input, textarea, select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
}

body{
	text-align: center;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;

}

a img{
	border-width: 0;
}

td{
	vertical-align: top;
}

ul, ol{
	/* Sinon les puces ne sont pas visible sous IE */
	padding-left: 25px;
}

ul{
	list-style-type: disc;
}

li{
   line-height: 18px;
}

.cms_part{
	text-align: left;
	margin: 0 auto;
}

.cms_bandeau{
}

.cms_page{
}

.cms_gauche{
}

.cms_droite{
}

.cms_gauche, .cms_droite{
	float: left;
}

.cms_zone{
}

.cms_bloc{
	padding: 5px 0;
	clear: both;
}

/*** BLOCS FILE ***/
.cms_bloc_file{
}

/*** BLOCS FORM ***/
.cms_bloc_form{
}

.cms_bloc_form table td{
	padding: 3px;
}

.cms_bloc_form table td.intitule{
	font-weight: bold;
	text-align: left;
	width: 200px;
	vertical-align: top;
}

.cms_bloc_form table td.valeur td{
	vertical-align: middle;
}


.cms_bloc_form label{
	padding: 0 15px 0 3px;
}

.cms_bloc_form input{
	width: 200px;
}

.cms_bloc_form textarea{
	width: 300px;
	height: 100px;
}

.cms_bloc_form select{
	width: 204px;
}

.cms_bloc_form_error{
	color: #FF0000;
	padding-bottom: 10px;
}

.cms_bloc_form_message{
	font-weight: bold;
	text-align: center;
}

.cms_bloc_form .cms_bloc_form_field_content{
	text-align: justify;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	width: auto;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image{
	text-align: right;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img{
	border: 1px solid #000000;
}

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	padding: 10px 0;
}

.cms_bloc_form .cms_bloc_form_field_checkbox input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_checkbox table td{
	padding: 0;
}

.cms_bloc_form .cms_bloc_form_field_radio table td{
	padding: 0 0;
}

.cms_bloc_form .cms_bloc_form_field_radio input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_submit input{
	width: 85px;
	margin: 5px 0;
}

/*** BLOCS HTML ***/
.cms_bloc_html{
}

/*** BLOCS MEDIA ***/
.cms_bloc_media{
	text-align: center;
}

.cms_bloc_media *{
	margin: 0 auto;
}

/*** BLOCS MODULE ***/
.cms_bloc_module{
}

/*** BLOCS TEXTE ***/
.cms_bloc_text{
	text-align: justify;
}

.cms_bloc_text_media_gauche{
}

.cms_bloc_text_media_gauche .cms_bloc_media{
	padding: 0;
	margin: 0;
	float: left;
	margin: 0 15px 15px 0;
}

.cms_bloc_text_media_droite{
}

.cms_bloc_text_media_droite .cms_bloc_media{
	padding: 0;
	margin: 0;
	float: right;
	margin: 0 0 15px 15px;
}

.cms_bloc_text_haut{
}

.cms_bloc_text_media_centre{
	text-align: center;
	padding: 15px auto;
}

.cms_bloc_text_media_centre .cms_bloc_media{
	margin: 15px 0;
}

.cms_bloc_text_bas{
}

.cms_bloc_text table{
	width: 100%;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_gauche{
	width: 49%;
}

.cms_bloc_text_milieu{
	width: 2%;
}

.cms_bloc_text_droite{
	width: 49%;
}

/*** BLOCS TITRE ***/
.cms_bloc_title{
}

.cms_bloc_title h2{
	text-align: left;
	font-weight: bold;
	text-align: left;
}

/*** BLOCS CARTE ***/
.cms_bloc_map .mm_carte {
    margin: auto;
}

/*** ***/
.spacer{
	clear: both;
	display : block;
	line-height: 0;
	width: 0;
	font-size: 0;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

[class*=img-txt] {
	display : block;
	overflow : hidden;
	text-indent : -9999px;
}
.img-txt-a {
	position : absolute;
}

#print_header_right{
	float: right;
	margin-top: 10px;
	line-height: 20px;
	text-align: right;
}

#print_header_left{
	float: left;
	margin-top: 10px;
}

#print_container{
	width: 700px;
	margin: auto;
	text-align: left;
}

#print_container ul{
	list-style-type: disc;
	overflow : hidden;
}

#ma-all-news .news + .news {
	border-top: 1px solid #000;
}

img.ma-know-more-img {
	float: left;
	margin: 0 15px 8px 0;
}

#ma-detail-actu .actu-date,
#ma-all-news .news-date {
	font-weight: bold;
	margin: 0 0 5px;
}
#ma-all-news .news-image {
	float: left;
	margin: 0 15px 8px 0;
}
h3.soustitre_1 {
	font-weight: 300;
	font-size: 17px;
	color: #3793B4;
	line-height: 1.2;
	margin: 10px 0;
}

h4.soustitre_2 {
	font-weight: 200;
	font-size: 26px;
	color: #3d91ae;
	line-height: 1.2;
	margin: 10px 0;
}

h5.intertitre {
	font-size: 20px;
	font-weight: 700;
	color: #3d91ae;
	margin: 4px 0;
}

strong.accroche {
	font-size: 17px;
	font-weight: 300;
	color: #000;
}

strong.mise_en_avant_1 {
	color: #000000;
	font-weight: 700;
}

strong.mise_en_avant_2 {
	color: #dc0000;
	font-weight: 700;
}

span.legende {
	color: #4d96b5;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
}


blockquote.citation {
	margin: 10px 0;
	padding: 11px;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
	background: #F4F4F4;
	background: rgba(255,255,255,.5);
	border-left: 5px solid #4d96b5;
}
h3.TitreExpos{
text-align: center;
display: block;
font-size: 30px;
font-weight: 100;
color: #FFF;
margin: 4px 0px 6px;
letter-spacing: -0.03em;
}

/** RECAP **/
.bl-my-cart table {
  width: 100%; }

.bl-recap-contener {
  margin: 0 0 15px; }

.bl-recap-contener .bl-recap-etape {
  color: #b1b1b1;
  float: left;
  font-size: 18px;
  padding: 5px 0 5px 15px;
  line-height: 27px; }

.bl-recap-contener .bl-recap-etape:after {
  content: "\e603";
  display: inline-block;
  font-size: 21px;
  color: #b1b1b1;
  position: relative;
  top: 2px;
  left: 6px; }

.bl-recap-contener .bl-recap-etape.last:after {
  content: none; }

.bl-recap-contener .bl-recap-etape a {
  color: #b1b1b1; }

.bl-recap-contener .bl-recap-etape.active {
  color: #D71081; }

.bl-recap-contener .bl-recap-etape.first {
  padding: 5px 0 5px 0; }

.bl-recap-contener .bl-recap-etape.last {
  background: none;
  padding: 5px 0 5px 15px; }

#bl-recap-payment-paymode {
  text-align: left; }
  #bl-recap-payment-paymode .bl-recap-elem {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-right: 30px;
    width: 140px;
    max-width: 25%;
    margin-bottom: 30px; }
    #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 100%; }
      #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button {
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        background: none;
        padding: 10px 0px;
        margin: 0;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.15);
        transition: border .2s linear;
        border-radius: 6px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        outline: none; }
        #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div {
          display: inline-block; }
          #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.name {
            font-weight: bold;
            font-size: 12px; }
          #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.isProd {
            display: block;
            color: #ff0000;
            font-size: 16px;
            font-weight: bold; }
          #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.picture {
            height: 104px;
            width: 100%; }
            #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.picture::before {
              content: '';
              display: inline-block;
              vertical-align: middle;
              height: 100%;
              width: 1px; }
            #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.picture img {
              max-width: calc(100% - 1px);
              display: inline-block;
              vertical-align: middle; }
          #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.radio {
            border-radius: 100%;
            width: 16px;
            height: 16px;
            border: 1px solid rgba(0, 0, 0, 0.3);
            position: relative; }
            #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.radio::before {
              content: '';
              display: block;
              position: absolute;
              width: 8px;
              height: 8px;
              top: 3px;
              left: 3px;
              background-color: #969696;
              border-radius: 100%;
              opacity: 0;
              -webkit-transform: scale(0.8);
                  -ms-transform: scale(0.8);
                      transform: scale(0.8);
              transition: all .15s ease-out; }
    #bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button {
      border-color: black; }
      #bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button > div.radio::before {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
    #bl-recap-payment-paymode .bl-recap-elem .hiddenForm {
      display: none; }
  #bl-recap-payment-paymode #subFormAtos {
    display: none; }
    #bl-recap-payment-paymode #subFormAtos.on {
      display: block; }
    #bl-recap-payment-paymode #subFormAtos p.bl-recap-intertitre {
      padding-bottom: 25px; }
  #bl-recap-payment-paymode #bl-recap-payment-finish {
    text-align: right; }
    #bl-recap-payment-paymode #bl-recap-payment-finish > button {
      display: inline-block;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 0;
      margin: 0;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 14px;
      font-weight: bold;
      color: #fff;
      background-color: #bbb;
      outline: none;
      cursor: pointer;
      background: black;
      font-family: inherit; }
      #bl-recap-payment-paymode #bl-recap-payment-finish > button.disabled {
        display: none; }
      #bl-recap-payment-paymode #bl-recap-payment-finish > button:hover {
        background-color: #969696; }

#bl-shipping-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  opacity: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0); }
  @media (max-width: 900px) {
    #bl-shipping-popup {
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  #bl-shipping-popup.visible {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: opacity .3s ease;
    opacity: 1;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  #bl-shipping-popup .bl-popup-zone {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    max-width: 900px;
    width: 100%;
    height: 91%;
    max-height: 600px;
    overflow-y: auto; }
    @media (max-width: 900px) {
      #bl-shipping-popup .bl-popup-zone {
        border-radius: 0; } }

#colissimo_pr_choix {
  clear: both; }

#colissimo_pr {
  clear: both;
  text-align: center; }

#colissimo_pr a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border: none;
  background: #717171 none;
  font-weight: bold;
  font-size: 12px; }

#colissimo-relais-colis-popup-container {
  position: relative;
  height: 100%; }
  #colissimo-relais-colis-popup-container .loading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-repeat: repeat-x;
    opacity: 0;
    transition: opacity .3s ease; }
    #colissimo-relais-colis-popup-container .loading.visible {
      opacity: 1; }
  #colissimo-relais-colis-popup-container .pr-address {
    text-transform: lowercase; }
  #colissimo-relais-colis-popup-container #colissimo-data-form {
    height: calc(100% - 52px);
    overflow-y: auto; }
    @media (max-width: 900px) {
      #colissimo-relais-colis-popup-container #colissimo-data-form {
        height: calc(100% - 214px); } }
    #colissimo-relais-colis-popup-container #colissimo-data-form input[type="radio"] {
      display: none; }
    #colissimo-relais-colis-popup-container #colissimo-data-form input[type="radio"]:checked + .pr-row, #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row:hover {
      background-color: #e8e8e8; }
    #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row {
      cursor: pointer;
      padding: 10px;
      display: block;
      border-bottom: 1px dotted #000; }
      #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row .pr-name {
        margin-bottom: 6px; }
      #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row .pr-horaire-title {
        font-weight: bold;
        margin: 10px 0; }
      #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row .pr-horaires {
        font-size: 12px;
        list-style: none;
        color: #999; }
  #colissimo-relais-colis-popup-container #colissimo-address-form {
    position: relative;
    margin-bottom: 10px;
    background-color: #717171;
    color: #fff;
    font-size: 12px;
    padding: 12px; }
    #colissimo-relais-colis-popup-container #colissimo-address-form input[type="text"] {
      font-size: 12px;
      border-radius: 4px;
      border: none;
      padding: 6px 10px; }
    #colissimo-relais-colis-popup-container #colissimo-address-form button {
      background-color: #ffc928;
      color: #000;
      border: none;
      cursor: pointer;
      border-radius: 4px;
      padding: 6px 10px;
      margin: 0 20px; }
    @media (min-width: 901px) {
      #colissimo-relais-colis-popup-container #colissimo-address-form label + label {
        margin-left: 20px; } }
    @media (max-width: 900px) {
      #colissimo-relais-colis-popup-container #colissimo-address-form label {
        display: block; }
      #colissimo-relais-colis-popup-container #colissimo-address-form label, #colissimo-relais-colis-popup-container #colissimo-address-form button {
        margin: 5px 0; }
      #colissimo-relais-colis-popup-container #colissimo-address-form input[type="text"] {
        width: 100%; } }

@font-face {
	font-family: 'bl_font';
	src:url('https://www.shungite-geneve.ch/lib/BL/css/site/../../fonts/bl_font.eot?2al337');
	src:url('https://www.shungite-geneve.ch/lib/BL/css/site/../../fonts/bl_font.eot?#iefix2al337') format('embedded-opentype'),
		url('https://www.shungite-geneve.ch/lib/BL/css/site/../../fonts/bl_font.woff?2al337') format('woff'),
		url('https://www.shungite-geneve.ch/lib/BL/css/site/../../fonts/bl_font.ttf?2al337') format('truetype'),
		url('https://www.shungite-geneve.ch/lib/BL/css/site/../../fonts/bl_font.svg?2al337#bl_font') format('svg');
	font-weight: normal;
	font-style: normal;
}

.bl-list-products-multiple-add-to-card-button::before,
.bl-list-products li.bl-mode-light .bl-product-add-to-cart:before,
.bl-list-items li.bl-mode-light .bl-product-add-to-cart:before,
.bl-list-products li.bl-mode-light .bl-products-more-details:before,
.bl-list-items li.bl-mode-light .bl-products-more-details:before,
.bl-list-products li .bl-products-more-details:before,
.bl-list-items li .bl-products-more-details:before,
.bl-list-items li .bl-product-add-to-cart:before,
.bl-list-products li .bl-product-add-to-cart:before,
.bl-product .bl-product-add-to-cart-button:before,
.bl-my-cart div.bl-my-cart-finish-order:before,
.bl-recap-contener .bl-recap-etape:after,
.bl-my-cart td.bl-my-cart-delete a:before,
.bl-subscribe-user-submit:before {
	font-family: 'bl_font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-tag:before {
	content: "\f02b";
}
.icon-tags:before {
	content: "\f02c";
}
.icon-print:before {
	content: "\f02f";
}
.icon-video-camera:before {
	content: "\f03d";
}
.icon-image:before {
	content: "\f03e";
}
.icon-gift:before {
	content: "\f06b";
}
.icon-credit-card:before {
	content: "\f09d";
}
.icon-truck:before {
	content: "\f0d1";
}
.icon-youtube-play:before {
	content: "\f16a";
}
.icon-calculator:before {
	content: "\f1ec";
}
.icon-paypal:before {
	content: "\f1ed";
}
.icon-google-wallet:before {
	content: "\f1ee";
}
.icon-cc-visa:before {
	content: "\f1f0";
}
.icon-cc-mastercard:before {
	content: "\f1f1";
}
.icon-cc-discover:before {
	content: "\f1f2";
}
.icon-cc-amex:before {
	content: "\f1f3";
}
.icon-cc-paypal:before {
	content: "\f1f4";
}
.icon-trash:before {
	content: "\f1f8";
}
.icon-bl_font_add_to_cart:before {
	content: "\e604";
}
.icon-bl_font_x_mark:before {
	content: "\e600";
}
.icon-bl_font_more_details:before {
	content: "\e601";
}
.icon-bl_font_check_mark:before {
	content: "\e602";
}
.icon-bl_font_arrow_big:before {
	content: "\e603";
}




.bl ul.bl-list-products,
.bl ul.bl-list-items,
.bl ul.bl-list-categories {
	padding: 0 !important;
	overflow: visible;
}

.bl ul.bl-list-products > li,
.bl ul.bl-list-items > li,
.bl ul.bl-list-categories > li {
	background-image: none !important;
	padding: 0;
}

.bl-message-error {
	text-align: center;
	color: #F00;
}

input.submit {
	padding: 2px 5px;
	background-color: #EEE;
	border: solid 1px #000;
}

input.submit:hover {
	background-color: #DDD;
}

/*.bl-product-add-to-cart-button{ display: block; width: 175px; float: right; }*/
.bl-product-add-to-cart-button {
	background-color: #D71081;
	cursor: pointer;
	margin: 6px 0 0 40px;
	padding-left: 32px;
	text-align: center;
	position: relative;
}
.bl-product-add-to-cart-button:hover{
	background-color: #000;
}

.bl-product-add-to-cart-button span {
	display: block;
	/*border-left: solid 1px #000;*/
	text-align: center;
}
	.bl-product .bl-product-add-to-cart-button:before {
		content: "\e604";
		font-size: 24px;
		display: block;
		position: absolute;
		top: 2px;
		left: 3px;
		color: #fff;
	}

.bl-product-add-to-cart-button input {
	background-color: transparent;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	padding: 0 7px;
	width: 100%;
}

.ui-pnotify.cs-toast.bl-toast .ui-pnotify-container {
	background: rgba(255, 255, 255, 0.9);
}

.bl-cart-container-loader { text-align: center; position: relative; height: 39px; width: 100%; }

#pp_full_res .bl,
#pp_full_res .bl-my-cart-product-popup {
    line-height: 1.3 !important;
}
.paginationControl{
   text-align: center;	
}
	.paginationControl a, 
	.paginationControl span{
	  margin: 0 2px;
	}
.cms_bloc_bl > .bl,
.cms_bloc_module > .bl {
  position: relative; }
  @media (max-width: 600px) {
    .cms_bloc_bl > .bl *,
    .cms_bloc_module > .bl * {
      box-sizing: border-box; }
    .cms_bloc_bl > .bl .bl-list-categories li[class|="bl-category-list"],
    .cms_bloc_module > .bl .bl-list-categories li[class|="bl-category-list"] {
      float: none;
      display: block;
      width: 100%; }
      .cms_bloc_bl > .bl .bl-list-categories li[class|="bl-category-list"] > div,
      .cms_bloc_module > .bl .bl-list-categories li[class|="bl-category-list"] > div {
        width: 100% !important; }
    .cms_bloc_bl > .bl ul.bl-list-sous-categories li[class|="bl-category-detail"],
    .cms_bloc_module > .bl ul.bl-list-sous-categories li[class|="bl-category-detail"] {
      display: inline-block;
      vertical-align: top;
      width: calc(49% - 1.2rem);
      margin: .6rem !important;
      float: none; }
    .cms_bloc_bl > .bl [class|="bl-category-label"],
    .cms_bloc_bl > .bl [class|="bl-category-parent-label"],
    .cms_bloc_module > .bl [class|="bl-category-label"],
    .cms_bloc_module > .bl [class|="bl-category-parent-label"] {
      font-size: 1.6rem; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div,
      .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div,
      .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div {
        float: none;
        width: 15vw !important;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1; }
        .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left,
        .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left,
        .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left {
          text-align: center;
          width: 15vw;
          height: 15vw;
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15);
          background: white;
          text-align: center;
          position: relative; }
          .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture,
          .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture,
          .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture {
            margin: 0;
            position: relative;
            z-index: 5; }
            .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture a img,
            .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture a img,
            .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture a img {
              margin: 0;
              padding: 0;
              border: 0;
              width: 15vw; }
        .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right,
        .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right,
        .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right {
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding-left: 1rem; }
          .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3,
          .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3,
          .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 {
            height: auto;
            margin-bottom: .4rem; }
            .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 a, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 a,
            .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 a,
            .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 a {
              line-height: 1.2;
              font-size: 1.6rem; }
          .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right p.bl-product-description, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right p.bl-product-description,
          .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right p.bl-product-description,
          .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right p.bl-product-description {
            font-size: 1.2rem;
            display: none; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img {
      float: left;
      width: 15vw;
      margin: 0;
      padding: 0;
      border: 0;
      box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15); }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > h3, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > h3,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > h3,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 {
      height: auto;
      margin-bottom: .4rem;
      width: auto; }
      .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 a, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 a,
      .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 a,
      .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 a {
        line-height: 1.2;
        font-size: 1.6rem;
        text-decoration: none; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > p.bl-product-description, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > p.bl-product-description,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > p.bl-product-description,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > p.bl-product-description {
      font-size: 1.2rem;
      display: none; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price {
      display: inline-block;
      vertical-align: middle;
      position: static;
      margin: 0; }
      .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price > div, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price > div,
      .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price > div,
      .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price > div {
        margin: 0;
        float: none; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart {
      display: inline-block;
      vertical-align: middle;
      margin-left: .4rem; }
      .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a,
      .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a,
      .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a {
        text-indent: -999rem;
        width: 2.6rem;
        height: 2.6rem;
        position: relative;
        background: none;
        color: inherit;
        padding: 0; }
        .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a::before, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a::before,
        .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a::before,
        .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a::before {
          line-height: 2.6rem;
          text-align: center;
          margin: 0;
          height: 2.6rem;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          text-indent: 0; }
    .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic,
    .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic,
    .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic {
      font-size: 0;
      text-align: center; }
      .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic,
      .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic,
      .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic {
        padding: 0 !important;
        margin: 1rem .6rem !important;
        display: inline-block;
        vertical-align: top;
        float: none;
        border: 0;
        font-size: 1.2rem;
        width: calc(49% - 1.2rem) !important; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a {
          display: block;
          height: 10rem;
          overflow: hidden; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before {
            content: '';
            display: inline-block;
            width: 1px;
            height: 100%;
            vertical-align: middle; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img {
            vertical-align: middle;
            max-width: 99%;
            max-height: 99%;
            display: inline-block; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos {
          border-left: 0;
          padding: 0;
          margin: 0; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 {
            margin: 0 0 1rem 0;
            line-height: 1.2;
            height: auto; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a {
              text-decoration: none;
              font-size: 1.6rem;
              line-height: 1.2; }
    .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2,
    .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2,
    .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 {
      font-size: 0;
      text-align: center; }
      .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2,
      .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2,
      .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 {
        padding: 0 !important;
        margin: 1rem .6rem !important;
        display: inline-block;
        vertical-align: top;
        float: none;
        border: 0;
        font-size: 1.2rem;
        width: calc(49% - 1.2rem) !important; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail {
          text-align: left; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a {
            display: block;
            height: 10rem;
            overflow: hidden; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before {
              content: '';
              display: inline-block;
              width: 1px;
              height: 100%;
              vertical-align: middle; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img {
              vertical-align: middle;
              max-width: 99%;
              display: inline-block; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos {
            border-left: 0;
            padding: 0;
            margin: 0; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos .bl-product-price-list.bl-item-price > div, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos .bl-product-price-list.bl-item-price > div,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos .bl-product-price-list.bl-item-price > div,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos .bl-product-price-list.bl-item-price > div {
              margin: 0; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 {
              margin: 0 0 1rem 0;
              line-height: 1.2;
              height: auto; }
              .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a,
              .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a,
              .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a {
                text-decoration: none;
                font-size: 1.6rem;
                line-height: 1.2; }
    .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light,
    .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light,
    .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light {
      text-align: center; }
      .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light,
      .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light,
      .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: calc(49% - 1.2rem) !important;
        margin: 1rem .6rem 4rem .6rem; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a {
          display: block;
          text-align: center; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a img,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a img,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a img {
            display: inline-block;
            max-width: 100%; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 {
          height: auto;
          line-height: 1.2;
          margin: 0 0 1rem; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 a,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 a,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 a {
            line-height: 1.2;
            font-size: 1.6rem; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-light-container-link, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-light-container-link,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-light-container-link,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-light-container-link {
          margin: 2rem 0 -1.2rem; }
    .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left, .cms_bloc_bl > .bl > .bl-product > .bl-product-info-right,
    .cms_bloc_module > .bl > .bl-product > .bl-product-info-left,
    .cms_bloc_module > .bl > .bl-product > .bl-product-info-right {
      width: 100% !important;
      display: block;
      float: none; }
    .cms_bloc_bl > .bl > .bl-product > #bl-product-loader,
    .cms_bloc_module > .bl > .bl-product > #bl-product-loader {
      top: 0;
      left: 0;
      z-index: 85; }
    .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left,
    .cms_bloc_module > .bl > .bl-product > .bl-product-info-left {
      margin-bottom: 2rem; }
      .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener .bx-viewport,
      .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener .bx-viewport {
        height: auto !important; }
      .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture,
      .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture {
        transition: all .2s ease-in-out; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture > div,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture > div {
          width: 100% !important;
          text-align: center; }
          .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture > div img,
          .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture > div img {
            max-width: 100%; }
      .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener,
      .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener {
        padding: 0; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener > .controls,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener > .controls {
          display: none; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bx-wrapper, .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bx-viewport,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bx-wrapper,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bx-viewport {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener #bl-product-picture-pager,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener #bl-product-picture-pager {
          text-align: center;
          width: 100% !important;
          -webkit-transform: translate3d(0, 0, 0) !important;
                  transform: translate3d(0, 0, 0) !important; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture {
          width: 6rem !important;
          height: 6rem !important;
          display: inline-block;
          float: none !important; }
          .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture a,
          .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture a {
            width: auto !important;
            height: auto !important; }
            .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture a img,
            .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture a img {
              max-width: 100%; } }

@media (max-width: 600px) {
  .cms_bloc_bl #bl *,
  .cms_bloc_module #bl * {
    box-sizing: border-box; }
  .cms_bloc_bl #bl > .bl-recap-contener,
  .cms_bloc_module #bl > .bl-recap-contener {
    text-align: center;
    font-size: 1.4rem; }
    .cms_bloc_bl #bl > .bl-recap-contener p,
    .cms_bloc_module #bl > .bl-recap-contener p {
      float: none;
      display: inline-block;
      vertical-align: top;
      font-size: 1.4rem; }
  .cms_bloc_bl #bl > .bl-subscribe form fieldset,
  .cms_bloc_module #bl > .bl-subscribe form fieldset {
    border-radius: .4rem;
    border: 1px solid #ddd;
    width: 100%; }
    .cms_bloc_bl #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup,
    .cms_bloc_module #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup {
      border: 0;
      padding: 0;
      margin: 2rem 0; }
      .cms_bloc_bl #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div,
      .cms_bloc_module #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .cms_bloc_bl #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div #termsOfSale-label,
        .cms_bloc_module #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div #termsOfSale-label {
          display: inline-block;
          float: none;
          padding-left: 1rem;
          font-size: 1.4rem;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .cms_bloc_bl #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div input[type='checkbox'],
        .cms_bloc_module #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div input[type='checkbox'] {
          float: none;
          margin: 0;
          text-align: left; }
    .cms_bloc_bl #bl > .bl-subscribe form fieldset ul.errors li,
    .cms_bloc_module #bl > .bl-subscribe form fieldset ul.errors li {
      padding: 0; }
  .cms_bloc_bl #bl > .bl-subscribe form label,
  .cms_bloc_module #bl > .bl-subscribe form label {
    text-align: left; }
  .cms_bloc_bl #bl > .bl-subscribe form input[type='text'], .cms_bloc_bl #bl > .bl-subscribe form select, .cms_bloc_bl #bl > .bl-subscribe form textarea,
  .cms_bloc_module #bl > .bl-subscribe form input[type='text'],
  .cms_bloc_module #bl > .bl-subscribe form select,
  .cms_bloc_module #bl > .bl-subscribe form textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .2rem;
    color: #333;
    background: #fff; }
  .cms_bloc_bl #bl > .bl-my-cart > .personnal-user,
  .cms_bloc_module #bl > .bl-my-cart > .personnal-user {
    margin: 1rem 0; }
  .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table,
  .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table {
    width: 100%;
    display: block; }
    .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table thead,
    .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table thead {
      display: none; }
    .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody,
    .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody {
      display: block;
      width: 100%; }
      .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody tr,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody tr {
        display: block;
        width: 100%;
        position: relative;
        text-align: center; }
      .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description {
        display: block;
        width: 100%; }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description a.bl-my-cart-plus-infos.prettyPhoto,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description a.bl-my-cart-plus-infos.prettyPhoto {
          display: none; }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img {
          padding: 0;
          display: inline-block;
          vertical-align: middle;
          float: none; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img img,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img img {
            margin: 1rem;
            width: 4rem; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img + .bl-my-cart-infos,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img + .bl-my-cart-infos {
            width: calc(100% - 7rem); }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos {
          display: inline-block;
          float: none;
          padding: 1rem 1rem 1rem 0;
          vertical-align: middle;
          width: 100%; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos .bl-my-cart-title,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos .bl-my-cart-title {
            font-size: 1.5rem; }
            .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos .bl-my-cart-title + div,
            .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos .bl-my-cart-title + div {
              display: none; }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description ~ td,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description ~ td {
          display: inline-block;
          vertical-align: middle;
          width: auto; }
      .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-quantity > div, .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-quantity > div > div,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-quantity > div,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-quantity > div > div {
        padding: 0; }
      .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 3rem !important;
        text-align: left; }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div {
          height: 100%; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div::before,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 1px; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div a,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div a {
            display: inline-block;
            vertical-align: middle;
            max-width: calc(100% - 6px);
            width: 1.4rem;
            height: 1.4rem; }
            .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div a::before,
            .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div a::before {
              font-size: 1.4rem; }
  .cms_bloc_bl #bl > .bl-my-cart > table,
  .cms_bloc_module #bl > .bl-my-cart > table {
    width: 100%; }
    .cms_bloc_bl #bl > .bl-my-cart > table thead,
    .cms_bloc_module #bl > .bl-my-cart > table thead {
      display: none; }
    .cms_bloc_bl #bl > .bl-my-cart > table th,
    .cms_bloc_module #bl > .bl-my-cart > table th {
      font-size: 1.2rem; }
    .cms_bloc_bl #bl > .bl-my-cart > table td.picture,
    .cms_bloc_module #bl > .bl-my-cart > table td.picture {
      width: auto; }
      .cms_bloc_bl #bl > .bl-my-cart > table td.picture > div,
      .cms_bloc_module #bl > .bl-my-cart > table td.picture > div {
        display: none; }
  .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form,
  .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form {
    position: relative;
    padding-bottom: 3rem; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form ul.errors li,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form ul.errors li {
      padding: 0; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form fieldset,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form fieldset {
      border-radius: .4rem;
      border: 1px solid #ddd;
      width: 100%; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form p.bl-subscribe-user-submit,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form p.bl-subscribe-user-submit {
      position: absolute;
      bottom: 0;
      right: 0; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form label,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form label {
      text-align: left; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form input[type='text'], .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form select, .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form textarea,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form input[type='text'],
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form select,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form textarea {
      max-width: 100%;
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: .2rem;
      color: #333;
      background: #fff; }
  .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container,
  .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container {
    font-size: 1.4rem;
    text-align: center; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner {
      padding: 1rem 0; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner > div,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner > div {
        text-align: center;
        float: none;
        clear: none; }
        .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner > div > span,
        .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner > div > span {
          display: inline;
          float: none; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container > div,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container > div {
      padding-right: 0;
      font-family: Arial, sans-serif; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-finish-order, .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #bl-my-cart-information-request, .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-continu-order,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-finish-order,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #bl-my-cart-information-request,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-continu-order {
      display: inline-block;
      float: none; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode {
      top: 0;
      padding: 0;
      margin: 1.6rem 0 0;
      bottom: 0;
      left: 0;
      text-align: center;
      position: relative; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element {
        float: none;
        width: auto;
        padding: 0; }
        .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element.text,
        .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element.text {
          padding-right: 1rem; }
        .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element.button,
        .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element.button {
          margin: 1rem 0 0;
          display: inline-block;
          font-size: 1.2rem;
          font-weight: bold;
          height: 2.4rem;
          line-height: 2.4rem;
          padding: 0 1rem;
          background: #dfdfdf; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode label, .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode input,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode label,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode input {
        display: inline-block;
        float: none;
        vertical-align: middle; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode label,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode label {
        font-size: 1.2rem; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element-infos,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element-infos {
        top: calc(50% - 1.25rem); }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container input,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container input {
      font-size: 1.4rem; }
  .cms_bloc_bl #bl > .bl-my-cart td.bl-my-cart-price div,
  .cms_bloc_module #bl > .bl-my-cart td.bl-my-cart-price div {
    font-size: 1.5rem; } }

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(https://www.shungite-geneve.ch/lib/default/css/../images/prettyPhoto/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}
input.submit{ padding: 2px 5px; background-color: #EEE; border: solid 1px #000; }
input.submit:hover{ background-color: #DDD; }

/*.bl-product-add-to-cart-button{ display: block; width: 175px; float: right; }*/
.bl-product-add-to-cart-button{
	/*background: url('https://www.shungite-geneve.ch/lib/BL/css/site/cms/../../images/site/add-to-cart.png') no-repeat 5px 4px;*/ 
	padding-left: 28px;
	text-align: center;
	/*border: solid 1px #000;*/
	cursor: pointer;
	margin-top: 10px;
}
.bl-product-add-to-cart-button span	{ display: block; /*border-left: solid 1px #000;*/ text-align: center; }
.bl-product-add-to-cart-button input	{ width: 100%; cursor: pointer; background-color: transparent; border: medium none; font-size: 12px; height: 26px; }
/*.bl-product-add-to-cart-button input:hover	{ background-color: #EEE; }*/

.bl-category{ background: none; }

.bl-list-items li  {
	background-image: none;
}

.bl-list-items li  {
	background-image: none !important;
	clear: both;
	margin: 5px 0;
	list-style: none outside none;
	padding: 10px !important;
	position: relative;
}
.bl-list-items li.bl-item-mosaic  {
	clear: none;
}

.bl-list-items li.row-1  {
	background-color: #ececec;
	background-color: rgba(0,0,0,.07);
}

.bl-list-items li.row-2  {
	background-color: #f7f7f7;
	background-color: rgba(0,0,0,.03);
}

.bl-list-items li p.bl-item-picture  {
	float: left;
   font-size: 0;
   line-height: 0;
   margin: 0 10px 5px 0;
}

.bl-list-items li .bl-product-picture img  {
	padding: 0;
	border: none;
}

.bl-list-items li h3.bl-item-mosaic {
	width: 50%;
}

.bl-list-items li h3 a  {
	color: #D71081;
	font-size: 13px;
	font-weight: bold;
}

.bl-list-items li div.bl-items-add-to-cart  {
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -6px 0 0 0;
}

.bl-product-price-list  {
	color: #d71081;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 5px;
}

.bl-list-items li div.bl-item-price {
   font-size: 15px;
   font-weight: bold;
   margin: 0 0 0 5px;
   position: absolute;
   right: 0;
   top: 12px;
}
	.bl-list-items li.bl-item-mosaic div.bl-item-price {
		padding: 5px 0;
		position: relative;
		right: auto;
		top: auto;
	}
		.bl-list-items li.bl-item-mosaic div.bl-item-price > div {
			display: inline;
			margin: 0 0 0 5px;
			text-align: right;
			vertical-align: top;
		}
		.bl-list-items li.bl-item-mosaic div.bl-item-price > div.bl-list-products-checkout-container {
			display: block;
			text-align: left;
		}
.bl-list-items li div.bl-item-price > div {
		display: inline;
		margin: 0 5px 0 0;
		text-align: right;
	}
	.bl-list-items li div.bl-item-price div {
		font-size: 15px;
	}
	.bl-list-items li div.bl-item-price div.bl-products-list-promoted  {
		color: #777777;
	   font-size: 12px;
	   font-weight: normal;
	   padding: 0;
	   text-decoration: line-through;
	}

	.bl-list-items li .bl-product-add-to-cart {
		background: #D71081;
		color: #FFFFFF;
		display: inline-block;
		font-size: 12px;
		font-weight: bold;
		height: 29px;
		line-height: 29px;
		padding: 0 7px;
		text-align: left;
		text-decoration: none;
	}
			.bl-list-items li .bl-product-add-to-cart:before {
				content: "\e604";
				margin-right: 6px;
				font-size: 20px;
				position: relative;
				top: 4px;
			}

	.bl-list-items li .bl-product-add-to-cart:hover {
		background-color: #000;
		text-decoration: none;
	}

.bl-list-items div.bl-errorbox  {
	text-align: center;
	color: #F00;
}

.bl-list-items .bl-product-description  {
	margin: 5px 0 0;
   padding: 5px 0 5px;
   overflow: auto;
	text-align: justify;
}

.bl-list-items .bl-items-product-description a  {
	text-decoration: none;
}

.bl-list-items div.bl-items-cart-next  {
	clear: both;
	line-height: 25px;
	width: 100%;
	text-align: right;
}

.bl-list-items div.bl-items-cart-next input  {
	cursor: pointer;
}

.bl-list-items div.bl-items-cart-next .bl-product-add-to-cart-button  {
	width: 90px;
	float: right;
	margin-top: 0px;
	margin-left: 10px;
}

.bl-list-items .bl-mode-list h3.bl-title-1-line { line-height: 20px; }
.bl-list-items .bl-mode-list h3.bl-title-2-line { line-height: 20px; }
.bl-list-items .bl-mode-list h3.bl-title-3-line { line-height: 20px; }

.bl-list-items li.bl-mode-list h3 {
	width: 80%;
}


.bl-list-items .bl-product-description {
	margin: 5px 0 0;
	padding: 5px 0 5px;
	overflow: auto;
	text-align: justify;
}

/*** LIST PRODUCT: MOSAIC ***/
.bl-list-items li.bl-mode-mosaic {
   float: left;
/*   height: 200px;*/
   margin: 0 2px 10px;
   position: relative;
}

.bl-list-items li.bl-mode-mosaic .bl-product-picture {
   margin: 0;
   text-align: center;
}
   .bl-list-items li.bl-mode-mosaic .bl-product-picture img  {
	  border: none;
   }

.bl-list-items li.bl-mode-mosaic .bl-product-picture,
.bl-list-items li.bl-mode-mosaic .bl-list-products-checkout-container {
   float: none;
}

.bl-list-items li.bl-mode-mosaic .bl-product-detail-infos {
   border-left: 1px solid #dcdcdc;
   padding: 0 0 0 3px;
   position: relative;
   /*height: 100px;*/
}

	.bl-list-items li.bl-mode-mosaic h3 + p.outofstock {
		text-align: center;
		position: absolute;
		font-size: 13px;
	    top: 20%;
	    left: 0;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.78);
	    padding: 3px 0;
	}

.bl-list-items li.bl-mode-mosaic h3 {
   margin: 5px 0;
   font-size: 13px;
   text-transform: lowercase;
}

.bl-list-items h3.bl-title-1-line { height: 20px; line-height: 20px; }
.bl-list-items h3.bl-title-2-line { height: 40px; line-height: 20px; }
.bl-list-items h3.bl-title-3-line { height: 60px; line-height: 20px; }

.bl-list-items li.bl-item-mosaic .bl-item-detail h3:first-letter {
   text-transform: uppercase;
}

.bl-list-items li.bl-item-mosaic .bl-product-price-list {
   margin: 0;
   position: relative;
   /*top: auto;
   right: auto;*/
}

.bl-list-items li.bl-item-mosaic .bl-product-price-list .bl-list-products-checkout-container {
   bottom: 15px;
   left: 15px;
   margin: 5px 0 0;
   position: absolute;
}

.bl-list-items li.bl-item-mosaic .bl-my-cart-product-popup .bl-popup-product-title {
   color: #D71081;
   font-size: 15px;
   font-weight: bold;
   margin: 25px 0 0;
   padding: 0 0 10px;
}

/*** LIST PRODUCT: LIGHT ***/

.bl-list-items li.bl-mode-light {
	clear: none;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	float: left;
	margin: 0 5px 25px;
	overflow: visible !important;
	padding: 15px 5px 0 !important;
}
	.bl-list-items li.bl-mode-light h3.bl-title-1-line  { height: 20px; line-height: 20px; }
	.bl-list-items li.bl-mode-light h3.bl-title-2-line  { height: 40px; line-height: 20px; }
	.bl-list-items li.bl-mode-light h3.bl-title-3-line  { height: 60px; line-height: 20px; }

	.bl-list-items li.bl-mode-light h3 + p.outofstock {
		text-align: center;
		position: absolute;
		font-size: 13px;
	    top: 61%;
	    left: 0;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.78);
	    padding: 3px 0;
	}

	.bl-list-items li.bl-mode-light h3 {
		text-align: center;
	}
		.bl-list-items li.bl-mode-light h3 a {
			text-decoration: none;
			font-size: 12px;
			line-height: 16px;
		}
		.bl-list-items li.bl-mode-light h3 a:hover {
			color: #000;
		}
	.bl-list-items li.bl-mode-light p.bl-item-picture {
		margin: 5px 10px 5px 0;
		float: none;
		text-align: center;
	}
		.bl-list-items li.bl-mode-light p.bl-item-picture img {
			border: none;
		}
	.bl-list-items li.bl-mode-light .bl-light-price-container {
		text-align: center;
	}
		.bl-list-items li.bl-mode-light .bl-light-price-container > div {
			display: inline-block;
		}
		.bl-list-items li.bl-mode-light .bl-light-price-container .bl-products-list-promoted {
			font-size: 11px;
			vertical-align: top;
			text-decoration: line-through;
		}
		.bl-list-items li.bl-mode-light .bl-light-price-container .bl-products-list-price {
			font-weight: bold;
		}
	.bl-list-items li.bl-mode-light .bl-light-container-link {
		clear: both;
		height: 25px;
		margin: 0 0 -12px;
		text-align: center;
	}
	.bl-list-items li.bl-mode-light .bl-light-container-link.with-checkbox {
		height: auto;
		margin: 0 0 0;
	}
		.bl-list-items li.bl-mode-light .bl-products-list-addToCart,
		.bl-list-items li.bl-mode-light .bl-products-list-more-details {
			display: inline-block;
			margin: 0 auto;
		}

	.bl-list-items li.bl-mode-light .bl-product-add-to-cart {
		background: #D71081;
		border-radius: 5px;
		display: inline-block;
		height: 15px;
		margin: 0 0 0 5px;
		overflow: hidden;
		padding: 5px;
		position: relative;
		bottom: auto;
		left: auto;
		font-size: 0;
		width: 15px;
		color: #fff;
	}
			.bl-list-items li.bl-mode-light .bl-product-add-to-cart:before {
				content: "\e604";
				font-size: 20px;
				display: block;
				position: relative;
				top: -2px;
				left: -2px;
			}

		.bl-list-items li.bl-mode-light .bl-product-add-to-cart:hover {
			background-color: #000000;
		}

	.bl-list-items li.bl-mode-light .bl-products-more-details {
		background: #BCBCBC;
		border-radius: 5px;
		display: inline-block;
		height: 15px;
		overflow: hidden;
		padding: 5px;
		position: relative;
		width: 15px;
		text-decoration: none;
		font-size: 0;
		color: #fff;
	}
			.bl-list-items li.bl-mode-light .bl-products-more-details:before {
				content: "\e601";
				font-size: 17px;
				display: block;
				position: relative;
				top: -1px;
				left: -1px;
			}
	.bl-list-items li.bl-mode-light .bl-products-more-details:hover {
		background-color: #505050;
	}


/*** LIST PRODUCT: LIST2 ***/
.bl-mode-list2 .bl-list2-container-right {
	float: right;
}
.bl-mode-list2 .bl-list2-container-left {
	float: left;
}
	.bl-list-items .bl-mode-list2 h3.bl-title-1-line { line-height: 20px; }
	.bl-list-items .bl-mode-list2 h3.bl-title-2-line { line-height: 20px; }
	.bl-list-items .bl-mode-list2 h3.bl-title-3-line { line-height: 20px; }

	.bl-list-items li.bl-mode-list2 h3 a {
		text-decoration: none;
		line-height: 16px;
	}
	.bl-list-items li.bl-mode-list2 h3 a:hover {
		color: #000;
	}

	.bl-list-items li.bl-mode-list2 .bl-product-picture img {
		border: 1px solid #CCCCCC;
		padding: 1px;
	}

	.bl-list-items li.bl-mode-list2 .bl-product-description {
		margin: 5px 0 0;
		min-height: 40px;
		padding: 5px 0;
	}
	.bl-list-items li.bl-mode-list2 .bl-products-list-addToCart,
	.bl-list-items li.bl-mode-list2 .bl-products-list-more-details,
	.bl-list-items li.bl-mode-list2 .bl-item-price {
		display: inline-block;
		margin: 0 auto;
	}
	.bl-list-items li.bl-mode-list2 .bl-item-price {
		float: left;
		padding: 5px 0 0;
		position: relative;
		right: auto;
		top: auto;
	}
	.bl-list-items li.bl-mode-list2 .bl-list2-container-link {
		float: left;
		margin: 0 0 0 15px;
	}
	.bl-list-items li.bl-mode-list2 .bl-product-add-to-cart {
		border-radius: 5px;
		background: none;
		display: inline-block;
		height: 15px;
		overflow: hidden;
		padding: 5px;
		position: relative;
		bottom: auto;
		left: auto;
		width: 15px;
		font-size: 0;
		color: #707070;
	}
			.bl-list-items li.bl-mode-list2 .bl-product-add-to-cart:before {
				content: "\e604";
				font-size: 20px;
				display: block;
				position: relative;
				top: -2px;
				left: -2px;
			}

 	.bl-list-items li.bl-mode-list2 .bl-product-add-to-cart:hover {
		background-color: #505050;
		color: #fff;
	}
	.bl-list-items li.bl-mode-list2 .bl-products-more-details {
		background: none;
		border-radius: 5px;
		display: inline-block;
		height: 15px;
		overflow: hidden;
		position: relative;
		padding: 5px;
		width: 15px;
		color: #707070;
		font-size: 0;
		text-decoration: none;
	}
			.bl-list-items li.bl-mode-list2 .bl-products-more-details:before {
				content: "\e601";
				font-size: 16px;
				display: block;
				position: relative;
				top: -1px;
				left: -1px;
			}


	.bl-list-items li.bl-mode-list2 .bl-products-more-details:hover {
		background-color: #505050;
		color: #fff;
	}

/*** LIST PRODUCT: MOSAIC2 ***/
.bl-list-items li.bl-mode-mosaic2 {
	float: left;
	height: auto;
	margin: 0 2px 10px;
}

	.bl-list-items li.bl-mode-mosaic2 .bl-product-picture {
		margin: 0 0 5px 0;
		float: none;
		text-align: center;
	}

	.bl-list-items li.bl-mode-mosaic2 .bl-product-detail-infos {
		border-left: 1px solid #DCDCDC;
		height: auto;
		padding: 0 0 0 3px;
	}

	.bl-list-items li.bl-mode-mosaic2 h3 + p.outofstock {
		text-align: center;
		position: absolute;
		font-size: 13px;
	    top: 20%;
	    left: 0;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.78);
	    padding: 3px 0;
	}

	.bl-list-items li.bl-mode-mosaic2 h3 {
		margin: 0;
	}

	.bl-list-items li.bl-mode-mosaic2 h3 a {
		text-decoration: none;
		line-height: 16px;
	}
	.bl-list-items li.bl-mode-mosaic2 h3 a:hover {
		color: #000;
	}
	.bl-list-items li.bl-mode-mosaic2 .bl-mosaic2-container-link {
		float: right;
	}
	.bl-list-items li.bl-mode-mosaic2 .bl-products-list-addToCart,
	.bl-list-items li.bl-mode-mosaic2 .bl-products-list-more-details,
	.bl-list-items li.bl-mode-mosaic2 .bl-item-price {
		display: inline-block;
		margin: 0 auto;
	}
		.bl-list-items li.bl-mode-mosaic2 .bl-item-price {
			padding: 6px 0 0;
		}
			.bl-list-items li.bl-mode-mosaic2 div.bl-item-price div.bl-products-list-promoted {
				font-size: 12px;
			}
			.bl-list-items li.bl-mode-mosaic2 div.bl-item-price div {
				font-size: 13px;
			}

	/************* BOUTONS PANIER ET LOUPE *********************/

	.bl-list-items li.bl-mode-mosaic2 .bl-product-add-to-cart {
		border-radius: 5px;
		background: none;
		display: inline-block;
		height: 15px;
		overflow: hidden;
		padding: 5px;
		position: relative;
		bottom: auto;
		left: auto;
		width: 15px;
		font-size: 0;
		color: #707070;
	}
			.bl-list-items li.bl-mode-mosaic2 .bl-product-add-to-cart:before {
				content: "\e604";
				font-size: 20px;
				display: block;
				position: relative;
				top: -2px;
				left: -2px;
			}

 	.bl-list-items li.bl-mode-mosaic2 .bl-product-add-to-cart:hover {
		background-color: #505050;
		color: #fff;
	}
	.bl-list-items li.bl-mode-mosaic2 .bl-products-more-details {
		background: none;
		border-radius: 5px;
		display: inline-block;
		height: 15px;
		overflow: hidden;
		position: relative;
		padding: 5px;
		width: 15px;
		color: #707070;
		font-size: 0;
		text-decoration: none;
	}
			.bl-list-items li.bl-mode-mosaic2 .bl-products-more-details:before {
				content: "\e601";
				font-size: 16px;
				display: block;
				position: relative;
				top: -1px;
				left: -1px;
			}

	.bl-list-items li.bl-mode-mosaic2 .bl-products-more-details:hover {
		background-color: #505050;
		color: #fff;
	}

/**** CATEGORY ****/

.bl-list-items li.category {
	display: block;
	float: left;
}

.bl-list-items .bl-category-link {
	text-decoration: none;
}

[class|="bl-category-label"]
 {
	background-color: #000000;
	border-left: 8px solid #D71081;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
}

.cms_bloc_bl .bl-list-items li.category {
	display: block;
	float: left;
	padding: 0 !important;
	margin: 0 10px 10px 0;
	vertical-align: top;
	clear: none;
}

/****** POPUP *******/

.pp_content {
	position: relative;
}
	#pp_full_res .bl-product-main-title h2 {
		width: 85%;
	}
	.pp_content_container .pp_details,
	div.facebook .pp_details {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
.pp_details .pp_description {
	display: none !important;
}
	a.pp_close  {
		position: absolute;
		right: 20px;
		top: 0;
	}

.bl-product-main-title{
	margin: 0 0 15px;
}
	.bl-product-main-title h2 {
		color: #D71081;
		font-weight: bold;
		font-size: 20px;
	}

.bl-product-price-to-cart {
	float: right;
	height: 175px;
	width: 220px;
}

.bl-product-price {
	font-weight: bold;
	font-size: 15px;
	height: 26px;
}
.bl-product-price .promoted {
	color: #D71081;
	text-shadow: none;
}
.bl-product-price .promoted.new_price {
	color: #000;
}

.bl-product-back-to-list {
	text-align: right;
}

.bl-product .bl-product-pictures {
	width: 200px;
	float: left;
}
#bl-product-main-picture-contener .bx-has-controls-auto {
	display: none;
}

.bl-product .bl-product-picture {
	float: left;
	text-align: center;
}
#bl-product-picture-pager-contener{
	position: relative;	
	padding: 0 15px;
}
	#bl-product-bt-prev,
	#bl-product-bt-next{/*
		background: url(https://www.shungite-geneve.ch/lib/BL/css/site/../../images/site/sprite-arrow-photo.png) no-repeat;*/
		height: 18px;
		width: 11px;
		
		position: absolute;
		top: 50%;
		margin-top: -9px;
	}
		#bl-product-bt-prev .bx-prev,
		#bl-product-bt-next .bx-next{
			display: block;
			border-top: 9px solid transparent;
			border-bottom: 9px solid transparent;
			height: 0;
			width: 0;
		}
		#bl-product-bt-prev .bx-prev {
			border-right: 11px solid #707070;
		}
		#bl-product-bt-next .bx-next {
			border-left: 11px solid #707070;
		}
		#bl-product-bt-prev:hover .bx-prev {
			border-right: 11px solid #b0b0b0;
		}
		#bl-product-bt-next:hover .bx-next {
			border-left: 11px solid #b0b0b0;
		}
		
	#bl-product-bt-prev{
		left: 0;
	}
	#bl-product-bt-next{
		background-position: 0 -23px;
		right: 0;
	}
	
	.bl-product .bl-product-picture a{
		display: block;
		font-size: 0;
		line-height: 0;
		padding: 0;
	}
	.bl-product .bl-product-picture img{
		border: solid 1px #fff;
		transition: border .4s ease-in-out;
	}
	.bl-product .bl-product-picture.pager-active img{
      border: solid 1px #D71081;
   } 

.bl-product-long-description,.bl-product-description {
	text-align: justify;
}
#bl-product-long-description { margin: 15px 0 0 0; }
.bl-product-short-description{
	padding: 20px 0 0;
}

.bl-list-product-add-to-cart {
	display: block;
	width: 175px;
	float: right;
}

.bl-list-product-add-to-cart3 {
	display: block;
	width: 170px;
	height: 30px;
	text-align: center;
}

.bl-list-product-add-to-cart .bl-product-add-to-cart-quantity {
	text-align: right;
	margin-top: 5px;
}

.bl-product-back-to-list a {
	margin-top: 20px;
	display: block;
	float: right;
	text-decoration: none;
	color: #000;
}

.bl-product-back-to-list a {
	width: 135px;
	height: 24px;
	background: url('https://www.shungite-geneve.ch/lib/BL/css/site/../../images/site/back-to-list.png') no-repeat 5px 3px;
}

.bl-product-back-to-list a span {
	display: block;
	text-align: left;
}

.bl-list-product-add-to-cart a span {
	margin-left: 36px;
	line-height: 30px;
	font-size: 14px;
}

.bl-product-back-to-list a span {
	margin-left: 28px;
	line-height: 24px;
	font-size: 12px;
}

.bl-product-features {
	padding-top: 20px;
	clear: both;
}
   .bl-product-features .label{
      border-right: 1px solid #dcdcdc;
      font-weight: bold;
      width: 115px;
   }
   .bl-product-features td{
      border-bottom: 1px solid #dcdcdc;
      padding: 5px;
   }
#pp_full_res .bl-product {
	height: 100%;
	overflow: auto;
	padding: 0 10px 0 0;
}

#bl-product-pictures .bl-product-picture {
	cursor: pointer;
}

#bl-product-main-picture-contener{
	padding: 5px 15px;
}
	#bl-product-pictures #bl-product-main-picture img.notDisplayed {
		display: none;
	}

.bl-product-info-left{
	float: left;
	margin: 0 15px 0 0;
}

.bl-product-info-right{
	float: right;
}
    .bl-product-info-right form{
        padding: 15px 0 0 0;
    }
    #pp_full_res .bl-product-info-right form{
        padding: 0 0 0;
    }
	.bl-product-price > div{
		float: left;
	}
		.bl-product-price div{
			color: #D71081;
			font-size: 18px;
		}
		.bl-product-price div + div{
			color: #000000;
		   font-size: 12px;
		   font-weight: normal;
		   padding: 5px 0 0;
		}
		
		.bl-product-shipping{
			color: #D71081;
			clear: both;
			display: block;
			font-size: 12px;
			font-weight: normal;
		}
	
	.bl-product-add-to-cart-quantity,
	.bl-product-add-to-cart-button{
		float: left;
	}
	
	.bl-product-add-to-cart-quantity input{
		font-size: 12px;
		width: 30px;
		padding: 5px;
	}
	
	.bl-product-add-to-cart-button {
		margin: 0;
		margin-top: 6px;
		clear: both;
	}
	
	.bl-product-add-to-cart-quantity label,
	.bl-product-criteria > .label {
		color: #D71081;
		display: block;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 3px;
	}

	.bl-product-add-to-cart-quantity select{
		font-size: 12px;
		padding: 3px 2px;
	}
	
	.bl-product-title-description,
	.bl-product-title-price-level{
		color: #D71081;
		font-size: 15px;
		font-weight: bold;
		margin: 20px 0;
	}
	
.bl-product-price-level {
	margin-top: 20px;
	clear: both;
}
   .bl-product-price-level .label{
      border-right: 1px solid #dcdcdc;
      font-weight: bold;
      width: 115px;
   }
   .bl-product-price-level td{
      border-bottom: 1px solid #dcdcdc;
      padding: 5px;
   }

#bl-product-loader{ 
	text-align: center; 
	padding-top: 200px;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #FFF;
	display: none;
}

#product-criteria .bl-product-criteria{ padding-top: 7px; padding-bottom: 3px; clear: both; display: block; }
#product-criteria label {	
	cursor: pointer;
	margin-right: 5px;
	display: block;
	text-align: left;
}
#product-criteria .notpicture label {
	padding: 1px 0 1px 3px;
}
#product-criteria .picture label {
	float: left;
	padding: 0;
}
#product-criteria label input {
	position: relative;
	cursor: pointer;
	top: 2px;
}
#product-criteria label.selected{ border: solid 1px #000; }
#product-criteria .picture input.bl-criteria-index{ display: none; }
#product-criteria select{ width: 60%; padding: 5px; }