﻿

/*************************
*******Typography******
**************************/
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(//fonts.googleapis.com/css?family=Quicksand);
@import url(//fonts.googleapis.com/css?family=Questrial:400,300,400italic,500,700,100);
@import url(//fonts.googleapis.com/css?family=Alef);
@import url(//fonts.googleapis.com/css?family=Muli);
@import url(//fonts.googleapis.com/css?family=Didact+Gothic);
@import url(//fonts.googleapis.com/css?family=Lato);
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
body {
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Lato",sans-serif;
  color: #000;
  position: relative;
  font-weight:400px;
  /* background:#ededed; */
  background: #fff;
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a, a:hover, a:visited {color:#2a6e47;}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Questrial', sans-serif;
  font-weight: 900;
}

h1 {
  margin-bottom: 35px;font-size: 28px;
}
.pointer{cursor: pointer;}
.container{background: #FFF;}
.col-sm-12 .container {padding: 0; width: auto;}

label {
    font-weight: 400;
}
.btn:hover,
.btn:focus{
  outline: none;
  box-shadow: none;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #2a6e47;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}


/*************************
*******Header CSS******
**************************/

#header .wrapper {
  /* background: none repeat scroll 0 0 #FFF; padding: 8px 0; */
  background-color: transparent;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  position: static; overflow: inherit;
}
#header em {font-style : normal;}
.logo img {height: 75px;}
#header .container-fluid {padding-left:0;}
/* #header a:visited, #header a:focus, #header a:hover {color: #2a6e47;text-decoration: none;} */

.nav > li.item a{
  color:#2a6e47; 
  /* border:#fff 1px solid; border-radius: 3rem;  */
  padding: 0 15px;}
.nav > li.item > a:hover {
  text-decoration: none;
  color:#2a6e47;
  background:none;
}
.nav > li.item.current > a, .nav > li.item.current > a:hover {color:#fff;}
#header > li.dropdown > a.dropdown-toggle {
  color: #2a6e47;
  transition: 300ms;
}
/* #header li.dropdown > a.dropdown-toggle:visited, 
#header li.dropdown > a.dropdown-toggle:focus {color: #fff;} */
#header li.dropdown > a.dropdown-toggle:hover {
  text-decoration: none;
  background: none;
  color:#2a6e47;
}

#header .wrapper nav.customer { clear: both; padding: 16px 0; float: right;}
#header .wrapper nav.customer li { float: left;}
#header .wrapper nav.customer li::after {content: "\00a0/\00a0";}
#header .wrapper nav.customer li:last-child::after {content: "";}
#header .wrapper nav.customer ul.dropdown-menu li a:hover, 
#header .wrapper nav.customer ul.dropdown-menu li a:focus, 
#header .wrapper nav.customer ul.dropdown-menu li a:visited {
  font-family: 'Quicksand', sans-serif;
  /* background-color: #fff; */
  color: #2a6e47;
  text-decoration: none;
}
#header .wrapper nav.customer ul.dropdown-menu {font-family: 'Quicksand', sans-serif;}
#header .wrapper nav.customer ul.dropdown-menu li:after{content: none;}

/*responsive navbar*/








.navbar-toggle { background-color: #2a6e47;margin:0}
.navbar-default { background-color: #fff; border-color: #fff;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #f7941d;}
.navbar-default .navbar-toggle { border-color: #fff;}
.navbar-nav > li > a { padding-top: 3px; padding-bottom: 3px; line-height: normal;}
.nav > li > a { position: relative; display: inline-block; padding: 0 3px;}
.navbar-collapse {padding-right: 0;}
.bkg{background-color: #fff; background-image: none;transition: all 0.3s ease;-webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);}
.shadow{
  /* background-image: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.15) 100%); */
  background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.7) 0,rgba(255, 255, 255, 0.5) 100%);
  background-repeat: repeat-y; 
  border: 0;
  transition: all 0.3s ease;
  border-bottom:solid 1px rgb(255, 255, 255);
}
#header .wrapper ul.menu-access li {float:right; margin: 0 5px;}
#header .wrapper ul.menu-access li a.green {color:#fff;}
#header .wrapper ul.menu-access li:first-child{margin-right:0;}
#header .wrapper .nav.navbar-nav {clear: both; padding: 16px 0;float:right;}
#header .wrapper .nav.navbar-nav li:after{content:"\00a0/\00a0"}
#header .wrapper .nav.navbar-nav li:last-child:after{content:""}
#header .wrapper .nav.navbar-nav li a, #header .wrapper nav.customer ul.dropdown-menu li a {color:#2a6e47;}
.btn.normal {color: #717171;}
#header a.btn.green {color:#FFF; background: #2a6e47;border-radius:0px;}
/* #header .navbar.shadow .nav li.item a {color:#fff;} */
#header .navbar-nav {margin-left: 15px;}
#header .navbar-nav .item { text-transform: uppercase; font-family: "open sans", sans-serif; font-weight: bold; /*margin-left: 15px;*/}
#header .navbar-nav > li {margin-top: 5px;}
#header .navbar-nav.navbar-right {margin-top: 5px;}
#header .navbar-nav li:last-child {margin-right: 15px;}
#header .navbar-nav .item > a {line-height: 50px; }
#header .navbar-nav .item i {font-size: 1em; padding-right: 2px;}
/* #header .navbar-nav li.dropdown a.dropdown-toggle {color:#fff;} */
#header .navbar-nav li.dropdown a.dropdown-toggle:hover, #header .bkg .navbar-nav li.dropdown a.dropdown-toggle  {color:#2a6e47;}
/* new navbar */
/* #header .navbar {background-image: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat: repeat-y; border: 0px;} */
#header .navbar-nav .fa, #header .navbar-nav .dropdown .dropdown-toggle i[class*="icon"] {font-size: 2.75em;}
#header .navbar-nav .fa.fa-lock {Font-size:14px;}
#header .navbar-nav .dropdown-item .fa, #header .navbar-nav .dropdown-submenu .fa {font-size: 1em;}
#header .navbar-brand {
  padding: 5px 5px 5px 25px; 
  /*margin-top: 15px;*/ 
  /* background-color: #fff; */
  height: 60px;
}
#header .navbar-brand img {height: 50px;}
/* #header .navbar-nav .current {background-color: #2a6e47;} */
#header .navbar-nav .current > a {background-color: #2a6e47;}
#header .navbar-nav .current > a:hover{background-color: #2a6e47;}

#header .navbar-nav .current .a, .nav > li.current > .a:hover {color: #fff;}
#header .navbar-toggle {
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#header .navbar-menu {display: none;}
#header .navbar-menu i{font-size: 2.25em; color: #2a6e47;}

.navbar-account {display: none;}

/* #header #main_nav .navbar-right {padding-top: 18px;} */
/* #header .nav .open > a, .nav .open > a:hover { background-color: rgba(255, 255, 255, 0); } */
#header .dropdown-menu > li > form { display: block; padding: 3px 20px; }
.dropdown-menu{
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header .dropdown-menu{min-width: 250px; border-radius: 0; border-color: #2a6e47;  }
/* #header .dropdown-menu li a.btn {color:#fff;} */
#header .dropdown-menu li a {margin-bottom: 5px;}
#header .dropdown-menu li a:hover{background: none; text-decoration: underline; transition: 300ms;}
#header .dropdown-menu li a.btn.btn-primary:hover{background: #2a6e47;}







/* fix bootstrap dropdown */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #2a6e47;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #2a6e47;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2a6e47;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #2a6e47;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: #fff;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  color: #2a6e47;
  background-color: #fff;
}
.nav > li.item > a:hover {
  color: #2a6e47;
  background-color: #fff;
}
.nav .open a.dropdown-toggle, .nav .open a.dropdown-toggle:focus, .nav .open a.dropdown-toggle:visited  {background-color: transparent !important;border-color: transparent !important;}
.nav .open a.dropdown-toggle, .nav .open a.dropdown-toggle:hover, .nav .open a.dropdown-toggle:visited {color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.nav a.dropdown-toggle:hover, #header .navbar-nav li.dropdown a.dropdown-toggle:hover{color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.6);}
/* .dropdown:hover .dropdown-menu {
  display: block;
} */














#header span.item-count {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -8px;
  left: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  background-color: #f39c12;
}

.icontext .icon-wrap {
  position: relative;
}
.icon-wrap {
  text-align: center;
}
.icontext .text-wrap {
  line-height: 1.2;
  padding-left: 10px;
}
.text-wrap {
  white-space: normal !important;
}
.icontext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* #header .dropdown.cart ul { background-color: #2a6e47; color: #fff;} */
#header .dropdown.cart .dropdown-menu { min-width: 400px; padding:15px}
#header .dropdown.cart table { width: 100%; }

#header .dropdown.cart tr {border-bottom:1px dotted #2a6e47;}
#header .dropdown.cart tr:last-child	{border-bottom:none;}
#header .dropdown.cart td {padding:2px 0; text-align:left; vertical-align:text-top;}
#header .dropdown.cart td:last-child	{text-align:right;width:70px;}
#header .dropdown.cart td:first-child	{width:30px;}
#header .dropdown.cart td .item-name {width:260px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
/* #header .dropdown.cart .amount {background:#2a6e47;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px; color:#fff; text-align:left; margin-top:10px;padding:3px; margin-bottom: 3px} */
#header .dropdown.cart .amount.row {margin-left: 0; margin-right: 0;}
#header .dropdown.cart .amount span {display:inline-block; padding:5px;width:46%;}
#header .dropdown.cart .amount span:last-child {text-align:right;}




















/* dropdown-submenu */
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{
  border-top: none;
}


#menu-sd{display: none}

.contactinfo ul li {
  color: #fff;
  /*font-size: 12px;*/
  font-family: 'Questrial', sans-serif;
}

.contactinfo .nav > li {
    position: relative;
    display: inline-block;
}

.contactinfo ul li:first-child{
    margin-left: -15px;
}

.contactinfo ul >li> a{
  color: #fff;
}

.contactinfo ul> li >a:hover{
	background:inherit;
}

.contactinfo ul li i {
  /*font-size: 18px;*/
  vertical-align: middle;
  margin-right: 5px;
}
.contactinfo ul li i.icon-icon-arrow-top{margin-right: 0px; margin-left: 5px;}

/* main level link hover */
/* sub levels link hover */
#block-account ul li:hover > a, #block-account li:hover li > a {background: none;border: none;color: #666;-webkit-box-shadow: none;-moz-box-shadow: none;}
#block-account ul > a:hover 			{color: #444 !important; -webkit-border-radius: 0;-moz-border-radius: 0;text-shadow: 0 1px 1px rgba(0,0,0, .1);}
/* dropdown */
#block-account li:hover {background: #fff;}
#block-account li:hover > a {color: #2a6e47 ;}
#block-account li:hover > ul 			{display: block;}
/* level 2 list */
#block-account ul 					{margin: 0;right: 0; min-height:50px;background: #fff;/*border:solid 1px #2a6e47;*/
								box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
								display: none;
								padding: 15px;
								position: absolute;
								top: 36px;
								width: 285px;
								z-index: 99999;
								border-radius: 10px 0 10px 10px;
								-moz-border-radius: 10px 0 10px 10px;
								-webkit-border-radius: 10px 0 10px 10px;
								}
#block-account ul li 					{float: none;margin: 0;padding: 5px;color:#000;}
/* clearfix */
#block-account:after 					{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
#block-account 						{display: inline-block;}

.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  padding:0px;
}


.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
  color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.fa-facebook:hover {
  background: #0083C9;
}

.fa-twitter:hover  {
	background:#5BBCEC;
}

.fa-linkedin:hover  {
	background:#FF4518;
}

.fa-dribbble:hover  {
	background:#90C9DC;
}

.fa-google-plus:hover  {
	background:#CE3C2D;
}
.header_top [class^="icon-"] {
    display:inline-block;
	height: 15px;
    width: 15px;
}

.icon-gift-small {background: url("../images/library/icons-sprites-footer.png") no-repeat scroll -375px -25px transparent;}

.header-middle .container .row {
  /*border-bottom: 1px solid #000;*/
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}

.header-middle .container .row .col-sm-4{
  padding-left: 0;padding-right:0;
}

.header-middle .container .row .col-sm-8 {
	padding-right:0;padding-left:0;
}

.select {
  border-radius: 0;
  color: #B4B1AB;
  font-size: 12px;
  /*margin-right: 20px;
  padding: 2px 15px;
  margin-top: 10px;*/
}

.select:hover {
	background:#2a6e47;
	color:#fff;
	border-color:#2a6e47;
}

.select:active, .select.active {
  background: none repeat scroll 0 0 #2a6e47;
  box-shadow: inherit;
  outline: 0 none;
}

.btn-group.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
      border-top-color: currentcolor;
      border-top-style: none;
      border-top-width: 0px;
  border-top: 1px solid rgba(0,0,0,.1);
}

/* .dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background-color: #2a6e47;
  color: #FFFFFF;
  font-family: 'Questrial', sans-serif;
  text-decoration: none;
} */


/*.shop-menu ul.express li {border-right:solid 1px #000;}
.shop-menu ul.express {background: url("../images/library/icons-sprites.png") no-repeat scroll 0px -64px transparent;}
.shop-menu ul.express li:nth-child(1) {border-right:none;}
.shop-menu ul.express li:nth-child(3) {border-right:none;}*/
.shop-menu ul.express li:nth-child(2) {border-right:solid 1px #000;}
.shop-menu ul.express li .fa-user:before {display:none;}
.shop-menu ul li {
  display:inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-menu i {font-size: 21px;vertical-align: middle;}
.shop-menu i.icon-sep:before {content:"\00a0";}
.shop-menu i.icon-icon-cart-cd {font-size: 26px}
.shop-menu span {line-height: 21px;}

.shop-menu .cart {

  /*background:none;
  padding-left: 15px;
  padding-right: 15px;

  margin-left:15px;*/
  padding:5px;margin-top:5px;
  overflow:hidden;margin-bottom:0;margin-left:0; text-align:center;
}
.shop-menu .cart .icon-shopping-cart{display: inline-block;	background: url("../images/library/icons-sprites.png") no-repeat scroll 0px -35px transparent;
	width: 25px;
	height: 29px;
}
.shop-menu .cart b{display:inline-block;height: 29px;vertical-align:middle;}
.shop-menu .cart ul {overflow:hidden;margin:0;padding:0px; text-align: center; }
.shop-menu .cart li {margin:0;padding:0;padding:0.5em 0 0 0;}
/*.shop-menu .cart li b{padding-top:0.5em;}*/
.shop-menu .cart a:hover{color:#2a6e47;}
.shop-menu ul li:last-child {
  padding-right: 0;
}


.shop-menu ul li a {
  background: #FFFFFF;
  color: #000;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding:0;
  padding-right: 0;
  /*margin-top: 10px;*/
}


.shop-menu ul li a i{
	margin-right:3px;
}

.shop-menu ul li a:hover {
	color:#2a6e47;
	background:#fff;
}


.header-bottom {
  padding-bottom: 30px;
  padding-top: 30px;
}

.navbar-collapse.collapse{
  padding-left: 0;
}

.mainmenu ul li{
  padding-right: 15px;
  padding-left: 15px;
}

.mainmenu ul li:first-child{
  padding-left: 0px;
}

.mainmenu ul li a {
	color: #696763;
	font-family: 'Questrial', sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding: 0;
	padding-bottom: 10px;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active,  .shop-menu ul li a.active{
	background:none;
	color:#fdb45e;
}

.search_box input {
  background: #FFF;
  border: solid 1px #000;
  color: #B2B2B2;
  font-family: 'Questrial';
  font-size: 12px;
  font-weight: 300;
  height: 35px;
  outline: medium none;
  padding-left: 10px;
  width: 300px;
  background-image: url(../images/home/searchicon.png);
  background-repeat: no-repeat;
  background-position: 275px;
}
.search_box{position: relative;padding:10px;display:none;}
#search_product{display: none;}
.header-middle .col-sm-4 .cart_express{display:none;}

header .search {padding-top:20px;}

header .search div {
    float: left;
    padding: 0px;
	margin-left:50px;
    position: relative;
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #000;
}
header .search div input[type="text"] {
	border: medium none;
	outline: medium none;
	background: none repeat scroll 0% 0% transparent;
	font-size: 0.85em;
	font-family: "Exo 2",sans-serif;
	color: #777;
	width: 230px;
	padding: 7px;
	margin: 0px;
	transition: all 0.5s ease-out 0s;
}
header .search div input[type="submit"] {
	border: 0px;	border-radius: 0px;
	text-indent: -9999px;
	outline: medium none;
	cursor: pointer;
	background: url("../images/library/icons-sprites.png") no-repeat scroll 0px 0px transparent;
	width: 35px;
	height: 35px;
	/*padding: 8px;*/
}


.menu {
  -moz-box-shadow: 0px 4px 3px 0px #c0c0c0;
  -webkit-box-shadow: 0px 4px 3px 0px #c0c0c0;
  -o-box-shadow: 0px 4px 3px 0px #c0c0c0;
  box-shadow: 0px 4px 3px 0px #c0c0c0;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=3);
  margin-bottom: 1em;
}
/*.menu .container{padding-bottom:1em;}*/
.carousel-inner img{width:100%;}
#slider-carousel ol.carousel-indicators{display: none;}

/*  Dropdown menu*/

.navbar-header
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /* background-color: #fff; */
    background: none;
}

.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}

.dropdown ul.sub-menu li .active{
  color: #FDB45E;
  padding-left: 0;
}


.navbar-nav li ul.sub-menu li{
  padding: 10px 20px 0 ;
}

.navbar-nav li ul.sub-menu li:last-child{
  padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a{
  color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover{
    color: #FDB45E;
}

.toplinks-wrap {float: right;}
#top-cart 					{min-width: 143px;height: 36px;/*position:absolute; z-index:99999;*/float:left;}
#top-cart .links 				{float: left;list-style: none;margin:0;padding:0;line-height: 100%;}
#top-cart .links li 				{display:inline-block;margin-right: 10px;}
#top-cart .links a 				{display: inline-block;color:#FFF;}
#top-cart .links a.disconnect {margin-left:0;border-left:none;}
#top-cart .links .btn {border-left:none;border-right:none;}

#block-cart 				{position:relative;margin:0;padding: 0;line-height: 100%;width: 143px;}
#block-cart li 				{margin: 0;padding: 0;list-style: none; text-align:center;}
#block-cart table			{width: 100%}
#block-cart tr				{border-bottom:1px dotted #fff;}
#block-cart tr:last-child	{border-bottom:none;}
#block-cart td				{padding:2px 0; text-align:left; vertical-align:text-top;}
#block-cart td:last-child	{text-align:right;width:70px;}
#block-cart td:first-child	{width:30px;}
#block-cart td .item-name {width:260px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#block-cart .amount			{background:#fff;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px; color:#2a6e47; text-align:left; margin-top:10px;padding:3px; margin-bottom: 3px}
#block-cart .amount span 	{display:inline-block; padding:5px;width:46%;}
#block-cart .amount span:last-child {text-align:right;}
#block-cart a 				{text-decoration: none;text-shadow: 0 1px 1px rgba(0,0,0, .3);display: block;margin: 0;line-height:36px;min-width: 143px;background: #2a6e47;height: 34px;color:#FFF}
#block-cart a:hover,#block-cart a:visited 		{color:#fff}
#header .wrapper nav #top-cart li a { color: #FFF;}
#block-cart li .arrow 		{display: inline-block;width: 10px;height: 6px; margin-left:5px;/*position: absolute;top: 2px;right: 5px;*/}
#block-cart li .arrow img	{border:0;}
/* main level link hover */
/* sub levels link hover */
#block-cart ul li:hover a, #block-cart li:hover li a {background: none;border: none;color: #666;-webkit-box-shadow: none;-moz-box-shadow: none;}
#block-cart ul a:hover 			{color: #444 !important;-webkit-border-radius: 0;-moz-border-radius: 0;text-shadow: 0 1px 1px rgba(0,0,0, .1);}
/* dropdown */
#block-cart li:hover > ul 			{display: block;}
/* level 2 list */
#block-cart ul 					{margin: 0;right: 0; min-height:50px;background: #2a6e47;
								box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
								display: none;
								padding: 15px;
								position: absolute;
								/*right: 0;*/
								top: 34px;
								width: 400px;
								z-index: 99999;
								border-radius: 10px 0 10px 10px;
								-moz-border-radius: 10px 0 10px 10px;
								-webkit-border-radius: 10px 0 10px 10px;
								}
#block-cart ul li 					{float: none;margin: 0;padding: 5px;color:#FFF;}
#block-cart ul a 					{font-weight: normal;text-shadow: 0 1px 0 #fff;}
/* clearfix */
#block-cart:after 					{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
#block-cart 						{display: inline-block;}
#block-cart .btn.btn-primary a.button-link, #block-cart .btn.btn-primary a.button-link:hover{color:#fff; text-shadow: none}
#block-cart li ul li .button_set a:hover {color:#fff;color:#fff !important;}
#block-cart .alert{color:#fff}



.fa-angle-down{
  padding-left: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*************************
*******Footer CSS******
**************************/

.footer-top .container {
  /*border-bottom: 1px solid #E0E0DA;*/
  padding-bottom: 20px;
}

.prefooter{background: #2a6e47;overflow: hidden;}
.prefooter a {color:#fff;}
.prefooter h2 {font-size:1.25em;height:50px;}
/* .prefooter [class^="icon-"] {
  display:inline-block;
	height: 75px;
  width: 75px;
} */
.prefooter i {font-size:5em;color:#fff;}

.icon-payment {background: url("../images/library/icons-sprites-footer.png") no-repeat scroll 0px 0px transparent;}
.icon-shipment {background: url("../images/library/icons-sprites-footer.png") no-repeat scroll -75px 0px transparent;}
.icon-like {background: url("../images/library/icons-sprites-footer.png") no-repeat scroll -150px 0px transparent;}
.icon-gift {background: url("../images/library/icons-sprites-footer.png") no-repeat scroll -225px 0px transparent;}
.icon-social {background: url("../images/library/icons-sprites-footer.png") no-repeat scroll -300px 0px transparent;}
.prefooter .link-item {
    margin-bottom: 20px;
    position: inherit;
}

.companyinfo {
  margin-top: 57px;
}

.companyinfo h2 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 27px;
  text-transform: uppercase;
}

.companyinfo h2  span{
  color:#2a6e47;
}

.companyinfo p {
  color: #B3B3AD;
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.footer-top .col-sm-3{
  overflow: hidden;
}

.video-gallery {
  margin-top: 57px;
  position: inherit;
}

.video-gallery a img {
  height: 100%;
  width: 100%;
}

.iframe-img {
  position: relative;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  border: 2px solid #CCCCC6;
  border-radius: 3px;
}

.overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  background: #2a6e47;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
   -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;
}

.video-gallery a:hover .overlay-icon{
  opacity: 1;
}

.video-gallery p {
  color: #8C8C88;
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom:0px;
}

.video-gallery  h2 {
  color: #8c8c88;
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform:uppercase;
  margin-top:0px;
}


.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.address  img {
	width:100%;
}

.address p {
  color: #666663;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}

.footer-widget { background-color: #2a6e47; color:#fff; font-family: "open sans", sans-serif; font-size: 1rem;}
.footer-widget .container, .footer-widget .container-fluid { background-color: #2a6e47; padding: 15px; }
.footer-widget .container .col-sm-8, .footer-widget .container-fluid .col-sm-8 {padding: 15px 0;}
.footer-widget ul.footer-docs li {border-right: solid 1px #fff; padding: 0 10px;}
.footer-widget ul li:last-child {border: none;}
.footer-widget a {color: #fff; text-transform: uppercase;}
.footer-widget ul.footer-about { border-right: 5px solid #f39c12; padding-right: 5px; text-transform: uppercase;}
.footer-bottom {text-transform: uppercase;font-family: "open sans", sans-serif; font-size: 1rem;}
.footer-xs {display: none; background-color: #2a6e47; color:#fff; font-family: "open sans", sans-serif; font-size: 1rem; min-height: 50px;}
.footer-xs .container {background-color: #2a6e47; padding: 15px;}
.footer-xs a {color:#fff;}

.searchform input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;
}


.searchform button {
  background: #2a6e47;
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;
}

.searchform button i {
  color: #FFFFFF;
  font-size: 20px;
}

.searchform  button:hover,
.searchform  button:focus{
	background-color:#2a6e47;
}

.searchform p {
  color: #8C8C88;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}



.footer-bottom p {
  color: #363432;
  font-weight: 300;
}

.footer-bottom p span a {
  color: #2a6e47;
  text-decoration: none;
}


/*************************
******* Home ******
**************************/

.headline {font-size: 1.5em;margin-bottom: 1em;}
.headline h2 {margin-top:0}

/* #slider {
  padding-bottom: 45px;
} */
#home-slider{
  /* padding: 0; */
  background: #F9F9F9;
  color: #fff;
}
#home-slider .container {background: none;}
#column .container {  /*border-top: dotted 1px #2a6e47;*/ border-bottom: solid 20px #ededed;}
.carousel-indicators li {
  background: #C4C4BE;
}

.carousel-indicators li.active {
	  background: #2a6e47;
}

#brand-carousel {margin-bottom:30px; }
#brand-carousel .col-sm-12 {border-bottom: solid #000 1px;border-top: solid #000 1px;}

/* .item {
  padding-left: 100px;
} */
.col-sm-12.full-width {padding-left:0;padding-right:0;}

.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}

.girl {
  margin-left: 0;
}

.item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 115px;
}

.item h1 span {
	color:#2a6e47;
}

.item h2 {
  color: #363432;
  font-family: 'Questrial', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}

.item  p {
	color:#363432;
	font-size:16px;
	font-weight:300;
	font-family: 'Questrial', sans-serif;
}

.get {
  background: #2a6e47;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}


.item button:hover {
  background: #2a6e47;
}

.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
}

.control-carousel:hover{
  color: #2a6e47 ;
}

.right {
  right: 0;
}

.category-products {
  /*border: 1px solid #F7F7F0;*/
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.left-sidebar h2, .brands_products h2 {
  color: #FFF;
  background: #2a6e47;
  font-family: 'Questrial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  padding:8px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
}
.left-sidebar ul {padding:0;margin:0;}
.right-sidebar {padding: 0 0 0 15px;border-left: 1px solid #dcdddd;}
.right-sidebar ul {padding:0;margin:0;}
.right-sidebar .subtitle {color: #FFF;background: #2a6e47;padding: 6px 12px;margin-bottom: 5px;}
.right-sidebar {color:#717171}
.right-sidebar a {color: #000}
.right-sidebar a:hover {color: #2a6e47}
.right-sidebar a:before{font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;content: "\f0da\00a0";}
.right-sidebar .category-products {padding-top: 0}
.right-sidebar .category-products .date {text-align: right;font-style: italic;font-size: 0.8em}
.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 0px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #000;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
/* .panel-body ul{
  padding-left: 20px;
} */
.panel-body ul li a {
  color: #000;
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.brands-name {
  /*border: 1px solid #F7F7F0;*/
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a, .brands-name .nav-stacked li label {
  background-color: #FFFFFF;
  color: #000;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  padding: 5px 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}

.brands-name .nav-stacked li label input {margin-right: 5px;}

.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}


.price-range{
  margin-top:30px;
}

.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}
.well > .title {border-bottom:3px solid #2a6e47; text-transform: none;}

.tooltip-inner {
  background-color: #2a6e47;
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2a6e47;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.padding-right {
  padding-right: 0;
}
.padding-left {
  padding-left: 0;
}
h2.title {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.product-image-wrapper{
	/*border:1px solid #F7F7F5;*/
	overflow: hidden;
	margin-bottom:30px;
}

.single-products {
  position: relative;
}

.new, .sale {
  position: absolute;
  top: 0;
  right: 0;
}

.productinfo h2{
	color: #2a6e47;
	font-family: 'Questrial', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.productinfo h2 span {
  color:#000;
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 8px;
}

.productinfo h2 .price,.productinfo h2 .price span {
  color: #2a6e47;font-size: 24px;
}
.productinfo h2 .price {padding-left:5px;}
.product-overlay h2{
	color: #fff;
	font-family: 'Questrial', sans-serif;
	font-size: 24px;
	font-weight: 700;
}


.productinfo p{
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.productinfo img{
  width: 100%;
}

.productinfo{
  position:relative;
  padding:0.25em;
}

.product-overlay {
  /*background:#2a6e47;*/
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
}

.single-products:hover .product-overlay {
  display:block;border:1px solid #000;
  height:100%;
}


.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.product-overlay .add-to-cart {
  background:#fff;
  border: 0 none;
  border-radius: 0;
  color: #2a6e47;
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
  background:#fff;
  color: #2a6e47;
}


.product-overlay p{
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.reviews-rating span			{color:#000;}
.reviews-rating span.on			{color:#2a6e47;}


.add-to-cart {
  background:#F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.add-to-cart:hover {
  background: #2a6e47;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}

.add-to{
  margin-bottom: 10px;
}

.add-to-cart i{
	margin-right:5px;
}

.add-to-cart:hover {
  background: #2a6e47;
  color: #FFFFFF;
}

/* .choose {
  border-top: 1px solid #F7F7F0;
} */

.choose .icon {font-size: 21px;margin-right: 10px;}
.choose ul li a {
  color: #B3AFA8;
  font-family: 'Questrial', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

.choose ul li a i{
	margin-right:5px;
}

.choose ul li a:hover{
	background:none;
	color:#2a6e47;
}

.category-tab {
  overflow: hidden;
  margin-top:20px;
  border-bottom: 1px solid #000;
}

.category-tab ul {
  /*background: #40403E;*/
  border-bottom: 1px solid #000;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #B3AFA8;
  display: block;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.category-tab ul  li  a:hover{
	background:#2a6e47;
	color:#fff;
}

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #000;
  border:0px;
  color: #FFFFFF;
  cursor: default;
  margin-right:0;
  margin-left:0;
}

.nav-tabs  li  a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right:0;
}

.recommended_items {
  overflow: hidden;
}
.recommended_items h2.title {display: inline-block;border-bottom:3px solid #2a6e47; text-transform: none; }

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #2a6e47;
  color: #FFFFFF;
  font-size: 20px;
  padding: 4px 10px;
}

.recommended-item-control i:hover {
  background: #ccccc6;
}

.our_partners{
  overflow:hidden;
}

.our_partners ul {
  background: #F7F7F0;
  margin-bottom: 50px;
}


.our_partners ul li a:hover{
	background:none;
}

#promo-carousel ul{margin:0;padding:0;}
#promo-carousel img{
  width: 100%; border: 0px;
}

h1.home-title {font-size: 1.25em; margin: 10px 0;}
#column .layout {padding: 36px 44px 20px;}
#column .layout .content {max-width: none;margin: 0 auto;position: relative;word-wrap: break-word;}
#column .layout .content h2 {font-size: 1.5em; font-weight: bold;}
#home-section .container {padding: 90px; background: #2a6e47; color: #FFF;}
#home-main .container {padding: 50px 42px; background: #FFF;}
#home-main h2 {color:#2a6e47;text-transform: capitalize;}
#home-main .date {color:#2a6e47;}
#home-main article .more a {color:#2a6e47;}

/*************************
*******Shop CSS******
**************************/


#advertisement {
  padding-bottom: 45px;padding-top: 45px;
  font-size: 1.25em;
}

#advertisement img {
  width: 100%;
}
#advertisement .features_items {  border-bottom: solid 1px #000;padding-bottom: 2em;}
#advertisement .brand-banner {margin-bottom: 2em;}
.center-row {
	display:table;
}
.v-center {
	display:table-cell;
  vertical-align:middle;
  float:none;
}

.spacer.left {margin-left: 40px;}
.pagination {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
  padding-left: 15px;
}

.pagination  li:first-child  a, .pagination  li:first-child  span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}

.pagination  li:last-child  a, .pagination  li:last-child  span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination  .active  a, .pagination  .active  span, .pagination  .active  a:hover, .pagination  .active  span:hover, .pagination  .active  a:focus, .pagination  .active  span:focus {
  background-color: #2a6e47;
  border-color: #2a6e47;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}

.pagination  li  a, .pagination  li  span {
  background-color: #f0f0e9;
  border: 0;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color:#000;
}

.pagination  li  a:hover{
	background:#2a6e47;
	color:#fff;
}

.toolbar .pull-left,.toolbar .pull-right {margin-right:12px;}
.pull-right .dropdown-menu {left: auto;right:0px;}

/*************************
*******Product Details CSS******
**************************/

.product-details{
	overflow:hidden;
}


#similar-product {
  margin-top: 40px;
}


#reviews {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  display:block;
}
a#reviews{color:#000; text-decoration:none;}
section.reviews header .reviews-rating span {font-size:2.5em;}
section.reviews .summary {
    padding-left: 15px;
}
section.reviews h4{
	font-style:italic;font-family: "Alef",sans-serif;
}
section.reviews h4:before,section.reviews h4:after {font-size: 2em;color: #eaeaea;vertical-align: sub;}
section.reviews h4:before{content: "“\0000a0";}
section.reviews h4:after{content: "”";}
section.reviews .fa-thumbs-up, .recommended .fa-thumbs-up {font-size:1.5em;color:#2a6e47;}
section.reviews .fa-thumbs-up, .recommended .fa-thumbs-up{margin-right:0.5em;}
.recommended .fa-thumbs-up{margin-left:0.5em;}
section.reviews .reviewResponse {color:#aaa;}
section.reviews .reviewResponse .fa-share-square:before {color:#2a6e47;}
section.reviews .goodReview {clear:both;margin:10px 0;}
section.reviews .goodReview strong{float: left;}
section.reviews .goodReview ul.listReview{
  padding-left: 5px;
  overflow: hidden;
  float: left;
}

.product-details {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 10px;
}


.view-product {
  position: relative;
}

.view-product img {
  border: 1px solid #F7F7F0;
  /*height: 380px;*/ max-height:380px;
  /*width: 100%;*/
}

.view-product h3 {
  background: #2a6e47;
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}

#similar-product .carousel-inner .item{
	padding-left:0px;
}

#similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 15px;
  max-width:85px;
}
/* zoom iamge */
#similar-product a.active img{border:1px solid #2a6e47 !important;}
#similar-product .active img{border:1px solid #F7F7F0 !important;}

.item-control {
  position: absolute;
  top: 35%;
}
.item-control i {
  background: #2a6e47;
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 10px;
}

.item-control i:hover{
	background:#ccccc6;
}

.product-information {
 /* border: 1px solid #F7F7F0;*/
  overflow: hidden;
  padding-bottom: 60px;
  /*padding-left: 60px;
  padding-top: 60px;*/
  position: relative;
}

.newarrival{
	position:absolute;
	top:0;
	left:0
}

.product-information h2 {
  color: #363432;
  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  margin-top: 0;
}

.product-information p {
  color: #696763;
  font-family: 'Questrial', sans-serif;
  margin-bottom: 5px;
}

.product-information span {
  display: inline-block; text-align: center;
  /*margin-bottom: 8px;
  margin-top: 18px;*/
}
.product-information span span {
  color: #2a6e47;
  float: left;
  font-family: 'Questrial', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0px;
}
.product-information input[name="quantite"] {
  border:0px;
  color: #696763;
  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}
.product-information .col-sm-5{padding-left:0px;}
.product-information span label {
  color: #696763;
  font-family: 'Questrial', sans-serif;
  font-weight: 400;
  margin-right: 5px;
  display:inline-block;
}

.product-information #qtpanier label {padding-top:10px;}

.product-information .reviews-rating {margin-top:18px;}
.product-information .rayon {
  color: #aaa;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  margin-top: 0;
}
.product-information .quantity {display:inline-block;  border: 1px solid #DEDEDC;}
.product-information .quantity a {display:block; background:#2a6e47;color:#fff;width:30px; text-align:center; }
.product-information .quantity .fa-angle-down,.product-information .quantity .fa-angle-up {padding: 0px;}
.product-information .quantity input[name=quantite] {display:inline-block; height:40px;}
.product-information .col-sm-4 {padding-left:0px;}
.product-information .btn.btn-default{background: #FFF;margin: 0;border: 1px solid #DEDEDC;}
.product-information .btn.btn-default.tooltip-link{background: #F5F5ED;margin-bottom: 10px;}
.product-information .btn.btn-default.tooltip-link:hover{background: #2a6e47;margin-bottom: 10px;}
.product-information .btn.btn-default:hover {border: 1px solid #DEDEDC;}
.product-information .btn-group {padding:0;}
.product-information .btn-group .btn {padding: 0 12px 0 0;}
.product-information .btn-group .btn .fa-angle-down {display: inline-block;font-family: FontAwesome;margin-right:12px;}
.product-information .btn-group .btn span {margin:0;padding-top:11px;width:30px;background:#2a6e47;color:#fff;text-align:center;height:38px;}
.product-information .btn-group .btn i {display:inline-block;font-style: normal;}
.product-information .btn-group del {color:#DEDEDC;}
.scrollable-menu {
    height: auto;
    max-height: 180px;
    overflow-x: hidden;
}

.product-information .price, .product-information .currency {float:none;}
.product-information .price {color:#2a6e47;font-size:2.5em;display:inline;}
.product-information .price span {display:inline;}
.product-information .currency {font-size: inherit;}

.product-information .icon {font-size: 36px;margin-right: 10px;display:block;}


/*.product-information [class^="icon-"] { display:block;width: 36px;height: 36px;}
.single-products [class^="icon-"] { display:inline-block;width: 16px;height: 15px;margin-right: 5px;}
.icon-check, .icon-remove {background: url("../images/library/icons-sprites-footer.png") no-repeat scroll transparent;}
.product-information .icon-check {background-position: -375px -40px;}
.product-information .icon-remove {background-position: -412px -40px;}
.single-products .icon-check {background-position: -389px -25px;}
.single-products .icon-remove {background-position: -404px -25px;}*/

.product-comment {margin-bottom:30px;}
.product-comment p {padding-right: 15px;padding-left: 15px;}
.product-comment h2.title {display: inline-block;border-bottom:3px solid #2a6e47; text-transform: none;}
.share {
  margin-top: 15px;
}

.shop-details-tab {
  border: 1px solid #F7F7F0;
  margin-bottom: 75px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}
.shop-details-tab .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.btn.cart {
    background: #2a6e47 none repeat scroll 0% 0%;
    border: 0px none;
    border-radius: 0px;
    color: #FFF;
    font-family: "Questrial",sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
}

#reviews ul {
  background: #FFFFFF;
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}

#reviews  ul  li {
	display:inline-block;
}

#reviews ul li a {
  color: #696763;
  display: block;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  padding-right: 15px;
}

#reviews ul li a i{
	color:#2a6e47;
	padding-right:8px;
}

#reviews ul li a:hover{
	background:#fff;
	color:#2a6e47;
}

#reviews p{
	color:#363432;
}

#reviews  form span {
  display: block;
}

#reviews form span input {
  background:#F0F0E9;
  border: 0 none;
  color: #A6A6A1;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;
}
#reviews form span input:last-child {
  margin-left: 3%;
}

#reviews textarea {
  background: #F0F0E9;
  border: medium none;
  color: #A6A6A1;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;
}

#reviews button {
  background: #2a6e47;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
}

.product-reviews h2.title {display: inline-block;border-bottom:3px solid #2a6e47; text-transform: none;}
.product-reviews p, .product-reviews .button_set {
    padding-right: 15px;
    padding-left: 15px;
}

.account_reviews ul {list-style: none outside none;margin:0; padding:0;}
.account_reviews ul li {border:solid 1px #000; margin:8px 0;}


/*************************
*******404 CSS******
**************************/

.logo-404 {
  margin-top: 60px;
}

.content-404 h1 {
  color: #363432;
  font-family: 'Questrial', sans-serif;
  font-size: 41px;
  font-weight: 300;
}

.content-404 img {
 margin:0 auto;
}

.content-404 p {
  color: #363432;
  font-family: 'Questrial', sans-serif;
  font-size: 18px;
}

.content-404  h2 {
  margin-top:50px;
}

.content-404 h2 a {
  background: #2a6e47;
  color: #FFFFFF;
  font-family: 'Questrial', sans-serif;
  font-size: 44px;
  font-weight: 300;
  padding: 8px 40px;
}


/*************************
*******login page CSS******
**************************/

#form {
  display: block;
  margin-bottom: 50px;
  margin-top: 50px;
  overflow: hidden;
}

.login-form h2, .signup-form h2 {
  color: #696763;
  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}


.login-form form input, .signup-form form input {
  background: #F0F0E9;
  border: medium none;
  color: #696763;
  display: block;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
}
.login-form form input.error_form, .signup-form form input.error_form	{border:solid 1px crimson; color:#fff;background-color: crimson; }

.login-form form span{
  line-height: 25px;
}

.login-form form span input {
  width: 15px;
  float: left;
  height: 15px;
  margin-right: 5px;
}

.login-form form button {
  margin-top: 23px;
}

.login-form form button, .signup-form form button {
  background: #2a6e47;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-family: 'Questrial', sans-serif;
  padding: 6px 25px;
}

.login-form label input {
  border: medium none;
  display: inline-block;
  height: 0;
  margin-bottom: 0;
  outline: medium none;
  padding-left: 0;
}


.or{
	background: #2a6e47;
	border-radius: 40px;
	color: #FFFFFF;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin-top: 75px;
	text-align: center;
	width: 50px;
}


/*************************
*******Cart CSS******
**************************/

#do_action {
  margin-bottom: 50px;
}

.breadcrumbs {
  position: relative;
  z-index: 10;
}

.breadcrumbs .breadcrumb {
  background:transparent;
  margin-bottom: 2em;
  padding-left: 0;
}

.breadcrumbs .breadcrumb li a {
  background:#2a6e47;
  color: #FFFFFF;
  padding: 3px 7px;margin:0px;
}

.breadcrumbs .breadcrumb li{margin:0px;padding:0px;}
.breadcrumbs .breadcrumb li:after {
  font-family:'FontAwesome';display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  content:"\f0da";color:#2a6e47;
  height:auto;
  width: auto;

}
.breadcrumbs .breadcrumb li.active:after {content:"";}

.breadcrumbs .breadcrumb > li + li:before {
  content: " ";
}

#cart_items .cart_info {
  /*border: 1px solid #E6E4DF;*/
  margin-bottom: 50px;
  /* font-size: 12px; */
  overflow: hidden;
}
#cart_items .alert {padding: 15px; margin-bottom: 15px;}
#cart_items .label {display: block; font-size: 100%}

#cart_items .cart_info .cart_menu {
  background: #2a6e47;
  color: #fff;
  font-size: 14px;
  font-family: 'Questrial', sans-serif;
  font-weight: normal;
}

#cart_items .cart_info .table {margin-bottom:0;}

#cart_items .cart_info .table.table-condensed thead tr {
  height: 51px;
}


#cart_items .cart_info .table.table-condensed tr {
  border-bottom: 1px solid #F7F7F0;
}

#cart_items .cart_info .table.table-condensed tr:last-child {
  border-bottom: 0
}

.cart_info table tr td {
  border-top: 0 none;
  vertical-align: inherit;
}
/* #cart_items .cart_info .cart_quantity_section{width: 120px;} */
.cart_info table.search thead tr td:nth-child(3),
.cart_info table.search thead tr td:nth-child(4),
.cart_info table.search tbody tr td:nth-child(3),
.cart_info table.search tbody tr td:nth-child(4) {text-align: right;}
.cart_info table.search td:nth-child(8) {text-align: center;}

.cart_info table.basket thead tr td:nth-child(3),
.cart_info table.basket thead tr td:nth-child(4),
.cart_info table.basket tbody tr td:nth-child(3),
.cart_info table.basket tbody tr td:nth-child(4) {text-align: right;}
.cart_info table.basket td:nth-child(8) {text-align: center;}

.cart_info table.history tbody tr td:nth-child(4) {text-align: right;}
#list_pharmacy .cart_info table.history tbody tr td:nth-child(4) {text-align: left;}

.cart_info table.dataTable.table-condensed thead .sorting_asc::after,
.cart_info table.dataTable.table-condensed thead .sorting_desc::after,
.cart_info table.dataTable.table-condensed thead .sorting::after {
    top: 16px;
}
.cart_info table.dataTable{margin-top:0px !important;}

#cart_items .cart_info .image {
  padding-left: 30px;
}


#cart_items .cart_info .cart_description h4 {
  margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
  color: #000;
  font-family: 'Questrial',sans-serif;
  font-size: 20px;
  font-weight: normal;

}

#cart_items .cart_info .cart_description p {
  color:#000
}

#cart_items .cart_info .cart_price p {
  color:#000;
  font-size: 18px
}

#cart_items .cart_info .cart_total_price {
  color: #2a6e47;
  font-size: 24px;
}

/*#cart_items .cart_info .table.vendor td:nth-child(-n+2){ text-align: left;}
#cart_items .cart_info .table.vendor td:first-child(3),
#cart_items .cart_info .table.vendor td:first-child(4),
#cart_items .cart_info .table.vendor td:first-child(10){ text-align: center;}*/

/* #cart_items .cart_info .table.vendor td:nth-child(n+11){ text-align: right;}
#cart_items .cart_info .table.vendor tbody tr:last-child td {text-align: right;font-weight: bold} */

#cart_items .cart_info table.new-product tbody tr td:nth-child(6),
#cart_items .cart_info table.new-product tbody tr td:nth-child(7) {text-align: right;}


.cart_product {
  display: block;
  margin: 15px -70px 10px 25px;
}
#cart_items .cart_info .cart_product {margin:0;padding: 15px 15px 10px 25px;}
.cart_product img {
  width:75px;
}

#cart_items .stock{margin-right: 5px; font-size: 1.5em;cursor:help}
#cart_items .stock .fa-check-circle-o{color:#2a6e47}
#cart_items .stock .fa-clock-o{color:#f7941d}
#cart_items .stock .fa-times-circle-o{color:#de0101}
#cart_items .stock .fa-ban{color:#4c9ed9/*#999*/}

.stock{margin-right: 5px; font-size: 1.5em;cursor:help}
.stock .fa-check-circle-o{color:#2a6e47}
.stock .fa-clock-o{color:#f7941d}
.stock .fa-times-circle-o{color:#de0101}
.stock .fa-ban{color:#4c9ed9/*#999*/}

.cart_quantity_button a {
  background:#F0F0E9;
  color: #696763;
  display: inline-block;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;
}


.cart_quantity_input {
  color: #696763;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: 'Questrial',sans-serif;

}


.cart_delete  {
  display: block;
  margin-right: -12px;
  overflow: hidden;
}


.cart_delete a {
  background:#F0F0E9;
  color: #FFFFFF;
  padding: 5px 7px;
  font-size: 16px
}

.cart_delete a:hover {
  background:#2a6e47
}


.bg h2.title {
  margin-right:0;
  margin-left:0;
  margin-top: 0;
}

.heading h3 {
  color: #363432;
  font-size: 20px;
  font-family: 'Questrial', sans-serif;
}

.heading p {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
}


#do_action .total_area {
  padding-bottom: 18px !important;
}

#do_action .total_area, #do_action .chose_area {
  border: 1px solid #E6E4DF;
  color: #696763;
  padding: 30px 25px;
  margin-bottom: 80px;
}

.total_area span {
  float: right;
}

#do_action .chose_area h1, #do_action .chose_area h2 {margin-top:0; color:#2a6e47;}

.total_area ul li {
  background:#E6E4DF;
  color: #696763;
  margin-top: 10px;
  padding: 7px 20px;
}

.button_set {margin:20px 0;}
.button_set .btn {
  background:#2a6e47;
  color:#fff;
  border-color:#2a6e47;
}

.user_option label {
  color: #696763;
  font-weight: normal;
  margin-left: 10px;
}


.user_info {
  display: block;
  /*margin-bottom: 15px;
  margin-top: 20px;*/
  overflow: hidden;
}

.user_info label {
  color: #696763;
  display: block;
  font-size: 15px;
  font-weight: normal;

}

/* .user_info .single_field {
  width: 31%
} */

.user_info .single_field.zip-field input {
  background: transparent;
  border: 1px solid#F0F0E9
}

.user_info > li {
  float: left;
  margin-right: 10px
}

.user_info input, select, textarea {
  background: #F0F0E9;
  border:0;
  color: #696763;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  resize: none
}

.user_info select:focus {
  border: 0
}


.chose_area .update {
  margin-left: 40px;
}

.update, .check_out {
  background: #2a6e47;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 18px;
  border: none;
  padding: 5px 15px;
}
.update{
    margin-left: 40px;
}

.check_out {
  margin-left: 20px
}
#save_cart {display:inline;}
#save_cart span {display: none;}
#save_cart .display_save_cart{display: inline-block;margin-top: 16px; }

/*************************
*******checkout CSS******
**************************/

.step-one {
  margin-bottom: -10px
}

.register-req, .step-one .heading {
  background: none repeat scroll 0 0 #F0F0E9;
  color: #363432;
  font-size: 20px;
  margin-bottom: 35px;
  padding: 10px 25px;
  font-family: 'Questrial', sans-serif;
}

/* .checkout-options {
  padding-left: 20px
} */

.checkout-options h3 {
  color: #363432;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Questrial', sans-serif;
}

.checkout-options p {
  color: #434343;
  font-weight: 300;
  margin-bottom: 25px;
}

.checkout-options .nav li {
  float: left;
  margin-right: 45px;
  color: #696763;
  font-size: 18px;
  font-family: 'Questrial', sans-serif;
  font-weight: normal;
}

.checkout-options .nav label {
  font-weight: normal;
}

.checkout-options .nav li a {
  color: #2a6e47;
  font-size: 18px;
  font-weight: normal;
  padding: 0
}

.checkout-options .nav li a:hover {
  background: inherit;
}

.checkout-options .nav i {
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background: #2a6e47;
  color:#fff;
  font-size: 14px;
  padding: 2px 3px;
}


.register-req  {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 20px;
  margin-top: 35px;

}

.register-req p {
  margin-bottom: 0
}

.shopper-info p,
.bill-to p,
.order-message p {
  color: #696763;
  font-size: 20px;
  font-weight: 300
}

.shopper-info .btn-primary {
  background: #2a6e47;
  border: 0 none;
  border-radius: 0;
  margin-right: 15px;
  margin-top: 20px;
}
.shopper-info .btn-primary.pull-right {
  margin-right: 0px;
}
.shopper-info .btn-default {
  background: none repeat scroll 0% 0% #F5F5ED;
  border: 0px none;
  border-radius: 0px;
  margin-top: 16px;
}
.shopper-info .btn-default:hover {
  background: #2a6e47;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}

.form-two, .form-one {
  float: left;
  width: 47%
}

.shopper-info > form > input,
.shopper-info > form select,
.shopper-info > form > .fieldset input[type="text"],
.shopper-info > form > .fieldset input[type="email"],
.shopper-info > form > .fieldset input[type="password"],
.form-two > form > select,
.form-two > form > input,
.form-one > form > input {
  background:#F0F0E9;
  color: #000;
  border: 0 none;
  margin-bottom:10px;
  padding: 10px;
  width: 100%;
  font-weight: 300
}
.shopper-info > form > .fieldset input:disabled {background:#FFF;border:solid 1px #F0F0E9;}
.form-two > form > select {
  padding:10px 5px
}

.form-two {
  margin-left: 5%
}
.required{color:#2a6e47;}
.field-validation-error{color:#2a6e47;}

.order-message textarea {
  font-size: 12px;
  height: 335px;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.order-message label {
  font-weight:300;
  color: #696763;
  font-family: 'Questrial', sans-serif;
  margin-left: 10px;
  font-size: 14px
}


.review-payment h2 {
  color: #696763;
  font-size: 20px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 20px
}

.payment-options {
  border: 1px solid #E6E4DF;
  color: #696763;
  padding: 30px 25px 30px 0px;
  /*margin-bottom: 40px;*/
  overflow: hidden;
}

.payment-options .user_option label {
  font-weight: 700;
  color:#000;
  margin-left: 0px;
}
.payment-options .user_option img {display:block;border:none;}
.payment-options .user_option li{border-top:1px solid #E6E4DF; }
.payment-options .user_option li:first-child{border-top:none; }
.payment-options span label {
  color: #696763;
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}
.payment-comment textarea {
    background: #F0F0E9 none repeat scroll 0% 0%;
    border: 0px none;
    color: #696763;
    padding: 5px;
    width: 100%;
    border-radius: 0px;
    resize: none;
}
.payment-comment input, .shopper-info > form > .fieldset input[name="comptage"] {background: #F0F0E9 none repeat scroll 0% 0%;color: #696763;border: 0px none;padding: 5px;margin:3px 0; width: inherit;}
.payment-conditions {
  margin-bottom: 40px;
}

#cart_items .cart_info
.table.table-condensed.total-result {
  margin-bottom: 10px;
  margin-top: 35px;
  color: #696763
}

#cart_items .cart_info
.table.table-condensed.total-result tr {
  border-bottom: 0
}

#cart_items .cart_info
.table.table-condensed.total-result span {
  color: #2a6e47;
  font-weight: 700;
  font-size: 16px
}

#cart_items .cart_info
.table.table-condensed.total-result
.shipping-cost {
  border-bottom: 1px solid #F7F7F0;
}


/*************************
*******Blog CSS******
**************************/

.blog-post-area
.single-blog-post h3 {
  color: #696763;
  font-size: 16px;
  font-family: 'Questrial',sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 17px;
}

.blog-post-area
.single-blog-post a img {
  border: 1px solid #F7F7F0;
  width: 100%;
  margin-bottom: 30px
}

.blog-post-area
.single-blog-post p {
  color: #363432
}

.blog-post-area
.post-meta {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}

.blog-post-area
.post-meta ul {
  padding:0;
  display: inline;
}

.blog-post-area
.post-meta ul li {
  background:#F0F0E9;
  float: left;
  margin-right: 10px;
  padding: 0 5px;
  font-size: 11px;
  color: #393b3b;
  position: relative;
}

.blog-post-area
.post-meta ul li i {
  background:#2a6e47;
  color: #FFFFFF;
  margin-left: -4px;
  margin-right: 7px;
  padding: 4px 7px;
}

.sinlge-post-meta li i:after,
.blog-post-area
.post-meta ul li i:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-color:transparent transparent transparent #2a6e47;
  border-width:4px;
  border-style: solid;
  top:6px;
  left:24px
}

.blog-post-area
.post-meta ul span {
  float: right;
  color: #2a6e47
}

.post-meta span{
    float: right;
}

.post-meta span i{
  color: #2a6e47
}


.blog-post-area
.single-blog-post
.btn-primary {
  background:#2a6e47;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 17px;
}


.pagination-area {
  margin-bottom:45px;
  margin-top:45px
}

.pagination-area
.pagination li a {
  background:#F0F0E9;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  margin-right: 5px;
  padding: 4px 12px;
}

.pagination-area
.pagination li a:hover,
.pagination-area
.pagination li .active {
  background:#2a6e47;
  color: #fff
}

/*************************
*******Blog Single CSS******
**************************/

.pager-area {
  overflow: hidden;
}

.pager-area .pager li a {
  background:#F0F0E9;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-size: 12px;
  font-weight: 700;
  padding: 4px;
  text-transform: uppercase;
  width: 57px;
}

.pager-area
.pager li a:hover {
  background: #2a6e47;
  color: #fff
}

.rating-area {
  border: 1px solid #F7F7F0;
  direction: block;
  overflow: hidden;
}

.rating-area ul li {
  float: left;
  padding: 5px;
  font-size: 12px
}

.rating-area .ratings {
  float: left;
  padding-left: 0;
  margin-bottom: 0
}


.rating-area
.ratings li i {
  color:#CCCCCC
}

.rating-area .rate-this {
  color: #363432;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.rating-area
.ratings .color,
.rating-area .color {
  color: #2a6e47
}


.rating-area .tag {
  float: right;
  margin-bottom: 0;
  margin-right: 10px;
}

.rating-area .tag li {
  padding: 5px 2px;
}
.rating-area .tag li span {
  color: #363432;
}

.socials-share {
  margin-bottom: 30px;
  margin-top: 18px;
}

.commnets
.media-object {
  margin-right: 15px;
  width: 100%;
}

.commnets {
  border: 1px solid #F7F7F0;
  padding: 18px 18px 18px 0;
  margin-bottom: 50px
}

.commnets .pull-left {
  margin-right: 22px
}

.commnets p,
.response-area p,
.replay-box p {
  font-size: 12px
}

.media-heading {
  color: #363432;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Questrial', sans-serif;
  margin-bottom: 15px
}

.blog-socials {
  margin-bottom: -9px;
  margin-top: 14px;
}

.blog-socials ul {
  padding-left: 0;
  overflow: hidden;
  float: left;
}

.blog-socials .btn.btn-primary{
  margin-top: 0;
}

.blog-socials ul li {

  float: left;
  height: 17px;
  margin-right: 5px;
  text-align: center;
  width: 17px;
}


.blog-socials ul li a {
  color: #393B3B;
  display: block;
  font-size: 10px;
  padding: 1px;
  background:#F0F0E9;
}

.blog-socials ul li a:hover {
  color: #fff;
  background:#2a6e47
}


.media-list .btn-primary,
.commnets .btn-primary {
  background:#FC9A11;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  float: left;
  font-size: 10px;
  padding: 1px 7px;
  text-transform: uppercase;
}

.response-area h2 {
  color: #363432;
  font-size: 20px;
  font-weight: 700;
}

.response-area .media {
  border: 1px solid #F7F7F0;
  padding: 18px 18px 18px 18px;
  margin-bottom: 27px
}

.response-area .media img{
  height: 102px;
  width: 100%;
}

.response-area .media .pull-left {
  margin-right: 25px
}

.response-area .second-media {
  margin-left: 5%;
  width: 95%;
}


.sinlge-post-meta {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 15px
}



.sinlge-post-meta li {
  background:#F0F0E9;
  color: #363432;
  float: left;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0 10px 0 0;
  position: relative;
  text-transform: uppercase;
}

.sinlge-post-meta li i {
  background:#2a6e47;
  color: #FFFFFF;
  margin-right: 10px;
  padding: 8px 10px;
}

.sinlge-post-meta li i:after {
  top: 7px;
  border-width: 6px;
  left: 27px;
}


.replay-box {
  margin-bottom: 107px;
  margin-top: 55px;
}

.replay-box h2 {
  font-weight: 700;
  font-size: 20px;
  color: #363432;
  margin-top: 0;
  margin-bottom: 45px
}

.replay-box label {
  background:#2a6e47;
  color: #FFFFFF;
  margin-bottom: 15px;
  padding: 3px 15px;
  float: left;
  font-weight: 400;
}

.replay-box span {
  color: #2a6e47;
  float: right;
  font-weight: 700;
  margin-top: 21px;
}

.replay-box form input {
  border: 1px solid #F7F7F0;
  color: #ADB2B2;
  font-size: 12px;
  margin-bottom: 22px;
  padding: 8px;
  width: 100%;
}

.replay-box form input:hover,
.text-area textarea:hover {
  border: 1px solid #2a6e47;
}

.text-area {
  margin-top: 66px
}

.text-area textarea {
  background: transparent;
  border: 1px solid#F7F7F0
}

.btn.btn-primary {
  background:#2a6e47;
  border: 0 none;
  border-radius: 0;
  /*margin-top: 16px;*/
  color: #fff;
}
a.btn.btn-primary:focus, a.btn.btn-primary:active,a.btn.btn-danger:focus, a.btn.btn-danger:active {box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;}
.btn.btn-primary.addSection, .btn.btn-primary.addBasket {background:#f7941d;}
.btn.btn-default, .btn.btn-disabled {
  background: none repeat scroll 0% 0% #F5F5ED;
  border: 0px none;
  border-radius: 0px;
  /*margin-top: 16px;
  margin-right: 20px;*/
  color:#000;
}
.btn.btn-danger {
  background:#f7941d;
  border: 0 none;
  border-radius: 0;
  /*margin-top: 16px;*/
  color: #fff;
}
.btn.btn-primary a, .btn.btn-danger a {color: #fff;}
.btn.btn-disabled {cursor:default;}
.btn.btn-default:hover {
  background: #2a6e47;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}
.button-set .btn{margin-top: 16px;margin-right: 0px;}
.btn.rounded {border-radius: 3.3rem;}
.blank-arrow {
  position: relative;
}

.blank-arrow label:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 8px;
  border-color:#2a6e47 transparent transparent transparent;
  top: 25px;
  left: 5px
}

#dropdownlogin .btn.btn-primary, .login-external .btn.btn-primary {
  border: 0 none;
  margin-top: 16px;
  color: #fff; font-weight: bold;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inherit;
}
#dropdownlogin .or {margin-top:0;}
#dropdownlogin .form-group{text-align: center;}
#dropdownlogin .form-group h2 {display: inline-block;}
#dropdownlogin a.btn-facebook, #dropdownlogin a.btn-facebook:hover,.login-external a.btn-facebook, .login-external a.btn-facebook:hover {background-color: #3A5795;display: block;line-height: 35px;}

/*************************
******* Contact CSS ********
**************************/

.contact-map {
  width: 100%;
  height: 385px;
  margin-bottom: 70px
}
.contact-banner {margin-bottom: 20px}
.contact-banner img{width: 100%}
.contact-info .heading,
.contact-form .heading {
  text-transform: capitalize;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

#contact-page
.form-control::-moz-placeholder {
  color: #8D8D8D;
}

#contact-page .form-control, #contact-page .input, #dropdownlogin .form-control {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #696763;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow:inherit;
}

#contact-page #message {
  height:160px;
  resize:none;
}

#main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 20px;
}


#contact-page .form-control:focus,#dropdownlogin .form-control:focus,
#contact-page .form-control:hover,#dropdownlogin .form-control:hover {
  box-shadow: inherit;
  border-color: #2a6e47;
}

#contact-page .contact-info {
  padding: 0 20px;
}

#contact-page .contact-info address {
  margin-bottom: 40px;
  margin-top: -5px;
}

#contact-page .contact-info p {
  margin-bottom: 0;
  color: #696763;
  font-size: 16px;
  line-height: 25px;
}

.social-networks{
  overflow: hidden;
  text-align: center;
}

.social-networks ul {
  margin-top: -5px;
  padding: 0;
  display: inline-block;
}

.social-networks ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 20px;
}

.social-networks ul li:last-child{
  margin-right: 0;
}

.social-networks ul li a {
  color: #999;
  font-size: 25px;
}

.contact-info .social-networks ul li a i{
  background: none;
}

.contact-info .social-networks ul li a:hover{
  color: #2a6e47;
}

@media (min-width:1000px){
	/*.logo{width:275px;}*/
	/*.search_box{margin-left:15px;}*/
}

/*@media (max-width:1000px){
	.logo{}
	.search_box{margin-left:15px;}
	.search_box input {
	  width: 150px;
	  background-position: right;
	  background-position: 125px;
	}

}*/

@media (max-width:768px){
	.header-middle .col-sm-8{padding-left: 0px;}
	.search_box {
	  margin-left:0;
	  float:none !important;
	  width: 100%;
	}
	.search_box input {
	  width: 100%;margin-top:15px;
	  background-position: right;
	}
  #header .navbar-brand img {height: 50px;}
  #header .navbar-header {height: 50px;}
  #header .navbar-menu { display: inline; position: relative; float: right;margin-right: 15px; margin-top: 8px; margin-bottom: 8px;}
  #header span.item-count {left:60px;}
  #header .icon-user-lock-solid-rounded {margin-right: 10px;}
  #header .navbar-right {clear:both;}
  #header .navbar-right li.dropdown{display: none;}
  #header .navbar-right li:nth-child(1) {border-top: 2px solid #2a6e47;}
  #header .navbar-right li:nth-child(4) {border-bottom: 2px solid #2a6e47;margin-right: 0px !important;}
  #header .navbar-nav {margin-right: 15px;}
  .footer-xs {display: inline;}
  .footer-widget, .footer-bottom {display: none;}
  #header .navbar-nav .item > a {line-height: 1em; }
  #header .navbar-nav {margin-left: 15px;}
  #header .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { background: none; }
  .shadow{background-color: #fff;}
}
.alert,#alert{
  color: crimson;padding:15px 0;margin:0;
}

.alert:before, #alert:before{
  font:normal normal normal 14px/1 FontAwesome;
  content:"\f071\00a0";
}
#alert{display:none;}
.success {color: #2a6e47;padding:15px 0;margin:0;}
.success:before{ font:normal normal normal 14px/1 FontAwesome; content:"\f00c\00a0";}
.separator {border-bottom: solid 1px #000;}
#display_fav{color:#2a6e47;margin-left: 5px;}
.error_form,
.shopper-info > form input.error_form,
.shopper-info > form > .fieldset input.error_form	{
  border:solid 1px #2a6e47; color:#fff;background-color: #2a6e47;
}
input[type=radio].error_form + label,
label + input[type=radio].error_form,
input[type=checkbox].error_form + label,
label + input[type=checkbox].error_form		{
    border:solid 1px crimson; color:#fff;background-color: crimson; padding:0 3px; margin-left:5px;
}
input[type=checkbox].error_form + label a {color:#fff; text-decoration: underline;}
input[type=checkbox].error_form + label i {color:#fff;}

#contact-page .error_form{
  border:solid 1px #2a6e47; color:#fff;background-color: #2a6e47;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow:inherit;
}

.error_form::-webkit-input-placeholder {
   color: #fff;
}

.error_form:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

.error_form::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

.error_form:-ms-input-placeholder {
   color: #fff;
}
/*************************
******* table CSS ********
**************************/

.contentPadd					{text-align:left;margin-bottom: 125px;overflow: hidden;}
.contentContainer		   		{padding:0px 0px 0px 0px; margin-top:17px; margin-bottom:17px;border:0px solid #000;overflow: hidden;}
/*.contentContainer textarea,
.contentContainer select		{background:#fff;padding:1px; color:#706c56; font-size:1em; line-height:1.4em; }*/
.contentPadd .heading {
  background: none repeat scroll 0 0 #2a6e47;
  color: #FFF;
  font-size: 24px;
  margin-bottom: 35px;
  padding: 10px 25px;
  /*font-family: 'Questrial', sans-serif;*/
}
.contentPadd h3		{font-size: 21px;}
.contentPadd strong,.contentPadd b {font-weight:bold;}
.contentPadd .register-req {margin-top:0;}
.contentInfoText 				{padding:0 20px; margin: 0px 0px 17px 0px; overflow:hidden;}
.contentInfoText td 				{padding:3em;}
.inputRequirement {
    font-size: 0.8em;
    color: #666;
}
ul.accountLinkList {margin:0;padding:0;}
ul.accountLinkList li a {color:#000;}
ul.accountLinkList li a:hover {color:#2a6e47;}
ul.accountLinkList i {width:30px;}
ul.accountLinkList .alert {padding:0}
.brand-carousel li {float:left;}
#brand-carousel {visibility: hidden;}

/*************************
******* account CSS ********
**************************/

.invoice .invoice-header span {min-width: 150px; display:inline-block}
.invoice .invoice-header li {border-bottom:solid 1px #ccc; }
.invoice-header,.invoice-address {padding-bottom: 20px;}
.bordered {border:1px solid #ccc}
.single-widget {padding: 5px}
.invoice-items tbody td:nth-last-child(-n+3),
.invoice-items thead th:nth-last-child(-n+3),
.invoice-amount table.table-bordered td:nth-last-child(1) {text-align: right;}
/*************************
******* parrainage ********
**************************/
.box {}
.box img {width: 100%;}
.box.parrainage .fieldset{margin-top: 16px;}
.box.parrainage input[name="email"] {margin-top: 16px;}
/*************************
******* coupon ********
**************************/
ul.wrap_voucher_ticket {margin:0;padding: 6px; background:#2a6e47; color: #fff;}
ul.wrap_voucher_ticket li .separator {border-bottom: dotted 3px #fff;height: 7px;margin-bottom: 20px;
  /*display: inline-block;box-sizing: border-box; */
  }
ul.wrap_voucher_ticket h2 {margin:auto;}
ul.wrap_voucher_ticket li.voucher_val{background: #fff; color:#2a6e47;padding:3px;}

/* step wizard */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 15px;
    font-style: normal;
    background-color: #2a6e47;
    border:solid 1px #fff;
    color:#fff;
}
.active .btn-circle {
  background-color: #fff;
  border:none;
  color:#2a6e47;
}
ul.nav-wizard .active ~ li .btn-circle {
  background-color: #999;
  border:none;
  color:#ededed;
}
.checkout {margin-top: 40px;}
/*
* avis produit
*/
.rating 						{margin: 0;font-size: 30px;overflow:hidden;}
.rating input 					{float: right;opacity: 0;position: absolute;}
.rating a,.rating label 		{float:right;margin:0;padding:0;color:#aaa;text-decoration: none;-webkit-transition: color .4s;-moz-transition: color .4s;-o-transition: color .4s;transition: color .4s;}
.rating label:hover ~ label,
.rating input:focus ~ label,
.rating input:checked ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a				{color:#000;cursor: pointer;}
.rating-info {margin:15px 0 15px 15px;}
.wrap_rating label {font-weight: bold;}
.avisInfo label {font-weight: normal;font-size: 85%;padding-left:5px;}
.avisInfo .note-fields {font-weight: bold;}

.custom-page-box-div { border: 1px solid #F7F7F0; padding: 15px; margin: 35px 0px; }
.custom-page-box-border-less-div { margin: 0px 15px 35px 15px; }


.single-products .thumbs-box{
	position: relative;
	width: 100%;		/* desired width */
  margin-left: auto;
  margin-right: auto;
}
.single-products .thumbs-box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.single-products .content{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.smalltext {font-size:0.75em;}
#sitemap a {color:#000;}
#sitemap a:hover {color:#2a6e47 ;}
#sitemap span {margin-right:6px;}
#error404 a {color:#000;}
#error404 a:hover {color:#2a6e47 ;}
#error404 ul {margin:0 0 45px 0; padding:0px; text-align: center;}
#error404 ul li {display:inline-block;padding:0 10px 10px 0;}
.margin .col-sm-12, .margin .breadcrumbs { margin-left: 15px; margin-right: 15px;}
/*************************
*******search CSS******
**************************/
#search-product .form-group {padding:5px;margin-bottom:0px}
#search-product .form-group:last-child {border-bottom:none;}
#search-product select {background:#fff;border: 1px solid #7f8c8d;font-size: 14px;}
.col-centered{float: none; margin: 0 auto;}
.response {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #d7d7d7;
    left: 0px;
    top: 38px;
    width: 100%;
    font-size: 11px;
}
.response p.title {
    margin: 0;
    padding: 0 10px;
    border: 1px solid #fff;
    background: #F0F0E9;
    /*font-size: 13px;
    font-weight: bold;*/
    text-transform: uppercase;
    color: #2a6e47;
    line-height: 32px;
}
.response a {
  margin: 0;
  padding: 0 10px;
  display:block;
  text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
  color:#2a6e47;
}
.search_items {overflow: auto; max-height: 150px}
.response .search_items {margin:0;padding:0;}
.response .search_items a {color: #777;}
.response .search_items a:hover {color: #FFF;background:#2a6e47;}

#ajax-loader {background: url("../images/library/ajax-loader.gif") no-repeat; height: 16px; width: 16px;display:block;}
.progress-bar{background:#2a6e47;}
.cart_quantity_section td {   border-top: 0px none;	vertical-align: middle;	}
.cart_quantity_button_section a, .cart_quantity_button_section a:active  {
    background: #F9F9F9 none repeat scroll 0% 0%;
    color: #696763;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    width: 26px;
    font-size: 16px;
    height: 26px;
    text-decoration: none;
}
.cart_quantity_input_section {
    color: #696763;
    float: left;
    font-size: 14px !important;
    text-align: center;
}
input[name="quantity"] {width:50px;}
.bg-warning { background-color: #f7941d;padding: 15px;color:#fff; margin-bottom: 15px;}
.bg-success { background-color: #2a6e47;padding: 15px;color:#fff; margin-bottom: 15px;}
/*.bg-warning .alert{color:#fff}*/
[class^="bg-"] .alert{color:#fff}
.tooltip-inner {min-width: 200px}
.tooltip.bottom .tooltip-inner { background-color:#2a6e47; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #2a6e47; }
label .badge {
    display: inline-block;
    min-width: 12px;
    padding: 3px;
    font-size: 8px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #2a6e47;
    border-radius: 10px;
}
label sub,label sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
label sup {top: -0.5em;}
label sub {bottom: -0.25em;}
.filter {margin-bottom: 5px;}
.filter > span:first-of-type {margin-top: 16px;display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.428571429;text-align: center;white-space: nowrap;vertical-align: middle;}


/*******************
*******Couleur******
********************/

.orange {color:#f7941d;}

/**************************
******* MISE EN PAGE ******
**************************/

.margin-left-24 {margin-left:24px;}
.padding-top-20 {padding-top:20px;}
.padding-right-20 {padding-right:20px;}
.padding-left-20 {padding-top:20px;}
.padding-bottom-20 {padding-bottom:20px;}
.clear_margin {margin:0;}

.justify {text-align: justify;text-justify: inter-word;}

img.carte_benin {border:1px solid #F0F0E9;}
div.carte_legende{position:absolute; margin-left:10px;margin-top:-25px;}
span.carte_legende{font-size:0.9em;font-style:italic;}

/*******************
****** FOOTER ******
********************/
.contact-info_footer {margin-bottom:30px;float: left;}
.icon_adresse_footer {font-size:1.8em;margin-bottom:15px;}
.adresse_footer{font-size:1.1em;padding-left:15px;margin-bottom:15px;}
.icon_num_tel_footer{font-size:2.0em;}
.num_tel_footer{font-size:1.4em;padding-left:15px;}
.icon_num_fax_footer{font-size:1.3em;}
.num_fax_footer{font-size:1.1em;padding-left:15px;}
/*************************
*******Page contact******
**************************/

.icon_adresse {font-size:2.0em;margin-bottom:15px;}
.adresse{font-size:1.25em;padding-left:25px;margin-bottom:15px;}
.icon_num_tel{font-size:2.2em;}
.num_tel{font-size:1.7em;padding-left:15px;}
.icon_num_fax{font-size:1.5em;}
.num_fax{font-size:1.34em;padding-left:15px;}
.url_contact{font-size:1.0em;padding-left:42px;}

.captcha {margin-top:10px;}
.change_captcha {padding-left:20px;}
.slogan {margin-bottom:15px;padding-left: 32px; color:#666}
.label_motif {margin-top:10px;}

h2.title {
	color: #fff;
	font-family: 'Roboto' !important;
	font-size: 1.5em !important;
	font-weight: normal !important;
	text-align:left !important;
	margin: 0px !important;
	margin-bottom: 30px !important;
	text-transform: uppercase !important;
	position: relative;
	border-bottom:1px #f7941d solid !important;
}
/**************************
*******PAGE LIVRAISON******
**************************/
article.wrapper_info.warning {
    border-left-color: #2a6e47;
}
article section {
    margin: 0;
    overflow: hidden;
    display: block;
}
article.wrapper_info {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
article.wrapper_info figure {
    float: left;
    margin-right: 20px;
}
article.wrapper_info figure.thumbnail {
    border: none;
}
article.wrapper_info figure.thumbnail i {
    font-size: 3em;
    color: #2a6e47;
}

/****************************
****** PAGE PHARMACIES ******
****************************/

.response02 {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #d7d7d7;
    left: 0px;
    top: 38px;
    width: 100%;
    font-size: 11px;
}
.response02 p.title {
    margin: 0;
    padding: 0 10px;
    border: 1px solid #fff;
    background: #F0F0E9;
    text-transform: uppercase;
    color: #2a6e47;
    line-height: 32px;
	font-size: 1.5em;
}
.response02 a {
  margin: 0;
  padding: 0 10px;
  display:block;
  text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
  color:#2a6e47;
  font-size: 1.2em;
}

.response02 .search_items {margin:0;padding:0;}
.response02 .search_items a {color: #777;}
.response02 .search_items a:hover {color: #FFF;background:#2a6e47;}
#search_pharmacies {padding-top:20px;padding-bottom:20px;}

.search_phar input, .search_phar  input[type="text"] {
	background: #F0F0E9;
    color: #000;
    border: 0 none;
    margin-bottom: 10px;
 	padding-left:10px;
	padding-top:5px;padding-bottom:5px;
    width: 100%;
    font-weight: 300;
	border:1px solid #E5E5E5;
}
/* enleve la fleche du select et ajoute un background transparent */
.search_phar select  {
/*-webkit-appearence:none; */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   border:0;
}

/* pour IE10 */
.search_phar select::-ms-expand { display: none;}
/* polish L&F on FireFox and hide bad looking outline on options */
.search_phar select:-moz-focusring {  color: transparent;  text-shadow: 0 0 0 #000;}
.search_phar select {  resize: none; cursor: pointer;}
.search_phar select:disabled {  pointer-events: none;  color: #C3C3C3;}
/* ajout de la feche vers le bas */
.liste_select_phar { position: relative;display: block;border:1px solid #E5E5E5;}
.liste_select_phar:after {
	content:"\f0d7";
    font-family: 'FontAwesome';
	color:#f7941d;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	margin-right:10px;
	pointer-events: none;
	padding-top:5px;
	position: absolute;
	right: 0;top: 0;bottom: 0;
}
/**********************************
***** PERSONNALISE LE SELECT  *****
**********************************/
.liste_select {
    height: 40px;
    position: relative;
    display: block;
}

/* enleve la fleche du select et ajoute un background transparent */
.liste_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
   border:0;
}

/* pour IE10 */
.liste_select select::-ms-expand { display: none;}
.liste_select select:-moz-focusring {  color: transparent;  text-shadow: 0 0 0 #000;}
.liste_select select {  resize: none; cursor: pointer;}
.liste_select select:disabled {  pointer-events: none;  color: #C3C3C3;}

/* ajout de la feche vers le bas */
.liste_select:after {
	content:"\f0d7";
    font-family: 'FontAwesome';
	/*color:#9C9C9C;*/
	color:#f7941d;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	margin-right:10px;
	pointer-events: none;
	padding-top:12px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
/* sous titre choisir une option */
.liste_select .dropdown-header {
    display: block;
    padding-top: 10px;
	padding-bottom: 10px;
	font-style:italic;
}
.liste_select .liste_select_dropdown option { border: none;}
/* style pour le sous menu option */
.liste_select option{border: none;}
/*********************************
****** BOUTON EFFACER INPUT ******
*********************************/
#searchclear {
    position: absolute;
    font-size: 1.5em;
    cursor: pointer;
    color: #ccc;
	margin-right:22px;
	padding-top:6px;
	right:0;top: 0;bottom: 0;
}



/* chartJs */
.box-title > b {text-transform: capitalize;}
.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
/* jsGrid */
.jqx-widget-content {
    font-family: 'Roboto', sans-serif;
    border-color: #2a6e47;
    background: #fff;
}
.jqx-widget-content.jqx-input{color:#2a6e47}
.jqx-widget-header {
    border-color: #fff;
    background: #2a6e47;
    color:#fff;
}
.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: #fff;
}
.jqx-widget .jqx-grid-column-menubutton, .jqx-widget .jqx-grid-column-sortascbutton, .jqx-widget .jqx-grid-column-sortdescbutton, .jqx-widget .jqx-grid-column-filterbutton {
    background-color: transparent;
    border-color: #fff;
}
.jqx-fill-state-normal { font-family: 'Roboto', sans-serif; border-color: #fff; background: #2a6e47;}
span[id*='jqxWidget']{display: none}
#dropdownlistContentgridpagerlistjsGrid {color:#fff;}
/* Bootstrap-DatetimePicker */
.bootstrap-datetimepicker-widget table td.new {
  	position: static;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {background-color: #2a6e47;}
.red{color:#fe0202;}
.loading {background:url(/img/ajax-loader.gif); width: 32px; height: 32px; float: right}
.fancy .contentContainer,.fancy h2 {margin-top:0;}
.fancy .btn.btn-default {margin:0}
/* readmore toogle expand */
a[data-readmore-toggle] {margin-top:15px}
/* fix bootstrap print with Google */
@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

/*
account page
*/
.my-account-page .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.my-account-page .links a {
    text-align: center;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    /* color: #7a7a7a; */
    padding: 0 .9375rem;
    margin-bottom: 1.875rem;
}
.my-account-page .links div {
  text-align: center;
  display: inline-block;
  padding: 0 .9375rem;
  margin-bottom: 1.875rem;
}
.my-account-page .links span.link-item {
    display: block;
    height: 100%;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1rem;
}
.my-account-page .links i {
    display: block;
    font-size: 3.6rem;
    width: 100%;
    color: #232323;
    padding-bottom: 3.4rem;
}

.my-account-page .links address i {display: inline-block; width: auto; color: #2a6e47; font-size: inherit; padding: inherit;}
.my-account-page .links address a {font-size: inherit; text-transform: none; padding: 0; margin: 0; text-align: inherit; font-weight: inherit;}

.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}
.box.box-solid {
    border-top: 0;
}
.box.box-warning {
    border-top-color: #f39c12;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box.box-solid.box-warning > .box-header {
    color: #fff;
    background: #f39c12;
        background-color: rgb(243, 156, 18);
    background-color: #f39c12;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.cart-items .bg-primary {
    color: #fff;
    background-color: #2a6e47;;
}
#print-content {
    font-size: 0.65em;
}
.w50{width:70px;}
.modal-body {padding: 5px;}
.modal-body .table > thead > tr > th,
.modal-body .table > tbody > tr > th,
.modal-body .table > tfoot > tr > th,
.modal-body .table > thead > tr > td,
.modal-body .table > tbody > tr > td,
.modal-body .table > tfoot > tr > td {
    padding: 3px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
/* Partage YouTube en mode Responsive */
.video-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.video-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

/* carousel bootstrap 3 start */
/* heigth size */
.slider-size {
  /* min-height: 600px;  */
  min-height: 450px; 
}
/* icon */
.carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa {font-size: 3em;}
/* caption align */
#carousel-fixed-height .carousel-caption .content {
  background: rgba(255,255,255,0.7);
  padding: 1em;
  -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.7);
  box-shadow: 0 4px 15px rgba(153, 153, 153, 0.7);
  -webkit-transition: .5s;
  transition: .5s;
  
}
#carousel-fixed-height .carousel-caption h3 {
  color: #2a6e47;text-shadow: none; font-weight: 900;
}
#carousel-fixed-height .carousel-caption p {
  text-shadow: none;
}
#carousel-fixed-height .carousel-control .fa {display: none;}

@media (min-width:990px){
  #carousel-fixed-height .carousel-caption {
    color: white;
    text-align: center;
    /* max-width: 500px; */
    width: 50%;
    right: 0;
    top: 250px;
    transform: translateY(-50%);
    bottom: initial;
    /* background: rgba(0,0,0,0.5); */
    padding: 15%;
    height: 100%;
    left: initial; /*Added*/
    z-index: 0;
  }
  #carousel-fixed-height .carousel-caption .content {
    /* background: rgba(255,255,255,0.5); */
    padding: 2em;
    width: 400px;
  }

}
/* carousel bootstrap 3 End */

/* header background start */
.header-size { min-height: 400px;}
/* #header-search {background: url('../img/banners/header-medical-products.jpg') center center; background-size:cover;background-position: center;} */
/* header background end */



/* homepage-teaser start */

#homepage-teaser .layout {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
  transition: ease-in-out 0.3s;
  -moz-box-shadow:    inset 0 0 100px rgba(0,0,0,0.6);
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.6);
  box-shadow:         inset 0 0 100px rgba(0,0,0,0.6);
}
#homepage-teaser .layout:hover {
  transform: scale(1.1);
  transition: all 0.4s ease;
}

#homepage-teaser .layout img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#homepage-teaser .layout .content {
  position: absolute;
  left: 0;
  /* top: 50%; */
  bottom: 0;
  transform: translateY(-50%);
  padding-left: 35px;
}
#homepage-teaser .paragraph {
  color: #fff; 
  /* background: rgba(0,0,0,0.4); padding: 15px; */
  background: #2a6e47; padding: 15px;
}
#homepage-teaser .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2a6e47 50%, rgba(39, 204, 25, 0.22) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
#homepage-teaser .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
      animation-iteration-count: 1;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#homepage-teaser .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* #homepage-teaser [class*="col"] {height: 400px;} */

/* homepage-teaser end */


/* bootstrap 4 spacing */
.mt-0 { margin-top: 0rem !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mr-0 { margin-right: 0rem !important; }
.mr-1 { margin-right: .25rem !important; }
.mr-2 { margin-right: .5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }
.mb-0 { margin-bottom: 0rem !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.ml-0 { margin-left: 0rem !important; }
.ml-1 { margin-left: .25rem !important; }
.ml-2 { margin-left: .5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }
.mx-1 { margin: 0 .25rem !important; }
.my-1 { margin: .25rem 0 !important; }
.mx-2 { margin: 0 .5rem !important; }
.my-2 { margin: .5rem 0 !important; }
.mx-3 { margin: 0 1rem !important; }
.my-3 { margin: 1rem 0 !important; }
.mx-4 { margin: 0 1.5rem !important; }
.my-4 { margin: 1.5rem 0 !important; }
.mx-5 { margin: 0 3rem !important; }
.my-5 { margin: 3rem 0 !important; }
.m-3 { margin: 1rem !important; }
.m-5 { margin: 3rem !important; }
.me-2 { margin-right: .5rem !important; }
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mx-1 { margin: 0.25rem !important}
.mx-2 { margin: 0.5rem !important}
.mx-3 { margin: 1rem !important}
.mx-4 { margin: 1.5rem !important}
.mx-5 { margin: 3rem !important}
.pt-0 { padding-top: 0rem !important; }
.pt-1 { padding-top: .25rem !important; }
.pt-2 { padding-top: .5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pr-0 { padding-right: 0rem !important; }
.pr-1 { padding-right: .25rem !important; }
.pr-2 { padding-right: .5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }
.pb-0 { padding-bottom: 0rem !important; }
.pb-1 { padding-bottom: .25rem !important; }
.pb-2 { padding-bottom: .5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.pl-0 { padding-left: 0rem !important; }
.pl-1 { padding-left: .25rem !important; }
.pl-2 { padding-left: .5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }
.px-0 { padding-left: 0rem !important; padding-right: 0rem !important;}
.px-1 { padding-left: .25rem !important; padding-right: .25rem !important;}
.px-2 { padding-left: .5rem !important; padding-right: .5rem !important;}
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important;}
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important;}
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important;}
.py-0 { padding-top: 0rem !important; padding-bottom: 0rem !important;}
.py-1 { padding-top: .25rem !important; padding-bottom: .25rem !important;}
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important;}
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important;}
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important;}
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important;}
.p-0 { padding: 0rem !important; }
.p-1 { padding: .25rem !important; }
.p-2 { padding: .5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
.padding-y {
  padding-top: 32px;
  padding-bottom: 32px;
}
.d-flex {
  display: flex !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.justify-content-center {
  justify-content: center !important;
}
.position-relative {
  position: relative !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}


/* bootstrap col start */
@media (min-width: 1200px) {
	.offset-xl-5 { margin-left: 41.666667%; }
	.offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.333333%; }
  .col-xl-5 { max-width: 41.666667%; }
  .col-xl-6 { max-width: 50%; }
  .col-xl-7 { max-width: 58.333333%; }
}
@media (min-width: 960px) and (max-width: 1199px) {
	.offset-lg-6 { margin-left: 50%; }
  .col-lg-6 { max-width: 50%; }
}
@media (min-width: 768px) and (max-width: 959px) {
	.offset-md-1 { margin-left: 8.333333%; }
  .col-md-10 { max-width: 83.333333%; }
}

/* bootstrap col end */


#homepage-teaser .position-relative .layout .content {
  left: 50%;
  transform: translateX(-50%);
  padding: 120px 0 0 0;
}
/* bootstrap form */
.form-group {
  margin-bottom: 1rem;
}
.form-group .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Main Container -  this controls the size of the circle */
.circle_container
{
	width : 178px;
	height : 178px;
	margin : 0;
	padding : 0;
/*	border : 1px solid red; */
}

/* Circle Main draws the actual circle */
.circle_main
{
	width : 100%;
	height : 100%;
	border-radius : 50%;
	border : 4px solid #2a6e47;	/* can alter thickness and colour of circle on this line */
	margin : 0;
	padding : 0;
}

/* Circle Text Container - constrains text area to within the circle */
.circle_text_container
{
	/* area constraints */
	width : 70%;
	height : 70%;
	max-width : 70%;
	max-height : 70%;
	margin : 0;
	padding : 0;

	/* some position nudging to center the text area */
	position : relative;
	left : 15%;
	top : 15%;
	
	/* preserve 3d prevents blurring sometimes caused by the text centering in the next class */
	transform-style : preserve-3d;
	
	/*border : 1px solid green;*/
}

/* Circle Text - the appearance of the text within the circle plus vertical centering */
.circle_text
{
	/* change font/size/etc here */
	/* font: 11px "Tahoma", Arial, Serif;	 */
	text-align : center; color:#2a6e47;
	
	/* vertical centering technique */
	position : relative;
	top : 50%;
	transform : translateY(-50%);
}
.centered{
  -webkit-box-align:center;
  -webkit-box-pack:center;
  display:-webkit-box;
}
.banner-ubphar{
  background-color: rgb(249, 249, 249);
}
#home-trust{
  font-size: 18px;
}
/* discover-block */
.discover-block {
  position: relative;
  background-color: rgb(249, 249, 249);
}
.discover-block .container {background: none}
.discover-block__title {
  margin: 20px 0 30px;
  color: #2a6e47;
}
.discover-block__wrapper img {box-shadow: 0 0 6px rgba(0,0,0,0.15);}
/* news-block */
.news-block .container {background: none}

.news-block__title {
  font-size: 30px;
  color: #2a6e47;
  text-align: center;
  font-weight: 400;
}
.news-block__date {color: #2a6e47;}
.title--hero {
  position: relative;
}
.title--hero::before {
  content: '';
}
.title--hero::before {
  border-bottom: solid 1px #f7941d ;
  left: 0;
  width: 100%;
  top: 50%;
  position: absolute;
  z-index: -1;
}
.title--hero > span {
  background: #ffffff;
  padding: 3px 10px;
}
.news-blockCarousel .carousel-control.left, .news-blockCarousel .carousel-control.right {
  background-image: none;
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled:false);
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.float-right {float: right !important;}
/* Search Product List */
.features_items.border { border: solid 1px #2a6e47; border-radius: 5px;}
.stock.fa-check-circle-o { color: #2C9859; }
.stock.fa-times-circle-o { color: #de0101; }
.stock.fa-clock-o { color:#f7941d; }
.stock.fa-ban {color:darkgray;}

.cart_quantity_section { width: 100px; }
.cart_delete_section {width: 50px;}
.cart_quantity_section {
  padding: 10px 3px;
  line-height: 18px;
  position: relative;
}         
.cart_quantity_section .cart_quantity_button_section {
  position: relative;
  padding: 2px 0 0 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.cart_quantity_section .cart_quantity_button_section .cart_quantity_input_section {
  width: 50px;
  height: 25px;
  border: 0;
  background: 0;
  text-align: center;
  padding: 5px 18px 5px 5px;
  float: none;
}
.cart_quantity_section .cart_quantity_button_section span {
  position: absolute;
  width: 20px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}
.cart_quantity_section .cart_quantity_button_section span a {
  text-indent: -9999px;
  text-decoration: none;
  float: left;
  margin: 2px 0;
  display: block;
  height: 10px;
  width: 20px;
  position: relative;
  background: none;
}
.cart_quantity_section .cart_quantity_button_section span a.section_qty_up::before {
  content: '';
  position: absolute;
  box-sizing: border-box;            height: 8px;
  width: 2px;
  background: #bfc0c2;
  top: 1px;
  left: 8px;
}          
.cart_quantity_section .cart_quantity_button_section span a.section_qty_up::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  height: 2px;
  width: 8px;
  background: #bfc0c2;
  top: 4px;
  left: 5px;
}          
.cart_quantity_section .cart_quantity_button_section span a.section_qty_down::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  height: 1px;
  width: 20px;
  background: #ccc;
  top: -1px;
  left: 0;
}
.cart_quantity_section .cart_quantity_button_section span a.section_qty_down::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  height: 2px;
  width: 8px;
  background: #bfc0c2;
  top: 5px;
  left: 5px;
  }
.fixed-bottom{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.search-result {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.easy-autocomplete.eac-round ul li i {margin-right: 5px;font-size: 1.4em; line-height: 14px;}
.eac-description .eac-item span {
  font-size: 1.4em; line-height: 14px;
}
.green {color:#2a6e47}
.orange {color:#f7941d}
.red {color:#de0101}
.blue {color:#4c9ed9}
.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
/* cms styles start */
.section-cms {font-size: 16px;}
.section-cms h1,h2,h3,h4 {color: #2a6e47;}
.paragraph h2 {color:#fff;}
.section-cms h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-cms h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-cms h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #2a6e47;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-cms .subtitle {
  padding-bottom: 56px;

  font-size: 1.5rem;
  line-height: 1.5;
}

.section-cms .slogan {
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Questrial",sans-serif;
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  color: #2a6e47;
}

.about-area {
  background: #f7f7f7;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 12;
}
.about-area::after {
  content: '';
  position: absolute;
  left: -15px;
  width: 50%;
  top: 0;
  background: url(../img/banners/about-ubphar.png);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
  background-size: auto;
  z-index: 11;
  height: 100%;
  background-repeat: no-repeat;
  /* background-position: right bottom; */
}
.about-area .container {background: none;}
.about-area .about-content{padding: 15px 0; font-size: 16px;}
.about-area .about-content ul {font-size: 14px; margin-top: 015px; padding-left: 0;}
.about-area .about-content li:before,
.content li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  position: relative;
  margin-right: 2px;
  top: 0px;
}
.my-account-page .links a.link{ text-transform: none; color: #000;}
.page-section {
  padding: 6rem 0;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.rounded-circle {
  border-radius: 50% !important;
}
.comment-intro{
  background-color: #2a6e47; color: #fff; font-size: 34px; padding: 60px; margin-bottom: 60px;
}



ul.partners {
  width: calc(50% - 70px);
  float: left;
  margin: 20px 35px;
}
ul.partners li {
  width: 14%;
  float: left;
  margin: 0 3%;
}
ul.partners li:before {content: none;margin:0;}
ul.partners img {
  /* width: 100%;
  height: 100%; */
  height: 8.75rem;
  max-width: 100%;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e03a3c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* background: rgba(17, 17, 17, 0.6); */
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(42, 110, 71, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  max-width: 100%;
  height: 8.75rem;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* align-items: flex-start; */
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.portfolio .portfolio-wrap .more {
  transition: all ease-in-out 0.3s;
  max-width: 100%;
  height: 8.75rem;
  background-color: #2a6e47; color: #fff;
  line-height: 8.75rem;
  font-size: 1.75rem;
  font-weight: bold;
}

/*--------------------------------------------------------------
# pages cms
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e03a3c;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta ul li::before{content: none; margin: 0;} 

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #5e5e5e;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e03a3c;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e65d5f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #8b8b8b;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e03a3c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #777777;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e03a3c;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #777777;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 8px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #e03a3c;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #e03a3c;
  border: 1px solid #e03a3c;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #2b2b2b;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #515151;
}

.blog .sidebar .categories ul a:hover {
  color: #e03a3c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #777777;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e03a3c;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #777777;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #111111;
  background: #111111;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.section-title {
font-size: 16px;
padding: 25px;
margin-bottom: 60px;
text-align: center;
}

/* .section-cms h2.heading {color: #000; font-weight: bold; text-decoration: underline;padding: 0; background: none;}
.section-cms h2.heading::before, .section-cms h2.heading::after {content : normal; position : static; display : inline; width : auto; height : auto; background : transparent; bottom : auto; left : auto;} */
.section-cms .heading {color: #000; font-weight: bold; text-decoration: underline;padding: 0; background: none; }
.section-cms h2.heading {text-transform: uppercase; margin-top: 1.5em; margin-bottom: 0.75em;}
.section-cms h2.heading::before, .section-cms h2.heading::after {content : normal; position : static; display : inline; width : auto; height : auto; background : transparent; bottom : auto; left : auto;} /*reset*/
.section-cms h3.heading {margin-bottom: 0.75em;}
.section-cms .content li:before { content: ""; margin-right: 0; padding: 0 2px 0 0;}
.section-cms .link-secondary {color: #adb5bd; margin-bottom: 0.75em; display: block;}
ul.alpha > li {list-style-type: lower-latin;}
ul.disc > li {list-style-type: disc;}
ul.none > li {list-style-type: none;}
ol.decimal > li {list-style-type: decimal;}
ul.alpha li::before,
ul.disc li::before,
ul.none li::before,
ol.decimal li::before {content : normal; font : normal; position : static; margin : 0;}
.popup-notice-text {
  white-space:pre-line;
  height: 150px !important;
  overflow-y: scroll !important;
  font-size: 10px !important;
  line-height: 12px !important;
  font-size: 12px !important;
  line-height: 14px !important;  
  border:solid 1px #2a6e47;
  padding: 1em;
  margin-top: 1em; margin-bottom: 1em;
}
.popup-notice-text h1, .popup-notice-text h2, .popup-notice-text h3 {font-size: 1.2rem; margin-top: 10px; margin-bottom: 3px;}
#modalDataProtection .modal-body{padding: 1em;}

/* cms styles end */
.box-shadow {
  box-shadow: 0 20px 27px 0 rgba(0,0,0,.05);
  border: solid 1px rgba(42,110,71,.125);
  border-radius: 1rem;
  margin: 2.5rem;
}
.form input {
  display: block;
  width: 100%;
  padding: .625rem 1rem;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.6;
  color: #565973;
  /* background-color: #fff; */
  background-clip: padding-box;
  border: 1px solid #d4d7e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  box-shadow: inset 0 0 0 rgba(42,110,71,0);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form input:focus {
  color: #565973;
  background-color: #fff;
  border-color: rgba(42,110,71,.35);
  outline: 0;
  box-shadow: inset 0 0 0 rgba(42,110,71,0),0 .5rem 1.125rem -0.5rem rgba(42,110,71,.2);
}
.form .error_form { background-color: crimson;}
.text-left { text-align: left !important;}
.ico-help { display: table-cell; color: #2a6e47; font-size: 1.17em; padding-left: 6px; }
.control-label { display: table-cell; }
.tooltip.top .tooltip-inner { background-color:#2a6e47;}
.tooltip.top .tooltip-arrow { border-top-color: #2a6e47;}
/* bootstrap 4 */
.offset-md-0 { margin-left: 0%; }
.offset-md-1 { margin-left: 8.33333333%; }
.offset-md-2 { margin-left: 16.66666667%; }
.offset-md-3 { margin-left: 25%; }
.offset-md-4 { margin-left: 33.333333%;}
.offset-md-5 { margin-left: 41.66666667%; }
.offset-md-6 { margin-left: 50%; }
.offset-md-7 { margin-left: 58.33333333%; }
.offset-md-8 { margin-left: 66.66666667%; }
.offset-md-9 { margin-left: 75%; }
.offset-md-10 { margin-left: 83.33333333%; }
.offset-md-11 { margin-left: 91.66666667%; }
.offset-md-12 { margin-left: 100%; }
.total-sum {font-family: "Arial",sans-serif; font-size: 1.5em;}
/* Max height */
.mh-100 { max-height: 100px; overflow-y: auto; }
.mh-200 { max-height: 200px; overflow-y: auto; }
.mh-250 { max-height: 250px; overflow-y: auto; }
.mh-300 { max-height: 300px; overflow-y: auto; }
.font-weight-bold { font-weight: 700 !important; } 