@charset "utf-8";

/* =============================================================== */
/* FOUNDATION
/* =============================================================== */
a {
	color: #34495E;
	text-decoration: none;
	outline: none !important;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a:hover, a:focus {
	text-decoration: none;
	cursor: pointer;
}
.massif a {
	color:#57AA26;
	font-weight:bold;
}
.massif a:hover{
	color:#fff;
	background:#57AA26;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*body {
	margin: 0;
	padding: 0;
	color: #34495E;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 21px;
	position: relative;
}*/
/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	margin: 0;
	padding-bottom: 15px;
}
h1 {
	font-size: 30px;
	line-height: 35px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
h4 {
	font-size: 17px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	line-height: 20px;
}
p.lead {
	font-size: 20px;
	line-height: 1.4;
}
h3 code {
	font-size: 14px;
	font-weight: normal;
}
.block-title-1 {
	display: block;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 15px 20px 0 0;
	text-transform: uppercase;
}
.block-title-2 {
	border-bottom: 1px solid #CECECE;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px 0 0;
	position: relative;
	text-transform: uppercase;
}
.block-title-3 {
	border-bottom: 1px solid #CECECE;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	position: relative;
	text-transform: uppercase;
}
.block-title-4 {
	display: inline;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 0 12px;
	text-transform: uppercase;
}
.block-title-5 {
	display: block;
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0;
	text-transform: uppercase;
}
.border-title {
	border-bottom: 1px solid #CECECE;
	margin: 0 0 15px;
	padding: 10px 0 10px;
}
/* Helper class */

.section-block {
	margin-bottom: 30px;
}
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
.relative {
	position: relative;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-margin-right {
	margin-right: 0;
}
.no-margin-left {
	margin-left: 0;
}
.no-margin-top {
	margin-top: 0;
}
.no-margin-bottom {
	margin-bottom: 0;
}
.no-border {
	border: 0;
}
.width100, .w100 {
	width: 100%;
}
.width50, .w50 {
	width: 100%;
	display: block;
}
.full-container {
	width: 100%;
	display: block;
	clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.maxheight100 {
	max-height: 100px;
}
.maxheight200 {
	max-height: 200px;
}
.maxheight300 {
	max-height: 300px;
}
.maxheight400 {
	max-height: 400px;
}
.maxheight500 {
	max-height: 500px;
}
.maxheight600 {
	max-height: 600px;
}
.maxheight700 {
	max-height: 700px;
}
.maxwidth100 {
	max-width: 100px;
}
.maxwidtht200 {
	max-width: 200px;
}
.maxwidth300 {
	max-width: 300px;
}
.maxwidth400 {
	max-width: 400px;
}
.maxwidth500 {
	max-width: 500px;
}
.maxwidth600 {
	max-width: 600px;
}
.maxwidth700 {
	max-width: 700px;
}
.padd {
	margin-top: 60px;
}
.globalPadding {
	padding: 50px 0;
}
.globalPaddingTop {
	padding: 50px 0 0;
}
.globalPaddingBottom {
	padding: 0 0 50px;
}
.smallerPaddingTop {
	padding: 10px 0 0;
}
.hr2 {
	border-width: 2px;
	border-color: #DDDDDD;
}
ul.list-dot li {
	list-style: inside disc;
}
ul.list-number li {
	list-style: inside decimal;
}
ul.list {
	list-style: disc;
	padding-left: 40px;
}
ul.list ul {
	list-style: circle;
	padding-left: 40px;
}
ul.list-check {
	list-style: none;
}
ul.list-border li {
	border-bottom: 1px solid #E0EDED;
	display: block;
	padding: 10px 15px;
}
ul.list-border li:hover {
	background: #ebebeb;
}
.transitionfx {
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
}
/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */
.modal {
	overflow: auto;
}
.modal-dialog {
	max-width: 460px;
}
.modal-header {
	border-bottom: 1px solid #E5E5E5;
	color: #FFFFFF;
	padding: 5px 15px;
	margin-bottom: 20px;
}
.modal-title-site {
	color: #FFFFFF;
	font-family: dosis;
	font-size: 38px;
	font-weight: lighter;
	padding: 13px 0;
	text-transform: uppercase;
}
.modal-content {
	border: 0 solid #ddd;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.modal-footer {
	background: #eee;
	border-top: 1px solid #E5E5E5;
	padding: 10px 20px;
}
.form-control:focus {
	box-shadow: NONE;
	outline: 0 none;
}
input[type="text"], input[type="password"], input[type="email"] {
	border-color: #DDDDDD;
	-webkit-border-radius: 3px 0 0 3px;
 -moz-border-radius:  3px 0 0 3px border-radius: 3px 0 0 3px;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	color: #888888;
	font-size: 14px;
	margin-bottom: 10px;
	height: 36px;
}
.btn {
	border: medium none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	padding: 6px 12px;
	transition: all 0.25s linear 0s;
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
}
.btn-lg {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
	padding: 10px 16px;
}
.btn-sm {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.5;
	padding: 4px 8px;
}
.btn-xs {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.btn-lg {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.471;
	padding: 10px 20px;
}
.btn-thin {
	border: 1px solid #BDC3C7;
	color: #BDC3C7;
	background: none;
}
.btn-default {
	background-color: #BDC3C7;
	color: #FFFFFF;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #CACFD2;
	border-color: #CACFD2;
	color: #FFFFFF;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background: #A1A6A9;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
	background-color: #BDC3C7;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
	background-color: #1ABC9C;
}
.btn-info {
	background-color: #3498DB;
	color: #FFFFFF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-color: #5DADE2;
	border-color: #5DADE2;
	color: #FFFFFF;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background: #2C81BA;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
	background-color: #3498DB;
}
.btn-danger {
	background-color: #911B1E;
	color: #FFFFFF;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-color: #EC7063;
	border-color: #EC7063;
	color: #FFFFFF;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background: #C44133;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
	background-color: #911B1E;
}
.btn-success {
	background-color: #006329;
	color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-color: #58D68D;
	border-color: #58D68D;
	color: #FFFFFF;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background: #27AD60;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
	background-color: #2ECC71;
}
.btn-warning {
	background-color: #F1C40F;
	color: #FFFFFF;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: #F5D313;
	border-color: #F5D313;
	color: #FFFFFF;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background: #CDA70D;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
	background-color: #F1C40F;
}
.btn-inverse {
	background-color: #34495E;
	color: #FFFFFF;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
	background-color: #415B76;
	border-color: #415B76;
	color: #FFFFFF;
}
.btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
	background: #2C3E50;
}
.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse.active[disabled], fieldset[disabled] .btn-inverse.active {
	background-color: #34495E;
}
.btn-site {
	padding: 5px 0;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	display: block;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.fb_button {
	background: #658AD0;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
}
.btn-fb {
	background: #658AD0;
	color: #FFFFFF;
}
.fb_button:hover, .btn-fb:hover {
	background: #4E6FAE;
	color: #fff;
	text-decoration: none;
}
.btn-tw {
	background: #1DADEB;
	color: #FFFFFF;
}
.btn-tw:hover {
	background: #35C5FF;
	color: #fff;
	text-decoration: none;
}
p.required, .required sup {
	color: #E74C3C;
}
.pagination li.active a {
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
}
.checkbox {
	padding-left: 0;
	margin-left: 0;
}
legend {
	padding-bottom: 10px;
}
.alert {
	border: none;
	border-left: 5px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.alert .close {
	font-size: 30px;
	line-height: 20px;
}
/* =============================================================== */
/* CUSTOMIZE NAVBAR
/* =============================================================== */
.navbar-toggle {
	background: rgba(0,0,0,0.2);
}
.navbar-tshop {
	width: 100%;
}
.menuWrap {
	border-top: 1px solid rgba(0,0,0,0.07);
}
.brandWrap {
}
.navbar-brand {
	padding: 0px;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
}
.navbar .navbar-top {
	height: 50px;
	transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform: uppercase;
}
.navbar.stuck .navbar-top {
	margin-top: -50px;
}
.brandWrap {
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	height: auto;
}
/* --------- Mega Menu Start -----------*/
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
	position: static;
}
.megamenu .navbar-inner, .megamenu .container {
	position: relative;
}
.megamenu .dropdown-menu {
	left: auto;
}
.megamenu .dropdown-menu > li {
	display: block;
}
.megamenu .nav.pull-right .dropdown-menu {
	right: 0;
}
.megamenu .megamenu-content {
	padding: 20px 30px;
 *zoom: 1;
}
.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
	display: table;
	content: "";
	line-height: 0;
}
.megamenu .megamenu-content:after {
	clear: both;
}
.megamenu.navbar .nav > li > .dropdown-menu:after, .megamenu.navbar .nav > li > .dropdown-menu:before {
	display: none;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width: 80%;
	left: 0;
	right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width: 80%;
	left: 0;
	right: 0;
}
.megamenu .dropdown.megamenu-50width .dropdown-menu {
	width: 50%;
	left: 0;
	right: 0;
}
.megamenu .dropdown.megamenu-40width .dropdown-menu {
	width: 40%;
	left: 0;
	right: 0;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
}
 @media (max-width: 969px) {
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
	width: auto;
}
.megamenu .megamenu-content {
	padding-left: 0;
	padding-right: 0;
}
.megamenu .dropdown-menu > li > ul {
	display: block;
}
}
/* megamenu end */

.megamenu-content img {
	max-width: 100%;
}
.megamenu-content ul li {
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.megamenu-content ul li a {
	font-size: 12px;
}
.itemInMenu {
	margin-bottom: 0 !important;
}
.itemInMenu .image {
	max-height: 170px !important;
}
.margin-top-10 {
	margin-top: 10px;
}
.social-icon li {
	display: inline-block;
}
.social-icon li a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	height: auto;
	margin-left: 0;
	padding: 6px 9px;
	position: relative;
	text-align: center;
	z-index: 10;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) inset;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.21s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}
.social-icon li a:hover {
	opacity: 0.8;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}
.navbar-toggle .icon-bar {
	border: solid 2px #fff;
}
.userMenu li {
	display: block;
	float: left;
	margin-left: 15px;
}
.userMenu li a {
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 17px;
	line-height: 50px;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	-webkit-transition: opacity 0.21s ease-out 0s;
	-moz-transition: opacity 0.2s ease-out 0s;
	-ms-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
}
.userMenu li a:hover {
	opacity:0.9;
}

.phone-number span {
	float: left;
}



/*---------- Main Navigation onhover issue for ipad and mobile-----------*/
@media (min-width: 979px) {
.navbar-tshop ul.nav li.dropdown ul.dropdown-menu {
}
.navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
	display: block;
	filter: none;
	opacity: 1;
}
.megamenu-content ul li a {
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: block;
}
.megamenu-content ul li a:hover {
	padding-left: 5px;
}
.megamenu-content ul li.productPopItem a:hover, .megamenu-content ul li a.newProductMenuBlock:hover {
	padding-left: 0;
}
.navbar.stuck .brandWrap {
	height: 0;
	overflow: hidden;
}
}
.navbar-nav > li > a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	height: 100%;
}
.search-box {
	float: right;
	height: 48px;
	width: 38px;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}
