body {
	font-family: 'Fira Sans','Open Sans','Trebuchet MS', Helvetica, sans-serif;
	font-weight: 400;
	background-color: #ededed;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	min-height: 1500px;
}

hr {
	margin: 10px 0px 0px 0px;
    border-style: none none dashed;
    border-width: 0 0 1px;
    border-color: #D4D4D4;
}

h1, h2, h3, h4, h5, h6 {
	color: #2b4775;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 2em;
	font-weight: 700;
	font-family: 'Fira Sans Condensed','Fira Sans','Trebuchet MS', Helvetica, sans-serif;
}
h2 {
	font-size: 1.7em;
	font-weight: 700;
	font-family: 'Fira Sans Condensed','Fira Sans','Trebuchet MS', Helvetica, sans-serif;
}
h3 {
	font-size: 1.3em;
	font-weight: 700;
	font-family: 'Fira Sans Condensed','Fira Sans','Trebuchet MS', Helvetica, sans-serif;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2B4775;
}
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: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 1em;
	font-weight: bold;
	height: 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover  {
	background-color: #384c68;
    color: #fff;
    border: none;
	border-radius: 0px;
	background: url('../image/buy_button.png') top right no-repeat #384c68;

}
.thumbnail {
	margin-bottom: 2px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
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;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #3d506d;
	background-image: url('../image/top_bg.png');
	background-repeat: repeat-x;
	/* border-bottom: 1px solid #e2e2e2; */
	/* padding: 4px 0px 3px 0; */
	/* margin: 0 0 20px 0; */
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-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: #fff;
	/* text-shadow: 0 1px 0 #FFF; */
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
	text-decoration: underline;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	/* margin-left: 15px; */
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	position: relative;
	top: 25px;
	left: 5%;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#logo a {
	text-decoration: none;
	color: #000;
}

.col-xs-4>#logo {
		top: 2px;
		left: 50%;
}


/* search */
#search {
	margin: 5px;
}
#search .input-lg {
	height: 45px;
	line-height: 20px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 5px 8px;
	text-shadow: 0 1px 0 #FFF;
	height: 45px;
}
/* cart */
#cart {
	margin-top: 30%;
	margin-bottom: 1%;
}

#cart a {
	color: #FFF;
}
#cart > .btn {
	font-size: 1em;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	/*background-color: #FFFFFF;*/
	background: rgba(0, 0, 0, 0.5);
	border: 1px dashed #e2e1e1;
	border-radius: 0px;
	color: #777;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #FFF;
	font-size: 1em;
}
#cart .dropdown-menu {
	background-color: #363636;
	background: rgba(0, 0, 0, 0.85);
	border: 1px dashed #e2e1e1;
    border-radius: 0px;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	body {
		font-size: 3vmin;
	}
	#cart .dropdown-menu {
		width: 100%;
	}
	
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}

	.product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12 {
		float: none
	}

	#product-catalogue .col-xs-12 {
		float: none !important;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	/* min-width: 427px; */
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #8f8e98;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	background-image: url('../image/menu_bg.png');
	background-repeat: repeat-x;
	/* border-color: #1f90bb #1f90bb #145e7a; */
	min-height: 40px;
}
#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.3);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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 > li + li {
    border-left: 1px dashed #6a788b;
	height: 37px;
}

.nav-tabs > li {
	border-left: none !important;
}

