/*

Theme Name: ELIXIRIUM

Theme URL: 
Description: 
Author: SMART CUPS AGENCY
Author URI: www.smartcupsagency.ro
Version: v1 - 2021


*/


/*--------------------------------------------------------------
        Project
--------------------------------------------------------------*/

*{ margin: 0px auto; padding: 0px; font-family: 'Montserrat', sans-serif;}

h1{font-size:27px;line-height:35px;color:#5d4087;text-align:left;text-decoration: none;font-weight:normal;}
h2{font-size:22px;line-height:28px;color:#b76bab;text-align:left;text-decoration: none;font-weight:normal;margin:0px 0px 20px 0px;}
h3{font-size:19px;line-height:25px;color:#b76bab;text-align:left;text-decoration: none;font-weight:normal;margin:15px 0px 15px 0px;}
h4{font-size:17px;line-height:25px;padding:10px 0px 10px 0px;text-decoration: none;font-weight:normal}
h5{font-size:17px;line-height:25px;padding:10px 0px 10px 0px;text-decoration: none;font-weight:normal}
h6{font-size:13px;line-height:13px;padding:9px 0px 9px 0px;text-decoration: none;font-weight:normal;color:#fff;}
h7{font-size:17px;line-height:25px;margin:5px 0px 10px 10px;text-decoration: none;font-weight:normal;color:#050505;}

img { border:0; max-width: 100%;height: auto; }
.aligncenter {display:block;margin-left:auto;margin-right:auto;margin-top:10px;margin-bottom:15px;}

 ul li{ 
 margin: 0 0 0 20px;
}


/*--------------------------------------------------------------
        Layout
--------------------------------------------------------------*/

#column {
	float:left;	
	background: #fff;	
	width:100%;
	min-height:10px;
}
#column-full {
	float:left;
	width:90%;
	min-height:10px;
	margin-top:30px;
	margin-bottom:60px;	
	margin-left:5%;	
}
#column-list {
	float:left;
	width:90%;	
	min-height:10px;
	margin-bottom:30px;	
	margin-left:5%;	
	margin-top:80px;	
}
#column-content {
	float:right;
	width:80%;	
	min-height:10px;
}
#column-sidebar {
	float:left;
	width:16%;	
	min-height:10px;
	display: inline-block;
	vertical-align:top;
	margin-top:30px;	
}
#sidebar-box {
	float:left;
	width:100%;
	min-height:10px;
	margin-bottom:30px;
}


/*--------------------------------------------------------------
        Header
--------------------------------------------------------------*/

#header {
	float:left;
	background: #fff;		
	width:100%;
	min-height:10px;	
	position: fixed;
	z-index:100;
	border-bottom: 1px solid #000000;
}
#header-list {
	float:left;	
	width:80%;
	min-height:10px;
	margin-left:10%;
	margin-top:12px;
	margin-bottom:8px;		
}
#logo {
	float:left;
	width:30%;
	min-height:10px;
	text-align:center;
}



#header-right {
	float:right;
	width:20%;
	min-height:10px;
}
#header-top {
	float:left;
	width:100%;
	min-height:55px;
	margin-top:17px;	
}
#header-top-box {
	float:right;
	width:30%;
	min-height:10px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:5px;	
}
#header-top-icon {
	float:left;
	width:30%;
	min-height:10px;
	text-align:center;
}
#header-top-info {
	float:right;
	width:68%;
	min-height:10px;
}
#header-top-title {
	float:left;
	width:100%;
	min-height:10px;
	font-size:16px;
	color:#282828;
	text-align:left;		
} 
#header-top-stitle {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	color:#4c4c4c;
	text-align:left;
	margin-top:3px;		
} 
#header-top-stitle a {
	color:#4c4c4c;
	text-decoration: none;
} 
#header-top-stitle a:link {  }
#header-top-stitle a:visited { }
#header-top-stitle a:hover{
	color:#b376b2;
	text-decoration:none;
}

#header-meniu {
	float:left;
	width:48%;
	min-height:10px;
	margin-top:25px;
	margin-left:2%;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:1000;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
}
#cssmenu > ul {

}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  background-color: #fff;	
  padding: 8px 9px 8px 9px;
  text-decoration: none;
  font-size: 16px;
  color:#4c4c4c;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #fff;      
  background-color: #b76bab;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #282828;
  right: 5px;
  top: 15px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;  
  color: #ffffff;      
  background: #ed873f;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 40px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left:5px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 5px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #2e2e2e;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #2e2e2e;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 33px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 20px;
  width: 240px;
  color: #282828;
  background: #ffffff;
  text-align:left;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #ffffff;      
  background: #2e2e2e;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #2e2e2e;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #2e2e2e;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #2e2e2e;
  border-left-color: transparent;
}
@media all and (max-width: 999px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 999px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 999px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 999px), only screen and (min-device-pixel-ratio: 2) and (max-width: 999px), only screen and (min-resolution: 192dpi) and (max-width: 999px), only screen and (min-resolution: 2dppx) and (max-width: 999px) {
  #cssmenu {
    background: 09090a;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a {
  color: #fff;      
  background-color: #5c3e7c;
  }
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 14px;
    background: 09090a;	
	color:#282828;
	padding: 10px 9px 10px 9px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    background: #ed873f;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 20px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 30px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 20px;
    border-top: 2px solid #282828;
    border-bottom: 2px solid #282828;
    right: 25px;
    top: 14px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 20px;
    border-top: 2px solid #282828;
    right: 25px;
    top: 24px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}

#header-smeniu {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:5px;
}

#cauta {
	float:left;
	width:15%;
	min-height:10px;
	text-align:center;
	margin-top:7px;	
}

#cart {
	float:right;
	width:140px;
	min-height:10px;
	overflow:hidden;
	margin-top:7px;	
}
#cart-icon {
	float:left;
	width:40px;
	height:50px;
	text-align:center;
	margin-left:10px;	
}
#cart-icon a {
	background: #fff url(files/images/bk-cart-a.png) no-repeat center center;
	text-decoration: none;
	width:40px;
	height:50px;	
	display:block;
	}
#cart-icon a:link {  }
#cart-icon a:visited { }
#cart-icon a:hover{
	background: #000 url(files/images/bk-cart-h.png) no-repeat center center;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;	
}


#cart-right {
	background: #fff;	
	float:left;
	width:90px;
	height:50px;
}
#cart-sm {
	float:left;
	width:50%;
	min-height:50px;
	text-align:center;
}
#cart-nr {
	float:left;
	width:100%;
	min-height:10px;
	padding-bottom:10px;
}
#cart-pr {
	float:left;
	width:100%;
	min-height:5px;
	text-align:center;
	font-size:12px;
	color:#282828;
	margin-top:7px;
}
#cart-tl {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:3px;
	text-align:center;
	font-size:16px;
	color:#282828;
}

/*-------------------
    slide
---------------------*/

#slide {
	float:left;
	background: #fff url(files/promo/01/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:1100px;
	margin-top:80px;
}

/*-------------------
    cover
---------------------*/

#cover-despre-noi {
	float:left;
	background: #fff url(files/cover/despre-noi/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;	
}
#cover-contact {
	float:left;
	background: #fff url(files/cover/contact/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;	
}
#cover-blog {
	float:left;
	background: #fff url(files/cover/blog/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;		
}
#cover-norme {
	float:left;
	background: #fff url(files/cover/norme/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;		
}
#cover-shop {
	float:left;
	background: #fff url(files/cover/shop/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;	
}
#cover-emulsii {
	float:left;
	background: #fff url(files/cover/emulsii/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;	
}
#cover-creme {
	float:left;
	background: #fff url(files/cover/creme/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;	
}
#cover-adjuvante {
	float:left;
	background: #fff url(files/cover/adjuvante/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;		
}
#cover-suplimente {
	float:left;
	background: #fff url(files/cover/suplimente/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;	
}
#cover-oferte {
	float:left;
	background: #fff url(files/cover/oferte/bk-2560.jpg) no-repeat center center;
	width:100%;
	height:250px;
	margin-top:100px;	
}
/*-------------------
    categorii
---------------------*/

