.bg-info {
    background-color: #7ab840 !important;
}

.navbar-nav {
    paddingtop: 20px;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    background: url('../../assets/img//braams%20logo.png') no-repeat;
    background-size: 100%;
}

.text-info {
    color: #7ab840 !important;
}

.border-info {
    border-color: #7ab840 !important;
}

.m-t-130 {
    margin-top: 130px;
}

.container ol, .container ul {
    list-style: none;
}

.basket {
    background: #7ab840;
    border: none;
}

.topbasket .rounded-circle {
    width: 66px;
}

.topbasket .rounded-circle i {
    line-height: 50px;
}

.btn.btn {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 0px;
    margin-bottom: 6px;
    /*background-color: #78BBEB;*/
}

#home-intro .btn.btn {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 6px;
    background-color: #78BBEB;

}

.clean-product-item .btn.btn {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 0px;
    margin-bottom: 6px;
    background-color: #78BBEB;
}



[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: none;
}

.navbar-nav {
    /*height:100%;*/
    /*position: relative;*/
    /*display: inline-block;*/
}

.level_1
{
    float:left;
    width:100%;
}

.level_2
{
    float:left;
    width:100%;
    margin-left:30px;
}

.help-block.error-help-block{
    float: left;

    width: 100%;

    color: red;
}

form.contact ol{
    padding-left:0;
}

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

    h1, h2, h3 {
        word-break: break-word;
    }

    .navbar-nav .dropdown-menu {
        position: static !important;
        position: sticky !important;
        float: none;
        height:auto;

        /*top: auto;*/
        /*width:100%;*/
    }

    #transmenu {
        overflow: auto;
        flex: none;


    }

    #navcol-1 {
        /*!*position: relative;*!*/
        /*!*width: 100%;*!*/
        /*height: 100%;*/
        /*background:red;*/
        /*!*bottom: 0;*!*/
        /*!*background: #fff;*!*/
        /*!*float:left;*!*/

    }
}

