/*
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/

.pure-menu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.pure-menu-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3
}
.pure-menu-list,
.pure-menu-item {
	position: relative
}
.pure-menu-list {
	list-style: none;
	margin: 0;
	padding: 0
}
.pure-menu-item {
	padding: 0;
	margin: 0;
	height: 100%
}
.pure-menu-link,
.pure-menu-heading {
	display: block;
	text-decoration: none;
	white-space: nowrap
}
.pure-menu-horizontal {
	width: 100%;
	white-space: nowrap
}
.pure-menu-horizontal .pure-menu-list {
	display: inline-block
}
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle
}
.pure-menu-item .pure-menu-item {
	display: block
}
.pure-menu-children {
    display: none;
    /*position: absolute;*/
    /*left: 100%;*/
    /*top: 0;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*z-index: 3*/
}
.pure-menu-horizontal .pure-menu-children {
	left: 0;
	top: auto;
	width: inherit
}
/*.pure-menu-allow-hover:hover>.pure-menu-children,
.pure-menu-active>.pure-menu-children {
    display: block;
    position: absolute;
}*/
.pure-menu-has-children>.pure-menu-link:after {
	padding-left: .5em;
	content: "\25B8";
	font-size: small
}
.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after {
	content: "\25BE"
}
.pure-menu-scrollable {
	overflow-y: scroll;
	overflow-x: hidden
}
.pure-menu-scrollable .pure-menu-list {
	display: block
}
.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
	display: inline-block
}
.pure-menu-horizontal.pure-menu-scrollable {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	padding: .5em 0
}
.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
	display: none
}
.pure-menu-separator {
	background-color: #ccc;
	height: 1px;
	margin: .3em 0
}
.pure-menu-horizontal .pure-menu-separator {
	width: 1px;
	height: 1.3em;
	margin: 0 .3em
}
.pure-menu-heading {
	text-transform: uppercase;
	color: #565d64
}
.pure-menu-link {
	color: #777
}
.pure-menu-children {
	background-color: #fff
}
.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
	padding: .5em 1em
}
.pure-menu-disabled {
	opacity: .5
}
.pure-menu-disabled .pure-menu-link:hover {
	background-color: transparent
}
.pure-menu-active>.pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
	background-color: #eee
}
.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
	color: #000
}


/* CUSTOM STYLE START */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Italic.ttf') format('truetype');
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Light.ttf') format('truetype');
	font-style: normal;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
	font-style: normal;
	font-weight: 600;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	font-display: swap;
}



body {
	font-family: 'Poppins', sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 16px;
	overflow-x: hidden;
}
a,
button,
input[type="submit"] {
  transition:all 0.2s ease-in-out 0s;
  -moz-transition:all 0.2s ease-in-out 0s;
  -webkit-transition:all 0.2s ease-in-out 0s;
  -o-transition:all 0.2s ease-in-out 0s;
}
a,
a:hover,
a:focus {
  text-decoration:none;
}
img {
  display:inline-block !important;
}
h1, h2, h3, h4, h5 {
	color: #191919;
	font-weight: 600;
}
h1 {
	font-size: 54px;
	margin: 0 0 20px 0;
	line-height: 1.2;
	letter-spacing: -2px;
}
h2 {
	font-size: 36px;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
}
h3 {
	font-size: 28px;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
}
h4 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
p {
	font-size: 18px;
	font-weight: 400;
	color: #191919;
	margin: 0 0 15px 0;
	line-height: 1.6;
}
p strong {
	font-weight: 600;
}
p a,
ul li a {
	color: #18cb00;
	text-decoration: none;
	border-bottom: #18cb00 dotted 1px;
	transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
}
p a:hover,
p a:focus,
ul li a:hover,
ul li a:focus {
	color: #18cb00;
	text-decoration: none;
	border-bottom: none;
}
ul {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"],
input[type="address"],
input[type="number"],
input[type="password"],
textarea,
select {
	font-size: 18px;
	color: #191919;
	font-weight: 300;
	padding: 12px 20px;
	border-radius: 3px;
	background: none;
	border: #ccc solid 1px;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
label {
	font-size: 17px;
	color: #191919;
	font-weight: 400;
}
label strong {
	font-weight: 600;
}
.navbar {
	margin: 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: rgba(31,108,181,0.8);
	min-height: auto;
}
#header {
	transition: top 0.5s ease-in-out;
}
.nav-up {
    top: -75px;
}
.navbar .container {
	width: 100%;
	padding: 0;
}
#menu-container {
	position: relative;
}
.navbar-brand {
	width: 214px;
	height: 90px;
	background: url(../img/georom-logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 20px 20px 20px 20px;
}
.pure-menu-list {
	float: left;
	padding: 0px 25px;
}
.pure-menu-list li {
    line-height: 1;
}
.pure-menu-list li:before {
	content: none;
	margin: 0;
}
.pure-menu-list > li > a {
    font-size: 1.000em;
	color: #fff;
	padding: 20px 20px;
	display: inline-block;
	text-decoration: none;
	border: none;
}
.pure-menu-list li a:hover,
.pure-menu-list li a:focus{
	color: #191919;
	background: none;
	text-decoration: none;
}
.pure-menu-list li .current-menu-item > a,
.pure-menu-list li .current-menu-item > a:hover
{
	color: #191919 !important;
	font-weight: 600 !important;
	background: #f2f2f2;
	position: relative;
}
.current-menu-item > a:hover,
.current-menu-item > a:focus {
	color: #191919 !important;

}
.pure-menu-has-children .fa-angle-down {
	color: #fff;
	font-size: 1.000em;
	cursor: pointer;
	margin-left: -16px;
	margin-right: 5px;
}
.pure-menu-has-children:hover i,
.pure-menu-has-children:focus i {
}
.pure-menu-children {
	background: #164b7e;
	top: 56px !important;
	padding: 0;
	z-index: 999;
	min-width: 200px;
	border-radius: 2px;
}
.pure-menu-children .pure-menu-item a {
	font-size: 0.900em;
	color: #fff;
	padding: 15px 25px;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	border: none;
}
.pure-menu-children .pure-menu-item a:hover,
.pure-menu-children .pure-menu-item a:focus {
	background: #123f69;
	color: #fff;
}
.menu-heading {
    display: inherit;
    text-align: center;
}
.menu-heading,
.white-divider {
    display: none;
}
.custom-wrapper {
    /*margin-bottom: 1em;*/
    -webkit-font-smoothing: antialiased;
     /*
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;*/
}
.custom-toggle {
    width: 64px;
    height: 61px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
	border: none;
	background: #164b7e;
	border-radius: 0;
}
.custom-toggle .bar {
	background-color: #fff;
	display: block;
	width: 28px;
	height: 5px;
	border-radius: 2px;
	position: absolute;
	top: 30px;
	right: 17px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}
.custom-toggle .bar:last-child {
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
    transition: all 0.3s;
}
.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search {
	float: right;
	position: relative;
}
.search input {
	background: #164b7e;
	padding: 17px;
	border: none;
	color: #fff;
	font-weight: 300;
	font-size: 1.000em;
	margin: 0;
}
.search button {
	font-size: 18px;
	background: none;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	border: none;
	padding: 10px 15px;
}
.links {
	float: right;
	margin: 0px 16px 0 0;
}
.links > li {
	display: inline-block;
	margin: 0 15px;
}
.links > li i {
	color: #191919;
	margin-right: 8px;
}
.links > li a {
	font-size: 1.000em;
	color: #fff;
	font-weight: 400;
	border: none;
	display: inline-block;
}
.links > li a:hover,
.links > li a:focus {
	color: #fff;
}
.btn {
	font-size: 1.000em;
	font-weight: 600;
	padding: 18px 45px;
	border-radius: 3;
	display: inline-block;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	background: #06bfdb;
}
.btn:hover,
.btn:focus {
	background: #18cb00;
	color: #fff;
}
.green-btn {
	background: #71d100;
}

.green-btn:hover,
.green-btn:focus {
	background: #75db00;
}
.black-btn {
	background: #191919;
}
.black-btn:hover,
.black-btn:focus {
	background: #212121;
}
.slider {
	min-height: 700px;
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.slider .slide {
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
	min-height: 700px;
	position: absolute;
	width: 100%;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	text-align: center;
	padding: 100px 0 0;
}

.slider .navbar-brand {
    float: none;
    display: block;
    z-index: 4;
    /* margin-top: 67px !important; */
    position: absolute;
    margin: 80px 0 0 95px;
    width: 214px;
    height: 90px;
    left: 0;
    right: 0;
}

.webp .slider_items .slide.slide2{background-image: url('../img/dozatoare-sifon.webp');}
.webp .slider_items .slide.slide3{background-image: url('../img/filtre.webp');}
.webp .slider_items .slide.slide4{background-image: url('../img/accesorii.webp');}

.nowebp .slider_items .slide.slide2{background-image: url('../img/dozatoare-sifon.jpg');}
.nowebp .slider_items .slide.slide3{background-image: url('../img/filtre.jpg');}
.nowebp .slider_items .slide.slide4{background-image: url('../img/accesorii.jpg');}


.thumbs {
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	bottom: 50px;
	margin: 0 auto;
}
.thumbs li {
	display: inline-block;
}
.thumbs li a {
	display: block;
	height: 210px;
	width: 210px;
	border-radius: 200px;
	text-align: center;
	background: #1f6cb5;
	border: #fff solid 5px;
	margin: 0 18px;
	color: #fff;
	transition: all 0.2s ease-in-out 0s;
	font-size: 1.000em;
	padding: 30px 0 0;
}
.thumbs li a:hover,
.thumbs li a:focus {
	border: #fff solid 5px;
	transform: scale(1.15);
	color: #fff;
	box-shadow: rgba(0,0,0,0.11) 0 16px 24px;
}
.thumbs li a p {
	color: #fff;
	padding: 0 10px;
	line-height: 1.3;
	font-size: 1.000;
	font-weight: 300;
	margin: 0;
}
.thumbs li a span {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
#slide-2 {
	background: #06bfdb;
}
#slide-3 {
	background: #34597e;
}
#slide-4 {
	background: #177890;
}
.thumbs li a img {
	margin: 0 0 15px 0;
}
section {
	padding: 70px 0;
}
.intro {
	width: 100%;
}
.intro p {
	font-size: 22px;
	margin-bottom: 30px;
}
.box {
	margin: 30px 0;
	display: inline-block;
}
.box h2 {
	font-size: 22px;
}
.box h2 span {
	font-size: 42px;
	text-transform: uppercase;
}
.blue-1 {
	color: #1f6cb5;
}
.blue-2 {
	color: #06bfdb;
}
.blue-3 {
	color: #34597e;
}
.blue-4 {
	color: #177890;
}
.btn-1 {
	background: #1f6cb5;
}
.btn-1:hover,
.btn-1:focus {
	background: #2173bf;
}
.btn-2 {
	background: #34597e;
}
.btn-2:hover,
.btn-2:focus {
	background: #375f87;
}
.btn-3 {
	background: #177890;
}
.btn-3:hover,
.btn-3:focus {
	background: #187f99;
}
.box .btn {
	position: relative;
}
.box .btn i {
	position: absolute;
	font-size: 73px;
	top: -3px;
	right: -19px;
}
.tear-1 {
	color: #1f6cb5;
}
.btn-1:hover .tear-1,
.btn-1:focus .tear-1 {
	color: #2173bf;
}
.tear-2 {
	color: #06bfdb;
}
.btn:hover .tear-2,
.btn:focus .tear-2 {
	color: #07c6e3;
}
.tear-3 {
	color: #34597e;
}
.btn-2:hover .tear-3,
.btn-2:focus .tear-3 {
	color: #375f87;
}
.tear-4 {
	color: #177890;
}
.btn-3:hover .tear-4,
.btn-3:focus .tear-4 {
	color: #187f99;
}
.oferte {
	margin-bottom: 40px;
}
.link {
	display: inline-block;
	font-size: 1.000em;
	font-weight: 600;
	color: #06bfdb;
	text-transform: uppercase;
}
h2 .link {
	font-size: 16px;
	margin: 0 0 0 20px;
}
.link:hover,
.link:focus {
	color: #06bfdb;
	border-bottom: #06bfdb dotted 1px;
}
.prod {
	text-align: center;
	margin: 30px 0;
}
.prod img {
	margin: 0 0 20px 0;
}
.prod h3 {
	font-size: 18px;
	font-weight: 500;
	color: #191919;
	margin-bottom: 2px;
}
.prod h3 a {
	color: #191919;
	height: 52px;
	display: block;
	line-height: 25px;
}
.prod h4 {
	font-size: 28px;
	height: 42px;
}
h4 .old_price{
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}

