#search-results-body .page-title {
  color: #acacac;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  margin-bottom: 25px;
  margin-top: 15px;
}
#search-results-body .page-title > span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
}
#search-results-body .page-title > span > span {
  color: #4d4d4d;
}
#search-results-body .sorting-and-view {
  /*margin-left: -15px;
  margin-right: -15px;*/
}

/*Search results tabs*/

#search-results-body .item-tabs {
  padding-bottom: 15px;
  /*padding-top: 30px;*/
}
#search-results-body .nav-tabs {
  margin-bottom: 15px;
  /*margin-left: -15px;
  margin-right: -15px;*/
}
#search-results-body .nav-tabs > li > a {
  border-radius: 0;
  color: #205c9e;
  font-size: 16px;
  position: relative;
}
#search-results-body .nav-tabs > li.active> a {
  color: #404041;
}
#search-results-body .nav-tabs > li > a::after {
  content: '';
  height: 3px;
  left: -1px;
  position: absolute;
  top: -1px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: calc(100% + 2px);
}
#search-results-body .nav-tabs > li.active > a::after {
  background-color: #ed4f4e;
}
#search-results-body .nav-tabs > li > a > small {
  color: #bcbec1;
  font-size: 12px;
  font-weight: 300;
}
#search-results-body .tab-content {
  /*color: #848788;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#search-results-body .tab-content .sorting {
  line-height: 20px;
}

/*/Search results tabs*/


/*Item list*/

#search-results-body .item-list {
  /*margin-bottom: 15px;*/
}

/*Item tile full*/

#search-results-body .item-list.full .breadcrumbs {
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 0;
}
#search-results-body .item-list.full .breadcrumbs ul li {
  /*line-height: 16px;*/
  margin-left: 0;
  margin-right: 5px;
}
#search-results-body .item-list.full .breadcrumbs.gray a {
  color: #a9a9a9;
}
#search-results-body .item-list.full .breadcrumbs.gray a:hover {
  color: #909090;
}
#search-results-body .item-list.full .price-item-tile {
  border: 0px solid #e6e7e8;
  border-bottom-width: 1px;
  display: table;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  width: 100%;
}
#search-results-body .item-list.full .price-item-tile:last-of-type {
  margin-bottom: 30px;
}
#search-results-body .item-list.full .price-item-tile > div {
  display: table-row;
}
#search-results-body .item-list.full .price-item-tile > div > * {
  display: table-cell;
  vertical-align: top;
}
#search-results-body .item-list.full .price-item-tile .img-wrap {
  padding-right: 15px;
}
#search-results-body .item-list.full .price-item-tile .img-wrap .item-image {
  background-size: cover;
  background-position: center;
  border-left: 0;
  display: inline-block;
  width: 250px;
  position: relative;
}
#search-results-body .item-list.full .price-item-tile .img-wrap .item-image .discount-badge {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 30px;
  background: #FF0000;
  padding: 0px 10px;
  line-height: 45px;
}
#search-results-body .item-list.full .price-item-tile .img-wrap .item-image img {
  height: auto;
  max-height: 178px;
  max-width: 100%;
  opacity: 0;
  width: 250px;
}
#search-results-body .item-list.full .price-item-tile .description-wrap {
  padding: 0 15px;
  width: 100%;
}
#search-results-body .item-list.full .price-item-tile .description-wrap .item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
#search-results-body .item-list.full .price-item-tile .description-wrap .description {
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
}
#search-results-body .item-list.full .price-item-tile .description-wrap .description > div {
  margin-bottom: 5px;
}
#search-results-body .item-list.full .price-item-tile .description-wrap .description > div p {
  white-space: normal !important;
}
#search-results-body .item-list.full .price-item-tile .description-wrap .description .property {
  color: #9f9f9f;
  display: inline-block;
  padding-right: 5px;
}
#search-results-body .item-list.full .price-item-tile .price-wrap {
  background-color: #f4f6f7;
  min-width: 175px;
  padding: 5px 15px;
  vertical-align: middle;
  width: 180px;
}
#search-results-body .item-list.full .price-item-tile .old-price, #search-results-body .item-list.full .price-item-tile .price {
  color: #ed4f4e;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
