/** big-daddy custom **/
.CartContents div.route-div{
    left: 100%  !important;
    width: 250px !important;
    margin-left: -250px !important;
}
#cartForm > table > tfoot > tr:nth-child(5) > td  div.route-modal.rm-open{
    position: fixed !important;
}
/** big-daddy custom **/

#fs-loader{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999;
}

#fs-loader img{
    position: absolute;top: calc(50% - 15px);left: calc(50% - 15px);z-index: 1000; max-width: 30px;height:auto;
}

#cartForm > table > tfoot > tr:nth-child(5) > td > div.route-disclaimer{
    max-width:none !important;
}

.route-disclaimer{
    max-width:550px;
    margin-bottom:10px;
    margin-top:-10px;
}