.lr_h1_garden_trimming {
    font-size: 36px;
    font-weight: 400;
}

.lr_h2_garden_trimming {
    font-size: 17px;
    font-weight: 400;
}

.grey {
    color: #A7A7A7;
}

.grey_and_bold {
    color: #777;
    font-weight: bold;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.note {
    font-size: 12px;
    color: #A7A7A7;
}

/* TOGGLE STYLING */
.toggle {
    box-sizing: border-box;
    font-size: 0;
    /*display: flex;*/
    overflow: auto;
}

.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.toggle input + label {
    height: 34px;
    margin: 16px 0 0;
    padding: 6px 12px;
    position: relative;
    display: inline-block;
    border: solid 1px #EDEDEE;
    color: #85AFA8;
    background-color: #FFF;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.toggle input + label:first-of-type {
    border-radius: 6px 0 0 6px;
    border-right: none;
}

.toggle input + label:last-of-type {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.toggle input:hover + label {
    background-color: #EDEDEE;
}

.toggle input:checked + label {
    background-color: #85AFA8;
    color: #FFFFFF;
    border-color: #EDEDEE;
    z-index: 1;
}

.toggle input:focus + label {
    outline: dotted 1px #CCC;
    outline-offset: .45rem;
}

@media (min-width: 800px) {
    .toggle {
        overflow: hidden;
        width: 101%;
        display: flex;
    }
}

@media (max-width: 800px) {
    .toggle input + label {
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }
}

/* Custom theme. */

header a.navbar-brand.logo img {
    height: 61.175px;
}

/*.navbar-collapse.collapse {*/
    /*display: inline-block !important;*/
/*}*/
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    padding-left: 0;
    padding-right: 0;
}
.navbar-collapse > ul{
    margin-right: -15px !important;
}

@media screen and (min-width: 768px) {
    .flower {
        position: absolute;
        width: 50%;
        height: 50%;
        max-height: 284.2px;
        top: -40px;
        left: -200px;
        opacity: 0.5;
    }

    .flower_wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1024px;
        z-index: -1;
    }

    .flower_box {
        position: relative;
        width: 95%;
        height: 1024px;
        max-width: 1024px;
        margin: auto;
    }
}
@media (max-width: 768px) {
    .flower_wrapper {
        display:none;
    }
}

/* Removes the arrow of select element. Firefox needs special attention :( */
.carrot_removal {
    position: relative;
    width: 100%;
}

.custom_caret {
    position: absolute;
    top: 50%;
    right: 5%;
}

select option {
    color: black;
    padding: 3px 20px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

@-moz-document url-prefix() {
    .carrot_removal select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }
}

.nav > li > a {
    padding: 9px 13px !important;
}

#top_menu_fix li a{
    text-transform: none !important;
    font-weight: normal !important;
    opacity: 1 !important;
}

#graph_header .navbar .navbar-nav > li > a {
    opacity: 1 !important;
}
.oe_product section {
    padding: 0 !important;
}

.lr_protected_symbol {
    width: 20px;
    margin-bottom: 5px;
}

.lr_extra_plant_information_modal {
    overflow: visible;
    position: relative;
}

.lr_extra_plant_information_icon {
    color: #A7A7A7 !important;
}

.blocker {
    z-index: 1000 !important;
}

.lr_short_description {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}