#search-results-body .item-list.full .price-item-tile .old-price {
  text-decoration: line-through;
  margin-bottom: 5px;
}
#search-results-body .item-list.full .price-item-tile .price {
  margin-bottom: 15px;
}
#search-results-body .item-list.full .price-item-tile .price-wrap .btn {
  background-color: transparent;
  border: 2px solid #205c9e;
  color: #205c9e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#search-results-body .item-list.full .price-item-tile .price-wrap .btn:hover {
  background-color: #074385;
  border: 2px solid #074385;
  color: #fff;
}
#search-results-body .item-list.full .price-item-tile .price-wrap .compare {
  display: inline-block;
  font-weight: 300;
  margin-top: 5px;
  padding: 1px 5px 2px;
  text-decoration: none;
}
#search-results-body .item-list.full .price-item-tile .price-wrap .compare .fa {
  margin-right: 5px;
}
#search-results-body .item-list.full .price-item-tile .price-wrap .compare.active {
  background-color: #d6d6d6;
}
#search-results-body .item-list.full .shortened-price-block, #search-results-body .item-list.full .vertical-price-block {
  display: none;
}

/*/Item tile full
*******************************************************************************************/


/*Item tile shortened*/

#search-results-body .item-list.shortened .full-price-block, #search-results-body .item-list.shortened .vertical-price-block {
  display: none;
}
#search-results-body .item-list.shortened table {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 15px;
  width: 100%;
}
#search-results-body .item-list.shortened table tr.header {
  background-color: #205c9e;
  color: #fff;
}
#search-results-body .item-list.shortened table .content-row {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
#search-results-body .item-list.shortened table .content-row:hover {
  background-color: #e1fbdc;
}
#search-results-body .item-list.shortened table .content-row:hover .buy a {
  background-color: #205c9e;
  color: #fff;
}
#search-results-body .item-list.shortened table td.big-title {
  background-color: #ecf0f1;
  border-bottom: 2px solid #d3d9db;
  font-size: 14px;
  text-transform: uppercase;
}
#search-results-body .item-list.shortened th, #search-results-body .item-list.shortened td {
  padding: 10px 7px;
}
#search-results-body .item-list.shortened th:first-of-type, #search-results-body .item-list.shortened td:first-of-type {
  padding-left: 10px;
}
#search-results-body .item-list.shortened th:last-of-type, #search-results-body .item-list.shortened td:last-of-type {
  padding-right: 10px;
}
#search-results-body .item-list.shortened .image-col a {
  display: inline-block;
  position: relative;
}
#search-results-body .item-list.shortened .image-col a .discount-badge {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 15px;
  background: #FF0000;
  padding: 0px 5px;
  line-height: 20px;
}
#search-results-body .item-list.shortened .image-col img {
  height: auto;
  width: 65px;
}
#search-results-body .item-list.shortened .buy-compare-col > div {
  text-align: center;
}
#search-results-body .item-list.shortened .buy-compare-col .buy {
  height:30px;
}
#search-results-body .item-list.shortened .buy-compare-col .buy a {
  border-radius: 15px;
  background-color: #f5f5f5;
  display: block;
  height: 30px;
  margin-bottom: 15px;
  padding-top: 6px;
  width: 30px;
}
#search-results-body .item-list.shortened .buy-compare-col .buy.red a {
  background-color: #f30c0c;
  color: #fff;
}
#search-results-body .item-list.shortened .buy-compare-col .buy.blue a {
  background-color: #205c9e;
  color: #fff;
}
#search-results-body .item-list.shortened .buy-compare-col .compare.red a {
  color: #f30c0c;
}
#search-results-body .item-list.shortened .buy-compare-col .compare.blue a {
  color: #205c9e;
}
#search-results-body .item-list.shortened .buy-compare-col a {
  font-size: 16px;
}
#search-results-body .item-list.shortened .buy-compare-col div:last-of-type a {
  color: #b4b3b4;
}
#search-results-body .item-list.shortened .buy-compare-col div:last-of-type a:hover {
  color: #9B9A9B;
}
#search-results-body .item-list.shortened .price-col .old-price {
  text-decoration: line-through;
}
#search-results-body .item-list.shortened .price-col .price {
  border-bottom: 1px dotted;
  color: #f30c0c;
  text-decoration: none;
}
.catsblock {
  background-color: #e6e7e8;
  margin: 3px 0 5px 0;
}
.catsblock .cat {
  margin: 3px 5px 3px 10px;
}
.cats-wrapper{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    min-height: 45px;
}
.cats-wrapper a:hover{
  text-decoration:none;
}
@media only screen and (max-width: 600px) {
  .modal-autocomplete{display:block!important;}
  .modalsearch .submitbtn {z-index:9;}
  .cats-wrapper{display:none;}
  .modalsearch_active{
    position: fixed;
    top: 0;
    padding: 5px;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    height: 100%;
  }
  .mobile_filters_footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    background-color: #205c9e;
    text-align: center;
    padding: 15px 0;
  }
  .mobile_filters_footer a {
    color:white;
  }
  .mobilerow{display: block!important;}
  .hiddenmobile{display:none;}
  .mobile_filters{
    display:none;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-indeX: 9999;
  }
  .mobile_sorting{
    display:none;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #464646d9;
    z-indeX: 9999;
  }
  .mobile_sorting .sorting_block{
    background-color: #fafafa;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 25%;
  }
  .mobile_sorting .sorting_overlay{
    width:100%;
    height:75%;
  }
  .mobile_sorting .sorting_block .sorthead {
    text-align: center;
    font-weight: bold;
    font-size: larger;
    padding: 10px;
  }
  .mobile_sorting .sorting_block .sortbody div{
    font-size: larger;
    padding: 5px 0 10px 15px;
  }
}
.mobilerow{display:none;}
.modalsearch .arrowback{
  display:none;
  position: absolute;
  color: #d9dada;
  /*background-color: #f4f5f6;
  border-color: #F4F5F6;*/
  border-width: 1px 1px 1px 0;
  font-size: 20px;
  padding-top: 8px;
  height: 46px;
  width: 46px;
  padding-left: 8px;
}
.modalsearch .modal-autocomplete div {
  margin: 15px 0 15px 0;
  font-size:14px;
}
.modalsearch .modal-autocomplete a {
  padding: 9px;
}
.modalsearch .modal-autocomplete div div {
  margin: 15px 5px;
}
.modalsearch .modal-autocomplete div div span{
  margin-right:7px;
}
.modalsearch .modal-autocomplete .autotaps {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 5px 5px 5px;
  overflow: hidden;
  max-height: 75px;
}
.modalsearch .modal-autocomplete .autotaps a {
  min-width: 31%;
  padding: 5px 3px;
  border: 1px solid #205c9e;
  border-radius: 3px;
  margin: 3px;
  color: #404041;
  text-align: center;
  height: 30px;
}