.product_list .sell_price sup{
	font-size: 12px;
	top: -11px;
}

.pareri {
	padding: 60px 0;
	background: #f2f2f2;
}
.pareri h2 {
	margin-bottom: 40px;
}
.box-1 p {
	line-height: 1.3;
	margin-bottom: 10px;
}
.box-1 h4 {
	font-size: 15px;
	text-transform: uppercase;
}
.rating {
	color: #18cb00;
}
.box-1 p a {
	color: #191919;
	border: none;
}
footer {
	background: #e3e3e3;
	padding: 50px 0 0;
}
footer p {
	font-size: 1.000em;
}
.footer-1 {
	padding-bottom: 30px;
}
.contacts li {
	font-size: 1.000em;
	font-weight: 600;
	color: #191919;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
.contacts li a {
	color: #191919;
	border: none;
}
.contacts li a:hover,
.contacts li a:focus {
	color: #06bfdb;
}
.contacts li:first-child:before {
  	content: "\f015";
	font-family: FontAwesome;
	font-size: 20px;
	color: #34597e;
	position: absolute;
	top: -2px;
	left: 0;
}
.contacts li:nth-child(2):before {
  	content: "\f098";
	font-family: FontAwesome;
	font-size: 18px;
	color: #34597e;
	position: absolute;
	top: -2px;
	left: 0;
}
.contacts li:nth-child(3):before {
  	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 17px;
	color: #34597e;
	position: absolute;
	top: -2px;
	left: 0;
}
#social {
	margin: 70px 0 0;
}
#social li {
	display: inline-block;
}
#social li a {
	font-size: 42px;
	color: #393838;
	margin: 0 10px;
	display: block;
	border: none;
}
#social li a:hover,
#social li a:focus {
	color: #848484;
}
.footer-2 {
	padding: 40px 0;
	background: #333;
}
.footer-2 h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.box-2 h4 {
	margin-bottom: 18px;
}
.footer-2 ul {
	list-style: inside disc;
	color: #fff;
}
.footer-2 ul li {
	margin: 0 0 5px 0;
}
.footer-2 ul li a {
	font-size: 1.000em;
	color: #fff;
	font-weight: 300;
	border: none;
}
.footer-2 ul li a:hover,
.footer-2 ul li a:focus {
	text-decoration: underline;
}
.footer-3 {
	padding: 25px 0;
	background: #fff;
}
.footer-3 p {
	font-size: 14px;
	margin: 10px 0 0;
}
.img-1 {
	margin: 0 5px;
}
.modal-backdrop.in {
	opacity: 0.8;
}
.close {
	font-size: 28px;
	opacity: 0.8;
}
.modal-content {
	text-align: center;
}
.modal-header {
	border: none;
}
.modal-title {
	margin: 25px 0 0 0;
}
.modal-body {
	padding: 30px 50px 50px;
}
.modal-body button {
	width: 100%;
}
.small-nav {
	position: fixed;
	left: 0;
	top: 100px;
	width: auto;
	z-index: 999;
	box-shadow: 5px 20px 40px rgba(0, 0, 0, 0.12);
}
.small-nav li a {
	display: block;
	border-bottom: #e4e4e4 solid 1px;
	padding: 30px;
	color: #191919;
}
.small-nav li a:hover,
.small-nav li a:focus {
	border-bottom: #e4e4e4 solid 1px;
}
.small-nav li a span {
	opacity: 0;
	display: inline-block;
	margin: -30px 0 0 30px;
	padding: 20px 10px;
	background: #f2f2f2;
	font-size: 14px;
	color: #191919;
	width: 160px;
	vertical-align: middle;
	transition: opacity 0.2s linear 0s;
}
.small-nav li a:hover span {
	opacity: 1;
}
#home-link {
	background: url(../img/dozator-apa-s.png) no-repeat center center #f2f2f2;
	width: 26px;
	height: 22px;
	background-size: 36px;

}
#office-link {
	background: url(../img/dozator-sifon-s.png) no-repeat center center #f2f2f2;
	width: 26px;
	height: 26px;
	background-size: 36px;
}
#commercial-link {
	background: url(../img/filtre-s.png) no-repeat center center #f2f2f2;
	width: 26px;
	height: 23px;
	background-size: 36px;
}
#industrial-link {
	background: url(../img/accesorii-s.png) no-repeat center center #f2f2f2;
	width: 26px;
	height: 23px;
	background-size: 36px;
}
.small-nav .active #home-link {
	background: url(../img/dozator-apa-s.png) no-repeat center center #71d100;
	background-size: 36px;
}
.small-nav .active #office-link {
	background: url(../img/dozator-sifon-s.png) no-repeat center center #71d100;
	background-size: 36px;
}
.small-nav .active #commercial-link {
	background: url(../img/filtre-s.png) no-repeat center center #71d100;
	background-size: 36px;
}
.small-nav .active #industrial-link {
	background: url(../img/accesorii-s.png) no-repeat center center #71d100;
	background-size: 36px;
}
.small-nav .active a span {
	display: none;
}
.hero {
	min-height: 172px;
	background: url(../img/small-hero.jpg) no-repeat 0 0 / cover;
	padding: 57px 0 0;
}
.hero .navbar-brand {
	margin-top: 10px !important;
}
.leading {
	padding-bottom: 40px;
}
.leading .container {
	padding-left: 30px;
	border-left: #71d100 solid 4px;
}
.leading p {
	font-size: 22px;
}
.content {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.content img {
	/*border: #06bfdb solid 5px;*/
}
.intro {
	padding-left: 30px;
	border-left: #71d100 solid 4px;
}
.prod-nav li a {
	font-size: 18px;
	color: #191919;
	border: none;
	padding: 12px 15px;
	display: block;
}
.prod-nav li.active a {
	background: #f7f7f7;
	border-left: #71d100 solid 4px;
}
.prod-nav li.active a:hover,
.prod-nav li.active a:focus {
	color: #191919;
}
.filters {
	padding-top: 30px;
	padding-bottom: 30px;
}
.filters p {
	float: left;
	margin: 10px 10px 0 0;
}
.filters select {
	float: left;
	width: auto;
	background: #ebebeb;
	border: none;
	padding: 10px 15px;
	margin: 0 20px 0 0;
	font-size: 1.000em;
}
.pagination > li > a,
.pagination > li > span {
	border: none;
	color: #191919;
	font-size: 18px;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
	background: none;
	color: #18cb00;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
	color: #18cb00;
	background: none;
}
.big-img img {
	border: #e5e5e5 solid 2px;
	margin-bottom: 30px;
}
.green {
	color: #18cb00;
}
.prod-details p {
	margin-bottom: 10px;
}
.prod-details h2 {
	font-size: 48px;
	margin: 20px 0;
}
.buy {
	margin-bottom: 25px;
}
.buy input {
	background: #ebebeb;
	border: none;
	width: 60px;
	margin: 0 15px 10px 0;
	float: left;
	padding: 14px 10px;
	text-align: center;
}
.prod-details .rating {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.share {
	margin-bottom: 40px;
}
.descriere {
	margin-bottom: 40px;
}
.comment {
	margin-bottom: 30px;
}
.comment .rating {
	margin-bottom: 5px;
	display: inline-block;
}
.comment h4 {
	text-transform: uppercase;
	font-size: 15px;
}
.add-comment input,
.add-comment textarea {
	width: 60%;
	margin: 0 0 15px 0;
}
.add-comment textarea {
	min-height: 200px;
}
.add-comment button {
	width: 30%;
}
.add-comment .rating a {
	font-size: 20px;
	color: #d1d1d1;
	border: none;
}
.add-comment .rating a:hover,
.add-comment .rating a:focus {
	color: #18cb00;
}
.comments {
	margin-bottom: 60px;
}
.padding {
	padding: 30px 0;
}
.newsletter {
	padding: 75px 0;
	background: url(../img/bg-1.jpg) no-repeat 0 0 / cover;
}
.newsletter form {
	padding: 0 40px;
}
.newsletter h2 {
	margin-bottom: 30px;
}
.newsletter input {
	background: #fff;
	border: none;
}
.newsletter button {
	width: 100%;
}
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}
#cart > thead > tr > th {
	font-size: 18px;
	font-weight: 600;
	border: none;
}
#cart > thead > tr {
	border-bottom: #18cb00 solid 2px;
}
#cart img {
	border: #e5e5e5 solid 2px;
}
#cart h4 {
	font-size: 18px;
	margin-top: 28px;
}
#cart h4 a {
	color: #191919;
}
#cart td strong {
	font-weight: 600;
}
.price {
	font-size: 18px;
}
.price strong {
	font-weight: 600;
}
.btn-refresh,
.btn-delete {
	border: none;
	color: #fff;
	border-radius: 3px;
	padding: 3px 10px;
	margin: 2px;
}
.btn-refresh {
	background: #71d100;
}
.btn-refresh:hover,
.btn-refresh:focus {
	background: #74d900;
}
.btn-delete {
	background: #db0029;
}
.btn-delete:hover,
.btn-delete:focus {
	background: #e3002a;
}

