.nav-topbar {
    background-color: #000;
}

.navbar {
    background-color: #dfdfdf;
}

.navbar-brand {
    float: left;
    height: 30px;
    padding: 5px 0 0 0;
    line-height: 10px;
}

.navbar-brand img {
    height: 65px;
}

.page-header {
    min-height: 220px;
    padding-top: 60px;
    background-image: url("../img/header_bg.jpg");
}

.page-title {
    color: white;
}

.page-header .breadcrumb {
    color: white;
}

.page-header .breadcrumb a {
    color: white;
}

.page-header .breadcrumb a:hover {
    color: #231F20;
}

.rev_slider p,
.rev_slider h2 {
    color: white;
}

.footer-dark a {
    color: white;
}

.footer-dark a:hover {
    text-decoration-line: underline;
}

.widget a,
.post-entry-card a {
    color: #636363;
}

.widget a:hover {
    color: #231F20;
}

.btn-black {
    color: white;
    background-color: #231F20;
}

.btn-black:hover {
    color: #636363;
    background-color: #231F20;
}

.embed-responsive-21by9 {
    padding-bottom: 42.85%;
}

.overlay {
    position: relative;
}

.overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
}
.overlay .container{
    z-index: 2;
}

/* Egyenlő magasságú termékdobozok */
ul.product-grid {
    display: flex;
    flex-wrap: wrap;
}

ul.product-grid > .clearfix {
    display: none;
}

ul.product-grid > li {
    display: flex;
}

ul.product-grid .product-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

ul.product-grid .product-item .product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

ul.product-grid .product-item .product-info .bottom {
    margin-top: auto;
}

ul.product-grid .product-item .product-info .bottom .price {
    display: block;
    margin-bottom: 10px;
}

ul.product-grid .product-item .product-info .bottom form {
    display: block !important;
}

ul.product-grid .product-item .btn-addtocart {
    float: none;
}