.main_container .top_container {
    display: block;
    float: left;
    position: relative;
    border-bottom: 2px solid #fff;
    background-color: #D8F3F8;
    width: 100%;
}

.top_container .back_button {
    display: block;
    float: left;
    margin: 6px 0em 6px 8.75%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #3C67A5;
    background-image: url(../../images/mobile/sprite-common.png);
    background-repeat: no-repeat;
    background-position: -119px -653px;
    background-size: 143px 1235px;
    width: 29px;
    height: 28px;
}

.top_container .filter_button {
    display: block;
    float: left;
    position: relative;
    margin: 6px 0em 6px 2%;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 80%; /*14px*/
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    width: 87px;
}

.top_container .sort_button {
    display: block;
    float: left;
    position: relative;
    margin: 6px 0em 6px 8.75%;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 80%; /*14px*/
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    width: 170px;
    height: 28px;
    padding: 0px 4px;
}

.top_container .filter_button + .filter_button {
    float: right;
    margin: 6px 8.75% 6px 0em;
}

.top_container .filter_button:after {
    display: block;
    float: right;
    margin: 9px 8px 0px 0px;
    border-top: 8px solid #3C67A5;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    width: 0px;
    height: 0px;
}
.top_container .filter_button.open:after {
    border-top: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #3C67A5;
}

.filter_button .options {
    display: none;
    position: absolute;
    top: 23px;
    left: -1px;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 0px 5px 5px;
    -moz-border-radius: 0px 5px 5px;
    border-radius: 0px 5px 5px;
    background-color: #fff;
    width: 200px;
    z-index: 1;
}

