@tailwind base;
@tailwind components;
@tailwind utilities;
.box {
    background: #f0f0f0;
    padding: 15px;
    margin: 0 0 20px;
}
.box .box-heading {
    font-size: 14px;
    color: #474747;
    margin: 0;
    padding: 0 0 10px;
    letter-spacing: 1px;
}
.box-product {
    width: 100%;
    overflow: auto;
}
.box-product > div:hover{
    background: #fdfdfd;
}
.box-product > div {
    background: #f8f6f6;
    width: 237px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 -1px 1px;
    padding: 15px 0;
}
.box-product .image {
    display: block;
    margin-bottom: 0;
}
.box-product .price {
    display: block;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    margin: 8px 0;
}
.box-product .name {
    color:#8b8b8b;
    font-size:14px;
    letter-spacing:1px;
    text-decoration:none;
    display:block;
    margin:8px 0;
}
.box-product .name a:hover{
    color:#474747;
}
.artikelen{
    background: #f0f0f0;
    padding: 15px;
    margin: 0 0 20px;
}
.artikel {
    background: #fff;
    width: 237px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 -1px 1px;
    padding: 15px 0;

}
.account-form{
    display: flex;
    flex-direction: row;
    justify-content: center;


}
.account-form >input{
    width: 100px;

}
.account-form> .account-input{

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;


}
.account-form> .account-label{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.acount-bewerken{
    overflow-y: scroll;
    height: 500px;
    width: 50%;
    border: solid ghostwhite 10px;


}
.informatie-scherm{
    display: flex;
justify-content: center;
}
.catagorie{

}
.catagorie-blok{
    display: flex;
    flex-direction: column;
    background-color: #00A5E3;
}
.directieLink > a{
    background-color: #9f2b2b;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

directieLink > a:hover {
    background-color: red;
}
.image > a > img{
    object-fit: contain;
    width: 100px;
    height: 100px;

}
.container {
    display: flex;
    flex-wrap: wrap;
}

.sidebar {
    flex: 0 0 20%; /* Adjust the width of the sidebar as needed */
}

.iframe-container {
    flex: 1;
}

iframe {
    display: block; /* Make sure the iframe behaves as an inline element */
    width: 100%;
}