.woo-orders-tracking-hidden {
    display: none;
}

.woo-orders-tracking-shortcode-timeline-container {
    position: relative;
    max-width: 900px;
    margin: 10px auto;
}

/*Cainiao select originCp*/
.woo-orders-tracking-cainiao-originCp-selector {
    padding: 10px;
    background: #f9f9f9;
}

.woo-orders-tracking-cainiao-originCp-options {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.woo-orders-tracking-cainiao-originCp-option {
    min-width: 20%;
    text-align: center;
    border: 1px solid;
    margin: 10px 0;
    cursor: pointer;
    opacity: .4;
    transition: opacity 200ms ease;
}

.woo-orders-tracking-cainiao-originCp-option.woo-orders-tracking-cainiao-originCp-option-active {
    opacity: 1;
}

.woo-orders-tracking-cainiao-originCp-option:hover {
    background: #ffffff;
    opacity: 1;
}

.woo-orders-tracking-cainiao-originCp-submit-container {
    text-align: center;
}

.woo-orders-tracking-cainiao-originCp-submit-container span.woo-orders-tracking-cainiao-originCp-submit {
    display: inline-block;
    padding: 10px 20px;
    background: red;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    transition: opacity 200ms ease;
}

.woo-orders-tracking-cainiao-originCp-submit-container span.woo-orders-tracking-cainiao-originCp-submit:hover {
    opacity: .7;
}

@media screen and (max-width: 480px ) {
    .woo-orders-tracking-cainiao-originCp-option {
        min-width: 40%;
    }
}

.woo-orders-tracking-cainiao-originCp-selector-overlay {
    background: white;
    opacity: .6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}

.woo-orders-tracking-cainiao-originCp-selector-overlay:before {
    content: url('../images/loading.gif');
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale3d(.5, .5, .5);
    margin: 0;
    padding: 0;
}

.woo-orders-tracking-shortcode-timeline-wrap {
    display: block;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 13px;
    max-width: 100%;
}

.woo-orders-tracking-shortcode-hidden {
    display: none !important;
}

.woo-orders-tracking-shortcode-timeline-wrap .woo-orders-tracking-shortcode-timeline-status-wrap {
    /*color: white;*/
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;

}

.woo-orders-tracking-shortcode-timeline-last-update {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woo-orders-tracking-shortcode-timeline-estimated-delivery-date,
.woo-orders-tracking-shortcode-timeline-last-update-text {
    border-bottom: 1px solid;
    font-weight: 600;
}

.woo-orders-tracking-shortcode-timeline-estimated-delivery-date span, .woo-orders-tracking-shortcode-timeline-last-update-text span {
    font-weight: 300;
}

/*Multiple carriers select*/
.woo-orders-tracking-multiple-carriers-select-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.woo-orders-tracking-multiple-carriers-select-content .woo-orders-tracking-multiple-carriers-select-link .woo-orders-tracking-multiple-carriers-select-link-tracking-number,
.woo-orders-tracking-multiple-carriers-select-content .woo-orders-tracking-multiple-carriers-select-link .woo-orders-tracking-multiple-carriers-select-link-carrier-name {
    width: 100%;
    display: block;
}

.woo-orders-tracking-multiple-carriers-select-content .woo-orders-tracking-multiple-carriers-select-link {
    padding: 10px 20px;
    border: 1px solid rgba(1, 1, 1, .2);
    margin: 10px;
    color: #000;
    background: #ffffff;
    border-radius: 5px;
    transition: box-shadow 200ms ease;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
}

.woo-orders-tracking-multiple-carriers-select-content .woo-orders-tracking-multiple-carriers-select-link:hover {
    box-shadow: 1px 1px 10px rgba(1, 1, 1, .5);
}

.woo-orders-tracking-multiple-carriers-select-content .woo-orders-tracking-multiple-carriers-select-title {
    font-size: 16px;
    font-weight: 500;
}

/*
template two
 */
.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two {
    margin: 15px 0;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap {
    max-width: 100%;
    margin: 20px 0 100px 0 !important;
    padding: 0;
    position: relative;
    display: block;
    clear: both;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event {
    max-width: 100%;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.085), 0 1px 0 rgba(0, 0, 0, 0.02);
    left: 15px;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event {
    padding: 0;
    position: relative;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event:before,
.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event:after {
    content: " ";
    display: table;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event:after {
    clear: both;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon {
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 8px;
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 0 8px #aaa;
    transform: translateY(-50%);
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two.woo-orders-tracking-shortcode-timeline-wrap-most_recent_to_oldest .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-events-group:first-child .woo-orders-tracking-shortcode-timeline-event:first-child .woo-orders-tracking-shortcode-timeline-icon,
.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two.woo-orders-tracking-shortcode-timeline-wrap-oldest_to_most_recent .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-events-group:last-child .woo-orders-tracking-shortcode-timeline-event:last-child .woo-orders-tracking-shortcode-timeline-icon {
    box-shadow: 0 0 8px #56cb5f;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 6px;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    height: 8px;
    width: 8px;
    background: #aaa;
    border-radius: 50%;
}

.woo-orders-tracking-icon-default {
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 0 8px #aaa;
    transform: translate(-50%, -50%);
}

.woo-orders-tracking-icon-default:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    background: #aaa;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two.woo-orders-tracking-shortcode-timeline-wrap-most_recent_to_oldest .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-events-group:first-child .woo-orders-tracking-shortcode-timeline-event:first-child .woo-orders-tracking-shortcode-timeline-icon:after,
.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two.woo-orders-tracking-shortcode-timeline-wrap-oldest_to_most_recent .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-events-group:last-child .woo-orders-tracking-shortcode-timeline-event:last-child .woo-orders-tracking-shortcode-timeline-icon:after {
    background: #56cb5f;
    top: 5px;
    left: 5px;
    height: 10px;
    width: 10px;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap {
    margin-left: 40px;
    display: flex;
    padding: 10px;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-content-date {
    font-size: 14px;
    max-width: 20%;
    min-width: 200px;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-content-des-wrap {
    font-size: 14px;
    max-width: 80%;
    margin-left: 5%;
    text-transform: capitalize;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-location {
    font-size: 80% !important;
    color: #bdbaba;
}

.woo-orders-tracking-shortcode-timeline-events-group:nth-child(2n+1) .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap {
    background: aliceblue;
}

.woo-orders-tracking-shortcode-timeline-events-group .woo-orders-tracking-shortcode-timeline-event {
    margin-bottom: 1px;
}

.woo-orders-tracking-shortcode-timeline-wrap .woo-orders-tracking-shortcode-timeline-title {
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-content-date {
        max-width: 30%;
        min-width: unset;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-two .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-content-des-wrap {
        max-width: 65%;
    }
}

/*template one*/
.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one {
    margin: 15px 0;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap {
    max-width: 100%;
    margin: 20px 0 100px 0 !important;
    padding: 0 10px 0 10px;
    position: relative;
    display: block;
    clear: both;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event {
    max-width: 100%;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event {
    margin-bottom: 0;
    position: relative;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event:before,
.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event:after {
    content: " ";
    display: table;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event:after {
    clear: both;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon-delivered {
    box-shadow: 0 0 8px #aaa;
    width: 100%;
    height: 100%;
    display: block;
    background: white;
    border-radius: 50%;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    left: 50%;
    margin: 0;
    z-index: 1;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon-alert .woo_orders_tracking_icons-warning:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon-alert .woo_orders_tracking_icons-warning {
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #f00;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 0 8px #aaa;
    transform: translate(-50%, -50%);
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon-trackingmore-delivered {
    background: #fff;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon i {
    position: relative;
    max-width: 100%;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon i:before {
    font-size: 20px !important;
    margin: 0 !important;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon-trackingmore-delivered i:before {
    font-size: 50px !important;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap {
    width: calc(50% - 35px);
    float: left;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap:hover {
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event:nth-child(2n) .woo-orders-tracking-shortcode-timeline-event-content-wrap {
    float: right;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event:nth-child(2n) .woo-orders-tracking-shortcode-timeline-event-content-wrap:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event:nth-child(2n) .woo-orders-tracking-shortcode-timeline-event-content-wrap:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-des {
    margin-top: 0;
    color: #336;
    margin-bottom: 3px;
    font-size: 16px;
    text-transform: capitalize;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-des-1 {
    margin-top: 0;
    color: #336;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-content p {
    margin-bottom: 5px !important;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-location {
    font-size: 14px;
    color: #95a5a6;
    display: block;
}

.woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-time {
    font-size: 14px;
    color: #336;
    font-weight: 500;
    letter-spacing: 0.2px;
}

@media screen and (max-width: 768px) {
    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event {
        margin-bottom: 10px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-location {
        font-size: 14px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-time {
        font-size: 13px;
        color: #336;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap:before {
        left: 25px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap {
        float: right;
        width: calc(100% - 55px);
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon {
        left: 15px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-des {
        font-size: 15px;
    }
}

@media screen and (max-width: 414px) {
    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap {
        width: calc(100% - 40px);
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-location {
        font-size: 13px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-event-content-wrap .woo-orders-tracking-shortcode-timeline-event-time {
        font-size: 13px;
        color: #336;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap:before {
        left: 17px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon {
        left: 7px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon i:before {
        font-size: 20px !important;
        margin: 0 !important;
    }

    .woo-orders-tracking-shortcode-timeline-wrap.woo-orders-tracking-shortcode-timeline-wrap-template-one .woo-orders-tracking-shortcode-timeline-events-wrap .woo-orders-tracking-shortcode-timeline-event .woo-orders-tracking-shortcode-timeline-icon-trackingmore-delivered i:before {
        color: #4cbb87;
        font-size: 35px !important;
    }

    .woo-orders-tracking-shortcode-timeline-wrap .woo-orders-tracking-shortcode-timeline-title {
        font-size: 20px !important;
    }
}

.woo-orders-tracking-preview-shortcode-template-one,
.woo-orders-tracking-preview-shortcode-template-two {
    max-width: 900px;
    margin: 0 auto;
}


























div.vi-woocommerce-orders-tracking-form-search {
    max-width: 900px;
    margin: 15px auto;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick:before {
    font-size: 1.2em;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick {
    margin: 0;
    padding: 0 20px;
    min-width: 150px;
    text-align: center;
    border: none;
    text-transform: initial;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row .vi-woocommerce-orders-tracking-form-search-tracking-number,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email .vi-woocommerce-orders-tracking-form-order-email-input,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id .vi-woocommerce-orders-tracking-form-order-id-input {
    margin: 0;
    height: 46px;
    padding: 0 10px;
    width: 100%;
    border: none;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-row {
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(1, 1, 1, 0.3);
    margin: 10px 0;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-email,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-order-id {
    border: 1px solid rgba(1, 1, 1, 0.3);
    margin: 10px 0;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-recaptcha {
    display: inline-block;
}
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-error {
    border: 1px solid red !important;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-1 .vi-woocommerce-orders-tracking-form-row,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-3 .vi-woocommerce-orders-tracking-form-row {
    width: 100%;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-3 .vi-woocommerce-orders-tracking-form-order-email,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-3 .vi-woocommerce-orders-tracking-form-order-id {
    width: 48%;
}

.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-row,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-order-email,
.vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-order-id {
    width: 48%;
}

.vi-woocommerce-orders-tracking-hidden {
    display: none;
}

@media screen and (max-width: 480px ) {
    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-recaptcha-field {
        display: flex;
        justify-content: center;
    }
    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-row,
    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-order-email,
    .vi-woocommerce-orders-tracking-form-search .vi-woocommerce-orders-tracking-form-inputs.vi-woocommerce-orders-tracking-form-inputs-2 .vi-woocommerce-orders-tracking-form-order-id {
        width: 100%;
    }
}



.woo-orders-tracking-shortcode-timeline-status-delivered {
    color: white;
    background-color: #4cbb87;
}

.vi-woocommerce-orders-tracking-form-search-tracking-number-btnclick {
    background-color: red;
    color: white;
}

.container {
    font-family: 'Roboto', sans-serif;
}


#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -30px 0 0 -30px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

.track-summary {
    font-size: 18px;
    color: #336;
    font-family: 'Roboto', sans-serif;
}