@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=RobotoDraft:100,300,400,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #444;
	text-decoration: none;
}


/* sandrine */
input#mod-search-searchword.inputbox.search-query {
	border:1px solid #cccccc !important;
}
/* mot de passe oublie */
input#jform_email.validate-username.required.invalid, input#jform_email.validate-username.required {
	border:1px solid #cccccc !important;	
}
label#jform_email-lbl.hasPopover.required {
	font-weight:500 !important;
}
input#jform_username.required.invalid {
	padding: 10px 20px !important;
	font-size: 16px;
	border:1px solid #cccccc !important;	
	border-radius: 4px;
}
input#jform_username.required {
	padding: 10px 20px !important;
	font-size: 16px;
	border:1px solid #cccccc !important;	
	border-radius: 4px;
}
#jform_username-lbl.hasPopover.required {
	font-weight:500;
}
#jform_username-lbl.hasPopover.required.invalid {
	font-weight:500;
}
#jform_token-lbl.hasPopover.required, #jform_password1-lbl.hasPopover.required, #jform_password2-lbl.hasPopover.required {
	font-weight:500;
}
#jform_token-lbl.hasPopover.required.invalid, #jform_password1-lbl.hasPopover.required.invalid, #jform_password2-lbl.hasPopover.required.invalid {
	font-weight:500;
}
input#jform_token.required.invalid {
	padding: 10px 20px !important;
	font-size: 16px;
	border:1px solid #cccccc !important;	
	border-radius: 4px;
}
input#jform_token.required {
	padding: 10px 20px !important;
	font-size: 16px;
	border:1px solid #cccccc !important;	
	border-radius: 4px;
}
input#jform_password1.validate-password.required.invalid, input#jform_password2.validate-password.required.invalid {
	padding: 10px 20px !important;
	font-size: 16px;
	border:1px solid #cccccc !important;	
	border-radius: 4px;
}
input#jform_password1.validate-password.required,input#jform_password2.validate-password.required {
	padding: 10px 20px !important;
	font-size: 16px;
	border:1px solid #cccccc !important;	
	border-radius: 4px;
}
/* mot de passe oublie */

a.terminer {
	display:block;
	border:1px solid #ffffff ;
	padding:10px;
	margin-top:10px;
	text-align:center;
}
span#hikashop_product_name_main.hikashop_product_name_main {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #fc45ad;
}

span.hikashop_product_name a, dt.result-title a {
color: #444444 !important;
border-bottom:0px !important;	
}

label[for=auteur], label[for=illustrateur], label[for=editeur], label[for=annepublication]{
	color: #fc45ad !important;	
	margin-right:20px;
}
span.hikashop_product_price.hikashop_product_price_0 {
	color: #fc45ad !important;	
}
div#hikashop_product_quantity_main.hikashop_product_quantity_main {
	margin-top:-50px;
}
input#hikashop_product_quantity_field_1.hikashop_product_quantity_field{
	border:1px solid #cccccc ;
}
div#hikashop_product_custom_info_main.hikashop_product_custom_info_main {
	margin-top:50px;
}
/* sandrine */


body {
	overflow-x: hidden;
}

.wrapper {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	font-size: 0;
	z-index: 1;
}

#header {
	position: relative;
	z-index: 99;
}

#header .top {
	position: relative;
	height: 100px;
	line-height: 100px;
	z-index: 999999;
}

#header .top .logo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: 7px;
	width: 300px;
	height: 100%;
	background: url('../images/logo.svg') no-repeat 0 50%;
	background-size: contain;
}

#header .top .wrapper > ul,
#header .top .search,
#header .top .paiement {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: right;
}

#header .top .wrapper > ul {
	height: 100px;
	font-size: 0;
}

#header .top .wrapper > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#header .top .wrapper > ul > li > a {
	position: relative;
	padding-left: 35px;
	font-size: 16px;
	font-weight: 700;
}

#header .top .wrapper > ul > li > a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 18px;
}

#header .top .wrapper > ul > li.compte > a::before {
	background-image: url('../images/user.svg');
}

#header .top .wrapper > ul > li.panier > a::before {
	background-image: url('../images/cart.svg');
}

#header .top .search::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -35px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url('../images/search.svg') no-repeat 50%;
	background-size: 18px;
}

#header .top .search input {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background: none;
	border: none;
}

#header .top .search label,
#header .top .search button {
	display: none;
}

#header .top .paiement {
	margin-right: 100px;
	font-size: 0;
}

#header .top .paiement > div {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 50px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto 30px;
	background-image: url('../images/lock.svg');
	
}

#header .top .paiement > div + div {
	width: 40px;
	background-size: auto 40px;
	background-image: url('../images/visa.svg');
}

#header .top .paiement > div + div + div {
	background-image: url('../images/mastercard.svg');
}

#header .navi {
	position: relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #eaeaea;
}

#header .navi ul {
	font-size: 0;
}

#header .navi ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#header .navi ul li a {
	position: relative;
	display: block;
	padding: 0 30px;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 700;
	color: #6b6b6b;
	text-transform: uppercase;
}

#header .navi .wrapper > ul > li:nth-of-type(2) > a,
#header .navi .wrapper > ul > li:nth-of-type(2) > ul {
	color: #fff;
	background: #9ad6e3;
}

#header .navi .wrapper > ul > li:nth-of-type(3) > a,
#header .navi .wrapper > ul > li:nth-of-type(3) > ul {
	color: #fff;
	background: #6b6b6b;
}

#header .navi ul li.active > a {
	color: #fc45ad !important;
}

#header .navi ul li.current a::before {
	content: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	top: 10px; /* Modif Sébastien */
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background: url('../images/logo-part-2.svg') no-repeat 50%;
	background-size: 18px;
}

#header .navi ul ul {
	display: none;
	position: absolute;
	padding: 0;
	width: 400px;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}

#header .navi ul li:hover ul {
	display: block;
}

#header .navi ul ul li {
	display: block;
	height: auto;
	line-height: normal;
	padding: 0;
}

#header .navi ul ul li a {
	display: block;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
}

#header .navi ul ul li a::before {
	content: none;
}

#header .navi ul ul li a:hover {
	background: rgba(255,255,255,.2);
}

section {
	position: relative;
	padding: 100px 0;
	z-index: 1;
}

section h1 {
	font-family: 'Montserrat';
	margin-bottom: 30px;
	font-size: 30px;
}

section h2 {
	margin-bottom: 30px;
	font-family: 'Montserrat';
	font-size: 26px;
	font-weight: 500;
}