.mobile_filters .range-slider-wrap {
  padding-bottom: 20px;
  padding-top: 20px;
}
.mobile_filters #mob-price-slider-range {
  background-color: #e6e7e8;
  border-radius: 6px;
  height: 12px;
  position: relative;
  width: 100%;
}
.mobile_filters #mob-price-slider-range .ui-slider-handle {
  background-color: #e9eef2;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  top: -5px;
  width: 20px;
}
.mobile_filters #mob-price-slider-range .ui-slider-range {
  background-color: #5296fb;
  height: 12px;
  position: absolute;
}
.mobfilter_main {
  padding: 10px 25px;
  margin-bottom: 70px;
}
.mobfilter_list{
  width:100%;
}
.mobfilter_list>*{
  width:100%;
  display:block;
}
.mobfilter_list .mob-selectCat{
  margin:5px;
}
.mobfilter_list label {
  margin:5px;
  display:inline-flex;
}
.mobfilter_list label span{
  position: absolute;
  right: 5px;
  margin-top: 2px;
}
.mobfilter_list label div {
  width:100%;
  padding:0 25px 0 15px;
  display:block;
}
.mobfilter_list input {margin:0;}
.mobfilter_cat {
  margin: 20px 0;
}
.mobfilter_cat-active {
  display: inline-flex;
  position: absolute;
  top: 85px;
  left: 0;
  bottom: 0;
  background-color: #fafafa;
  z-index: 999;
  margin-bottom: 55px;
  padding:5px 7px 0 5px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mobfilter_cat .mobfilter_cat_head {
  display:block;
}
.mobfilter_cat_head .caticon-close {display:none;}
.mobfilter_cat_head input {display:none;}
.mobfilter_cat_head-active{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fafafa;
  width: 100%;
  height: 86px; 
  padding: 0 15px 7px 15px;
  text-align: center;
}
.mobfilter_cat_head-active .caticon-close {
  display:block;
  position: absolute;
  margin-top: -2em;
  right: 25px;
  padding: 0 5px;
  color: #b0b0b0;
  border-radius: 20px;
  border: 1px solid;
}
.mobfilter_cat_head-active input{
  display:block;
}
.mobfilter_list .catlist_filter {
  display:block;
}
.mobfilter_cat h4{
  font-weight:bold;
}
.mobfilter_cat div{display:none;}
.mobfilter_cat .caticon {
  position: relative;
  float: right;
  font-size: 16px;
}
.mobfilter_main .price {
  margin-bottom: -15px;
}
.mobfilter_main .price .from-to {
  display: inline-flex;
  width: 100%;
}
.mobfilter_main .price .title {
  font-weight: bold;
  margin: 5px 0;
}
.mobfilter_main .price .from{
  width:50%;
  float:left;
  display: inline-flex;
}
.mobfilter_main .price div span{
  width: 23px;
  color: #b6b6b6;
  border: 1px solid #e6e7e8;
  border-right: none;
  background-color: white;
  border-radius: 3px 0 0 3px;
  padding: 9px 0 0 7px;
}
.mobfilter_main .price .from input{
  border: 1px solid #e6e7e8;
  border-radius: 3px;
  color: #b6b6b6;
  padding: 10px;
  width: 100%;
  border-left: none;
}
.mobfilter_main .price .to input{
  border: 1px solid #e6e7e8;
  border-radius: 3px;
  color: #b6b6b6;
  padding: 10px;
  width: 100%;
  border-left: none;
}
.mobfilter_main .price .to{
  display: inline-flex;
  width:50%;
  float:right;
}
.mobile_filters .fhead {
  display: inline-flex;
  width: 100%;
  padding: 10px;
  font-weight: bold;
}
.mobile_filters .fhead a {
  border: 1px solid;
  border-radius: 5px;
  padding: 3px 4px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  white-space: nowrap;
}
.mobile_filters .fhead div {width:33%;}
.mobile_filters .fhead div:nth-child(2){
  text-align:center;
  font-size:larger;
}
.mobile_filters .fhead div:nth-child(3){text-align:right;}
.locHistCleaner{
  float: right;
  color: gray;
  cursor:pointer;
}
.autocomplete-keywords .localHistory {
  padding: 6px 0 6px 9px;
}
.autocomplete-keywords .localHistory:hover {
  background-color:#dcdcdc;
}
.localHistory a {
  color:#474a4b;
}
.autohist a {
  color:#4b0070;
}
.cats-wrapper::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 3px;
}
.cats-wrapper::-webkit-scrollbar {
  height: 9px;
}
.cats-wrapper .cat{
  display: inline-flex;
  color:#404041;
  overflow: hidden;
  margin: 0 15px;
  padding: 3px;
  border-radius: 5px;
  border:1px solid #fff;
}
.cats-wrapper .cat:hover{
  border-color:#e0e0e0;
}
.cats-wrapper .cat img{
  float: left;
  height: 65px;
  margin-right: 5px;
}
.cats-wrapper .cat span {
  color: #76767d;
}
.cats-wrapper .cat .cat-desc{
  padding:5px;
}
.mob-tabs{
  display: flex;
  margin: -15px 0 -5px 0;
}
.tabs-wrapper{
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  min-height: 40px;
  padding-top: 5px;
}
.tabs-wrapper::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 3px;
}
.tabs-wrapper::-webkit-scrollbar {
  height: 3px;
}
.tabs-wrapper .cat {
  padding: 5px;
  margin: 5px;
  border: 1px solid #205c9e;
  border-radius: 5px;
}
.search_clarification{
  display: flex;
  padding: 10px 0 0;
  margin-bottom: -5px;
  float:left;
  width: 100%;
}
.search_clarification span {
  padding: 5px 10px;
  font-weight: bold;
}
.search_clarification .cats-wrapper .cat{
  width:auto;
  border: 1px solid #205c9e;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 0 3px;
  text-decoration: none;
}
.search_clarification .cats-wrapper .cat:hover{
  background-color:#205c9e;
  color:white;
}
.zero_results{
  background-color: #e6e7e8;
  border-radius: 5px;
  padding: 20px;
  margin: 5px 0 15px 0;
  text-align: center;
}

