body.home {
    background-color: #eff1d2;
}

.header-content-wrap {
    background-color: #eff1d2 !important;
    padding: 60px 0 40px 0;
}

@media (min-width: 992px) {
    .header-content-wrap {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .header-content-wrap {
        padding: 60px 0 40px 0;
    }
}

.intro-text {
    color: #6E782B
}

.intro-text small {
    color: #bec664 !important;
}

.red-btn {
    background-color: #ce441e;
}

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

.green-btn {
    background-color: #6E782B;
}

.green-btn:hover {
    background-color: #aeb744;
}

a {
    color: #666;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline !important;
}

.dropdown a,
a.btn,
.btn:hover,
.text-decoration--none,
.no-underline
/*.no-underline:hover*/
{
    text-decoration: none !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
a.btn:hover {
    text-decoration: underline;
}

.about-us {
    background: #6e782b;
}

.about-us .big-intro {
    font-size: 40px;
}

.about-us p,
.skills .skill p {
    color: #fff;
}

.section-header h2 {
    line-height: 1em;
}

.table-no-stretch {
    table-layout: fixed;
    width: auto;
}

.breadcrumb {
    display: none;
}

.border-right-radius-2 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

/*admin*/

section h4 {
    /*border-bottom: 1px solid darkgray;*/
    /*padding-bottom: 16px;*/
}

section .row {
    /*border-bottom: 1px dashed lightgray;*/
    /*margin-bottom: 8px;*/
}

section.order-status h4 {
    border-bottom: 1px solid darkgray;
    padding-bottom: 16px;
}

section.order-status .row {
    border-bottom: 1px dashed lightgray;
    margin-bottom: 8px;
}

section {
    border-bottom: 1px solid lightgrey;
    /*padding-bottom: 30px;*/
    /*margin-bottom: 30px;*/
}

section:hover {
    /*cursor: pointer;*/
}

/* 1/0.85 = */
.large {
    font-size: 117.65%
}

#search-products-form {
    /*width: 150px;*/
}