#horni_lista{
    padding-right: 0px;
}
#basket_path {
    width: 100%;
    padding-top: 20px;
}



#basket_path .item:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -8px;
    background: url(../design/icons/basketNEW/basket_steps_before.png) no-repeat;
    background-size: contain;
    height: 100%;
    width: 20px;
}

#basket_path .item{
    position: relative;
    background-color: #e7e8ee;
    color: #172154;
    font-size: 1.3em;
    border: 0px;
    padding: 5px 0px;
    -webkit-box-flex: 0 1 33.33%;
    -moz-box-flex: 0 1 33.33%;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
}
.spinnobj {
    display: none;
    position: absolute;
    height: 70%;
    left: 5px;
    top: 5px;
}

#basket_path .item a:link,
#basket_path .item a:visited,
#basket_path .item a:active{
    color: #172154;
    text-decoration: none;
}

#basket_path .item:not(:first-child){
    margin-left: 12px;
}

#basket_path .item:after{
    content: "";
    position: absolute;
    top: 0px;
    right: -12px;
    background: url(../design/icons/basketNEW/basket_steps_after.png) no-repeat;
    background-size: contain;
    height: 100%;
    width: 20px;}

/* aktivni zalozka */
#basket_path .item.active:before,
#basket_path .item:hover:before,
#basket_path .item.completed:hover:before{
    background: url(../design/icons/basketNEW/basket_steps_active_before.png) no-repeat;
    background-size: contain;
}

#basket_path .item.active,
#basket_path .item:hover,
#basket_path .item.completed:hover{
    background-color: #061ab1;
    color: #fff;
}

#basket_path .item:hover a,
#basket_path .item a:hover,
#basket_path .item.active a:link,
#basket_path .item.active a:visited,
#basket_path .item.active a:hover{
    color: #fff;
}

#basket_path .item.active:after,
#basket_path .item:hover:after,
#basket_path .item.completed:hover:after{
    background: url(../design/icons/basketNEW/basket_steps_active_after.png) no-repeat;
    background-size: contain;
}

/* hotova zalozka */
#basket_path .item.completed:before{
    background: url(../design/icons/basketNEW/basket_steps_complete_before.png) no-repeat;
    background-size: contain;}

#basket_path .item.completed{
    background-color: #cfd1dc;
    color: #fff;
}

#basket_path .item.completed a:link,
#basket_path .item.completed a:visited,
#basket_path .item.completed a:active{
    color: #fff;
}

#basket_path .item.completed:hover a,
#basket_path .item.completed a:hover{
    color: #fff;
}

#basket_path .item.completed:after{
    background: url(../design/icons/basketNEW/basket_steps_complete_after.png) no-repeat;
    background-size: contain;
}

#basket_path .item .content{
    padding: 8px 15px;
}

#basket_path .item .step-num > div{
    display: inline-block;
    margin-right: 15px;
    background-color: #172154;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 9px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#basket_path .item.completed .step-num > div{
    background-color: #fff;
    color: #cfd1dc;
}

#basket_path .item.active .step-num > div,
#basket_path .item:hover .step-num > div{
    background-color: #fff;
    color: #172154;}

#basket_path .arrow{
    height: 59px;
    width: 22px;
    /*background: url("../design/icons/basket/basket_steps_separator.png") no-repeat;
    background-size: contain;*/
    margin-left: 20px;
}