#modalsearchcontainer{
  padding-top:5px;
}

.saleInfoModalPriceList {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border-radius: 3px;
  line-height: 1.25;
  padding: 30px 15px 20px;
  width: 270px;
}
.saleInfoModalPriceList .close-modal {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  width: 30px;
}
.saleInfoModalPriceList .close-modal .fa-times {
  color: #acacac;
  cursor: pointer;
  line-height: 30px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.saleInfoModalPriceList .close-modal:hover .fa-times {
  color: #939393;
}
.saleInfoModalPriceList .red {
  color: #be1e2d;
}

.modal-autocomplete{
  display:none;
}

/*/Item tile shortened
*******************************************************************************************/


/*Item tile vertical*/

#search-results-body .item-list.vertical .full-price-block, #search-results-body .item-list.vertical .shortened-price-block {
  display: none;
}
#search-results-body .item-list.vertical {
  padding-top: 15px;
}
#search-results-body .item-list.vertical .title {
  color: #404041;
  font-size: 24px;
  margin: 0;
}
#search-results-body .item-list.vertical .offer-tile {
  /*height: 600px;*/
  margin-bottom: 30px;
}
#search-results-body .item-list.vertical .offer-tile .offer-image {
  background-position: center;
  background-size: cover;
  border: 12px solid #fff;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  display: block;
  height: 190px;
  position: relative;
  width: 100%;
}
#search-results-body .item-list.vertical .offer-tile .offer-image .discount-badge {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 30px;
  background: #FF0000;
  padding: 0px 10px;
  line-height: 45px;
}
#search-results-body .item-list.vertical .offer-tile > a::before {
  background-color: black;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: 100%;
}
#search-results-body .item-list.vertical .offer-tile:hover > a::before {
  opacity: 0.2;
}
#search-results-body .item-list.vertical .offer-tile .description {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  padding: 20px 12px 12px 12px;
}
#search-results-body .item-list.vertical .offer-tile .title {
  color: #034ea1;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  text-decoration: none;
}
#search-results-body .item-list.vertical .offer-tile a.title {
  color: #034ea1;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-decoration: none;
}
#search-results-body .item-list.vertical .offer-tile a.title:hover {
  color: #003588;
}
#search-results-body .item-list.vertical .offer-tile .brand-and-price {
  height: 50px;
  line-height: 25px;
  margin-bottom: 15px;
  overflow-y: hidden;
  position: relative;
  text-align: right;
}
#search-results-body .item-list.vertical .offer-tile .brand-and-price .brand-logo {
  display: inline-block;
  float: left;
  height: 100%;
  max-width: 75px;
  position: relative;
  width: 40%;
}
#search-results-body .item-list.vertical .offer-tile .brand-and-price .brand-logo img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: auto;
  left: 0;
  max-height: 50px;
  max-width: 100%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: auto;
}
#search-results-body .item-list.vertical .offer-tile:hover .brand-and-price .brand-logo img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
#search-results-body .item-list.vertical .offer-tile .brand-and-price .price {
  background-color: #fff;
  box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  color: #be1e2d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  right: 0;
  padding-left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search-results-body .item-list.vertical .offer-tile .brand-and-price .dimension {
  color: #bdc3c7;
  display: inline-block;
  font-weight: 300;
}
#search-results-body .item-list.vertical .offer-tile .btn {
  border: 2px solid #366ca8;
  color: #366ca8;
  /*color: white;*/
  font-weight: 700;
  line-height: 46px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
}
#search-results-body .item-list.vertical .offer-tile .btn .fa {
  margin-right: 10px;
}
#search-results-body .item-list.vertical .offer-tile .btn:hover, #search-results-body .item-list.vertical .offer-tile .btn:focus {
  background-color: #366ca8;
  color: #fff;
}
#search-results-body .item-list.vertical .offer-tile .offer-image {
  position: relative;
}
#search-results-body .item-list.vertical .offer-tile .offer-image:after {
  border: 1px solid #e7e7e7;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
  content: '';
  display: block;
  height: calc(100% + 12px);
  left: -12px;
  position: absolute;
  top: -12px;
  width: calc(100% + 24px);
}
#search-results-body .item-list.vertical .offer-tile .description {
  border: 1px solid #e7e7e7;
  border-top-width: 0;
}
#search-results-body .item-list.vertical .offer-tile .compare {
  margin-top: 15px;
  text-align: center;
}
#search-results-body .item-list.vertical .offer-tile .compare .compare-link {
  display: inline-block;
  text-decoration: none;
  padding: 3px 5px;
}
#search-results-body .item-list.vertical .offer-tile .compare .compare-link span {
  border-bottom: 1px dotted;
}
#search-results-body .item-list.vertical .offer-tile .compare .compare-link.active {
  background-color: #d6d6d6;
}

