
#product #main {
	margin-top: 0;
}

/* product name */
#product-name {
	font-size: 26px;
	line-height: 1.1em;
	margin: 0 0 5px 0;
}

/* product brand */
#product-brand {
	font-size: 1.2em;
	padding-bottom: 5px;
}

/* product reference */
#product_reference {
	font-style: italic;
}

#product_reference label {
	display: inline;
}

/* description */
#short_description_content {
	padding-bottom: 10px;
}

#short_description_block .buttons_bottom_block {}

/* pb-left-column ****************************************************************************** */
#pb-left-column { padding-bottom: 25px; }

/* form */
#buy_block { margin-bottom: 10px; }
#buy_block p {}
#buy_block label {}

/* color_picker */
#pb-left-column #color_picker p {
	padding-bottom:5px;
	font-weight:bold
}


/* pb-right-column ***************************************************************************** */
#pb-right-column { padding-bottom: 20px; }

/* product picture */
#image-block {
	/*position: relative;*/
}

.promos {
	background: transparent url(../img/ribbon_soldes_big.png) no-repeat;
	display: block;
	position: absolute;
	width: 184px;
	height: 184px;
	z-index: 99;
}
#reduction_percent {
	position: relative;
	width: 100%;
}
#reduction_percent span {
	position: absolute;
	z-index: 98;
	width: 84px;
	height: 84px;
	top: -2px;
	right: 12px;
	background: transparent url(../img/ribbon_remise_big.png) no-repeat center top;
	text-align: center;
	color: #fff;
	line-height: 100px;
	font-family: arial, sans-serif;
	font-size: 16px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-weight: bold;
}

#image-block img {
	display: block;
	width: 100%;
	height: auto;
	cursor: move;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#view_full_size {
	/*position: relative;*/
	display: block;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}


/* thumbnails */
#views_block {
	position: relative; /* pour positionner les flèches de scroll en absolute */
	padding: 20px 10px 10px 10px;
	background: transparent url(../img/shadow_prod.png) no-repeat center top;
	margin: 0 20px;
	min-height: 5px;
}
#thumbs_list {
	overflow: hidden;
}
#thumbs_list .thumbnails {
	list-style: none;
	margin: 0;
	padding: 0;
}
#thumbs_list .thumbnail {
	width: 176px;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#thumbs_list .thumbnail a { display: block; margin: 0 15px; }

#thumbs_list .thumbnail img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	margin-bottom: 4px;
}

#view_scroll_left,
#view_scroll_right { display: block; position: absolute; top: 50%; width: 14px; height: 14px; margin: -7px 0 0 0; }
#view_scroll_left { left: -20px; }
#view_scroll_right { right: -20px; }

.resetimg { padding: 10px 0 0 0; }

/* link list */
#usefull_link_block {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	display: none;
}
#usefull_link_block li {
	padding-left: 20px;
}
#usefull_link_block li.print {
	padding-left:20px;
	background:url(../img/icon/print.gif) no-repeat 0 0;
}
#usefull_link_block li.sendtofriend {
	background:url(../img/icon/send_friend.gif) no-repeat 0 0;
}
#usefull_link_block li#left_share_fb {
	padding-left:20px;
	background:url(../img/icon/picto_fb.png) no-repeat 0 0;
}

/* color selection */
#color_to_pick_list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#color_to_pick_list li {
	float: left;
	margin: 0 8px 8px 0;
	padding: 1px;
	border: 1px solid #ccc
}

#color_to_pick_list li.selected, #color_to_pick_list li:hover {
	border:1px solid #000
}

#color_to_pick_list a.color_pick {
	display: block;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

/* attributes */
.product_attributes {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#attributes fieldset {padding-bottom:10px;}
#attributes fieldset label {vertical-align:top;}
#attributes .attribute_list {display:inline-block;}

#attributes select {
	width: 120px;
}

/* quantity input */

