/* ****************************************************************************
		reset
**************************************************************************** */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit}
del,ins{text-decoration:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%; line-height: 20px; padding: 10px 0; color: #303030; font-weight: normal;}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline; top: 0; font-size: 100%;}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select {font-size:100%; width: auto; margin: 0 0 0 7px;}
label { display: inline;}
.radio input[type="radio"], .checkbox input[type="checkbox"] { float: none; margin: 0;}

.ie7 input, .ie7 select{line-height:18px}
a {cursor:pointer}
dt { font-weight: normal;}
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}


/* ************************************************************************************************
		struture
************************************************************************************************ */
#page {}
	#header { z-index: 40;}
	#columns { position: relative; z-index: 9; clear: both;}
		#center { }
			#left_column {  }
			#center_column {  }
			#right_column {  }
	#footer {}

body#category	#columns {z-index: unset;}

/* ************************************************************************************************
		generic style
************************************************************************************************ */
body{
	font:normal 14px/20px 'Montserrat', sans-serif;
	color:#303030;
	background:#fff;
}
body.content_only {
	background: #FFF;
}

.main { padding: 25px 0;}

body.index .main { padding: 0px; }

/* positionnement ****************************************************************************** */
.hidden {display:none; visibility: visible;}
.hidden-important {display:none !important; visibility: visible;}
.f_left {float:left}
.f_right {float:right}
p.center {text-align:center}
.clearBoth {clear:both}

/* title *************************************************************************************** */
h1 {
	padding-bottom: 10px;
	font-size:24px;
	line-height: 22px
}
h2 {
	padding-bottom: 10px;
	font-size:18px
}
h3 {
	padding-bottom: 10px;
	font-size:16px
}
.title_block {
	padding-bottom: 5px;
	font-size:18px;
}
.page-title  {
	margin-bottom: 20px; 
	border-bottom: 1px solid #E6E6E6; 
	font-size: 24px;
    font-weight: 600;
	padding: 0 0 3px;
}
.page-title-no-bottom  { font-size: 26px; font-weight: bold; text-transform: uppercase; padding: 0 0 6px; }
.page-title-no-bottom + h2  { padding-top: 0px;}

/* text **************************************************************************************** */
p { padding-bottom: 10px}

p em {font-style:italic}

li { list-style: none;}
.warning {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e6db55;
	font-size:13px;
	background:#ffffe0;
	clear: both;
}
.success {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #339900;
	font-size:13px;
	background: #d3ffab;
}
.error {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #990000;
	font-size:13px;
	background:#ffcccc
}
.error ol {margin-left:20px}
.error p.lnk {
	margin-top:20px;
	padding:0;
	font-size:11px
}
.required {color:#cb192c; }
#product .discount { display: none;}

#index .success, #index .warning {
	display: none;
}

/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#303030;
	text-decoration:none;
	outline: medium none
}
a:hover { color: #cb192c; text-decoration: none;}

span.new { width: 66px; height:66px; display: none; background: url(../img/icon-new.png) 0 0 no-repeat; position: absolute; top: 40px; right:20px; text-indent: -9999px; display: none; }
span.sale { width: 66px; height: 66px; display: none; background: url(../img/icon-sale.png) 0 0 no-repeat; position: absolute;  top: 40px; right:20px; text-indent: -9999px; }
span.oulet { width: 68px; height: 68px; display: none; background: url(../img/icon-oulet.png) 0 0 no-repeat; position: absolute;  top: 40px; right:18px; text-indent: -9999px; }
	
/* HACK IOS ipad, iphone */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"], input[type="image"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:0px;
}
	
/*buttons ************************************************************************************** */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled,
ul.address li.address_delete a,
#new_comment_form button, #product_comments_block_tab button.usefulness_btn {
	padding: 6px 10px;
	color: #fff;
	background: #cb192c;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	border: none;
	display: inline-block;
	border-radius: 0px;
}

span.exclusive {
	color: #EEE;
	background: #BBB;
	cursor: not-allowed;
	margin-left: 15px;
}

body.product span.exclusive {
	margin: 0 0 15px 0;
	padding: 0 25px;
    font-weight: normal;
	font-size: 15px;
	color: #303030;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
    width: 50%;
}

.button.secondary_button {
	padding: 6px 10px;
	color: rgb(23,23,23);
	background: #ccc;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 20px;
	border: none;
}

.button.secondary_button:hover {
	background: #bbb !important;
}

*:first-child+html input.button_mini, *:first-child+html input.button_small, *:first-child+html input.button, *:first-child+html input.button_large,
*:first-child+html input.button_mini_disabled, *:first-child+html input.button_small_disabled, *:first-child+html input.button_disabled, *:first-child+html input.button_large_disabled,
*:first-child+html input.exclusive_mini, *:first-child+html input.exclusive_small, *:first-child+html input.exclusive, *:first-child+html input.exclusive_large,
*:first-child+html input.exclusive_mini_disabled, *:first-child+html input.exclusive_small_disabled, *:first-child+html input.exclusive_disabled, *:first-child+html input.exclusive_large_disabled {
	border:none
}


/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	/*padding-bottom: 2px*/
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	/*background-position: left -36px;
	cursor: default;
	color: #888!important*/
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	/*color: white!important*/
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	/*color: #488c40!important*/
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover,
#new_comment_form button:hover, #product_comments_block_tab button.usefulness_btn:hover {
	background-color: #b11626 !important;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	/*color: white!important*/
}

/* active button */
input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active,
input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active,
a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	background-position: left -100px
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	/*width: 30px;
	background-image: url('../img/button-mini.png')*/
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	/*width: 60px;
	background-image: url('../img/button-small.png')*/
}
input.button_disabled, input.exclusive_disabled, span.exclusive {
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	/*width: 180px;
	background-image: url('../img/button-large.png')*/
}

.button-primary {
	display: inline-block;
	font-size: 16px;
	background: #cb192c;
	border-radius: 2px;
	padding:18px 16px;
	color: #FFF !important;
	text-decoration: none;
}

.button-secondary {
	display: inline-block;
	font-size: 16px;
	background: #7b7b7b;
	border-radius: 2px;
	padding:18px 16px;
	color: #FFF !important;
	text-decoration: none;
}

/* form **************************************************************************************** */
form.std fieldset {
	margin: 0;
	border:1px solid #eee;
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border:1px solid #eee;
	border-bottom:none;
	background:white;
	border-collapse:inherit;
	clear: both;
}
table.std th,
table.table_block th {
	padding: 10px 12px;
	font-size:12px;
	 font-weight:bold;
	text-transform:uppercase;
	color: #303030;
	text-align: center;
	border-bottom: 1px solid #eee;
}
table.std th.last_item,
table.table_block th.last_item,
table.std td.carrier_price, table.table_block td.carrier_price {
    border-right: none;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item { }
table.std  td,
table.table_block td {
	padding:12px;
	border-bottom:1px solid #eee;
	font-size:14px;
	vertical-align:top
}

#account-creation_form { clear: both;}

/* ************************************************************************************************
		general
************************************************************************************************ */
body[data-country="es"] .country-ic-visibility {display: none;}
body[data-country="ic"] .country-es-visibility {display: none;}

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:20px}
#footer .block {margin-bottom:0}
	.block .title_block, .block h4 {
		padding: 0;
		font-weight: normal;
		color: #aaaaaa;
		font-size: 18px;
		line-height: 15px;
		margin-bottom: 15px;
	}
		.block .title_block a, .block h4 a {color:#aaa}
		.block .title_block a:hover, .block h4 a:hover { color: #cb192c;}
	.block ul {list-style-type:none}
		.block li.last {	border:none}
			.block li a {
				display:block;
				color:#303030;
				font-size: 14px;
			}
			.block li a:hover { color: #cb192c;}

#shopping_cart a{
	padding: 14px 10px 14px 35px;
	float: right;
	vertical-align: middle;
	position: relative;
	margin: 0;
	z-index: 10;
	border-radius: 0 !important;
	text-transform: none;
	background: url(../img/icon-topcart.png) 11px 50% no-repeat;
	color: #FFF;
	}

#shopping_cart a:hover, #shopping_cart a.hover{
	color: #555;
	background-image: url(../img/icon-topcart-hover.png);
	background-color: #EEE;
}

#header #cart_block { background: #EEE;}

/* BLOCK .products_block *********************************************************************** */
.products_block {}
	.products_block li {}
	.products_block li img { }

#product .accessories_block.products_block li {
	padding: 25px 0;
	border-top: 1px dashed #DDD;
}

#product .accessories_block.products_block li:first-child {
	border-top: none;
}

#product .accessories_block .block_content {
	border: none;
}

/* BLOCK customer privacy ******************************************************************* */
.account_creation label{
	float:left;
	padding-top:5px;
	width:80%;
	text-align:left;
	cursor:pointer
}

/* BLOCK .footer_links (cms pages) ************************************************************* */
ul.footer_links {
	list-style-type:none;
	margin-bottom:20px;
	padding: 10px 0;
}
ul.footer_links li {float:left}
ul.footer_links li.f_right {float:right}
ul.footer_links li .icon {
	position:relative;
	top: -3px;
	left:0
}

/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar {margin: 0;}
.content_sortPagiBar_bottom { margin: 20px 0 0;}
#center_column .sortPagiBar {
	padding: 0 0 11px 0;
	color:#303030;
	height: 30px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #eee;
}
	#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form { margin: 0;}
#center_column .sortPagiBar form label { display: inline;}

.sortPagiBar #productsSortForm {float:right;}
	.sortPagiBar select#selectPrductSort {
		margin:0 0 0 10px;
		color:#000;
		border:1px solid #ccc;
		width: auto;
	}
.sortPagiBar .product-compare { display:none; float: left; margin-top: 1px;}
.sortPagiBar .bt_compare {
	border:none;
	color:#fff;
}

.sortPagiBar .nbrItemPage { float: left; }
.sortPagiBar .nbrItemPage #nb_item_bottom { margin: 0 5px 5px; width: auto;}
.sortPagiBar .PrductSort {float:left;}

.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}

.sortPagiBar #nb_item {border:1px solid #ccc}

/* pagination ********************************************************************************** */
form.pagination { }

#pagination .page-lable {
	float: left;
	margin-top: 24px;
	margin-right: 12px;
}

#pagination .truncate {
	display: none;
}

.content_sortPagiBar div.pagination {
	float: right;
	margin: 10px 0 0;
}

#pagination_bottom .page-lable { float: left; line-height: 14px;}
.content_sortPagiBar ul.pagination {list-style-type:none; display: inline; border-radius: 0; box-shadow: none; margin: 0;}
.content_sortPagiBar ul.pagination li {display: inline; float: left; margin: 0 3px;}
.content_sortPagiBar ul.pagination a,
.content_sortPagiBar ul.pagination span {
	color:#303030;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background: none;
	line-height: 14px;
	padding: 4px 10px;
    position: relative;
    top: -4px;
}
.content_sortPagiBar ul.pagination a:hover { background: none; color: #cb192c; text-decoration: underline;}
.content_sortPagiBar ul.pagination li.current span { color: #cb192c; }

.content_sortPagiBar ul.pagination .pagination_previous span,
.content_sortPagiBar ul.pagination .pagination_previous a { background: url(../img/pager_arrow_left.gif) 0 0 no-repeat; display: inline-block; text-indent: -9999px; width: 12px; height: 12px; position: relative; top: 5px;}
.content_sortPagiBar ul.pagination .pagination_next a,
.content_sortPagiBar ul.pagination .pagination_next span {
	background: url(../img/pager_arrow_right.gif) 0 0 no-repeat;
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	 position: relative; top: 5px;
	}

@media all and (max-width: 767px) {
	#pagination_bottom .page-lable
	{
		display: none;
	}

	#pagination_bottom
	{
		float: none;
		display: flex;
		justify-content: center;
	}

	body#category #center_column .sortPagiBar
	{
		padding: 0;
		border: none;
	}

	body#category .sortPagiBar .pagination_previous,
	body#category .sortPagiBar .pagination_next
	{
		display: none;
	}
}
/* CART steps *********************************************************************** */
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form { margin: 0;}
#center_column .sortPagiBar form label { display: inline;}

/* CART steps *********************************************************************** */
ul#order_step { background-color: white;}
ul.step {
	list-style-type:none;
	margin-bottom:30px;
	width: 100%;
	float: left;
}
ul.step li {
	float:left;
	height:52px;
	width:19%;
	margin-right: 1%;
	text-align:center;
	text-transform:uppercase;
	line-height: 52px;
	text-align: center;
	border-bottom: 3px solid #ccc;
	border-top: 3px solid #ccc;
}
ul.step li#step_end { background-image: none; margin: 0; width: 20%;}
ul.step li span { color: #303030;}
ul.step li.step_current span { }
ul.step li a { }
ul.step li a:hover {  }
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {

}
ul.step li.step_current {
	font-weight:bold;
	border-bottom: 3px solid #cb192c;
	border-top: 3px solid #cb192c;
}

ul.step li.step_current_end {
	background-color: #cb192c;
	border-bottom: 3px solid #cb192c;
	border-top: 3px solid #cb192c;
}
ul.step li.step_current_end span { color: #fff; }
ul.step li.step_todo span {

}
ul.step li.step_done {
	border-top: 3px solid #cb192c;
	border-bottom: 3px solid #cb192c;
}
/*ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}*/

/* module productcomments ********************************************************************** */
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right;
	margin-right: 3px;
	font-size: 12px
}
.confirmation {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 #ffffe0;
}
#page .rte { background: transparent none repeat scroll 0 0 }

.listcomment {
	list-style-type:none;
	margin:0 0 20px 0 !important;
}
.listcomment li {
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	color:#666
}
.listcomment .titlecomment {
	display:block;
	font-weight:bold;
	font-size:12px;
	color: #303030;
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#333
}
.listcomment .authorcomment {}


/* ************************************************************************************************
		HEADER
************************************************************************************************ */
#header { position:relative; }
.header-inner { background: url(../img/bg-top.png) 0 0 repeat-x; }
.header-content { position: relative;}
#header_logo {
	position: absolute;
	/*left: 50%;*/
	top: 87px;
	z-index: 1;
	/*margin-left: -105px;*/
}
#header_logo img { opacity: 1;}
#header_right {
	position:relative;
}

#header .header-top-bar
{
	text-align: center;
}

#header .header-top-bar .message .message-content
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	background: #0071B4;
	/*font: normal normal 300 12px/14px helvetica, sans-serif;*/
	font-size: 13px;
	color: #FFFFFF;
}

