@font-face {
  font-family: 'kyc-bold';
  src: url('../fonts/kyc-bold-webfont.eot');
  src: url('../fonts/kyc-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/kyc-bold-webfont.woff') format('woff'),
       url('../fonts/kyc-bold-webfont.ttf') format('truetype'),
       url('../fonts/kyc-bold-webfont.svg#futura_ltbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kyc-heavy';
  src: url('../fonts/kyc-heavy-webfont.eot');
  src: url('../fonts/kyc-heavy-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/kyc-heavy-webfont.woff') format('woff'),
       url('../fonts/kyc-heavy-webfont.ttf') format('truetype'),
       url('../fonts/kyc-heavy-webfont.svg#futura_ltheavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kyc-regular';
  src: url('../fonts/kyc-regular-webfont.eot');
  src: url('../fonts/kyc-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/kyc-regular-webfont.woff') format('woff'),
       url('../fonts/kyc-regular-webfont.ttf') format('truetype'),
       url('../fonts/kyc-regular-webfont.svg#futura_ltregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'kyc-regular';
	font-weight: 400;
	color: #222;
	font-size: 12px;
	width: 100%;
	letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'kyc-heavy';
	color: #222;
	font-weight: 100;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
	margin: 0;
}
h6 {
	font-size: 12px;
}
a {
	color: #222;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
a,button,.btn{
	outline: none !important;
	cursor: pointer;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	border-radius: 0;
	border-color: #222;
	height: 35px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.container-fluid{
	padding-left: 10%;
	padding-right: 10%;
}
.container-fluid.normal-padding{
	 padding-left: 15px; 
	 padding-right: 15px; 
}
.table-block{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.table-cell-block{
	display: table-cell;
	vertical-align: middle;
}
.inline-block{
	display: inline-block;
}
hr.no_color{
	border-color: transparent;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-top: none;
}
input[type=checkbox], input[type=radio]{
	margin: 2px 0 0;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.form-horizontal .control-label{
	text-align: left;
}
.form-horizontal .form-group:last-child{
	margin-bottom: 0;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #b70000;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #e8e8e8;
}
/* top */
.little-tips{
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	border-bottom: 1px solid #222;
}
#top {
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	min-height: 90px;
	margin-bottom: 0;
	background: #fff;
	z-index: 1001;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	background-color: #e8e8e8;
}
#top #form-language button img {
  vertical-align: initial;
}
#top .btn-link, #top-links li, #top-links a {
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #222;
  background: #f1f1f1;
}
#top-links > ul.list-inline > li{
	position: relative;
	padding-right: 0;
	padding-left: 14px;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: top;
}
#top-links > ul.list-inline > li+li:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	background: #222;
	border-radius: 100%;
	left: 3px;
	top: 13px;
}
#top-links > ul.list-inline > li > a{
	display: block;
	padding: 6px 3px;
}
#top-links > ul.list-inline > li > a:hover{
	color: #222;
	background-color: #f1f1f1;
}
#top-links > ul.list-inline > li i{
	font-size: 14px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
/*#top-links .dropdown-menu a:hover {
	color: #FFF;
}*/
#top .btn-link strong {
	font-size: 14px;
  line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links > ul.list-inline{
	margin-bottom: 0;
}
#top-links a + a {
	margin-left: 15px;
}
.navbar-category{
	position: fixed;
	width: 100%;
	top: 90px;
	z-index: 1000;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background-color: #ffffff;
}
body[class^="common-home"] .navbar-category{
	background-color: rgba(255, 255, 255, 0.35);
}
body.scrolled .navbar-category{
	top: 75px;
	background-color: #ffffff;
}
body.scrolled #menu{
	padding: 0;
}
#top .header_search{
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transform: translate3d(0,-100%,0);
	-o-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	-webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	-o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
