@font-face {
    font-family: 'bebasneue-bold';
    src: url('/css/font/bebasneue-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'bebasneue-book';
    src: url('/css/font/bebasneue-book.ttf') format('truetype');
}
@font-face {
    font-family: 'bebasneue-light';
    src: url('/css/font/bebasneue-light.ttf') format('truetype');
}
@font-face {
    font-family: 'bebasneue-regular';
    src: url('/css/font/bebasneue-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'montserrat-bold';
    src: url('/css/font/montserrat-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'montserrat-light';
    src: url('/css/font/montserrat-light.ttf') format('truetype');
}
@font-face {
    font-family: 'montserrat-lightitalic';
    src: url('/css/font/montserrat-lightitalic.ttf') format('truetype');
}
@font-face {
    font-family: 'montserrat-medium';
    src: url('/css/font/montserrat-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'montserrat-regular';
    src: url('/css/font/montserrat-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'montserrat-semibold';
    src: url('/css/font/montserrat-semibold.ttf') format('truetype');
}

.no-desk{
	display:none;
}

.no-desk-f{
	display:none;
}

.noselect {
	user-select: none;
}

.uppper{
	text-transform: uppercase;
}

.h-pt-10{
	padding-top:10px;
}

.h-pb-10{
	padding-bottom:10px;
}

.h-pt-20{
	padding-top:20px;
}

.h-pb-20{
	padding-bottom:20px;
}

.h-pl-20{
	padding-left: 20px;
}

.mw-70{
	min-width:70%;
}

.mw-30{
	min-width:30%;
}

.mw-60{
	min-width:60%;
}

.mw-40{
	min-width:40%;
}

.p-10{
	padding:10px;
}

.mt-30{
	margin-top:30px;
}

.mt-60{
	margin-top:60px;
}

.ml-20{
	margin-left:20px;
}

.hide{
	display: none;
}

.cz-button{
    height: 72px;
	border-radius: 40px;
	text-decoration: none;
    font-weight: lighter;
    font-family: "bebasneue-light";
    font-size: 46px;
	justify-content: center;
    align-items: center;
	padding-left:50px;
	padding-right:50px;
	border: 0px solid #000;
}

.kosarba-button{
	font-family: 'montserrat-light';
	font-size: 18px;
	width: 180px;
	height: 40px;
	border: none;
	border-radius: 40px;
	background-color: #00D6EB;
	justify-content: space-evenly;
	align-items: center;
	display: flex;
	text-transform: uppercase;
}

.kivansaglista-button{
	background-color: #fff;
	border: 1px solid #4d4b46;
}

.kivansaglista-button2{
	background-color: #fff;
	border: 1px solid #4d4b46;
}

.button1{
    background-color: #00D6EB;
    color: #33312B;	
}

.button2{
    background-color: #FFF092;
    color: #33312B;
}

.button3{
    background-color: #00D6EB;
    color: #33312B;	
	font-size: 30px;
	height: 52px;
	border-radius: 30px;
}

.button4{
	font-family: 'montserrat-light';
	background-color: #fff;
	border: 1px solid #4d4b46 !important;
	height: 40px !important;
	border-radius: 40px !important;
	font-size: 18px !important;
}

.button5{
	font-family: 'montserrat-light';
	background-color: #fff;
	border: 1px solid #4d4b46 !important;
	height: 40px !important;
	border-radius: 40px !important;
	font-size: 15px !important;
}

/* kiemelt item banner */

.kiemelt-item{
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: 100%; */
	color:#000;
	background-size: 1920px auto;
}

.kiemelt-item.top{
	/* height:100% !important; */
}

.kiemelt-item .cont{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.kiemelt-item .title{
	font-family: "bebasneue-bold";
	font-size: 60px;
	letter-spacing: 5px;
}

.kiemelt-item .intro{
	font-family: "montserrat-light";
    font-size: 20px;
	padding-bottom:20px;
}

/* termek */

.termekek .kep{
	min-height: 400px;
	max-height: 400px;
	/* margin:30px; */
}

.termekek .kep img{
	max-width:400px;	
	max-height:400px;
	cursor: pointer;	
}

.termekek .marka{
	font-family: "montserrat-light";
	font-size: 16px;
	font-weight: 600;
}

.termekek .nev{
	font-family: "montserrat-light";
	font-size: 22px;
	font-weight: 600;
	padding-left: 30px;
    padding-right: 30px;
}

.termekek a{
	color:#212529;
	text-decoration: none;
}

.termekek .ar{
	color: #00D6EB;
	font-family: "montserrat-semibold";
	font-size: 22px;
	font-weight: 600;
}

.termekek .partner-ar{
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: line-through;
}

.termekek .akcios-ar{
	color: #f69220;
	font-family: "montserrat-semibold";
	font-size: 18px;
	font-weight: 600;
}

.termekek .valuta{
	font-family: "montserrat-light";
	font-size: 14px;
	font-weight: 600;
}

.termek{
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
	margin-bottom:60px;
}

/* header */
#header-top{
	background-color: #33312b;	
	position: relative;
	z-index: 20;
}

#header-top a{
	text-decoration: none;
	color:#fff;
}

#header-top .cont{
	max-width:1280px;
	height:155px;
	margin-left: auto;
	margin-right : auto;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}

/* kepviselo, bolt, gyorsvasarlas */
#header-top .left .row{
	margin-bottom:8px;
	margin-top:8px;
	font-family: "montserrat-light";
    font-size: 14px;
}

#header-top .left img{
	margin-right:10px;
}

#header-top .logo img{
	max-width: 300px;
	max-height: 130px;
}

