#left-for-free-shipping {
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
    width: 100%;
}

#left-for-free-shipping p {
    color: inherit;
    margin: 0;
}

#left-for-free-shipping p.left-for-free-shipping-text
{
    padding: 0;
}

#left-for-free-shipping .left-for-free-shipping-progress-bar
{
    width: 100%;
    height: 8px;
    border-radius: 4px;
    margin-top: 5px;
    background-color: #eaeaea;
    position: relative;
    overflow: hidden;
}

#left-for-free-shipping .left-for-free-shipping-progress-bar.darken
{
    filter: grayscale(100%);
}

#left-for-free-shipping .left-for-free-shipping-progress-bar span
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    transition: width .1s;
}

.ps_back-office #left-for-free-shipping 
{
    max-width: 500px;
    margin: 0 auto;
}

.ps_back-office #left-for-free-shipping .preview-hide
{
    display: none !important;
}

#left-for-free-shipping .left-for-free-shipping-icon
{
    max-width: 50px;
    margin-right: 10px;
}

#left-for-free-shipping .left-for-free-shipping-icon img,
#left-for-free-shipping .left-for-free-shipping-icon svg{
    width: 100%;
    height: auto;
}

#left-for-free-shipping .left-for-free-shipping-row
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}

#left-for-free-shipping .left-for-free-shipping-column
{
    flex: 1;
}

.ps_back-office .alffs-block-preview
{
    position: sticky !important;
    top: 125px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    z-index: 10;
}