/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 30px;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #c7c7c7;
  -webkit-box-shadow: 0px 1px 5px #c7c7c7;
  box-shadow: 0px 1px 5px #c7c7c7; }

.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Roboto", sans-serif; }

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

a.fancybox-nav {
  outline: 0; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  padding-left: 15px;
  padding-top: 15px; }
  @media (max-width: 767px) {
    .pb-left-column #image-block {
      padding-right: 15px; } }
  .pb-left-column #image-block .middle-content {
    display: table;
    margin: auto;
    vertical-align: middle; }
  .pb-left-column #image-block img {
    width: 100%;
    display: block; }
  .pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 4%;
    left: 50%;
    margin-left: -10px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .pb-left-column #image-block #view_full_size .span_link:after {
      font-family: "FontAwesome";
      color: #5d5d5d;
      opacity: 0.5;
      font-size: 20px;
      line-height: 30px;
      content: "\f00e";
      font-weight: normal; }
    .pb-left-column #image-block #view_full_size .span_link:hover:after {
      opacity: 1; }
    .pb-left-column #image-block #view_full_size .span_link:hover {
      -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
  .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,
  .pb-left-column #image-block .sale-box {
    z-index: 5002;
    top: 10px;
    left: 10px;
    line-height: 26px;
    cursor: default; }
    .pb-left-column #image-block .new-box .new-label, .pb-left-column #image-block .new-box .sale-label,
    .pb-left-column #image-block .sale-box .new-label,
    .pb-left-column #image-block .sale-box .sale-label {
      padding: 0 8px;
      font-size: 15px; }
.pb-left-column #views_block {
  margin-top: 20px;
  position: relative;
  padding: 0 8%; }

/* miniatures */
#thumbs_list {
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin: auto; }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: auto;
    margin-bottom: 0; }
  #thumbs_list li {
    float: left;
    width: 90px;
    cursor: pointer;
    margin: 0 5px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #thumbs_list li a {
      display: block;
      border: 1px solid transparent;
      -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: #ffffff; }
      #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #5a9e74; }
    #thumbs_list li img {
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  @media (max-width: 991px) {
    #thumbs_list {
      max-width: none; } }

span.view_scroll_spacer {
  float: left;
  width: 39px; }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      padding-left: 6px;
      width: 28px; } }

#view_scroll_left,
#view_scroll_right {
  height: 20px;
  width: 20px;
  float: left;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 2%; }
  #view_scroll_left:before,
  #view_scroll_right:before {
    padding-left: 2px;
    color: #5d5d5d;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #fd6282; }

#view_scroll_right {
  float: right;
  right: 2%;
  left: auto; }
  #view_scroll_right:before {
    content: "\f138"; }

#view_scroll_left:before {
  content: "\f137";
  padding-right: 2px; }

.resetimg {
  padding: 11px 8% 0; }
  .resetimg #resetImages i {
    margin-right: 6px; }

/* link list */
#usefull_link_block {
  list-style-type: none;
  margin: 15px; }
  #usefull_link_block li {
    float: left;
    width: 33.3333333%; }
    @media (max-width: 991px) {
      #usefull_link_block li {
        width: 50%; } }
    #usefull_link_block li a {
      position: relative;
      padding-left: 25px;
      display: inline-block;
      line-height: 21px; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        font-size: 16px;
        position: absolute;
        left: 0;
        font-weight: normal; }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\f003"; }
    #usefull_link_block li#left_share_fb a {
      padding-left: 18px; }
    #usefull_link_block li#left_share_fb a:before {
      content: "\f09a"; }
    #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#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 li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
        font-family: "FontAwesome";
        color: #5d5d5d;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal;
        content: "\f08a"; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
        color: #000; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  padding-right: 30px;
  /* form */ }
  @media (max-width: 767px) {
    .pb-center-column {
      padding-left: 30px; } }
  .pb-center-column h1 {
    margin-bottom: 20px;
    margin-right: 80px;
    font-size: 28px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .pb-center-column h1 {
        margin-right: 0; } }
  .pb-center-column #product_reference {
    margin-bottom: 0; }
  .pb-center-column #short_description_block {
    margin-top: 10px;
    margin-bottom: 20px; }
    .pb-center-column #short_description_block .buttons_bottom_block {
      display: none; }
    .pb-center-column #short_description_block #short_description_content {
      padding: 0;
      word-wrap: break-word; }
  .pb-center-column #buy_block {
    margin-top: 15px; }
    .pb-center-column #buy_block label {
      float: left;
      min-width: 20%;
      font-weight: 400;
      line-height: 35px;
      margin: 0;
      margin-right: 5px; }
    .pb-center-column #buy_block p.price {
      padding: 0; }
  .pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #5d5d5d; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

