.ec-pruductCategoryRole__list .listCategory,
.ec-pruductCategoryRole__list .listCategory li{
    margin:0;
    list-style: none;
    padding: 0;
}

/*
.listCategory li a {
    background: #ccc;
    color: #333;
    display: block;
    padding: 8px 15px;
    margin-bottom: 3px;
}

.listCategory li a.ac {
    background: #e7611d;
    color: #fff;
}
*/

.listCategory li a {
	color: #333;
	display: block;
	padding: 8px 15px;
	margin-bottom: 3px;
	border: 1px solid #f39801;
	position: relative;
	padding-left: 26px;
}

.listCategory li a:hover {
	background: #f39801;
	color: #fff;
}

.listCategory li a:hover:before {
	border-left: 8px solid #fff; 
}

.listCategory li a:before {
  content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 8px solid #eb6001; 
}

.listCategory li a.ac {
	background: #f39801;
	color: #fff;
}

.listCategory li a.ac:before {
	background: #f39801;
	color: #fff;
	border-left: 8px solid #fff; 
}

.listCategory li ul {
    padding-inline-start: 0px;
}

.lead {
    margin-bottom: 15px;
}

.lead h2 {
    margin-top: 0;
}

.ec-searchnavRole .ec-searchnavRole__infos {
    border: none;
}

.oc-categoryListRole__list .oc-categoryListRole__listItem {
    padding: 0 10px;
    margin-bottom: 20px;
}

.oc-categoryListRole__list .oc-categoryListRole__listItem .categoryItem {
    background: #f3f3f3;
    height: 100%;
    -webkit-text-decoration: 0.25;
    text-decoration: 0.25;
    transition-duration: 0.25s;
}

.oc-categoryListRole__list .oc-categoryListRole__listItem .categoryItem a {
    display: block;
}

.oc-categoryListRole__list .oc-categoryListRole__listItem .categoryItem a:hover {
    text-decoration: none;
    background: #fff6e9;
}

.oc-categoryListRole__list .oc-categoryListRole__listItem .categoryItem .categoryItem__box {
    padding: 10px;
}

.oc-categoryListRole__list .oc-categoryListRole__listItem .categoryItem .categoryItem__box figure {
    background: #fff;
    margin: 0;
    text-align: center;
}

.oc-categoryListRole__list .oc-categoryListRole__listItem .categoryItem .categoryItem__box .categoryItem__title .title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 10px;
    margin: 0;
}

.picture_frame {
    position: relative;
}

.label.plan {
    background: #ccc;
    padding: 5px 15px;
    position:absolute;
}

.label.state {
    background: #ccc;
    padding: 5px 15px;
    position:absolute;
    right: 0;
    bottom: 0px;
}