/* Start :- Styles for Pickup Locations list enclosing container */
.checkout-heading{
    font-size: 48px;
    font-weight: 300;
    font-family: 'FedEx Sans Light';
    margin-top: 2rem;
}
.checkout-sub{
    font-family: 'FedEx Sans Bold';
    font-size: 14px;
    color: #0078B4;
    padding: 0.5rem;
}

.pickup-location-list-container{
    display: flex;
    flex-direction: column;
}
.pickup-location-item-container{
    width: 80%;
    height: 50rem;
    position: relative;
    overflow-y: auto;
    /* border-bottom: 0.1rem solid #d3d3d3; */ /* D-95209-Extra footer line coming on Checkout page in case of pickup */
}

.pickup-search-form-container{
    display: flex;
    flex-direction: column;
}
.input-filed-container{
    display: flex;
    flex-direction: row;
}
.date-text{
    font-family: 'FedEx Sans Bold';
    font-size: 12px;
    color: #2F4047;
}
.time-text{
    font-family: 'FedEx Sans Bold';
    font-size: 12px;
    color: #2F4047;
}
.pickup-date-container input{
    width: 100%;
    height: 4rem;
}

.pikcup-time{
    width: 30%;
    height: 2rem;
}
.input-filed-container{
    /* width: 30%;
    margin-right: 1rem; */
}
.zipcode-container{
    width: 30%;
    margin-right: 1rem;
}
.pickup-date-container{
    width: 30%;
    margin-right: 1rem;
    position: relative;
}

.pickup-date-container img {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
    padding: 9px 12px;
    font-size: 2.4rem;
    height: 2.5rem;
}

.pickup-time-container{
    width: 30%;
    display: flex;
    flex-direction: column;
}

.time-text{
    /* display: inline-block; */
}

.pikcup-time{
    height: 4rem;
    width: 100%;
    margin-top: 0.4rem;
    text-indent: 5px;
}
.pikcup-time option{
    font-family: 'Fedex Sans Light';
}

.pikcup-time::-webkit-scrollbar {
    width: 5px;
}

.pikcup-time::-webkit-scrollbar-track-piece {
    background:white;
}
.pikcup-time::-webkit-scrollbar-thumb {
    background: #8e8e8e;
}

