body {
	font-family: "Segoe UI", "Lucida Grande", Arial;
	font-weight: 400;
	color: #666;
	background-color: #e5e7eb;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

.meniu_top:hover .dropdown-menu {
    display: block;
}
#logo span.caret {
    color: #fff;
    font-size: 27px;
    top: -14px;
    left: 4px;
    position: relative;
}
#logo ul {
	margin-bottom:0;
	padding-left:0;
}
#logo .meniu_top {
	display:none;
	padding-top: 35px;
	}
#logo .meniu_top i.fa.fa-bars {
    font-size: 27px;
    color: #fff;
    top: -10px;
    position: relative;
}
#logo li.meniu_top, #logo li.logo {
    display: inline-block;
    padding-right: 0;
    padding-left: 5px;
	width:175px;
}

.categorii {
	border:1px solid #d4d4d4;
	border-radius: 5px;
	background:#fff;
	margin: 10px;
}

.categorie {
    font-size: 17px;
    padding: 12px 0 12px 10px;
    border-top: 1px solid #FCFCFC;
    line-height: 16px;
    vertical-align: middle;
}

.categorie i.fa.fa-angle-up {
    float: right;
    font-size: 24px;
	color:#306fa4;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.collapsed i.fa.fa-angle-up {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	}

.sub_categorie {
    border-top: 1px solid #fcfcfc;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
}
.categorii .sub_categorie {
    padding: 12px 0 12px 25px;
    border-top: 1px solid #fcfcfc;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
}
.categorii .sub_categorie a {
	display:block;
}

i.fa.fa-angle-right {
    left: -5px;
    top: 50%;
    margin-top: -3px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
}
.detalii_produs h1, .detalii_produs h2 {
    margin-top: 5px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration:underline;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
	font-size: 15px;
}

.tab-content>.active {
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0 5px 5px;
	float: left;
    width: 100%;
}
.nav-tabs {
	margin-right: 5px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
}
/* top */
#top {
	background-color: #005eb8;
	padding: 5px 0px 0px 0;
	margin: 0 0 0 0;
	min-height: 40px;
    top: 0px;
    left: 0px;
    right: 0px;
	-webkit-animation: animatie 0.3s 1;
    -moz-animation: animatie 0.3s 1;
    animation: animatie 0.3s 1;
    z-index: 1100;
}
.animatie .top {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);	
}
#top .container {
	padding: 0 0px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links a.meniu {
	color: #fff;
	text-decoration: none;
}
#top-links a.meniu:hover {
	color: #fff;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #000;
}
.sub_meniu .right {
    float: right;
    padding-right: 5px;
    width: 31%;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
header{
    background-color: #fff;
    border-bottom: 1px solid #d2e0ed;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	margin-bottom: 15px;
}
header .container, header .navbar-collapse {
    padding-left: 0px;
}
#menu .nav > li > a.altele {
    color: #000;
    text-shadow: none;
	padding: 10px 7px 10px 15px;
}
li.sub_categorie:hover {
	background: #23a1d1;	
}
#menu ul.nav.text-right {
    padding: 10px 0 0 0;
}
/* logo */
#logo {
	float:left;
}
/* search */
@media (min-width: 651px) {
#search, #search_promo {
	width: 40%;
    float: left;
	padding-top: 5px;
	padding-left: 25px;
}
}
@media (max-width: 651px) {
#search, #search_promo {
	width: 100%;
    float: left;
	padding-left: 10px;
	margin-bottom: 5px;
}	
}