#cart > tbody > tr > td {
	border-bottom: #e5e5e5 solid 1px;
	border-top: none;
}
#cart > tfoot > tr > td {
	border: none;
}
#cart .btns .green-btn {
	margin-left: 10px;
}
.login {
	margin-bottom: 15px;
}
.radio-row {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}
.radio-row input {
	margin-right: 10px;
	float: left;
}
.radio-row label {
	margin: -1px 0 0;
	float: left;
}
.fb-btn {
	background: #2d4fa6;
}
.fb-btn:hover,
.fb-btn:focus {
	background: #3054b0;
}
.fb-btn i {
	font-size: 25px;
	margin: 0 15px 0 0;
}
.wrap {
	width: 100%;
}
.login a {
	font-size: 14px;
	color: #0069be;
	display: inline-block;
	margin-bottom: 10px;
}
.login a:hover,
.login a:focus {
	color: #0069be;
	text-decoration: underline;
}
.content-1 {
	margin-bottom: 40px;
}
.content-1 h2 {
	margin-bottom: 20px;
}
.checkout textarea {
	min-height: 200px;
}
.toggle-more {
	margin: 10px 0 20px 0;
	background: none;
	border: none;
	display: block;
	padding: 0;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(31, 108, 181, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  border-radius: 3px;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #1f6cb5;
  opacity: 1;
}


.prod-nav .current-item{
	background: #f7f7f7;
	border-left: 4px solid #71d100;
}



/*HEADER CART START PART - RICU */

.shopping-cart_position.header_cart{
	position: relative;
}

.shopping-cart_position.header_cart:hover .block.shopping_cart.shopping-cart-block{
	display: block;
}

.sccont{
	float: left;
	position: relative;
}

.shopping-cart_position.header_cart > div > a{
	font-weight: normal;
	position: relative;
	font-size: 14px;
	padding: 18px 25px 0 55px;
	margin: 0;
	width: 155px;
	height: 56px;
	cursor: pointer;
	color: #fff;
	display: block;
}

.shopping-cart_position.header_cart:hover > div > a{
	background: #42a5f5;
}

.shopping-cart_position.header_cart:hover > div > a:hover{
	text-decoration: none;
}

.shopping-cart_position.header_cart > div > a:before{
	content: "\f291";
	font-family: FontAwesome;
	position: absolute;
	top: 17px;
	left: 25px;
	font-size: 18px;
	color: #fff;
}

.shopping-cart_position.header_cart > div > a:after{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 17px;
	right: 7px;
	font-size: 16px;
	color: #fff;
}

.cart_row .pimg a img {
	border: 1px solid #ebebeb;
}

.cart_row .pprice {
	color: #ee3124;
	float: left;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	width: 125px;
}

.cart_row .ptitle {
	color: #3d3d3d;
	font-size: 12px;
	min-height: 30px;
	padding-bottom: 8px;
}

.cart_row .pprice sup {
	font-size: 8px;
	vertical-align: 1px;
}

.header_cart .shopping_cart{
	display: none;
}

.cart_row .delover .delovertext, .delover_ec .delovertext, .page_cart_row .delover .delovertext{
	color: #111;
}

.delover a, .delover_ec a, .page_cart_row .delover a {
	background: #1e88e5 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	padding: 2px 20px;
	position: absolute;
}

.header_cart .cart_row {
	width: 270px;
	background: #fff!important;
	padding: 10px 0;
}

.header_cart .cart_right_side {
	float: right;
	width: 190px;
}

.header_cart .cart_row, .header_cart .empty_the_cart{

}

.header_cart .cart_view .cart_row .ptitle a{
	font-weight: normal;
	font-size: 13px;
}


.cart_emtpy.cart_view {

}

#subheader .cart_actions{
	color: #aaa;
}


