.wt-stickyCart{
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 90px;
    z-index: 99;
    align-items: center;
    justify-content: center;
    display: none;
}
.wt-stickyCart .stickybar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.wt-stickyCart .stickybar .wtSticky {
    padding: 0 10px 0 10px;
}
.wt-stickyCart .stickybar .productNameSticky {
    color: #eee;
}
.wt-stickyCart .stickybar .product-image .square-shape{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wt-stickyCart .product-image img.imgSticky.square-shape{
 border-radius: unset;
}
.wt-stickyCart .product-image img.imgSticky.round-shape{
 border-radius: 50%;
}

.wt-stickyCart .stickybar .quantity {
    position: relative;
    text-align: left;
    margin-right: 0;
    position: relative;
    border: 1px solid #999;
}
.wt-stickyCart .stickybar .quantity input#qtySticky{
    width: calc(100% - 20px);
    border: 0;
    height: 40px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}
.wt-stickyCart .stickybar .btn-addQty {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}
.wt-stickyCart .btn-addQty .items {
    background: transparent;
    color: #fff;
    border: none;
    width: 100%;
    box-shadow: none;
    font-size: 10px;
}
.wt-stickyCart .stickybar #btnSticky {
    min-height: 42px;
}  