
.adyen-basket-title {
	font-family: 'remi_kalasblack';
	font-size: 40px;
	color: black;
}

.adyen-newcust {
    padding-left: 50px;
    padding-right: 50px;
    border-right: 1px solid #dadada;
    margin-bottom: 40px;
}

.adyen-retcust {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 40px;
}

.adyen-signup {
    font-weight: normal;
}

.adyen-address {
    max-width: none !important;
}

.adyen-basket-address .form-control, #checkoutlogin .form-control {
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
}

.adyen-basket-address .col-form-label {    
    line-height: 45px;    
}

.adyen-basket-address .form-group-text {    
    line-height: 45px;    
}

.adyen-checkout__payment-method--selected {
    background-color: rgb(217,240,249) !important;
}

#checkoutlogin .modal-content {
    border-radius: 20px;
}

.adyen-basket-header .kosik-2 {
	background-image: url("../images/kosik/udaje.png");
}

.adyen-basket-header .kosik-3 {
	background-image: url("../images/kosik/doprava.png");
}

.adyen-basket-header .kosik-4 {
	background-image: url("../images/kosik/platba.png");
}

.adyen-basket-header .kosik-2.active {
	background-image: url("../images/kosik/udaje-active.png");
}

.adyen-basket-header .kosik-3.active {
	background-image: url("../images/kosik/doprava-active.png");
}

.adyen-basket-header .kosik-4.active {
	background-image: url("../images/kosik/platba-active.png");
}

.adyen-doprava-platba > div > label {    
    display: flex;
    flex-wrap: wrap;
}
.adyen-doprava-platba > div > label > span.name-wrapper {
    text-align: left;
    float: left;
    font-size: 16px;
}
.adyen-doprava-platba > div > label > span.name-wrapper span.descr {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}
.adyen-doprava-platba > div > label > span.pricedel {
    white-space: nowrap;
    margin-left: auto;
}
.adyen-doprava-platba > div > label > input {
    margin-top: 3px;
    height: 16px;
    min-height: 16px;
    display: block;    
}

.noadyen-checkout__payment-methods-list {
    padding-left: 0px;
    list-style-type: none;
}

.noadyen-checkout__payment-methods-list li {
    cursor: pointer;
}

.noadyen-checkout__payment-methods-list li .adyen-checkout__payment-method__details {
    display: none;
}

.noadyen-checkout__payment-methods-list li .adyen-checkout__button {
    display: block;
}

.noadyen-checkout__payment-methods-list li .adyen-checkout__button:hover {
    color: white;
}

@media (max-width: 767px) {
    .adyen-address.text-right {    
        text-align: left !important; 
        margin-bottom: 5px;
        font-weight: bolder;   
    }
}