.shipping-custom {
    padding: 0 10px;
}

.shipping-custom ul {
    list-style: none;
    padding: 0;
    color: #3b4148;
    margin: 0px auto;
}

.title-shipping-custom {
    margin-bottom: 24px;
    align-items: center;
    font-size: 19px;
    
    display: flex;
}

.hurry-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.shipping-custom .wt-grid {
    display: flex;
    flex-wrap: wrap;
}

.shipping-custom .fulfillment-timeline {
    flex-grow: 1;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    text-align: center;
}

.shipping-custom .etsy-icon-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 8px;
}

.shipping-custom .etsy-icon {
    height: 50px;
    vertical-align: middle;
    width: 50px;
    border-radius: 50%;
    display: flex;
    box-shadow: 0px 0px 15.8px 0px rgba(0, 0, 0, 0.15);
    padding: 8px;
    background: #FFFFFF;
    color: var(--secondary);
}

.shipping-custom .etsy-icon svg {
    margin: auto;
}

.shipping-custom .timeline-line {
    flex-grow: 1!important;
}

.shipping-custom .timeline-line div {
    height: 50%;
    border-bottom: 1px solid #D2DBEC !important;
}

.shipping-custom .timeline-date {
    color: var(--primary);
    font-size: 14px;
    
    font-weight: 400;
    margin: 0;
}

.shipping-custom .timeline-title {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    
}

.notice_on_shipping {
    font-size: 16px!important;
    font-weight: 400;
    color: #0c94a4;
}

svg.shipping_info_icon path {
    fill: #0b8494;
}

@media (max-width: 767px) {
    .title-shipping-custom {
        font-size: 16px;
        
        margin-bottom: 16px;
    }
    .shipping-custom .timeline-date {
        font-size: 14px;
    }
    .shipping-custom .wt-grid {
        margin: 10px 0;
    }
    .notice_on_shipping {
        font-size: 14px !important;
    }
}