/**** GENERAL ****/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 100%;
}
body {
	background: #dbdbdb  url('../img/texture2.png') fixed;
	font-family: 'Titillium Web', sans-serif;
}
p {
	font-size: .95em;
	padding: 0 0 .9em 0;
}
img {
    border: 0; 
	height: auto;
	outline: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
.link {
	text-decoration: underline;
}
hr {
	border: 0;
    height: 0;
    border-top: 1px solid #c8c8c8;
	margin: 15px 0;
}
.human { 
	display: none;
}
.capital {
	text-transform: capitalize;
}
blockquote {
    border: 0;
    padding: 0;
    padding-left: 30px;
	margin: 0 0 20px 0;
    text-align: left;
    border-left: 3px solid #d8d8d8;
}
/**** LAYOUT ****/

.container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#content {
	background: #fff;
}
#main-col, #one-col {
	padding: 1% 3% 3% 3%;
}
#main-col h2, #one-col h2 {
	margin: 1% 0 2% 0;
}
#side-col {
	padding: 1% 3% 1% 3%;
}
.item-col {
	margin: 0 0 3% 0;
}
#shop {
	background: #000;
	font-size: .8em;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.lingue {
    float: left;
}
.linguepopup {
    margin: 0;
    padding: 0px;
    float: left;
    display: inline-block;
    height: 30px;
	padding: 3px 8px;
    margin-top: 0px;
	font-family: inherit;
	font-size: 100%;
	background-color: #000;
	outline: none;
	border: none;
	color: #fff;
}
.cart {
	float: left;
	padding-left: 5px;
}
.login {
	float: right;
	padding-right: 5px;
}
.search {
	float: right;
}
.cart a:hover, .login a:hover {
	text-decoration: underline;
}
#logo {
	background: #fff url('../img/logo-bg.png') bottom no-repeat;
	position: relative;
	text-align: center;
	height: 100%;
}
#logo img {
	padding: 20px 0;
	width: 70%;
}
#breadcrumb {
	color: #fff;
	background: #000;
	border-top: 0px solid #c8c8c8;
	border-bottom: 0px solid #c8c8c8;
}
#breadcrumb p {
	padding: 3px 0 3px 3%;
}
#breadcrumb a {
	color: #fff;
}
#intro {
	background: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000;
	padding: 15px 0;
	text-align: center;
	border-top: thin solid #c8c8c8;
	border-bottom: thin solid #c8c8c8;
}
#highlight {
	background: #6e6e6e url('../img/texture.png');
	padding: 5px 0 5px 0;
	text-align: center;
}
.feature {
	max-width: 100%;
	display: inline-block;
	padding: 0 0 10px 0;
}
#footer {
	background: #000;
	color: #ccc;
	position: relative;
	text-align: center;
	padding: 20px 0 0 0;
}
#footer h2 {
	line-height: 0;
	text-transform: uppercase;
	padding: 5px 0 20px 0;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}	
.foot-col, #address-col {
	position: relative;
	padding: 0 0 30px 0;
	text-align: center;
	float: left;
	width: 100%;
	font-size: 0.85rem;
}
#address-col {
	font-size: 0.95rem;
}
#footer img {
	margin: 10px 0 5px 0;
	text-align: center;
}
#support {
	background: #006341;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
#legal {
	background: ;
	font-size: 0.75rem;
	color: #000;
	text-align: center;
	padding: 10px 0;
}
.clear {
	clear: both;
}
.lt {
	text-align:left;
}
.rt {
	text-align:right;
}
.btm {
	margin-bottom: 20px;
}
.compare {
    display: block;
	font-size: 0.9rem;
    width: 100%;
    clear: both;
    text-align: right;
    height: 100%;
    overflow: hidden;
    margin: 10px 5px 25px 5px;
}
.compare input {
	padding: 3px;
}
.pagination {
	margin-top: 20px;
}
.pagination li {
	display: inline;
	list-style: none;
    text-align: left;
}
.pagination a {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 2px 3px 3px 3px;
    border: 1px solid #e8e8e8;
    color: #000;
    text-decoration: none;
}
.active {
	background: #e8e8e8;
}
.privacy p {
	padding: .5em 0;
}

/**** SIDE MENU CATEGORY STYLES ****/

.side-menu, .side-menu-fam {
	list-style: none;
}
.side-menu-cat h2 {
	background: #006341;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0;
	border-bottom: thin #fff solid;
}
.side-menu-sub img {
	float: right;
    cursor: point0er;
}
.side-menu-sub {
	list-style: none;
	background: #e8e8e8;
	margin: 3px 0;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
}
.side-menu-fam {
	display: none;
}
.side-menu-fam li {
	background: #c8c8c8;
	list-style: none;
	margin: 3px 0;
	padding: 5px 0 5px 20px;
}
.side-menu-fam-open {
	display: block;
}

