@media (min-width: 320px) and (max-width: 768px) {
.easystore-drawer-footer body .sppb-btn, body .btn {
    text-transform: capitalize;
    white-space: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    padding: 10px 13px;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0);
}
  }

.products-layout-default .sppb-collection-item .easystore-btn-add-to-cart {
    background-color: rgb(0 0 0);
    color: #ffffff;
    border-color: #eaeaea;
    border-radius: 30px;
    padding: 11px 23px;
}