@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700&subset=latin-ext,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Scada:300,400,500,600,700&subset=cyrillic-ext,latin-ext);

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 13px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Scada', sans-serif;
}
a {
	color: #3b4f29;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 32px;
	margin-top: 0px;
}
h2 {
	font-size: 27px;
	margin-top:0px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
	font-weight: 400;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #000;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues 
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline !important;
}
*/
.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: rgba(0,0,0,0.3);

}
/* top */
#top {
	background-color: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 10px 0;
}
#top .container {
	
}
#top .btn-link, #top-links a {
	color: #727475;
	
	text-decoration: none;
	height: 50px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #000;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
    height: 40px;
    margin: 4px 0px 0px 15px;
    padding: 9px 15px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 5px 0px;
}
/* search */
#search {
	margin-top: 4px;
}
#search .input-lg {
	height: 40px;
	padding: 0 10px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.3);
	
}
/* cart */
#cart {
    margin: 4px 0px 0px 15px;
    width: 50px;
}

#cart > .btn {
	
	line-height: 18px;
	color: #555;
	border: 0px solid rgba(0, 0, 0, 0.3);
	text-shadow: none;
}
#cart .fa-shopping-cart, #cart > .btn {
	font-size:20px;
}

#cart.open > .btn {

	border: 0px solid rgba(0, 0, 0, 0.5);
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 200px;
}
#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: #3b4f29;
	
	background-repeat: repeat-x;
	border: 0px;
	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: transparent;
	box-shadow: inset 0 1000px rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown:hover .dropdown-menu {
	display: block;
}
#menu .dropdown-inner {
	display: table;
	width:64vw;
}
#menu .dropdown-menu ul li {
    border-top: 1px solid #eee;
    float: left;
    margin-bottom: 10px;
    width: 15.99vw;
}

#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	/*min-width: 50vw;*/
	display: block;
	padding: 3px 20px 3px 20px;
	clear: both;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
	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;
	font-weight: 700;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #3b4f29;
	
	
}
#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 15px;
	float: right;
	background-color: #3b4f29;
	
	
	border-color: rgba(255, 255, 255, 0.3);
}
.navbar-toggle {
    margin-right: 7px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #3b4f29;
}
#menu .navbar-collapse {
	overflow: visible !important;
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		margin-bottom:20px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
	}

}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 50px;
	padding-bottom: 10px;
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)),
                linear-gradient(#3b4f29, #3b4f29); 
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 8px 0;
	background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0px 20px 0px 0px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 7px;
    top: 8px;
    transform: rotate(-45deg);
    width: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);

}
.pagination {
	margin: 0;
}
.links {
	line-height: 30px;
}
.links a {
	background: none repeat scroll 0 0 #EEE;
	border: 1px solid #DDD;
    color: #727475;
    padding: 2px 8px;
}
.links b {
	background: none repeat scroll 0 0 #DDD;
	border: 1px solid #DDD;
    color: #000;
    padding: 5px 10px;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	/*box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 #727475;
	background-color: #e7e7e7;

	border-color: #888;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                linear-gradient(#3b4f29, #3b4f29); 

	border-color: #888;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                linear-gradient(#3b4f29, #3b4f29); 
	
	background-position: 0 -15px;
	border-color: #888;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;

	border-color: #888;
}
.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;

	border-color: #888;
}
.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;

	border-color: #888;
}
.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;

	border-color: #888;
}
.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: #727475;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;

	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;

}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #727475;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #000;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 15px;
}
}
.product-thumb h4 {
	font-weight: 300;
}
.product-thumb .caption {
	padding: 0 10px;
	
}
.item  .image img,
.product-grid  .product-thumb .image img {
	padding-top: 0px;
}
.product-grid .product-thumb .caption {
	
}
.product-grid .product-thumb .caption .description {
	height: 160px;
    overflow: hidden;
}
.product-grid .product-thumb .caption h4,
.item .caption h4 {
	height: 52px;
    overflow: hidden;
}
.product-thumb .caption .mdescription {
	height: 80px;
    overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	
	padding: 0 10px;
}	
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	
}
}

.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: 10px 0;
	color: #EB4930;
    font-size: 36px;
    font-weight: bold;	
}
.product-price-old {
	color: #999;
	text-decoration: line-through;
    font-family: Scada;
	font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
	margin-bottom: -10px;
	display:block;
}
.product-thumb .price {
	color: #EB4930;
    font-size: 32px;
    font-weight: bold;
    text-align: right;
	font-family: Scada;
	height:50px;
}
.product-thumb .price-new {
	font-weight: 600;
	line-height: 25px;
	display: block;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
    font-size: 0.6em;
	display: block;
    font-weight: 300;
    margin-left: 0;
	line-height: 25px;	
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.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: 75%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #727475;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 25%;
	border-left: 0px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #000;
	
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	
}
}
@media (max-width: 767px) {	
.product-thumb .button-group button, .product-thumb .button-group button + button {
	
}
}




.thumbnails {
	overflow: auto;
	clear: both;
}
.thumbnails > li {
	margin-left: 0px;
	list-style:none;
}
.thumbnails {
	margin-left: 0px;
	padding:0px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
	border: 1px solid #ddd;
	position: relative;
	width: 50px;
	height: 50px;
	overflow:hidden;
	padding: 3px;
}
.image-additional {
	
}
.thumbnails .image-additional {
	float: left;
	margin-right: 10px;
}

.flexslider .slides img {
	width: inherit;
	max-width: 100%;
	width:auto;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}

/*ocshop*/
.flexslider .slideshow img {
	width: 100%;
}
#column-right .col-xs-12,
#column-left .col-xs-12 {
  width: 100%;
}
/**************************************************/
/************** Magnific Popup CSS ****************/
/**************************************************/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); 
  }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  /*cursor: -webkit-zoom-out;*/
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  /*cursor: -webkit-zoom-in;*/
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  /*user-select: none;*/ }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
  