.search-box .input-group {
	margin-top: 10px;
	max-width: 34px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.search-box:hover .input-group {
	max-width: 183px;
}
.search-box .form-control {
	width: 0;
	padding: 0;
	height: 34px;
	border: 0;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.search-box:hover .form-control {
	width: 145px;
	opacity: 1;
	padding: 6px 12px;
	border: solid 1px #fff;
	color: #ECF0F1;
}
.btn-nobg {
	background: none;
	color: #fff;
}
.search-box:hover .btn-nobg {
	background: #fff;
}
/* --------- search bar full --------- */

.search-full {
	bottom: 0;
	letter-spacing: 1px;
	min-height: 50px;
	position: absolute;
	right: 0;
	text-align: right;
	white-space: nowrap;
	width: 100%;
	z-index: 10;
	display: none;
}
.searchInputBox {
	display: block;
	max-width: 90%;
	text-align: right;
	width: 100%;
}
.search-close {
	background: rgba(0, 0, 0, 0.3);
	display: table;
	float: right;
	font-size: 32px;
	height: 51px;
	padding: 0 15px;
}
.search-close i {
	display: table-cell;
	vertical-align: middle;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.search-close:hover i {
	transform: scale(1.15) rotate(-180deg);
	-webkit-transform: scale(1.1) rotate(-180deg);
	-moz-transform: scale(1.1) rotate(-180deg);
	-ms-transform: scale(1.1) rotate(-180deg);
	-o-transform: scale(1.1) rotate(-180deg);
}
.search-input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0 none;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	outline: medium none;
	text-align: right;
	padding: 13px 0 13px 15px;
	width: 100%;
	max-width: 90%;
}
 .search-input::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.6);
}
 .search-input::-moz-input-placeholder {
 color: rgba(255, 255, 255, 0.6);
}
.searchInputBox .search-btn {
	border: none;
	padding: 0 10px 0 0;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.search-full.active {
	display: block;
}
.navbar-cart {
	border-top: 1px solid rgba(0, 0, 0, 0);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	max-height: 340px;
	overflow-x: visible;
	padding-left: 15px;
	padding-right: 15px;
}
.colorWhite, .colorWhite i {
	color: #fff !important;
}
.promo-1 {
	color: #FFFFFF;
	font-family: Dosis;
	margin-bottom: 15px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.promo-1sub {
	background: #F2F2F2;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
/*---------- Cart Dropdown Menu Style ----------*/

.dropdown-left .dropdown-menu {
	left: 0;
}
.cartMenu {
	float: left;
	display: block;
	height:60px;
}
.cartMenu a.dropdown-toggle {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
}
.cartMenu .dropdown-menu {
	padding-bottom: 0;
	border-radius: 0;
	margin-top: 0;
}
.miniCartTable {
	max-height: 300px;
	width: 100%;
	display: block;
}
.miniCartProductThumb {
	text-align: center;
}
.cartMenu img {
	width: 50px;
}
.cartMenu h4 {
	padding-bottom: 0;
	font-size: 12px;
	font-weight: 400;
}
.miniCartDescription .size {
	color: #888888;
	font-size: 11px;
}
.miniCartDescription .price {
	color: #444444;
	font-size: 15px;
	font-weight: 700;
}
.old-price {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-decoration: line-through;
}
.cartMenu table {
	width: 100%;
	height: auto;
}
.cartMenu table tr {
	border-bottom: solid 1px #ddd;
}
.cartMenu table tr td {
	padding: 5px 0;
}
.miniCartFooter {
	background: #ECF0F1;
	padding: 10px 10px 10px;
}
.miniCartFooter .subtotal {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0;
	text-transform: uppercase;
}
.miniCartFooterInMobile .subtotal {
	font-size: 18px;
	color: #fff;
}
.miniCartTable .mCSB_container {
	margin-right: 15px !important;
}
.newProductMenuBlock {
	display: block;
	position: relative;
}
.ProductMenuCaption {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	font-weight: 600px;
	text-transform: capitalize;
	font-size: 16px;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0, 0, 0, 0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
	zoom: 1;
}
.ProductMenuCaption:nth-child(n) {
	filter: none;
}
.ProductMenuCaption i {
	font-size: 0;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}
.newProductMenuBlock:hover i {
	font-size: 16px;
}
.newCollectionUl ul li:first-child {
}
.newCollectionUl li {
	font-weight: 600;
}
.productPopItem {
	border: solid 1px #ddd;
}
.productPopItem .productInfo {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	margin-top: -50px;
	padding: 5px 0;
	position: relative;
	text-align: center;
	width: auto;
	z-index: 4;
}
.popProImg a {
	display: block;
	max-height: 270px;
	overflow: hidden;
}
.productPop h4 {
	bottom: 0;
	color: #FFFFFF;
	font-size: 14px;
	line-height: normal !important;
	padding: 3px 0 0 !important;
	position: absolute;
	width: 100%;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0, 0, 0, 0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
	zoom: 1;
}
.productPop h4:nth-child(n) {
	filter: none;
}
.productPop h4 a {
	color: #fff !important;
}
/* =============================================================== */
/* HOME PAGE SLIDER
/* =============================================================== */


.sliderImg {
	background: url('../../images/site/loading1.gif') center center no-repeat;/* prealoder */
}
.banner {
	margin-top: 70px;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}
.banner.down {
	margin-top: 26px;
}
.banner, .slider-content, .slider, .slider-v2 {
	width: 100%;
	display: block;
	max-height: 540px;
	height: auto;
	position: relative;
	background: url("../../images/SiteLepage-frise-imperata.jpg") repeat-x center;
}
.slider-item {
	max-width: 1200px;
	/*width: 100%;*/
	height: 100%;
	overflow: hidden;
	position: relative;
}
.sliderImg {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner .sliderInfo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.banner .sliderInfo .container {
	height: 100%;
	dispay: block;
}
.sliderText {
	display: block;
	-webkit-transform: translateX(-120px);
	-moz-transform: translateX(-120px);
	-o-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0); /* IE FIX */
	-ms-filter: "alpha(Opacity=0)";
}
.sliderText:nth-child(n) {
	filter: none;
}
.slider-item.cycle-slide-active .sliderText {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.transformRight {
	display: block;
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
	-o-transform: translateX(120px);
	-ms-transform: translateX(120px);
	transform: translateX(120px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0); /* IE FIX */
	-ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformRight {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none; /* IE FIX */
	filter: none;
}
.transformLeft {
	display: block;
	-webkit-transform: translateX(-120px);
	-moz-transform: translateX(-120px);
	-o-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0); /* IE FIX */
	-ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformLeft {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.sliderText .inner {
	padding: 10px;
}
.sliderText h1 {
	font-size: 36px;
	font-weight: lighter;
}
.sliderText.dark h1 {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.sliderText h2 {
	font-size: 36px;
	font-weight: lighter;
}
.sliderText.dark h2 {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.slide-link {
	color: #fff;
	letter-spacing: -0.25px;
	font-size: 16px;
}
.sliderText {
	margin-top: 60px;
}
.sliderText.dark {
	color: #ddd;
}
.slider-item-img1 {
	background-size: cover;
}
.slider-item-img2 {
	background-size: cover;
}
.slider-item-img3 {
	background-size: cover;
}
/* ------- slider style 1 start ------- */

#pager2 {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	z-index: 200;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#pager2 span {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 5px;
	text-indent: -9999px;
	width: 16px;
}
#pager2 span.cycle-pager-active {
	color: #fff;
}
.sliderControl {
	position: absolute;
	z-index: 200;
	top: 45%;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #2c3e50;
	padding: 0 5px;
}
.sliderControl {
	opacity: 1;
}
.sliderControl:hover:nth-child(n) {
	filter: none;
}
.sliderControl:hover {
	background: rgb(255,255,255);
	background: transparent\9;
	background: rgba(255, 255, 255, 0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff); /* IE FIX */
	zoom: 1;
}
.prevControl {
	left: 20px;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(Opacity=0)";
}
.banner:hover .prevControl {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.nextControl {
	right: 20px;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(Opacity=0)";
}
.banner:hover .nextControl {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.sliderText.white {
	background: rgb(255,255,255);
	background: transparent\9;
	background: rgba(255, 255, 255, 0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff); /* IE FIX */
	zoom: 1;
}
.sliderText.white:nth-child(n) {
	filter: none;
}
.sliderText.white h1 {
}
.sliderText h3.price {
	font-weight: lighter;
	font-size: 22px;
	font-weight: lighter;
}
.sliderTextFull {
	margin-top: 20%;
	color: #FFFFFF;
}
.sliderTextFull h3 {
	font-size: 24px;
	line-height: 32px;
	margin-top: 0;
}
.topAnima {
	opacity: 0;
}
.cycle-slide-active .topAnima {
	opacity: 1;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 1s;
	animation-delay: 0.3s;
	visibility: visible !important;
}
.sliderTextFull .opacity0 {
	opacity: 0!important;
}
.cycle-slide-active .sliderTextFull .bottomAnima {
	opacity: 1!important;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 1s;
	visibility: visible !important;
}
.sliderTextFull .inner.dark {
	display: block;
	margin: 0 auto;
	padding: 20px 10px;
	width: auto;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0, 0, 0, 0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
	zoom: 1;
}
.sliderTextFull .inner.dark:nth-child(n) {
	filter: none;
}
.blankstyle h1 {
	display: block;
	font-size: 36px;
	font-weight: bold;
	height: auto;
	letter-spacing: -1px;
	line-height: 36px;
	opacity: 1;
	padding: 0;
	text-transform: uppercase;
}
.color-white h1, .color-white p, .color-white {
	color: #fff;
}
.color-black h1, .color-black p, .color-black {
	color: #000;
}
/* ------- slider style 2 pager ------- */

#pager {
	position: absolute;
	bottom: 0;
	z-index: 100;
	width: 100%;
	z-index: 200;
	margin: 0 auto;
	padding: 0;
}
#pager a {
	color: #fff;
	display: block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	float: left;
	font-family: Dosis, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
	list-style: none outside none;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 33.333334%;
	background: rgba(0, 0, 0, 0.5);
}
#pager a.cycle-pager-active {
	color: #fff;
}
/* =============================================================== */
/* HOME || TOP CONTAINER START (NEW ARRIVALS)
/* =============================================================== */

.section-block {
	margin-bottom: 30px;
}
.section-title {
	border-bottom: 2px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	font-size: 22px;
	line-height: 24px;
	margin: 10px 0 10px;
	padding: 0;
}
.section-title span {
	color: #2c3e50;
	display: inline-block;
	padding: 5px 15px 5px 0;
	text-transform: uppercase;
	width: auto;
}
/* ------- Style 2 ------- */

.style2 .section-title, .section-title.style2 {
	font-size: 42px;
	font-weight: lighter;
	line-height: 44px;
	margin: 10px 0 20px;
	padding: 0;
	position: relative;
	border: none;
}
.section-title-style2, .section-title.style2 {
	position: relative;
}
.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
	background: #DDDDDD;
	content: "";
	display: block;
	height: 1px;
	margin-left: 20%;
	position: absolute;
	top: 28px;
	width: 60%;
	z-index: 1;
}
.section-title-style2 span, .section-title.style2 span {
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	position: relative;
	width: auto;
	z-index: 2;
}
.style2 .section-title span, .section-title.style2 span {
 color: #2c3e50;
 display: table;
 position: relative;
 z-index: 2;
 background: #fff;
 padding: 5px 15px;
 text-align: center;
 text-transform: uppercase;
 width: auto;
 margin: 0 auto;
}
/* Style   2  end*/


.productslider {
	width: 100%;
	display: block;
}
#productslider .item {
	margin: 0 15px;
}
.item {
	/*display: block;*/
	height: auto;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	margin-bottom: 15px;
}
#SimilarProductSlider .item {
	height: auto !important;
}
.product {
	display: block;
	height: auto;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}
.product:hover {
	background: #fff;
}
.product_une {
	display: block;
	height: 450px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}
.product_une:hover {
	background: #fff;
}
.item.list-view {
	display: block;
	height: auto;
	width: 100% !important;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}
.item.list-view .description{
  height:25px;
}
.product_une .description{
  height:150px;
}
.item.list-view .image {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	max-width: 144px;
	max-height: 144px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	padding-right: 20px;
	background: #fff;
}
.item.list-view .image a {
	display: block;
	max-height: 100%;
	height: 100%;
	max-height: 100% !important;
}
.item.list-view .image img {
	max-height: 168px;
	margin-left:-10px;
	width: auto !important;
}
.item.list-view h4 {
	height: auto;
	margin: 10px 0 5px;
	height:40px;
}
.item.list-view .product, .item.list-view .product_une {
	text-align: right;
	padding-right: 20px;
}
.item .list-view .description{
	text-align: left;
	padding-right: 20px;
	height:30px;
}
.item:hover .action-control {
	border-bottom-color: #fff;
}
.product-box .item {
	margin: 0 10px;
}
.product-box .item:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	background: #fff;
}
.image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	max-height: 240px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.image a {
	display: block;
	overflow: hidden;
}
.image a img {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	max-height: 240px;
	margin: 0 auto;
}
.product:hover .image a img,.product_une:hover .image a img {
	transform: scale(1.15) rotate(-1.5deg);
	-webkit-transform: scale(1.1) rotate(-1.5deg);
	-moz-transform: scale(1.1) rotate(-1.5deg);
	-ms-transform: scale(1.1) rotate(-1.5deg);
	-o-transform: scale(1.1) rotate(-1.5deg);
}
.promotion {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 0;
	height: 24px;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.promotion2 {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 0;
	height: 24px;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.description {
	margin: 0 4px 0 5px;
	height:40px;
}
.description i {
	color: #AAAAAA;
}
.desc_icon i {
	color: #888;
}
.deco{
	position:absolute;color:#fff;z-index:1000;margin-left:-10px;margin-top:10px;
}
.promotion {
	line-height: 18px;
}

.red{background-color:#CA513F;height:40px;}
.new-product {
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: lighter;
	height: 100%;
	padding: 3px 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	
}
.discount {
	background: #911B1E; /* old browser */
	background: rgba(145, 27, 30, 0.9) !important;
	font-family: Dosis;
	height: 100%;
	display: inline-block;
	padding: 3px 5px;
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 300;
	border-radius: 0 4px 4px 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.item h4 {
	margin: 0;
	min-height: 45px;
	max-height: 80px;
	overflow: hidden;
	display: block;
	line-height: 20px;
	margin: 25px 0 0;
	padding: 0;
}
.item h4 a {
	color: #2c3e50;
	font-family: Dosis, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
	
}
.description h4{margin-top:5px;font-size:1.2em;text-transform:none;}
.description p {
	color: #7F8C8D;
	font-size: 14px;
	min-height: 55px;
	max-height: 90px;
	overflow: hidden;
	line-height: 18px;
}
.price {
	font-size: 18px;
	font-weight: bold;
	color: #2c3e50;
}
.action-control {
	border: 0;
	display: block;
	height: auto;
	padding: 5px 0 10px;
	width: 100%;
}
.action-control a {
	cursor: pointer;
}
.cart a {
	font-size: 20px;
	color: #2c3e50;
	margin: 0 0;
	display: inline-block;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.13s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.load-more-block {
	padding-bottom: 30px;
	position: relative;
}
.load-more-block .btn-thin {
	background: #fff;
	z-index: 2;
	position: relative;
	box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
	-webkit-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
	-moz-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
	-o-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
}
.load-more-block:after {
	background: none repeat scroll 0 0 #DDDDDD;
	content: "";
	display: block;
	height: 1px;
	margin-left: 30%;
	position: absolute;
	top: 18px;
	width: 40%;
	z-index: 1;
}
.featureImg a {
	display: block;
	overflow: hidden;
}
.featureImg a img {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.featureImg a:hover img {
	transform: scale(1.1) rotate(-1.1deg);
	-webkit-transform: scale(1.1) rotate(-1.1deg);
	-moz-transform: scale(1.1) rotate(-1.1deg);
	-ms-transform: scale(1.1) rotate(-1.1deg);
	-o-transform: scale(1.1) rotate(-1.1deg);
}
/* =============================================================== */
/* PARALLAX CONTENT 1
/* =============================================================== */
.parallax-section {
	width: 100%;
	display: block;
	clear: both;
	height: auto;
}
.parallax-image-1 {
	background: url(../../images/parallax/parallax.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;/* IE FIX */
}
.parallax-image-1.ismobile, .parallax-image-2.ismobile, .parallax-image-aboutus.ismobile, .parallax-section.ismobile {
	background-attachment: scroll !important;
}
.parallax-image-1.isios, .parallax-image-2.isios, .parallax-image-aboutus.isios, .parallax-section.isios {
	background-size: 100% auto !important;
	background-attachment: scroll !important;
	background-position: center center;
}
.parallax-image-1.isandroid, .parallax-image-2.isandroid, .parallax-image-aboutus.isandroid, .parallax-section.isandroid {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center;
}
.parallax-image-1.isios {
	background-color: #734e48;
	background-repeat: no-repeat;
}
.parallax-image-2.isios {
	background-size: auto 100% !important;
}
.parallaxPrce {
	font-size: 52px;
	color: #fff;
}
.parallax-content h2 {
	color: #FFFFFF;
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	margin: 0 auto;
	max-width: 900px;
	padding: 5px 10px;
	text-align: center;
}
.parallax-content h3 {
	color: #FFFFFF;
	display: inline-block;
	font-size: 25px;
	margin-bottom: 20px;
	width: 100%;
	padding: 0 10px;
	text-align: center;
}
.btn-discover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	border-color: rgba(255,255,255,0.7);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 22px;
	padding: 10px 57px;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.btn-discover:hover {
	color: #fff;
	border-color: rgba(255,255,255,0.7);
}
.btn-discover:hover {
}
.parallax-content {
	text-align: center;
	padding: 100px 0;
}
.brand-carousel li {
	float: left;
	display: inline-block;
}
.brand-carousel li img {
	max-width: 100%;
	width: 100%;
}
.carousel-nav {
	font-size: 26px;
	margin-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
/*  ------- parallax section 2 -------  */

.parallax-image-2 {
	background: url(../../images/SiteLepage-Photo-imperata.jpg) fixed;
	background-attachment: fixed;/* IE FIX */
}
.parallax-section-overley {
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}
h1.xlarge {
	color: #FFFFFF;
	font-size: 44px;
	font-weight: 800;
	padding-bottom: 0;
	line-height: normal;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
	text-transform: uppercase;
}
h1.x2large {
	color: #FFFFFF;
	font-size: 56px;
	line-height: normal;
	font-weight: 800;
	padding-bottom: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
	text-transform: uppercase;
}
h5.parallaxSubtitle {
	font-family: 'Dosis', serif;
	font-size: 20px;
	font-weight: 200;
	color: #fff;
}
/* =============================================================== */
/*  FOOTER
/* =============================================================== */
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 0 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsLatterBox input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsLatterBox .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsLatterBox {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.paymentMethodImg img {
	margin-left: 5px;
}
/* =========================HOMEPAGE END==========================*/



/* =============================================================== */
/* CATEGORY PAGE START
/* =============================================================== */

.breadcrumb {
	border: 1px solid #DDDDDD;
	background: none;
}
.main-container {
	min-height: 580px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.subCategoryList .thumbnail {
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	cursor: pointer;
}
.subCategoryList .thumbnail.active {
	background-color: #006228;
}
.subCategoryList .thumbnail.active > a {
	color: #FFFFFF !important;
}
.subCategoryList .thumbnail:hover > a {
	color: #57AA26 !important;
}
.tree .dropdown-menu {
	position: relative !important;
	float: none !important;
	box-shadow: none !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-top: 0 !important;
	
}
.open-tree > .dropdown-menu {
	display: block;
}
.dropdown-menu-tree {
	display: none;
	margin-bottom: 20px;
	padding-right: 15px;
}
.open-tree > .dropdown-menu-tree {
	display: block;
}
.tree > li.active > a, .tree > li.active > a:hover, .tree > li.active > a:focus {
	background: none;
	color: #FFFFFF;
}
.nav-stacked.tree > li a:hover {
	color: #2c3e50;
	font-weight: bold;
}
.searchzone .badge {
	background: #006329;
	color: #fff;
	margin-top:10px;
}
.tree > .active > a > .badge {
	background: #006329;
	color: #fff;
	
}
.category-level-2 {
	border-left: 0px solid #DDDDDD !important;
	margin-left:0px;
	margin-right:0px;
}
.category-level-2 li {
	margin-top: 2px;
}
.category-level-2 li a {
	font-weight: bold !important;
	color:#006329;
	padding: 2px 15px;
}
.category-level-2 li a.active, .category-level-2 .dropdown-tree.active .dropdown-tree-a, .category-level-2 .open-tree .dropdown-tree-a {
	font-weight: bold !important;
}

.category-level-3 {
	border-left: 1px solid #DDDDDD !important;
	margin-left:15px;
	margin-right:0px;
}
.category-level-3 li {
	margin-top: 2px;
}
.category-level-3 li a {
	font-weight: bold !important;
	color:#006329;
	padding: 2px 15px;
}
.category-level-3 li a.active, .category-level-3 .dropdown-tree.active .dropdown-tree-a, .category-level-3 .open-tree .dropdown-tree-a {
	font-weight: bold !important;
}


.priceFilterBody .form-inline .form-group {
	max-width: 30%;
	float: left;
}
.priceFilterBody .sp {
	padding: 10px;
}
.subCategoryThumb {
	/*height: 80px;*/
	display: block;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.subCategoryThumb img {
	max-width: 100%;
}
.subCategoryList {
	margin-top: 30px;
	overflow: hidden;
}
.color-details {
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
}
.productFilter {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	clear: both;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
	min-height:50px;
}
.productFilter p {
	display: block;
	font-size: 25px;
	margin-top: 5px;
	margin-left:20px;
}

.change-view {
	margin-right: 10px;
}
.subCategoryTitle {
	font-size: 13px;
	/* color: #444; */
	font-weight: 600;
}
.change-view a {
	border: 1px solid #CCCCCC;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	height: 34px;
	line-height: 23px;
	margin-left: 5px;
	overflow: hidden;
	padding: 5px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.productFilter select, .productFilter input {
	font-size: 13px;
}
.categoryFooter {
	border-top: solid 1px #eee;
	padding-top: 20px;
	margin-top: -20px;
}
.nav-stacked > li {
	border-bottom: solid 1px #eee;
}

.nav-stacked > li a {
	font-size: 18px;
}
.nav-stacked > li a:hover {
	color: #fff;
}
.nav-stacked > li.active a, .nav-stacked > li.active {
	background: none;
	color: #FFFFFF;
	font-weight: bold;
}
.zone-recherche{
	background-color: #eee5e1;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-left: 28px;
    padding-top: 10px;
}
.buttonRechercherNom{
	background-color: #ac8779;
    border: none;
    color: #ffffff;
    height: 34px;
    margin-top: 1px;
    border-right: 3px solid #EEE5E1;
}
.btnReinit{
	background-color: #ac8779;
    border: none;
    color: #ffffff;
    height: 34px;
    margin-top: 1px;
    border-left: 3px solid #EEE5E1;
    border-right: 7px solid #EEE5E1;
}
.btnReinit.inactive{
	background-color: #cccccc;
}
.maSelection{
	display: none;
}
.itemSelected{
	background-color: #006329;
    border-radius: 15px;
    padding: 4px 8px;
}
.itemSelected a{
	color: #ffffff;
}
.cat-principale{

}
.subCategoryVivaces{
	display: none;
}
.subCategoryGraminees{
	display: none;
}
.subCategoryCondiments{
	display: none;
}
.subCategoryBruyeres{
	display: none;
}
.subCategoryFougeres{
	display: none;
}
.btn-critere{
	background-color: #ac8779;
    color: #ffffff;
    cursor: pointer;
    margin: 0 10px 10px 0;
    overflow: inherit;
    padding: 5px 10px;
    width: 154px;
}
.btn-critere-active{
	color: #006329;
}
.choixCat{
	position: relative;
}
.nom-critere{
	height: 21px;
}
.icon-btn-critere{

}

.btn-close{
	background-color: #ececec;
    border: 0 none;
    color: #404040;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
.btn-validate{
	background-color: #006329;
    border: 0 none;
    color: #ffffff;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
.block-element{
	margin-top: 10px;
	margin-left: 10px;
	width: 90%;
}
.block-hauteur{
    width: 100%;
	margin-left: 0px;
}
.open{
	visibility: visible;
}
.hauteur-filter{
	width: 318px;
}
/* ------- according panel style -------  */

.panel-title {
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	color: #34495E;
	font-size: 15px;
}
.clearFilter {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background-color: #ac8779;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 10px;
	line-height: normal;
	padding: 2px 5px;
	text-transform: capitalize;
}
.labelRounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.clearFilter:hover {
	opacity: 0.7;
}
.collapseWill i {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	margin-right: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.collapseWill.pressed i {
	margin-right: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.minus {
	display: block;
}
.collapseWill .minus {
	display: none !important;
}
.collapseWill.collapsed .minus {
	display: none !important;
}
.collapseWill {
}
.color-filter small {
	border: 1px solid #DDDDDD;
	display: inline-block;
	height: 14px;
	margin: 0 3px 0 1px;
	width: 14px;
}
/* =============================================================== */
/* PRODUCT DETAILS PAGE
/* =============================================================== */


.categoryFilter {
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 50px;
}
.categoryFilter .minict_wrapper {
	max-width: 280px;
	max-height: 28px;
	height: 28px !important;
}
.categoryFilter .minict_wrapper input {
	height: 28px !important;
	font-size: 12px !important;
}
.categoryFilter .minict_wrapper ul li {
	font-size: 12px !important;
}
.nav-tabs > li.active, .nav-tabs > li {
	background: none;
}
.nav-tabs > li > a {
	border: 0;
	border-radius: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
	color: #fff !important;
	border: 0;
	border-radius: 0;
}

.caracteristique-title{
	margin:30px 0px 0px 0px;
	font-family: 'Dosis',sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.6px;
}
/* -------- zoom ------- */
.sp-wrap {
	border: none !important;
}
.sp-thumbs {
	text-align: center !important;
}
.sp-large a img {
	width: 100%;
}
.sp-wrap {
	z-index: 10;
	width: 100%;
	background: none !important;
}
.sp-large {
	max-width: 93%;
}
.sp-thumbs {
	position: absolute;
	right: 0!important;
	text-align: left;
	bottom: 140px!important;
	width: 100px !important;
	z-index: 70;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	border: 2px solid #EEEEEE;
	display: inline-block;
	margin-bottom: 10px;
	float: right;
	margin-right: 0 !important;
	transition: margin 0.2s ease 0s;
}
.sp-thumbs a:hover {
	margin-right: 4px !important;
}
.sp-thumbs img {
	height: auto!important;
	width: 60px!important;
}
/* ------- product details style 2 ------- */

.style2 .sp-thumbs {
	top: 0 !important;
	width: 19% !important;
}
.style2 .sp-thumbs img {
	height: auto !important;
	width: 100px !important;
	max-width: 100%;
	width: 100px !important;
}
.style2 .sp-thumbs a:link, .style2 .sp-thumbs a:visited {
	float: left !important;
	width: 100%;
}
.style2 .sp-large {
	max-width: 80%!important;
	border: 1px solid #DDDDDD;
}
.product-title {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.25px;
	line-height: 1;
	margin-bottom: 0;
}
.product-price {
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
}
.price-standard {
	color: #999999;
	font-size: 20px;
	text-decoration: line-through;
}
.product-code {
	font-family: Dosis, Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
/*------- product tab ------- */

.nav-tabs {
	margin-bottom: 20px;
}
.product-tab {
	width: 100%;
	display: inline-block;
	clear: both;
}
.nav-tabs li a {
	
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 9px;
	text-transform: uppercase;
}
.color-details {
	margin-top: 14px;
}
.swatches {
	margin: 0.5em 0;
	padding-left: 0;
}
.swatches li {
	border: 2px solid #FFFFFF;
	display: inline-block;
	margin: 2px 1px;
	vertical-align: top;
	list-style: none;
}
.swatches .selected, .swatches li:hover {
	border: 2px solid #B2B2B2;
}
.swatches a {
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF;
	box-shadow: 1px 1px 2px #C5C5C5;
	display: block;
	height: 33px;
	text-align: center;
	transition: all 0.25s ease 0s;
	width: 33px;
}
.swatches a img {
	height: 29px;
	width: 29px;
}
/* ------- filterBox -------*/

.filterBox {
	display: inline-block;
	margin-right: 20px;
}
.filterBox select{
	
	
	width:250px;
	
}
.filterBox input{
	
	padding:6px 6px 7px 6px;
	border:1px solid #DDDDDD;
	width:50px;
	
}

.cart-actions {
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 12px;
	clear: both;
}
.cart-actions button, .cart-actions .wishlist {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: Dosis, Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	margin: 0 20px 0 0;
	padding: 14px 20px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
}

.filterBox button{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	background-color:#57AA26;
	font-family: Dosis, Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	margin: 5px 20px 0 0;
	padding: 9px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
}

.filterBox button:hover, .witheffect:hover{background-color:#006329;}
.filterBox button:active, .witheffect:active{background-color:#D6594F;}


button.first {
	margin-right: 20px;
	margin-bottom: 10px;
}
.cart-actions .wishlist {
	background: #CCCCCC;
	line-height: 1em;
	text-decoration: none;
	border: solid 2px #CCCCCC;
}
.cart-actions .wishlist:hover {
	background: #fff;
	color: #666;
	border: solid 2px #CCCCCC;
}
.incaps {
	display: block;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 10px 20px 0 0;
	text-transform: uppercase;
}
.incaps i {
	font-size: 20px;
}
.color-in {
	color: #4CC94A;
}
.color-out {
	color: red;
}
.product-share {
	border-top: 1px solid #DDDDDD;
	clear: both;
	display: inline-block;
	margin-top: 20px;
	padding-top: 14px;
	width: 100%;
}
.socialIcon a {
	background: #CCCCCC;
	color: #FFFFFF;
	display: inline-block;
	font-size: 22px;
	padding: 6px 3px;
	margin-right: 10px;
	text-align: center;
	width: 35px;
	transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
}
.socialIcon a:hover {
	color: #fff;
}
/*------- You may also like -------*/


.recommended {
	border-top: solid 2px #ddd;
	margin-top: 20px;
	padding-top: 20px;
}
.recommended h1 {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}
#SimilarProductSlider .item {
	padding: 30px 0px 0;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.recommended .description {
	min-height: 70px;
}
.product-image {
	max-width: 100%;
}
.product-image img {
	max-width: 100%;
}
#SimilarProductSlider .product-image img {
	max-height: 200px;
}
/* =============================================================== */
/* CART PAGE
/* =============================================================== */

.quanitySniper {
	height: 30px;
	padding: 0;
	text-align: center;
	width: 40px;
}
tr.CartProduct td {
	text-align: center;
}
tr.CartProduct td:nth-child(2) {
	text-align: left;
}
.cartTable {
	border-top: solid 1px #EBEDEF;
}
.cartTableHeader {
	background: #EBEDEF;
}
.cartFooter {
	padding: 20px;
	border-top: solid 1px #eee;
	background: #EBEDEF;
	display: inline-block;
	width: 100%;
}
#cart-summary tr td:nth-child(2) {
	text-align: right;
}
/* =============================================================== */
/* / /right side bar  //> .rightSidebar //> if needed
/* =============================================================== */

.caps {
	border-top: 0 none;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 16px;
	overflow: hidden;
	padding: 0 0 16px;
	text-align: right;
	text-transform: uppercase;
}
.rightSidebar #cart-summary {
	margin-top: 0;
}
.rightSidebar #cart-summary tr:first-child td {
	border: none;
}
.cartMiniTable {
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.rightSidebar img {
	max-width: 100%;
}
.rightSidebar .section-title-inner {
}
.categoryListPanel {
	background: #EBEDEF;
}
.contentBox {
	margin-bottom: 15px;
}
.rightSidebar .product-image img {
	float: left;
	max-width: 100%;
	width: 90px;
	margin-right: 10px;
}
.rightSidebar .product, .rightSidebar .product_une, {
	padding: 10px 0;
}
.rightSidebar .item {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 0;
}
.rightSidebar .item h4 {
	margin-top: 0;
}
.item h4 a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.couponForm input[type="text"] {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	height: 33px;
}
.couponForm .btn {
	border-radius: 0 3px 3px 0;
}
span.success, p.success div.success {
	color: #8BB418;
}
#total-price {
	font-size: 22px;
	font-weight: bold;
}
/* =============================================================== */
/*  CHECKOUT PAGE START
/* =============================================================== */

.orderStep {
	clear: both;
	display: inline-block;
	height: 60px;
	padding: 0;
	margin-bottom: 30px;
	width: 100%;
}
.orderStep li {
	display: inline-block;
	float: left;
	height: auto;
	margin: 0;
	min-height: 55px;
	padding: 0;
	width: 20%;
}
.orderStep li.active a {
	color: #fff;
}
.orderStep li.active a {
	position: relative;
}

.orderStep li a {
	background: #EFF0F2;
	display: inline-block;
	font-size: 14px;
	height: 100%;
	line-height: normal;
	padding: 20px 0 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
}

.orderStep .success a{background-color:#FCF8E3;}
.orderStep .alert a{background-color:#A0131C;color: #FFFFFF;}

.orderStep li a i {
	background: rgba(0, 0, 0, 0.05);
}
.orderStep li.active a i {
	background: #006329;
	color: #FFFFFF;
}
orderStep li.alert a i {
	background: #fb9198;
	color: #FFFFFF;
}
.orderStep li.alert a span {
	display: block;
	padding: 5px 0;
	background: #fb9198;
}


.orderStep li.active a span {
	display: block;
	padding: 5px 0;
	background:#57AA26;
}
.orderStep li a i {
	border-radius: 0;
	display: block;
	font-size: 20px;
	height: auto;
	left: 0;
	line-height: 40px;
	margin-top: -20px;
	padding: 0;
	text-align: center;
	width: auto;
	float: none !important;
}
.orderStep li a span {
	display: block;
	padding: 5px 0;
	
}
/* payment */

.paymentBox {
	margin-bottom: 30px;
	display: block;
}
.checkoutReview .CartProductThumb a img, .checkoutReview .CartProductThumb  img {
	width: 50px;
}
/* =============================================================== */
/* Account// Address // Order //  Creation
/* =============================================================== */

.myAccountList li {
	text-align: center;
}
.myAccountList li a {
	font-size: 14px;
	display: block;
}
.myAccountList .thumbnail {
	padding: 10px 0 0;
}
.myAccountList .thumbnail:hover{
	background: #F5F5F5;
}
.myAccountList .active{
	background: #F5F5F5;
	color:#BA5A42;
	
}
.myAccountList li a i,.myAccountList li  i {
	display: block;
	clear: both;
	font-size: 44px;
	margin-bottom: 10px;
}
h2.block-title-2, .formBox h3, .block-title-2 {
	border-bottom: 1px solid #CECECE;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px 0 0;
	position: relative;
	text-transform: uppercase;
}
.panel-footer-address .btn {
	margin-right: 5px;
}
/*------- cart & Wisth list -------*/

.CartProductThumb a img, .CartProductThumb a img,.CartProductThumb img, .CartProductThumb img {
	width: 86px;
	max-width: 100%;

}




tr.CartProduct {
	border-bottom: 1px solid #E7E9EC;
}
tr.CartProduct td {
	padding: 10px 0;
}
/* mycart */

.cartTableHeader {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
/* =============================================================== */
/* ABOUT PAGE
/* =============================================================== */

.innerPage {
	padding-top: 30px;
}
.parallaxOffset {
	margin-top: 70px;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}
.parallaxOffset.down {
	margin-top: 28px;
}
.parallax-image-aboutus {
	background: url(../../images/site/about-bg.jpg) no-repeat 50% -80px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;/* IE FIX */
}
.parallax-image-aboutus .parallax-content {
	padding: 150px 0;
}
.title-big {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}
.padding-top-30 {
	padding-top: 30px;
}
.form-newsletter input {
	margin-bottom: 20px;
}
.hr30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.hr40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
/* =============================================================== */
/* CONTACT US PAGE
/* =============================================================== */

.whitebg {
	background: #fff;
}
.fixedContent {
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
}
.wrapper.contact-us {
	background: #FFFFFF;
	display: block;
	margin-top: 450px;
	position: relative;
	width: 100%;
	z-index: 4;
}
.h1error {
	font-size: 80px;
	font-weight: bold;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.err404 {
	font-weight: lighter;
}
/* =============================================================== */
/*WEB PAGE PROGRESS BAR CSS
/* =============================================================== */

.pace .pace-progress {
	background: #fff;
	background: rgba(255,255,255,0.80);
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}
.pace-inactive {
	display: none;
}


/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */

.TexteBoutonsPlantes
{
	position: absolute;
	color: white;
	top: 20%;
	left: 10%;
	font-size: 26px;
	line-height: 32px;
	text-align: left;
	font-family: Dosis,Arial,Helvetica,sans-serif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1800px) {
.banner, .slider-content, .slider, .slider-v2 {
	max-height: 500px;
	background: url("../../images/SiteLepage-frise-imperata.jpg") repeat-x center;
	/*background: #57AA26;*/
}
.sliderImg {
	width: 100%;
}
}
@media only screen and (max-width : 1224px) {
input.quanitySniper {
	width: 35px !important;
}
}
@media (max-width: 1200px) {
	.slider-item{
		width: 100%;
		overflow: hidden;
		height: 100%;
	}
}
@media (max-width: 1024px) {
.navbar.stuck .navbar-top {
	margin-top: 0 !important;
}
.banner {
	margin-top: 70px !important;
}
.header-version-2 .banner {
	margin-top: 130px !important;
}
.social li {
	margin: 0 6px 0 0;
}
}
 @media (max-width: 979px) and (min-width: 768px) {
.cartMenu a.dropdown-toggle {
	height: 60px;
}
.cartRespons {
	display: none;
}
.texteBoutonsMenu {
	display: none;
}
}
 @media (max-width: 979px) {
 	
/* iPads (portrait and landscape) ----------- */


.subCategoryThumb img {
	height: 100% !important;
}
.container {
	width: 100% !important;
	max-width: 900px !important;
}
.category-top {
	margin-top: 30px;
}
.cartRespons {
	font-size: 0;
}
.hidden-xs .cartMenu .dropdown-toggle {
	padding-bottom: 9px;
	padding-top: 16px;
}.sliderText {
	margin-top: 6%;
}
.header-version-2 .sliderText {
	margin-top: 10%;
}
.sliderText .inner {
	padding: 15px;
}
.sliderTextFull {
	margin-top: 15%;
}
.sliderText h1 {
	font-size: 30px;
}
.sliderText.white h1 {
	padding-bottom: 0;
}
.sliderText.white h3.price {
	font-size: 18px;
	padding-bottom: 0;
}
.sliderText.white .inner {
	padding: 5px 0;
}
h1.xlarge {
	font-size: 36px;
}
.sliderTextFull h3 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
}
.sliderInfo .btn-lg, .sliderText.white .btn {
	font-size: 14px;
	line-height: 1.471;
	padding: 5px 15px;
}
#pager2 {
	bottom: 0;
}
#pager2 span {
	border-width: 1px;
	height: 10px;
	width: 10px;
}
.sliderControl {
	border-radius: 2px;
	padding: 0 2px;
	top: 45%;
}
.sliderControl .fa-3x {
	font-size: 2.5em;
}
#pager a {
	font-size: 14px;
	padding: 5px 0;
	font-weight: normal;
}
}
 /* OLD @media (max-width: 767px) and (min-width: 0) {*/
 @media (max-width: 800px) and (min-width: 0) {
/* ipad 4 , iphone 4 fixed */
.hidden-xs {
	display: none !important;
	visibility: hidden !important;
}
.TexteBoutonsPlantes
{
	font-size: 20px;
	line-height: 25px;
	top: 20%;
	left: 12%;
}
}
 @media (max-width: 767px) {
/* phones */

.banner{
	display: none;
}

.main-container{
	margin-top: 0;
}

.userMenu{
	font-size: 16px;
}

.minict_wrapper{
	display: none;
}
.search_mods{
	display: none;
}
#filterzone{
	display: none;
}

.userMenu li a {
	padding-top: 3px;
	line-height: normal;
}
.phone-number i.glyphicon-phone-alt {
	padding-top: 2px !important;
}
.navbar-brand {
	padding: 0px;
}
.miniCartFooter {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border-top: 2px solid rgba(255, 255, 255, 0.5)!important;
	margin-top: 10px!important;
}
.cartMenu table tr {
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
.cartRespons {
	font-size: 14px;
}
.navbar-cart {
	padding-right: 0;
	padding-left: 0;
}
.navbar-cart.in .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #fff;
	background: rgba(255,255,255,0.7) !important;
}
.miniCartFooter .btn {
	color: #fff !important;
}
.miniCartProduct, .miniCartProduct a, .miniCartProduct p, .miniCartProduct .size, .miniCartProduct .price, .dropdown-header {
	color: #FFFFFF;
}
.megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
	color: #fff;
}
.searchInputBox {
	max-width: 80%;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
}
.megamenu .dropdown.megamenu-50width .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
}
.megamenu .dropdown.megamenu-40width .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
}
.megamenu-content ul {
	margin-bottom: 15px;
}
.megamenu-content ul li {
	border-color: rgba(255, 255, 255, 0.2);
}
/* ------- banner slider responsive ------- */
.banner {
	margin-top: 70px !important;
}
.sliderTextFull .inner.dark {
	max-width: 100%;
	padding: 5px;
}
.parallaximg.ismobile {
	margin-top: 0 !important;
}
h1.xlarge {
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 0;
}
.sliderTextFull h3 {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 0;
}
.sliderText h1 {
	font-size: 24px;
	padding-bottom: 0;
}
.sliderInfo .btn-lg {
	font-size: 12px;
	padding: 5px 10px;
}
.sliderText .inner {
	padding: 5px;
}
.sliderText h3.price {
	font-size: 16px;
	padding-bottom: 2px;
}
.featureImg a {
	margin-bottom: 20px;
}
.navbar-top i {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding: 3px 0 0;
}
.text-left-xs {
	text-align: left !important;
}
}
 @media (max-width: 580px) {
	/* phones (portrait and landscape) ----------- */
	
.minict_wrapper{
	display: none;
}
.search_mods{
	display: none;
}
#filterzone{
	display: none;
}
.xs3Response . {
 width: 50% !important;
}
.sliderTextFull {
	color: #FFFFFF;
	margin-top: 12%;
}
.parallax-content h2 {
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
}
.parallax-content h3 {
	font-size: 16px;
	line-height: normal;
}
.style2 .section-title, .section-title.style2 {
	font-size: 24px;
}
.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
	margin-left: 10%;
	top: 32px;
	width: 80%;
}
.orderStep li a span {
	font-size: 11px;
}
.categoryFooter .pagination {
	margin-bottom: 10px;
}
.sp-thumbs {
	bottom: 0 !important;
}
.CartProductThumb a img {
	margin-right: 5px;
}
#pager2 {
	bottom: 0;
}
#pager2 span {
	border-width: 1px;
	height: 10px;
	width: 10px;
}
.sliderControl {
	border-radius: 2px;
	padding: 0 2px;
	top: 45%;
}
.sliderControl .fa-3x {
	font-size: 2em;
}
#pager a {
	font-size: 14px;
	padding: 5px 0;
	font-weight: normal;
}
}
 @media (max-width: 480px) {
#pager a {
	font-size: 12px;
}
.navbar-toggle {
	background: none !important;
}
h1.xlarge {
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	padding-bottom: 0;
}
h1.x2large {
	font-size: 38px;
}
.title-big {
	font-size: 38px;
}
.sliderTextFull h3 {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 2px;
	margin-top: 0;
	padding-bottom: 0;
}
.sliderText h1 {
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 0;
}
.sliderInfo .btn-lg {
	font-size: 12px;
	padding: 4px 8px;
}
.sliderText .inner {
	padding: 2px;
}
.sliderText h3.price {
	font-size: 16px;
	padding-bottom: 2px;
}
.supportLi h4 {
	font-size: 14px;
}
.cartTableHeader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.CartProduct .delete i {
	font-size: 16px !important;
}
.CartProductThumb a img ,.CartProductThumb img{
	max-width: 60px !important;
}
.CartDescription h4 a {
	font-size: 14px !important;
	line-height: normal;
}
.cart-actions button, .cart-actions .wishlist {
	font-size: 14px;
	padding: 10px;
}
.cart-actions button, .cart-actions .wishlist, .addto button {
	font-size: 14px;
	padding: 10px;
}
.search-box .input-group {
	margin-top: 13px;
}
.navbar-brand.windowsphone {
	display: block;
	float: left;
}
.navbar-brand.windowsphone img {
	max-width: 65px;
}
.featuredPostContainer.globalPadding {
	padding: 10px 0 !important;
}
.breadcrumb > li {
	font-size: 12px;
}
}
 @media (max-width: 400px) {
#pager a {
	font-size: 10px;
}
.container {
	min-width: 310px;
}
.cartFooter .box-footer div {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
.navbar-brand {
	/*padding: 17px 0 0 10px;*/
}
.navbar-brand img {
	max-width: 100px;
}
.navbar-header.isios .navbar-brand img {
	max-width: 60px!important;
}
.navbar-header .navbar-toggle {
	margin-right: 10px;
	padding: 9px 2px;
}
.xsResponse .item, .xs3Response .item {
	width: 100% !important;
}
.cartFooter {
	padding: 5px 0;
}
.checkoutReview th {
	font-size: 13px;
}
}
 @media (max-width: 320px) {
.container {
	width: 100% !important;
	max-width: 320px !important;
}
.banner {
	width: 100% !important;
	max-width: 320px !important;
	overflow: hidden !important;
}
}

.iconensoleillement{
font-family: icomoon;font-size:18px;color:#AAAAAA;
margin-top:-2px;
}
.input-mini{width:42%;}

.container2 {
  
  padding-left:50px;
  padding-right:50px;
}
.size20px {
	font-size: 20px;
}
.size01em {
	font-size: 0.1em;
}
.size02em {
	font-size: 0.2em;
}
.size03em {
	font-size: 0.3em;
}
.size04em {
	font-size: 0.4em;
}
.size05em {
	font-size: 0.5em;
}
.size06em {
	font-size: 0.6em;
}
.size07em {
	font-size: 0.7em;
}
.size08em {
	font-size: 0.8em;
}
.size09em {
	font-size: 0.9em;
}
.size10em {
	font-size: 1em;
}
.size11em {
	font-size: 1.1em;
}
.size12em {
	font-size: 1.2em;
}
.size13em {
	font-size: 1.3em;
}
.size14em {
	font-size: 1.4em;
}
.size15em {
	font-size: 1.5em;
}
.size16em {
	font-size: 1.6em;
}
.size17em {
	font-size: 1.7em;
}
.size18em {
	font-size: 1.8em;
}
.size19em {
	font-size: 1.9em;
}
.size20em {
	font-size: 2em;
}
.size30em {
	font-size: 3em;
}
.size40em {
	font-size: 4em;
}
.size50em {
	font-size: 5em;
}
.size60em {
	font-size: 6em;
}
.size70em {
	font-size: 7em;
}
.size80em {
	font-size: 8em;
}
.size90em {
	font-size: 9em;
}

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.normal {
	font-style: normal;
	font-weight: normal;
}

.search_mods{
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  list-style:none;
  margin:20px 1px 20px 1px;
  padding:5px ;
}
.search_mods_btn{transition:all 0.2s ease-in;
	cursor:pointer;
  border:1px solid #fff;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  list-style:none;
  padding:8px 15px;
  background-color:#57AA26;
  color:#fff;
  font-weight:bold;
  line-height:105%;
 
}


.ocre{background-color:#DCAF87;}
.brown{background-color:#986B4A;}
.grey{background-color:#909793;}
.blue{background-color:#0E6BB1;}

.ocre:hover{background-color:#E5C6AC;}
.brown:hover{background-color:#B77647;}
.grey:hover{background-color:#BFBBB9;}
.blue:hover{background-color:#389AE0;}

.myselect{background-color:#57AA26; box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset; }
.myselect:hover{background-color:#006329;}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 45px; 
  margin-top:3px;
  padding-left:20px;
 color:#2C3E50;
}

.panel-input{background-color:#57AA26; height: 48px; }



.lifilter .badge{
	cursor:pointer;
	margin-right: 5px;
	background-color:#006329;
	animation-duration: 1s;
}
.lifilter:hover .badge{
	cursor:pointer;
	margin-right: 5px;
	background-color:#8F1B1D;
}

.lifilter:active .badge{
		background-color:#BFBBB9;
}

.fixed{position:fixed; margin-top:100px;width:22.95%}
#second_shopping{display:none;}


@media (max-width: 800px) {
#second_shopping{display:block;}
}

@media (max-width: 1199px) {
	#second_home{display:none;}
	
		.desc_icon{margin-top:25px;}
	.item h4 a ,.desc_icon, .price{font-size:1.1em;}
}
@media (max-width: 1299px) and (min-width: 1200px) {
		.desc_icon{margin-top:25px;}
	.item h4 a, .desc_icon, .price  {font-size:0.6em;}
}
@media (max-width: 1399px) and (min-width: 1300px) {
		.desc_icon{margin-top:25px;}
	.item h4 a ,.desc_icon, .price {font-size:0.7em;}
}
@media (max-width: 1599px) and (min-width: 1400px) {
		.desc_icon{margin-top:25px;}
	.item h4 a ,.desc_icon, .price {font-size:0.9em;}
}
@media (max-width: 1799px) and (min-width: 1600px) {
	.desc_icon{margin-top:25px;}
	.item h4 a,.desc_icon, .price  {font-size:1em;}
}
@media (min-width: 1800px) {
		.desc_icon{margin-top:25px;}
	.item h4 a ,.desc_icon, .price{font-size:1.1em;}
}
@media (min-width: 1980px) {
	.desc_icon{margin-top:10px;}
	.item h4 a ,.desc_icon, .price{font-size:1.1em;}
}

.delete_from_basket:hover{cursor:pointer;color:#8F1B1D;}
.error{
	color:#8F1B1D;
}
.form-control.error{
	color:#8F1B1D;
	border-color:#8F1B1D;
	background-color:#f4d2d3;
}

#float_container {
	display:none;
        width: 100%;
        height: 40px;
        cursor:pointer;
        position: fixed;
        z-index:10000;
        bottom: 0;
        left:0;
        border:2px solid #AAA;
        color:#fff;
        font-size:1.5em;
        text-align:center;
        padding-top:5px;
        background:rgba(0, 0, 0, 0.3);
}
#float_container:hover{color:#D56C3F; background:rgba(0, 0, 0, 0.6);-webkit-animation-name: fadeInUp;
	animation-duration: 1s;
	animation-delay: 0.3s;}
	
	
.MsoNormal{font-size: 1.5em;    font-weight: 200;  text-align:center  line-height: 1.4;  margin-bottom: 20px;color: #34495e;font-family: "Source Sans Pro",sans-serif;}
p.MsoNormal{text-align:justify;}
.MsoNormal li {list-style-type: square;margin-left:50px;}

.titre_genre{color:#fff;background-color:#967D64;}

.btn_infinite{
	color:#fff;
	
	background-color: rgb(160, 19, 28);
	
}

.lh110{line-height:110%;}

.nouv{
	text-shadow:rgba(0, 0, 0, 0.8) 0 1px 3px, #FFFFFF 0 0 1px; position:absolute;color:#fff;font-size:1.2em;margin-top:-30px;margin-left:30px;
}

/*.mt50{margin-top:50px;}*/
.mt100{margin-top:100px;}

.bg-grade{
background: #67d9fc; /* Old browsers */
background: -moz-linear-gradient(top,  #00bffb 0%, #ffffff 76%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00bffb 0%,#ffffff 76%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00bffb 0%,#ffffff 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bffb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border-bottom:#0A8B30 10px solid;
height:267px;
}


.colissimorelais, .dpdrelais{
	border:1px solid #006329;
	background-color:#edede8;
	margin-bottom:10px;
	padding:10px;
	cursor:pointer;
	transition-duration: 0.5s;
}
.colissimorelais:hover .dpdrelais:hover{background-color:#F0ECD8;}

.colissimorelais.selected, .dpdrelais.selected{
	border:1px solid #006329;
	background-color:#57AA26;
	margin-bottom:10px;
	color:#fff;
}
.inforelais{
			  border:1px solid #006329;
		padding:10px;
}
.lettrine:first-letter{font-size:300%;;margin-top:-100%;}

.product-gray {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+80,cccccc+100 */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 80%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 80%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 80%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.details-description {
	margin-bottom: 20px;
}
Caption {
	line-height:30px;
	font-weight:bold;
	font-size:2em;
	background:#419334;
	color:#fff;
}