/** * Estimated Delivery - Front Office Feature
 *
 * NOTICE OF LICENSE
 *
 * @author    Pol Rué
 * @copyright Smart Modules 2015
 * @license   One time purchase Licence (You can modify or resell the product but just one time per licence)
 * @version 3.2.7
 * @category Transport & Logistics
 * Registered Trademark & Property of Smart-Modules.pro
 *
 * ***************************************************
 * *               Estimated Delivery                *
 * *          http://www.smart-modules.com           *
 * *                    V 3.2.7                      *
 * ***************************************************

*/
.hideMe {
    display:none;
}

/* This is for Presta 1.7 to Prevent issues when changing artibutes */
.product-additional-info .hide-default, .estimateddelivery.hide-default {
    display:none;
}
.estimateddelivery h4:before, .ed_orderbefore:before {
    font-family: "FontAwesome";
    font-size: 19px;
    line-height: 24px;
    font-weight: normal;
    content: "\f0d1";
    margin-right: 7px;
 *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');
}
/*.estimateddelivery span { font-weight:bold; }*/
.ed_lightblue div {
    background: #FCFEFF;
    border-color: #ACD8E4 !important;
}
.ed_softred div {
    background: #FFF5F5;
    border-color: #E4ACAC !important;
}
.ed_lightgreen div {
    background: #F5FFF5;
    border-color: #ADE4AC !important;
}
.ed_lightpurple div {
    background: #FAF5FF;
    border-color: #CDACE4 !important;
}
.ed_lightbrown div {
    background: #FFFDF5;
    border-color: #E4D6AC !important;
}
.ed_lightyellow div {
    background: #FFFFF5;
    border-color: #E4E1AC !important;
}
.ed_orange div {
    background: #FFF5E7;
    border-color: #E6853E !important;
}
.estimateddelivery .tooltip {
    display: inline;
    position: relative;
    opacity: 1;
}
.estimateddelivery .tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: auto;
    min-width: 100px;
}
.estimateddelivery .tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
.ed_countdown, .date_green {
    color: #44B449;
}
.ed_oos_days_add {
    display:none;
}
.ed_oos_days_add.ed_force_display {
    display:block;
}

.ed_order_list .ed_with_carrier {
    display:none;
}
.ed_header {
    font-size:larger;
    font-weight: bold;
}
.ed_item span::first-letter {
    text-transform: uppercase;
}
