.pm-option{
    margin-bottom: 1rem;
}

.pm-option > label{
    width: 100%;
    padding: 10px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
}

.pm-option > label > span{
    display: block;
    margin-bottom: 0.5rem;
}

.pm-option input[type=radio]{
    position: fixed;
    opacity: 0;
    pointer-events: none;
}

.pm-option input[type=radio]:checked ~ .pm-container{
    display: inline-block;
    padding-bottom: 5px;
}

.pm-container{
    display:none;
}

.page-navigation{
    margin-bottom: 2rem !important;
}

@media screen and (min-width: 768px){
    .page-navigation{
        margin-bottom: 4rem !important;
    }
}

.page-title{
    color: #222;
    background-color: #eee;
    font-weight: 300;
    font-size: 1.7rem;
    padding: 5px 15px;
    text-transform: uppercase;
}

.sidebar-cart-title{
    color: #222;
    background-color: #eee;
    font-weight: 300;
    font-size: 1.3rem;
    padding: 5px 15px;
    text-transform: uppercase;
}

#customCard-container .form-control{
    height: 2.7rem;
}