.page-product-box .rte {
  padding-bottom: 20px;
  padding-left: 5px;
  word-wrap: break-word; }
  .page-product-box .rte p {
    margin-bottom: 1em;
    min-height: 1px; }

#attributes fieldset {
  margin-bottom: 16px;
  width: 100%; }
  #attributes fieldset label {
    vertical-align: top;
    display: block; }
#attributes .attribute_list {
  float: left; }
  #attributes .attribute_list .form-control {
    max-width: 236px; }
    #attributes .attribute_list .form-control option {
      background: #ffffff;
      color: #5d5d5d; }
  #attributes .attribute_list ul {
    clear: both;
    margin: 0; }
    #attributes .attribute_list ul li {
      float: left;
      margin-right: 10px; }
  #attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
  #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: 4px 3px 5px 0;
      padding: 1px;
      clear: none;
      width: 26px;
      height: 26px; }
      #attributes .attribute_list #color_to_pick_list li a.color_pick {
        display: block;
        height: 22px;
        width: 22px;
        cursor: pointer; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick img {
          display: block;
          height: 22px;
          width: 22px; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick[style="background:#ffffff;"] {
          border: 1px solid #c7c7c7; }
      #attributes .attribute_list #color_to_pick_list li.selected {
        border: 1px solid #4d4d4d; }
  #attributes .attribute_list div.selector, #attributes .attribute_list div.selector span {
    background-color: inherit; }

.product_attributes,
.box-cart-bottom {
  margin: 15px 0; }

.box-cart-bottom {
  padding-left: 20%;
  margin-left: 5px; }
  @media (max-width: 767px) {
    .box-cart-bottom {
      padding-left: 0;
      margin-left: 0; } }

#short_description_content a,
.page-product-box .rte a {
  color: #333333;
  text-decoration: underline; }
#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none; }

.box-info-product {
  padding: 10px 4%;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px dashed #c7c7c7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .box-info-product .exclusive {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border: none;
    white-space: nowrap;
    color: #ffffff;
    background: #5a9e74;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    outline: none;
    transition: all 0.3s;
    /*&.added {
    	&:before {
    		content: "\f00c";
    	}
    }
    &.added.disabled,
    &.disabled {
    	&:before {
    		content: "\f110";
    		animation: 2s linear 0s normal none infinite spin;
    		-webkit-animation: 2s linear 0s normal none infinite spin;
    		-moz-animation: 2s linear 0s normal none infinite spin;
    	}
    }*/ }
    .box-info-product .exclusive > span {
      width: 100%;
      display: block;
      padding: 0 20px; }
      .box-info-product .exclusive > span .icon {
        font-size: 14px;
        padding-right: 5px; }
    .box-info-product .exclusive:hover, .box-info-product .exclusive:focus, .box-info-product .exclusive:active {
      background: #3f6e51; }
    .box-info-product .exclusive.added:after {
      content: "\f00c";
      font: 10px "FontAwesome";
      position: absolute;
      right: -5px;
      top: -5px;
      background: #fd6282;
      width: 20px;
      height: 20px;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      text-align: center;
      line-height: 20px; }

#center_column.col-sm-9 .col-md-3 .box-info-product {
  background: #ffffff;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf; }
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
      font-family: "FontAwesome";
      position: relative;
      top: 0;
      left: 0;
      bottom: 0;
      color: #ffffff;
      font-size: 25px;
      line-height: 47px;
      text-shadow: 0 1px #015883;
      content: "\f07a";
      z-index: 2;
      width: 51px;
      text-align: center;
      border: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
          display: none; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
      content: "\f00c"; }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
      content: "\f110";
      animation: 2s linear 0s normal none infinite spin;
      -webkit-animation: 2s linear 0s normal none infinite spin;
      -moz-animation: 2s linear 0s normal none infinite spin;
      border: none; }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
      background: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51px;
      content: "";
      width: 1px;
      z-index: 2; }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
          display: none; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      border: none;
      border-top: 1px solid #006fa8;
      text-shadow: 0 1px #015883;
      padding: 12px 16px 14px;
      color: #ffffff;
      display: block !important;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1199px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          font-size: 16px; } }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          padding: 8px 12px 10px;
          text-align: center; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
      background-image: -moz-linear-gradient(#007ab7, #009ad0);
      background-image: -webkit-linear-gradient(#007ab7, #009ad0);
      background-image: linear-gradient(#007ab7, #009ad0);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
      background-position: 0 0; }

@media (min-width: 992px) {
  .two-parts .col-md-6:nth-child(2n+1) {
    padding-right: 1.75%;
    padding-left: 15px; }
  .two-parts .col-md-6:nth-child(2n+0) {
    padding-left: 1.75%;
    padding-right: 15px; } }

/* table_data_sheet */
.table-data-sheet {
  border: 1px solid #c7c7c7;
  border-top: none;
  width: 100%;
  margin: 0 0 20px;
  background: #ffffff; }
  .table-data-sheet tr {
    border-top: 1px solid #c7c7c7; }
    .table-data-sheet tr.even {
      background: #f7f7f7; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-right: 1px solid #c7c7c7;
        width: 30%;
        font-weight: 700;
        color: #5d5d5d; }

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  width: 50%;
  margin: 0 0 20px;
  background: #ffffff; }
  @media (max-width: 767px) {
    table.table-product-discounts {
      width: 100%; } }
  table.table-product-discounts tr th {
    background: #f7f7f7;
    color: #5d5d5d;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  table.table-product-discounts tr td,
  table.table-product-discounts tr th {
    border-left: 1px solid #c7c7c7;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #c7c7c7;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none; }

/* accessories  */
.product-sidebar .page-product-box {
  margin-bottom: 20px;
  background: #ffffff;
  padding: 0 15px;
  border: 1px solid #c7c7c7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.product-sidebar h3.page-product-heading {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 0;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding: 11px 15px;
  border-bottom: 1px solid #c7c7c7; }
.product-sidebar .block {
  margin-bottom: 0; }
.product-sidebar .block_content {
  margin: 15px 0;
  overflow: hidden; }
.product-sidebar .no-box {
  padding: 0;
  border: none;
  background: none; }
  .product-sidebar .no-box h3.page-product-heading {
    margin: 0;
    border: none;
    padding-left: 0;
    padding-bottom: 0; }

#page .product-sidebar .rte {
  padding: 0;
  margin: 15px 0; }

.accessories-block .block_content {
  margin: 5px 0; }

/* quantity_wanted */
#quantity_wanted_p input {
  width: 100px;
  height: 35px;
  line-height: 33px;
  padding: 0 0 0 10px;
  float: left;
  border: 1px solid #c7c7c7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  background-color: inherit;
  color: #5d5d5d;
  -webkit-appearance: none; }
  #quantity_wanted_p input::-webkit-inner-spin-button, #quantity_wanted_p input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
#quantity_wanted_p .btn.button-plus, #quantity_wanted_p .btn.button-minus {
  float: left;
  margin-top: 1px; }
#quantity_wanted_p .btn.button-minus {
  margin-left: -41px; }
#quantity_wanted_p .btn.button-plus {
  margin-left: -21px; }
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px; }

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right; }

#quantityAvailable {
  color: #5d5d5d;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }

#availability_value,
#last_quantities {
  color: #ffffff;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

#last_quantities {
  background: #fe9126;
  border: 1px solid #e4752b;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  margin-left: 0px; }

#availability_statut,
#pQuantityAvailable {
  display: inline-block; }