#search-results-body .item-list.vertical .offer-tile .specifications {
  color: #888888;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.1;
}
#search-results-body .item-list.vertical .offer-tile .specifications > div {
  margin-bottom: 3px;
}
#search-results-body .item-list.vertical .offer-tile .specifications > div p {
  white-space: normal !important;
}
#search-results-body .item-list.vertical .offer-tile .specifications .property {
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
}

/*/Item tile vertical
*******************************************************************************************/

#search-results-body .cat-photos {
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
#search-results-body .cat-photos .cat-photo {
  float: left;
  padding: 0 15px;
  width: 16.66666667%;
}
#search-results-body .cat-photos .cat-photo-link {
  background-color: lightgray;
  background-position: center;
  background-size: cover;
  display: block;
  height: 130px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
#search-results-body .cat-photos .cat-photo-link:before {
  background-color: black;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: 100%;
}
#search-results-body .cat-photos .cat-photo-link:hover:before {
  opacity: 0.2;
}

#search-results-body .video-content a {
  font-size: 14px;
  font-weight: 400;
}
#search-results-body .video-content .video-tile {
  margin-bottom: 30px;
}
#search-results-body .video-content .video-tile .y-thumbnail {
  background-position: center;
  background-size: cover;
  display: block;
  height: 170px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
