@charset "UTF-8";
/************************** Obsługa flex-boxów **************************/
.ui-select-container input.autocomplete-input {
  height: 1.8em !important;
}
.ui-select-container input.autocomplete-input:focus {
  box-shadow: none !important;
}
.ui-select-container .ui-select-match-item {
  padding: 5px 8px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.ui-slider-handle {
  position: absolute !important;
}

.cost-label {
  font-weight: bold;
}

.variant-attribute {
  margin-bottom: 20px;
}
.variant-attribute label {
  font-weight: bold;
  margin-bottom: 2px;
}

#myBenefitsFilters {
  padding-bottom: 100px;
}

.category-link {
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: row-reverse;
  align-items: center;
  /*border-radius: 5px;*/
  border: 2px solid transparent;
  position: relative;
}
.safari-browser .category-link {
  display: -webkit-box;
  display: -webkit-flex;
}
.category-link .cat-item {
  margin: 3px;
}
.category-link.category-link-disabled .category-link-icon {
  opacity: 0.3;
}
.category-link.category-link-disabled .category-link-caption {
  color: #aaa;
}

.category-filter-label {
  /*align-self: flex-start;*/
  /*margin-right: 10px;*/
  /*margin-top: 12px;*/
}
@media (max-width: 767px) {
  .category-filter-label {
    min-width: 100px;
  }
}

