/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*  
 * LAYOUT VARIABLES 
 */
/** CHECKOUT BY STEP */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons outline */
/* Variables icons inverse */
/* Variables icons for light style */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 4 */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* testimonials-v4 */
/* testimonials-v5 */
/* testimonials-v6 */
/* --- SCSS For Typography --- */
/* .pb-left-column ***************************************************************************** */

.primary_block {
  margin-bottom: 40px;
}

.top-hr {
  background: #c4c4c4;
  height: 5px;
  margin: 2px 0 31px;
}

.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
}

.box-security .product-heading-h5 {
  margin: 3px 0 -8px;
}

@media (max-width: 1199px) {
  .box-security .product-heading-h5 {
    margin-bottom: 8px;
  }
}

.primary_block .pb-left-column img {
  /* max-width: 100%; */
  /* height: auto; */
}

a.fancybox-nav {
  outline: 0;
}

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  text-align: center;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #dbdbdb;
  background: #fff;
}

@media (max-width: 767px) {
  .pb-left-column #image-block {
    margin: 0 auto;
  }
}

.pb-left-column #image-block img {
  background: #fbfbfb;
  /* width: 100%; */
}

.pb-left-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -68px;
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 22px;
  width: 136px;
  text-align: center;
  font-weight: 700;
}

.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 22px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 4px;
}

.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: #1f318b;
}

.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}

.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}

.pb-left-column #image-block .zoomPad {
  z-index: auto !important;
}

.pb-left-column #image-block .new-box {
  z-index: 5002;
}

/* YJ pour que la vignette de réduction ne passe pas au dessus du menu mobile */
.pb-left-column #image-block .sale-box {
  z-index: 0;
}

.pb-right-column {
  padding: 0 15px 0 30px;
}

.rtl .pb-right-column {
  padding: 0 30px 0 15px;
}

.pb-right-column h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

/*.pb-right-column > div {
  margin-bottom: 25px;
}*/
/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .pb-left-column #views_block {
    width: 280px;
    margin: 10px auto 0px auto;
  }
}

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 392px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #thumbs_list {
    width: 294px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #thumbs_list {
    width: 164px;
  }
}

@media (max-width: 767px) {
  #thumbs_list {
    width: 196px;
  }
}

#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  height: 90px;
}

#thumbs_list li {
  float: left;
  height: 90px;
  width: 90px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  margin-right: 8px;
  line-height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 991px) {
  #thumbs_list li {
    width: 76px;
    height: 76px;
    margin-right: 6px;
  }
}

#thumbs_list li a {
  display: block;
  border: 3px solid #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fbfbfb;
}

#thumbs_list li a:hover,
#thumbs_list li a.shown {
  border-color: #dbdbdb;
}

#thumbs_list li img {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 991px) {
  #thumbs_list li img {
    width: 68px;
    height: 68px;
  }
}

.show-right-column.hide-left-column #thumbs_list,
.hide-right-column.show-left-column #thumbs_list {
  width: 294px;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .show-right-column.hide-left-column #thumbs_list,
  .hide-right-column.show-left-column #thumbs_list {
    width: 194px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .show-right-column.hide-left-column #thumbs_list,
  .hide-right-column.show-left-column #thumbs_list {
    width: 82px;
  }
}

@media (max-width: 767px) {

  .show-right-column.hide-left-column #thumbs_list,
  .hide-right-column.show-left-column #thumbs_list {
    width: 196px;
  }
}

span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  span.view_scroll_spacer {
    width: 45px;
    padding-left: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  span.view_scroll_spacer {
    width: 30px;
    padding-left: 3px;
  }
}

@media (max-width: 767px) {
  span.view_scroll_spacer {
    width: 45px;
    padding-left: 18px;
  }
}

.show-right-column.hide-left-column span.view_scroll_spacer,
.hide-right-column.show-left-column span.view_scroll_spacer {
  width: 27px;
  padding-left: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .show-right-column.hide-left-column span.view_scroll_spacer,
  .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 44px;
    padding-left: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .show-right-column.hide-left-column span.view_scroll_spacer,
  .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 41px;
    padding-left: 13px;
  }
}