#top .header_search.showed{
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
/* logo */
.padding-header{
	padding-top: 180px;
}
header{
	position: fixed;
	display: block;
	width: 340px;
	top: 30px;
	background: transparent;
	z-index: 1020;
	left: calc(50% - 180px);
}
#logo {
	display: inline-block;
	margin: 5px 0 10px 0;
}
#logo > a > img{
	display: inline-block;
	-webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#logo > a > img:first-child{
	height: 45px;
  margin-right: 15px;
}
#logo > a > img:last-child{
	height: 35px;
}
body.scrolled #logo > a > img:first-child{
	height: 35px;
}
body.scrolled #logo > a > img:last-child{
	height: 30px;
}
/* ipad vertical cover */
.main_cover{
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../../../../image/main_cover.png) center center no-repeat;
  background-size: cover;
  z-index: 9998;
}
/* search */
#search {
	margin-bottom: 0;
	height: 58px;
	/*border: 1px solid #222;*/
	background: #e8e8e8;
	padding: 12px 30px;
	/*box-shadow: 0 10px 30px rgba(0,0,0,0.2);*/
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border: none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	
}
#cart > button {
	display: block;
	padding: 6px 3px;
	background-color: transparent;
	border: none;
}
#cart > button:hover{
	background-color: #f1f1f1;
}
#cart.open > button {
	background-image: none;
  background-color: #f1f1f1;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > button:hover {
	color: #000;
}
#cart .dropdown-menu {
	width: 350px;
	background: #ffffff;
	z-index: 1001;
	border: none;
	-webkit-box-shadow: 0 8px 20px rgba(0,0,0,.175);
	box-shadow: 0 8px 20px rgba(0,0,0,.175);
	text-transform: capitalize;
	padding: 15px 15px 5px 15px;
	/* display: block!important; */
}
#cart .dropdown-menu li {
	margin-bottom: 10px;
}
#cart .dropdown-menu li.products_list{
	max-height: 500px;
	overflow: auto;
}
#cart .dropdown-menu table{
	margin-bottom: 0;
}
#cart .dropdown-menu table > tbody > tr > td{
	border-bottom: 1px solid #efefef;
	border-top: none;
	vertical-align: middle;
}
#cart .dropdown-menu table td.img_place,
#cart .dropdown-menu table td.img_place img{
	width: 90px;
}
#cart .dropdown-menu table td button{
	color: #000;
	background: transparent;
	border: unset;
	padding: 0;
	/* margin-top: 20px; */
}

