img#logo {
    padding: 0;
    height: 70px;
    width: auto;
    /*background-color: #0189dd;*/
}
a.cancel-button {
    background: #dc241f;
    border-color: #b23434;
}
input[type="submit"] {
    font-weight: bold;
}
@media screen and (max-width: 949px) {
    div#head a img#logo {
        height: 54px;
        width: auto!important;
    }
    div#head a img#logo-mobile {
        width: auto;
        height: 70px;
        padding: 0;
    }
    a.logo.desktop-logo {
        width: 54px;
    }
    /* #ep-display-container .price-display {        position: fixed;        bottom: 0;        left: 0;        width: 100%;        border: none;        box-shadow: none;        border-radius: 0;        transform: none;        text-shadow: none;        color: white;    }*/
}
input[type="submit"],
a.link-button,
.windowBox button,
button[type="button"] {
    font-weight: bold;
    font-family: Ubuntu,sans-serif;
}
body {
    font-family: Ubuntu!important;
}
h2 {
    text-transform: capitalize;
    font-family: Ubuntu,sans-serif;
    text-shadow: none;
    color: #111f29;
    font-size: 2.5em;
}
img[src="img/Icon-OnItsWay.png"] {
    margin-left: -20px!important;
    margin-top: -20px!important;
    width: 40px!important;
    height: 40px!important;
}
p.error {
    color: #f54!important;
}
#address-form label {
    text-transform: capitalize;
    background: #000;
}
#address-form .switch-toggle label {
    background: transparent;
}
div.switch-candy {
    background: #000;
}
#main-nav a[href='/new-booking?parcel=1'] {
    color: transparent!important;
    letter-spacing: -100px;
}
#main-nav a[href='/new-booking?parcel=1']:before {
    content: 'Book Delivery';
    color: #fff;
    letter-spacing: normal;
}
#parcel-booking #main-content #page-left h2 {
    letter-spacing: -100px;
    color: transparent;
}
#parcel-booking #main-content #page-left h2:before {
    content: 'New Delivery';
    letter-spacing: normal;
    color: #111f29;
}
#parcel-booking .switch-toggle label.icon-cash {
    letter-spacing: -100px;
    color: transparent;
    text-shadow: none;
}
#parcel-booking .switch-toggle label.icon-cash:after {
    content: 'Cash on Collection';
    letter-spacing: normal;
    color: #fff;
    text-shadow: 1px 1px 1px #191b1e;
}
#parcel-booking .switch-toggle label.icon-cash:before {
    color: #fff;
    padding-right: 12px;
    text-shadow: 1px 1px 1px #191b1e;
}
#parcel-booking .price-display span:first-of-type {
    color: transparent;
    text-shadow: none;
    margin-bottom: 0;
}
#parcel-booking p#cc-custom-text {
    color: transparent;
    letter-spacing: -100px;
}
#parcel-booking p#cc-custom-text:after {
    content: 'YOUR CARD WILL BE CHARGED UPON BOOKING THIS DELIVERY';
    letter-spacing: normal;
    color: #555e58;
}
#address-form label {
    font-weight: normal;
}
#main-nav li {
    text-transform: uppercase;
}
.guest-booking #main-nav a[href="/create-account"]::before {
    content: 'Register';
    color: #fff;
    letter-spacing: normal;
}
.guest-booking #main-nav a[href="/create-account"] {
    letter-spacing: -100px;
    color: transparent;
}
#register-pay-card {
    width: 100%;
    text-align: center;
    line-height: 50px;
    min-height: 50px;
    font-size: 150%;
    background: #2196f3;
    height: 50px;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 2;
}
#register-pay-card p {
    height: 100%;
    margin: 0;
    line-height: 50px;
}
#register-pay-card a {
    color: #fff;
    text-decoration: underline;
}
.guest-booking #content {
    padding-bottom: 100px;
}
.guest-booking footer {
    padding-bottom: 50px;
}
#register-pay-card .closer {
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 10;
    bottom: 0;
    width: 50px;
    height: 50px;
    display: block;
    font-weight: bold;
    font-size: 110%;
    cursor: pointer;
}
#register-pay-card .closer:hover {
    color: #000;
}
#login-page #content #guest-booking {
    color: transparent;
    letter-spacing: -100px;
}
#login-page #content #guest-booking:before {
    content: 'Continue as Guest';
    color: #fff;
    letter-spacing: normal;
    line-height: 40px;
}
#login-page #content a.link-button {
    text-shadow: none;
}
#login-page input[type="submit"],
#login-page a.link-button,
#login-page .switch-candy label {
    font-weight: normal;
}
a#lg-btn {
    font-weight: normal!important;
}
/*Custom guest popup*/
#wb-select-guest a.link-button {
    width: 100%;
    position: static;
    float: none;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}
#wb-select-guest .windowBoxContent {
    padding-bottom: 0;
}
#wb-select-guest a.link-button:first-of-type {
    margin-top: 0;
}
#wb-select-guest a.link-button:last-of-type {
    margin-bottom: 0;
}
#parcel-booking #wb-warn {
    display: none;
}
@media screen and (max-width: 768px) {
    #register-pay-card {
        height: 100px;
    }
    .guest-booking footer {
        padding-bottom: 100px;
    }
    .guest-booking #content {
        padding-bottom: 150px;
    }
}
/*** Fix for extra nav items*/
@media screen and (min-width: 981px) {
    ul#main-nav {
        display: flex;
        justify-content: center;
        width: calc(100% - 300px);
        margin: 0 auto;
        border-bottom: none;
    }
    #head nav {
        background: #000;
    }
}