/*@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}

	#checkout-cart .table-responsive {
		margin: 20px 20px 20px 20px;
	}

	#checkout-cart .breadcrumb {
		padding-left: 20px;
	}

	#checkout-cart .buttons {
		margin: 1em 20px;
	}
} */
@media (max-width: 767px) {
	#menu {
		/* border-radius: 4px; */
		background-color: #8f8e98;
		background-image: url('../image/menu_bg_mobile.png');
		background-repeat: repeat-x;
	}
	#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;
	}
	.col-sm-4>#logo {
		/*top: 5px;
		left: 150px;
		width: 200px;
		padding: 35px auto auto;*/
		width: 100%;
		left: 20%;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #8f8e98;
	border-top: 1px solid #ddd;
	color: #fff;
}
footer hr {
	border-top: none;
}
footer a {
	color: #fff;
	font-size: 14px;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

footer .col-sm-3 + .col-sm-3 {
	border-left: 2px dotted #abaab2;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px;
	padding: 7px 0;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: unset;
}
.breadcrumb i {
	font-size: 1.4em;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: normal;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb > li:last-child::after {
	content: '';
	display: none;
}

.pagination {
    padding-top: 8px;
    display: inline-block;
    width: 95%;
    margin: 0px 0px 10px 20px;
}

.pagination .results {
	float: right;
    padding-top: 3px;
    color: #6D6E71;
    font-size: 11px;
}

.pagination > li > a {
    display: inline-block;
    border: 1px dashed #A4A8AE;
    padding: 4px 10px;
    text-decoration: none;
    color: #A4A8AE;
}

.pagination>.active>span {
	display: inline-block;
    border: 1px dashed #2B4775;
    padding: 4px 10px;
	text-decoration: none;
	font-weight: bolder;
	color: #2B4775;
	background-color: white;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px 7.5px 12px;
	font-size: 1em;
	/* border: 1px solid #cccccc;
	border-radius: 1px; */
	/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
}
a#compare-total.btn.btn-link {
	padding: 7.5px 12px 7.5px 5px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 25px 60px 25px 25px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.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: #2B4775;
	border-radius: 0;
	font-weight: bold;
}
.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: rgba(0, 0, 0, 0.5);
	border: 1px dashed #e2e1e1;
	border-radius: 0px;
	/* background-image: linear-gradient(to bottom, #444444, #222222); */
	/* background: url('../image/shopping_cart.png') 100% 0% no-repeat; */
	/* 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 {
	color: #4a4a4a;
    display: block;
    font-size: 14px;
    font-family: Verdana;
    line-height: normal;
    padding: 8px 10px 8px 15px;
	text-decoration: none;
	border-top: 1px dashed #a4a8ae !important;
	background: #e1e4e8;
}

.list-group-item:first-child {
	border-top: none !important;
}

.list-group a:hover {
	background: #b8d4f2 !important;
	text-decoration: none;
	text-shadow: none !important;
}

.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-layout + .product-layout {
	border-left: 1px dashed #e2e1e1;
}

.product-layout {
	margin: 0px 0px 15px 0px;
}

.product-grid:hover div {
	background: #F3F3F3;
}
.product-list:hover div {
	background: #F3F3F3;
}
.ev-catalogue:hover div {
	background: #F3F3F3;
}
.product-thumb .image {
	border: 1px dashed #e2e1e1;
}

.product-thumb {
	display: inline-block;
	width: 100%;
}

.product-thumb + .product-thumb {
	/* border: 1px solid #ddd; */
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fff;
}
.product-thumb .image {
	text-align: center;
	background-color: #fff;
}
.product-thumb .image a {
	display: block;
}
/*.product-thumb .image a:hover {
	opacity: 0.8;
}*/
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
	margin-right: 3%;
}
}
.product-thumb h4 {
	font-weight: 700;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
	background-color: #fff;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-list hr {
	display: none;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
td.description {
	white-space: pre-wrap !important; 
} 

}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	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;
}

p.price {
	color: #2b4775;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	margin: 0px !important;
}
.product-thumb .price .price-zero {
	color: #2b4775;
	font-size: 1.2em;
	font-weight: bold;
}

.price-zero {
	color: #2b4775;
	font-size: 1.2em;
	font-weight: bold;
}

.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #F00;;
	text-decoration: line-through;
	/*margin-left: 10px;*/
}
.product-thumb .price-tax {
	display: none;
	color: #999;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	/* border-top: 1px solid #ddd; */
	/* background-color: #F3F3F3; */
	overflow: auto;
}

