/*@import url(layout.css);
@import url(shop.css?v=2);
*/
body, #content-area, #footer {
	background: none;
}

img {
	max-width: 100%;
	height: auto !important;
}

.responsive {
	display: inline-block;
}

#menu {
	display: none;
}

#responsive-menu {
	display: block;
	margin: 10px 15px;
}
#responsive-menu select {
	width: 100%;
	padding: 10px;
	border: solid 2px #fff;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	
	
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   -moz-user-select: none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
   
   cursor: pointer;
   background-color: #da1e1e;
   background-image: url(../../images/menu-icon.png);
   background-position: 98% 50%;
   background-repeat: no-repeat;
}

#responsive-menu select option[selected] {
	background: #333;
}

#footer h3 {
	font-size: 25px;
}

#content-area {
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
}

#logo {
position: relative;
    width: 100%;
    height: 68px;
    text-decoration: none;
    background: url(../../images/logo.png) 50% 83% no-repeat;
    background-size: 70%;
}




#header #bisnode {
width: 110px;
    height: 73px;
    text-decoration: none;
    background-size: 100%;
    margin-left: 20px;
    margin: 0 auto;
    position: relative;
    display: table;
}



#flags {
	top: 5px;
	left: inherit;
	right: 10px;
	bottom: inherit;
}

#cart_box {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: none;	
}

	#cart_box #text {
		display: inline-block;
		padding-right: 40px;
		background: url(../../images/icon-cart.png) right center no-repeat;
	}

#search_form {
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}

#search {
	width: 100%;
}

#searchsubmit {
	position: absolute;
	top: 0px;
	right: -2px;
}

#search-box {
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
}

#header {
	height: auto;
}

.content-wrap {
	min-height: inherit;
}
.firstpage #cats {
	padding: 0px;
}

.firstpage .cat-box:nth-child(6) {
	clear: none;
}
.firstpage .cat-box:nth-child(7) {
	clear: none;
} 

#category h1 {
	float: none;
	clear: both;
}

#categories .cat-box {
	position: relative;
	width: 210px;
	padding: 10px;
	    max-width: 49%;
}

#categories h3 {
	font-size: 17px;
	line-height: 18px;
}

#products-list .cell-mark,
#products-list .cell-length,
#products-list .cell-thickness,
#products-list .cell-width,
#products-list .cell-height,
#products-list .cell-eye,
#products-list .cell-diameter {
	display: none;
}

#product-details {
	margin-bottom: 20px;
}

#cart_items .cell-image,
#cart_items .cell-length,
#cart_items .cell-cut,
#cart_items .cell-price,
#cart_items .cell-sum,
#cart_items .cell-weight
{
	display: none;
}


#cart label.label
{	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	display: block;
	color: inherit;
	font-size: 1em;
}