﻿.preSelectCheckout {
    display: block;
    min-height: 400px;
    width: 25%;
    margin-left: 10%;
    margin-top: 5%;
}

    .preSelectCheckout h1 {
        font-size: 22px;
        font-weight: bold;
    }

.preSelectTextbox {
    width: 80%;
    height: 40px;
    margin-left: 10%;
    margin-top: 5%;
    border: solid 1px #333;
    border-radius: 3px;
    padding-left: 5%;
}

.forgotYourPassword {
    color: #254a91;
    width: 40%;
    text-decoration: underline;
    margin-left: 10%;
    margin-top: 7%;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
}

.removeCartItemButton i {
    font-size: 24px;
    color: #333;
}

.preSelectTextbox:focus {
    border: solid 1px #333 !important;
}


.loginButton {
    width: 30%;
    height: 40px;
    float: left;
    margin-top: 4%;
    background: #254a91;
    color: #fff;
    text-align: center;
    margin-left: 10%;
    padding-top: 11.5px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

.bottomDelimiter {
    width: 80%;
    border-bottom: solid 1px #ccc;
    float: left;
    margin-top: 10%;
    margin-left: 10%;
}

.continueNoLoginText {
    text-align: center;
    font-size: 22px;
    margin-top: 7%;
    float: left;
    width: 80%;
    margin-left: 10%;
}

.opportunityText {
    text-align: center;
    font-size: 12px;
    float: left;
    width: 80%;
    margin-left: 10%;
}

.guestCheckoutButton {
    width: 80%;
    float: left;
    margin-left: 10%;
    text-align: center;
    margin-top: 10%;
    background: #fff;
    border: solid 1px #254a91;
    height: 40px;
    padding-top: 10px;
    border-radius: 3px;
    color: #254a91;
    text-transform: uppercase;
    cursor: pointer;
}

    .guestCheckoutButton:hover {
        color: #fff;
        background: #254a91;
    }

.checkOutInfoContainer {
    width: 55%;
    padding-left: 5%;
}

    .checkOutInfoContainer h1 {
        font-size: 22px;
        text-align: left;
        padding-left: 4%;
        margin-top: 5%;
        font-weight: bold;
    }


.smallTextBox {
    width: 45%;
    margin-top: 2.5%;
    padding-left: 2.5%;
    height: 40px;
    border: solid 1px #ddd;
    border-radius: 3px;
    margin-left: 4%;
    background: #f6f6f6;
}

    .smallTextBox:focus::-webkit-input-placeholder {
        font-size: .75em;
        position: relative;
        top: -15px;
        left: -5px;
        transition: 0.35s ease;
        color: #254a91;
    }

    .smallTextBox::-webkit-input-placeholder {
        color: #bbb;
    }

.bigTextBox::-webkit-input-placeholder {
    color: #bbb;
}

.smallTextBox:focus {
    border: solid 1px #ccc !important;
}

.bigTextBox {
    width: 94.5%;
    margin-left: 4%;
    margin-top: 2.5%;
    height: 40px;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding-left: 3%;
    background: #f6f6f6;
}

    .bigTextBox:focus::-webkit-input-placeholder {
        font-size: .75em;
        position: relative;
        top: -15px;
        left: -5px;
        transition: 0.35s ease;
        color: #254a91;
    }

    .bigTextBox:focus {
        border: solid 1px #ccc !important;
    }

.continueToPaymentButton {
    float: left;
    margin-top: 5%;
    width: 30%;
    height: 40px;
    background: #254a91;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    margin-left: 4%;
    cursor: pointer;
}

.checkOutInfoSubTitle {
    width: 100%;
    padding-left: 4%;
    font-weight: bold;
    margin-top: 2%;
}

.paymentChoiceContainer {
    width: 100%;
    padding-left: 4%;
    float: left;
}

.paymentChoiceButtton {
    width: 18%;
    color: #fff;
    border: none;
    margin-top: 5%;
    height: 40px;
    border-radius: 2px;
    background: #254a91;
    font-weight: bold;
    text-transform: uppercase;
}

    .paymentChoiceButtton:hover {
        background: #059;
    }

.palceOrderButton {
    background: #254a91;
    height: 40px;
    padding-top: 9px;
    color: #fff;
    width: 80%;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 10%;
    margin-top: 10%;
    float: left;
}

    .palceOrderButton:hover {
        opacity: 0.9;
    }

.paymentChoiceSubContainer {
    margin-top: 5%;
    font-size: 13px;
}

.paymentChoiceButtonContainer {
    width: 100%;
    position: relative;
}

    .paymentChoiceButtonContainer i {
        position: absolute;
        top: 55%;
        font-size: 35px;
        right: 78%;
        color: #254a91;
        -webkit-text-stroke: 5px #fff;
    }

.submitOrderContainer {
    width: 20%;
    background: #eee;
    position: fixed;
    right: 15%;
    top: 0%;
    height: 100%;
    padding-top: 15%;
}

    .submitOrderContainer h2 {
        font-size: 18px;
        font-weight: bold;
        text-transform: capitalize;
        text-align: left;
        padding-left: 5%;
    }

.submitOrderContainerLeftParagraph {
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 6%;
    width: 60%;
    text-align: left;
    padding-left: 5%;
    float: left;
}

.submitOrderContainerDelimiter {
    width: 90%;
    margin-left: 5%;
    margin-top: 6%;
    float: left;
    border-bottom: solid 1px #ccc;
}

.submitOrderContainerRightParagraph {
    width: 40%;
    float: left;
    margin-top: 6%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-left: 5%;
    text-transform: uppercase;
}

.orderAgreementText {
    float: left;
    width: 100%;
    padding-left: 5%;
    font-size: 11px;
    padding-right: 5%;
    margin-top: 6%;
}

.summaryQuantitySpan {
    width: 20%;
    float: left;
    height: 100%;
    padding-top: 25px;
    padding-left: 5%;
}

.submitOrderSubContainer {
}

.checkOutSummaryInformationContainer {
    width: 100%;
    padding-left: 4%;
    margin-top: 0%;
    font-size: 15px;
}

.orderError {
    z-index: 2500;
    background: #fff;
    height: 150px;
    width: 20%;
    position: fixed;
    top: 20%;
    left: 40%;
}

.orderErrorButton {
    position: absolute;
    width: 30%;
    left: 35%;
    text-align: center;
    bottom: 15%;
    height: 40px;
    background: #254a91;
    color: #fff;
    font-weight: bold;
    padding-top: 9px;
    border-radius: 2px;
    cursor: pointer;
}

.orderErrorMessage {
    text-align: center;
    font-size: 12px;
}

.GiftContainer {
    width: 100%;
    min-height: 100px;
    float: left;
    margin-top: 5%;
}

.Gift {
    width: 30%;
    margin-left: 1%;
    height: 285px;
    border: solid 1px #ddd;
    float: left;
    margin-bottom: 2%;
    position: relative;
}

.GiftImageContainer {
    width: 100%;
    margin-bottom: 10%;
}

.Gift img {
    height: 150px;
    margin-top: 10px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.addGiftButton {
    width: 50%;
    margin-left: 10%;
    text-align: center;
    background: #254a91;
    color: #fff;
    height: 25px;
    padding-top: 2px;
    cursor: pointer;
    border-radius: 3px;
}

    .addGiftButton:hover {
        opacity: 0.8;
    }

.giftName {
    width: 100%;
    text-align: left;
    padding-left: 10%;
    font-weight: bold;
    color: #059;
    margin-top: 10%;
}

.GiftContainer h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5%;
    text-align: left;
    padding-left: 10%;
}

.freePrice {
    text-transform: uppercase;
    padding-left: 10%;
    color: #079c3a;
    font-weight: bold;
}

.GiftSelectFlavourOrSize {
    width: 80%;
    margin-left: 10%;
    height: 30px;
}

.AddFlavourOrSizePopUp {
    height: 20%;
    width: 20%;
    background: #fff;
    z-index: 99999;
    position: fixed;
    left: 40%;
    top: 30%;
    border: solid 1px #ddd;
}

    .AddFlavourOrSizePopUp p {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .AddFlavourOrSizePopUp select {
        border: solid 1px #ddd;
    }

.AddFlavourOrSizePopUpButton {
    width: 50%;
    margin-left: 25%;
    text-align: center;
    position: absolute;
    bottom: 15%;
    height: 30px;
    background: #254a91;
    color: #fff;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.Gift i {
    color: #079c3a;
    font-size: 26px;
    position: absolute;
    left: 10%;
}

.AddFlavourOrSizePopUp i {
    font-size: 30px;
    position: absolute;
    top: 0%;
    right: 2%;
    -webkit-text-stroke: 5px #fff;
    cursor: pointer;
}

.thankYouTitle {
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 50px;
    font-size: 19px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
}

.orderedProductContainer {
    height: 150px;
    width: 50%;
    background: #fff;
    margin-left: 15%;
    border-bottom: solid 1px #333;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.thankYouSUBTitle {
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 20px;
}

.userDetailsSubContainer{

}

.orderedProductImageContainer {
    width: 9%;
    height: 100%;
    position: relative;
    float: left;
    padding-top: 30px;
}

.orderedProductImage {
    max-width: 90%;
    height: auto;
    margin-top: 10%;
    max-height: 100px;
    display: block;
    vertical-align: middle;
    margin: auto;
}

.Centerer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.orderedProductInfoContainer {
    float: left;
    height: 150px;
    padding-top: 30px;
    width: 45.5%;
    padding-left: 5%;
    font-size: 13px;
}

.ThankYouProductGiftSignContainer {
    width: 50px;
    height: 50px;
    font-size: 40px;
    position: absolute;
    top: 70px;
    left: 59%;
    text-align: center;
    line-height: 50px;
}

.orderedProductInfoP {
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.orderedProductInfoPSpan {
    font-weight: bold;
}

.thankYouBottomInfo {
    font-size: 22px;
    font-weight: bold;
}

.backToShopButton {
    width: 15%;
    margin-left: 15%;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    background: #254a91;
    color: #fff;
    cursor: pointer;
}

.orderTableOrderStatusP {
    height: 20px;
    line-height: 20px;
    width: 100%;
    position: relative;
}

.backToShopButton:hover {
    transition: 0.33s;
    opacity: 0.9;
}

.orderStatus13 {
    background: #fd4f57;
    color: #fff;
    text-transform: lowercase;
    border-radius: 3px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    width: auto;
    padding: 3px;
}

.orderStatus7 {
    background: #254a91;
    color: #fff;
    text-transform: lowercase;
    border-radius: 3px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    width: auto;
    padding: 3px;
}

.orderStatus8 {
    background: #00aeef;
    color: #fff;
    text-transform: lowercase;
    border-radius: 3px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    width: auto;
    padding: 3px;
}

.orderStatus9 {
    background: #32aa3a;
    color: #fff;
    text-transform: lowercase;
    border-radius: 3px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    width: auto;
    padding: 3px;
}

.orderStatus10 {
    background: #32aa3a;
    color: #fff;
    text-transform: lowercase;
    border-radius: 3px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    width: auto;
    padding: 3px;
}

.statusColumn{
    height:100%;
}

.orderStatus11 {
    background: #337bed;
    color: #fff;
    text-transform: lowercase;
    border-radius: 3px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    width: auto;
    padding: 3px;
}

.newStatusP {
    height: 15px;
    line-height: 15px;
    font-size: 10px !important;
    margin-top: 10px !important;
}

.newPaymentStatus {
    margin: 0;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.paymentStatusGeneralSpan {
    border-radius: 3px;
    padding: 3px;
}

.RefusedCardPayment {
    background: #ef2809;
    color: #fff;
}

.AwaitingCardPayment {
    background: #f60;
    color: #fff;
}

.AuthorizedCardPayment {
    background: #32aa3a;
    color: #fff;
}

.RefusedCODPayment {
    background: #fd4f57;
    color: #fff;
}

.AwaitingCODPayment {
    background: #337bed;
    color: #fff;
}

.RecievedCODPayment {
    background: #32aa3a;
    color: #fff;
}

.RefusedWirePayment {
    background: #ef2809;
    color: #fff;
}

.AwaitingWirePayment {
    background: #254a91;
    color: #fff;
}

.RecievedPayPalPayment {
    background: #32aa3a;
    color: #fff;
}

.RefusedPayPalPayment {
    background: #ef2809;
    color: #fff;
}

.AwaitingPayPalPayment {
    background: #254a91;
    color: #fff;
}

.RecievedWirePayment {
    background: #32aa3a;
    color: #fff;
}

.seeMoreResultsButton {
    width: 60%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #254a91;
    text-transform: uppercase;
    margin-top: 2%;
    cursor: pointer;
}

    .seeMoreResultsButton:hover {
        background: #059;
        transition: 0.4s;
    }

.topPageChoiceContainer {
    width: 100%;
    height: 35px;
    margin-top: 2%;
}

.topPageChoiceButton {
    height: 100%;
    float: left;
    margin-right: 5%;
    width: 20%;
    text-align: center;
    line-height: 35px;
    color: #254a91;
    background: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border: solid 1px;
    position: relative;
}

    .topPageChoiceButton:hover {
        background: #254a91;
        color: #fff;
        border: solid 1px #254a91;
        transition: 0.25s;
    }

.topPageChoiceButtonSelected {
    background: #254a91;
    color: #fff;
    border: solid 1px #254a91;
}

.topPageChoiceButton i {
    position: absolute;
    right: 5%;
    top: 0px;
    font-size: 32px;
    -webkit-text-stroke: 5px #254a91;
}

.thankyouTopCheckContainer {
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 50px;
    margin-top: 20px;
    color: #32aa3a;
    padding-top: 5px;
}

    .thankyouTopCheckContainer i {
        -webkit-text-stroke: 5px #32aa3a;
    }

.thankyouSubContainer {
    width: 70%;
    position: relative;
    margin-bottom: 20px;
    margin-left: 15%;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    height: auto;
    min-height: 50px;
}

.thankYouInfoContainer {
    width: 95%;
    margin-left: 5%;
    position: relative;
    min-height: 150px;
    overflow: hidden;
}

.thankYouInfoContainerImageContainer {
    min-height: 150px;
    width: 10%;
    position: absolute;
    text-align: center;
    line-height: 100px;
    top: 0px;
    left: 0;
    float: left;
    height: auto;
}

.thankYouInfoContainerSubContainerRight {
    width: 90%;
    min-height: 150px;
    float: left;
    margin-left: 10%;
    height: auto;
    padding-left: 10px;
}

.thankYouInfoContainerImageContainer img {
    height: auto;
    width: auto;
    max-width: 90%;
    max-height: 90%;
}

.cartItemImageDashboard {
    max-height: 90px;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
    margin-top: 5px;
    max-width: 90%;
}

.cartItemImageContainerDashboardUser {
    width: 15%;
    height: 45%;
    float: left;
    cursor: pointer;
}

.thankYouInfoContainerSubContainerRightBlueContainer {
    height: auto;
    padding: 15px;
    background: #e3f3f9;
    margin-right: 5%;
    width: 95%;
    border-radius: 3px;
    margin-top: 5px;
    border: solid 1px #ddd;
    margin-bottom: 15px;
}

.thankYouInfoTitle {
    height: auto;
    line-height: 25px;
}

.thankYouProductContainer {
    width: 95%;
    margin-left: 5%;
    position: relative;
}

.RefusedCardPayment {
    background: #ef2809;
    color: #fff;
}

.AwaitingCardPayment {
    background: #f60;
    color: #fff;
}

.AuthorizedCardPayment {
    background: #32aa3a;
    color: #fff;
}

.RefusedCODPayment {
    background: #fd4f57;
    color: #fff;
}

.AwaitingCODPayment {
    background: #337bed;
    color: #fff;
}

.RecievedCODPayment {
    background: #32aa3a;
    color: #fff;
}

.RefusedWirePayment {
    background: #ef2809;
    color: #fff;
}

.AwaitingWirePayment {
    background: #254a91;
    color: #fff;
}

.RecievedPayPalPayment {
    background: #32aa3a;
    color: #fff;
}

.RefusedPayPalPayment {
    background: #ef2809;
    color: #fff;
}

.AwaitingPayPalPayment {
    background: #254a91;
    color: #fff;
}

.RecievedWirePayment {
    background: #32aa3a;
    color: #fff;
}

.paymentStatusSpan {
    padding: 4px;
    font-size: 9.5px;
    border-radius: 3px;
}

.thankyouBackToStoreButton {
    cursor: pointer;
    margin-left: 43%;
    width: 14%;
    text-align: center;
    height: 36px;
    line-height: 32px;
    background: #fff;
    color: #254a91;
    font-weight: bold;
    border-radius: 1px;
    border-radius: 3px;
    border: solid 2px #254a91;
}

.thankyouBackToStoreButton:hover{
    color:#fff;
    background:#254a91;
    transition:0.25s;
}

.specialProductItem{
    border:solid 1.5px #fd4f57;
}

.retryButtonSpinner {
    height: 20px;
    width: 20px;
    border: 3px solid #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    top: 22px !important;
    left: 15px;
}

.RetryOrderButton {
    position: relative;
    bottom: 4%;
    left: 0%;
    color: #fff;
    background: #254a91;
    height: 32px;
    width: 20%;
    text-transform: capitalize;
    line-height: 32px;
    font-size: 9px;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
}

    .RetryOrderButton:hover {
        background: #337bed;
        transition: 0.2s;
    }

.RetryOrderButtonTitle {
    width: 75%;
    float: left;
    height: 100%;
    text-align: left;
    padding-left: 5%;
}

.promoBanner {
    height: 25px;
    line-height: 23px;
    font-size: 16px;
    width: 145px;
}

.thankYOuStatusDescriptionContainer {
    height: 100px;
    background: #f6f6f6;
    margin-left: 10%;
    margin-right: 2%;
}

.thankYouButtonShopMoreTile {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.thankyouTotalContainer {
    height: 75px;
    margin-top: 10px;
    padding-left: 5%;
    padding-top: 0px;
}

    .ThankyouTotalRightP {
        text-align: left;
        padding-right: 10%;
        font-size: 13px;
        padding-left: 60%;
    }

.orderthankyousummarytitle {
    position: absolute;
    padding-left: 0 !important;
    font-size: 18px;
    font-weight: bold;
}

.SeeFurtherOrderDetailsButton {
    height: 35px;
    line-height: 35px;
    background: #254a91;
    width: auto;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    padding-left: 0px;
    max-width: 300px;
}

    .SeeFurtherOrderDetailsButton i {
        position: absolute;
        top: 12px;
        left: 15px;
    }

.SeeFurtherOrderDetailsButtonCash {
    height: 35px;
    line-height: 35px;
    background: #254a91;
    max-width: 300px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    padding-left: 15px;
    width:auto;
}

    .SeeFurtherOrderDetailsButtonCash i {
        position: absolute;
        top: 12px;
        left: 15px;
    }

    .thankYouOrderStatus {
        padding: 4px;
        font-size: 11px;
        border-radius: 3px;
    }

.specialOffersFilterMasterContainer {
    width: 100%;
    min-height: 65px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    height: auto;
    float: left;
}

.specialOffersFilterButton {
    width: 9%;
    font-size: 12px;
    float: left;
    margin-left: 1%;
    text-align: center;
    text-transform: lowercase;
    height: 40px;
    line-height: 36px;
    border-radius: 3px;
    background: #254a91;
    border: solid 2px #254a91;
    color: #fff;
    cursor: pointer;
    margin-bottom:1%;
}

.individualOrderMasterContainerTrackOrder {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    margin-top:50px;
}

.specialOffersFilterButton:hover {
    border: solid 2px #337bed;
}

.specialOffersSelectedButtonCategory{

}

.trackOrderHighTitle {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
}

.ordersSearchButton {
    height: 35px;
    width: 40%;
    background: #337bed;
    padding-left: 0%;
    margin-left: 30%;
    border: none;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.retailCompanyPersonChoiceButtonIconContainer {
    width: 100%;
    height: 80px;
}

    .retailCompanyPersonChoiceButtonIconContainer img {
        height: auto;
        width: auto;
        max-height: 60px;
        margin-top: 10px;
        max-width: 100%;
    }

.paymentInfoImage {
    height: auto;
    width: auto;
    max-height: 50%;
    position: absolute;
    top: 28%;
    left: unset;
    margin-left: 2%;
    right: 10px;
    max-width: 50px;
}

.SeeFurtherOrderDetailsNonLogin {
    width: 150px;
    text-align: center;
    padding: 0;
}

.wrongOrderError {
    text-align: left;
    width: 40%;
    margin-left: 30%;
    padding-left: 5px;
    margin-top: 5px;
    color: red;
    font-weight: bold;
}

.GoogleReviewTitle {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-image: linear-gradient(to left, blue, darkblue, red, pink);
    -webkit-background-clip: text;
    color: transparent;
}

.GoogleReviewButton {
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 20%;
    margin-left: 40%;
    background: #337bed;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    cursor:pointer;
}

.orderProgressContainer {
    width: 85%;
    height: auto;
    min-height: 50px;
    margin-left: 5%;
    margin-right: 10%;
    margin-bottom: 20px;
    float: left;
}

.orderProgressContainerInfo {
    font-size: 16px;
    margin-bottom: 5px;
    width: 59%;
    padding-left: 0%;
}

.orderProgressContainerInfoRow {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #eee;
    padding-left: 1%;
    text-transform: capitalize;
    color: #00aeef;
}

.orderProgressContainerInfoRowTime {
    float: right;
    margin-right: 1%;
}

.TrackingProgressBarContainer {
    width: 85%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 20px;
    min-height: 100px;
    padding-top: 50px;
}

.TrackingProgressBarElement {
    width: 10%;
    height: 2.5px;
    float: left;
    background: #00aeef;
    position:relative;
}

.TrackingProgressBarPoint {
    height: 10px;
    width: 10px;
    background: #00aeef;
    position: absolute;
    right: 0;
    top: -4.5px;
    border-radius: 10px;
}

.TrackingProgressBarElementInformationContainer {
    position: absolute;
    top: -35px;
    right: -50%;
    width: 100%;
    text-align: center;
    line-height: 10px;
    font-size: 13px;
    color: #00aeef;
}

.TrackingProgressBarElementDateTimeContainer {
    position: absolute;
    top: 20px;
    right: -50%;
    width: 100%;
    text-align: center;
    line-height: 10px;
    font-size: 11px;
    color: #00aeef;
}

.firstProgressIndex{

}

.loginFromCartButton {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background: #fff;
    color: #0082e6;
    border-radius: 2px;
    cursor: pointer;
    border: solid 1px;
}

    .loginFromCartButton i {
        font-size: 16px;
    }

    .loginFromCartButton:hover {
        background: #0082e6;
        color: #fff;
        transition: 0.3s ease;
        border: solid 1px #0082e6;
    }

#loginFromCartButtonID{
    -webkit-animation-delay:0s;
    -webkit-animation-duration:0.25s;
}

@media only screen and (max-width: 991px) {
    .loginFromCartButton {
        width: 95%;
        margin-left: 0%;
        height: 40px;
        line-height: 38px;
        font-size: 11px;
    }
}

   