.rpl-main-blck{
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	width:75%;
	margin-bottom: 70px;
}
.rpl-main-list{
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}
.rpl-cat-name-li{
	width:100%;
	height:60px;
	cursor:pointer;
	margin: 7px 0;
	border:1px solid #333;
	overflow:hidden;
	border-radius: 3px;
}
.rpl-main-list li:hover{
    background-color:#eee;

}

.rpl-cat{
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#7a7a7a;
	font-size:2em;
}
.rpl-cat-name{
    display: flex;
    align-items: center;
    justify-content: flex-start;	
	width:65%;
	height:60px;
	font-size:0.7em;
}

.rpl-cat-margin{
	width:25%;
}
.rpl-cat-arrow{
	width:10%;
	font-size:0.8em;
}

.rpl-products-block{
    width:98%;
    margin-left:auto;
	margin-right:auto;
	font-size:1.1em;
	
}
.rpl-category-content{
    width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	
}
.rpl-category-content li{
	display:flex;
    width:100%;
    line-height: 40px;
    padding-left: 20px;
    border: 0.1em solid #ffffff;
	margin: 5px 0;
}
.rpl-category-content li:hover{
    background-color: #ffffff;
}
.rpl-product-name{
	width:65%;
	display:flex;
	position:relative;
}
.rpl-product-price{
	width:30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
	line-height: 20px;
}
.link-out-img{
	width:15px;
	height:17px;
    background: url(../img/icon/link-out.png);
    background-repeat: no-repeat;
    background-size: cover;	
	opacity:0.4;
	margin-top: 10px;
    margin-left: 15px;
}

@media screen and (max-width:480px){
	.rpl-main-blck{
	   width: 98%;
	}	
	.rpl-cat-margin{
		width:5%;
	}
	.rpl-cat-name{
		width:85%;
	}
	
}

