<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&amp;display=swap');

html, body{
	height:100%;
}

.mobile{
	display:none;
}

.hidden{
	display: none;
}

body{
	font-family: 'Open Sans', sans-serif;
}

a.inactive{
	color:#ccc;
	cursor: not-allowed;
	text-decoration: none;
}

textarea:focus, input:focus{
    outline: none;
}

.button1{
	height:40px;
	background-color: #F1143E;
	width:100%;
	border:0px solid #000;
	font-size:14px;
	font-weight: 700;
	color:#fff;	
	text-transform: uppercase;
}

.button2{
	height:40px;
	background-color: #fff;
	width:100%;
	border:1px solid #000;
	font-size:14px;
	font-weight: 700;
	color:#000;	
	text-transform: uppercase;
}

.button3{
	height:27px;
	background-color: #F1143E;
	border:0px solid #000;
	font-size:14px;
	font-weight: 700;
	color:#fff;	
	text-transform: uppercase;
}

.link1{
	font-size:12px;
	font-weight: 700;
	color:#F1143E;
}

.link1:hover{
	color:#F1143E;
}

/* sajat checkbox design 1 */
.checkbox-1{ /*container*/
	position: relative;
	padding-left:20px;
	cursor: pointer;
	user-select: none;
	display: block;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
.checkbox-1 input{ /*rĂŠgi check elrejtĂŠse*/
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0px;
	width: 0px;
}
.checkbox-1 .checkmark{ /*uj check*/
	position: absolute;
	top: 3px;
	left: 0px;
	height: 10px;
	width: 10px;
	border: 1px solid #f1143e;
}
.checkbox-1:hover input ~ .checkmark{ /*uj check hover*/
	background-color: #f1143e;
}
.checkbox-1 input:checked ~ .checkmark{ /*uj check aktĂ­v*/
	background-color: #f1143e;
}
.checkbox-1 .checkmark:after{ /*check idikator*/
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: -6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.checkbox-1 input:checked ~ .checkmark:after{ /*check idikator aktĂ­v*/
	display: block;
}
/* /sajat checkbox design 1 */

.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 22px;
}
  
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
  
.slider {	
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #D4DDDD;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 22px;
}
  
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 2px;
	background-color: #1E2338;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
  
input:checked + .slider {
	background-color: #F1143E;
}
  
input:focus + .slider {
	/* box-shadow: 0 0 1px #F1143E; */
}
  
input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	background-color: #fff;
}
  
/* /switch */

/* header */
#header{	
	height: 89px;
	background-color:#1e2338;
	color:#fff;
}

#header-inner{
	display: flex;
	height: 88px;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: space-between;
}

#search input.search{
	width:400px;
	height: 38px;
	background-color:#2b314e;
	border:0px solid #000;
	padding-left:40px;
	background-image: url(/assets/images/search-icon.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	color:#c0c2cb;	
}

#search input.search::placeholder{
  color:#c0c2cb;
}

#search input.submit{
	width:100px;
	height:38px;
	background: rgb(243,27,39);
	background: linear-gradient(180deg, rgba(243,27,39,1) 0%, rgba(242,24,49,1) 16%, rgba(242,22,60,1) 32%, rgba(241,20,68,1) 48%, rgba(240,17,75,1) 64%, rgba(240,16,81,1) 80%, rgba(239,13,91,1) 100%);
	border:0px solid #000;
	color:#fffefe;
	text-transform: uppercase;
	font-size:14px;
}

#basket-user-menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#basket{
	align-items: center;
	font-weight: bold;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

#basket .label1 a{
	color:#fff
}

#basket .label2{
	font-size: 14px;
	font-weight: normal;	
}

#user{
	position: relative;
	margin-left:30px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	-webkit-user-select: none;
}

#login-window{
	position: absolute;
	cursor: default;
	right:0px;
	top:40px;
	width:343px;
	height:420px;
	background-color:#fff;
	z-index: 10;
	border-bottom:6px solid #F1143E;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.65); 
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.65);
	color:#000;
}