/* search */
#header-top .search{
	position: relative;    
    width: 100%;
    max-width: 165px;
}
#header-top .search-icon{
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#header-top .search-input{
	background-color: #D7D7D6;
    border-radius: 20px;
    border: none;
    height: 35px;
    max-width: 165px;
	padding-left:10px;
	padding-right: 45px;
}
#header-top .search-input:focus{
	outline: none;
}
/* / search */

#header-top .profil{
	color: #00D6EB;
    min-width: 130px;
	max-width: 200px;
    font-family: "montserrat-bold";
    font-size: 13px;
	cursor: pointer;
	position: relative;
}

#header-top .kosar-col{
	max-width:120px;
	height:40px;
	position: relative;
}

#header-top .kosar{
	/* position: relative; */
    height: 40px;
    width: 55px;
}

#header-top .kosar .wish{
	right: 64px;
    top: 9px;
}

#header-top .kosar-icon{
	position: absolute;
    right: 0;
}

#header-top .kosar-count{
	position: absolute;
    color: #33312B;
    right: 4px;
    top: 0px;	
	width: 18px;
    text-align: center;
}

#header-top .kosar-ertek{
	padding-top: 10px;
    font-family: "montserrat-light";
    font-size: 11px;
}

#header-top .kosar-ertek .value{
	color: #00D6EB;
}

#header-top .ingyenes-meg{
	padding-top:5px;
	font-family: "montserrat-light";
    font-size: 11px;
}

/* menu */
#header-menu{
	background-color: #00D6EB;    
    /* box-shadow: 0px -40px 15px 40px #a6a6a3; */
	z-index: 10;
	position: relative;
}

#header-menu .cont{
	max-width:1280px;
	height: 58px;    	
	margin-left: auto;
	margin-right : auto;	
	font-family: "montserrat-light";
    font-size: 20px;
	font-weight: bold;
	color: #33312B;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	/* extra menü miatt */
	justify-content: space-between;
}

.fmenu ul{
	/* display:flex; */
	padding:0px;
	margin:0px;
	list-style-type: none;
}

.fmenu li{
	/* display:flex; */
	padding:0px;
	margin:0px;
	list-style-type: none;
}

.fmenu a{
	color:inherit;
	text-decoration: inherit;
}

.fmenu{
	display: flex;
	position: relative;
	height:58px;
	align-items: center;	
}

.fmenu li.level-0{
	display:flex;
}
.fmenu ul.level-0{
	display:flex;
}

.fmenu li.level-0 > a{ /* level 0 item */	
	align-items: center;
	margin-right: 20px;	
	text-transform: uppercase;
	white-space: nowrap;
}

.fmenu.extra-ajanlat li.level-0 > a{ 
	margin-right: 0px;	
}

.fmenu.extra-ajanlat li.level-0 > a{ /* level 0 item */	
	background-color: #ff0000;
	color:#fff;
	height: 100%;
	padding:15px;
}

.fmenu li.level-0 > a img{
	margin-left:2px;
	margin-right:2px;
}

.fmenu li.level-0 > a.ujdonsagok{
	color:#fff;
	font-weight: bold;
}

.fmenu li.level-0 > .ujdonsag-ikon{
	width: 30px;
	margin-right:5px;
}

.fmenu li.level-3 > a.ujdonsagok{
	color:#03e4f1;
	font-weight: bold;
}

.fmenu ul.level-1{ /* level 1 container */ 
	display:none;
	min-height:480px;
	position: absolute;
	top:58px;
	left:0px;
	background-color:#03e4f1;
	padding-top:20px;
	padding-bottom:20px;
}

.fmenu.extra-ajanlat ul.level-1{ /* level 1 container */ 
	min-height:auto;
}

.fmenu ul.level-1.down{ /* level 1 container lefelé nyíló*/ 
}

.fmenu ul.level-1.show{
	display:block;	
}

.fmenu ul.level-1.down.marka.show{ /* marka */
	display:flex;	
	flex-direction: column;
    flex-wrap: wrap;
	width: 600px;
    height: 625px;
}

.fmenu li.level-1{
	display:block;
	position: relative;
}

.fmenu li.level-1 > a{ /* level 1 item */
	position: relative;
	display: inline-block;
	width:400px;
	padding-top:10px;
	padding-bottom:10px;	
	padding-left:10px;
	text-transform: uppercase;
}

.fmenu ul.level-1.marka li.level-1 > a{ /* level 1 marka item */
	width:300px;
}

.fmenu.extra-ajanlat li.level-1 > a{ /* level 1 item */
	width:230px;
}

.fmenu li.level-1 > a:not(.go)::after{
	display: block;
	position: absolute;
	content: " ";
	background-image: url(/images/menu_icon/menu_nyil2.png);
	background-repeat: no-repeat;	
	width:7px;
	height:12px;	
	top:20px;
	right:20px;
}

.fmenu ul.down li.level-1 > a::after{
	display: none; /* sima lenyílónál nem kell ikon */
}

.fmenu li.level-1 > a:hover{
	background-color:#fff;
}

.fmenu li.level-1 > a.act{
	background-color:#fff;
}

.fmenu li.level-1 > a > img{
	margin-right:2px;	
	height:27px;
}

.fmenu ul.level-2{ /* kinyilo menu container (level2 container) */
	display: none; /* display: flex; */
	flex-direction: column;
  	flex-wrap: wrap;	
	position: absolute;
	top:-20px;
	left:400px;
	background-color:#fff;
	width:auto;
	max-width: 960px;
	height:480px;
	background-color:#fff;
	z-index: 11;
	padding:20px;
}

.fmenu ul.level-2.show{
	display: flex;
}

.fmenu li.level-2{
	/* height: 400px; */	
	width:300px;
}

.fmenu li.level-2 > div{ /* level 2 item */
	font-weight: bolder;	
	padding-top:10px;
}