#quantity_wanted_p {
	float: left;
	margin: 0;
	padding: 0;
	width: 70px;
}
#btns_qte { float: left; width: 22px; }
#btns_qte span {
	display: block;
	clear: both;
	width: 19px;
	height: 19px;
	background: transparent url(../img/bt_moins.png) no-repeat center center;
	cursor: pointer;
	margin-bottom: 5px;
}
#btns_qte span#btn_plus { background-image: url(../img/bt_plus.png); }

#quantity_wanted_p input {
	width: 32px;
	height: 34px;
	border: 1px solid #b0afaf;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.sep {
	clear: both;
	border-bottom: 1px solid #bec2ba;
	margin-bottom: 16px;
	
}

/* availability_statut */

#availability_statut {
	border-bottom: 1px solid #bec2ba;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#availability_statut #availability_label { display: none; }
#availability_statut #availability_value {}

#availability_statut em { font-size: 12px; font-style: normal; }

.stockwarning { color: #b74c3e; }
.stocksuccess { color: #94b73e; }


/* pQuantityAvailable */
#pQuantityAvailable {display:none !important;}



/* prices */
.content_prices {
	border-bottom: 1px solid #bec2ba;
	padding: 2px 0;
	margin: 0 0 12px 0;
}
.content_prices.oos { padding: 0 0 25px 0; }

.content_prices .price {
	float: left;
	width: 122px;
	overflow: hidden;
	color: #111;
}
.content_prices.oos .price { float: none; width: 100%; }
.content_prices .price .our_price_display {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 26px;
	white-space: nowrap;
	padding-top: 10px;
}
.content_prices .price #old_price { display: block; float: left; text-decoration: line-through; white-space: nowrap; }

.content_prices .price.avec_reduc .our_price_display { padding-top: 0; color: #d4000b; }

.content_prices .price .discount,
.content_prices .price #reduction_amount,
.content_prices .price #reduction_percent_display { display: none; }

/* button add_to_cart */

#add_to_cart {
	float: left;
	margin: 0;
	padding: 0;
	width: 173px;
	height: 45px;
}
#add_to_cart .exclusive,
#add_to_cart .exclusive_disabled {
	display: block;
	width: 100%;
	height: 45px;
	text-indent: 9px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 18px;
	background: transparent url(../img/bt_panier.png) center top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	white-space: nowrap;
}

#add_to_cart .exclusive:hover,
#add_to_cart .exclusive_disabled:hover { background-position: center bottom; }
#add_to_cart .exclusive span,
#add_to_cart .exclusive_disabled span { display: block; padding-bottom: 3px; }


#dans_la_meme_gamme { text-align: right; border-bottom: 1px solid #bec2ba; padding: 0 0 12px 0; margin: 0 0 12px 0; }

#description2 { border-bottom: 1px solid #bec2ba; padding: 4px 0; margin: 0 0 12px 0; }
#description2 .title { font-size: 16px; }
#description2 .tagimage { float: left; max-width: 45%; padding: 0 15px 4px 0; }


/* more info */
#product .more_info .nav-tabs {
	margin: 0
}

/* more info "blocks" */
#product .more_info.blocks {
	margin-top: 40px;
}

#product .more_info.blocks .nav-tabs li {
	margin-bottom: 20px
}

#product .more_info.blocks .nav-tabs li a {
	margin-bottom: 10px;
}

/* supplementary content block */
#product .supplementary_block {
	margin: 20px 0;
}

#product .supplementary_block .supplementary_block_title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-left: 5px;
}

#product .supplementary_block .supplementary_block_content {
	padding: 10px 0
}