.haromszog{
	position: absolute;
	top:-7px;
	right:30px;
	width:15px;
	height:15px;
	background-color: #fff;	
	transform: rotate(45deg)
}

#login-window .content{
	padding:30px;
}

#login-window .content .header{
	font-size:20px;
	font-weight: 700;
}

#login-window .form-group{
	margin-top:10px;
}

#login-window .label{
	font-size: 14px;
	font-weight: 700;
	margin-bottom:5px;
}

#login-window .input input{
	border:0px solid #000;
	background-color: #EDEDED;
	height:40px;
	width:100%;
	font-size: 14px;
	padding-left:5px;
	padding-right:5px;
}

#login-window .err{
	position: absolute;
    font-weight: 700;
    color: #F1143E;
}

#login-window .close{
	position: absolute;
	top:37px;
	right:30px;
	cursor: pointer;
}

#menu{
	margin-left:30px;
	cursor: pointer;
}

#hamb-menu{
	position: fixed;
	transform: translateX(430px);
	top:0px;
	right:0px;
	background-color: #2E334A;
	width:430px;
	max-width: 100%;
	height:100%;
	z-index: 100;
	transition: all 0.3s;
	padding:30px;
}

#hamb-menu.open{
	transform: translateX(0px);
}

#hamb-menu .bezar{
	cursor: pointer;
}

#hamb-menu ul,#hamb-menu li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#hamb-menu .menu{
	padding-left: 30px;
	margin-top:60px;
}

#hamb-menu .menu li{
	margin-bottom:30px;
	margin-top:30px;
}

#hamb-menu .menu a{
	font-weight: 16px;
	font-weight: 700;
	padding-top:10px;
	padding-bottom:10px;
	text-transform: uppercase;
	color:#fff;
}

/* /header */

#categories-container{
	color:#fff;
	background: rgb(243,27,39);
	background: linear-gradient(90deg, rgba(243,27,39,1) 0%, rgba(242,24,49,1) 16%, rgba(242,22,60,1) 32%, rgba(241,20,68,1) 48%, rgba(240,17,75,1) 64%, rgba(240,16,81,1) 80%, rgba(239,13,91,1) 100%);
}

#categories-container a{
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

#categories{
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#categories ul, #categories li{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

/* fomenuk */

#categories ul.level-1{	
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#categories li.level-1{	
}
#categories li.level-1 &gt; a{ /* fomenu link */
	position: relative;
	display: inline-block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}
.level1-hover{
	position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height: 0px;
	background-color:#fff;
}
.level1-hover.active{
	height: 5px;
	transition: all 200ms;
}

/* almenu */
#categories ul.level-2{ /* container */
	display: flex;
	position: absolute;
	left:0px;
	right:0px;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	background-color:#1e2338;
	padding:20px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms;
}
#categories ul.level-2.active{
	visibility: visible;
	opacity: 1;
}

#categories li.level-2{ /* alitemek */
	flex: 0 0 275px;
	margin-top:20px;
}

#categories li.level-2 img{
	position: relative;
	top:-5px;
	width:20px;
	margin-right: 7px
}

#categories li.level-2 &gt; a{ /* alitem link  */
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

/* al-almenu */
#categories ul.level-3{
	margin-top:10px;
	margin-bottom:20px;
}

#categories li.level-3 &gt; a{
	font-weight: normal;
	font-size: 14px;
}

/* termek lista oldal */

#termek-lista-container{
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-top:30px;
}

 /* szuro */

#szuro{
	flex-basis: 260px;	
}

#szuro-inner{
	background-color:#1e2338;
	padding:20px;
	padding-bottom:60px;
	border-bottom:5px solid #f11441;
}

#szuro h2{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:30px;
}

#szuro h3{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:10px;
}

#szuro .szuro{
	background-color: #2b314e;
	padding:10px;
}

/*termek lista*/

#termek-lista{
	flex-basis: calc(100% - 260px);
	padding-left: 50px;
}

#termek-lista h1{
	color:#1d1762;
	font-weight: 700;
	font-size: 40px;
	margin-top:25px;
	margin-bottom:25px;
}