.fmenu li.level-3{ /* level 3 item */
	width:300px;
	font-size: 18px;
}

.fmenu li.level-3 > a:hover{
	text-decoration: underline;
}

.extra-ajanlat{
	text-transform: uppercase;
}

/* fejléc kép */

#header-image .kiemelt-item{
	background-image: url(/images/bg1.png);
	background-color: #fff;
}

/* termek szűrő és rendezés */
#szuro-rendezes{
	font-family: "montserrat-light";
    font-size: 16px;
    font-weight: 600;
	height:55px;
    border-bottom: 1px solid #A6A6A3;
}
#szuro-rendezes .cont{
	position: relative;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
#szuro-rendezes .termek_szuro_col1{
    border-right: 1px solid #A6A6A3;
    max-width: fit-content;
	padding-right:10px;
	cursor: pointer;
}
#szuro-rendezes #termek_szuro_input:focus{
	outline: none;
}
#szuro-rendezes #termek_szuro_input{    
	padding-left:10px;
	border-radius: 20px;
	border: 1px solid #A6A6A3;
	width: 300px;
	height: 35px;
}
#szuro-rendezes .termek_szuro_input_div{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 300px;
	padding-left:10px;
}

#szuro-rendezes .termek_szuro_input_div .szuro_icon{
	position: relative;
	left:0px;
	width:40px;	
	margin-right: 10px;
	-webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
   transition: all 0.5s ease;
}

#szuro-rendezes .termek_szuro_input_div .szuro_icon.szurke{
	-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);   
}

#szuro-rendezes .termek_szuro_icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
#szuro-rendezes .termek_szuro_col3{
	max-width: fit-content;
	padding-right:10px;
	cursor: pointer;
	position: relative;
}
#szuro-rendezes .termek_szuro_col4{
	max-width: fit-content;
	padding-right:10px;
}
.termek_szuro_col5{
	max-width: fit-content;
}

/* termek-valto */

/* #termek-valto .left{
	width:270px;
	max-width: 270px;
}

#termek-valto .right{
	width:270px;
	max-width: 270px;
} */

#termek-info{
	max-width:1280px;
	margin-left: auto;
	margin-right: auto;
	font-family: "montserrat-light";
    font-size: 20px;
    padding: 20px;
	background-color: #f5f5f5;
}

#termek-valto{
	max-width:1280px;
	margin-left: auto;
	margin-right: auto;
}

#termek-valto .termekek{
	/* padding-top:50px; */
	padding-bottom:50px;
}

#termek-valto .termekek .termek-sor{
	padding-top:50px;
}

#termek-valto .termek{
	width:33%;	
}

#termek-valto .termek a{
	color:#212529;
	text-decoration: none;
}

/* middle-image */

#middle-image .kiemelt-item{
	background-color: #282828;
	background-image: url(/images/reklam_1.png);
	color:#fff;
}

/* ajanlat */

#ajanlat{
	margin-bottom:50px;
}

#ajanlat .cont{
	max-width:1280px;
	margin-left: auto;
	margin-right: auto;
}

#ajanlat .cont .termekek{
}

#ajanlat .ajanlat-title{
	font-family: "bebasneue-bold";
    font-size: 46px;
    font-weight: 600;
	margin-top:60px;
	margin-bottom:30px;
}

#ajanlat .termek{
	width:25%;
}

#ajanlat .kep img{
	max-width: 200px;
}

/* kategoria valaszto */

#kategoria-valaszto{
	background-color:#33312b;	
	padding-top:6	0px;
	padding-bottom:80px;
}

#kategoria-valaszto .cont{
	max-width:1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#kategoria-valaszto .nagy-title{
	font-family: "bebasneue-bold";
    font-size: 46px;
    font-weight: 600;
	margin-top:60px;
	margin-bottom:30px;
	color:#fff;
}

#kategoria-valaszto .kep img{
	max-width: 100%;
}

#kategoria-valaszto .title{
	font-family: "bebasneue-light";
    font-size: 36px;
	color:#fff;
}

#kategoria-valaszto .kat1{
	margin: 0.5rem!important;
}

#markak{
	background-color: #00d6eb;
	font-family: "bebasneue-bold";
    font-size: 46px;
	padding-bottom:80px;
	padding-top:80px;	
}

#markak .cont{
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
}

#info{
	background-color: #fff;	
	padding-bottom:80px;
	padding-top:80px;	
}

#info .cont{
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
}

#info .title{
	font-family: 'montserrat-semibold';
	font-size: 22px;
	color: #00D6EB;
	padding-bottom: 10px;
	padding-top: 10px;
}

#info .intro{
	font-family: 'montserrat-light';
    font-size: 16px;
	padding-left:20px;
	padding-right:20px;
}

#info .bord{
	border-right: 1px solid #A6A6A3;
}

#info .kep img{
	max-width: 120px;
}

.newtime_logo_row{
	padding: 0;
	background-color: #00D6EB;
}
#newtime_footer{
	background-color: #00D6EB;
	width: 100%;
}
#newtime_logo{
	background-color: #00D6EB;
	padding-bottom: 20px;
}

#header-top-mob{
	display:none;		
}

.no-desk{
	display:none;
}

/* termek-lista */

#termek-lista{
	position: relative;
}

#termek-lista .left{
	width:270px;
	max-width: 270px;
}

#termek-lista .right{
	width:270px;
	max-width: 270px;
}

.termekek{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.termekek .termek-sor{
	padding-bottom:50px;
}

.termek{
	width:33%;	
}

#termek-adatlap .cont{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.breadcrumb{
	font-family: 'montserrat-light';
    font-size: 14px;
    color: #A6A6A3;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 20px;
}

.breadcrumb a{
	color: #A6A6A3;
	/* text-decoration: none; */
}