#categorii {
	float:left;
	background: #fff;
	width:96%;
	min-height:10px;
	margin-top:10px;
	margin-left:2%;
}
#categorii-box {
	float:left;
	background: #010103;	
	width:23%;	
	height:200px;
	margin-left:1%;
	margin-right:1%;	
	margin-bottom:10px;
}
#categorie-box-1 {
	float:left;
	background: #010103 url(files/images/bk-cat-1-2560.jpg) no-repeat center left;	
	width:100%;	
	height:200px;
}
#categorie-box-1 a {
	background-color: rgba(0,0,0,.4);
	text-decoration:none;
	height:200px;	
	display:block;
	transition: 1s ease;	
}
#categorie-box-1 a:link {  }
#categorie-box-1 a:visited { }
#categorie-box-1 a:hover{
	background-color: rgba(0,0,0,.0);
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
#categorie-box-2 {
	float:left;
	background: #010103 url(files/images/bk-cat-2-2560.jpg) no-repeat center left;	
	width:100%;	
	height:200px;
}
#categorie-box-2 a {
	background-color: rgba(0,0,0,.4);
	text-decoration:none;
	height:200px;	
	display:block;
	transition: 1s ease;	
}
#categorie-box-2 a:link {  }
#categorie-box-2 a:visited { }
#categorie-box-2 a:hover{
	background-color: rgba(0,0,0,.0);
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
#categorie-box-3 {
	float:left;
	background: #010103 url(files/images/bk-cat-3-2560.jpg) no-repeat center left;	
	width:100%;	
	height:200px;
}
#categorie-box-3 a {
	background-color: rgba(0,0,0,.4);
	text-decoration:none;
	height:200px;	
	display:block;
	transition: 1s ease;	
}
#categorie-box-3 a:link {  }
#categorie-box-3 a:visited { }
#categorie-box-3 a:hover{
	background-color: rgba(0,0,0,.0);
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
#categorie-box-4 {
	float:left;
	background: #010103 url(files/images/bk-cat-4-2560.jpg) no-repeat center left;	
	width:100%;	
	height:200px;
}
#categorie-box-4 a {
	background-color: rgba(0,0,0,.4);
	text-decoration:none;
	height:200px;	
	display:block;
	transition: 1s ease;	
}
#categorie-box-4 a:link {  }
#categorie-box-4 a:visited { }
#categorie-box-4 a:hover{
	background-color: rgba(0,0,0,.0);
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
#categorie-box-5 {
	float:left;
	background: #010103 url(files/images/bk-cat-5-2560.jpg) no-repeat center left;	
	width:100%;	
	height:200px;
}
#categorie-box-5 a {
	background-color: rgba(0,0,0,.4);
	text-decoration:none;
	height:200px;	
	display:block;
	transition: 1s ease;	
}
#categorie-box-5 a:link {  }
#categorie-box-5 a:visited { }
#categorie-box-5 a:hover{
	background-color: rgba(0,0,0,.0);
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
#categorie-box-6 {
	float:left;
	background: #010103 url(files/images/bk-cat-6-2560.jpg) no-repeat center left;	
	width:100%;	
	height:200px;
}
#categorie-box-6 a {
	background-color: rgba(0,0,0,.4);
	text-decoration:none;
	height:200px;	
	display:block;
	transition: 1s ease;	
}
#categorie-box-6 a:link {  }
#categorie-box-6 a:visited { }
#categorie-box-6 a:hover{
	background-color: rgba(0,0,0,.0);
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
#categorie-box-7 {
	float:left;
	background: #010103 url(files/images/bk-cat-7-2560.jpg) no-repeat center left;	
	width:100%;	
	height:200px;
}
#categorie-box-7 a {
	background-color: rgba(0,0,0,.4);
	text-decoration:none;
	height:200px;	
	display:block;
	transition: 1s ease;	
}
#categorie-box-7 a:link {  }
#categorie-box-7 a:visited { }
#categorie-box-7 a:hover{
	background-color: rgba(0,0,0,.0);
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
#categorie-box-8 {
	float:left;
	background: #010103 url(files/images/bk-cat-8-2560.jpg) no-repeat center left;	
	width:100%;	
	height:200px;
}
#categorie-box-8 a {
	background-color: rgba(0,0,0,.4);
	text-decoration:none;
	height:200px;	
	display:block;
	transition: 1s ease;	
}
#categorie-box-8 a:link {  }
#categorie-box-8 a:visited { }
#categorie-box-8 a:hover{
	background-color: rgba(0,0,0,.0);
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
/*-------------------
    about us
---------------------*/

#about-us {
	float:left;
	background: #fff;
	width:100%;
	min-height:598px;
	z-index:100;
}
#about-list {
	float:left;
	width:60%;	
	min-height:40px;
	margin-left:20%;
	margin-top:150px;
}
#about-eco {
	float:left;
	width:57%;	
	min-height:40px;	
}
#about-info {
	float:right;
	width:40%;	
	min-height:40px;
}
#about-title-1 {
	float:left;
	width:100%;
	min-height:10px;
	text-align:left;	
	font-size:40px;
	line-height:50px;
	color:#1c4e31;
	text-decoration:none;
	font-family: 'Dancing Script', cursive; 	
}
#about-title-2 {
	float:left;
	width:100%;
	min-height:10px;
	text-align:left;
	font-size:19px;
	color:#282828;
	margin-top:10px;	
}
#about-title-3 {
	float:left;
	width:100%;
	min-height:10px;
	text-align:left;
	font-size:19px;
	color:#717171;
	margin-top:10px;	
}
#about-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size:16px;
	text-align:left;
	margin-top:10px;
	margin-bottom:15px;
} 
#about-link a {
	color:#717171;
	text-decoration:none;
	padding:6px  8px 6px  8px;	
	border: 1px solid #717171;	
	margin-top:20px;	
}
#about-link a:link {  }
#about-link a:visited { }
#about-link a:hover{
	background:#1c4e31;
	color:#fff;
	text-decoration:none;
	border: 1px solid #1c4e31;
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
#about-sm {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:15px;	
}
#about-sm-1 {
	float:left;
	width:50px;
	height:40px;	
}
#about-sm-1 a {
	background: url(files/images/bk-facebook-a.jpg) no-repeat center left;	
	text-decoration:none;
	display:block;
	height:40px;
}
#about-sm-1 a:link {  }
#about-sm-1 a:visited { }
#about-sm-1 a:hover{
	background: url(files/images/bk-facebook-h.jpg) no-repeat center left;		
	text-decoration:none;		
}
#about-sm-2 {
	float:left;
	width:50px;
	min-height:40px;	
}
#about-sm-2 a {
	background: url(files/images/bk-whatsapp-a.jpg) no-repeat center left;		
	text-decoration:none;
	display:block;
	height:40px;
}
#about-sm-2 a:link {  }
#about-sm-2 a:visited { }
#about-sm-2 a:hover{
	background: url(files/images/bk-whatsapp-h.jpg) no-repeat center left;		
	text-decoration:none;		
}
#about-sm-3 {
	float:left;
	width:50px;
	min-height:40px;	
}
#about-sm-3 a {
	background: url(files/images/bk-youtube-a.jpg) no-repeat center left;		
	text-decoration:none;
	display:block;
	height:40px;
}
#about-sm-3 a:link {  }
#about-sm-3 a:visited { }
#about-sm-3 a:hover{
	background: url(files/images/bk-youtube-h.jpg) no-repeat center left;	
	text-decoration:none;		
}
/*-------------------
    ca
---------------------*/

#ca {
	float:left;
	background: #fff;
	width:100%;
	min-height:100px;
}
#ca-list {
	float:left;
	width:50%;	
	min-height:40px;
	margin-left:25%;
	margin-top:80px;
	margin-bottom:60px;	
}
#ca-box {
	float:left;
	width:22%;	
	min-height:10px;
	margin-left:1.5%;
	margin-right:1.5%;	
	margin-bottom:20px;	
}
#ca-icon {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;
}
#ca-title {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;	
	font-size:19px;
	color:#282828;
	margin-top:10px;	
}
#ca-txt {
	float:left;
	width:100%;
	min-height:10px;
	text-align:center;	
	font-size:17px;
	line-height:22px;	
	color:#717171;
	margin-top:10px;	
}
/*-------------------
    recomandari
---------------------*/

#recomandari {
	float:left;
	background: #d4e9da url(files/images/bk-recomandari-2560.jpg) no-repeat top center;	
	width:100%;
	min-height:300px;
	margin-bottom:10px;	
}
#recomandari-title {
	float:left;
	width:100%;
	min-height:10px;
	text-decoration:none;
	text-align:left;
	font-size:40px;
	line-height:50px;
	color:#245037;
	font-family: 'Dancing Script', cursive; 	
	text-align:center;
	margin-top:40px;	
}
#recomandari-title a {
	color:#1c4e31;
	text-decoration:none;
	font-family: 'Dancing Script', cursive; 
	padding:12px;	
}
#recomandari-title a:link { }
#recomandari-title a:visited { }
#recomandari-title a:hover{
	color:#fff;
	text-decoration:none;	
}
#recomandari-list {
	float:left;
	width:80%;	
	min-height:30px;
	margin-left:10%;
	margin-top:40px;
	margin-bottom:20px;	
}
#recomandari-box {
	float:left;
	width:23%;	
	min-height:30px;
	text-align:center;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:20px;
}
/*-------------------
    Promotii
---------------------*/

#line-promo {
	float:left;
	background: #fff;	
	width:100%;
	min-height:10px;
}
#line-promo-list {
	float:left;
	width:70%;	
	min-height:40px;
	margin-left:15%;
	margin-top:40px;
	margin-bottom:20px;
}

#line-promo-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size: 15px;
	text-align:center;
	font-family: 'Dancing Script', cursive;	
	margin-top:40px;
	margin-bottom:60px;	
}
#line-promo-link a {
	background:#282828;		
	color:#fff;
	font-family: 'Dancing Script', cursive;		
	text-decoration:none;
	padding:15px  30px 15px  30px;	
	border: 1px solid #282828;	
}
#line-promo-link a:link { }
#line-promo-link a:visited { }
#line-promo-link a:hover{
	background:#fff;		
	color:#282828;
	text-decoration:none;
	border: 1px solid #282828;
	transition: 1s ease;
	transition: 0.5s ease-out;		
}

/*--------------------------------------------------------------
        Frame
--------------------------------------------------------------*/


#line-frame {
	float:left;
	width:100%;
	min-height:10px;	
	margin-top:20px;
	font-size:16px;
	line-height:26px;
	color:#777777;
	text-align:left;
}
#breadcrumbs {
	float:left;
	background: url(files/images/bk-cat.png) no-repeat center left;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#787979;
	text-align:left;
	padding:5px 0px 5px 20px
} 
#breadcrumbs  a {
	color:#787979;
	text-decoration: none;
	}
