/* primary_block */
.primary_block {
  margin: 0 0 30px;
  overflow: hidden;
}
.product-heading-h5 {
  color: #999999;
  margin: 3px 0 8px;
}

.box-security .product-heading-h5 {margin: 3px 0 -8px;} 

/* .pb-left-column */
.pb-left-column{width: 340px;}
.pb-left-column #image-block {
  background: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px;
  text-align: center;
}
.pb-left-column #image-block .new-box{top: 4px; left: 4px;}
.pb-left-column #image-block .sale-box{top: 4px; right: 4px;}
.pb-left-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
}
.pb-left-column #image-block #view_full_size .span_link {
  background: #eee;
  padding: 5px 0;
  display: block;
  text-align: center;
}
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f065";
  margin: 0 0 0 10px;
}
.pb-left-column #image-block #view_full_size .span_link:hover {background: #ddd;}

.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 .zoomPreload{
  background-position: 37px 45px;
  height: 70px;
}

/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px;
  overflow: hidden;
}

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 320px;
}
#thumbs_list ul#thumbs_list_frame {}
#thumbs_list li {
  float: left;
  text-align: center;
  width: 105px;
}
#thumbs_list li a {}
#thumbs_list li img {border: 1px solid #e5e5e5;}
#thumbs_list li a:hover img,
#thumbs_list li a.shown img{border-color: #ccc;}

span.view_scroll_spacer {}
#view_scroll_left,
#view_scroll_right {
  float: left;
  margin-top: 25px;
  text-decoration: none;
  width: 10px;
}
#view_scroll_left:before,
#view_scroll_right:before {
  font-family: "FontAwesome";
  font-size: 22px;
  color: #999;
}
#view_scroll_left:before {content: "\f104";}
#view_scroll_right:before {content: "\f105";}
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {color: #333;}

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

/*** pb-right-column ***/
.pb-right-column{}
.pb-right-column .page-heading{}
.pb-right-column #short_description_block{color: #333; margin: 0 0 20px;}
.pb-right-column #short_description_block .buttons_bottom_block{display: none;}

.pb-right-column #product_manufacturer a{text-decoration: underline;}
.pb-right-column #product_manufacturer a:hover{color: #888;}

.pb-right-column #buy_block {margin: 0 0 20px;}
.pb-right-column #buy_block input,
.pb-right-column #buy_block select{padding: 5px;}
.pb-right-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

#product p#loyalty:before {
  color: #bbb;
  content: "\f024";
  font-family: "FontAwesome";
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0px;
}
#product p#loyalty {
  border-bottom: 1px solid #eee;
  color: #888;
  margin: 0 0 15px;
  padding: 0 0 15px 35px;
  position: relative;
}

#product #product_condition{display: none;}

/* quantity_wanted */
#quantity_wanted_p {}
#quantity_wanted_p label {}
#quantity_wanted_p input {
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  width: 50px;
}
#quantity_wanted_p .btn {
  color: #999999;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 0 0;
  text-decoration: none;
}
#quantity_wanted_p .btn:hover{color: #444;}

#attributes fieldset {margin: 0 0 20px;}
#attributes fieldset label {}
#attributes .attribute_list {}
#attributes .attribute_list .form-control {}
#attributes .attribute_list ul {clear: both;}
#attributes .attribute_list ul li {float: left; margin-right: 10px;}
#attributes .attribute_list input.attribute_radio {float: left; margin-left: 3px; margin-right: 5px; margin-top: 2px;}
#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 li {
  border: 1px solid #e5e5e5;
  float: left;
  margin: 0 5px 0 0;
  padding: 2px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  padding: 10px;
}
#attributes .attribute_list #color_to_pick_list li.selected {border: 1px solid #444;}

.box-info-product {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0 20px;
}
.box-info-product .box-cart-bottom {overflow: hidden;}
.box-info-product .box-cart-bottom p{float: left; margin: 12px 0 0;}
.box-info-product .box-cart-bottom #add_to_cart{margin: 0 20px 0 0;}
.box-info-product .box-cart-bottom .exclusive {padding: 14px 28px;}
.box-info-product .box-cart-bottom .exclusive:before {
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f07a";
  margin: 0 50px 0 5px;
}

