/**
 * WC shipping method styling.
 * @inc/wc/shipping-method/shipping-method.php
 * 
 */

.custom-incoterms-exw-note{
    color: #0af;
    font-size: 12px;
    font-weight: normal;
}

#top.woocommerce-cart .custom-incoterms-exw-note{
    margin-left: 21px;    
}

#top.woocommerce-checkout .custom-incoterms-exw-note{
    margin-left: 0;    
}