#breadcrumbs a:link {  }
#breadcrumbs  a:visited { }
#breadcrumbs a:hover{
	color:#ff6634;
	text-decoration:none;
}
#time {
	float:right;
	background: url(files/images/bk-date.png) no-repeat center left;
	width:74px;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#787979;
	text-align:right;
	font-style:italic;
	padding:5px 0px 5px 20px;
	margin-right:20px;
} 

/*--------------------------------------------------------------
        Sidebar contact
--------------------------------------------------------------*/


#sidebar-contact {
	float:left;
	width:100%;	
	min-height:10px;
}
#sidebar-contact-txt-1 {
	float:left;
	width:92%;
	margin-left:4%;	
	min-height:10px;
	margin-top:20px;
	font-size:15px;
	line-height:24px;
	color:#777777;
	text-align:center;
}
#sidebar-contact-txt-1 {
	float:left;
	width:92%;
	margin-left:4%;	
	min-height:10px;
	margin-top:20px;
	font-size:15px;
	color:#777777;
	text-align:center;
}  
#sidebar-contact-txt-2 {
	float:left;
	width:92%;
	margin-left:4%;	
	min-height:10px;
	font-size:14px;
	color:#777777;
	text-align:center;
}  
#sidebar-contact-tel {
	float:left;
	width:92%;
	margin-left:4%;	
	min-height:10px;
	margin-top:20px;
	font-size:14px;
	line-height:20px;
	background: #211d1c;	
	text-align:center;	
} 
#sidebar-contact-tel  a {
	color:#fff;
	text-decoration: none;
	display:block;
	padding:8px 0px;
}
#sidebar-contact-tel a:link {  }
#sidebar-contact-tel  a:visited { }
#sidebar-contact-tel a:hover{
	background: #ff0000;
	color:#fff;
	text-decoration:none;
}
#sidebar-contact-whatsapp {
	float:left;
	width:92%;
	margin-left:4%;	
	min-height:10px;
	margin-top:10px;
	font-size:14px;
	line-height:20px;
	background: #20b038;	
	text-align:center;
	padding:0px 0px;
} 
#sidebar-contact-whatsapp  a {
	color:#fff;
	text-decoration: none;
	display:block;
	padding:8px 0px;	
}
#sidebar-contact-whatsapp a:link {  }
#sidebar-contact-whatsapp  a:visited { }
#sidebar-contact-whatsapp a:hover{
	background: #ff0000;
	color:#fff;
	text-decoration:none;
}
#sidebar-contact-orar {
	float:left;
	width:92%;
	margin-left:4%;	
	min-height:10px;
	font-size:15px;
	line-height:20px;
	color:#777777;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;	
} 
/*-------------------
    Page
---------------------*/

#title {
	float:left;
	width:100%;
	min-height:10px;
	text-decoration:none;
	text-align:left;
	font-size:40px;
	line-height:50px;
	color:#282828;
	text-align:center;
}
#title a {
	color:#6e3966;
	text-decoration:none;
	font-family: 'Dancing Script', cursive; 
	padding:12px;	
	border: 1px solid #fff;	
}
#title a:link { }
#title a:visited { }
#title a:hover{
	color:#6e3966;
	text-decoration:none;
	border: 1px solid #6e3966;
	transition: 1s ease;
	transition: 0.5s ease-out;		
}

#page-content {
	float:left;
	width:100%;
	min-height:10px;
	font-size:16px;
	line-height:27px;
	color:#717171;
	text-align:justify;
	margin-top:20px;
	margin-bottom:20px;			
} 
#page-content p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}	
#page-content a {
	color:#4483d1;
	text-decoration:none;
}
#page-content a:link { }
#page-content a:visited { }
#page-content a:hover{
	color:#1c73a6;
	text-decoration:none;
}

#page-link {
	float:left;
	width:100%;
	min-height:10px;
	font-size: 15px;
	text-align:left;
	font-family: 'Dancing Script', cursive;	
	margin-top:30px;
	margin-bottom:60px;	
}
#page-link a {
	background:#282828;		
	color:#fff;
	font-family: 'Dancing Script', cursive;		
	text-decoration:none;
	padding:15px  20px 15px  20px;	
	border: 1px solid #282828;	
}
#page-link a:link { }
#page-link a:visited { }
#page-link a:hover{
	background:#fbf4ea;		
	color:#282828;
	text-decoration:none;
	border: 1px solid #282828;
	transition: 1s ease;
	transition: 0.5s ease-out;		
}

#product-content {
	float:left;
	width:96%;
	min-height:10px;
	font-size:16px;
	line-height:27px;
	color:#6c757d;
	text-align:justify;
	margin-top:20px;
	margin-bottom:40px;		
	margin-left:2%;	
} 
#product-content a {
	color:#3878c7;
	text-decoration:none;
}
#product-content a:link { }
#product-content a:visited { }
#product-content a:hover{
	color:#3878c7;
	text-decoration:underline;
}

#shop-content {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:20px;
	font-size:16px;
	line-height:27px;
	color:#777777;
	text-align:justify;
}


/*-------------------
    Contact
---------------------*/

#contact {
	float:left;
	width:100%;
	min-height:10px;
}
#contact-full {
	float:left;
	width:100%;
	min-height:10px;
}
#contact-left {
	float:left;
	width:47%;
	min-height:10px;
	margin-bottom:15px;
}
#contact-right {
	float:right;
	width:47%;
	min-height:10px;
	margin-bottom:15px;
}

/*-------------------
    Blog
---------------------*/
#column-blog {
	float:left;	
	background: #fff;
	width:100%;
	min-height:10px;
}

#blog-list {
	float:left;
	width:100%;	
	min-height:10px;
	margin-top:70px;
	margin-bottom:20px;		
}
#blog-box {
	float:left;
	width:21%;
	min-height:10px;	
	margin-left:2%;
	margin-right:2%;	
	margin-bottom:40px;
	overflow:hidden;
}
#blog-i {
	float:left;
	background: #f2f2f2;
	width:100%;
	min-height:10px;
	text-align:center;
}
.postimg{
	width: auto;
	height:auto;
}
#blog-t {
	float:right;
	width:100%;
	margin-top:25px;
	margin-bottom:10px;	
	min-height:10px;
	text-align:left;	
} 
#blog-t  a {
	color:#6e3966;
	text-decoration: none;

	font-size:20px;
	line-height:30px;	
}
#blog-t a:link {  }
#blog-t  a:visited { }
#blog-t  a:hover{
	color:#5aae7d;
	text-decoration:none;
}
#blog-c {
	float:left;
	background: url(files/images/bk-cat.png) no-repeat center left;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#787979;
	text-align:left;
	padding:5px 3px 5px 20px
}
#blog-c  a {
	color:#717171;
	text-decoration: none;
}
#blog-c a:link {  }
#blog-c  a:visited { }
#blog-c a:hover{
	color:#ff0000;
	text-decoration:none;
}
#blog-d {
	float:right;
	background: url(files/images/bk-date.png) no-repeat center left;
	width:70px;
	min-height:10px;
	font-size:14px;
	line-height:14px;
	color:#717171;
	text-align:right;
	padding:5px 3px 5px 20px
}
#blog-a {
	float:right;
	width:100%;
	margin:15px 0px;
	min-height:10px;
	text-align:right;
	font-size:14px;
} 
#blog-a  a {
	color:#717171;
	text-decoration: none;
}
#blog-a a:link {  }
#blog-a  a:visited { }
#blog-a a:hover{
	color:#ff0000;
	text-decoration:none;
}
#blog-e {
	float:left;
	width:100%;
	min-height:50px;
	font-size:16px;
	line-height:26px;
	color:#717171;
	text-align:justify;
	margin-top:15px;	
} 
#blog-l {
	float:left;
	width:100%;
	min-height:10px;
	font-size:13px;
	text-align:left;
	margin-top:18px;
	margin-bottom:15px;
} 
#blog-l  a {
	color:#717171;
	text-decoration:none;
	padding:4px  8px 4px  8px;	
	border: 1px solid #717171;	
	margin-top:20px;	
}
#blog-l a:link {  }
#blog-l  a:visited { }
#blog-l a:hover{
	background:#1c4e31;
	color:#fff;
	text-decoration:none;
	border: 1px solid #1c4e31;
	transition: 1s ease;
	transition: 0.5s ease-out;		
}



#page-comments {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:20px;
	border-top: 1px solid #d3ced2;
}

