@charset "UTF-8";


.webshop-checkout header,
.webshop-checkout .topbar, #checkout-container .checkout-headline,
.webshop-checkout #ProductmenuContainer_DIV,
.webshop-checkout .newsletterbox {
    display: none;
}
/*
body:not(.ready):before {
    content: "";
    height: 100vh;
    width: 100vw;
    position: absolute;
}
*/
#checkout-container {
    opacity: 0;
    display: flex;
    width: 100%;
}

[data-yesoffers] {
    margin: 0 0 30px;
}
.yesofferproducts > .yesitem {
    border: none;
}
.fancybox__content a[href="/shop/customer.html"] {
    display: none;
}

/* CHECKOUT */
#column-data .shoplogo {
    margin: 0 0 30px;
}
#customer-login {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: var(--light);
}
#checkout-container #customer-login h2 {
    margin: 0;
    font-size: 20px;
}
#checkout-container #customer-login fieldset {
    display: flex;
    gap: 15px;
    margin: 0;
    align-items: center;
}
#checkout-container #customer-login fieldset:first-of-type {
    margin: 15px 0 10px;
}
#checkout-container #customer-login fieldset > * {
    flex: auto;
}
#checkout-container #customer-login fieldset > #checkout_password_login-button-container {
    flex: none;
}
#checkout-container #customer-login fieldset > label {
    margin: 0;
    width: auto;
}

#column-data .logo {
    color: rgba(0, 0, 0, 1.00);
    margin-bottom: 50px;
    width: 250px;
    max-width: 100%;
}
#checkout-container h2,
#checkout-container h3 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0;
}
#customer-alternative-delivery {
    margin-top: 30px;
}
#checkout-container {
    transition: opacity 1s ease;
    border-bottom: solid 1px #e1e1e1;
}
#checkout-container.active {
    opacity: 1;
}
#checkout-container fieldset,
#shipping-methods {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: none;
    gap: 20px;
}
#customer-data fieldset {
    align-items: flex-start;
}
#checkout-container fieldset > label,
#checkout-container .altdel {
    flex: none;
    width: calc(50% - 10px);
    margin: 0;
}
#checkout-container fieldset > label {
    position: relative;
}
#checkout-container fieldset > label[for="res3"] {
    position: absolute;
    left: -10000px;
}
#payment-methods > fieldset > label,
#shipping-methods > label {
    width: 100%;
}

#checkout-container fieldset > label[for="checkout_customer_email"],
#checkout-container fieldset > label[for="checkout_note"]{
    width: 100%;
}

#checkout-container fieldset > label[for="checkout_note"] textarea {
    height: 45px;
    /*padding-top: 11px;*/
    padding-bottom: 0;
}
#checkout-container fieldset > label[for="res1"] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#checkout-container fieldset > label[for="res1"] > * {
    flex: none;
}
#checkout-container fieldset > label[for="res1"] .salesdiscountcode-label {
    width: 100%;
}
#checkout-container fieldset > label[for="res1"] .salesdiscountcode-container {
    flex: auto;
}
#checkout-container fieldset > label[for="res1"] .salesdiscountcode-container input[type="text"] {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#checkout-container fieldset > label[for="res1"] .salesdiscountcode-button-container input[type="button"] {
    height: 45px;
    min-height: 45px;
    padding: 0 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.discountInfoButton {
    flex: none;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.checkout-customerdata-text-validationmessage {
    color: var(--warning);
    font-size: 12px;
    padding: 4px 0 0;
}
#checkout-container fieldset > label[for*="_customertype"] {
    width: 98%;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#checkout-container fieldset > label[for*="_customertype"] > span {
    display: none;
}
#checkout-container .altdel {
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    user-select: none;
}
/*
#checkout-container .altdel, #checkout-container fieldset > label.freecard {
    width: 98%;
    display: flex;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1.00);
    border: solid 1px #e1e1e1;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    cursor: pointer;
    border-radius: 3px;
    user-select: none;
}
*/
.div-checkout-checkbox-label label {
    cursor: pointer;
}
#checkout-container .altdel .div-checkout-checkbox {
    display: flex;
}
#checkout-container .altdel input, #checkout-container fieldset > label.freecard input {
    margin: 0 10px 0 0;
    flex: none;
}
#column-shipping-payment {
    margin-top: 30px;
}
#payment-methods {
    margin-bottom: 30px;
}
#confirm-termsandconditions-link-text {
    margin-top: 10px;
}
#payment-methods fieldset,
#shipping-methods {
    gap: 0;
    border: solid 1px #e2e8f0;
    overflow: hidden;
    border-radius: 5px;
}
#payment-methods > fieldset > label,
#shipping-methods > label {
    padding: 15px 14px;
    cursor: pointer;
    position: relative;
    
}
#payment-methods > fieldset > label:not(:last-of-type),
#shipping-methods > label:not(:last-of-type) {
    border-bottom: solid 1px #e2e8f0;
}
#column-shipping-payment label.selected {
    background-color: #f0f8ff;
}
.checkout-payment-radio-cell,
.checkout-shipping-radio-cell {
    flex: none;
}
/*
#column-shipping-payment td {
    vertical-align: top;
}
*/
#column-shipping-payment input[type="radio"] {
    
}
.checkout-payment-table,
.checkout-shipping-table {
    width: 100%;
}
#shipping-methods *,
#payment-methods * {
   line-height: normal; 
}
.checkout-payment-table > tbody > tr,
.checkout-shipping-table > tbody > tr{
    display: flex;
    gap: 10px;
    align-items: center;
}
.checkout-payment-description-cell,
.checkout-shipping-description-cell {
    flex: auto;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}