@media (max-width: 767px) {

  .show-right-column.hide-left-column span.view_scroll_spacer,
  .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 45px;
    padding-left: 14px;
  }
}

#view_scroll_left,
#view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {

  #view_scroll_left,
  #view_scroll_right {
    margin-top: 28px;
  }
}

#view_scroll_left:before,
#view_scroll_right:before {
  padding-left: 2px;
  color: #c0c0c0;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 22px;
}

#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: #333;
}

#view_scroll_right {
  float: left;
}

#view_scroll_right:before {
  content: "\f138";
}

#view_scroll_left {
  margin-top: 0;
}

#view_scroll_left:before {
  content: "\f137";
  padding-right: 2px;
}

.resetimg {
  display: none;
  padding: 10px 0 0;
}

.resetimg #resetImages i {
  margin-right: 6px;
}

.view_scroll_spacer {
  margin-top: 38px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .view_scroll_spacer {
    margin-top: 28px;
  }
}

/* link list */
#usefull_link_block {
  list-style-type: none;
  margin-top: 15px;
  padding: 15px 10px;
}

#usefull_link_block li {
  float: left;
}

.rtl #usefull_link_block li {
  float: right;
}

#usefull_link_block .print {
  margin-right: 15px;
}

.rtl #usefull_link_block .print {
  margin-left: 15px;
  margin-right: inherit;
}

#usefull_link_block .print i {
  margin-right: 3px;
}

.rtl #usefull_link_block .print i {
  margin-left: 3px;
  margin-right: inherit;
}

#usefull_link_block .sendtofriend {
  margin-right: 15px;
}

.rtl #usefull_link_block .sendtofriend {
  margin-left: 15px;
  margin-right: inherit;
}

#usefull_link_block .sendtofriend i {
  margin-right: 3px;
}

.rtl #usefull_link_block .sendtofriend i {
  margin-left: 3px;
  margin-right: inherit;
}

#usefull_link_block #left_share_fb a {
  padding-left: 18px;
}

.rtl #usefull_link_block #left_share_fb a {
  padding-right: 18px;
  padding-left: inherit;
}

#usefull_link_block #left_share_fb a:before {
  content: "\f09a";
}

#usefull_link_block #favoriteproducts_block_extra_remove,
#usefull_link_block #favoriteproducts_block_extra_add,
#usefull_link_block #favoriteproducts_block_extra_removed,
#usefull_link_block #favoriteproducts_block_extra_added {
  cursor: pointer;
  font-weight: 700;
  clear: both;
  float: none;
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
  position: relative;
}

#usefull_link_block #favoriteproducts_block_extra_remove:before,
#usefull_link_block #favoriteproducts_block_extra_add:before,
#usefull_link_block #favoriteproducts_block_extra_removed:before,
#usefull_link_block #favoriteproducts_block_extra_added:before {
  font-family: "FontAwesome";
  color: #555555;
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: inherit;
  top: -2px;
  margin: auto;
  content: "";
  font-weight: normal;
  content: "\f08a";
}

.rtl #usefull_link_block #favoriteproducts_block_extra_remove:before,
.rtl #usefull_link_block #favoriteproducts_block_extra_add:before,
.rtl #usefull_link_block #favoriteproducts_block_extra_removed:before,
.rtl #usefull_link_block #favoriteproducts_block_extra_added:before {
  right: 0;
  left: auto;
}

#usefull_link_block #favoriteproducts_block_extra_remove:hover,
#usefull_link_block #favoriteproducts_block_extra_add:hover,
#usefull_link_block #favoriteproducts_block_extra_removed:hover,
#usefull_link_block #favoriteproducts_block_extra_added:hover {
  color: #000;
}

#usefull_link_block #favoriteproducts_block_extra_removed:before {
  content: "\f004";
}

.pb-left-column {
  margin-bottom: 20px;
}

p {
  margin-bottom: 10px;
}

#product_reference {
  margin-bottom: 6px;
  float: left;
}

#product_reference span {
  color: #555555;
}

#product_condition .editable {
  padding-left: 5px;
}

.rtl #product_condition .editable {
  padding-right: 5px;
  padding-left: inherit;
}

#short_description_block {
  color: #999999;
}

#short_description_block .buttons_bottom_block {
  display: none;
}

