html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Trivia Seznam', Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #707070;
  line-height: 1.4;
  margin-bottom: 15px;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 320px) {
  h1 {
    font-size: 21px;
    line-height: 28px;
  }
}
h2 {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 320px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
h3 {
  font-size: 18px;
  line-height: 32px;
}
h4 {
  font-size: 16px;
  line-height: 30px;
}
h5 {
  font-size: 14px;
  line-height: 28px;
}
h6 {
  font-size: 12px;
  line-height: 28px;
}
p {
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
}
p + p {
  margin-top: 18px;
}
p strong {
  font-weight: bold;
}
a {
  color: #18389C;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9725DD;
  text-decoration: underline;
}
a:hover.no-txt-deco,
a:focus.no-txt-deco {
  text-decoration: none;
}
ul li,
ol li {
  color: #707070;
  list-style: disc;
  list-style-position: inside;
}
ol li {
  list-style: decimal;
  list-style-position: inside;
}
#page_wrapper {
  max-width: 1280px;
  min-width: 320px;
  border: none;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 1280px) {
  #page_wrapper {
    top: 0;
  }
}
#head_wrapper {
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
}
#head_wrapper.fixed {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
#head_wrapper #head_content {
  font-size: 0;
  padding: 15px 40px;
  height: 63px;
  max-width: 1280px;
  margin: 0 auto;
}
#head_wrapper #head_content > * {
  display: inline-block;
  vertical-align: middle;
}
#head_wrapper #head_content #logo {
  position: relative;
  width: 111px;
  text-align: left;
  height: 25px;
  font-size: 0;
  top: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/kupino-logo.svg);
}
#head_wrapper #head_content #logo.pl {
  background-image: url(../img/kupino-logo-pl.svg);
}
#head_wrapper #head_content #logo.at {
  background-image: url(../img/kupino-logo-at.svg);
}
#head_wrapper #head_content #logo.de {
  background-image: url(../img/kupino-logo-de.svg);
}
#head_wrapper #head_content #head_search {
  width: 320px;
}
@media screen and (max-width: 640px) {
  #head_wrapper #head_content #head_search {
    text-align: right;
    float: right;
    width: 60%;
  }
  #head_wrapper #head_content #head_search input[type=text] {
    display: none;
  }
  #head_wrapper #head_content #head_search input[type=submit],
  #head_wrapper #head_content #head_search button[type=submit] {
    border-radius: 16px;
    width: 32px;
    cursor: pointer;
    pointer-events: all !important;
  }
}
#head_wrapper #head_content #head_login {
  width: 10%;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #head_wrapper #head_content #head_login {
    width: 20%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 640px) {
  #head_wrapper #head_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  #head_wrapper #head_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#footer {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
  color: #707070;
  min-height: 64px;
  float: left;
}
#footer .footer_links {
  padding: 0 40px;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
}
#footer .footer_links .links a,
#footer .footer_links .copy a,
#footer .footer_links .links span,
#footer .footer_links .copy span {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  #footer .footer_links .links,
  #footer .footer_links .copy {
    display: block;
    margin-top: 8px;
    width: 100%;
  }
}
#footer .footer_links__box {
  height: 65px;
  overflow: hidden;
  position: relative;
}
#footer .footer_links__box:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#footer .footer_links__box--opened {
  height: auto;
}
#footer .footer_links__box--opened:after {
  display: none;
}
#footer .footer_links__clicker {
  display: table;
  margin: 20px auto;
  position: relative;
}
#footer .footer_links__clicker:before,
#footer .footer_links__clicker:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 10px;
  background: #18389C;
  transform: rotate(-45deg);
  right: -22px;
  top: 11px;
}
#footer .footer_links__clicker:before {
  transform: rotate(45deg);
  right: -15px;
}
#footer .footer_links__clicker--less:before {
  right: -22px;
}
#footer .footer_links__clicker--less:after {
  right: -15px;
}
#footer .footer_links__clicker-text {
  display: none;
}
#footer .footer_links__clicker-text.active {
  display: inline-block;
}
#footer .footer_links__clicker.hide {
  display: none;
}
@media screen and (min-width: 1280px) {
  #footer {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    text-align: center;
  }
}
#content_wrapper {
  padding: 0 40px;
  background-color: #fff;
  min-height: 500px;
}
@media screen and (max-width: 1280px) {
  #content_wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  #content_wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #content_wrapper {
    padding: 0 15px;
  }
}
#main_content {
  display: block;
}
#right_content {
  border: 1px solid #D9D9D9;
  position: relative;
  min-height: 500px;
  background-color: #ddffaa;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' viewBox='0 0 120 120'%3E%3Cpolygon fill='%23AE9' points='120 120 60 120 90 90 120 60 120 0 120 0 60 60 0 0 0 60 30 90 60 120 120 120 '/%3E%3C/svg%3E");
  width: inherit;
}
#right_content.fixed {
  position: fixed;
}
.right_column_margin {
  margin-right: 350px;
}
@media screen and (max-width: 1024px) {
  .right_column_margin {
    margin-right: 0;
  }
}
.right_column_clear {
  position: relative;
  float: left;
  width: 100%;
}
.right_column {
  float: right;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .right_column {
    display: none;
  }
}
.content_block {
  display: block;
}
.content_block.full_width {
  width: 100%;
}
.content_block.with_right_column {
  margin-right: 350px;
}
@media screen and (max-width: 1024px) {
  .content_block.with_right_column {
    margin-right: 0;
  }
}
.content_block .content_item {
  display: inline-block;
  position: relative;
}
.leaflet_block {
  font-size: 0;
  margin: -0.5rem -1%;
}
.leaflet_block .item_leaflet {
  border: 1px solid #D9D9D9;
  position: relative;
  overflow: hidden;
  background-color: white;
}
.leaflet_block .item_leaflet .item_img .leaflet_img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
}
.leaflet_block .item_leaflet .item_img .img_frame {
  width: 100%;
}
.leaflet_block .item_leaflet .item_link {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.leaflet_block .item_leaflet .item_link:focus {
  border: 1px solid #9725DD;
}
.leaflet_block .item_leaflet .item_ft {
  padding: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #D9D9D9;
  font-size: 0;
}
.leaflet_block .item_leaflet .item_ft .shop_logo {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 0 6% 0 4%;
}
.leaflet_block .item_leaflet .item_ft .shop_logo:before {
  content: '';
  display: inline-block;
  height: 100%;
}
.leaflet_block .item_leaflet .item_ft .shop_logo img {
  width: 100%;
  height: auto;
  max-height: 250px;
  display: inline-block;
  vertical-align: middle;
}
.leaflet_block .item_leaflet .item_ft .ft_text {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}
.leaflet_block .item_leaflet:hover,
.leaflet_block .item_leaflet:focus {
  border-color: #9725DD;
}
.leaflet_block .item_leaflet:hover .item_ft,
.leaflet_block .item_leaflet:focus .item_ft {
  color: #9725DD;
}
.leaflet_block .item_leaflet.old .leaflet_img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.leaflet_block .item_leaflet.old .clr-valid {
  color: #707070 !important;
}
.item_block {
  font-size: 0;
  margin-left: -3%;
  margin-right: -3%;
}
.item_block > * {
  display: inline-block;
  vertical-align: middle;
}
.item_block > .item {
  font-size: 14px;
  display: inline-block;
  width: 10.66%;
  margin: 0 3%;
  margin-bottom: 16px;
}
.item_block > .item img {
  width: 100%;
  max-width: 80px;
}
@media screen and (max-width: 640px) {
  .item_block > .item img {
    max-width: 60px;
  }
}
.item_block > .item.cells_double {
  border-bottom: 1px solid #e4e4e4;
  font-size: 0;
  margin: 0;
  line-height: 1;
  width: 100%;
  padding: 8px 8px 8px 0;
}
.item_block > .item.cells_double .cell_1 {
  line-height: 1.4;
  font-size: 14px;
  display: inline-block;
  width: 67%;
  vertical-align: top;
}
.item_block > .item.cells_double .cell_2 {
  line-height: 1.4;
  font-size: 14px;
  display: inline-block;
  width: 33%;
}
.item_block > .item.cells_double .cell_price:hover {
  color: #9725DD;
}
.item_block > .item.cells_double.first-last-child:first-child {
  padding-top: 0;
}
.item_block > .item.cells_double.first-last-child:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .item_block > .item {
    width: 19%;
  }
}
@media screen and (max-width: 640px) {
  .item_block > .item {
    width: 27%;
  }
}
.shop_logos {
  margin: 0 -1%;
}
.shop_logos > div {
  margin-bottom: 40px !important;
  height: 80px;
}
.shop_logos > div:hover .bdg_nr,
.shop_logos > div:focus .bdg_nr,
.shop_logos > div:active .bdg_nr {
  background-color: #9725DD;
}
.shop_logos > div .bdg_nr {
  height: auto;
  width: auto;
  padding: 0 6px;
  line-height: 18px;
  right: 10%;
}
@media screen and (max-width: 1280px) {
  .shop_logos > div {
    margin-bottom: 30px !important;
  }
}
.shop_logos .shop_logo {
  height: 80px;
}
.shop_logos .shop_logo img {
  width: 100%;
  max-width: 80px;
}
@media screen and (max-width: 1280px) {
  .shop_logos .shop_logo img {
    max-width: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .shop_logos .shop_logo {
    height: 60px;
  }
}
.shop_logo_top {
  vertical-align: middle;
  max-width: 80px;
}
.shop_logo_top .bdg_nr {
  display: none !important;
}
.shop_logo_top > div {
  width: 100%;
}
.shop_logo_top .shop_logo {
  width: 100%;
  max-width: 80px;
}
.shop_logo_top .shop_logo img {
  width: 100%;
}
.shop_logo_top a.shop_link {
  display: none;
}
.categories_top_list {
  font-size: 0;
}
.categories_top_list .category {
  position: relative;
  min-height: 25px;
  /** disable grid float **/
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.categories_top_list .category a {
  white-space: nowrap;
}
.categories_top_list .category:hover .badge,
.categories_top_list .category:focus .badge {
  background-color: #9725DD;
}
@media screen and (max-width: 768px) {
  .categories_top_list .category h3 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 480px) {
  .categories_top_list .category {
    width: 100%;
  }
}
.categories_top_list .bdg_nr {
  position: static;
  padding: 0 5.5px;
  margin-left: 8px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .categories_top_list .bdg_nr {
    right: 0;
  }
}
.text_item {
  display: inline-block;
  overflow: hidden;
  padding-right: 8px;
}
.text_item .price {
  display: inline-block;
  color: #000000;
}
.text_item .name {
  height: 50px;
  overflow: hidden;
  display: inline;
}
@media screen and (max-width: 640px) {
  .text_item {
    height: 60px;
  }
}
@media screen and (max-width: 320px) {
  .text_item {
    height: auto;
  }
}
.image_item.simple_page {
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.image_item.simple_page a {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.image_item.simple_page a:hover,
.image_item.simple_page a:focus,
.image_item.simple_page a:active {
  border: 1px solid #9725DD;
}
.image_item.simple_page img {
  width: 100%;
  height: auto;
}
.image_item.no_frame .img_frame {
  display: none;
}
.page_product_list {
  border-bottom: 1px solid #D9D9D9;
}
.favourite_shops {
  /*@media screen and (max-width: @layout-768) {
    margin-left: -12%;
  }

  @media screen and (max-width: @layout-480) {
    margin-left: -8%;
  }

  @media screen and (max-width: @layout-320) {
    margin-left: -6%;
  }*/
}
@media screen and (max-width: 480px) {
  .favourite_shops *:nth-child(7),
  .favourite_shops *:nth-child(8),
  .favourite_shops *:nth-child(9),
  .favourite_shops *:nth-child(10),
  .favourite_shops *:nth-child(11),
  .favourite_shops *:nth-child(12) {
    display: none;
  }
}
.heading_text {
  vertical-align: middle;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .heading_text {
    width: 65%;
    vertical-align: top;
    margin-left: 10px;
  }
  .heading_text .category {
    font-size: 14px;
  }
  .heading_text h1 {
    font-size: 20px;
    line-height: 1.3;
  }
}
/*********************************************** trivia */
@font-face {
  font-family: 'Trivia Seznam';
  font-weight: normal;
  font-style: normal;
  src: url('./trivia/TriviaSeznam.eot');
  src: url('./trivia/TriviaSeznam.eot?#iefix') format('embedded-opentype'), url('./trivia/TriviaSeznam.woff') format('woff'), url('./trivia/TriviaSeznam.ttf') format('truetype'), url('./trivia/TriviaSeznam.svg#TriviaSeznam') format('svg');
}
@font-face {
  font-family: 'Trivia Seznam';
  font-weight: bold;
  font-style: normal;
  src: url('./trivia/TriviaSeznam-Bold.eot');
  src: url('./trivia/TriviaSeznam-Bold.eot?#iefix') format('embedded-opentype'), url('./trivia/TriviaSeznam-Bold.woff') format('woff'), url('./trivia/TriviaSeznam-Bold.ttf') format('truetype'), url('./trivia/TriviaSeznam-Bold.svg#TriviaSeznam-Bold') format('svg');
}
@font-face {
  font-family: 'Trivia Seznam';
  font-weight: bold;
  font-style: italic;
  src: url('./trivia/TriviaSeznam-BoldItalic.eot');
  src: url('./trivia/TriviaSeznam-BoldItalic.eot?#iefix') format('embedded-opentype'), url('./trivia/TriviaSeznam-BoldItalic.woff') format('woff'), url('./trivia/TriviaSeznam-BoldItalic.ttf') format('truetype'), url('./trivia/TriviaSeznam-BoldItalic.svg#TriviaSeznam-BoldItalic') format('svg');
}
@font-face {
  font-family: 'Trivia Seznam';
  font-weight: normal;
  font-style: italic;
  src: url('./trivia/TriviaSeznam-Italic.eot');
  src: url('./trivia/TriviaSeznam-Italic.eot?#iefix') format('embedded-opentype'), url('./trivia/TriviaSeznam-Italic.woff') format('woff'), url('./trivia/TriviaSeznam-Italic.ttf') format('truetype'), url('./trivia/TriviaSeznam-Italic.svg#TriviaSeznam-Italic') format('svg');
}
.adpos {
  margin: 0 auto;
  height: auto;
  min-height: auto;
  text-align: center;
  clear: both;
}
.ad_label {
  font-size: 12px;
  color: #afafaf;
  text-align: right;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.adsbygoogle {
  margin: 0 auto;
  max-width: 1280px;
}
.adsbygoogle[data-adsbygoogle-status="done"] > ins {
  border: 1px solid #D9D9D9 !important;
}
.leaflet_block .adpos {
  margin-left: 1%;
  margin-right: 1%;
}
form.whisp .spinner {
  right: 8px;
  top: 3px;
  display: none;
}
form.whisp .results_list {
  max-height: 360px;
}
form.whisp input[type=submit]:before,
form.whisp button[type=submit]:before {
  background: url('/assets/img/kupi_sprites.png') no-repeat -137px -8px;
  position: relative;
  top: -1px;
  left: -1px;
  display: block;
  margin: auto;
  content: " ";
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  form.whisp input[type=submit]:before,
  form.whisp button[type=submit]:before {
    background: url('/assets/img/kupi_sprites@2x.png') no-repeat -137px -8px;
    background-size: 320px 352px !important;
  }
}
form.whisp.idle .spinner {
  display: block;
}
form.whisp.idle input[type=text] {
  border-color: #9725DD;
}
form.whisp.idle input[type=submit],
form.whisp.idle button[type=submit] {
  border-color: white;
  background: white;
}
form.whisp.idle:not(.fullscreen) input[type=submit],
form.whisp.idle:not(.fullscreen) button[type=submit] {
  border-color: #9725DD;
  border-left-color: white;
}
form.whisp.idle:not(.fullscreen) input[type=text] {
  border-right-color: white;
}
form.whisp.fullscreen {
  position: absolute;
  left: 0;
  right: 0;
  width: 100% !important;
}
form.whisp.fullscreen .results_list {
  position: fixed;
  left: 0;
  right: 0;
  top: 63px;
  bottom: 0;
  max-height: none;
  margin: 0;
  padding: 0;
  animation: unset;
  padding-top: 45px;
  border-top: 1px solid #D9D9D9;
  box-shadow: none;
}
form.whisp.fullscreen .results_list:before {
  content: '';
  display: block;
  width: 100%;
  background: white;
  position: fixed;
  z-index: 0;
  top: 64px;
  left: 0;
  right: 0;
  height: 45px;
}
form.whisp.fullscreen input[type=text] {
  display: block !important;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 16px;
  max-width: none;
  min-width: 0;
  width: 96%;
  margin: 0 2%;
}
form.whisp.fullscreen input[type=submit],
form.whisp.fullscreen button[type=submit] {
  margin-right: 4%;
  background-color: white;
  border-color: white;
}
form.whisp.fullscreen input[type=submit]:before,
form.whisp.fullscreen button[type=submit]:before {
  background: url('/assets/img/kupi_sprites.png') no-repeat -232px -296px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  form.whisp.fullscreen input[type=submit]:before,
  form.whisp.fullscreen button[type=submit]:before {
    background: url('/assets/img/kupi_sprites@2x.png') no-repeat -232px -296px;
    background-size: 320px 352px !important;
  }
}
form.whisp.fullscreen .spinner {
  background-color: white;
  margin-right: 4%;
}
.btn {
  height: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 16px;
  display: inline-block;
  border: none;
}
.btn.colored {
  border-color: #9725DD;
  background-color: #9725DD;
  color: #ffffff;
}
.btn.round {
  border-radius: 16px;
}
.btn.big {
  height: 40px;
  font-size: 16px;
  padding: 12px 16px;
}
.btn.big.round {
  border-radius: 25px;
}
.btn:hover,
.btn:focus {
  cursor: pointer;
  background-color: #6b189d;
  border-color: #6b189d;
}
.btn.disabled {
  background-color: #D9D9D9;
  color: #707070;
  pointer-events: none;
}
.badge {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.badge.bdg_new > span {
  position: absolute;
  left: -30px;
  right: -30px;
  transform: rotate(45deg);
  background: #FF881E;
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
  text-indent: 18px;
  box-shadow: 0 1px 2px 0 #0000003d;
}
.badge.bdg_nr {
  background-color: #3FBE2A;
  border-radius: 25px;
  font-size: 12px;
  text-align: center;
  color: white;
  height: 17px;
  line-height: 18px;
  display: inline-block;
}
.clear {
  height: 0;
  clear: both;
  font-size: 0;
  display: block;
}
.clear.c-50 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .clear.c-50 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.clear.margin-20,
.clear.medium {
  padding: 7.5px 0;
}
.clear.margin-40,
.clear.big {
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .clear.margin-40,
  .clear.big {
    padding: 10px 0;
  }
}
.info_box {
  border: 1px solid #D9D9D9;
  padding: 1% 2%;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .info_box {
    padding: 4% 5%;
  }
}
.info_box:before {
  background: url('/assets/img/kupi_sprites.png') no-repeat -296px -72px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .info_box:before {
    background: url('/assets/img/kupi_sprites@2x.png') no-repeat -296px -72px;
    background-size: 320px 352px !important;
  }
}
.tabs {
  position: relative;
  top: 1px;
  font-size: 0;
}
.tabs a {
  color: #9725DD;
  font-size: 16px;
  padding: 8px 16px;
  display: inline-block;
  border: 1px solid transparent;
  text-decoration: none;
  transition: border 0.2s ease;
}
.tabs a:hover,
.tabs a:focus {
  border-bottom: 1px solid #9725DD !important;
}
.tabs a.active {
  border-bottom: 1px solid #9725DD;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .tabs a {
    font-size: 14px;
    display: block;
    padding: 8px 0;
  }
}
.tabs:hover a.active {
  border-bottom-color: transparent;
}
.spinner {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #cacaca;
  border-top: 3px solid #9725DD;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
.spinner.smaller {
  width: 25px;
  height: 25px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay_content {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 30px;
}
.overlay_content .spinner_wrap {
  position: relative;
  position: sticky;
  top: 85px;
  background: white;
  padding: 10px 10px;
  display: inline-block;
  border-radius: 16px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
}
.shadow_bg {
  position: relative;
  -o-box-shadow: 0 -8px 15px -5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.24);
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 10px;
  display: block;
  left: 0;
  right: 0;
  top: 30px;
}
.shadow_bg:before,
.shadow_bg:after {
  position: absolute;
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.24);
  content: "";
  top: 12px;
  height: 500px;
  width: 1px;
  background: rgba(0, 0, 0, 0.24);
}
.shadow_bg:before {
  left: 10px;
  transform: rotate(-1deg);
}
.shadow_bg:after {
  transform: rotate(1deg);
  right: 10px;
}
@media screen and (max-width: 1280px) {
  .shadow_bg {
    top: 10px;
  }
}
ul.ul_cols li {
  list-style: outside;
  margin-left: 1em;
  padding-right: 1em;
}
ul.ul_cols.cols_2 {
  column-count: 2;
}
@media screen and (max-width: 480px) {
  ul.ul_cols.cols_2 {
    column-count: 1;
  }
}
ul.ul_cols.cols_3 {
  column-count: 3;
}
@media screen and (max-width: 768px) {
  ul.ul_cols.cols_3 {
    column-count: 2;
  }
}
@media screen and (max-width: 480px) {
  ul.ul_cols.cols_3 {
    column-count: 1;
  }
  ul.ul_cols.cols_3.cols_min_2 {
    column-count: 2;
  }
}
ul.ul_cols.col_gap_20px {
  column-gap: 20px;
}
ul.list-style-none li {
  list-style: none;
}
.bc_nav li {
  font-size: 12px;
  display: inline;
}
.bc_nav li:after {
  background: url('/assets/img/kupi_sprites.png') no-repeat -75px -75px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .bc_nav li:after {
    background: url('/assets/img/kupi_sprites@2x.png') no-repeat -75px -75px;
    background-size: 320px 352px !important;
  }
}
.bc_nav li:last-child:after {
  display: none;
}
.hamburger {
  width: 18px;
  position: absolute;
}
.hamburger.cat_toggle {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 18px;
  height: 0;
  z-index: 1;
}
@media screen and (max-width: 320px) {
  .hamburger.cat_toggle {
    top: 4px;
  }
}
.hamburger:after {
  position: absolute;
  content: '';
  border-bottom: 4px solid #18389C;
  width: 18px;
  display: inline-block;
  top: 6px;
}
.hamburger:before {
  position: absolute;
  content: '';
  border-top: 4px solid #18389C;
  border-bottom: 4px solid #18389C;
  width: 18px;
  height: 8px;
  display: inline-block;
}
.mobile_cat_toggle {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile_cat_toggle {
    display: block;
  }
}
.info:before {
  background: url('/assets/img/kupi_sprites.png') no-repeat -296px -72px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .info:before {
    background: url('/assets/img/kupi_sprites@2x.png') no-repeat -296px -72px;
    background-size: 320px 352px !important;
  }
}
#content_anchor {
  position: relative;
  top: -80px;
}
.sbar_inited {
  overflow: hidden !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.sbar_content {
  overflow: hidden;
}
.sbar_bar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  background-color: #D9D9D9;
  width: 10px;
}
.close_btn {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.close_btn:before {
  background: url('/assets/img/kupi_sprites.png') no-repeat -232px -296px;
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .close_btn:before {
    background: url('/assets/img/kupi_sprites@2x.png') no-repeat -232px -296px;
    background-size: 320px 352px !important;
  }
}
.letter {
  display: inline-block;
  min-width: 36px;
  height: 36px;
  line-height: 37px;
  margin: 0 1px;
}
.letter.active {
  background: #9725DD;
  color: white;
  border-radius: 50%;
}
.letter.active.top {
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .letter {
    min-width: 34px;
  }
}
/** ------ Material Loader ------ **/
.load2 .loader,
.load2 .loader:before,
.load2 .loader:after {
  border-radius: 50%;
}
.load2 .loader:before,
.load2 .loader:after {
  position: absolute;
  content: '';
}
.load2 .loader:before {
  width: 5.4em;
  height: 10.4em;
  background: #ffffff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.2em;
  left: -0.2em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 1.5s infinite ease 1.15s;
  animation: load2 1.5s infinite ease 1.15s;
}
.load2 .loader {
  color: #9725DD;
  font-size: 11px;
  text-indent: -99999em;
  margin: 0 auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0) scale(0.5);
}
.load2 .loader:after {
  width: 5.4em;
  height: 10.4em;
  background: #ffffff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.2em;
  left: 4.9em;
  -webkit-transform-origin: 0 5.1em;
  transform-origin: 0 5.1em;
  -webkit-animation: load2 1.5s infinite ease;
  animation: load2 1.5s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/** !----- Material Loader -----! **/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes slide-from-top {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 37px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
form input {
  border: 1px solid #D9D9D9;
  font-size: 14px;
}
form input[type=text]:focus {
  border-color: #9725DD;
}
form input[type=text],
form input[type=submit] {
  height: 32px;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
}
form.form_basic {
  text-align: center;
  position: relative;
  font-size: 0;
  z-index: 2;
}
form.form_basic > * {
  display: inline-block;
  vertical-align: middle;
}
form.form_basic input[type=text] {
  padding: 0 16px;
  border-radius: 16px 0 0 16px;
  width: 30%;
}
form.form_basic input[type=submit],
form.form_basic button[type=submit] {
  border: 1px solid #9725DD;
  border-radius: 0 16px 16px 0;
  margin-left: -1px;
  min-width: 30px;
}
#locality_select button[type="submit"] {
  position: relative;
  min-width: 30px;
  font-size: 0;
  padding-top: 0;
  line-height: 1;
  height: 32px;
  vertical-align: middle;
}
#locality_select button[type="submit"]:before {
  display: none;
}
#locality_select label.close {
  cursor: pointer;
}
#locality_select label.close:before {
  color: white;
  content: '×';
  font-size: 24px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 9px;
}
@media screen and (max-width: 640px) {
  #locality_select {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 80px;
  }
}
.results_list {
  position: absolute;
  left: 0;
  right: 0;
  top: 37px;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  animation-name: slide-from-top;
  animation-timing-function: linear;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  max-height: 480px;
  overflow: hidden;
  overflow-y: scroll;
}
.results_list .results_heading {
  margin: 0 14px;
  padding: 8px 0 4px 0;
  color: #707070;
  font-size: 14px;
  border-bottom: 1px solid #D9D9D9;
}
.results_list .results_heading.no_results {
  padding-bottom: 8px;
  border-bottom: none;
}
.results_list .result_item {
  padding: 8px 16px;
  font-size: 0;
  text-align: left;
  display: block;
  color: #000000;
  line-height: 1.4;
}
.results_list .result_item > * {
  font-size: 14px;
}
.results_list .result_item .name {
  display: inline-block;
  width: 75%;
  font-size: 14px;
  vertical-align: top;
  padding-right: 10px;
  color: #000000;
}
.results_list .result_item .name.no_price {
  width: 100%;
}
.results_list .result_item .price {
  display: inline-block;
  width: 25%;
  font-size: 14px;
  text-align: right;
}
.results_list .result_item a {
  display: block;
  text-decoration: none;
  color: #000000;
}
.results_list .result_item:hover,
.results_list .result_item:focus,
.results_list .result_item:active {
  background: #ededed;
  text-decoration: none;
}
.row {
  position: relative;
}
.row [class^="col"] {
  float: left;
  margin: 0.5rem 1%;
  min-height: 0.125rem;
}
@media screen and (max-width: 320px) {
  .row [class^="col"] {
    margin: 0.5rem 0;
  }
}
.row.center-items {
  text-align: center;
  font-size: 0;
}
.row.center-items [class^="col"] {
  float: none;
  display: inline-block;
}
@media screen and (max-width: 320px) {
  .row.center-items [class^="col"] {
    margin: 0.5rem 0;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
.col-1-sm {
  width: 6.33%;
}
@media screen and (max-width: 768px) {
  .col-1-sm {
    width: 100%;
  }
}
.col-2-sm {
  width: 14.66%;
}
@media screen and (max-width: 768px) {
  .col-2-sm {
    width: 31.33%;
  }
}
@media screen and (max-width: 320px) {
  .col-2-sm {
    width: 33.33%;
  }
}
.col-3-sm {
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .col-3-sm {
    width: 48%;
  }
}
@media screen and (max-width: 320px) {
  .col-3-sm {
    width: 100%;
  }
}
.col-4-sm {
  width: 31.33%;
}
@media screen and (max-width: 768px) {
  .col-4-sm {
    width: 48%;
  }
}
@media screen and (max-width: 320px) {
  .col-4-sm {
    width: 100%;
  }
}
.col-5-sm {
  width: 39.66%;
}
.col-6-sm {
  width: 48%;
}
.col-7-sm {
  width: 56.33%;
}
.col-8-sm {
  width: 64.66%;
}
@media screen and (max-width: 768px) {
  .col-8-sm {
    width: 100%;
  }
}
.col-9-sm {
  width: 73%;
}
.col-10-sm {
  width: 81.33%;
}
.col-11-sm {
  width: 89.66%;
}
.col-12-sm {
  width: 98%;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-8-logos {
  width: 10.5%;
}
@media screen and (max-width: 1024px) {
  .col-8-logos {
    width: 14.6%;
  }
}
@media screen and (max-width: 768px) {
  .col-8-logos {
    width: 18%;
  }
}
@media screen and (max-width: 640px) {
  .col-8-logos {
    width: 23%;
  }
}
@media screen and (max-width: 480px) {
  .col-8-logos {
    width: 30%;
  }
}
@media screen and (max-width: 320px) {
  .col-8-logos {
    width: 33%;
  }
}
.display.block {
  display: block;
}
.display.inline {
  display: inline;
}
.display.inline-block {
  display: inline-block;
}
.inline_children {
  font-size: 0;
}
.inline_children > * {
  display: inline-block;
  vertical-align: middle;
}
.vert-mid {
  vertical-align: middle;
}
.round_border {
  border-radius: 16px;
}
.max-w-100 {
  max-width: 100px;
}
.max-w-120-768 {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .max-w-120-768 {
    max-width: none;
  }
}
.max-w-160 {
  max-width: 160px;
}
.max-w-300 {
  max-width: 300px;
}
.max-w-320 {
  max-width: 320px;
}
.max-w-480-768 {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .max-w-480-768 {
    max-width: none;
  }
}
.max-w-640 {
  max-width: 640px;
}
.max-w-800 {
  max-width: 800px;
}
.max-w-1024 {
  max-width: 1024px;
}
.max-w-1200 {
  max-width: 1200px;
}
.min-w-180 {
  min-width: 180px;
}
.min-w-260 {
  min-width: 260px;
}
.min-w-280 {
  min-width: 280px;
}
.min-w-320 {
  min-width: 320px;
}
.min-w-452 {
  min-width: 452px;
}
.height-0 {
  height: 0;
}
.height-20 {
  height: 40px;
}
.height-30 {
  height: 40px;
}
.height-40 {
  height: 40px;
}
.width-100 {
  width: 100px;
}
.width-320 {
  width: 320px;
}
.width-full {
  width: 100%;
}
.pad-t-8 {
  padding-top: 8px;
}
.pad-t-25pct {
  padding-top: 25%;
}
.pad-r-8 {
  padding-right: 8px;
}
.pad-b-8 {
  padding-bottom: 8px;
}
.pad-l-8 {
  padding-left: 8px;
}
.pad-lr-8 {
  padding-right: 8px;
  padding-left: 8px;
}
.pad-tb-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pad-r-16 {
  padding-right: 16px;
}
.pad-0 {
  padding: 0;
}
.pad-50-0 {
  padding: 50px 0;
}
.pad-0-50 {
  padding: 0 50px;
}
.mar-0 {
  margin: 0;
}
.mar-b-0 {
  margin-bottom: 0;
}
.mar-b-6 {
  margin-bottom: 6px;
}
.mar-b-8 {
  margin-bottom: 8px;
}
.mar-b-16 {
  margin-bottom: 16px;
}
.mar-b-30 {
  margin-bottom: 30px;
}
.mar-l-20 {
  margin-left: 20px;
}
.mar-l-20-min-768 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .mar-l-20-min-768 {
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .mar-b-0-max-640 {
    margin-bottom: 0;
  }
}
.mar-r-20 {
  margin-right: 20px;
}
.mar-r-10 {
  margin-right: 10px;
}
.mar-r-5 {
  margin-right: 5px;
}
.mar-col-sm-4 {
  margin-left: -1%;
  margin-right: -1%;
}
.mar-auto {
  margin-left: auto;
  margin-right: auto;
}
.font-s-12 {
  font-size: 12px;
}
.font-s-14 {
  font-size: 14px;
}
.font-s-16 {
  font-size: 16px;
}
.font-s-24 {
  font-size: 24px;
}
.font-s-32 {
  font-size: 32px;
}
.font-bold {
  font-weight: bold;
  font-weight: 700;
}
.font-norm {
  font-weight: normal;
  font-weight: 400;
}
.nowrap {
  white-space: nowrap;
}
.brdr {
  border: 1px solid #D9D9D9;
}
.brdr-b {
  border-bottom: 1px solid #D9D9D9;
}
.brdr-t {
  border-top: 1px solid #D9D9D9;
}
.brdr-l {
  border-left: 1px solid #D9D9D9;
}
.brdr-r {
  border-right: 1px solid #D9D9D9;
}
.clr-valid {
  color: #3FBE2A;
}
.clr-gray {
  color: #707070;
}
.clr-blue {
  color: #18389C;
}
.elips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hide {
  overflow: hidden;
}
.fixed {
  position: fixed;
}
.no-txt-deco {
  text-decoration: none;
}
.inline-b {
  display: inline-block;
}
.txt-cent {
  text-align: center;
}
.txt-r {
  text-align: right;
}
.txt-l {
  text-align: left;
}
.flt-r {
  float: right;
}
.flt-l {
  float: left;
}
.flt-none {
  float: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.hidden,
.hdn {
  display: none;
}
.point-event-none {
  pointer-events: none;
}
.col-90 {
  width: 90%;
}
*.display-max-768 {
  display: none;
}
@media screen and (max-width: 768px) {
  *.display-max-768 {
    display: block;
  }
}
.layout-width {
  max-width: 1280px;
}
.append_after {
  display: block;
  clear: both;
}
