@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

@font-face {
    font-family: 'Khorla';
    src: url('/Khorla.ttf');
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f0f0f0;
}

nav {
    background-color: #045788;
    color: white;
    font-family: 'Khorla', sans-serif;
}

#heightCm, #widthCm {
    font-size: smaller!important;
    font-weight: 300;
}

.container-fluid {
    width: 80%;
}

.navbar-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    margin-left: 4rem;
}

.product-page-container {
    width: 90dvw;
    margin: auto;

}

.nav-item a{
    margin: .5rem;
    color: white;
    font-size: 1.4rem;
    font-family: 'Khorla', sans-serif;

}

.nav-item a:hover {
    border-bottom: solid 0.25rem #FFCA00;
    margin-bottom: .25rem;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item a:hover {
    color: white;
    background: unset;
    border-bottom: unset!important;
}

.bar {
    display: block;
    width: 30px;
    height: 4px;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: white;
}

.person-icon {
    color: white;
    font-size: 2.8rem
}

.voordelen-home {
    background: #F0F0F0;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    z-index: 99;
    font-family: 'Khorla', sans-serif;

}
.voordeel-text {
    margin-left: .75rem;
    font-size: 1.25rem;
}

.checkVink {
    color: #4A4A4A;
    font-size: 1.5rem;
    font-weight: bold;
    background: #FFCA00;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-left: 3rem;
}

.home {
    background: #B8B2AF;
    height: 51dvh;
    margin-top: -1px;
}

.box {
    background: #045788;
    width: 35%;
    height: 51dvh;
    position: absolute;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 15rem solid #045788;
    border-right: 15rem solid transparent;
    position: relative;
    z-index: 0;
    left: 34%;
    top: 0;
}

.home-img {
    height: 53%;
    /*aspect-ratio: 2/3;*/
    object-fit: contain;
    position: absolute;
    left: 16%;
    top: 20%;
    z-index: 1;
}

.our-products {
    margin-top: 11rem;
}

#doekImg {
    display: none;
}


#heightInput input {
    width: 80px;
}

.widthInput {
    /*width: 20.55rem !important;*/
    font-size: 18px!important;
}

.widthInput input {
    width: 80px;
}

@media only screen and (max-width: 1583px) {
    .widthInput {
        width: 20.55rem!important;
    }

    .widthInput input{
        margin-bottom: 1rem ;
    }
}

.js-cookie-consent {
    position: sticky;
    bottom: 0;
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    z-index: 120;
    background: #045788;
}

.js-cookie-consent button {
    background: #FFCA00;
    color: black;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Khorla', sans-serif;
}

.js-cookie-consent button:hover {
    background: #FFD639;
}

.text-black {
    margin: 0;
    padding: 10px;
    color: white!important;
}

.box-text {
    color: white;
    background: #045788;
    z-index: 3;
    position: absolute;
    width: 32rem;
    left: 56%;
    top: 26%;
    padding: 2rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    font-family: 'Khorla', sans-serif;
}

.box-text a {
    background: #FFCA00;
    padding: .8rem 1rem;
    color: black;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    width: 75%;
    margin: auto;
}

.incart-button {
    background: #FFCA00;
    padding: .5rem 1rem;
    color: black;
    text-align: center;
    font-size: 20px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    width: auto;
    border: none;
    margin-top: 1rem;
}

.buy {
    margin: 4rem 0 6rem 0;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 22.5rem 22.5rem 22.5rem;
    grid-row-gap: 20px;
    justify-items: stretch;
    justify-content: center;
    align-items: stretch;
}

.product-box {
    transition: box-shadow, transform .3s;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding-bottom: .5rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    position: relative;
    border-radius: 5px;
}

.product-box:hover,
.product-box:focus{
    box-shadow: 0 0 18px rgba(0,0,0,.2);
    transform: translateY(-0.20em);
}

.portfolio-img {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 22.5rem 22.5rem 22.5rem;
    grid-row-gap: 20px;
    justify-items: stretch;
    justify-content: center;
    align-items: stretch;
}

