
.shipping-time {
    display: flex;
    align-items: center;
    height: 80px;
    margin-top: 20px
}

.shipping-time p {
    font-size: 0.9375rem;
	color:#666;
	line-height:1.25em;
}

.shipping-time .callendar {
    position: relative;
    margin-left: 15px;
    width: 60px
}

.shipping-time .callendar:before {
    background: url(../img/icon/calandar.png) no-repeat top center;
    content: '';
    width: 60px;
    top: -10px;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 15px
}

.shipping-time .callendar .month {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #ff0000;
    border-radius: 8px 8px 0 0;
    padding: 8px 0 0;
    width: 60px;
    display: block;
    font-weight: 600;
    text-align: center;
    line-height: 14px
}

.shipping-time .callendar .day {
    width: 60px;
    border-radius: 0 0 8px 8px;
    background: #f2f2f2;
    text-align: center;
    font-size: 37px;
    color: #445385;
    display: block;
    line-height: 46px;
    font-weight: 600
}
.shipping-time select#shipping_time_carriers {
    display: inline-block;
    max-width: 180px;
    font-size: 12px;
}