
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{
    font-family: "Montserrat", sans-serif;
}

a{
    cursor:pointer;
}

.section-title {
  font-size: 14px;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
  color: #222;
}

.btn-red {
  background-color: #cc0000;
  color: white;
  font-size: 13px;
  padding: 6px 18px;
  border: none;
}

.btn-red:hover {
  background-color: #a30000;
  color: white;
}

.top-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
}

.subheader{
    font-family: "Montserrat", sans-serif;
    font-size : 24px;
    color:#5a5a5a;
    text-align:right;
    width:100%;
}

.theme-icon {
    border: 1px solid #ccc;
    font-size: 13px;
    text-align: center;
    background-color: white;
    padding: 16px 6px;
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.item-icon{margin-top:15px;}

.second-navigation-menu{
    justify-content: right;
    width:30%;
    min-width:150px;
    text-align: left;
    float: right;
    list-style-type: none;
        li{
            width:100%;
            font-size:14px;
            color: #406e8f !important;
            a{
                font-size:17px !important;
            }
        }
        li::before {
            content: '';
            /* with class ModalCarrot ??*/
            /*or absolute*/
            /*a number that's more than the modal box*/
            width: 17px;
            height: 17px;
            display: inline-block;
            margin-right: 5px;
            z-index: 10;
            background-position: center;
            vertical-align: middle;
            background-size: contain;
        }
}
.second-navigation-cart{
    justify-content: left;
    float: left;
    padding:9px 50px;
    background:#FFF;
    width: 100%;
    min-width:150px;
    a{
        text-decoration:none;
        font-weight:bold;
        color:#5a5a5a;
    }
    a::before {
        content: '';
        /* with class ModalCarrot ??*/
        /*or absolute*/
        /*a number that's more than the modal box*/
        width: 25px;
        height: 25px;
        display: inline-block;
        margin-right: 15px;
        z-index: 10;
        background-position: center;
        vertical-align: middle;
        background: url("{{ asset('images/icons/cart.png') }}");
        background-size: contain;
    }
}
.logo-container {
    padding: 10px 25px 25px 40px;
}

.top-navigation {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: right;
    list-style-type: none;

    li {
        list-style-type: none;
        margin-right: 15px;
        a {
            color: #406e8f !important;
            font-size: 19px;
        }
    }

}

.subheader {
    padding-top: 25px;
}

.top-navigation {
    padding-top: 30px
}

.banner {
    border-top: 30px solid #406e8f;
}

.second-navigation-block {
    background: #d4d8e3;
    min-height: 150px;
    padding: 25px 55px;
    margin: 0;
}
.second-navigation-block .col-md-4{
    padding-top:25px;
}
.section-title {
    background: #406e8f;
    padding: 15px 25px;
    color: #FFF;
}

.section-title-link {
    background: #be1623;
    padding: 15px 25px;
    color: #FFF;
}

.category-row {
    padding-left: 25px;
}

.category-row.mb-4 {
    margin-bottom: 0px !important;
}

.search-field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
    padding: 4px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
}

.search-field i {
    font-size: 18px;
    margin-right: 8px;
    color: #333;
}

.search-field input {
    border: none;
    outline: none;
    /* font-size: 14px; */
    font-size : 22px;
    text-align: right !important;
    width: 100%;
    color: #333;
}

.search-field input::placeholder {
    color: #333;
    /* blauwgrijze tint */
}
.theme-icon{
    height: 150px;
    color:#be1623;
    font-size:16px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.item-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