#short_description_block #short_description_content {
  padding: 0 0 15px;
  word-wrap: break-word;
}

#short_description_block #short_description_content ul,
#short_description_block #short_description_content ol {
  list-style: inherit;
  margin-left: 15px;
}

.rtl #short_description_block #short_description_content ul,
.rtl #short_description_block #short_description_content ol {
  margin-right: 15px;
  margin-left: inherit;
}

#buy_block {
  margin-top: 10px;
  position: relative;
}

#buy_block label {
  display: inline-block;
  min-width: 50px;
  text-align: left;
  float: left;
}

.rtl #buy_block label {
  text-align: right;
}

.rtl #buy_block label {
  float: right;
}

#buy_block p.price {
  padding: 0;
}

#color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 10px 0 -5px;
  position: relative;
}

#product p#loyalty b {
  color: #555555;
}

#product p#loyalty:before {
  content: "\f024";
  font-family: "FontAwesome";
  color: #cfcccc;
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  left: 0;
  bottom: inherit;
  top: 16px;
  margin: auto;
  content: "";
}

.rtl #product p#loyalty:before {
  right: 0;
  left: auto;
}

.attributes {
  border-left: 3px solid #1f318b;
  padding-left: 10px;
  margin-bottom: 20px;
}

.rtl .attributes {
  border-right: 3px solid #1f318b;
  border-left: inherit;
}

.rtl .attributes {
  padding-right: 10px;
  padding-left: inherit;
}

#page .rte {
  padding: 0 0px 20px;
  word-wrap: break-word;
}

#page .rte p {
  margin-bottom: 0;
}

#producttab-description ol,
#producttab-description ul {
  list-style: inherit;
  margin-left: 15px;
}

.rtl #producttab-description ol,
.rtl #producttab-description ul {
  margin-right: 15px;
  margin-left: inherit;
}

.attribute_fieldset {
  border-top: 1px solid #ccc;
  padding: 15px 15px 25px 15px;
}

#attributes fieldset label {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 25px;
  color: #333;
}

#attributes .attribute_list .form-control {
  /*max-width: 230px;*/
  max-width: 80px;
}

#attributes .attribute_list .form-control option {
  background: white;
  color: #999999;
}

#attributes .attribute_list ul {
  overflow: hidden;
}

/*#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}*/
.rtl #attributes .attribute_list ul li {
  float: right;
}

.rtl #attributes .attribute_list ul li {
  margin-left: 10px;
  margin-right: inherit;
}

#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}

.rtl #attributes .attribute_list input.attribute_radio {
  float: right;
}

.rtl #attributes .attribute_list input.attribute_radio {
  margin-right: 3px;
  margin-left: inherit;
}

#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
  float: none;
  display: inline-block;
}

#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
}

#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 7px 7px 0;
  clear: none;
}

.rtl #attributes .attribute_list #color_to_pick_list li {
  float: right;
}

.rtl #attributes .attribute_list #color_to_pick_list li {
  margin: 0 0 3px 3px;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick img {
  height: 20px !important;
  width: 20px;
  vertical-align: top;
}

#attributes .attribute_list #color_to_pick_list li.selected {
  box-shadow: 0 0 5px red;
}

.box-info-product .box-cart-bottom {
  margin-bottom: 25px;
  margin-top: 25px;
}

.box-info-product .box-cart-bottom>div>* {
  display: inline-block;
}

#wishlist_button_nopop {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#wishlist_button_nopop i {
  font-size: 18px;
}

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  margin: 0 0 20px;
  clear: both;
  background: white;
}

.table-data-sheet tr {
  border-top: 1px solid #e1e1e1;
}

.table-data-sheet tr.even {
  background: #fdfdfd;
}

.table-data-sheet tr td {
  padding: 8px 10px 8px;
}

.table-data-sheet tr td:first-child {
  border-right: 1px solid #e1e1e1;
  width: 30%;
  font-weight: 700;
  color: #555555;
}

.rtl .table-data-sheet tr td:first-child {
  border-left: 1px solid #e1e1e1;
  border-right: inherit;
}

table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  width: 50%;
  margin: 0 0 20px;
  background: white;
}

.rtl table.table-product-discounts {
  border-left: 1px solid #e1e1e1;
  border-right: inherit;
}

