
#posproduct {
    padding: 20px 0px;}
#posproduct .left_column{
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
    top:-14;}
#posproduct .left_column h3{
    background-color: #92bcf3;
    color: #003a85;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

#posproduct h3 span {
    float: right;
    padding: 2px 10px;
}

#posproduct .icon-chevron-left a, #posproduct .icon-chevron-right a {
    color: #003A85 }
#posproduct .icon-chevron-left a:hover, #posproduct .icon-chevron-right a:hover {
    color: #fff;
}
#posproduct .icon-chevron-left a::before {
    content: "";
    font-size: 20px;
}
#posproduct .icon-chevron-right a::before {
    content: "";
    font-size: 20px;
}
#posproduct img { margin-top: #003A85; }
#posproduct .rigth_column .title_block { margin-top: 0px; }
#posproduct .block_content { overflow: hidden; }

#posproduct #categories_block_left li a {
    line-height: 26px;
    border-bottom: none;
}

#categories_block_left li span.grower { display:none; }

#categories_block_left .block_content > ul {
    border-top: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
#posproduct .left_column h3{ font-size: 15px;}
}