html{
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,0.6);
    font-size: 14px;

}
body {
    background-color: #f8fbff;;
}

#slider{

    background-color: #fef7ed;

}
table, th, td, tr {
    border: none;
    padding: 3px 5px;
}

nav{
    background-color: #FFFFFF;
}


.product .card{
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
}
.product .card:hover {
    box-shadow: 7px 7px 21px #e8e8e8, -7px -7px 21px #ffffff;
}


.product .card-title {

    color: #29415b;
    height: 58px;
    overflow: hidden;

}

.table-of-contents li a{

    font-size: 18px;
    font-weight: 500;


}

.productprice {

    color: #29415b;
    font-weight: bold;

}

#product-view .modal-content{

padding: 0;

}

#product-view .collection{
    margin-left: 20px;
    margin-right: 20px;

}

#product-view .collection-item {
    padding: 5px 10px ;
}


nav ul a{
    color:#343434;
}

#navlogo{
    height: 34px;
}


.sidenav-trigger{
    color: #343434;
}

.product .card-image{
    overflow: inherit;
    display: block;
}

#order-list .card-title{

    color: rgba(0,0,0,0.54);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;

    
}


.btn-small {
    height:24px;
    line-height:24px;
    padding:0 .5rem;
    font-size:10px;
}

.divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #EEEEEE;
}

input {
    color: inherit;
    font: inherit;

}

footer{

    background-color: #f2f2f2;
    color: rgba(0,0,0,0.6);
    margin-top: 45px;

}

.footerlinks li{

    padding: 0 0 4px 0;

}

.footerlinks li a{

    color: #636363;


}

#cookieconsent{

    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 9999;

}

.rules ul li{
    list-style-type: circle;
    margin-left: 30px;
    font-style: italic;

}

.statusline  li {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height:3em;
    border-radius: 1em;
    background-color: #0f9d58;
    margin: 0 1em;
    display: inline-block;
    color: white;
    position: relative;
}

.statusline li::before{
    content: '';
    position: absolute;
    top: .9em;
    left: -4em;
    width: 4em;
    height: .2em;
    background-color: #0f9d58;
    z-index: -1;
}


.statusline li:first-child::before {
    display: none;
}

.statusline .active {
    background-color: #0f9d58;
}

.statusline .active ~ li {
    background-color: #a5d6a7;
}

.statusline .active ~ li::before {
    background-color: #a5d6a7;
}

.fstatuss{

    font-size: 16px;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 2px;

}
.statuss{

    font-size: 12px;
    padding: 2px 5px;
    color: #ffffff;
    border-radius: 2px;

}

/* google autocomplete values */
.pac-container{

    z-index: 99999;

}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../font/MaterialIcons-Regular.woff2) format('woff2');

}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

@media only screen and (max-width: 601px) {
    #product-view .modal-footer{
        height: 106px;

    }

    #product-view .additionals{
        margin-bottom:60px
    }

}

@media only screen and (min-width: 1200px) {
    #product-view{

        width: 35%;

    }
}