.custom_catBox .custom_catBox-img {
    width: 90px;
    position: absolute;
    right: 30px;
    top: -48px;
    /*top: -67px;*/
}
.custom_catBox .custom_catBox-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px #bbb solid;
    padding: 4px;
    background: white;
    box-shadow: 0 0 3px 1px rgb(184 184 185);
}
.custom_catBox .custom_catBox-content { 
    margin-top: 20px;
    font-size: 0.99em;
}
.custom_catBox-cats ul li  {
	padding-bottom: 5px;
}
.custom_catBox .custom_catBox-link { 
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
}
.custom_catBox .custom_catBox-link a.button{ 
    padding: 0px 10px;
    height: 32px;
    line-height: 30px;
}
.custom_catBox-counter {
    color: #777777;
    font-size: 0.9em;
}
section.categoryBox > div {
	border: 1px #ccc solid!important;
	border-radius: 10px;
	padding: 25px;
    background-color: #D6D2C9!important;
    background-image: url("block-bg.png") !important;
	background-repeat: repeat;   
}
section.categoryBox li.count_switch_1 {
    display: flex;
    align-items: center;
    display: flex;
}
section.categoryBox li.count_switch_1 > a {
    display: flex;
    width: 100%;
}
section.categoryBox li.count_switch_1 .switcher_delimentr {
    flex: 1; 
    height: 1px;
    margin: 10px 5px 0;
    align-self: center;
    /*border-top: 2px  #928c8c;*/ 
    background-image: 
            -webkit-linear-gradient(right, #777 0%, #777 50%, rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%),
            -webkit-linear-gradient(bottom, #777 0%, rgba(0,0,0,0) 8%, rgba(0,0,0,0) 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    -ms-background-size: 3px 3px;
    -o-background-size: 3px 3px;
    background-size: 3px 3px;
}

/*** ALL TABLET/MOBILE VIEWS ***/
@media screen and (max-width: 991px) {
    .custom_catBox .custom_catBox-content { 
    margin-top: 20px;
    font-size: 0.9em;
	}
}