
.free_delivery_info {
    width: 100%;
    max-width: none;
    border: 1px solid #cccccc;
    background-color: #f7F7F7;
    padding: 7px 15px 7px 10px;
    font-size: 12px;
    margin: 7px 0;
    display: none;
}
.free_delivery_info._show {
    display: flex;
}

.free_delivery_info .content_inner {
    flex: 1 1 auto;
}

.free_delivery_indicator {
    margin-top: 5px;
    height: 10px;
    background-color: #dedede;
    border-radius: 20px;
}
.free_delivery_indicator span {
    display: block;
    background-color: #00863b;
    height: 10px;
    border-radius: 20px;
    width: 0;
}

.free_delivery_info .delivery_icon {
    width: 41px;
    height: 41px;
    max-width: 41px;
    min-width: 41px;
    margin-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41'%3E%3Cg id='Group_205' data-name='Group 205' transform='translate(-1005 -36.5)'%3E%3Cg id='Ellipse_35' data-name='Ellipse 35' transform='translate(1005 36.5)' fill='%23fff' stroke='%23bfffe9' stroke-width='1'%3E%3Ccircle cx='20.5' cy='20.5' r='20.5' stroke='none'/%3E%3Ccircle cx='20.5' cy='20.5' r='20' fill='none'/%3E%3C/g%3E%3Cpath id='Path_216' data-name='Path 216' d='M-.462-12.078-6.15-9.945A1.314,1.314,0,0,0-7-8.714v6.155a1.312,1.312,0,0,0,.725,1.173L-.588,1.457a1.3,1.3,0,0,0,1.173,0L6.273-1.386A1.31,1.31,0,0,0,7-2.559V-8.714a1.311,1.311,0,0,0-.85-1.228L.459-12.075A1.29,1.29,0,0,0-.462-12.078ZM0-10.38,5.25-8.411v.03L0-6.248-5.25-8.381v-.03ZM.875-.645V-4.717L5.25-6.494v3.661Z' transform='translate(1025 62.5)' fill='%2300863b'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    box-shadow: inset 0 0 0 1px #00863b;
    border-radius: 50%;
}
.free_delivery_info._is_free .missing,
.free_delivery_info .is_free {
    display: none;
}
.free_delivery_info .missing,
.free_delivery_info._is_free .is_free {
    display: block;
}
