.layout-show div#sp-left {
    display: none;
}
.hikashop_filter_Category_2 br {
    display: none;
}
.hikashop_filter_Location_3 br {
    display: none;
}

/*button effect8*/
button.hika01 {
    display: inline-block;
    padding: 3px 10px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #333;
    background-color: #00aeef;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px #2e3192;
}

button.hika01:hover {
    background-color: #2e3192;
box-shadow: 0 5px #00aeef;
}

.hikashop_category_desc button.hika01 a {
    color: #fff;
}

button.hika01 p {
    margin-bottom: 0px;
}


.hikashop_category_right_part > h2 {
    margin-top: 13px !important;
}
/*end button effect*/