#breadc, #breadc a{
	color:#a2b4c1;
	font-size: 14px;
	font-weight: 600;
}

#breadc.inner{
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
}

#lapozas{
	display:flex;
	justify-content: flex-end;
	font-size: 14px;
	color:#1E2338;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom:30px;
}

#lapozas .nezet{
	flex-grow: 1;
	padding-top:4px;
}

#lapozas .leptetes{
	/* flex-grow: 1; */
	padding-top:4px;
	padding-right: 30px;
}

#lapozas .leptetes a{
	color:#1D1762;
}

#lapozas .leptetes a.inactive{
	color:#ccc;
}

#lapozas .osszesen{
	padding-top:4px;
}

#lapozas .talalat-oldal{
	margin-left: 30px;	
}

#lapozas .oldal{
	margin-left: 30px;
}

.talalatok-select, .rendezes-select, .oldal-select{
	border:1px solid #000;
	font-size: 14px;
	color:#1E2338;
	text-transform: uppercase;
	font-weight: 700;
	padding:3px;
}

#lapozas .rendezes{
	margin-left: 30px;
}

#termek-lista .item{
	display: flex;
	padding:20px;
	border:2px solid #f0f0f0;
	border-right:4px solid #320577;
	min-height: 150px;
	margin-bottom:10px;	
}

/* termek item bal */

#termek-lista .item .img-cont{
	flex-basis: 150px;
	text-align: center;
}
#termek-lista .item .img-cont img{
	max-width: 100%;
	max-height: 150px;	
}

/* termek item jobb */
#termek-lista .item .descr-cont{
	flex-basis:100%;
	padding-left:50px;
}

#termek-lista .item .descr-cont .title{
	margin-bottom:10px;
}

#termek-lista .item .descr-cont .title a{
	color:#5c5c62;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#termek-lista .item .descr-cont .descr1{
	font-size: 14px;
}

#termek-lista .item .descr-cont .price{
	color:#5c5c62;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;	
}

#termek-lista .item .keszlet{
	flex-basis: 300px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    align-content: center;
}

#termek-lista .item .keszlet b{
	margin-left: 10px;
}

#termek-lista .item .keszlet img{
	margin-left:10px;
}

#termek-lista .item .basket{
	display: flex;
	align-items: center;
}

#termek-lista .item .basket .db{
	width: 48px;
    height: 40px;
    border: 1px solid #000;
    text-align: center;
	margin-right: 2px;
}

#termek-lista .item .basket .to-basket{
	cursor: pointer;
	margin-left: 2px;
}

#termek-lista .item .basket .to-basket.no{
	cursor: not-allowed;
}

/* komakt nezet */
#termek-lista .termekek.kompakt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#termek-lista .termekek.kompakt .item{
	position: relative;
	display: block;
	flex-basis: 322px;
	width:322px;
	border:2px solid #f0f0f0;
	border-bottom:4px solid #320577;
	margin-bottom:20px;
}
#termek-lista .termekek.kompakt .item .img-cont{
	flex-basis: 100%;
	text-align: center;	
	height: 125px;
}
#termek-lista .termekek.kompakt .item .img-cont img{
	max-height: 125px;
}
#termek-lista .termekek.kompakt .item .descr-cont{
	/* flex-basis:100%; */
	padding-left:0px;
}
#termek-lista .termekek.kompakt .item .descr-cont .title{
	text-align:center;
	margin-top:10px;	
	line-height: 15px;	
}
#termek-lista .termekek.kompakt .item .descr-cont .title a{
	font-size:14px;	
	line-height: 15px;
}
#termek-lista .termekek.kompakt .item .basket{
	position: absolute;
	bottom:10px;
	right:10px;
}
/* /komakt nezet */

#talalatok-form{
	display: inline;
}

/* /termek lista */

/* termek adatlap */
#termek-adatlap{
	display:flex;
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;	
}

/* termek bal */
#termek-adatlap .left{
	flex-basis: 400px;
	text-align: center;
	border:1px solid #F4F4F4;
	padding:10px;	
}

#termek-adatlap .left img{
	max-width: 100%;	
}