#header .cart_actions ul{
	padding: 0;
}


.header_cart .empty_the_cart{
	display: none;
}


.header_cart .shopping_cart {
	position: absolute;
	right: -1px;
	top: 56px;

}

.header_cart .shopping_cart > div {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
}

.cart_row .pq input{
	height: 22px;
}

.cart_row .pori {
	color: #666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0px;
	padding: 0 8px;
}

.cart_emtpy.cart_view {

}


.block.shopping_cart > div > div {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	padding: 0;
}


#header .metas {
	clear: both;
	display: block;
	float: left;
	margin-top: 0px;
	position: relative;
	z-index: 2;
}

#header .head_action{
	float: left;
	width: 100%;
	position: relative;
}

.cart_actions .checkout {

}

.cart_actions .checkout:hover{

}

.cart_actions ul li:first-child{
	border: none;
}

.cart_actions .checkout, .cart_page_actions .checkout {
	background: #2ecae2 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: normal;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.cart_actions .total .cart_q, .page_cart_summary .cart_q {
	font-weight: bold;
	font-size: 12px;
	color: #eee;
	background: #3D3D3D;
	border-radius: 50px;
	padding: 0 10px;
	text-align: center;
	line-height: 28px;
	display: block;
}

.page_cart_title .pq{
	white-space: nowrap;
}

.page_cart_title .pprice:last-child{
	padding-right: 60px;
}

.cart_actions ul .cart_q {
	float: right;
}

.cart_actions ul .cart_total {
	float: right;
}

.shopping-cart_position.header_cart:hover .block.shopping_cart.shopping-cart-block {
	display: block;
}

.cart_actions .total .cart_q {
	background: none!important;
	color: #111;
	font-size: 14px;
	font-weight: normal;

}


.cart_actions ul li{
	padding: 0;
	clear: both;
	line-height: 30px;
}

.cart_actions .total li:last-child{

}

.paylink{
	text-align: center;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	clear: both;
}

.paylink a{

	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	background: #06bfdb;
}

.paylink a:hover{
	background: #18cb00;
	color: #fff;
}

.cart_right_side .trash{
	display: none;
}

.cart_right_side:hover .trash{
	display: block;
}

.cart_actions .total .cart_total {
	color: #dd2c00;
	font-size: 16px;
	font-weight: normal;
	padding-left: 0;
	text-align: right;
	/* width: 113px; */
	padding-right: 10px;
}

.cart_actions .checkout:hover, .cart_page_actions .checkout:hover {
	background: #18cb00 none repeat scroll 0 0;
	text-shadow: none;
}

.cart_actions .total .cart_total sup {
	font-size: 8px;
	vertical-align: 3px;
}

.cart_emtpy.cart_view {
	color: #111;
}

.cart_view .cart_row .ptitle a:hover {
	color: #3d3d3d;
	text-decoration: underline
}

.sccont{
	position: relative;
}

.sccont.notempty:before{
	content: attr(data-count);
	position: absolute;
	background: #18cb00;
	left: 33px;
	top: 10px;
	width: 20px;
	height: 20px;
	line-height: 21px;
	font-size: 12px;
	text-align: center;
	z-index: 3;
	border-radius: 100%;
	color: #fff;
}

.cartpickbubble{
	position: absolute;
	z-index: 100;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background: #18cb00;
}

.block.shopping_cart > div > div {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	padding: 0;
}
.cart_actions ul {
	padding: 10px 10px 0;
	font-size: 13px;
	color: #aaa;
}

.cart_view {
	position: relative;
}

.cart_row .pq input {
	height: 22px;
}

.cart_row .pq input {
	border: 1px solid #ddd;
	width: 32px;
	padding: 0;
	margin: 0;
	height: 16px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	float: left;
}

.cart_row .pq input {
	height: 22px;
}

#subheader .cart_actions {
	color: #aaa;
}

.cart_row {
	width: 96%;
	background: #fff;
}
.cart_row {
	float: left;
	width: 236px;
	padding: 10px 6px;
	clear: both;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #fff;
	position: relative;
	background: #F7F7F7;
}

cart_actions .checkout, .cart_page_actions .checkout {
	background: #1e88e5 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: normal;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.header_cart .cart_view .cart_row .ptitle a {
	font-weight: normal;
	font-size: 13px;
}
.cart_view .cart_row .ptitle a {
	color: #3D3D3D;
	font-weight: bold;
	text-decoration: none;
}

.cart_row .pimg, .cart_row .pimg img {
	float: left;
}

.cart_actions {
	clear: both;
}

/*HEADER CART END PART - RICU */

.none{
	display: none;
}

.breadcrumbs{
	background: #f7f7f7;
	padding: 5px 10px;
	border-radius: 4px;
	margin-bottom: 15px;
	color: #000;
}

.breadcrumbs a{
	color: #18cb00;
}
.breadcrumbs a:hover{
	color: #18cb00;
}
/* PRODUCT PAGE START */

.productmiddleinfo .old_price{
	font-size: 17px;
	text-decoration: line-through;
	color: #999;
}

.productmiddleinfo .rating {
	display: inline-block;
	clear: both;
	width: 100%;
	font-size: 18px;
	margin-top: 20px;
}

.productmiddleinfo .old_price span{
	font-size: 17px;
}

.productmiddleinfo .old_price span sup{
	font-size: 10px;
	top: -6px;
}

.productmiddleinfo .sell_price{
	line-height: 36px;
}

.add_to_action{
	margin-top: 25px;
}


.related-products picture{
	display: block;
}
.review_form .rate {
	float: left;
	height: 46px;
	padding: 0 10px;
}
.review_form .rate:not(:checked) > input {
	/*position:absolute;*/
	/*top:-9999px;*/
	opacity: 0;
	display: none;
}
.review_form .rate:not(:checked) > label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 30px;
	color: #ccc;
	height: 26px;
	line-height: 24px;
}

.review_form .rate:not(:checked) > label:before {
	content: '★ ';
}
.review_form .rate > input:checked ~ label {
	color: #2fd024;
}
.review_form .rate:not(:checked) > label:hover,
.review_form .rate:not(:checked) > label:hover ~ label {
	color: #2fd024;
}
.review_form .rate > input:checked + label:hover,
.review_form .rate > input:checked + label:hover ~ label,
.review_form .rate > input:checked ~ label:hover,
.review_form .rate > input:checked ~ label:hover ~ label,
.review_form .rate > label:hover ~ input:checked ~ label {
	color: #2fd024;
}

.product_review{
	margin-top: 25px;
}

.product_review .box-1{
	margin-bottom: 25px;
}


.review_form textarea{
	height: 180px;
	font-size: 18px;
	resize: none;
	padding: 10px 10px 10px 20px;
}