.tabs_container .tabs_content .article .content{    color: #172154;}#basket_container .block .dodatek{    margin-top: 20px;}#basket_container .adresy .sub_block table {    width: 80%;}#basket_container .sluzby .sluzba_dobirka{    margin-left: 15px;    padding-bottom: 15px;}#basket_container #rekapitulace .block.balik .sub_block{    padding: 0px 40px 0px 0px;}#basket_container #rekapitulace .block.balik .sub_block:last-child{    padding-left: 30px;    padding-right: 5px;}#basket_container #rekapitulace .block.balik .rekapitulace{    margin: 20px 0px;}#basket_container #rekapitulace .block.balik .sub_block table{    color: #3A3A3A;    font-size: 0.8em;}#basket_container #rekapitulace .block.balik .sub_block table tr td{    vertical-align: top;}#basket_container #rekapitulace .block.balik .sub_block table tr td:last-child{    padding-right: 0px;    text-align: right;}#basket_container #rekapitulace .block.balik .cena{    font-weight: bold;}#basket_container #rekapitulace .odesilatel{    border-right: 1px #D0D2DE solid;}#basket_container .other{    margin-top: 20px;}

#basket_container .other #summary {    /*-webkit-box-flex: 0 1 100%;    -moz-box-flex: 0 1 100%;    -webkit-flex: 0 1 100%;    -ms-flex: 0 1 100%;*/    flex: 0 1 100%;    border-radius: 10px;    padding: 0px 10px;    background-color: #c8e7f2; margin-bottom: 10px;}
#basket_container .other #summary table{    width: 100%;    color: black;    font-size: 1.5em;}/*        responzivita*/

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {
    #basket_container .other #summary {        padding-right: 50px;    }
    #basket_path .item .content    {      padding: 8px 5px;     -webkit-box-flex-wrap: wrap;        -moz-box-flex-wrap:  wrap;        -webkit-flex-wrap:  wrap;        -ms-flex-wrap:  wrap;        flex-wrap: wrap;        -webkit-box-justify-content: center;        -webkit-justify-content: center;        -moz-justify-content: center;        -ms-justify-content: center;        justify-content: center;    }
    #basket_path .item    {        font-size: 1em;    }
}

@media (max-width: 800px) {
    #basket_container .other #summary {        padding-right: 40px;    }
    #basket_path{        padding-left: 15px;        padding-right: 15px;    }}


@media (max-width: 768px) {
    #basket_path{        /*-webkit-box-flex: 0 1 100%;        -moz-box-flex: 0 1 100%;        -webkit-flex: 0 1 100%;        -ms-flex: 0 1 100%; */       flex: 0 1 100%;        margin-top: 15px;    }
    #basket_path .item    {        /*-webkit-box-flex: 0 1 33.33%;        -moz-box-flex: 0 1 33.33%;        -webkit-flex: 0 1 33.33%;        -ms-flex: 0 1 33.33%;*/        flex: 0 1 33.33%;        font-size: 1em;    }
    .fields_container{        margin-top: 15px;        font-size: 1.2em !important;    }

    #basket_path .item .step-num    {       /* -webkit-box-flex: 0 1 100%;        -moz-box-flex: 0 1 100%;        -webkit-flex: 0 1 100%;        -ms-flex: 0 1 100%; */       flex: 0 1 100%;        display: -webkit-box;        display: -moz-box;        display: -ms-flexbox;        display: -webkit-flex;        display: flex;        -webkit-box-justify-content: center;        -webkit-justify-content: center;        -moz-justify-content: center;        -ms-justify-content: center;        justify-content: center;    }
    #basket_path .item .step-num > div{        margin-right: 0px;    }
    #basket_path .arrow{        margin-left: 0px;        width: 19px;    }
    #basket_container table.product tr td{        vertical-align: middle;    }
    #basket_container .adresy .sub_block table {        width: 100%;    }
    #basket_container .block, #basket_container .other #summary, #basket_container .other #advanced {       /* -webkit-box-flex: 0 1 100%;        -moz-box-flex: 0 1 100%;        -webkit-flex: 0 1 100%;        -ms-flex: 0 1 100%;*/        flex: 0 1 100%;    }
    #basket_container .other #summary {        padding-right: 0px;    }
    #basket_container .other #advanced{        order: 2;    }
    #basket_container .other #summary{        order: 1;    }
    #basket_container .other #summary table tr td:last-child{        white-space: nowrap;    }
    #basket_container .other #summary table{        font-size: 1em;    }
    #basket_container {        padding: 0px 5px 20px 5px;    }}

@media (max-width: 640px) {
    #basket_path .item {        font-size: 1em;        padding: 8px 5px;    }
    #basket_path .item .content{       /* -webkit-box-flex: 0 1 100%;        -moz-box-flex: 0 1 100%;        -webkit-flex: 0 1 100%;        -ms-flex: 0 1 100%; */       flex: 0 1 100%;        display: -webkit-box;        display: -moz-box;        display: -ms-flexbox;        display: -webkit-flex;        display: flex;        align-items: center;        -webkit-box-align-content: center;        -webkit-align-content: center;        -moz-align-content: center;        -ms-align-content: center;        align-content: center;        padding: 2px;    }
    #basket_container .block{        font-size: 0.8em;    }
    #basket_container .block .sub_block{       /* -webkit-box-flex: 0 1 100%;        -moz-box-flex: 0 1 100%;        -webkit-flex: 0 1 100%;        -ms-flex: 0 1 100%; */       flex: 0 1 100%;        padding: 0px 10px;    }
    #basket_container #rekapitulace .block.balik .sub_block,#basket_container #rekapitulace .block.balik .sub_block:last-child{        padding: 0px;        border: 0px;    }
    #basket_container .block .sub_block:not(:first-child){        margin-top: 15px;    }
    .fields_container{        font-size: 1.0em !important;    }
    #basket_container .other #summary table{        width: 100%;        margin-right: 0px;    }
}

@media (max-width: 480px) {
    .fields_container{        font-size: 0.8em;    }
    #basket_path{        padding-left: 20px;        padding-right: 20px;    }
}

@media (max-width: 320px) {
    #basket_container .block img {        margin-left: 0px;    }
    #basket_path{        padding-left: 8px;        padding-right: 17px;    }
}

/*
.sticky {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1020;
    width: 100%;
    background-color: #ffd100;

}

.stick-inside {
    color: #000;
    text-decoration: none;
    padding: 10px 5px 10px 5px;
    font-size: 14px;
    line-height: 11px;
    flex-direction: column;
    display: flex;
    align-items: center;
    font-size: 9px;
}*/

/* for button
.sticky {
    bottom: 35%;
    position: fixed;
    right: 0;
    z-index: 1020;
    background-color: #ffd100;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}*/

/*
.sticky {
    bottom: 35%;
    position: fixed;
    padding: 20px;
    right: 0;
    z-index: 1020;
    background-color: #ffd100;
    text-orientation: upright;
    writing-mode: vertical-lr;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}*/



@media (min-width: 1px) {

    .sticky {
        top: 20%;
        position: fixed;
        right: 0;
        z-index: 1020;
        background-color: #ffd100;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
    }

    .stick-inside {
        color: #000;
        text-decoration: none;
        padding: 10px 5px 10px 5px;
        font-size: 14px;
        line-height: 11px;
        flex-direction: column;
        display: flex;
        align-items: center;
        font-size: 9px;
    }
    .cenasticky {
        font-weight: bold;
        font-size: 18px;
    }

    .cenapopissticky {
        font-size: 9px;
        margin-top: 5px;
    }

}


@media (min-width: 1200px) {
    .sticky {
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;
    }

    .stick-inside {
        color: #000;
        text-decoration: none;
        padding: 16px 10px 16px 20px;
        font-size: 16px;
        line-height: 11px;
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .cenasticky {
        font-size: 22px;
    }
}

@media (min-width: 1300px) {

    .stick-inside {
        padding: 20px 12px 18px 22px;
        line-height: 13px;
    }

    .cenasticky {
        font-size: 30px;
    }


}