.btn-primary, .kosz_b1 {
  background: rgba(0, 0, 0, 0) url(gfx/koszyk.png) no-repeat scroll 0 0 / cover;
  border: 0 none;
  height: 39px;
  width: 89px;
  margin-top: 5px;
  margin-left: 10px;
  border-radius: 0; }

#buttons_koszyk input, #buttons_koszyk a, #buttons_koszyk .inp_dalej {
  clear: both;
  margin-top: 0;
  background-color: #1abc9c !important;
  border-radius: 0;
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 5px; }

#buttons_koszyk input#przelicz_koszyk, #buttons_koszyk a {
  background-color: #2f88a7 !important;
  width: 100%;
  padding: 10px 50px;
  font-size: 12px; }

.login-form, .koszyk_cont, .koszyk_cont2 {
  margin: 0 auto 0 auto;
  border-radius: 0;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 190px;
  color: #000;
  font-family: Open Sans, sans-serif;
  background: #f8f8f8;
  border: 0;
  margin-bottom: 25px; }

.login-form ul, .login-form ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 180px;
  margin: 10px auto 10px auto; }

.login-form ul li #l_login, .login-form ul li #l_pass {
  width: 180px;
  border: 0;
  border-radius: 5px;
  padding: 10px; }

.krok2l h1, .krok2r h1 {
  text-align: left;
  font-family: Open Sans;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #000; }

#krok21 h1, #krok5 h1, #krok6 h1 {
  text-align: left;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: bold; }

#krok5, #krok6 {
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 10px; }

#buttons_koszyk {
  width: 35%;
  float: right;
  text-align: left;
  height: 100px; }
  #buttons_koszyk input {
    width: 100%; }
    #buttons_koszyk a:hover {
      text-decoration: none !important; }
  .login-form ul li input {
    width: 180px; }

.koszyk_cont {
  text-align: center; }
  .koszyk_cont table {
    margin: 0 auto 0 auto;
    text-align: left; }
  .koszyk_cont ul {
    list-style: none; }
    .koszyk_cont ul li {
      padding: 10px; }
  .koszyk_cont input {
    border-radius: 5px;
    padding: 10px;
    width: 185px; }
  .koszyk_cont #r_nr_domu {
    width: 85px; }
  .koszyk_cont #r_nr_lokalu {
    width: 85px; }
  .koszyk_cont #r_nr_domu1 {
    width: 85px; }
  .koszyk_cont #r_nr_lokalu1 {
    width: 85px; }
  .koszyk_cont #r_regulamin1 {
    width: 30px; }
  .koszyk_cont #r_regulamin {
    width: 30px; }
  .koszyk_cont #rej_firma {
    width: 30px; }
  .koszyk_cont #rej_firma_2 {
    width: 30px; }
  .koszyk_cont a {
    color: #ce5657; }

.koszyk_cont2 {
  width: 100%; }
  .koszyk_cont2 input {
    border-radius: 1px;
    padding: 10px;
    font-weight: bold; }
  .koszyk_cont2 table td {
    padding-left: 20px; }

.krok2l {
  padding-left: 0; }
  .krok2r {
    padding-right: 0; }
  #krok21 .col-md-12 {
    padding-left: 0; }

#krok5 li {
  list-style: none;
  margin-bottom: 5px; }

#krok6 li {
  list-style: none;
  margin-bottom: 5px; }

.tabkoszyk {
  background-color: red;
  float: left;
  width: 60%;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-right: 0;
  color: #000; }
  .tabkoszyk th {
    padding: 10px 0;
    background-color: #e6e6e6;
    border-right: 1px solid #fafafa;
    text-align: center !important;
    font-size: 14px; }
  .tabkoszyk td {
    padding: 5px;
    background-color: #f8f8f8;
    border-right: 1px solid white;
    text-align: center !important;
    font-size: 14px; }
    .tabkoszyk td img {
      max-height: 120px;
      max-width: 100%; }
  .tabkoszyk input#k_ilosc {
    border: 1px solid #e6e6e6;
    width: 50%;
    margin: 0 auto !important;
    float: none;
    padding: 5px 0;
    text-align: center; }