.checkout-shipping-description-cell {
    justify-content: flex-start;
    
}
/*
.checkout-shipping-description-cell:has(img) {
    font-size: 0;
}
*/
.privateDeliveryContainer {
    flex: none;
    margin-left: auto;
}
.shipping-message,
.payment-message {
    color: rgba(113, 113, 113, 1.00);
    display: none;
    padding: 3px 0 0;
}
.selected .shipping-message,
.selected .payment-message {
    display: block;
}
.shipping-message b,
.payment-message b {
    
}
.checkout-payment-method-image img,
.checkout-shipping-method-image img,
.checkout-payment-description-cell > img,
.shipping-fee img {
    height: 25px;
    flex: none;
    max-width: 250px;
    object-fit: contain;
    object-position: right;
}
.checkout-payment-description-cell > img[src*="-mp"] {
    height: 34px;
}
.checkout-payment-description-cell > img[src*="viabill"] {
    height: 17px;
}
.checkout-payment-description-cell > img[src*="klarna"] {
    height: 27px;
}
.checkout-payment-description-cell > img[src*="bank"] {
    height: 19px;
}
#checkout-container .payment-fee {
    display: none;
}
#checkout-container .shipping-fee {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: auto;
}


tr:has([onclick*="setShippingMethodServiceSession"]) {
    display: none;
}
#checkout_customertype, #checkout_altdelivery_customertype {
    position: absolute;
    left: -4000px;
    top: -4000px;
}
.typeselect {
    display: flex;
    margin: 0 -1%;
}
.typeselect > div {
    margin: 0 1%;
    flex: auto;
    max-width: 48%;
    padding: 10px 13px;
    background-color: rgba(243, 243, 243, 1.00);
    border-radius: 3px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}
.typeselect > div.active {
    background-color: var(--highlight);
    color: rgba(255, 255, 255, 1.00);
}
#checkout-container select.checkout-select {
    width: 100%;
}
#payment-giftcertificateinfo {
    background-color: #f8fafc;
    border: solid 1px #e2e8f0;
    padding: 10px;
    border-radius: 3px;
    margin: -20px 0 30px 39px;
    position: relative;
}
#payment-giftcertificateinfo:before {
    content: "";
    position: absolute;
    top: -16px;
    left: -18px;
    width: 14px;
    height: 40px;
    border: dotted 3px #e2e8f0;
    border-right: none;
    border-top: none;
}
#payment-giftcertificateinfo > h2 {
    display: none;
}
#payment-giftcertificateinfo > p {
    display: none;
}
#payment-giftcertificateinfo fieldset {
    margin: 0;
}
#payment-giftcertificateinfo fieldset > label[for="checkout-giftcertificate-cardnumber"] {
    display: none;
}
#payment-giftcertificateinfo input[type="text"] {
    flex: auto;
    width: auto;
    border-right-width: 0;
}
#payment-giftcertificateinfo input[type="text"] + div {
    flex: none;
}
#payment-giftcertificateinfo input[type="button"] {
    height: 40px;
    min-height: 40px;
    padding: 0 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.basket-line-product td {
    vertical-align: top;
}
.basket-line-product td:first-child {
    font-weight: bold;
}