/* termek jobb */
#termek-adatlap .right{
	flex-basis: calc(100% - 400px);
	padding-left:50px;	
}

#termek-adatlap .right h1{
	color:#1D1762;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

#termek-adatlap .right .adatlap{
	margin-top:30px;
	margin-bottom:30px;
}

#termek-adatlap .right .sor{
	display:flex;
	margin-bottom:8px;
}

#termek-adatlap .right .sor .label{
	color:#5C5C62;
	font-size:14px;
	font-weight: 600;
	flex-basis: 100px;
}

#termek-adatlap .right .sor .value{
	color:#5C5C62;
	font-size:14px;
	font-weight: 700;
	position: relative;	
}

#termek-adatlap .right .sor .value .kesz{
	position: relative;
	width:290px;
	top:-5px;	
	padding:3px;
	padding-left: 5px;
	border:2px solid #ccc;
	margin-bottom:10px;
	border-radius: 2px;
	cursor: pointer;
}

#termek-adatlap .right .sor .value .kesz.selected, #termek-adatlap .right .sor .value .kesz:hover{
	border:2px solid #F1143E;
}

#termek-adatlap .right .sor .value .kesz b{
	padding-right: 5px;
	width:55px;
	display: inline-block;
}

#termek-adatlap .right .price{
	color:#1D1762;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom:30px;
}

#termek-adatlap .right .kosarba .db{
	width:48px;
	height:40px;
	border:1px solid #000;
	text-align:center;
	margin-bottom:15px;
}

#termek-adatlap .right .kosarba .db::-webkit-inner-spin-button, #termek-adatlap .right .kosarba .db::-webkit-outer-spin-button {  
	opacity: 1;
}

#termek-adatlap .right .kosarba .db-label{
	text-transform: uppercase;
	font-size:14px;
	font-weight: 700;
	margin-left:10px;
}

#termek-adatlap .right .kosarba .to-basket{
	width:300px;
	max-width:300px;
	height:40px;
	background: #F1143E;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	font-weight: 700;
	border:0px solid #000;
	cursor: pointer;
}

#termek-leiras{
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
}

#termek-leiras h2{
	color:#1D1762;
	font-size:18px;
	text-transform: uppercase;
	border-bottom:2px solid #1D1762;
	font-weight: bold;
	padding-bottom:15px;
	margin-bottom:0px;
	width: 60px;	
}

#termek-leiras hr{
	margin:0px;
	margin-bottom:30px;
}

#termek-leiras .cont{
	font-size: 14px;
	line-height: 22px;
	color:#5C5C62;
}

/* termek adatlap */

/* kosar */

#basket-big{
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	min-height: 600px;
	text-transform: uppercase;
}

#basket-big h1{
	color:#1d1762;
	font-weight: 700;
	font-size: 40px;
	margin-top:25px;
	margin-bottom:25px;
}

#basket-big .basket-container{
	display:flex;
}

#basket-big .basket-table{
	flex-grow: 1;
	display:table;
}

#basket-big .basket-table .header{
	display:table-row;
	background-color:#1E2338;
	color:#fff;
	height:40px;
	font-size: 14px;
	font-weight: 700;
}

#basket-big .basket-table .data{
	display:table-cell;
	vertical-align: middle;
	padding-left:10px;
	padding-right: 10px;
}

#basket-big .basket-table .basket-row{
	display:table-row;
	color:#5C5C62;
	height:85px;
	font-size:14px;		
}

#basket-big .basket-table .basket-row.spacer{
	height:10px;
}

#basket-big .basket-table .basket-row .data{
	position: relative;
	border-bottom:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
}

#basket-big .basket-table .basket-row .data:first-child{
	border-left:1px solid #F0F0F0;
}

#basket-big .basket-table .basket-row .data:last-child{
	border-right:4px solid #320577;
}

#basket-big .basket-table .basket-row .img img{
	max-width: 100%;
	max-height: 70px;
}

#basket-big .basket-table .basket-row .nev{
	font-weight: 700;
}

#basket-big .basket-table .basket-row .ar{
	font-size: 16px;
	font-weight: 600;
}

