@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

a,
a:focus,
a:hover,
button:focus {
    outline: 0;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

@-moz-document url-prefix() {
    body {
        font-weight: 300 !important;
    }
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

header {
    background: black;
    color: white;
    padding: 15px 0;
    border-bottom: 1px solid #9c9c9c;
}

.contact-container {
    
    text-align: right;
    font-size: 0.85rem;
}

.contact-box {
    padding: 3px 0;
}

.contact-box img {
    margin-right: 5px;
}

.navbar {
    background: black;
    color: white;
}

.navbar-nav {
    position: relative;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.nav-link {
    display: inline-block;
}

li.nav-item:after {
    display: inline-block;
    background: white;
    width: 1px;
    height: 20px;
    content: '';
    margin-bottom: -4px;
    margin-left: 7px;
}

.navbar-nav li.nav-item:last-child:after {
    display: none;
}

a.nav-link:hover {
    background: #484848;
}

.slider {
    padding: 30px 0;
}

section {
    padding: 20px 0;
}

_:-ms-lang(x), .szuro { 
    max-width: 320px;
    }

_:-ms-lang(x), .szuro { 
    max-width: 320px;
    }

h2 {
    
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #ec1c24;
    position: relative;
    margin-bottom: 40px;
}

h2:after {
    content: '';
    height: 1px;
    width: 100%;
    display: inline-block;
    background: red;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}

h2 span {
    background: white;
    padding-right: 15px;
}

.sl {
    
    position: absolute;
    top: -15px;
    font-size: 0.75rem;
    opacity: 0.65;
}


#kiemelt-carousel-1-darab {
	background: #F6F6F6;
}

.termek-box {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.termek-img {
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.termek-img > img, .termek-nagy > img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.termek-brand {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 700;
}

.termek-nev {
    /* font-size: 12px; */
	font-size: 0.75em;
	min-height: 1.5em;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}

.termek-ar {
    
    padding: 15px 0;
    font-weight: 700;
}

.termek-keszlet {
    font-size: 0.75rem;
}

.termek-cta a {
    
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85rem;
    border: 2px solid black;
    padding: 8px 30px 5px 30px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.5s ease;
}

.termek-cta a:hover {
    background: black;
    color: white;
    transition: 0.5s ease;
}

footer {
    background: #f0f0f0;
    padding: 40px 0;
}

.footer-box {
    text-align: center;
    font-size: 14px;
}

.footer-box img {
    
    display: block;
    margin: 20px auto;
}

.footer-box a {
    display: block;
}

.kapcsolat-box {
    display: block;
    padding: 15px 0;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    border: 3px solid #c7c7c7;
    margin: 20px auto;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

textarea {
    
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.btn-primary {
    
    background: white;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 30px 3px 30px;
    border-radius: 0;
    border: 1px solid black;
}

.btn-primary:hover {
    background: black;
    color: white;
    border: 1px solid black;
}

.pagination {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px 0 8px 0;
}

.megjelenitve {
    color: #b1b1b1;
    text-transform: uppercase;
    font-size: 0.75rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagination .active {
    background: #bda87f;
    color: white;
}

.feher-negyzet {
    width: 10px;
    height: 10px;
    background: white;
    position: absolute;
    transform: rotate(45deg);
    bottom: -13px;
    left: 220px;
}

.navbar2 {
    background: white;
    color: black;
    border-bottom: 1px solid #9c9c9c;
}

.navbar-nav2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 0.75rem;
    font-weight: 500;
}

.navbar-nav2 li.nav-item:after {
    background: black;
}

.navbar-nav2 a.nav-link:hover {
    background: #ebebeb;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
  }
  .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .cbx span:last-child {
    padding-left: 3px;
  }
  .cbx:hover span:first-child {
    border-color: black;
  }
  
  .inp-cbx:checked + .cbx span:first-child {
    background: black;
    border-color: black;
    animation: wave 0.4s ease;
  }
  .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }
  
  @keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }

.filter {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
}

.filter-item {
    font-size: 0.85rem;
    padding-left: 15px;
    padding-bottom: 4px;
}

.filter-hl {
    text-transform: uppercase;
}

.filter-sl {
    font-weight: 600;
    font-size: 0.85rem;
}

.nav-pills {
    margin-top: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #7d7d7d;
    font-weight: 600;
}

.nav-pills a.nav-link:hover {
    color: white;
}

.termek-cikkszam {    
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.termek-hl {
    
    font-size: 1.75rem;
    font-weight: 600;
}

.lista-ar {
    
    display: inline-block;
    background: #ebebeb;
    font-weight: 500;
    padding: 5px 30px;
    border-radius: 4px;
    margin: 30px 0;
}

.termek-keszlet {
    justify-content: center;
    display: flex;
    align-items: center;
}

.termek-leiras .termek-keszlet {
    justify-content: flex-start;
}

.keszlet-szam {
    margin-left: 30px;
}

.keszlet-szam span {
    display: block;
    font-size: 1.75rem;
    font-weight: 600;
}

input[name="Forint-tol"] {
	width: 47%!important;
	margin-right: 6%;
}

input[name="Forint-ig"] {
	width: 47%!important;
}

.carousel-control-prev, .carousel-control-next {
	width: auto;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ec1c24' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ec1c24' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

	.pages > ul {
		margin: 0px;
		padding: 0px;
		border: none;
	}

	.pages > ul > li {
		border-radius: 3px;
	}


	.pages > ul > li.prev.disabled, .pages > ul > li.next.disabled {
		display: none;
	}

	.pages > ul > li > a {
		font-size: 0.75rem;
		padding: 5px 10px;
		font-weight: 600;
	}

	.pages > ul > li {
		background: #f1f2f4;
		margin-left: 6px;
		margin-right: 6px;
	}
	

	form#osszetettfilter {
		display: contents;
	}
	
	
	.nav-side-categories__item--children {
		margin-top: .3125rem;
		margin-left: 1.4625rem;
	}
	
	.nav-side-categories__item {
		padding: .25rem 0;
	}
	
	.nav-side-categories__link {
		padding: 0px;
	}
	

@media (max-width: 1199px) {
    .navbar {
        justify-content: flex-end;
    }
    li.nav-item:after {
        display: none;
    }
    .nav-item {
        text-align: center;
        border-bottom: 1px solid gray;
    }
    .nav-pills .nav-item {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .logo-container {
        text-align: center;
        margin-bottom: 20px;
    }
    .contact-container {
        text-align: center;
    }
    .footer-box {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .navbar-nav2 {
        font-size: 0.52rem;
    }
}

@media (min-width: 1200px) {
    _:-ms-lang(x), .lista { max-width: 83%; }
}

@media (min-width: 540px) {
    _:-ms-lang(x), #termekek .row { flex-wrap: nowrap; }
}