.padmar0 {
	padding: 0px;
	margin:0px;
}
.phone {
	font-size: 20px;
	font-weight: bold;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0);
	
}
@media all and (max-width: 480px) {

	#top-links {
		margin: 0px;
		width:100%;
	}	
}

.phone .fa {
	font-size: 18px;
}
.navbar-collapse {
    max-height: 100%;
}

@media all and (max-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display:none;
	}
	#menu .dropdown.open:hover .dropdown-menu {
		display:block;
	}
	#menu .dropdown-inner a {
		color: rgba(255, 255, 255, 0.8);
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		padding: 2px;
	}
	#cart .dropdown-menu li > div {
		min-width: 87vw;
		padding: 0 2px;
	}
	#cart td a {
		display: block;
		max-width: 55vw;
		overflow: hidden;
		white-space: nowrap;
	}
	#cart .img-thumbnail {
		max-width: 5vw;
	}
	#menu .dropdown-inner {
	width:100%;
	}
	#menu .dropdown-menu ul li {
		float: none;
		width: 100%;
	}	
}

#menu .dropdown-inner a.level3 {
	
}
#menu .dropdown-inner a.level2 {
    font-family:Scada;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
}

#product #input-quantity {
	width: 50px;
	float:left;
	text-align:center;
}

#product .productbutton {
	padding: 11px 12px 12px 12px;
}
#product #input-quantity {
	height:42px;
	width:100%;
}
#product .quantitybutton {
	width:25%;
}
#product .comparebutton {
	width:100%;
}
#product {
	
}
.product-grid .quantity {
    position: absolute;
    right: 16px;
    text-align: right;
    background: rgba(255, 255, 255, 0.51);
	padding: 0px 4px 0px 5px;
	
}
.ins {
	color: rgba(0, 128, 32, 0.7);
}
.oos {
	color: rgba(128, 0, 32, 0.7);
}
ul, ol {
    margin-bottom: 0;
}
.category-image {
	width:100%;
	height:100px;
}
.subcategory-image {
	width:100%;
	height:100px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
@media all and (max-width: 768px) {
	.subcategory-image {
		height:55px;
	}
}

.subcategory-image a {
	display:block;
	width:100%;
	height:100%;
}
.subcategory-image a:hover {
	background: #727475;
	text-decoration: none !important;
}
.subcategory-image a h4 {
    background: #727475;
    color: #fff;
    margin: 0;
    padding: 5px;
}
.navbar {
    margin-bottom: 0;
}
#cart .hasproducts {
	background: rgba(0, 0, 0, 0.0);
	color: #080;
}
#cart .hasproducts:hover {
	color: #0a0;
	background: rgba(0, 0, 0, 0.0);
}
#cart .noproducts {
	background: rgba(0, 0, 0, 0.0);
}
#cart .noproducts:hover {
	background: rgba(0, 0, 0, 0.0);
}

.catheader {
    font-family: Scada;
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 5px;
    
}





ul.accordion-category > li:hover > a, ul.collapsible-category > li:hover > a, ul.popup-category li:hover > a {
    background-color: #3b4f29;

}


a.thumbnail:hover, a.thumbnail:focus, a.thumbnail:active {
	border-color: #bbb;
} 

#search .btn-lg {
    padding: 10px 18px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 8px;
}

.sdims1 {
    display: block;
	float:left;
}
.sdims2 {
	display:block;
	float:left;
}
.sdims3 {
	display:block;
	float:left;
}
.sdims4 {
	display:block;
}
.swidth {
    width: 15%;
}
@media all and (max-width: 1200px) {
	.swidth {
		width: 20%;
	}
}
@media all and (max-width: 768px) {
	.swidth {
		width: 45%;
	}
}

#productstock .oos, #productstock .ins {
	font-weight: 600;
	font-size: 1.2em;
}

.notax {
	color: rgba(0,0,0, 0.33);
}

