.lead-time{
	display:flex !important;
	justify-content:space-between !important;
}
.lead-time th{
	    color:var(--sections-radio-buttons-color,#69727d);
    display: block !important;
    padding-left: 0 !important;
	    
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    word-spacing: var(--e-global-typography-accent-word-spacing);
}
.lead-time td{
	color:#69727d;
	    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    word-spacing: var(--e-global-typography-accent-word-spacing);
}
.exel-custom-quote-message ul{
	padding-left:0;
}
.exel-custom-quote-message.woocommerce-info{
	border-top:none !important;
}
/* Bigger remove × button */
.woocommerce-cart a.remove {
    font-size: 28px;       /* desktop size */
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
}

/* Tablet */
@media (max-width: 1024px) {
    .woocommerce-cart a.remove {
        font-size: 32px;
        width: 44px;
        height: 44px;
        line-height: 42px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .woocommerce-cart a.remove {
        font-size: 36px;
        width: 48px;
        height: 48px;
        line-height: 46px;
    }
}
