.bk-body {
    color: #000 !important;
    font-size: 15px !important;
}


/* *** CUSTOM CHECKBOX *** */

.bk-steps + .main-content .container {
  padding: 0;
}

.bk-checkbox-list input {
  width: 0;
  height: 0;
  list-style: none;
  margin: 0 !important;
}

.bk-checkbox-list label {
  padding-left: 22px;
  position: relative;
}
/*
.bk-checkbox-list label:after {
  width: 13px;
  height: 13px;
  border: 1px solid #ababab;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
*/


/* *** END CUSTOM CHECKBOX *** */


#cookiesBox {
    width: 300px;
    position: fixed;
    padding: 10px 15px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    left: 10px;
    background: #f26271;
    border: 1px solid #fff;
    color: #FFF;
    font-size: 14px;
    z-index: 10000000;
}

#cookiesBox a {
    color: #fff;
}

#cookiesBox a:hover {
    color: #fff;
    text-decoration: underline;
}

.bk-body a:hover {
    text-decoration: none;
}

.bk-body header {
    padding: 15px 0;
    text-align: center;
}

.bk-main-content {
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.bk-wrapper {
    width: 1170px;
    margin: 0 auto;
}

.bk-steps {
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;

    background: #fff;

    position: relative;

    text-align: center;
}

.body-basket {
    overflow-x:hidden;
}

.steps-wrapper:after {
    position: absolute;
    top: -1px;
    background: #fff !important;
    left: -500px;
    height: calc(100% + 1px);
    width: 500px;
    background: #fff;
    display: block;
    content: "";
}

.steps-wrapper:before {
    position: absolute;
    top: -1px;
    background: #fff !important;
    right: -500px;
    height: calc(100% + 1px);
    width: 500px;
    background: #fff;
    display: block;
    content: "";
}

.basket-main {
    overflow: visible !important;

}

.steps-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.bk-steps div {
    color: #737373;
    font-size: 12px;
    font-weight: normal;
    height: 62px;
    position: relative;
    float: left;
    padding: 0 10px;
padding-top: 1px;
  text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
  width: calc(20% - 12px);
  height: 45px;
  border: 1px solid #e9e9e9;
}

.bk-steps .current {
    color: #fff;
    background: #ff0000;
    border-color: #ff0000;
}

.bk-steps .current a {color:#fff;}

.bk-steps .bk-arrow-1 {
  float: left;
  width: 15px;
  display: block;
  height: 10px;
}

.bk-steps .current a {
    font-weight: bold;
}

.bk-steps div span {
  display: none;
}

.bk-steps div br {
    display: none;
}


.bk-steps div a {
    color: #686868;
}


.bk-table {
  	display: table;
  	width: 100%;
    text-align: center;


  border-left: none;
    border-bottom: none;
}

.bk-table .txt-1 {
  color: #8e8687;
}

.bk-table .txt-3 {
  text-align: left;
  font-weight: bold;
}

.bk-table a {
    color: #000;
}

.bg-td {
  background: #f8f8f8;
}

.bk-table .txt-3-1 {
  color: #ff0000;
}

.bk-table a:hover {
    color: #000;
    opacity: 0.8;
}

.bk-table-row {
  	display: table-row;

}

.bk-table-heading {
  	display: table-header-group;
}

.bk-table-cell {
    border-bottom: 1px solid #e9e9e9;

}

.bk-table-cell, .bk-table-head {
  	display: table-cell;
    padding: 8px 10px 7px 10px;
    vertical-align: middle;
    color: #000;

    font-size: 14px;
}

.bk-table-cell {
  padding: 13px 10px 13px 10px;
}

.bk-table-cell figure {
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.bkz-summary-1 {
  margin-bottom: 30px;
}

.quantity-box {
  margin: 0;
  line-height: 51px;
    font-size: 16px;
}

body .bk-checkbox-list-1 li{
  margin-bottom: 10px;
}

.bkk-txt-1 {
  font-size: 12px;
  font-weight: normal;
  padding: 50px 0 20px 0;
}

.bk-legend {
  clear: both;padding-top: 10px;
}

.quantity-box-a {
  border: none;
}

body .quantity-box-1 {
    margin: 0;
    width: 118px;
    height: 47px;
    border: 1px solid #cbcbcb;
}
body .quantity-box-1 a {
    width: 37px;
    height: 47px;
    
    font-size: 20px;
}

body .quantity-box-1 input {
    padding-top: 2px;
    font-size: 16px;
    font-weight: normal;
}

.bk-table-heading .bk-table-head {
    color: #fff;
    font-size: 12px;
    background: #565656;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
}

.bk-table .bk-txt {
    display: block;
    text-align: left;
}

.bk-table .bk-txt a {
    color: #000;
  
}

.bk-table .bk-txt a:hover {
    color: #000;
}

.bk-title {
    display: none;
}

.bk-delete {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
       background: url('../img/sprite.png') 0 -90px no-repeat !important;

}


.bk-table img {
    display: inline !important;
}

.bk-delete:hover {
    color: #000;
    opacity: 0.8;
}

.bk-quantity {
    margin: 0 auto;
    width: 200px;
    
}

.bk-quantity input {
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
}

.bk-quantity a {
    height: 20px;
    width: 20px;
    line-height: 18px;
    background: #000;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.bk-quantity a:hover {
    color: #fff;
    background: #f26271;
}

.bk-summary-table {
    margin-top: 20px;
    float: left;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
}

.bk-checkbox-list label {
  color: #000;
  font-size: 12px;
    margin: 0 !important;
  padding-top: 2px;
}
/*
.bk-checkbox-list li {
  margin-bottom:15px;
}*/

.bk-title-3 {
  clear: both;
}

.bk-btn-1, .buttons-popup a {
display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 51px;
    color: #fff !important;
    font-size: 14px;
    line-height: 54px;
    background: #ff0000;
    text-align: center;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    text-transform: uppercase;
        height: 40px;
    border: none;
    line-height: 43px;
    font-size: 13.63px;
}

.bk-btn-1-1 {
    background: #000;
}

.bk-btn-1:hover {
 background: #ff3333;
    color: #fff;
}

.bk-summary-table .bk-txt {
    font-size: 17px;
    font-weight: bold;
    margin: 7px 0 0 0;
}


.bk-rabat-box {
  width: 100%;
  margin-top: 70px;

    border-top: none;
    float: left;
}

.bk-rabat-box .float-right {
  float: left !important;
}

.rabat-box input {
    width: 505px;
    height: 40px;
    background: #f8f8f8;
    border: none;
    color: #737373;
    font-size: 14px;
    float: left;
    margin-right: 9px;
    border: 1px solid #e9e9e9;
    padding: 0 18px;
    padding-top: 2px;
}


.btn-1 {
  text-transform: uppercase;
}

.bkz-summary {
    width: 100%;border: 1px solid #ababab;border-top: none;
    font-size: 16px;font-weight: bold;
    color: #000;
      text-align: right;padding: 15px 10px 10px 10px;
}

.bkz-summary strong {
  color: #e2002b;
  margin-left: 10px;
}

.rabat-box label {
    float: left;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    padding: 8px 10px 0 0;
}

.bk-main-content-1 {
    float: left;
    width: 100%;
    margin-bottom: -20px;
}

.bk-buttons {
    margin-top: 70px;
margin-bottom: 70px;
    float: left;
    width: 100%;
}

.btn-1-gray-1 {
  background: #565656;
}

.btn-1-gray-1:hover {
  opacity: 0.9;
  background: #565656;
}

main {
  float: left;
  width: 100%;
}

.bk-buttons a, .bk-buttons button {

  padding: 0 30px;
  text-align: center;
}

.bk-box {
 
    margin-bottom: 30px;

}

.bk-box-bg-gray {
      background: #f8f8f8;
    border: 1px solid #e9e9e9;
    padding: 20px 15px;
}

.bk-box h3, .bk-title-1, .bk-title-3 h3 {


    display: block;

    color: #565656;
    margin-bottom: 20px;
    font-size: 13.71px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}



.bk-boxes-1 {
    padding-bottom: 18px;
    text-align: center;
}

.bk-boxes-1 .bk-col {
  margin: 0 -2px;
    display: inline-block;
    vertical-align: top;

}

.bk-boxes-1 .bk-col a {
  margin-left: 5px;
  margin-right: 5px;
  width: 283px;
}

.bk-title-1 {
  clear: both;
}

.bk-box-1-6 .desc-1 {
  min-height: 62px;
}

.bk-box-1-6 {
    margin-bottom: 14px;
    float: left;
    width: 100%;
    border: 1px solid #e9e9e9;
    display: block;
    color: #222;
    background: #f8f8f8;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    width: 277px;
    max-width: 100%;
  padding: 10px;
  text-align: center;
}

.dostawa {
    margin-bottom: 15px;
}

.bk-box-1-6 .image {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
 
    vertical-align: top;
    height: 61px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

.bk-box-1-6 .desc-1 {

    display: block;
    vertical-align: top;
  color: #565656;
  font-size: 13px;
    line-height: 1.6;
}

.bk-box-1-6 .desc-1 strong {
   font-size: 14px; 
}

.bk-summary-1-1 {
      margin: -25px -25px -25px -25px;
    padding: 20px 25px 15px 25px;
    display: block;
    
    color: #000000;
    margin-top: 25px;
        background: #bcbcbc;
    font-size: 14px;
 
    text-align: center;

}

body .row {
  margin-left: -7px;
  margin-right: -7px;
}

.bk-box.bk-box-1-1-1 {
  margin-left: 15px;
}

body .row > div {
  padding: 0 7px;
}

.dostawa.active, .platnosc.active {
  border: 1px solid #ff0000;

}

.dostawa.active .desc-1, .platnosc.active .desc-1 {
    color: #ff0000;
}


.bk-checkbox-list {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    list-style: none;
}

.bk-checkbox-list input {
    float: left;
    margin: 5px 6px 0 0;
}

.bk-checkbox-list .icheckbox {
  margin: 4px 10px 0 0 ;
}

.bk-checkbox-list label {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.bk-body .row {
    margin-left: -10px;
    margin-right: -10px;
}

.bk-body .row > div {
    padding: 0 10px;
}


.bk-summary-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bk-summary-list li {
    margin-top: 5px;
}

.bk-summary-list a {
    color: #000;
}

.bk-summary-list a:hover {
    color: #686868;
}

.bk-summary-list li:first-child {
    margin-top: 0;
}

.bk-txt-1-1 {
  font-size: 12px;
}

.bk-box-1 label small {
  font-size: 12px;
}

.bk-input-box input, .bk-input-box textarea {
    height: 49px;
     padding: 0 15px;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
    width: 100%;
    display: block;
        margin-bottom: 13px;
}

.bk-input-box textarea {
    height: 98px;
    resize: none;
    overflow: auto;
    padding: 10px 15px;    
}

.bk-input-box {
    margin-bottom: 20px;
}

.bk-box-1-1-1 {
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  padding: 20px 25px;
}

.bk-box-1-1-1 .bk-title-1 {
  text-align: left;
  color: #565656;
}

.bk-summary-list {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

.bk-summary-list .text-right {
  color: #ff0000;
}

.bk-box-1 label {
    font-size: 13px;
    color: #737373;
    font-weight: 300;
   
    margin-bottom: 8px;
}

.bk-txt-1 {
  margin-top: 40px;
  text-align: center;
}

.js-action-btn {
  margin-bottom: 40px;
}

.bk-box-1 .bk-txt-1 {
    margin-bottom: 20px;
    font-size: 14px;
}

.bk-log {
    float: left;
    width: 100%;
    display: none;
}

.bk-title-2 {
    text-align: center;
}

.bk-title-2 h3 {
    margin: 2px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.bk-title-2 a {
    margin-left: 10px;
}

.bk-box {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
}

.bk-title-3 {
    text-align: center;
    margin-bottom: 20px;
}

.bg-gray-1 {
    background: #f5f5f5;
}

.row {
    clear: both;
}

.bk-title-3 span {
    margin-top:5px;
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.bk-line {
    height: 1px;
    width: 100%;
    clear:both;
    background: #000;
    margin-bottom: 20px;
}

.bk-box-1 .bk-checkbox-list {
    margin-bottom: 20px;
}

.bk-table-1 {
    margin-bottom: 0;
    width: 100%;
}

.bk-table-1 tr th {
    text-align: right;
    width: 50%;
    font-weight: normal;
}

.text-center {
  text-align: center;
}

.bk-table-1 tr th, .bk-table-1 tr td {
    padding: 2px 10px;
    vertical-align: top;
    color: #737373;
}

.bkk-button {
  text-align:center;
  padding-top: 40px;
}

.bkk-button a {
  color: #ff0000;
  font-size: 14px;
  
}

.bkk-button a:hover {
  color: #000;
}

.bk-table-1 tr td:first-child {
  font-weight: normal;
}

.bk-table-1 tr td:first-child {
    padding-left: 0;
    padding-right: 0;
}

.alert p {
    margin: 0;
}

.alert {
    clear: both;
    margin-bottom: 30px;
}

.bk-box-step-4 .bk-checkbox-list {
    margin: 20px 0;
}

.bk-legend {
    color: #000;
    font-size: 12px;
}

.bk-checkbox-list a {
    color:#f26271;
}

.bk-checkbox-list a:hover {
    color:#000;
}

.bk-box-step-4 .bk-summary-table .bk-txt {
    margin: 7px 0 4px 0;
}

.bk-summary-button {
  padding-top: 66px;
  position: relative;
}

.bk-summary-button:after {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22.5px;
  content: "";
  display: block;
         background: url('../img/sprite.png') 0 -125px no-repeat !important;
}

.bk-summary {
    text-align: center;
    clear: both;
    font-size: 14px;
    color: #737373;
    margin-bottom: 20px;
}

.bk-summary h3 {
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
color: #565656;
  font-size: 12px;
}

.bk-summary p:last-child {
    margin: 0;
}

.bk-print {
    padding: 18px 0 15px 0;
}

.bk-number {
    font-weight: normal;
    background: #f8f8f8;
      border: 1px solid #e9e9e9;
    margin: 0 0;
    color: #000000;
    padding: 12px 15px;
    font-size: 40px;
}

.bk-number-wrapper {
  padding: 20px;
}
.bk-number-wrapper .bk-btn-1 {
  margin-bottom: 25px;
}

#payu-payment-form table td {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 10px;
    padding-bottom: 30px;
}

#payu-payment-form table td table td {
    position: static;
    padding: 0;
    border: none;
}

#payu-payment-form button {
    padding: 0 20px;
height: 50px;
    width: 290px;
    border: none;
    line-height: 30px;
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
    border: none;
    margin-top: 15px;
        background: url(https://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png);
    background-repeat: no-repeat;
    color: #fff;
}

#payu-payment-form button:hover {
    opacity: 0.9;
}

#payu-payment-form > table input {
    bottom: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
}

#payu-payment-form table table td {
    border: none;
}

#payu-payment-form > table {
    width: 100%;
}
 
.payu-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.header-basket .header-box {
    text-align: center;
  
    background: #fff;
}

.body-basket .main-content {
    padding-top: 0;
}

.body-basket header {
    position: relative;
}

.body-basket {
    padding-top: 0 !important;
}

.header-basket .logo {
    float: none !important;
    display: inline-block;
    vertical-align: top;
}

body .bx-wrapper {
    background: none !important;
    border: none !important;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.dostawa, .platnosc {
    margin-bottom: 12px;
}

.dostawa label, .platnosc label {
    padding-top: 2px;
}

@media only screen and (max-width: 1170px) {
  .rabat-box input {
    width: 350px;
  }
    .bk-wrapper {
        width: 100%;
        padding: 0 15px;
    }
  
   
    .bk-table-cell, .bk-table-head {
        font-size: 14px;
    }    
}

@media only screen and (max-width: 993px) {
    .body-basket {
    padding-top: 70px !important;
}
.bk-steps {
  margin-bottom: 25px;
}
}

@media only screen and (max-width: 767px) {
  .bk-box.bk-box-1-1-1 {
    margin-left: 0;
  }
  .bk-boxes-1 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .bk-steps div {
    width: auto;
  }
  .bk-table-row {
    margin-bottom: -1px;
  }
  .bk-buttons {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .bk-rabat-box {
    margin-top: 50px;
  }
  .bk-table .txt-3 {
    text-align: center;
  }
    .bk-table .text-left {
        text-align: center !important;
    }
 
    .bkz-summary {
        width: 100%;
        text-align: center;
    }
    .bk-rabat-box {
        width: 100%;
   
    }
    .body-basket .main {
        margin-top:0;
    }
    .bk-steps div {
        display: none;
        position: relative;
        vertical-align: top;
        float:none;
        margin: 0 auto;
    }
    .bk-steps div.current {
        display: flex;
    }
    .steps-wrapper {
        padding: 0;
        margin: 0 0 15px 0 !important;
    }
    .bk-steps:after {
        display: none;
    }
.bk-steps .bk-arrow-1{
  display: none;
}
    .rabat-box input {
        margin-bottom: 10px;
        width: 100%;
    }
    .rabat-box button {
        float: right;
    }
    .bk-rabat-box .float-right {
        width: 100%;
    }
    .bk-table-cell, .bk-table-head {
        font-size: 15px;
    }
    .bk-table .bk-table-head {
       display: none;
    }
    .bk-table {
        border: none;
    }
    .bk-table-cell {
        width: 100%;
        display: block;
    }
    .bk-table-cell {
        border: none;
    }
    .bk-table-row {
        border: 1px solid #e8e8e8;
  
        float: left;
        width: 100%;
        display: block;
    }
    .quantity-box {
      float: none;
      margin: 0 auto;
    }
    .bg-td {
      background: none;
    }
    .hide767 {
      display: none !important;
    }
    .bk-title br {
      display: none;
    }
    .bk-title {
        display: block;
clear: both;
        color: #000;
        font-weight: bold;
        font-size: 12px;
        padding: 0 10px 10px 10px;
        margin-bottom: 10px;
    }
    .bk-table .bk-txt {
        text-align: center;
    }

    .bk-box h3, .bk-title-1 {
    margin: -15px -15px 15px -15px;
    padding: 15px 15px 11px 15px;
    }
    .bk-summary-1-1 {
          margin: 15px -15px -15px -15px;
    padding: 15px 15px 11px 15px;
    }
    .bk-summary-1-1 .text-right {
      text-align: center !important;
    }
}

@media only screen and (max-width: 520px) {
  .bk-buttons .btn-1 {
    height: auto;
    line-height: 1.3;
    padding: 10px;
  }
    .bk-summary-table .float-left {
        width: 100%;
    }
    .bk-summary-table .float-left button {
        width: 100%;
    }
    .bk-buttons .float-right, .bk-buttons .float-left {
        width: 100%;
    }
    .bk-buttons .float-right a, .bk-buttons .float-left a {
        width: 100%;
        text-align: center;
    }
    .bk-buttons .float-left {
        float: right !important;
        margin-bottom: 10px;
    }
    .bk-btn-1 {
        height: auto;
        line-height: normal !important;
        padding: 11px 15px 10px 15px;
    }
    .btn-1-black {
      padding-top: 13px;
    }
}.btn-1-black {
  border: 1px solid #000;
  line-height: 41px;
  font-size: 12px;
    background: #000 !important;
    border-color: #000 !important;
}

.btn-1-black:hover {
  background: #fff !important;
  border-color: #000 !important;
    color: #000 !important;
}

