.shop-category {}
.shop-category h1 {color:#60342f;font-size:30px;font-family: 'Lora', serif;text-align:center;margin-bottom:30px;}

.shop-category .box.search {margin-bottom:20px;}
.shop-category .box.search .title {color:#60342f;font-size:12px;font-family: 'Lora', serif;font-weight:400;margin-bottom:10px;}
.shop-category .box.search input {background:#fcf6e3;border:2px solid #60342f;border-radius: 0;}

.shop-category .box.catlist {}
.shop-category .box.catlist ul {padding:0;margin:0;list-style:none;}
.shop-category .box.catlist ul li {margin:10px 0;}
.shop-category .box.catlist ul li a:link,
.shop-category .box.catlist ul li a:visited {color:#60342f;font-size:15px;font-family: 'Lora', serif;font-weight:400;}
.shop-category .box.catlist ul li a:hover, .shop-category .box.catlist ul li a.current {font-weight:bold;}

.shop-category .box.sort {margin-top: 30px;}
.shop-category .box.sort .title {color:#60342f;font-size:12px;font-family: 'Lora', serif;font-weight:400;margin-bottom:10px;}
.shop-category .box.sort select {background:#fcf6e3;border:2px solid #60342f;border-radius: 0;}

.box-panel {margin-bottom: 30px;}

.shop-category .product-list .row {margin-left:-5px;margin-right:-5px;}
.shop-category .product-list ul {padding:0;list-style:none;}
.shop-category .product-list ul li {padding: 0 5px;margin-bottom:20px;}
.shop-category .product-list ul li img {margin: 0 auto;border:2px solid #60342f;}
.shop-category .product-list ul li h2.product-title {height: 45px;color:#60342f;font-family: 'Lora', serif;text-align:center;font-size:19px;}
.shop-category .product-list ul li a {text-decoration:none;}
.shop-category .product-list ul li .caption {height: 80px;font-size:12px;color:#737373;font-family: 'Roboto', sans-serif;font-weight:300;text-align:center;line-height:16px;}
.shop-category .product-list ul li .line {width:46px;height:12px;background:url(../images/line.png) center center no-repeat;margin: 0 auto 10px;}
.shop-category .product-list ul li .price {display: block;text-align:center;color:#60342f;font-size:14px;font-family: 'Lora', serif;font-weight:400;}
.shop-category .product-list ul li .price strong {font-size:20px;}
.shop-category .product-list ul li .gramatura {display: block;text-align:center;color:#a59a6f;font-size:12px;font-family: 'Lora', serif;}
.shop-category .product-list ul li .addBasket {font-family: 'Lora', serif;text-align:center;color:white;background:url(../images/dodaj-koszyk.png) center center no-repeat;max-width:231px;height:48px;line-height:48px;display:block;margin: 20px auto 0;}

.price {color:#60342f;margin-bottom:20px;}
.oldprice {color:#a4996f;font-weight:bold;text-decoration:line-through;font-family: 'Lora', serif;font-size:13px;}
.newprice {color:#60342f;font-weight:bold;font-family: 'Lora', serif;font-size:15px;}

.shop-category .box.catlist ul ul {
    margin-left: 20px;
}
.shop-category .box.catlist ul ul li a  {
    font-size:13px !important;
}