/**
 * 2007-2026 PrestaShop
 *
 * @author    Roilab
 * @copyright 2007-2026 PrestaShop SA
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *
 * Don't forget to prefix your containers with your own identifier
 * to avoid any conflicts with others containers.
 */

.header-nav .rlfreeshipping {
    margin: 0;
    width: 100%;
    display: block;
    text-align: right;
}

#product .rlfreeshipping {
    margin-top: 1rem;
    margin-bottom: 0;
    width: 100%;
    display: block;
    text-align: left;
}
#product .header-nav .rlfreeshipping {
    margin: 0;
}
#product .header-nav .displayNav2 .rlfreeshipping {
    float: right;
    width: auto;
}
.rlfreeshipping_cart .rlfreeshipping {
    text-align: center;
    width: 100%;
    display: table;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 8px;
}
.rlfreeshipping_cart .rlfreeshipping.hide {
    display: none;
}
.rlfreeshipping_cart {
    padding: 16px;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1F1F1F;
    transition: width .6s ease;
}
.rlfreeshipping_cart .free_pogress {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    font-size: 15px;
    line-height: 24px;
}
.rlfreeshipping_cart .free_pogress .progress {
    width: 60%;
    margin: 0;
    border-radius: 8px;
    background-color: #F1F0F0;
    height: 8px;
}
.rlfreeshipping_cart .free_pogress .progress .progress-bar {
    background-color: #666666;
    height: 8px;
    border-radius: 8px;
}
#blockcart-modal .rlfreeshipping_cart {
    width: 100%;
}
#blockcart-modal .rlfreeshipping_cart .rlfreeshipping {
    margin-top: 0;
}
#blockcart-modal .rlfreeshipping_cart .rlfreeshipping.hide {
    display: none;
}