.options a {
    display: block;
    float: left;
    color: #3C67A5;
    text-align: left;
    line-height: 44px;
    padding: 0px 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.options a + a {
    border-top: 1px solid #3C67A5;
}

.top_container .filter_container {
    display: none;
    position: absolute;
    top: 42px;
    left: 0em;
    background-color: #fff;
    padding-bottom: 23px;
    width: 100%;
}

.filter_container .filter_title {
    display: block;
    float: left;
    background-color: #3C67A5;
    color: #fff;
    font-family: 'Font1';
    line-height: 40px;
    padding: 0em 8.75%;
    width: 82.5%;
}

.filter_container .filter_content {
    display: block;
    float: left;
    padding: 23px 8.75%;
    width: 82.5%;
}

.filter_content .slider_value {
    display: block;
    float: left;
    margin-top: 6px;
    color: #3c67a5;
    font-size: 15px;
}
.filter_content .slider_value + .slider_value {
    float: right;
}

.slider_value span {
    color: inherit;
    font-size: inherit;
}

.filter_content .filter_label {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 93.75%; /*15px*/
    line-height: 30px;
    width: 100%;
}
.filter_content .filter_label + .filter_label {
    margin-top: 23px;
}

.filter_label input {
    display: block;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 30px;
}

.filter_label .quantity {
    color: #4EC1E0;
    font-family: inherit;
    font-size: inherit;
}

.filter_container .button_container {
    display: block;
    margin: auto;
    width: 190px;
}

.filter_container .button_container .orange_button {
    display: block;
    float: left;
    margin-top: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #E56A5A;
    color: #fff;
    font-family: 'Font2';
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
}

.filter_container .button_container .gray_button {
    display: block;
    float: left;
    margin-top: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #bbb;
    color: #fff;
    font-family: 'Font2';
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
}

.main_container .search_item {
    display: block;
    float: left;
    background-color: #42B4D8;
    color: #fff;
    font-family: 'Font1';
    line-height: 40px;
    padding: 0em 8.75%;
    width: 82.5%;
}

.main_container .search_item .strong-title{
    font-weight: bold;
    font-family: 'Font1';
    font-size: 20px;
}

.search_item .delete {
    display: block;
    float: left;
    margin-top: 9px;
    margin-right: 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #E56A5A;
    background-image: url(../../images/mobile/sprite-products.png);
    background-repeat: no-repeat;
    background-position: -69px -340px;
    background-size: 94px 435px;
    width: 21px;
    height: 22px;
}

.search_item .detail {
    color: inherit;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
}

.main_container .search_results {
    display: block;
    float: left;
    border-bottom: 14px solid #fff;
    width: 100%;
}

.search_results .result_group {
    display: block;
    float: left;
    width: 100%;
}

.result_group .result_category {
    display: block;
    float: left;
    border-top: 2px solid #fff;
    background-color: #A8DDF0;
    color: #3C67A5;
    font-family: 'Font1';
    line-height: 40px;
    padding: 0em 8.75%;
    width: 82.5%;
}

.result_group .results_list,
.results_list .result {
    display: block;
    float: left;
    width: 100%;
}

.result .result_link {
    display: block;
    float: left;
    border-top: 2px solid #fff;
    background-color: #C3ECFA;
    color: #3C67A5;
    font-family: 'Font2';
    text-decoration: none;
    line-height: 40px;
    padding: 0em 8.75% 0em 14.375%;
    width: 76.875%;
}

.result_link .quantity {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.result_link .arrow {
    display: block;
    float: right;
    background-image: url(../../images/mobile/sprite-products.png);
    background-repeat: no-repeat;
    background-position: -70px -253px;
    background-size: 94px 435px;
    width: 18px;
    height: 25px;
}
.result_link.open .arrow {
    background-position: -70px -223px;
}

.result .product_list {
    display: none;
}

.main_container .no_results_container {
    display: block;
    float: left;
    background-color: #fff;
    width: 100%;
}

.no_results_container .no_results_content {
    display: block;
    margin: auto;
    width: 248px;
}

.no_results_content .title {
    display: block;
    float: left;
    background-image: url(../../images/mobile/sprite-no-results.png);
    background-repeat: no-repeat;
    background-position: center -85px;
    background-size: 114px 178px;
    color: #E66B5B;
    font-family: 'Font1';
    font-size: 112.5%; /*18px*/
    text-align: center;
    line-height: 24px;
    padding: 94px 0em 18px;
    width: 100%;
}

.no_results_content .text {
    display: block;
    float: left;
    border-top: 1px solid #3C67A5;
    background-image: url(../../images/mobile/sprite-no-results.png);
    background-repeat: no-repeat;
    background-position: right 16px;
    background-size: 114px 178px;
    color: #706F6F;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 17px;
    padding: 9px 50% 40px 0em;
    width: 50%;
}
.main_container .actions_container {
    display: block;
    float: left;
    border-top: 2px solid #fff;
    background-color: #ccc; /*#42B4D8;*/
    padding: 9px 20px 9px;
    width: 100%;
}


.actions_container .buy_all_button {
    display: block;
    float: left;
    font-family: 'Font1';
    /*border: 1px solid #fff;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #E56A5A;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    line-height: 24px;
    padding: 3px 10px;
}

.actions_container .buy_all_button:after {
    display: inline-block;
    margin-left: 4px;
    background-image: url(../../images/mobile/sprite-products.png);
    background-repeat: no-repeat;
    background-position: -61px -135px;
    background-size: 86px 400px;
    content: '';
    vertical-align: middle;
    width: 18px;
    height: 20px;
}
#range_slider.ui-slider {
    display: block;
    float: left;
    position: relative;
    border: 1px solid #4EC1E0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #DCF3F9;
    width: 100%;
    height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

#range_slider.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #4EC1E0;
    height: 100%;
}

#range_slider.ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3C67A5;
    width: 13px;
    height: 100%;
    outline: none;
}
#range_slider.ui-slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -13px;
}
#kcal_slider.ui-slider {
    display: block;
    float: left;
    position: relative;
    border: 1px solid #4EC1E0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #DCF3F9;
    width: 100%;
    height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

#kcal_slider.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #4EC1E0;
    height: 100%;
}

#kcal_slider.ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3C67A5;
    width: 13px;
    height: 100%;
    outline: none;
}
#kcal_slider.ui-slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -13px;
}
.filter_content .slider_container {
    display: block;
    float: left;
    position: relative;
    margin: 0px 12px 0em 78px;
    background-color: #DCF3F9;
    width: 179px;
    height: 71px;
}

.slider_container .slider_range {
    display: block;
    position: absolute;
    top: 0em;
    left: 0em;
    background-color: #4EC1E0;
    width: 100%;
    height: 100%;
}

.slider_range .selected_kcal {
    display: block;
    float: right;
    margin-top: 88px;
    margin-right: -20px;
    color: #3c67a5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    text-align: center;
    width: 40px;
}

.slider_container .slider_mask {
    display: block;
    position: absolute;
    top: 0em;
}

.slider_container #slider.ui-slider {
    display: block;
    float: left;
    position: relative;
    margin-top: 31px;
    width: 100%;
    height: 40px;
    outline: none;
}

#slider.ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    top: -3px;
    margin-left: -13px;
    background-image: url(../images/sprite-product-list.png);
    background-repeat: no-repeat;
    background-position: -23px top;
    width: 9px;
    height: 51px;
    outline: none;
}

.filter_container .kcal {
    display: block;
    margin-top: 5px;
    color: #4EC1E0;
    font-family: 'Font2';
    font-size: 75%; /*12px*/
    text-align: center;
    width: 29px;
}
.filter_container .kcal.min {
    display: block;
    float: left;
    margin-left: 75px;
    font-size: 22px;
}
.filter_container .kcal.max {
    display: block;
    float: right;
    margin-right: 78px;
    font-size: 22px;
}