#subscription-maillist {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: -5px 0 10px;
}
#subscription-maillist input[type="checkbox"] {
    margin-top: 2px;
}
#order-confirm {
    margin-top: 30px;
}
#confirm-accepterms,
#acceptLoyaltyCreationContainer,
div#bp_klaviyoCheckoutSignup {
    display: flex;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 1.00);
    border: solid 1px #e1e1e1;
    margin: 15px 0;
    align-items: center;
    justify-content: flex-start;
    border-radius: 2px;
    position: relative;
}
#acceptLoyaltyCreationContainer {
    background-color: #ecf9e2;
}
#confirm-accepterms input[type="checkbox"],
#acceptLoyaltyCreationContainer input[type="checkbox"],
div#bp_klaviyoCheckoutSignup input[type="checkbox"] {
    margin: 0 10px 0 0;
    flex: none;
}
#confirm-accepterms span,
div#bp_klaviyoCheckoutSignup label {
    cursor: pointer;
}
#confirm-accepterms.warning {
    margin-bottom: 0;
}
.termswarning {
    background-color: rgba(128,30,32,1.00);
    border-radius: 25px;
    line-height: normal;
    padding: 5px 17px;
    color: rgba(255,255,255,1.00);
    display: inline-flex;
    margin: 5px 0 15px 0;
    position: relative;
}
.termswarning:before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    width: 8px;
    height: 8px;
    background-color: inherit;
    transform: translateY(-50%) rotate(45deg);
}
#confirm-checkout input[type="button"], #confirm-checkout input[type="button"]:hover {
    width: 100%;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
div#order-summary > table {
    width: 100%;
}
div#order-summary > table:nth-of-type(2) {
    margin: 10px 0;
    padding: 10px 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
div#order-summary .bold {
    font-size: 17px;
    font-weight: bold;
}
th {
    text-align: left;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
#checkout-container fieldset > label.freecard {
    width: 98%;
    display: flex;
    align-items: center;
}

.buyreturn {
    padding-top: 30px;
}
.buyreturn select {
    width: 100%;
}
.buyreturn select:disabled {
    opacity: .3
}

.inputlabel {
    position: absolute;
    top: 16px;
    left: 16px;
    line-height: 1;
    color: rgba(110,110,110,1.00);
    pointer-events: none;
}
.inputlabel.active {
    top: 6px;
    font-size: 11px;
}
.inputlabel + input,
.inputlabel + select {
    padding-top: 15px;
}
.inputlabel + textarea {
    padding-top: 18px;
}




table#order-summary + table > tbody > tr:nth-child(1),
table#order-summary + table > tbody > tr:nth-child(2),
table#order-summary + table + table > tbody > tr:nth-child(3),
table#order-summary > * > tr > :nth-child(1),
table#order-summary > * > tr > :nth-child(3) {
    display: none;
}

.basket-line-product a {
    text-decoration: none;
}

@media (min-width: 1001px) {
    .webshop-checkout main.container {
        padding: 0;
        max-width: 100%;
        margin: 0;
        width: 100%;
    }
    #checkout-container > div.checkoutleft, #checkout-container > div.checkoutright {
        padding: 3%;
    }
    #checkout-container > div.checkoutleft {
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
        background-color: rgba(255, 255, 255, 1.00);
    }
    #checkout-container > div.checkoutright {
        width: 40%;
        background-color: #f8fafc;
        border-left: solid 1px #e1e1e1;
    }
    div#checkout-container #column-data, div#checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
        float: none;
        width: 700px;
        max-width: 100%;
        padding: 0;
        border: none;
        min-height: none;
    }
    #checkout-container #column-order-summary {
        width: 510px;
        position: sticky;
        top: 54px;
    }
    .editbasket {
        margin-bottom: 20px;
        background-color: #707070;
    }
}
@media (max-width: 1000px) {
    main.container {
        padding: 6vw 0;
    }
    #checkout-container {
        flex-direction: column;
        border: none;
    }
    
    #customer-login {
        margin-left: -6vw;
        padding: 6vw;
        width: 100vw;
    }
    #checkout-container #customer-login h2,
    #checkout-container h2, #checkout-container h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    
    
    #checkout-container fieldset > label[for*="_customertype"],
    #checkout-container fieldset > label,
    #checkout-container fieldset > div#subscription-maillist,
    #checkout-container .altdel {
        width: 100%;
    }
    #checkout-container fieldset > label[for="checkout_customer_zipcode"] {
        width: 35%;
    }
    #checkout-container fieldset > label[for="checkout_customer_city"] {
        width: calc(65% - 10px);
    }
    
    #payment-methods,
    #shipping-methods {
        margin-bottom: 30px;
    }
    .checkout-payment-description-cell,
    .checkout-shipping-description-cell {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 5px;
    }
    #checkout-container .shipping-fee {
        margin-left: 0;
    }
    #checkout-container fieldset {
        gap: 10px;    
    }
    #payment-methods fieldset,
    #shipping-methods {
        gap: 0;
    }
    #subscription-maillist {
        padding: 0 16px;
        margin: 0;
    }
    #column-order-summary {
        border-radius: 10px;
        padding: 5vw;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    
    [data-yesoffers] {
        margin: 30px 0;
    }
}




