.quotify-sticky-cart-btn {
    display: block;
    position: fixed;
    right: 0;
    top: 40%;
    border: 1px solid;
    border-bottom: 0;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 999;
    cursor: pointer;
}

.quotify-quote-cart-btn-has-count {
    pointer-events: none;
}
