#sniperfast_bar, #sniperfast_search {
    display: none;
}
#sniperfast_search div {
    box-sizing: border-box;
}
#sniperfast_search div.checker {
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    margin: 7px 0 0 0;
}
#sniperfast_bar {
    color: #000!important;
    background: #eee;
    position: relative;
    left: 0;
    top: 0;
    display: none;
    padding: 15px;
    width: 100%;
    z-index: 2147483640;
}
#sniperfast_bar .sniperfast_bar_text {
    background: #f8f9fa;
    color: #333!important;
    font-size: 18px;
    padding: 13px 10px;
    margin: 2px 0 0 0;
    border: 2px solid #1e90ff!important;
    display: block;
    height: auto;
    outline: 0;
    line-height: 18px;
    width: 100%;
}
#sniperfast_body {
    display: flex;
    margin-left: 0;
    top: 180px;
    width: 100%;
    background: #fff;
    z-index: 2147483639;
    padding: 0;
    border-top: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 0 6px 6px rgba(0,0,0,.05);
}
#sniperfast_filters {
    background: #fff;
    padding: 20px;
    margin: 0 15px 0 0;
    flex: 0 0 250px;
    height: calc(100vh - 114px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.sniperfast_banner {
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 0 0 8px;
    color: #28bfb3;
    padding: 2px 4px;
    box-shadow: 0 0 0 rgba(40,191,179,.1);
    position: absolute;
    bottom: 0;
    right: 9px;
    z-index: 2147483638;
}
.sniperfast_banner a {
    color: #666!important;
}
.sniperfast_banner span {
    color: #1a9187;
}
.sniperfast_banner_mobile {
    display: none;
}
.snpf_banner_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}
#sniperfast_actions {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 10px;
    justify-content: flex-end;
}
.sniperfast_info {
    line-height: 30px;
    align-self: flex-start;
    flex: 1 1;
}
.snpf_invisible {
    display: none;
}
#sniperfast_results .sniperfast_select {
    position: relative;
    cursor: pointer;
    max-height: 40px;
    display: inline-block;
    margin: 0 5px;
}
#sniperfast_select_sort, #sniperfast_show_filters {
    margin: 0 5px;
    line-height: 36px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    padding: 0 30px 0 15px;
    cursor: pointer;
    height: 38px;
    color: #000;
    display: inline-block;
    position: relative;
}
@media (max-width: 325px){
    #snpf_selected_filters{
       display:none;
    }
}





