#jashadultgoodsinfo__alert {
    display: none;
}

.jashadultgoodsinfo__container {
    background-color: red !important;
    font-color:white !important;
    display: flex;
    position: relative;
    align-items: center;

    margin-bottom: 30px;
}

.jashadultgoodsinfo__container input:checked + label:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--brand-blue);
    left: 0;
    top: 0;
    pointer-events: none;
}
.jashadultgoodsinfo__container input:checked + label:before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 32px;
    color: var(--brand-blue);
    transform: translateY(-50%);
    font-size: 20px;
}

.jashadultgoodsinfo__container label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
}

.jashadultgoodsinfo__container input {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
    appearance: none;
    margin-left: 30px;
    min-width: 16px;
}

.jashadultgoodsinfo__container svg {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    min-width: 50px;
}