.checkout {
    color: #333;
}

.checkout .content-wrapper, .chk-content-wrapper {
   /* margin: 29px;*/
    margin-bottom: 14px;
}
.checkout h2 {
    font-size: 22px;
    color: #333;
}
.checkout h2 a {
    float: right;
    color: #969696;
}
.checkout h2 a:hover {
    text-decoration: none;
}

.checkout ul {
    margin: 0px;
    padding: 0px;
    margin-top: 29px;
}
.checkout li  {
    display: block;
    clear: both;
    padding: 18px 16px;
    font-size: 14px;
    line-height: 20px;
}
.checkout li.selected, .checkout li:hover  {
    background-color: #EAF1F7;
}
.checkout li input[type="radio"] {
    display: none;
}
.checkout li .container {
    display: inline-block;
    max-width: 290px;
    vertical-align: top;
    padding-left: 60px;
    cursor: pointer;
    min-height: 44px;
}
.checkout li .price {
    float: right;
    vertical-align: top;
    display: inline-block;
}

.checkout .description {
    color: #777;
}
.checkout .footer-wrapper {
    /*padding: 29px;*/
    background-color: #EAF1F7;
}
.checkout .footer {
    padding: 13px 28px 0px 28px;
}
.modal {
    padding: 0px;
    border-radius: 0px;
    width: auto;
    max-width: 500px;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    overflow: hidden;
}
.modal a.close-modal {
    display: none;
}
.checkout .price {
    background-color: #EAF1F7;
    border-radius: 8px;
    padding: 4px 10px;
    font-weight: bold;
    color: #143D8D;
}
.checkout li input[type="radio"] + .container {
    background: url(/img/2016/checkout/radio-unchecked.png) left top no-repeat;
}
.checkout li input[type="radio"]:checked + .container {
    background: url(/img/2016/checkout/radio-checked.png) left top no-repeat;
}
.checkout input[type="email"], .checkout input[type="phone"]  {
    padding: 2px 0px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdc2c7;
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    flex: 1;
}
.checkout input[type="email"]:invalid, .checkout input[type="email"]:required,
.checkout input[type="phone"]:invalid, .checkout input[type="phone"]:required{
    border: none;
    border-bottom: 1px solid #bdc2c7;
    box-shadow:none;
}

.checkout .footer div img {
    vertical-align: middle;
    height: 24px;
}

.checkout .caption {
    font-size: 18px;
    line-height: 20px;
}

/* Customize the label (the container) */
.checkout .checkbox {
    display: inline-block;
    cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkout .checkbox input {
    display: none;
}

/* Create a custom checkbox */
.checkout .checkmark {
    height: 20px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background: url(/img/2016/checkout/checkbox.png) left center no-repeat;
}


/* When the checkbox is checked, add a blue background */
.checkout .checkbox input:checked ~ .checkmark {
    background: url(/img/2016/checkout/checkbox-check.png) left center no-repeat;
}

.checkout .checkout-field {
    margin-bottom: 22px;
    display: flex;
    line-height: 24px;
    font-size: 16px;
}
.checkout .checkout-field img {
    margin-right: 12px;
}

.checkout .footer-text {
    text-align: right;
}
.checkout .buttons {
    margin-bottom: 45px;
}
.bank-swedbank {
    width: 166px;
    height: 24px;
    background: url(/img/2016/checkout/swedbank.png) no-repeat center;
    background-image: url(/img/2016/checkout/swedbank.png), linear-gradient(0deg, #f5f5f5, #fff);
}
.bank-citadele {
    width: 166px;
    height: 24px;
    background: url(/img/2016/checkout/citadele.png)no-repeat center;
    background-image: url(/img/2016/checkout/citadele.png), linear-gradient(0deg, #f5f5f5, #fff);
}
.bank-multilink {
    width: 166px;
    height: 24px;
    background: url(/img/2016/checkout/citadele.png)no-repeat center;
    background-image: url(/img/2016/checkout/citadele.png), linear-gradient(0deg, #f5f5f5, #fff);
}
.bank-dnb {
    width: 166px;
    height: 24px;
    background: url(/img/2016/checkout/dnb.png) no-repeat center;
    background-image: url(/img/2016/checkout/dnb.png), linear-gradient(0deg, #f5f5f5, #fff);
}
.bank-seb {
    width: 166px;
    height: 24px;
    background: url(/img/2016/checkout/seb.png) no-repeat center;
    background-image: url(/img/2016/checkout/seb.png), linear-gradient(0deg, #f5f5f5, #fff);
}
.bank-nordea {
    width: 166px;
    height: 24px;
    background: url(/img/2016/checkout/nordea.png) no-repeat center;
    background-image: url(/img/2016/checkout/nordea.png), linear-gradient(0deg, #f5f5f5, #fff);
}
.bank-payeezy {
    width: 166px;
    height: 24px;
    background: url(/img/2016/checkout/payeezy.png) no-repeat center;
    background-image: url(/img/2016/checkout/payeezy.png), linear-gradient(0deg, #f5f5f5, #fff);
}
.bank-klix {
    width: 166px;
    height: 24px;
    background: url(/img/2016/checkout/klix.png) no-repeat center;
    background-image: url(/img/2016/checkout/klix.png), linear-gradient(0deg, #f5f5f5, #fff);
}
.buttons .checkout-bank {
    width: 186px;
    height: 45px;
    background-color: #F8F8F8;
    margin-right: 8px;
    margin-bottom: 7px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
    background-size: auto 20px, auto;
}
.buttons .checkout-bank:nth-child(even) {
    margin-right: 0px;
}
.buttons .checkout-bank:hover {
    cursor: pointer;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
}

.checkout-promo {
    color: #198C04;
    font-weight: bold;
}

.checkout li .container {
    position: relative;
}
.checkout-promo img {
    position: absolute;
    left: 35px;
    top: -7px;    
}

.checkout input::placeholder {
    font-size: 16px;
    line-height: 44px;
    color: #999;
    opacity: 1;
}

.checkout .ico-envelope {
    display: inline-block;
    width: 24px;
    background: url("/img/2016/checkout/envelope.png") no-repeat center;
    margin-right: 12px;
}
.checkout .ico-phone {
    display: inline-block;
    width: 24px;
    background: none;
    margin-right: 12px;
}
.checkout .footer div {
    font-size: 16px;
    line-height: 24px;
}