#search .input-lg, #search_promo .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg, #search_promo .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 5px 25px;
	width:50%;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart-total {
    position: absolute;
	margin-left: 14px;
    top: -6px;
    font-size: 10px;
    line-height: 15px;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    text-align: center;
    background-color: #ff0000;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu li.dropdown .sub_meniu, #logo li.dropdown .sub_meniu {
    left: 198px;
    position: absolute;
    background-color: #fff;
    top: 0;
    height: 500px;
	width:980px;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
}
#menu li.dropdown .sub_meniu .coloana, #logo li.dropdown .sub_meniu .coloana {
    float:left;
	width: 23%;
}
#menu {
	min-height: 40px;
}
#menu li.dropdown {
    width: 200px;
	font-size:  15px;
	background-color: #00aff5;
}
#menu li.dropdown i.fa.fa-bars {
    padding-right: 10px;
    font-size: 17px;
}
#menu li.dropdown span.caret {
    margin-left: 10px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu, #logo .meniu_top .dropdown-menu {
	padding-bottom: 0;
	height: 500px;
	margin-top:0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a, #logo .meniu_top .dropdown-menu a {
	min-width: 198px;
	display:block;
	padding: 2px 10px 2px 5px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover, #logo .meniu_top li a:hover {
	color: #000;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
