
.catalogue .box-content > ul {
	list-style: none;
	padding: 0px;
    padding-top:10px;
	margin: 10px 0px 0px 0px;
}

.catalogue .box-content > ul > li {
	margin-left: 20px;
	background-image: url('../images/list-bullet-1.png');
    background-repeat: no-repeat;
    line-height: 20px;
    padding-left: 30px;
}

.catalogue .box-content > ul > li > ul {
	padding: 0px;
	margin-top: 15px;	
}

.catalogue .box-content > ul > li > ul > li {
	list-style: none;
	margin-left: 20px;
	background-image: url('../images/list-bullet-2.png');
    background-repeat: no-repeat;
    line-height: 12px;
    padding-left: 20px;
	padding-bottom: 20px;
}

.product-list .product-item {
	margin-bottom: 15px;
}

.product-item {
	padding: 5px 5px 10px 5px;
	background: #fff;
	position: relative;
	border: 1px solid #f69c35;
    border-radius: 4px !important;
}

.product-item:hover {
	box-shadow: 7px 7px rgba(234, 234, 234, 0.9);
}

.sticker {
	position: absolute;
	top: 0;
	left: auto;
	right: -5px;
	width: 95px;
	height: 58px;
}

.sticker-new {
	background: url(../images/sticker-new.png) no-repeat;
}

.sticker-out {
	background: url(../images/sticker-out.png) no-repeat;
}

.product-item img {
    min-height:100px;
    min-width:100px;
    background: #FFF url(../images/ajax.gif) no-repeat center center;
}

.product-item .add2cart {
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #bad41a;
	border-radius: 10px !important;
	padding: 3px 0px;
	min-height: 22px;
	width: 100%;
	white-space: pre-wrap!important;
}

.product-item .add2cart:hover {
	text-decoration: none;
}

.product-item h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 4px 10px 4px 10px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;	
}

.product-item h2 a {
	color: #6db9e3;
	text-decoration: none;
}

.product-item h2 a:hover {
	color: #E02222;
}

/* ========================================================================================================== */

#divCatalogues li > a
{
    text-decoration:none;
    color: #1D2D45 !important;
}

#divCatalogues li > a:hover
{
    text-decoration: underline;
    color: #E02222 !important;
}

/* ========================================================================================================== */

.sold-out{
	padding: 5px 5px 10px 5px;
	background: #fff;
	position: relative;
	border: 1px solid #989898;
    border-radius: 4px !important;
}

.sold-out .add2cart {
	background-color: #848484!important;
	cursor: default;
}

.sold-out .add2cart:hover {
	text-decoration: none!important;
}

.sold-out h2 a {
	color: #a3a3a3;
	text-decoration: none;
	cursor: default;
}

.sold-out h2 a:hover {
	color: #a3a3a3;
	cursor: default;
}

img.BW {
	cursor: default;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

/* ========================================================================================================== */

/* paginations */
.pagination {
	border-radius: 0;
	margin: 0;
}
.pagination > li {
    font-weight:bold;
    display: inline-block;
    margin-left: 5px;
    color: #fe952b;
}
.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 25px !important;
	border: none;
	color: #fe952b;
    font-weight:bold;
}
.pagination > li > span,
.pagination > li > span:hover {
	background: #fe952b;
	color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
	padding: 4px 12px 8px;
    background: #afcd14;
	color: #fff;
}