.ui-datepicker{
    background-color: #ffffff;
    width: 25rem;
}
.ui-datepicker .ui-datepicker-calendar{
    border:none;
}
.ui-datepicker .ui-datepicker-buttonpane{
    margin-top:3rem;
}
.ui-datepicker-current{
    font-family: 'Fedex Sans Bold';
    background-color: #ffffff;
    border: 1px solid #394B53;
    border-radius: 0;
    padding: 1.2rem 2rem 1rem 2rem;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled{
    background-color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar thead th{
    border: none;
    background-color: #ffffff;
    color: #54646B;
    font-family: 'FedEx Sans Bold';
}

.ui-datepicker .ui-datepicker-calendar tbody td{
    font-family: 'Fedex Sans Regular';
    border: none;
    padding: 2px;
}
.ui-datepicker-close{
    color: white;
    background-color: #FF6200;
    font-family: 'Fedex Sans Bold';
    border-radius: 0;
    padding: 1.2rem 2rem 1rem 2rem;
}

.ui-datepicker .ui-state-highlight{
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-radius: 200px;
    border-color: #0078B4;
    color: #0078B4 !important;
}

.ui-datepicker .ui-state-active{
    background-color: #4D148C !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 200px;
    border-color: #4D148C;
    color: #ffffff !important;
} 

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today{
    background-color: #ffffff;
}

.ui-datepicker .ui-datepicker-next span{
    border-color: transparent transparent transparent #2F4047;
}

.ui-datepicker .ui-datepicker-prev span{
    border-color: transparent #2F4047 transparent transparent;
}

@media screen and (min-width: 320px){
    .pickuptime-modal .datepicker-wrapper .ui-datepicker .ui-datepicker-calendar tr td * {
      width: 17px;
      height: 17px;
      border: 1px solid transparent;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .pickup-location-item-container{
        width: 100%;
    }

    .input-filed-container{
        display: flex;
        flex-direction: column;
    }

    .zipcode-container{
        width: 80%;
        margin-bottom: 1rem;
    }

    .pickup-date-container{
        width: 80%;
        margin-bottom: 1rem;
    }

    .pickup-time-container{
        width: 80%;
    }
}

@media screen and (min-width: 375px){
    .pickup-location-item-container{
        width: 100%;
    }

    .input-filed-container{
        display: flex;
        flex-direction: column;
    }

    .zipcode-container{
        width: 80%;
        margin-bottom: 1rem;
    }

    .pickup-date-container{
        width: 80%;
        margin-bottom: 1rem;
    }

    .pickup-time-container{
        width: 80%;
    }
}

@media screen and (min-width: 425px){
    .pickup-location-item-container{
        width: 100%;
    }

    .zipcode-container{
        width: 80%;
        margin-bottom: 1rem;
    }

    .pickup-date-container{
        width: 80%;
        margin-bottom: 1rem;
    }

    .pickup-date-container img{
        top:20px
    }

    .pickup-time-container{
        width: 80%;
    }

    .input-filed-container{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px){
    .pickuptime-modal .datepicker-wrapper .ui-datepicker-inline {
      padding: 0 !important
    }

    .pickuptime-modal .datepicker-wrapper .ui-datepicker .ui-datepicker-calendar tr td * {
      width: 20px;
      height: 20px;
    }
    
    .pickuptime-modal .datepicker-wrapper .ui-datepicker .ui-datepicker-calendar tr th {
      padding: 0;
      text-align: center;
    }
    .pickup-location-item-container{
        width: 100%;
    }

    .zipcode-container{
        width: 80%;
        margin-bottom: 1rem;
    }

    .pickup-date-container{
        width: 80%;
        margin-bottom: 1rem;
    }

    .pickup-time-container{
        width: 30%;
    }

    .pickup-date-container img{
        top:22px
    }

    .input-filed-container{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px){
    .pickup-location-item-container{
        width: 96%;
        margin-left: 3rem;
    }
    .zipcode-container{
        width: 34%;
    }
    .pickup-date-container img{
        top:22px
    }

    .pickup-date-container{
        width: 30%;
    }

    .pickup-time-container{
        width: 30%;
    }

    .input-filed-container{
        display: flex;
        flex-direction: row;
    }
}

@media screen and (min-width: 1440px){
    .zipcode-container{
        width: 30%;
    }
    .zipcode-container{
        width: 30%;
    }
    .pickup-date-container img{
        top:22px
    }

    .pickup-date-container{
        width: 30%;
    }

    .pickup-time-container{
        width: 30%;
    }

    .input-filed-container{
        display: flex;
        flex-direction: row;
    }
}


.pickup-location-container{
    border: 1px solid #d3d3d3;
    background-color: white;
    position: relative;
}
.box-container{
    padding: 2rem;
}
/* End :- Styles for Pickup Locations list enclosing container */

/* Start :- Styles for Purple radio button */
.custom-radio-btn > input[type="radio"] {
    display: none;
  }
.custom-radio-btn > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
}
  
.custom-radio-btn > input[type="radio"]:checked + *::before {
    background: radial-gradient(#4D148C 0%, #4D148C 40%, transparent 50%, transparent);
    border-color: #4D148C;
}
  
  /* basic layout */
  
.custom-radio-btn > input[type="radio"] + * {
    display: inline-block;
    padding: 0.5rem 1rem;
}

.radio-label{
    font-size: 18px;
    font-family: 'FedEx Sans Regular';
    color: #2F4047;
}
/* End :- Styles for Purple radio button */

/* Start :- Styles for pickup location address details */
.distance{
    position: absolute;
    right: 2rem;
    margin-top: 1rem;
    font-family: "FedEx Sans Bold";
    /* @media screen and (min-width: 375px){
        margin-left:3rem;
    }
    @media screen and (min-width: 425px){
        margin-left:6rem;
    }
    @media screen and (min-width: 768px){
        margin-left:10rem;
    }
    @media screen and (min-width: 1024px){
        margin-left:32rem;
    } */
}

.pickup-address{
    margin-left:4.4rem ;
    font-family: 'FedEx Sans Regular';
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.pickup-location-street{
    margin-left: 8px;
}
/* .show-details-button{
    cursor: pointer;
    margin-left: 4rem;
    margin-top: 2rem;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FedEx Sans Regular';
    color: #0078B4;
}
@media screen and (min-width: 425px){
    
    .show-details-button{
        margin-left: 2rem;
    }
}

@media screen and (min-width: 768px){

    .show-details-button{
        margin-left: 2rem;
    }
}

@media screen and (min-width: 1024px){
    
    .show-details-button{
        margin-left: 4rem;
    }
} */

/* .pickup-date{
    color:#333333;
    font-family: 'FedEx Sans Light';
    font-weight: 300 !important;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    right:2rem;
    position: absolute;
} */
/* End :- Styles for pickup location address details */

/* Start :- Styles for pickup center details */
.center-details{
    margin-top:2rem;
    margin-left:4rem;
    font-family: 'FedEx Sans Regular';
}

.hide-details-button{
    cursor: pointer;
    display: none;
    margin-left: 4rem;
    margin-top: 1rem;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0078B4;
    font-family: 'FedEx Sans Regular';
}
.shedule-container{
    display: flex;
    font-size: 1.5rem;
}

.day{
    margin-right: 1rem;
    width:5rem;
}
.icon-grey{
    color: #808080;
}
/* End :- Styles for pickup center details */

.show-details-container{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 4.4rem;
    margin-top: 1rem;
}
.show-details-button{
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FedEx Sans Regular';
    color: #0078B4;
}
.pickup-date{
    color:#333333;
    font-family: 'FedEx Sans Light';
    letter-spacing: 0;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
}

.map-canvas{
    width:80%;
    height:300px;
}
@media screen and (min-width: 320px){
    .map-canvas{
        width: 100%;
    }
    .distance{
        display: none;
    }
}

@media screen and (min-width: 375px){
    .map-canvas{
        width: 100%;
    }
    .distance{
        display: none;
    }
}

@media screen and (min-width: 425px){
    .map-canvas{
        width: 100%;
    }
    .distance{
        display: inherit;
    }
}

@media screen and (min-width: 768px){
    .map-canvas{
        width: 90%;
        margin-left: 3rem;
    }
    .distance{
        display: inherit;
    }
}

@media screen and (min-width: 1024px){
    .map-canvas{
        width: 96%;
        margin-left: 3rem;
    }
    .distance{
        display: inherit;
    }
}

/**
    Toogle switch css
**/
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 28px;
    margin-top: 0.5rem;
  }
  .toggle-text{
      padding:1rem;
      font-family: 'Fedex Sans Regular';
  }
  
  .toggle-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #008200;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* Start :- Styles for contact details */
.contact-from-container{
    display: none;
    margin-top: 4rem;
}
.contact-heading{
    font-size: 26px;
    letter-spacing: 0;
    line-height: 34px;
    color: #333333;
}
.contact-name-container{
    display: flex;
    flex-direction: row;
}
.contact-first-name{
    width: 30%;
    margin-right: 2rem;
}
.contact-last-name{
    width: 30%;
}

input.contact-fname{
    height: 48px;
    font-family: 'FedEx Sans Regular';
}

.contact-form-font{
    font-family: 'Fedex Sans Bold';
    font-size: 12px;
    color:#54646B;
}

.contact-fname-label:after {
    content:" *";
    color: red;
  }

input.contact-lname{
    height: 48px;
    font-family: 'FedEx Sans Regular';
}

.contact-lname-label:after {
    content:" *";
    color: red;
}

.contact-number-container{
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
}
.contact-phone-no{
    width: 45%;
    margin-right: 2rem;
}
.contact-phone-ext{
    width: 15%;
}

input.contact-number{
    height: 48px;
    font-family: 'FedEx Sans Regular';
}

.contact-number-label:after {
    content:" *";
    color: red;
  }

input.contact-ext{
    height: 48px;
    font-family: 'FedEx Sans Regular';
}

.contact-email-container{
    width: 63%;
    margin-top: 2rem;
}
input.contact-email{
    height: 48px;
    font-family: 'FedEx Sans Regular';
}

.contact-email-label:after {
    content:" *";
    color: red;
}

.contact-sub-heading{
    color: #2F4047;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.75px;
    line-height: 16px;
}
.proceed-to-payment{
    display: none;
    margin-top: 5rem;
    width: 18rem;
    background: #FF5400;
    padding: 14px 20px 14px 20px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}
/* End :- Styles for contact details */

/* Start :- Styles for ALternate contact details */
.alternate-from-container{
    display: none;
    margin-top: 4rem;
}
.alternate-heading{
    margin-top: 2rem;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 34px;
    color: #333333;
}
.alternate-name-container{
    display: flex;
    flex-direction: row;
}
.alternate-first-name{
    width: 30%;
    margin-right: 2rem;
}
.alternate-last-name{
    width: 30%;
}

input.alternate-fname{
    height: 48px;
    font-family: 'FedEx Sans Regular';
}

.alternate-fname-label:after {
    content:" *";
    color: red;
  }

input.alternate-lname{
    height: 48px;
    font-family: 'FedEx Sans Regular';
}

.alternate-lname-label:after {
    content:" *";
    color: red;
}

.alternate-number-container{
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
}
.alternate-phone-no{
    width: 45%;
    margin-right: 2rem;
}
.alternate-phone-ext{
    width: 15%;
}

input.alternate-number{
    height: 48px;
    font-family: 'FedEx Sans Regular';
}

.alternate-number-label:after {
    content:" *";
    color: red;
  }

input.alternate-ext{
    height: 48px;
}

.alternate-email-container{
    width: 63%;
    margin-top: 2rem;
}
input.alternate-email{
    height: 48px;
    font-family: 'FedEx Sans Regular';
}

.alternate-email-label:after {
    content:" *";
    color: red;
}

.alternate-sub-heading{
    color: #2F4047;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    font-style: italic;
}

/* End :- Styles for alternate contact details */

/* Start :- Styles for alternate contact checbox */
.alternate-checkbox-container{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0;
    user-select: none;
}

.alternate-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #6F7F87
  }
  
  /* On mouse-over, add a grey background color */
  .alternate-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .alternate-checkbox-container input:checked ~ .checkmark {
    background-color: #4d148c;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .alternate-checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .alternate-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }
/* End :- Styles for alternate contact checbox */

/* Start :- Styles for alternate contact errors */

.contact-fname-error{
    color: red;
    display: none;
    font-size: 1.2rem;
}

.date-error{
    color: red;
    display: none;
    font-size: 1.2rem;
    display: block;
    font-family: 'Fedex Sans Regular';
}

.contact-lname-error{
    color: red;
    display: none;
    font-size: 1.2rem;
}

.contact-number-error{
    color: red;
    display: none;
    font-size: 1.2rem;
}

.contact-email-error{
    color: red;
    display: none;
    font-size: 1.2rem;
}

.contact-error{
    border: 1px solid red !important;
}

.alternate-fname-error{
    color: red;
    display: none;
    font-size: 1.2rem;
}

.alternate-lname-error{
    color: red;
    display: none;
    font-size: 1.2rem;
}

.alternate-number-error{
    color: red;
    display: none;
    font-size: 1.2rem;
}

.alternate-email-error{
    color: red;
    display: none;
    font-size: 1.2rem;
}

.alternate-error{
    border: 1px solid red !important;
}

.place-pickup-order-disabled{
    background-color: #e3e3e3 !important;
    color: #8e828e !important;
}

.assign-alt-text{
    margin-left: 3rem;
    padding: 0.5rem;
}
/* End :- Styles for alternate contact errors */

.error-container{
    box-sizing: border-box;
    border:1px solid #E3002D;
    height:auto;
    width: 90%;
    display: flex;
    flex-direction: row;
    box-shadow: 0 2px 4px 0 rgb(47 64 71/30%);
}
.error-container{
    box-sizing: border-box;
    border:1px solid #E3002D;
    height:auto;
    width: 90%;
    display: flex;
    flex-direction: row;
    box-shadow: 0 2px 4px 0 rgb(47 64 71/30%);
}
.error-container.error-modal.api-error-hide {
    display: none;
}
.error-container.error-modal {
    background: #fff;
    width: 648px;
    display: flex;
    left: 0;
    right: 0;
    top: 127px;
    position: fixed;
    margin: 0px auto;
    z-index: 999;
}
.error-container.error-modal .icon-container {
    width: 48px;
    display: flex;
    align-items: center;
}
.error-container.error-modal .img-close-pop {
    position: relative;
    top: -19px;
    right: -7px;
    height: 13px;
}
.error-container.error-modal .message-container {
    width: 100%;
    margin: 0;
    font-family: 'FedEx Sans Regular';
    padding: 12px 30px 12px 16px;
    color: #2F4047;
}
.error-container .icon-container{
    width: 40px;
    padding: 0.2rem;
    background-color: #E3002D;
    display: flex;
    align-items: center;
}

.error-container .message-container{
    color: #E3002D;
    width: 100%;
    margin: 1.5rem 1rem 0.4rem 1rem;    
    font-family: 'Fedex Sans Bold';
}
.error-container .icon-container span{
    font-size: 40px;
    color: #ffffff;
    -webkit-text-stroke: px #ffffff;
    font-weight: 10;
}
.api-error-hide{
    display: none;
}
.img-close-pop{
    height: 17px;
    width: auto;
    align-self: center;
    margin-right: 2%;
    cursor: pointer
}

@media screen and (min-width: 320px){
    .contact-first-name{
        width: 50%;
    }

    .contact-last-name{
        width: 50%;
    }

    .contact-phone-no{
        width: 70%; 
    }

    .contact-phone-ext{
        width: 30%;
    }

    .contact-email-container{
        width: 100%;
    }

    .alternate-first-name{
        width: 50%;
    }

    .alternate-last-name{
        width: 50%;
    }

    .alternate-phone-no{
        width: 70%;
    }
    .alternate-phone-ext{
        width: 30%;
    }

    .alternate-email-container{
        width: 100%;
    }
}

@media screen and (min-width: 375px){
    .contact-first-name{
        width: 50%;
    }

    .contact-last-name{
        width: 50%;
    }

    .contact-phone-no{
        width: 70%; 
    }

    .contact-phone-ext{
        width: 30%;
    }

    .contact-email-container{
        width: 100%;
    }

    .alternate-first-name{
        width: 50%;
    }
    
    .alternate-last-name{
        width: 50%;
    }

    .alternate-phone-no{
        width: 70%;
    }
    .alternate-phone-ext{
        width: 30%;
    }

    .alternate-email-container{
        width: 100%;
    }
}

@media screen and (min-width: 425px){
    .contact-first-name{
        width: 50%;
    }

    .contact-last-name{
        width: 50%;
    }

    .contact-phone-no{
        width: 70%; 
    }

    .contact-phone-ext{
        width: 30%;
    }

    .contact-email-container{
        width: 100%;
    }

    .alternate-first-name{
        width: 50%;
    }
    
    .alternate-last-name{
        width: 50%;
    }

    .alternate-phone-no{
        width: 70%;
    }
    .alternate-phone-ext{
        width: 30%;
    }

    .alternate-email-container{
        width: 100%;
    }
}

@media screen and (min-width: 768px){
    .contact-first-name{
        width: 40%;
    }

    .contact-last-name{
        width: 40%;
    }

    .contact-phone-no{
        width: 55%; 
    }

    .contact-phone-ext{
        width: 25%;
    }

    .contact-email-container{
        width: 85%;
    }

    .alternate-first-name{
        width: 40%;
    }
    
    .alternate-last-name{
        width: 40%;
    }

    .alternate-phone-no{
        width: 55%;
    }
    .alternate-phone-ext{
        width: 25%;
    }

    .alternate-email-container{
        width: 85%;
    }
}

@media screen and (min-width: 1024px){
    .contact-first-name{
        width: 30%;
    }

    .contact-last-name{
        width: 30%;
    }

    .contact-phone-no{
        width: 45%; 
    }

    .contact-phone-ext{
        width: 15%;
    }

    .contact-email-container{
        width: 63%;
    }

    .alternate-first-name{
        width: 30%;
    }
    
    .alternate-last-name{
        width: 30%;
    }

    .alternate-phone-no{
        width: 45%;
    }
    .alternate-phone-ext{
        width: 15%;
    }

    .alternate-email-container{
        width: 63%;
    }
}

.earlist-label{
    font-family: 'Fedex Sans Bold';
    color:#CC4E00;
}

.pickup-heading{
    display: none;
}
.step-heading{
    font-size: 32px;
    font-weight: 300;
    font-family: 'FedEx Sans Light'; 
}

.step-heading-subtext{
    font-size: 16px;
    font-family: 'FedEx Sans Light Italic';
    font-weight: 300;
    margin-left: 3rem;
}

.search-text{
    font-family: 'FedEx Sans Bold';
    font-size: 12px;
    color: #2F4047;
}

.search-text:after{
    content: " *";
    color:red;
}

.heading-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.toggle-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (min-width: 320px){
    .heading-flex{
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 2rem;
    }
}

@media screen and (min-width: 375px){
    .heading-flex{
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 2rem;
    }
}


@media screen and (min-width: 425px){
    .heading-flex{
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 2rem;
    }
}

@media screen and (min-width: 768px){
    .heading-flex{
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 2rem;
    }
}

@media screen and (min-width: 1024px){
    .heading-flex{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
    }

    .toggle-container{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (min-width: 320px){
    .contact-from-container{
        margin-left: 0rem;
    }
    .alternate-from-container{
        margin-left: 0rem;
    }
}

@media screen and (min-width: 375px){
    .contact-from-container{
        margin-left: 0rem;
    }
    .alternate-from-container{
        margin-left: 0rem;
    }
}

@media screen and (min-width: 425px){
    .contact-from-container{
        margin-left: 0rem;
    }
    .alternate-from-container{
        margin-left: 0rem;
    }
}

@media screen and (min-width: 768px){
    .contact-from-container{
        margin-left: 3rem;
    }
    .alternate-from-container{
        margin-left: 3rem;
    }
}

/* Start :- Styles for Delivery Flow container */

#shipping-new-address-form .field-tooltip {
    margin-right: 10px;
}

#shipping-new-address-form div[name="shippingAddress.firstname"]{
    width: 50%;
    float: left;
}

#shipping-new-address-form div[name="shippingAddress.lastname"] {
width: calc(50% - 15px);
float: left;
padding-left: 15px;
}

#shipping-new-address-form div[name="shippingAddress.postcode"] {
    float: left;
    width: calc(25% - 15px);
    padding-left: 15px;
}

#shipping-new-address-form div[name="shippingAddress.city"] {
    float: left;
    width: 50%;
} 

#shipping-new-address-form div[name="shippingAddress.region_id"] {
    float: left;
    width: calc(25% - 15px);
    padding-left: 15px;
}
#shipping-new-address-form div[name="shippingAddress.telephone"] {
    float: left;
    width: 70%;
}
#shipping-new-address-form div[name="shippingAddress.custom_attributes.ext"] {
    float: left;
    padding-left: 10px;
    width: calc(30% - 10px);
}

