/* fixes the dimensions of 'search' button from the box search https://supercarbid.com/makes */
#adminForm .btn-group .btn-primary{
 padding-left:16px;
 padding-top:4px;
 padding-bottom:6px;
 padding-right:13px;
 margin-top:0px;
 margin-bottom:12px;
}




/* hides the 'clear' Button from the box search */
#adminForm .btn-group .btn-secondary{
 visibility:hidden;
}




/* Hides the hike item menu ugly icons */

.hika_cpanel_icons .hk-icon {
        visibility: hidden;
    }


/* Hides the categories in the search hike searchbox top center */

#r-hs-categorylist{
 visibility:hidden;
}


/* Search Button edit */
#r-hs-search{
 margin-left:1px !important;
 border-top-left-radius:9px;
 border-top-right-radius:9px;
 border-bottom-left-radius:9px;
 border-bottom-right-radius:9px;
}

/* Search Button border radius */
#sp-top-center form .r-hs-btn{
 border-bottom-right-radius:9px !important;
 border-top-right-radius:9px !important;
}

/* Hides the pagination and comments count under the comment  */
#hikashop_vote_listing .hikashop_listing_comment > .pagination{
 visibility:hidden;
}

/* Reduce the space between last comment and new comment box  */
#hikashop_vote_form .hikashop_vote_form{
 margin-top:-45px;
}


/* Hides Filter fullorder in registered panel selling  */
#filter_fullorder{
 visibility:hidden;
}


/* Hides useless field in hike comments */
#hikashop_vote_form .hikashop_vote_form p{
 visibility:hidden;
}



/* Hides Hika listing comment */
#hikashop_vote_listing .hikashop_listing_comment{
 transform:translatex(0px) translatey(0px);
}

/* Hides Hka comment listing empty */
.hika_comment_listing tr .hika_comment_listing_empty{
 visibility:hidden;
}

/* Hides Hka comment listing */
#hikashop_vote_listing .hikashop_listing_comment .hika_comment_listing{
 visibility:hidden;
 padding-top:0px;
 margin-top:-50px;
 margin-bottom:-17px;
 padding-bottom:0px;
 box-shadow:none;
}





