.s_hidden{
    display: none;
}
.step_c {
    display: flex;
    width: 88%;
    margin: auto;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 20px;
    justify-content: center;
}

.step_c .sbox {
    display: flex;
    align-items: center;
}

.step_c .sbox .circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3d7b53;
    border:3px solid #3d7b53;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 17px;
    margin-right: 10px;
}

.step_c .sbox .label {
    font-size: 17px;
    color: #383838;
    font-weight: bold;
}

.step_c .stepline {
    height: 2px;
    width: 150px;
    background-color: #3d7b53;
    margin: auto 10px;
}

/*box unact*/

/*box done*/

.step_c .done_icon{
    cursor: pointer;
}

.step_c .done_icon .circle{
    background-color: transparent;
    color:#f6f6f6;
    position: relative;
}

.step_c .done_icon .circle:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('done_icon.png') center no-repeat;
    margin-right: 6px;
}

.step_c .done_icon .label{
    color:#3d7b53;
}

/*box done*/

.step_c .sbox.unact .label{
    color: #adadad;
}

.step_c .sbox.unact .circle{
    background-color: transparent;
    border:3px solid #adadad;
    color:#adadad;
}
.step_c .stepline.unact {
    background-color: #adadad;
}

/* ./box unact*/



div.error_container{
    padding: 0;
    margin: 0;
}

div.product_content {
    background-color: transparent;
}

div.box_prod {
    padding: 5px 0 !important;
    min-height: auto;
    margin-bottom: 20px;
}

.tabela_koszyk td {
    padding-top: 20px;
}

.box_prod_2 {
    padding: 20px;
    background-color: #fff;
}

.nagSekcji_2 {
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.rabat_box .text {
    margin-bottom: 10px;
}

.rabat_box input[type="text"] {
    max-width: 317px;
    padding: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 83%;
    max-width: inherit;
}

.rabat_box input[type="submit"],
.rabat_box .btn_next {
    font-family: EncodeSansCondensed !important;
    font-size: 16px !important;
    color: #fff !important;
    cursor: pointer !important;
    padding: 0 10px 0 10px !important;
    width: auto !important;
    min-width: 50px !important;
    text-align: center !important;
    line-height: 36px !important;
    background: #7eba27;
    border: 1px solid #ccc !important;
    margin: 0;
}

.cart_bottom {
    display: flex;
    margin-bottom: 20px;
    align-items: baseline;
}

.cart_bottom .rabat_box {
    flex: 2;
    margin-right: 20px;
}

.cart_bottom .summary_box {
    flex: 1;
}

.btn_next_1 {
    font-family: EncodeSansCondensed !important;
    font-size: 25px !important;
    line-height: 70px;
    margin-top: 15px;
    font-weight: bold;
    color: #fff !important;
    cursor: pointer !important;
    padding: 0 10px 0 10px !important;
    min-width: 50px !important;
    text-align: center !important;
    background: #7eba27;
    border: 1px solid #ccc !important;
    text-transform: uppercase;
}

.step2 .reg_form {}

.step2 .btn_next_1{
    margin-top: 0;
}

.tabela_koszyk_logowanie{
    float: none;
}

#koszykZamInterfejs {
    margin: 0;
    width: 100%;
}

#koszykZamInterfejs .koszykNaglowek {
    width: 350px;
    margin: auto;
}

#koszykZamInterfejs .koszykZamDane {
    float: none;
    margin: auto auto 20px auto;
}

#koszykZamInterfejs .koszykZamDane::after {
    content: '';
    clear: both !important;
}

#koszykZamInterfejs .nagSekcji_2 {
    margin-top: 20px;
    margin-bottom: 0;
}

#koszykZamInterfejs .koszykZamPodsum,
#koszykZamInterfejs .koszykZamParam {
    float: none;
    margin: auto auto 20px auto;
}

#koszykZamInterfejs .koszykZamPodsum::after,
#koszykZamInterfejs .koszykZamParam::after {
    content: '';
    clear: both !important;
}

#koszykZamInterfejs .tabela_koszyk_oplaty {
    position: relative;
}

.s_tep{
    position: relative;
    margin-bottom: 5px;
}
.btn_back{
    cursor: pointer;
    color: #adadad;
    font-weight: bold;
}
select.invalid_field,
input.invalid_field{
    border-color: #f00 !important;
    background-color: rgba(255,0,0,.02) !important;
}
#rejestracjaTop input[type="text"], 
#rejestracjaTop input[type="password"], 
#rejestracjaTop select{
    transition: all .3s linear;
}

.order_popup{
    display: none;
    background-color: rgba(1, 131, 86, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
}
.order_popup .paczkomaty-box{
    width: 99%;
    margin: auto;
    max-width: 900px;
    height: calc(90vh - 70px);
}
.order_popup .order_popup_btn{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #018356;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    border: 1px solid #fff;
    line-height: 1;
    letter-spacing: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order_popup .paczkomaty-box .search-group{
    padding: 0.5rem;
}
#easypack-search {
    width: calc(100% - 50px) !important;
    border: none;
}

.easypack-widget .type-filter {
    display: none !important;
}
#searchWidget .search-group  {
    border: 1px solid #eee; 
    background-color: #fff;
    padding: 0;
}
.easypack-widget .search-widget {
    width: 100%;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .step_c{
        display: block;
        width: 100%;
    }
    .step_c .sbox{
        margin-bottom: 10px;
    }
    .step_c .stepline{
        display: none;
    }
    .cart_bottom {
        display: block;
    }
    .cart_bottom .rabat_box{
        width: calc(100% - 40px);
        margin-right: 0;
        margin-bottom: 20px;
    }
    .rabat_box input[type="text"]{
        width:calc(100% - 110px);
    }
}