.review_form button{
	background: #86d624;
	color: #fff;
	border-radius: 4px;
	border:none;
	text-transform: uppercase;
	padding: 15px 100px;
	clear: both;
	margin-bottom: 45px;
	margin-top: 15px;
}

.review_form button:disabled,
.review_form button[disabled]{
	background-color: #cccccc;
	color: #666666;
}

.add_to_action .button .b_leftround,
.add_to_action .button .b_icon{
	display: none;
}

.add_to_action .button .b_text {
	background: #2ecae2;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
}

.product_previews{
	width: 100%;
	text-align: center;
}

.add_to_action .button .b_text:hover {
	background: #18cb00 ;
}

.add_to_action .voc
{
	display: none;
}

.add_to_action .pq {
	width: 60px;
	float: left;
}

.add_to_action .pq input{
	padding: 13px 10px;
	text-align: center;
	background: #efefef;
	border: none;
}

.add_to_action a{
	float: right;
}

.product_previews{
	float: left;
}

.trifecta{
	font-size: 17px;
	font-weight: 500;
}

.trifecta .sku{
	display: inline-block;
}

.trifecta .status_box{
	display: inline-block;
}

.price {
	font-size: 30px;
}

.price span{
	font-size: 60px;
	font-weight: 800;
}

.price span sup{
	font-size: 15px;
	top: -30px;
}

.main_prev img{
	min-height: 450px;
	width: 100%;
}

.main_prev{
	border: 2px solid #ddd;
	padding: 15px;
}

.main_prev .big_prev{
	display: none;
}

.main_prev .big_prev.active{
	display: block;
}

.extra_prev{
	text-align: left;
}

.extra_prev > div{
	display: inline-block;
	margin: 5px;
}
.product_previews{
	margin-bottom: 60px;
}

.status_box.status-0{
	color: #ee3124;
}

.status_box.status-66 {
	color: #9ecb00;
}

.status_box.status-1{
	color: #18cb00;
}

.rate-text{
	float: left;
	font-size: 20px;
}

/* PRODUCT PAGE END */


/* CHECKOUT START */
.product_list.cart_page {
	border: none;
	float: none;
}
.product_list.cart_page {
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	float: left;
	width: 100%;
}

.page_cart_title {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 1px solid #ebebeb;
	border-top: medium none;
	clear: both;
	color: #333;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	width: 100%;

}

.product_list.cart_page .pimg {
	position: relative;
}
.product_list.cart_page .pimg {
	width: 10%;
	position: relative;
	float: left;
}
.page_cart_title .pimg, .page_cart_summary .pimg {
	padding: 10px 0;
}
.page_cart_title > div, .page_cart_summary > div {
	float: left;
	font-size: 14px;
	line-height: 20px;
	min-width: 80px;
	padding: 10px 12px;
}

.product_list.cart_page .ptitle {
	width: 40%;
}

.page_cart_title .pq {
	text-align: center;
	width: 8%;
}
.page_cart_title > div, .page_cart_summary > div {
	float: left;
	font-size: 14px;
	line-height: 20px;
	min-width: 80px;
	padding: 10px 0px;
}

.product_list.cart_page .page_cart_row .pnv, .page_cart_title .pnv {


}

.page_cart_title .pprice {
	text-align: right;
	width: 12%;
}

.page_cart_title .pprice.vatval {
	text-align: right;
	padding-right: 0;
	min-width: 80px;
}

.page_cart_title .pprice:last-child {
	float: right;
}
.pprice.total_sum {
	text-align: right;
	padding-right: 60px;
}
.product_list.cart_page .page_cart_row .total_sum, .page_cart_title .total_sum {
	width: 140px;
	padding-left: 0;
}