.snpf-arrow-up {
    display: inline-block;
    width: 16px;
    position: absolute;
    top: 14px;
    margin: 0 0 0 5px;
}
.snpf-arrow-down {
    display: inline-block;
    width: 16px;
    position: absolute;
    top: -12px;
    margin: 0 0 0 5px;
}
.snpf-arrow-up:before {
    content: "";
    top: 30px;
    margin-top: -3px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid #666;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: none;
    pointer-events: none;
}
.snpf-arrow-down:before {
    content: "";
    top: 30px;
    margin-top: -3px;
    right: 0;
    width: 0;
    height: 0;
    border-top: none;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #666;
    pointer-events: none;
}
.snpf_sort_list {
    z-index: 2147483640;
    position: absolute;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px 5px!important;
    min-width: 280px;
    box-sizing: border-box;
    right: -1px;
}
#sniperfast_select_sort li {
    border-bottom: 1px solid #cccccc54;
    list-style-type: none;
}
#sniperfast_select_sort li:last-child {
    border-bottom: none;
}
#sniperfast_select_sort li:hover {
    background: #cccccc26;
}
#sniperfast_results .sniperfast_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    padding: 8px 30px 9px 10px;
    border: 1px solid #ccc;
    outline: 0;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
    color: #000;
    height: auto;
    line-height: normal;
    height: 38px;
}
.sniperfast_info_txt, .sniperfast_results_count {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 14px;
    color: #333;
}
.sniperfast_results_count {
    font-weight: 700;
}
.sniperfast_results_count {
    margin-right: 0;
}
.sniperfast_info_txt {
    margin: 0 10px;
}
#sniperfast_res_pp {
    padding: 0;
}
#sniper_close {
 font-size: 16px;
    line-height: 21px;
    margin: 0 6px;
    cursor: pointer;
    padding: 8px 10px 6px 10px;
    border: 1px solid #ccc;
    outline: 0;
    font-weight: 700;
    border-radius: 3px;
    height: 38px;
    width: 38px;
    text-align: center;
}
#sniper_close:hover {
    background: red;
    color: #fff;
}
#sniperfast_price_wrapper, .sniperfast_feature, .sniperfast_filter {
    position: relative;
    cursor: pointer;
    padding: 0;
    line-height: 22px;
    font-weight: 300;
    margin: 4px 0 4px 0;
    height: auto;
}
#sniperfast_price_wrapper{
    margin-bottom:36px;
}
.sniperfast_filter:last-child {
    margin-bottom: 100px;
}
#sniperfast_price_range, .sniperfast_filter .sniperfast_class_range {
    border: 1px solid #e6e6e6;
    margin: 5px 10px 10px 8px;
    background: #fff;
}
#sniperfast_price_range .ui-slider-range, .sniperfast_feature .ui-slider-horizontal .ui-slider-range, .sniperfast_filter .ui-slider-horizontal .ui-slider-range {
    height: 6px;
    top: 2px;
    background: #bdbdbd;
}
.sniperfast_attribute_box, .sniperfast_delivery_box, .sniperfast_feature_box, .sniperfast_manufacturer_box {
    margin: 5px 5px 0 1px;
    display: inline-block;
    position: absolute;
}
.sniperfast_show_more {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 2px 6px;
    margin: 5px 0;
    width: auto;
    display: inline-block;
    color: #000;
    font-size: 12px;
    display: none;
}
#sniperfast_price_amount, .sniperfast_feat_amount {
    color: #666!important;
    margin: 6px 0;
    font-size: 15px;
}
.sniperfast_attribute_txt, .sniperfast_category_txt, .sniperfast_delivery_txt, .sniperfast_feature_txt, .sniperfast_manufacturer_txt, .sniperfast_motorbike_txt {
    font-size: 13px;
    line-height: 15px;
    color: #333;
    display: inline-block;
    margin: 1px 0 0 0;
    padding: 0 0 0 10px;
    border-bottom: none!important;
    width: 83%;
}
.sniperfast_attribute_txt, .sniperfast_delivery_txt, .sniperfast_feature_txt, .sniperfast_manufacturer_txt {
    padding: 0 0 0 22px;
}
.snpf_cat_lv2 .sniperfast_category_txt {
    padding: 0 0 0 30px;
}
.snpf_cat_lv3 .sniperfast_category_txt {
    padding: 0 0 0 40px;
}
.snpf_cat_lv4 .sniperfast_category_txt {
    padding: 0 0 0 80px;
}
.snpf_txt_selected {
    font-weight: 700;
    padding-bottom: 2px;
    display: inline-block;
    margin: 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.snpf_txt_selected:hover {
    opacity: .5;
}
.sniperfast_category .snpf_txt_selected:after, .sniperfast_motorbike .snpf_txt_selected:after {
    content: "x";
    color: #f44336;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 13px;
    margin: -1px 0 0 3px;
    position: absolute;
    font-family: sans-serif;
}
.snpf_filters_title {
    font-size: 18px;
    line-height: 29px;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    width: 100%;
    margin: 0 0 2px 0;
    color: #000;
    -webkit-font-smoothing: auto;
}
.snpf_expand_filter {
    display: inline-block;
    right: 0;
    float: right;
    background: #e0e0e0;
    font-size: 18px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border-radius: 100%;
    padding: 0;
    margin: 4px 4px 0 4px;
    cursor: pointer;
    text-align: center;
}
.snpf_expand_filter:hover {
    background: #6d6d6d;
    color: #fff;
}
.snpf_cat snpf_cat_lv1 .snpf_txt_selected {
    border-bottom: none;
}
.snpf_mbk_lv2 {
    padding: 0 0 0 10px;
}
.sniperfast_attribute_num, .sniperfast_category_num, .sniperfast_delivery_num, .sniperfast_feature_num, .sniperfast_manufacturer_num, .sniperfast_motorbike_num {
    font-size: 12px;
    text-align: right;
    color: #ccc;
    display: inline-block;
    float: right;
}
.snpf_reset_all {
    border: 1px solid #e5e5e5;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    margin-right: 10px;
    margin: 0 0 5px 10px;
    color: #08c;
    padding: 8px 10px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.sniperfast_show_more:hover, .snpf_reset_all:hover, .snpf_reset_btn:hover {
    border: 1px solid #c1c1c1;
    color: #000;
    background: #f6f6f6;
}
.snpf_reset_btn {
    border: none;
    border: 1px solid #e5e5e5;
    background: #f4f4f4;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    margin-right: 10px;
    margin: 0 0 5px 10px;
    color: #08c;
    padding: 8px 10px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#sniperfast_results {
    background: #fff;
    padding: 10px 0;
    margin: 0;
    flex: auto;
    height: calc(100vh - 150px);
    width: 100%;
}
#sniperfast_results_wrapper {
    display: grid;
    min-width: 180px;
    -ms-grid-columns:(minmax(180px, 1fr)) [auto-fill];
    /* grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); */
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-auto-rows: min-content;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    background-color: inherit;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: scroll;
    /* height: calc(100vh - 319px)!important; */
}
#sniperfast_goto_allproduct{
    display:none;
}
.sniperfast_placeholder_text {
    text-align: center;
    margin-top: 10px;
    margin-left: 100px;
}
#sniperfast_footer_mobile {
    display: none;
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow:0 0 0 0 rgba(255,235,59,.4);
}
70% {
-webkit-box-shadow:0 0 0 10px rgba(255,235,59,0);
}
100% {
-webkit-box-shadow:0 0 0 0 rgba(255,235,59,0);
}
}
@keyframes pulse {
0% {
-moz-box-shadow:0 0 0 0 rgba(255,235,59,.4);
box-shadow:0 0 0 0 rgba(255,235,59,.4);
}
70% {
-moz-box-shadow:0 0 0 10px rgba(255,235,59,0);
box-shadow:0 0 0 10px rgba(255,235,59,0)
}
100% {
-moz-box-shadow:0 0 0 0 rgba(255,235,59,0);
box-shadow:0 0 0 0 rgba(255,235,59,0);
}
}
@-webkit-keyframes pulse2 {
0% {
border:1px solid rgba(255,235,59,.4);
}
70% {
border:1px solid rgba(255,235,59,0);
}
100% {
border:1px solid rgba(255,235,59,0);
}
}
@keyframes pulse2 {
0% {
border:1px solid rgba(255,235,59,.4);
}
70% {
border:1px solid rgba(255,235,59,0);
}
100% {
border:1px solid rgba(255,235,59,0);
}
}
@-webkit-keyframes pulse3 {
0% {
color:rgba(255,152,0,.3);
}
70% {
color:rgba(255,152,0,.7);
}
100% {
color:#ff9800;
}
}
@keyframes pulse3 {
0% {
color:rgba(255,152,0,.3);
}
70% {
color:rgba(255,152,0,.7);
}
100% {
color:#ff9800;
}
}
.sniperfast_product {
    width: auto!important;
    margin: 0!important;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: row nowrap;
    width: 180px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.sniperfast_product a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 6px 7px 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 5px 0 5px;
    border-bottom: 1px dotted #ccc;
}