#content h2 {
	font-size: 18px;
	color: #fc45ad;
}

#content h3 {  /* Ajout Seb */
	font-size: 18px;
	font-weight: 600;
	color: #fc45ad;
	margin: 20px 0 10px;
}

#home section h1 {
	color: inherit;
	font-weight: inherit;
}

section p {
	line-height: 26px;
}

section strong {
	font-weight: 700;
}

section i {
	font-style: italic;
}

section .items {
	font-size: 0;
}

#content p {
	margin-bottom: 20px;
}

#content a {
	font-weight: 500;
	color: #fc45ad;
	border-bottom: 1px dashed #fc45ad;
}

#content a:hover {
	border: none;
}

#content ul {
	margin-bottom: 30px;
}

#content ul li {
	position: relative;
	padding-left: 20px;
}

#content ul li + li {
	margin-top: 5px;
}

#content ul li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fc45ad;
	border-radius: 50%;
}

#slider {
	position: relative;
	height: 400px;
	padding: 0;
	text-align: left !important;
	background: #9ad6e3;
	z-index: 9;
}

#slider::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	margin-left: 0;
	width: 55%;
	height: 100%;
	background: url(../images/logo-part-slider.svg) no-repeat 50%;
	background-size: 100%;
}

#slider .slides {
	height: 100%;
}

#slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

#slider .slide.visible {
	opacity: 1;
	visibility: visible;
}

#slider .slide .img {
	position: absolute;
	top: 100px;
	left: 0;
	width: 250px; /* Modif Sébastien width: 248px; */ 
	height: 350px;
	background-repeat: no-repeat;
	/* background-position: 50%; modif Sébastien */
	background-size: contain;
	background-color: #fff;
	background-position: 50%;
	box-shadow: 0 0 50px rgba(0,0,0,.2), 0 0 0 1px #fff inset;
}

#slider .slide .wrapper {
	display: table;
}

#slider .slide .content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 350px;
}

#slider .slide .content h1 {
	margin-bottom: 5px;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
}

#slider .slide .content p {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

#slider .slide .content h1 + p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 900;
	font-style: italic;
	color: #4fa7ba;
}

#slider .slide .content a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	margin-top: 30px;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background: #0069aa;
	border-radius: 25px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

#slider .slide .content a:nth-of-type(1) {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #77bdcc;
}

#slider .slide .content a:nth-of-type(2) {
	font-size: 16px;
	font-weight: 700;
	color: #93d2df;
	background: #fff;
}

#slider .nav {
	position: absolute;
	top: 100%;
	right: 0;
	font-size: 0;
}

#slider .nav div {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#slider .nav .prev {
	background: #fff;
}

#slider .nav .next {
	background: #fc45ad;
}

#slider .nav div::before {
	font-family: 'FontAwesome';
	font-size: 20px;
}

#slider .nav .prev::before {
	content: "\f060";
	color: #fc45ad;
}

#slider .nav .next::before {
	content: "\f061";
	color: #fff;
}

#slider .dots {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px;
	margin-top: -5px;
	line-height: 10px;
	text-align: center;
	font-size: 0;
	z-index: 9;
}

#slider .dots div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #002d82;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

#slider .dots div.visible {
	background: #fc45ad;
}

#catalogues h2 {
	margin-bottom: 70px;
}

#catalogues .items2 {
	font-size: 0;
}

#catalogues .items2 .item2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 60px) / 2);
	margin-right: 60px;
}

#catalogues .items2 .item2 + .item2 {
	margin-right: 0;
}

#catalogues .items2 .item2 h3 {
	position: relative;
	height: 200px;
	line-height: 200px;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	text-align: center;
}


#catalogues .items2 .item2.jeunesse h3 {
	background-image: url('../images/catalogue-jeunesse.jpg');
}

#catalogues .items2 .item2.professionnels h3 {
	background-image: url('../images/catalogue-professionnels.jpg');
}


#catalogues .items2 .item2 h3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 140px 140px 0 0;
}

#catalogues .items2 .item2.jeunesse h3::before {
	border-color: #93d2df transparent transparent transparent;
}

#catalogues .items2 .item2.professionnels h3::before {
	border-color: #7b7b7b transparent transparent transparent;
}

#catalogues .items2 .item2 h3::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 40px;
}

#catalogues .items2 .item2.jeunesse h3::after {
	background-image: url('../images/letter-cubes.svg');
}

#catalogues .items2 .item2.professionnels h3::after {
	background-image: url('../images/reading-eyeglasses.svg');	
}


#catalogues .items2 .item2 ul {
	margin-top: 30px;
	font-size: 0;
}

#catalogues .items2 .item2 ul li {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
	text-align: center;
}

#catalogues .items2 .item2 ul li + li + li + li {
	margin-top: 10px;
}

#catalogues .items2 .item2 ul li:nth-of-type(3n) {
	margin-right: 0;
}

#catalogues .items2 .item2 ul li a {
	display: block;
	padding: 15px 0;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

#catalogues .items2 .item2.jeunesse ul li a {
	background: #93d2df;
}

#catalogues .items2 .item2.professionnels ul li a {
	background: #7b7b7b;
}

#home #content {
	background: #ededed;
}

#featured h2 {
	margin-bottom: 70px;
}

#featured .items .item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	padding: 30px;
	padding-top: 200px;
	box-sizing: border-box;
}

#featured .items .item:nth-last-of-type(1) {
	margin-right: 0;
}

#featured .items .item.jeunesse {
	background: #93d2df;
}

#featured .items .item.professionnels {
	background: #7b7b7b;
}

#featured .items .item .img {
	position: absolute;
	top: -60px;
	left: 30px;
	/* width: calc(100% - 90px); */
	width: 70%;
	/* height: 200px; */ 
	height: 60%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	box-shadow: 0 0 20px rgba(0,0,0,.2), 0 0 0 1px #fff inset;
}

#featured .items .item h3 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: left;
}

#featured .items .item h3 + p {
	font-size: 14px;
	font-style: italic;
	color: #fff;
	text-align: left;
}

#featured .items .item p:nth-of-type(3) {
	display: inline-block;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background: #0069aa;
	border-radius: 25px;
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	font-style: normal;
}

#featured .items .item.jeunesse p:nth-of-type(3) {
	background: #77bdcc;
}

#featured .items .item.professionnels p:nth-of-type(3) {
	background: #444;
}