#cart .dropdown-menu .option {
    margin-top: 5px;
}
#cart .dropdown-menu li > div {
	
}
#cart .dropdown-menu li p {
	margin: 20px 0 30px;
}
#cart .bt-carte-direct{
	margin-top: 30px;
	text-transform: uppercase;
	padding: 6px 16px;
	font-size: 12px;
}
#cart .bt-carte-direct:hover{
	background: #000;
	color: #ffffff;
}
/* menu */
#menu {
	min-height: 40px;
	margin-bottom: 0;
	/* padding: 20px 0; */
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#menu .nav > li > a {
	padding: 10px 15px 10px 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#menu .nav > li:nth-last-child(2) > a{
	color: #b70000;
} 
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	font-weight: 700;
}
#menu	.navbar-nav{
	float: none;
	text-align: center;
}
#menu	.navbar-nav > li{
	float: none;
	margin: 0 10px;
	display: inline-block;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #222;
	font-size: 12px;
	text-transform: capitalize;
}
#menu .dropdown-inner li a:hover {
	
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	background-color: #e8e8e8;
	color: #222;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #222, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#header_infos{
	position: fixed;
	width: 100%;
	top: 132px;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background-color: #fff;
	border-top: 1px solid #fff;
}
body.scrolled #header_infos{
	top: 117px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.125);
	border-top: 1px solid #d8d5d5;
}
.swiper_header_infos{
	width: 100%;
	height: 40px;
}
.swiper_header_infos .swiper-slide{
	text-align: center;
}
.swiper_header_infos .swiper-slide > *{
	font-size: 14px;
}
.swiper_header_infos .swiper-slide > h2 {
	margin-top: 12px;
}
.swiper_header_infos .swiper_button_header_infos > i{
	color: #222;
	background-color: transparent;
	font-size: 30px;
	padding: 1px 12px;
}
.swiper_header_infos .swiper_button_header_infos.swiper-button-next{
	width: 40px;
	right: 0;
	height: 35px;
	margin-top: 2px;
	top: 0;
}
.swiper_header_infos .swiper_button_header_infos.swiper-button-prev{
	width: 40px;
	left: 0;
	height: 35px;
	margin-top: 2px;
	top: 0;
}
/* homepage customer content */
.hp-slider.container-fluid{
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin-top: 80px;
	z-index: 1;
}
.hp-slider .owl-wrapper-outer{
	border: none;
	box-shadow: none;
}
.hp-videoplace{
	position: relative;
	display: block;
}
.hp-videoplace > img{
	width: 100%;
}
.hp-videoplace > h2{
	font-family: 'kyc-heavy';
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
  margin-bottom: 0;
}
.hp-videoplace > a{
	font-size: 18px;
	text-transform: uppercase;
}
.hp-adsplace{
	position: relative;
	display: block;
	height: 800px;
	background-size: cover;
}
.hp-adsplace img{
	display: block;
	max-width: 700px;
	margin: 0 auto 80px;
}
.hp-adsplace a{
	text-transform: uppercase;
	font-size: 18px;
}
.hp-moderne > h2{
	font-family: 'kyc-heavy';
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
  margin-bottom: 0;
}
.hp-moderne{ margin-bottom: 20px; }
.hp-moderne > a{
	font-size: 18px;
	text-transform: uppercase;
}
.shopping_win > img{
	width: 100%;
}
.shopping_win > h2{
	font-family: 'kyc-heavy';
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
  margin-bottom: 0;
}
.shopping_win > a{
	font-size: 18px;
	text-transform: uppercase;
}
.hp-category-women{ margin-left: -120px;padding: 10px 0; }
.hp-category-women > a > .inline-block{
	height: 95px;
	width: 95px;
	border-bottom: 50px solid #222;
	border-right: 50px solid #222;
	border-left: 50px solid transparent;
	border-top: 50px solid transparent;
	margin-right: 15px;
}
.hp-category-women > a > span{
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
}
.hp-intagram{
	background-color: #f7f7f7;
	margin-top: 20px;
}
.normal-padding{
	padding-left: 0;
	padding-right: 0;
}
.hp-intagram > h2{
	font-family: 'kyc-heavy';
	font-size: 30px;
	color: #919191;
	text-align: center;
	text-transform: uppercase;
  margin: 70px 0;
}
/* content */
#content {
	min-height: 600px;
	padding-left: 15px;
	padding-right: 15px;
}
/* footer */
footer {
	/*margin-top: 90px;*/
	background-color: transparent;
}
body[class^="common-home"] footer{
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer ul > li+li{
	margin-top: 3px; 
}
footer a {
	color: #222;
  font-size: 13px;
}
footer a:hover {
}
footer h5 {
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 15px;
}
footer .input-group{
  margin-bottom: 30px;
}
footer .input-group-lg > .input-group-btn > .btn{
	font-size: 13px;
	padding: 0px 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 35px;
}
footer .btn-group > a{
	box-shadow: none;
	padding: 0;
	font-size: 0;
	margin-right: 20px;
}
footer .btn-group > a > i{
	font-size: 24px;
}
footer .copyright{
	background-color: #010101;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 12px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	padding: 0 10px;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: "|";
	display: block;
	position: absolute;
	top: 0px;
	right: -5px;
	color: #999;
}
.breadcrumb > li > a{
	/* color: #999; */
}
.breadcrumb > li:last-child:after{
	display: none;
}
.pagination{
	position: relative;
  display: block;
  margin: 0;
  width: auto;
  height: 24px;
}
.pagination > li > a,
.pagination > li > span{
	border: none;
	color: #999;
	padding: 4px 6px;
	line-height: 1.4;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #000;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
	background: transparent;
	border: none;
	color: #222;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 12px 16px;
	font-size: 14px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 14px;
}
.btn-default {
	color: #222;
	background-color: transparent;
	border-color: transparent;
}
.btn-default:hover{
	color: #222;
	background-color: #f1f1f1;
	border-color: transparent;
}
.btn-noborder{
	color: #222;
	background-color: transparent;
	border-color: transparent;
}
.btn-primary {
	color: #ffffff;
	background-color: #222;
	border-color: #222;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:focus, .btn-primary.focus {
	background-color: #000;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #222;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #222;
	background-color: transparent;
	border-color: #222;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	color: #ffffff;
}
.btn-long{
	width: 260px;
}
/* list group */
.list-group a {
	border: 1px solid transparent;
	color: #999;
	/*padding: 8px 12px;*/
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	background: transparent;
}
/* category css */
.container-fluid.padding-header.category-container {
    padding-top: 30px;
}
.container-fluid.category-title-wrap {
	padding-top: 180px;
	padding-left: 0;
	padding-right: 0;
}

.category-title-wrap .category-title{
	position: relative;
	padding-top: 60px;
	padding-bottom: 35px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d2d2d2;
	margin-left: 0;
	margin-right: 0;
}
.category-title-wrap .category-title h2{
	display: inline-block;
	border-bottom: 2px solid;
	line-height: 1;
	margin: 0 0 14px 0;
	padding-bottom: 14px;
	font-size: 30px;
	text-transform: uppercase;
}
.category-pagination{
	padding-top: 15px;
}
.category-pagination > div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #999;
}
.category-title-wrap .category-title .sort-by{
	padding-top: 15px;
}
.category-title-wrap .category-title .sort-by > label{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-right: 5px;
  vertical-align: middle;
}
.category-title-wrap .category-title .sort-by > select{
	display: inline-block;
	width: 160px;
	padding: 0px 12px;
	height: 26px;
	border-color: #000;
	box-shadow: none;
}
.category-container .category-title .brand_filter{
	position: absolute;
	left: 15px;
	top: 0px;
	width: 230px;
	height: 100%;
	text-align: left;
	font-size: 14px;
}
.category-title-wrap .category-title .brand_filter > .table-block{
	text-align: left;
}
.category-title-wrap .category-title .brand_filter span{
	position: relative;
	display: block;
	width: 100%;
	font-family: "kyc-bold";
}
.category-title-wrap .category-title .brand_filter a{
	display: inline-block;
	color: #999;
	margin-left: 0;
	margin-right: 8px;
	margin-bottom: 6px;
	line-height: 1;
}
.category-title-wrap .category-title .brand_filter a:hover{
	color: #222;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	/*overflow: auto;*/
	/* box-shadow: 0 0px 1px rgb(192, 192, 192); */
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image > a {
	position: relative;
	display: block;
	padding-bottom: 10px;
	-webkit-transition: box-shadow 0.2s ease-out;
	-o-transition: box-shadow 0.2s ease-out;
	transition: box-shadow 0.2s ease-out;
}
.product-thumb .image > a:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .image img.category_second_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 5;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.product-thumb .image > a:hover > img.category_second_img{
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .caption {
	padding: 8px;
	min-height: 95px;
}
.product-thumb .caption > p{
	color: #999;
	margin-bottom: 5px;
	min-height: 2em;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0;
}
.product-thumb .caption > p.price{
	color: #434343;
	margin-bottom: 0;
	min-height: auto;
	font-size: 14px;
	line-height: 1;
	font-weight: 100;
	letter-spacing: 0;
	/*padding-top: 15px;*/
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	color: #b70000;
}
.product-thumb .price-old {
	color: #999;
	/*text-decoration: line-through;*/
	/*margin-left: 10px;*/
	font-size: 11px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
/* product css */
.product-container .breadcrumb{
	text-align: left;
	padding: 25px 0;
}
#swiper-produit-imgs,
#swiper-produit-zoom-img{
	display: inline-block;
  vertical-align: top;
}
#swiper-produit-imgs{
	width: 100px;
	height: 600px;
}
#swiper-produit-zoom-img{
	width: 400px;
	float: right;
	margin-right: 10%;
	z-index: 0;
}
#swiper-produit-imgs .swiper-slide{
	height: auto;
	width: 100%;
  margin-bottom: 20px;
}
#swiper-produit-imgs .swiper-slide:last-child{
	margin-bottom: 0;
}
#swiper-produit-zoom-img .swiper-slide{
	height: 100%;
	width: 100%;
}
#swiper-produit-imgs img,
#swiper-produit-zoom-img img{
	width: 100%;
}
.swiper-button-produit.swiper-button-produit{
	right: 0px;
}
.swiper-button-prev.swiper-button-produit{
	right: 500px;
  left: auto;
}