.delivery-pickup-dialog-close {
    position: absolute;
    z-index: 1000;
    top: 50px;
    right: 50px;
    display: none;
    cursor: pointer
}

.delivery-pickup-dialog-close img {
    width: 30px;
    height: 30px
}

.dialog-toggled.dialog-gls {
    overflow: hidden
}

.dialog-toggled.dialog-gls .gls-parsel-shops--container .delivery-pickup-dialog-close {
    display: block
}

.dialog-toggled.dialog-gls .gls-parsel-shops--container .delivery-pickup-dialog-placeholder {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,.3);
    padding: 20px
}

.delivery-pickup-svgdefs {
    display: none
}

.delivery-pickup-svg {
    width: 16px;
    height: 16px
}

.delivery-pickup-svg:hover {
    opacity: .7
}

.webshop-checkout .gls-parsel-shops--container {
    flex: auto;
}

.webshop-checkout table#Orderstep2_GLS_Table {
    width: 100%;
    
}
#shippingservices_119 .Checkout_ShippingMethodServices_Devider_TR:first-child + tr {
    display: none;
}
.webshop-checkout table#Orderstep2_GLS_Table + br {
    display: none;
}
.webshop-checkout table#Orderstep2_GLS_Table > tbody > tr {
    
}
.webshop-checkout table#Orderstep2_GLS_Table > tbody > tr,
.pacsoftservicepoint {
    padding: 12px 12px 12px 42px;
    display: flex;
    gap: 12px;
    border-bottom: solid 1px #e2e8f0;
}
.webshop-checkout table#Orderstep2_GLS_Table > tbody > tr.active,
.pacsoftservicepoint.active {
    background-color: #f8fafc;
}
.webshop-checkout table#Orderstep2_GLS_Table > tbody > tr > td,
.pacsoftservicepoint > label { 
    flex: auto;
    user-select: none;
    cursor: default;
}
.webshop-checkout table#Orderstep2_GLS_Table > tbody > tr > td:first-child,
.pacsoftservicepoint > .pacsoftservicepointradio { 
    flex: none;
}

.webshop-checkout table#Orderstep2_GLS_Table > tbody > tr.Checkout_ShippingMethodServices_Devider_TR {
    display: none;
}
.webshop-checkout table#Orderstep2_GLS_Table > tbody > tr:has(#pacsoftservicepointholder[style*="none"]) {
    display: none;
}
.gls-parsel-shops--container tr.Checkout_ShippingMethodServices_Devider_TR {
    display: none;
}
#Checkout_ShippingMethodServices_Table + br {
    display: none;
}

.webshop-body .webshop-body>.ddrd-row {
    position: static
}

.webshop-body .shipping-parcel-shop--item {
    padding-bottom: 10px
}

.webshop-body .shipping-parcel-shop-name {
    font-weight: 600
}

.webshop-body .delivery-pickup-map-item {
    white-space: nowrap
}

.webshop-body .delivery-pickup-gls-shopid {
    display: none
}

.webshop-body .delivery-pickup-shipping--container:after {
    display: table;
    content: " ";
    clear: both
}

.webshop-body .delivery-pickup-shipping-details--item {
    border: 1px solid #08c;
    float: right;
    margin-bottom: 8px;
    margin-top: -9px;
    display: none;
    width: 97%
}