#basket-big .basket-table .basket-row .number{
	width: 48px;
    height: 40px;
    border: 1px solid #000;
	text-align: center;
	font-size:14px;
	font-weight: bold;	
	color:#1E2338;
}

#basket-big .basket-table .basket-row .number::-webkit-inner-spin-button, #basket-big .basket-table .basket-row .number::-webkit-outer-spin-button {  
	opacity: 1;
}

#basket-big .basket-table .basket-row .mod{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}

#basket-big .basket-table .basket-row .mennyiseg{
	width:200px;
}

#basket-big .basket-table .basket-row .remove{
	position: absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
}

#basket-big .basket-table .basket-row .egyseg{
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left:10px;
	margin-right:10px;
	color:#1E2338;
}

#basket-big .arak{
	flex-basis: 340px;	
	margin-left: 30px;
	color:#fff;	
}

#basket-big .arak-inner .header{
	height:100px;
	background-color: #1E2338;	
	font-size: 24px;
	font-weight: 700;
	display:flex;
	align-items: center;
	padding-left: 30px;
	margin-bottom:4px;
	text-transform: uppercase;
}

#basket-big .arak-inner .content{
	background-color: #1E2338;	
	font-size: 16px;
	font-weight: 600;
	padding: 30px;
}

#basket-big .arak-inner .content .brutto{
	margin-top:10px;
}

#basket-big .arak-inner .content .suly{
	margin-top:20px;
	font-size:14px;
}

#basket-big .tovabb-container{
	background-color: #2B314E;
	text-align: center;
	padding:30px;
}

#basket-big .tovabb-container button{
	height:40px;
	background-color: #F1143E;
	width:100%;
	border:0px solid #000;
	font-size:14px;
	font-weight: 700;
	color:#fff;	
	text-transform: uppercase;
}

/* /kosar */

#basket-big .red-button{
	height:40px;
	background-color: #F1143E;
	width:100%;
	border:0px solid #000;
	font-size:14px;
	font-weight: 700;
	color:#fff;	
	text-transform: uppercase;
}

/* szamlazas */

#szamlazas{
	max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    min-height: 600px;
    text-transform: uppercase;
}

#szamlazas h2{
	color:#1d1762;
	font-weight: 700;
	font-size: 40px;
	margin-top:25px;
	margin-bottom:25px;
}

#szamlazas .form-group{
	margin-top:10px;
}

#szamlazas .label{
	font-size: 14px;
	font-weight: 700;
	margin-bottom:5px;
}

#szamlazas .input input{
	border:0px solid #000;
	background-color: #EDEDED;
	height:40px;
	width:500px;
	font-size: 14px;
	padding-left:5px;
	padding-right:5px;
}

#szamlazas .arak{
	flex-basis: 340px;	
	max-width: 340px;
	margin-left: 30px;
	color:#fff;	
}

#szamlazas .arak-inner .header{
	height:100px;
	background-color: #1E2338;	
	font-size: 24px;
	font-weight: 700;
	display:flex;
	align-items: center;
	padding-left: 30px;
	margin-bottom:4px;
}

#szamlazas .arak-inner .content{
	background-color: #1E2338;	
	font-size: 16px;
	font-weight: 600;
	padding: 30px;
}

#szamlazas .arak-inner .content .szallitasi{
	margin-bottom:10px;
}

#szamlazas .arak-inner .content .brutto{
	margin-top:10px;
}

#szamlazas .arak-inner .content .suly{
	margin-bottom:20px;
	font-size:14px;
}

#szamlazas .arak-inner .content select{
	border: 1px solid #000;
    font-size: 14px;
    color: #1E2338;
    text-transform: uppercase;
    font-weight: 700;
	padding: 3px;
	width:100%;
}

#szamlazas .tovabb-container{
	background-color: #2B314E;
	text-align: center;
	padding:30px;
}

#szamlazas .tovabb-container button{
	height:40px;
	background-color: #F1143E;
	width:100%;
	border:0px solid #000;
	font-size:14px;
	font-weight: 700;
	color:#fff;	
	text-transform: uppercase;
}