.product-container .produit_brand,
.product-container .produit_description{
	font-size: 12px;
	color: #999;
	margin-bottom: 0;
	text-transform: uppercase;
}
.product-container .produit_description{
	text-transform: none;
}
.product-container .produit_name{
	font-size: 30px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 6px 0;
}
.product-container .produit_normal_prix{
	font-family: 'kyc-regular';
	font-size: 26px;
	letter-spacing: 1px;
	margin: 10px 0;
}
.product-container .produit_normal_prix > span{
	font-size: 12px;
	color: #999;
}
.product-container .produit_normal_prix > span.price-new{
	color: #b70000;
	font-size: 26px;
}
.product-container .produit_normal_prix > span.txt_tva{
  margin-left: 5px;
}
.product-container .color_size_select{
	/*padding: 0;*/
}
.size_detail{
	float: right;
	border: none;
	background: transparent;
	color: #999;
	padding: 0;
}

#tab-specification{
	margin-bottom: 0;
}
#tab-specification .panel-title{
	font-size: 14px;
	text-transform: capitalize;
	color: #222;
}
#tab-specification .panel.panel-default{
	border: none;
	border-top: 1px solid #e8e8e8;
	border-radius: 0;
}
#tab-specification .panel.panel-default+.panel.panel-default{
	margin-top: 0;
}
#tab-specification .panel.panel-default:last-child{
	border-bottom: 1px solid #e8e8e8;
}
#tab-specification .panel-default > .panel-heading{
	background-color: transparent;
	padding: 20px 0;
}
#tab-specification .panel-default .panel-body{
	padding: 0 0 20px 0;
	border-top: none;
	color: #999;
  font-size: 13px;
}
#tab-specification .panel-default .panel-body > div{
}
.product-container .related_title{
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left  .product-layout .col-md-3 {
     width: 100%;
  }

	#column-left + #content .product-layout .col-md-3 {
     width: 50%;
  }

	#column-left + #content + #column-right .product-layout .col-md-3 {
     width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
     width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .list-group,
