/*
	banner collapse
*/
.collapse {
	width: 1120px;
	display: block;
	margin: 0 auto;
	content: " ";
    display: table;
}
.shop-section_col {
	width: 33%;
	margin-bottom: 2px;
    position: relative;
	float: left;
}
.shop-section_col.shop-section_col1 {
	margin: 0 0.5%;
}
.shop-section_col-outer {
    background-color: #000;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    transition: height 0.25s ease 0s;
}
.shop-section_col-outer_1 {
	background-image: url("../images/banner1.jpg");
}
.shop-section_col-outer_2 {
	background-image: url("../images/banner2.jpg");
}

.hidden-link {
    color: transparent !important;
    cursor: pointer;
    display: block;
    height: 55%;
}
.shop-section_col-inner {
    background-color: rgba(0, 0, 0, 0.66);
    bottom: 0;
    padding: 7px 0 10px;
    position: absolute;
    text-align: center;
    width: 99.5%;
    z-index: 1;
}
h3.shop-section_title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.shop-section_links {
    list-style-type: none;
    margin: 0;
}
.shop-section_links li {
    display: block;
    line-height: 1.65em;
}
.shop-section_links li a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
	height: 30px;
	line-height: 30px;
    transition: all 0.25s ease-in-out 0s;
}
.shop-section_links li:hover a {
	background: #b90000;
	color: #fff;
}


.box{ width:100%; margin:0 auto;}
.bcon{ width:100%; margin: 0 auto;}
.bcon h1{ border-bottom:1px solid #eee; padding:0 10px;}
.bcon h1 b{ 
	font-family: "gloria",sans-serif;
    font-size: 20px;
	border-top:2px solid #3492D1; 
	padding:0 8px; 
	margin-top:-1px; 
	display:inline-block;
	height: 35px;
	line-height: 35px;
}

.list_lh{ 
	height:460px; 
	overflow:hidden;
}
.list_lh li{ 
	padding:0;
	height: 75px;
}
.list_lh li.lieven{ 
	background:#F0F2F3;
}
.list_lh_liWidth {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0;
}
.list_lh_liLeft {
	width: 25%;
	float: left;
	text-align: center;
	background: #fff;
	margin: 3px 0;
}
.list_lh_liLeft img {
	width: auto;
	height: 69px;
}
.list_lh_liRight {
	width: 75%;
	float: left;
	padding: 3px 0;
}
.list_lh_liRight .categories_name {
	padding-left: 15px;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
}
.list_lh_liRight .products_name {
	padding: 2px 15px;
	height: 31px;
	line-height: 15px;
	overflow: hidden;
}
.list_lh_liRight .products_price {
	position: relative;
	padding-left: 15px;
}
.list_lh_liRight .products_price .productPriceDiscount {
	position: absolute;
	bottom: 0;
	right: 5px;
}
.btn_lh:hover{ 
	color:#fff; 
	text-decoration:none;
}

/*
	banner collapse END
*/