

h1 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	border-top: 2px solid #faefd9;
	border-bottom: 2px solid #faefd9;
	margin: 10px 0 20px 0;
	padding: 20px 0 20px 0;
}

h1 span:first-child {
	display: block;
}

h1 #product_reference {
	line-height: 10px;
	font-size: 12px;
	display: inline!important;
}

@media (min-width: 992px) {
	.product-infos-left {
		min-width: 400px;
	}
}

.product-infos-left #image-block {
	position: relative;
	text-align: center;
}

.product-infos-left #image-block img {
	display: inline;
}

.product-infos-left #image-block .span_link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 30px;
	color: #959595;
}

.product-infos-left #image-block:hover {
	cursor: pointer;
}

.product-infos-left #views_block {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.product-infos-left #views_block > div {
	display: inline-block;
	max-width: 400px;
}

.product-infos-left .chevron-view {
	display: block;
	height: 80px;
	line-height: 80px;
	float: left;
	color: #959595;
	width: 20px;
	display: none;
}

.product-infos-left #view_scroll_left {
	display: block;
	height: 100%;
	float: left;
	display: none;
}

.product-infos-left #thumbs_list {
	float: left;
	width: 400px;
}

.product-infos-left #thumbs_list_frame {
	width: 360px!important;
}

.product-infos-left #thumbs_list_frame li {
	float: left;
}




.product-infos-right {

}

.product-infos-right .content_prices {
	background: #faefd9;
	text-align: center;
}

.product-infos-right .on_sale {
	background: #ef325e;
	color: white;
}

.product-infos-right .promotion {
	background: #23c888;
	color: white;
}

.product-infos-right .content_prices span {
	font-size: 24px;
	line-height: 40px;
}

.product-infos-right .content_prices span.our_price_display span {
	font-size: 24px;
}

.product-infos-right .content_prices span#reduction_amount_display {
	font-size: 18px;
	color: black;
	margin-left: 15px;
}

.product-infos-right .content_prices span#old_price_display {
	font-size: 18px;
	text-decoration: line-through;
	color: black;
	margin-left: 15px;
}

.product-infos-right .content_prices span#reduction_percent_display {
	font-size: 18px;
	color: black;
	margin-left: 15px;
}

.product-infos-right #attributes {
	text-align: center;
	margin-bottom: 15px;
}

.product-infos-right #attributes span.title {
	display: block;
	margin: 0;
	color: #cfbd97;
	text-transform: uppercase;
}

.product-infos-right #attributes .attribute {
	padding: 10px 0 5px 0;
}

.product-infos-right #attributes .attribute_pointure li {
	float: left;
	height: 30px;
	width: 30px;
	background: #faefd9;
	line-height: 30px;
	margin: 3px;
	cursor: pointer;
}

.product-infos-right #attributes .attribute_pointure li:hover {
	background: #cfbd97;
}

.product-infos-right #attributes .attribute_pointure li.selected {
	background: #cfbd97;
	color: white;
}

.product-infos-right #attributes .attribute_pointure li.outofstock {
	background: #ededed;
	color: #cfcdcd;
	cursor: crosshair;
}

.product-infos-right #attributes .select_box {
	max-width: 400px;
	margin: auto;
}



.product-infos-right #quantity_wanted_p {
	background: #faefd9;
	text-align: center;
	height: 70px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.product-infos-right #quantity_wanted_p .in_stock {
	margin: 10px 0 0 0;
	width: 100%;
}

.product-infos-right #quantity_wanted_p.outofstock .in_stock {
	display: none;
}

.product-infos-right #quantity_wanted_p .in_stock label {
	margin: 0 5px 0 0;
	font-weight: 300;
}

.product-infos-right #quantity_wanted_p .in_stock input {
	max-width: 50px;
	text-align: center;
}

.product-infos-right #quantity_wanted_p #availability_value {
	display: block;
	width: 100%;
}

.product-infos-right #quantity_wanted_p.instock #availability_value {
	color: #cfbd97;
	font-size: 10px;
}

.product-infos-right #quantity_wanted_p.instock #availability_value:before {
	font-family: 'FontAwesome';
	content: "";
	font-size: 14px;
	color: #cfbd97;
	margin-right: 10px;
}

.product-infos-right #quantity_wanted_p.outofstock #availability_value {
	color: black;
}


.product-infos-right .addtocart-block {
	color: #cfbd97;
	padding: 0;
	margin: 0;
	height: 70px;
}

