/* Upravit dle potřeby */
/*.rf-shipping-method-price {
    font-weight: 700;
    background-color: #ffd400;
    border-radius: 50px;
    color: #000;
    display: flex;
    padding: 0px 10px 0px 10px;
    justify-content: space-between;
    align-items: center;
    max-height: fit-content;
}
@media (max-width: 550px) {
img.shipping-method-image {
    display: none;
}
}
}
.rf-shipping-method-price-free {
    text-transform: uppercase;
}
.payment-method-description
 {
    font-weight: 100;
}
.payment-method, .shipping-method {
    background-color: white;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
}
.payment-method .form-group, .shipping-method .form-group {margin-bottom: 0px;}
.shipping-method-radio .form-check-input:checked, .payment-method-radio .form-check-input:checked {
    background-color: #39c324;
    border-color: #39c324;
}
*/

/* Dopravy a platby */
img.shipping-method-image, img.payment-method-image {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
}
.shipping-method-label .shipping-method-description, .payment-method-label .payment-method-description {
    width: 100%;
}
.shipping-method-radio button {
    margin-top: 10px;
}
.confirm-payment, .confirm-shipping {
    width: 100%;
}
.payment-method, .shipping-method {
    padding: 10px;
    margin-bottom: 10px;
}
.shipping-method-radio, .payment-method-radio {
    margin-top: 0.125rem;
}
.shipping-method-description, .payment-method-description {
    padding-top: 2px;
}
.d-flex.justify-content-sm-center.justify-content-end {
    justify-content: right;
}
button.btn.btn-outline-primary.btn-block.address-editor-edit.create.collapsed {
    margin-bottom: 16px;
}
/* Pokladna */
.line-item-quantity-label {margin-bottom:0px;}