/*
Theme Name: Milano Child Theme
Theme URI: http://wpmilano.com/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: milano-child
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: milano
*/
/* Nudge checkout shipping method options to the left */
.woocommerce-checkout ul.woocommerce-shipping-methods {
    margin-left: -70px;
}
/* Keep DPD carrier logo inline with its shipping option label */
.dpd-carrier-icon-image-holder {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 6px;
}