* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}



[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {

  border-radius: 0;
}

body {
	line-height: 1.5;
	margin: 0;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}



p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;

}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
.sidebar .search-field{height:41px;}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	border: 1px solid #000;
	height: 1px;
	margin: 0 0 24px;
}


/* Form fields, general styles first. */
button,
input,
textarea {
	font-family: inherit;
	padding: 5px;
}


/*
 * Responsive images
 */
img {
	width:auto;
	height:auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}



/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */


.site-main {
	position: relative;
}

.entry-content {
    padding-bottom: 75px;
    padding-top: 26px;
}
.entry-content ul,.entry-content ul li{
list-style-type:circle;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	display: block;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}



.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: -12px;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}



.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	width: 100%;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
  overflow:inherit;
	height: inherit;
	width: inherit;
}


.nav-menu .sub-menu{
 -webkit-transition:all 0.3s;
	transition:all 0.3s;

}

.nav-menu .sub-menu li{
 -webkit-transition:all 0.3s;
	transition:all 0.3s;
  opacity:0;
	margin-top:-30px!important;
}

.nav-menu .sub-menu > .sub-menu{
 -webkit-transition:all 0.3s;
	transition:all 0.3s;
	margin-left:0px!important;
}
.nav-menu li.hover .sub-menu li{
 margin-top:0px!important;
 opacity:1;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
#formNewsletterEmail.error{border: 1px solid red;}
#formNewsletterEmail{height:32px;width:auto;}



/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}












/*****************************************************
	General / Reset / Structure
/*****************************************************/

/* 1em = 10px; */
html { font-size: 62.5% !important; }
body {background-color: #000000;}

.site{background-color: transparent;}

a { outline:none !important; }

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/*DISBALE LES APPARENCE LINK POUR NUM DE TEL SUR IOS*/
a[href^="tel"],
a.numstyle{
    color:inherit;
    text-decoration:none;
}

a.numstyle:hover{
	text-decoration: none;
}

#container { margin:0 auto; }

#open-mmenu { display:none;font-size:30px; }



h1,h2,h3,h4,h5,h6{
	margin:0;
}

h1{
	font-size: 2.2rem;
	font-weight: 700;
	color:#000000;
	text-transform: uppercase;
	line-height: 34px;
}

h2{
	font-size: 1.8rem;
	font-weight: 700;
	color:#000000;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h3{
	font-size: 1.6rem;
	font-weight: 600;
	color:#050505;
	line-height: 20px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.liens-pages h3{	text-transform: uppercase;}

h4{
	font-size: 1.4rem;
	font-weight: 700;
	color:#050505;
	line-height: 20px;
}

p,li{
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 22px;
}
ul{
	padding-left: 0;
	margin:0;
}
li{
	list-style-type: none;
	margin-bottom: 8px;
}

.bouton{
	font-weight: 400;
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 22px;
	display: inline-block;
	padding:8px 16px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
body:not(.no-touch) .bouton:hover{
	text-decoration: none;
}
.bouton:after{
	content:"\f054";
	font-family: fontawesome;
	margin-left: 20px;
}
.bouton[disabled]{
	opacity: 0.55;
}
body:not(.no-touch) .bouton[disabled]:hover{
	background-color: #000000;
}

select{
	font-size: 1.4rem;
	font-weight: 400;
}

/* select2 */
.select2.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 1.4rem;
	color:#050505;
	line-height: 37px;
	padding-left: 17px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color:#979797;
}
.select2.select2-container--default .select2-selection--single{
	border-radius: 0;
	border-color:#bdbdbd;
	height: 37px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow{
	border-left: 1px solid #bdbdbd;
	padding:0 15px;
	width: auto;
	height: auto;
	top: 1px;
	bottom: 1px;
	background-color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after{
	content:"\f078";
	font-family: fontawesome;
	color:#979797;
	font-size: 1.4rem;
	display: inline-block;
	line-height: 37px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}

input, textarea{
	font-size: 1.4rem;
	font-weight: 400;

	border-radius: 0;
	border:1px solid #bdbdbd;
	padding:8px 0 11px 16px;
	color:#050505;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 0px;
	width: 14px; height: 14px;
	border: 1px solid #bdbdbd;
	background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: "\f00c";
	font-family: fontawesome;
	position: absolute;
	top: -1px; left: 2px;
	font-size: 12px;
	color: #797979;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
[type="checkbox"]:disabled + label {
	color: #aaa;
}

button{
	border:none;
	border-radius: 0;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#979797;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#979797;
   opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#979797;
   opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#979797;
}

/*****************************************************
	Header
/*****************************************************/
#mmenu { display:none; }

#masthead{
	background-color:rgba(255, 255, 255, 0.3);
	height: 120px;
	text-align: left;
}
#masthead > .c12{
	height: 100%;
	position: relative;
}

.home-link{
	text-align: left;
	float: left;
	display: block;
	
	height: 100%;
	opacity: 1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#masthead .home-link > img{
	max-height: 100%;
	position: relative;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
body:not(.no-touch) .home-link:hover{
	opacity: 0.65;
}
#navbar{
	display: inline-block;
	width: auto;
	background-color: transparent;
	vertical-align: middle;
	padding-left: 15px;
}
#navbar .nav-menu > li{
	text-align: center;
	float: left;
}
#navbar .nav-menu > li > a{

	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	position: relative;
	/*border-top:10px solid transparent;*/
	border-bottom:10px solid transparent;
	padding:53px 10px 42px;
	min-width: 130px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}


#navbar .nav-menu > li > a:before{
	content:"";
	width:0;
	height: 10px;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin:0 auto;
	-webkit-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}

.nav-menu .sub-menu, .nav-menu .children {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #220e10;
    border-color: -moz-use-text-color #f7f5e7 #f7f5e7;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 2px 2px;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    left: -2px;
  
    padding: 0;
    position: absolute;
    width: 1px;
    z-index: 99999;
}