@media (max-width: 767px) {
  table.table-product-discounts {
    width: 100%;
  }
}

table.table-product-discounts tr th {
  background: #fbfbfb;
  color: #555555;
  font-weight: 700;
  border: none;
  font-weight: 700;
}

table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #e1e1e1;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #e1e1e1;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}

.rtl table.table-product-discounts tr td,
.rtl table.table-product-discounts tr th {
  border-right: 1px solid #e1e1e1;
  border-left: inherit;
}

.rtl table.table-product-discounts tr td,
.rtl table.table-product-discounts tr th {
  border-left: none;
  border-right: inherit;
}

.accessories-block {
  clear: both;
  margin-bottom: 0;
}

.accessories-block .block_content h2 {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px 0;
}

.accessories-block .product_list {
  margin-top: 0px;
}

.accessories-block .block_description {
  display: none;
}

.accessories-block .exclusive span {
  padding: 8px 10px 7px;
  text-decoration: none;
}

.accessories-block .exclusive span:focus,
.accessories-block .exclusive span:active {
  text-decoration: none;
}

#bxslider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

#bxslider.bx-slider-ready {
  opacity: 1;
  visibility: visible;
}

#quantitylabel {
  margin-top: -18px;
  display: block;
  padding-right: 10px;
  padding-bottom: 3px;
}

#quantity_wanted_p {
  position: relative;
  font-size: 18px;
  margin: 10px 0 20px;
}

#quantity_wanted_p input {
  width: 45px;
  height: 32px;
  text-align: center;
  float: left;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
}

.rtl #quantity_wanted_p input {
  float: right;
}

#quantity_wanted_p .product_quantity_up,
#quantity_wanted_p .product_quantity_down {
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
  position: relative;
  line-height: 34px;
  float: left;
}

.product_quantity_down,
.product_quantity_up {
  color: #5e5e5e;
}

.rtl #quantity_wanted_p .product_quantity_up,
.rtl #quantity_wanted_p .product_quantity_down {
  float: right;
}

#quantity_wanted_p .product_quantity_up:hover,
#quantity_wanted_p .product_quantity_down:hover {
  color: #fff;
  background-color: #1f318b;
  border-color: #1f318b;
}

#quantity_wanted_p label {
  display: inline-block;
  min-width: 65px;
  font-size: 15px;
  font-weight: normal;
  float: none;
}

#minimal_quantity_wanted_p {
  margin: 6px 0;
}

#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
}

#availability_statut span#availability_label i,
#availability_date_label i {
  border: 1px solid #e1e1e1;
  color: #444;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
}

.rtl #availability_statut span#availability_label i,
.rtl #availability_date_label i {
  margin-left: 10px;
  margin-right: inherit;
}

#quantityAvailable {
  color: #555555;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

#availability_value,
#last_quantities {
  color: white;
  padding: 3px 10px;
}

#last_quantities {
  background: #ff7430;
  border: 1px solid #ea5e1a;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
}

#availability_statut,
#pQuantityAvailable {
  display: inline-block;
}

#pQuantityAvailable span {
  font-weight: 700;
  color: #555555;
}

#availability_statut #availability_value.warning_inline {
  color: #e94343;
}

/* prices */
.content_prices {
  position: relative;
}

.content_prices:before,
.content_prices:after {
  content: " ";
  display: table;
}

.content_prices:after {
  clear: both;
}

.content_prices .price {
  font-size: 24px;
}

.content_prices .our_price_display {
  font-weight: 700;
  line-height: 26px;
}

.content_prices #old_price {
  font-weight: 400;
  font-size: 14px;
  float: left;
}

/* YJ ne barrer que le span contant l'ancien prix */
.content_prices #old_price span {
  text-decoration: line-through;
}

.rtl .content_prices #old_price {
  float: right;
}

.lien-destock {
  display: inline-block;
  width: 70%;
  margin-top: 15px;
  padding: 10px;
  background-color: #da0404;

  a {
    color: #f1f1f1;
    font-size: 1.2em;
    margin: auto;
  }

}

#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  font: 400 19px "Rhodium Libre", serif;
  line-height: 23px;
  color: #555555;
  background: #ff9999;
  float: left;
}