/* link list */
#usefull_link_block {}
#usefull_link_block li {
  float: left;
  margin: 0 10px 10px 0;
}
#usefull_link_block li.txt{margin-top: 6px;}
#usefull_link_block li button{
  background: none;
  border: 1px solid #ccc;
  color: #999;
  font-size: 18px;
  height: 32px;
  padding: 0;
  width: 32px;
}
#usefull_link_block li button:hover{border: 1px solid #333; color: #333;}

/* table_data_sheet */
.table-data-sheet {}
.table-data-sheet tr td:first-child {
  background: #f9f9f9;
  width: 30%;
}

/* table product-discounts */
table.table-product-discounts { }
 
table.table-product-discounts tr th {}
table.table-product-discounts tr td,
table.table-product-discounts tr th {}

/* availability_statut */
#availability_statut .label-success {color: #41AE53;}
#availability_statut .label-warning {color: #3396D7;}
#availability_statut .label-danger {color: #ff0000;}

#last_quantities {color: #ff0000;}

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
  background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
  background-image: -o-linear-gradient(#ffffff, #fbfbfb);
  background-image: linear-gradient(#ffffff, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); }

/* prices */
.content_prices {margin: 0 0 20px;}
.content_prices .price p{
  float: left;
  margin: 0 10px 0 0;
}
.discount {display: none;}
.our_price_display {font-size: 24px;}
#old_price {
  color: #bbb;
  font-size: 20px;
  margin-top: 4px;
  text-decoration: line-through;
}
#old_price .price{color: #bbb;}

.content_prices #reduction_percent,
.content_prices #reduction_amount {
  background: #e5e5e5;
  color: #333;
  font-size: 14px;
  margin: 4px 0 0 5px;
  padding: 6px 7px;
}
#reduction_percent span,
#reduction_amount span {display: block;}

/* online_only */
.pb-center-column p.online_only {
  color: #f13340;
  text-align: left; }

/* accessories  */
.accessories-block ul li {text-align: center; padding-bottom: 20px;}
.accessories-block ul li h5{margin: 10px 0 5px;}
.accessories-block ul li .price{font-size: 16px;}

/* BLOCK idTabs */
#more_info_block {
  background: #fff;
  border: 1px solid #e5e5e5;
  margin: 0 0 30px;
}
.idTabs {border-bottom: 1px solid #e5e5e5;}
.idTabs li{display: inline-block;}
.idTabs a {
  color: #aaa;
  font-size: 16px;
  display: block;
  padding: 14px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.idTabs a:hover,
.idTabs .selected {color:#333;}

#more_info_sheets {padding:15px;}
#more_info_sheets .table-data-sheet{margin: 0;}
#more_info_sheets .table-data-sheet td{text-align: left;}

.block_hidden_only_for_screen {display:none}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4; }
  #send_friend_form .product p {
    padding: 0;
    color: #333333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      color: #333333; }
    #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: 22px;
        width: 100%;
        border: 1px solid base-border-color;
        font-size: 12px;
        color: #666; }
  #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 #d6d4d4; }

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

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

#customizedDatas {
  float: right; }

.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 {}

/** Quick View Styles ***/
#product.content_only div.primary_block {padding: 20px; margin: 0;}

#product.content_only div.primary_block div.pb-left-column {float: left; margin: 0 15px 0 0; width: 325px;}
#product.content_only div.primary_block div.pb-left-column #view_scroll_left,
#product.content_only div.primary_block div.pb-left-column #view_scroll_right {display: none !important;}
#product.content_only div.primary_block div.pb-left-column #thumbs_list,
#product.content_only div.primary_block div.pb-left-column #thumbs_list ul#thumbs_list_frame{width: 325px !important;}
#product.content_only div.primary_block div.pb-left-column #thumbs_list li{margin: 0 0 10px;}

#product.content_only div.primary_block div.pb-right-column {float: left; width: 400px;}


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