.portfolio-img img {
    object-fit: contain;
    width: 23rem;
    aspect-ratio: 1/1;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.tag {
    position: absolute;
    top: 2.5rem;
    background: #FFCA00;
    padding: 5px;
    padding-right: 10px;
    font-size: 16px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.get-product:hover {
    cursor: zoom-in;
}

.product-box img {
    height: 15rem;
    aspect-ratio: 3/2;
    object-fit: contain;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

#breedte {
    margin-left: .2rem;
    margin-right: .5rem;
}

.meetinstructie {
    margin-left: 1rem!important;
}

.product-box-title {
    font-size: 20px;
    font-weight: 800;
    padding: .5rem;
}

.product-box p{
    padding: 0 .5rem;
}

.product-box a {
    background: #FFCA00;
    padding: .5rem 1rem;
    color: black;
    text-align: center;
    font-size: 18px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    width: 75%;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.product-box a:hover {
    background: #FFD639;
}

.over-ons {
    background: #045788;
    color: white;
    padding: 2rem;
    display: flex;
    justify-content: center;
}

.over-text {
    width: 30dvw;
    padding: 2rem 8rem 2rem 0;
}

.over-ons h2 {
    font-family: 'Khorla', sans-serif;
}

.over-text p{
    margin-top: 1.5rem;
}

.voordelen-text {
    padding: 6rem 0 2rem 10rem;
}

.voordelen-img {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1700px) {
    .container-fluid {
        width: 100%;
    }
}

@media only screen and (max-width: 1700px) {
    .voordelen-img {
        width: 35%;
    }

    .over-text {
        width: 35dvw;
        padding: 2rem 4rem 2rem 0;
    }

    .voordelen-text {
        padding: 6rem 0 2rem 5rem;
    }
}

.voordelen-img img {
    width: 100%;
    border-radius: 5px;
}

.over-voordelen {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.over-voordeel-text {
    font-size: 1.25rem;
    display: flex;
    padding: .5rem 0;
    gap: 1rem;
}

.reviews {
    padding: 2rem 0 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mobile-reviews {
    display: none;
}

.contact-container {
    padding: 3rem 0 3rem 0;
    margin-top: 7rem;
    margin-bottom: 7rem;
    background: #045788;
    color: white;
}

.contact-container input{
    margin: .25rem 0 .25rem 0;
    border-radius: 2px;
}

.contact-container textarea {
    margin: .25rem 0 .25rem 0;
    border-radius: 2px;
}

.contact-body {
    display: flex;
    justify-content: center;
    gap: 16rem;
}

.contact-form {
    width: 40dvw;
}

.contact-info {
    margin-top: 3.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-body div {
    font-size: 20px;
}


.footer {
    background: #045788;
    display: flex;
    color: white;
    gap: 3rem;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.footer-items {
    display: flex;
    justify-content: center;
    gap: 16rem;
    font-family: 'Khorla', sans-serif;

}

footer a{
    color: white;
    font-family: 'Khorla', sans-serif;

}

.logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0 3rem 0;
    gap: 1.5rem;
}

.socials {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: -5rem;
}

.socials:hover {
    cursor: pointer;
}

.footer img {
    height: 16rem;
    aspect-ratio: 3/2;
    object-fit: contain;
    margin-top: -5rem;
}

.footer-product {
    display: flex;
    flex-direction: column;
    padding: 3rem 0 3rem 0;
}

.info {
    display: flex;
    flex-direction: column;
    padding: 3rem 0 3rem 0;
}

.contact {
    display: flex;
    flex-direction: column;
    padding: 3rem 0 3rem 0;
}

.adres {
    display: flex;
    flex-direction: column;
}

.contact-mail {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.kvk {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.payment-options img {
    height: 3.5rem;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.payment-options-cart {
    display: flex;
    justify-content: center;
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
}

.payment-options-cart img {
    height: 2.5rem;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.product-container {
    display: flex;
    flex-direction: column;
}

.product-photo {
    display: flex;
    padding: 1.5rem 0 5rem 4.5rem;
    gap: 3rem;
}

.product-img {
    width: 35dvw;
    height: 40%;
    display: block;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.sticky-photo {
    display: flex;
    flex-direction: column;
    height: 40%;
    /*position: sticky;*/
    top: 90px;
    z-index: 2;
}

.product-info {
    margin-top: 50px;
}

.product-photo img {
    aspect-ratio: 3/2;
    object-fit: contain;
    border-radius: 5px;
}


.product-info {
    padding-left: 3rem;
    font-weight: 500;
}

.product-info a {
    background: #FFCA00;
    padding: .5rem 1.5rem;
    color: black;
    text-align: center;
    font-size: 1.1rem;

    border-radius: 40px;
    margin: auto;
    cursor: pointer;
}

.product-info a:hover {
    background: #FFD639;
}

.product-info p {
    font-size: 1.25rem;
    margin-bottom: 0.9rem;
    width: 40dvw;
}

.quantity {
    width: 3.75rem;
    margin-bottom: 2rem;
    margin-top: -1rem;
    margin-left: 1rem;
    border-radius: 5px;
    border: 2px solid black;
}

#button-group {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.button-order {
    background: white!important;
    border: 2px solid #045788!important;
    padding: 0.5rem 1.5rem;
    color: black;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 40px!important;
    cursor: pointer;
}

.activeBtn, .button-order:hover{
    background: #045788!important;
    color: white!important;
}

@media only screen and (max-width: 1550px) {
    .buy {
        grid-template-columns: 22.5rem 22.5rem 22.5rem;
    }

    .portfolio-img {
        grid-template-columns: 22.5rem 22.5rem 22.5rem;
    }
}

@media only screen and (max-width: 1030px) {

    .buy {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .product-photo {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .home-img {
        left: 3%!important;
        height: 35%;
        top: 18%!important;
    }

    .box-text {
        left: 50%!important;
        top: 22%!important;
    }

    .product-box img {
        height: 15rem;
    }


}

@media only screen and (max-width: 900px) {
    .home-img {
        left: 3%!important;
        height: 33%;
        top: 18%!important;
    }

    .box-text {
        left: 40%!important;
        top: 20%!important;
    }

    .portfolio-img {
        grid-template-columns: 22.5rem!important;
    }
}

.dropdown-menu {
    min-width:50vh;
}

.delete-item {
    display: flex;
    justify-content: space-between;
}

.delete-item-button {
    margin-top: -2px;
}

.item-text {
    border-top: 1.8px solid; margin-top: 5px;
}

.overview-text {
    display: flex;
    justify-content: space-between;
}

.logo img {
    height: 3.75rem;
    margin-right: 3.50rem;
}

.fixed-top {
    height: 7rem;
}

.discount-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: auto;
    justify-content: center;
    text-align: center;
    padding: 0 3rem 0 3rem;
}

@media only screen and (max-width: 1399px) {
    nav .navbar-nav li a{
        color: black !important;
    }

    .logo img {
        margin-right: 0;
    }

    .voordelen-img {
        width: 70%;
        padding: 4rem;
    }

    .container-fluid {
        width: 100%;
    }

    .navbar-items {
        display: block;
    }

    .person-icon {
        color: black;
        font-size: 2rem;
    }

    .voordelen-home {
        display: none;
    }

    nav {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    }

    .triangle {
        left: 25%;
    }

    .home-img {
        top: 20%;
        left: 10%;
    }

    .home {
        margin-top: -2px;
    }

    .box-text {
        top: 26%;
        left: 53%;
    }

    .product-box {
        padding-bottom: 1rem;
    }

    .product-box-title {
        font-size: 26px;
    }

    .product-box a {
        font-size: 20px;
    }

    .contact-body {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .contact-info {
        margin-bottom: 3rem;
    }

    .contact-form {
        width: 90dvw;
    }
}

@media only screen and (max-height: 1200px) {
    .home-img {
        top: 31%!important;
    }

    .box-text {
        top: 40%!important;
    }
}

@media only screen and (max-width: 1050px) {
    .home-img {
        top: 25%!important;
    }

    .box-text {
        top: 30%!important;
    }
}

@media only screen and (max-height: 800px) {
    .home-img {
        top: 40%!important;
    }

    .box-text {
        top: 45%!important;
    }
}

@media only screen and (max-width: 700px) {

    .home-img {
        height: 100%!important;
    }

    .over-voordeel-text {
        font-size: 18px;
    }

    #desktop-reviews {
        display: none;
    }

    .voordelen-img {
        width: 100%;
        padding: 4rem 0;
    }

    #heightCm, #widthCm {
        line-height: 4rem;
    }

    #mobile-reviews {
        display: block;
    }

    .box-text {
        width: auto;
        position: revert;
    }

    .triangle {
        display: none;
    }

    .box {
        display: none;
    }

    .home {
        display: flex;
        flex-direction: column;
    }

    .home-img {
        position: revert;
        object-fit: cover;
    }

    #doorImg {
        display: none;
    }

    #doekImg {
        display: block;
    }

    .home-img {
        height: 65%;
    }

    .box {
        height: 25rem;
    }

    .triangle {
        width: 0;
        height: 0;
        border-top: 15rem solid #045788;
        border-right: 15rem solid transparent;
        position: relative;
        z-index: 0;
        left: 8%;
        top: 0;
    }

    .home {
        height: 25rem;
    }

    .product-img {
        width: 95dvw!important;
    }

    .product-info {
        padding-left: 0;
        width: 95dvw!important;
        padding-bottom: 3rem;
    }

    .product-info p {
        width: 80dvw!important;
    }

    .total-price {
        width: 95%!important;
    }

    .our-products {
        margin-top: 15rem;
    }

    .contact-info div {
        font-size: 16px;
    }
}

@media only screen and (max-width: 410px) {
    .product-info p {
        width: 87dvw!important;
    }
}

@media only screen and (max-width: 360px) {
    .product-info p {
        width: 91dvw!important;
    }
}

@media only screen and (max-width: 1450px) {
    .overzicht {
        width: 34rem;
    }
}

@media only screen and (max-width: 1400px) {
    .product-photo {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .navbar-items {
        margin-left: 0;
    }

    .sticky-photo {
        position: unset;
        z-index: 0;
    }

    .product-img {
        width: 40rem;
        padding: 0;
    }

    .buy {
        grid-template-columns: 22.5rem 22.5rem;
    }

    .portfolio-img {
        grid-template-columns: 22.5rem 22.5rem;
    }

    .product-info {
        padding-left: 0;
        width: 40rem;
        padding-bottom: 3rem;
    }

    .product-info p {
        width: 40rem;
    }

    .tag {
        font-size: 20px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1300px){
    .footer-items {
        gap: 10rem;
    }
}

@media only screen and (max-width: 1200px) {
    .overzicht {
        width: 30rem;
    }

    .footer-margin {
        margin-left: 1rem;
    }

    .home-img {
        left: 15%;
    }

}

@media only screen and (max-width: 1100px) {
    .footer-margin {
        margin-left: 0;
    }

    .payment-options {
        margin-top: 5rem;
        margin-bottom: 1.5rem;
        gap: 1.5rem;
        display: grid;
        grid-template-columns: 5rem 5rem 5rem;
        grid-row-gap: 73px;
        justify-items: stretch;
        justify-content: center;
        align-items: stretch;
    }

    .payment-options-cart {
        gap: .25rem;
        display: grid!important;
        grid-template-columns: 5rem 5rem 5rem;
        grid-row-gap: 25px;
        justify-items: stretch;
        justify-content: center;
        align-items: stretch;
    }

    .home-img {
        left: 10%;
        height: 40%;
    }

    .over-ons {
        flex-direction: column;
        align-items: center;
    }

    .over-text {
        width: 99dvw;
        padding: .5rem;
    }

    .voordelen-text {
        width: 99dvw;
        padding: .5rem;
    }

    .footer-items {
        flex-direction: column;
        gap: 1rem;
    }

    .footer {
        gap: 1rem;
    }

    .logos {
        padding: 3rem 0 1rem 0;
    }

    .footer-product {
        padding: 1rem 0 1rem 0;
    }

    .info {
        padding: 1rem 0 1rem 0;
    }

    .contact {
        padding: 1rem 0 3rem 0;
        gap: 1rem;
    }
}




@media only screen and (max-width: 448px){

    .product-img{
        width: 150%;
        display: block;
    }

    .product-img img{
        width: 100%;
    }

    .product-price{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .logo img {
        height: 3rem;
    }

    .logos img {
        height: 12rem;
    }

    .pre-sale {
        width: 85dvw!important;
    }
}

@media only screen and (max-width: 465px){
    .box-text a {
        width: 100%;
    }

    .box-text {
        width: auto;
        left: 5%;
        right: 5%;
        top: 30%;
    }

    .buy {
        gap: 3rem;
    }

    .product-box img {
        height: 15rem;
    }

    .product-box-title {
        font-size: 22px;
    }

    .product-box a {
        font-size: 22px;
    }
}


@media only screen and (max-width: 417px){
    .box-text {
        left: 2%!important;
        right: 2%!important;
    }

    .logo img {
        height: 2.5rem;
    }
}

@media only screen and (max-width: 380px){
    .logo img {
        height: 2rem;
    }
}



a {
    text-decoration: none;
}
.table-head
{
    display: flex;
    justify-content: space-between;
}

.login-card-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    width: 450px;
    background: rgba(255, 255, 255, .5);
    padding: 4rem;
    border-radius: 10px;
    position: relative;
}

.login-card-logo {
    margin-bottom: 2rem;
}

.login-card-logo img {
    width: 60px;
}.login-card {
     width: 450px;
     background: rgba(255, 255, 255, .5);
     padding: 4rem;
     border-radius: 10px;
     position: relative;
 }

/* Login Card Logo */
.login-card-logo {
    margin-bottom: 2rem;
}

.login-card-logo img {
    width: 60px;
}
/* ---------- */

/* Login Card Standard */
.login-card-logo,
.login-card-header,
.login-card-footer {
    text-align: center;
}

.login-card a {
    text-decoration: none;
    color: #35339a;
}

.login-card a:hover {
    text-decoration: underline;
}
/* ---------- */

/* Login Card Header */
.login-card-header {
    margin-bottom: 2rem;
}

.login-card-header h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.login-card-header h1+div {
    font-size: calc(1rem * .8);
    opacity: .8;
}
/* ---------- */

/* Login Card Form */
.login-card-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-card-form .form-item {
    position: relative;
}

.login-card-form .form-item .form-item-icon {
    position: absolute;
    top: .82rem;
    left: 1.4rem;
    font-size: 1.3rem;
    opacity: .4;
}

.login-card-form .checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
}

.login-card-form .form-item-other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: calc(1rem * .8);
    margin-bottom: .5rem;
}
/* ---------- */

/* Login Card Footer */
.login-card-footer {
    margin-top: 1.5rem;
    font-size: calc(1rem * .8);
}
/* ---------- */

/* Login Card Form Elements */
.login-card input[type="text"],
.login-card input[type="password"],
.login-card input[type="email"] {
    border-color: black;
    background: rgba(255, 255, 255, .3);
    padding: 1rem 1.5rem;
    border-radius: 100px;
    width: 100%;
    transition: background .5s;
}

.login-card input:focus {
    background: white;
}

.login-card input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: black;
}

.login-card button {
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    background: #FFCA00;
    border: none;
    color: black;
    padding: 1rem;
    border-radius: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background .5s;
}

.login-card button:hover {
    background-color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    color: white;
}
/* ---------- */

/* Login Card Social Buttons */
.login-card-social {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    margin-top: 3rem;
}

.login-card-social>div {
    opacity: .8;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: calc(1rem * .8);
}

.login-card-social-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.login-card-social-btns a:hover {
    background-color: white;
    transform: scale(1.1);
}
/* ---------- */
.register-btn {
    background-color: #FFCA00;
    color: black;
    border: none;
    padding: 1rem;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background .5s;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.register-btn:hover {
    background-color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    color: white;
}

/* Style the Image Used to Trigger the Modal */
.product {
    border-radius: 50%!important;
    cursor: pointer;
}

.product:hover {opacity: 0.7;}

/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    z-index: 3;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal-content {
    z-index: 3;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-image: none;
}

.carousel-control-next-icon:after
{
    content: '>';
    font-size: 55px;
    color: black;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: black;
}

.main-title {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1rem;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-title:before, .main-title:after {
    content: "";
    display: block;
    margin: 0 0.2rem;
    flex: 1;
    border-bottom: 2px solid black;
}

.wrapper {
    width: 45dvw;
    margin: auto;
}

.total-price {
    width: 100dvw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: .5rem 0 .5rem 0;
    padding: 0 0 1rem 1rem;
    border: 2px solid;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.total-price p {
    font-size: 17px;
}

#colorPrice, #heightPrice, #widthPrice,#finishPrice, #fixationPrice {
    padding-left: 1rem;
}

#more {
    display: none;
}

@media (max-width: 1400px) {
    .wrapper {
        width: auto;
        padding: 0 0.3rem;
    }
}

input[type=radio] {
    display: none;
}
input[type=radio]:checked + .item .title {
    color: #fff;
    border-color: #045788;
    background-color: #045788;
}
input[type=radio]:checked + .item .title:after {
    transform: rotate(180deg);
}
input[type=radio]:checked + .item .content {
    padding: 1rem 0.5rem 1rem 0.5rem;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s, opacity 0.7s;
    border: 2px solid;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.item {
    display: block;
    margin-bottom: 0.3rem;
}

.title {
    padding: 1rem 0.3rem;
    /*border-radius: 0.3rem;*/
    /*border: 2px solid #045788;*/
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
.title:after {
    content: "▼";
    display: inline-block;
    font-size: 12px;
}

.content {
    width: 99%;
    margin: 0 auto;
    padding: 0 0.3rem;
    line-height: 1.6;
    font-weight: 600;
    /*border: 2px solid #045788;*/
    /*border-width: 0 2px;*/
    /*border-bottom: 2px solid #045788;*/
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

#nextButton, #nextButtonZoom, #nextButtonColor, #nextButtonFixation, #moreButton, #nextButtonOpmerking, #nextButtonFile {
    color: black;
    background: #FFCA00;
    border-radius: 40px;
    border: none;
    height: 2rem;
    text-align: center;
    padding: 0 1rem 0 1rem;
    font-weight: 600;
}

#nextButton:hover, #nextButtonZoom:hover, #nextButtonColor:hover, #nextButtonFixation:hover, #moreButton:hover, #nextButtonOpmerking:hover, #nextButtonFile:hover {
    background: #FFD639;
}


#zoom {
    color: black;
}


@media only screen and (max-width: 1623px) {

    .meetinstructie {
        margin-left: 0!important;
    }
}
