h1.bordered {
  background: url('../images/border-dark.jpg') no-repeat scroll left bottom;
  padding-bottom: 20px;
  margin: 30px 0 50px;
  font-weight: bold;
}

hr.transp {
  margin: 7.5px 0;
  height: 1px;
  background: white;
  border: none;
  width: 100%;
}

h2 small {
  color: #333;
}

.disclaimer {
  margin-top: 50px;
}

.table_cell {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.inside_cell {
  overflow: hidden;
  max-height: 100%;
  width: 135px;
}

.no_pad_left {
  padding-left: 0 !important;
}

.akces_header {
  margin-left: -15px;
  width: auto;
}

.akces_header h1 {
  margin: 20px 0 15px;
}

.choose_type {
  margin: 40px 0;
}

.choose_cabin {
  margin-bottom: -1px;
  display: inline-block;
}

.nav-tabs > li {
  margin-bottom: 0;
}

.choose_type li.active a,
.choose_type li.active a:hover,
.choose_type li.active a:active,
.choose_type li.active a:focus .nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #333;
  color: #fff;
  border: none;
}

.choose_cabin li a,
.choose_cabin li a:hover,
.choose_cabin li a:focus {
}

.choose_cabin li a .cabin_chosen {
}

.choose_cabin li.active a .cabin_chosen {
  background: url('../../../images/ok_red.png') no-repeat center center;
  display: inline;
  position: absolute;
  right: 1px;
  width: 20px;
  height: 38px;
  background-size: 20px auto;
}

.choose_cabin_wrapper {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  margin-left: 0;
}

.choose_cabin_wrapper p {
  margin: 0;
  font-size: 22px;
  height: 100%;
  line-height: 40px;
  float: left;
  text-align: left;
}

.choose_cabin_wrapper .choose_cabin {
}

.choose_cabin_wrapper .choose_cabin li {
  width: 25%;
  padding-right: 11px;
}

.choose_cabin_wrapper .choose_cabin li:last-of-type {
  padding-right: 0;
}

.choose_cabin.nav-pills > li:last-of-type > a {
  /*border: none;*/
  /*text-decoration: underline;*/
  /*color: #dc261c;*/
  /*font-weight: bold;*/
  /*position: relative;*/
  /*text-align: center;*/
  /*font-size: 12px;*/
}

.choose_cabin.nav-pills > li:last-of-type > a span {
  /*display: block;*/
  /*bottom: 0;*/
  /*width: 100%;*/
  /*text-align: center;*/
  /*position: absolute;*/
  /*text-decoration: underline;*/
}

.choose_cabin.nav-pills > li:last-of-type:not(.active) > a:hover span {
  /*color: #333;*/
}

.choose_cabin.nav-pills > li.active:last-of-type:focus > a,
.choose_cabin.nav-pills > li.active:last-of-type > a {
  /*background: none;*/
  /*color:#dc261c;*/
}

.choose_cabin_wrapper h4 {
  font-size: 20px;
  margin: 10px;
}

.choose_cabin.nav-pills > li > a {
  border-radius: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  height: 40px;
  color: #333;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
}

.choose_cabin li.active a,
.choose_cabin li.active a:hover,
.choose_cabin li.active a:focus {
  border: 1px solid #dc261c;
  background: white;
  color: #333;
}

.choose_cabin.nav-pills > li > a > .cabin {
  position: relative;
  left: 0;
  top: 0;
  height: 38px;
  width: 38px;
  font-size: 14px;
  line-height: 38px;
  border: none;
}

.choose_cabin.nav-pills > li > a:last-of-type {
}

.choose_cabin.nav-pills > li + li {
  margin: 0;
}

.choose_cabin .type {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  height: 100%;
  line-height: 40px;
  top: 0;
  position: absolute;
}

.choose_type {
  border: none;
  width: 100%;
  background: #eee;
}

.choose_type li a {
  padding: 15px 10px;
  color: #222;
  margin: 0;
  border: none;
  font-size: 13px;
  font-family: 'Encode Sans', 'bebas_neue_regularregular';
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -1px;
  background: #eee;
  border-radius: 0;
  line-height: 1;
}

.choose_type li.active a,
.choose_type li.active a:focus {
  background: #333;
  color: #fff;
  border: none;
}

.akcesoria_wrap {
  margin: 0px 0 100px;
}

.akcesoria_wrap .item_row {
  display: block;
  border: 1px solid #ddd;
  -webkit-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #333;
  margin-bottom: 10px !important;
}