#szamlazas .select{
	border: 1px solid #000;
	font-size: 14px;
	color: #1E2338;
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px;	
	height: 40px;
	width: 500px;
}

#szamlazas textarea{
	border: 1px solid #000;
	font-size: 14px;
	color: #1E2338;
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px;	
	height: 150px;
	width: 500px;
}

#szamlazas .szamlazas input{
	background-color: #fff;
	border-bottom:1px solid #000;
}

#szamlazas .szallitas input{
	background-color: #fff;
	border-bottom:1px solid #000;
}

/* /szamlazas */

/* nyito */
.back1{
	position: absolute;
	width:100%;
	height:690px;
	background: linear-gradient(180deg, #2E334A 0%, #1E2338 100%);
}

.ban1{
	position: relative;
	width:100%;
	max-width:1640px;
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
}

.ban1 .item img{	
	width:100%;
	height:auto;
}

.owl-dots{
	position: absolute;
    bottom: 20px;
	right: 50%;
	transform: translateX(50%);
}

.ban2-3{
	width: 100%;
	max-width:1640px;
	margin-top:20px;
	margin-left:auto;
	margin-right: auto;
}

.ban2-3 img{
	width: 100%;
	height:auto;
}

.ban2{
	padding-right: 10px !important;
}

.ban3{
	padding-left: 10px !important;
}

/* /nyito */

/* content */
.back2{
	position: absolute;
	width:100%;
	height:340px;
	background: linear-gradient(180deg, #2E334A 0%, #1E2338 100%);
}

#content-container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	max-width:830px;		
}

#content-container h1{
	color:#fff;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;	
	margin-top:50px;
	margin-bottom:50px;
}

#content{
	background-color: #fff;
	border-bottom:4px solid #320577;
	min-height: 600px;
	padding:30px; 
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.65);
}

#content a{ 
	color: #5c5c62
}

/* /content */

#footer{
	position: relative;	
	height:266px;
	background-color: #262B42;
	margin-top:200px;
}

#footer .logo-container{
	display: flex;
	position: relative;
	top:-66px;
	height:125px;
	background: rgb(243,27,39);
	background: linear-gradient(180deg, rgba(243,27,39,1) 0%, rgba(242,24,49,1) 16%, rgba(242,22,60,1) 32%, rgba(241,20,68,1) 48%, rgba(240,17,75,1) 64%, rgba(240,16,81,1) 80%, rgba(239,13,91,1) 100%);
	/* max-width:1640px; */
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
}

#footer .info{
	position: relative;
	top:-30px;
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 600;
}

#footer .copy{
	position: relative;
	color:#707070;
	text-transform: uppercase;
	margin-top:20px;
}

#footer .newtime-container{
	width:350px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
}

/* newtime logo */
#newtime_logo{
	display:none;
}

#newtime_logo.start{
	display:block;
}

#newtime_logo svg &gt; g:nth-child(3) &gt; g{
    -webkit-animation: .1s linear newtime_logo-made forwards;
            animation: .1s linear newtime_logo-made forwards;
    visibility:hidden;
}
#newtime_logo svg &gt; g:nth-child(3) &gt; g:nth-child(1){
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
}
#newtime_logo svg &gt; g:nth-child(3) &gt; g:nth-child(2){
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
}
#newtime_logo svg &gt; g:nth-child(3) &gt; g:nth-child(3){
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}

#newtime_logo svg &gt; g:nth-child(1),
#newtime_logo svg &gt; g:nth-child(2){
    opacity:0;
}
#newtime_logo svg &gt; g:nth-child(2){
    -webkit-animation: .5s linear newtime_logo-circle forwards;
            animation: .5s linear newtime_logo-circle forwards;
}
#newtime_logo svg &gt; g:nth-child(1){
    -webkit-animation: 1s linear newtime_logo-circle forwards;
            animation: 1s linear newtime_logo-circle forwards;
}

@media all and (max-width: 574px){
    #newtime_logo svg{
        /* width:300px */
    }
}
@-webkit-keyframes newtime_logo-made{
    from{ visibility:hidden; }
    to{ visibility:visible; }
}
@keyframes newtime_logo-made{
    from{ visibility:hidden; }
    to{ visibility:visible; }
}