#search-results-body .video-content .video-tile .y-thumbnail::before {
  background-color: black;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: 100%;
}
#search-results-body .video-content .video-tile:hover .y-thumbnail::before {
  opacity: 0.2;
}
#search-results-body .video-content .video-tile .y-thumbnail .play-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
}
#search-results-body .video-content .video-tile .y-thumbnail .play-button:hover {
  background-color: rgba(0, 0, 0, 0.65);
  color: #dadada;
}
#search-results-body .video-content .video-tile .title {
  display: block;
  height: 34px;
  line-height: 17px;
  width: 100%;
}

/*/Item list*/

#footer.search-results .top-part .container {
  border-top-width: 0;
}


/**
Новый поиск
 **/
.filter-name {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 7px;
}

.filter-scroll {
  overflow-y: auto;
  max-height: 210px;
}

.category-scroll {
  max-height: 240px;
  margin-bottom: 11px;
}

.filter-value {
  margin: 7px 10px 9px 0;
  font-size: 15px;
  justify-content: start;
  line-height: 18px;
}

.filter-value label {
  font-weight: 500;
}

.filter-value .checkbox {
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*appearance: none;*/
  display: inline-block;
  position: relative;
  border: 1px solid #d5d5d5;
  color: #666;
  height: 19px;
  width: 19px;
  min-width: 19px;
  border-radius: 3px;
  cursor: pointer;
  margin: 1px 12px 0 0;
  padding: 0;
}

