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

#page-wrapp{
/* 	height: 100%; */
	width: 100%;
}
#page-wrapp h1{
	color: white;
	font-size: 3em;
	padding: 20px;
	font-family: 'Rubik', sans-serif;
	font-weight:300;
}



.page-header{
	background: #742629 url(../images/oduvan-right.png);
	padding: 20px;
	color: white;
	height: 200px;
    clear: both;
}
.desc{
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	padding: 20px;
	line-height: 1.4em;
}

#page-wrapp .content-content{
	padding: 20px;
	clear: both;
}



/*
.cols-2{
	width: 19.8%;
}
.cols-4{
	width: 39.8%;
}
.cols-8{
	width: 58.8%;
}

.cols-10{
	width: 78.8%;
}
.cols-2,.cols-10,.cols-8,.cols-4{
	float: left;
	display: inline-block;
	padding: 0;
	margin: 0;
}
*/
p.kak{
	font-family: 'Rubik', sans-serif;
	font-weight:300;
	margin-top: 30px;
	font-size: 1.4em;
	
}

.view-content{
	padding: 20px;
}

.footer-content{
 clear: both;
 padding: 3em;
}

.view-bf-product{
	clear: both;
	
}

.view-bf-product .views-row{
	display: block;
	padding: 0;
	margin: 10px;
	border: 1px solid silver;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 46%;
float: left;
min-height: 350px;

}

.view-bf-product h3{
	font-size: 3.5em;
	clear: both;
	margin: 0px;
	line-height: 2em;
}

table.ptbl{
	width: 100%;
}

table.ptbl tr, table.ptbl td, table.ptbl tbody{
	border-collapse: inherit;
	margin: 0;
	padding: 10px;
	border: 0;
	vertical-align: top;
}
.ptbl_img{
	width: 180px;
}
.ptbl_title{
	font-size: 1.3em;
}
.ptbl_body{
	padding: 10px 0;
	font-size: 1em;
	color: gray;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;

}
.ptbl_cat{
	float: right;
}
.ptbl_sell_price{
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.ptbl_cart{}

.view-bf-product input.node-add-to-cart, 
.view-bf-product input.list-add-to-cart{
    background: transparent url(../images/addcart2.png) no-repeat;
    height: 60px;
    width: 200px;
    border: none;
    cursor: pointer;
    cursor: hand;
    font-size: 0px;
    display: block;
    line-height: 0px;
    text-indent: -999px;

}
.cartlink{
/* 	position:fixed; */
	right: 7px;
	top:230px;
}
