/*
* Adeko module Stylesheet
*/
#adekobrillen{
    background: #ebf2f4;
    padding-bottom: 60px;
    scroll-margin-top: 60px;
    margin-top:30px;
}

#adekobrillen .stappen .step .stap-title{
    displaY: inline;
}

#adekobrillen .stappen .step img{
    display: none;
}
/* smooth rotation */
.lees-meer-link .material-icons{
    transition: transform .2s ease;
    transform: rotate(-90deg); /* adjust: 90deg, 180deg, etc */
}

/* when the collapse is OPEN (aria-expanded="true") rotate the icon */
.lees-meer-link[aria-expanded="true"] .material-icons{
    transform: rotate(0); /* adjust: 90deg, 180deg, etc */
}
#adekobrillen .stappen .step.complete img{
    display: inline;
    /*background-color:#28a745;*/
}
/*.step.complete .number {*/
/*    background-color:#28a745;*/
/*}*/
#adekobrillen .knop{
    background-color: #F26633;
    /*font-family: "RobotoBold", Arial;*/
    border-radius: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    max-width: unset;
    font-weight: bold;
}

#adekobrillen .knop.previous-step{
    background-color: #232960;
}

.montuur-keuze .price {
    font-weight: normal;
    max-width:100%;
    white-space:nowrap;
    text-align: right;
    vertical-align: baseline;
}

.montuur-keuze .price.total {
    color: #F26633;
    border-top: 1px solid black;
}

.montuur-keuze img{
    width: 80%;
    display: block;
    margin: 0 auto;
    float: none
}

.montuur-keuze .title-product-custom {
    margin: -30px auto 0;
    width: 100%;
    text-align: center;
    /*float: none;*/
}

.radio-container, .radio-container.glass-color{
    padding-left: 70px;
    position: relative;
    font-weight: bold;
    color: #232960;
    padding-top: 0.6em;
    cursor: pointer;
    width: 100%
}

@media screen and (max-width: 575.98px){
    .radio-container {
        padding-left: 0;
        padding-top: 70px
    }
}

.radio-container p, .radio-container li{
    font-weight: 400;
}

.radio-container ul, .meer-info ul{
    padding-inline-start: 40px;
    list-style-type: disc;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    background-color: #d7dee4!important;
    border-radius: 4px;
    border: 2px solid #FD7E14FF;
}

@media screen and (max-width: 575.98px){
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 45px;
        width: 45px;
        background-color: #d7dee4!important;
        /*border-radius: 50%;*/
        border: 1px solid #F26633;
    }
}

.radio-container input:checked ~ .checkmark{
    background-image: url("../img/custom/done_icon.svg");
    background-size: 100%;
}

.option_label{
    display: block; background: white; padding: 1.5em 1.5em .5em; border-radius: .5em; position: relative; min-height: 6em;
}

.option_label.active, .option_label:hover{
    background-color:#d7dee4;
}

.option_label.faded{
    background-color: #fefefe;
}

.meer-info{
    background: white; padding: 1.5em 1.5em .5em; border-radius: .5em;margin-top: 1em
}

.price_change {
    position: absolute;
    top: 20%;
    right: 2em;
    transform: translateY(-50%);
}

.product-title-header {
    margin-top: 20px;
    font-size: 34px;
    margin-bottom: 0;
    text-align: center;
    /*font-family: "RobotoBold", Arial;*/
    color: #232960;
    padding: 4em 0 1em;
}

.product-title-header .smaller{
    /*font-family: "RobotoRegular";*/
    font-size: .9em
}

.recepy-inputs select.form-control, #self_measured select.form-control{
    height: auto;
    padding: .5rem 1.75rem .5rem .75rem;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 2px solid #232960;
    color: #F26633;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#self_measured select.form-control:disabled{
    background: #ddd;
    border-color: #bbb;
}

.voorbeeldrecept:hover{
    text-decoration: underline;
}

#voorbeeld-recept {
    margin-top: 0 !important;
}

.index_value {
    border: none;
    background-color: white;
    padding: 1em;
    margin: 0;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    font-weight: 600;
    color: #232960;
    border: 2px solid #F26633;
}

.index_value.active{
    /*color: #e3007e;*/
    background-color:#d7dee4;
}

.index_value .title{
    font-size: 1.1em;
}

.index_value .subtext{
    font-size: 1em;
}

.index_value input {
    width: 1px;
    height: 1px;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.colors {
    display: block;
    background: white;
    border-radius: 0 0 5px 5px;
    position: relative;
}

#extras .option_label.active{
    border-radius: 5px 5px 0 0;
}

