.ns-fba-hidden{
    display:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fba-ddp {
    padding: 1em;
    background-color: #f9f9f9;
    border-radius: 1em;
    order: 10;
}

.fba-ddp .ddp-product-zip .input-wrapper {
    display: flex;
}

.ns-fba-ddp-lookup-postal {
    background-color: #fff !important;
    padding: 0 5px !important;
    color: #000 !important;
    margin-bottom: 0 !important;
}

.fba-ddp .ddp-product-zip .input-wrapper input{
    flex: 1;
    margin-right: 5px !important;
    max-width: 200px;
}
.fba-ddp .ddp-product-zip .input-wrapper .button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em !important;
}

.fba-ddp .ddp-product-zip h4 {
    font-size: .8em;
}

.ddp-product-offering {
    margin-bottom: 5px;
    font-size: 0.6em;
}


.ns-mcf-fba-ddp-delivery-text {
    font-weight: 800;
}

.underlined {
    text-decoration: underline;
}


.ns-mcf-ddp-delivery-details::before{
    content: "";
    background-image: url('../assets/location-marker.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    
}

.ns-mcf-fba-ddp-edit-link {
    text-decoration: underline;
    cursor: pointer;
}

.ns-mcf-fba-ddp-edit-link::after {
    content: "";
    background-image: url('../assets/down-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    transition-duration: 120ms;
}

.ns-mcf-fba-ddp-edit-link.opened::after {
    transform: rotate(180deg);
}

.ns-mcf-fba-ddp-time {
    font-weight: 700;
}
.ddp-response-message{
    font-size: .5em !important;
    color: #AD0A30;
}

.ns-mcf-fba-preloader {
    display: none;
    position: relative;
    height: 100%;
    background: #f6f7f8;
    background-image: -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(0.2, #edeef1), color-stop(0.4, #f6f7f8), to(#f6f7f8));
    background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: placeHolderShimmer 1s linear infinite forwards;
}
.ns-mcf-fba-preloader > * {
    background: transparent;
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.ns-mcf-fba-preloader > *:after {
    content: '';
    position: absolute;
    border: 500px solid #fff;
    width: 100%;
}

.ns-mcf-fba-preloader .loader-bar {
    height: 25px;
}
.ns-mcf-fba-preloader .loader-bar:after {
    left: -85%;
    top: -485px;
    border-radius: 1500px;
    height: 10px;
    width: 60%;
}
.ns-mcf-fba-preloader .filler {
    height: 20px;
    background: #fff;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
   }
    100% {
        background-position: 468px 0;
   }
}