#pQuantityAvailable span {
  font-weight: 700;
  color: #5d5d5d; }

/* box-security */
.box-security .product-heading-h5 {
  display: none; }
.box-security img {
  margin: auto; }

/* prices */
.content_prices {
  margin: 15px 0 20px; }
  .content_prices p {
    margin-bottom: 0; }

.discount {
  display: none; }

p.our_price_display {
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  color: #fd6282;
  float: left; }
  @media (max-width: 991px) {
    p.our_price_display {
      font-size: 26px;
      line-height: 28px; } }
  p.our_price_display .price {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #fd6282; }
    @media (max-width: 991px) {
      p.our_price_display .price {
        font-size: 26px;
        line-height: 28px; } }

#old_price {
  text-decoration: line-through;
  float: left;
  margin-left: 15px;
  color: #6f6f6f; }
  #old_price .price {
    line-height: 32px;
    font-size: 19px;
    font-weight: 400;
    color: #6f6f6f; }

#reduction_percent,
#reduction_amount {
  margin-left: 10px;
  line-height: 32px; }
  #reduction_percent span,
  #reduction_amount span {
    padding: 1px 5px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #ffffff;
    background: #f13340;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column
  #reduction_amount {
    display: inline-block; }

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left;
  margin-bottom: 5px; }

