#purbarbtn {
    width: 0;
    height: 100%;
    min-height: 100%;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 6669991;
    font-family: sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}

#purbarbtn .purbarlink {
    position: absolute;
    z-index: 6669992;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 151px;
    color: #fff;
    transform: translateX(-100%);
    font-size: 0;
    background-color: #ff0606;
    top: calc(70% - 24px);
}

#purbarbtn .purbartext {
    padding-left: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

#purbarbtn .purbarcarticon {
    background: url(../images/shopping-cart.svg) no-repeat center center transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 0px;
    display: inline-block;
    line-height: 1!important;
    text-align: center;
    vertical-align: middle;
    left: 10px;
}

#purbarbtn .purbarlink:focus, #purbarbtn .purbarlink:hover {
    background: #000;
}