.filter {
  padding: 10px 10px 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.filter-price {
  margin-right: 30px;
  justify-content: space-between;
}

.min-price, .max-price {
  width: 100%;
  text-align: center;
}

.min-price {
  border-radius: 3px 0 0 3px;
}

.max-price {
  border-radius: 0 3px 3px 0;
  border-left: 0;
}

.filter-counter {
  font-size: 12px;
  margin-left: 8px;
  color: #999;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

label {
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.variplus {
  position: relative;
  top: 25%;
  padding-left: 10px;
  text-decoration: underline dotted;
}

.filter-price input {
  height: 40px;
  margin: 8px 0;
  padding: 2px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: rgba(0,0,0,0.9);
  box-sizing: border-box;
  /*-webkit-appearance: none;*/
}


/*
=======================================
 */


.multi-container {
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  background: white;
}

.autocomplete-shadow {
  border: 1px solid #bcbcbc;
  /*border-bottom: none;*/
}

.autocomplete {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 700px;
  min-height: 150px;
  padding: 12px 16px 24px;
  box-sizing: border-box;
  /*display: flex;*/
  justify-content: space-between
}

.autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.autocomplete p, .autocomplete h1 {
  margin: 0
}

.autocomplete a {
  text-decoration: none
}

.autocomplete__column-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #212121;
  padding: 8px 8px 8px;
}

.autocomplete .autocomplete-keywords {
  /*width: 203px;*/
}

.autocomplete a.autocomplete-keywords__item {
  padding: 6px 0 6px 9px;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #474a4b;
  box-sizing: border-box;
  display: flex;
  text-align: left
}

.autocomplete a.autocomplete-keywords__item:hover {
  /*background-color: #e8dcfa*/
  background-color: #dcdcdc;
  /*color: white;*/
}

.autocomplete .autocomplete-keywords__item_mark {
  font-weight: bold
}

.autocomplete .autocomplete-categories-wrapper {
  /*margin-bottom: 40px*/
}

.autocomplete .autocomplete-categories-wrapper .autocomplete-categories__item {
  display: block;
  padding: 11px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #474a4b;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  text-align: left
}

.autocomplete .autocomplete-categories-wrapper .autocomplete-categories__item:hover {
  background-color: #e8dcfa
}

.autocomplete .autocomplete-products-wrapper {
  /*width: 265px;*/
  box-sizing: border-box
}

.autocomplete .autocomplete-products .product-item-info-wrapper {
  margin: auto 0 auto 15px;
}

.autocomplete .autocomplete-products-wrapper .autocomplete-products-item {
  display: flex;
  justify-content: flex-start;
  padding: 10px 8px;
  cursor: pointer;
  text-align: left
}

.autocomplete .autocomplete-products-wrapper .autocomplete-products-item__image {
  padding-right: 10px
}

.autocomplete .autocomplete-products-wrapper .autocomplete-products-item .product-item-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly
}

.autocomplete .autocomplete-products-wrapper .autocomplete-products-item .product-item-info-wrapper .product-item__title {
  font-size: 13px;
  line-height: 17px;
  color: #474a4b;
  margin-bottom: 5px;
  max-height: 35px;
  overflow-y: hidden
}

.autocomplete .autocomplete-products-wrapper .autocomplete-products-item .product-item-info-wrapper .product-item-prices {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1px
}

.autocomplete .autocomplete-products-wrapper .autocomplete-products-item .product-item-info-wrapper .product-item-prices__price {
  color: #ff5d50;
  font-size: 15px;
  line-height: 14px
}

.autocomplete .autocomplete-products-wrapper .autocomplete-products-item .product-item-info-wrapper .product-item-prices__price:after {
  content: '.-';
  font-size: 14px;
  padding-left: 3px
}

.autocomplete .autocomplete-products-wrapper .autocomplete-products-item .product-item-info-wrapper .product-item-prices__old-price {
  color: #ababab;
  line-height: 14px;
  text-decoration: line-through;
  padding-right: 14px;
  font-size: 14px;
}

.autocomplete .autocomplete-products-wrapper .autocomplete-products-item:hover {
  background-color: #e8dcfa
}

.autocomplete .autocomplete__all-results {
  /*color: #735b96;*/
  position: absolute;
  border-bottom: 1px solid;
  left: 24px;
  bottom: 25px;
  font-size: 12px;
  cursor: pointer
}

.multisearch-root {
  position: absolute;
  z-index: 4999;
  width: 100%;
  top: 40px;
  /*left: 5px;
  max-width: 900px;
  min-width: 700px;*/
  margin-top: 7px;
}
.multisearch-root-important{
  position: fixed;
  top: 0;
  left: 73px;
  margin-top: -7px;
}

.multisearch-layout {
  /*padding: 0 10px 10px*/
}

.multi-icon {
  display: none
}

@media screen and (max-width: 1000px) {
  .multisearch-root {
    position: absolute;
    margin-top: 0;
    top: 49px;
    left: 0;
    min-width: 100%;
}

  .multisearch-layout {
    padding: 0 0 10px
  }

  .multi-container {
    border-radius: 0
  }

  .autocomplete-shadow {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border: 0
  }
}

@media all and (max-width: 700px) {
  .autocomplete {
    flex-direction: column;
    padding-bottom: 70px
  }

  .autocomplete__column-title {
    padding: 24px 8px 10px
  }

  .autocomplete .autocomplete-keywords {
    width: 100%
  }

  .autocomplete .autocomplete-keywords__item {
    display: flex;
    padding: 10px 0 9px 9px
  }

  .autocomplete .autocomplete-categories-wrapper {
    width: 100%
  }

  .autocomplete .autocomplete-categories-wrapper .autocomplete-categories__item {
    display: flex;
    padding: 10px 0 9px 9px
  }

  .autocomplete .autocomplete-categories-wrapper, .autocomplete .autocomplete-keywords {
    margin-bottom: 15px
  }

  .multi-icon {
    display: inline-block;
    position: static;
    fill: black;
    opacity: 0.3
  }

  .multi-suggest-arrowIcon {
    height: 38px;
    width: 38px;
    min-width: 38px;
    margin: -11px 9px -9px -15px;
    transform: rotate(-45deg)
  }

  .multi-suggest-searchIcon, .multi-suggest-historyIcon {
    height: 25px;
    width: 25px;
    min-width: 25px;
    margin: -5px 13px -9px -6px
  }

  .multi-suggest-historyIcon {
    margin: -4px 13px -9px -6px
  }
}

.multisearch-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 1px
}