#nav{margin:0px;padding:0px;list-style:none;background:transparent;}
#nav ul{margin:0;padding:0;list-style:none;float:left;background:#585858;border-bottom:1px solid #DDDDDD;border-top:1px solid #DDDDDD;}
#nav li{margin:0px;padding:0px;width:180px;border-bottom:1px solid #ECECEC;}
#nav li li{float:none;border-left:1px solid #DDDDDD;border-right:1px solid #DDDDDD;margin:0px;padding:0px;min-width:180px;background:transparent;}
#nav li li.first{border-left:1px solid #dddddd;margin-left:0px}
* html
#nav li li{float:left;}
#nav li a{display:block;padding:2px 2px;text-decoration:none;font-weight:bold;color:#444;background:#FFFFFF;}
#nav li li a{display:block;padding:0px 0px 6px 5px;font-weight:bond;color:#444;background:#eee;}
#nav li:hover{position:relative;z-index:300;}
#nav li:hover ul{left:178px;top:0px;z-index:500;}
#nav ul{position:absolute;left:-9999px;top:-9999px;}
* html
#nav ul{width:0px;}
#nav li:hover li:hover > ul{left:-20px;margin-left:100%;top:-1px;z-index:500;}
#nav li:hover > ul ul{position:absolute;left:-9999px;top:-9999px;width:auto;}
#nav .subcat div:hover{background:#eeeeee;}
#nav li:hover > a{background:#eeeeee;color:#f50;border-top:0px solid #DDDDDD;border-bottom:0px solid #DDDDDD;}
#nav li li:hover > a{text-decoration:none;border:0px;}
#nav .aktivni{background:#f9f9f9;color:#3399ff !important;}
#nav .subcat{background:#f9f9f9;padding:0px 0;}
#nav .subcat div{overflow:hidden;padding:5px;}
#nav .subcat a{color:#666666;text-decoration:none;padding-left:30px;background:#eee;padding:9px 0px 6px 5px;}
#nav .subcat a:hover{color:#0000ff;background:#eee;}
#nav .sub_cat > a{background:#eee;padding:0px 0px 6px 5px;}
#nav em{color:#999999;}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #23A7E5;
	background-image: linear-gradient(to bottom, #23A7E5, #23A7E5);
	background-repeat: repeat-x;
	border-color: #23A7E5 #23A7E5 #23A7E5;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden; 
	border-radius: 0 0 8px 8px;
	background: #fff;
}
.product-thumb .image {
	text-align: center;
	margin: 0 auto;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
.detalii_produs #product {
/*	padding-top:90px; */
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 130px;
	font-size: 12px;
	text-align: center;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 130px;
	padding: 0 10px;
}
.product-list .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
.product-thumb .rating {
	text-align:center;
	padding-bottom: 10px;
	height: 20px;
}
.rating .fa-stack {
	color: #E69500;
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.detalii_produs .price {
	margin-top: -40px;
}
.product-thumb .price, .detalii_produs .price {
	text-align:center;
	height: 35px;
    min-height: 35px;
    line-height: 17px;
	color: #ee3123;
	font-weight: 700;
	
}
.detalii_produs .price {
	line-height: 20px;
}
.detalii_produs table.tabel_produs {
    width: 100%;
}
.detalii_produs input.product-quantity-input {
    height: 38px;
    border-radius: 7px;
}
.detalii_produs .price-new {
	font-size:26px;
	display:block;
	font-weight: 600;
}
.detalii_produs .price-old {
	font-size:14px;
	display:block;
	color:#000;
	font-weight: 600;
}
.detalii_produs .proc_reduc {
	font-size:14px;
	display:block;
	color:#999;
	font-weight: 600;
}
.detalii_produs .price-tax {
	display:block;
	color: #999;
	font-size: 12px;
}
.product-thumb .price-new {
	font-size:15px;
	display:block;
	font-weight: 600;
}
.product-thumb .price-old {
	font-size:11px;
	display:block;
	color: #999;	
}
.price-old .vechi {
	text-decoration: line-through;
}
@media (min-width: 992px) {
.product-list .product-thumb .button-group {
	width: 220px;
	float: right;
	position:relative;
}
.product-list .product-thumb .rating {
	    position: absolute;
		left: -230px;
		bottom: 27px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
	height:110px;
	min-height: 110px;
	margin-right: 220px;
}
}
@media (max-width: 992px) {
.product-list .product-thumb .button-group {
	width: 220px;
    float: right;
    position: relative;
}
.product-list .product-thumb .caption {
	min-height: 102px;
}
}
.cos_icon {
	position: static;
    float: left;
    width: 50px;
    height: 38px;
    background-color: #F79321;
    -moz-border-radius-topright: 1.866rem 5rem;
    -webkit-border-top-right-radius: 1.866rem 5rem;
    border-top-right-radius: 1.866rem 5rem;
    color: #fff;
    padding-top: 0px;
	margin-left:-6px;
	margin-left: -0.6rem;
}
.cos {
    position: relative;
    float: left;
    padding-left: 10px;
	line-height: 39px;
}
@media (max-width: 370px) {
.cos {
    padding-left: 2px;
}

}
#product .button-group button, .product-thumb .button-group button {
	border-radius: 7px;
	overflow: hidden;
	width: 100%;
	height: 38px;
	border: none;
	display: inline-block;
	float: left;
	background-color: #23A7E5;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 0px;
    padding-top: 0px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
#product .button-group button:hover, .product-thumb .button-group button:hover {
	color: #fff;
	background-color: #337ab7;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 767px) {
.product-list .product-thumb .price {
		position:absolute;
		right: 30px;
		bottom: 40px;	
}
.product-list .product-thmb .titlu_prod {
    text-align: left;
    height: 28px;
    display: block;
    line-height: 15px;
    min-height: 28px;
    overflow: hidden;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.product-list .product-thumb .button-group {
		    position: absolute;
    	right: 5px;
    	bottom: 20px;
		width:150px;
}
.product-list .product-thumb .image img {
	float:left;	
}
.product-list .product-thumb .caption {
    margin-left: 100px;
    height: 130px;
    min-height: 130px;
    margin-right: 0;
}
.product-list .product-thumb .caption h4{
	margin-top: 5px;	
}
.product-list .product-thumb .button-group button {
	line-height: 25px;
}
.product-list .product-thumb .cos_icon {
    width: 40px;
    height: 28px;
}
.product-grid .product-thumb .caption {
	min-height: 130px;
}
.product-list .product-thumb .rating {
    position: absolute;
    right: 20px;
}
.detalii_produs #product {
/*	padding-top:20px;*/
}
}
@media (max-width: 500px) {
.product-list .product-thumb .image img {
	width:104px;	
}
.product-list .product-thumb .rating {
    position: absolute;
    left: -230px;
    bottom: 27px;
}
}
@media (max-width: 1200px) {
	#product .button-group button, .product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#product .button-group button, .product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
     /*  width: 50%; */
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
	.product-list .product-thumb .price {
		font-weight: 700;
		position: absolute;
		right: 65px;
		bottom: 90px;
	}
}