.checkout-container .checkout-shipping-address .input-text{
    font-size: 12px !important;
    border: 1px solid #6F7F87 !important;
    height: 5rem !important;
    background-color: #ffffff !important;
}

@media only screen and (max-width: 639px) {
    .opc-wrapper .form-shipping-address {
        background: #ffffff;
        margin-left: 10px;
    }
}
    
@media only screen and (max-width: 500px) {

    .opc-local-delivery-method-box {
        height: 100px !important;
        width: auto !important;
    }

    .opc-free-ground-promo-box{
        height: 100px !important;
        width: auto !important;
    }

    .covid-19-message-promo-box {
        height: auto !important;
        width: auto !important;
    }

    .opc-local-delivery-method-box .message-container {
        height: 100px !important;
        width: auto !important;
    }

    .opc-free-ground-promo-box .message-container {
        height: 100px !important;
        width: auto !important;
    }

    .covid-19-message-promo-box .message-container {
        height: auto !important;
        width: auto !important;
    }

    #shipping-new-address-form div[name="shippingAddress.firstname"]{
        width: 100%;
    }
    
    #shipping-new-address-form div[name="shippingAddress.lastname"] {
        width: 100%;
        padding-left: 0px;
    }

    #shipping-new-address-form div[name="shippingAddress.postcode"] {
        width: calc(50% - 15px);
        float: left;
        padding-left: 15px;
    }
    #shipping-new-address-form div[name="shippingAddress.city"] {
        width: 100%;
        padding-left: 0px;
    }
    #shipping-new-address-form div[name="shippingAddress.region_id"] {
        width: 50% !important;
        float: left !important;
        padding-left: 0px !important;
    }
    #shipping-new-address-form div[name="shippingAddress.telephone"] {
        width: 100%
    }
    #shipping-new-address-form div[name="shippingAddress.custom_attributes.ext"] {
        width: 100%;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 500px) { 
    .table-checkout-shipping-method, .checkout-shipping-method {
        min-width: 100%;
    }
}
    
