@import 'rows.css';
@import 'modal.css';
@import 'productinfo.css';
@import 'swing.css';
@import 'test.css';
@import 'table.css';

:root {
    --primary: #53CDF4;
    --titletext: Phenomena;
    --primarytext: 'Serif Fonts';
}
.leegte{
    height: 500px;
}
.contactlink{
    color: rgb(237, 18, 124) !important; 
    font-weight: bold;
    font-size: larger;
}
a {
    text-decoration: none !important;


}

a:hover {
    opacity: 0.6;
}

.primarytext {
    font-family: var(--primarytext);
    font-size: 18px;
}

.titletext {
    font-family: var(--titletext);

}

/* searchbar/catorogybar */
#category {
    position: absolute;
    z-index: 2;
    /* left: 50%;
    top:20%;
    transform: translate(-50%,-20%); */
    background-color: #ffffff;
    width: 100%;
    text-align: left;

}

.searchicon {
    cursor: pointer;
    color: black;
    position: absolute;
    padding: 5px;
    position: absolute;
    margin-left: 10px;
}

.searchbar {
    width: 100%;
    margin-left: 22px;
    background-color: #00000029;
    border: none;
    height: 30px;
}

.searchbar:focus,
.searchbar:active {
    border: 0;
    outline: 0;
}

#searchbarid {
    z-index: 100;
    background-color: #00000029;
}

.opties {
    z-index: 100;
    background-color: #ffffffe4;
    padding: 10px;
}

/* navbar */
.topslider {
    margin-bottom: 0px;
    text-align: center;
    font-size: large;
    background-color: var(--primary);
}

.logotitle {
    color: black;
    font-family: var(--titletext);
    font-size: 30px;
    padding-top: 10px;
}
.textcolor{
    color: #000;

}
.titletextnav {
    font-size: 15px;
}
.nav-link{
    color: #000 !important;
}
/* homepage */
.banner {
    background-color: rgba(0, 0, 0, 0.242);
    position: relative;
    overflow: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
}

.bannerbackground {
    height: 400px;
    border-bottom: 30px solid gray;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bannertext {
    font-family: var(--titletext);
    font-weight: bold;
    color: #ffffff;
}

.card,.card3{
    margin-bottom: 50px;
    max-height: 400px;
}

.card-body {
    text-align: center;
    padding: 10px;
}

.card-img-top {
    padding-top: 10px;
}

.card-title {
    font-family: var(--titletext);
}

.quantity {
    font-size: 18px;
    
}
.icons{
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    
}

.icons i{
    font-size: 40px;
    margin-top: 10px;
    padding: 30px;
    border:2px solid rgba(0, 0, 0, 0.478);
    border-radius: 50%;
    background: #2f2fba;
    background: -moz-linear-gradient( #1d1d87 0%, #353BA4 12%, #2e52e4 100%);
    background: -webkit-linear-gradient( #1d1dd4 0%, #353BA4 12%, #1a47fb 100%);
    background: linear-gradient( #2e2eec 0%, #353BA4 12%, #204dff 100%);
}
.icons p{
padding: 5px;
color: #000000;
margin-top: 5px;
}
.promisses{
    background-color: #204dff;
}

/* about */
.maxwidthabout {
    margin-left: 50px;
    margin-right: 50px;
}

.titlepage {
    text-align: left;
    font-size: 60px;
    font-family: var(--titletext);
    border-bottom: 2px solid gray;
}

.pickvk {
    width: 300px;
    float: right;

}

.P1overons {
    font-family: var(--primarytext);
    font-size: medium;
    max-width: 800px;
}

.P2overons {
    max-width: 300px;
    display: inline-block;
    margin-right: 400px;
}

.P3overons {
    max-width: 300px;
    display: inline-block;

}

/* catogory pagina */
.lijstbody {
    display: inline-flex;
}

.lijstimg {
    width: 225px;
    height: 300px;
    object-fit:cover;
}

/* .itembox{
    width: 600px;
} */
/* .lijstprijs{
    position: relative;
    left: 30px;
    top: -200px; */

.lijst {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: 10px;
    text-align: center;
    padding-right: 0;
}

.price {
    color: grey;
    font-size: 22px;
}
.lijsttext{
    font-family: var(--titletext);
    font-weight: 600;
}
.lijst button {
    border: none;
    outline: 0;
    padding: 10px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 50%;
    font-size: 18px;
}
/* cart */
.clearbutton{
    border: none;
    outline: 0;
    padding: 10px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
}
/* checkout */
.checkoutlist-nav li{
    display: inline-block;
    background: #122bcd;
    margin: 10px 5px 10px -47px;
    clip-path: polygon(75% 0,82% 50%,75% 100%,0% 100%,7% 50%,0% 0);
    width: 200px;
    margin-left: 10px;
}
.producttable{
    width: 50%;
   margin-left: auto;
   margin-right: auto;
   border: 2px solid black;
}
.products{
height: 100px;
}
.productimg{
    width: 200px;
    padding:5px;
}
.datum{
    padding: 20px;
}
.eindinfo{
    text-align: right;
}

.forma input{
    max-width: 200px;
    text-align: center;
}
.forma{
    margin-left: auto;
    margin-right: auto;
}
#datumknop{
    background-color: #1a47fb;
}
.extrakeuze ,.bezorg{
    max-width: 500px;
    display: inline-block;
    padding: 20px;
}

.drieenvier{
   border-bottom:5px solid #223194;
   
}
.prijslijst{
    text-align: center;
    background-color: #6476e774;
    
}

#phone{
    padding-left: 30px;
}

.gegevens input{
    padding: 10px;
}
.gegevens div{
    padding: 2px;
}
.checktitle {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: rgb(255, 255, 255);
}

.dagenkiezen{
   border-bottom: 3px solid black;
   border-left: 3px solid black;
   border-right: 3px solid black;
   max-height: 250px;
}
.winkelwagencheck{
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    max-height: 250px;
    overflow-y: auto;
}

.progresstext{
   font-size: 25px; 
}
.progresstext div:not(:last-child){
    text-align: left !important;
}
.balk div:first-child{
    border-top: 3px solid black;
}
#bezig{
    background-color: green;
}
.balk div{
    border-top: 3px solid rgba(0, 0, 0, 0.76); 
}

/* contact */
.contactform{
    border-top: 5px solid black;
}


/* responsive maken */
@media only screen and (max-width: 600px) {

    .P2overons,
    .P3overons {
        max-width: 500px;
        display: block;
        margin-right: 0;
    }

    .pickvk {
        width: 300px;
        float: center;

    }

    .divkvk {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
    .card:nth-child(3){
       display: none;
    }
    .card:nth-child(2){
        display: none;
     }
     .homeinfo p {
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    #phone{
        display: none;
    }
    .progresstext div{
        text-align:  center !important;
        width: 33%;
    }
    .balk div{
        text-align:  center !important;
        width: 33%;
    }
    .dagenkiezen{
        width: 100% !important;
    }
    .winkelwagencheck{
        width: 100% !important;
    }
}

@media only screen and (max-width: 1286px) {
    .P2overons {
        margin-right: 0;
    }
}