.akcesoria_wrap .item_row:hover:not(.chosen) {
  background: #eee;
  border-color: #aaa;
}

.akcesoria_wrap .item_row.chosen {
  background: #fff;
  border-color: #dc261c;
}

.akcesoria_wrap .item_row .info_chosen {
  min-height: 120px;
  width: 100px;
  text-align: center;
  display: block;
  background: #eee;
  float: left;
  position: relative;
}

.akcesoria_wrap .item_row .info_chosen .dodaj {
  display: block;
  position: absolute;
  height: 100%;
  background: url('../../../images/plus_red.png') no-repeat center center;
  background-color: transparent;
  top: 0;
  width: 100%;
}

.akcesoria_wrap .item_row .info_chosen .dodaj_text {
  display: block;
  position: absolute;
  width: 100%;
  font-weight: bold;
  color: #aaa;
  bottom: 15%;
  font-size: 10px;
}

.akcesoria_wrap .item_row:hover .info_chosen {
  background: #dc261c;
}

.akcesoria_wrap .item_row:hover .info_chosen .dodaj {
  background: url('../../../images/plus_white.png') no-repeat center center;
}

.akcesoria_wrap .item_row .glyphicon {
  font-size: 22px;
}

.akcesoria_wrap .item_row.chosen .info_chosen {
  background: #dc261c;
}

.akcesoria_wrap .item_row.chosen .info_chosen .dodaj {
  background: url('../../../images/ok_white.png') no-repeat center center;
}

.akcesoria_wrap .item_row.chosen .info_chosen .dodaj_text {
  display: none;
}

.akcesoria_wrap .item_row a.akces_item,
.akcesoria_wrap .item_row a.akces_item:hover,
.akcesoria_wrap .item_row a.akces_item:active {
  display: block;
  height: 100%;
  color: #555;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.akcesoria_wrap .item_row a.akces_item:hover {
  color: #000;
}

.akcesoria_wrap .item_row a.akces_item.opis {
  padding: 10px 25px;
}

.akcesoria_wrap .item_row .thumbnail {
  background: white;
  width: 135px;
  vertical-align: middle;
  white-space: nowrap;
  height: 100px;
  position: absolute;
}

.akcesoria_wrap .item_row > div:first-of-type > .thumbnail img {
}

