
/* main */
#shk_prodHelper {position: absolute; z-index:100; width:150px; padding:5px; background-color:#fff; border:1px solid #888; display:none; font-family: arial; font-size: 0.8em;}
#shk_prodHelper div {padding:2px 0; text-align: center;}
#shk_Loading {width:30px; height:30px; position: absolute; z-index:100; background:url(img/ajax-loader.gif) center center no-repeat #fff; border:1px solid #888; display: none;}


/* shop prod */
.product {height:320px; float:left; margin:0 20px 15px 0; min-width: 320px;}

.product-b {padding:10px;}
.product-b p {font-size: 0.9em; line-height:15px; text-align: justify;}
.product-b h3 {font-size: 1.2em; line-height:20px;}
.product .shk-image {margin: 0 0 5px 0; border: none;}
.product .product-descr {height:270px; margin-bottom:5px; border-bottom:1px dashed #888;}
.product .product-price {height:40px;}
.product .product-price .shk-but {float: right; vertical-align: middle;}
.product small {font-size:12px;}
.product fieldset {padding:0; margin:0; border:0;}

.product-tocart {margin:5px 0; padding:5px 0; height: 50px;}
.product-tocart div {margin:5px 0;}

@media only screen and (max-width: 1029px) { .product { width:100%; } }
@media only screen and (min-width: 1030px) { .product { width:45%; } }

.shk-price {font-weight:bold; font-size:1.3em; color: #063;}

.shk-but {
cursor: pointer !important;
/*	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f45d57), color-stop(1, #f23f37) );
	background:-moz-linear-gradient( center top, #f45d57 5%, #f23f37 100% );*/
	background-color:#00AD4E;
	/*-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
	border-radius:10px;
	border:0px solid #00AD4E;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}
.full {font-size: 0.9em;}
.shk-but:hover {
	/* background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f23f37), color-stop(1, #f45d57) );
	background:-moz-linear-gradient( center top, #f23f37 5%, #f45d57 100% );  */
	background-color:#063;
}

.shk-but:active {
	position:relative;
	top:1px;
}

.price-add {color:00AD4E; padding-left:3px; line-height:0;}

/* cart block */
.shop-cart {background-color:#fff; padding:5px; border-radius: 10px;}
.shop-cart-head {padding:5px 0 5px 0; text-align: center; font-size: 1em}
.shop-cart-body {padding:0px; text-align:center; position:relative; top:-50px; left:5px; font-size:1rem;}
@media only screen and (max-width: 768px) { .shop-cart-clear { display: none; } }
.shop-cart table {border-collapse:collapse; margin:5px 0;}
.shop-cart td {padding:3px; border-bottom:1px solid #ddd; border-top:2px solid #ddd;}
.shop-cart table small {font-size:11px; color:#063;}
.shop-cart-empty {height:auto; line-height:20px; text-align:center;}
#shk_butEmptyCart {text-decoration: none; color:#000; border-bottom:1px dashed #000;} 
.cart-order {margin:5px 0; text-align: center; font-size: 0.9rem;}
.cart-order td {text-align: left;}
.shop-cart .shk-count {width:30px;}


.relative {width:100%; position:relative;}
.error {color:red;}

/* materials */
.materials {padding:5px 0;}
.materials img {width:70px;}
.materials input {cursor: pointer;}

.leftcat {
float: left;
margin: 0 10px 0 0;
height: 230px;
}

.butcat {
float: right;
padding-right: 15px;
}
