/**
* Do not edit or add to this file
* If you need help please contact <contact@helioswebcorp.com>
* @author    HeliosWebcorp Company <contact@helioswebcorp.com>
* @copyright 2020 HeliosWebcorp
* @license   please read license in file license.txt
* @package   Estimated Delivery Date & Scheduled Delivery PRO
*/

.hwc-dd-wrapper{
    float: left;
    width: 100%;
    background: inherit;
    clear: both;
    min-height: 1em;
    line-height: 1em;
    display: flex;
    height: fit-content;
    justify-content: space-around;
}
.hwc-dd-feeshipping, .hwc-dd-estimate {
    color: #7a7a7a;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}
