
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .opc-block-summary {
        padding:0px !important;
        background-color: #FFFFFF !important;
    }
}

.ship-via {
    display:none;
}
#block-shipping{
    display:none;
}

.chekcout-error-field {
    color: #e02b27;
    font-size: 1.2rem;
}

.extensionsfields {
    margin-bottom: 20px;
}

.required-field::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.label-extensionfields {
    font-weight: 600;
}

.shipment-description-text {
    font-size: 15px;
    font-weight: 700;
    color: #585858;
    margin-bottom: 15px;
}

.address-items {
    display: none;
    position: absolute;
    width: 486px;
    z-index: 2;
    max-height: 600px;
    overflow-y: auto;
}

.address-item {
    background: #f7f7f7;
    border: 1px solid black;
    padding: 10px 7px;
}

.address-item:hover {
    background: #cacaca;
    cursor: pointer;
}

.address-item p {
    margin-top:10px;
}

#selected-api-address {
    border: 2px solid grey;
    margin-top: 10px;
    width: 40%;
    padding: 10px;
}

#api_address_search {
    width: 80%;
}

.select-field-checkout {
    margin-bottom: 20px;
}

.loader-api {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#on_behalf div {
    margin-bottom: 15px;
}

#on_behalf .customers {
    display: none;
}

.additional-text {
    margin-bottom: 20px;
}

.field-tooltip.toggle {
    display: none;
}

.kunderegister-liste {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 20px;
    background: #fcfcfc;
}

.kunderegister-liste .address-item-select {
    padding: 7px;
}

.kunderegister-liste .address-item-select:hover {
    cursor: pointer;
    background: #e8e8e8;
}

.kunderegister-chosen {
    margin-top: 20px;
}

#kunde-value {
    font-weight: 600;
}

.additional-shipping-fields {
    margin-bottom: 20px;
}

.error-msg {
    color: #e02b27;
}

.requiredField:after {
    color: #e02b27;
    content: '*';
    margin: 0 0 0 5px;
    font-size: 1.2rem;
}

.checkout-allsteps-additional-text {
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 15px;
}

.checkout-agreements-block {
    margin-bottom: 20px;
}

.arrangement-container {
    margin-top: 5rem;
    display: none;
}

.arrangement-container .form-field {
    margin-bottom: 1.5rem;
}

.arrangement-container .form-field label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.arrangement-container .form-field .my-input {
    display: block;
    width: 100%;
    padding: 0.5em 0.75em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