.sniperfast_descr_content>:last-child {
    margin-bottom: 0;
}
.snpf_img_wrapper {
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 86px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sniperfast_product img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    border: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.snpf_no_free_shipping {
    height: 22px;
    display: block;
    margin: 0 0 4px 0;
}
.snpf_free_shipping {
    display: inline-block;
    position: relative;
    font-size: 11px;
    line-height: 11px;
    max-width: 170px;
    padding: 4px 6px 5px 2px;
    margin: 0 0 4px 0;
    width: auto;
    color: #057e00;
    text-transform: uppercase;
    letter-spacing: normal;
    border: 1px solid #0aff00;
    background: #fff;
    font-weight: 600;
    border-radius: 3px;
    height: 22px;
}
.snpf_free_shipping:before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 10px;
    background: url(https://cdn.sniperfast.com/images/active_ico.png) center center no-repeat;
    background-size: 16px 16px;
    margin: 0 2px 0 0;
}
.snpf_not_available {
    height: 22px;
    display: block;
    margin: 0 0 4px 0;
}
.snpf_available {
    display: inline-block;
    position: relative;
    font-size: 11px;
    line-height: 11px;
    max-width: 170px;
    padding: 4px 6px 5px 0px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: normal;
    background: #fff;
    font-weight: 600;
    height: 22px;
}
.snpf_prod_disc {
    color:#2b7af0;
}
.snpf_prod_avail {
    color:#00c000;
}
.snpf_prod_noavail {
    color: #000000
}
.snpf_prod_virt {
    color: #00c000;
}
.sniperfast_av_price_wrap {
    display: flex;
    justify-content: space-between;
}
.sniperfast_product:hover {
    opacity: .6;
}
.sniperfast_descr_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 80%;
}
.sniperfast_prod_ref {
    font-size: 11px;
    color: #999;
}
.sniperfast_prod_name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    word-wrap: break-word;
    margin-bottom: 10px;
    color: #000;
}
.sniperfast_prod_name em, .sniperfast_prod_ref em {
    background: #ffff0094;
}
.sniperfast_prod_desc_short {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    word-wrap: break-word;
    margin: 5px 0;
    color: #000;
    font-size: 12px;
}

