.cookie-status-message {
    display: none;
}

.required-captcha.checkbox{
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px;
}

img.carrier-logo.bpost {
    width: 53px;
    margin-left: auto;
}

/*
The element1~element2 selector matches occurrences of element2 that are preceded by element1.
Both elements must have the same parent, but element2 does not have to be immediately preceded by element1.
*/

/*bpost vs bpostXL - both not shown at the same time, hide bpost XL if bpost active */

/* white glove and white glove elevator are hidden if bpost or bpost xl active */
/* id 3 and 4 hidden if id 1 or 2 active */

#tr_method_amstrates_amstrates1 ~ #tr_method_amstrates_amstrates2,
#tr_method_amstrates_amstrates1 ~ #tr_method_amstrates_amstrates3,
#tr_method_amstrates_amstrates1 ~ #tr_method_amstrates_amstrates4,
#tr_method_amstrates_amstrates2 ~ #tr_method_amstrates_amstrates3,
#tr_method_amstrates_amstrates2 ~ #tr_method_amstrates_amstrates4
{
    display: none;
    background-color: red;
    opacity: 0.2;
}

.checkout-index-index .craft .text-sm{
    font-size: 14px;
}

.checkout-index-index .craft .text-lg{
    font-size: 18px;
}