#header .header-top-bar .message .message-content p
{
	margin: 0;
	padding: 0;
}

#header .header-top-bar .message .message-content img
{
	width: 16px;
	vertical-align: middle;
	margin-right: 3px;
}

#header .header-main-section
{
	border-bottom: 1px solid #E6E6E6;
	background: #fff;
}

#header .header-main-section .container
{
	display: flex;
	flex-flow: row;
}

#header .header-main-section .header-menusm-toggle
{
	display: none;
	margin: 0 10px 0 0;
}

#header .header-main-section .header-menusm-toggle div
{
	width: 26px;
}

#header .header-main-section .header-menusm-toggle span
{
	display: block;
	background-color: #303030;
	height: 2px;
	margin-bottom: 6px;
}

#header .header-main-section .header-menusm-toggle span:first-child
{
	width: 13px;
}

#header .header-main-section .header-menusm-toggle span:last-child
{
	width: 19px;
	margin-bottom: 0px;
}

#header .header-main-section .header-logo
{
	display: flex;
	align-items: center;
}

#header .header-main-section .header-center
{
	flex: 1;
	padding: 15px 65px;
	background: #fff;
}

#header .header-main-section .header-last
{
	display: flex;
	align-items: center;
}

#header .header-main-section .header-last .my-account
{
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	color: #303030;
	text-decoration: underline;
	margin-right: 20px;
	min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header .header-main-section .header-last .shopping-cart
{
	position: relative;
	margin-left: 22px;
}

#header .header-main-section .header-last .shopping-cart::before
{
	content: '';
	width: 1px;
	height: 22px;
	position: absolute;
	top: 4px;
	left: -21px;
	background: #303030;
}

#header .header-main-section .header-last .shopping-cart img
{
	width: 24px;
	height: 30px;
}

#header .header-main-section .header-last .shopping-cart span
{
	display: inline-block;
	font: normal normal 600 12px/15px Montserrat;
	color: #FFFFFF;
	background: #D2001F;
	border-radius: 100%;
	padding: 3px 7px;
	min-width: 22px;
	height: 21px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
    left: -6px;
}

#header .header-bottom-bar
{
	font-size: 13px;
	border-bottom: 1px solid #E6E6E6;
}

#header .header-bottom-bar .container
{
	display: flex;
	flex-flow: row;
}

#header .header-bottom-bar .container .header-first
{
	min-width: 165px;
	font-weight: 300;
}

#header .header-bottom-bar .container .header-first a
{
	font-weight: 600;
	display: inline-block;
	padding: 10px 20px;
	background: #E6E6E6;
}

#header .header-bottom-bar .container .header-first .menu-wrapper-icon
{
	display: inline-block;
	margin-right: 4px;
	width: 14px;
	position: relative;
	top: 2px;
}

#header .header-bottom-bar .container .header-first .menu-wrapper-icon span
{
	display: block;
	height: 2px;
	background: #303030;
	margin-bottom: 3px;
}

#header .header-bottom-bar .container .header-first a:hover .menu-wrapper-icon span
{
	background: #cb192c;
}

#header .header-bottom-bar .container .header-first .menu-wrapper-icon span:last-child
{
	margin-bottom: 0;
}

#header .header-bottom-bar .container .header-center
{
	display: flex;
	align-items: center;
	flex: 1;
	overflow-y: auto;
	white-space: nowrap;
}

#header .header-bottom-bar .container .header-center::before
{
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	margin-right: 15px;
}

#header .header-bottom-bar .container .header-center a
{
	margin-right: 10px;
}

#header .header-bottom-bar .container .header-center p
{
	margin: 0;
	padding: 0;
}

#header .header-bottom-bar .container .header-last
{
	width: auto;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .header-bottom-bar .container .header-last
{
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}

#header .header-bottom-bar .container .header-last .global-country-selection
{
	cursor: default;
}

#header .header-bottom-bar .container .header-last .global-country-selection
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: inherit !important;
	text-decoration: none !important;
	padding: 0 18px;
}

#header .header-bottom-bar .container .header-last .global-country-selection img
{
	display: none;
	width: 10px;
	transform: rotate(180deg);
	padding-right: 6px;
	position: relative;
	top: 1px;
}

#header .header-bottom-bar .container .header-last .global-country-selection.active
{
	cursor: pointer;
	padding-right: 19px;
}

#header .header-bottom-bar .container .header-last .global-country-selection.active:hover
{
	color: #d2001f !important;
}

#header .header-bottom-bar .container .header-last .global-country-selection.active img
{
	display: inline-block;
}

@media all and (max-width: 767px) {
	#header
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 174px;
		background: #fff;
	}

	#header .header-main-section .header-menusm-toggle
	{
		display: flex;
		align-items: center;
	}

	#header .header-main-section
	{
		height: 101px;
		padding: 19px 15px 15px 15px;
	}

	#header .header-main-section .header-logo
	{
		width: 125px;
	}

	#header .header-main-section .header-center
	{
		position: absolute;
		top: 97px;
		left: 0;
		width: calc(100% - 30px);
		padding: 15px;
		z-index: 1;
	}

	#header .header-main-section .header-last .my-account
	{
		font-size: 13px;
		margin-right: 10px;
	}

	#header .header-main-section .header-last .shopping-cart
	{
		margin-left: 15px;
	}

	#header .header-main-section .header-last .shopping-cart::before
	{
		left: -13px;
	}

	#header .header-main-section .header-center #search_block_top.jolisearch
	{
		position: static;
		margin: 0;
		width: 100%;
	}

	#header .header-bottom-bar
	{
		display: none;
	}

	#header .header-main-section .header-last
	{
		justify-content: flex-end;
		flex: 1;
	}
}

@media all and (max-width: 575px) {

	#header.search-initialized .header-main-section .header-center,
	#header.search-initialized .header-main-section .header-logo,
	#header.search-initialized .header-main-section .header-last,
	#header.search-initialized .header-main-section .header-menusm-toggle,
	#header.search-initialized .header-main-section,
	#header.search-initialized.opened
	{
		transition: all .3s;
	}

	#header.search-initialized .header-main-section
	{
		height: 101px;
	}

	#header.search-initialized.opened .header-main-section .header-center
	{
		padding: 15px 15px 0 15px;
		top: 0;
		left: 0;
		z-index: 50;
	}

	#header.search-initialized.opened .header-main-section .header-logo,
	#header.search-initialized.opened .header-main-section .header-last,
	#header.search-initialized.opened .header-main-section .header-menusm-toggle
	{
		opacity: 0;
	}

	#header.search-initialized.opened .header-main-section
	{
		height: 4px;
	}

	#header.search-initialized.opened
	{
		height: 77px;
	}
}

@media all and (max-width: 321px) {
	#header .header-main-section .header-logo
	{
		width: 75px;
	}
}

.mobile-links-connectif
{
	display: none;
	align-items: center;
	overflow-y: auto;
	font-size: 13px;
	padding: 0 15px;
	height: 38px;
	border-bottom: 1px solid #E6E6E6;
	white-space: nowrap;
}

.mobile-links-connectif p
{
	margin: 0;
}

.mobile-links-connectif a
{
	display: inline-block;
	margin-right: 15px;
}

@media all and (max-width: 767px) {
	.mobile-links-connectif
	{
		display: flex;
	}
}


/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb {
	margin-bottom: 0;
	font-size: 10px;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	background: none;
	line-height: 30px;
	color: #363636;
	border-radius: 0;
}
.breadcrumb .navigation-pipe {
	display: inline-block;
	margin: 0 7px 0;
	text-align: center;
	color: #303030;
	/*text-indent: -999px;*/
	/*background: url(../img/navigation-pipe.png) 0 50% no-repeat;*/
	width: 6px;
	height: 12px;
	height: 30px;
	line-height: 30px;
	/*text-indent: -5000px;*/
}
.breadcrumb img {
	position:relative;
	top: -3px
}
.breadcrumb a, .breadcrumb  span { float: none; line-height: 30px;}
.breadcrumb  span { color: #cb192c;}
.breadcrumb a {color: #303030;}
.breadcrumb a:hover { color: #cb192c;}

/*===================Mode View ==================*/

.mode-view { float: left; margin-top: 3px; margin-right: 20px;}
#view_as .products_left_grid_button { display: inline-block; margin-right: 10px;}
#view_as .products_left_grid_button .products_grid_button_id { width:23px; height:23px; float:left;  background:url(../img/grid.png) 0 0 no-repeat; padding: 0; cursor: pointer; line-height: 17px; display: block; text-indent: -9999px;}
#view_as .products_left_grid_button.active .products_grid_button_id,
#view_as .products_left_grid_button .products_grid_button_id:hover { background-position: 0 100%;}

#view_as .products_right_grid_button { display: inline-block; margin-left: 5px;}
#view_as .products_right_grid_button .products_list_button_id { width:23px; height:23px; float:left; background:url(../img/list.png) 0 0 no-repeat; padding: 0; cursor: pointer; line-height: 17px; display: block; text-indent: -9999px;}
#view_as .products_right_grid_button.active .products_list_button_id,
#view_as .products_right_grid_button .products_list_button_id:hover { background-position: 0 100%;}

#view_as .switch_mode.active span { cursor: default;}
  
/*********************************************Page Product*************************************************** */
#view_scroll_left {
	height: 27px ;
	width: 27px;
	border: 0 !important;
	margin: -13px 0 0;
	display: block;
	background: url(../img/bg_direction_nav.png) no-repeat 0 0 #ccc;
	position: absolute;
	top: 50%;
	left: -12px;
	cursor: pointer;
	text-indent: -9999px;
}

#view_scroll_right {
	height: 27px ;
	width: 27px;
	border: 0 !important;
	margin: -13px 0 0;
	display: block;
	background: url(../img/bg_direction_nav.png) no-repeat 100% 0 rgba(221,221,221,.69);
	position: absolute;
	top: 50%;
	right: -12px;
	cursor: pointer;
	text-indent: -9999px;
}
#view_scroll_right:hover,
#view_scroll_left:hover { background-color: rgba(208,25,44,.69);}

#availability_value .consultar-disponibilidad {
	text-decoration: underline;
}

#reduction_amount span {
	background: #cb192c;
}

.content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
	padding: 0 25px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	border: none;
	margin: 0;
	height: 50px;
	background: #cb192c;
}
.content_prices #add_to_cart .exclusive:hover { background-color: #b11626;}
.buttons_bottom_block #wishlist_button {
	background: url(../img/bg-wishlist.png) 0 1px no-repeat;
	padding-left: 20px;
}
.buttons_bottom_block #wishlist_button:hover { background-position: 0 100%;}
#thumbs_list li a { display: block; border: 1px solid #ddd;}
#thumbs_list li a:hover { border: 1px solid #cb192c;}

/*********************************************FOOTER*************************************************** */
.footer-banner-container { }

#footer {
	color: #303030;
	padding: 30px 0 0;
	margin-top: 50px;
	background: #FAFAFA;
}
	.blockcategories_footer,
	#footer .myaccount ,
	#block_various_links_footer,
	#social_block,
	#block_contact_infos {
	}
	.blockcategories_footer {margin-left:0}
#footer .title_block {
	padding-bottom: 10px;
}
#footer .title_block ,
#footer .title_block  a {
	font-weight:normal;
	font-size:14px;
	color:#fff
}
#footer a:hover {text-decoration: none}
#footer ul {list-style-type:none}
#footer li { line-height: 25px;}

#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}

/* **********************************Footer Static **************************************************/

.pos-footer-bottom .footer-address .footer-links {
	font-size: 12px;
	padding-top: 0;	
}

.pos-footer-bottom .footer-address .footer-links a:hover {
	color: #cb192c;
}

.pos-footer-static .block_various_links ul li,
.pos-footer-static .myaccount ul li {
	padding: 0;
	cursor: pointer;}

.pos-footer-static .block_various_links ul li:hover,
.pos-footer-static .myaccount ul li:hover {
	}
.pos-footer-static .block_various_links ul li a,
.pos-footer-static .myaccount ul li a {
    color: #303030;
    font-size: 14px;
    background: url(../img/icon-title.png) 0 3px no-repeat;
    padding-left: 15px;}
.pos-footer-static .block_various_links ul li a:hover,
.pos-footer-static .myaccount ul li a:hover {
    color: #cb192c;
background-position: 0 -27px;
    }

#footer .title_block,
#footer .footer-static-title {
	margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    color: #303030;
    padding-bottom: 15px;
	}
.social li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.social li.first { }
.social a:hover {
}
.social a {
    display: block;
    float: left;
    height: 51px;
    width: 51px;
}