#navbar .current-menu-item > a,
#navbar .current-menu-ancestor > a{
	background-color: rgba(255, 255, 255, 0.3);
}
body:not(.no-touch) #navbar .nav-menu > li:hover > a,
body:not(.no-touch) #navbar .nav-menu > li a:hover,
#navbar .nav-menu > li:focus > a,
#navbar .nav-menu > li a:focus{
	background-color: rgba(255, 255, 255, 0.3);
}
body:not(.no-touch) #navbar .nav-menu > li:hover > a:before,
body:not(.no-touch) #navbar .nav-menu > li a:hover:before,
#navbar .nav-menu > li:focus > a:before,
#navbar .nav-menu > li a:focus:before{
	width: 100%;
}
#navbar #menu-menu-principal > li > .sub-menu{
  margin-left:2px!important;
}
#navbar li .sub-menu{
	background-color: #ffffff;
	border:none;
 
	padding:12px 0 7px;
	margin-top: -35px;

}
#navbar li .sub-menu li{
	margin-bottom: 5px;
	display: list-item;
}
#navbar li .sub-menu li a{
	color:#949494;
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	text-transform: uppercase;
	padding:6px 13px 8px 5px;
	border-left: 8px solid transparent;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	text-align:left;
}
body:not(.no-touch) #navbar li .sub-menu li:hover > a,
body:not(.no-touch) #navbar li .sub-menu li a:hover,
#navbar li .sub-menu li:focus > a,
#navbar li .sub-menu li a:focus,
#navbar li .sub-menu li.current-menu-item > a{
	color:#292929;
	background-color:transparent;
}

#masthead .right{
	float: right!important;
	display: inline-block;
	text-align: center;
	padding-top:45px;
}
.telephone{
	font-size: 1.7rem;
	font-weight: 700;

}

#masthead .cart{
	float: right;
	color:#ffffff;
	font-size: 1.2rem;
	position: relative;
	padding-right: 9px;
	top:1px;
}
#masthead .cart span{
	position: absolute;
	top: -8px;
	right:0px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-weight: 600;
	-webkit-animation: countpop 0.8s;
	-moz-animation: countpop 0.8s;
	-o-animation: countpop 0.8s;
	animation: countpop 0.8s;
	line-height:16px;
}
#masthead .cart span.loading{
	display: none;
}
#masthead .cart svg{
	width: 23px;
	height: 21px;
}
#masthead .cart svg path{

	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#masthead .account{
	float: right;

	font-size: 2.1rem;
	margin-right: 20px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	position:relative;
	top:-7px;
}

#masthead .account i{
  	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

#masthead .langsel{
	position: absolute;
	top:5px;
	right: 23px;
}
#masthead .langsel .lang{
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
body:not(.no-touch) #masthead .langsel .lang:hover{
	text-decoration: none;
}

/*****************************************************
	Général
/*****************************************************/

.entry-content{
	padding-bottom: 75px;
	padding-top: 26px;
}