#featured .items .item input {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('../images/add_shopping_cart.svg');
	background-size: 30px;
	cursor: pointer;
}

#featured .items .item input + input {
	top: 60px;
	background-color: #fff;
}

#featured .items .item.jeunesse input + input {
	background-image: url('../images/marquee-plus.svg');
}

#featured .items .item.professionnels input + input {
	background-image: url('../images/marquee-plus-2.svg');
}

#featured .items .item a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	text-align: center;
	border-radius: 25px;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
}

#featured .items .item.jeunesse a {
	color: #93d2df;
}

#featured .items .item.professionnels a {
	color: #777;
}

#featured .items .item {
	padding-bottom: 150px;
}

#featured .items .item p:nth-of-type(3) {
	position: absolute;
	bottom: 90px;
	left: 30px;
}

#featured .items .item p:nth-of-type(4) {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#catalogues::before,
#home #content::before,
#featured::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 500px;
	height: 500px;
	margin-top: -250px;
	margin-left: -220px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 300px;
}

#catalogues::before {
	background-image: url('../images/book.svg');
}

#home #content::before {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -220px;
	background-image: url('../images/star-o.svg');
}

#featured::before {
	background-image: url('../images/heart-o.svg');
}

#catalogues h2,
#featured h2 {
	position: relative;
}

/*
#catalogues h2::before,
#featured h2::before {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background: url('../images/logo-part.svg') no-repeat 50%;
	background-size: contain;
}
*/

#footer {
	padding: 40px 0;
	background: #444;

}

#footer .wrapper > div {
	display: inline-block;
	vertical-align: top;
	clear: both;
}

#footer .wrapper > div + div {
	float: right;
}

#footer .wrapper > div,
#footer .wrapper > div * {
	font-size: 14px;
	color: #fff;
}

#footer a {
	color: #fc45ad !important;
}

/* MODIFS */

#header #login-form,
#header .hikashop_cart_module {
	display: none;
	height: auto;
	line-height: normal;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}

#header .compte:hover #login-form,
#header .panier:hover .hikashop_cart_module {
	display: block;
}

#header #login-form,
#header .hikashop_cart_module {
	position: absolute;
	top: 80px;
	right: 0;
	width: 350px;
	padding: 30px;
	background: #fc45ad;
	box-sizing: border-box;
}

#header #login-form *,
#header .hikashop_cart_module * {
	font-size: 15px;
	color: #fff;
}

#header #login-form .control-group + .control-group {
	margin-top: 10px;
}

#header #login-form .add-on,
#header #login-form input {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#header #login-form input {
	margin-top: 10px;
	padding: 7px 10px;
	color: initial;
}

#header #login-form button {
	margin-top: 15px;
	padding: 15px 20px;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background: #b03079; /* rgba(0,0,0,.3); Modif Seb */
	cursor: pointer;
}

#header #login-form .logout-button input {
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 15px 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	background: #b03079;
	font-weight: 700;
	width: auto;
	display: block;
	margin: 20px 0 10px;
	font-size: 14px;
	cursor: pointer;
}

#header #login-form ul {
	margin-top: 15px;
}

#header .hikashop_cart_module {
	
}

/*////////////////////
// Modifs Sébastien //
////////////////////*/

.pagination-list li::before {
	display: none;
}

/* Registration */

.hikashop_user_registration_page {
	background: rgb(248, 248, 248);
	padding: 30px;
}

.hikashop_user_registration_page h2,
.hikashop_user_registration_page h3,
.hikashop_registration_required_info_line {
	text-align: center;
}

.hikashop_user_registration_page .hikashop_registration_required_info_line td {
	color: #444;
}

.hikashop_user_registration_page .hikashop_contentpane {
	margin: auto;
}

.hikashop_user_registration_page .key {
	/*text-align: right;
	margin-right: 10px;*/
}

.hikashop_user_registration_page td {
	/*padding: 10px;*/
}

.hikashop_user_registration_page td,
.hikashop_field_required {
	color: #fc45ad;
}

.hikashop_user_registration_page input,
.hikashop_user_registration_page select {
	width: 90%;
	margin-right: 4px;
	padding: 4px 0;
}

#hikashop_register_form_button {
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 15px 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	background: #fc45ad;
	font-weight: 700;
	font-size: 14px;
	width: auto;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}

#hikashop_register_form_button:hover {
	background: #b03079;
	border: none;
}

/* MP - oublié */

#user-registration {
	background: rgb(248, 248, 248);
	padding: 30px;
}

#user-registration .control-label {
	margin: 10px 0;
}

#user-registration .star {
	color: #fc45ad;
}

#user-registration input {
	padding: 4px 4px;
}

#user-registration .validate {
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 15px 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	background: #fc45ad;
	font-weight: 700;
	font-size: 14px;
	width: auto;
	display: block;
	margin: 20px 0;
	cursor: pointer;
}

#user-registration .validate:hover {
	background: #b03079;
	border: none;
}

/* Mauvais identifiants */

.alert {
	margin-bottom: 20px;
}

.login {
	background: rgb(248, 248, 248);
	padding: 30px;
}

.login .control-label {
	margin: 10px 0;
}

.login .star {
	color: #fc45ad;
}

.login input {
	padding: 4px 4px;
}

.login .btn-primary {
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 15px 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	background: #fc45ad;
	font-weight: 700;
	font-size: 14px;
	width: auto;
	display: block;
	margin: 20px 0;
	cursor: pointer;
}

.login .btn-primary:hover {
	background: #b03079;
	border: none;
}

.nav-login .nav-stacked {
	margin-top: 30px;
}

#content .nav-login .nav-stacked a:hover {
	color: #b03079;
}

/* Member profile */

.profile-edit {
	background: rgb(248, 248, 248);
	padding: 30px;
}

.profile-edit fieldset {
	margin-bottom: 40px !important;
}

.profile-edit .star {
	color: #fc45ad;
}

.profile-edit h2,
.profile-edit h3 {
	text-align: center;
}

.profile-edit .control-label {
	padding: 16px 6px;
}

.profile-edit td {
	padding: 10px;
}

.profile-edit td {
	color: #fc45ad;
}

.profile-edit input,
.profile-edit select {
	margin-right: 4px;
	padding: 2px 0;
	width: 300px;
}

.profile-edit .validate {
	text-decoration: none;
	text-align: center;
	padding: 15px 20px;
	text-transform: uppercase;
	background: #fc45ad;
	width: auto;
	display: inline-block;
	margin: 0 10px 20px 0;
	cursor: pointer;
	font-size: 14px;
}