ol.commentlist{margin:0px 0 0;clear:both;overflow:hidden;list-style:none;}
ol.commentlist li{margin:5px 0;line-height:18px;padding:10px;border-bottom:1px solid #eaeaea;}
ol.commentlist li .comment-author{
	font-size:15px;
	line-height:20px;
	color:#777777;
	text-align:left;
}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{color:#00aecd;text-decoration:none;}
ol.commentlist li .comment-author .fn{color:#6C6C6C;}
cite.fn{color:#000;font-style:normal;}
ol.commentlist li .comment-author .avatar{float:left;border:1px solid #ddd;background:#fff;padding:3px;margin-right:15px;}
ol.commentlist li .comment-meta{font-size:13px;}
ol.commentlist li .comment-meta .commentmetadata{color:#000;}
ol.commentlist li .comment-meta a{color:#1D81B6;text-decoration:none}
ol.commentlist li p{
	margin-top:5px;	
	font-size:14px;
	line-height:22px;
	color:#777777;
	text-align:justify;}
ol.commentlist li .reply{margin-top:10px;font-size:10px;}
ol.commentlist li .reply a{background:#fff;color:#6C6C6C;text-decoration:none;padding:3px 10px;border:1px solid #eaeaea;}
ol.commentlist li.odd{}
ol.commentlist li.even{}
ol.commentlist li ul.children{list-style:none;margin:1em 0 0;text-indent:0;}
ol.commentlist li ul.children li.depth-2{margin:0 0 0px 50px;}
ol.commentlist li ul.children li.depth-3{margin:0 0 0px 50px;}
ol.commentlist li ul.children li.depth-4{margin:0 0 0px 50px;}
ol.commentlist li ul.children li.depth-5{margin:0 0 0px 50px;}
.comment-nav{padding:5px;height:20px;}
.comment-nav a:link,.comment-nav a:visited{color:#222;}

#respond{margin:10px 0px;}
#respond h3{font-size:18px;line-height:23px;color:#757575;padding:10px;text-align:left;text-decoration: none;font-weight:normal;margin:20px 0px 20px 0px;}
#commentform{padding:10px 20px;}

#commentform label{display:block;color:#777777;}

.textarea {margin:7px 0px 10px 0px;width:90%;min-height:10px;font-size:14px;line-height:19px;color:#777777;text-align:justify;padding: 5px 10px;}
.submit{
	color:#fff;
	font-size:12px;
	text-decoration: none;
	background: #185c8c;
	padding:7px 9px 6px 9px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	cursor:pointer;
	border:0;	
}
.submit:hover {
	color:#fff;
	text-decoration:none;
	background: #1c73a6;	
}


.sidetitl-1{margin:10px 0px 0px 10px;width:97%;min-height:10px;text-align:center;font-size:18px;line-height:25px;color:#333333;font-weight:normal;text-transform: uppercase;overflow:hidden;}
.sidebox-1{float:left;margin:-20px 0px 0px 0px;width:100%;color:#282828;}  
.sidebox-1 ul {margin:0px;padding: 0px 0px 5px 0px;list-style-type: none;}
.sidebox-1 li{ margin:0px;padding: 0px 0px 5px 0px; list-style-type: none;}
.sidebox-1 ul ul  {margin-left:10px;padding: 0px 0px 5px 0px;list-style-type:none;border:0;}
.sidebox-1 ul ul ul {margin:0px;padding: 0px 0px 5px 0px;list-style-type:none;border:0;}
.sidebox-1 ul ul ul ul {margin:0px;padding: 0px 0px 5px 0px;list-style-type:none;border:0;}	
.sidebox-1 ul li {margin:0px;padding: 2px 0px 2px 0px;width:100%;height:100%;line-height:18px;clear:left;list-style-type: none;font-size:16px;border:0;border-bottom: 1px solid #d3ced2;overflow:hidden;}	
.sidebox-1 ul li a:link, .sidebox-1 ul li a:visited {padding: 7px 3px 7px 10px;width:97%;min-height:10px;text-align:left;font-size:16x;line-height:20px;color:#4c4c4c;text-decoration: none;display:block;}
.sidebox-1 ul li a:hover {width:97%;min-height:10px;text-align:left;color:#ff6634;text-decoration:none;display:block;} 
.sidebox-1 ul ul li {margin:0px;padding: 2px 0px 2px 0px;width:100%;height:100%;line-height:20px;clear:left;list-style-type: none;font-size:13px;border:0;}	
.sidebox-1 ul ul li a:link, .sidebox-1 ul li a:visited {padding: 4px 3px 4px 10px;width:97%;min-height:10px;text-align:left;font-size:14px;line-height:20px;color:#4c4c4c;text-decoration: none;display:block;}
.sidebox-1 ul ul li a:hover {width:97%;min-height:10px;text-align:left;color:#ff6634;text-decoration:none;display:block;} 
.sidebox-1 p {padding: 7px 10px; margin:0;color:#777777;}
.sidebox-1 table{width:100%; text-align:center; color:#777777; }	

/*-------------------
    Contact
---------------------*/

#contact-left {
	float:left;
	width:48%;
	min-height:10px;
}
#contact-right {
	float:right;
	width:48%;
	min-height:10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],
.wpcf7 textarea,
.wpcf7-select {background: #fff;padding: 3px 7px;width:100%; margin: 6px 0px; box-sizing: border-box; font-size:13px;border: 1px solid #d3ced2;color:#777;}
.wpcf7-submit{
	color:#282828;
	text-decoration: none;
	background: #ff6634;
	padding:7px 9px 6px 9px;
	font-size:12px;	
	cursor:pointer;
	border:0;
	}
.wpcf7-submit:hover {
	color:#fff;
	text-decoration:none;
	background: #282828;	
}




/*-------------------
    Newsletter
---------------------*/

#newsletter {
	float:left;
	background:#6e3966;	
	width:100%;
	min-height:10px;
}
#newsletter-list {
	float:left;
	width:70%;
	min-height:10px;
	margin-left:15%;
	margin-top:40px;
	margin-bottom:40px;
}
#newsletter-link {
	float:left;
	margin-top:12px;
	width:24%;
	min-height:10px;
	font-size: 45px;
	text-align:center;
	font-family: 'Dancing Script', cursive;	
}
#newsletter-link a {
	background:#6e3966 url(files/images/bk-news-a.png) no-repeat left center;		
	color:#fff;	
	text-decoration:none;
	font-family: 'Dancing Script', cursive;		
	padding:10px  15px 10px  80px;	
}
#newsletter-link a:link { }
#newsletter-link a:visited { }
#newsletter-link a:hover{
	background:#fff url(files/images/bk-news-h.png) no-repeat left center;		
	color:#6e3966;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;		
}
#newsletter-txt {
	float:right;
	width:74%;
	min-height:10px;
	font-size:19px;
	line-height:32px;
	color:#fff;
	text-align:center;
	margin-top:17px;
}


/*-------------------
    Footer
---------------------*/

#google-maps {
	float:left;
	background:#e2e4e7;	
	width:100%;
	height:400px;
}

#footer {
	float:left;
	background:#1c4e31;	
	width:100%;
	min-height:10px;
}
#footer-list {
	float:left;
	width:100%;
	min-height:10px;
	margin-top:40px;
	margin-bottom:20px;
}
#footer-box {
	float:left;
	width:23%;
	margin-right:2%;
	min-height:10px;
	margin-bottom:20px;	
} 
#footer-media {
	float:left;
	margin-top:10px;
	width:40%;
	margin-left:30%;
}
#footer-logo {
	float:left;
	margin-top:20px;
	width:100%;
	text-align:center;
}
#footer-txt {
	float:left;
	margin-top:12px;
	width:100%;
	min-height:10px;
	font-size: 15px;
	line-height:35px;
	color:#d4e9da;
	text-align:left;
}
#footer-txt  a {
	color:#d4e9da;
	text-decoration: none;
} 
#footer-txt a:link {  }
#footer-txt  a:visited { }
#footer-txt  a:hover{
	color:#fff;
	text-decoration:none;
}
#footer-txt1 {
	float:left;
	background: url(files/images/bk-c1.jpg) no-repeat left center;	
	width:90%;
	min-height:34px;
	font-size: 13px;
	line-height:22px;
	color:#d4e9da;	
	text-align:left;
	padding-left:50px;
	margin-bottom:10px;		
}
#footer-txt2 {
	float:left;
	background: url(files/images/bk-c2.jpg) no-repeat left center;	
	width:90%;
	min-height:34px;
	font-size: 13px;
	line-height:22px;
	color:#d4e9da;	
	text-align:left;
	padding-left:50px;
	margin-bottom:10px;		
}
#footer-txt2  a {
	color:#d4e9da;
	text-decoration: none;
} 
#footer-txt2 a:link {  }
#footer-txt2  a:visited { }
#footer-txt2  a:hover{
	color:#fff;
	text-decoration:none;
}
#footer-txt3 {
	float:left;
	background: url(files/images/bk-c3.jpg) no-repeat left center;	
	width:90%;
	min-height:34px;
	font-size: 13px;
	line-height:22px;
	color:d4e9da;	
	text-align:left;
	padding-left:50px;
}
#footer-txt3  a {
	color:#d4e9da;
	text-decoration: none;
} 
#footer-txt3 a:link {  }
#footer-txt3  a:visited { }
#footer-txt3  a:hover{
	color:#fff;
	text-decoration:none;
}
/*-------------------
    Project
---------------------*/

#project {
	float:left;
	background:#fff;
	min-height:10px;
	width:100%;
}
#project-list {
	float:left;
	width:100%;	
	min-height:10px;
	margin-top:20px;
	margin-bottom:20px;
}
#copyright {
	float:left;
	min-height:10px;
	font-size:13px;
	color:#494949;
	text-align:center;
	padding-left:5%;
}
#created {
	float:right;
	min-height:10px;
	padding-right:5%;
}


/*-------------------
    Shop
---------------------*/

.term-description {
    margin-bottom:20px;
}

/* shop message  */

.woocommerce-error, .woocommerce-info, .woocommerce-message { border-radius: 3px; }

.woocommerce-info {
	border: 1px solid #e6e4e4;
	background-color: #fff;
	text-align:left;font-size:14px;line-height:18px;color:#6c757d;
}
.woocommerce-message {
	border: 1px solid #e6e4e4;
	background-color: #fff;
	text-align:left;font-size:14px;line-height:18px;color:#6c757d;
}