@media (min-width: 768px), print {
    .checkout-shipping-method .actions-toolbar > .primary {
        float: right;
        margin-left: 10px;
    }
}

.opc-wrapper .form-shipping-address .fieldset .field .label {
    height: 2rem;
    color: #54646B;
    font-family: "FedEx Sans Bold";
    letter-spacing: 0.75px;
    font-size: 12px;
    font-weight: bold !important;
    margin-top: 10px;
}

.select{
    font-size: 12px !important;
    border: 1px solid #6F7F87 !important;
    height: 5rem !important;
    background-color: #ffffff !important;
}

.opc-wrapper .form-shipping-address {
    background: #ffffff;
    margin-top: 10px;
    margin-left: 30px;
}
.checkout-shipping-method {
    padding: 0 0 0 15px;
}

.checkout-container .checkout-shipping-address .ship-address {
    font-weight: 300;
    font-size:30px;
    color: #2F4047;
    font-family: 'FedEx Sans Light';
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .checkout-container .checkout-shipping-address .recipient-information {
    margin-left: 30px;
    color: #2F4047;
    font-family: "FedEx Sans Light Italic";
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
  }

.checkout-container .checkout-shipping-address .input-text, .select {
    color: #2F4047;
    font-family: "FedEx Sans Regular";
    font-size: 16px !important;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
  
}

#checkout-step-shipping .shipping-result-btn {
    box-sizing: border-box;
    margin: 30px 0px 0px 30px;
    text-transform: uppercase;
    height: 50px;
    width: 236px;
    border: 2px solid #007AB7;
    border-radius: 40px;
    background: #ffffff;
}