.profile-edit .controls a {
	text-decoration: none;
	text-align: center;
	padding: 15px 20px;
	text-transform: uppercase;
	background: silver;
	width: auto;
	display: inline-block;
	cursor: pointer;
}

.profile-edit .validate span,
#content .profile-edit .controls a {
	color: white;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Montserrat', Arial, sans-serif;
	border: none;
}

.profile-edit .validate:hover {
	background: #b03079;
	border: none;
}

.profile-edit a:hover {
	background: gray;
}

/* Search */

#content .search {
	text-align: left;
	background: rgb(248, 248, 248);
	padding: 30px;
}

#content .search .btn {
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 8px 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	background: #fc45ad;
	font-weight: 700;
	font-size: 13px;
	width: auto;
	display: block;
	cursor: pointer;
}

#content .search .btn:hover {
	background: #b03079;
	border: none;
}

#content .search #search-searchword {
	margin-right: 10px;
	padding: 8px;
}

#content .search .result-text {
	margin-bottom: 20px;
}

#content .search .result-title {
	font-weight: 600;
}

#content .search .result-title a:hover {
	color: #b03079;
}

/* Page produit */

.hikashop_cart_input_button {
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 8px 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	background: #fc45ad;
	font-weight: 700;
	font-size: 14px;
	width: auto;
	height: 48px;
	display: block;
	cursor: pointer;
}

.hikashop_cart_input_button:hover {
	background: #b03079;
	border: none;
}

#content .hikashop_product_page .hikashop_product_quantity_field_change {
	border-bottom: none;
	background: #eaeaea;
	padding: 0 6px;
}

#hikashop_product_custom_info_main h4 {
	color: #fc45ad !important;
	font-weight: 400;
	margin-bottom: 10px;
}

/* Pages de catégories */
.hikashop_category_description {
	padding-bottom: 40px;
}

/* Affichage filtre panier */

#hikashop_carts_listing #adminForm,
#hikashop_order_listing #adminForm {
	background: rgb(248, 248, 248);
	padding: 10px !important;
}

#hikashop_carts_listing #hikashop_search,
#hikashop_order_listing #hikashop_search {
	padding: 4px 2px;
	margin-left: 10px;
}

#hikashop_carts_listing #adminForm .btn,
#hikashop_order_listing #adminForm .btn {
	padding: 5.5px 20px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	background: #fc45ad;
	font-weight: 700;
	font-size: 13px !important;
	width: auto;
	cursor: pointer;
	position: relative;
	top: -1px;
	margin-top: 0 !important;
}

#hikashop_carts_listing #adminForm .btn:hover,
#hikashop_order_listing #adminForm .btn:hover {
	background: #b03079;
}

#hikashop_carts_listing #adminForm .btn:last-child,
#hikashop_order_listing #adminForm .btn:last-child {
	background: silver;
}

#hikashop_carts_listing #adminForm .btn:last-child:hover,
#hikashop_order_listing #adminForm .btn:last-child:hover {
	background: gray;
}

/* Listing panier */

#hikashop_cart_listing .hikashop_cart_input_button,
#hikashop_order_listing .hikashop_cart_input_button {
	margin-top: 20px;
}

.hikashop_checkout_billing_address table {
	margin-bottom: 20px;
}

.hikashop_checkout_billing_address_buttons {
	margin-left: 100px;
}

.hikashop_checkout_billing_address td:last-child {
	vertical-align: bottom;
}

#hikashop_carts_listing .pagination:first-child,
#hikashop_order_listing .pagination:first-child {
	margin-top: 40px;
}

/* Affiliation */

#hikashop_affiliate_main .hikashop_affiliate_table {
	background: rgb(248, 248, 248);
	padding: 14px 20px;
}

#hikashop_affiliate_main .hikashop_affiliate_table .key {
	padding-bottom: 10px;
}

#hikashop_affiliate_main .hikashop_affiliate_table .inputbox {
	padding: 2px 4px;
}

/* Page de contacts */

#chronoform-Contact {
	overflow: hidden !important;
}

#chronoform-Contact #button10,
#chronoform-Proposition #button10 {
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 8px 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	background: #fc45ad;
	font-weight: 700;
	font-size: 14px;
	width: auto;
	height: 48px;
	display: block;
	cursor: pointer;
	border-radius: 0;
	border: none;
}

#chronoform-Contact #button10:hover {
	background: #b03079;
}

.gcore-line-td input:not(#button10), .gcore-line-td textarea, .gcore-line-td select {
	width: 78%;
}

#chronoform-container-1 {
	margin-right: 40px;
}

.embedGoogleMap {
	height: 400px;
}

.gcore-line-tr .gcore-input {
	width: 100% !important;
}


@media screen and (max-width: 1200px) {

	#header .top .search::before {
		left: -65px;
		margin-top: 21px;
	}

}


@media screen and (max-width: 640px) {

	.hikashop_user_registration_page .key,
	.hikashop_user_registration_page input,
	.hikashop_user_registration_page select {
		text-align: center;
		margin-right: 0;
		width: 94%;
	}

	.hikashop_user_registration_page td {
		display: block;
		width: 100%;
		padding: 0;
	}

	.hikashop_user_registration_page .key {
		padding: 16px 0 6px;
	}

	.hikashop_registration_required_info_line td {
		margin-top: 30px;
	}

	/* Member profile */

	.profile-edit input,
	.profile-edit select {
		width: 90%;
	}


	/* Page Contact */

	#chronoform-Contact #chronoform-container-1,
	#chronoform-Contact #chronoform-container-2 {
		width: 100% !important;
	}

	#chronoform-container-1 {
		margin-bottom: 80px;
	}


}

/* MODIFS */

#header #login-form,
#header .hikashop_cart_module {
	display: none;
	height: auto;
	line-height: normal;
	text-align: left;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}

#header .item-173:hover #login-form,
#header .item-172:hover .hikashop_cart_module {
	display: block;
}

#header #login-form.visible,
#header .hikashop_cart_module.visible {
	display: block;
}

#header #login-form,
#header .hikashop_cart_module {
	position: absolute;
	right: 0;
	width: 350px;
	padding: 30px;
	background: #fc45ad;
	box-sizing: border-box;
}

#header #login-form *,
#header .hikashop_cart_module * {
	font-size: 15px;
	color: #fff;
}

#header #login-form .control-group + .control-group {
	margin-top: 10px;
}