.woocommerce-message a.button.wc-forward {
	background: #f3e111;
	color:#282828;
	font-weight: normal;
	text-decoration:none;
	padding:7px 9px 6px 9px;
	font-size:12px;	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	opacity: 0.8;
	cursor:pointer;	
}
.woocommerce-message a.button.wc-forward:hover {
	background: #75437e;
	color:#fff;
	text-decoration:none;
	}

.woocommerce-error {
	border: 1px solid #e6e4e4;
	background-color: #fff;
	text-align:left;font-size:14px;line-height:18px;color:#6c757d;
}

.woocommerce-error a.button.wc-forward {
	background: #f3e111;
	color:#282828;
	font-weight: normal;
	text-decoration:none;
	padding:7px 9px 6px 9px;
	font-size:12px;	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	opacity: 0.8;
	cursor:pointer;	
}
.woocommerce-error a.button.wc-forward:hover {
	background: #75437e;
	color:#fff;
	text-decoration:none;
	}

/* product width */
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    width: 55%;
	margin-right:5%;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    width: 40%;
}

@media only screen and (max-width: 767px) {
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    width:100%;
	margin-right:0%;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    width: 100%;
}
}

/* product - caseta produs - img  */

.woocommerce ul.products li.product a img {
    margin: auto;
    width: auto !important;
    height: auto;
    max-width: 100%;
}

/* product - caseta produs - titlu  */

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    padding:13px 3px 3px 3px;
    margin: 0;
    text-align: center;
	color: #5f932e;
    text-align: center;
    font-size: 16px;
    min-height:66px;
}

/*  product short-description  */

.woocommerce-product-details__short-description {
	width:100%;
	min-height:10px;
	font-size:16px;
	line-height:24px;
	color:#6c757d;
	text-align:justify;
   	margin-top:20px;	
}
.woocommerce-product-details__short-description p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}	
/*  product price  */
.woocommerce div.product p.price {
  font-size:27x;
  color: #282828;
  font-weight:bold;
}
.single-product .entry-summary .woocommerce-Price-amount.amount {
	font-size:27px;
	color:#282828;
	text-align:justify;
	font-weight:bold;	
}
.single-product .entry-summary .woocommerce-Price-currencySymbol {
	font-size:17px;
	color:#282828;
	text-align:justify;
	font-weight:bold;
	padding-left:10px;	
}

/* product - variations */

.variations{
	width:100%;
	min-height:10px;
	font-size:14px;
	color:#6c757d;
	font-weight: normal;
	text-align:justify;
   	margin-top:0px;		
}
.woocommerce div.product form.cart .variations tbody tr,.woocommerce div.product form.cart .variations tbody td {
    width: 100% !important;
    display: block;
	margin-bottom:7px;
}
.woocommerce div.product form.cart .variations tbody tr{display:inline-block;float:left;}

.woocommerce select {
	position: relative;
	display: inline-block;
	margin: 0; 
	padding: 7px 10px; 
	font-size:14px;
	line-height:21px;
	color:#6c757d; 
	background-color: #fff; 
	width: 100%; 
	outline: 0;
	border: 1px solid #e6e4e4;
	cursor:pointer;}
.woocommerce select option{
	color: #7e7e7e; 
	font-size: 14px; 
	padding: 3px; 
	border: 0px;
	cursor:pointer;
	}

/* product - cod*/
.sku_wrapper {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	line-height:22px;
	color:#777777;
	text-align:justify;
   	margin-top:20px;
}
/* product - category */
.posted_in {
	float:left;
	width:100%;
	min-height:10px;
	font-size:16px;
	line-height:26px;
	color:#777777;
	text-align:justify;
   	margin-top:10px;	
}	
.posted_in a:link, a:visited {
	font-size:16px;
	color:#777777;	
	}
.posted_in a:hover {
	font-size:16px;=
	} 

/* product - quantity */

.cart {
	float:left;
	width:100%;
	min-height:10px;
	font-size:15px;
	line-height:21px;
	color:#777777;
	text-align:justify;
   	margin-top:20px;
}

.screen-reader-text{
    overflow: visible;
    position: static !important;
    width: auto;
    height: auto ;
    margin: 0px 5px 0px 0px;
    clip: auto;
    display: inline-block;
	font-size:15px;
	line-height:21px;
	color:#777777;
}

.woocommerce .quantity input.qty {
	padding: 4px 5px 4px 5px;
	color:#777777;
	background-color: #fff; 
	font-size:14px;
	border: 1px solid #e6e4e4;
}


/* product - add cart */

.single-product .product .single_add_to_cart_button.button {
	background:#72be56;	
	color:#fff;	
	font-size:15px;
	font-weight: normal;
	text-decoration:none;
	padding:10px  8px 10px  8px;	
	text-transform: uppercase;
	cursor:pointer;	
	}
.single-product .product .single_add_to_cart_button.button:hover {
	background:#b76bab;
	color:#fff;
	text-decoration:none;
	transition: 1s ease;
	transition: 0.5s ease-out;			
	}

.woocommerce button.button.alt.disabled {
	background: #72be56;
	color:#fff;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
	padding:15px 14px 15px 14px;
	text-transform: uppercase;
	opacity: 0.8;
	cursor:pointer;	
}
.woocommerce button.button.alt.disabled:hover {
	background: #b76bab;
	color:#fff;
	text-decoration:none;
	}	
	
	
/* product - category */

.woocommerce span.posted_in,
.woocommerce span.tagged_as {
	color: #777;
	padding: 10px 0px;
	display: inline-block;
	margin-bottom: 5px;
	font-size:15px;
	line-height:21px;	
}

/* product - tabs */
.woocommerce .woocommerce-tabs {
	border: 0 !important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	background: transparent !important;
	text-align:left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #d3ced2 !important;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
	border-top: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
	border-right: 1px solid #000;
	border-bottom: 0 !important;
	margin: 0 4px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #fff !important;
	font-size: 14px;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
	color: #777777 !important; 
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active { 
	background-color: #f0f0f0 !important; 
    border-right: 1px solid #000 !important; 
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
	color: #777777 !important; 
}

.woocommerce div.product .woocommerce-tabs .panel {
	font-size:16px;
	line-height:27px;
	color:#777777;
	text-align:justify;
	padding-bottom:15px;
	border-bottom: 1px solid #d3ced2;
}
.woocommerce div.product .woocommerce-tabs .panel p{ 
	margin:5px  0px 0px 0px;
	padding:5px  0px 0px 0px;
}	
.woocommerce div.product .woocommerce-tabs .panel a {
	color:#4483d1;
	text-decoration:none;
}
.woocommerce div.product .woocommerce-tabs .panel a:link { }
.woocommerce div.product .woocommerce-tabs .panel a:visited { }
.woocommerce div.product .woocommerce-tabs .panel a:hover{
	color:#3878c7;
	text-decoration:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-tabs h2 {
	color: #777;
}

.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce table.shop_attributes th {
	color: #333;
}

.woocommerce-tabs #commentform input[type="email"], 
.woocommerce-tabs #commentform input[type="text"], 
.woocommerce-tabs input[type="url"], 
.woocommerce-tabs #commentform textarea{
	background: #fff;
	color: #333;
}
@media only screen and (max-width: 767px) {
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
		margin: 0 auto !important;
		max-width: 90%; 
	}
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, 
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active, 
	body.woocommerce div.product .woocommerce-tabs ul.tabs li, 
	body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom: 0 !important;
	}
}