.calday {
    margin: 0px 0px;
    padding: 1px;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	height: 40px;

}
.ttheight .calday {
	height:26px;
	margin: 2px 0px;
}

.dayoff {
	background: rgba(0, 0, 0, 0.4);
}
.caltoday {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);	
	font-weight:bold;
	border-top: 1px solid rgba(255, 255, 255, 0);	
	
}
.caltoday .caldate, .caltoday .bushours {
	color: rgba(255,255,255, 0.8);
}
.caldate {
    display: block;
    font-size: 8px;
    line-height: 10px;
	color: rgba(255,255,255, 0.5);
    text-align: right;
   /*width: 50%;*/
	float: right;
	margin-right: 5px;
}
.calwday {
    display: block;
    font-size: 8px;
    line-height: 10px;
	color: rgba(255,255,255, 0.5);
    text-align: left;
   /*width: 50%;*/
	float: left;
	margin-left:5px;
}

.dayoff .caldate {
	/*width:100%;*/
}

.bushours {
	display:block;
	width:100%;
	text-align:center;
    font-size: 10px;
    height: 26px;
	line-height:13px;
	color: rgba(255,255,255, 0.4);
	background: rgba(255, 255, 255, 0.05);
	clear:both;
	text-shadow: 0 0 3px #000;
}
.ttheight .bushours {
	height:13px;
}
.todayhours {
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom:0px;
	background: rgba(255, 255, 255, 0.1);
	line-height: 48px;
}
.todayphone {
	text-align:center;
	font-size: 36px;
	font-weight: bold;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom:0px;
	background: rgba(255, 255, 255, 0.2);
	line-height: 72px;
}
.todayphone .fa {
	font-size: 36px;
}
.weareopen .fa {
	color: rgba(0,255,0, 0.8);
}
.weareclosed .fa {
	color: rgba(255,0,0, 0.8);
}
.phone .weareopen .fa {
	color: rgba(0,160,0, 1);
}
.phone .weareclosed .fa {
	color: rgba(224,0,0, 1);
}

.todayphone.weareclosed .phonenumber {
	color: rgba(255,255,255, 0.2);
}
.weareopen:hover {
	cursor:pointer;
}
.weareclosed:hover {
	cursor:not-allowed;
}

.tooltip.in{
	opacity: 1 !important;
}

.tooltip > .tooltip-inner {
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                linear-gradient(#3b4f29, #3b4f29); 
}


.image-additional .ikea li {
	width:42px; 
	height:42px;
	margin: 0px 8px 5px 0px;
}
.x {display:none;} .n:hover .x {display:block;}
.image-additional .ikea .arrow:after {
	  content: " ";
	  border-top: 8px solid #fff;
	  border-left: 16px solid transparent;
	  border-right: 16px solid transparent;
	  position: relative;
	  top: -15px;
	  left: 55px;
}
.image-additional .ikea .arrow {
	background: #fff; 
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
	width: 140px; 
	height: 200px; 
	position:relative; 
	top:-260px; left:-50px; 
	z-index: 2147483647; 
}
.image-additional .ikea .arrow a {
	display:block;
	padding: 8px;
	width: 140px; height: 200px;
}
.image-additional .ikea .arrow a:hover {
	text-decoration:none;
 }
.image-additional .ikea .arrow a img {
	width: 70px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	display:block;
}
.image-additional .ikea .arrow a .name {
	font-size: 11px;
	font-weight:normal;
	line-height:16px;
	display:block;
	height:62px;
	overflow:hidden;
	letter-spacing: -0.05em;
}
.image-additional .ikea .arrow a .price {
	display:block;
	margin-top:10px;
	font-size: 24px;
	font-family: 'Scada';
	color: #EB4930;
	font-weight: 700;
}
.image-additional .ikea .border {
	border: 0px solid #ddd;
}
.image-additional .ikea  li {
	display: inline-block;
	float: left;
}
ul.ikea {
	width:100%;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;	
}

#logo a img {
	max-width:150px;
}

@media all and (max-width: 440px) {
	#logo a {
		display:block;
		/*width:30px;*/
		height:40px;
		overflow:hidden;
	}
	#logo a img {
		max-width:none;
		height: 35px;
	}	
	
}
ul.subcategories {
    font-size: 0.97em;
    letter-spacing: -0.07em;
    padding-left: 15px;
}

.form-control.active.focus,
.form-control.active:focus,
.form-control.focus,
.form-control.focus:active,
.form-control:active:focus,
.form-control:focus,

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus
 {
  outline: 0 !important;
  outline-offset: 0  !important;
  //background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}

#product #button-cart:active:focus {
	background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                linear-gradient(#3b4f29, #3b4f29); 
}

.thumbnail > img, .thumbnail a > img {
    max-width: 300px;
}

.image-additional img {
    position: absolute;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

}

th.label {
 	padding: 0 1em 0 0;
	font-size: 100%;
	color: #555;	
}