#header #login-form .add-on,
#header #login-form input {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#header #login-form input {
	margin-top: 10px;
	padding: 7px 10px;
	color: initial;
}

#header #login-form button,
#header #login-form .btn {
	margin-top: 15px;
	padding: 15px 20px;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,0,0,.3);
	cursor: pointer;
}

#header #login-form ul {
	margin-top: 15px;
}

#header #login-form ul li a {
	padding: 10px 0;
}

#header #login-form .login-greeting {
	font-weight: 500;
}

#header #login-form .login-greeting br {
	display: none;
}

#header #login-form .login-greeting div {
	margin-top: 15px;
	padding: 0 !important;
	border: none !important;
}

#header #login-form .login-greeting a {
	display: block;
	padding: 15px 20px !important;
	background: #fff;
	font-weight: 500;
	color: #6b6b6b;
}

#header .hikashop_cart_module * {
	font-family: 'RobotoDraft' !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	font-style: normal !important;
	color: #fff !important;
}

#header .hikashop_cart_module thead {
	display: none;
}

#header .hikashop_cart_module tfoot * {
	font-weight: 500 !important;
}

#header .hikashop_cart_module tr:hover {
	background: none !important;
}

#header .hikashop_cart_module tr td:nth-of-type(1) {
	padding-right: 20px;
}

#header .hikashop_cart_module tr + tr td {
	padding-top: 10px;
}

#header .hikashop_cart_module .terminer a {
	display: block;
	margin-top: 15px;
	padding: 15px 20px;
	font-family: 'Montserrat' !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #fff !important;
	text-align: center;
	background: rgba(0,0,0,.3);
	cursor: pointer;
}

.popover {
	display: inline-block !important;
	z-index: 99 !important;
	background: rgba(0, 0, 0, 0.1) !important;
	padding: 20px !important;
}

.popover * {
	font-size: 15px !important;
}

#user-registration label {
	font-size: 16px;
	font-weight: 500;
	border: none !important;
}

#user-registration input,
#hikashop_checkout_page input {
	margin-top: 10px;
	padding: 10px 20px;
	font-size: 16px;
	border: none !important;
	border-radius: 4px;
}

#content button,
#content .button,
#content input[type="submit"],
#user-registration button,
#hikashop_checkout_page button,
#hikashop_checkout_page .button {
	margin-top: 10px !important;
	padding: 15px 20px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #fff !important;
	background: #fc45ad !important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer !important;
}

.alert {
	margin-bottom: 30px;
	padding: 15px 20px;
	background: #fc45ad;
	border-radius: 4px;
}

.alert div {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.alert h4 {
	display: none;
}

.alert .close {
	color: #fff !important;
}

.alert .close,
.alert button {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	border-radius: 0 4px 0 4px;
}

#hikashop_checkout_page #hikashop_cart_bar {
	position: relative;
	margin-bottom: 50px;
	padding-top: 0;
	font-size: 0;
	background: none;
}

#hikashop_checkout_page #hikashop_cart_bar::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #fc45ad;
}

#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step {
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 0;
	background: none;
}

#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step_current::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	background: #fc45ad;
	border-radius: 50%;
	box-shadow: 0 0 10px #fc45ad, 0 0 0 2px #fff inset;
}

#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step_finished::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -7px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.2), 0 0 0 2px #fff inset;
}

#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step_current::after {
	content: none;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	background: #fc45ad;
	border-radius: 50%;
}

#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step_finished::after {
	font-family: 'FontAwesome';
	content: "\f00c";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -5px;
	font-size: 10px;
}

#hikashop_checkout_page #hikashop_cart_bar a {
	border: none;
}

#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step span {
	position: relative;
	top: -25px;
	left: 0;
}

#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step span,
#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step span a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: inherit;
}

#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step_current span,
#hikashop_checkout_page #hikashop_cart_bar .hikashop_cart_step_current span a {
	color: #fc45ad;
}


#hikashop_checkout_page h1,
#hikashop_address_listing h1,
#hikashop_order_listing h1 {
	margin: 0 !important;
	margin-bottom: 30px !important;
	font-family: 'Montserrat';
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #6b6b6b !important;
	letter-spacing: -1px;
	border: none !important;
}

#hikashop_checkout_page #hikashop_checkout_login {
	width: 100% !important;
	font-size: 0;
}

#hikashop_checkout_page #hikashop_checkout_login_left_part,
#hikashop_checkout_page #hikashop_checkout_login_right_part {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 30px) / 2);
	padding: 50px;
	box-sizing: border-box;
	background: #eee;
}

#hikashop_checkout_page #hikashop_checkout_login_right_part {
	margin-left: 30px;
}

#hikashop_checkout_page #hikashop_checkout_login table,
#hikashop_checkout_page #hikashop_checkout_login tbody,
#hikashop_checkout_page #hikashop_checkout_login tr,
#hikashop_checkout_page #hikashop_checkout_login td {
	display: block;
	width: 100%;
	height: auto;
}

#hikashop_checkout_page #hikashop_checkout_login p + p,
#hikashop_checkout_page #hikashop_checkout_login tr + tr {
	margin-top: 5px;
}

#hikashop_checkout_page #hikashop_checkout_login label,
#hikashop_checkout_page #hikashop_checkout_login textarea,
#hikashop_checkout_page #hikashop_checkout_login select,
#hikashop_checkout_page #hikashop_checkout_login input {
	display: inline-block;
	width: calc(100% - 20px);
	margin: 0;
	font-size: 16px;
	box-sizing: border-box;
}

#hikashop_checkout_page #hikashop_checkout_login h2,
#hikashop_checkout_page #hikashop_checkout_login h3 {
	font-family: 'Montserrat';
	display: block;
	width: calc(100% - 20px);
	padding: 15px;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #6b6b6b;
	border-radius: 4px;
	box-sizing: border-box;
}

#hikashop_checkout_page #hikashop_checkout_login p {
	margin-bottom: 0;
}

#hikashop_checkout_page #hikashop_checkout_login label {
	margin-bottom: 5px;
	font-weight: 500;
}

#hikashop_checkout_page #hikashop_checkout_login input,
#hikashop_checkout_page #hikashop_checkout_login select {
	padding: 10px 15px;
	border: none;
	border-radius: 4px;
}

#hikashop_checkout_page #hikashop_checkout_login br {
	display: none;
}

#hikashop_checkout_page #hikashop_checkout_login button,
#hikashop_checkout_page #hikashop_checkout_login .button {
	margin-top: 30px;
}

