
.matspar-product.abba {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.item.abba {
    border-bottom: 1px solid #001a7226;
    color: #001a72;
}

.item.abba .description>span {
    color: #001a72;
}

.item.abba .total-price {
    font-size: 16px;
}

.abba .purchase-button {
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    background-color: #001A72;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #001A72;
    border-radius: 4px 4px 4px 4px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 6px 12px 6px 12px;
    color: #fff;
    font-size: 14px;
}

.abba .purchase-button:hover, .abba .purchase-button:active, .abba .purchase-button:focus {
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    background-color: #001A72;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #001A72;
    border-radius: 4px 4px 4px 4px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 6px 12px 6px 12px;
    color: #fff;
    font-size: 14px;
}

.abba .purchase-button:disabled {
    border-color: #7f8aae;
    color: #fff;
    background-color: #7f8aae; 
}

.abba .add-to-cart-wrapper {
    width: 100%;
    max-width: 115px;
    min-width: 115px;
    display: flex;
}

.abba .cart-quantity {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    border: 2px solid #001a72;
    padding: 0rem;
    background-color: transparent;
    flex: 2 1 0%;
    -webkit-box-pack: center;
    justify-content: space-between;
    max-width: 130px;
    margin: 0;
    width: 100%;
}

.abba .quantity {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    border: 2px solid #001a72;
    padding: 0rem;
    background-color: transparent;
    flex: 2 1 0%;
    -webkit-box-pack: center;
    justify-content: space-between;
    width: 130px;
    max-width: 150px;
    margin: 0;
    width: 40%;
    min-width: 150px;
}

.abba .cart-quantity-button-plus,
.abba .quantity-button-plus {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    border-radius: 0;
    background-color: #001a72;
    color: #fff;
    font-size: 0.9375rem;
    height: 40px;
}

.abba .cart-quantity-button-minus,
.abba .quantity-button-minus {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    border-radius: 0;
    background-color: #001a72;
    color: #fff;
    font-size: 0.9375rem;
    height: 40px;
}

.abba .cart-quantity-button-plus:hover, .abba .quantity-button-plus:hover, .abba .cart-quantity-button-plus:focus, .abba .quantity-button-plus:focus {
    color: #fff;
    background-color: #001a72;
}

.abba .cart-quantity-button-minus:hover, .abba .quantity-button-minus:hover, .abba .cart-quantity-button-minus:focus, .abba .quantity-button-minus:focus {
    color: #fff;
    background-color: #001a72;
}

.abba .cart-quantity-button-minus>span,
.abba .quantity-button-minus>span {
    font-size: 1.2rem;
    height: 24px;
    font-weight: 100;
}

.abba .cart-quantity-button-plus>span,
.abba .quantity-button-plus>span {
    font-size: 1.2rem;
    height: 24px;
    width: 13px;
    font-weight: 100;
}

.abba .cart-quantity-input {
    color: #001a72;
    width: 40px;
}

.single-product .abba .additional-info {
    margin: 10px 0;
}

button.order-button.abba {
    border-radius: 4px;
    background-color: #001a72;
    color: #fff;
    border: 1px solid #001a72;
    font-size: 14px;
}

button.order-button.abba:focus {
    border-radius: 4px;
    background-color: #001a72;
    color: #fff;
    border: 1px solid #001a72;
    font-size: 14px;
}

.abba-zipcode-button {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    max-width: 220px;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    color: #fff;
    background-color: #001a72;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #001a72;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 12px 40px 12px 40px;
    font-weight: 600;
    font-size: 17px;
}

.abba-zipcode-button:hover {
    background-color: #001a72;
    color: #fff;
}

.popup-abba #check-zipcode-button {
    border-radius: 4px;
    background-color: #001a72 !important;
    border: 2px solid #001a72;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.popup-abba #check-zipcode-button:hover, .popup-abba #check-zipcode-button:active {
    border-radius: 4px;
    background-color: #001a72;
    border: 2px solid #001a72;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.popup-abba #check-zipcode-button:disabled {
    border-radius: 4px;
    background-color: transparent !important;
    border: 2px solid #001a724f;
    color: #001a7263;
}

.popup-abba .consent-input:checked::before {
    background-color:  #001a72;
}

.popup-abba {
    border-radius: 2px;
    padding: 2rem;
    font-size: 15px;
    line-height: 1.2rem;
}

.popup-abba #zipcode-input {
    border-radius: 4px;
    border-color: #001a72;
}

.popup-abba #zipcode-input:focus-visible {
    border-radius: 4px;
    border-color: #001a72;
    border-width: 2px;
}

.matspar-product.abba .additional-info {
    text-align: center;

}

.matspar-product.abba .additional-info p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #001a72;
    height: 20px;
}

.order-button-container.abba {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

div.cart-notebox.abba {
    border: 2px solid;
    border-radius: 4px;
    padding: 20px 23px;
    margin: 10px 0;
    width: 100%;
    border-color: #001a72;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #001a72;
    line-height: 1.5rem;
    font-size: 18px;
}

.abba .cart-notebox-buttons {
    width: 50%;
    display: flex;
    justify-content: end;
}

.abba .cart-notebox-save {
    background-color: #001a72;
    color: #E5F4F9;
    border: 1px solid transparent;
    padding: 10px 24px;
    font-size: 14px;
    border-radius: 4px;
    min-width: 190px;
}

.abba .cart-notebox-trash {
    background-color: #001a72;
    color: #E5F4F9;
    border: 1px solid transparent;
    padding: 10px 24px;
    font-size: 14px;
    border-radius: 4px;
    min-width: 190px;
}

.redirect-overlay-content .abba {
    background-color: white;
    padding: 30px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
}

.abba .ok-redirect-button, .abba #cancel-redirect-button {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    color: #001a72;
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 40px 8px 40px;
}

.abba .order-button-container {
    font-size: 16px;
}

.single-product .matspar-product.abba .additional-info p {
    font-size: 16px;
}

@media only screen and (max-width: 680px) {
    .matspar-product.abba {
        display: flex;
        flex-direction: column;
    }

    .abba .cart-quantity {
        margin: 0;
    }

    .matsmart-product.abba .additional-info {
        width: 100%;
    }

    .matsmart-product.abba .cart-quantity {
        width: 100%;
        margin: 20px 0;
    }

    .matspar-product.abba .additional-info {
        width: 100%;
    }
    
    .matspar-product.abba .additional-info p {
        margin-bottom: 10px;
    }

    div.cart-notebox.abba {
        flex-direction: column;
        align-items: flex-start;
    }

    .abba .cart-notebox-save {
        padding: 8px 12px;
        font-size: 12px;
    }

    .abba .cart-notebox-trash {
        padding: 8px 12px;
        font-size: 12px;
    }

    .abba .quantity {
        margin: 10px 0;
    }

    button.order-button.abba {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 1.3em;
    }
}