#incart_mobile_header{
    padding-top: 60px;
    width: 100%;
	top: 0;
	left: 0;
	position: fixed;
}
.incart_mobile_header_offer{
    width: 100%;
    background-color: #2A3132;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.incart_mobile_header_offer_inner{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 30px;
}
.incart_mobile_header_offer_inner_row{
    display: table-row;
    width: 100%;
}
.incart_mobile_header_offer_inner_cell{
    display: table-cell;
    vertical-align: middle;
	font-weight: 600;
	text-align: center;
}
.incart_mobile_header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background-color: #000000;
    z-index: 100;
    min-width: 320px;
    margin: 0px auto;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.incart_mobile_header_table {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #000000;
	display: table;
}
.incart_mobile_header_row{
    display: table-row;
    width: 100%;
}
#incart_mobile_burger{
    cursor: pointer;
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: middle;
    display: table-cell;
	width: 10px;
}
#incart_mobile_burger_outer{
    padding: 5px;
    vertical-align: middle;
    width: 25px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}
.incart_mobile_burger_line{
    width: 25px;
    height: 4px;
    margin-top: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #FFFFFF;
}
.incart_mobile_burger_line_top{
    width: 25px;
    height: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #FFFFFF;
}
.incart_mobile_logo{
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.incart_mobile_separator{
    display: table-cell;
    font-size: 0px;
    width: 10px;
}
.incart_mobile_logo_image{

}
.incart_mobile_basket{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    color: #FFFFFF;
	width: 40px;
}
.incart_mobile_currency{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 26px;
	width: 40px;
}
.incart_mobile_heart{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	width: 40px;
}
.incart_mobile_search{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	width: 40px;
}
#incart_mobile_search_pane{
    width: 100%;
    padding-top: 0px;
	padding-bottom: 5px;
    table-layout: fixed;
	display: table;
    height: 37px;
}
#incart_mobile_search_pane_no_services{
    width: 100%;
    padding: 10px;
    padding-top: 0px;
    box-sizing: border-box;
    position: fixed;
    display: none;
    z-index: 99;
    top:0;
    margin-top: 80px;
    height: 50px;
}
.incart_mobile_search_text_box_row{
    display: table-row;
    width: 100%;
}
.incart_mobile_search_text_box_outer{
    display: table-cell;
}
.incart_mobile_search_text_box_outer_button{
    display: table;
    width: 40px;
    background-color: #FFFFFF;
}
.incart_mobile_search_button_left_outer{
    width: 40px;
    display: table-cell;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.incart_mobile_search_button_right_outer{
    width: 40px;
    display: table-cell;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.incart_mobile_search_text_box{
    width: 100%;
    padding-left: 0px;
    padding-right: 5px;
	border: none;
    color: #667A7B;
	height: 37px;
}
#incart_mobile_search_outer{
	top: 88px;
	left: 10px;
	position: fixed;
	background-color: #FFFFFF;
	border: solid 1px #D0D0D0;	
	z-index: 100;
	border-radius: 5px;
	overflow-y: auto;
}
.incart_mobile_search_detail_tr{
    display: table-row;
    width: 100%;
}
.incart_mobile_search_detail_cell{
    display: table-cell;
    width: 100%;
    padding: 10px;
}
.incart_mobile_search_detail_no_cell{
    text-align: center;
    display: table-cell;
    width: 100%;
    padding: 10px;
}
.incart_mobile_search_detail_header_cell{
    display: table-cell;
    width: 100%;
    padding: 10px;
    background-color: #F2F2F2;
    font-weight: 600;
}

#incart_mobile_burger_pane{
    width: 90%;
	max-width: 400px;
    background-color: #F1F1F2;
    display: none;
    box-sizing: border-box;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
}
#incart_mobile_close_pane{
    position: fixed;
    width: 100%;
    z-index: 97;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.5);
}
.incart_mobile_burger_fixed{
    position: fixed;
    width: 100%;
}
.incart_mobile_burger_table{
    display: table;
    width: 100%;
    background-color: #FFFFFF;
}
.incart_mobile_burger_header{
    width: 100%;
    display: table-row;
}
.incart_mobile_burger_currency_header{
    width: 100%;
    display: table-row;
}
.incart_mobile_burger_currency_footer{
    width: 100%;
    display: table-row;
    height: 10px;
}
.incart_mobile_burger_header_left{
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    cursor: pointer;
    border-bottom: solid 1px #A0A0A0;
}
.incart_mobile_burger_header_left_last{
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    cursor: pointer;
}
.incart_mobile_burger_header_right{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    text-align: center;
    border-bottom: solid 1px #A0A0A0;
}
.incart_mobile_burger_header_right_last{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    text-align: center;
}
.incart_mobile_burger_currency_detail{
    width: 100%;
    display: table-row;
}
.incart_mobile_burger_vat_detail{
    width: 100%;
    display: table-row;
}
.incart_mobile_burger_detail_left{
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    cursor: pointer;
    border-bottom: solid 1px #A0A0A0;
}
.incart_mobile_burger_detail_left_last{
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    cursor: pointer;
}
.incart_mobile_burger_detail_right{
    width: 40px;
    height: 30px;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    cursor: pointer;
    color: #0000F0;
    text-align: center;
    border-bottom: dashed 1px #A0A0A0;
}
.incart_mobile_burger_detail_end_left{
    border-bottom: solid 1px #A0A0A0;
}
.incart_mobile_burger_detail_end_right{
    border-bottom: solid 1px #A0A0A0;
}
.incart_mobile_burger_detail_empty{
    padding-right: 22px;
}
.incart_mobile_burger_detail_not_empty{
    padding-right: 10px;
    font-size: 14px;
    color: #0000C0;
}
.incart_mobile_currency{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 26px;
}
#incart_mobile_currency_pane{
    width: 100%;
    background-color: #F1F1F2;
    display: none;
    padding: 10px;
    box-sizing: border-box;
}
#incart_mobile_basket_items_table{
    position: absolute;
    display: table;
    margin-left: 13px;
    margin-top: -10px;
	min-width: 20px;
}
.incart_mobile_basket_items_row{
    display: table-row;
    width: 100%;
}
.incart_mobile_basket_items_outer{
    display: table-cell;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    font-size: 10px;
}
.incart_mobile_features_outer{
    width: 100%;
    background-color: #F1F1F2;
}
.incart_mobile_features{
    width: 100%;
    padding-top: 10px;
}
.incart_mobile_features_table{
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.incart_mobile_features_row{
    display: table-row;
    width: 100%;
}
.incart_mobile_features_cell{
    display: table-cell;
    text-align: left;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
	vertical-align: middle;
}
.incart_mobile_features_image_cell{
    display: table-cell;
    text-align: right;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
	vertical-align: middle;
	padding-right: 10px;
	width: 40px;
}
.incart_mobile_features_cell_empty{
    display: table-cell;
    padding: 10px;
}
.incart_mobile_features_separator{
    display: table-cell;
    width: 25px;
}
.incart_mobile_features_image{
    vertical-align: middle;
    cursor: pointer;
}
@media all and (max-width: 759px){
    .incart_mobile_header{
        display: block;
    }
    .incart_mobile_features_outer{
        display: block;
    }
}
@media all and (min-width: 760px) and (max-width: 979px){
    .incart_mobile_header{
        display: block;
    }
    .incart_mobile_features_outer{
        display: block;
    }
}
@media all and (min-width: 980px) {
    .incart_mobile_header{
        display: none;
    }
    .incart_mobile_features_outer{
        display: none;
    }
}