#hikashop_checkout_page #hikashop_checkout_login #com-form-login-remember label,
#hikashop_checkout_page #hikashop_checkout_login #com-form-login-remember input {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

#hikashop_checkout_page #hikashop_checkout_login #com-form-login-remember input {
	position: relative;
	top: -2px;
	margin-left: 3px;
}

.hikashop_user_registration_page table,
.hikashop_user_registration_page tbody {
	display: block;
	font-size: 0;
}

.hikashop_user_registration_page tr,
.hikashop_user_registration_page td {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
}

.hikashop_user_registration_page tr {
	margin-bottom: 10px;
	padding-right: 30px;
	font-size: 0;
}

.hikashop_user_registration_page tr:nth-of-type(4) {
	width: 100%;
}

.hikashop_user_registration_page td {
	
}

.hikashop_user_registration_page label {
	font-size: 15px;
	font-weight: 500;
}

.hikashop_user_registration_page input:not(.button),
.hikashop_user_registration_page select {
	width: calc(100% - 30px) !important;
	padding: 10px 20px;
	font-size: 15px;
	box-sizing: border-box;
	border: none !important;
	border-radius: 4px;
}

.hikashop_user_registration_page h3 {
	color: #fff;
	display: inline-block;
	margin: 0 !important;
	padding: 10px 15px;
	background: #6b6b6b;
	font-weight: 500;
	color: #fff !important;
	border-radius: 4px;
}

.hikashop_field_required {
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	margin-left: 0 !important;
}

.hikashop_registration_required_info_line {
	width: 100% !important;
	margin-top: 20px;
}

.hikashop_registration_required_info_line td {
	width: 100% !important;
	font-size: 15px;
	font-weight: 500;
	color: #fc45ad;
}

.hikashop_header_buttons table,
.hikashop_header_buttons tbody,
.hikashop_header_buttons tr {
	display: block;
}

.hikashop_header_buttons td {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.hikashop_header_buttons a {
	position: relative;
	top: -15px;
	padding: 0 !important;
	font-size: 13px !important;
}

.hikashop_header_buttons span {
	position: relative;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	margin-bottom: 5px !important;
	text-align: center;
	background: #fc45ad !important;
	border-radius: 50%;
}


.hikashop_header_buttons span::before {
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.hikashop_header_buttons span.icon-32-new::before {
	content: "\f067";
}

.hikashop_header_buttons span.icon-32-apply::before {
	content: "\f00c";
}

.hikashop_header_buttons span.icon-32-back::before {
	content: "\f060";
}

fieldset {
	margin: 0 !important;
	border: none !important;
}

.hikashop_address_listing_div {
	width: auto !important;
}

.hikashop_address_listing_item_details {
	padding: 20px !important;
}

.hikashop_address_listing_item_details span {
	font-size: 15px !important;
}

.hikashop_address_listing_item_actions a {
	margin-left: 20px;
}

#adminForm table,
#adminForm tbody,
#adminForm tr,
#adminForm td {
	display: block;
	width: 100%;
}

#adminForm #hikashop_search {
	margin-left: 0 !important;
	padding: 15px 30px !important;
}

#adminForm button {
	margin-left: 5px !important;
}

#hikashop_checkout_address {
	margin-bottom: 50px;
	font-size: 0;
}

#hikashop_checkout_address > div {
	float: none !important;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px) !important;
	margin-left: 0 !important;
	margin-right: 20px;
	padding: 30px;
	background: #eee;
	box-sizing: border-box;
}

#hikashop_checkout_address > div + div {
	margin-right: 0;
}

#hikashop_checkout_address .hikashop_checkout_billing_address_info {
	font-size: 15px !important;
}

#hikashop_checkout_cart * {
	font-family: 'RobotoDraft' !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	font-style: normal !important;
	color: inherit !important;
}

#hikashop_checkout_cart table {
	background: #eee;
	border-radius: 4px;
}

#hikashop_checkout_cart tbody tr[class*="row"]:nth-of-type(even) {
	background: #f2f2f2;
}

#hikashop_checkout_cart tbody tr[class*="row"]:hover {
	background: #f7f7f7;
}

#hikashop_checkout_cart tbody tr:nth-last-of-type(1) {
	background: #6b6b6b;
}

#hikashop_checkout_cart th {
	font-weight: 500 !important;
	text-align: left;
}

#hikashop_checkout_cart th.hikashop_cart_product_price_title,
#hikashop_checkout_cart th.hikashop_cart_product_total_title {
	text-align: right;
}

#hikashop_checkout_cart th {
	padding: 20px;
}

#hikashop_checkout_cart td {
	padding: 10px 20px;
}

#hikashop_checkout_cart tbody tr:nth-last-of-type(1) td {
	padding: 20px;
}

#hikashop_checkout_cart tbody tr:nth-last-of-type(1) * {
	font-size: 18px !important;
	color: #fff !important;
}

#hikashop_checkout_cart table .hikashop_product_quantity_field {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 30px;
	float: none !important;
	margin: 0 !important;
	margin-right: 5px !important;
	padding: 0 !important;
}

#hikashop_checkout_cart table .hikashop_cart_product_quantity_refresh,
#hikashop_checkout_cart table .hikashop_cart_product_quantity_delete {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px !important;
	width: 30px;
	height: 30px;
}

#hikashop_checkout_cart table .hikashop_cart_product_quantity_refresh a,
#hikashop_checkout_cart table .hikashop_cart_product_quantity_delete a {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none !important;
}

#hikashop_checkout_cart table .hikashop_cart_product_quantity_refresh a::before,
#hikashop_checkout_cart table .hikashop_cart_product_quantity_delete a::before {
	font-family: 'FontAwesome' !important;
	color: #6b6b6b !important;
}

#hikashop_checkout_cart table .hikashop_cart_product_quantity_refresh a::before {
	content: "\f021";
}

#hikashop_checkout_cart table .hikashop_cart_product_quantity_delete a::before {
	content: "\f1f8";
}

#hikashop_checkout_cart table .hikashop_cart_product_quantity_refresh a img,
#hikashop_checkout_cart table .hikashop_cart_product_quantity_delete a img {
	display: none;
}

#hikashop_checkout_cart table p {
	margin-bottom: 0;
}

#hikashop_checkout_cart #hikashop_checkout_cart_final_total_title,
#hikashop_checkout_cart .hikashop_checkout_cart_final_total {
	font-weight: 500 !important;
}