.multisearch-image {
  max-width: 100%;
  max-height: 100%
}

.multi-noimageIcon {
  width: 45px;
  height: 45px;
  fill: #e9e9e9;
  opacity: 0.9
}

.product-item-prices__price {
  color: red;
}

.a__autocomplete-brands {
 /* width: 100px !important;
  padding: 11px 9px !important;*/
}

.search-filters {
  margin: 25px 0 35px 0;
}
.search-filters .brands {
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  max-height: 350px;
}
.search-filters .brands::-webkit-scrollbar-thumb {
  background-color: #205c9e;
}

.brands::-webkit-scrollbar {
  width: 3px;
}
.brands label{
  width: 100%;
  margin: 2px;
  border-radius: 3px;
  padding: 0 3px 0 3px;
  scroll-snap-align: start;
  display:inline-flex;
}
.search-filters .brands label:hover{
  background-color: #f2f2f2;
}
.search-filters .brands label input{margin:0;}
.search-filters .brands label span{
  color: #aeaeae; 
  margin-right: 5px;
}
.brands label div {
  width: 100%;
  padding: 0 10px 0 10px;
}
.polzunok-container-5 * {
  box-sizing: border-box;
  outline: none;
}
.polzunok-container-5 {

}
.polzunok-container-5:after {
  content: "";
  clear: both;
  display: table;
}
.polzunok-container-5 .ui-slider {
  position: relative;
  background: #BFE2FF;
  height: 5px;
  border-radius:5px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);
  margin: 3.5em 9px 0 2px;
}
.polzunok-container-5 .ui-slider .ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #BFE2FF;
  top: -8px;
  background: #FFF;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
  transition: transform 0.2s, border 0.4s;
}
.polzunok-container-5 .ui-slider .ui-slider-handle:hover,
.polzunok-container-5 .ui-slider .ui-slider-handle:focus {
  transform: scale(1.2);
  border: 4px solid #337AB7;
}
.polzunok-input-5-left,
.polzunok-input-5-right {
  height: 22px;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #BFE2FF;
  text-align: right;
  font-size: 15px;
  padding: 7px;
  width: 80px;
}
.polzunok-input-5-left {
  float: left;
}
.polzunok-input-5-right {
  float: right;
}
.polzunok-container-5 .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 5px;
  border: 0;
  background: #337AB7;
  border-radius:5px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}

.brands_image {
  max-height: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.autocomplete div {
  font-size: 14px;
}
.autocomplete span {
  margin:0 5px 0 0;
}
.autocomplete-bands {
  min-height: 80px !important;
  padding: 5px 16px 25px;
  border-bottom: none;
  border-top: none;
}

.all_results_block {
  text-align:center;
  margin: 10px 0 0 0;
}