.button-group {
	margin: 10px 0px 0px 0px;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #fff;
	line-height: 30px;
	/*font-weight: bold; edit 20191107 */
	text-align: center;
	text-transform: uppercase;
	background: url('../image/buy_button.png') top right no-repeat #384c68;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.owl-item .product-thumb .button-group button {
	width: 100%;
}
.owl-item:hover div {
	background: #F3F3F3;
}
.owl-item .caption {
	min-height: 120px !important;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		/*width: 100%; */
	}
}
@media (max-width: 767px) {
	body {
		font-size: 14px; 
	}
	.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 dashed #e2e1e1;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 320px) and (max-width: 414px) {
	body {
		font-size: 14px;
	}

}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left; /*Edited 20171116 original clear:right; */
		border-left: none;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
		border-left: none;
	}

	#menu .nav > li > a {
		font-size: 14px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
		border-left: none;
	}
	
}
@media /*(min-width: 120px) and*/ (max-width: 767px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		float: none;
		border-left: none;
	}

	.product-layout + .product-layout {
		border-left: none;
	}

	#search .input-lg {
		height: 45px;
		line-height: 20px;
		padding: 0 10px;
		margin-top: 0px;
	}

	#search .btn-lg {
		font-size: 15px;
		line-height: 18px;
		padding: 5px 12px;
		text-shadow: 0 1px 0 #FFF;
		margin-bottom: 5%;
		height: 45px;
	}

	.col-sm-4>#logo {
		/*top: 5px;
		left: 150px;
		width: 200px;
		padding: 35px auto auto;*/
		width: 100%;
		left:50%;
		margin-left:-120px;
	}

	#cart {
		margin-top: 2%;
		margin-bottom: 2%;
	}

	/*#wowslider-container1 {
		display: none;
	}*/

	footer .col-sm-3 + .col-sm-3 {
		border-left: none;
	}
}

@media (min-width: 120px) and (max-width: 320px) {
	.col-sm-4>#logo {
		/*top: 5px;
		left: 150px;
		width: 200px;
		padding: 35px auto auto;*/
		width: 100%;
		width: 100%;
		left:50%;
		margin-left:-120px;
	}

	footer .col-sm-3 + .col-sm-3 {
		border-left: none;
	}
}

/* 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%;
	}

	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}

	#checkout-cart .table-responsive {
		margin: 20px 20px 20px 20px;
	}

	#checkout-cart .breadcrumb {
		padding-left: 20px;
	}

	#checkout-cart .buttons {
		margin: 1em 20px;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.navbar {
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
     border-radius: 1px;
}

#header_background {
	background: url('../image/main_top.jpg') no-repeat center transparent;
	background-size: cover;
	min-height: 189.5px;
	top: 30px;
	box-shadow: 0 -5px 8px 8px #ededed inset;
}

.navbar {
	border: 0;
}

html,
body {
   overflow-x: hidden !important;
}

ol, ul {
	margin-top: 1%;
}

.btn-group {
	display: flex;
	/*margin-top: 20px;*/
}

#product-product .btn-group {
	margin-top: 20px;
}

.btn-block + .btn-block {
	margin-top: 0px;
}

.row {
	background-color: white;
	margin: 0px;
	padding-bottom: 10px;
}

footer .row {
	background-color: #8f8e98;
}

footer p {
	color: #ffffff;
	font-size: 12px;
	padding: 10px 0 30px 60px;
}

.col-sm-3 h6 {
	color: #FFFFFF;
	font-size: 12px;
}

.col-details a {
	font-size: 12px;
}

.navbar {
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	margin-left: 15px;
}

.list-group {
	margin-bottom: 0px;
}

#column-left {
	padding-left: 0px;
	padding-right: 0px;
	background: #e1e4e8;
	border-bottom: 1px dashed #a4a8ae;
}

.breadcrumb a {
	color: #384c68;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #6d6e71;
	text-decoration: underline;
}

/* CATEGORY ACCORDEON MENU --- */
.mainNav ul ul ul li {
    padding-left: 35px;
}

.mainNav ul ul li {
    border-top: 1px dashed #a4a8ae !important;
}

.mainNav ul li {
    border-top: 1px dashed #a4a8ae !important;
}

.menu_box-heading {
    padding: 8px 15px 7px 15px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 23px;
	color: #87898c;
	background-color: #e1e4e8
}

