.wst-shipping-time {
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
    border-left: 4px solid #c71630;
    font-size: 14px;
}

.woocommerce-cart .wst-shipping-time, .woocommerce-checkout .wst-shipping-time {
	background:#fafafa;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}

.woocommerce-checkout .wst-shipping-time {
    margin-bottom:20px;
}

.woocommerce-cart .wst-shipping-time {
     margin-bottom: 40px;

}

.wst-countdown {
    font-weight: bold;
    color: #c71630;
}