.pos-footer-bottom { padding: 20px 0 80px 0; background: #eee; margin-top: 50px;}
.pos-footer-bottom .footer-address p { padding: 10px 0 0; color: #303030;}
.pos-footer-bottom .footer-address a { color: #303030; text-decoration: none;}
.pos-footer-bottom .footer-address a:hover { color: #303030; text-decoration: underline;}
.pos-footer-bottom .footer-address .highlight { color: #cb192c; }

.pos-footer-bottom .payment { text-align: right;}
.pos-footer-bottom .payment li { display: inline; margin-left: 10px;}

#footer .container-special {
	text-align: center;
	padding: 22px;
}

#footer .container-special p {
	padding: 0;
}

#footer .footer-message-country
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	font-size: 12px;
	font-weight: bold;
	padding: 15px;
	color: #fff;
	background: #cb192c;
	text-align: center;
	box-sizing: border-box;
}

#footer .footer-message-country a
{
	color: #fff;
	text-decoration: underline;
}

@media all and (max-width: 980px) {

	.pos-footer-bottom {
		padding-bottom: 20px;
	}

	#footer .footer-message-country {
		position: static;
		padding-bottom: 90px;
	}
}

/********************************************* NEW FOOTER *************************************************** */
.trustpilot-widget-container
{
	margin-top: 50px;
}

#new-footer .container
{
	padding-top: 50px;
	border-top: 1px solid #E6E6E6;
	margin-top: 40px;
}

#new-footer .footer-columns
{
	display: flex;
}

#new-footer .footer-columns .column
{
	width: 25%;
}

#new-footer .footer-columns .column-group
{
	display: flex;
	width: 50%;
}

#new-footer .footer-columns .column-group .column
{
	width: 50%;
}

#new-footer .footer-columns .column h4
{
	font-weight: 600;
	margin: 0 0 20px 0;
	padding: 0;
}

#new-footer .footer-columns .column ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#new-footer .footer-columns .column ul li
{
	display: block;
	margin-bottom: 15px;
	float: none;
	margin-right: 0px;
}

#new-footer .footer-columns .column.social ul li a
{
	float: none;
	width: auto;
	height: auto;
}

#new-footer .footer-columns .column.social ul li a img
{
	margin-right: 5px;
}

#new-footer .footer-columns .column.contact .phone
{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 9px;
}

#new-footer .legal
{
	margin-top: 50px;
	height: 70px;
	border-top: 1px solid #E6E6E6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
}

#new-footer .legal .links
{
	padding: 0 20px;
}

#new-footer .copyright
{
	padding: 40px 0;
	border-top: 1px solid #E6E6E6;
	font-size: 12px;
	text-align: center;
}

@media all and (max-width: 575px)
{
	#new-footer .footer-columns
	{
		flex-flow: column-reverse;
	}

	#new-footer .footer-columns .column
	{
		padding: 0 15px;
		width: 100%;
		margin-top: 45px;
		box-sizing: border-box;
	}

	#new-footer .footer-columns .column-group
	{
		width: 100%;
	}

	#new-footer .footer-columns .column.contact
	{
		margin-top: 0px;
		text-align: center;
	}

	#new-footer .footer-columns .social h4
	{
		text-align: center;
		margin-bottom: 5px;
	}

	#new-footer .footer-columns .social ul
	{
		display: flex;
		flex-flow: row;
		justify-content: center;
	}

	#new-footer .footer-columns .social span
	{
		display: none;
	}

	#new-footer .footer-columns .social a
	{
		display: block;
		padding: 15px;
		margin: 0 5px;
	}

	#new-footer .footer-columns .column.social ul li a img
	{
		margin: 0;
	}

	#new-footer .legal
	{
		display: flex;
		flex-flow: column-reverse;
		text-align: center;
		font-size: 10px;
		height: auto;
		padding-top: 30px;
	}

	#new-footer .legal .payment
	{
		padding-bottom: 30px;
	}

	#new-footer .copyright
	{
		font-size: 10px;
		padding-top: 5px;
		border: none;
	}
}

/* ************************************************************************************************
		PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
.idTabs {
	margin-top: 20px;
}
ul.idTabs li {
	float: left;
	margin-right: 2px;
	list-style: none;
}
.idTabs a {
	display: block;
    padding: 10px 15px;
    font-size: 15px;
    color: #2f2f2f;
    text-decoration: none;
    line-height: 24px;
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
}
.idTabs .selected, .idTabs a:hover {
	font-weight: normal;
	color: #cb192c;
	border: 1px solid #E8E8E8;
	background: none;
}

#more_info_sheets { 
	border: 1px solid #eee; 
	position: relative;
	top: -1px; 
	padding: 10px;
	overflow: auto;
}

#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}
#more_info_sheets em {font-style:italic}

#more_info_sheets .product_desc{
	margin-top:5px
}

#more_info_sheets .product_desc .product_image{
	float:left
}

#more_info_sheets .product_desc .block_description{
	float:left;
	margin-left:10px;
	width:420px
}
#more_info_sheets .product_desc .clear_product_desc{
	clear:both;
	height:0px;
	line-height:0px
}

/* Make sure lists are correctly displayed in tinyMCE BO edition mode too */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {margin-left:20px}

.block_hidden_only_for_screen {display:none}


/* ************************************************************************************************
		PAGE AUTHENTIFICATION
************************************************************************************************ */
#authentication #left_column { }
#authentication #center_column{ }


/* ************************************************************************************************
		PAIMENT - PAGE ORDER
************************************************************************************************ */

/* nav bottom ********************************************************************************** */
#order #left_column , #order-confirmation #left_column { }
#order #center_column, #order-confirmation #center_column{ }

.cart_navigation {margin:20px 0}
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
	float:right
}

/* step 1 - cart ******************************************************************************* */

.cart_last_product {display:none}

/*p.cart_navigation .multishipping-button { margin-right: 10px }*/

#order-detail-content {margin-bottom:20px}
#order-detail-content .customizationUploaded li,#order-detail-content .typedText li {
	list-style: none;
}
.pull-right table tr td.price { border-right: 0;}

table#cart_summary th {
	padding: 14px 12px;
	color: #303030;
	 font-weight:bold;
	text-transform:uppercase;
	text-align: center;
}
table#cart_summary th.last_item { border-right: none;}
table#cart_summary  th.cart_product {text-align:center}
table#cart_summary td {
	padding: 10px 5px;
	border-bottom:1px solid #e9e9e9;
	vertical-align: middle;
}
table#cart_summary td p
{
	margin: 0;
	padding: 0;
}
table#cart_summary  td.cart_delete,
table#cart_summary  td.price_discount_del {border-right:none;text-align: center}
table#cart_summary  .last_item  td {border-bottom:1px solid #999}


table#cart_summary tr.cart_item.odd,
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price,
table#cart_summary tr.cart_total_voucher{
	background-color: #fff
}
table#cart_summary tr.cart_item.even {
	 
}

table#cart_summary tr.customization.odd {
	background-color: #fff
}
table#cart_summary tr.customization.even {
	 
}

table#cart_summary tr ul {
	list-style: none;
}
table#cart_summary .cart_product {
	width:80px;
	text-align:center
}
table#cart_summary tbody tr:last-child td {
	border-bottom: 1px solid #eee;
}
table#cart_summary tbody tr td.cart_discount_delete {
	padding-left: 34px;
}
table#cart_summary .cart_description {
}
table#cart_summary .cart_unit { text-align: center}
table#cart_summary td.cart_unit, table#cart_summary td.cart_ref {
	text-align: center;
	font-size: 12px;
}
table#cart_summary  .cart_quantity {
	
}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity .cart_quantity_input {
	float:left;
	margin: 0 0 0 5px;
	width: 20px;
	height: auto;
}
.cart_quantity .cart_quantity_button {
	float:left;
	position: relative;
	top: -6px
}
table#cart_summary .cart_total { text-align: center}
table#cart_summary td.cart_total,
table#cart_summary .cart_discount_price {
	text-align: center;
	font-weight: 600;
}
table#cart_summary .cart_delete {
	text-align:center
}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	display:inline-block;
	padding: 0;
	width: 16px;
	height: 16px;
	color:#303030;
	background-image: url(../images/glyphicons-halflings.png);
	background-repeat: no-repeat;
	background-position: -456px 0;
	text-indent: -9999px;
}
#mywishlist td.wishlist_delete a { background: url(../img/nav-logout.gif) 0 0 no-repeat !important; text-indent: -9999px; width: 16px; height: 16px; display: block;}

.cart_total_price .total_price_container {
	border-right:none;
}

table#cart_summary .cart_total_price td.cart_voucher {
	border-bottom:1px solid #eee;
	vertical-align:middle
}

table#cart_summary #total_price_container {
	border-bottom:1px solid #eee;
	border-right: none;
}

body.order-opc #total_price_container > div {
	max-width: 100%;
}

.cart_voucher p {padding-bottom:0;}

.cart_voucher p.discount_name_block {float:left;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 20px;
	color:#303030;
	padding-top:2px;
	font-weight:normal;
	border-top:1px dotted #ccc
}
.cart_voucher .title_offers {
	margin-top:15px;
	margin-bottom:5px
}
.cart_voucher #display_cart_vouchers span {
	font-weight:bold;
	cursor:pointer;
}
.cart_voucher input.button {
	font-size: 12px;
}

#cart_summary .price {
	border-right:none;
	text-align: right;
	white-space: nowrap;
	font-size: 16px;
}
#cart_summary .price span { font-size: 12px; color: #aaa;}
.total_price_container p {text-align: left}

table#cart_summary .cart_total_price .total_price_container {
	padding:0;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
.cart_total_price .total_price_container p {
	display:block;
	padding:8px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	background:#eee;
	text-align: center;
}
.cart_total_price .total_price_container span {
	display:block;
	padding:15px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	border: 1px solid #eee;
	border-top: 0;
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #eee;
	background:#fff
}
#order_carrier .title_block  {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

.order_delivery .first_item { }

.multishipping_close_container {
	text-align: center;
}

table#cart_summary .gift-icon {
	color: white;
	background: #0088CC;
	line-height: 20px;
	padding: 2px 5px;
	border-radius: 5px;
}

/* step 2 - authentification ******************************************************************* */
#create-account_form, #authentication #login_form {

}
#create-account_form { }

#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
	min-height: 200px
}

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	padding:15px 10px
}

#create-account_form h3,
#authentication #login_form h3 {
	padding: 10px;
	font-weight:bold;
	font-size:14px;
	color:#303030;
	text-transform:uppercase;
	text-align: center;
	border-bottom: 1px solid #eee;
}
#create-account_form .title_block  {
	padding-bottom:22px;
	font-size:11px;
	color:#333
}

#create-account_form label,
#login_form label {
	display:inline-block;
	width:110px;
	color: #303030;
}

#order-opc #login_form_content label {
	display: block;
	margin:0 0 10px 0;
	float: left;
	text-align: left;
	width: 120px;
}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email,
#login_form #login_passwd {
	padding:0 5px;
	height:20px;
	width:200px;/* 230 */
	border:1px solid #ccc;
	color:#303030;
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff;
	line-height:20px;
	margin: 0;
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	float:right
}

.lost_password {
	float:left;
	width:200px
}
.lost_password a {color:#303030; }

#order-opc .lost_password {
	display:block;
	float:none;
	margin:5px 0 10px;
	width:auto;
	font-size:11px;
	color:#666
}

#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
	float:left;
	margin-right:25px;
	width:220px
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height: auto;
	width: 50%;
	border:1px solid #ccc;
}

#opc_account_form
{
	border: 1px solid #e6e6e6;
	padding-top: 15px;
}

/* step 3 - address ************************************************************************** */

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #D0D3D8;
	background: url("../img/form_bg.jpg") repeat-x scroll left top #D0D1D5;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #eee;
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: bold;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	border: 1px solid #ccc;
	background: #eee;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}


/* step 4 - paiement ************************************************************************** */
#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
	margin: 0 0 15px 0;
	font-size: 14px;
	padding: 0;
}
#order .delivery_option_radio, 
#order-opc .delivery_option_radio
{
	float: left;
	margin: 24px 12px;
	width: 15px;
	height: 15px;
}

#order .delivery_option label, 
#order-opc .delivery_option label
{
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
	min-height: 45px;
	margin: 0;
}

#order .delivery_option:first-child label, 
#order-opc .delivery_option:first-child label
{
	border-top: 1px solid #E6E6E6;
}

#order .delivery_option label:hover, 
#order-opc .delivery_option label:hover
{
	background-color: #f5f5f5;
}

#order .delivery_option input:checked + label, 
#order-opc .delivery_option input:checked + label
{
	background-color: #E6E6E6;
}

#order .delivery_option label > table.resume td, #order-opc .delivery_option label > table.resume td {
	padding: 0 8px;
}
#order .delivery_option label > table.resume td + td, #order-opc .delivery_option label > table.resume td + td {
	width: 300px;
}
#order .delivery_option label > table.resume td + td + td, #order-opc .delivery_option label > table.resume td + td + td {
	width: 100px;
	text-align: right;
}
#order .delivery_option_carrier td {width:200px}
#order .delivery_option_carrier td + td {width:280px;}
#order .delivery_option_carrier td + td + td {width:200px}
#order .delivery_options_address .delivery_option_logo, #order .delivery_option_carrier .delivery_option_logo, #order-opc .delivery_options_address .delivery_option_logo {
	padding-left:10px;
	width: 160px;
}
#order .delivery_options_address .delivery_option_logo img, #order-opc .delivery_options_address .delivery_option_logo img { /*height: 40px;*/ }
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
	background:url(../img/arrow_right_2.png) no-repeat 3px 7px
}

.order_carrier_content {
}

.order_carrier_content a {
	color: #000 !important;
	text-decoration: underline;
	font-weight: normal !important;
}

.order_carrier_content h3
{
	padding: 15px 0 10px 0;
	font-size: 13px;
	color:#000
}

.order_carrier_content h3.carrier_title
{
	display: none;
}

#carrierTable {
	border:1px solid #999;
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{
	border-bottom:1px solid #999;
}
#carrierTable  th {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e9e9e9
}
#carrierTable  td.carrier_price {border:none}

#gift_div {
	display:none;
	padding-bottom:10px
}
#gift_div label {
	display:block;
	margin-bottom:5px
}
#gift_div #gift_message {
	height:50px;
	width:720px;
	border:1px solid #999
}

a.iframe {font-weight:bold}

.hook_extracarrier {
	margin-top: 5px;
	padding: 5px;
}

#order-opc .tos-wrapper
{
	margin-top: 30px;
}

#order-opc .tos-wrapper h3
{
	font-size: 15px;
	font-weight: 600;
	padding-top: 0;
}

#order-opc .tos-wrapper p.checkbox
{
	position: relative;
	padding-left: 0;
}

#order-opc .tos-wrapper input
{
	float: none;
	width: 15px;
	height: 15px;
	position: relative;
	top: -1px;
}

#order-opc .tos-wrapper input:not(:checked)
{
	
}

#order-opc .tos-wrapper input:not(:checked) + .cgv-alert
{
	display: block !important;
	position: absolute;
	top: 25px;
	left: 0;
	font-size: 10px;
	font-weight: 600;
	color: #D2001F;
	text-transform: uppercase;
}

@media all and (max-width: 575px) {
	#order-opc .tos-wrapper input:not(:checked) + .cgv-alert
	{
		top: 40px;
	}
}

/* step 5 - paiement ************************************************************************** */
#HOOK_PAYMENT { /*border: 1px solid #eee; padding: 10px;*/}

.paiement_block
{
	
}

.payment_module
{
	position: relative;
}

.payment_module a
{
	display: flex;
	align-items: center;
	padding: 15px !important;
	position: relative;
}

.payment_module a:before
{
	content: '⟩';
	position: absolute;
	right: 10px;
	top: calc(50% - 9px);
	font-size: 22px;
}

.payment_module a:hover,
body.order-opc #cetelem_payment_button.payment_module a:hover
{
	background-color: #f5f5f5 !important;
}