/* QUICKCONTACTUS --- */

.left-modal .modal-dialog .form-group {
    margin: 8px !important;
}

.left-modal .sidebtn {
	border-top: 2px dashed#DCDCDC;
	border-right: 2px dashed#DCDCDC;
	border-left: 2px dashed#DCDCDC;
}

/* OPENCART.CSS Override */

.swiper-pagination.carousel0.swiper-pagination-clickable.swiper-pagination-bullets {
	display: none;
}

.swiper-viewport {
	box-shadow: none !important;
}

.swiper-pager {
	display: none;
}

#input-search {
	border: 1px solid #2b4775 !important;
}

label.control-label-search {
	float: left;
	margin: 10px 0px 0px 20px;
}

label.checkbox-inline {
	margin: 5px 0px 0px 20px;
}

.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle.disabled {
	padding: 31px 60px 30px 25px;
}

/* BS.CSS --- */

#tab-description {
	color: #000;
}

a:hover, a:focus {
	color: #2b4775;
}

.form-control:focus {
	box-shadow: none;
	border: 1px dashed #2b4775 !important;
}

.table-bordered>thead>tr>td {
	border: 1px dashed #ddd;
}

.nav-tabs>li>a {
	border: none;
}

.nav-tabs>li>a:hover {
	margin-right: 2px;
	border: none;
	border-radius: 0%;
}

#product-catalogue h3 {
	display: none;
}

#product h3 {
	border-top: none !important;
	margin: 0px;
	padding-top: 0px !important;
}

#product-catalogue .thumbnail {
	border-radius: 8px 8px 8px 8px;
}

.img-thumbnail {
	border: 1px dashed #ccc;
	border-radius: 3px;
}

.input-group-addon {
    border: 1px dashed #ccc;
    border-radius: 4px;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    line-height: 1;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.dropdown-menu {
	background-color: #471D7C;
}

.product-layout.product-list {
	border-left: none;
	
}

.product-list + .product-list {
	border-top: 1px dashed #e2e1e1;
	padding-top: 16px;
}

#search .form-control:focus {
	border: 2px solid #2b4775 !important;
	border-right: 3px solid #2b4775 !important;;
}

.btn-default {
	color: #2b4775;
}

#content h1 {
	border-top: 1px dashed#E2E1E1;
	margin: 0px 10px 5px 20px;
	padding: 10px 0px 0px 0px;
	color:#2B4775;
}

#content h2 {
	border-top: 1px dashed #E2E1E1;
	margin: 0px 10px 15px 20px;
	padding: 10px 0px 0px 0px;
}

#content h3 {
	border-top: 1px dashed #e2e1e1;
	margin: 0px 10px 15px 20px;
	padding: 10px 0px 0px 0px;

}

#content p {
	margin: 0px 10px 15px 20px;
}

#carousel0 {
    padding-top: 20px;
	border-top: 1px dashed #e2e1e1;
}

.thumbnail {
	margin-top: 20px;
	border: 1px dashed #e2e1e1;
	border-radius: 0px;

}

.nav-tabs {
	border-bottom: 1px dashed #e2e1e1;
}

.price-tax {
	display: none!important;
}

.form-control {
	border: 1px solid #e2e1e1;
	border-radius: 0px;
}

#account-register .form-control {
	border: 1px dashed #e2e1e1;
}

#account-register fieldset {
	margin-left: 20px;
	margin-right: 20px;
}

.form-control#input-quantity {
	border: 1px dashed #e2e1e1;
	border-radius: 0px;
}

.nav-tabs>li.active>a {
	background-color: #384c68;
	color: #fff;
	border: none;
	border-radius: 0px;
}

.btn-primary {
	background-color: #384c68;
	color: #fff;
	border: none;
	border-radius: 4px;
	background-image: none;
}

.btn.btn-default {
	border: 1px dashed #e2e1e1;
	border-radius: 0px;
}

#cart .fa-shopping-cart {
	font-size: 2em;
}

#jcontact-us textarea {
	resize: vertical;
	height: 150px;
}