@-webkit-keyframes newtime_logo-circle {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 0;
    }
    30% {
        -webkit-transform: perspective(400px) translateX(-50px);
        transform: perspective(400px) translateX(-20px);
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes newtime_logo-circle {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 0;
    }
    30% {
        -webkit-transform: perspective(400px) translateX(-50px);
        transform: perspective(400px) translateX(-20px);
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
/* /newtime logo  */

.headline{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index: 100;
	font-size: 13px;
	text-align: center;
	padding:10px;
	font-weight: bold;
}

.headline .bezar{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:20px;
	font-size: 16px;
	cursor: pointer;
	padding:5px;
}

/* reszponziv, mobil */

@media (max-width: 1680px){

	#header-inner{
		padding-left: 10px;
		padding-right: 10px;
	}

	#termek-lista-container{
		padding-right: 10px;
	}

	#termek-lista{
		padding-left:10px;
	}

	#szamlazas{
		padding-left: 10px;
	}

	#termek-lista .termekek.kompakt .item{
		flex-basis: 222px;
	}

}

@media (max-width: 1200px){

	.no-mobile{
		display:none !important;
	}

	.mobile{
		display:block;
	}

	#logo img{
		width:200px;
	}

	#basket{
		position: relative;
		z-index: 9;
		margin-left: 10px;
	}

	#basket .numbask{
		position: absolute;
		z-index: 10;
		top:-4px;
		right:0px;
	}

	#user{
		margin-left: 15px;
	}

	#menu{
		margin-left: 10px;
	}

	#login-window{
		position: fixed;
		top:73px;
		left:0px;
		right:0px;
		width:auto;
	}

	#login-window .haromszog{
		right:64px;
	}

	#footer{
		height:274px;
	}

	#footer .logo-container{
		height:90px;
	}

	#footer .logo-container img{
		width:200px
	}

	/* mobile-menu */

	#categories-m ul, #categories-m li{
		list-style-type: none;
		padding:0px;
		margin:0px;
	}

	#categories-m .kategoriak{
		height:40px;
		text-transform: uppercase;
		font-weight: bold;
		display:flex;
		align-items: center;
		justify-content: space-between;
		padding-left:20px;
		padding-right:20px;
		cursor: pointer;
	}

	#categories-m .kategoriak &gt; .nyil{
		position: relative;
		top:-2px;
	}

	#categories-m .kategoriak &gt; .nyil img{
		height:20px;
		transform: rotate(90deg);
	}

	#categories-m.open .kategoriak &gt; .nyil img{
		transform: rotate(-90deg);
	}

	#categories-m .level-0{
		padding-top:10px;
		padding-bottom:10px;
		background-color: #1e2338;
	}

	#categories-m .level-0 img{
		display:none;
	}

	#categories-m li.level-1{
		position: relative;
		padding-left:20px;
		padding-top:10px;
		padding-bottom:10px;
	}

	#categories-m li.level-1 &gt; .nyil{
		position: absolute;
		left:200px;
		top:7px;
	}
	
	#categories-m li.level-1 &gt; .nyil img{	
		display: inline-block;	
		height:20px;
	}	

	#categories-m li.level-1.open &gt; .nyil img{	
		transform: rotate(-90deg);
	}

	#categories-m li.level-1 &gt; a{
		display: block;
	}

	#categories-m ul.level-2{		
		margin-left:20px;
	}

	#categories-m li.level-2{		
		padding-top:10px;
	}

	#categories-m ul.level-3{
		margin-left:20px;
	}
	/* /mobile-menu */

	/* termek lista */
	#termek-lista{
		width:100%;
		flex-basis:100%;
	}
	
	#lapozas{
		font-size: 10px;
		justify-content: space-between;
	}
	#lapozas .oldal{
		margin-left: 0px;	
	}
	#lapozas .talalat-oldal{
		margin-left: 0px;	
	}
	#lapozas .rendezes{
		margin-left: 0px;	
	}

	#breadc{
		text-align: center;
	}
	
	#termek-lista h1{
		font-size: 30px;
		text-align: center;
	
	}

	#termek-lista .item{
		padding:5px;
		position: relative;		
	}

	#termek-lista .item .descr-cont{
		padding-left: 10px;
	}

	#termek-lista .keszlet_m{
		position: absolute;
		bottom:10px;
		width:100px;
		right:0px;
		text-align: right;
	}
	#termek-lista .keszlet_m b{
		font-size:11px;
		padding-right: 3px;
	}	
	/* /termek lista */

	/* termek adatlap */
	#termek-adatlap{
		display:block;
	}
	
	#termek-adatlap .left{
		margin:10px;
	}
	
	#termek-adatlap .right h1{
		font-size: 30px;
	}

	#termek-adatlap .right .kosarba .input-container{
		display: inline-block;
	}
	
	#termek-adatlap .right .kosarba .button-container{
		display: inline-block;
		padding-left:5px;
	}
	
	#termek-adatlap .right .kosarba .to-basket{
		width:180px;
	}
	
	#termek-leiras{
		padding:10px;
	}
	/* /termek adatlap */
	
	/* kosar */
	#basket-big h1{
		font-size: 30px;
		margin-left: 20px;
	}
	#basket-big .arak{
		flex-basis: 100%;
		width:100%;
		margin-left: 0px;
	}

	.basket-container{
		display:block !important;
	}

	.basket-table2{
		padding:10px;
	}

	.basket-table2 .item{
		position: relative;
		display: block;
		padding:20px;
		border:2px solid #f0f0f0;
		border-right:4px solid #320577;
		min-height: 150px;
		margin-bottom:10px;	
	}
	
	.basket-table2 .item .img-cont{
		text-align: center;		
	}
	.basket-table2 .item .img-cont img{
		max-width: 100%;
		max-height: 150px;	
	}
	
	.basket-table2 .item .descr-cont{
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.basket-table2 .item .descr-cont .title{
		margin-bottom:10px;
	}
	
	.basket-table2 .item .descr-cont .title a{
		color:#5c5c62;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.basket-table2 .item .descr-cont .descr1{
		font-size: 14px;
	}
	
	.basket-table2 .item .descr-cont .price{
		color:#5c5c62;
		font-size: 16px;
		font-weight: bold;
		margin-top:10px;	
	}
	
	.basket-table2 .item .basket{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.basket-table2 .item .basket .db{
		width: 48px;
		height: 40px;
		border: 1px solid #000;
		text-align: center;
	}

	.basket-table2 .item .basket .db-label{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		margin-left: 10px;
	}
	
	.basket-table2 .item .basket .mod{
		cursor: pointer;
		margin-left: 10px;
	}	
	.basket-table2 .item .basket .remove{
		cursor: pointer;
		position: absolute;
		top:25px;
	}	

	/* /kosar */

	/* szamlazas */
	#szamlazas {
		padding-left: 10px;
		padding-right: 10px;
	}

	#szamlazas h2{
		font-size: 30px;
	}
	
	#szamlazas .szamlazas{
		display:block;
	}

	#szamlazas .arak{
		flex-basis: 100%;
		max-width: 100%;
		margin-left: 0px;
	}

	#szamlazas select{
		width:100% !important;
		max-width: 100% !important;
	}
	#szamlazas input{
		width:100% !important;
		max-width: 100% !important;
	}
	#szamlazas textarea{
		width:100% !important;
		max-width: 100% !important;
	}

	/* /szamlazas */

	/* nyito */
	.ban2, .ban3{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.ban3{
		padding-top:10px;
	}
	/* /nyito */
	/* content */
	#content-container h1{
		font-size: 30px;
		margin-top:20px;
		margin-bottom:20px;
	}
}

/* /reszponziv, mobil */

.basket-container.garancia{
	text-transform: none;
}

.gszuro{
	font-size: 14px;
    color: #1E2338;
    text-transform: uppercase;
    font-weight: 700;
	margin-bottom:30px;
}</pre></body></html>