#sniperfast_search .sniperfast_product .sniperfast_prod_img_alt {
    display: none;
}
.sniperfast_prod_price_content {
    margin-top: auto;
    text-align: right;
}
.sniperfast_prod_price_del {
    -ms-flex: 0 0 auto;
    margin-top: auto;
    display: inline-block;
    height: 25px;
    justify-content: flex-end;
    text-decoration: line-through;
    margin: 5px 5px 5px 0;
    font-weight: 400;
    font-size: 15px;
    opacity: .5;
    color: #000;
}
.sniperfast_prod_price {
    -ms-flex: 0 0 auto;
    display: inline-block;
    height: 25px;
    justify-content: flex-end;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
.sniperfast_prod_price img {
    display:inline-block;
}
.sniperfast_prod_price_val {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 700;
}
.snpf_condition {
    font-size: 11px;
    line-height: 11px;
    color: black;
    font-weight: 600;
    padding: 5px 0;
}
.sniperfast_rating_star {
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.sniperfast_rating_star img {
    display: block;
    height: auto;
    float: left;
}
.sniperfast_rating_count {
    background: #367e81;
    padding: 0 5px;
    color: #fff;
    border-radius: 4px;
    margin: 1px 0 0 6px;
    position: relative;
    font-size: 12px;
    height: 18px;
    display: block;
    float: left;
}
#sniper_close_footer {
    display: none;
}
#sniperfast_pagination {
    width: 600px;
}
.sniperfast_pagination_wrapper {
    display: flex;
    align-content: center;
    text-align: center;
    border-radius: 3px;
    max-height: 30px
}
.sniperfast_num_s, .sniperfast_pag_page {
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-right: none;
    text-decoration: none;
    white-space: nowrap;
}
.snpf_active {
    background-color: #1e90ff;
}
.sniperfast_pag_page:last-child {
    border-right: 1px solid #ccc;
}
.sniperfast_pag_prev, sniperfast_pag_next {
    flex: 4 1;
}
.sniperfast_pag_prev {
    border-radius: 3px 0 0 3px;
}
.sniperfast_pag_next {
    border-radius: 0 3px 3px 0;
}

@media (min-width:1367px) {
#sniperfast_filters, #sniperfast_results {
    min-height: 1050px;
}
#sniperfast_results_wrapper {
    height: 542px;
}
}

@media (max-width:1024px) {
#sniperfast_results {
    height: calc(100vh - 80px)!important;
}
.sniperfast_banner {
    display: none;
}
}

@media (min-width:993px) {
#sniperfast_results_found_mob, #sniperfast_show_filters {
    display: none;
}
}