#checkout-step-shipping .shipping-result-btn span {
    height: 19px;
    width: 179px;
    color: #007AB7;
    font-family: "FedEx Sans Bold";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
}
.table-checkout-shipping-method tbody .col-price  {
    color: #333333;
    font-family: "FedEx Sans Bold";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.table-checkout-shipping-method tbody td {
    color: #333333;
    font-family: "FedEx Sans Light";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;

}

.checkout-step-shipping_method .no-quotes-block {
    color: #333333;
    font-family: "FedEx Sans Light Italic";
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
}

.checkout-shipping-method .step-title {
    color: #333333;
    font-family: "FedEx Sans Light";
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 34px;
}

.checkout-shipping-address {
    max-width: 500px;
}

@media only screen and (max-width: 639px) {
    .checkout-container .checkout-shipping-address .recipient-information {
        margin-left: 5px;
    }

    .methods-shipping .actions-toolbar .action.primary {
      width: 100%;
    }

    .shipping_account_number {
        margin-left: 5px !important;
        margin-bottom: 10px;
        margin-top: 10px !important;
    }

    .contact-person-container .subtitle {
        height: 45px !important;
        margin: 15px 0px 15px 0px !important;
    }

    .contact-person-container .alternate-form-title {
        margin: 15px 0px 0px 0px !important;
    }

    .contact-person-container .alternate-contact-form {
        display: block;
        margin-left: -10px;
    }

    .contact-person-container {
        margin-top: 40px;
    }

    .shipping-address .recipient-information {
        margin-left: 5px !important;
    }

    .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .opc-wrapper .methods-shipping {
        margin: 0px -15px 15px;
        padding: 0px 15px;
    }

    #checkout-step-shipping .shipping-result-btn {
        width: 100%;
        margin: 15px 0px 15px;;
    }
    .checkout-shipping-method {
        padding: 0 0 0 0;
    }
   .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .opc-wrapper .methods-shipping {
       background: #ffffff;
    }

    .contact-person-container #fullname {
            display: block;
    }

    .contact-person-container #phonenumber {
        display: block;
        grid-template-columns: 100%;
    }

    .contact-person-container .ext-grid, .lname-grid {
        margin-top: 13px !important;
    }
}

@media (min-width: 1024px), print {
    .table-checkout-shipping-method {
        min-width: 768.5px !important;
    }
    .opc-shipping-account-number {
        min-width: 755.5px;
    }
}

@media (min-width: 768px), print {
    .table-checkout-shipping-method {
        width: 600px !important;
    }
    .table-checkout-shipping-method tbody tr:first-child td { 
        border-top-width: thin;
        border-top-color: #ccc;
    }
    .shipping_account_number {
        margin: 20px 25px;
    }
    
}

.table-checkout-shipping-method tbody tr:first-child td {
    border-top-width: thin;
    border-top-color: #ccc;
}

/* End */


/* Delivery flow */

.contact-person-container {
    max-width: 500px;
    display: none;
    margin-top: 50px;
}    
.contact-person-container .title {
  font-family: "FedEx Sans Light";
  color: #333333;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 34px;
}

.contact-person-container .line {
    box-sizing: border-box;
    width: auto !important;
    height: 1px;
    width: 754px;
    border: 1px solid #CCCCCC;
}

.contact-person-container .subtitle {
  height: 24px;
  color: #2F4047;
  font-family: "FedEx Sans Light Italic";
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin: 15px 0px 15px 15px;
}

.contact-person-container input[type="radio"] {
    width: 24px;
    height: 24px !important;
    -webkit-appearance: none !important;
    border-radius: 50%;
    border: 1px solid gray !important;
}

.contact-person-container input[type="radio"]:checked:before {
    border-color: #4D148C;
    background: #4D148C;
}

.contact-person-container input[type="radio"]:checked {
    background: radial-gradient(#4D148C 0%, #4D148C 40%, transparent 50%, transparent);
    border-color: #4D148C !important;
}

.contact-person-container .input-text {
  box-sizing: border-box;
  height: 24px;
  border: 1px solid #D7DCDF !important;
  background-color: #FFFFFF !important;
  vertical-align: middle;
}
.contact-person-container .contact-title {
  height: 24px;
  width: 225px;
  color: #2F4047;
  font-family: "FedEx Sans Regular";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.contact-person-container .label {
  height: 19px;
  color: #333333;
  font-family: "FedEx Sans";
  font-size: 14px;
  font-weight: 300 !important;
  letter-spacing: 0;
  line-height: 30px; 
}

.contact-person-container .alternate-contact-form {
  display: none; 
  margin-top: 30px;
}

.contact-person-container .alternate-form-label {
  margin-left: 5px;
  height: 24px;
  width: 143px;
  color: #2F4047;
  font-family: "FedEx Sans Regular";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.contact-person-container .alternate-contact-form label {
  height: 16px;
  width: 80px;
  color: #54646B;
  font-family: "FedEx Sans Bold";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 16px;
}


.contact-person-container .alternate-form-title {
  margin: 15px 0px 15px 5px;
}

.contact-person-container .alternate_firstname {
  float: left;
  width: 45%;
}
.contact-person-container .alternate_phonenumber {
  float: left;
  width: 56%;
}

.contact-person-container .alternate_lastname {
  margin-left: 50%;
}
.contact-person-container .alternate_ext {
  margin-left: 60%;
}

.contact-person-container .alternate_email {
  margin-top: 35px;
}

.contact-person-container .error {
  color: red;
  height: 10px;
}

.contact-person-container .alternate-contact-form input[type="text"] {
  box-sizing: border-box;
  height: 48px !important;
  border: 1px solid #6F7F87;
  background-color: #FFFFFF;
  color: #575757;
  font-family: "FedEx Sans Regular";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;

}

/*---------------*/


#fullname {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 15px;
}
#fullname > div {
  padding: 0 10px;
}

#phonenumber {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 15px;
}
#phonenumber > div {
  padding: 0 10px;
}