.fotermek .kep-cont{	
	border-right: 1px solid #A6A6A3;
	padding:10px;
}

.fotermek .kep-cont img{	
	/* max-width: 100%;
	max-height: 100%; */
}

.fotermek .leiras-cont{	
	padding-left: 60px;
    padding-right: 20px;
    padding-top: 20px;
}

.fotermek .marka{	
	font-family: 'montserrat-light';
    font-size: 16px;
}

.fotermek .termeknev{
	font-family: 'bebasneue-bold';
    font-size: 46px;
	line-height: 46px;
}

.fotermek .arcont{
	padding-top: 15px;
	padding-bottom: 15px;
}

.fotermek .ar{
	font-family: 'montserrat-semibold';
    font-size: 22px;
    color: #00D6EB;		
}

.fotermek .ertekeles{
	padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'montserrat-light';
    font-size: 14px;
}

.fotermek .fttol{
	font-family: 'montserrat-light';
    font-size: 14px;
    color: #33312B;
	margin-left:10px;
}

.fotermek .leiras{
	font-family: 'montserrat-light';
	line-height: 24px;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
	overflow: hidden;       
    transition: max-height 0.5s;
 }
 
.fotermek .leiras-cont .nyit{
	width: 40px;
	height: 20px;
	background-image: url(/images/down-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	transform: rotate(0deg);
	transition: transform 0.5s;
}

.fotermek .leiras-cont .nyit.open{
	transform: rotate(180deg);
}

.arny{
	box-shadow: 0px -25px 40px -28px #a6a6a3;
	width:100%;
	height:70px;
	margin-top:50px;
}

/* termek tipusok, altermekek */

.termek-tipusok .title{
	font-family: 'bebasneue-book';
    font-size: 46px;
    padding-bottom: 50px;
	text-transform: uppercase;
}

.termek-tipusok .tabla-title{
	font-family: 'montserrat-light';
    font-size: 14px;
    border-bottom: 2px solid #4d4b46;
    padding-bottom: 20px;
	text-transform: uppercase;
}

.termek-tipusok .termekek .termek-title-cell{
	min-width: 154px;
}

/* egy altermek sor */
.termek-tipusok .termekek{
	border-bottom:1px solid #e6e6e5;
}

/* egy altermek sor cellaja */
.termek-tipusok .termekek .termek-data-cell{
	display:flex;
	align-items: center;
	justify-content: center;
	min-width:154px;
	flex-direction: column;
}

.termek-tipusok .termekek .termek-data-cell.vari-kep img{ 
	max-width: 100%;
	max-height: 100%;
	margin:10px;
}

.termek-tipusok .termekek .cimke{
	font-size: 13px;
	padding-top:10px;
}

.termek-tipusok .termekek .bk{
	border-bottom:1px solid #e6e6e5;
	padding-bottom:10px;
}

.termek-tipusok .termekek .raktaron{
	text-transform: uppercase;
	font-weight: bold;
}

.termek-tipusok .termekek .szall{
	padding-bottom:10px;
}

.termek-tipusok .termekek .napok{
	color: #00D6EB;
	font-weight: bold;
}

.termek-tipusok .termekek .kosar-gombok{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.termek-tipusok .termekek .darab{
	max-width: 65px;
	height: 40px;
	border: 1px solid #33312B;
	font-family: 'montserrat-light';
	font-size: 16pt;
	text-align: center;
}

/* kosar */
#kosar .cont{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

#kosar .termek-tipusok .title{
	font-family: "bebasneue-bold";
    font-size: 96px;
    letter-spacing: 5px;
	margin-top:50px;
}

.termek-data-cell.kosar-torles{
	justify-content: space-evenly !important;
    flex-direction: row !important;
	font-size: 20px;
}

.kosar-torles img{
	cursor: pointer;
}

#kosar .osszesen{
	justify-content: flex-end;
	font-family: "montserrat-bold";
    font-size: 16px;
	padding-top:20px;
}

#kosar .osszesen .cimke{
	max-width: 250px;
}
#kosar .osszesen .ertek{
	max-width: 160px;
	text-align: center;
}

.owl-dots{
	text-align:center!important;
}

.owl-dot{
	border: none !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
	background-color: #B9B9B9 !important;
	padding: 0;
	margin-right: 25px;
	cursor: pointer;
}

.owl-dot.active{	
	background-color: #00D6EB !important;
}

/**/
#kivansaglista .cont{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

#kivansaglista .termek-tipusok .title{
	font-family: "bebasneue-bold";
    font-size: 96px;
    letter-spacing: 5px;
	margin-top:50px;
}

#kivansaglista .osszesen{
	justify-content: flex-end;
	font-family: "montserrat-bold";
    font-size: 16px;
	padding-top:20px;
}

#kivansaglista .osszesen .cimke{
	max-width: 250px;
}
#kivansaglista .osszesen .ertek{
	max-width: 160px;
	text-align: center;
}

/* adatok */

#adatok .adatok.cont{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:100px;
}

#adatok .title{
	font-family: "bebasneue-bold";
	font-size: 96px;
	letter-spacing: 5px;
	margin-top: 50px;
	margin-bottom:50px;
}

.login-html{
	height:100%;
}