@media (max-width:992px) {
#sniperfast_body {
    position: relative!important;
    top: auto!important;
}
#sniperfast_results_wrapper {
    height: auto!important;
    padding-bottom: 200px;
    overflow: hidden;
}
#sniper_close_footer, #sniper_return_top {
    display: block;
    margin: 0;
    width: 52px;
    height: 52px;
    background: #fff;
    border: 2px solid #ccc;
    position: fixed;
    bottom: 10px;
    z-index: 2147483640;
    border-radius: 100%;
    text-align: center;
}
#sniper_close_footer {
    color: red;
    line-height: 50px;
    font-size: 28px;
    left: 10px;
}
#sniper_return_top {
    line-height: 45px;
    font-size: 35px;
    right: 10px;
}
#sniper_close {
    display: flex;
    flex-flow: row;
    align-self: flex-end;
    margin: 6px 1%;
    float: right;
    right: 0;
    display: none;
}
#sniperfast_filters, #sniperfast_res_pp, #sniperfast_results_found {
    display: none;
}
#sniperfast_search {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
#sniperfast_filters {
    position: absolute;
    width: 100%;
    z-index: 2147483640;
    top: 58px;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px;
    margin: 0 15px 0 0;
    flex: 0 0 250px;
    height: calc(100vh - 114px);
    overflow-y: auto;
    overflow-x: hidden;
}
#sniperfast_body {
    top: 80px;
    height: calc(100vh - 94px)!important;
    padding: 0;
}
#sniperfast_search .sniperfast_product a {
    text-decoration: none;
}
#sniperfast_search .sniperfast_product .sniperfast_prod_name {
    padding: 6px 0 6px 0;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    color: #000;
    margin: 0;
}
#sniperfast_footer_mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 43px;
    background: #fff;
    display: block;
    z-index: 2147483640;
    cursor: pointer;
    padding: 9px 10px;
}
#sniper_close_footer:hover {
    background: red;
    color: #fff;
}
#sniperfast_scroll_warning {
    bottom: 0;
}
.sniperfast_banner_mobile {
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #28bfb3;
    padding: 2px 4px;
    box-shadow: 0 0 0 rgba(40,191,179,.1);
    bottom: 0;
    width: 150px;
    z-index: 2147483640;
}
.sniperfast_banner_mobile a {
    color: #666!important;
}
.sniperfast_banner_mobile span {
    color: #1a9187;
}
#sniperfast_search_container #sniperfast_filters {
    display: none!important;
}
.snpf_sort_list {
    position: absolute;
    width: auto!important;
    z-index: 2147483640;
    top: auto;
    background: #fff;
    padding: 20px;
    flex: none;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f9f9f9;
    border: none;
    margin: 11px 0 0 0;
}
}

@media (max-width:768px) {
#sniperfast_body {
    position: relative!important;
    top: auto!important;
}
#sniperfast_results {
    height: auto!important;
}
#sniperfast_actions {
    padding: 0 15px;
}
#sniperfast_filters {
    top: 56px;
    overflow-y: auto;
    /* height: auto!important; */
}
.snpf_img_wrapper {
    max-height: 132px;
}
}

@media (min-width:419px) and (max-width:812px) and (orientation:landscape) {
#sniperfast_results {
    height: calc(100vh - 80px)!important;
}
}

@media (max-width:600px) {
#sniperfast_search .sniperfast_product .sniperfast_prod_name {
    font-size: 14px;
    line-height: 18px;
    /* max-width: 178px; */
}
#sniperfast_filters {
    top: 48px;
    overflow-y: auto;
    height: 100%!important;
    margin: 0;
    padding-bottom: 150px;
    flex: none;
}
.snpf_sort_list {
    right: auto;
    left: -16px;
    top: 31px;
    width: 100vw!important;
    height: 100vh;
}
}

