.container{
    margin-top:0px;
}
.leftmenu{
    /*min-height: 500px;*/
    padding-left:15px;
    padding-right: 15px;
    margin-left: 55px;
}
.leftmenu{
    width:22%
}
.rightmenu .listby-content-wrapper{
    padding-top:10px;
}
.listby-content-wrapper{
    padding: 0 0 0px 0;
    border: none;
    background: rgba(255,255,255,0.7);
    border-bottom: none;
    margin: 0px 0;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    margin-bottom: 24px;
}
.listby-content{
    margin: 0;
    padding: 0;
    direction: ltr;
}
.listby-content-header{
    background: none;
    border-bottom: none;
    height: 50px;
    width: 100%;
    position: relative;
}
.listby-content-wrapper .listby-content-header h2 {
    margin: 0;
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px;
    float: left;
    font-family: "Geomanist",sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #1a5ca3;
    text-rendering: optimizeLegibility;
}
.topCategoryContainer {
    position: relative;
    padding:10px 0;
}
.topCategoryContainer .topCategoryHeader {
    line-height: 23px;
    padding-left: 15px;
    padding-right: 5px;


}
.topCategoryContainer .topCategoryHeader h3 {
    font-family: inherit;
    color: #3a3734;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;

}
.topCategoryContainer:hover,.sonCategory:hover{
    background-color: #d9d9d9;
}
.topCategoryHeader a:hover{
    text-decoration:underline;

}
header .topCatSubmenu{
    background: rgba(255,255,255,0.7);
}
.topCatSubmenu {
    display: none;
    position: absolute;
    border: 1px solid #D8D8D8;
    background: rgba(255,255,255);
    left: 100%;
    z-index: 5;
    width: 220px;
    padding: 5px;
    min-height: 200px;
    top: -10px;

}
.hasHover>.topCatSubmenu {
    display: block;
}

.topCatSubmenu .categories {
    width: 100%;
    padding:0;
    position: relative;
    float: left;

    font-family: inherit;
    color: #3a3734;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;

}
.redesign #frontPage .topCategoryContainer .topCatSubmenu .categories .title {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Geomanist",sans-serif;
    color: #1a5ca3;
    margin-bottom: 5px;
    margin-top: 5px;
}
.sonCategory{
    padding:10px;
    position: relative;
}
.ppjt{
    position: absolute !important;
    top: 16px !important;
    right: 10px!important;
    font-size: 12px;
}
.pagination{
    margin-right: 15px!important;
}
header .wrap-header .topCategoryHeader,header .wrap-header .sonCategory{
    text-align:left;
}
.p-img a{
    display: block;
    width: 100%;
    height: 100%;
    margin:0 !important;
}