@charset "UTF-8";
/* CSS Document */


body #logo {
	width: 200px;
}
.amountWrapper input {
	display: none !important;
}
body #payment-methods, body #column-shipping-payment h2:first-child {
    display: block;
}
#column-data > h3:before, #checkout-container div h2:before, #payment-giftcertificateinfo > h2:before {
    display: none;
}
body nav.productmenu #ProductMenu_List > li > a {
    color: #FFF;
}
body nav.productmenu #ProductMenu_List > li.active > a:after {
    display: none;
}
body li .product .price, body .productcard .Prices_Custom_UL {
    display: block;
}
body table.showbasket.body > tbody > tr > td.description > div.info .amount {
    margin: 10px 0 0 0;
}
div.checkout-payment-method-image img, div.checkout-shipping-method-image img {
    width: 120px;
}
body #customer-data label {
    opacity: 1;
}
body.webshop-checkout .gls-parsel-shops--container {
    padding-left: 0;
}
body div#confirm-accepterms, body div#confirm-termsandconditions-link-text {
    display: block;
}
body #checkout-container table#order-summary td:nth-child(4) {
    display: block;
}
body #order-summary > table:nth-child(3), body #order-summary > table:nth-child(4) {
    display: block;
}
body #order-summary td:nth-child(1) {
    width: 25%;
}
body #customer-data label[for="checkout_customer_country"] {
    left: auto;
    position: relative;
}
@media (max-width: 880px) {
    body #checkout-container div#column-data, body #checkout-container div#column-order-summary {
        width: 100%;
    }
}