@media (max-width:600px) {
#sniperfast_filters {
    height: 75%;
    height: calc(100vh - 172px);
}
#sniperfast_results {
    height: auto!important;
    padding: 5px 0;
    z-index: 2147483638;
}
#sniperfast_actions {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 5px;
    justify-content: flex-start;
}
#sniperfast_results .sniperfast_select {
    margin: 5px 1% 0 0;
    margin-left: 0;
    width: 49%;
}
#sniperfast_select_sort {
    width: 49%;
    margin: 0 1% 0 0;
}
#sniperfast_reset {
    margin: 0 0 0 5px;
}
#sniperfast_show_filters {
    width: 49%;
    margin: 0 0 0 1%;
}
#sniperfast_show_filters .snpf_expand_filter {
    display: inline-block;
    right: 0;
    float: right;
    background: #e0e0e0;
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    border-radius: 3px;
    padding: 0;
    margin: 5px 0 0 4px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
}
.snpf_expand_filter {
    display: inline-block;
    right: 0;
    float: right;
    background: #e0e0e0;
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 100%;
    padding: 0;
    margin: 2px 0 0 4px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
}
.snpf_filters_title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    width: 100%;
    margin: 2px 0 0 0;
    color: #000;
}
.sniperfast_attribute_txt, .sniperfast_category_txt, .sniperfast_feature_txt, .sniperfast_manufacturer_txt {
    font-size: 16px;
    line-height: 24px;
}
.snpf_reset_all {
    margin-left: 10px;
}
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
.sniperfast_product {
    display: block;
}
}
#search_popup {
    display: none;
}
.sniperfast_placeholder_text {
    display: none;
}
#sniperfast_search_container #sniperfast_body {
    position: static !important;
    right: 0;
}
#sniperfast_search_container #sniper_close {
    display: none;
}
#sniperfast_search_container #sniperfast_actions {
    margin: 0 15px 10px 0;
}
#sniperfast_search_container #sniperfast_body {
    background: 0 0;
    z-index: 2147483639;
    top: 0!important;
    border-top: none;
    box-shadow: none;
}
#sniperfast_search_container #sniperfast_filters {
    background: #fff;
}
#sniperfast_search_container #sniperfast_results_wrapper {
    padding: 5px;
}
#sniperfast_search_container .sniperfast_banner {
    font-size: 12px;
    text-align: center;
    display: block;  
    color: #28bfb3;
    border: none;
    padding: 2px 6px;
    box-shadow: 0 0 0 rgba(40,191,179,.1);
    position: absolute;
    bottom: 5px;
    margin: 5px;
    left: initial;
    right: 5px;
    z-index: 2147483640;
}

@media (max-width:992px) {
#sniperfast_search_container #sniperfast_show_filters, #sniperfast_search_container .sniperfast_banner {
    display: none!important;
}
}

/*TPL2 override */
@media (min-width: 992px){
	#sniperfast_search .tpl2 {
		width: 900px !important;
		right: 16.3%;
		height: 750px !important;
		flex-direction: row;
		padding: 10px 0 0 0;
		top: 152px;
	}

.tpl2 #sniperfast_actions {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 0 10px;
    justify-content: flex-end;
    /* position:absolute; */
    top: 4px;
    flex: 0 0 100%;
    width: 100%;
}
.tpl2 #sniper_close {
  /* padding:5px; */
  /* height:32px; */
  /* width:32px; */
}
.tpl2 #sniperfast_reset,
.tpl2 #sniperfast_select_sort{/* display:none; */}

.tpl2 .sniperfast_filter {
  /* height: 67px; */
  /* overflow: hidden; */
}
.tpl2 #sniperfast_price_wrapper,
.tpl2 #sniperfast_attributes {
    display:none;
}

.tpl2 #sniperfast_filters, .tpl2 #sniperfast_results {
    min-height: auto !important;
    height:auto;
    /* overflow: hidden; */
    flex: auto;
}
.tpl2 #sniperfast_filters {
    margin:0;
    padding:0 15px;
    /* display: flex !important; */
    width: 30%;
}
.tpl2 .sniperfast_info_txt, .tpl2 .sniperfast_results_count {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 16px;
    color: #333;
}
.tpl2 .snpf_filters_title {
    font-size: 16px;
    line-height: 29px;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    width: 100%;
    margin: 0 0 2px 0;
    color: #000;
    -webkit-font-smoothing: auto;
}
.tpl2 #sniperfast_more_manufacturers{ 
    display:none;
}
.tpl2 .sniperfast_show_more {
    padding: 0px 6px;
    margin: 0;
    float:right;
    position:relative;
    cursor: pointer;
    font-weight: 700;
    line-height: 29px;
    display: none;
}
.tpl2 .snpf_expand_filter{/* display:none; */}

.tpl2 #sniperfast_results {
    background: #fff;
    padding: 0 0 10px 0;
    margin: 0;
    flex: auto;
    height: auto !important;
    width: 70%;
    min-height: auto;
    overflow: auto;
}