.login-bg{		
	height:100%;
	position: relative;
	background-image: url(/images/login_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.login-window{
	height:100%;
	position: absolute;
	top:50%;
	left:50%;	
	transform: translateY(-50%);
	width:400px;
	height:550px;
	background-color: #fff;
}

.login-window .message{
	color:red;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 14px;
}

.login-window a{
	text-decoration: none;
	color: #000;
}

.login-window .cont{
	width:300px;
	margin-left: auto;
	margin-right: auto;
}

.login-window .input{
	padding-left: 10px;
	padding-right: 10px;
    border-radius: 20px;
    border: 1px solid #A6A6A3;
    width: 100%;
    height: 35px;
}

.tabgroups{
	min-height: 400px;
}

.tabgroups .tabtitles{
	border-bottom:3px solid #00D6EB;
	font-weight: lighter;
    font-family: "bebasneue-light";
    font-size: 46px;
	color:#A6A6A3;
}

.tabgroups .tabtitle{
	padding-left:30px;
	padding-right:30px;
	max-width: fit-content;
	cursor: pointer;
	user-select: none;
}

.tabgroups .tabtitle.active{
	background-color: #00D6EB;	
	color:#000;
}

.tabgroups .tab{
	display:none;
}

.tabgroups .tab.active{
	display:block;
}

/* cim adatok */

.cim .ktitle{
	font-family: 'bebasneue-regular';
	font-size: 46px;
	margin-top:30px;
	margin-bottom:30px;
}

.cim .hasab{
	padding-left: 60px;
	padding-right: 30px;
}

.cim .label{
	font-family: 'montserrat-medium';
	font-size: 16px;
}

.cim .label span{
	color:#00D6EB;
}

.cim .input{
	margin-bottom:30px;	
}

.cim .input input{
	width:100%;
	height:85px;
	background-color: #efefef;
	border:0px solid #000;
	padding:30px;
	font-family: 'montserrat-light';
	font-style: italic;
}

.cim .input textarea{
	width:100%;
	height:150px;
	background-color: #efefef;
	border:0px solid #000;
	padding:30px;
	font-family: 'montserrat-light';
	font-style: italic;
}

input.highlight{
	border:1px solid red !important;
}

.taj{
	font-family: 'montserrat-regular';
	font-size:16px;
}

.cim .ktitle2{
	font-family: 'bebasneue-regular';
	font-size: 46px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:0px;
}

/* bootstrap-select */

.spicker{
	height: 85px;
	background-color: #efefef;
}

.spicker .filter-option-inner{
	margin-top:20px;
}

.bootstrap-select{
	width:100% !important;
}

.next-step{
	display: flex;
	justify-content: center;
}

.next-step-end{
	display: flex;
	justify-content: center;
}

/*  */
.x-df{
	display:flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.x-df-c{
	flex-direction: column;
}

/* lapozas */

.lapozas .item{	
	width:40px;
	height:40px;
	font-size:16px;
	border:1px solid #bcbcbc;
	margin:10px;
	color:#bcbcbc;
	text-decoration: none;
}

.lapozas .item.act{	
	background-color: #d7d7d7;
}

.lapozas .item:hover{
	border:1px solid #000;
	color:#000;
}

.lapozas .la{
	width:10px;
	height:10px;
	border-top:1px solid #bcbcbc;
	border-left:1px solid #bcbcbc;
	transform: rotate(-45deg);
}

.lapozas .la:hover{
	border-top:1px solid #000;
	border-left:1px solid #000;
}

.lapozas .ra{
	width:10px;
	height:10px;
	border-top:1px solid #bcbcbc;
	border-right:1px solid #bcbcbc;
	transform: rotate(45deg);
}

.lapozas .ra:hover{
	border-top:1px solid #000;
	border-right:1px solid #000;
}

.egy_oldalon_megjeleno select{
	width:40px;
	height:40px;
	text-align: center;
}

/* /lapozas */

/* szuro */
#filter{
	position:absolute;
	z-index: 1;
	top:45px;
	left:0px;
	width: 300px;
	margin-top: 46px;
	background-color: #fff;
}

#filter.close{
	display:none;
}

#filter .fcsoport{
	border-bottom:1px solid #000;
}

#filter .fcsoport .title{
	background-color:#00d7ec;
	font-family: "montserrat-light";
    font-size: 20px;
    color: #33312b;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	cursor: pointer;
}

#filter .fcsoport .subtitle{
	background-color:#fff;
	font-family: "montserrat-light";
	font-weight: bold;
    font-size: 15px;
    color: #33312b;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:30px;
	cursor: pointer;
	border-top:1px solid #00000029;
	background-color:#98efe8;
	text-transform: uppercase;
}


#filter .fcsoport .content{
	border-top:1px solid #000;
	padding:10px;	
	padding-left:30px;
	background-color:#98efe8;
}

#filter .fcsoport .content.ar{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#filter .fcsoport .content.ar input{
	width:40%;
}

#filter .subcontent{
	position: relative;
	padding:10px;
	padding-top:0px;
	padding-left:40px;
}

#filter .subcsoport{
	background-color:#98efe8;
}

#filter .subcsoport.close .subtitle{
	background-color:#00d7ec;
	font-weight: normal;
}

#filter .subcontent .subcat_all{
	position: absolute;
	top: -31px;
	left: 10px;
}

#filter .subcsoport.close .subcontent{
	display:none;
}

#filter .fcsoport.close .content{
	display:none;
}

#filter .fcsoport.close .sub{
	display:none;
}

#filter .arsubmit{
	cursor: pointer;
}

#filter .szures_torles{
	text-align: center;
	margin-top:10px;
	display:none;
}

#filter .cik{
	background-color:#98efe8 !important;
}

.kor{
	display:inline-flex;
	align-items: center;
	justify-content: center;
	width:35px;
	height:35px;
	border-radius: 50%;
	background-color: #00d7ec;
}

.pipa{
	width:15px;
	height:7px;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	transform: rotate(-45deg);
}

.pmenu{
	position: absolute;
	display:block;	
	background-color: #00D6EB;
	width:100%;
	padding:5px;	
	margin-top:5px;
}

.pmenu.close{
	display:none;	
}

.pmenu a{
	display:block;
	color:#33312B;
	text-decoration: none;
}