.payment_module img {
	float: none !important;
	vertical-align: middle;
	margin: 0 30px 0 0 !important;
	width: auto !important;
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

.payment_module:before,
.payment_module:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.payment_module:after {clear: both}
.payment_module {zoom: 1}

@media all and (max-width: 767px) {
	.payment_module img
	{
		width: 100px !important;
    	margin-right: 5px !important;
	}
}

/* ************************************************************************************************
		PAGE ORDER-OPC
************************************************************************************************ */
#order-opc #left_column { display: none;}
#order-opc #center_column{ width: 100%; }

body#order-opc h1.page-title
{
	margin: 25px 0 10px 0;
	border: none;
}

body#order-opc h2.page-title
{
	margin: 100px 0 10px 0;
	border: none;
}

#order-opc h2 span
{
	display:inline-block;
	padding:5px 7px;
	color:#fff;
	background:#333;
}

#order-opc #login_form fieldset {
	background: none repeat scroll 0 0 #FFFFE0;
	border: 1px solid #E6DB55;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 10px;
}
#order-opc #login_form fieldset p {padding:0}
#order-opc #login_form fieldset p a {padding:0}

#order-opc #new_account_form p.submit {
	margin-right: 120px;
	text-align:right
}
#order-opc #new_account_form p.opc-required {margin-left:20px}

#order-opc .addresses {margin-bottom:20px}

#order-opc #opc_delivery_methods h3 {

}
#order-opc #opc_delivery_methods textarea {
	height:60px;
	max-width:723px;
	width: 100%;
}
#order-opc #opc_delivery_methods #message {
	width: 700px;
	max-width: 100%;
	margin: 0;
}

#order-opc #opc_payment_methods
{
	margin-bottom: 20px;
}

#order-opc #opc_payment_methods #opc_payment_methods-content p.payment_module
{
	border-bottom: 1px solid #E6E6E6;
	padding: 0;
}

#order-opc #opc_payment_methods #opc_payment_methods-content p.payment_module:first-child
{
	border-top: 1px solid #E6E6E6;
}

.delivery_option_carrier td {width:200px}
.delivery_option_carrier td + td {width:280px;}
.delivery_option_carrier td + td + td {width:200px}
.delivery_option_carrier {
	margin: 5px 0 0 45px;
	width: 670px;
	display: none;
}
 .delivery_option_carrier tr td {
	padding: 5px;
}
.delivery_option_carrier.selected {
	display: table;
}
.delivery_option_carrier.not-displayable {
	display: none;
}
.delivery_option_title
{
	font-weight: 600;
}

.delivery_option_delay
{
	font-size: 12px;
}

.delivery_option_best_price,
.delivery_option_fast
{
	display: none;
}

#order .leave-message, 
#order-opc .leave-message
{
	border-top: 1px solid #E6E6E6;
	padding-top: 15px;
	margin-top: 35px;
}

#order .leave-message h3, 
#order-opc .leave-message h3
{
	display: none;
}


/* ************************************************************************************************
	express checkout
************************************************************************************************ */
#new_account_form {clear:both;margin-bottom: 20px}
#new_account_form h3 {
	margin-bottom:20px;
	padding:8px;
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	font-weight: 600;
	font-size:12px;
	color:#000;
	background: #e6e6e6;
	text-transform: uppercase;
}
#center_column #new_account_form form p
{
	display: flex;
	align-items: center;
	flex-flow: row;
	margin:0;
	padding:0 0 10px 0
}

#center_column #new_account_form p.checkbox
{
	padding-left: 250px;
}

#center_column #new_account_form p input,
#center_column #new_account_form p select,
#center_column #new_account_form p textarea
{
	margin: 0;
}

#new_account_form p.required {color:#222}
#new_account_form p.required sup {color:#990000}
#new_account_form p.radio span,
#new_account_form p.text label,
#new_account_form p.password label,
#new_account_form p.select label,
#new_account_form p.select span,
#new_account_form p.textarea label {
	width: 230px;
	text-align: right
}
#new_account_form p.radio label {
	float:none;
	padding-right:10px;
	width:auto;
	font-size:14px;
}
#new_account_form p.checkbox label {
	float: none;
	width: auto;
	font-size: 12px;
}

#new_account_form p.checkbox input {margin-left: 260px;}

#new_account_form #submitGuestAccount {float: none}

body#order-opc #discount_name
{
	margin: 0;
}

@media all and (max-width: 767px) {
	#center_column #new_account_form p.checkbox
	{
		padding-left: 25px;
	}
}

/* ************************************************************************************************ */

/* ************************************************************************************************
		paiment - CONFIRMATION
************************************************************************************************ */
#orderconfirmation #left_column { }
#orderconfirmation #center_column{ }


/* ************************************************************************************************
		PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset {
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #eee
}
#form_forgotpassword  p.text label {
	display: inline-block;
	padding-right: 10px;
	width: 174px;
	font-weight: bold;
	font-size: 12px;
	text-align: right
}

#form_forgotpassword p.submit {
	margin-right:25px;
	padding-bottom:5px;
	text-align:right
}

#password .icon {
	position:relative;
	top:6px;
}


/* ************************************************************************************************
		PAGE ADRESSES
************************************************************************************************ */
#addresses #left_column { }
#addresses #center_column{ }

#address p.inline-infos {
	margin:0 0 0 265px !important;
	font-size:12px;
	color:#303030;
}


/* ************************************************************************************************
		PAGE ADD ADRESS
************************************************************************************************ */
#address #left_column { }
#address #center_column{ }

form#add_address {}
#add_address fieldset {
	margin:0;

}
#add_address h3 {
	margin:0 0 15px 0;
	padding: 10px;
	font-size:16px;
	color:#303030;
	text-transform:uppercase;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-weight: normal;
}
#center_column #add_address p {margin:0; padding:0 0 10px 0}
#add_address p.required {color:#222}
#add_address p.required  sup {color:#cb192c}

#add_address p.text label,
#add_address p.password label,
#add_address p.select label,
#add_address p.select span,
#add_address p.textarea label {
	display:inline-block;
	padding:6px 15px;
	width:230px;/* 260 */
	font-size:14px;
	text-align:right
}
#add_address p.text input,
#add_address p.password input,
#add_address p.select input {
	padding:0 5px;
	height:22px;
	width:360px;/* 370 */
	border:1px solid #ccc;
	font-size: 12px;
	color:#303030;
	line-height:22px
}
#add_address p.checkbox input {
	margin-left:260px;
}

#add_address p.textarea label {vertical-align:top}

#center_column  #add_address p.submit2 {
	margin-top:20px;
	text-align:right
}

#add_address span.form_info,
#add_address span.inline-infos {
	display:block;
	margin:5px 0 0 265px;
	color:#666
}


/* ************************************************************************************************
		PAGE ORDER-SPLIP
************************************************************************************************ */
#order-slip #left_column { }
#order-slip #center_column{ }

#order-slip #order-list {border-bottom:1px solid #999}
#order-slip #order-list td {
	border-top: 1px solid #ccc;
	border-bottom:none
}
#order-slip #order-list td.history_invoice {border-right:none}


/* ************************************************************************************************
		PAGE DISCOUNT
************************************************************************************************ */
#discount #left_column { }
#discount #center_column{  }

#discount .table_block tr.last_item td {border-bottom:1px solid #999}
#discount .table_block td.discount_expiration_date {border-right:1px solid #999}
#discount .table_block td.discount_value {white-space:nowrap}


/* ************************************************************************************************
		PAGE ORDER FOLLOW
************************************************************************************************ */
#order-follow #left_column { }
#order-follow #center_column{ }


/* ************************************************************************************************
		PAGE NEW-PRODUCTS
************************************************************************************************ */
#newproducts .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE BEST SALES
************************************************************************************************ */
#bestsales .sortPagiBar {margin-bottom:20px}

/* ************************************************************************************************
		PAGE PRICES DROP SALES
************************************************************************************************ */
#pricesdrop .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE MANUFACTURER
************************************************************************************************ */

body#manufacturer .title-wrapper .products-sort-wrapper
{
    display: flex;
    justify-content: flex-end;
}

body#manufacturer .title-wrapper {
    display: flex;
    flex-flow: row;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 11px;
}

body#manufacturer .title-wrapper h1 {
    font-size: 24px;
    font-weight: 600;
    flex: 1;
    text-transform: none;
    margin: 0;
    padding: 0;
}

body#manufacturer .title-wrapper h2 {
	display: none;
}

body#manufacturer #center_column .sortPagiBar form label {
	display: none;
}

body#manufacturer #center_column .sortPagiBar {
	padding: 0;
	border: none;
}

body#manufacturer .block .title_block, body#manufacturer .block h4 {
	display: none;
}

body#manufacturer #pageleft-Blocklayeredmanufacturer div.block_content {
	border-right: 1px solid #E6E6E6;
}

body#manufacturer #layered_form > div > div {
    border-bottom: 1px solid #E6E6E6 !important;
    margin-top: 0;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

body#manufacturer .toolbar-sm {

}

body#manufacturer .toolbar-sm .mobile-panel-filter-link {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #707070;
    text-align: center;
    height: 30px;
    width: 50%;
    margin-right: 5px;
    box-sizing: border-box;
}

body#manufacturer .toolbar-sm .mobile-panel-filter-link img {
	width: 16px;
    margin-right: 7px;
}

body#manufacturer #pageleft-Blocklayeredmanufacturer #enabled_filters_manufacturer ul li {
	font-size: 11px;
	border: 1px solid #E6E6E6;
	margin-top: 3px;
	padding: 6px 0 6px 13px;
	display: inline-flex;
	flex-flow: row-reverse;
	align-items: center;
}

body#manufacturer #pageleft-Blocklayeredmanufacturer .layered_filter ul li {
	padding: 6px 0 !important;
}

body#manufacturer #pageleft-Blocklayeredmanufacturer .layered_filter_cat .layered_manufacturer_cat_a {
	margin-bottom: 0;
}

body#manufacturer #pageleft-Blocklayeredmanufacturer ul li input.checkbox {
    vertical-align: middle;
    margin-left: 2px;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    min-height: 15px;
    min-width: 15px;
    padding: 0;
    appearance: none;
    background: transparent;
    border-radius: 0;
    position: relative;
    top: -2px;
    cursor: pointer;
    border-color: transparent !important;
}

body#manufacturer #pageleft-Blocklayeredmanufacturer ul li input.checkbox[checked]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/common/checkbox-checked-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: #0071b4;
    border-color: #0071b4;
    z-index: 1;
}

body#manufacturer #pageleft-Blocklayeredmanufacturer ul li input.checkbox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #707070;
    z-index: 1;
}

#enabled_filters_manufacturer li a {
	margin: 0 6px;
}

#manufacturer .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}

#manufacturer #product_list {margin-top:15px}

ul#manufacturers_list {list-style-type:none}
ul#manufacturers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#manufacturers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#manufacturers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
ul#manufacturers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#manufacturers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#manufacturers_list li .right_side {float:right;}

.description_box {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #E2E2E2;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
.description_box p {
	margin: 0;
	padding: 0 10px 5px;
}
.description_box .hide_desc {
	display: none;
}
.description_box .lnk_more {
	background: url("../img/arrow_right_1.png") no-repeat scroll 100% 4px transparent;
	color: #0088CC;
	padding: 0 10px;
}
.description_box ul {
	padding-left: 30px;
	padding-bottom: 10px;
}

@media all and (max-width: 767px) {
	#left_column {
		background: #fff;
		padding: 15px;
		position: fixed;
		top: 0;
		left: 0;
		width: 80%;
		height: 100%;
		z-index:45;
		box-sizing: border-box;
		transform: translateX(125%);
		transition: all .2s;
		overflow: scroll;
	}

	body#manufacturer .title-wrapper
	{
		display: block;
	}

	body#manufacturer .toolbar-sm .mobile-panel-filter-link
	{
		display: flex;
		width: 50%;
	}

	body#manufacturer #center_column .sortPagiBar form label
	{
		display: none;
	}

	body#manufacturer .sortPagiBar select#selectPrductSort
	{
		width: 100%;
		margin: 0;
	}

	body#manufacturer .toolbar-sm
	{
		display: flex;
    	padding: 10px 0;
	}

	body#manufacturer #pageleft-Blocklayeredmanufacturer div.block_content
	{
		border: none;
		padding-top: 25px;
	}

	body#manufacturer #columns.mobile-panel-filter-opened #left_column {
		transform: translateX(25%);
	}

	body#manufacturer #columns
	{
		position: inherit;
		z-index: unset;
	}

	body#manufacturer #pageleft-Blocklayeredmanufacturer .mobile-panel-filter-close {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 24px;
		height: 24px;
		background: url(../img/icon-close-red.png) center no-repeat;
		background-size: cover;
	}
}

/* ************************************************************************************************
		PAGE SUPPLIER
************************************************************************************************ */
#supplier .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#suppliers_list {list-style-type:none}
ul#suppliers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#suppliers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#suppliers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	vertical-align: bottom
}
ul#suppliers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#suppliers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#suppliers_list li .right_side {float:right;}


/* ************************************************************************************************
		PAGE SEARCH
************************************************************************************************ */
.page-heading span.heading-counter
{
	font-size: 14px;
}


/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */
#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #center_column { }

#pagenotfound .pagenotfound {
	padding:30px 300px 0 0;
	height:330px;
	font-size:14px;
	background:url(../img/bg_404.png) no-repeat 100% 0
}
#pagenotfound h3 {
	font-weight:normal;
	font-size:14px
}
#pagenotfound fieldset {border:none}
#pagenotfound fieldset label {color:#333}
#pagenotfound  #search_query {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px solid #303030;
	border-left: 1px solid #303030;
	border-right: 1px solid #fff !important;
	border-top: 1px solid #303030;
	padding: 0 5px;
	height: 24px;
	width: 200px;
	color: #ccc;
	background: url(../../../modules/blocksearch/img/bg_search_input.png) repeat-x scroll 0 0 #fff
}
#pagenotfound .button_small {
	padding: 4px 7px;
	border: medium none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color: #fff;
	text-transform: uppercase;
	background: url("../../../modules/blocksearch/img/bg_search_submit.png") repeat-x scroll 0 0 #101010
}
#pagenotfound .pagenotfound a {
	font-weight:bold;
	color:#333
}
#pagenotfound .pagenotfound .icon {
	position:relative;
	top:3px
}


