/* Main */
img#img_main_sec {
    width: 100%;
}
/* Populars */
div#div_ind_titpop {
    margin-top: 40px;
}
div#div_ind_pop {
    margin-top: 30px;
    margin-bottom: 30px;
}
img.img_outstanding {
    margin: auto;
}
/* Checks */
div#div_ind_titpyt {
    margin-top: 50px;
    margin-bottom: 25px;
}
/* Filters */
div#div_ind_fil {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 30px;
}
img.ico_fil {
    width: 90%;
    display: block;
    margin: auto;
}
div#div_ind_fil ul.dropdown.menu{
    width: 100%;
    margin: auto;
    margin-top: 15px;
    border-radius: 5px;
    border: solid 2px #FFFFFF;
}
div#div_ind_fil ul.dropdown.menu li.li_menu_search{
    width: 100%;
    background: white;
}
div#div_ind_fil ul.dropdown.menu li.li_menu_search a.menu_search {
    padding: 10px 5px;
    color: #434244;
    font-size: 18px;
    align-items: center;
    height: 45px;
}
div#div_ind_fil ul.dropdown.menu li.is-submenu-item.is-dropdown-submenu-item a{
    color: #434244;
    font-size: 18px;
    padding: 10px 7px;
}
div#div_ind_fil ul.dropdown.menu ul.menu.bri_grow_menu.submenu{
    max-height: 200px;
    overflow-y: auto;
}
label.lbl_check {
    font-size: 16px;
    line-height: initial;
    letter-spacing: -1px;
}
img.img_pyt {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
input.chk_pyt{
    margin: 0px;
}
/* Results */
div#row_ind_results {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 500px;
}
img.img_tit_sec {
    width: 95px;
}
div.row_tit_sec{
    padding-bottom: 10px;
    margin-bottom: 30px;
}
span.span_tit_sec{
    vertical-align: middle;
}
div.row_result {
    margin-bottom: 40px;
}
/* Filters */
div#row_cri_fil {
    margin-bottom: 30px;
    border: solid 1px #D71F2A;
    border-radius: 14px;
    padding: 20px 5px;
}
a#lnk_btn_reset{
    margin-top: 15px;
}
/* Products */
img.img_product {
    display: block;
    margin: auto;
}
span.span_product {
    line-height: initial;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}
.div_product{
    margin-top: 15px;
    margin-bottom: 20px;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
    img.img_pyt {
        width: 75%;
    }
    label.lbl_check {
        margin-bottom: 25px;
    }
    div#div_ind_fil {
        margin-top: 0px;
    }
}