.entry-header{

	height: 80px;
	padding:21px 0 24px;
	text-align: right;
}
.entry-header > div{
	height: 100%;
}
.entry-header h1{
	float: left;
	padding-right: 10px;
}
.breadcrumb{
	font-size: 1.3rem;
	color:#797979;
	line-height: 22px;
	position: relative;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.breadcrumb a{
	color:inherit;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
body:not(.no-touch) .breadcrumb a:hover{
	text-decoration: none;
}

/*****************************************************
	Home
/*****************************************************/
.home .site-main{
	background-color: transparent;
}
.home-text{
	margin-top: 134px;
	margin-bottom: 118px;
	background-color: rgba(0, 0, 0, 0.55);
	padding:30px;
	margin-left:15px;
	margin-right:15px;
	
}
.home-text h1{
	font-size: 3rem;
	color:#ffffff;
	margin-bottom: 23px;
}
.home-text p{
	color:#ffffff;
}
.home-text.center{
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.home-text.right{
	float: right;
	text-align: right;
}
.home-text:after{
	content:"";
	width:130px;
	height: 10px;
	display: inline-block;
}

.liens-pages .cta{
	padding:0 15px;
	box-sizing: border-box;
}
.liens-pages .cta > div{
	background-color: #ffffff;
	padding:32px 30px 60px 30px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.26);
	position:relative;
}
.liens-pages .cta > div p{
	padding-right: 40px;
}
.liens-pages .cta .bouton{color:#ffffff!important;position:absolute;bottom:20px;}
/*****************************************************
	Boutique
/*****************************************************/

.limit-form select{max-width:90px;}
.filters label{margin-right:5px;}
.a-filter{margin-bottom:20px;}
.type-view a{margin:0px 5px; color:#000000;}
.produits .produit{
	padding:0 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding-bottom:30px!important;
}
.produits .produit > div{
	background-color: rgba(234,234,234,0.8);
}
.produits .produit figure{
	position: relative;
	overflow: hidden;
}
.produits .produit figure img{
	opacity: 1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

body:not(.no-touch) .produits .produit figure .added_to_cart a:hover{
	text-decoration: none;
}


.produits .produit figure .quick_add_to_cart{
	position: absolute;
	bottom:-50px;
	left:0;
	right: 0;
	background-color: #000000;
	padding-left: 24px;
	z-index: 1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.produits .produit figure .quick_add_to_cart a{
	font-size: 1.4rem;
	font-weight: 600;
	color:#ffffff;
}
.produits .produit figure .quick_add_to_cart a.disabled{
	cursor: default;
	opacity: 0.55;
	pointer-events: none;
}
.produits .produit figure .quick_add_to_cart span{
	display: inline-block;
	margin-top: 9px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.produits .produit figure .quick_add_to_cart div{
	float: right;
	border-left: 1px solid #797979;
	padding:10px 18px 5px 15px;
}
.produits .produit figure .quick_add_to_cart div svg{
	width:19px;
	height: 19px;
}
.produits .produit figure .quick_add_to_cart div svg path{
	fill:#ffffff;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
body:not(.no-touch) .produits .produit > div:hover .quick_add_to_cart{
	bottom:0;
}
.produits .produit > div > a{
	display: block;
	padding:14px 18px 14px 24px;
	
}
body:not(.no-touch) .produits .produit > div > a:hover{
	text-decoration: none;
}
body:not(.no-touch) .produits .produit  > div:not(.product-list-el):hover figure img{
	opacity:0.8;
}
body:not(.no-touch) .produits .produit  > div.product-list-el figure:hover img{
	opacity:0.8;
}
.produits .produit p{
	color: #050505;
	line-height: 30px;
	margin:0;
}
.produits .produit .prix{
	font-size: 1.7rem;
	font-weight: 700;
}

.old-price{text-decoration:line-through;}
/* sidebar */
.sidebar .search-form{
	margin-bottom: 20px;
}

.hasSub .fa{cursor:pointer;}
.hasSub .plus .fa-chevron-down {display:none;}
.hasSub .moins .fa-chevron-down {display:inline-block;}

.hasSub .plus .fa-chevron-right {display:inline-block;}
.hasSub .moins .fa-chevron-right {display:none;}

.sidebar h3{
	font-weight: 700;
	color:#000000;
	padding:13px 0 17px 21px;
	background-color:rgba(234,234,234,0.8);
	margin:15px 0px;
}
.sidebar div > div.c12:first-child h3{margin-top:0px;}
.sidebar > ul{
	padding-left: 21px;
	margin:15px 0;
}
.sidebar li a{
	color:inherit;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	font-size:1.5rem;
}


/* searchform */
.search-form{
	overflow: hidden;
}
.search-form label{
	float: left;
	width: calc(100% - 38px);
}
.search-form .search-submit{
	display: block;
	font-family: "fontawesome";
	float: left;
	padding:5px 13px 10px;
	border-left: none;

	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	width:38px;
	cursor:pointer;
}

/*****************************************************
	Single product
/*****************************************************/

.single-product .produit-image .thumbnails{
	float: left;
	max-width: 85px;
	padding-right: 15px;
	width: 17.5556%;
}
.single-product .produit-image .thumbnails a{
	margin-bottom: 15px;
	display: block;
}

.single-product .description h1{
	text-transform: none;
}
.single-product .description .prix{
	font-size: 1.5rem;
	color:#050505;
	margin:6px 0 26px;
}
.single-product .description .prix span{
	font-size: 2.2rem;
	font-weight: 700;
}
.single-product .caracteristiques{
	border-top: 1px solid #d9d9d9;
	padding-top: 19px;
}

.quantity{
	float: left;
	border:1px solid #bdbdbd;
	margin-right: 15px;
	position: relative;
}

.single-product .quantity .qty{
	border:none;
	width: 50px;
	padding:0;
	font-size: 1.6rem;
	font-weight: 600;
	vertical-align: middle;
	appearance:textfield;
	-moz-appearance:textfield; /* Firefox */
	-webkit-appearance:textfield; /* Safari and Chrome */
	text-align:center;
	background-color:transparent;
}

.single-product . .qty::-webkit-inner-spin-button,
.single-product .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity .qty-control{
	display: inline-block;
	border-left: 1px solid #bdbdbd;
	vertical-align: middle;
}
.quantity .add-qty,
.quantity .lower-qty{
	display: block;
	color:#979797;
	font-size: 1.2rem;
	padding:1px 8px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.quantity .add-qty{
	border-bottom:1px solid #bdbdbd;
}
body:not(.no-touch) .quantity .add-qty:hover,
body:not(.no-touch) .quantity .lower-qty:hover{
	color:#050505;
}

.single-product .cart .single_add_to_cart_button, .product-list-el .single_add_to_cart_button{

	padding: 2px 0 2px 24px;
	font-size: 1.4rem;
	font-weight: 600;
	width: 270px;

	text-align: left;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	height:auto;
	text-transform:none;
}
.product-list-el{position:relative;}
.product-list-el .single_add_to_cart_button{width:auto;position:absolute;bottom:10px;right:20px;}
.product-list-el .single_add_to_cart_button span{padding-right:25px;}

.single-product .cart .single_add_to_cart_button[disabled],.product-list-el .single_add_to_cart_button[disabled]{
	background-color: #979797;
}
body:not(.no-touch) .single-product .cart .single_add_to_cart_button[disabled]:hover span,
body:not(.no-touch) .single-product .cart .single_add_to_cart_button[disabled]:hover .as-div svg path,
body:not(.no-touch) .product-list-el .single_add_to_cart_button[disabled]:hover .as-div,
body:not(.no-touch) .product-list-el .single_add_to_cart_button[disabled]:hover .as-div svg path,
{
	color:#ffffff;
	fill:#ffffff;
}
.single-product .cart .single_add_to_cart_button span,.product-list-el .single_add_to_cart_button span {
	display: inline-block;
	margin-top: 9px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.single-product .cart .single_add_to_cart_button .as-div,
.product-list-el .single_add_to_cart_button .as-div {
	float: right; display:block; margin:0;
	border-left: 1px solid #797979;
	padding:10px 18px 6px 15px;
}
.single-product .cart .single_add_to_cart_button .as-div svg,
.product-list-el .single_add_to_cart_button .as-div svg{
	width:19px;
	height: 19px;
}
.single-product .cart .single_add_to_cart_button .as-div svg path,
.product-list-el .single_add_to_cart_button .as-div svg path{
	fill:#ffffff;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}



/*****************************************************
	Search
/*****************************************************/
.search-result{
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}

/*****************************************************
	Cart
/*****************************************************/
.gui-progressbar{border:0px!important;}
.gui-page-title{padding:5px 10px!important;}
.gui-checkout .gui-progressbar ul li.gui-done a{text-decoration:line-through!important;}
.gui-input input, .gui-text textarea {border:1px solid #ccc!important;}
.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {background-color:#000!important;color:#fff!important;border:0px;}
.gui-progressbar ul{padding-top:10px;}
.gui-form .gui-action:hover,.gui a:hover{opacity:0.8;-webkit-transition:all 0.3s;	transition:all 0.3s;}
.gui-block-option .gui-field .gui-radio > input,
.gui-form .gui-checkbox input, .gui-form .gui-radio input
{width:13px!important;}
.gui-col2-left-col2 .gui-page-title{margin-top:0px!important;}
body:not(.no-touch) .woocommerce-cart table.cart td a:hover,
body:not(.no-touch) .woocommerce table.shop_table td a:hover{
	text-decoration: none;
}

.gui-image{width:50px!important;}
.gui-form p,#gui-popover-terms-and-conditions p{color:#000!important;}
/*****************************************************
	Contact
/*****************************************************/
.gui-div-faq-form {border:0px!important;}

.gui-input, .gui-text, .gui-select, .gui-number{border:0px!important;}
.infos table{
	border:none;
}
.infos table td{
	border:none;
	white-space: nowrap;
	font-size: 1.4rem;
	color:#797979;
	line-height: 22px;
	padding:2px 0;
}
.infos table td:first-child{
	font-weight: 700;
	width: 25%;
}

#gmap{
	height: 400px;
	margin-top: 20px;
}

/*****************************************************
	Footer
/*****************************************************/
footer a.btn{opacity:0.8;}
.sidebar a.btn{opacity:1;float:right;margin-top:10px;}
footer a.btn:hover{color:#fff;opacity:1;}
.sidebar a.btn:hover{color:#fff;opacity:0.8;}
footer a.btn:hover span{color:#fff;}
.site-footer{
	position: relative;
	text-align: right;
}
.site-footer .top-info{
	padding:29px 0 23px;
	overflow: hidden;
}
.site-footer .home-link{
	position: static;
	max-width: 127px;
}
.site-footer .home-link img{
  	max-width: 127px;
  		max-height: 50px;
}
.site-footer .footer-menu{
	display: inline-block;
	vertical-align: text-top;
	float: none;
	text-align: center;
}
.site-footer .footer-menu ul{
	overflow: hidden;
}
.site-footer .footer-menu li{
	margin-right: 11px;
	margin-bottom: 0;
}
.site-footer .footer-menu li:after{
	content:"|";
	display: inline-block;
	color:#9ab1ac;
	font-weight: 300;
	font-size: 1.4rem;
	margin-left: 11px;
}
.site-footer .footer-menu li:last-child:after{
	content:"";
	display: none;
}
.site-footer .footer-menu li a{
	color:#ffffff;
	font-weight: 700;
	font-size: 1.4rem;
	padding:0;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
body:not(.no-touch) .site-footer .footer-menu li:hover > a,
body:not(.no-touch) .site-footer .footer-menu li:focus > a{
	color:#ffffff;
	background-color: transparent;
}
body:not(.no-touch) .site-footer .footer-menu li a:hover,
body:not(.no-touch) .site-footer .footer-menu li a:focus{
	color:#000000;
	background-color: transparent;
}
.site-footer .footer-menu li.current-menu-item > a{
	color:#000000;
}

.site-footer .follow-us{
	display: inline;
	vertical-align: middle;
}
.site-footer .follow-us span{
	color:#ffffff;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 28px;
}
.site-footer .follow-us a{
	margin-left: 13px;
	vertical-align: bottom;
	font-size:1.8rem;
}




.site-footer .telephone{
	display: inline-block;
	vertical-align: middle;
	color:#ffffff;
	float: none;
	margin-top: -1px;
}

.site-footer .site-info{
	overflow: hidden;
	padding: 0 0 13px;
}
.site-footer .site-info p{
	color:#ffffff!important;
	font-size: 1.2rem;
	line-height: 20px;
	float: left;
	margin:0;
	
}
.site-footer .site-info p.copyright{
  position:absolute;
  bottom:16px;
}
.site-footer .site-info a{
	color:inherit;
}
.site-footer .menu{text-align:left;}
.site-footer .menu .black-footer{background-color:rgba(0,0,0,0.8);padding-top:29px;}
.site-footer .menu h2,.site-footer .menu a{color:#ffffff;}
.site-footer .payments a{display:inline-block;}
.site-footer .payments{text-align:right;}

.gui-block-content,.gui-table,.gui-progressbar ul li{background-color:#fff!important;}

/*****************************************************
	Animation
/*****************************************************/
@keyframes check {
    0%   {height: 0; width: 0;}
    25%  {height: 0; width: 10px;}
    50%  {height: 20px; width: 10px;}
}

@keyframes countpop {
    0%   {
    	-ms-transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
    80%  {
    	-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
    }
    100%  {
    	-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
    }
}

/* Reset 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; 
}

.gui-blog-article-comments span{background:none!important;position:relative;z-index:10;}
.gui-blog-article-comments a:after{
  display:block;content:"\f075";  
  font-family: "FontAwesome";   
  font-size: 30px;
  position: absolute;
  top: 30px;
  color:#000;
   -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;  
}
.gui-block-linklist li,
.gui-blog-article header li{
	list-style-type:none!important;
}
#gui-popover-terms-and-conditions {
  display: none;
  width: 800px;
  height: 500px;
  
}
body {
  line-height: 1; 
}f
ol, ul {
  list-style: none; 
}
blockquote, q {
  quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
img {
  display: block;  
}
.clear {
  clear: both;
}

/* Basics
================================================== */
* {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;  
  
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;  
}
body {
  font: 14px "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; 
}
html {
    overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}     
.left { float: left !important; }

.right { float: right !important; }

.center { text-align: center; margin: auto; }

.hide { display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; 
  line-height: 1.2125em;  
  margin-top: -0.2em;
  margin-bottom: 0.2em;
}
h1 { font-size: 2.3125em; }
h2 { font-size: 1.6875em; }
h3 { font-size: 1.4375em; }
h4 { font-size: 1.375em; } 
h5 { font-size: 1.375em; } 
h6 { font-size: 1.375em; } 
@media (max-width: 767px) {
  h1 { font-size: 1.6875em; }
  h2 { font-size: 1.475em; }
  h3 { font-size: 1.375em; }
}

p { margin: 10px 0 10px 0;}
p img { 
  margin: 0;
  max-width: 100%;
  height: auto;
}

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 80%;  vertical-align: text-bottom;}

hr { 
  border: solid #f0f0f0; 
  border-width: 1px 0 0; 
  clear: both; 
  margin: 0px; 
  height: 0; 
  width: 100%;
}
hr.full-width {
  position: absolute;
  left: 0px
} 

.no-underline a, a.no-underline { text-decoration: none; }
  
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/* Links */
a {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0;
}
a, a:visited {  outline: 0; text-decoration: none; }
a:hover, a:focus {  outline: 0; text-decoration: underline; }

/* List */
ul { list-style: none outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 0.1em 0 0.1em 1em; font-size: 90%;  }

/* Input */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
  outline: none;
  font-size: 13px;
  color: #777;
  margin: 0;
  width: 100%;
  display: inline-block;
  background: #fff;
  line-height: 18px; 
  max-width: 160px;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}
select {
  padding: 0; 
}

@media (max-width: 992px) {
  select {
    max-width: 100%;
    height: 32px;
  }
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"] {
      padding: 10px;
    max-width: 100%;
  }
}

textarea {
  min-height: 60px; 
}
label,
legend,
label span {
  font-size: 12px;  
}
input[type="checkbox"] {
  display: inline; 
}

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
 
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  padding: 0px 8px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}
a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.btn span,
button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}



@media (max-width: 767px) {
  a.btn,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    line-height: 37px;
    height: 40px;
  }
}
.title-featured{
  margin-bottom:20px;
 }

/* Align vertical */
.align {
  display: table;
  width: 100%;
}
.align .vertical {
   display: table-cell;
  vertical-align: middle;
}

/* Bootstrap */
.row {
  padding-top: 30px;
}
.content {
  padding-bottom: 60px;
}
.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside;
}
.tabsPages .page.info a,
.page-title .col-md-7 a,
.page-title .col-md-12 a  {
  text-decoration: underline;
}

/* Home
================================================== */
.home-content { padding-right:15px; padding-left:15px;}
.home-content > div { background-color:#fff; padding:32px 30px; }
.home-content a{color:#000;}
.home-content.tags a{margin-right:5px;display:inline-block;}
#content .call-to-actions { margin-bottom:20px; }
#content .featured-products { margin-top:20px; }



/* header
================================================== */
#content .description-content {padding-bottom:30px;}
#top-options { position:absolute; top:0; right:0; text-align:right; }
.lang-selector,
.currencies { text-align:right; display:inline-block; }

.currencies { width:62px; }
.lang-selector { width:auto;}


#top-options .select2-selection--single,
#mmenu .lang-options .select2-selection--single { height:20px; }


#top-options .select2-selection--single .select2-selection__rendered,
#mmenu .lang-options .select2-selection--single .select2-selection__rendered { font-size:1rem; padding-right:32px; line-height:18px; padding-left:5px; }

#top-options .select2-selection--single .select2-selection__arrow,
#mmenu .lang-options .select2-selection--single .select2-selection__arrow { padding:0 8px; }

#top-options .select2-selection--single .select2-selection__arrow::after,
#mmenu .lang-options .select2-selection--single .select2-selection__arrow::after { line-height:10px; font-size:1rem; position:relative; top:-4px; }
#mmenu .lang-options .select2-selection--single .select2-selection__arrow::after { top:0; }




/* Menu */
#navbar li .sub-menu { width:220px; margin-top:0;margin-left:0; }
#navbar li .sub-menu li .sub-menu li a {margin-left:-30px;opacity:0;}
#navbar li .sub-menu li:hover .sub-menu li a {margin-left:0px;opacity:1;}

#navbar li .sub-menu li .sub-menu li .sub-menu li a {margin-left:-30px;opacity:0;}
#navbar li .sub-menu li:hover .sub-menu li:hover .sub-menu li a{margin-left:0px;opacity:1;}

/* #formSearch */
#formSearch {
  position: relative;
  width: 160px;
  float: right;
  margin-left: 10px;
}
#formSearch input {
  padding-left: 30px; 
  margin-bottom: -1px; 
}
#formSearch .glyphicon-search {
  cursor: pointer;
  color: #797979;
  position: absolute;
  top: 0px;
  display: block;
  padding: 9px 10px 11px;
}
.mobile{
    -webkit-transform: translate3d(0,0,0);
}


@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
 
  .navigation .logo {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 30px 0px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    line-height: 0px;
  }
  .navigation .logo, .navigation .burger {
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
  }
  .navigation .logo img {
    display: inherit;
    margin-left: -60px;
  }
  .navigation .burger {
    position: relative;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    z-index: 10;
  }
  .navigation .burger img {
    margin: 5px 15px;
  }
  .navigation .burger.open li {
    background-color: #54afe9;
  }
  nav {
    width: 240px;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    left: 0;
    top: 0;
    background-color: #414141;
    box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    z-index: -1000;
  }
  header nav {
    z-index: 0;
  }
  nav .item .itemLink, nav .subitem .subitemLink {
    display: block;
    color: #f7f7f7;
    padding: 15px;
    border-bottom: 1px solid #474747;
    text-decoration: none;
  }
  #formSearch {
    float: none;
  }
  #formSearch {
    width: 100%;
    padding: 15px;
    margin: 0px;
    border-bottom: 1px solid #474747;
  }
  #formSearch input {
    max-width: 100%;
  }
  #formSearch .glyphicon-search {
    margin-top: 14px;
    padding: 14px 10px;
  }
  .wrapper {
    background-color: white;
    position: relative;
    z-index: 1;
  }
  header {
    margin-left: 0px;
    width: 100%;
    overflow: hidden;
    transition: margin-left .25s ease-in-out;
    -moz-transition: margin-left .25s ease-in-out;
    -webkit-transition: margin-left .25s ease-in-out; 
  }
  header.open {   
    margin-left: 240px;   
  }
  header.close { 
    margin-left: 0px; 
  }
  .wrapper {
    left: 0px;
    transition: left .25s ease-in-out;
    -moz-transition: left .25s ease-in-out;
    -webkit-transition: left .25s ease-in-out;  
  }
  .wrapper.open {   
    left: 240px;
  }
  .wrapper.close {
    left: -9999;
  }

  
  /* .view-subnav */
  .item.sub {
    position: relative;
  }
  .item.sub .itemLink {
    padding-right: 40px;
  }  
  .item.sub.view-subnav .itemLink {
    font-weight: 600;
    padding-right: 15px;
  }
  nav .item.view-subnav {
    position: absolute;
    background-color: #3d3d3d;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 30px;
    z-index: 1000;
    box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);    
  }
  nav .subnav {
    display: none !important;
    -webkit-animation-duration: 0.3s;
      -webkit-animation-name: fadeIn;
  }
  nav .view-subnav .subnav {
    display: block !important;
    width: 100%;
    margin: 0px;
  }
  @-webkit-keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  @-moz-keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  @keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  nav .view-subnav .subnav .subnav .subitemLink {
    padding-left: 30px;
  }
  
  /* icons */
  nav .glyphicon-play {
    color: #f7f7f7;
    position: absolute;
    font-size: 10px;
    top: 50%;
    margin-top: -5px;
    right: 15px;
  }
  nav .item.view-subnav .glyphicon-play, nav .glyphicon-remove {
    display: none;  
  }
  nav .glyphicon-remove {
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    color: #54afe9;
    right: 15px;
    top: 13px;
    font-size: 16px;
  }
}

.filters { padding-left:15px; padding-bottom:20px; }

/* .page-tile .breadcrumbs
================================================== */
.page-title h1 {
  font-size: 1.6875em;
}
.page-title h1.product-page {
  float: left;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .page-title h1 { 
    font-size: 1.475em; 
  }
}
.page-title .glyphicon  {
  font-size: 12px;
  top: -1px;
  float: left;
  margin-left: 5px;
  line-height: 24px;
}
.breadcrumbs, .breadcrumbs a {
  color: #797979;
  text-transform: uppercase;
  font-size: 12px;    
  text-decoration: none;
}
.breadcrumbs, .breadcrumbs a:hover {
  color: #414141;
}
@media (max-width: 767px) {
  .page-title h1 {
    margin-bottom: 0px;
  }
  .breadcrumbs {
    clear: both;
    text-align: left;
    margin-top: 5px;
  }

}

/* .slider
================================================== */
/* .headline */
.headline {
  margin-top: 30px;
  position: relative;
}
.headline.single {
  margin-bottom: 30px;
}
.headline .slider {
    border: 1px solid #e5e5e5;
}
.slider {
  width: 100%;
  position: relative;
    overflow: hidden;
}
.slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider li {
    float: left;
}
.slider img {
    display: block;
    max-width: 100%;
    background-color: #f7f7f7;
    height: auto !important;
}
.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    background-color: #414141;
    opacity: 0.2;
    padding: 5px 6px 5px 5px;
}
.headline:hover .slider-prev,
.headline:hover .slider-next,
.brands:hover .slider-prev,
.brands:hover .slider-next {
  opacity: 1;
}
.slider-prev {
    left: 26px;
}
.slider-next {
    right: 26px;
}
.slider-pagination {
  width: 100%;
  text-align: center;
  line-height: 0px;
  margin: 20px 0px;
}
.slider-pagination a {
  display: inline-block;
    height: 12px;
    width: 12px;
    background: #414141;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
    text-indent: -9999px;
    margin: 0px 6px;
    padding: 0px;
    border: 1px solid #54afe9;
}
.slider-pagination a.active {
    background: #54afe9;
}

/* .brands */
.brands {
  position: relative;
}
.brands .slider li {
  width: 285px;
  margin-right: -1px;
    border: 1px solid #e5e5e5;
}
.brands .slider-prev,
.brands .slider-next {
  margin-top: -14px;
}
@media (max-width: 767px) {
  .brands {
    display: none;
  }
}
@media (max-width: 992px) {
  .brands .slider li {
    width: 241px;
  }
  .brands { 
    margin: 0px 0px 30px 0px;
  }
  .slider-prev,
  .slider-next {
    opacity: 1;
  }
}

/* .categories
================================================== */
.categories .category {
  border: 1px solid #e5e5e5;
  margin: 0px -1px -1px 0px;
  padding: 0px;
  position: relative;
  background-color: white;
}
.categories .category img {
  background-color: #f7f7f7;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
.categories .category div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 15px 19px;
}
.categories .category span {
  background-color: #414141;
  color: white;
  text-transform: uppercase;
  line-height: 22px;  
}
@media (min-width: 992px) {
  .categories .category.hover span,
  .categories .category.hover img {
    opacity: 0.6;
  }
}
.categories .category span.title {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  box-shadow: -4px 0 0 0 #414141, 4px 0 0 0 #414141;
  margin-left: 4px;
}
.categories .category span.amount {
  position: absolute;
  bottom: 15px;
  right: 19px;
  font-size: 12px;
  padding: 0px 4px 0px 5px;
}
.categories .category span.amount .glyphicon {
  font-size: 10px;
  margin-right: 4px;
  opacity: 1;
  vertical-align: 1px;
}
@media (max-width: 992px) {
  .categories .category div {
    padding: 11px 14px;
  }
  .categories .category span.amount {
    bottom: 11px;
    right: 14px;
  }
}

/* .products
================================================== */
.products .col-md-10 {
  padding-right: 0px;
}
.products .no-products-found {
  padding:15px;
  font-style: italic;
}
@media (max-width: 992px) {
  .products .col-md-10 {
    padding-left: 0px;
  }
}
.products .product {
  margin-bottom: 30px;
}
.products .product a {
  color: #f7f7f7;
  text-decoration: none;
}
.products .product .image-wrap img {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-bottom: 0px;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
.products .product .image-wrap {
  position: relative;
}
.products .product .image-wrap .sale-new {
  position: absolute;
  background-color: #414141;
  padding: 5px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  top: 15px;
  left: 15px;
  z-index: 1;
  text-transform: uppercase;
}
.sale-new.right {
  right: 15px;
  left: inherit !important;
}


.products .product .image-wrap .description {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgb(65, 65, 65);
  background-color: rgba(65, 65, 65, 0);
  height: 0px;
  overflow: hidden;
  color: #f7f7f7;
  font-size: 12px;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 2;
  line-height: 20px;
}
.products .product .image-wrap .description .text {
  overflow: hidden;
  padding: 0px 10px;
}
.products .product .image-wrap .description .stars {
  margin-bottom: 3px;
}
.stars i,
a .stars i { color:#000; }


.products .product .image-wrap .cart {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 0px 4px;
  text-transform: uppercase;
  border: 1px solid;
  margin-top: 10px;
  text-decoration: none;
  color: #54afe9;
}
.products .product .image-wrap:hover .description {  
  height: 100%;
  background-color: rgba(65, 65, 65, 0.8);
  padding: 20px;    
}
.products .product .info {
  padding: 11px 15px 15px 15px;
  border: 1px solid #e5e5e5;
  height: 88px;
}
.products .product .info .title {
  text-decoration: none;
  color: #414141;
  font-weight: 600;
  line-height: 20px;
  display: block;
  max-height: 40px;
  overflow: hidden;
}
.products .product .info .old-price {
  text-decoration: line-through;
  color: #797979;
  font-size: 12px;
}
.products .product .info.strict {
  height: auto;
  overflow: auto;
}
.products .product .info.strict .unit-price {
  display: block;
  clear: both;
} 

.product-list-el > .c9 { box-sizing:border-box;  padding:20px; }
.product-list-el a:hover{text-decoration:none;}
@media (max-width: 1025px) {
  .products .product .image-wrap .description {
    display: none;
  }
  .products .product .image-wrap .description .text {
    padding: 0px;
  }  
}

/* .sidebar
================================================== */
.sidebar {
  color: #797979;
  margin-bottom: 20px;
}
.sort {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar strong {
  display: block;
  padding-top: 10px;
}

/* .price-filter */
.price-filter {
  padding-bottom: 10px;
}
.price-filter-range {
  font-size: 10px;
}
#collection-filter-price {
  height: 12px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative;
}

#collection-filter-price .ui-slider-range {
  background-color: #f7f7f7;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 12px;
  opacity:0.5;
}
#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;

  background-color: white;
  outline: none;
}
.price-filter-range .min {
  float: left;
}
.price-filter-range .max {
  float: right;
}

/* select */
.sidebar select {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

/* nav */
.sidebar .item {
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  padding: 0px 0px 10px 0px;
}
.sidebar .item .itemLink {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
.sidebar .item .itemLink, .sidebar .item .subitemLink {
  color: #797979;
  display:inline-block;
  text-decoration: none;
}
.sidebar .item .itemLink:hover, .sidebar .item .subitemLink:hover {
  color: #414141;
}

.sidebar .item .subnav .subnav {
  margin: 5px 0px 5px 10px;
}
@media (max-width: 992px) {
  .sort {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
  .sidebar {  
    margin-bottom: 30px;  
    margin-top: -15px;
  }
  .sidebar .item {
    display: none;
    padding-top: 10px;
    padding-bottom: 25px;    
  }
  .sidebar .item.active {
    display: block;
  }
  .sidebar .item .itemLink {
    margin-top: 5px;
  }  
}
@media (max-width: 767px) {
  .sidebar .item {
    border-bottom: 0px;
  }
  .sidebar {
    border-bottom: 1px solid #f0f0f0;
  }
}

/* .pager
================================================== */
.pager {
  font-size: 12px;
  color: #797979;
  margin: 0px;
  padding:10px 20px;
}
.pager .left {
  font-size: 12px;
}
.pager ul {
  border: 1px solid #e5e5e5;
}
.pager ul li {
  display: inline;
}
.pager ul li a {
  color: #797979;
  float: left;
  padding: 5px 13px;
  line-height: 20px;
  text-decoration: none;
  border-right: 1px solid #f0f0f0;
}
.pager ul li a:hover {
  color: #414141;
}
.pager ul li a .glyphicon {
  font-size: 10px;
  line-height: 18px;
}
.pager ul li:last-child a {
  border-right: 0px;
}
.pager ul li.active a {
  background-color: #f7f7f7;
}
.pager ul li.prev a {
  border-left-width: 1px;
}
.pager ul li.disabled {
  display: none;
}

/* Product page
================================================== */
.product-wrap {
  padding-top: 20px;
}

.product-brand-link { font-size:12px; color:#000; }
.product-info .actions a {text-decoration:underline; }
.tags{margin-top:15px;margin-bottom:15px;}
.tags a{color:#000;padding:5px;text-transform:uppercase;}
/* .zoombox */
.zoombox .images {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
}
.zoombox .images a {
  display: none;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  overflow: hidden;
}
.zoombox .images a.first {
  display: block;
}
.zoombox .images a img, .zoombox .thumbs a img {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}
.zoombox .images a img.zoomImg {
  max-height: none;
}
.zoom a {
  text-decoration: none;
}
.zoombox .thumbs a  {
  display: block;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px
}
@media (max-width: 767px) {
  .zoombox .images {
    max-width: 358px;
  }
}
.product-info .row {
  clear: both;
  margin-right: 0px;
}

/* .product-option */
.product-info .product-option {
  border-top: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
.product-configure:after {
  content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.product-configure .product-configure-variants { width:100%; padding-right:calc(50% + 15px); padding-bottom:15px;  }
.product-configure .product-configure-options-option,
.product-configure .product-configure-custom-option {
  float: left;
  width: 50%;
  clear:none;
  padding: 0px 15px 15px 0px;
}

.select2-container--default .select2-selection--multiple { border-radius:0 !important; }
.select2-results__option{font-size:1.2rem;}
.product-configure label { width:100%; display:block; }
.product-configure-custom-option-item label { display:inline; width:auto; }
.product-configure input[type=text],
.product-configure select,
.product-configure textarea { width:100%; max-width:none; resize:vertical; }

.product-configure-custom-option input { line-height:23px; }
.product-configure-custom-option-date .select2 { margin-bottom:5px; }

select.product-configure-custom-option-time-hour,
select.product-configure-custom-option-time-minute{ width:40% !important; max-width:100px; float:left; }

.product-configure-custom > div:nth-child(odd) { clear:left;  }

.product-configure-custom,
.product-configure-variants,
.product-configure-options {
  clear: both;
}


.tabs li:not(.active) { background-color:#f9f9f9; }


.related .produit { width:25%; float:left; }


@media (max-width: 992px) { 
  .product-configure .product-configure-options-option,
  .product-configure .product-configure-variants,
  .product-configure .product-configure-custom-option {
    width: 100%;
  }
}

/* .product-price */
.product-info .product-price {
  padding-bottom: 30px;
  border-top: 1px solid #f0f0f0;
}
.product-info .product-price .old-price {
  text-decoration: line-through;
  color: #797979;
}
.product-info .product-price .price {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  vertical-align: middle;
}

/* quantity */
.product-info .product-price .cart {
  float: right;
  line-height: 0px;
}
.product-info .product-price .cart input {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  padding: 8px 5px;
}
.product-info .product-price .cart .change {
  float: left;
  width: 16px;
  height: 40px;
  background-color: #f7f7f7;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  border-left: 0px;
}
.product-info .product-price .cart .change a {
  color: #797979;
  display: block;
  width: 16px;
  height: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
}
.product-info .product-price .cart .change a:hover {
  color: #414141;
}
@media (max-width: 480px) {
  .product-info .product-price .price {
    line-height: 24px;
  }
  .product-info .price-wrap, .product-info .product-price .cart {
    float: none;
    width: 100%;
  }
  .product-info .product-price .cart {
    margin-top: 15px;
  }
}

/* add to cart */
.product-info .product-price .btn {
  overflow: hidden;
  margin-top: -1px;
  line-height: 37px;
  height: 39px;
  padding: 0px 30px;
}
.product-info .product-price .btn:hover span {
  opacity: 0;
}
.product-info .product-price .btn::before {
  left: 0;
  top: -50px;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
}
.product-info .product-price .btn:hover::before {
  top: 2px;
}

/* .tabs */
.product-tabs {
  padding-top: 0px;
  border-top: 1px solid #f0f0f0;
}
.tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tabs ul li {
  list-style-type: none;
  float: left;
  width: 33.33%;
}
.tabs ul li.col-2 {
  width: 50%;
}
.tabs ul li a {
  color: #444;
    border: 1px solid #f0f0f0;
    border-top:0;    
    border-right:0;
    display: block;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
}
.tabs ul li:first-child a {
  border-left: 0px;  
}
.tabs ul li.active a {
    border-bottom-color: transparent;
    font-weight: 600;
}
.tabs ul li.active a small {
  font-weight: normal;
}
.tabsPages {
    width: 100%;
}
.tabsPages .page {
  clear: both;
  display: none;
  min-height: 160px;
  overflow: auto;
  padding: 15px;
  width: 100%;
}
.tabsPages .page.active {
    display: block;
}
.tabsPages .page.info .details {
  margin-bottom: 20px;
}
.tabsPages .page.info .details tr td {
  padding-right: 10px;
  font-style: italic;  
}
.tabsPages .page.info .details .out-of-stock {
  color: rgb(235, 97, 97);
}

/* .reviews */
.tabsPages .page.reviews .review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
.tabsPages .page.reviews .stars {
  font-size: 10px;
  float: right;
}
.tabsPages .page.reviews .bottom {
  font-size: 12px;
}

/* .tags-actions */
.product-actions {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0px;
}
.product-actions .social-media {
  line-height: 0px;
}
.product-actions .social-media .social-block {
  float: left;
  margin: 0px 15px 0px 0px;
}
.product-actions .tags-actions {
  padding-top: 0px;
  font-size: 12px;
  color: #797979;
  margin-right: 0px;
}
.product-actions .tags {
  padding-right: 0px;
}
.product-actions .tags h2 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  line-height: inherit;
  display: inline;
}
.product-actions .tags-actions .actions {
  padding-right: 0px;
}
.product-actions .tags-actions .actions a {
  color: #797979;
}
.product-actions .tags-actions .actions a:hover {
  color: #414141;
}
@media (max-width: 992px) {
  .product-actions .social-media {
    padding-left: 0px;
  }
  .product-actions  .tags-actions .actions {
    text-align: left;
    margin-top: 15px;
  }
  .product-actions .social-media {
    margin-bottom: 15px;  
  }
  .product-actions .tags, .product-actions .actions {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .tabsPages .page { 
    max-height: 160px !important;
  }
  .product-actions, .product-info .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .product-actions .tags, .product-actions .actions {
    margin-left: 0px;
  }
  .product-actions .social-media {
    padding-left: 15px;
  }
}

/* .related */
.related h3 {
  margin-bottom: 25px;
}
.related .product {
        width: 20%;
        *width: 20%;
}
@media (max-width: 767px){
    .related .product {
    width: 50%;
    *width: 50%;
  }
}

/* footer
================================================== */
footer {
  background-color: #414141;
  color: #f7f7f7;
}
footer a, footer .links a {
  color: #f7f7f7;
}
footer .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer hr {
  border-color: black;
  opacity: 0.085;
}
footer input[type="text"],
footer input[type="search"]{
  border-color: rgba(0, 0, 0, 0.085);
 
}
footer input[type="search"].search-field{ height:41px;}
.black-footer .search-form { padding-right:20px; }
footer input[type="search"] { width:auto; }
.black-footer .search-submit { border:none; background-color:#06c70a; color:#fff; opacity:0.8; padding:13px; height:41px; }
.black-footer .search-submit:hover { opacity:1; }

/* .social */
footer .newsletter {
  line-height: 0px;
}
footer .newsletter .title {
  display: block;
  line-height: 21px;
  float: left;
  font-weight: 600;
  font-size: 18px;
  margin: 5px 15px 5px 0px;
}
footer form {
  line-height: 0px;
  display: inline-block;
}
footer form input {
  display: inline-block;
  vertical-align: top;
}
footer form .btn {
  overflow: hidden;

  line-height: 31px;
}

footer form .btn::before {
  left: 0;
  top: -50px;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
}
footer form .btn:hover::before {
  top: 2px;
}
footer .contact-description {
  display: block;
  padding-bottom: 10px;
}
footer .contact .glyphicon {
  margin-right: 10px;
}

/* .social-icons */
.social-media {
  line-height: 0px;
}
.social-media .social-icon {
  display: inline-block;
    
    width:32px;
    height:32px;
color:#fff;
}



.site-footer .follow-us fa{
font-size:1.5rem;
}

.col-title { position:relative; }
.col-title:after {
  content:"\f054"; display:none;
  font-family:'FontAwesome';
  position:absolute; top:0; right:20px; color:#fff;
  font-size:10px; -webkit-transition:all 0.5s; transition:all 0.5s;
}
.col-title.opened:after {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) { 
  .social-media .social-icon {
      background-image: url(social-icons-2x.png);
      background-size: cover;
  }
}

@media (max-width: 767px) {
  footer a {
    line-height: 25px
  }
  footer form {
    margin: 10px 0px;
  }
  footer .links ul {
    margin-bottom: 15px;
  }
  footer .contact {
    margin-bottom: 5px;
  }
  footer .newsletter .title {
    margin: 0px 0px 15px 0px;
    float: none;
  }
  footer .newsletter input {
    max-width: 160px;
  }
  footer form .btn {
    line-height: 37px;
  }
  footer .social-media, footer .newsletter {
    text-align: center;
  }
  footer .social-media {
    margin-top: 15px;
  }
}

/* .copyright-payment */ 
.copyright-payment {
  color: #6c6c6c;
  font-size: 12px;
  background-color: #3d3d3d;
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyright-payment .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.copyright-payment .copyright {
  opacity: 0.4;
}
.copyright-payment .copyright a {
  color: #969696;
  opacity: 0.7;
}
.copyright-payment .payments {
  line-height: 12px;
}
.copyright-payment .payments img {
  display: inline-block;
  height: 22px;
  width: auto;
  line-height: 35px;
  margin-left: 7px;
}

.hallmarks { text-align:right; padding-top:5px;min-height:40px;}
.hallmarks a {display:inline-block; max-width:120px; padding-left:10px; }


/* DE */
.strict-shipping {
  padding-top: 0px;
}
.shipping-cost {
  display: block;
  text-align: right;
  width: 100%;
}
.shipping-cost.collection {
  margin-bottom: 30px;
}

/* GUI
================================================== */

.gui {
  margin-top: 30px;
}
#content .gui{margin-top:0px;padding-top:30px;}
.gui a.gui-button-large,
.gui a.gui-button-small,
.gui-block,
.gui-block.gui-closed .gui-block-title,
.gui-block-option,
.gui-block-option img.gui-border,
.gui-block-option-block,
.gui-block-title span,
.gui-image,
.gui-input,
.gui-text,
.gui-messages ul,
.messages ul,
.gui-number,
.gui-popover,
.gui-popover-bg,
.gui-popover-content,
.gui-popover-title a,
.gui-select,
.gui-table,
.gui-block-content .gui-mask,
.gui-block-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.gui .gui-progressbar {
  background-color: transparent;
}
.messages {
 padding-bottom: 30px;
    padding-top: 30px;
  margin-bottom: 0px !important;
}
/* BUNDLES
================================================== */

.bundleproductinfo h3 {
  font-size: 14px;
}
.bundle h3 {
    margin-bottom: 25px;
}
.glyph-bundle{ 
  position: absolute;
  top: 60px;
  margin-left: -21px;
}
.bundlecart{
  width:16.666667%;
}
.bundleproductinfo{
  height:60px; 
}
.bundleproductinfo a {
    max-height: 70px !important;
}

.bundleproductinfo p {
    margin-top: -6px;
    font-size: 12px;
}

.line-through {
  text-decoration: line-through;
}
@media (max-width: 767px){
  .bundle{
   display:none;
}
}
@media (max-width: 992px){
.product:nth-child(5) > .glyph-bundle{  
    display:none;
}
}

/* Collapsing footer */
span.glyphicon.glyphicon-chevron-down{
  display:none;
  }

@media (max-width: 480px) { 
  .collapse{
  display:block;
  margin-bottom:10px;
}
.collapse + input{
  display:none;
}
.collapse + input + *{
  display:none;
}
.collapse+ input:checked + *{
  display:block;
}
.collapse{
  cursor:pointer;
}


span.glyphicon.glyphicon-chevron-down {
    float: right;
    display: inline-block;
    font-size: 10px;
    margin-top:5px;
}
}
.collapse {
    color: inherit;
}

.glyphicon-chevron-down {
    color: inherit;
}
.collapse_input{
  visibility:hidden;
}
.collapse strong {
    font-size: 16px;
}

/* block-subtitle */
.gui-block-subtitle,
.gui-content-subtitle {
  min-height: 30px;
  height:auto!important;
}
@media (min-width: 576px) {
  #quick-view-content{
    display:none;
  }
}