/* ************************************************************************************************
      addons comments products
************************************************************************************************ */
form#sendComment  fieldset{
   padding:10px;
   border:1px solid #ccc;
	background:#eee
}
form#sendComment h3 {font-size:14px;}
#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
   display: block;
   margin: 12px 0 4px;
   font-weight: bold;
}
#sendComment p.text input {
   padding: 0 5px;
   height: 28px;
   width: 498px;
   border: 1px solid #ccc;
   background: #fff;
}
#sendComment p.textarea textarea {
   height:80px;
   width:508px;
   border:1px solid #ccc;
}
#sendComment p.submit {
	padding:0;
	text-align:right
}

#sendComment p.closeform {
	float:right;
	padding:0;
	height:12px;
	width:12px;
	text-indent:-5000px;
	background:url(../img/icon/delete.gif) no-repeat 0 0
}

#sendComment .comment_grade_wrapper { }
#sendComment .comment_author_wrapper { display: none; }
#sendComment .comment_title_wrapper { display: none; }
#sendComment .comment_content_wrapper { }

.star { float: left; width: 15px; height: 12px; overflow: hidden; text-indent: -999em; cursor: pointer; }
.star,
.star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0; }
.star_on { background-position: 0 -32px; }
.star_on a { background-position: 0 -32px; }
.star_hover,
.star_hover a { background-position: 0 -32px; }

#oos_explain {}
#oos_customer_email { float: left; height: 19px; margin-right: 6px; width: 110px; font-size: 0.9em; }
#oos_customer_email_result { clear: both; display: block; }
.oos_button { clear: both; }

#loyalty { clear: both; }




#notation #notation_info { text-align: right; border-bottom: 1px solid #bec2ba; padding: 6px 0; margin: 0 0 12px 0; }
#notation .notation_stars { float: left; }
#notation .form-horizontal .control-label { padding-top: 0; }

#idTabNotation .comment { clear: both; font-size: 12px; padding-bottom: 12px; }
#idTabNotation .comment_details { clear: both; padding-top: 5px; }

.comment_author_top {
	display: block;
	clear: both;
	border-bottom: 1px solid #c5c9c1;
}
#bt_noter { clear: both; text-align: center; }




.backtop { display: none; }

.more_info_block .nav-tabs { position: relative; text-align: right; border: 0; margin: 0 0 10px 0; border-bottom: 1px solid #bec2ba; }

.more_info_block .nav-tabs > li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: none;
	position: relative;
	padding-bottom: 2px;
}

.more_info_block .nav-tabs > li > a {
	background-color: rgba(0,0,0, 0.2);
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	padding: 0 22px;
	height: 40px;
	line-height: 40px;
	color: #111;
}
.more_info_block .nav-tabs > li > a:hover { color: #000; background-color: rgba(0,0,0, 0.3); }

.more_info_block .nav-tabs > li.active { float: left; background-color: transparent; }
.more_info_block .nav-tabs > li.active > a {
	position: absolute;
	white-space: nowrap;
	background: transparent url(../img/bg_caracteristiques.png) no-repeat;
	border: none;
	width: 201px;
	height: 52px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 0;
}


.more_info_block .nav-tabs > li a .caret { display: none; }


.more_info_block .tabContent { border-bottom: 1px solid #bec2ba; margin: 0 0 30px 0; padding: 15px 0; }




.label, .badge { white-space: normal; }


/* ************************************************************************************************
      Video Support Styles
************************************************************************************************ */

/* Video Thumbnail Styles */
.video-thumbnail {
	position: relative;
}

.video-thumb-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 10;
	font-size: 48px;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
	pointer-events: none;
}

.video-thumbnail:hover .video-thumb-overlay {
	color: #fff;
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

/* Video Placeholder in Main Image Area */
.video-placeholder {
	width: 100%;
	height: 100%;
	background: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Fallback for older browsers without flexbox */
.video-placeholder {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.video-placeholder i {
	font-size: 80px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}

.video-placeholder p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}

/* Fancybox Video Iframe Styling */
.fancybox-iframe {
	width: 100%;
	height: 100%;
}

/* Video thumbnail image sizing */
.video-thumbnail img {
	width: 176px;
	height: auto;
	display: block;
}