.ajtodatajelentkezes{
	display:none;
}

.rendezes_lenyilo{
	position: absolute;
	width:100%;
	background-color: #fff;
	z-index: 100;
	padding:5px;
}

.rendezes_lenyilo.close{
	display: none;
}

.rendezes_lenyilo a{
	display:block;
	color:#33312B;
	text-decoration: none;
	font-size:14px;
}

.rendezes_lenyilo a:hover{
	text-decoration: underline;
}

.figyelem{
	font-weight: bold;
	padding-top:80px;
}

.figyelem a{
	text-decoration: none;
}

.figyelem .kivansaglista-button2{
	display:inline-flex;
}

.termekajanlo-carousel .termek.item{
	width:100% !important;
}

.kat-bread{
	margin-top:20px;
    max-width:1280px;
    margin-left: auto;
    margin-right: auto;
	/* font-size: 16px !important;
    font-weight: 600 !important; */
}

.owl-dots{
	text-align:center!important;
}

.owl-dot{
	border: none !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
	background-color: #B9B9B9 !important;
	padding: 0;
	margin-right: 25px;
	cursor: pointer;
}

.owl-dot.active{	
	background-color: #00D6EB !important;
}

#kivansaglista{
	min-height: 700px;
}

#kosar{
	min-height: 700px;
}

#termek-adatlap{
	margin-bottom:50px;
}

#termek-lista{
	min-height: 700px;
}

/* fejlec */

.kiemelt-carousel-nyito{
	position: relative;
}

.owl-nav{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
	pointer-events: none;
}

.owl-nav .left{
	position: relative;
	width:40px;
	height: 40px;	
	background-color: #00D6EBd6;
	border-radius: 0px 10px 10px 0px;
}

.owl-nav .left .arrow{
	position: absolute;
	top:8px;
	left: 4px;
	width: 25px;
	height: 25px;
	background-image: url(/images/down-icon.png);
	background-size: contain;
	background-position: center center;
    background-repeat: no-repeat;
	transform: rotate(90deg);
}

.owl-nav .right{
	position: relative;
	width:40px;
	height: 40px;	
	background-color: #00D6EBd6;
	border-radius: 10px 0px 0px 10px;
}

.owl-nav .right .arrow{
	position: absolute;
	top:8px;
	right:3px;
	width: 25px;
	height: 25px;
	background-image: url(/images/down-icon.png);
	background-size: contain;
	background-position: center center;
    background-repeat: no-repeat;
	transform: rotate(-90deg);
}

.kiemelt-carousel .inner{
	padding-bottom: 28%;
	position: relative;
}

#header-image .inner_{
	padding-bottom: 20%;
	position: relative;
}

.absco_ {
	position: absolute;
	height: auto;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
}

.termek-tipusok .varians-adatok-mobil{
	display:none !important;
}

.letoltes .letoltes_item{
	display:flex;
	padding-top:20px;
	padding-bottom:20px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e5;
	cursor: pointer;
	color:#000;
	text-decoration: none;
}

.letoltes .letoltes_item:hover{
	border-bottom: 1px solid #00D6EB;
}

.letoltes .letoltes_item .fa-solid{
	font-size:30px;
}

.letoltes .letoltes_item .icon{
	width:5%;	
}

.letoltes .letoltes_item .nev{
	width:80%;
	font-size:20px;
}

.letoltes .letoltes_item .meret .fa-solid{
	font-size: 16px;
}

#footer{
	position: relative;
}

#footer .bottom_menu{
	position: absolute;
	top:34px;
	right:0px;
	display: flex;
	justify-content: right;
	background-color: #00D6EB;	
	text-align: right;	
}

#footer .bottom_menu a{
	padding-right: 20px;
	font-family: "montserrat-light";
    font-size: 16px;
    font-weight: 600;
	text-decoration: none;
	color:#fff;
}

.valasszon-kosarat{
	width:300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}

.valasszon-kosarat .stitle{
	font-weight: bold;
}

.valasszon-kosarat .spicker {
	height: auto;
}

.valasszon-kosarat .spicker .filter-option-inner {
	margin-top: 0px;
}

.telephely_kiv{
	position: absolute;
	top: -20px;
	left:11px;
	text-align: right;
	width:120px;
	color: #00D6EB;
	font-size: 10px;	
}

.footer-info{	
	background-color: #33312b;
}

.footer-info .cont{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top:100px;
	/* padding-bottom:100px; */
}

.footer-info .descr{
	color:#fff;
	line-height: 25px;
}

.footer-info .cont h2{
	color:#fff;
	font-family: "bebasneue-bold";
    font-size: 45px;
	margin-bottom: 30px;
}

.footer-info .cont h2 img{
	height:40px;
	image-rendering:-webkit-optimize-contrast;
	margin-right: 20px;
}