.tpl2 #sniperfast_goto_allproduct{
    display:block;
    margin:5px 10px 0 0;
}

.tpl2 #sniperfast_results_wrapper {
    display: flex;
    min-width: none;
    -ms-grid-columns:(minmax(180px, 1fr)) [auto-fill];
    grid-template-columns: auto;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-auto-rows: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    background-color: inherit;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: space-between;
    /* -webkit-box-align: start; */
    /* -webkit-align-items: flex-start; */
    -ms-flex-align: start;
    /* align-items: flex-start; */
    overflow-x: hidden;
    overflow-y: auto;
    height: max-content !important;
    /* min-height: auto; */
    max-height: 603px;
}

.tpl2 .sniperfast_product a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: column nowrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 0 0 auto;
    padding: 0 6px 0px 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: block; */
    margin: 5px 5px 5px 5px;
    border-bottom: none;
    /* height: 100px; */
    /* display: block; */
}

.tpl2 .sniperfast_product {
    width: 100%!important;
    margin: 5px 0 0 0!important;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    padding: 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    /* display: flex; */
    border-bottom: 1px dotted #ccc;
}
.tpl2 .sniperfast_product:first-child {
    border-top: 1px dotted #ccc !important;
    /* padding: 5px; */
}

/*limit to first 3 products*/
.tpl2 .sniperfast_product:nth-child(n+4){
    /* display:none; */
}
/*limit to first 3 category*/
.tpl2 .snpf_cat:nth-child(n+4){
    /* display:none; */
}
/*limit to first 3 manufactures*/
.tpl2 .sniperfast_manufacturer:nth-child(n+4){
    display:none;
}

.tpl2 .snpf_img_wrapper {
    margin: 0 2% 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 90px;
    width: 18%;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: inline-block; */
}
.tpl2 .sniperfast_prod_ref {
    font-size: 10px;
    color: #999;
}
.tpl2 .sniperfast_prod_name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    word-wrap: break-word;
    margin: 5px 0;
    color: #000;
    font-size: 15px;
}

.tpl2 .sniperfast_prod_price_content {
    margin-top: 0;
    text-align: right;
}
.tpl2 .sniperfast_prod_price_del {
    -ms-flex: 0 0 auto;
    margin-top: auto;
    display: inline-block;
    height: 25px;
    justify-content: flex-end;
    text-decoration: line-through;
    margin: 5px 5px 0px 0;
    font-weight: 400;
    font-size: 12px;
    opacity: .5;
    color: #000;
}
.tpl2 .sniperfast_prod_price {
    -ms-flex: 0 0 auto;
    margin-top: auto;
    display: inline-block;
    height: 25px;
    justify-content: flex-end;
    margin: 5px 0 0px 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.tpl2 .sniperfast_rating_star {
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 1 1 auto;
    width: 100px;
    position: absolute;
    /* top: 0; */
    right: 0;
    /* display: block; */
    /* flex: none; */
    order: -1;
}
.tpl2 .sniperfast_rating_count {
    background: #367e81;
    padding: 0 5px;
    color: #fff;
    border-radius: 4px;
    margin: -1px 0 0 6px;
    position: relative;
    font-size: 10px;
    height: 16px;
    display: block;
    float: left;
}
.tpl2 .sniperfast_rating_star img {
    display: block;
    height: unset;
    width: 64px;
    float: left;
}

.tpl2 .snpf_top_wrapper{
    width: 100%;
    flex: 0 0 auto;
    display: none;
}
.tpl2 .snpf_info_wrapper{
    width: 73%;
    flex: 0 0 auto;
    /* height: 100px; */
    /* overflow: hidden; */
    /* display: inline-block; */
    flex-flow: column wrap;
    display: flex;
}
.tpl2 .sniperfast_banner {display:none;}
}
#sniperfast_contact_form {
    height:750px;
    background-color:#fff;
    padding:0 8px;
}
.gformbuilderpro_content.row {
    width:100%;
}
#sniperfast_contact_form .formbuilder_group .col-md-8 {
    padding-left:25px;
    padding-right:25px;
}
#sniperfast_contact_form .formbuilder_group .col-md-4 {
    padding-left:25px;
}
#sniperfast_contact_form .gformbuilderpro_action {
    padding-left:10px;
}