#email-grid {
  padding: 0 10px;
}

.contact-person-container .required_span {
  color: #e02b27;
  margin: 0 0 0 5px;
}


.fedex_account_number {
  display: flex;
}

.fedex_account_number_label {
  height: 16px;
  width: 239px;
  color: #54646B;
  font-family: "FedEx Sans Bold";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 16px;
  text-transform: uppercase;
}

.fedex_account_number .fedex_account_number-field {
  font-family: "FedEx Sans Regular";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  box-sizing: border-box;
  height: 48px;
  border: 1px solid #6F7F87;
  background-color: #FFFFFF;
}

.fedex_account_number .fedex_account_number-item {
  box-sizing: border-box;
  height: 48px;
  width: 125px;
  border: 2px solid #1979C3;
  background-color: #FFFFFF;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  color: #1979C3;
  text-transform: uppercase;
  font-family: "FedEx Sans Bold";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  cursor: pointer;
}

.fedex_account_number .fedex_account_number-ref-item {
  box-sizing: border-box;
  height: 48px;
  width: 540px;
  border: 1px solid #6F7F87;
  background-color: #FFFFFF;
}


.opc-shipping-account-number {
  display: none;
  margin-top: 20px;
}

.opc-shipping-account-number .container {
    display: flex;
}

.col-method  input[type='radio'] {
    -webkit-appearance: none !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    outline: none !important;
    box-shadow: 0 0 0 1px  #B4B4B4 !important;

}

.col-method input[type='radio']:before {
    content: '';
    display: block !important;
    width: 60% !important;
    height: 60% !important;
    margin: 20% auto !important;
    border-radius: 50% !important;
    border-color: #4D148C !important;
    
}

.col-method input[type='radio']:checked:before {
    background-color: #4D148C !important;
    border-color: #4D148C !important;
}

@media (min-width: 1024px), print {
    .shipping_account_number {
        margin: 20px 0px 0px 30px;
    }
    .checkout-shipping-method .actions-toolbar>.primary {
        float: left !important;
        margin-top: 70px;
    }
}

@media (min-width: 768px), print {
    .checkout-shipping-method .actions-toolbar>.primary {
        float: left !important;
        margin-top: 70px !important;
    }

    .contact-person-container .subtitle {
       width: 500px;
    }

    .fedex_account_number .fedex_account_number-field {
         width: 307px;
    }

    contact-person-container .subtitle {
        width: 500px !important
    }

    .opc-shipping-account-number {
        min-width: 725px;
    }

    .opc-shipping-account-number {
        min-width: 700px !important;
    }
}

@media only screen and (max-width: 639px) {
    .opc-wrapper .methods-shipping {
        border-bottom: none;
    }

    .opc-shipping-account-number .fedex_account_number-box {
        margin-bottom: 10px;
    }

    .opc-shipping-account-number .shipping_ref_container {
        margin-top: 10px;
    }

    .opc-shipping-account-number .container {
        flex-direction: column;
    }

    .opc-wrapper .methods-shipping {
        border-bottom: none;
    }
}

.shipping_account_number {
    margin-left: 20px;
    margin-top: 20px;
}

.shipping_ref_container {
    margin-top: 10px;
}

.shipping_account_number .fedex_account_number_text {
  height: 38px;
  width: 177px;
  color: #333333;
  font-family: "FedEx Sans Light Italic";
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
}

.shipping_account_number .fedex_account_number_remove {
  height: 24px;
  width: 62px;
  color: #0078B4;
  font-family: "FedEx Sans Light";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  cursor: pointer;
  margin-left: 10px;
  text-decoration: underline;
}

.opc-local-delivery-method {
  box-sizing: border-box;
  display: none;
  height: 53px;
  width: 535px;
  border: 1px solid #4D148C;
  background-color: #FFFFFF;
}

.opc-local-delivery-method-box {
    box-sizing: border-box;
    display: none;
    border: 1px solid #4D148C;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(47,64,71,0.3);
    margin: 0 0 30px 15px;
    height: 51px;
    width: 550px;
}

.opc-free-ground-promo-box {
    box-sizing: border-box;
    display: none;
    border: 1px solid #4D148C;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(47,64,71,0.3);
    margin: 0 0 30px 15px;
    height: 51px;
    width: 550px;
}
.covid-19-message-promo-box {
    box-sizing: border-box;
    display: none;
    border: 1px solid #4D148C;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(47,64,71,0.3);
    margin: 0 0 50px 15px;
    height: auto;
    width: 550px;
}

.opc-free-ground-promo-box .title {
    height: 24px;
    width: 417px;
    color: #2F4047;
    font-family: "FedEx Sans Regular";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.covid-19-message-promo-box .title {
    height: 24px;
    width: 417px;
    color: #2F4047;
    font-family: "FedEx Sans Regular";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.opc-free-ground-promo-box .message-container {
    box-shadow: 0 2px 4px 0 rgba(47,64,71,.3);
    display: flex;
    align-items: stretch;
    height: 51px;
    width: 550px;
}

.covid-19-message-promo-box .message-container {
    box-shadow: 0 2px 4px 0 rgba(47,64,71,.3);
    display: flex;
    align-items: stretch;
    height: auto;
    width: 550px;
}

.opc-free-ground-promo-box .message-container .message-content {
    font-family: 'Fedex Sans Light';
}

.covid-19-message-promo-box .message-container .message-content {
    font-family: 'Fedex Sans Light';
}

.covid-19-message-promo-box .message-container .message-content .message-title {
    font-weight: 900;
    padding-bottom: 5px;
}

.covid-19-message-promo-box .message-container .message-content .message-text {
    text-align: justify;
}

.opc-free-ground-promo-box .message-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 6rem;
}

.covid-19-message-promo-box .message-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 6rem;
}

