th {
  background-image: url(../img/up.svg);
  background-repeat: no-repeat;
  background-position: right; }

th.headerSortDown {
  background-image: url(../img/down.svg); }

.wybor a {
  color: #114273; }

#perfumeList {
  width: 60%;
  height: 100%;
  margin-left: auto; }

#perfumeList {
  min-width: 576px;
  height: 100%;
  margin-left: auto; }

@media all and (min-width: 768px) {
  #perfumeList {
    width: 60%; } }

#priceBox table {
  width: 100%;
  font-size: 14px; }
  #priceBox table thead {
    background-color: #114273;
    font-weight: bold; }
    #priceBox table thead th {
      padding: 4px 12px;
      color: white; }
  #priceBox table th, #priceBox table td {
    border: 1px solid black;
    font-size: 14px;
    text-shadow: none;
    padding: 0 12px;
    color: black;
    font-family: "Karma";
    text-transform: uppercase; }

.close:after {
  width: 15px;
  height: 15px;
  content: "X";
  color: black;
  font-weight: bold;
  font-size: 1.5rem; }

p.info {
  font-size: .75rem;
  color: #114273;
  padding: 0;
  text-transform: lowercase;
  text-shadow: none; }

.close {
  float: none;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  font-family: sans-serif;
  z-index: 123366666; }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 20px; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0px;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: #114273;
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }
