/* remove italic from tooltop */
.tooltip-inner {font-style: normal;}

/* Overzicht pagina ABO*/
.product_full_card .view-part .print-icon {
    position: relative;
    margin-right: 10px;
    padding-right: 14px;
}

.advantage div {
    display: inline-block;
}

i[class*="fontello-"] {
    color: #F08F08;
    font-size: 32px;
    display: inline-block;
    margin-right: 4px;
}


/* Overzicht pagina niet ABO producten*/
.product_card .produc-detail h6 {
    font-size: 12px;
}

.product_card .produc-detail .icon-text {
    font-size: 11px;
}


/* Detailpagina bestelblock */
.bill_card_top h3 {
    display: none;
}

/* detailpagina Abonnement */
.best_way_sec ul,
.left_part ul {
    list-style: disc;
    padding-left: 2.5rem;
}

.month-year-select .price-discription {
    position: relative;
    top: -4px !important;
}

/* detailpagina samenvatting */
.product_detail_sec .product-img-box {
    border-radius: 22px;
    border: 1px solid #D7D6D6;
    text-align: center;
}

.product_detail_sec .product-img-box img {
    max-width: 66%;
}

/* Detailpagina pakket */
.tabel_data_outer ul {
    position: relative;
}

.tabel_data_outer ul li {
    list-style: none;
}

.tabel_data_outer ul li::after {
    content: "";
    position: absolute;
    left: 0px;

    width: 20px;
    height: 20px;
    background: url('/shop/2025/assets/images/tick.svg') no-repeat center;
}

.addon_card .img-box.Blokpakket {
    background: #CCE6FA;
}

.addon_card .img-box.Vakpakket {
    background: #B9B5F566;
}

.addon_card .img-box.Samenvatting {
    background: #99D0CA66;
}

.addon_card .img-box.Flashcard {
    background: #ffffff;
}

.addon_card .img-box.Oefenvraag {
    background: #ffffff;
}

.addon_card .img-box.Training {
    background: #ffffff;
}

.addon_card .img-title.Blokpakket {
    background: #0D6DBD;
}

.addon_card .img-title.Vakpakket {
    background: #DBB0B9;
}

.addon_card .img-title.Samenvatting {
    background: #99D0CA;
}

.addon_card .img-title.Flashcard {
    background: #F9D29C;

}

.addon_card .img-title.Oefenvraag {
    background: #B9B5F5;

}

.addon_card .img-title.Training {
    background: #DBB0B9;
}

/*Registration form*/
.submit-btn button {
    display: block;
    width: 100%;
    background: #F08F08;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 50px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 6.5px 15px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
}

select.form-control:not([size]):not([multiple]) {
    height: 3rem;
}

/* Validation for forms */
.invalid {
    border: 2px solid red !important;
}

.inputbtn.tick {
    background: url('/shop/2025/assets/images/tick.svg') no-repeat right 10px center;
}

/* checkout */
.iban {
    display: none;
}

.afrekenen_order_detail .btn_two {
    width: -moz-available;
    box-shadow: none;
}

/* account tabs */

h2 a {
    font-size: 14px;
    text-decoration: underline;
}

.tabs {
    /*padding: 0 20px;*/
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff;
}

.tab-contents {
    padding: 2.5em 2em 1em;
    border: 1px solid #ddd;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

#tab-select {
    width: 100%;
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

/* account recently ordered */

.recently-ordered ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 18px;
    padding-bottom: 23px;
    border-bottom: 1px solid #efefef;
}

.recently-ordered ul li span {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    display: block;
}

.recently-ordered ul li.top {
    border-bottom: 1px solid #F08F08;
    padding-bottom: 2px;
    margin-bottom: 42px;
}

.recently-ordered ul li.top span {
    font-weight: 700;
}

.recently-ordered ul li .no {
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.recently-ordered ul li .date {
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.recently-ordered ul li .product-txt {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: top;
}

.recently-ordered ul li .price {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: top;
    font-weight: 700;
}

.recently-ordered ul li .status {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: w9%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: top;
}

.recently-ordered ul li .status.underline {
    text-decoration: underline;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    display: block;
}

.recently-ordered ul li .status.underline:hover {
    font-weight: 700;
}

.recently-ordered ul li .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    justify-content: flex-end;
}

.recently-ordered ul li .button .primarybtn {
    width: 90%;
}

.recently-ordered ul li .oldnew-select {
  display: block;
  height: 2em;
  width: 100%;
  padding: 5px;
}
.recently-ordered ul li > *:before {
    content: attr(data-title);
    display: none;
    width: 100%;
    font-size: 16px;
    padding-bottom: 8px;
    color: #000;
    font-weight: 700;
}

.m-show {
    display: none;
}

.m-show-hide {
    display: none;
}

.m-show-hide li:after {
    display: none;
}

.mstsold.m-show-hide {
    display: none !important;
}

@media only screen and (max-width: 959px) {

    .tab-contents {
        padding: 1em 1em 1em;
        border: 1px solid #ddd;
    }

    ul.supplements li {
        position: relative !important;
    }

    ul.supplements li h5 {
        clear: both;
        display: block;
    }

    ul.supplements li img {
        display: block;
    }

    ul.supplements li a {
        position: absolute;
        top: 0;
        left: 15em;
        float: none !important;
    }


    .recently-ordered ul li.top {
        display: none;
    }

    .recently-ordered ul li > *:before {
        display: block;
    }

    .recently-ordered ul li .no,
    .recently-ordered ul li .date,
    .recently-ordered ul li .product-txt,
    .recently-ordered ul li .price,
    .recently-ordered ul li .status,
    .recently-ordered ul li .button {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

/* account supplements */
ul.supplements {
    margin-top: 50px;
}

ul.supplements li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

ul.supplements li .pdf-icon {
    height: 32px;
    margin-right: 5px;
    margin-bottom: 5px;
}

ul.supplements li h5 {
    clear: both;
    display: inline-block;
}

ul.supplements li a {
    display: inline-block;
    background: #F08F08;
    color: #F2F2F2;
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    padding: 4.5px 12px;
    border-radius: 8px;
    text-decoration: none;
    margin: 0 14px;

    float: right;
}

/* account subscription */
.productspecificaties li {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin-bottom: 12px;
}

.productspecificaties li span:first-child {
    width: 40%;
    float: left;
    padding-right: 10px;
}

.productspecificaties li .oldnew-select {
  display: block;
  height: 2em;
  padding: 5px;
}

.productspecificaties li a.btn {
    background: #F08F08;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 50px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 6.5px 15px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
}


#frmAbocheck .form-check{
    margin-bottom: 10px !important;
}

.tooltip-inner {
    max-width: 500px;
    /* If max-width does not work, try using width instead */
    width: 500px;
    padding: 10px;
}

/* Footer */
.footer .left_part .menu_card:first-child .text_box {
    padding-left: 0;
}

.footer .left_part .menu_card:first-child .text_box p {
    padding-left: 30px;
    margin-bottom: 0.4rem;
}

.footer-icon {
    display: inline-block;
    float: left;
    max-width: 16px;
    margin-top: 3px;
}


.hasDatepicker {
  margin-left: 15px;
  height: 25px;
  top: 5px;
  position: relative;
  padding: 6px;
}

.study_list_sec .left_part h2{
    margin-bottom: 10px;
}

.cedo_logo img{
    max-width: 175px;
}

span.price-text {
  color: #F08F08;
  font-weight: 700;
}
.pri