#column-left .panel{
	max-width: 260px;
}
#column-left .list-group-item{
	border: none;
  padding: 8px 0;
  letter-spacing: 0;
}
#column-left a.list-group-item{
	font-family: "kyc-heavy";
	border-bottom: 1px solid #222;
	font-size: 14px;
	text-transform: capitalize;
	color: #222;
	margin-bottom: 0;
	padding: 8px 0;
}
#column-left .list-group-item a{
	text-transform: uppercase;
	font-size: 12px;
}
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* account page css */
.sign-login #content{
	min-height: unset;
	margin-top: 80px;
	margin-bottom: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
	background: #f1f1f1;
}
body[class^="account-register"] .sign-login #content,
body[class^="account-forgotten"] .sign-login #content{
	padding-top: 0;
  padding-bottom: 0;
	background: transparent;
}
.sign-login #content .well{
  margin-bottom: 0;
  background: transparent;
  border: none;
  padding: 60px;
  border-radius: 0;
  box-shadow: none;
}
body[class^="account-register"] .sign-login #content .well,
body[class^="account-forgotten"] .sign-login #content .well{
	padding: 0 60px;
}
.sign-login #content .left-signin{
	/*border-right: 1px solid #222;*/
}
.sign-login #content .well > h2{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 30px;
}
.sign-login #content .well > p{
	height: 3em;
  margin-bottom: 0;
}
.sign-login #content .well label{
	text-transform: uppercase;
}
.sign-login #content .well input.form-control{
	background-color: transparent;
}
.sign-login #content .well input.btn,
.sign-login #content .well a.btn{
  font-family: 'kyc-heavy';
	/*width: 223px;*/
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 0;
}
.sign-login #content .well .btn_password_forgotten{
	display: inline-block;
	margin-bottom: 20px;
	color: #999;
}
.sign-login #content .well .form-group:last-child{
	margin-bottom: 0;
}
.sign-login #content .left-signin > .well .form-group:last-child{
	margin-top: 182px;
}
.sign-login fieldset{
	margin-bottom: 15px;
}

/* client back-end css */
.client_container #column-left.col-sm-3{
	width: 20%;
  margin-top: 75px;
  margin-bottom: 80px;
}
.client_container #column-left.col-sm-3 > .list-group{
	margin-bottom: 0;
}
.client_container #content.col-sm-9{
	width: 100%;
}
.client_container #column-left a.list-group-item{
	font-family: 'kyc-regular';
	border-bottom: unset;
	color: #999;
	font-size: 13px;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.client_container #column-left a.list-group-item:hover{
	background-color: unset;
	color: #222;
}
.client_container #content{
	min-height: unset;
	margin-top: 80px;
	margin-bottom: 80px;
}
.client_container #content > h1,
.client_container #content > h2{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 30px;
}
.client_container #content > p{
	margin-bottom: 15px;
}
.client_container .buttons{
	margin-bottom: 0;
	margin-top: 30px;
}
.client_container .table > thead {
  background-color: #efefef;
  text-transform: capitalize;
}
.client_container .table > thead > tr > td:first-child {
  padding-left: 20px;
}
.client_container .table > tbody > tr > td{
	border-top: none;
	border-bottom: 1px solid #efefef;
	vertical-align: middle;
}
.client_container .table > tbody > tr > td .img-product{
	width: 150px;
}
.client_container .table .model, .client_container .table .description {
  color: #999;
  font-size: 12px;
}
.client_container .table .name {
  font-family: "kyc-heavy";
  font-size: 30px;
  text-transform: capitalize;
}