.circle-red {
	background: red;
	display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.circle-green {
	background: green;
	display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.circle-blue {
	background: blue;
	display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.kaina {
	display: inline;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0px !important;
}

.special-kaina {
	text-decoration: line-through; 
	color: red;
	display: inline;
	font-size: 1em;
	font-weight: 600;
	margin-right: 5px !important;
}

.kodas {
	font-size: medium;
	font-weight: 600;
	border-top: none !important;
}

.status {
	font-size: medium;
	font-weight: 600;
	border-top: none !important;
}

#span-kaina {
	font-size: medium;
	margin-right: 4px;
}

#span-pvm {
	font-size: smaller;
	font-weight: 200;
	margin-left: 7px;
	color: #777;
}

#button-search {
	margin: 10px 10px 10px 15px;
}

#button-cart {
	margin: 5px 0px;
	padding: 7px 10px 7px 10px;
	background: url('../image/buy_button.png') top right no-repeat #384c68;
}

.photo-desc {
    font-size: 10px;
    font-weight: normal;
	color: #6d6e71;
}

.raudonas {
	font-size: medium;
	color: red;
}

.product-grid .slepti {
	display: none;
}

.top-bottom-border {
	border-top: 1px dashed #ececec;
	border-bottom: 1px dashed #ececec;
	margin: 25px 0px;
	padding: 25px 0px;
}

#product-catalogue #content {
	padding-bottom: 3%;
}


fieldset {
	margin: 0px 10px 15px 20px;
    padding: 10px 0px 0px 0px;
}

#account-login .well {
	border: 1px dashed #a4a8ae;
    border-radius: 0px;
}

#account-login h2 {
	border-top: none;
	margin: 0px 10px 15px 0px;
	padding: 0px;
}

#cart .text-right {
	color: #c7c7c7;
}

#cart .text-center {
	color: #c7c7c7;
	font-size: large;
}

.ev-hide {
	display: none;
}

.ev-information-wrap {
	margin: 20px 20px 0px 20px;
}

.ev-margin-20 {
	margin: 20px 20px 0px 20px;
}

#information-contact .panel {
	margin: 20px 20px 20px 20px;
}

#information-contact .form-horizontal {
	margin: 20px 20px 20px 20px;
}

#account-reset .form-horizontal {
	margin: 20px 20px 20px 20px;
}

#account-account .list-unstyled {
	margin: 20px 20px 20px 20px;
}

#common-success p {
	margin: 20px 20px 20px 20px;
}

#collapse-shipping-method p {
	font-size: larger;
}

.ev-information-wrap h2 {
	margin-left: 0px !important;
}

#error-not-found p {
	padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px dashed #EEEEEE;
    color: #6D6E71;
}

.alert-dismissible .close {
	right: 0px;
}

.panel {
	border: none;
}