.footer-info .c1{	
	padding-left: 30px;
	padding-right: 30px;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.footer-info .c2{	
	border-left: 2px solid #a6a6a3;
	border-right: 2px solid #a6a6a3;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.footer-info .c3{	
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.tabgroups2{
	color:#fff;
}

.tabgroups2 .tabtitles2{
	border-bottom:2px solid #fff;
	font-weight: lighter;
    /* font-family: "bebasneue-light"; */
	text-transform: uppercase;
    font-size: 16px;
	font-weight: bold;
	color:#A6A6A3;
}

.tabgroups2 .tabtitle2{
	cursor: pointer;
	user-select: none;
	text-align: center;
	padding:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabgroups2 .tabtitle2.active{
	background-color: #fff;	
	color:#000;
}

.tabgroups2 .tab2{
	display:none;
}

.tabgroups2 .tab2.active{
	display:block;
}


.tabgroups2 .adatok{
	line-height: 25px;
	margin-top:20px;
}

.tabgroups2 .adatok .logo{
	margin-right: 5px;
}

.tabgroups2 .adatok .logo img{
	height:40px;
	image-rendering:-webkit-optimize-contrast;
}

.tabgroups2 .adatok .cimke{
	color:#00D6EB;
}

.adatok.linkes img{
	height:30px;
}

.adatok.linkes .row{
	margin-top:20px;
}

.adatok.linkes .row a{
	text-transform: uppercase;
	color:#fff;
	text-decoration: none;
}

.adatok.linkes .kosar{
	position: relative;
}

.adatok.linkes .kosar .kosar-count{
	position: absolute;
	top:2px;
	right: 18px;
	color:#000;
	font-size:11px;
}

.rendeles{
	border: 1px solid #ccc;
	padding:30px;
	margin-bottom:50px;
}

.rendeles a{
	text-decoration: none;
}

.rcimke1{
    font-size: 20px;
    text-transform: uppercase;
	font-weight: bold;
}

.rcimke2{
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

#menu ul.level-0 {
	height: 58px;
	align-items: center;
}

#menu li.level-0 {
	height: 58px;
	align-items: center;
}

.menu-akciok{
	display:flex;
	height: 58px;
	align-items: center;
	background-color:#d51111;
	color:#fff !important;
	padding-left:40px;
	padding-right:40px;	
}

.cont.ri .title{
	text-align: right;
}

.cont.ri .intro{
	text-align: right;
}

.cont.ri .but{
	text-align: right;
}

.owl-centered .owl-wrapper {
	display: table !important;
}
.owl-centered .owl-item {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.owl-centered .owl-item div {
	text-align: center;
}

.lebego_cont{
	position:absolute;
	bottom:0px;
	right:0px;
	background-color:#00D6EB;
}

.lebego_cont .mitem{
	display:flex;
	height:58px;
	align-items:center;
	padding-left:10px;
	padding-right:10px;
}

.lebego_cont .mitem .ujdonsag-ikon{
	margin-right:5px;
	width:30px;
}

.lebego_cont .mitem .ujdonsagok{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	font-family: montserrat-light;
	text-decoration: none;
}

body.xpopup-open{
	overflow: hidden;
    padding-right: 17px;
}

.xpopup-back{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.5;
}

.xpopup-back.open{
	display: block;
}

.xpopup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	width: 100%;	
	height: 100%;
}

.xpopup.open{
	display: block;
}

.xpopup-cont{
	width:700px;
	max-width: 90%;
	height: 700px;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);	
}

.xpopup-cont .btn-close{
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #fff;
	opacity: 1;
	transform: translateX(50%) translateY(-50%);
}

@media (max-width: 1800px){
	.kiemelt-item.top .title{
		font-size: 60px;
	}
	.kiemelt-item.top .intro{
		font-size:20px;
	}
	#header-image .inner{
		/* padding-bottom: 20%; */
	}
}

.kiemelt-carousel .inner{
	padding-bottom: 28%;
	position: relative;
}

.absco {
	position: absolute;
	height: auto;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
}

/* kiemelt item banner */

.bner.eltolas{
	padding-bottom:30px
}

.kiemelt{
	position: relative;
	height: 100%;	
	color:#000;
	align-content: center;
}

.kiemelt .left-cont{
	max-width: 626px;
	margin-left: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.kiemelt .left-bg{
	background-repeat: no-repeat;
	background-size: cover;
}

.kiemelt .jobb-cont{
	background-repeat:no-repeat;
	background-size:cover;
}

.kiemelt .jobb-cont.kerek{
	border-bottom-left-radius: 100px;
}

.kiemelt .jobb-cont.eltolas{
	height:calc(100% + 30px) !important;
}

.kiemelt .font-s-1{
	font-size: 21px;
	padding-top:10px;
	padding-bottom: 10px;
}
.kiemelt .font-s-2{
	font-size: 50px;
	padding-top:10px;
	padding-bottom: 10px;
}
.kiemelt .font-s-3{
	font-size: 103px;
	word-wrap: break-word;
	letter-spacing: 10px;
	line-height: 110px;
	padding-top:10px;
	padding-bottom: 10px;
}

.kiemelt .font-t-1{
	font-family: "bebasneue-light";
}
.kiemelt .font-t-2{
	font-family: "bebasneue-bold";
}
.kiemelt .font-t-3{
	font-family: "montserrat-light";
}

.kiemelt .link{
	display: block;
	width: fit-content;
	padding-left:20px;
	padding-right:50px;
	height:75px;
	text-decoration: none;
	font-family: "bebasneue-light";
	font-size: 50px;
	margin-top:10px;
	margin-bottom: 10px;
	position: relative;	
}

.kiemelt .link .nyil{
	position: absolute;
	display:block;
	width:53px;
	height: 53px;
	background-color: #039cc1;
	right:-27px;
	top:11px;
	transform: rotate(45deg);
}

/* popup */
body.xpopup-open{
	overflow: hidden;
    padding-right: 17px;
}

.xpopup-back{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.5;
}

.xpopup-back.open{
	display: block;
}

.xpopup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	width: 100%;	
	height: 100%;
}

.xpopup.open{
	display: block;
}

.xpopup-cont{
	width:900px;
	max-width: 90%;
	height: 500px;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);	
}

.xpopup-cont .btn-close{
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #fff;
	opacity: 1;
	transform: translateX(50%) translateY(-50%);
}

.xpopup .kiemelt .jobb-cont{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	padding:15px;
}

.xpopup .kiemelt .link {
    display: block;
    width: fit-content;
    padding-left: 50px;
    padding-right: 50px;
    height: 75px;
    text-decoration: none;
    font-family: "bebasneue-light";
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    border-radius: 40px;
}