/* checkout cart css */
.carte-container .carte_title{
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.carte-container .carte_title h1{
	display: inline-block;
	line-height: 1;
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
}
#carte_form .img-product{
	width: 200px;
}
#carte_form thead{
	background-color: #efefef;
	text-transform: capitalize;
}
#carte_form thead > tr > td:first-child{
	padding-left: 20px;
}
#carte_form .table > tbody > tr > td{
	border-top: none;
	border-bottom: 1px solid #efefef;
	vertical-align: middle;
}
#carte_form .table > tbody > tr > td:first-child{
	padding-left: 0;
}
#carte_form .name{
	font-family: "kyc-heavy";
	font-size: 30px;
	text-transform: capitalize;
}
#carte_form .table .manufacturer,
#carte_form .table .description,
#carte_form .table .option{
	color: #999;
	font-size: 12px;
}
#carte_form .table .manufacturer,
#carte_form .table .option{
	text-transform: uppercase;
}
#carte_form .table .option{
	font-size: 11px;
}
#carte_form .table input[name^="quantity["]{
	border: none;
	box-shadow: none;
}
#carte_form .table .price-new{
	color: #b70000;
}
#carte_form .table .price-old{
	color: #999;
	font-size: 10px;
}
.carte-container .paiement_secure{
	padding: 8px 0;
	font-size: 16px;
	color: #999;
}
.carte-container .paiement_secure > i{
	vertical-align: sub;
	font-size: 30px;
}
.carte-container .help_infos{
	margin-top: 65px;
}
.carte-container .help_infos .well{
	border: none;
	padding: 35px 30px;
	background-color: #efefef;
	box-shadow: none;
	border-radius: 0;
	min-height: 187px;
}
.carte-container .help_infos .well > h4{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.carte-container .help_infos .well > ul{
	list-style: none;
	padding-left: 0;
}
.carte-container .help_infos .well a{
	text-decoration: underline;
}

/* checkout page */
.checkout-panel-controller{
	position: relative;
	display: block;
	text-align: center;
}
.checkout-panel-controller > table{
	width: 100%;
}
.checkout-panel-controller td > div{
	position: relative;
	display: block;
}
/*.checkout-panel-controller td > div+div:before{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	display: block;
	left: -25px;
	top: -4px;
	font-size: 24px;
	color: #999;
}*/
.checkout-panel-controller td > div > h6{
	line-height: 1.4em;
	margin: 0;
	color: #999;
	text-align: center;
}
.checkout-panel-controller td > div > h6 > a{
	display: block;
	color: #222;
	padding: 25px 0px;
	background: #F1F1F1;
}
.checkout-panel-controller td > div > h6 > a.collapsed{
	color: #999;
  background: #ffffff;
}

#accordion.panel-group{
	position: relative;
}
#accordion.panel-group .panel{
	position: relative;
  width: 100%;
  margin-top: 0;
  top: 0;
  border: none;
  background: #f1f1f1;
  box-shadow: none;
	min-height: 0;
	padding: 0 20px;
}

/* all informations pages css */
.infos-pages h1{
	position: relative;
	text-transform: uppercase;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0;
	font-size: 30px;
}
.infos-pages p{
	font-size: 12px;
	padding-left: 35px;
}
.infos-pages h2{
	display: block;
	text-transform: unset;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.infos-pages h2:first-letter{
	text-transform: capitalize;
}
.infos-pages h3{
	font-size: 18px;
	padding-left: 35px;
	margin-bottom: 0;
	text-transform: unset;
}
.infos-pages ul{
	padding-left: 50px;
}


@media screen and (max-width: 1600px){
	.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
	}
}

@media screen and (max-width: 1440px){
	.container-fluid {/*
    padding-left: 30px;
    padding-right: 30px;*/
	}
	#swiper-produit-imgs {
    width: 90px;
    height: 601px;
	}
	#cart .dropdown-menu li.products_list{
		max-height: 450px;
	}
}

