@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush');

body, html {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #000;
	background:url(../images/body-bg.png);
	background-color: #fff3dd;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/* Reset */

*,  *:after,  *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,  .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
}
body {
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
section, nav {
	margin:0px;
	padding:0px;
}

select {
   background: transparent;
   font-size: 0.9em;
   border: 1px solid #e5e5e5;
   height: 30px;
   width:auto;
   min-width:50%;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: url("../images/arr-down2.png")  right 10px no-repeat #f7f7f7;
	padding-right:40px;
	margin:5px 0;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}


.val_cant {
	min-width:auto;
	width:70px !important;
}

input[type="text"] {
min-width:70%;	
}
input, textarea, select {
	font-family:Helvetica, sans-serif;
	padding:5px 5px;
	border:1px solid #d5d6d1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
input#termeni {
	min-width:0 !important;
}
input#remember {
	min-width:0 !important;
}
input#file {
	min-width:0 !important;
	margin:10px 0;
}
select#jumpMenu {
	min-width:200px;
}

iframe {
	border: 1px solid #000;
	margin-top: 10px;
}

.navigation {
	display:none;	
}
.mobile_menu {
	display:none;	
}

/*  -----   */



.price_f {
	font-family:Helvetica, sans-serif;
	color:#ee2923;
	font-size:1.2em;
}
.price_s {
	font-family:Helvetica, sans-serif;
	color:#000;
	font-size:1.2em;
}
.price_istoric, .price_istoric a{
	font-family:Helvetica, sans-serif;
	color:#000;
	font-size:1em;
}
.container {
	width: 90%;
	max-width: 1220px;
	margin: 0 auto;
	position:relative;
}
.right-menu-cont {
	float:right;
}
.nav {
	float:right;
	margin-top:17px;
}

.top_menu {
	float:right;
	margin-top:15px;
}

.search_form {
	float:right;
	margin-top:15px;
}
.search_form input {
	padding-left:10px;
	padding-right:40px;
	border:0px;
	font-size:1em;
	background-color:#dcdcdc;
	width:314px;
	height:29px;	
}
.search_form button {
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
	background-position:0px 0px;
	background-size: 29px;
	cursor:pointer;
	height:29px;
	width:29px;
	padding:0px;
	margin:0px;
	background-color: transparent;
	border:0px;
	left:-40px;
	top:-2px;
	position: relative;
}
.search_form button:hover {
	background-image: url("../images/search.png");
	background-position:0px bottom;
}


.top_menu .account_btn {
	float:right;
	margin-left:10px;
}
.top_menu .account_btn a {
	padding-bottom:5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-image: url("../images/user-icon.png");
	background-repeat: no-repeat;
	background-position:0px top;
	background-size: 29px;
	color:#333;
	padding-left:35px;
	height:29px;
	display:block;
	padding-right:10px;
	line-height:29px;
}
.top_menu .account_btn a:hover {
	color:#32622e;
	background-image: url("../images/user-icon.png");
	background-position:0px bottom;
}

.top_menu .cart {
	float:right;
	margin-left:30px;
}
.top_menu .cart a {
	position: relative;
	font-size:1em;
	background-image: url("../images/cart.png");
	background-repeat: no-repeat;
	background-position:0px top;
	background-size: 29px;
	padding-left:40px;
	height:29px;
	display:block;
	line-height:28px;
	width:29px;
	padding:0px;
	margin:0px;
}
.top_menu .cart a:hover {
	color:#32622e;
	background-image: url("../images/cart.png");
	background-position:0px bottom;
}

.top_menu .cart a span {
	position:absolute;
	top:-9px;
	right:0px;
	display:block;
	text-align:center;
	vertical-align:middle;
	font-family:Helvetica, sans-serif;
	font-size:0.8em;
	width:20px;
	height:20px;
	line-height:18px;
	font-weight:600;
	background-color:#FF0004;
	color:#FFFFFF;
	border-radius:10px;
}