.product-infos-right .addtocart-block button {
	border: 0;
	height: 70px;
	width: 100%;
	color: white;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: #04BBE1;
}

.product-infos-right .addtocart-block button:after {
	font-family: 'FontAwesome';
	content: "";
	font-size: 20px;
	margin-left: 10px;
}

.product-infos-right .addtocart-block button[disabled=disabled] {
	background: #959595;
}

.product-infos-right .addtocart-block button:hover {
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.product-infos-right .addtocart-block button[disabled=disabled]:hover {
	box-shadow: none;
}

.product-infos-right .hook_extra_right {
	margin-top: 20px;
}

.product-infos-right .hook_product_actions {
	margin-top: 20px;
}

.product-infos-right #loyalty {
	background: #ededed;
	display: block;
	padding: 10px;
	color: #808080;
	font-size: 13px;
}

.product-infos-right .description {
	/* border-right: 2px solid #faefd9; */
    margin-top: 15px;
}

@media (max-width: 768px) {
	.product-infos-right .description {
		border-right: 0;
	}
}

.product-infos-right .description > div.title,
.product-infos-right .details > div.title {
	color: #cfbd97;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}

.product-infos-right .description > div.title i,
.product-infos-right .details > div.title i {
	margin-right: 10px;
}

.product-infos-right .description div,
.product-infos-right .details li {
	/*font-size: 11px;*/
	font-size: 14px;
}

.product-infos-right .livraison_gratuite {
	background: #faefd9;
	font-size: 12px;
	margin-top: 15px;
}

.product-infos-right .livraison_gratuite div > i {
	line-height: 45px;
	font-size: 28px;
	color: #cfbd97;
}

.product-infos-right .livraison_gratuite span {
	display: block;
	line-height: 15px;
	margin-top: 15px;
}

.product-infos-right .livraison_gratuite a {
	display: block;
	line-height: 40px;
	height: 40px;
	background: #cfbd97;
	color: white;
	text-align: center;
	margin: 10px 0 10px 0;
}

.product-infos-right .livraison_gratuite a > i {
	margin-left: 10px;
}

.hook_extra_left {
	margin-top: 15px;
	text-align: center;
}

.hook_extra_left .guide_tailles a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #cfbd97;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	margin: 0 10px;
}

.hook_extra_left .guide_tailles a i {
	font-size: 18px;
}

.hook_extra_left .guide_tailles a i {
	margin-right: 10px;
}

.hook_extra_left ul > li {
	width: 30px;
	float: left;
	text-align: center;
	margin: 0 10px;
}

.hook_extra_left ul li a {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #cfbd97;
	font-size: 18px;
}

.hook_extra_left ul li a i {
	font-size: 30px;
}

.bx-wrapper .bx-controls-direction a {
	right: 0;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
}

.hook_product_footer {
	margin-top: 30px;
}

.hook_product_footer > div {
    margin-bottom: 30px;
}

.productscategory_h2 {
	/* color: #cfbd97; */
    color: #cfb267;
	text-align: center;
	border-bottom: 2px solid #faefd9;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#productslinked_list .bx-wrapper {
	margin: 0 auto!important;
}

.new-box {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(11,122,134,0.80);
	color: white;
	text-transform: uppercase;
	padding: 2px 10px 2px 10px;
}

section.accessories {
    margin-top: 20px;
}


.thumbs_left {
    width: 80px;
    height: 345px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0px;
    border: 4px solid #faefd9;
    background: white;
    -webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.54);
}

.thumbs_left .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
}

#loyalty {
    margin: 0;
}

.details ul {

}

.details ul li {
    width: 50%;
    float: left;
}

.accessories .productscategory_h2 {
    color: #cfb267;
}


.product-infos-bottom {
	margin-top: 15px;
}

.product-infos-bottom .description > div.title,
.product-infos-bottom .details > div.title {
	color: #cfbd97;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}

.product-infos-bottom .description > div.title i,
.product-infos-bottom .details > div.title i {
	margin-right: 10px;
}

.product-infos-bottom .details ul {
	margin-bottom: 10px;
}

.product-infos-bottom .description div,
.product-infos-bottom .details li {
	/*font-size: 11px;*/
	font-size: 14px;
	text-align: justify;
}

.product-infos-bottom .content {
	background: #faefd9;
	padding: 5px 10px;
}

#color_to_pick_list li {
	float: left;
	height: 30px;
	width: 30px;
	margin: 3px;
}

#color_to_pick_list li a.color_pick {
	display: inline-block;
	height: 30px;
	width: 30px;
}
