@import '/css/warenkorb-artikelliste.css';


.checkout-option {
    position: relative;
    display: table-cell;
    width: 50%;
    min-height: 60px;
}
.checkout-option:first-of-type {
    border-right: 1px solid var(--textcolor);
}




h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #8ABA18;
}

h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .9rem;
    color: #8ABA18;
}

h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .8rem;
    color: #8ABA18;
}


input , button, textarea {


    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    line-height: 25px;
    /*    height: 28px;*/
    font-size:100%;
    width:100%;
}

textarea {
    height: auto;
}

button {
    background-color: #89ba17;
    color:white;
    cursor: pointer;

}

#billing-postcode.freeshipping, #shipping-postcode.freeshipping{

    background:url("/media/free-delivery-truck.jpg") no-repeat scroll 85px ;
    background-position: center right;
}


.input-wrapper {
    float: none;
    clear: both;
}

.payment {
    /*    background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;*/
    float: left;
    clear:none;
    width: calc(30% - 2px);
    text-align: center;
}

.payment:nth-of-type(2) {
    margin: 0 5%;
}

.payment input{
    clear:both;
}

.payment img{
    width: 90%;
    /*    border: 1px solid #aaa;
        border-radius: 4px;*/
}

.payment label{
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.halfwidth {
    width: 50%;
    float:left;
}


.halfwidth input {
    width:100%;
}

input.rightmargin {
    width: calc(100% - 1em);
    margin-right: 1em;
}

input.statusicon {
    width: calc(100% - 1em - 32px);
    margin-right: 1em;
    float:left;
}

#register-customer-password, #register-shipping-address {
    display:none;
}
/*
#coupon-redeem, #coupon-cancel {
    display:none;
}
*/

label {
    margin-top:.5em;
    margin-bottom:.2em;
    display:inline-block;
}





.radio, .checkbox, button{
    display:inline-block;
    width: auto;
    /*    height: auto;*/
}

label.error, span.error{
    font-size:0.8rem;
    color:red;
    width:90%;
}

input.error{
    color:red;
    border:1px solid red;
}

#edit-shoppingbasket {
    float:left;
    background-color: silver;

}

#submit-order {
    float:right;
}

/* #############################################*/

/*#shoppingbasket_artlist{
    width:100%;
}

#shoppingbasket_status {
    width:100%;
    padding-bottom:.5em;
    border-bottom: 1px solid silver;
    margin-bottom: var(--grid-spacing);
    text-align: right;
}



.shoppingbasket-item-image {
    width: calc(8% - var(--grid-spacing) - 2px);
    float:left;
    margin-right: 5px;
    border: 1px solid silver;

}

.shoppingbasket-item-name {
    width: calc(30% - var(--grid-spacing) - 2px);
    float:left;
    margin-right: 5px;
        border: 1px solid silver;

}

.shoppingbasket-item-variant {
    width: calc(25% - var(--grid-spacing) - 2px);
    float:left;
    margin-right: 5px;
    border: 1px solid silver;

}


.shoppingbasket-item-quantity {
    width: calc(15% - var(--grid-spacing) - 2px);
    float:left;
    margin-right: 5px;
    text-align: right;
    border: 1px solid silver;

}

.shoppingbasket-item-price {
    width: calc(15% - var(--grid-spacing) - 2px);
    float:left;
    margin-right: 5px;
    text-align: right;
    border: 1px solid silver;

}

.shoppingbasket-item-linesum {
    width: calc(15% - var(--grid-spacing) - 2px);
    float:right;
    margin-right: 5px;
    text-align: right;
    border: 1px solid silver;

}

.quantity-input, *.quantity-save {
    display: none;
}

.quantity-input {
    width:35px;

}

.quantity-edit, .quantity-save, .item-remove {
    color: #89ba17;
    cursor: pointer;
    display: none;
}

.itemlist-head {
    color:black;
}



}*/

#shoppingbasket_sum {
    float:right;

    padding:1em;
    background-color: #F4F3F1;
    text-align: right;
}

.shoppingbasket-item-linesum {
    width: calc(20% - var(--grid-spacing) - 2px);
    margin-right:0px;
}

.quantity-input, *.quantity-save {
    display: none;
}


.quantity-edit, .quantity-save, .item-remove {
    display: none;
}

.numbercolumn {
    display: inline-block;
    width: 70px;
}

.payable-amount {
    padding-top: .5em;
}

.tax-amount {
    opacity: .5;
    padding-top: .3em;
}

#message-html{
    width: 75%;
    margin: 0 auto 2em auto;
    background-color: #efefef;
    padding: .5em;
    -moz-transform: rotate(-.5deg);
    -ms-transform: rotate(-.5deg);
    -o-transform: rotate(-.5deg);
    -webkit-transform: rotate(-.5deg);

    box-shadow: 10px 10px 20px #aaaaaa;
}

#message-html td, #message-html th {
    padding: 3px 5px;
}

#message-html * {
    font-size: 100%;
    /* line-height: 1.2em; */
}


.ui-widget-shadow {

    opacity: 1;
    filter: Alpha(Opacity=100);

}

@media print {
    #message-html{
        width: 75%;
        margin: 0 auto 2em auto;
        background-color: #efefef;
        padding: .5em;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        border:1px solid #aaaaaa;
        box-shadow: 10px 10px 20px #aaaaaa;
    }
}

#shopitem-view, #place-order {
    display: none;
}

.sent {
    width:100%;
    background-color:white;
    text-align: left;


}

.successfully {
    font-size:inherit;
    /* color:green;*/
    /*border:1px solid green;*/


}

.unsuccessfully {
    color:red;
    font-size:inherit;
    border:1px solid red;


}





.table {
    display: table;
    width: 100%;
    /*border-spacing: 0.5em;*/
}
.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
    padding: 5px;
}

.nowrap {
    white-space: nowrap;
}

.on-mobile{
    display:none;
}

.currency {
    text-align: right;
}

.right-align{
    text-align: inherit;
}




@media (max-width: 850px) {



    .table-cell.productimage  {
        display:none;
    }

}


@media (max-width: 768px) {

    #message-html {
        width: 95%;
        margin: 0 auto 2em auto;
        background-color: #efefef;
        padding: .5em;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        box-shadow: none;
    }

}


@media (max-width: 500px) {

    .table-row.table-header {
        display:none;
    }

    .table {
        display: block;
        /*border-spacing: 0.5em;*/
    }
    .table-row {
        display: block;
        clear:both;
    }

    .table-cell {
        display: inline-block;
        vertical-align: top;
        padding: 5px;
    }

    .table-cell.empty-cell {
        display: none;
    }
    .on-mobile{
        display:block;
    }

    .right-align{
        text-align: right;
    }


    .artikel {
        font-weight: bold;
    }


    .preis {
        /*display:none;*/
        min-width:50px;
    }
    .summe {
        min-width:50px;
        float:right;
    }
}