/* ************************************************************************************************
		addon RerversoForm
************************************************************************************************ */
#account-creation_form fieldset.reversoform {padding:10px !important}
#account-creation_form fieldset.reversoform  .text label{
	display:block;
	padding:0 0 10px 0;
	width:100%;
	text-align:left;
}
#account-creation_form fieldset.reversoform .infos-sup {
	padding:0 !important;
	font-size:10px;
	font-style:italic;
	text-align:right
}
/* ************************************************************************************************
		addon customer privacy
************************************************************************************************ */
#account-creation_form fieldset.customerprivacy label, fieldset.customerprivacy label{
	padding-bottom:0;
	font-size:14px;
	text-align:left;
	cursor:pointer
}

/* ************************************************************************************************
		addon referralprogram
************************************************************************************************ */
#module-referralprogram-referralprogram-program #left_column { }
#module-referralprogram-referralprogram-program #center_column{ }

#footer .myaccount li.referralprogram img {display:none}

#module-referralprogram-referralprogram-program .sheets {padding-top:10px}

#module-referralprogram-referralprogram-program form p.checkbox {font-weight:bold}
#module-referralprogram-referralprogram-program form p.checkbox a {text-decoration:underline}
#module-referralprogram-referralprogram-program form p.submit {text-align:right}
#module-referralprogram-referralprogram-program form p.see_email {
	padding-left:10px;
	color: #0088cc;
	background:url(../img/arrow_right_1.png) no-repeat 0 4px;
}
#module-referralprogram-referralprogram-program form p.see_email a {
	color: #0088cc;
	text-decoration:underline
}

/* ************************************************************************************************
		addon loyalty
************************************************************************************************ */
#module-loyalty-default #left_column { }
#module-loyalty-default #center_column{ }

body#product p#loyalty {
	padding: 25px 0 0 30px;
	border-top:1px solid #e6e6e6;
	background:url(../img/icon/info.svg) no-repeat 5px 28px;
	margin-top: 30px;
	background-size: 16px;
}

p#loyalty {
	font-size: 13px;
	
}

#footer .myaccount li.loyalty img {display:none}


/* ************************************************************************************************
		addon Livezilla
************************************************************************************************ */
#livezilla_lnk  {
	margin:10px 0;
	text-align: right
}
#livezilla_lnk a {
	display:inline-block;
	padding:6px 8px 8px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font:bold 10px Arial,Verdana,sans-serif;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	background: url(../img/bg_bt_compare.gif) repeat-x scroll 0 0 #000
}
#livezilla_lnk a:hover {text-decoration:none}


/* ************************************************************************************************
		CSS Modules
************************************************************************************************ */

/******* IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder.************/

/*************** Block ADVERTISING ***************/
.advertising_block img { width: 100%;}



/*************** Block CATEGORIES ***************/
#categories_block_left ul li {}
	#categories_block_left  li.last {	border:none;}
		#categories_block_left ul li a {
			display:block;
			padding:7px 11px 7px 3px;
			color: #303030;
			text-transform: capitalize;
			border-bottom: 1px solid #eee;
		}
		#categories_block_left ul.dynamized > li.last a { border: none;}
		#categories_block_left ul li a:hover { color: #cb192c;}
	#categories_block_left  li ul {margin-left: 25px}
		#categories_block_left  li ul li {border:none}
			#categories_block_left  li ul li a {
				padding-left:0;
				background:none
			}
		
#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	display:block;
	float:right;
	margin:10px 10px 0;
	height: 15px;
	width: 15px;
	background:url(../img/menu_up_down.png) no-repeat 0 -15px;
	cursor:pointer
}
#categories_block_left li .CLOSE {background-position:0 0}


/* footer */
.blockcategories_footer {
	padding:15px 10px;
}
.blockcategories_footer .category_footer {float:left;clear:none;}
.blockcategories_footer ul ul {display:none !important}



/*************** Block CMS ***************/
/* footer */
#footer .block_various_links {padding: 0;}
#footer .block_various_links  ul {}

/* Block CMS links */
.informations_block_left li {border-bottom:1px dotted #eee}
.informations_block_left li.last {border:none;}
.informations_block_left li a {
    display:block;
    padding:7px 11px 5px 22px;
    color: #303030;
    background:url(../../../modules/blockcms/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}
    
tr.subitem > td:first-child + td {
    padding-left: 10px;
}



/*************** Block CONTACTINFOS ***************/

#block_contact_infos {padding:15px 0;}
#block_contact_infos li {
	padding:0 !important;
	line-height: 20px;
}
#block_contact_infos li  strong {
	font-weight:normal;
	font-size:13px;
}
#block_contact_infos li  pre {font: 11px/20px Arial,Verdana,sans-serif; padding: 10px; margin: 10px 0;}



/*************** Block LINK ***************/
#links_block_left .block_content li {border-bottom:1px dotted #eee}
#links_block_left .block_contentt li.last {border:none;}
#links_block_left .block_content li a {
    display:block;
    padding:7px 11px 5px 22px;
    color: #303030;
    background:url(../../../modules/blocklink/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}



/*************** Block MANUFACTURER ***************/
.blockmanufacturer li {border-bottom:1px solid #eee; line-height: 30px; }
.blockmanufacturer li.last {	border:none;}
	.blockmanufacturer li a {
		
	}


.blockmanufacturer form {
	margin-top: 10px;
    text-align: center;
    width: 200px;
}
.blockmanufacturer p {
	padding:0;
}

/*************** Block LOGO PAYMENT ***************/

.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em }
.paiement_logo_block a { text-decoration: none }
.paiement_logo_block img { margin: 0 0.5em }



/*************** Block RSS ***************/
#rss_block_left p {
	margin:0;
	padding:10px;
}

#rss_block_left li {border-bottom:1px dotted #ccc}
#rss_block_left li.last {	border:none;}
	#rss_block_left li a {
		display:block;
		padding:7px 11px 5px 22px;
		color: #303030;
		background:url(../../../modules/blockrss/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}

	
/*************** Block SOCIAL ***************/
#social_block {padding:15px 0;}
#social_block li {padding-left:22px !important;}
#social_block li.facebook {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 6px;}
#social_block li.twitter {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -26px;}
#social_block li.rss {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -56px;}


/*************** Block STORE ***************/
.blockstore img { margin: 10px 0 0 0}
.blockstore p { 
	padding-bottom:0;
	font-weight:bold;
	text-align: right
}
.blockstore p.store_image { 
	padding-bottom:10px;
	text-align:center
}