.webshop-body .delivery-pickup-shipping-details--item>div:not(.delivery-pickup-dialog-placeholder) #gls-shops {
    width: 100%
}

.webshop-body .delivery-pickup-shipping-details-active--item {
    display: block
}

.webshop-body .delivery-pickup-parcelshops-delivery-action--container {
    display: none
}

.webshop-body .delivery-pickup-map-pin {
    display: none
}

.webshop-body .delivery-pickup-shippings--container {
    margin: 25px 0 50px
}

.webshop-body #OrderStep2_GLS_Table {
    padding: 0px 0px
}

.webshop-body .delivery-pickup-shipping--item {
    border: 1px solid #b6b6b6;
    padding: 10px 12px;
    margin-bottom: 8px;
    min-height: 60px;
    cursor: pointer
}

.webshop-body .delivery-pickup-shipping--item:not(.delivery-pickup-checked-shipping) .delivery-pickup-change-delvery {
    display: none !important
}

.webshop-body .delivery-pickup-shipping--item.delivery-pickup-checked-shipping {
    border: 1px solid #08c;
    box-shadow: 0 0 10px #e5e5e5
}

.webshop-body .delivery-pickup-shipping--item:hover:not(.delivery-pickup-checked-shipping) {
    border-color: #222
}

.webshop-body .delivery-pickup-shipping--item input[type=radio] {
    display: none
}

.webshop-body .delivery-pickup-shipping-fee {
    display: none
}

.webshop-body .delivery-pickup-gls-shopid {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0 0;
    color: #b9b9b9
}

.webshop-body .gls-parsel-shops--container,.webshop-body .swipbox-parsel-shops--container {
    border-color: #08c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-color: #b6b6b6
}

.webshop-body .delivery-pickup-dialog-placeholder {
    overflow: auto;
    height: 100%
}

.webshop-body .delivery-pickup-delivery-openinghours {
    display: none;
    margin: 5px 0 10px 0
}

.webshop-body .delivery-pickup-delivery-openinghours header {
    font-weight: 500;
    padding: 0 0 5px 0
}

.webshop-body .delivery-pickup-delivery-openinghours table {
    border-collapse: collapse
}

.webshop-body .delivery-pickup-shipping--item-inner {
    position: relative;
    padding-right: 30%
}

.webshop-body .delivery-pickup-change-delvery {
    text-decoration: underline;
    height: 100%;
    padding: 0 0 0 0;
    cursor: pointer;
    margin-bottom: 10px
}

.webshop-body .delivery-pickup-change-delvery:hover {
    color: #222
}

.webshop-body .delivery-pickup-change-delvery:hover svg {
    fill: #222
}

.webshop-body .delivery-pickup-change-delvery svg {
    width: 13px;
    height: 13px;
    fill: #08c
}

.webshop-body .delivery-pickup-change-delvery .location-icon,.webshop-body .delivery-pickup-change-delvery .location-text {
    vertical-align: middle;
    display: inline-block
}

.webshop-body .delivery-pickup-change-delvery .delivery-pickup-change-delvery,.webshop-body .delivery-pickup-change-delvery .location-text {
    padding-left: 5px
}

.webshop-body .delivery-pickup-opening-day {
    padding-right: 30px
}

.webshop-body .delivery-pickup-gls-showinfo {
    cursor: pointer;
    text-decoration: underline
}

.webshop-body.dialog-toggled .delivery-pickup-gls-showinfo {
    text-align: right;
    font-family: Arial;
    font-size: 10px;
    padding: 0 5px 0 0;
    cursor: pointer;
    text-decoration: underline;
    word-wrap: break-word
}

