/**
 *
 */



.btn-group .packbutton {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: inherit;
    margin: 0;
    list-style: none;
    background-color: transparent;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 300ms ease;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    height: 56px;
    text-align: center;
    line-height: 18px;
    border: 2px solid #bcbaba;
    border-radius: 3px;
    padding: 10px;
    color: #a52323a4;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}


.btn-group .packbutton-current {
    border: 2px solid #3b3232;
    color: #dd3030;
}

.card-packbutton {
    background-color: transparent;
}

.p-packbutton {
    margin-top: 1rem;
   margin-bottom: 0;
}