.buttons_bottom_block {
  margin-bottom: 0; }
  .buttons_bottom_block #wishlist_button {
    font-weight: 700; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 5px #c7c7c7;
    -webkit-box-shadow: 0px 1px 5px #c7c7c7;
    box-shadow: 0px 1px 5px #c7c7c7;
    margin: 2px; }
    #send_friend_form .product img {
      margin: 0 0 10px 0; }
    #send_friend_form .product .product_desc {
      padding: 0 10px 1px; }
      #send_friend_form .product .product_desc .product_name {
        font-size: 14px;
        color: #3d3d3d; }
  #send_friend_form .send_friend_form_content {
    padding: 15px 30px 15px 15px; }
  #send_friend_form .form_container {
    padding: 0;
    border: none;
    background: #ffffff; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #5d5d5d; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #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: 35px;
      line-height: 31px;
      width: 100%;
      border: 1px solid #c7c7c7;
      outline: none;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

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

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #c7c7c7;
    color: #777777; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    #product.content_only div.primary_block div.pb-left-column {
      width: 46%; } }
  #product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
    width: 38px;
    padding-left: 10px; }
  #product.content_only div.primary_block div.pb-center-column {
    margin-bottom: 0;
    height: 100%; }
    @media (min-width: 768px) {
      #product.content_only div.primary_block div.pb-center-column {
        width: 54%; } }
    #product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
      padding-right: 0; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
      #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
    #product.content_only div.primary_block div.pb-center-column #ShareDiv {
      position: absolute;
      bottom: 8px; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }

/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #ffffff;
  border: 1px solid #c7c7c7; }
.ie8 .box-security {
  filter: none; }
#quantity_wanted_p input {
    width: 70px;
}
/*# 
table{
   
				 table-layout:fixed;border:1px solid #000;
}
table td:nth-child(3){
    white-space: nowrap;  /** added **/
			
				background: #ccc;
}
table td:last-child{
    width:100%;float:left;
}

sourceMappingURL=product.css.map */