.list .product-thumb .price {
		position:absolute;
		right: 50px;
		bottom: 50px;	
}
.list .product-thmb .titlu_prod {
    text-align: left;
    height: 28px;
    display: block;
    line-height: 15px;
    min-height: 28px;
    overflow: hidden;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.list .product-thumb .button-group {
		    position: absolute;
    	right: 5px;
    	bottom: 20px;
		width:150px;
}
.list .product-thumb .image img {
	float:left;	
}
.list .product-thumb .caption {
    margin-left: 100px;
    height: 40px;
    min-height: 40px;
    margin-right: 0;
}
.list .product-thumb .caption h4{
	margin-top: 5px;	
}
.list .product-thumb .button-group button {
	line-height: 25px;
}
.list .product-thumb .cos_icon {
    width: 40px;
    height: 38px;
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}
.row.detalii_produs {
    margin: 10px 0;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.bulmov {position:absolute!important; top:-10px; left:0px; display:inline-block; width:48px; height:48px;background: #ff7500;border-radius: 24px;box-shadow: 0px 0px 10px 1px #ff7500; text-align:center; line-height:48px; font-family:Arial; font-size:17px; font-weight:700; color:#fff; }
.blackfriday {position:absolute!important; top:-14px; left:27px; display:inline-block; width:120px; height:72px; background:url('/catalog/view/theme/default/image/black-friday.png') no-repeat center; text-align:center; line-height:48px; font-family:Arial; font-size:17px; font-weight:700; color:#fff; }
.transgrat {position:absolute!important; top:-3px; right:2px; display:inline-block; width:100px; height:100px; background:url('/catalog/view/theme/default/image/transportgratuit.png') no-repeat center; text-align:center; line-height:48px; font-family:Arial; font-size:17px; font-weight:700; color:#fff; float:right; }
.product-quantity-container {
    margin: 0px 0px 0px 5px;
    display: block;
    text-align: center;
}
.product-quantity-button-plus, .product-quantity-button-minus {
    font-size: 25px;
    line-height: 1.458671;
    width: 25%;
    margin: 0px -4px 0 -4px; 
  /*  padding: 13px 0 19px 0; */
    border-radius: 0 5px 5px 0;
		  margin-bottom: 1px;
	  padding:0;	
}
.detalii_produs .product-quantity-button-plus, .detalii_produs .product-quantity-button-minus {
	/*padding: 15px 0 21px 0;	*/
	  margin-bottom: 1px;
	  padding:0;
}
.product-quantity-button-plus {
    border-radius: 0 5px 5px 0;	
}
.product-quantity-button-minus {
    border-radius: 5px 0 0 5px;	
}
.product-quantity-container input.product-quantity-input {
    display: inline-block !important;
    text-align: center;
    width: 50%;
	border-radius:0;
	height: 38px;
	margin-bottom:4px;
}
.btn-promo {
	background: #006600;
	color: #fff;
	padding: 7px;
}
#com {
	padding: 10px;
}
@media (min-width: 768px) {
	.product-thumb .price-tax {
	display:block;
	color: #999;
	font-size: 12px;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.meniu_mob {
 		display:none;
	}
	.mob {
		display:none;
	}
	.desk {
		display:initial;
	}
}
.titlu_prod {
		text-align: center;
		height: 47px;
		display: block;
		line-height: 15px;
		min-height: 47px;
		overflow: hidden;
		position: relative;
		-webkit-appearance: none;
		-moz-appearance: none;	
	}
.transition .cos_icon {
		padding-top: 0px;
	}
@media (max-width: 767px) {
	.transition .cos_icon {
		padding-top: 6px;
	}
	.btn-promo {
		width: 100%;
	}
	.titlu_cat {
		padding: 15px;
		margin: 0 -15px 0 -15px;
		font-size: 14px;
		color: #1b5789;
		background: #e5f3fe;
		position: relative;
		text-align: left;
		overflow: hidden;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	header {
		margin-bottom: 0;
	}
	.titlu_prod {
		text-align: center;
		height: 74px;
		display: block;
		line-height: 15px;
		min-height: 74px;
		overflow: hidden;
		position: relative;
		-webkit-appearance: none;
		-moz-appearance: none;	
	}
	
	.mob {
		display:initial;
	}
	.mod_meniu_mob {
		position: relative;
		width: 100%;
		height: 40px;
	}
	.desk {
		display:none;
	}
	#cart-total {
    top: -10px;  /* era 5px; */
	}
	li.dropdown.cont {
		display:none;
	}
	.meniu_mob {
 		display:initial;
		top: -10px;
    	position: relative;
	}
	.meniu_mob i.fa.fa-bars {
		font-size:25px;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
.center {
	text-align:center;
	display:block;	
}
.categorii_mobil {
    background-color: #005eb8;
    color: #fff;
    padding: 5px 20px;
	margin-bottom: 10px;
    font-size: 21px;
    border-radius: 5px;
    z-index: 2;
    position: relative;
}
a.categorii_mobil {
	color:#fff;
}
.categorii_mobil .dreapta {
    float: right;
    color: #fff;
}
.categorii_mobil i.fa.fa-bars {
    font-size: 25px;
}
.titlu {
    height: 40px;
    max-height: 40px;
    overflow: hidden;
}
.aplicatie {
	position:fixed;
	bottom:0;
	z-index:2000;
	background:#fff;
	padding:5px;
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);	
}
.modul_info_trans .coloana {
    display: block;
    width: 20%;
    float: left;
}
.modul_info_trans {
	position: relative;
    z-index: 99;
	width:100%;
	min-height:65px;
	border: 1px solid #ddd;
    padding: 10px;
	margin-bottom:15px;
    border-radius: 5px;
	line-height: 15px;
	background: #fff;
}

.modul_info_trans img {
    float:left;
}

.modul_info_trans .produse:hover .produse-content, .modul_info_trans .transport:hover .transport-content, .modul_info_trans .card:hover .card-content, .modul_info_trans .suport:hover .suport-content, .modul_info_trans .returnare:hover .returnare-content {
    display: block;
}
@media (min-width: 768px) {
.modul_info_trans {
	display: table;
}
.modul_info_trans .titlu {
    font-size: 14px;
    color: #015593;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}
.modul_info_trans .produse-content, .modul_info_trans .transport-content, .modul_info_trans .card-content, .modul_info_trans .suport-content, .modul_info_trans .returnare-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 150px;
	max-width:400px;
	top:50px;
	font-weight: 600;
    color: #000;
	border:1px #b0cce2;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
    padding: 12px 12px 0 12px;
	border-radius: 5px;
	z-index:100;
}
.modul_info_trans .sageata-sus {
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
}
}
@media (max-width: 767px) {
.modul_info_trans .titlu {
    display: none;
}
.modul_info_trans .produse-content, .modul_info_trans .transport-content, .modul_info_trans .card-content, .modul_info_trans .suport-content, .modul_info_trans .returnare-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
	top:50px;
	right:0;
	font-weight: 600;
    color: #000;
	border:1px #b0cce2;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
    padding: 12px 12px 0 12px;
	border-radius: 5px;
	z-index:100;
}
.modul_info_trans .sageata-sus {
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
}
.modul_info_trans .produse-content .sageata-sus {
	left: 10%;
}
.modul_info_trans .transport-content .sageata-sus {
	left: 25%;
}
.modul_info_trans .card-content .sageata-sus {
	left: 45%;
}
.modul_info_trans .suport-content .sageata-sus {
	left: 65%;
}
.modul_info_trans .returnare-content .sageata-sus {
	left: 85%;
}
}
.cos_top {
	min-height:50px;
	max-height:200px;
	overflow:auto;
	margin-right: 0;
}
.cos_titlu_produs {
	text-align: left;
    height: 32px;
    display: block;
    line-height: 15px;
    min-height: 32px;
    overflow: hidden;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cos_top hr {
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.sterge {
	display:none;
}
.cos_produs:hover .sterge {
    font-size: 10px;
	font-weight:700;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    display: block;
}
#mxt_scroll::-webkit-scrollbar-track
{
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5; */
}

#mxt_scroll::-webkit-scrollbar
{
	width: 8px;
	background-color: #fff;
}

#mxt_scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #005eb8;
}
#credit_europe {
    border: 1px solid red;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #FFAEAE;
}
#credit_europe label.col-sm-4.control-label {
    padding-top: 8px;
}

.recent .product-thumb .caption {
	min-height: 45px;
}
.notificare {
	cursor: pointer;
    position: relative;
    width: 30%;
    min-height: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    padding: 10px;
    margin: 10px;
	background-color: #fff;
    float: left;
}

.notificare .titlu {
    width: 100%;
    float: left;
	font-size: 14px;
    font-weight: 600;
	color: #005eb8;
}

.notificare .mesaj {
    width: 100%;
    position: relative;
}

.notificare .imagine {
    position: absolute;
    bottom: 0;
	margin-left: -10px;
}

@media (max-width: 992px) {
	.notificare {
		width: 45%;	
	}
	
}
.exclusiv {
    position: relative;
    text-align: center;
	height:25px;
    margin: -25px 0px 0px;
    font-weight: 600;
    color: #fff;
    background: #23A7E5;
}
@media (max-width: 768px) {
	.notificare {
		width: 100%;
		min-height: 100px;
	}
	
	.notificare .imagine {
		position: relative;
	}
}
.nav-tabs>li>a {
	font-size: 15px;
}
.trimite-mesaj {
    width: 98%;
    margin: 0 10px;
}
.button-group button.stoc_epuizat {
    background-color: red;
}
.categorii .img_cat_menu {
	margin-left: -10px;
    margin-right: 10px;
}
#imagine img {
	margin-right: auto;
    margin-left: auto;
}
#modal-cart-pop-up h4 {
	font-size: 16px;
}
#modal-cart-pop-up .price-new {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: red;
}
@media (min-width: 768px) {
	#titlu, #cantitate, #pret, #buton_cart {
		height: 130px;
		line-height: 130px;
	}
	#titlu alg, #cantitate alg, #pret alg, #buton_cart alg {
	  display: inline-block;
	  vertical-align: middle;
	  line-height: normal;
	}
}
#modal-cart-pop-up button.close {
    font-size: 40px;
    line-height: 0.5;
}
.social_media .btn {
    font-size: 14px;
    margin: 3px 0;
}
.social_media img {
    width: 20px;
    margin-top: -3px;
    display: inline-block;
}
h4 .titlu_prod {
		font-size: 15px;
	}
