﻿.div-checkout {
    padding: 0 0 20px 0;
}

.div-checkout-success {
    /*display: none;*/
}

.div-checkout-confirm {
    margin: 20px 0 0 0;
    text-align: right;
}

.div-checkout .div-order-panel {
    max-height: none;
    overflow: auto;
}

.div-checkout .div-order-panel-header div:nth-child(3) {
    text-align: right;
}

#checkout {
    float: none;
    margin: 0 auto;
}

.div-checkout div.div-deposit {
    margin: 10px 0 0 0;
    max-width: 100% !important;
}

.div-checkout-usp .div-usp {
    padding: 30px 0 0 0;
}

.div-checkout-usp .div-usp .title {
    margin: 10px 0 0 0;
}

.div-checkout-usp .div-usp img {
    width: 80px;
}

.div-promocode input {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 0;
    height: 30px;
    width: 100px;
    position: absolute;
    right: 50px;
    top: 11px;
    padding: 0 0 0 10px;
    font-size: 1em;
}

.div-promocode button {
    position: absolute;
    right: 10px;
    top: 11px;
    height: 30px;
    width: 30px;
    text-align: center;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 0;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: #dddddd;
}

.btn-delete-promocode {
    position: absolute;
    right: 10px;
    top: 11px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    background-color: #dddddd;
}

@media screen and (max-width: 550px) {
    .div-checkout-usp .div-usp img {
        width: 60px;
    }
}

@media screen and (max-width: 650px) {
    #checkout {
        width: 100% !important;
    }   
}