/**** TABLE STYLES ****/

.table-specs-product {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}
.table-specs-product td, .table-specs-product th {
	padding: 8px 10px;
}
.table-specs-header {
	text-align: left;
	background: #000;
	color: #fff;
}
.table-specs-row {
	background: #e8e8e8;
	border-bottom: thin #fff solid;
}
.table-specs-label {
	width: 25%;
	padding: 
}
.table-specs-value {
	
}
.table-specs-product tr:nth-child(even) {
	background-color: #ececec;
}
.table-compare-product {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 0.9rem;
}
.table-compare-product td, .table-compare-product th {
	padding: 8px 10px;
}
.table-compare-header {
	text-align: left;
	background: #000;
	color: #fff;
}
.table-compare-row {
	border-bottom: thin #e8e8e8 solid;
}
.table-compare-label {
	width: 15%;
	background: #e8e8e8;
	border-bottom: thin #fff solid;
}
.table-compare-value {
	
}
input[class=btn], .btn {
	display: inline-block;
	margin: 25px 5px 0 0;
}
input[class=btn], .btn a {
	background-color: #006341;
	color: #fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-family: inherit;
	padding: 10px;
}
input[class=btn]:hover, .btn a:hover {
	background: #007b51;
}

/**** ADD ITEM STYLES ****/

#add-item {
	margin: 5px 0 20px 0;
	border-bottom: thin solid #e8e8e8;
}
#add-item span.price {
	float: left;
	padding: 5px 0;
	font-size: 1.3rem;
}
#add-item span.qty {
	float: left;
	margin-top: 2px;
	padding: 5px 0px; 
	font-size: 1rem;
}
#add-item span.add-btn {
	float: right;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	font-size: 1.3rem;
	background: #006341;
	color: #fff;
}
#add-item span.wish-btn {
	float: right;
	margin-top: 4px;
	padding: 5px 10px;
	font-size: 1rem;
}
#add-item span.variant {
	float: left;
	margin-top: 2px;
	padding: 5px 0px; 
	font-size: 1rem;
}
#add-item span.no-stk {
	float: right;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	font-size: 1.3rem;
	background: #b21e28;
	color: #fff;
}
.break {
	border-bottom: thin solid #e8e8e8;
	height: 1px;
}

/**** CART ITEM STYLES ****/

.cart-sum {
	background: #e8e8e8;
	padding: 5px 10px;
}
.cart-item img {
	float: left;
}
.cart-item > div {
	border-bottom: thin solid #e8e8e8;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.cart-item h3 {
    margin: 0 0 1% 0;
}
.cart-item p.variant {
	float: left;
	font-size: 0.8rem;
}
.cart-item p.sku {
	font-size: 0.8rem;
}
.cart-item span.price {
	float: left;
	font-size: 0.9rem;
	display: block;
}
.cart-item span.qty {
	float: left;
	margin-top: 2px;
	padding: 5px 0px; 
	font-size: 1rem;
}
.cart-item span.total {
	float: right;
	font-size: 0.9rem;
}
.cart-btn {
	background: #fff;
	float: right;
    border: none;
    color: #000;
	padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-size: 1rem;
    margin: 4px 2px;
    cursor: pointer;
}
.remove-btn {
	background: #e8e8e8;
	float: right;
    border: none;
    color: #000;
	padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-size: 1rem;
    margin: 4px 2px;
    cursor: pointer;
}
.all-btn {
	background: #fff;
	float: right;
    border: none;
    color: #000;
	padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-size: 1rem;
	cursor: pointer;
}

/**** MEDIA QUERIES ****/

/* TABLETS */

@media (min-width: 420px) {
	.feature {
		max-width: 48%;
		padding: 0;
	}
	#logo img {
		max-width: 438px;
	}
	#intro {
		font-size: 1.1em
	}
	#footer {
		padding-bottom: 5px;
	}
	#footer ul {
		list-style: none;
		padding: 0 0 0 8px;
		margin: 0 0 0 8px;
		border-left: solid thin #3a3a3a;
	}
	#footer img {
		float: left;
		margin-right: 15px;
		clear: both;
	}
	.foot-col, #address-col {
		padding: 0 0 20px 0;
	}
	#address-col {
		width: 100%;
		padding: 0 0 30px 20px;
		text-align: left;
	}
	.foot-col h2 {
		margin: 8px;
	}
	.foot-col {
		width: 33.3333333%;
		text-align: left;
	}
	.brief {
		margin-left: auto;
		padding: 15px 10% 0 0;
		display: block;
		overflow: hidden;
	}
}

/* DESKTOPS */