.panel-default>.panel-heading {
    background: #F3F3F4;
    border: 1px dashed #DDDDDD;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}

/* iSearch */

.isearch-old-value {
	color: #F00 !important;
}

/* Cookies */
.cc-revoke.cc-bottom {
	border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

/* List description */

.generatedList {
	list-style-type: none;
	background-color: #ffffff;
	padding: 0px 40px;
}

.generatedList li {
	font-size: 14px;
	color: #000000;
}

/* Tables
================================== */
.ev-table {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 3em 0;
	padding: 0;
  }
  .ev-table-cell {
	box-sizing: border-box;
	-webkit-box-flex: 1;
			flex-grow: 1;
	width: 100%;
	padding: 0.8em 1.2em;
	overflow: hidden;
	list-style: none;
	border: solid 2px white;
	background: rgba(112, 128, 144, 0.2);
  }
  .ev-table-cell > h1,
  .ev-table-cell > h2,
  .ev-table-cell > h3,
  .ev-table-cell > h4,
  .ev-table-cell > h5,
  .ev-table-cell > h6 {
	margin: 0;
  }
  /* Table column sizing
  ================================== */
  .ev-table--2cols > .ev-table-cell {
	width: 50%;
  }
  .ev-table--3cols > .ev-table-cell {
	width: 33.33%;
  }
  .ev-table--4cols > .ev-table-cell {
	width: 25%;
  }
  .ev-table--5cols > .ev-table-cell {
	width: 20%;
  }
  .ev-table--6cols > .ev-table-cell {
	width: 16.6%;
  }

  /* Apply styles
  ================================== */
  .ev-table {
	position: relative;
	top: 3px;
	left: 3px;
  }
  .ev-table-cell {
	margin: -3px 0 0 -3px;
	background-color: white;
	border-color: #e2e6e9;
	text-align: center;
  }

  /* Cell styles
  ================================== */
  .ev-table-cell--dark {
	color: white;
  }
  .ev-table-cell--dark > h1,
  .ev-table-cell--dark > h2,
  .ev-table-cell--dark > h3,
  .ev-table-cell--dark > h4,
  .ev-table-cell--dark > h5,
  .ev-table-cell--dark > h6 {
	color: white;
  }
  .ev-table-cell--medium {
	background-color: #b8c0c8;
	border-color: #a9b3bc;
  }
  .ev-table-cell--light {
	background-color: white;
	border-color: #e2e6e9;
  }
  .ev-table-cell--highlight {
	background-color: lightgreen;
	border-color: #64e764;
  }
  .ev-table-cell--alert {
	background-color: darkorange;
	border-color: #cc7000;
	color: white;
  }
  .ev-table-cell--alert > h1,
  .ev-table-cell--alert > h2,
  .ev-table-cell--alert > h3,
  .ev-table-cell--alert > h4,
  .ev-table-cell--alert > h5,
  .ev-table-cell--alert > h6 {
	color: white;
  }
  .ev-table-cell--head {
	color: #777 !important;
  }
  .ev-table-cell--head > h1,
  .ev-table-cell--head > h2,
  .ev-table-cell--head > h3,
  .ev-table-cell--head > h4,
  .ev-table-cell--head > h5,
  .ev-table-cell--head > h6 {
	color: white;
  }
  .ev-table-cell--foot {
	background-color: #b8c0c8;
	border-color: #a9b3bc;
  }
  /* Responsive
  ==================================== */
  .ev-table-cell.ev-table-cell--1of1  { width: 100%; }
  .ev-table-cell.ev-table-cell--5of6  { width: 83.33; }
  .ev-table-cell.ev-table-cell--4of5  { width: 80%; }
  .ev-table-cell.ev-table-cell--3of4  { width: 75%; }
  .ev-table-cell.ev-table-cell--2of3  { width: 66.66%; }
  .ev-table-cell.ev-table-cell--3of5  { width: 60%; }
  .ev-table-cell.ev-table-cell--1of2  { width: 50%; }
  .ev-table-cell.ev-table-cell--2of4  { width: 40%; }
  .ev-table-cell.ev-table-cell--1of3  { width: 33.33%; }
  .ev-table-cell.ev-table-cell--1of4  { width: 25%; }
  .ev-table-cell.ev-table-cell--1of5  { width: 20%; }
  .ev-table-cell.ev-table-cell--1of6  { width: 16.66%; }

  .ev-table-cell--rowEnd {
	@media all and (max-width: @breakpoint) { margin-bottom: 1em; }
  }
  
  .hiddenLarge {
	@media all and (min-width: @breakpoint) { 
	  display: none; 
	}
  }
  @media all and (max-width: 500px) {
	.ev-table--collapse {
	  display: block;
	}
	.ev-table--collapse > .ev-table-cell {
	  width: 100% !important;
	}
	.ev-table--collapse > .ev-table-cell--foot {
	  margin-bottom: 1em;
	}
  }
  .no-flexbox .ev-table {
	display: block;
  }
  .no-flexbox .ev-table > .ev-table-cell {
	width: 100%;
  }
  .no-flexbox .ev-table > .ev-table-cell--foot {
	margin-bottom: 1em;
  }

  .fa-bell ~ button  {
	background-color: #EE6514 !important;
  }

  .notify-button-color-only {
	background-color: #EE6514 !important;
  }