.reading-scores > div > div.rounded {
    border: 2px solid #F26633;
}
.reading-scores .score{
    font-size: 1.4em;
    color: #000000;
    /*font-family: RobotoRegular, Arial;*/
}

.reading-scores .score.score-2{
    font-size: 1em;
}
.reading-scores .score.score-3{
    font-size: .8em;
}
.reading-scores .score.score-4{
    font-size: .6em;
}
.reading-scores .score.score-5{
    font-size: .5em;
}

.reading-scores .score.active{
    color: #F26633;
}

.reading-scores .score input[type=radio]{
    width: 1px;
    height: 1px;
    visibility: hidden;
}

.custom-select:not(select){
    background: #fff !important;
}

.form-label{
    font-weight: bold;
    color: #232960;
}

@media screen and (max-width: 1200px){
    .stappen .substap {
        width: initial;
        margin-top: 20px!important;
    }
}

.adekobrillen-anchor{
    top:-150px;
    left:0;
    width: 1px;
    height: 1px;
    visibility: hidden;
}

@media screen and (max-width: 575.98px){
    .adekobrillen-anchor{
        top:-100px;
    }
}

.error {
    border: 1px solid #9a7543;
    background-color: #C88B3A;
    color: #ffffff;
    text-transform: unset;
    min-height: unset;
    border-radius: .5em;
}
.meer-info p, .meer-info ul li{
    max-width: 56em;
}

.meer-info img, .description img{
    width: 375px;
    margin-bottom: 1em;
}
/* hierboven oude css | hieronder gpt css */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Steps (stappen) */
.stappen > div {
    width: 33%;
    float: left;
    text-align: center;
}

.stappen .substap .number {
    width: 90px;
    height: 90px;
    background-color: #232960;
    /*font-family: "RobotoBold", Arial;*/
    border-radius: 50%;
    font-size: 36px;
    padding-top: 18px;
    margin: 0 auto;
    color: #fff;
    margin-top: -42px;
}

.stap-title {
    /*font-family: "RobotoBold", Arial;*/
    color: #232960;
}

.stappen .substap {
    width: 200px;
    margin: 0 auto;
}

#product .stappen .substap {
    cursor: pointer;
}

/* Buttons */
.knop {
    text-align: center;
    background-color: #F26633;
    /*font-family: "RobotoBold", Arial;*/
    border-radius: 70px;
    padding: 10px 30px;
    color: #ffffff;
    max-width: 275px;
    cursor: pointer;
}

.knop:hover {
    background: #F26633;
}

/* “Lees meer” link */
.lees-meer-link {
    position: absolute;
    right: 25px;
    bottom: 10px;
    font-weight: 400;
    text-decoration: underline;
    color: #232960;
    font-size: 14px;
}

/* Option cards */
.option_label .checkmark {
    /* inherited checkmark styles will apply */
}

.price_change .extra {
    width: 100% !important;
}

/* Alerts */
.alert.alert-info {
    /* bootstrap handles rest */
}

/* Product title bovenaan */
.product-title-header {
    margin-top: 20px;
    font-size: 34px;
    margin-bottom: 0;
    text-align: center;
    /*font-family: "RobotoBold", Arial;*/
    color: #232960;
}

/* Collapsible meer-info blocks */
.meer-info {
    /*font-family: "RobotoRegular", Arial;*/
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

/* Summary */
.montuur-keuze {
    max-width: 800px;
    margin: 0 auto;
    min-height: 270px;
    padding: 1em;
    background-color: #ffffff;
    border: 1px solid #F26633;
    border-radius: 5px;
}

.montuur-keuze img {
    width: 80%;
    float: right;
}

.title-product-custom {
    float: right;
    margin: 0 auto;
    text-align: right;
    width: 100%;
    margin-top: -30px;
}

/* Summary price */
.totaal {
    float: right;
    text-align: right;
    font-size: 16px;
    color: #F26633 !important;
}

/* Responsive rules that match HTML classes */
@media screen and (max-width: 1200px) {
    .stappen .substap {
        width: initial;
    }
    .product-title-header {
        font-size: 26px;
    }
    .stap-title {
        font-size: 14px !important;
        margin-top: 6px !important;
    }
    .stappen .substap .number {
        font-size: 17px !important;
        padding-top: 10px !important;
        width: 42px !important;
        height: 42px !important;
    }
}