@media (min-width: 760px) {
	#main-col {
		float: left;
		width: 70%;
	}
	#side-col {
		float: right;
		width: 28%;
		padding: 2% 3% 1% 0;
	}
	.item-col {
		float: left;
		width:  31.3333333%;
		margin: 0 2% 3% 0;
	}
	.item-col img {
		width: 100%;
	}
	#highlight {
		padding: 20px 0 20px 0;
	}
	.feature {
		max-width: 24%;
		padding: 0;
	}
	#footer {
		padding: 20px 0 20px 0;
	}
	.foot-col, #address-col {
		padding: 0 0 5px 0;
	}
	#address-col {
		width: 43%;
		padding: 0 0 0 20px;
	}
	.foot-col {
		width: 19%;
	}
}

/* MENU */

.main-menu {
	max-width: 950px;
	margin: 0 auto;
}
.menu-wrap {
	background-color: #006341;
	max-width: 1000px;
	margin: 0 auto;
}
#menu .main-menu {
	display: none;
}
#tm:checked + .main-menu {
	display: block;
}
#menu input[type="checkbox"], 
#menu ul span.drop-icon {
	display: none;
}
#menu li, 
#toggle-menu, 
#menu .sub-menu {
	border-style: solid;
	border-color: rgba(0, 0, 0, .05);
}
#menu li, 
#toggle-menu {
	border-width: 0;
}
#menu .sub-menu {
	background-color: #007b51;
	border-width: 0;
	margin: 0 1em;
}
#menu .sub-menu li:last-child {
	border-width: 0;
}
#menu li, 
#toggle-menu, 
#menu a {
	position: relative;
	display: block;
	color: white;
}
#menu {
	background-color: #006341;
	text-transform: uppercase;
}
#toggle-menu {
	background: #006341;
}
#toggle-menu, 
#menu a {
	padding: .75em 1em;
}
#menu a {
	
	transition: all .125s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	
}
#menu a:hover {
	background-color: #004e33;
}
#menu .sub-menu {
	display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
	display: block;
}

#menu .sub-menu a:hover {
  color: #fff;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
	position: absolute;
	right: 0;
	top: 0;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
	padding: .75em;
	font-size: 1em;
	text-align: center;
	background-color: rgba(0, 0, 0, .125);
	color: rgba(255, 255, 255, .75);
}

@media only screen and (min-width: 1024px) {
  #menu .main-menu {
    display: block;
  }
  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }
  #menu ul span.drop-icon {
    display: inline-block;
  }
  #menu li {
    float: left;
    border-width: 0;
  }
  #menu .sub-menu li {
    float: none;
  }
  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 9999;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

 #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75em;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

/* FORMS */

div.form input[type=text], div.form input[type=password], div.form input[type=email], div.form input[type=file], select, textarea {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
div.form input[type=submit] {
	width: 100%;
	background-color: #006341;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 100%;
}
div.form  input[type=submit]:hover {
	background-color: #007b51;
}
div.form input[type=text], div.form input[type=password], div.form input[type=email], div.form input[type=file], select, textarea {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
div.form input:-moz-placeholder, div.form textarea:-moz-placeholder {
	color: #000;
}
div.form input::-webkit-input-placeholder, div.form textarea::-webkit-input-placeholder {
	color: #000;
}
div.form input:focus:-moz-placeholder, div.form textarea:focus:-moz-placeholder {
	color: #000;
}
div.form input:focus::-webkit-input-placeholder, div.form textarea:focus::-webkit-input-placeholder {
	color: #000;
}

/* SEARCH BOX */

input, textarea, select { 
	font-family:inherit;
}
textarea {
	resize: none;
}
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	cursor: pointer;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}
input[type=search] {
	background: transparent /* url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 4px 2px*/;
	border: none;
	/*padding: 0 3px 0 25px;*/
	width: 40px;
	color: #fff;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 110px;
	background: #fff;
	padding-left: 3px;
	color: #000;
	border-bottom: solid 1px #fff;
}
.search input:-moz-placeholder {
	color: #fff;
}
.search input::-webkit-input-placeholder {
	color: #fff;
}
.search input:focus:-moz-placeholder {
	color: #000;
}
.search input:focus::-webkit-input-placeholder {
	color: #000;
}
.search input:-moz-placeholder:hover {
	text-decoration: underline;
} 
span[class=error] {
	font-size: 0.85rem;
	color: #b21f29;
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
}
input[class=error] {
	border-color: #b21f29 !important;
	}
.status {
	padding:5px;
	margin: 10px 0;
	border:thin solid #e8e8e8
}
.yes {
	background:#bdf5bd;
}
.no {
	background:#ffe4e1;
}

/* COOKIE BOX */

#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}