.telefonRapid { position: fixed; bottom: 100px; right: 20px; }
.telefonRapid * { transition: all .7s cubic-bezier(0.075, 0.82, 0.165, 1); }
.telefonRapid a { display: block; padding: 12px 15px 8px 15px; font-size: 42px; color: #fff; border-radius: 5px; background: #02b7ff; }
.telefonRapid:hover a { background: #3a3534; }
.telefonRapid .suna { position: absolute; color: #fff; right: 100%; top: 0; height: 100%; background: #585858; font-size: 14px; padding: 0 10px; white-space: nowrap; display: flex; align-items: center; border-radius: 5px; opacity: 0; visibility: hidden; }
.telefonRapid:hover .suna { opacity: 1; visibility: visible; }


header {
	position: fixed;
	background: #FFF;
	width: 100%;
	top: 0px;
	margin: 0px;
	padding: px;
	z-index: 998;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
	zoom: 1;
}



.pictograme h2 {
	margin:0;
	padding:0;
}



.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table;
	width: 100%;
}
.nav ul li {
	display: table-cell;
}
.static-notification-green {
	overflow: hidden;
	background-color: #27ae60;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.static-notification-green p {
	font-size: 16px;
	padding: 10px;
	font-weight: 500;
	color: #FFFFFF;
	padding-bottom: 0px;
}
.static-notification-red {
	overflow: hidden;
	background-color: #ffcccc;
	color: #000;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.static-notification-red p {
	font-size: 16px;
	padding: 10px;
	font-weight: 500;
	color: #000;
	padding-bottom: 0px;
}

.user_register_conf_red {
	display:inline-block;
	background-color: #ffcccc;
	color:#000;
	padding: 5px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.user_register_conf_green {
	display:inline-block;
	background-color: #27ae60;
	color:#FFF;
	padding: 5px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


/*  ----- layout -----   */



.facebook {
	float: right;
	display: inline-block;
	margin-top: 23px;
	margin-left: 10px;
}
.flags {
	float: right;
	display: inline-block;
	margin-top: 26px;
	margin-left: 10px;
}
.flags img {
}

.logo {
	padding: 6px 0;
	float: left;
	position:relative;
	display: block;
}
.logo img {
	width:190px;
	display: block;
}
.user_cos_mob {
	display:none;
}
.nav ul {
    padding: 10px;
    text-align: center;
}
.nav ul li {
	position: relative;
}
.nav ul li a {
    transition: 0.4s;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
	text-transform:uppercase;
    padding: 0 10px;
    margin: 0;
	letter-spacing:1px;
}
.nav ul .rezervari a {
    transition: 0.4s;
    color: #a70000;
    text-decoration: none;
	text-transform:uppercase;
    padding: 0 10px;
    margin: 0;
	letter-spacing:1px;
}
.nav ul li a:hover {
	background-color: #EDEDED;
  	color: #000000;
 	padding: 10px 10px;
}
.nav ul li .active, .nav ul li .active:hover {
	background-color: #DCDCDC;
  	color: #000000;
 	padding: 10px 10px;
}

@media screen and (max-width: 1195px) {
.nav ul li a {
    font-size: 14px;
    padding: 0 4px;
}	
.nav ul li a:hover {
	background-color: #EDEDED;
  	color: #000000;
 	padding: 10px 4px;
}
.nav ul li .active, .nav ul li .active:hover {
	background-color: #DCDCDC;
  	color: #000000;
 	padding: 10px 4px;
}
}



.nav ul li ul {
	position: absolute;
	left: 0px;
	background: #f9f9f9;
	min-width: 260px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
	display: none;
	z-index: 8;
}
.nav ul li ul li {
	display: block;
	border-bottom: 1px solid #ebebeb;
}
.nav ul li ul li a {
	border-right: 0px;
	display: block;
	background-color: #f9f9f9 !important;
	padding: 10px 20px;
}
.nav ul li ul li:hover a, .nav ul li ul li a.active {
	background-color: #f0f0f0 !important;
}
.nav ul li ul li ul {
	display: none;
	left: 100px;
	z-index: 9;
}
.nav ul li ul li ul li a {
	border-right: 0px;
	display: block;
	background-color: #f9f9f9 !important;
	padding: 10px 20px;
}
.nav ul li ul li ul li:hover a, .nav ul li ul li ul li a.active {
	background-color: #dcdcdc !important;
}
.nav ul li ul li ul li ul {
	display: none;
	left: 100px;
	z-index: 10;
}
.nav ul li ul li ul li ul li a {
	border-right: 0px;
	display: block;
	background-color: #f9f9f9 !important;
	padding: 10px 20px;
}
.nav ul li ul li ul li ul li:hover a, .nav ul li ul li ul li ul li a.active {
	background-color: #d0d0d0 !important;
}
.nav ul li:hover > ul {
	display: block;
}
.nav ul li ul li:hover > ul {
	display: block;
}
.nav ul li ul li ul li:hover ul {
	display: block;
}
.padding {
	padding-top: 5px;
}
.pushmenu {
	display: none;
}
.royalSlider {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}
.color-cont {
	margin: 0px;
	background-color: #fff;
	zoom: 1;
}
.content {
	padding: 10px 20px 20px 20px;
	min-height: 400px;
	border-radius:6px;
	border:1px solid #EBEBEB;
}
.content .lang-sel {
	position: absolute;
	top: 10px;
	right: 10px;
}
.content h2 {
	margin:4px 0 8px 0;
}
.content .galerie .poza a img {
	border: 1px solid #585858;
	border-radius: 5px;
	overflow: hidden;
}
.content .galerie .poza a img:hover {
	border: 1px solid #C0C0C0;
}

.content .galerie .poza {
    overflow: hidden;
    position: relative;
    line-height: 0;
    display: block;
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1.3em;
	float: left;
}

.content .galerie .poza::after,
.content .galerie .poza::before {
    position: absolute;
    top: 0;
    left: -150%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    pointer-events: none;
}
.content .galerie .poza::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
}
.content .galerie .poza:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.content .galerie .poza:hover::after {
    -webkit-animation: shine 0.8s;
    animation: shine 0.8s;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
@-webkit-keyframes shine {
    100% {
        left: 160%;
    }
}
@keyframes shine {
    100% {
        left: 160%;
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
    }
}


.content img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.content .continut img {
	background: #fff;
	border: 1px solid #d2d3d5;
	padding: 10px;
	max-width: 40%;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content p {
	padding: 0px;
	margin: 0px;
}
.content h3 {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.content-left-menu {
	float: left;
	width: 20%;
}
.content-left-menu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:2px solid #d5d6d1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#f7f7f7;

}
.content-left-menu ul h2 {
	margin: 3px;
	padding: 8px;
	background-color:#32622e;
	font-size: 1.2em;
	color:#FFF;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	position:relative;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.content-left-menu ul h2 i {
	background:url("../images/arr-down.png") right 0px no-repeat;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	width:16px;
	height:16px;		
}
.content-left-menu ul li {
	border-top:1px solid #d5d6d1;
}

.content-left-menu ul li a {
	font-size: 1.1em;
	padding: 10px 10px;
	display: block;
	color: #333333;
	font-family: "Raleway", "Lucida Grande", sans-serif;
	font-weight:600;
	border-top:1px solid #fff;
}
.content-left-menu ul li a:hover {
	background-color: #f3f3f3;
	color:#336331;
}
.content-left-menu ul li a.active {
	background-color: #f3f3f3;
	color:#336331;
}
.content-left-menu ul li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border:0;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	background:#FFF;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.content-left-menu ul li ul li {
	font-size: 1em;
	border:0px;
}
.content-left-menu ul li ul li a {
	font-size: 1em;
	border-top:1px solid #e7e7e7;
	padding: 8px 10px;
	font-weight: normal;
}
.content-left-menu ul li ul li a:hover {
	background-color: #f8f8f8;
}
.content-left-menu ul li ul li .active {
	color: #33622e;
	background-color: #f8f8f8;
}
.content .content-right {
	float: right;
	width: 78%;
}
.content .content-right h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.content .left-coll3 {
	float: left;
	width: 58%;
}
.content .left-coll3 .main_image {
	margin-right:5px;
}
.content .left-coll3 .main_image img {
	width: 100%;
	border: 1px solid #d5d6d1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.content .left-coll3 .gallery img:hover {
	border: 2px solid #32622e;
}
.content .left-coll3 .small {
	margin-top: 3px;
}
.content .left-coll3 .small img {
	border: 1px solid #E4D6D6;
}
.content .left-coll3 .small img:hover {
	border: 1px solid #D5BEBE;
}
.content .right-coll3 input {
	padding: 5px;
	border: 1px solid #CCC;
	margin-left: 10px;
	text-align: center;
}
.content .right-coll3 {
	float: right;
	width: 40%;
}
.content .right-coll3 p {
	padding: 0px;
	margin: 0px;
}
.table_cart {
	display: table;
	width: 100%;
}
.table_cart .table_cart_tr {
	display: table-row;
}
.table_cart .table_cart_tr .table_cart_td span.mob {
	display: none;
}
.table_cart .table_cart_tr.color {
	background: #f5f5f5;
}
.table_cart .table_cart_td {
	display: table-cell;
	padding: 10px 10px;
	float:left;
}
.table_cart .table_cart_td a {
	color: #000;
}
.table_cart .table_cart_td.col_1 {
	width: 40%;
	padding-right: 10px;
}
.table_cart .table_cart_td.col_6 {
	width: 10%;
	padding-right: 10px;
}
.table_cart .table_cart_td.col_6 img {
	border:1px solid #cccccc;
}
.table_cart .table_cart_td.col_2 {
	width: 5%;
	text-align: center;
	padding-right: 10px;
}
.table_cart .table_cart_td.col_3 {
	width: 20%;
	text-align: right;
	padding-right: 10px;
}
.table_cart .table_cart_td.col_4 {
	width: 15%;
	text-align: right;
	padding-right: 10px;
}
.table_cart .table_cart_td.col_5 {
	width: 5%;
	text-align: center;
}
.box {
	padding: 10px;
	border: 1px solid #CCC;
	background: #f7f7f7;
	margin-top: 10px;
	border:1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.left-coll_s {
	float:left;	
}
.right-coll_s {
	float:right;	
}


ul.culori {
padding:0px;
margin:10px 0;
display:block;
}
ul.culori li {
	display:inline-block;
	padding:0px;
	margin-right:5px;
	margin-bottom:5px;
}
ul.culori li a {
width:40px;
height:25px;
padding:5px 8px;
display:block;
border:1px solid #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background-color:#f7f7f7;
font-weight:600;
font-size:1em;
}
ul.culori li a span {
display:none;
}
ul.culori li a:hover {
border:1px solid #000000;
}
ul.culori li a.activ {
border:2px solid #000;
background-image:url(../images/selected.png);
background-position: 9px 3px;
background-repeat:no-repeat;
width:40px;
height:25px;
}
.val_cant {
	width:60px;
}


@media screen and (max-width: 600px) {

.content {
	padding:0px 3px 20px 3px;
}
.content h2 {
	margin:5px 0 0 0;
}
.content .left-coll3 {
	float: none;
	width: 100%;
}
.content .left-coll3 .gallery img {
	width: 100%;
}
.content .right-coll3 {
	float: none;
	width: 100%;
}
.content .right-coll3 p {
	padding: 0px;
	margin: 0px;
}
.content .galerie .poza {
    display: block;
	width: 48%;
	margin-bottom:0.6em;
}
.table_cart {
	display: block;
	width: 100%;
}
.table_cart .table_cart_tr.header {
	display: none;
}
.table_cart .table_cart_tr .table_cart_td span.mob {
	display: inline-block;
	padding-right: 10px;
}
.table_cart .table_cart_tr {
	display: block;
}
.table_cart .table_cart_tr.color {
	background: #f5f5f5;
}
.table_cart .table_cart_td {
	display: block;
	padding: 10px 10px;
	width: 100%;
}
.table_cart .table_cart_td a {
	color: #000;
}
.table_cart .table_cart_td.col_1 {
	width: 100%;
	padding-right: 0px;
}
.table_cart .table_cart_td.col_2 {
	width: 40%;
	text-align: left;
	padding-right: 0px;
}
.table_cart .table_cart_td.col_3 {
	width: 100%;
	text-align: left;
	padding-right: 0px;
}
.table_cart .table_cart_td.col_4 {
	width: 100%;
	text-align: left;
	padding-right: 10px;
}
.table_cart .table_cart_td.col_5 {
	width: 100%;
	text-align: left;
}
.table_cart .table_cart_td.col_6 {
	width: 100%;
	text-align: left;
}
input[type=submit], input[type=text], input[type=password], textarea {
	width: 100%;
}
}















ul.marimi {
padding:0px;
margin:10px 0;
display:block;
}
ul.marimi li {
	display:none;
	padding:0px;
	margin-right:5px;
}
ul.marimi li.activ {
	display:inline-block;
}

ul.marimi li a {
padding:5px 8px;
border:1px solid #d5d6d1;
-moz-border-radius: 5px;
display:block;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background-color:#f7f7f7;
font-weight:600;
font-size:1em;
}
ul.marimi li a:hover {
border:1px solid #000000;
}
ul.marimi li a.activ {
	border:2px solid #000;
	color:#fff;
	background-color:#32622e;
	padding:4px 7px;
}




.telefoane-comanda {
	margin-top:20px;
	font-size:1.2em;
	font-weight:600;
}
.telefoane-comanda span {
	font-family: "Arial Black", Gadget, sans-serif;
	color:#000;
	font-size:1.2em;
	font-weight:800;
	color:#ed2822;
	display: block;
	padding-top:3px;
}
.content2 {
	padding: 20px 10px;
	padding-top: 0px;
}
.content2 img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.content3 {
	margin: 0px -10px;
	padding-top: 10px;
}
.content3 img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.footer {
	background: #e9e9e9;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	font-family:Helvetica, sans-serif;
	zoom: 1;
	padding: 20px;
	border-top: 1px solid #ccc;
	margin-top:20px;
}
.images {
	background: #fff;
	border: 1px solid #d2d3d5;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.images:hover {
	border: 1px solid #000;
}
.col_prod {
	display:flex;
	flex-wrap:wrap;
	align-content:stretch;
	margin-bottom:1%;
}
.product {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 10px;
	text-align: left;
	display:flex !important;
	flex-wrap:wrap;
	flex-direction:column;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.product .pr_sct2 {
	flex-grow:1;
}
.product .pr_sct2 a {
	border-top:1px solid #e5e5e5;
	padding:0px;
	display:block;
	font-weight:600;
	color:#392413;
	margin:10px 0px;
	padding-top:10px;
}
.product:hover {
	border: 1px solid #392413;
}
.product img {
	width: 100%;
}
.product .title {
	padding: 10px;
	color: #353535;
	text-decoration: none;
	font-size:16px;
}
.product p {
	padding: 0px;
	margin: 0px;
}
.product .pret_prod {
	font-family:Helvetica, sans-serif;
	color:#ee2923;
	font-size:1.2em;
	font-weight:600;
	float:right;
}
.product .pret_prod_vechi {
	text-decoration:line-through;
	font-family:Helvetica, sans-serif;
	color:#000;
	font-size:1.2em;
	float:left;
}
.product .detalii_prod {
	display:block;
	width: 110px;
	margin:5px 0 2px 0;
	padding-left:35px;
	color:#FFFFFF;
	background:url(../images/bg_btn_det.png) #0090E0 left no-repeat;
	line-height:27px;
	border-radius:7px;
}
.product .detalii_prod:hover {
	background-color:#1baeff;
}

.product-list {
	background: #fff;
	border: 1px solid #d2d3d5;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.product-list:hover {
	border: 1px solid #000;
}
.product-list img {
	width: 80%;
}
.product-list .title {
	display: block;
	padding: 10px;
	background: #f0f0f0;
	margin-bottom: 10px;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: 600;
}
.product-list .left-coll {
	float: left;
	width: 20%;
	text-align: left;
}
.product-list .right-coll {
	float: right;
	width: 80%;
	text-align: left;
}
.product-list ul {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}
.product-list h3 {
	font-size: 1em;
	color: #333;
}
.owl-carousel {
	margin: 5px 0px;
}
.owl-carousel .item {
	margin-right:5px;
}
.owl-carousel .item a {
	background: #fff;
	border: 1px solid #d5d6d1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	display:block;
}
.owl-carousel .item a img {
	background: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.owl-carousel .item a:hover {
	border: 1px solid #32622e;
}
.breadcrumb {
	padding: 8px;
	background-color:#f7f7f7;
	margin-bottom:10px;
	font-size: 1em;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.breadcrumb a {
	font-size: 1em;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.formFieldWrap {
	margin-bottom: 10px;
}
.formFieldWrap label {
	display: block;
	color: #666;
	padding-bottom: 2px;
}
.formFieldWrap input, .formFieldWrap textarea, .formFieldWrap select {
	width: 80%;
	padding: 8px;
	border: 1px solid #CCC;
	font-size: 1.1em;
	color: #666;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.formFieldWrap input:hover, .formFieldWrap textarea:hover, .formFieldWrap select:hover {
	border: 1px solid #809530;
}
fieldset {
	padding: 0px;
	border: 0;
	margin: 0px;
}
.send_button {
	background: #809530;
	padding: 5px 40px;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
	border: 1px solid #6a8016;
	color: #fff;
	cursor: pointer;
}
.send_button:hover {
	text-decoration: none;
	border: 1px solid #6a8016;
	color: #fff;
	background: #8da437;
	cursor: pointer;
}
.info-content {
}
.info-content h3 {
	font-size: 1em;
}
.paletar {
	padding: 0px !important;
	margin: 0px !important;
}
.paletar p {
	padding-bottom: 5px;
}
.paletar img {
	width: 100% !important;
	min-width: 100% !important;
	margin: 0px !important;
	padding: 5px !important;
}
.box-images {
	border: 1px solid #d2d3d5;
	padding: 25px 15px;
	text-align: center;
	background: #FFF;
}
.box-images img {
	width: atuo !important;
	max-width: 100% !important;
	border: 0px !important;
}
.image-border {
	padding: 10px;
	border: 1px solid #d2d3d5;
	background: #FFF;
}
.box-images-res {
	margin: 0px;
	padding: 0px;
}
.box-images-res img {
	width: atuo !important;
	max-width: 100% !important;
}
hr {
	border: 0;
	height: 1px;
	background: #d2d3d5;
}
.add_cart {
	background:#32622e;
	padding:10px 20px;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:900;
	font-size:1.2em;
	text-align:center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.add_cart:hover {
	color:#FFF;
	background:#2d572a;
}
/*  ----- layout -----   */









@media screen and (max-width: 1055px) {
/*  ----- layout -----   */

header .container {
	width: 100%;
	margin: 0 auto;
	position:relative;
}
header .logo {
	padding: 5px 0px;
	float: none;
}
header .logo img {
	margin: 0 auto;
}
.padding {
	padding-top:0px;
	
}
header .mobile_menu {
	
}
header .mobile_menu.activ {
	display:block;	
}
header .mobile_menu.activ ul {
	display:block;
	margin:0px;
	border-top:1px solid #000;
	padding:0px;
	list-style:none;
}
header .mobile_menu.activ ul li {
	display:block;
	text-align:left;
	margin:0px;
	padding:0 0 0 0;
}
header .mobile_menu.activ ul li a {
	display:block;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #e7e7e7;
}
header .mobile_menu.activ ul li a:hover, header .mobile_menu.activ ul li a.active {
	background:#f7f7f7;
}



header {
	position:fixed;
	widows:100%;
	z-index:998;
}
header .top_menu {
	display:none;
}
header .top_menu {
	display:none;
}

header .navigation {
	display: table;
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
	background:#008CAA;
	border-top:1px solid #000;
}
header .navigation li {
	display:table-cell;
	border-right:1px solid #275223;
	width:100%;
}
header .navigation li:last-child {
	border-right:0px;
}
header .navigation li a {
	display:block;
	position:relative;
	padding:10px 0px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
header .navigation li a:hover, header .navigation li a.activ {
	background:#000;
}

header .navigation li.btn-products a {
	background-image: url("../images/tabs/bars.png");
	background-repeat: no-repeat;
	background-position:center 3px;
	background-size: 29px;
}
header .navigation li.btn-cart a {
	background-image: url("../images/tabs/cart.png");
	background-repeat: no-repeat;
	background-position:center 4px;
	background-size: 29px;
}
header .navigation li.btn-cart a span {
	position:absolute;
	top:-6px;
	left:50%;
	display:block;
	text-align:center;
	vertical-align:middle;
	width:20px;
	height:20px;
	line-height:18px;
	background-color:#FF0004;
	color:#FFFFFF;
	border-radius:10px;
}
header .navigation li.btn-user a {
	background-image: url("../images/tabs/user.png");
	background-repeat: no-repeat;
	background-position:center 4px;
	background-size: 29px;
}
header .navigation li.btn-menu a {
	background-image: url("../images/tabs/bars.png");
	background-repeat: no-repeat;
	background-position:98% 50%;
	background-size: 29px;
}    
header .navigation li.btn-menu .activ {
	background-image: url("../images/tabs/group_remove2.png");
}
header .search_form {
	float:right;
	position:absolute;
	top:10px;
	right:10px;
	width: calc(100% - 160px);
	margin:0px;
}
header .search_form input {
	width:100%;
}

header .search_form input {
	padding:10px 15px;
	height:auto;	
}
header .search_form button {
	display:none;
}
header .navigation li ul {
	display:block;
	width:100%;	
}
header .navigation li ul li {
	display: block;
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
	background:#fff;
	border-top:0px;
}


.user_register_conf_red {
width:100%;
display:block;
margin-top:5px;
}
.user_register_conf_green {
width:100%;
display:block;
margin-top:5px;
}





.content-left-menu.active {
	display:block;
	float: none;
}
.content-left-menu {
	position: fixed;
	top:0px;
	left:0px;
	z-index:999;
	float: none;
	width: 90%;
	background:#000;
	height:100%;
	border:0px;
}
.content-left-menu ul {
	border:0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	padding:10px;
	margin:0px;
}








.user_cos_mob {
	display:block;
	width:100%;
	height:35px;
	margin-top:10px;
}
.user_cos_mob .useri {
	width:70%;
	float:left;
}
.user_cos_mob .useri .account_btn a {
	text-decoration:underline;
}
.user_cos_mob .cos {
	width:30%;
	float:right;
	position:relative;
}
.user_cos_mob .cos .cart {
	position: absolute;
	top: 0;
	right: 0;
}
.user_cos_mob .cos .cart a {
	position: relative;
}
.user_cos_mob .cos .cart a:hover {
	text-decoration:underline;
}
.user_cos_mob .cos .cart a img {
	position:absolute;
	bottom:-5px;
	left:-35px;
}
.user_cos_mob .cos .cart a span {
	position:absolute;
	top:-15px;
	left:-16px;
	display:block;
	text-align:center;
	vertical-align:middle;
	width:20px;
	height:20px;
	line-height:18px;
	background-color:#FF0004;
	color:#FFFFFF;
	border-radius:10px;
}

.facebook {
	float: none;
	display: inline-block;
	margin-top: 0px;
	position: absolute;
	top: 36px;
	right: 10px;
	margin: 0px;
}
.flags {
	float: none;
	display: inline-block;
	margin: 0px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.flags img {
}

/*  ----- layout -----   */

	

.container {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.padding {
	margin-top: 10px;
}

.navigation {
	display: block;
}
.nav {
	display: none;
	float: none;
	padding: 0px;
}
.nav ul li {
	border-bottom: 1px solid #c1c1c1;
}
.nav ul li:last-child {
	border-bottom: 0px;
}
.nav ul li a {
	color: #000;
	padding: 10px 20px;
	background: #dedede;
	display: block;
	text-align: center;
	margin:0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	border-right: 0px;
}
.nav ul li a:hover, .nav ul li a.active {
	background: #cccccc;
	color: #000;
}
.nav-open {
	display: block;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}
.nav ul li {
	display: block;
	width: 100%
}
.nav ul li ul {
	display: none !important;
}
.pushmenu {
	margin: 0px;
	position: fixed;
	bottom: 22px;
	top: 0px;
	display: block;
	overflow: hidden;
	width: 260px;
	left: -260px;
	height: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pushmenu-left {
	margin-top: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
}
.pushmenu-left .menu-name {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 999;
	top: 0px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.pushmenu-left .menu-name a.close-pushmenu {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #CCC;
	display: block;
	padding: 3px 8px;
	padding-left: 5px;
	text-align: center;
	border: 1px solid #999;
}
.pushmenu-left .menu-name a.close-pushmenu:hover {
	border: 1px solid #000;
}
.pushmenu-left .menu-name .close-pushmenu:after {
	font-family: FontAwesome;
	content: "\f00d";
	font-size: 1.3em;
	color: #666;
}
.pushmenu-left .menu-name .close-pushmenu:hover:after {
	color: #000;
}
.pushmenu-left .menu-name h3 {
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding: 12px 15px;
	color: #000;
	font-size: 1em;
}
.pushmenu-left .inner-menu {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	position: absolute;
	clear: both;
	padding-top: 42px;
	z-index: 998;
	width: 100%;
}
.pushmenu-left ul {
	border-top: 1px solid #ccc;
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}
.pushmenu-left ul li {
	border-bottom: 1px solid #ccc;
	float: none;
	margin: 0px;
}
.pushmenu-left ul li a {
	background: #f0f0f0;
	display: block;
	color: #000;
	padding: 10px 15px;
	font-size: 1em;
}
.pushmenu-left ul li a .fa-angle-right {
	float: right;
}
.pushmenu-left ul li ul {
	border: 0px;
}
.pushmenu-left ul li ul li {
	border: 0px;
	background: #f5f5f5;
	padding: 0px 10px;
}
.pushmenu-left ul li ul li:last-child {
	padding-bottom: 10px;
}
.pushmenu-left ul li ul li a {
	font-size: 0.9em;
	padding: 5px 15px;
	background: #f5f5f5;
}
.pushmenu-left ul li ul li a:hover, .pushmenu-left ul li ul li a.active {
	background: #e9e9e9;
}
.pushmenu-left ul li ul li a:before {
	font-family: FontAwesome;
	padding-right: 5px;
	content: "\f105";
}
.pushmenu-left.pushmenu-open {
	left: 0;
}
.pushmenu-push-toright {
	left: 0px;
}
.pushmenu-push-body {
	padding-left: 260px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*Transition*/

.pushmenu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.content-left-menu {
	display: none;
}
.content .content-right {
	width: 100%;
}

.content .lang-sel {
	position: relative;
	width: 100%;
	top: 10px;
	right: 10px;
	padding-bottom: 5px;
	float: right;
	text-align: right;
}
.content .lang-sel .lang {
	display: inline;
}
.content .lang-sel::after {
	content: '';
    display: block;
    clear: both;
}



}



@media screen and (max-width: 700px) {
/*  ----- layout -----   */



.content .continut img {
	max-width: 100%;
}
.owl-theme .owl-controls {
	margin-top: 5px;
	text-align: center !important;
	margin-bottom: 10px;
}
.product-list img {
	width: 100%;
}
.product-list .title {
	text-align: center;
}
.product-list h3 {
	text-align: center;
}
.product-list .left-coll {
	float: none !important;
	width: 100%;
}
.product-list .right-coll {
	float: none !important;
	width: 100%;
}
/*  ----- layout -----   */



.formFieldWrap input, .formFieldWrap textarea, .send_button {
	width: 100%;
}
}


/* modal */

.modal {
width:100%;
height:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
top:0px;
left:0px;
overflow-y:scroll;
background-color:rgba(0,0,0,0.5);
display:none;
z-index:9999;
padding:10px 10px;
padding-top:50px;
}

.modal .modal_conatiner {
	background:#fff;
	margin:0 auto;
	width:100%;
	max-width:800px;

	-webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.73);
	-moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.73);
	box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.73);
    text-align: left;
	position: relative;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	border-radius: 3px;
	display:none;
	margin-bottom:10px;
}
.modal .modal_conatiner .padd {
	padding:20px;
}
.modal .modal_conatiner a.close {
    position: absolute;
    top: 15px;
    right: 15px;
	text-decoration:none;
}
.modal .modal_conatiner a.close {
		background-image: url('../images/tabs/group_remove.png');
    	background-repeat: no-repeat;
    	background-position: 0px 0px; 
		background-size: 30px;
		width:30px;
		height:30px;
		display:block;
		cursor:pointer;
		content:'';
}
.modal .modal_conatiner a.close:hover {
		background-color:#f2f2f2;
		background-image: url('../images/tabs/group_remove.png');
    	background-repeat: no-repeat;
    	background-position: 0px 0px; 
		background-size: 30px;		
		text-decoration:none;
}
.modal .modal_conatiner .title {
    padding: 10px 20px 15px 20px;
    line-height: 18px;
    font-size: 18px;
    border-bottom: #CCC solid 1px;
	padding:20px;
}
.modal .modal_conatiner .inner-content {
	padding:10px;
}
.modal .modal_conatiner .bottom {
    padding: 10px 20px 15px 20px;
    line-height: 18px;
    font-size: 18px;
    border-top: #CCC solid 1px;
	padding:20px;
}
.modal .modal_conatiner .inner-images {
}
.modal .modal_conatiner .inner-images .image {
background:#000;
	
}
.modal .modal_conatiner .inner-images .image img {	
	width:auto;
	max-width:100%;
	margin:0px auto;
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
}

.modal .modal_conatiner .inner-content .menu_product ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	border:0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	background-color:#f7f7f7;

}
.modal .modal_conatiner .inner-content .menu_product ul h2 {
display:none;
}
.modal .modal_conatiner .inner-content .menu_product ul h2 i {
	display:none;	
}
.modal .modal_conatiner .inner-content .menu_product ul li {
	border-top:1px solid #d5d6d1;
}

.modal .modal_conatiner .inner-content .menu_product ul li a {
	font-size: 1.1em;
	padding: 10px 10px;
	display: block;
	color: #333333;
	font-family: "Raleway", "Lucida Grande", sans-serif;
	font-weight:600;
	border-top:1px solid #fff;
}
.modal .modal_conatiner .inner-content .menu_product ul li a:hover {
	background-color: #f3f3f3;
	color:#336331;
}
.modal .modal_conatiner .inner-content .menu_product ul li a.active {
	background-color: #f3f3f3;
	color:#336331;
}
.modal .modal_conatiner .inner-content .menu_product ul li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border:0;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	background:#FFF;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.modal .modal_conatiner .inner-content .menu_product ul li ul li {
	font-size: 1em;
	border:0px;
}
.modal .modal_conatiner .inner-content .menu_product ul li ul li a {
	font-size: 1em;
	border-top:1px solid #e7e7e7;
	padding: 8px 10px;
	font-weight: normal;
}
.modal .modal_conatiner .inner-content .menu_product ul li ul li a:hover {
	background-color: #f8f8f8;
}
.modal .modal_conatiner .inner-content .menu_product ul li ul li .active {
	color: #33622e;
	background-color: #f8f8f8;
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }
.sk-spinner-pulse-simple {
  width: 20px;
  height: 20px;
  display:inline-block;
  position: absolute;
  margin:0px;
  margin-left:10px;
  margin-top:4px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