.akcesoria_wrap .item_row > div:first-of-type > .thumbnail .img_helper {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.akcesoria_wrap .item_row > div {
  height: auto;
  min-height: 120px;
  position: relative;
}

.akcesoria_wrap .item_row p {
  margin-bottom: 0px;
}

.akcesoria_wrap .item_row > div:after {
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  content: ' ';
  background: #aaa;
  width: 0;
}

.akcesoria_wrap .item_row > div:nth-of-type(3):after,
.akcesoria_wrap .item_row > div:nth-of-type(4):after {
}

.akcesoria_wrap .item_row h3 {
  font-weight: bold;
  top: 10%;
  position: relative;
}

.akcesoria_wrap .item_row h4 {
  top: 10%;
  position: relative;
}

.akcesoria_wrap .item_row p {
  position: relative;
  top: 10%;
}

.akcesoria_wrap .item_row p.opis {
  position: relative;
  top: 10%;
  font-size: 110%;
  font-weight: bold;
}

.akcesoria_wrap .item_row .cena {
  top: 10%;
  position: relative;
  text-align: center;
  font-size: 130%;
}

.akcesoria_wrap .item_row .cena small {
  font-weight: bold;
}

.akcesoria_wrap .span_container {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
}

.akcesoria_wrap span.cabin {
  background: rgba(100, 100, 100, 0.2);
  border-radius: 0;
  display: inline-block;
  height: 22px;
  width: 22px;
  text-align: center;
  vertical-align: middle;
  color: #aaa;
  border: 1px solid transparent;
  font-size: 10px;
  line-height: 20px;
  font-family: 'Open Sans' !important;
}

.akcesoria_wrap span.cabin.single,
.akcesoria_wrap span.cabin.extended,
.akcesoria_wrap span.cabin.double,
.akcesoria_wrap span.cabin.all {
  font-weight: bold;
  background-color: #dc261c;
  border-color: #dc261c;
  color: white;
}

.item_hidden {
  display: none !important;
  margin: 0;
}

div.thumbnail {
  display: table;
  margin: auto;
  padding: 0;
  text-align: center;
  -webkit-transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
}

div.thumbnail img {
  cursor: pointer;
  display: block;
  max-height: 100%;
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

div.thumbnail:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

div.thumbnail.bigger {
  /*	position: absolute;
	z-index: 100;
	background: rgba(0,0,0,0.5) !important;
	height: 300px !important;
	width: 400px !important;
	padding: 0;*/
}

div.thumbnail.bigger > div {
  /*padding: 0 50px;*/
}

.item_row .bigger_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 300px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
  max-width: 400px;
  max-height: 300px;
  padding: 50px;
}

.item_row .bigger_img.slide_show {
  display: -webkit-flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.item_row .bigger_img img {
  margin: auto;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.item_row .bigger_img .inside_cell {
  width: 100%;
}

.item_row .bigger_img .close_big {
  display: none;
}

.item_row .bigger_img.slide_show .close_big {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 33px;
  color: white;
  background: #dc261c;
  line-height: 1;
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
}

div.thumbnail > div {
  vertical-align: middle;
  width: 100%;
  padding: 0;
  display: table-cell;
  /*height: 100px;*/
}
ul.koszyk {
  list-style: none;
  width: 100%;
  padding-left: 0;
  display: block;
  float: left;
  margin: 0;
  max-height: 53vh;
  height: auto;
  overflow: auto;
}

ul.koszyk li {
  height: 0;
  background: #eee;
  padding: 5px 8px 5px 15px;
  font-size: 14px;
  position: relative;
  width: 100%;
}

ul.koszyk li span.opis {
  margin: 0;
  position: relative;
  display: block;
  width: 77%;
  float: left;
  padding: 0 5px 0 0px;
  font-size: 14px;
  font-family: 'Encode Sans', 'bebas_neue_regularregular';
  line-height: 20px;
}

ul.koszyk li:last-of-type {
  margin-bottom: 0;
}

ul.koszyk li .wartosc {
  /*font-weight: bold;*/
  width: auto;
  display: block;
  float: right;
  font-size: 13px;
  text-align: right;
  font-family: 'Encode Sans', 'bebas_neue_regularregular';
}

ul.koszyk li p {
  display: block;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 1;
}

ul.koszyk li small {
  color: #aaa;
}

ul.koszyk li .wartosc small {
  color: #222;
}

ul.koszyk li .close {
  color: #dc261c;
  opacity: 1;
  font-size: 24px;
  font-weight: lighter !important;
  line-height: 16px;
  display: block;
  float: right;
  width: 7%;
  text-align: center;
}

.item_row .info_cena {
  width: calc(100% - 100px);
  display: block;
  float: left;
  height: 70px;
  position: relative;
}

div.cart {
  position: relative;
  z-index: 1;
}

div.cart.pos_fixed {
  position: fixed;
  top: 10px;
  width: 386.6px;
}

.koszyk_header {
  margin: 40px 0 0;
  background: #333;
  color: white;
  padding: 15px 23px;
}

.koszyk_header h4 {
  font-size: 17px;
  line-height: 1;
}

.cart h2 {
  width: 20%;
  float: left;
  margin-left: 20px;
}

.cart_cont {
  border: 1px solid #ccc;
  padding: 33px 0px 0;
}

ul.razem {
  width: auto;
  float: right;
  margin-top: 0;
  list-style: none;
  font-size: 17px;
  margin-right: 20px;
  padding: 0;
}

ul.razem li {
  text-align: right;
}

ul.razem li small:first-of-type {
  text-transform: uppercase;
}

ul.razem #netto,
ul.razem #netto_mobile {
  font-size: 150%;
  font-weight: bold;
}

ul.razem #brutto,
ul.razem #brutto_mobile {
  font-size: 140%;
}

.zapytaj {
  height: auto;
  float: left;
  width: 100%;
}

.zapytaj a.btn {
  background: #fff;
  height: 0;
  line-height: 1;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.zapytaj:hover a.btn:hover {
  background: #dc261c;
  color: white;
}

.zapytaj_form {
  display: none;
  float: left;
  height: auto;
  width: 100%;
}

.zapytaj_form form {
  padding: 15px;
  display: block;
  height: auto;
}

.zapytaj_form form .form-group {
}

.zapytaj_form form .form-group input {
  width: 100%;
}

.zapytaj_form form button.btn {
  border: 2px solid #dc261c;
  background: white;
  color: #dc261c;
  font-family: 'bebas_neuebold';
  font-size: 17px;
  padding: 15.5px 20px;
  height: auto;
  line-height: 1;
  margin: 0 -15px -15px;
  width: calc(100% + 30px);
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.zapytaj_form form button.btn:hover {
  background: #dc261c;
  color: white;
}

.zapytaj_form form button.btn:disabled {
  background: #eee;
  border-color: #aaa;
  color: #777;
  padding: 10px 20px;
  opacity: 0.7;
}

@media (min-width: 1200px) and (max-width: 1370px) {
  div.cart.pos_fixed {
    width: 326.6px;
    top: 30px;
  }

  div.thumbnail > div {
    height: 90px;
  }

  .inside_cell {
    width: 113.5px;
  }

  h1.bordered {
    background: url('../images/border-dark.jpg') no-repeat scroll left bottom;
    padding-bottom: 20px;
    margin: 20px 0 30px;
    font-weight: bold;
  }

  .choose_cabin_wrapper p {
    font-size: 20px;
    line-height: 34px;
  }

  .choose_type {
    margin: 20px 0 15px;
  }

  .choose_cabin.nav-pills > li > a {
    border-radius: 0;
    border-color: #dc261c;
    padding: 0;
    width: 100%;
    height: 33px;
    text-align: left;
    line-height: 1;
  }

  .choose_cabin.nav-pills > li > a > .cabin {
    position: relative;
    left: 0;
    top: 0;
    height: 31px;
    width: 31px;
    font-size: 12px;
    line-height: 34px;
    border: none;
  }

  .choose_cabin .type {
    display: inline-block;
    font-size: 11px;
    margin-left: 3px;
    height: 100%;
    line-height: 33px;
    top: 0;
    position: absolute;
  }

  .choose_cabin li.active a .cabin_chosen {
    background: url('../../../images/ok_red.png') no-repeat center center;
    right: 0px;
    width: 20px;
    height: 31px;
    background-size: 18px auto;
  }

  .choose_type li a {
    padding: 12px 9px;
    margin: 0;
    border: none;
    font-size: 12px;
    border-radius: 0;
    line-height: 1;
  }

  .akcesoria_wrap .item_row > div {
    height: auto;
    min-height: 90px;
  }

  .akcesoria_wrap .item_row .thumbnail {
    width: 110px;
    height: 90px;
  }

  .akcesoria_wrap span.cabin {
    height: 22px;
    width: 23px;
    font-size: 11px;
    line-height: 20px;
  }

  .akcesoria_wrap .item_row:hover .info_chosen .dodaj,
  .akcesoria_wrap .item_row.chosen .info_chosen,
  .akcesoria_wrap .item_row.chosen .info_chosen .dodaj,
  .akcesoria_wrap .item_row .info_chosen {
    min-height: 125px;
    width: 90px;
    background-size: 20px auto;
  }

  .item_row .info_cena {
    width: calc(100% - 90px);
  }

  .akcesoria_wrap .item_row .info_chosen .dodaj {
    background-size: 20px auto;
  }

  .koszyk_header {
    margin: 20px 0 0px;
    padding: 12px 15px;
  }

  ul.koszyk li {
    padding-right: 11px;
  }

  ul.koszyk li .close {
    font-size: 19px;
    line-height: 19px;
  }

  ul.koszyk li span.opis {
    font-size: 14px;
  }

  .koszyk_header h4 {
    font-size: 14px;
  }

  .cart_cont {
    padding: 11px 0 0;
  }

  .cart h2 {
    font-size: 25px;
  }

  ul.razem {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  div.cart.pos_fixed {
    width: 259.9px;
    top: 30px;
  }

  div.thumbnail > div {
    height: 70px;
  }

  .inside_cell {
    width: 91px;
  }

  h1.bordered {
    background: url('../images/border-dark.jpg') no-repeat scroll left bottom;
    padding-bottom: 20px;
    margin: 20px 0 30px;
    font-weight: bold;
  }

  .choose_cabin_wrapper p {
    font-size: 18px;
    line-height: 26px;
  }

  .choose_type {
    margin: 20px 0 15px;
  }

  .choose_cabin.nav-pills > li > a {
    border-radius: 0;
    border-color: #dc261c;
    padding: 0;
    width: 100%;
    border: 1px solid #dc261c;
    height: 27px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
  }

  .choose_cabin.nav-pills > li > a > .cabin {
    position: relative;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    font-size: 11px;
    line-height: 28px;
    border: none;
  }

  .choose_cabin .type {
    display: inline-block;
    font-size: 9px;
    margin-left: 1px;
    height: 100%;
    line-height: 27px;
    top: 0;
    position: absolute;
  }

  .choose_cabin li.active a .cabin_chosen {
    background: url('../../../images/ok_red.png') no-repeat center center;
    right: 0px;
    width: 13px;
    height: 25px;
    background-size: 13px auto;
  }

  .choose_type li a {
    padding: 10px 5px;
    margin: 0;
    border: none;
    font-size: 13px;
    border-radius: 0;
    line-height: 1;
  }

  .akcesoria_wrap .item_row > div {
    min-height: 70px;
  }

  .akcesoria_wrap .item_row .thumbnail {
    width: 110px;
    height: 70px;
  }

  .akcesoria_wrap span.cabin {
    height: 17px;
    width: 17px;
    font-size: 10px;
    line-height: 17px;
  }

  .akcesoria_wrap .item_row:hover .info_chosen .dodaj,
  .akcesoria_wrap .item_row.chosen .info_chosen,
  .akcesoria_wrap .item_row.chosen .info_chosen .dodaj,
  .akcesoria_wrap .item_row .info_chosen {
    min-height: 120px;
    width: 70px;
    background-size: 17px auto;
  }

  .item_row .info_cena {
    width: calc(100% - 70px);
  }

  .akcesoria_wrap .item_row .info_chosen .dodaj {
    background-size: 17px auto;
  }

  .koszyk_header {
    margin: 20px 0 0px;
    padding: 10px 15px;
  }

  .koszyk_header h4 {
    font-size: 12px;
  }

  .cart_cont {
    padding: 10px 0 0;
  }

  .cart h2 {
    font-size: 21px;
    margin-left: 14px;
  }

  ul.razem {
    font-size: 13px;
  }

  .akcesoria_wrap .item_row p.opis {
    font-size: 11px;
    margin-bottom: 0;
  }

  .akcesoria_wrap .item_row .cena {
    font-size: 12px;
  }

  .akcesoria_wrap .item_row .info_chosen .dodaj_text {
    font-size: 8px;
  }

  ul.razem #brutto {
    font-size: 120%;
  }

  ul.koszyk li {
    padding: 5px 10px;
  }

  ul.koszyk li span.opis {
    font-size: 12px;
    line-height: 14px;
  }

  ul.koszyk li .wartosc {
    font-size: 80%;
  }

  ul.koszyk li .close {
    font-size: 16px;
    line-height: 14px;
    width: 8%;
  }

  ul.koszyk li p {
    font-size: 80%;
  }
}

@media (min-width: 851px) and (max-width: 991px), (width: 768px) {
  div.cart.pos_fixed {
    width: 220px !important;
    top: 30px;
  }

  div.thumbnail > div {
    height: 60px;
  }

  .inside_cell {
    width: 77.9px;
  }

  h1.bordered {
    background: url('../images/border-dark.jpg') no-repeat scroll left bottom;
    padding-bottom: 20px;
    margin: 20px 0 30px;
    font-weight: bold;
  }

  .choose_cabin_wrapper p {
    font-size: 18px;
    line-height: 26px;
  }

  .choose_cabin_wrapper .choose_cabin li {
    width: 50%;
  }

  .choose_cabin_wrapper .choose_cabin li:nth-of-type(2) {
    padding-right: 0;
  }

  .choose_type {
    margin: 20px 0 15px;
  }

  .choose_cabin.nav-pills > li > a {
    border-radius: 0;
    border-color: #dc261c;
    padding: 0;
    width: 100%;
    height: 29px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
  }

  .choose_cabin.nav-pills > li > a > .cabin {
    position: relative;
    left: 0;
    top: 0;
    height: 27px;
    width: 27px;
    font-size: 11px;
    line-height: 25px;
    border: none;
  }

  .choose_cabin .type {
    display: inline-block;
    font-size: 12px;
    margin-left: 4px;
    height: 100%;
    line-height: 27px;
    top: 0;
    position: absolute;
  }

  .choose_cabin li.active a .cabin_chosen {
    background: url('../../../images/ok_red.png') no-repeat center center;
    right: 10px;
    width: 20px;
    height: 25px;
    background-size: 18px auto;
  }

  .choose_type li a {
    padding: 10px 22px;
    margin: 0;
    border: none;
    font-size: 15px;
    border-radius: 0;
    line-height: 1;
  }

  .akcesoria_wrap .item_row > div {
    height: 60px;
  }

  .akcesoria_wrap .item_row .thumbnail {
    width: 100%;
    height: 60px;
  }

  .akcesoria_wrap span.cabin {
    height: 16px;
    width: 16px;
    font-size: 10px;
    line-height: 15px;
  }

  .akcesoria_wrap .item_row:hover .info_chosen .dodaj,
  .akcesoria_wrap .item_row.chosen .info_chosen,
  .akcesoria_wrap .item_row.chosen .info_chosen .dodaj,
  .akcesoria_wrap .item_row .info_chosen {
    height: 100%;
    width: 55px;
    background-size: 17px auto;
  }

  .akcesoria_wrap .item_row a.akces_item.opis {
    padding: 0 12px;
  }

  .akcesoria_wrap .item_row p {
    font-size: 90%;
  }

  .item_row .info_cena {
    width: calc(100% - 55px);
  }

  .akcesoria_wrap .item_row .info_chosen .dodaj {
    background-size: 17px auto;
  }

  .koszyk_header {
    margin: 20px 0 0px;
    padding: 10px 15px;
  }

  .koszyk_header h4 {
    font-size: 12px;
  }

  .cart_cont {
    padding: 10px 0 0;
  }

  .cart h2 {
    font-size: 18px;
    margin-left: 10px;
  }

  ul.razem {
    margin-left: 5px;
    font-size: 11px;
  }

  .akcesoria_wrap .item_row p.opis {
    font-size: 11px;
    margin-bottom: 0;
  }

  .akcesoria_wrap .item_row .cena {
    font-size: 12px;
  }

  .akcesoria_wrap .item_row .info_chosen .dodaj_text {
    font-size: 8px;
  }

  ul.razem #brutto {
    font-size: 120%;
  }

  ul.koszyk li {
    padding: 5px 7px;
  }

  ul.koszyk li span.opis {
    font-size: 12px;
    line-height: 14px;
    width: 73%;
  }

  ul.koszyk li .wartosc {
    font-size: 70%;
    padding-right: 2px;
  }

  ul.koszyk li .close {
    font-size: 16px;
    line-height: 10px;
    width: 10%;
  }

  ul.koszyk li p {
    font-size: 80%;
  }
}

@media (min-width: 769px) and (max-width: 850px) {
  div.cart.pos_fixed {
    width: 190px !important;
    top: 30px;
  }

  div.thumbnail > div {
    height: 60px;
  }

  .inside_cell {
    width: 67px;
  }

  h1.bordered {
    background: url('../images/border-dark.jpg') no-repeat scroll left bottom;
    padding-bottom: 20px;
    margin: 20px 0 30px;
    font-weight: bold;
  }

  .choose_cabin_wrapper p {
    font-size: 15px;
    line-height: 26px;
  }

  .choose_cabin_wrapper .choose_cabin li {
    width: 50%;
  }

  .choose_cabin_wrapper .choose_cabin li:nth-of-type(2) {
    padding-right: 0;
  }

  .choose_type {
    margin: 20px 0 15px;
  }

  .choose_cabin.nav-pills > li > a {
    border-radius: 0;
    border-color: #dc261c;
    padding: 0;
    width: 100%;
    height: 29px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
  }

  .choose_cabin.nav-pills > li > a > .cabin {
    position: relative;
    left: 0;
    top: 0;
    height: 27px;
    width: 27px;
    font-size: 11px;
    line-height: 25px;
    border: none;
  }

  .choose_cabin .type {
    display: inline-block;
    font-size: 12px;
    margin-left: 4px;
    height: 100%;
    line-height: 27px;
    top: 0;
    position: absolute;
  }

  .choose_cabin li.active a .cabin_chosen {
    background: url('../../../images/ok_red.png') no-repeat center center;
    right: 10px;
    width: 20px;
    height: 25px;
    background-size: 18px auto;
  }

  .choose_type li a {
    padding: 10px 15px;
    margin: 0;
    border: none;
    font-size: 15px;
    border-radius: 0;
    line-height: 1;
  }

  .akcesoria_wrap .item_row > div {
    height: 60px;
  }

  .akcesoria_wrap .item_row .thumbnail {
    width: 100%;
    height: 60px;
  }

  .akcesoria_wrap span.cabin {
    height: 13px;
    width: 13px;
    font-size: 8px;
    line-height: 12px;
  }

  .akcesoria_wrap .item_row:hover .info_chosen .dodaj,
  .akcesoria_wrap .item_row.chosen .info_chosen,
  .akcesoria_wrap .item_row.chosen .info_chosen .dodaj,
  .akcesoria_wrap .item_row .info_chosen {
    height: 100%;
    width: 50px;
    background-size: 17px auto;
  }

  .akcesoria_wrap .item_row a.akces_item.opis {
    padding: 0 8px;
  }

  .akcesoria_wrap .item_row p {
    font-size: 70%;
  }

  .item_row .info_cena {
    width: calc(100% - 50px);
  }

  .akcesoria_wrap .item_row .info_chosen .dodaj {
    background-size: 17px auto;
  }

  .koszyk_header {
    margin: 20px 0 0px;
    padding: 10px 15px;
  }

  .koszyk_header h4 {
    font-size: 12px;
  }

  .cart_cont {
    padding: 10px 0 0;
  }

  .cart h2 {
    font-size: 18px;
    margin-left: 10px;
  }

  ul.razem {
    margin-left: 5px;
    font-size: 11px;
    margin-right: 5px;
  }

  .akcesoria_wrap .item_row p.opis {
    font-size: 9px;
    margin-bottom: 0;
  }

  .akcesoria_wrap .item_row .cena {
    font-size: 12px;
  }

  .akcesoria_wrap .item_row .info_chosen .dodaj_text {
    font-size: 8px;
  }

  ul.razem #brutto {
    font-size: 120%;
  }

  ul.koszyk li {
    padding: 5px 7px;
  }

  ul.koszyk li span.opis {
    font-size: 12px;
    line-height: 14px;
    width: 73%;
  }

  ul.koszyk li .wartosc {
    font-size: 70%;
    padding-right: 2px;
  }

  ul.koszyk li .close {
    font-size: 16px;
    line-height: 10px;
    width: 10%;
  }

  ul.koszyk li p {
    font-size: 80%;
  }
}

@media (max-width: 767px) {
  #toolbox-left {
    display: none !important;
  }

  footer {
    padding-bottom: 0;
  }

  nav.navbar {
    position: absolute !important;
  }

  .count_wrapper {
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #dc261c;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-right: 10px;
    top: 6px;
  }

  span.count_items {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
  }

  .vw10030px {
    width: calc(100vw - 30px);
  }

  .akcesoria_wrap {
    margin-top: 0;
  }

  .item_row .thumbnail img {
    max-height: 90px;
  }

  .choose_type li {
    width: 50%;
  }

  .choose_type li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }

  .choose_cabin {
    width: 100%;
  }

  .zapytaj a.btn {
    padding: 10px;
  }

  .zapytaj_form form button.btn {
    padding: 10px;
  }

  .zapytaj_form form .form-group input {
    font-size: 11px;
    padding: 5px;
    line-height: 11px;
    height: 30px;
  }

  .zapytaj_form form .form-group {
    margin-bottom: 7px;
  }

  .zapytaj_form form label {
    font-size: 11px;
    margin-bottom: 2px;
  }

  .zapytaj_form form .form-control {
    height: 30px;
    font-size: 11px;
    padding: 5px;
  }

  .item_row .bigger_img {
    height: auto;
    max-height: 300px;
    min-height: 200px;
    padding: 40px;
  }

  .zapytaj_form form .form-control option {
  }

  div.cart {
    top: 50px;
    position: fixed;
    right: 15px;
    width: 105px;
  }

  .akcesoria_wrap .item_row div.thumbnail {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: calc(100% - 10px);
  }

  .akcesoria_wrap .item_row div.thumbnail img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
  }

  .akcesoria_wrap .item_row div.thumbnail > div {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .akcesoria_wrap .item_row .inside_cell {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: block;
  }

  h1.bordered {
    background: url('../images/border-dark.jpg') no-repeat scroll left bottom;
    padding-bottom: 20px;
    margin: 20px 0 30px;
    font-weight: bold;
  }

  .choose_cabin_wrapper p {
    font-size: 15px;
    line-height: 26px;
  }

  .choose_cabin_wrapper .choose_cabin li {
    width: 50%;
  }

  .choose_cabin_wrapper .choose_cabin li:nth-of-type(1),
  .choose_cabin_wrapper .choose_cabin li:nth-of-type(2) {
    margin: 15px 0;
  }

  .choose_cabin_wrapper .choose_cabin li:nth-of-type(2) {
    padding-right: 0;
  }

  .choose_type {
    margin: 20px 0 15px;
  }

  .choose_cabin.nav-pills > li > a {
    border-radius: 0;
    border-color: #dc261c;
    padding: 0;
    width: 100%;
    height: 29px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
  }

  .choose_cabin.nav-pills > li > a > .cabin {
    position: relative;
    left: 0;
    top: 0;
    height: 27px;
    width: 27px;
    font-size: 11px;
    line-height: 25px;
    border: none;
  }

  .choose_cabin .type {
    display: inline-block;
    font-size: 12px;
    margin-left: 4px;
    height: 100%;
    line-height: 27px;
    top: 0;
    position: absolute;
  }

  .choose_cabin li.active a .cabin_chosen {
    background: url('../../../images/ok_red.png') no-repeat center center;
    right: 10px;
    width: 20px;
    height: 25px;
    background-size: 18px auto;
  }

  .choose_type li a {
    padding: 10px 20px;
    margin: 0;
    border: none;
    font-size: 15px;
    border-radius: 0;
    line-height: 1;
    text-align: center;
  }

  .akcesoria_wrap span.cabin {
    height: 24px;
    width: 24px;
    font-size: 11px;
    line-height: 22px;
  }

  .akcesoria_wrap .item_row:hover .info_chosen .dodaj,
  .akcesoria_wrap .item_row.chosen .info_chosen,
  .akcesoria_wrap .item_row.chosen .info_chosen .dodaj,
  .akcesoria_wrap .item_row .info_chosen {
    height: 45px;
    width: 45px;
    background-size: 17px auto;
    float: right;
    margin-right: 15px;
  }

  .akcesoria_wrap .item_row .info_chosen {
    background-color: #ccc;
  }

  .akcesoria_wrap .item_row a.akces_item.opis {
    padding: 0 8px;
  }

  .akcesoria_wrap .item_row p {
    font-size: 90%;
  }

  .akcesoria_wrap .item_row .info_chosen .dodaj {
    background-size: 17px auto;
  }

  .koszyk_header {
    padding: 10px 13px 10px 23px;
    background: rgba(153, 153, 153, 0.9);
    margin: 0;
    text-align: right;
    position: relative;
    height: 50px;
  }

  .koszyk_header img {
    height: 27px;
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
  }

  .cart_cont {
    padding: 15px 0 0;
    display: none;
    background: white;
    width: calc(100vw - 30px);
  }

  ul.koszyk {
    max-height: 270px;
  }

  .cart h2 {
    font-size: 18px;
    margin-left: 10px;
  }

  ul.razem {
    margin-left: 5px;
    font-size: 11px;
    margin-right: 5px;
  }

  .akcesoria_wrap .item_row p.opis {
    font-size: 11px;
    margin-bottom: 0;
  }

  .akcesoria_wrap .item_row .cena {
    font-size: 20px;
    display: inline-block;
    margin-left: 4%;
    line-height: 45px !important;
  }

  .akcesoria_wrap .item_row .info_chosen .dodaj_text {
    font-size: 7px;
  }

  ul.razem #brutto {
    font-size: 120%;
  }

  ul.koszyk li {
    padding: 5px 7px;
    border-bottom: 1px solid #ccc;
  }

  ul.koszyk li:last-of-type {
    border-color: transparent;
  }

  ul.koszyk li span.opis {
    font-size: 10px;
    line-height: 1.2;
    width: 73%;
    font-family: 'Open Sans';
  }

  ul.koszyk li .wartosc {
    font-size: 11px;
    padding-right: 2px;
    font-family: 'Open Sans';
  }

  ul.koszyk li .close {
    font-size: 16px;
    line-height: 19px;
    width: 10%;
  }

  ul.koszyk li p {
    font-size: 75%;
  }

  .akcesoria_wrap .item_row > div {
    height: 90px;
  }

  .akcesoria_wrap .item_row > div:last-of-type {
    height: 45px;
    background: #eee;
  }

  .akcesoria_wrap .item_row.chosen .info_chosen {
    background-color: #dc261c;
  }

  .akcesoria_wrap .span_container {
    display: inline-block;
    position: relative;
    top: auto;
    bottom: 0%;
    padding-left: 15px !important;
    line-height: 45px;
  }
}

@media (max-width: 499px) {
  .choose_type li a {
    padding: 10px 0;
  }
  .item_row .bigger_img {
    max-width: 290px;
  }
}