#content .login form label,
#content .login form textarea,
#content .login form select,
#content .login form input {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	box-sizing: border-box;
	border: none !important;
}

#content .login form .control-group:nth-of-type(3) .control-label,
#content .login form .control-group:nth-of-type(3) .controls {
	display: inline-block;
}

#content .login form .control-group:nth-of-type(3) input {
	position: relative;
	top: 2px;
	left: 2px;
}

#content .login form .control-group + .control-group {
	margin-top: 10px;
}

#content .login form label {
	margin-bottom: 10px;
	font-weight: 500;
}

#content .login form input,
#content .login form select {
	padding: 10px 15px;
	border: none;
	border-radius: 4px;
}

#content .login + div ul {
	margin-top: 20px;
}

#hikashop_shipping_methods tr {
	background: #eee;
}

#hikashop_shipping_methods tr:hover {
	background: #eee !important;
}

#hikashop_shipping_methods tr td {
	padding: 20px;
}

#hikashop_payment_methods {
	margin: 30px 0;
}

#hikashop_payment_methods legend {
	display: none;
}

#hikashop_payment_methods tr[class*="row"] {
	background: #eee;
}

#hikashop_payment_methods tr[class*="row"] td {
	padding: 20px;
	background: none !important;
}

#hikashop_payment_methods tr + tr[class*="row"] {
	border-top: 1px solid #eee;
}

#hikashop_payment_methods tr[class*="row"]:hover {
	background: #eee !important;
}

#hikashop_payment_methods tr.hikashop_checkout_payment_ccinfo {
	display: none;
}

#hikashop_payment_methods table .hikashop_checkout_payment_description {
	margin-left: 0 !important;
}

#hikashop_payment_methods table p {
	margin-bottom: 0;
}

#hikashop_checkout_terms {
	margin-top: 20px;
}

#hikashop_checkout_page div + h1 {
	margin-top: 50px !important;
}

#hikashop_checkout_coupon {
	font-size: 15px !important;
	color: #fc45ad !important;
}

#hikashop_checkout_coupon #hikashop_checkout_coupon_input {
	margin-left: 15px;
	padding: 15px 20px;
	border: none;
	border-radius: 4px;
}

#hikashop_cpanel_main #hikashopcpanel {
	font-size: 0;
}

#hikashop_cpanel_main #hikashopcpanel > div {
	float: none !important;
	margin: 0 !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 20px) / 2) !important;
	text-align: left !important;
}

#hikashop_cpanel_main #hikashopcpanel > div:nth-of-type(2n) {
	margin-right: 0 !important;
}

#hikashop_cpanel_main #hikashopcpanel > div a {
	border: none !important;
	float: none !important;
	width: 100% !important;
	padding: 0 20px !important;
	height: 80px !important;
	line-height: 80px !important;
	background: #eee;
	border-radius: 4px;
	box-sizing: border-box;
}

#hikashop_cpanel_main #hikashopcpanel > div table,
#hikashop_cpanel_main #hikashopcpanel > div tbody,
#hikashop_cpanel_main #hikashopcpanel > div tr {
	display: block;
	width: 100%;
	font-size: 0;
}

#hikashop_cpanel_main #hikashopcpanel > div td {
	display: inline-block;
	vertical-align: middle;
	height: 80px;
}

#hikashop_cpanel_main #hikashopcpanel > div td.hikashop_cpanel_icon_image {
	position: relative;
	text-align: center;
	width: 80px;
}

#hikashop_cpanel_main #hikashopcpanel > div td.hikashop_cpanel_icon_image::before {
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #6b6b6b;
}

#hikashop_cpanel_main #hikashopcpanel > div:hover td.hikashop_cpanel_icon_image::before {
	color: #fc45ad;
}

#hikashop_cpanel_main #hikashopcpanel > div.hikashop_cpanel_icon_div_user2 td.hikashop_cpanel_icon_image::before {
	content: "\f2bb";
}

#hikashop_cpanel_main #hikashopcpanel > div.hikashop_cpanel_icon_div_address td.hikashop_cpanel_icon_image::before {
	content: "\f041";
}

#hikashop_cpanel_main #hikashopcpanel > div.hikashop_cpanel_icon_div_order td.hikashop_cpanel_icon_image::before {
	content: "\f15c";
}

#hikashop_cpanel_main #hikashopcpanel > div.hikashop_cpanel_icon_div_cart td.hikashop_cpanel_icon_image::before {
	content: "\f291";
}

#hikashop_cpanel_main #hikashopcpanel > div.hikashop_cpanel_icon_div_affiliate td.hikashop_cpanel_icon_image::before {
	content: "\f0c0";
}

#hikashop_cpanel_main #hikashopcpanel > div td.hikashop_cpanel_icon_image span {
	display: none;
}

#hikashop_cpanel_main #hikashopcpanel > div li::before {
	content: none;
}

.hikashop_product_page .hikashop_product_price_full span {
	font-family: 'RobotoDraft';
	font-style: normal;
	font-weight: 700;
	color: #777;
	font-size: 18px;
}

.hikashop_product_page .hikashop_product_stock tr:nth-of-type(1) td:nth-of-type(2),
.hikashop_product_page .hikashop_product_stock tr:nth-of-type(2) {
	display: none;
}

.hikashop_product_page .hikashop_product_stock #hikashop_product_quantity_field_1 {
	padding: 15px 20px !important;
	border: none;
	border-radius: 4px;
}

#content .hikashop_product_page .hikashop_product_stock .button {
	margin: 0 !important;
	margin-left: 10px !important;
}

#content .hikashop_product_page #hikashop_product_characteristics,
#content .hikashop_product_page #hikashop_product_custom_info_main {
	padding: 20px !important;
	border: none !important;
	background: #eee !important;
	border-radius: 4px !important;
}

#content .hikashop_product_page #hikashop_product_characteristics *,
#content .hikashop_product_page #hikashop_product_custom_info_main * {
	font-size: 15px !important;
}

#content .hikashop_product_page #hikashop_product_custom_info_main td {
	border: none !important;
}

#content .hikashop_product_page #hikashop_small_image_div {
	font-size: 0;
}

#content .hikashop_product_page #hikashop_small_image_div a {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	border: none !important;
}

#content .hikashop_product_page #hikashop_small_image_div a img {
	height: 50px;
	margin-right: 0;
}

#content .hikashop_product_page #hikashop_product_bottom_part {
	margin-top: 30px;
}

#content .hikashop_product_page #hikashop_product_right_part h1,
#content .hikashop_product_page #hikashop_product_right_part h1 span {
	font-size: 30px !important;
}

#content .hikashop_product_page #hikashop_product_right_part h4,
#content .hikashop_product_page #hikashop_product_right_part h4 span {
	font-weight: 500;
	color: inherit;
	margin-bottom: 15px;
}

#content .hikashop_product_page form {
	font-size: 0;
}

#content .hikashop_product_page #hikashop_product_left_part,
#content .hikashop_product_page #hikashop_product_right_part {
	float: none !important;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 !important;
}

#member-profile {
	font-size: 0;
}

#member-profile fieldset {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 50px) / 2);
	padding: 40px !important;
	background: #eee;
	box-sizing: border-box;
}

#member-profile fieldset + fieldset {
	margin-left: 50px !important;
}

#member-profile legend {
	margin: 0 !important;
	padding: 15px 20px !important;
	font-family: 'Montserrat';
	font-size: 15px !important;
	font-weight: 700 !important;
	background: #f7f7f7;
	box-shadow: 0 0 0 3px #eee inset;
}

#member-profile label,
#member-profile textarea,
#member-profile select,
#member-profile input {
	display: block;
	margin: 0;
	font-size: 16px;
	box-sizing: border-box;
	border: none !important;
}

#member-profile .control-group .control-label label,
#member-profile .control-group .control-label span {
	display: inline-block;
}

#member-profile .control-group + .control-group {
	margin-top: 10px;
}

#member-profile label {
	margin-bottom: 10px;
	font-weight: 500;
}

#member-profile input,
#member-profile select {
	padding: 10px 15px !important;
	border: none;
	border-radius: 4px;
}

#member-profile button span {
	font-weight: 500 !important;
}

#member-profile .btn {
	margin-top: 10px !important;
	margin-left: 10px !important;
	padding: 15px 20px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #fff !important;
	background: #6b6b6b !important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer !important;
}

#hikashop_order_listing .hikashop_orders,
#hikashop_carts_listing .hikashop_carts {
	background: #eee;
	border-radius: 4px;
}

#hikashop_order_listing .hikashop_orders *,
#hikashop_carts_listing .hikashop_carts * {
	color: #6b6b6b !important;
}

#hikashop_order_listing .hikashop_orders tbody tr[class*="row"]:nth-of-type(even),
#hikashop_carts_listing .hikashop_carts tbody tr[class*="row"]:nth-of-type(even) {
	background: #f2f2f2 !important;
}

#hikashop_order_listing .hikashop_orders tbody tr[class*="row"]:hover,
#hikashop_carts_listing .hikashop_carts tbody tr[class*="row"]:hover {
	background: #f7f7f7 !important;
}

#hikashop_order_listing .hikashop_orders th,
#hikashop_carts_listing .hikashop_carts th,
#hikashop_order_listing .hikashop_orders th *,
#hikashop_carts_listing .hikashop_carts th * {
	font-size: 15px;
	font-weight: 500 !important;
	text-align: left;
}

#hikashop_order_listing .hikashop_orders th.hikashop_cart_product_price_title,
#hikashop_carts_listing .hikashop_carts th.hikashop_cart_product_price_title,
#hikashop_order_listing .hikashop_orders th.hikashop_cart_product_total_title,
#hikashop_carts_listing .hikashop_carts th.hikashop_cart_product_total_title {
	text-align: right;
}

#hikashop_order_listing .hikashop_orders th,
#hikashop_carts_listing .hikashop_carts th {
	padding: 20px;
}

#hikashop_order_listing .hikashop_orders td,
#hikashop_carts_listing .hikashop_carts td {
	padding: 10px 20px;
} 

#hikashop_affiliate_main h1 {
	margin-top: 0 !important;
}

#hikashop_affiliate_main form fieldset {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 50px) / 2);
	padding: 40px !important;
	background: #eee;
	box-sizing: border-box;
}

#hikashop_affiliate_main form fieldset + fieldset {
	margin-left: 50px !important;
}

#hikashop_affiliate_main legend {
	margin: 0 !important;
	padding: 15px 20px !important;
	font-family: 'Montserrat';
	font-size: 15px !important;
	font-weight: 700 !important;
	background: #f7f7f7;
	box-shadow: 0 0 0 3px #eee inset;
}

#hikashop_affiliate_main label,
#hikashop_affiliate_main textarea,
#hikashop_affiliate_main select,
#hikashop_affiliate_main input {
	display: block;
	margin: 0;
	font-size: 16px;
	box-sizing: border-box;
	border: none !important;
}

#hikashop_affiliate_main .radio,
#hikashop_affiliate_main .radio input,
#hikashop_affiliate_main .control-group .control-label label,
#hikashop_affiliate_main .control-group .control-label span {
	display: inline-block;
}

#hikashop_affiliate_main .radio,
#hikashop_affiliate_main .radio input {
	margin-right: 5px;
}

#hikashop_affiliate_main .control-group:nth-of-type(3) .control-label,
#hikashop_affiliate_main .control-group:nth-of-type(3) .controls {
	
}

#hikashop_affiliate_main .control-group + .control-group {
	margin-top: 10px;
}

#hikashop_affiliate_main label {
	margin-bottom: 10px;
	font-weight: 500;
}

#hikashop_affiliate_main input,
#hikashop_affiliate_main select {
	padding: 10px 15px !important;
	border: none;
	border-radius: 4px;
}

#hikashop_affiliate_main button span {
	font-weight: 500 !important;
}

#content .hikashop_product_page #hikashop_product_characteristics .hikashop_characteristic_line_22 .controls {
	font-size: 0 !important;
}

#content .hikashop_product_page #hikashop_product_characteristics .hikashop_characteristic_line_22 label {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

#content .hikashop_product_page #hikashop_product_characteristics .hikashop_characteristic_line_22 label::before {
	content: '';
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

#content .hikashop_product_page #hikashop_product_characteristics .hikashop_characteristic_line_22 input {
	display: none;
}






/* Ajout Seb Alert Cookies */

#cadre_alert_cookies {
	box-shadow: 1px 0px 4px #222;
	top: 0;
}

#cadre_alert_cookies p {
	font-size: 16px;
}

.cadre_bouton {
	margin-top: 10px;
}

.cadre_bouton .btn {
	font-weight: 600 !important;
	transition: all ease .3s;
}

.cadre_bouton .btn:hover {
	background: #444444 !important;
}