/* width gridh*/
@media (min-width:2561px) {
.woocommerce ul.products li.product {
width: 19.2% !important;
margin: 1.2% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(4n+1) {
clear: both !important;
}
}

@media (min-width:2000px) and (max-width:2560px) {
.woocommerce ul.products li.product {
width: 19.2% !important;
margin: 1.2% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(4n+1) {
clear: both !important;
}
}

@media (min-width:1800px) and (max-width:1999px) {
.woocommerce ul.products li.product {
width: 19.2% !important;
margin: 1.2% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(4n+1) {
clear: both !important;
}
}

@media (min-width:1600px) and (max-width:1799px) {
.woocommerce ul.products li.product {
width: 19.0% !important;
margin: 1.3% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(4n+1) {
clear: both !important;
}
}

@media (min-width:1400px) and (max-width:1599px) {
.woocommerce ul.products li.product {
width: 26.0% !important;
margin: 1.5% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(3n+1) {
clear: both !important;
}
}

@media (min-width:1200px) and (max-width:1399px) {
.woocommerce ul.products li.product {
width: 25.5% !important;
margin: 1.5% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(3n+1) {
clear: both !important;
}
}

@media (min-width:1000px) and (max-width:1199px) {
.woocommerce ul.products li.product {
width: 40% !important;
margin: 1.5% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(2n+1) {
clear: both !important;
}
}

@media (min-width:768px) and (max-width:999px) {
.woocommerce ul.products li.product {
width: 40% !important;
margin: 1.5% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(2n+1) {
clear: both !important;
}
}

@media (min-width:480px) and (max-width:767px) {
.woocommerce ul.products li.product {
width: 85% !important;
margin: 1.5% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(1n+1) {
clear: both !important;
}
}

@media (min-width:300px) and (max-width:479px) {
.woocommerce ul.products li.product {
width: 85% !important;
margin: 1.5% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(1n+1) {
clear: both !important;
}
}

/*  sale flash  */
.woocommerce span.onsale, 
.woocommerce-page span.onsale {
	width:100px;
	float:right;
	background: #de0122;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  padding: 0px 5px 0px 5px;
  margin-top: -10px;
  margin-right: -10px; 
	top: 3% !important;
	right: 4% !important;	
}

/*  archive box */
.woocommerce ul.products li.product {
	text-align: center; 
	background: #fff; 
	padding: 1.5em 1em; 
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
}
.woocommerce ul.products li.product:hover {
	background: #f6f8e7;
}

.woocommerce ul.products li.product a img {
    margin: auto;
    width: auto !important;
    height: auto;
    max-width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    padding:10px 3px 10px 3px;
    margin: 0;
	color: #282828;
    text-align: center;
	font-size:20px;
	line-height:27px;
    min-height:10px;	
}

.woocommerce ul.products li.product .price, 
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price, 
.woocommerce-page ul.products li.product .price del {
	font-size:17px;
	color:#282828;
	font-family: 'Dancing Script', cursive; 
	text-align:center; 
}

.woocommerce ul.products li.product .button {
	background:#72be56;	
	color:#fff;	
	font-size:15px;
	font-weight: normal;
	text-decoration:none;
	padding:10px  8px 10px  8px;	
	text-transform: uppercase;
	cursor:pointer;	
	border:0;
}
.woocommerce ul.products li.product .button:hover {
	background:#b76bab;
	color:#fff;
	text-decoration:none;
}
/*  cart  */
.woocommerce-cart-form__cart-item .product-name a{
  color: #000;
 text-decoration:none; 
}

.woocommerce-cart-form__cart-item .product-price {
  color: #000;
 font-family: 'Dancing Script', cursive; 
}
.woocommerce-cart-form__cart-item .product-subtotal {
  color: #000;
 font-family: 'Dancing Script', cursive; 
}
.woocommerce .cart .actions .coupon {
  width: 78%;
  float: left;
}
.woocommerce .cart .actions .coupon input[type="text"] {
float:left;background: #fff;padding: 3px 7px;width:70%; margin: 2px 0px; box-sizing: border-box; font-size:13px;border: 1px solid #d3ced2;color:#777;
}

.woocommerce .cart .actions .button{
	background: #72be56;
	color:#fff;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
	padding:15px 14px 15px 14px;
	text-transform: uppercase;
	cursor:pointer;	
	border:0;
}
.woocommerce .cart .actions .button:hover {
	background: #b76bab;
	color:#fff;
	text-decoration:none;	
}

.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward{
	background:#72be56;	
	color:#fff;	
	font-size:15px;
	font-weight: normal;
	text-decoration:none;
	padding:10px  8px 10px  8px;	
	text-transform: uppercase;
	cursor:pointer;	
	border:0;
}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:hover {
	background:#b76bab;
	color:#fff;
	text-decoration:none;	
}

/* checkout*/

.woocommerce-error, .woocommerce-info, .woocommerce-message { border-radius: 3px; }

#place_order{
	background:#72be56;	
	color:#fff;	
	font-size:15px;
	font-weight: normal;
	text-decoration:none;
	padding:10px  8px 10px  8px;	
	text-transform: uppercase;
	cursor:pointer;	
	border:0;}
#place_order:hover {
	background:#b76bab;
	color:#fff;
	text-decoration:none;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	background: #fff;padding: 8px 7px;width:100%; margin: 6px 0px; box-sizing: border-box; font-size:14px;border: 1px solid #d3ced2;color:#777;
}

.woocommerce #payment {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background-color: #dfdcde;
}

@media (min-width: 981px) {
  .woocommerce { overflow: hidden;}
  .woocommerce:after { clear: both; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width: 100%; }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { width: 100%; }
  .woocommerce .col2-set, .woocommerce-page .col2-set { float:left; width: 48%; }
  #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review { 
    float: left; 
    width:48%; 
    margin-left: 4%; 
  }
}

.woocommerce-terms-and-conditions-link{
	color:#f80000;
	text-decoration:none;
}
.woocommerce-terms-and-conditions-link:hover {
	color:#f80000;
	text-decoration:underline;	
}

.woocommerce-privacy-policy-link{
	color:#f80000;
	text-decoration:none;
}
.woocommerce-privacy-policy-link:hover {
	color:#f80000;
	text-decoration:underline;		
}
.showcoupon{
	color:#f80000;
	text-decoration:none;
}
.showcoupon:hover {
	color:#f80000;
	text-decoration:underline;		
}


/*-------------------
    search
---------------------*/

.screen-reader-text{
	display:none;
	}

.grecaptcha-badge {
    display: none !important;
}

/*-------------------
    Display
---------------------*/

@media (min-width:2560px)
{
#column-sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:200px;
}
#offers-list {
	width:70%;
	margin-left:15%;
}
#banners-list {
	width:70%;
	margin-left:15%;
}
#blog-box {
	min-height:610px;	
}
#footer-list {
	width:90%;
	margin-left:5%
} 
}
@media (min-width:2000px) and (max-width:2559px)
{
#header-list {
	width:90%;
	margin-left:5%;
}	
#logo {
	width:20%;
}
#header-meniu {
	width:53%;
	margin-top:25px;
}
#header-right {
	width:25%;
}	
#column-sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:200px;
}
#offers-list {
	width:80%;
	margin-left:10%;
}
#banners-list {
	width:80%;
	margin-left:10%;
}
#blog-box {
	min-height:640px;	
}
#footer-list {
	width:90%;
	margin-left:5%
}
}
@media (min-width:1800px) and (max-width:1999px)
{
#header-list {
	width:90%;
	margin-left:5%;
}	
#logo {
	width:20%;
}
#header-meniu {
	width:53%;
	margin-top:25px;
}
#header-right {
	width:25%;
}	
#slide {
	background: #fff url(files/promo/01/bk-2000.jpg) no-repeat center center;
	height:1100px;
}
#about-list {
	width:80%;	
	margin-left:10%;
}
#cumpara {
	background: #fbf4ea url(files/images/bk-cumpara-2000.jpg) no-repeat center center;
	min-height:230px;
}
#cover-despre-noi {
	background: url(files/cover/despre-noi/bk-2000.jpg) no-repeat center center;
	height:250px;
}
#cover-faq {
	background: #fff url(files/cover/faq/bk-2000.jpg) no-repeat center center;
	height:250px;
}
#cover-contact {
	background: #fff url(files/cover/contact/bk-2000.jpg) no-repeat center center;
	height:250px;
}
#cover-blog {
	background: #fff url(files/cover/blog/bk-2000.jpg) no-repeat center center;
	height:250px;
}
#cover-norme {
	background: #fff url(files/cover/norme/bk-2000.jpg) no-repeat center center;
	height:250px;
}
#cover-shop {
	background: #fff url(files/cover/shop/bk-2000.jpg) no-repeat center center;
	height:250px;
}
#cover-emulsii {
	background: #fff url(files/cover/emulsii/bk-2000.jpg) no-repeat center center;
	height:250px;	
}
#cover-creme {
	background: #fff url(files/cover/creme/bk-2000.jpg) no-repeat center center;
	height:250px;	
}
#cover-adjuvante {
	background: #fff url(files/cover/adjuvante/bk-2000.jpg) no-repeat center center;
	height:250px;	
}
#cover-suplimente {
	background: #fff url(files/cover/suplimente/bk-2000.jpg) no-repeat center center;
	height:250px;	
}
#cover-oferte {
	background: #fff url(files/cover/oferte/bk-2000.jpg) no-repeat center center;
	height:250px;		
}
#column-sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:200px;
}
#offers-list {
	width:80%;
	margin-left:10%;
}
#banners-list {
	width:80%;
	margin-left:10%;
}
#blog-box {
	min-height:640px;	
}
#footer-list {
	width:90%;
	margin-left:5%
}
}
@media (min-width:1600px) and (max-width:1799px)
{
#header-list {
	width:96%;
	margin-left:2%;
}	
#logo {
	width:40%;
	margin-left:30%;	
}
#header-meniu {
	width:73%;
	margin-top:5px;
	margin-left:25%;
}
#header-right {
	width:30%;
}
#slide {
	background: #fff url(files/promo/01/bk-1800.jpg) no-repeat center center;
	height:961px;
}
#about-list {
	width:90%;	
	margin-left:5%;
}
#ca-list {
	width:60%;	
	margin-left:20%;
}
#cumpara {
	background: #fbf4ea url(files/images/bk-cumpara-1800.jpg) no-repeat center center;
	min-height:210px;
}	
#cover-despre-noi {
	background: url(files/cover/despre-noi/bk-1800.jpg) no-repeat center center;
	height:250px;
}
#cover-faq {
	background: #fff url(files/cover/faq/bk-1800.jpg) no-repeat center center;
	height:250px;
}
#cover-contact {
	background: #fff url(files/cover/contact/bk-1800.jpg) no-repeat center center;
	height:250px;
}
#cover-blog {
	background: #fff url(files/cover/blog/bk-1800.jpg) no-repeat center center;
	height:250px;
}
#cover-norme {
	background: #fff url(files/cover/norme/bk-1800.jpg) no-repeat center center;
	height:250px;
}
#cover-shop {
	background: #fff url(files/cover/shop/bk-1800.jpg) no-repeat center center;
	height:250px;
}
#cover-emulsii {
	background: #fff url(files/cover/emulsii/bk-1800.jpg) no-repeat center center;
	height:250px;	
}
#cover-creme {
	background: #fff url(files/cover/creme/bk-1800.jpg) no-repeat center center;
	height:250px;	
}
#cover-adjuvante {
	background: #fff url(files/cover/adjuvante/bk-1800.jpg) no-repeat center center;
	height:250px;	
}
#cover-suplimente {
	background: #fff url(files/cover/suplimente/bk-1800.jpg) no-repeat center center;
	height:250px;	
}
#cover-oferte {
	background: #fff url(files/cover/oferte/bk-1800.jpg) no-repeat center center;
	height:250px;		
}
#column-sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:200px;
}
#offers-list {
	width:80%;
	margin-left:10%;
}
#banners-list {
	width:80%;
	margin-left:10%;
}
#blog-box {
	min-height:640px;	
}
#footer-list {
	width:90%;
	margin-left:5%
}
}
@media (min-width:1400px) and (max-width:1599px)
{
#header-list {
	width:96%;
	margin-left:2%;
}	
#logo {
	width:60%;
	margin-left:20%;	
}
#header-meniu {
	width:75%;
	margin-top:5px;
	margin-left:23%;
}
#header-right {
	width:20%;
}
#header-top-icon {
	width:100%;
}
#header-top-info {
	display:none
}
#slide {
	background: #fff url(files/promo/01/bk-1600.jpg) no-repeat center center;
	height:878px;
}
#about-list {
	width:90%;	
	margin-left:5%;
}
#ca-list {
	width:70%;	
	margin-left:15%;
}	
#cumpara {
	background: #fbf4ea url(files/images/bk-cumpara-1600.jpg) no-repeat top center;
	min-height:210px;
}
#cover-despre-noi {
	background: url(files/cover/despre-noi/bk-1600.jpg) no-repeat center center;
	height:240px;
}
#cover-faq {
	background: #fff url(files/cover/faq/bk-1600.jpg) no-repeat center center;
	height:240px;
}
#cover-contact {
	background: #fff url(files/cover/contact/bk-1600.jpg) no-repeat center center;
	height:240px;
}
#cover-blog {
	background: #fff url(files/cover/blog/bk-1600.jpg) no-repeat center center;
	height:240px;
}
#cover-norme {
	background: #fff url(files/cover/norme/bk-1600.jpg) no-repeat center center;
	height:240px;
}
#cover-shop {
	background: #fff url(files/cover/shop/bk-1600.jpg) no-repeat center center;
	height:240px;
}
#cover-emulsii {
	background: #fff url(files/cover/emulsii/bk-1600.jpg) no-repeat center center;
	height:240px;	
}
#cover-creme {
	background: #fff url(files/cover/creme/bk-1600.jpg) no-repeat center center;
	height:240px;	
}
#cover-adjuvante {
	background: #fff url(files/cover/adjuvante/bk-1600.jpg) no-repeat center center;
	height:240px;	
}
#cover-suplimente {
	background: #fff url(files/cover/suplimente/bk-1600.jpg) no-repeat center center;
	height:240px;	
}
#cover-oferte {
	background: #fff url(files/cover/oferte/bk-1600.jpg) no-repeat center center;
	height:240px;		
}
#column-sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:200px;
}
#offers-list {
	width:80%;
	margin-left:10%;
}
#banners-list {
	width:80%;
	margin-left:10%;
}
#blog-box {
	width:46%;	
	min-height:610px;	
}
#footer-list {
	width:90%;
	margin-left:5%
}
}
@media (min-width:1200px) and (max-width:1399px)
{
#header-list {
	width:96%;
	margin-left:2%;
}	
#logo {
	width:60%;
	margin-left:20%;	
}
#header-meniu {
	width:79%;
	margin-top:5px;
	margin-left:17%;	
}
#header-right {
	width:20%;
}
#header-top-icon {
	width:100%;
}
#header-top-info {
	display:none
}
#slide {
	background: #fff url(files/promo/01/bk-1400.jpg) no-repeat center center;
	height:770px;
}
#about-list {
	width:90%;	
	margin-left:5%;
}	
#ca-list {
	width:74%;	
	margin-left:13%;
}
#cumpara {
	background: #fbf4ea url(files/images/bk-cumpara-1400.jpg) no-repeat top center;
	min-height:210px;
}	
#cover-despre-noi {
	background: url(files/cover/despre-noi/bk-1400.jpg) no-repeat center center;
	height:240px;
}
#cover-faq {
	background: #fff url(files/cover/faq/bk-1400.jpg) no-repeat center center;
	height:240px;
}
#cover-contact {
	background: #fff url(files/cover/contact/bk-1400.jpg) no-repeat center center;
	height:240px;
}
#cover-blog {
	background: #fff url(files/cover/blog/bk-1400.jpg) no-repeat center center;
	height:240px;
}
#cover-norme {
	background: #fff url(files/cover/norme/bk-1400.jpg) no-repeat center center;
	height:240px;
}
#cover-shop {
	background: #fff url(files/cover/shop/bk-1400.jpg) no-repeat center center;
	height:240px;
}
#cover-emulsii {
	background: #fff url(files/cover/emulsii/bk-1400.jpg) no-repeat center center;
	height:240px;	
}
#cover-creme {
	background: #fff url(files/cover/creme/bk-1400.jpg) no-repeat center center;
	height:240px;	
}
#cover-adjuvante {
	background: #fff url(files/cover/adjuvante/bk-1400.jpg) no-repeat center center;
	height:240px;	
}
#cover-suplimente {
	background: #fff url(files/cover/suplimente/bk-1400.jpg) no-repeat center center;
	height:240px;	
}
#cover-oferte {
	background: #fff url(files/cover/oferte/bk-1400.jpg) no-repeat center center;
	height:240px;		
}
#column-sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:200px;
}
#offers-list {
	width:80%;
	margin-left:10%;
}
#banners-list {
	width:80%;
	margin-left:10%;
}
#newsletter-link {
	width:48%;
}
#newsletter-txt {
	width:48%;
}
#blog-box {
	width:46%;	
	min-height:610px;	
}
#footer-list {
	width:90%;
	margin-left:5%
}
}
@media (min-width:1000px) and (max-width:1199px)
{
#header-list {
	width:96%;
	margin-left:2%;
}	
#logo {
	width:60%;
	margin-left:20%;	
}
#header-meniu {
	width:82%;
	margin-top:5px;
	margin-left:14%;	
}
#header-right {
	width:20%;
}
#header-top-icon {
	width:100%;
}
#header-top-info {
	display:none
}
#slide {
	background: #fff url(files/promo/01/bk-1200.jpg) no-repeat center center;
	height:770px;
}
#about-list {
	width:90%;	
	margin-left:5%;
}	
#ca-list {
	width:80%;	
	margin-left:10%;
}
#cumpara {
	background: #fbf4ea url(files/images/bk-cumpara-1200.jpg) no-repeat top center;
	min-height:210px;
}
#cover-despre-noi {
	background: url(files/cover/despre-noi/bk-1200.jpg) no-repeat center center;
	height:230px;
}
#cover-faq {
	background: #fff url(files/cover/faq/bk-1200.jpg) no-repeat center center;
	height:230px;
}
#cover-contact {
	background: #fff url(files/cover/contact/bk-1200.jpg) no-repeat center center;
	height:230px;
}
#cover-blog {
	background: #fff url(files/cover/blog/bk-1200.jpg) no-repeat center center;
	height:230px;
}
#cover-norme {
	background: #fff url(files/cover/norme/bk-1200.jpg) no-repeat center center;
	height:230px;
}
#cover-shop {
	background: #fff url(files/cover/shop/bk-1200.jpg) no-repeat center center;
	height:230px;
}
#cover-emulsii {
	background: #fff url(files/cover/emulsii/bk-1200.jpg) no-repeat center center;
	height:230px;	
}
#cover-creme {
	background: #fff url(files/cover/creme/bk-1200.jpg) no-repeat center center;
	height:230px;	
}
#cover-adjuvante {
	background: #fff url(files/cover/adjuvante/bk-1200.jpg) no-repeat center center;
	height:230px;	
}
#cover-suplimente {
	background: #fff url(files/cover/suplimente/bk-1200.jpg) no-repeat center center;
	height:230px;	
}
#cover-oferte {
	background: #fff url(files/cover/oferte/bk-1200.jpg) no-repeat center center;
	height:230px;		
}
#column-sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:200px;
}
#offers-list {
	width:74%;
	margin-left:13%;
}
#banners-list {
	width:74%;
	margin-left:13%;
}
#banners-box {
	width:49%;
}
#newsletter-link {
	width:48%;
}
#newsletter-txt {
	width:48%;
}
#blog-box {
	width:46%;	
	min-height:610px;	
}
#footer-list {
	width:90%;
	margin-left:5%
}
}
@media (min-width:768px) and (max-width:999px)
{
#header-list {
	width:80%;
	margin-left:10%;
}	
#logo {
	width:45%;
}
#header-meniu {
	width:33%;
	margin-top:20px;	
}
#header-top-icon {
	width:100%;
}
#header-top-info {
	display:none
}
#slide {
	background: #fff url(files/promo/01/bk-1000.jpg) no-repeat center center;
	height:744px;
}
#about-list {
	width:90%;	
	margin-left:5%;
	margin-top:40px;
	margin-bottom:20px;	
}
#about-eco {
	width:100%;	
}
#about-info {
	width:90%;	
	margin-right:5%;
	margin-top:30px;		
}
#categorii-box {	
	width:48%;	
}
#ca-list {
	width:90%;	
	margin-left:5%;
}
#ca-box {
	width:47%;	
}
#recomandari-box {
	width:48%;	
}	
#cumpara {
	background: #fbf4ea url(files/images/bk-cumpara-1000.jpg) no-repeat top center;
	min-height:175px;
}
#cover-despre-noi {
	background: url(files/cover/despre-noi/bk-1000.jpg) no-repeat center center;
	height:190px;
}
#cover-faq {
	background: #fff url(files/cover/faq/bk-1000.jpg) no-repeat center center;
	height:190px;
}
#cover-contact {
	background: #fff url(files/cover/contact/bk-1000.jpg) no-repeat center center;
	height:190px;
}
#cover-blog {
	background: #fff url(files/cover/blog/bk-1000.jpg) no-repeat center center;
	height:190px;
}
#cover-norme {
	background: #fff url(files/cover/norme/bk-1000.jpg) no-repeat center center;
	height:190px;
}
#cover-shop {
	background: #fff url(files/cover/shop/bk-1000.jpg) no-repeat center center;
	height:190px;
}
#cover-emulsii {
	background: #fff url(files/cover/emulsii/bk-1000.jpg) no-repeat center center;
	height:190px;	
}
#cover-creme {
	background: #fff url(files/cover/creme/bk-1000.jpg) no-repeat center center;
	height:190px;	
}
#cover-adjuvante {
	background: #fff url(files/cover/adjuvante/bk-1000.jpg) no-repeat center center;
	height:190px;	
}
#cover-suplimente {
	background: #fff url(files/cover/suplimente/bk-1000.jpg) no-repeat center center;
	height:190px;	
}
#cover-oferte {
	background: #fff url(files/cover/oferte/bk-1000.jpg) no-repeat center center;
	height:190px;		
}
#column-sidebar {
	position:-webkit-sticky;
	position:sticky;
	top:200px;
}
#offers-list {
	width:74%;
	margin-left:13%;
}
#banners-list {
	width:74%;
	margin-left:13%;
}
#banners-box {
	width:49%;
}
#contact-left {
	float:left;
	width:100%;
	min-height:10px;
	margin-bottom:15px;
}
#contact-right {
	float:right;
	width:100%;
	min-height:10px;
	margin-bottom:15px;
}
#newsletter-link {
	width:100%;
}
#newsletter-txt {
	margin-top:40px;
	width:100%;
}
#blog-box {
	width:46%;	
	min-height:610px;	
}
#footer-list {
	width:90%;
	margin-left:5%
}
}
@media (min-width:480px) and (max-width:767px)
{
#logo {
	width:45%;
}
#header-meniu {
	width:33%;
	margin-top:20px;	
}
#header-top-icon {
	width:100%;
}
#header-top-info {
	display:none
}
#slide {
	background: #fff url(files/promo/01/bk-768.jpg) no-repeat center center;
	height:594px;
}
#about-list {
	width:90%;	
	margin-left:5%;
	margin-top:40px;
	margin-bottom:20px;	
}
#about-eco {
	width:100%;	
}
#about-info {
	width:90%;	
	margin-right:5%;
	margin-top:30px;		
}
#categorii-box {	
	width:48%;	
}
#ca-list {
	width:90%;	
	margin-left:5%;
}
#ca-box {
	width:47%;	
}
#recomandari-list {
	width:90%;	
	margin-left:5%;
}
#recomandari-box {
	width:48%;	
}
#cumpara {
	background: #fbf4ea url(files/images/bk-cumpara-768.jpg) no-repeat top center;
	min-height:130px;
}
#cover-despre-noi {
	background: url(files/cover/despre-noi/bk-768.jpg) no-repeat center center;
	height:160px;
}
#cover-faq {
	background: #fff url(files/cover/faq/bk-768.jpg) no-repeat center center;
	height:160px;
}
#cover-contact {
	background: #fff url(files/cover/contact/bk-768.jpg) no-repeat center center;
	height:160px;
}
#cover-blog {
	background: #fff url(files/cover/blog/bk-768.jpg) no-repeat center center;
	height:160px;
}
#cover-norme {
	background: #fff url(files/cover/norme/bk-768.jpg) no-repeat center center;
	height:160px;
}
#cover-shop {
	background: #fff url(files/cover/shop/bk-768.jpg) no-repeat center center;
	height:160px;
}
#cover-emulsii {
	background: #fff url(files/cover/emulsii/bk-768.jpg) no-repeat center center;
	height:160px;	
}
#cover-creme {
	background: #fff url(files/cover/creme/bk-768.jpg) no-repeat center center;
	height:160px;			
}
#cover-adjuvante {
	background: #fff url(files/cover/adjuvante/bk-768.jpg) no-repeat center center;
	height:160px;			
}
#cover-suplimente {
	background: #fff url(files/cover/suplimente/bk-768.jpg) no-repeat center center;
	height:160px;		
}
#cover-oferte {
	background: #fff url(files/cover/oferte/bk-768.jpg) no-repeat center center;
	height:160px;		
}
#column-full {
	width:80%;
	margin-left:10%
}
#column-content {
	width:100%;
}
#column-sidebar {
	width:100%;
	margin-top:30px
}
#offers-list {
	width:80%;
	margin-left:10%;
}
#offers-col-1 {
	width:100%;
	margin-bottom:25px;	
}
#offers-box-1 {
	height:255px;	
}
#offers-col-2 {
	width:100%;
}
#banners-list {
	width:80%;
	margin-left:10%;
}
#banners-box {
	width:49%;
}