ul.category-filters {
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  /*@include -align-items(center);*/
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0;
}
.safari-browser ul.category-filters {
  display: -webkit-box;
  display: -webkit-flex;
}
@media (max-width: 767px) {
  ul.category-filters {
    -webkit-justify-content: space-around;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.category-filters {
    -webkit-justify-content: space-around;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}
ul.category-filters li {
  margin: 5px 10px;
  list-style: none;
  padding: 0;
}

.main-block-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  width: 103%;
  margin-left: -1.5%;
  margin-bottom: 22px;
}
.safari-browser .main-block-header {
  display: -webkit-box;
  display: -webkit-flex;
}
@media (max-width: 767px) {
  .main-block-header {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.main-block-header-text {
  color: #464646;
  line-height: 1.1em;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .main-block-header-text {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .main-block-header-text img {
    width: 25px;
    height: 25px;
  }
}

.main-block-header-bar {
  flex-grow: 1;
}

.filter-row {
  /*	margin-top: 15px;
  	margin-bottom: 15px;*/
}

.filter-cell-nomargin {
  margin-top: -25px;
}

.filter-cell {
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  margin-top: 25px;
  position: relative;
  /*	@include responsive("small", "phone") {
  		margin-top: 10px;
  	}*/
}
.safari-browser .filter-cell {
  display: -webkit-box;
  display: -webkit-flex;
}
.filter-cell select.modern-control {
  /*width: 100%;*/
  padding-right: 20px !important;
  z-index: 10;
}
.filter-cell .filter-label {
  margin-right: 10px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .filter-cell .filter-label {
    min-width: 100px;
  }
}
.filter-cell .filter-control {
  flex-grow: 1;
}
.filter-cell .multi-control {
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.safari-browser .filter-cell .multi-control {
  display: -webkit-box;
  display: -webkit-flex;
}
.filter-cell .filter-control-price {
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.safari-browser .filter-cell .filter-control-price {
  display: -webkit-box;
  display: -webkit-flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-cell .filter-control-price {
    -webkit-justify-content: space-around;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-cell .filter-control-price {
    -webkit-justify-content: space-around;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .filter-cell .filter-control-price {
    -webkit-justify-content: space-around;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .filter-cell .filter-control-price {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .filter-cell .filter-control-price * {
    margin-right: 10px;
  }
}
.filter-cell .cost-input {
  background: transparent;
  text-align: center;
  height: 38px;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  width: 100%;
}
.filter-cell .cost-input:focus {
  box-shadow: none;
}
.filter-cell .filter-placeholder {
  position: absolute;
  left: 5px;
  color: #aaa;
  display: none;
  z-index: 1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
}

.filter-cell.empty label.filter-placeholder {
  display: block !important;
}

.filter-cell-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.filter-cell-stretch {
  align-items: stretch;
}

.my-benefit-checkboxes label {
  margin: 0 10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 32px;
}
.safari-browser .my-benefit-checkboxes label {
  display: -webkit-box;
  display: -webkit-flex;
}
.my-benefit-checkboxes input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  border-radius: 2px;
}
.my-benefit-checkboxes input[type=checkbox]:after {
  border: 0;
}
.my-benefit-checkboxes input[type=checkbox]:checked:after {
  background: none;
  content: "";
}
.my-benefit-checkboxes input[type=checkbox]:checked:before {
  /*border: 0;*/
  margin-left: -2px;
}

select.modern-control {
  height: 38px;
  padding: 2px 5px;
  background-color: transparent;
  outline-offset: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
select.modern-control:focus {
  box-shadow: none;
}

input[type=text].modern-control {
  outline-offset: 0;
}
input[type=text].modern-control:focus {
  box-shadow: none;
}

#sortBox {
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
}
.safari-browser #sortBox {
  display: -webkit-box;
  display: -webkit-flex;
}
#sortBox label {
  margin: 0 5px 0 0;
}
#sortBox select {
  -webkit-flex-grow: 1;
}

/*.offer-img-block {

}

.offer-img-block{
	max-height:100px;
}

.offer-mobile-img-block {
	height:200px !important;
	max-height:200px !important;
	text-align:center;
	background-position:center center;
	margin:auto;
}

.offer-mobile-img-block-hide:nth-child(odd){
	display:none;
}*/
.search-block {
  display: block;
  margin-bottom: 20px;
  position: relative;
  /*	.search-block-image:hover {
  		filter: blur(5px);
  		-webkit-filter: blur(5px);
  	}*/
}
.search-block .search-block-image-container {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 72%;
  overflow: hidden;
}
.search-block .search-block-image {
  position: absolute;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*		@media only screen and (min-width: 500px) and (max-width: 768px) {
  			height: 250px;
  		}*/
}
.search-block div.search-block-image-shortDesc {
  vertical-align: bottom;
  position: absolute;
  bottom: 0px;
  background: #ff6500;
  color: white;
  padding: 3px;
  height: 55%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: none;
}
.search-block .search-block-image:hover div.search-block-image-shortDesc {
  display: block;
}
.search-block div.search-block-image-shortDesc-blur {
  vertical-align: bottom;
  text-align: center;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-font-smoothing: antialiased;*/
  color: white;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0.8);
  padding: 3px;
  padding-top: 45%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: none;
}
.search-block .search-block-image-container-blur:hover div.search-block-image-shortDesc-blur {
  display: block;
}
.search-block .search-block-image-container-blur:hover .search-block-image {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.search-block .search-block-desc {
  margin-top: 4px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 18px;
}
.safari-browser .search-block .search-block-desc {
  display: -webkit-box;
  display: -webkit-flex;
}
.search-block .search-block-desc .search-block-title {
  color: #222;
  height: 39px;
  max-height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 210px;
}
.search-block .search-block-desc .search-block-price {
  min-width: 55px;
  text-align: right;
  margin-left: 2px;
}
.search-block .search-block-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 48px;
  height: 48px;
}
.search-block .search-block-icon img {
  filter: saturate(0) contrast(0) brightness(1000%);
  width: 32px;
  margin: 8px;
}
.search-block .search-block .offer-category-block {
  width: 42px;
  height: 42px;
}

.search-container {
  position: relative;
  min-height: 200px;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.safari-browser .preloader {
  display: -webkit-box;
  display: -webkit-flex;
}
.preloader .preloader-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0.8;
}
.preloader .preloader-content {
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  font-size: 20px;
}
.safari-browser .preloader .preloader-content {
  display: -webkit-box;
  display: -webkit-flex;
}
.preloader .preloader-content .preloader-image {
  background-image: url("../../images/ajax-loader.gif");
  width: 32px;
  height: 32px;
}
.preloader .preloader-content .preloader-text {
  margin-top: 5px;
}

.offers-empty {
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  font-size: 40px;
  min-height: 200px;
}
.safari-browser .offers-empty {
  display: -webkit-box;
  display: -webkit-flex;
}

.search-button-row button {
  flex-grow: 1;
}

.multiple-select {
  height: 92px !important;
  background: transparent !important;
}

.multiple-select option {
  width: 120% !important;
}

.category-filters-line {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 5px;
}

.my-benefit-checkboxes input[type=checkbox]:after {
  border-width: 1px !important;
}

.my-benefit-checkboxes input[type=checkbox]:checked {
  background: none !important;
}
.my-benefit-checkboxes input[type=checkbox]:checked:before {
  border-width: 0 1px 1px 0 !important;
  left: 8px;
}