.webshop-body.dialog-toggled .delivery-pickup-gls-showinfo svg {
    width: 23px;
    height: 23px
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-button.delivery-pickup-large-screen-button {
    position: fixed;
    bottom: 20px;
    width: 90%
}

.webshop-body.dialog-toggled.dialog-gls .gls-google-map {
    display: block;
    height: 300px;
    max-height: 60vh;
    margin: 0 0 20px 0
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-gls-item {
    display: block
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-gls-item.google-map--mouseover,.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-gls-item:hover {
    border: 1px solid #08c
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-gls-item.google-map--mouseover .delivery-pickup-map-pin,.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-gls-item:hover .delivery-pickup-map-pin {
    background: url("/shop/frontend/public/images/pin-blue.png") no-repeat
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-parcelshops-delivery-action--container {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: #fff;
    z-index: 1009
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-parcelshops-selected {
    padding-bottom: 100px
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-parcelshops-selected .delivery-pickup-parcelshops-delivery-action--container {
    display: block;
    box-shadow: 0 0 20px #222
}

.webshop-body.dialog-toggled.dialog-gls #OrderStep2_GLS_Table {
    padding: 20px;
    background: #fff;
    height: 100%;
    overflow: auto
}

.webshop-body.dialog-toggled.dialog-gls #OrderStep2_GLS_Table .gls-table-inner {
    margin: 0 auto;
    max-width: 500px
}

.webshop-body.dialog-toggled.dialog-gls #OrderStep2_GLS_Table .gls-table-inner .ddrd-col {
    padding: 0
}

.webshop-body.dialog-toggled.dialog-gls .shipping-parcel-shop--item {
    padding: 10px 12px;
    border: 1px solid #b6b6b6;
    margin: 0 0 10px 0;
}

.webshop-body.dialog-toggled.dialog-gls .shipping-parcel-shop--item:hover {
    border-color: #08c;
    cursor: pointer
}

.webshop-body.dialog-toggled.dialog-gls .shipping-parcel-shop--item:last-child {
    margin: 0
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-delivery-openinghours {
    padding-left: 6px
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-map-pin {
    display: inline-block;
    background: url("/shop/frontend/public/images/pin-red.png") no-repeat;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
    width: 29px;
    height: 50px;
    color: #fff;
    text-align: center;
    margin: 0 10px 0 0;
    padding-top: 12px
}

.webshop-body.dialog-toggled.dialog-gls .delivery-pickup-map-label {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: calc(100% - 40px)
}

.webshop-body .delivery-pickup-shipping-price {
    padding-top: 2px;
    font-size: 13px
}

.webshop-body .delivery-pickup-shipping-logo {
    position: absolute;
    right: 0;
    top: 0
}

.webshop-body .delivery-pickup-shipping-logo img {
    max-height: 40px
}

.webshop-body .delivery-pickup-gls-checkbox input {
    display: none
}

.webshop-body .gls-google-map,.webshop-body .delivery-pickup-gls-item {
    display: none
}

.webshop-body .delivery-pickup-parcelshops-selected.delivery-pickup-dialog-placeholder .shipment-selected-item {
    border-color: #5bc560 !important
}

.webshop-body .delivery-pickup-parcelshops-selected.delivery-pickup-dialog-placeholder .shipment-selected-item .delivery-pickup-map-label .shipping-parcel-shop-name {
    color: #5bc560
}

.webshop-body .delivery-pickup-parcelshops-selected.delivery-pickup-dialog-placeholder .shipment-selected-item .delivery-pickup-map-pin {
    background-image: url("/shop/frontend/public/images/pin-green.png") !important
}

.webshop-body .delivery-pickup-parcelshops-selected.delivery-pickup-dialog-placeholder .shipment-selected-item svg {
    fill: #5bc560 !important
}

.webshop-body .selected-postal {
    display: block
}

.webshop-body .delivery-pickup-gls-cordiantes-longitude,.webshop-body .delivery-pickup-gls-cordiantes-latitude {
    display: none
}

.delivery-pickup-button,.delivery-pickup-fake-button {
    display: inline-block;
    width: 100%;
    background: #27a22d;
    text-align: center
}

.delivery-pickup-button:hover,.delivery-pickup-fake-button:hover {
    background: #239228
}

.delivery-pickup-button .button-text,.delivery-pickup-fake-button .button-text {
    font-weight: 500;
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer
}

.delivery-pickup-button.invalid,.delivery-pickup-fake-button.invalid {
    background: #e2e2e2;
    border: 1px solid #b6b6b6
}

.delivery-pickup-button.invalid .button-text,.delivery-pickup-fake-button.invalid .button-text {
    color: #222;
    cursor: not-allowed
}

.delivery-pickup-button.invalid:hover,.delivery-pickup-fake-button.invalid:hover {
    background: #dadada
}

.webshop-body:not(.dialog-toggled) .delivery-pickup-gls-showinfo-wrapper {
    width: 100%
}

.webshop-body:not(.dialog-toggled) .delivery-pickup-gls-showinfo {
    padding: 6px 0 5px 0
}

@media only screen and (max-width: 500px) {
    .webshop-body.dialog-toggled.dialog-gls .delivery-pickup-map-pin {
        display:none
    }

    .webshop-body.dialog-toggled.dialog-gls .delivery-pickup-map-label {
        width: 100%
    }

    .parcelshops-choose-button--container {
        margin-right: 20px
    }
    
    #payment-giftcertificateinfo input[type=text]+div {
        width: 100%;
    }
    #payment-giftcertificateinfo input[type="text"] {
        border-right-width: 1px;
        flex: none;
        width: 100%;
        margin-bottom: 5px;
    }
    #payment-giftcertificateinfo input[type="button"] {
        flex: none;
        width: 100%;
        border-radius: 4px;
    }
}

@media only screen and (min-width: 530px) {
    .delivery-pickup-information-field-zipcode,.delivery-pickup-information-field-alternative-zipcode {
        width:20%
    }

    .delivery-pickup-information-field-city,.delivery-pickup-information-field-alternative-city {
        width: 80%
    }

    .card-expire-date {
        max-width: none
    }

    .webshop-body.dialog-toggled.dialog-gls .delivery-pickup-delivery-openinghours {
        padding-left: 40px !important
    }

    .dialog-toggled.dialog-gls .gls-parsel-shops--container .delivery-pickup-dialog-placeholder {
        padding: 30px
    }

    .parcelshops-choose-button--container {
        margin-right: 20px
    }
}

@media only screen and (min-width: 800px) {
    .delivery-pickup-flow-limited-width .delivery-pickup-flow--container {
        max-width:500px
    }

    .delivery-pickup-flow--container {
        max-width: 910px
    }

    .delivery-pickup-large-screen-button {
        display: none
    }

    .webshop-body.dialog-toggled.dialog-gls #OrderStep2_GLS_Table .gls-table-inner {
        max-width: 1400px;
        height: 100%
    }

    .webshop-body.dialog-toggled.dialog-gls .delivery-pickup-placeholder--inner {
        height: 100%;
        position: relative;
        max-height: 700px;
        max-width: 1300px;
        margin: 0 auto
    }

    .webshop-body.dialog-toggled.dialog-gls #OrderStep2_GLS_Table {
        overflow: hidden
    }

    .webshop-body.dialog-toggled.dialog-gls .gls-google-map {
        height: 100%;
        max-height: none;
        float: right;
        margin: 0
    }

    .webshop-body:not(.dialog-toggled) .delivery-pickup-map-item,.webshop-body:not(.dialog-toggled) #gls-shops {
        width: 100%
    }

    .webshop-body.dialog-toggled.dialog-gls #gls-shops {
        height: 100%
    }

    .webshop-body.dialog-toggled.dialog-gls #gls-shops .delivery-pickup-parcelshops-delivery--container {
        padding-right: 10px;
        margin-right: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 60px)
    }

    .webshop-body.dialog-toggled.dialog-gls #gls-shops .delivery-pickup-parcelshops-delivery-action--container {
        margin: 0;
        padding: 25px 15px 0 0;
        position: static;
        display: block;
        top: auto;
        left: auto;
        box-shadow: none
    }

    .webshop-body.dialog-toggled.dialog-gls #gls-shops .parcelshops-choose-button--container {
        margin-right: 0px
    }

    .webshop-body.dialog-toggled.dialog-gls #gls-shops ::-webkit-scrollbar {
        width: 6px
    }

    .webshop-body.dialog-toggled.dialog-gls #gls-shops ::-webkit-scrollbar-track {
        background: #fff
    }

    .webshop-body.dialog-toggled.dialog-gls #gls-shops ::-webkit-scrollbar-thumb {
        background: #222
    }

    .webshop-body.dialog-toggled.dialog-gls #gls-shops ::-webkit-scrollbar-thumb:window-inactive {
        background: #555
    }

    .webshop-body.dialog-toggled.dialog-gls .delivery-pickup-parcelshops-selected {
        height: 100vh
    }

    .webshop-body.dialog-toggled.dialog-gls .delivery-pickup-dialog-close {
        top: 5px;
        right: 5px
    }
    
    
}

@media (max-width: 1200px) {
    .buyreturn {
        padding-bottom: 30px;
    }
}