#contact-left {
	float:left;
	width:100%;
	min-height:10px;
	margin-bottom:15px;
}
#contact-right {
	float:right;
	width:100%;
	min-height:10px;
	margin-bottom:15px;
}
#newsletter-link {
	width:100%;
}
#newsletter-txt {
	margin-top:40px;
	width:100%;
}
#blog-list {
	margin-top:50px;
	margin-bottom:30px;		
}
#blog-box {
	width:96%;
}
#google-maps {
	height:300px;
}
#footer-list {
	width:85%;
	margin-left:7.5%
}
#footer-box {
	width:48%;
	margin-right:2%;
} 
}
@media (min-width:300px) and (max-width:479px)
{
#header-list {
	width:96%;
	margin-left:2%;
	margin-top:25px;	
}
#logo {
	width:37%;
}
#header-meniu {
	width:44%;
	margin-top:5px;	
}
#header-right {
	width:17%;
}
#header-top-icon {
	width:100%;
}
#header-top-info {
	display:none
}
#slide {
	background: #fff url(files/promo/01/bk-480.jpg) no-repeat center center;
	height:460px;
}
#about-list {
	width:90%;	
	margin-left:5%;
	margin-top:40px;
	margin-bottom:20px;	
}
#about-eco {
	width:100%;	
}
#about-info {
	width:100%;
	margin-top:30px;	
}
#categorii-box {	
	width:98%;	
}
#ca-list {
	width:90%;	
	margin-left:5%;
}
#ca-box {
	width:97%;	
}#recomandari-list {
	width:90%;	
	margin-left:5%;
}
#recomandari-box {
	width:98%;	
}
#cumpara {
	background: #fbf4ea url(files/images/bk-cumpara-480.jpg) no-repeat top center;
	min-height:130px;
}
#cover-despre-noi {
	background: url(files/cover/despre-noi/bk-480.jpg) no-repeat center center;
	height:100px;
}
#cover-faq {
	background: #fff url(files/cover/faq/bk-480.jpg) no-repeat center center;
	height:100px;
}
#cover-contact {
	background: #fff url(files/cover/contact/bk-480.jpg) no-repeat center center;
	height:100px;
}
#cover-blog {
	background: #fff url(files/cover/blog/bk-480.jpg) no-repeat center center;
	height:100px;	
}
#cover-norme {
	background: #fff url(files/cover/norme/bk-480.jpg) no-repeat center center;
	height:100px;
}
#cover-shop {
	background: #fff url(files/cover/shop/bk-480.jpg) no-repeat center center;
	height:100px;
}
#cover-emulsii {
	background: #fff url(files/cover/emulsii/bk-480.jpg) no-repeat center center;
	height:100px;	
}
#cover-creme {
	background: #fff url(files/cover/creme/bk-480.jpg) no-repeat center center;
	height:100px;		
}
#cover-adjuvante {
	background: #fff url(files/cover/adjuvante/bk-480.jpg) no-repeat center center;
	height:100px;		
}
#cover-suplimente {
	background: #fff url(files/cover/suplimente/bk-480.jpg) no-repeat center center;
	height:100px;		
}
#cover-oferte {
	background: #fff url(files/cover/oferte/bk-480.jpg) no-repeat center center;
	height:100px;		
}
#column-full {
	width:80%;
	margin-left:10%
}
#column-content {
	width:100%;
}
#column-sidebar {
	width:100%;
	margin-top:30px
}
#offers-list {
	width:80%;
	margin-left:10%;
}
#offers-col-1 {
	width:100%;
	margin-bottom:25px;	
}
#offers-box-1 {
	height:255px;	
}
#offers-col-2 {
	width:100%;
}
#banners-list {
	width:80%;
	margin-left:10%;
}
#banners-box {
	width:99%;
}
#contact-left {
	float:left;
	width:100%;
	min-height:10px;
	margin-bottom:15px;
}
#contact-right {
	float:right;
	width:100%;
	min-height:10px;
	margin-bottom:15px;
}
#newsletter-link {
	width:100%;
}
#newsletter-txt {
	margin-top:40px;
	width:100%;
}
#blog-list {
	margin-top:50px;
	margin-bottom:30px;		
}
#blog-box {
	width:96%;
}
#google-maps {
	height:300px;
}
#footer-list {
	width:85%;
	margin-left:7.5%
}
#footer-box {
	width:100%;
	margin-right:0%;
}
}