.tabkoszyksuma {
  background-color: red;
  float: right;
  width: 35%;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-right: 0;
  color: #000; }
  .tabkoszyksuma th {
    background-color: #e6e6e6;
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid white; }
  .tabkoszyksuma td {
    background-color: #f8f8f8;
    padding: 5px;
    text-align: center;
    border-right: 1px solid white; }

.usun_kosz {
  width: 22px;
  height: 24px;
  position: relative;
  z-index: 100; }
  .usun_kosz input {
    position: absolute;
    background: none;
    display: block;
    width: 22px;
    height: 35px;
    z-index: 1102;
    border: 0; }
  .usun_kosz:after {
    font-family: Glyphicons Halflings;
    content: "\e014";
    z-index: 101;
    position: absolute;
    right: 4px;
    top: 6px;
    font-size: 20px;
    display: block;
    width: 21px;
    height: 35px;
    padding: 4px;
    color: #ce5657; }
  .usun_kosz:hover:after {
    color: #555; }

th {
  font-weight: 600; }

.prd_txt {
  margin-top: 50px; }

#prod_front_pic {
  max-width: 90%;
  padding: 50px 0 0; }

#box_koszyk_realizacja {
  margin-top: 50px; }

#modul_newsletter ul {
  list-style: none; }
  #modul_newsletter #n_but {
    margin-left: 50px;
    padding: 5px 10px;
    margin-top: 10px; }

#krok1 h1 {
  text-align: left;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: bold; }
  #krok1 .col-md-12 {
    padding: 0 !important; }

#krok2 .ramka_zam {
  background: #f8f8f8;
  border: 0;
  padding: 20px 0;
  text-align: center; }
  #krok2 ul li {
    list-style: none; }

.ramka_zam input {
  border: 1px solid #e6e6e6;
  width: 50%;
  margin: 0 auto 5px auto !important;
  float: none;
  padding: 5px 0;
  text-align: center;
  background-color: white !important; }
  .ramka_zam input.inp_dalej {
    padding: 10px 50px;
    background-color: #1abc9c !important;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px; }
  .ramka_zam input.imp_zare {
    background-color: #2f88a7 !important;
    margin-bottom: 5px !important; }
  .ramka_zam input.inp_podsumowanie {
    padding: 10px;
    background-color: #1abc9c !important;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px; }
  .ramka_zam #ax_nr_domu {
    width: calc(25% - 5px); }
  .ramka_zam #ax_nr_lokalu {
    width: calc(25% - 5px); }
  .ramka_zam #r_nr_domu1 {
    width: calc(25% - 5px); }
  .ramka_zam #r_nr_lokalu1 {
    width: calc(25% - 5px); }
  .ramka_zam #rej_firma_2 {
    width: inherit; }
  .ramka_zam #rej_firma {
    width: inherit; }

#r_regulamin1 {
  width: 50px; }

.inp_dalej {
  padding: 10px 50px;
  background-color: #1abc9c;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

#krok41 {
  padding-left: 0; }

.inp_ch_fv, .inp_ch_dw, #ax_regulamin {
  width: 20px !important; }

#ax_nr_domu_fv, #ax_nr_lokalu_fv, #ax_nr_domu_dw, #ax_nr_lokalu_dw {
  width: 24.4%; }

#inp_kop_dane {
  padding: 10px 50px;
  background-color: #2f88a7 !important;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  margin: 5px 0;
  color: #444; }

.bootstrap-switch-container {
  height: 30px; }

.tab_pod_kosz {
  min-width: 600px; }
  .tab_pod_kosz td {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px 20px; }
  .tab_pod_kosz th {
    background-color: #e6e6e6;
    border-right: 1px solid #fafafa;
    padding: 10px 20px; }