.page_cart_row.even {
	background: none;
}
.page_cart_row.even {
	background: none repeat scroll 0 0 #F7F7F7;
}
.page_cart_row {
	border-bottom: none;
	border-top: none;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

.page_cart_row {
	clear: both;
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #FFFFFF;
}

.product_list.cart_page .page_cart_row .ptitle {
	text-align: left;
}
.product_list.cart_page .mh {
	min-height: 44px;
	float: left;
	margin: 15px 0 10px 0px;
	padding: 0 0px;
	min-width: 80px;
	text-align: right;
}

.product_list.cart_page .mh.pq{
	text-align: center;
	width: 8%;
}

.product_list.cart_page .pimg a img {
	float: left;
	height: 74px;
}
.product_list.cart_page .ptitle a {
	font-weight: normal;
}

.product_list.cart_page .ptitle a {
	color: #3D3D3D;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

.product_list.cart_page .pq input {
	border: 1px solid #dddddd;
	color: #333;
	font-family: Arial,Helvetica;
	font-size: 14px;
	font-weight: normal;
	height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 35px;
}

.product_list.cart_page .page_cart_row .pprice {
	font-weight: normal;
	font-size: 14px;
}

.product_list.cart_page .page_cart_row .pnv, .product_list.cart_page .page_cart_row .vatval {
	color: #666;
}

.product_list.cart_page .pprice sup {
	font-size: 10px;
	vertical-align: -1px;
}

.product_list.cart_page .page_cart_row .pprice {
	font-weight: normal;
	font-size: 14px;
}
.product_list.cart_page .page_cart_row .pnv, .product_list.cart_page .page_cart_row .vatval {
	color: #666;
	width: 12%;
}
.product_list.cart_page .trash.mh {
	min-width: 20px;
	padding: 0 20px 0 0;
}
.product_list.cart_page .trash {
	float: right;
}

.total_sum .vat_status{
	font-size: 10px;
}

.cart_actions .total .cart_q, .page_cart_summary .cart_q {
	background: none;
	color: #333;

}

.page_cart_summary .cart_q{
	font-size: 24px;
}

.page_cart_summary .cart_total,
.page_cart_summary .cart_total span,
.grand_total .pprice
{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	text-align: right;
}

.product_list.cart_page .page_cart_summary .cart_total sup{
	vertical-align: 11px;
}

.product_list.cart_page .trash span {
	background: url(../images/trash.jpg) no-repeat scroll center center transparent;
	cursor: pointer;
	float: right;
	height: 16px;
	width: 15px;
}

.page_cart_summary > div.pprice{
	float: right;
	padding-right: 60px;
}

.page_cart_summary {
	border-bottom: medium none;
}
.page_cart_summary {
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #FFFFFF;
	clear: both;
	/*color: #FFFFFF;*/
	float: left;
	position: relative;
	width: 100%;
}

.cart_page_actions {
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	float: left;
	width: 100%;
}

.cart_page_actions .checkout {
	float: right;
	width: 200px;
	text-decoration: none;
	margin-left: 25px;
}

.cart_emtpy {
	padding: 5px 0;
	text-align: center;
}

.empty_cat {
	background: #f5f1eb url(../images/notice_icon.png) 15px center no-repeat;
	padding: 2px 10px 2px 80px;
	border: 1px solid #b96309;
	height: 50px;
	line-height: 50px;
	color: #b96309;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.cart_emtpy .continue {
	float: right;
	text-decoration: none;
	padding: 10px 20px;

}
.cart_emtpy .continue {
	background: linear-gradient(to bottom, #898989 0%, #7A7A7A 100%) repeat scroll 0 0 transparent;
	background: #898989;
	background: -moz-linear-gradient(top, #898989 0%, #7A7A7A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#898989), color-stop(100%,#7A7A7A));
	background: -webkit-linear-gradient(top, #898989 0%,#7A7A7A 100%);
	background: -o-linear-gradient(top, #898989 0%,#7A7A7A 100%);
	background: -ms-linear-gradient(top, #898989 0%,#7A7A7A 100%);
	background: linear-gradient(to bottom, #898989 0%,#7A7A7A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#7A7A7A',GradientType=0 );
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	text-shadow: -1px -1px 1px #555555;
	text-transform: uppercase;
}

.cart_view .delover, .cart_view .delover_ec, .page_cart_row .delover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.7);
	z-index: 2;
	font-size: 14px;
}

.cart_row .delover .delovertext, .delover_ec .delovertext, .page_cart_row .delover .delovertext {
	color: #111;
}
.cart_row .delover .delovertext, .delover_ec .delovertext, .page_cart_row .delover .delovertext {
	padding: 5px 5px 10px;
	text-align: center;
	text-shadow: 1px 1px 1px #DADADA;
}

.delover .yes, .delover_ec .yes, .page_cart_row .delover .yes {
	right: 50%;
	margin-right: 5px;
}
.delover a, .delover_ec a, .page_cart_row .delover a {
	background: #1e88e5 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	padding: 2px 20px;
	position: absolute;
}

.delover .cancel, .delover_ec .cancel, .page_cart_row .delover .cancel {
	left: 50%;
	margin-left: 5px;
}



.checkboxes .checkbox {
	cursor: pointer;
	float: left;
	white-space: nowrap;
}
.option_set ul.multiple_select div, .checkboxes .checkbox {
	background: url(../images/checkbox.png) top left no-repeat;
	width: 14px;
	height: 13px;
	margin: 1px 0 0 5px;
}

.checkboxes .checkbox {
	margin-right: 5px;
	margin-left: 0;
}

.option_set ul.multiple_select div.checked, .checkboxes .checkbox.checked {
	background: url(../images/checkbox.png) bottom left no-repeat;
}

.checkbox, .radio {
	position: relative;
	display: block;

}

ul.checkboxes li {
	clear: both;
	float: left;
	margin-bottom: 5px;
}

.checkout_info_container h4 {
	border-bottom: 1px solid #EEEEEE;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.stepc {
	clear: both;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.checkout_info_container ul label{
	font-size: 12px;
	float: left;
	cursor: pointer;
}


.shippingmtable{
	width: 96%;
}

.shippingmtable{
	margin-top: 50px;
}

.shippingmtable th{
	background: #666;
	color: #eee;
	padding: 5px;
	font-weight: normal;
}

.shippingmtable td{
	padding: 5px;
}

.page_cart_summary.shipping{
	/*margin-bottom: 80px;*/
}

.page_cart_summary.shipping .pq .small_detail{
    display: none;
}

.page_cart_summary.weight{
    display: none;
}

.acenter{
    text-align: center;
}

.pprice{
    white-space: nowrap;
}

.page_cart_summary.shipping a{
	display: none;
}

.custommer_details .cb_row div.label{
	font-size: 11px;
}

.button_standard{
	background: #2ecae2;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	border: none;
}

.button_standard:hover{
	background: #18cb00;
}

.custommer_details .cb_row {
    float: left;
    clear: both;
    width: 100%;
    padding: 2px 0;
}

.custommer_details .cb_row div.label {
    font-size: 11px;
}
.custommer_details .cb_row div.label {
    padding-right: 10px;
    font-weight: normal;
    color: #999;
}
.custommer_details .cb_row div {
    float: left;
    min-width: 80px;
    text-align: left;
}

.custommer_details .right .cb_row div.value {
    width: auto;
}


.custommer_details .cb_row div.value {
    font-style: italic;
}
.custommer_details .cb_row div {
    float: left;
    min-width: 80px;
    text-align: left;
    font-size: 13px;
}

#container a.modify:hover {
    text-decoration: underline;
}
h2 .modify {
    color: #9d0000;
    display: block;
    float: none;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custommer_details h2 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0;
}

.thank-you h1{
    font-size: 30px;
    margin-bottom: 15px;
}




.cdls{
    padding: 10px;
    border: 1px solid #ccc;
    background: #eee;
    line-height: 24px;
}

.order_status{
    padding: 10px;
    margin-bottom: 25px;
}

.statusid_1{
    background: #f8f8db;
    border: 1px solid #d4d4b3;
}
.statusid_2{
    background: #d5eef9;
    border: 1px solid #b5c3ca;
}
.statusid_3{
    background: #d3f3d6;
    border: 1px solid #a6bfa9;
}

.statusid_4{
    background: #dedede;
    border: 1px solid #acacac;
}

.statusid_5{
    background: #f5d8d8;
    border: 1px solid #bca4a4;
}

.statusid_6{
    background: #e9d4f7;
    border: 1px solid #ab9eb3;
}

.statusid_7{
    background: #d3f3d6;
    border: 1px solid #a6bfa9;
}

.statusid_8{
    background: #f5d8d8;
    border: 1px solid #bca4a4;
}


.order_view.product_list.cart_page .ptitle {
    width: 260px;
}

.order_submited{
    margin-bottom: 25px;
    padding: 10px;
    float: left;
    background: none repeat scroll 0 0 #F8F8DB;
    border: 1px solid #D4D4B3;
}
.order_changed{
    margin-bottom: 25px;
    padding: 10px;
    float: right;
    background: none repeat scroll 0 0 #F8F8DB;
    border: 1px solid #D4D4B3;
}

.order_view .page_cart_row > .ptitle > span{
    color: #3D3D3D;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.custommer_details .half {

    float: left;
    margin-bottom: 30px;
    padding: 2%;
    width: 46%;
}

.custommer_details .half.right {
    width: 40%;
    padding: 2%;
    background: #f3f3f3;
    float: right;
    border: 1px solid #EBEBEB;
}

.custommer_details .half h2 {
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    width: 360px;
}

.order-status-view h1{
    font-size: 30px;
}

.order-status-view .product_list.cart_page .total_sum{
    float: right;
    padding-right: 60px;
}

.page_cart_summary.shipping .small_detail{
    display: none;
}

.order-status-view .order_view{
    margin-bottom: 50px;
}







/* CHECKOUT END */

.featured.home-oferte h3 label{
	font-size: 45px;
	font-weight: bold;
}

.featured.home-oferte .content{
	margin-top: 0;
}

.home_feat h3 a{
	font-size: 22px;
}

.paging {
	clear: both;
	text-align: center;
	width: 100%;
}

.paging li{
	display: inline-block;
	margin: 0 4px;
	overflow: hidden;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f7f7 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 28px;
}

.paging li.dot{
	background: none;
	box-shadow: none;
}

.paging li a{
	text-decoration: none;
	padding: 2px 6px;
	min-width: 15px;
	text-align: center;
	float: left;
	color: #717171;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #C0C0C0;
	text-shadow: 0 1px 0 #FFFFFF;
}



.paging li a.first, .paging li a.last{
	padding: 2px 6px;
	min-width: 8px;

}

.paging li a.current{
	opacity: 0.8;
	background-color:#ccc;
	border: 1px solid #888;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #333;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.paging li a:hover{
	cursor: pointer;
	opacity: 1;

	background-color: #616161;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.8);
	color: #F0F0F0;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	border: 1px solid #333;
}

.paging li a.next,
.paging li a.last,
.paging li a.previous,
.paging li a.first{
	text-indent: -99999px;
}

.paging li a.next{
	background-image: url(../images/pagination_arrows.png);
	background-position: 8px -20px;
	background-repeat: no-repeat;
}

.paging li a.last{
	background-image: url(../images/pagination_arrows.png);
	background-position: 6px -81px;
	background-repeat: no-repeat;
}

.paging li a.first{
	background-image: url(../images/pagination_arrows.png);
	background-position: 5px -47px;
	background-repeat: no-repeat;
}

.paging li a.previous{
	background-image: url(../images/pagination_arrows.png);
	background-position: 8px 7px;
	background-repeat: no-repeat;
}

.paging li a {
	box-sizing: unset;
}

.breadcrumbs{
	font-size: 14px;
}

.clear{
	clear: both;
}

.populate_existing{
    display: none;
}

.payments_description .pm_tab {
	background: #f2f7f9 url(../images/help_icon.png) no-repeat scroll right 5px;
	border: 1px solid #9fb2be;
	border-radius: 5px;
	clear: both;
	line-height: 19px;
	margin: 13px 0;
	padding: 10px 40px 10px 10px;
	width: 96%;
}

.payments_description .pm_tab {
	display: none;
}

.grecaptcha-badge { visibility: hidden; }


.post_block{
	border: 1px solid #ddd;
	display: block;
	height: 700px;
	margin-bottom: 30px;
}

.post_block:hover{
	background: #f1f7fc;
	border: 1px solid #88b4d5;
}

.post_block .post_cover img{
	width: 100%;
}

.post_block .post_content{
	padding: 15px;
}

.post_block .post_content h2{
	font-size: 28px;
	text-align: left;
	font-weight: 500;
}

.post_block .post_content p{
	font-size: 18px;
}

.post_block .post_content .post_info{
	color: #666;
	font-size: 12px;
	margin-bottom: 15px;
}

.blog_post .post_cover{
	margin-top: 25px;
	margin-bottom: 25px;
}

.blog_post .post_cover img{
	width: 100%;
}

.blog_post .post_info{
	text-align: center;
	font-size: 14px;
}

.blog_post h1{
	text-align: center;
}

.blog_post_bc{
	margin-top: 25px;
}

.payments_description .pm_tab{
	display: none;
}

select.banc_rates, .pay_rate{
	display: none;
}

/* Responsive STYLES */
/* Change NAVBAR breakpoint */

@media (min-width:1200px){
	.pure-menu-allow-hover:hover>.pure-menu-children,
	.pure-menu-active>.pure-menu-children {
    	display: block;
    	position: absolute;
	}
}

/* /////////////////////////////////////////////////////////    1400px     \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width:1400px){

	.pure-menu-list > li > a {
		font-size: 1.000em;
		color: #fff;
		padding: 10px 10px;
		display: inline-block;
		text-decoration: none;
		border: none;
	}

	.pure-menu-has-children .fa-angle-down {
		color: #fff;
		font-size: 1.000em;
		cursor: pointer;
		margin-left: -6px;
		margin-right: 5px;
	}
}

/* /////////////////////////////////////////////////////////    1200px     \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width:1200px){

	.pure-menu-list > li > a {
		font-size: 1.000em;
		color: #fff;
		padding: 10px 10px;
		display: inline-block;
		text-decoration: none;
		border: none;
	}

	.pure-menu-list {
		padding-top: 0;
		margin: 0;
		float: none;
	}
	.open .custom-toggle {
		background: #164b7e;
	}
    .open .custom-toggle .bar {
      	height: 6px;
    }
    .menu-heading {
	    text-transform: none;
        display: none;
        text-align: center;
		font-size: 2.400em;
		font-weight: 700;
		margin: 0 0 15px 0;
		color: #fff;
		letter-spacing: -2px;
    }
	.white-divider {
		display: none;
		height: 4px;
		width: 75px;
		background: #fff;
		margin: 0 0 15px 0;
		-moz-transform: skew(30deg);
		-webkit-transform: skew(30deg);
		-o-transform: skew(30deg);
		transform: skew(30deg);
	}
    .custom-wrapper.open {
    	height: 65px;
    }
    #brand-image-field {
        width: 100%;
        display: block;
        z-index: 9997;
    }
    #menu-field {
		height: 100vh;
		position: fixed;
		top: 0;
		background-color: #164b7e;
		z-index: 8855;
		right: 0;
		padding-top: 65px;
		padding-bottom: 65px;
		overflow: auto;
        width: 0;
        transition: width 0.5s ease-in-out 0s;
    }
    .custom-wrapper.open #menu-field {
		width: 50%;
		box-shadow: -18px 0 51px 0 rgba(0, 0, 0, 0.15);
    }
    .custom-wrapper.open .custom-toggle:before {
	    display: none;
    }
    .custom-wrapper.open .pure-menu-list {
        width: 100%;
        margin: 10px 0 0;
        text-align: left;
        padding: 0;
        border: none;
    }
    .custom-wrapper.open .pure-menu-list > li {
	    float: none;
	    border: none;
    }
	.custom-wrapper.open .pure-menu-list > li > a {
		color: #fff;
		font-size: 1.250em;
		border: none;
		padding: 25px 30px;
		width: 100%;
		margin: 0;
	}
	.custom-wrapper.open .pure-menu-list > li > a:hover,
	.custom-wrapper.open .pure-menu-list > li > a:focus {
		background: #144675;
	}
	.custom-wrapper.open .pure-menu-list > li.current-menu-item > a {
		background: #113c63;
		color: #fff !important;
	}
	.current-menu-item a::before {
		color: #fff;
	}
	.custom-wrapper.open .pure-menu-list > li > i.fa-angle-down {
		font-size: 1.700em;
		color: #fff;
		position: absolute;
		right: 10px;
		top: 20px;
		width: 30px;
		height: 30px;
		display: block;
		cursor: pointer;
	}
	.pure-menu-children {
		border-radius: 0;
		background: #113c63 !important;
		box-shadow: none;
		padding: 0;
		display: none;
	}
	.pure-menu-children .pure-menu-item a {
		color: #fff;
		padding: 20px 30px;
		font-size: 1.200em;
	}
	.pure-menu-children .pure-menu-item a:hover,
	.pure-menu-children .pure-menu-item a:focus {
		color: #fff;
		background: #06bfdb;
	}
    .custom-toggle {
        display: block;
    }
    #menu-container #menu{
        display: none;
    }
    #menu-container.open #menu{
        display: block;
		text-align:center;
    }
    .search,
    .search input {
	    width: 100%;
	    float: none;
    }
    .search input {
	    background: #0f3457;
	    padding: 20px 30px;
    }
    .links {
	    float: none;
	    margin: 10px 0 0;
	    text-align: left;
    }
    .links li {
	    width: 100%;
	    margin: 0;
	    padding: 15px 30px;
    }
	.slider .navbar-brand {
	    margin: 20px 0 0 30px;
	}


}


/* /////////////////////////////////////////////////////////    992px     \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width:992px){

    .thumbs li a {
		height: 170px;
		width: 170px;
		margin: 0 5px;
	}
	.thumbs li a span {
		font-size: 18px;
	}
	.thumbs li a img {
		width: 50px;
		height: auto;
	}
	.box-1 {
		margin-bottom: 40px;
	}
    .add-comment input,
	.add-comment textarea,
	.add-comment button {
		width: 70%;
	}

}

/* /////////////////////////////////////////////////////////    768px     \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width:768px){

	section{
		padding: 20px 0;
	}
	.slider {
		min-height: 800px;
		padding: 0;
	}
	.thumbs {
		background: #fff;
		bottom: 0;
	}
	.thumbs li {
		float: left;
		width: 100%;
	}
	.thumbs li a {
		text-align: left;
		display: inline-block;
		width: 100%;
		border-radius: 0;
		margin: 0;
		border: none;
		height: 80px;
		padding: 20px;
		float: left;
	}
	.thumbs li a img {
		float: left;
		width: 40px;
		height: auto;
		margin: 0 15px 0 0;
	}
	.thumbs li a:hover,
	.thumbs li a:focus {
		transform: scale(1.05);
		border: none;
	}
	.thumbs li a p {
		float: left;
		padding: 8px 0 0;
	}
	.img-1 {
		margin: 20px 5px;
	}
	.small-nav {
		top: 0;
		width: auto;
		box-shadow: rgba(0,0,0,0.1) 0 20px 25px;
	}
	.small-nav li {
		float: left;
		display: inline-block;
	}
	.small-nav li a span {
		display: none;
	}
	.small-nav li a,
	.small-nav li a:hover,
	.small-nav li a:hover {
		border-bottom: none;
		border-right: #e4e4e4 solid 1px;
	}
	.content {
		text-align: center;
	}
	.content img {
		margin-bottom: 0px;
	}
	.prod-nav {
		display: inline-block;
	}
	.prod-nav li {
		float: left;
		display: inline-block;
		width: 100%;

	}
	.filters select {
		width: 100%;
	}
	.filters p {
		margin-bottom: 10px;
	}
    .add-comment input,
	.add-comment textarea,
	.add-comment button {
		width: 100%;
	}
    table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		width:36%;
		margin:1.5em 0;
	}

	.actions .btn-info{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}

	table#cart thead { display: none; }
	table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
	table#cart tbody tr td:first-child { }
	table#cart tbody td:before {
		content: attr(data-th); font-weight: 600;
		display: inline-block; width: 8rem;
	}



	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;}

	#cart .btns .btn {
		margin: 0 0 10px 0;
	}
	.form-wrap-1 {
		margin-bottom: 50px;
	}
	.cd-top {
    	right: 20px;
		bottom: 20px;
  	}

	.small-nav{
		display: none;
	}

	.product_intro{
		margin-top: 50px;
	}

	.shopping-cart_position.header_cart.mobile_cart{
		position: absolute;
		right: 0;
		top: 75px;
	}

	.shopping-cart_position.header_cart > div > a {
		font-weight: normal;
		position: relative;
		font-size: 14px;
		padding: 0;
		margin: 0;
		width: 64px;
		height: 56px;
		cursor: pointer;
		color: #fff;
		display: block;
		background: #164b7e;
	}

	.shopping-cart_position.header_cart > div > a:after{
		display: none;
	}

	.cart_page_actions .checkout{
		width: 100%;
	}

	.cart_page_actions .continue{
		width: 100%;
		text-align: center;
		margin-top: 20px;
		display: block;
		float: left;
	}

	.page_cart_summary > div.pprice {
		float: right;
		padding-right: 10px;
	}

	.product_list.cart_page .page_cart_row .total_sum {
		width: 115px;

	}

	.product_list.cart_page .ptitle {
		width: 40%;
		white-space: nowrap;
		padding-left: 10px;
	}

	.product_list.cart_page .pimg,
	.page_cart_title .pq,
	.page_cart_title .pnv,
	.page_cart_title .pprice.vatval,
	.product_list.cart_page .mh.pq,
	.product_list.cart_page .page_cart_row .pnv,
	.product_list.cart_page .page_cart_row .vatval,
	.page_cart_summary .cart_q
	{
		display: none;
	}



}

/* /////////////////////////////////////////////////////////    640px     \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width:640px){

	.main_prev img {
		 min-height: auto;
		width: 100%;
	}
	.custom-wrapper.open #menu-field {
		width: 70%;
    }

	.home_feat > a:first-child{
		display: block;
		margin-bottom: 15px;
	}

	h1 {
		font-size: 29px !important;
	}
	h2 {
		font-size: 24px !important;
		line-height: 1.2;
	}
	h3 {
		font-size: 22px !important;
	}
	h3 {
		font-size: 18px !important;
	}
	.prod,
	.box-1 {
		width: 100% !important;
	}
	.prod-details h2 {
		font-size: 48px !important;
	}
	.add-comment .rating {
		display: inline-block;
		width: 100%;
	}
	.newsletter form {
		padding: 0;
	}

	.button_standard{
		width: 100%;
	}

	.guest_block{
		margin-bottom: 50px;
	}

	.tos_agree .checkbox{
		float: left;
		margin-top: 6px;
		margin-left: 10px;
	}

	.tos_agree label{
		display: inline;
	}

	.tos_agree{
		margin-bottom: 25px;
		clear: both;
		float: left;
		width: 100%;
	}

	.f_notes{
		text-align: left;
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}

	.stepc h4{
		display: none;
	}

}

/* /////////////////////////////////////////////////////////    480px     \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width:480px){



}

/* /////////////////////////////////////////////////////////    360px     \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width:360px){


	.custom-wrapper.open #menu-field {
		width: 80%;
	}
	.custom-wrapper.open .pure-menu-list > li > a {
		font-size: 1.250em;
		padding: 20px 30px;
	}
	.custom-wrapper.open .pure-menu-list > li.current-menu-item > a {
		padding-left: 20px;
	}

}



#gritter-notice-wrapper {
    position:fixed;
    top:20px;
    right:20px;
    width:301px;
    z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
    position:relative;
    margin:0 0 10px 0;

}


.gritter-item {
    display:block;

    color:#eee;
    padding:2px 11px 8px 11px;
    font-size: 11px;

}
.hover .gritter-item {
    background-position:right -40px;
}
.gritter-item p {
    padding:0;
    margin:0;
    word-wrap:break-word;
    font-size: 14px;
}
.gritter-close {
    display:none;
    position:absolute;
    top:5px;
    left:3px;

    cursor:pointer;
    width:30px;
    height:30px;
    text-indent:-9999em;
}
.gritter-title {
    font-size:14px;
    font-weight:bold;
    padding:0 0 7px 0;
    display:block;
}
.gritter-image {
    width:48px;
    height:48px;
    float:left;
}
.gritter-with-image,
.gritter-without-image {
    padding:0;
}
.gritter-with-image {
    width:220px;
    float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {

    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 301px;
    z-index: 9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
#gritter-notice-wrapper .gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
    display: block;
    background: #657791;
    border: 1px solid #455264;
    color: #ffffff;
    padding: 10px 11px;
    font-size: 12px;
    border-radius: 3px;
    transition: all;
    transition: all all ease-out;
    transition-duration: 0.4s;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item:hover {
    background: #72849e;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close {
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close i {
    font-size: 16px;
    color: #ffffff;
    transition: background;
    transition: all background ease-out;
    transition-duration: 0.4s;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:hover i {
    color: #f7f7f7;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-image {
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 3px;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-icon {
    margin-top: 0;
    margin-right: 15px;
    float: left;
    font-size: 32px;
    padding-bottom: 10px;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-with-image {
    width: 220px;
    float: right;
    padding: 0;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-without-image {
    padding: 0;
}
#gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    display: block;
}
#gritter-notice-wrapper .gritter-item-wrapper.success-notice .gritter-item {
    color: #bb8fa6;
    background: #cceff9;
    border: 1px solid #56c6e6;
}
#gritter-notice-wrapper .gritter-item-wrapper.success-notice .gritter-item:hover {
    background: #c7f2ee;
}
#gritter-notice-wrapper .gritter-item-wrapper.success-notice .gritter-item .gritter-close i {
    color: #0a776c;
}
#gritter-notice-wrapper .gritter-item-wrapper.success-notice .gritter-item .gritter-close:hover i {
    color: #09695f;
}
#gritter-notice-wrapper .gritter-item-wrapper.info-notice .gritter-item {
    color: #2a6891;
    background: #cfebff;
    border: 1px solid #94bedb;
}
#gritter-notice-wrapper .gritter-item-wrapper.info-notice .gritter-item:hover {
    background: #e9f6ff;
}
#gritter-notice-wrapper .gritter-item-wrapper.info-notice .gritter-item .gritter-close i {
    color: #2a6891;
}
#gritter-notice-wrapper .gritter-item-wrapper.info-notice .gritter-item .gritter-close:hover i {
    color: #275f85;
}
#gritter-notice-wrapper .gritter-item-wrapper.error-notice .gritter-item {
    color: #933230;
    background: #fddede;
    border: 1px solid #cb7c7a;
}
#gritter-notice-wrapper .gritter-item-wrapper.error-notice .gritter-item:hover {
    background: #fef6f6;
}
#gritter-notice-wrapper .gritter-item-wrapper.error-notice .gritter-item .gritter-close i {
    color: #933230;
}
#gritter-notice-wrapper .gritter-item-wrapper.error-notice .gritter-item .gritter-close:hover i {
    color: #872e2c;
}








.debugbar{


    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0 4px 0 0;
    z-index: 1011;
    /*opacity: 0;*/

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    color: #111;
}

.debugbar:hover{
    opacity: 1;
}

.debugbar ul{
    margin: 0;
    padding: 0;
}

.debugbar ul li{
    list-style: none;
}

.debugbar > ul > li{
    float: left;
    height: 30px;
    line-height: 30px;
    list-style: none;
    position: relative;
}

.debugbar > ul > li > a{
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: left;
    z-index: 2;
    font-size: 12px;
    position: relative;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.debugbar > ul > li > a:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    color: #cf0404;
}

.debugdata{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    bottom: 29px;
    box-shadow: 0 1px 11px #ccc;
    display: none;
    font-size: 12px;
    line-height: 20px;
    max-height: 80%;
    max-width: 80%;
    padding: 20px;
    position: fixed;
    overflow: auto;
}

.debugdata ul li{
    white-space: nowrap;
}

.debugbar > ul > li:hover > a{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    color: #cf0404;
}
.debugbar > ul > li:hover > div{
    display: block;
}

.debugbar .debugdata.countem ul li{
    list-style: decimal;
    margin-left: 20px;
}