div#roundedbox img#auto2 {
    margin-top: -16px;
}

/*
div#freeshipping_progress {
    float: right !important;
}*/

#doprava_zdarma_here_popup div#freeshipping_progress {
    float: left !important;
    padding-top: 5px;
}

/* #HOOK_SHOPPING_CART_EXTRA div#freeshipping_progress, */
#opc_checkout div#freeshipping_progress, /* onepagecheckout modul kompatibilita */
#velsof_supercheckout_form div#freeshipping_progress /* supercheckout modul kompatibilita */
{
    float: left !important;
}

div#roundedbox progress#prog {
    width: 100%;
    background-color: #fff;
    border: 1px solid #8b8b8b;
    height: 6px;
    border-radius: 9px;

}

div#roundedbox progress::-webkit-progress-bar {
    background-color: #FFF;
    border-radius: 9px;
}

div#roundedbox progress::-webkit-progress-value {
    background: #85ff00;
    border-radius: 9px;
}

div#roundedbox progress::-moz-progress-bar {
    background: #85ff00;
    border-radius: 9px;
}

div#roundedbox progress::-moz-progress-value {
    background: #85ff00;
    border-radius: 9px;
}


div#roundedbox span.middle {
    font-size: 13px;
    vertical-align: middle;
}

div#roundedbox .middle {
    text-align: center;
}

div#roundedbox .pobidka_hide {
    display: none;
}

div#roundedbox .pobidka_opacity {
    opacity: 0;
}

#doprava_zdarma_here_crosseling #roundedbox {
    padding: 5px;
    float: left !important;
    width: 430px;
}

#doprava_zdarma_here_cart #freeshipping_progress {
    margin-top: 5px;
}

#doprava_zdarma_here_cart {
    float: right;
    position: relative;
}

#doprava_zdarma_here_cart progress, #doprava_zdarma_here_cart img {
    display: none;
}


div#doprava_zdarma_here_external div#roundedbox {
    margin-top: 15px;
}

.clear_both {
    clear: both;
}

@media (max-width: 625px ) {
    div#roundedbox progress#prog {
        width: 100%;
        background-color: #fff;
        border: 1px solid #8b8b8b;
        height: 6px;
        border-radius: 9px;
    }

    #doprava_zdarma_here_cart #freeshipping_progress {
        margin-top: 20px;
    }
}