.rtl #reduction_percent,
.rtl #reduction_amount {
  margin-left: 5px;
  margin-right: inherit;
}

.rtl #reduction_percent,
.rtl #reduction_amount {
  float: right;
}

#reduction_percent span,
#reduction_amount span {
  display: block;
}

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left;
}

.rtl .pb-center-column p.online_only {
  text-align: right;
}

#send_friend_form {
  width: 555px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #send_friend_form {
    width: 280px;
  }
}

#send_friend_form .product img {
  margin: 0 0 10px 0;
  border: 1px solid #e1e1e1;
}

#send_friend_form .product p {
  padding: 0;
  color: #555555;
}

#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}

#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
}

#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #555555;
}

#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}

#send_friend_form .form_container .text {
  padding-bottom: 10px;
}

#send_friend_form .form_container .text label {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 12px;
}

#send_friend_form .form_container .text input {
  padding: 0 5px;
  height: 30px;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 12px;
  color: #666;
}

#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}

.rtl #send_friend_form .submit {
  text-align: left;
}

p.infoCustomizable {
  margin-bottom: 30px;
}

ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

.customizationUploadLine {
  padding-bottom: 10px;
}

.customizationUploadLine label {
  display: block;
  vertical-align: top;
}

.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #e1e1e1;
}

.customizationUploadBrowse img+a {
  position: relative;
  top: -51px;
}

#customizedDatas {
  float: right;
}

.rtl #customizedDatas {
  float: left;
}

.accessories_block div ul li a {
  display: inline-block;
}

.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700;
}

.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #e1e1e1;
}

.ie8 .box-security {
  filter: none;
}

.tab_product .tab-info li {
  padding-right: 20px;
}

.rtl .tab_product .tab-info li {
  padding-left: 20px;
  padding-right: inherit;
}

@media (max-width: 767px) {
  .tab_product .tab-info li {
    width: 100%;
  }
}

.tab_product .tab-info li a {
  border: 0;
  position: relative;
  padding: 10px 0;
  text-transform: uppercase;
  font: 600 14px/18px "Rhodium Libre", serif;
  display: block;
}

.tab_product .tab-info li a:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  height: 0;
  background-color: #1f318b;
  -webkit-transition: height 0.3s ease-in-out 0s;
  -o-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s;
}

.tab_product .tab-info li:hover a,
.tab_product .tab-info li.active a {
  color: #555555;
}

.tab_product .tab-info li:hover a:focus,
.tab_product .tab-info li:hover a:hover,
.tab_product .tab-info li.active a:focus,
.tab_product .tab-info li.active a:hover {
  border: 0;
  color: #555555;
}

.tab_product .tab-info li:hover a:before,
.tab_product .tab-info li.active a:before {
  height: 3px;
}

#product_payment_logos {
  clear: both;
}

@media (max-width: 767px) {
  .zoomWindow {
    display: none !important;
  }
}

/* YJ Style boutons declinaisons */
select.attribute_select {
  display: none;
}

.ui-segment {
  display: inline-block;
  pointer-events: auto;
  overflow: visible !important;
}

.ui-segment span.option.active {
  background-color: #f1e904 !important;
  color: #1f318b !important;
  outline: 1px solid #1f318b !important;
  outline-offset: 3px !important;
}

.ui-segment span.option {
  padding: 10px;
  margin: 5px;
  border: none;
  display: inline-block;
  background-color: #1f318b;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 101%;
  font-weight: 500;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ui-segment span.option:hover {
  transform: scale(1.05) !important;
}

/* YJ Style encart fabriquant en bas de la fiche produit */
.encart-fabricant-title {
  font-size: 30px;
  font-family: "Montserrat", serif !important;
  line-height: 48px;
  font-weight: 700;
  margin: 10px 0 0 0;
  color: #1f318b;
  border-bottom: 1px solid #1f318b;
}

.encart-fabricant-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.logo-fabricant img {
  max-width: 180px;
  height: auto;
  display: block;
}

.description-fabricant {
  flex: 1;
  min-width: 200px;
}

@media (max-width: 768px) {
  .encart-fabricant-content {
    flex-direction: column;
  }

  .logo-fabricant {
    margin-bottom: 15px;
  }
}