@media screen and (max-width: 1366px){
	hr.no_color{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.shopping_win > h2{
		font-size: 16px;
	}
	.hp-adsplace{
		height: 600px;
	}
	.hp-videoplace > h2,
	.hp-moderne > h2{
		font-size: 24px;
	}
	.hp-videoplace > a,
	.hp-moderne > a{
		font-size: 16px;
	}
	.swiper_header_infos{
		height: 50px;
	}
	.swiper_header_infos .swiper-slide > *{
		font-size: 12px;
	}
	.padding-header {
    padding-top: 265px;
	}
}

@media screen and (max-width: 1279px){
	#menu{
		padding: 10px 0;
	}
	#menu .nav > li > a{
		font-size: 14px;
		line-height: 1em;
	}
	#logo > a{
		display: inline-block;
		padding: 5px 0;
	}
	#logo img{
		height: 45px;
	}
	#header_infos{
		top: 190px;
	}
	body.scrolled #header_infos{
		top: 150px;
	}
	.hp-adsplace {
    height: 550px;
	}
	.hp-adsplace img{
		width: 75%;
    margin: 0 auto 50px;
	}
	.hp-videoplace > h2,
	.hp-moderne > h2 {
    font-size: 20px;
	}
	.hp-videoplace > a,
	.hp-moderne > a,
	.shopping_win > a{
    font-size: 14px;
	}
	.hp-category-women > a > .inline-block{
		height: 80px;
    width: 80px;
    border-bottom: 40px solid #222;
    border-right: 40px solid #222;
    border-left: 40px solid transparent;
    border-top: 40px solid transparent;
	}
	.hp-category-women > a > span{
		font-size: 28px;
	}
	.carte-container .help_infos .well{
		padding: 25px 25px;
		min-height: 170px;
	}
	.padding-header {
    padding-top: 240px;
	}
	footer a{
		font-size: 12px;
	}
	footer h5{
		font-size: 14px;
		margin-bottom: 16px;
	}
	footer .copyright{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#swiper-produit-imgs {
    width: 80px;
    height: 525px;
	}
	#swiper-produit-zoom-img{
		width: 350px;
	}
}
.product-search .container {
    padding-top: 200px;
}

.rm0{margin-right:0}
.rm1{margin-right:1px}
.rm2{margin-right:2px}
.rm5{margin-right:5px}
.rm10{margin-right:10px}
.rm15{margin-right:15px}
.rm20{margin-right:20px}
.rm25{margin-right:25px}
.rm30{margin-right:30px}
.rm40{margin-right:40px}
.rm50{margin-right:50px}
.lm0{margin-left:0}
.lm1{margin-left:1px}
.lm5{margin-left:5px}
.lm7{margin-left:7px}
.lm10{margin-left:10px}
.lm15{margin-left:15px}
.lm20{margin-left:20px}
.lm25{margin-left:25px}
.lm30{margin-left:30px}
.lm40{margin-left:40px}
.rp0{padding-right:0}
.rp5{padding-right:5px}
.rp10{padding-right:10px}
.rp15{padding-right:15px}
.rp20{padding-right:20px}
.rp30{padding-right:30px}
.rp50{padding-right:50px}
.lp0{padding-left:0}
.lp10{padding-left:10px}
.lp15{padding-left:15px}
.lp20{padding-left:20px}
.lp30{padding-left:30px}
.tp0{padding-top:0!important}
.tp3{padding-top:3px}
.tp5{padding-top:5px}
.tp10{padding-top:10px}
.tp20{padding-top:20px}
.tp30{padding-top:30px}
.tp50{padding-top:50px}
.tm4{margin-top:4px}
.tm5{margin-top:5px}
.tm7{margin-top:7px}
.tm10{margin-top:10px}
.tm15{margin-top:15px}
.tm20{margin-top:20px}
.mbm1{margin-bottom:-1px}
.bp0{padding-bottom:0!important}
.bp5{padding-bottom:5px}
.bp10{padding-bottom:10px!important}
.bp50{padding-bottom:50px}
.bm0{margin-bottom:0!important}
.bm5{margin-bottom:5px!important}
.bm10{margin-bottom:10px!important}
.bm15{margin-bottom:15px!important}
.bm20{margin-bottom:20px!important}
.bm30{margin-bottom:30px!important}
.bm50{margin-bottom:50px!important}
.bp50{padding-bottom:50px!important}


.stock-info {
	font-size: 14px;
	padding:5px 0px;
}