.covid-19-message-promo-box .cross-icon {
    display: flex;
    justify-content: center;
    flex: 0 0 6rem;
    padding-top: 10px;
}

.opc-free-ground-promo-box .message-content {
    width: 100%;
    margin: 1.5rem auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.covid-19-message-promo-box .message-content {
    width: 100%;
    margin: 1.5rem auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.opc-free-ground-promo-box .message-icon span {
    font-size: 25px !important;
    -webkit-text-stroke: 2px white;
}

.covid-19-message-promo-box .message-icon span {
    font-size: 25px !important;
    -webkit-text-stroke: 2px white;
}

.covid-19-message-promo-box .cross-icon span {
    font-size: 25px !important;
    -webkit-text-stroke: 2px white;
}

.opc-free-ground-promo-box .icon-purple {
    width: 2.5rem;
    color: #4D148C;
}

.covid-19-message-promo-box .icon-purple {
    width: 2.5rem;
    color: #4D148C;
}

.opc-local-delivery-method .title {
  height: 24px;
  width: 417px;
  color: #2F4047;
  font-family: "FedEx Sans Regular";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.field-error {
    color: #E3002D;
    font-family: "FedEx Sans Regular";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
}

/*  Message Content */

.opc-local-delivery-method-box .message-container {
    box-shadow: 0 2px 4px 0 rgba(47,64,71,.3);
    display: flex;
    align-items: stretch;
    height: 51px;
    width: 550px;
}

.opc-local-delivery-method-box .message-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 6rem;
}

.opc-local-delivery-method-box .message-content {
    width: 100%;
    margin: 1.5rem auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.opc-local-delivery-method-box .message-container .message-content .message-text{
    font-family: 'Fedex Sans Light';
 }
 
.opc-local-delivery-method-box .message-icon span {
 font-size: 25px !important;
 -webkit-text-stroke: 2px white;
}

.opc-local-delivery-method-box .icon-purple {
    color: #4D148C;
    width: 2.5rem;
}
.root-container{
    display: grid;
}
ul.checkout-breadcrumb {
    margin-bottom: 2rem;
    list-style: none;
    padding: 0;
  }
  ul.checkout-breadcrumb li {
    display: inline;
    font-size: 18px;
    cursor: pointer;
  }
  ul.checkout-breadcrumb li+li:before {
    padding: 8px;
    color: #2F4047;
    content: "\e608";
    font-family: 'luma-icons';
    font-size: 14px;
    line-height: 24px;
  }
  ul.checkout-breadcrumb li span {
    color: #2F4047;
    text-decoration: underline;
    font-family: 'Fedex Sans Light';
  }

  .tooltip-icon{
    height: 2rem;
    width: 2rem;
    vertical-align: middle;
    margin-left: 0.5rem;
  }

  .alternate-tooltip-text{
      font-family: "Fedex Sans Light";
  }
/* End */
.free-shipping{
    color:green;
}

.ground-shipping-with-account {
    color: #333333 !important;
}

.tool-icon{
    height: 1.3rem;
    width: 1.3rem;
}

.free-ground-text{
    font-family: 'Fedex Sans Light';
}

.free-shipping{
    display: flex;
}

.free-shipping-tooltip{
    margin-left: 2px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input.pickup-date-picker{
    height: 45px;
    font-family: 'Fedex Sans Regular';
    border:1px solid #c2c2c2
}

input.zipcodePickup{
    height: 48px !important;
    font-family: 'Fedex Sans Regular';
    font-size: 14px !important;
}
/* new */

.modals-wrapper .production-location-popup .modal-inner-wrap .modal-title {
     text-align: left !important;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info {
    padding: 0px 45px 45px !important;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .toggle-outter .toggle-switch {
    margin: 0 0 0 8px !important;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .tool-options .location-input {
    width: calc(100% - 160px) !important;
    position: relative;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .tool-options .location-input .img-location-pop{
    position: absolute;
    inset: 50% 0 0 10px;
    transform: translateY(-50%);
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .tool-options .location-input input[name="popup-zipcode"] {
    width: 100% !important;
    padding-left: 45px;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .modal-title{
    padding: 35px 45px 10px;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .current_popup_address{
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 2;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .current_popup_address .heading{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    color: #2F4047;
    text-transform: uppercase;
} 
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .current_popup_address .address-first{
    font-family: 'FedEx Sans Light';
    color: #2F4047;
    font-size: 16px;
} 
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .current_popup_address .address-last{
    font-family: 'FedEx Sans Light';
    color: #2F4047;
    font-size: 16px;
} 
.modals-wrapper .production-location-popup .modal-inner-wrap .modal-footer {
    border: 0;
    display: flex !important;
    justify-content: space-between;
    padding: 30px 45px;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .modal-footer button{
    width: 48%;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px;
    border-radius: 0;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .modal-footer button.shipping-location-cancel{
    border: 2px solid #6f7f87;
    color: #2f4047;
    background: #fff;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .modal-footer button.shipping-location-continue{
    border: 2px solid #0078b4;
    background: #0078b4;
    color: #fff;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container{
    border: 0;
    margin-top: 20px !important;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container :is(.recommended-store-label,.pickup-address){
    margin-left: 68px;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'FedEx Sans Regular';
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container :is(.recommended-store-label,.pickup-address) .fa {
    margin-right: 7px;
    width: 20px;
    text-align: center;
}

.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container .recommended-location-name{
    font-size: 18px;
    font-family: 'FedEx Sans Light';
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container .radio-label{
    position: absolute;
    left: 10px;
    padding: 0;
    top: 0;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container .distance{
    margin-top: 0px;
}
body {
    counter-reset: location-counter;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container .recommended-location-name::before {
    counter-increment: location-counter;
    content: counter(location-counter) ".";
    margin-right: 3px;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container .recommended-location-button{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 55px;
    position: relative;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container .show-details-container .show-details-button-popup,
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container .hide-details-button{
    font-size: 14px;
    font-weight: bold;
    color: #0b7eb7;
    cursor: pointer;
    letter-spacing: 0.88
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container .show-details-container{
    margin-left: 55px;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-container.active-location{
    border-color: #a689c5;
    border-width: 2px;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .modal-title {
    font-size: 32px !important;
    font-weight: 300;
    color: #2F4047;
}
.modals-wrapper .production-location-popup .modal-inner-wrap .delivery-locations-info .pickup-location-item-container :is(.hide-details-button,.show-details-container .show-details-button-popup) .fa{
    font-size: 19px;
    vertical-align: sub;
    margin-left: 5px;
    font-weight: bold;
}
.hco-info-msg{
    display: none;
    margin-bottom: 28px;
    margin-left: 31px;
    margin-top: 20px;
    box-shadow: 0 2px 6px 0 rgb(47 64 71 / 30%);
    box-sizing: border-box;
    border: 2px solid #F9B200;
}
.checkout-index-index .hide-estimated-shipping-total{
    display:  none;
}
/*B-1250262 Start Here*/
.checkout-index-index .estimated-shipping-message td{
    border-top: none;
}
.checkout-index-index .estimated.totals.estimated-shipping-total{
    margin: 0;
    padding: 0;
}
.checkout-index-index .estimated.totals.estimated-shipping-total .mark{
    border-top: 1px solid #ccc;
    padding-top: 14px;
    padding-bottom: 21px;
}
.checkout-index-index .estimated.totals.estimated-shipping-total .mark strong{
    height: 21px;
    color: #333333;
    font-family: "FedEx Sans Regular";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: normal;
}
.checkout-index-index .estimated.totals.estimated-shipping-total .amount{
    border-top: 1px solid #ccc;
    padding-top: 14px;
    padding-bottom: 21px;
}
.checkout-index-index .estimated.totals.estimated-shipping-total .amount span{
    height: 21px;
    color: #333333;
    font-family: "FedEx Sans Bold";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: right;
}
.checkout-index-index .estimated-shipping-message td{
    height: 16px;
    color: #2F4047;
    font-family: "FedEx Sans Italic";
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 16px;
    padding: 0 !important;
}
.checkout-index-index .grand.totals.excl td, .checkout-index-index .grand.totals.excl th {
    padding: 0 0 5px 0 !important;
}
/*B-1250262 End Here*/

/*B-1250251 Star here*/
@media screen and (max-width: 767px) { 
    .error-container.error-modal {
        width: 90%;
        top: 10%;
    }
    .error-container.error-modal .img-close-pop {
        top: -37px;
        right: -11px;
        margin-right: 18px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg {
        border: 1px solid #F9B200;
        height: 122px;
        margin: 24px 2px;
        width: auto;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg .hco-img {
        background-color: #F9B200;
		width: 48px;
		height: 120px;
	}
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg .hco-img .img-hco-info {
        height: 24px;
        margin: 48px 10px 49px 11px;
        width: 26px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg .info-msg-hco {
		margin: 12px 12px 12px 64px;
		width: auto;
		height: 96px;
		letter-spacing: 0;
		line-height: 24px;
	}
    .checkout-index-index .pickup-location-container .pick-up-button.custom-radio-btn > input[type="radio"] + * {
        display: inline-flex;
    }
    .checkout-index-index .pickup-location-container .pick-up-button.custom-radio-btn > input[type="radio"] + *::before {
        min-height: 24px;
        min-width: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .checkout-container .root-container .pickup-location-list-container .map-canvas {
        margin-right: 30px;
        width: auto;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg {
        border: 1px solid #F9B200;
        height: 74px;
        width: auto;
        margin-top: 24px;
        margin-bottom: 24px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg .hco-img {
        background-color: #F9B200;
        height: 72px;
        width: 48px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg .hco-img .img-hco-info {
        margin: 24px 11px 25px 10px;
        height: 24px;
        width: 26px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg .info-msg-hco {
        color: #2F4047;
        font-family: 'FedEx Sans Regular';
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        margin: 12px 52px 12px 64px;
        height: 48px;
        width: auto;
    }
    .checkout-container .root-container .pickup-location-list-container .pickup-location-item-container {
        margin-left: 30px;
        margin-right: 29px;
        width: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .checkout-index-index.is-fcl-global .columns .checkout-container .opc-wrapper {
        padding-right: 40px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg {
        border: 1px solid #F9B200;
        margin-left: 30px;
        margin-top: 32px;
        height: 74px;
        width: auto;
        margin-bottom: 32px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg .hco-img {
        background-color: #F9B200;
        height: 72px;
        width: 48px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg .hco-img .img-hco-info {
        margin: 24px 11px 25px 10px;
        height: 24px;
        width: 26px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg .info-msg-hco {
        height: 48px;
        width: auto;
        color: #2F4047;
        font-family: 'FedEx Sans Regular';
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        margin: 12px 52px 12px 64px;
    }
}
@media only screen and (min-width: 1440px) {
    .checkout-index-index.is-fcl-global .columns .checkout-container .opc-wrapper {
        padding-right: 81px;
    }
    .checkout-index-index.is-fcl-global .columns .checkout-container .hco-info-msg {
        border: 1px solid #F9B200;
    }
}
/*B-1250251 End here*/

/* Start Code for Button change HTML as per ADA Requirement*/
.checkout-index-index .checkout-promo-account-container .discount-block-container .discount-title .promo-code-label.label-text.promo-code-button {
    outline: none;
    background: transparent;
    border: none;
}
.checkout-index-index .checkout-promo-account-container .discount-block-container .discount-title .fedex-account-number-label.label-text.fedex-account-button {
    outline: none;
    background: transparent;
    border: none;
}
.pickup-location-item-container .show-details-container .show-detail-button {
    outline: none;
    background: transparent;
    border: none;
    padding-right: 2px;
    margin-top: -2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FedEx Sans Regular';
    color: #0078B4;
}
.pickup-location-item-container .hide-details-button .hide-detail-button {
    outline: none;
    background: transparent;
    border: none;
    padding-right: 2px;
    margin-top: -2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FedEx Sans Regular';
    color: #0078B4;
}
/* End Code for Button change HTML as per ADA Requirement*/

/* show miles for each location in checkout for mobile screes */
@media only screen and (min-width: 320px) and (max-width: 425px) {
    .checkout-index-index .pickup-location-item-container .pickup-location-container .box-container .distance {
        display: inherit;
    }
    .checkout-index-index .pickup-location-item-container .pickup-location-container .radio-label {
        width: 70%;
    }
}
.checkout-index-index .pickup-location-address .pickup-location-street, .checkout-index-index .pickup-location-address .pickup-location-city, .checkout-index-index .pickup-location-address .pickup-location-state {
    margin-right: -3px;
}

/* B-1517822 | Allow Shipping account number for SelfReg */
.selfreg-store.checkout-index-index .opc-shipping-account-number .fedex_account_number-box .fedex_account_number .fedex_account_number-item.disabled {
    background-color: #dce2e6;
    border-color: #dce2e6;
    color: #fff;
    cursor: default;
    opacity: 0.5;
}
