﻿.languagepicker {
  background-color: #FFF;
  display: inline-block;
  padding: 0;
  height: 29px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0 0px 10px 0;
  vertical-align: top;
  border: 1px solid #BBB;
  float: left;
  border-radius: 4px; }
  .languagepicker:hover {
    /* don't forget the 1px border */
    height: 280px; }
  .languagepicker a {
    color: #222;
    text-decoration: none; }
  .languagepicker li {
    display: block;
    padding: 0px 20px;
    line-height: 30px;
    border-top: 1px solid #BBB; }
    .languagepicker li:hover {
      background-color: #EEE; }
    .languagepicker li img {
      margin-right: 5px;
      position: relative;
      top: -1px; }
  .languagepicker > li:first-child {
    border: none;
    background-color: #FFF;
    color: #222;
    cursor: default; }
  .languagepicker .roundborders {
    border-radius: 5px; }
  .languagepicker .large:hover {
    height: 280px; }

div#hik-language {
  position: absolute;
  z-index: 99;
  top: 14px;
  left: -90px; }

.uk-form-error {
  background: #fff1f0;
  color: #d85030;
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  margin-top: 5px; }

.uk-form-success {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  display: block;
  background: #ebf7fd;
  color: #2d7091;
  border: 1px solid rgba(45, 112, 145, 0.3);
  border-radius: 4px;
  text-shadow: 0 1px 0 #fff; }

#hik-search {
  position: relative; }
  #hik-search #hik-autocomplete {
    position: absolute;
    width: calc(100% - 29px);
    top: 43px;
    z-index: 995; }
    #hik-search #hik-autocomplete .items {
      list-style-type: none;
      padding: 0px;
      background-color: #444444;
      color: #dddddd;
      border: 1px solid #dddddd;
      width: 100%;
      border-radius: 4px;
      display: none; }
      #hik-search #hik-autocomplete .items li a {
        padding: 5px;
        display: block;
        text-decoration: none;
        color: inherit;
        border-bottom: 1px #555555 solid; }
      #hik-search #hik-autocomplete .items li:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
        #hik-search #hik-autocomplete .items li:last-child a {
          border-bottom: none;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px; }

.selected {
  background: white;
  color: black; }

@media screen and (min-width: 375px) and (max-width: 767px) {
  div#hik-language {
    left: -118px; }
    div#hik-language .languagepicker {
      margin: 0; } }

@media screen and (max-width: 375px) {
  div#hik-language {
    left: -75px; }
    div#hik-language .languagepicker {
      margin: 0; }
      div#hik-language .languagepicker li {
        padding: 0 10px; }
        div#hik-language .languagepicker li span {
          display: none; }
        div#hik-language .languagepicker li img {
          margin: 0; } }

@media (min-width: 768px) {
  .productItem {
    padding: 0 15px; }
    .productItem .uk-width-1-1.uk-margin-small-bottom {
      padding: 0 20px; } }
