.oslomet-product em {
    width: 100%;
    clear: both;
}

.p-0 {
    padding: 0;
}

.bottom-10 {
    margin-bottom: 10px;
}

.error {
    color: red;
    border-color: red;
}

.remove-15 {
    font-size: 18px;
    padding: 4px 3px;
    margin: 4px 5px;
    cursor: pointer;
    color: red;
}

.btn-black {
    border-radius: 0 !important;
    color: #fff;
    background: #111;
    border: inherit;
}

.btn-black:hover,
.btn-black:active:hover,
.btn-black:active:focus,
.btn-black:active.focus,
.btn-black.active:hover,
.btn-black.active:focus,
.btn-black.active.focus,
.open>.btn-black.dropdown-toggle:hover,
.open>.btn-black.dropdown-toggle:focus,
.open>.btn-black.dropdown-toggle.focus {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

#payment_method_description {
    background: #fff;
    border-radius: 5px;
}

#payment_method_description ul.payment_methods {
    text-align: left;
    padding: 1em 0;
    border-bottom: 0;
    margin: 0;
    list-style: none outside;
}

#payment_method_description ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

#payment_method_description div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

#payment_method_description ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}

#payment_method_description div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#payment_method_description ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both;
    content: ' ';
    display: table;
}

.woocommerce #order_review .form-row .input-checkbox {
    position: static;
}