@media only screen and (max-width:960px) {
  #f2_notif {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width:721px) and (max-width:960px) {
  #f2_feed2 {
    max-width: 700px;
    margin: 0 auto;
  }
}
.m5 {
  display: unset !important;
}
@media only screen and (min-width:721px) and (max-width:960px) {
  #f2_msg {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#f2_sort {
  background-color: var(--black) !important;
  padding: 20px;
  width: 100%;
  color: var(--svetlo_plava);
  z-index: 60;
}

#f2_fruits #f2_map .f2-caret-br {
  right: 92px;
}
@media only screen and (min-width:721px) {
  #f2_fruits #f2_map img {
    height: 580px;
    object-fit: cover;
    width: -webkit-fill-available;
  }
}
#f2_whatsup #f2_map .f2-caret-br,
#f2_whatsup #f2_map1 .f2-caret-br {
  right: 92px;
}
@media only screen and (min-width:721px) and (max-width:960px) {
  #f2_whatsup #f2_map .f2-caret-br,
  #f2_whatsup #f2_map1 .f2-caret-br {
    right: 241px;
  }
}
@media only screen and (min-width:961px) {
  #f2_whatsup #f2_map .f2-caret-br,
  #f2_whatsup #f2_map1 .f2-caret-br {
    right: 250px;
  }
}
@media only screen and (min-width:721px) {
  #f2_whatsup #f2_map img,
  #f2_whatsup #f2_map1 img {
    height: 580px;
    object-fit: cover;
    width: -webkit-fill-available;
  }
}
#f2_whatsup #f2_map1 {
  margin-top: -7px;
}
#f2_whatsup #f2_map1 .f2-what_2 {
  height: 71px;
}
@media only screen and (min-width:961px) {
  #f2_whatsup #f2_map1 .f2-what_2 {
    height: 110px;
  }
}
#f2_whatsup .f2-showing,
#f2_fruits .f2-showing {
  background-color: var(--black) !important;
  padding: 16px;
  height: 90px;
  border-radius: 10px;
}
#f2_whatsup .f2-showing .icon,
#f2_fruits .f2-showing .icon {
  padding-right: 5px;
  width: 42px;
}
#f2_whatsup #f2_filter .f2-caret-br,
#f2_fruits #f2_filter .f2-caret-br {
  right: 30px;
}




.bcss {
  border-bottom: 1px solid var(--svetlo_siva);
}
.bccr {
  border-bottom: 1px solid var(--black);
}
.bshw {
  position: relative;
}
.bshw.bshw:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 6px;
  width: 100%;
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}



/* IZ TEMP */
#f2_filter .f2-caret-br, #f2_map .f2-caret-br {
    margin: 44px 20px 0 !important;
}
#f2_filter .f2-selection, #f2_map .f2-selection{
	margin-top: 10px !important;
}

select,select:focus{
	border:0px;
	outline:0px;
}

/* morelines */
.f2-morelines_ellipsis{
	mask-image: linear-gradient(transparent, white 0%, white 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(transparent, white 0%, white 50%, transparent 100%);
}
.f2-morelines_button{
	text-align: center;
	color: #d2f7ff;
}

@media only screen and (min-width: 721px){
	.f2-top_menu .f2-menu_item {
	    padding: 8px 16px 19px 16px !important;
	}
	/*.f2-top_menu .active:after {
	    margin-left: -16px; /* to je padding iz spodnjega css 
	}*/
}

/* *** konec  popravek zaradi podčrtan... */

/* dodaj k f2_top_band */
#f2_map_top_band {
    background-color: #000000 !important;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 65%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.65);
    box-shadow: 0 2px 5px rgb(0 0 0 / 65%);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 50;
    height: 55px;
}
@media only screen and (min-width: 721px){
	#f2_map_top_band {
	    height: 67px;
	}
}
/*** konec TEMP */