/*************** Block SUPPLIER ***************/
.blocksupplier li {border-bottom:1px solid #eee; line-height: 30px;}
.blocksupplier li.last {	border:none;}
	.blocksupplier li a, .blockmanufacturer li a {
		color: #303030;
		font-size: 14px;
		background: url(../img/icon-title.png) 0 12px no-repeat;
		padding-left: 15px;
	}
.blocksupplier li a:hover, .blockmanufacturer li a:hover {	
	color: #cb192c;
background-position: 0 -18px; }

.blocksupplier form {
	margin-top: 10px;
    text-align: center;
    width: 200px;
}
.blocksupplier p {
	padding:0;
}
/*Block Advertising*/
.advertising_block { margin-bottom: 20px;}


/*Back To Top*/
.mypresta_scrollup{
    width:50px;
    height:50px;
    z-index: 999;
    position:fixed;
    display:none;
    text-indent:-9999px;
	right:20px;
	bottom:60px;
	background:url(../img/back-top.png) no-repeat #cb192c;
	border-radius: 100px;
}
.mypresta_scrollup:hover { background-color: #868686;}


#header_links a { }

div.popup {
    border-bottom: 3px solid #cb192c;
    }
.menu-mobile {
    background:#cb192c !important;
}

/*Banner Static*/

.home-banner-contain { overflow: hidden; margin: 0 0 30px 0;}
.home-banner-contain .banner-box { position: relative; overflow: hidden}
.home-banner-contain .banner-box img { width: 100%;}
.home-banner-contain .banner-box a { display: block; position: relative}
.home-banner-contain .banner-box5 a img.down { position: absolute; top: 0; right: -100%;}
.home-banner-contain .banner-box5 a img.up { background: #cb192c; position: relative; left: 0}
.home-banner-contain .banner-box5 a:hover img.up {
left: -100%;
}
.home-banner-contain .banner-box5 a:hover img.down { right: 0;}

.home-banner-contain .banner-box .banner-hover{ position: absolute}
.banner-hover .bg-top{ height: 43px;}
.banner-hover .bg-bottom{ padding: 0 20px 20px; color: #fff}
.banner-hover .bg-bottom .title{ font-size: 18px; }
.banner-hover .bg-bottom .content{ margin-top: 10px}
.home-banner-contain .banner-box4 .banner-hover .bg-top{ background: url(../img/bg_banner_red.png) no-repeat scroll center}
.home-banner-contain .banner-box4 .banner-hover .bg-bottom{ background: #cb192c;}
.home-banner-contain .banner-box4 .banner-hover{ bottom: -300px}
.home-banner-contain .banner-box4:hover .banner-hover{ bottom: 0}

.home-banner-contain .banner-box3 .banner-hover .bg-top{ background: url(../img/bg_banner_yellow.png) no-repeat scroll center}
.home-banner-contain .banner-box3 .banner-hover .bg-bottom{ background: #f39b13;}
.home-banner-contain .banner-box3 .banner-hover{ bottom: -300px}
.home-banner-contain .banner-box3:hover .banner-hover{ bottom: 0}



.home-banner-contain { padding: 0; text-align: center;}
.header-content [class*="home-banner-contain"] + [class*="home-banner-contain"] + [class*="home-banner-contain"]{
	padding: 20px 0;
	border-top: 1px solid #eee; border-bottom: 1px solid #eee; 
}

.home-banner-contain .banner-title{ text-transform: uppercase; font-size: 24px; color: #303030; padding-bottom: 100px;}
.home-banner-contain .banner-box6,.home-banner-contain .banner-box7 {  border-right: 1px dashed #eee;}
.home-banner-contain .banner-box3{border-right: none;}
.home-banner-contain .banner-box6 .banner-box-container .banner-title{ background: url(../img/free_shipping.png) no-repeat scroll 50% 47px; }
.home-banner-contain .banner-box7 .banner-box-container .banner-title{ background: url(../img/money.png) no-repeat scroll 50% 41px;}
.home-banner-contain .banner-box8 .banner-box-container .banner-title{ background: url(../img/easy_order.png) no-repeat scroll 50% 40px; }


.home-banner-contain .banner-box .banner-box-container{ padding: 10px}
.home-banner-contain .banner-box .banner-box-container:hover{ background: #cb192c; color: #fff;}
.home-banner-contain .banner-box .banner-box-container:hover .banner-title{ color: #fff;}
.home-banner-contain .banner-box6 .banner-box-container:hover .banner-title{ background-position: 50% -150px}
.home-banner-contain .banner-box7 .banner-box-container:hover .banner-title{ background-position: 50% -138px }
.home-banner-contain .banner-box8 .banner-box-container:hover .banner-title{ background-position: 50% -139px}

.home-banner-contain{ margin-top: 30px;}
.home-banner-contain .img1{ position: relative; overflow: hidden}
.home-banner-contain .img1 .title{ font-size: 13px; font-family: robotoslablight; color: #fff; position: absolute; line-height: 40px; text-align: center; text-transform: uppercase}
.home-banner-contain .img1 .title1 { background: #cb192c; top: 57px; right: 100%; width: 190px}
.home-banner-contain .img1:hover .title1 {right: 10px;}
.home-banner-contain .img1 .title2{ background: #f39b13; top: 100px; right: 100%; width: 250px}
.home-banner-contain .img1:hover .title2 {right: 10px;}

.home-banner-contain .img2{position: relative; overflow: hidden}
.home-banner-contain .img2 .title{ font-size: 20px; color: #e38625; position: absolute; line-height: 55px; text-align: center; text-transform: uppercase}
.home-banner-contain .img2 .title { background: #fff; bottom: 10px; right: 100%; width: 280px}
.home-banner-contain .img2:hover .title { right: 10px;}

/*Banner7*/
.banner7-container{ margin: 10px 0 30px}

.pos-slideshow-container .flex-direction-nav a,
.nivo-directionNav a { width: 54px; height: 54px; margin: -15px 0 0; display: block; background: url(../img/arrows.png) no-repeat 0 0 #aaa; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index: 9; }
.pos-slideshow-container .flex-direction-nav .flex-next,
.nivo-directionNav a.nivo-nextNav { right: 32px; background-position: 100% 0;}
.pos-slideshow-container .flex-direction-nav .flex-prev,
.nivo-directionNav a.nivo-prevNav { left: 32px;}

.nivo-directionNav a.nivo-nextNav:hover,
.pos-slideshow-container .flexslider .flex-next:hover,
.nivo-directionNav a.nivo-prevNav:hover,
.pos-slideshow-container .flexslider .flex-prev:hover { background-color: #cb192c;}

.pos-slideshow-title {
	position: absolute;
 	left: 85px; 
 	top:250px;
	width: 600px;
	text-align: center;
	background: #cb192c;
	-webkit-transition:all 1s ease; 
  	-moz-transition:all 0.5s ease;
     	-ms-transition:all 1s ease;
     	-o-transition:all 1s ease;
        transition:all 1s ease;
	
}
.pos-slideshow-title h3 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-family: robotoslabthin;
	margin: 0;
	line-height: 41px;
	padding: 10px 0;
}
/*Banner Fraction*/
.slider-wrapper .prev, .slider-wrapper .next {
    width: 54px; height: 54px; margin: -25px 0 0; display: block; background: url(../img/arrows.png) no-repeat 0 0 #aaa; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index: 9999;
}
.slider-wrapper .prev { left: -100px; }
.slider-wrapper .next {  right: -100px; background-position: 100% 0;}
.slider-wrapper .prev:hover , .slider-wrapper .next:hover { background-color: #cb192c;}

.slider-wrapper-mobile {
	display: none;
	text-align: center;
	position: relative;
}

.slider-wrapper-mobile .slide {
	position: absolute;	
	top: 0;
	left: 0;
}

.responisve-container h2 {
	color: #cb192c;
}
.responisve-container p a:hover{
	background: #b11626;
}

.home-banner-static-top { margin: 30px 0 0;}

.banner-static { float: left; width: 100%; margin: 32px 0 0;}
.banner-static-center { float: left; width: 100%; background: url("../img/bg-static-center.jpg") no-repeat 50% 0; padding: 40px 0 89px 0; margin: 30px 0 0;}
.banner-static-center .box-static { float:left; width: 45%; text-align: right;}
.banner-static-center .static-text h3 {
    font-size: 60px;
    font-weight: normal;
    color: #008bcf;
    margin: 0;
    line-height: 50px;
    text-transform: uppercase;
}
.banner-static-center .static-text1 h3 {
    font-size: 32px;
    font-weight: normal;
    color: #aaaaaa;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.banner-static-center .static-text2 h3 {
    font-size: 15px;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}
.banner-static-center .static-text1,.banner-static-center .static-text,.banner-static-center .static-text2 { float: left; width: 100%;}
.banner-static-center .static-link { float: left; width: 100%; margin: 15px 0 0;}
.banner-static-center .static-link a { font-size: 18px; padding:10px 20px; text-transform: uppercase; background: #008bcf; color: #fff;}
.banner-static-center .static-link a:hover { color: #fff;  background: #007ab5;}
.banner-static-contain { overflow: hidden;margin:30px 0 0 0;}
.banner-static-contain .banner-box img { width: 100%;}




/********************************************* Feadture Slider *********************************************/
.pos-feature-product { clear: both; }
.pos-feature-product-title {
	text-align: left; padding: 0; margin-bottom: 20px;
	}
.pos-feature-product-title h2 {
	 font-size: 24px; text-transform: uppercase;
	 padding: 0 0 10px;
}

.pos-feature-product .flex-direction-nav a { width: 54px; height: 54px; margin: -65px 0 0; display: block; background: url(../img/arrows.png) no-repeat 0 0 rgba(221, 221, 221, .69); position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index: 9; }
.pos-feature-product .flex-direction-nav .flex-next { right: 6px; background-position: 100% 0;}
.pos-feature-product .flex-direction-nav .flex-prev { left: 6px;}
.pos-feature-product .flexslider .flex-prev:hover,
.pos-feature-product .flexslider .flex-next:hover { background-color: rgba(203, 25, 44, .69);  }

.pos-feature-product li.feature-productslider-item {}
.pos-feature-product li.feature-productslider-item a.product_image {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
}
.pos-feature-product li.feature-productslider-item .price_container { padding: 15px 0 0;}
.pos-feature-product li.feature-productslider-item .price_container .price {
    font-size: 28px;
    font-weight: normal;
    color: #aaaaaa;
    line-height: 28px;
}
.pos-feature-product h5.s_title_block a {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

.pos-feature-product li.feature-productslider-item {
    padding: 10px 15px;
    text-align: left;
    display: inline-block;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom: none;
    position: relative;
    vertical-align: top;
}
.pos-feature-product li.feature-productslider-item .actions {
    top: 100%;
    left: -1px;
    z-index: 1;
    width: 100%;
    position: absolute;
    padding-bottom: 12px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top: none;
    margin-top: -20px;
    display: none;
}
.pos-feature-product li.feature-productslider-item:hover { border: 1px solid #ddd; border-bottom: none;}
.pos-feature-product li.feature-productslider-item:hover .actions {
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -2px;
    display: block;
}


.pos-feature-product li.feature-productslider-item .ajax_add_to_cart_button {
    padding: 12px 15px;
    background: #cb192c;
    text-transform: uppercase;
    font-size: 15px;
    float: left;
    margin-left: 15px;
}
.pos-feature-product li.feature-productslider-item .ajax_add_to_cart_button:hover { background: #b11626;}
.add-to-links { float: left; width: 100%; padding: 12px 0 0;}

/****************************************** Feadtured Logo *****************************************/
#index .pos-logo-container { margin-top: -50px; }
.pos-logo-container { position: relative; z-index: 8; display:none; }	

body.index .pos-logo-container { 
	display: block; 
}

.pos-logo-title {
	text-align: left; padding: 0; margin-bottom: 20px;
	}
.pos-logo-title h2 {
	 font-size: 24px; text-transform: uppercase;
	 padding: 0 0 10px;
}

.pos-logo .flex-direction-nav a { width: 54px; height: 54px; margin: -25px 0 0; display: block; background: url(../img/arrows.png) no-repeat 0 0 rgba(221,221,211,.69); position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index: 9; }
.pos-logo .flex-direction-nav .flex-next { right: -27px; background-position: 100% 0;}
.pos-logo .flex-direction-nav .flex-prev { left: -27px;}
.pos-logo .flexslider .flex-prev:hover,
.pos-logo .flexslider .flex-next:hover { background-color: rgba(208,25,44,.69);  }
/****************************************** Product Category Slider *****************************************/

.blockposproductcategory { margin-top: 30px;}
.product-cattegory-title {
	text-align: left;
	margin-bottom: 20px;
	}
.product-cattegory-title h2 {
    color: #2d2d2d;
    font-size: 19px;
    font-weight: normal;
    border: none;
    text-transform: uppercase;
}

.blockposproductcategory .flex-direction-nav a { width: 54px; height: 54px; margin: -45px 0 0; display: block; background: url(../img/arrows.png) no-repeat 0 0 #aaa; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index: 9; }
.blockposproductcategory .flex-direction-nav .flex-next { right: -27px; background-position: 100% 0;}
.blockposproductcategory .flex-direction-nav .flex-prev { left: -27px;}
.blockposproductcategory .flexslider .flex-prev:hover,
.blockposproductcategory .flexslider .flex-next:hover { background-color: #cb192c;  }

.blockposproductcategory .productcatygory-item   { display: block; border: 1px solid #fff;}
.blockposproductcategory .productcatygory-item:hover { border: 1px solid #ddd;}
.blockposproductcategory .productcatygory-item .item-inner { padding: 10px 10px 15px;}
.blockposproductcategory .productcatygory-item .lnk_img { border-bottom: 1px solid #ddd; display: block;}
.blockposproductcategory p.product_name { padding: 0; text-align: left;}
.blockposproductcategory p.product_name  a { font-size: 18px; color: #303030; font-weight: normal;
text-transform: uppercase; }
.blockposproductcategory p.product_name  a:hover { color: #cb192c;}
.blockposproductcategory p.price_display { line-height: 28px; padding: 15px 0 0;}
.blockposproductcategory p.price_display .price { font-size: 28px; color: #aaa;}


/****************************************** Special Products Slider *****************************************/

.pos-special-product-title {
    color: #303030;
    font-size: 19px;
    text-transform: uppercase;
    padding: 0 0 30px;
    }

.pos-special-product li.ajax_block_product { text-align: left; position: relative;}
.pos-special-product li.ajax_block_product .item-inner { border: 1px solid #eee; padding: 10px;}
.pos-special-product li.ajax_block_product .product_img_link { display: block; border-bottom: 1px solid #d8d8d8;}
.pos-special-product li.ajax_block_product h3 a { font-size: 16px;}
.pos-special-product li.ajax_block_product .content_price { padding: 10px 0 0;}
.pos-special-product li.ajax_block_product .content_price .reduction { position: absolute; top: 20px; right: 20px; width: 50px; height: 50px; background: #cb192c; display: block; color: #fff; text-align: center; line-height: 50px;}
.pos-special-product li.ajax_block_product .content_price .price { font-size: 18px; font-weight: bold;}
.pos-special-product li.ajax_block_product .availability { display: none;}

.pos-special-product .flex-direction-nav a  {
	width: 27px;
	height: 27px;
	margin: 0;
	display: block;
	background: #ccc1b9 url(../img/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: -35px;
	cursor: pointer;
	text-indent: -9999px; }
.pos-special-product .flex-direction-nav .flex-prev { right: 32px; }
.pos-special-product .flex-direction-nav .flex-next {background-position: 100% 0; right: 0; }
.pos-special-product .flexslider .flex-prev:hover,
.pos-special-product .flexslider .flex-next:hover { background-color: #cb192c;  }

.pos-special-product .flex-control-nav {width: 100%; position: absolute; top: -20px; left: 0;}
.pos-special-product .flex-control-nav li { margin: 0 8px 0 0; display: inline-block;}
.pos-special-product .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #aaa; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; }
.pos-special-product .flex-control-paging li a:hover { background: #cb192c}
.pos-special-product .flex-control-paging li a.flex-active { background: #cb192c; }



/* Fixed Mobile*/
@media (max-width: 1200px) {
	.list_view .ajax_block_product .actions { padding-left: 25px;}
	.pos-logo .flex-direction-nav .flex-next { right: 0;}
	.pos-logo .flex-direction-nav .flex-prev { left: 0;}
	
	.pt_custommenu div.pt_menu .parentMenu a {
		font-size: 16px;
	}
	
    }

@media (max-width: 980px) {
	.banner-static-center .box-static { width: 60%;}
	.pos-footer-static .footer_col_contact .telephone { font-size: 27px !important; } 
	#order .delivery_option label > table.resume .delivery_option_logo, #order-opc .delivery_option label > table.resume .delivery_option_logo {
		display: none;
	}
	
	#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
		width: auto !important;
	}
	
	.cart_voucher input.discount_name {
		margin: 0 0 10px 0;
		max-width: 90%;
		width: auto;
	}
}
@media (min-width: 767px) and (max-width: 980px) {
	
	.list_view .ajax_block_product .actions { padding: 5px;}
	
	.block .title_block, .block h4, .pos-new-product h4 {  }
	select { width: auto; margin: 0;}
	#newsletter_block_left input.inputNew { }
	.ma-nav-mobile-container { }
	#header_right #header_user { /*width: 150px;*/ margin: 5px 0; padding: 0;}
	ul#header_links { /*margin-left: -120px;*/}
	
	ul#header_links a {
		color: #cb192c;
	}
	
	#header_logo { margin-top: 17px; top: 114px; }
	.block-search-top {
		float: right;
		margin: 68px 0 15px 0;
	}
	
	ul#header_links {
		left: 50%;
		top: 75px;
	}
	
	#newsletter_block_left input.inputNew { width: 150px;}
	
	.add-to-links, .grid_view li .compare {  }
	#viewed-products_block_left .text_desc, .product_infos { clear: both; padding-top: 10px;}
	
	.blocksupplier form, .blockmanufacturer form,
	#add_address p.text input, #add_address p.password input, #add_address p.select input, #add_address p.textarea textarea{ width: auto;}

	.product-grid .ajax_block_product h3 { padding-bottom: 5px;}
	.product-grid .ajax_block_product .content_price { margin: 0;}
	.product-grid .ajax_block_product .content_price { font-size: 24px;}
	.product-grid .ajax_block_product h3 a { font-size: 14px;}
	
	}
@media (min-width: 680px) and (max-width: 767px) {
	.product-grid li.ajax_block_product { float: left; width: 31%; margin-left: 22px;}
	
	.home-banner-static-top .banner-box { float: left; margin-left: 22px; width: 31%;}
	.home-banner-static-top .banner-box1 { margin: 0;}
	.add-to-links li { padding-left: 7px;}
	
    }
@media (max-width: 767px)
{
	.header-inner { background: none; padding: 0;}
	.container-inner { padding: 0 15px;}
    .wrapper_box { left: 30% !important;}
    .header-content { text-align: center;}
    .ma-nav-mobile-container { padding-bottom: 0;}
    
    #header_logo { position: static; width: 100%; display: inline-block; text-align: center; margin: 20px 0; padding-top: 50px;}
    
     #header_right { text-align: center;}
     
    #header_right #currencies_block_top { float: none; margin: 0 1px; display: inline-block;}
    #header_right #languages_block_top {  float: none; display: inline-block; margin: 0 1px;}
    .list_view li.ajax_block_product h3 { padding: 10px 0;}
    
    .block-search-top {
	position: static;
	width: 255px;
	margin: 10px auto;
	float: none;
	}
    #header_right #header_nav { float: none; position: static; margin-top: 2px; }
    #header_right #header_user { float: none;}
    #shopping_cart a { 
		float: none; 
		padding: 10px 15px 10px 35px; 
		background-color: #008bcf;
		margin-top: 8px;
		display: inline-block;
	}
	
    #header_user_info { float: none; margin: 0;}
    #header #cart_block { 
	right: auto;
	left: 50%;
	margin-left: -130px;
	top: 75px;
    }
	
	#header_links li a {
		color: #cb192c;
	}
	
	#header_contact {
		top: 0;
		left: -15px;
		width: 110%;
		background-color: #008bcf;
		padding: 9px 0 2px 0;
	}
	
    .static-banner7 { margin-bottom: 20px;}
    .banner-box { margin-bottom: 15px;}
    .banner-static-center { background-position: 55% 0;}
    	
	.responisve-container div.teaser { display: none !important;}
    
    #right_column,  #pb-right-column { margin-top: 20px;}
    
    ul#header_links { 
		float: none; 
		margin: 15px 0 0; 
		position: static; 
		text-align: center; 
		width: 107%; 
		position: relative;
		left: -15px;
		top: 0; 
	}

    #header_links li { float: none; display: inline-block;  margin-bottom: 5px;}
    
    .pos-special-product li.ajax_block_product { margin-right: 10px;}
    #newsletter_block_left input.inputNew { padding: 0 0 0 7px;}
    
    .home-banner img { width: 100%;}
    
    #create-account_form, #authentication #login_form { margin-bottom: 20px;}
    
    .footer-banner img { width: 100%;}
    .footer-banner .banner-col { margin-bottom: 20px;}
    
    .pos-footer-static .f-col { float: left; clear: both; margin-top: 20px;}
    .pos-footer-bottom .footer-address p { padding: 10px 0; text-align: center;}
    .pos-footer-bottom .payment { text-align: center;}
	
    
}
@media (max-width: 680px) {
	
	#product_list a.product_img_link img, .products_block li img, #pb-right-column #image-block img { width: 100%; }
	#featured-products_block_center li { margin-bottom: 20px;}
	.list_view li.ajax_block_product h3 { padding: 10px 0;}
	.block-payment, .block-social, .ps-newletter { float: left; clear: both; padding-top: 20px; margin-left: 15px !important;}
        .count-cart-item { clear: both; padding: 10px 0;}
	.banner-static-contain { margin-top: -100px;}
	#index .home-banner-container { padding-bottom: 100px;}
	
	ul.step li { width: 145px !important; margin-bottom: 15px; }
	
	.home-banner-static-top .banner-box img {  width: 100%;}
	
	.banner-static-center .static-text h3 { font-size: 44px; line-height: 44px;}
	.banner-static-center .static-text1 h3 { font-size: 28px; line-height: 28px;}
	
	body.order-opc #total_price_container {
		padding-bottom: 73px;
	}
	
	body.order-opc #total_price_container > div {
		position: relative;
	}
	
	body.order-opc .PmtSimulatorSelectable {
		position: absolute !important;
	}
}

@media (max-width: 500px) {
    #center_column .sortPagiBar .nbrItemPage { display: none;}
    #search_block_top { right: 50%; margin-right: -126px;}
    #identity .std p.text label, #identity .std p.password label, #identity .std p.select label { width: 100px;}
    #identity .std p.text input, #identity .std p.password input { width: 150px;}
    #identity .std p.checkbox input { margin: 0;}
    #identity .std #security_informations { padding: 0;}
    
    #account-creation_form p.radio span, #account-creation_form p.text label, #account-creation_form p.password label, #account-creation_form p.select label, #account-creation_form p.select span, #account-creation_form p.textarea label { width: auto;}
    #account-creation_form span.form_info, #account-creation_form p.inline-infos,
    #account-creation_form p.checkbox input { margin: 0 0 0 10px;}
    .banner-static-contain .banner-box { float: left; width: 100%; margin-bottom: 20px;}
    .banner-static-contain .banner-box img { width: 100%;}
    
    #header #cart_block { }
    .banner-static-center .static-text1 h3 { font-size: 22px;}
    .banner-static-center .box-static { width: 50%;}
    
    .banner-static-center { padding: 25px 0 100px; background-position: 60% 0; display:none; }
	
	#category #left_column .advertising_block { display: none; } 
}

@media (max-width: 360px) {
    #featured-products_block_center .title_block, .pos-new-product .pos-new-product-title { font-size: 14px;}
    .nivo-caption,
    nivo-directionNav { display: none !important;}
    .sortPagiBar select#selectPrductSort { width: 100px;}
    #header #cart_block { top: 130px;}

	.banner-static-center { padding: 10px 0 100px; background-position: 60% 0;}
}


/* ************************************************************************************************
	SOCIAL SHARE
************************************************************************************************ */
.social-share-wrapper {
	margin-bottom: 5px;
}

.social-share-wrapper > a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
	margin: 0 3px 3px 0;
	display: inline-block;
	border-radius: 4px;
}

.social-share-wrapper > a > svg {
	width: 18px;
    height: 18px;
    float: left;
    margin-right: 3px;
}

.social-share-wrapper .facebook {
	background: #3B5998;
}

.social-share-wrapper .twitter {
	background: #55acee;
}

.social-share-wrapper .email {
	background: #dc4e41;
}

.social-share-wrapper .whatsapp {
	background: #25d366;
}

.social-share-wrapper .system {
	background: #7d7d7d;
}

.social-share-wrapper .whatsapp {
	display: none;
}

@media (max-width: 575px) {

	.social-share-wrapper > a {
		font-size: 12px;
		padding: 7px 7px;
	}

	.social-share-wrapper .whatsapp {
		display: inline-block;
	}
}

/* ************************************************************************************************
		FOOTER COL CONTACT
************************************************************************************************ */
.pos-footer-static .footer_col_contact {
	padding-top: 8px;
}

.pos-footer-static .footer_col_contact .telephone {
	font-size: 28px;
	font-weight: 600;
	padding-left: 31px;
	padding-bottom: 5px;
	background: url(/img/footer-col-contact-tel.png) no-repeat top left;
}

.pos-footer-static .footer_col_contact .schedule {
	display: none;
	font-size: 12px;
	color: #303030;
	padding-left: 31px;
	padding-bottom: 0;
}

.pos-footer-static .footer_col_contact .email {
	font-size: 14px;
	color: #303030;
	padding-left: 31px;
	padding-bottom: 0;
	background: url(/img/footer-col-contact-email.png) no-repeat 2px 3px;	
}

.pos-footer-static .footer_col_contact .email a {
	text-decoration: underline;
}

.pos-footer-static .footer_col_contact .language {
	font-size: 12px;
	color: #303030;
	padding-left: 31px;
	padding-bottom: 0;
}

.pos-footer-static .footer_col_contact #google_translate_element {
	padding-left:30px;
	line-height:0;
}

/* ************************************************************************************************
		EMAIL ALERTS
************************************************************************************************ */
#oos_customer_email {
	margin: 0 0 5px 0;
}

#mailalert_link {
	text-decoration: underline;
}

/* ************************************************************************************************
		OTROS
************************************************************************************************ */
body.cms .rte ul li {
	list-style:circle;
}

body.cms .rte ol li {
	list-style: decimal;
}

/* ************************************************************************************************
		AJUSTES VERSIÓN RESPONSIVE
************************************************************************************************ */
@media (max-width: 767px) {
	body.index .pos-logo-container,
	/*body.index #columns,*/
	body.index .banner-static-center,
	body.index .slider-wrapper {
		display: none;
	}
	
	body.category .breadcrumb,
	/*body.category #left_column,*/
	body.category .category-social,
	body.category #bt_compare {
		display: none;
	}
	
	body.product .breadcrumb,
	body.product .pos-special-product,
	body.product .blockposproductcategory {
		display: none;
	}
	
	
}

@media (max-width: 767px) {
	body.index .slider-wrapper-mobile {
		display: block;
	}
}

/* ************************************************************************************************
		AJUSTES MÓDULO LGCOMMENTS
************************************************************************************************ */
.lgcomments_product_reviews {
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    background-color: #eee;
}

.lg_comments_store_rating {
	display: none;
}

#favoriteproducts_block_account textarea.comment_product, #favoriteproducts_block_account textarea.comment_store {
	width: 100%;
	padding: 5px 10px;
	height: 50px;
	margin: 0;
	box-sizing: border-box;
}

#favoriteproducts_block_account table td.align_center {
	text-align: center;
}

.raty_target {
	padding-top: 5px;
	min-height: 15px;
}

/* Ajustes Página de producto */
body.product #pb-right-column h1 + h2 {
	padding: 0;
    position: relative;
    top: -6px;
    font-size: 14px;
}

/*
body.product.discontinued_product .content_prices,
body.product.discontinued_product .video_block {
	display: none;
}
*/

/* Paga más tarde */
body.product .pmt-wrapper small {
	font-size: 10px;
	position: relative;
	top: -10px;
}

body.product .PmtSimulatorSelectable-formLabel {
	visibility: hidden;
}

.PmtSimulator-textClaim { 
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal !important;
	font-size: 14px !important;
	color: #666 !important;
}

body.order-opc .PmtSimulatorSelectable-formSelect {
	padding: 0px !important;
	max-width: 100%;
	float: none !important;
}

body.order-opc .PmtSimulatorSelectable-formSelect select {
	max-width: 100%;
}

body.order-opc .PmtSimulatorSelectable-content {
	text-align: center;
	max-width: 100%;
}

body.order-opc .PmtSimulatorSelectable-formLabel {
	float: none !important;
	display: block !important;
}

body.order-opc .PmtSimulatorSelectable {
	max-width: 100% !important;
}

iframe[src^="https://tck-staging.pagantis.com"] {
	display: none;
}

#paylater_payment_button .pmt-payment-type {
	display: none !important;
}

#paylater_payment_button .pmt-payment-info {
    display: inline-block;
    border-radius: 4px;
    background: #32CADD;
    color: #FFF;
    font-size: 10px;
    padding: 0 10px;
    font-weight: bold;
}

body#module-paylater-payment #header,
body#module-paylater-payment #footer,
body#module-paylater-payment #left_column {
	display: none;
}

/* Video block */
.video_block:after {
	content: '';
    display: block;
    clear: both;
}

/* CSS para el bloque de Newsletter */
#newsletter_block_left span.tos {
	font-size:12px;
	line-height: 14px;
    padding-bottom: 11px;
    display: block;
}

#newsletter_block_left span.tos input {
	margin: 4px 8px 21px 0;
    display: inline-block;
    float: left;
}

/* Cookies legal */
.wrapperCookie {
	background: rgba(0, 0, 0, .58);
	position: fixed;
	left: 15px;
    bottom: 65px;
	width: 20%;
	max-width: 100%;
    padding: 10px;
	z-index: 20;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
	box-sizing: content-box;
}

.wrapperCookie .close {
	position: absolute;
	right: 4px;
	top: 4px;
	color: #fff;
	font-family: monospace;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
	background: #000;
	border-radius: 100%;
	display: block;
	width: 20px;
	height: 20px;
	opacity: 1;
}

.wrapperCookie a {
	text-decoration: underline;
	color: #FFF;
}

.wrapperCookie a:hover {
	text-decoration: none;
	color: #FFF;
}

@media all and (max-width: 575px) {
	.wrapperCookie {
		width: 100%;
		bottom: 0;
		left: 0;
	}
}


/* -- ---- */
.js-fk{
color: #7a7a7a;
background: url(../img/icon-title.png) 0 13px no-repeat;
line-height: 32px;
    color: #7a7a7a;
    padding-left: 15px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    width: 199px;
    text-overflow: ellipsis;
    overflow: hidden;
	transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out;
     -webkit-transition: 0.3s ease-in-out;
	     background-position: 0 6px;
	}
.js-fk:hover{
color: #cb192c;
cursor:pointer;
line-height: 32px;
    background-position: 0 -25px;}
.js-fk-titulo{
color: #7a7a7a;
font-size: 18px;
padding: 6px 30px 0px 0;
line-height: 32px;
    font-size: 18px;
    color: #303030;
    float: left;
    cursor: pointer;
    text-transform: uppercase;}
.js-fk-titulo:hover{
color: #cb192c;
cursor:pointer;
font-size: 18px;}


.js-fk-submenu-titulo{font-size: 16px;
    text-transform: uppercase;
    color: #303030;
	border-bottom: 1px solid #dbdbdb;}
.js-fk-submenu-titulo:hover{
color: #cb192c;
cursor:pointer;}
.js-movil{
color: #303030;
    text-decoration: none;
    outline: medium none;
    cursor: pointer;
	display: block;
    padding: 10px;
	}
.js-movil:hover{
color: #cb192c;
    text-decoration: none;
    outline: medium none;
    cursor: pointer;
	display: block;
    padding: 10px;
	}

@media (max-width: 1200px) {
	body.index .home-section-ev .links a {
		width: 20%;
		margin: 0 2%;
	}
	
	body.index .home-section-ev .links a:first-child {
		margin-left: 2%;
	}
}

@media (max-width: 767px) {
	
	body.index .home-section-ev h2 {
		font-size: 30px;	
	}
	
	body.index .home-section-ev p {
		font-size: 16px;	
		padding: 0 5%;
	}
	
	body.index .home-section-ev .links {
		padding-top: 30px;	
	}
	
	body.index .home-section-ev .links a {
		width: 35%;
		margin: 0 7%;
		margin-bottom: 7%;
	}
	
	body.index .home-section-ev .links a:first-child {
		margin-left: 7%;
	}
	
	body.index .home-section-ev .links a span {
		font-size: 12px;
	}
}

body.index .home-section-trending {
	
}

body.index .home-section-trending h2 {
	font-size: 24px;
	font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 10px;
	margin-bottom: 48px;
}

body.index .home-section-trending > div {
	text-align: center;	
}

body.index .home-section-trending a {
	display: inline-block;
	width: 224px;
	margin: 0 33px 24px 33px;
}

body.index .home-section-trending a:first-child {
	margin-left: 24px;
}

body.index .home-section-trending a:last-child {
	margin-right: 24px;
}

body.index .home-section-trending a span {
	font-size: 14px;
	font-weight: 600;
	display: block;	
	background: #e8e8e8;
	color: #303030;
	text-align: center;
	padding: 25px 0;
	text-transform: uppercase;
}

body.index .home-section-trending a:hover span {
	background: #cb192c;
	color: #FFF;
}

@media (max-width: 1200px) {
	body.index .home-section-trending a {
		margin: 0 10px 10px 10px;
		width: 200px;
	}
	
	body.index .home-section-trending a:first-child {
		margin-left: 10px;
	}
	
	body.index .home-section-trending a:last-child {
		margin-right: 10px;
	}
}

@media (max-width: 980px) {
	
	body.index .home-section-trending h2 {
		margin-left: 30px;
		margin-bottom: 10px;
	}
	
	body.index .home-section-trending a {
		margin: 0 20px 20px 20px;
	}
	
	body.index .home-section-trending a:first-child {
		margin-left: 20px;
	}
	
	body.index .home-section-trending a:last-child {
		margin-right: 20px;
	}
}

@media (max-width: 490px) {
	
	body.index .home-section-trending > div {
		margin-left: 2%;
		width: 100%;
	}
	
	body.index .home-section-trending a {
		float: left;
		margin: 0 2% 2% 2%;
		width: 44%;
	}
	
	body.index .home-section-trending a:first-child {
		margin-left: 2%;
	}
	
	body.index .home-section-trending a:last-child {
		margin-right: 2%;
	}
	
	body.index .home-section-trending a span {
		height: 60px;
		display: flex;
		align-items: center;
    	justify-content: center;
	}
}

/* Connectif Banners */
@media (max-width: 980px) {
	#ehsigma h2 {
		margin-left: 8px;
	}
}

#eh2sigma:not(:empty) {
	margin-top: 100px;
}

@media (max-width: 980px) {
	#eh2sigma:not(:empty) {
		margin-top: 20px;
	}
}

/* Envios */
.slider-special-background-centered {
	background-size: contain;
}

/* Posfraction */
.posfraction-subbanner {
	margin-top: 50px;
} 

/* Floating notice */
.floating-notice {
	position: fixed;
	bottom: 15px;
	left: 15px;
	padding: 10px;
	color: #303030;
	font-size: 14px;
	background: #FFFFE2;
	border: 1px solid #D2CC2E;
	z-index: 999;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	max-width: 20%;
	text-align: left;
}

.floating-notice.floating-note-extra-bottom {
	bottom: 185px;
}

.floating-notice > i {
	margin-top: -1px;
	opacity: .6;
}

.floating-notice > i.icon-remove {
	cursor: pointer;
	float: right;
	margin: 0 0 5% 5%;
}

@media only screen and (max-width: 480px){
	.floating-notice {
		font-size: 12px;
		max-width: 50%;
		bottom: 15px;
		right: 15px;
	}

	.floating-notice.floating-note-extra-bottom {
		bottom: 165px;
	}
}


/* Btn bootstrap */
.btn
{
	border-radius: 0;
	padding: 7px 14px;
	line-height: normal;
}

.btn.btn-default {
	text-shadow: none;
	background: transparent;
	box-shadow: none;
	border-color: #ccc;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	text-shadow: none;
	background: #eee;
	box-shadow: none;
	border-color: #ccc;
}

.btn.btn-default:active {
	background: #ccc;
	box-shadow: none;
	border-color: #ccc;
}

.btn-primary, 
a.btn-primary {
    color: #fff;
    font-weight: normal;
    border: none;
    margin: 0;
    background: #cb192c;
	text-shadow: none;
	box-shadow: none !important;
}

.btn-primary:hover, 
a.btn-primary:hover,
.btn-primary:active, 
a.btn-primary:active,
.btn-primary:focus, 
a.btn-primary:focus  {
	background: #b11626 !important;
}

.btn-default,
a.btn-default
{
	font-weight: normal;
    border-radius: 0;
    margin: 0;
}

.btn.btn-lg
{
	line-height: 52px;
	font-size: 16px;
    padding: 0 25px;
    height: 50px;
}

/* Collapse bootstrap */
.collapsing {
	overflow: hidden;
}

/* Accordion bootstrap */
.accordion-2 .accordion-group {
	border-radius: 0;
	border-left: none;
	border-right: none;
	margin-bottom: 0px;
	border-top-width: 1px;
}

.accordion-2 > .accordion-group + .accordion-group {
	border-top-width: 0px;
}

.accordion-2 .accordion-heading .accordion-toggle.collapsed:after {
	background-position: -313px -119px;
}

.accordion-2 .accordion-heading .accordion-toggle:after {
	content: '';
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url("../images/glyphicons-halflings.png");
	background-position: -288px -120px;
	position: relative;
    top: 4px;
}

/* Popup Visantatools CN  */
.visantatools-cn-popup {
	position: fixed;
	top: 10%;
	left: 24%;
	margin: 0 auto;
	background-color: #fff;
	z-index: 15;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
}

.visantatools-cn-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 10;
}

.visantatools-cn-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.visantatools-cn-popup .visantatools-cn-popup-content .popup-top {
	width: 100%;
	box-sizing: border-box;
	background: #cb192c;
	padding: 36px;
}

.visantatools-cn-popup .visantatools-cn-popup-content .popup-top .popup-top-parent {
	display: table;
	width: 100%;
	border: 1px solid #fff;
}

.visantatools-cn-popup .visantatools-cn-popup-content .popup-top .popup-top-child {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 285px;
}

.visantatools-cn-popup .visantatools-cn-popup-content .popup-top .popup-top-child h2 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
}

.visantatools-cn-popup .visantatools-cn-popup-content .popup-bottom {
	padding-top: 26px;
	text-align: center;
	height: 67px;
	box-sizing: border-box;
}

.visantatools-cn-popup .visantatools-cn-popup-content .popup-bottom ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

.visantatools-cn-popup .visantatools-cn-popup-content .popup-bottom ul li {
	display: inline;
	margin: 0 9px;
	font-size: 16px;
	text-transform: uppercase;
	color: #303030;
}

.page_description {
	padding-top: 38px;
}

/* Home > Slider */
#home-slider
{
	margin-top: 22px;
}

/* Home > Cards */
.cards-section
{
	background: #0071B4;
	padding: 45px 0 70px 0;
	margin-top: 42px;
}

.cards-section h2
{
	font-size: 27px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 25px 0;
	padding: 0;
}

.cards-section .cards-container
{
	display: flex;
	flex-wrap: nowrap;
    overflow: auto;
	margin: 0 -8px;
}

.cards-section .cards-container .card
{
	flex: 0 0 auto;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .29);
	width: calc(25% - 16px);
	margin: 0 8px 10px 8px;
}

.cards-section .cards-container .card .card-image img
{
	max-width: 100%;
}

.cards-section .cards-container .card .card-content
{
	font-size: 14px;
	padding: 20px;
	text-align: center;
}

.cards-section .cards-container .card .card-content h3
{
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 21px 0;
	padding: 0;
}

@media all and (max-width: 767px) {

	.cards-section .cards-container
	{
		padding: 0 8px;
		margin: 0;
	}

	.cards-section .cards-container .card
	{
		width: calc(70% - 16px);
	}

	.cards-section .cards-container .card .card-content
	{
		padding: 15px 1px;
	}
}

/* Helpers: spacing */
.mt-40 {
	margin-top: 40px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

/* Jquery UI Autocomplete */
.ui-autocomplete.ui-menu {
	width: 400px !important;
	max-width: 85%;
	border: 1px solid #303030;
	padding: 0;
}

.ui-autocomplete.ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-hover {
	background: #eee !important;
	border-color: #eee !important;
	border-radius: 0 !important;
}

.ui-menu li+li:before {
	margin-top: 0;
	height: 1px;
	background: #ddd;
	border: none;
}

/* Ajuste módulo de pago Cetelem */
body.order-opc #cetelem_payment_button a {
	background: none !important;
}
body.order-opc #cetelem_payment_button a:after {
	display: none !important;
}

/*
body#module-cetelem-payment2 .cetelem-confirmation {
	display: none;
}
 */

 #EF1 {
	 margin-top: 130px;
 }

 /* Image cards */
 .block-image-cards
 {
	display: flex;
	flex-flow: column;
 }

 .block-image-cards .card
 {
	margin: 0 auto 100px auto;
 }

 .block-image-cards .card .card-content
 {
	display: flex;
	justify-content: center;
	padding: 20px 0;
 }

 .block-image-cards .card .card-image
 {
	max-width: 100%;
	text-align: center;
 }

 .block-image-cards .card .card-content .card-content-text
 {
	flex: 1;
	display: flex;
	align-items: center;
 }

 @media all and (max-width: 550px) {

	.block-image-cards .card .card-content {
		display: block;
		text-align: center;
	}

	.block-image-cards .card .card-content .card-content-text {
		display: block;
		margin-bottom: 15px;
	}
 }

/* DROPDOWN VIEW */
.dropdown-wrapper
{
	position: relative;
}

.dropdown-wrapper a i
{
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.dropdown-wrapper .dropdown-type-menu
{
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	min-width: 140px;
	border: 1px solid #E6E6E6;
	box-shadow: 1px 5px 5px #00000029;
	transform: translateX(-25%);
	z-index: 1;
}

.dropdown-wrapper.opened .dropdown-type-menu
{
	display: block;
}

.dropdown-wrapper.opened .dropdown-type-menu li a
{
	display: block;
	padding: 10px 15px;
}

.dropdown-wrapper.opened .dropdown-type-menu li a:hover
{
	background-color: #0071b4;
	color: #fff;
}

.dropdown-wrapper.opened .dropdown-type-menu li.divider
{
	border-bottom: 1px solid #E6E6E6;
}

/* FORMS */
#account-creation_form p.text input, 
#account-creation_form p.password input, 
#account-creation_form p.select input,
#create-account_form #email_create, 
#login_form #email, 
#login_form #passwd, 
#login_form #login_email, 
#login_form #login_passwd,
#identity .std p.text input,
#identity .std p.password input,
#form_forgotpassword p.text input,
#sendComment p.text input,
#new_account_form p.text input,
#new_account_form p.password input,
#new_account_form p.select input,
#order-opc #opc_delivery_methods textarea,
#oosHook form input#oos_customer_email
{
	padding: 6px 10px;
	height: auto;
	background: #fff;
	border: 1px solid #E6E6E6;
	border-radius: 0px;
	box-shadow: none;
	box-sizing: border-box;
	color: #303030;
}

.uneditable-input, input[type=text], input[type=password], input[type=email], input[type=search], textarea 
{
	background: #fff;
	box-shadow: none;
	border: 1px solid #E6E6E6;
	color: #303030;
	border-radius: 0;
}

.uneditable-input:focus, input[type=text]:focus, 
input[type=password]:focus, input[type=datetime]:focus, 
input[type=datetime-local]:focus, input[type=date]:focus, 
input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, 
input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, 
input[type=tel]:focus, input[type=color]:focus, input[type=search]:focus, textarea:focus 
{
	border-color: #0071b4 !important;
	outline: 3px solid rgba(0, 113, 180, 0.2) !important;
}

/* HOME SIGMA */
#home-sigma
{
	background-color: #f7f7f7;
    padding: 65px 0;
    margin-top: 50px;
}

#home-sigma .section-header
{
	text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#home-sigma .section-header img
{
	margin-bottom: 10px;
}

#home-sigma .container
{
    background: #fff;
    padding: 80px;
    box-sizing: border-box;
}

#home-sigma .textandimage
{
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	margin-bottom: 70px;
}

#home-sigma .textandimage .textandimage-image
{
	width: 50%;
}

#home-sigma .textandimage .textandimage-text
{
	width: 50%;
	padding: 45px;
}

#home-sigma .textandimage .textandimage-text h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
}

#home-sigma .textandimage .textandimage-text ul
{
	list-style: none;
    padding: 0;
    margin: 0;
}

#home-sigma .textandimage .textandimage-text ul li
{
	display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 2px solid #363636;
}

#home-sigma .textandimage .textandimage-text ul li a
{
	font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

#home-sigma .section-special hr
{
	margin: 80px 0 40px 0;
}

@media all and (max-width: 767px) {
	#home-sigma
	{
		margin-top: 50px;
		padding: 25px 0;
	}

	#home-sigma .container
	{
		padding: 15px;
		margin: 0 15px;
	}

	#home-sigma .section-header
	{
		padding: 0 15px;
		margin-bottom: 25px;
	}

	#home-sigma .textandimage
	{
		flex-flow: column;
		text-align: center;
		margin-bottom: 15px;
	}

	#home-sigma .textandimage .textandimage-text
	{
		padding: 15px;
		width: 100%;
	}

	#home-sigma .textandimage .textandimage-text h3
	{
		font-size: 26px;
	}
}

/* HEADER TOP BAR ANIMATIONS */
#header .header-top-bar .message.animate  
{
	overflow: hidden;
}

@media all and (max-width: 767px) {
	#header .header-top-bar .message.animate .message-content
	{
		display: block;
	}

	#header .header-top-bar .message.animate 
	{

	}

	#header .header-top-bar .message.animate .part
	{
		display: flex;
		height: 40px;
		animation-iteration-count: infinite;
		align-items: center;
		justify-content: center;
		animation-name: headerTopBarItem1;
		animation-direction: normal;
		animation-duration: 7s;
	}
}

@keyframes headerTopBarItem1 {
	0%   	{opacity: 1; transform: translateY(0px); }
	5%   	{opacity: 1; transform: translateY(0px) scale(1.1); }
	10%   	{opacity: 1; transform: translateY(0px); }
	45%   	{opacity: 1; transform: translateY(0px); }
	50%   	{opacity: 1; transform: translateY(0px); }
	55% 	{opacity: 1; transform: translateY(-40px); }
	60%		{opacity: 1; transform: translateY(-40px) scale(1.1); }
	65%		{opacity: 1; transform: translateY(-40px) scale(1); }
	94%		{opacity: 1; transform: translateY(-40px); }
	99% 	{opacity: 0; transform: translateY(-40px); }
	100% 	{opacity: 0; transform: translateY(0px); }
}

/* Loader */
.loading
{
	display: inline-block;
	font-size: 14px;
	padding: 15px 15px 15px 40px;
    background: #fff url(/img/loader.gif) no-repeat 7px;
}

/* BLACK FRIDAY 2020 */
body.black-friday #home-slider
{
	margin-top: 0px;
	background: #000;
}

#home-carousel
{
    background: #000;
    padding: 25px 0;
}

#home-carousel .home-carousel .item
{
    display: flex;
    flex-flow: column;
}

#home-carousel .home-carousel .item a
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    background: #333;
    box-sizing: border-box;
}

#home-carousel .home-carousel .item img
{
    width: 100px;
    max-width: 100%;
}

#home-carousel .owl-carousel .owl-nav button.owl-next, #home-carousel .owl-carousel .owl-nav button.owl-prev
{
	position: absolute;
	top: calc(50% - 30px);
	font-size: 66px;
	line-height: 40px;
	opacity: .5;
	color: #fff;
	margin: 0 !important;
	padding: 2px 4px !important;
}

#home-carousel .owl-carousel .owl-nav button.owl-next
{
	right: -26px;
}

#home-carousel .owl-carousel .owl-nav button.owl-prev
{
	left: -27px;
}

#home-carousel .owl-carousel .owl-dots
{
	display: none;
}

body.black-friday #home-banner-latest-visited-wrapper
{
	background: #000;
}

body.black-friday #home-banner-latest-visited h2
{
	color: #fff;
}

body.black-friday #home-banner-latest-visited .id-3509f21c-18b0-438d-8acf-a33455ce0693
{
	display: none;
}

body.black-friday #home-banner-special
{
	margin-top: 40px;
}

body.black-friday .home-special-banners
{
	margin-top: 10px;
}

body.black-friday .home-special-banners .home-banner
{
	margin-top: 40px;
}

body.black-friday .home-special-banners .home-banner .cn_banner_placeholder
{
	margin: 0 -8px;
}

body.black-friday .home-special-banners .home-banner h2
{
	font-size: 27px;
	font-weight: 300;
	margin: 0 0 15px 0;
    padding: 0;
}

body.black-friday .home-special-banners .home-banner h2 a
{
	display: inline-block;
	font-size: 16px;
	color: #d2001f;
	margin-left: 15px;
}

body.black-friday .home-special-banners .home-banner h2 a:hover
{
	text-decoration: underline;
}

body.black-friday .home-special-banners .home-banner h2 a span
{
	font-size: 14px;
}

@media all and (max-width: 575px) {
	#home-carousel .owl-carousel .owl-nav button.owl-next, #home-carousel .owl-carousel .owl-nav button.owl-prev
	{
		background: rgba(0, 0, 0, .4);
	}
	#home-carousel .owl-carousel .owl-nav button.owl-next
	{
		right: 0;
	}

	#home-carousel .owl-carousel .owl-nav button.owl-prev
	{
		left: 0;
	}

	#home-carousel .home-carousel .item a
	{
		padding: 8px;
	}

	body.black-friday #home-banner-special
	{
		margin: 15px;
	}

	body.black-friday .home-special-banners .home-banner
	{
		margin-left: 8px;
		margin-right: 8px;
	}

	body.black-friday .home-special-banners .home-banner h2
	{
		font-size: 23px;
	}
}