:root {
    --fatelep-szurke: #79807b;
    --fatelep-zold: #5b5600;
    --fatelep-nyil-1: #bcb687;
    --fatelep-nyil-2: #9b9558;
    --fatelep-nyil-3: #7c762e;
    --fatelep-narancs: #f95700;
}

html, body {
    height: 100%;
}

body {
/*    font-family: "Arial", Sans-serif; */
/*    font-family: "Advent Pro", Sans-serif; */
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 14px;
    background: url("../images/bg.jpg");
}

a, a:visited  {
    color: var(--fatelep-nyil-1);
    text-decoration: none;
}

a:hover, a:active  {
    color: var(--fatelep-nyil-3);
    text-decoration: none;
}

h2 {
    color: var(--fatelep-zold);
}

h4 {
    color: var(--fatelep-nyil-3);
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-left: 8px;
    margin-right: 8px;
}

.carousel-caption {
    text-align: left;
    bottom: 10%;
}

.form-control:focus {
    border-color: var(--fatelep-nyil-2);
    box-shadow: 0 0 0 0.1rem rgba(124, 118, 46, 0.3);
}

.form-control-hiba {
    border-color: #f00;
}
.form-control-hiba-check {
    border: 2px solid #f00;
}
.form-control-hiba:focus {
    border-color: #f00;
    box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.3);
}

.btn-fatelep {
/*    font-family: "Advent Pro", Sans-serif; */
    color: #fff;
    background-color: var(--fatelep-nyil-1);
    border-color: var(--fatelep-nyil-2);
}

.btn-fatelep:hover {
    color: #fff;
    background-color: var(--fatelep-nyil-2);
    border-color: var(--fatelep-nyil-2);
}

.btn-fatelep:focus, .btn-fatelep.focus {
    color: #fff;
    background-color: var(--fatelep-nyil-3);
    border-color: var(--fatelep-nyil-3);
    box-shadow: none;
/*    box-shadow: 0 0 0 0.2rem rgba(124, 118, 46, 0.5); */
}

.lablec {
    background-color: #000;
    color: var(--fatelep-nyil-1);
}

.lablec img {
    max-width: 150px;
}

.lablec a, .lablec a:visited  {
    color: var(--fatelep-nyil-1);
    text-decoration: none;
}

.lablec a:hover, .lablec a:active  {
    color: var(--fatelep-nyil-3);
    text-decoration: none;
}

.lablec2 {
    background-color: var(--fatelep-szurke);
    color: #fff;
}

.lablec2 .copy {
    font-size: 11px;
}

.lablec2 .social svg {
    height: 30px;
    margin-left: 10px;
}

.lablec2 .social svg path {
    fill: #fff;
}

.fejlec-arnyek {
    background-color: #fff;
    background-image: url("../images/fejlec-bg-2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4);
}

.fejlec {
    color: var(--fatelep-szurke);
    padding: 20px;
}

.fejlec .logo img {
    max-width: 280px;
}

.fejlec svg {
    height: 40px;
    margin-left: 20px;
}

.fejlec svg path {
/*    fill: var(--fatelep-zold); */
    fill: #fff;
}

.fejlec .no-left-marg svg {
    margin-left: 0;
}

.items-amount {
    position: absolute;
    top: -6px;
    right: 7px;
    background: var(--fatelep-narancs);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 5px;
}

#leftSidebar {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    color: var(--fatelep-nyil-1);
    font-size: 17px;
}
/*
#leftSidebar a, #leftSidebar a:visited {
    color: var(--fatelep-zold);
    text-decoration: none;
}

#leftSidebar a:hover, #leftSidebar a:active  {
    color: var(--fatelep-zold);
    text-decoration: none;
}

#leftSidebar ul li {
    padding: 0.5rem;
    border-bottom: 1px solid var(--fatelep-nyil-2);;
}

#leftSidebar ul li:hover {
    background-color: var(--fatelep-nyil-2);
}
*/
.responsive-menu ul li {
    padding: 0.5rem;

}

.responsive-menu ul li:hover {
    background-color: var(--fatelep-nyil-2);
    color: White;
}

.fooldal-tcs-hover:hover {
    background-color: rgba(248,249,251,0.9);
}

.ar {
    color: var(--fatelep-nyil-3);
    font-size: 20px;
}

#price {
    color: var(--fatelep-nyil-3);
    font-size: 20px;
    background: none;
    border: none;
    min-width: 20px;
    width: auto;
}