.mxt_info_cos .mxt_total .table {
	color:#FF0000;
	font-size:16px;
	font-weight:700;
	
}
.mxt_caseta {
    background: #fff;
	color:#000;
    padding: 10px;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);
    margin-right: -15px;
    margin-left: -15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.mxt_info_cos .mxt_total .table>tbody>tr>td {
    border-top: 0px;
}
.mxt_caseta .panel-heading, .mxt_caseta .panel-default {
	border-color:#fff;
	background-color: #fff;
}
.mxt_info_cos .mxt_info_pret {
    border-left: 1px solid #cccccc;
    height: 51px;
    line-height: 49px;
    margin-bottom: -10px;
    margin-top: -7px;
}
.mxt_info_cos .mxt_linie {
	border-top: 1px solid #ccc;
	margin-left:-10px;
	margin-right:-10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.mxt_info_cos input.mxt_info_cantitate {
    width: 49%;
    float: left;
}
.mxt_info_cos .mxt_info_pret {
	font-size:16px;
	color:#000000;
	font-weight:700;
	
}
#stoc_magazin .fa-check-circle, #stoc_online .fa-check-circle, #stoc .fa-check-circle {
	color:#009215;
}
#stoc_magazin .fa-times, #stoc_online .fa-times, #stoc .fa-times {
	color:#ff0000;
}
.disponibilitate>tbody>tr>td {
	padding: 0px;
}
.disponibilitate_livrare {
    color: #005eb8;
	text-align: center;
	font-weight: 600;
}
.cod_produs {
	margin-top: -10px;
	font-weight: 600;
}
.strong {
	font-weight: 700;
}
a.tel_icon{display:none;position:fixed;bottom:10px;left:10px;background-color:#090;border:3px solid #fff;z-index:9999;width:65px;height:65px;border-radius:34px;padding-left:15px;font-size:30px}.tel_icon i.fa.fa-phone{font-size:40px;color:#fff;line-height:50px}
@media (max-width: 767px) {
a.tel_icon{display:block}
}