body .tpx{
    font-family: "Myriad Pro", Sans-serif;
}
body #tpx-basket-bar{
    background: #1C2B83;
    font-family: "Myriad Pro", Sans-serif;
    padding: 7px 0;
}

body .tpx-accountLinkItem a{
    color: #fff;
}

body li.tpx-accountLinkItem{
    font-size: 16px;
}

body a.tpx-button{
    background: #fff;
    color: #1C2B83;
}

body .tpx-basketCount{
    background: url(tpxBasketIcon.svg) no-repeat center -3px;
    width: 29px;
    height: 29px;
    margin: 0 5px;
    color: #1C2B83;
    font-size: 14px;
    padding: 0px 0 0 3px;
}
body .tpx-basketLabel{
    padding: 3px 15px 3px 6px;
}

body .tpx-basketButton{
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}

body #tpx-basket-bar ul li{
    vertical-align: middle;
}

body #tpx-basket-bar a.tpx-button:hover{
    background: #df3535;
}
body .tpx-bar-container{
    width: 1100px;
}

@media (max-width:500px){
    body li.tpx-accountLinkItem{
        font-size: 12px;
    }
}

body a.tpx-checkout-button{
    background-color: #df3535;
    font-family: "Myriad Pro", Sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 4px 20px 4px 20px;
    transition: all .3s ease;
}

body a.tpx-checkout-button:hover{
    background-color: #1C2B83 !important;
    color: #fff;
}