.xpopup .kiemelt .font-s-1{
	font-size: 21px;
}
.xpopup .kiemelt .font-s-2{
	font-size: 40px;
	line-height: 40px;
}
.xpopup .kiemelt .font-s-3{
	font-size: 60px;
	word-wrap: break-word;
	letter-spacing: 10px;
	line-height: 60px;
}

/* /popup */


.kiemelt-carousel .owl-dot{
	width:16px !important;
	height:16px !important;
}

@media (max-width: 1600px){
	.kiemelt .link{
		font-size: 40px;
		height:57px;		
	}
	.kiemelt .link .nyil{
		height:40px;
		width: 40px;		
		right:-21px;
		top:9px;
	}
	.kiemelt .font-s-2{
		font-size: 40px;
	}
	.kiemelt .font-s-3{
		font-size: 75px;
		line-height: 75px;
	}
	.kiemelt .font-s-1{
		font-size: 16px;
	}
	.xpopup .kiemelt .font-s-1{
		font-size: 14px;
	}
	.xpopup .kiemelt .font-s-2{
		font-size: 20px;
		line-height: 20px;
	}
	.xpopup .kiemelt .font-s-3{
		font-size: 30px;
		word-wrap: break-word;
		letter-spacing: 10px;
		line-height: 30px;
	}
}

@media (max-width: 1400px){
	.kiemelt .font-s-2{
		font-size: 40px;
	}
	.kiemelt .font-s-3{
		font-size: 60px;
		line-height: 60px;
	}
	.kiemelt .font-s-1{
		font-size: 16px;
	}
}

@media (max-width: 1280px){
	.kiemelt .left-cont{
		margin-left: 10px;
	}
}

@media (max-width: 1200px){
	.kiemelt .left-cont{
		margin-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.kiemelt .font-s-2{
		font-size: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.kiemelt .font-s-3{
		font-size: 30px;
		line-height: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.kiemelt .font-s-1{
		font-size: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.kiemelt .link{
		font-size: 25px;
		padding-left:10px;
		padding-right: 20px;
		height:37px;		
	}
	.kiemelt .link .nyil{
		height:26px;
		width: 26px;		
		right:-14px;
		top:6px;
	}
}

@media (max-width: 768px){ /* -md- */
	.kiemelt{
		flex-direction: column-reverse;
	}
	.kiemelt .jobb-cont{
		height: 250px !important;
	}
	.kiemelt .jobb-cont.eltolas{
		height: 250px !important;
	}
	.kiemelt-carousel .absco{
		position: static;
	}
	.kiemelt .left-cont{
		top:0px;
		transform: none;
		padding-top: 30px;
		padding-bottom: 30px;
		max-width: none;
	}
	.kiemelt .font-s-1{
		text-align: center;
	}
	.kiemelt .font-s-2{
		text-align: center;
	}
	.kiemelt .font-s-3{
		text-align: center;
	}
	.kiemelt .jobb-cont.kerek{
		border-bottom-left-radius: 0px;
	}
	.kiemelt-carousel .inner{
		padding-bottom: 0px;
	}
	.bner.eltolas{
		padding-bottom: 0px
	}

	.kiemelt .link{
		margin-left: auto;
		margin-right: auto;
	}
	body.xpopup-open{
		overflow: auto;
	}
	.xpopup{
		position: absolute;
	}
	.xpopup-cont{
		height: auto;
		max-width: 270px;
		top:80px;
		transform: translateX(-50%);
	}
	.xpopup .kiemelt{
		flex-direction: initial;
	}
	.xpopup .kiemelt .jobb-cont{
		height: 300px !important;
	}
	.xpopup .kiemelt .left-cont{
		height: 300px !important;
	}
	.xpopup .hmm{
		height: auto !important;
	}
	.xpopup .kiemelt .link {
		padding-left: 25px;
		padding-right: 25px;
		height: 37px;
		font-size: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
		border-radius: 20px;
	}
}

/* kiemelt banner*/

/* csomagajanlat */
#kosar .termekek.row.csomagajanlat{
	background-color: aliceblue;
}
#kosar .termekek.row .termek-data-cell .csomagajanlat{
	font-size: 12px;
}
.termekek .partner-ar2{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-decoration: line-through;
}

.termekek .akcios-ar2{
	color: #f69220;
	font-family: "montserrat-semibold";
	font-size: 22px;
	font-weight: 600;
}
.arcont .ar.old{
	font-size: 16px;
	font-weight: normal;
	text-decoration: line-through;
	color:black;
	padding-right: 10px;
}
.arcont .ar.akcios{
	color: #f69220;
}
.tovabb-button{
	background-color: #fff;
	border: 1px solid #4d4b46;
}
/* /csomagajanlat */

#markak{
	background-color: #00d6eb;
	font-family: "bebasneue-bold";
    font-size: 46px;
	padding-bottom:80px;
	padding-top:90px;	
}

#markak .cont{
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
}

#markak .alcim{
	font-family: "montserrat-light";
	font-size: 20px;
	text-transform: none !important;
}

#markak .item{
	height: 160px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
    align-items: center;
}

#markak .owl-carousel .owl-item{
	display: flex;
	justify-content: center
}

#markak .owl-carousel .owl-item img{
	width: auto;
	max-width: 100%;
}

#markak .owl-nav .right{
	margin-right:-40px;
	border-radius: 10px 10px 10px 10px;
	background-color: transparent;
}

#markak .owl-nav .left{
	margin-left:-40px;
	border-radius: 10px 10px 10px 10px;
	background-color: transparent;
}

@media (max-width: 1350px){
	#markak .owl-nav .right{
		display: none;
	}
	
	#markak .owl-nav .left{
		display: none;
	}
}