.optiscroll {
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.optiscroll.is-enabled {
	overflow: hidden
}

.optiscroll.is-enabled>.optiscroll-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: scroll;
	-webkit-overflow-scrolling: touch
}

.optiscroll-h,
.optiscroll-v {
	position: absolute;
	visibility: hidden;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.optiscroll-v {
	right: 0
}

.optiscroll-h {
	bottom: 0
}

.optiscroll.has-htrack>.optiscroll-h,
.optiscroll.has-vtrack>.optiscroll-v {
	visibility: visible
}

.optiscroll.is-rtl>.optiscroll-v {
	left: 0;
	right: auto
}

.optiscroll-htrack,
.optiscroll-vtrack {
	display: block;
	position: absolute;
	opacity: 1;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: height .2s ease 0s, width .2s ease 0s, opacity .2s ease 0s;
	box-sizing: border-box
}

.optiscroll-v {
	top: 4px;
	bottom: 4px;
	width: 0
}

.optiscroll-h {
	left: 4px;
	right: 4px;
	height: 0
}

.optiscroll.has-vtrack.has-htrack>.optiscroll-v {
	bottom: 8px
}

.optiscroll.has-vtrack.has-htrack>.optiscroll-h {
	right: 8px
}

.optiscroll-htrack,
.optiscroll-vtrack {
	background: rgba(255, 255, 255, .7);
	border-radius: 2px;
	box-shadow: 0 0 1px #fff;
	opacity: 0
}

.optiscroll-vtrack {
	width: 3px;
	right: 4px
}

.optiscroll-htrack {
	height: 3px;
	bottom: 4px
}

.optiscroll:hover>.optiscroll-h .optiscroll-htrack,
.optiscroll:hover>.optiscroll-v .optiscroll-vtrack {
	opacity: 1
}

.optiscroll.has-vtrack.has-htrack.is-rtl>.optiscroll-h {
	right: 4px;
	left: 8px
}

.optiscroll.is-rtl>.optiscroll-v .optiscroll-vtrack {
	right: auto;
	left: 4px
}

body {
	font-family: Roboto, sans-serif;
	overflow-y: scroll;
	color: #3a3a3a
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Muli, sans-serif
}

.container {
	max-width: 1140px
}

.loader {
	position: fixed;
	margin: 0 auto;
	z-index: 9999;
	cursor: wait;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
	text-align: center
}

.loader div {
	position: absolute;
	color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

a,
a:active,
a:hover {
	text-decoration: none
}

.navbar1 {
	height: 50px
}

.navbar1 a {
	color: #3a3a3a;
	display: inline-block;
	font-size: .7rem;
	line-height: 50px;
	width: auto;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: ease all .3s;
	transition: ease all .3s
}

.navbar1 a:hover {
	color: #0083cd
}

.navbar1 a:first-child {
	margin-left: 10px
}

.navbar1 a:last-child {
	margin-right: 0
}

.navbar1 .svg-inline--fa {
	margin-top: -3px
}

.navbar1 .fa-2x {
	font-size: 1.7em !important;
	color: #3a3a3a !important
}

.navbar1 span {
	padding-left: 8px
}

#header {
	height: 60px;
	background-color: #3a3a3a
}

.logo-bg {
	position: relative
}

.logo-bg:before {
	content: "";
	width: 80px;
	height: 80px;
	background-color: #3a3a3a;
	position: absolute;
	left: -13px;
	top: -10px;
	z-index: 5;
	border-radius: 50%
}

.logo {
	height: 60px;
	width: 235px;
	margin-right: 40px;
	background-image: url(../images/logo-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	position: relative;
	-webkit-transition: ease all .3s;
	transition: ease all .3s;
	z-index: 10
}

.search {
	padding: 10px 0;
	position: relative
}

.search input[type=text] {
	width: 400px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	float: left;
	border: none;
	background: 0 0;
	background-color: #474747;
	color: #fff;
	border-radius: 20px;
	outline: 0;
	font-size: .9rem
}

.search input[type=text]:-ms-input-placeholder,
.search input[type=text]::-ms-input-placeholder,
.search input[type=text]::placeholder {
	color: #fff;
	opacity: 1
}

.search button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-left: -40px;
	text-align: center;
	float: left;
	border: none;
	background: 0 0;
	color: #fff;
	outline: 0;
	cursor: pointer
}

.search button svg {
	-webkit-transition: ease all .3s;
	transition: ease all .3s
}

.search button:hover svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.search input[type=text]::placeholder {
	color: #fff;
	opacity: .7;
	font-style: italic
}

#overlay-all {
	display: none;
	width: 100%;
	left: 0;
	top: 170px;
	height: 100%;
	z-index: 20;
	opacity: .7;
	background: #000;
	position: fixed
}

.desktop-category-filter {
	z-index: 30
}

.search input[type=text]:-ms-input-placeholder {
	color: #fff;
	opacity: .7;
	font-style: italic
}

.search input[type=text]::-ms-input-placeholder {
	color: #fff;
	opacity: .7;
	font-style: italic
}

.search2 {
	padding: 10px 0;
	position: relative
}

.search2 input[type=text] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	float: left;
	border: none;
	background: 0 0;
	background-color: #474747;
	color: #fff;
	border-radius: 20px;
	outline: 0;
	font-size: .9rem
}

.search input[type=text]:-ms-input-placeholder,
.search input[type=text]::-ms-input-placeholder,
.search2 input[type=text]::placeholder {
	color: #fff;
	opacity: 1
}

.search2 button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-left: -40px;
	text-align: center;
	float: left;
	border: none;
	background: 0 0;
	color: #fff;
	outline: 0;
	cursor: pointer
}

.search2 button svg {
	-webkit-transition: ease all .3s;
	transition: ease all .3s
}

.search2 button:hover svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.search-all-display {
	padding: 10px;
	margin: 10px;
	background-color: #3a3a3a;
	border-radius: 20px
}

#desktop_search_input_block {
	display: none;
	position: absolute;
	top: 65px;
	width: 92%;
	background-color: rgba(71, 71, 71, 1);
	color: #fff;
	z-index: 10;
	padding: 15px;
	margin: 0 15px;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	font-size: 10pt;
	padding-bottom: 0;
	z-index: 1000000000000
}

#desktop_search_input_block a {
	color: #fff;
	display: block;
	font-size: .9rem;
	padding: 5px 0
}

#desktop_search_input_block:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	left: 25px;
	width: 10px;
	height: 10px;
	margin-bottom: -4px;
	border-top: 1px solid rgba(71, 71, 71, 1);
	border-left: 1px solid rgba(71, 71, 71, 1);
	background: rgba(71, 71, 71, 1);
	transform: rotate(45deg);
	transition: all .4s ease-in-out
}

#desktop_search_input_block a:hover {
	color: #ddcecd !important
}

.right-light-border {
	border-right: 1px solid grey
}

.cart {
	height: 60px;
	line-height: 60px;
	color: #fff;
	position: relative;
	border-top-right-radius: 15px;
	padding: 0 10px;
	font-size: .9rem;
	-webkit-transition: ease all .3s;
	transition: ease all .3s
}

.cart a {
	color: #fff
}

.cart:hover a {
	color: #3a3a3a
}

.cart-size {
	position: absolute;
	color: #fff;
	background-color: #d65959;
	border-radius: 50%;
	display: inline-block;
	height: 22px !important;
	width: 22px !important;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	left: 8px;
	top: 3px;
	margin: 0
}

.cart .icon {
	color: #fff;
	display: inline-block;
	position: relative;
	padding-right: 10px
}

.cart:hover {
	background-color: #f2f2f2;
	color: #3a3a3a
}

.cart:hover .icon {
	color: #3a3a3a
}

.cart-dropdown {
	display: none;
	position: absolute;
	z-index: 1000000000000000;
	width: 500px;
	background-color: #fff;
	right: 0;
	top: 60px;
	-webkit-box-shadow: 0 2px 5px -5px rgba(200, 200, 200, 1);
	-moz-box-shadow: 0 2px 5px -5px rgba(200, 200, 200, 1);
	box-shadow: 0 2px 5px -5px rgba(200, 200, 200, 1)
}

.cart-header {
	background-color: #f1f1f1;
	font-weight: 600
}

.cart-header [class*=" col-"],
.cart-header [class^=col-] {
	height: 60px;
	line-height: 60px;
	font-size: .8rem;
	color: #3a3a3a
}

#cart-dropdown-content,
#precart-dropdown-content {
	max-height: 400px;
	padding-top: 10px;
	padding-bottom: 0;
	overflow-y: auto
}

#cart-dropdown-content [class*=" col-"],
#cart-dropdown-content [class^=col-],
#precart-dropdown-content [class*=" col-"],
#precart-dropdown-content [class^=col-] {
	color: #3a3a3a;
	line-height: 18px;
	font-size: .9rem
}

#cart-dropdown-content [class*=" col-"] p,
#cart-dropdown-content [class^=col-],
#precart-dropdown-content [class*=" col-"] p,
#precart-dropdown-content [class^=col-] {
	margin: 0;
	display: inline-block;
	line-height: 18px
}

#cart-dropdown-content p,
#precart-dropdown-content p {
	margin: 0;
	display: inline-block;
	line-height: 18px
}

#cart-dropdown-content .row,
#precart-dropdown-content .row {
	padding-top: 5px;
	padding-bottom: 5px
}

#cart-dropdown-content .row:last-child,
#precart-dropdown-content .row:last-child {
	padding-top: 5px;
	padding-bottom: 0
}

#cart-dropdown-content [class*=" col-"] a,
#cart-dropdown-content [class^=col-],
#precart-dropdown-content [class*=" col-"] a,
#precart-dropdown-content [class^=col-] {
	color: #3a3a3a;
	display: inline-block;
	line-height: 18px
}

#cart-dropdown-content .col-12,
#precart-dropdown-content .col-12 {
	border-bottom: 1px dashed #ccc;
	padding-top: 8px
}

.cart-dropdown-content-b .col-12 {
	border-bottom: 1px dashed #ccc;
	padding-top: 8px
}

.cart-sum-t b {
	line-height: 60px;
	display: inline-block;
	float: left
}

.cart-sum-t span {
	line-height: 60px;
	display: inline-block;
	float: left;
	font-size: 1.4rem
}

.cart_plus_block .big-cart-button-goto-block {
	min-height: 90px
}

.cart_plus_block .dd-preorder-a {
	position: absolute;
	right: 10px
}

.dark-grey-background-row {
	color: #fff;
	background-color: #3a3a3a;
	font-weight: 600
}

.button-round-2 {
	display: inline-block;
	padding: 0 15px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px
}

.button-round-2:hover {
	transform: scale(.94)
}

.green {
	background-color: #47ad68;
	color: #fff !important
}

.to-cart {
	-webkit-transition: ease all .3s;
	transition: ease all .3s
}

.item .container {
	position: relative
}

.header-menu {
	height: 60px;
	line-height: 60px;
	color: #fff;
	padding: 0 10px;
	font-size: .9rem
}

.header-menu:hover {
	color: #fff
}

.header-menu .icon {
	color: #fff;
	display: inline-block;
	position: relative;
	padding-right: 10px
}

.search-modal {
	display: none
}

.search-modal .icon {
	padding-right: 0
}

#header .float-right {
	margin-left: 16px
}

#header .fa-2x {
	font-size: 1.3em !important
}

#mobilemenubtn {
	display: none
}

#mobilemenubtn .icon {
	padding-right: 0
}

.desktop-category-filter {
	height: 60px
}

.ul-wrapper {
	text-align: center;
	width: 100%;
	height: 60px
}

ul.full-width-ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none
}

ul.full-width-ul li {
	float: left;
	padding: 0
}

ul.full-width-ul li>a {
	display: block;
	padding: 0 22px;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	color: #3a3a3a;
	font-size: .9rem;
	text-transform: uppercase
}

.top-menu-bottom-block li:hover {
	background-color: #3a3a3a;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative
}

.top-menu-bottom-block li:hover:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: -3px;
	top: -7px;
	border-radius: 100%;
	background-color: #3a3a3a
}

.top-menu-bottom-block li:hover:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	right: -3px;
	top: -7px;
	border-radius: 100%;
	background-color: #3a3a3a
}

.top-menu-bottom-block li:hover>a {
	color: #fff
}

.lg-on #header-sticky-wrapper {
	display: none
}

.dropdown-content-header-menu {
	display: none;
	position: fixed;
	left: 0;
	z-index: 1000000000000000;
	width: 100%;
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	height: auto;
	box-shadow: 0 1px 4px -2px #eee
}

.dropdown-content-header-menu a {
	color: #3a3a3a;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	font-weight: 300;
	line-height: 1rem
}

.dropdown-content-header-menu a.fo {
	padding: 0 15px;
	font-weight: 600
}

.dropdown-content-header-menu a p {
	margin: 5px 0;
	font-size: .8rem
}

.dropdown-content-header-menu .sub-menus {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left
}

.dropdown-content-header-menu .sub-menus a {
	font-size: .9rem
}

.dropdown-termek-lista .kep-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	text-align: center;
	position: relative;
	margin: 0
}

.dropdown-termek-lista .kep-box .kep {
	position: absolute;
	width: 80%;
    height: 80%;
	background-size: cover;
	background-position: center center
}

.dropdown-termek-lista:hover .kep-box .kep {
	position: absolute;
	width: 80%;
	height: 80%;
	background-size: cover;
	background-position: center center;
	filter: none;
	-webkit-filter: none;
	-webkit-transform: translateZ(0)
}

.dropdown-termek-lista.fo {
	text-transform: uppercase;
	text-align: center
}

.dropdown-content-header-menu22 .container .row:first-child {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.hvr-outline-out:before {
	border: 2px solid #f6f6f6
}

.hvr-radial-out {
	background: #fff
}

.hvr-radial-out:before {
	background: #f6f6f6
}

.hvr-sweep-to-left:before {
	background: #f6f6f6;
	border-top-right-radius: 15px
}

.akcios-termekek-gomb {
	position: inherit !important;
	width: 120px !important;
	margin: auto !important;
	display: block !important;
	right: 0 !important;
	margin-top: 10px !important;
	margin-bottom: 30px !important
}

.fooldal-4 .col-md-3 a {
	text-align: center;
	color: #3a3a3a;
	display: block;
	height: 100px;
	line-height: 100px;
	font-weight: 600
}

.fooldal-4 .col-md-3 .icon {
	display: inline-block;
	position: relative;
	padding-right: 10px
}

.fooldal-4 .col-md-3 a .fa-2x {
	font-size: 1.6em !important
}

.arrows {
	width: 120px;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -60px
}

.arrowscenter {
	width: 80px;
	height: 40px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -40px;
	display: none
}

@-webkit-keyframes arrow1 {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1
	}

	0% {
		-webkit-transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-2em);
		opacity: 0
	}
}

@-webkit-keyframes arrow2 {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1
	}

	10% {
		-webkit-transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-2em);
		opacity: 0
	}
}

@-webkit-keyframes arrow3 {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1
	}

	20% {
		-webkit-transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-2em);
		opacity: 0
	}
}

@-webkit-keyframes arrowcenter1 {
	0% {
		-webkit-transform: translateX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-1.5em);
		opacity: 0
	}
}

@-webkit-keyframes arrowcenter2 {
	0% {
		-webkit-transform: translateX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(1.5em);
		opacity: 0
	}
}

.arrow1 {
	width: 40px;
	height: 40px;
	color: #d65959;
	float: left;
	text-align: center;
	line-height: 40px;
	-webkit-animation: arrow1 1.5s infinite ease-out
}

.arrow2 {
	width: 40px;
	height: 40px;
	color: #d65959;
	float: left;
	text-align: center;
	line-height: 40px;
	-webkit-animation: arrow2 1.5s infinite ease-out
}

.arrow3 {
	width: 40px;
	height: 40px;
	color: #d65959;
	float: left;
	text-align: center;
	line-height: 40px;
	-webkit-animation: arrow3 1.5s infinite ease-out
}

.arrowcenter1 {
	width: 40px;
	height: 40px;
	color: #d65959;
	float: left;
	text-align: center;
	line-height: 40px;
	-webkit-animation: arrowcenter1 1s infinite alternate ease-in-out
}

.arrowcenter2 {
	width: 40px;
	height: 40px;
	color: #d65959;
	float: left;
	text-align: center;
	line-height: 40px;
	-webkit-animation: arrowcenter2 1s infinite alternate ease-in-out
}

.slider-in-slider {
	min-height: 600px
}

.slider-in-slider .center .arrows {
	display: none
}

.owl-carousel-five-products .owl-dots {
	display: none !important
}

.filter-dropdown-block .my-arrows {
	float: right;
	margin-top: 8px
}

@media (max-width:1023px) {
	.navbar1 a span {
		display: none
	}

	.navbar1 a span.mobile-only {
		display: inline
	}

	.logo {
		width: 54px
	}

	#mobilemenubtn {
		display: inline-block
	}

	.desktop-category-filter {
		display: none !important
	}

	.arrows {
		display: none
	}

	.slider-in-slider .center .arrowscenter {
		display: inline-block
	}
}

@media (max-width:879px) {
	.search {
		display: none
	}

	.search-modal {
		display: inline-block
	}
}

@media (max-width:767px) {
	.header-menu .icon {
		padding-right: 0
	}

	.cart .icon {
		padding-right: 0
	}

	.header-menu span {
		display: none
	}

	.mobilemenu .header-menu span {
		display: inline-block
	}

	.cart>span {
		display: none
	}

	.fooldal-4 .col-md-3 a {
		height: 60px;
		line-height: 60px
	}

	.logo {
		margin-right: 10px
	}

	.mobile-center {
		text-align: center !important
	}

	.mobile-right {
		text-align: right !important
	}

	.footer-line-plus {
		display: none !important
	}

	.arukereso-badge {
		margin-top: 0 !important
	}
}

@media (max-width:539px) {
	#header .float-right {
		margin-left: 0
	}

	.navbar1 a span.mobile-only {
		display: none
	}

	.under-540 {
		display: none !important
	}
}

.my-arrows {
	border: solid #3a3a3a;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px
}

.my-arrows.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.my-arrows.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}

.my-arrows.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg)
}

.my-arrows.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.product_filter_buble {
	background-color: #a454d7;
	color: #fff;
	display: inline-block;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 10px
}

.product_filter_buble_full b {
	font-size: 10pt
}

.product_filter_buble_full {
	margin-top: -56px;
	margin-bottom: 16px;
	width: 84%
}

.delete-prod-filter,
.delete-prod-filter:hover {
	text-decoration: none;
	color: #fff;
	font-size: 11pt;
	font-weight: 600;
	margin-left: 10px
}

.twenty-margin-right {
	margin-right: 20px
}

.left-input {
	float: left;
	width: 38% !important;
	margin-left: 10% !important
}

.right-input {
	float: right;
	width: 38% !important;
	margin-right: 10% !important
}

.left-input2 {
	float: left;
	width: 22% !important;
	margin-left: 10% !important
}

.right-input2 {
	float: right;
	width: 54% !important;
	margin-right: 10% !important
}

.owl-carousel-slider .owl-item .item,
.owl-carousel-slider .owl-item .item .slider-div {
	height: 400px
}

.slider-inner-block {
	position: absolute;
	top: 50px;
	left: 15px;
	width: 300px;
	height: 300px;
	background-color: #3a3a3a;
	color: #fff;
	padding: 30px;
	border-top-right-radius: 120px
}

.slider-discount {
	background-color: #fff;
	color: #3a3a3a;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	font-size: 32px;
	position: absolute;
	right: -35px;
	top: -35px;
	font-weight: 700
}

.slider-product-title {
	font-weight: 700;
	padding-top: 40px;
	font-size: 44px;
	padding-bottom: 20px;
	margin: 0
}

.slider-product-type {
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 700
}

.slider-product-desc {
	font-weight: 200;
	font-size: 1rem;
	max-height: 100px;
	overflow-y: hidden
}

.slider-product-buy-button {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	color: #fff;
	font-size: .9rem
}

.slider-product-buy-button:hover {
	color: #3a3a3a
}

.owl-dots {
	position: absolute;
	bottom: 75px;
	left: 50%;
	margin-left: -525px
}

.owl-dot {
	width: 5px;
	height: 5px;
	background-color: rgba(255, 255, 255, .7);
	float: left;
	margin-right: 5px
}

.owl-dot.active {
	background-color: rgba(255, 255, 255, 1)
}

.owl-carousel-slider .owl-prev {
	position: absolute;
	top: 50%;
	font-size: 26px;
	color: #fff;
	left: 20px;
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-top: -25px
}

.owl-carousel-slider .owl-next {
	position: absolute;
	top: 50%;
	font-size: 26px;
	color: #fff;
	right: 20px;
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-top: -25px
}

.ads {
	padding-top: 30px;
	padding-bottom: 10px
}

.cd-timeline__content {
	height: 300px;
	position: relative
}

.cd-timeline__content.border-radius-left .margin {
	margin-left: 250px;
	position: relative
}

.cd-timeline__content.border-radius-right .margin {
	margin-right: 250px;
	position: relative
}

.cd-timeline__content.border-radius-left .timeline-text-block {
	width: 250px;
	height: 300px;
	position: absolute;
	left: -250px;
	padding: 30px 25px
}

.cd-timeline__content.border-radius-right .timeline-text-block {
	width: 250px;
	height: 300px;
	position: absolute;
	right: -250px;
	padding: 30px 25px
}

.timeline-picture-block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center
}

@media screen and (max-width:1279px) and (min-width:992px) {

	.item .container,
	.owl-carousel-slider .owl-item .item,
	.owl-carousel-slider .owl-item .item .slider-div {
		height: 400px
	}

	.slider-inner-block {
		width: 320px;
		height: 320px;
		top: 40px
	}

	.slider-discount {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 28px;
		right: -20px;
		top: -20px
	}

	.slider-product-title {
		padding-top: 20px;
		font-size: 34px
	}

	.slider-product-desc {
		font-size: .9rem
	}

	.slider-product-buy-button {
		height: 40px;
		line-height: 40px
	}

	.owl-dots {
		bottom: 55px
	}

	.owl-carousel-slider .owl-prev {
		left: 10px
	}

	.owl-carousel-slider .owl-next {
		right: 10px
	}
}

@media (max-width:1160px) {
	.owl-dots {
		left: 45px;
		margin-left: 0
	}
}

@media screen and (max-width:991px) and (min-width:768px) {

	.item .container,
	.owl-carousel-slider .owl-item .item,
	.owl-carousel-slider .owl-item .item .slider-div {
		height: 300px
	}

	.slider-inner-block {
		width: 500px;
		height: 240px;
		top: 30px;
		left: 50%;
		margin-left: -250px;
		background-color: rgba(58, 58, 58, .8);
		border-top-right-radius: 80px
	}

	.owl-dots {
		left: 50%;
		margin-left: -30px;
		bottom: 45px
	}

	.slider-discount {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
		right: -20px;
		top: -20px
	}

	.slider-product-title {
		padding-top: 0;
		font-size: 28px
	}

	.slider-product-desc {
		font-size: .9rem
	}
}

@media screen and (max-width:767px) {

	.item .container,
	.owl-carousel-slider .owl-item .item,
	.owl-carousel-slider .owl-item .item .slider-div {
		height: 250px
	}

	.slider-inner-block {
		width: 500px;
		height: 200px;
		top: 25px;
		left: 50%;
		margin-left: -250px;
		border-top-right-radius: 80px;
		background-color: rgba(58, 58, 58, .8)
	}

	.owl-dots {
		left: 50%;
		margin-left: -30px;
		bottom: 40px
	}

	.slider-discount {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
		right: -20px;
		top: -20px
	}

	.slider-product-title {
		padding-top: 0;
		font-size: 28px;
		padding-bottom: 10px
	}

	.slider-product-desc {
		font-size: .9rem
	}

	.slider-product-buy-button {
		height: 30px;
		line-height: 30px
	}

	.hvr-sweep-to-left:before {
		background: #f6f6f6;
		border-top-right-radius: 0
	}

	.slider-product-desc {
		max-height: 90px;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

@media screen and (max-width:560px) {
	.slider-inner-block {
		width: 90%;
		left: 50%;
		margin-left: -45%;
		border-top-right-radius: 80px;
		background-color: rgba(58, 58, 58, .8)
	}

	.owl-dots {
		left: 50%;
		margin-left: -30px;
		bottom: 40px
	}

	.slider-discount {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
		right: -20px;
		top: -20px
	}

	.slider-product-title {
		padding-top: 0;
		font-size: 28px;
		padding-bottom: 10px
	}

	.slider-product-desc {
		font-size: .9rem
	}

	.slider-product-buy-button {
		height: 30px;
		line-height: 30px
	}

	.hvr-sweep-to-left:before {
		background: #f6f6f6;
		border-top-right-radius: 0
	}
}

.row.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.mobile-to-left {
	text-align: left !important
}

.relative {
	position: relative
}

.hir-1 {
	width: 100%;
	position: relative;
	display: block
}

.hir-1 .kep-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative
}

.hir-1 .kep-box .kep {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}

.hir-1 .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-image: linear-gradient(rgba(58, 58, 58, 0), #3a3a3a);
	padding: 20px 15px 30px;
	max-height: 185px;
	overflow: hidden;
	text-overflow: ellipsis
}

.hir-1 .content h3 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-size: 1.5rem
}

.hir-1 .content p {
	color: #fff;
	margin: 0;
	font-size: .8rem
}

.hir-1 .btn {
	position: absolute;
	bottom: 10px;
	right: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px 0 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	font-size: .8rem;
	z-index: 99
}

.hir-1 .btn .svg-inline--fa {
	margin-top: -2px;
	margin-left: 1px
}

.hir-1 .top-info {
	position: absolute;
	top: 10px;
	left: 0;
	height: 24px;
	line-height: 24px;
	z-index: 99
}

.hir-1 .top-info .category {
	width: auto;
	height: 24px;
	line-height: 24px;
	padding: 0 12px 0 10px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-right: 12px;
	color: #fff;
	font-size: .8rem;
	float: left
}

.hir-1 .top-info .date {
	width: auto;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: .8rem;
	float: left
}

.hir-1 .top-info .date .svg-inline--fa {
	margin-top: -2px
}

.hir-1 .kep-box {
	-webkit-filter: sepia(.5);
	filter: sepia(.5)
}

.hir-2 {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #f6f6f6
}

.hir-2 .kep-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative
}

.hir-2 .kep-box .kep {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}

.hir-2 .content {
	position: absolute;
	left: 0;
	top: 160px;
	width: 100%;
	height: auto;
	padding: 10px 30px 25px;
	max-height: 190px;
	overflow: hidden;
	text-overflow: ellipsis
}

.hir-2 .content h3 {
	color: #3a3a3a;
	font-weight: 700;
	margin: 0 0 5px 0;
	font-size: 1.1rem
}

.hir-2 .content p {
	color: #3a3a3a;
	margin: 0;
	font-size: .8rem;
	max-height: 90px
}

.hir-2 .btn {
	position: absolute;
	bottom: 10px;
	right: 15px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px 0 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	font-size: .8rem;
	z-index: 99
}

.hir-2 .btn .svg-inline--fa {
	margin-top: -2px;
	margin-left: 1px
}

.hir-2 .top-info {
	position: absolute;
	top: 10px;
	left: 15px;
	height: 24px;
	line-height: 24px;
	z-index: 99
}

.hir-2 .top-info .category {
	width: auto;
	height: 24px;
	line-height: 24px;
	padding: 0 12px 0 10px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-right: 12px;
	color: #fff;
	font-size: .8rem;
	float: left
}

.hir-2 .top-info .date {
	width: auto;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: .8rem;
	float: left;
	display: none
}

.hir-2 .top-info .date .svg-inline--fa {
	margin-top: -2px
}

.hir-2 .kep-box {
	-webkit-filter: sepia(.5);
	filter: sepia(.5)
}

.hir-4 {
	width: 100%;
	height: 49%;
	display: block;
	background-color: #f6f6f6;
	margin-bottom: 2%;
	padding-right: 160px;
	position: relative
}

.hir-4 .kep-box {
	width: 160px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: center center
}

.hir-4 .content {
	width: 100%;
	height: 100%;
	padding: 49px 15px 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.hir-4 .content h3 {
	color: #3a3a3a;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-size: 1.1rem
}

.hir-4 .content p {
	color: #3a3a3a;
	margin: 0;
	font-size: .8rem;
	display: none
}

.hir-4 .btn {
	position: absolute;
	bottom: 10px;
	right: 120px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px 0 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	font-size: .8rem;
	z-index: 99
}

.hir-4 .btn .svg-inline--fa {
	margin-top: -2px;
	margin-left: 1px
}

.hir-4 .top-info {
	position: absolute;
	top: 10px;
	left: 0;
	height: 24px;
	line-height: 24px;
	z-index: 99
}

.hir-4 .top-info .category {
	width: auto;
	height: 24px;
	line-height: 24px;
	padding: 0 12px 0 10px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-right: 12px;
	color: #fff;
	font-size: .8rem;
	float: left
}

.hir-4 .top-info .date {
	width: auto;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: .8rem;
	float: left;
	display: none
}

.hir-4 .top-info .date .svg-inline--fa {
	margin-top: -2px
}

.hir-4 .kep-box {
	-webkit-filter: sepia(.5);
	filter: sepia(.5)
}

.hir-5 {
	width: 100%;
	height: 49%;
	display: block;
	background-color: #f6f6f6;
	padding-left: 160px;
	position: relative
}

.hir-5 .kep-box {
	width: 160px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center
}

.hir-5 .content {
	width: 100%;
	height: 100%;
	padding: 49px 15px 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.hir-5 .content h3 {
	color: #3a3a3a;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-size: 1.1rem
}

.hir-5 .content p {
	color: #3a3a3a;
	margin: 0;
	font-size: .8rem;
	display: none
}

.hir-5 .btn {
	position: absolute;
	bottom: 10px;
	right: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px 0 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	font-size: .8rem;
	z-index: 99
}

.hir-5 .btn .svg-inline--fa {
	margin-top: -2px;
	margin-left: 1px
}

.hir-5 .top-info {
	position: absolute;
	top: 10px;
	left: 160px;
	height: 24px;
	line-height: 24px;
	z-index: 99
}

.hir-5 .top-info .category {
	width: auto;
	height: 24px;
	line-height: 24px;
	padding: 0 12px 0 10px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-right: 12px;
	color: #fff;
	font-size: .8rem;
	float: left
}

.hir-5 .top-info .date {
	width: auto;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: .8rem;
	float: left;
	display: none
}

.hir-5 .top-info .date .svg-inline--fa {
	margin-top: -2px
}

.hir-5 .kep-box {
	-webkit-filter: sepia(.5);
	filter: sepia(.5)
}

.mutasd-mind {
	padding: 20px 15px;
	font-size: .9rem
}

.blog-title {
	padding: 0 15px 20px 15px;
	font-size: .9rem
}

@media (max-width:1169px) {
	.hir-2 .content p {
		display: none
	}
}

@media (max-width:1049px) {
	.hir-1 {
		height: 100%
	}

	.hir-1 .kep-box {
		width: 100%;
		height: 100%;
		padding-bottom: 0;
		position: relative
	}

	.product_filter_buble_full {
		margin-top: 0 !important
	}
}

@media (max-width:991px) {
	.hir-4 .kep-box {
		width: 120px
	}

	.hir-5 .kep-box {
		width: 120px
	}

	.hir-4 {
		padding-right: 120px
	}

	.hir-5 {
		padding-left: 120px
	}
}

@media (max-width:767px) {
	.hir-4 .kep-box {
		width: 120px
	}

	.hir-5 .kep-box {
		width: 120px
	}

	.col-hir-4 {
		display: none
	}

	.col-hir-1 {
		margin-bottom: 20px
	}

	.hir-1 {
		width: 100%;
		position: relative;
		display: block
	}

	.hir-1 .kep-box {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative
	}

	.hir-1 .kep-box .kep {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center
	}

	.hir-1 .content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-image: linear-gradient(rgba(58, 58, 58, 0), #3a3a3a);
		padding: 20px 15px 30px;
		max-height: 185px;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.hir-1 .content h3 {
		color: #fff;
		font-weight: 700;
		margin: 0 0 10px 0;
		font-size: 1.5rem
	}

	.hir-1 .content p {
		color: #fff;
		margin: 0;
		font-size: .8rem
	}

	.hir-1 .btn {
		position: absolute;
		bottom: 10px;
		right: 0;
		height: 24px;
		line-height: 24px;
		color: #fff;
		padding: 0 10px 0 12px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		font-size: .8rem;
		z-index: 99999
	}

	.hir-1 .top-info {
		position: absolute;
		top: 10px;
		left: 0;
		height: 24px;
		line-height: 24px;
		z-index: 999
	}

	.hir-1 .top-info .category {
		width: auto;
		height: 24px;
		line-height: 24px;
		padding: 0 12px 0 10px;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		margin-right: 12px;
		color: #fff;
		font-size: .8rem;
		float: left
	}

	.hir-1 .top-info .date {
		width: auto;
		height: 24px;
		line-height: 24px;
		color: #fff;
		font-size: .8rem;
		float: left
	}

	.hir-2 {
		width: 100%;
		position: relative;
		display: block
	}

	.hir-2 .kep-box {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative
	}

	.hir-2 .kep-box .kep {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center
	}

	.hir-2 .content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-image: linear-gradient(rgba(58, 58, 58, 0), #3a3a3a);
		padding: 20px 15px 30px;
		max-height: 185px;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.hir-2 .content h3 {
		color: #fff;
		font-weight: 700;
		margin: 0 0 10px 0;
		font-size: 1.5rem
	}

	.hir-2 .content p {
		color: #fff;
		margin: 0;
		font-size: .8rem;
		display: block
	}

	.hir-2 .btn {
		position: absolute;
		bottom: 10px;
		right: 0;
		height: 24px;
		line-height: 24px;
		color: #fff;
		padding: 0 10px 0 12px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		font-size: .8rem;
		z-index: 99999
	}

	.hir-2 .top-info {
		position: absolute;
		top: 10px;
		left: 0;
		height: 24px;
		line-height: 24px;
		z-index: 99999
	}

	.hir-2 .top-info .category {
		width: auto;
		height: 24px;
		line-height: 24px;
		padding: 0 12px 0 10px;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		margin-right: 12px;
		color: #fff;
		font-size: .8rem;
		float: left
	}

	.hir-2 .top-info .date {
		width: auto;
		height: 24px;
		line-height: 24px;
		color: #fff;
		font-size: .8rem;
		float: left;
		display: block
	}

	.hir-4 {
		width: 100%;
		position: relative;
		display: block
	}

	.hir-4 .kep-box {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative
	}

	.hir-4 .kep-box .kep {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center
	}

	.hir-4 .content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-image: linear-gradient(rgba(58, 58, 58, 0), #3a3a3a);
		padding: 20px 15px 30px;
		max-height: 185px;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.hir-4 .content h3 {
		color: #fff;
		font-weight: 700;
		margin: 0 0 10px 0;
		font-size: 1.5rem
	}

	.hir-4 .content p {
		color: #fff;
		margin: 0;
		font-size: .8rem;
		display: block
	}

	.hir-4 .btn {
		position: absolute;
		bottom: 10px;
		right: 0;
		height: 24px;
		line-height: 24px;
		color: #fff;
		padding: 0 10px 0 12px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		font-size: .8rem;
		z-index: 99999
	}

	.hir-4 .top-info {
		position: absolute;
		top: 10px;
		left: 0;
		height: 24px;
		line-height: 24px;
		z-index: 99999
	}

	.hir-4 .top-info .category {
		width: auto;
		height: 24px;
		line-height: 24px;
		padding: 0 12px 0 10px;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		margin-right: 12px;
		color: #fff;
		font-size: .8rem;
		float: left
	}

	.hir-4 .top-info .date {
		width: auto;
		height: 24px;
		line-height: 24px;
		color: #fff;
		font-size: .8rem;
		float: left;
		display: block
	}

	.hir-5 {
		width: 100%;
		position: relative;
		display: block
	}

	.hir-5 .kep-box {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative
	}

	.hir-5 .kep-box .kep {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center
	}

	.hir-5 .content {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-image: linear-gradient(rgba(58, 58, 58, 0), #3a3a3a);
		padding: 20px 15px 30px;
		max-height: 185px;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.hir-5 .content h3 {
		color: #fff;
		font-weight: 700;
		margin: 0 0 10px 0;
		font-size: 1.5rem
	}

	.hir-5 .content p {
		color: #fff;
		margin: 0;
		font-size: .8rem;
		display: block
	}

	.hir-5 .btn {
		position: absolute;
		bottom: 10px;
		right: 0;
		height: 24px;
		line-height: 24px;
		color: #fff;
		padding: 0 10px 0 12px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		font-size: .8rem;
		z-index: 99999
	}

	.hir-5 .top-info {
		position: absolute;
		top: 10px;
		left: 0;
		height: 24px;
		line-height: 24px;
		z-index: 99999
	}

	.hir-5 .top-info .category {
		width: auto;
		height: 24px;
		line-height: 24px;
		padding: 0 12px 0 10px;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		margin-right: 12px;
		color: #fff;
		font-size: .8rem;
		float: left
	}

	.hir-5 .top-info .date {
		width: auto;
		height: 24px;
		line-height: 24px;
		color: #fff;
		font-size: .8rem;
		float: left;
		display: block
	}
}

.grey-background {
	background-color: #3a3a3a
}

.grey-background a,
.grey-background a:active,
.grey-background a:hover {
	color: #fff;
	text-decoration: none
}

.grey-right-menu {
	display: inline-block
}

.header-top-grey-separator {
	display: inline-block;
	color: #fff
}

.search_modal_class .modaal-inner-wrapper {
	vertical-align: top !important
}

.center-align {
	text-align: center
}

.minus-34px {
	margin-left: -33px
}

.plus30block {
	width: 100%;
	height: 30px
}

.cimke-a,
.cimke-a:hover {
	margin-right: 20px;
	margin-bottom: 10px;
	font-family: Muli, sans-serif;
	color: #3a3a3a;
	display: inline-block
}

.cimke-a.active-cimke {
	font-weight: 800;
	color: #a554d5
}

.product_page_link,
.product_page_link:hover {
	color: #3a3a3a;
	text-decoration: none;
	display: block;
	padding-bottom: 17px;
	text-align: left
}

.full-cart-block a,
.full-cart-block a:active,
.full-cart-block a:hover {
	color: #3a3a3a;
	text-decoration: none
}

.rendeles-reszlet {
	padding: 20px;
	background-color: #f6f6f6;
	border-radius: 30px;
	margin-bottom: 20px
}

.rendeles-ossz-ar {
	float: right;
	font-weight: 600
}

.husegpont-tetel {
	float: right;
	font-weight: 600
}

#search_input_mobile_block {
	display: none;
	background: 0 0;
	z-index: 10;
	padding: 10px;
	margin-top: 50px;
	color: #fff
}

#search_input_mobile_block a,
#search_input_mobile_block a:hover {
	color: #fff;
	display: block;
	padding: 5px 0;
	font-size: .9rem
}

.search_modal_class .modaal-container {
	background: 0 0
}

.simple_grey_text_input {
	background-color: #e8e8e8;
	padding: 10px;
	margin: 7px;
	border-radius: 40px;
	border: none;
	outline: 0
}

.kereses-block .product-type-buble {
	left: 20px
}

.kereses-block .slider-product-to-the-cart {
	right: 20px
}

.kereses-block .slider-product-block {
	border: 1px solid #d7d7d7
}

.kereses-block .slider-product-bottom-content {
	padding-bottom: 10px
}

@media (max-width:1530px) {
	.text-logo {
		display: none
	}
}

@media (max-width:1510px) {
	.search-block input {
		width: 84%
	}
}

@media (max-width:1400px) {
	.search-block .svg-inline--fa {
		font-size: 14pt
	}
}

@media (max-width:1370px) {
	.search-block {
		padding: 0
	}
}

@media (max-width:1140px) {
	.search-block input {
		width: 80%
	}
}

@media (max-width:1100px) {
	.text-logo {
		max-width: 120px;
		margin-top: 5px
	}
}

@media (max-width:942px) {
	.search-block input {
		width: 70%
	}

	.no-display-mobile {
		display: none
	}
}

.mobile-search-input {
	text-align: center;
	background-color: #474747;
	padding: 10px;
	display: none
}

.mobile-search-block {
	display: none
}

.tl-right-xbox {
	margin-left: 70px !important
}

.tl-right-ps {
	margin-left: -204px !important
}

@media (min-width:679px) {
	.mobile-search-input {
		display: none !important
	}
}

@media (max-width:678px) {
	.search-block {
		display: none
	}

	.mobile-search-block {
		display: inline-block
	}
}

@media (max-width:575px) {
	.display-none-mini {
		display: none
	}
}

.slider-menu-item {
	padding: 20px
}

.slider-menu .owl-prev {
	position: absolute;
	top: 20px
}

.slider-menu .owl-next {
	position: absolute;
	top: 20px;
	right: 10px
}

.right-align {
	text-align: right
}

.four-option li a,
.four-option li a:active,
.four-option li a:hover {
	color: #3a3a3a;
	text-decoration: none;
	font-weight: 700
}

.four-option p {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #3a3a3a;
	font-weight: 700
}

.four-option p .svg-inline--fa {
	font-size: 20pt;
	margin-right: 10px
}

.owl-carousel-three-options .item {
	color: #fff
}

.owl-carousel-three-options a,
.owl-carousel-three-options a:active,
.owl-carousel-three-options a:hover {
	color: #fff;
	text-decoration: none
}

.one-of-three {
	margin: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20pt;
	cursor: pointer
}

.owl-carousel-three-options .owl-item .one-of-three {
	margin-top: 100px
}

.owl-carousel-three-options .owl-item.active.center .one-of-three {
	margin-top: 50px
}

.one-of-three .svg-inline--fa {
	font-size: 30pt;
	margin-right: 10px
}

.owl-carousel-three-options .one-of-thee-desc {
	display: none;
	font-weight: 200;
	margin-bottom: 50px
}

.owl-carousel-three-options .owl-item.active.center .one-of-thee-desc {
	display: block
}

.my-tabs .owl-stage {
	padding-top: 10px
}

.my-tabs .owl-item {
	padding-bottom: 20px
}

.slider-product-block {
	background-color: #fff;
	color: #3a3a3a;
	border-top-right-radius: 50px;
	width: 230px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.slider-product-block:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .25), 0 7px 7px rgba(0, 0, 0, .22)
}

.slider-kep-box {
	width: 100%;
	height: 0;
	padding-bottom: 95%;
	text-align: center;
	position: relative;
	border-top-right-radius: 50px
}

.slider-kep-box .kep {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	border-top-right-radius: 50px
}

.slider-product-img {
	width: 100%;
	padding-top: 50px
}

.slider-product-img img {
	width: 40% !important;
	max-height: 158px;
	margin: auto
}

.sticky-wrapper.is-sticky #header {
	z-index: 100000000000000000 !important
}

.sticky-wrapper.is-sticky #ertesito_blokk {
	z-index: 1000000000 !important;
	width: 100% !important
}

.slider-product-title2 {
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px;
	line-height: 22px;
	height: 82px
}

.slider-product-bottom-content {
	background-color: #f6f6f6;
	text-align: left;
	position: relative;
	padding-top: 15px
}

.product-type-buble {
	background-color: #0083cd;
	height: 20px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 0;
	padding-left: 10px;
	padding-right: 15px;
	position: absolute;
	left: 0;
	top: -10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: .7rem
}

.product-type-buble * {
	display: inline-block !important
}

.ps-image {
	position: absolute;
	top: 7px;
	left: 2px;
	background-position: center center;
	width: 17px;
	height: 16px;
	background-size: cover;
	background-image: url(../images/ps4.png)
}

.xbox-image {
	position: absolute;
	top: 7px;
	left: 2px;
	background-position: center center;
	width: 17px;
	height: 16px;
	background-size: cover;
	background-image: url(../images/xbox.png)
}

.defa-image {
	position: absolute;
	top: 7px;
	left: 2px;
	background-position: center center;
	width: 17px;
	height: 16px;
	background-size: cover;
	background-image: url(../images/all-mini-logo-def.png)
}

.product-type-buble img {
	width: auto !important
}

.product-slider-buble {
	background-color: #D90000;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	font-size: 14px;
	position: absolute;
	right: -10px;
	top: -10px;
	font-weight: 700;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 99999
}

.slider-product-bottom-block {
	margin: 0;
	padding: 8px
}

.slider-product-green-text {
	font-weight: 700;
	color: #fff;
	background-color: #47ad68;
	margin: 0 !important;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10pt
}

.slider-product-price {
	font-size: 18pt;
	margin-top: 10px
}

.slider-product-price2 {
	font-size: 32px;
	font-weight: 300
}

.slider-product-price-text2 {
	font-size: .8rem;
	padding-bottom: 0
}

.slider-product-price-text {
	padding-bottom: 30px;
	margin-top: -4px
}

.slider-product-to-the-cart {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: #47ad68;
	height: 50px;
	width: 90px;
	color: #fff !important;
	border-radius: 25px;
	overflow: hidden;
	font-weight: 400
}

.slider-product-to-the-cart span {
	display: block;
	transition: .2s;
	line-height: 50px;
	text-align: center
}

.slider-product-to-the-cart span.up {
	margin-top: 0;
	font-size: .9rem
}

.slider-product-to-the-cart:hover span.up {
	margin-top: -50px
}

.my-flip-flap-button {
	height: 75px;
	overflow: hidden;
	border-radius: 48px !important
}

.my-flip-flap-button span {
	display: block;
	transition: .2s;
	line-height: 75px;
	text-align: center
}

.my-flip-flap-button span.up {
	margin-top: 0;
	font-size: .9rem
}

.my-flip-flap-button:hover span.up {
	margin-top: -75px
}

.my-flip-flap-button2 {
	height: 50px;
	overflow: hidden
}

.my-flip-flap-button2 span {
	display: block;
	transition: .2s;
	line-height: 50px;
	text-align: center
}

.my-flip-flap-button2 span.up {
	margin-top: 0;
	font-size: .9rem
}

.my-flip-flap-button2:hover span.up {
	margin-top: -50px
}

.page-tabs-plus {
	padding: 0 !important;
	padding-right: 14px !important
}

.page-tabs-plus .svg-inline--fa {
	margin: 9px !important
}

.ps-tag-plus {
	padding: 0 !important;
	min-height: 34px
}

.xbox-tag-plus {
	position: static !important;
	padding: 5px !important;
	margin-left: 0 !important
}

.ps-tag-plus a,
.ps-tag-plus a:active,
.ps-tag-plus a:hover {
	padding: 10px !important;
	padding-right: 20px !important;
	text-decoration: none !important;
	color: #fff !important
}

.right-tl-block {
	margin-left: 0 !important
}

.blog-tabs-block {
	padding-right: 20px !important;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px
}

.blog-right-tabs {
	color: #3a3a3a
}

.page-tabs-no-left-padding {
	padding-left: 0 !important
}

@media (max-width:1500px) {
	.slider-product-price {
		font-size: 15pt
	}

	.slider-product-price-text {
		font-size: 13pt
	}

	.slider-product-to-the-cart {
		font-size: 13pt
	}
}

.owl-carousel-five-products {
	margin-bottom: -230px
}

.owl-carousel-five-products .owl-stage-outer {
	padding-top: 10px;
	padding-bottom: 10px
}

.plus-box {
	width: 100%;
	height: 150px
}

.owl-carousel-five-products .owl-prev,
.owl-carousel-three-options .owl-prev {
	color: #fff;
	position: absolute;
	left: -50px;
	top: 45%;
	font-size: 26pt;
	text-shadow: -1px 0 #676767, 0 1px #676767, 1px 0 #676767, 0 -1px #676767
}

.owl-carousel-five-products .owl-next,
.owl-carousel-three-options .owl-next {
	color: #fff;
	position: absolute;
	right: -50px;
	top: 45%;
	font-size: 26pt;
	text-shadow: -1px 0 #676767, 0 1px #676767, 1px 0 #676767, 0 -1px #676767
}

.owl-carousel-five-products .owl-item {
	margin-top: 30px
}

.only-focus {
	display: none
}

.product-list-parameter {
	font-size: .8rem;
	padding: 2px 10px;
	font-weight: 300
}

.product-list-parameter.green-color {
	color: #47ad68
}

.product-list-price-tag {
	height: 60px;
	line-height: 50px;
	padding: 5px 10px 5px 10px
}

.product-list-price-tag .price {
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	font-weight: 300
}

.product-list-price-tag .title {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: 700
}

.product-list-price-tag .title .svg-inline--fa {
	margin-top: -3px
}

.owl-carousel-five-products .owl-item.active.center .slider-product-bottom-content {
	background-color: #fff
}

.owl-carousel-five-products .owl-item.active.center .slider-product-bottom-content {
	padding-bottom: 20px
}

.owl-carousel-five-products .owl-item.active.center .product_page_link {
	padding-top: 10px
}

.owl-carousel-five-products .owl-item.active.center .only-focus {
	display: block
}

.slider-product-center-plus-desc {
	font-size: 10pt;
	margin-bottom: 6px
}

.owl-carousel-five-products .owl-item.active.center .slider-product-green-text {
	margin-bottom: 6px
}

.owl-carousel-five-products .owl-item .slider-product-center-plus-desc {
	display: none
}

.owl-carousel-five-products .owl-item.active.center .slider-product-center-plus-desc {
	display: block
}

.slider-product-bottom-block {
	font-family: Roboto;
	font-weight: 700;
	position: relative
}

.slider-product-to-the-cart {
	font-family: Muli
}

.h2-title {
	color: #3a3a3a;
	font-weight: 700
}

.h2-title.pre-order .svg-inline--fa {
	margin-top: -10px
}

.pre-order {
	font-size: 1.6rem !important;
	line-height: 1.8rem;
	margin: 0
}

.pre-order-text {
	font-family: Roboto;
	font-weight: 300;
	text-align: justify
}

@media screen and (max-width:767px) {
	.pre-order-text {
		text-align: center;
		padding: 20px 0
	}
}

.excl-outer {
	position: absolute;
	top: 46%;
	transform: translateY(-50%)
}

.search-block-order {
	background-color: #e8e8e8;
	padding: 15px;
	border-radius: 40px
}

.search-block-order input {
	background: 0 0;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	outline: 0;
	width: 70%
}

.search-block-order .svg-inline--fa {
	float: right;
	font-size: 18pt;
	margin-right: 6px;
	color: #3a3a3a
}

@media (max-width:1240px) {

	.owl-carousel-five-products .owl-next,
	.owl-carousel-five-products .owl-prev,
	.owl-carousel-three-options .owl-next,
	.owl-carousel-three-options .owl-prev {
		display: none !important
	}
}

.cd-timeline__img.cd-timeline__img--location {
	background-color: #fff;
	border: 2px solid #e4e4e4
}

.tl-year {
	font-family: Roboto;
	text-align: center;
	font-size: 10pt;
	padding-top: 16px
}

.tl-date {
	font-family: Roboto;
	font-weight: 900;
	text-align: center;
	font-size: 16pt
}

.pre-order-button {
	display: inline-block;
	float: right;
	background-color: #47ad68;
	padding-left: 14px;
	padding-right: 14px;
	color: #fff;
	border-radius: 24px
}

.slider-product-to-the-cart.reg-button.order-end-button.my-flip-flap-button {
	bottom: -6px !important
}

.tl-float-left {
	float: left
}

.tl-float-left .slider-product-price {
	margin-top: 0;
	font-size: 17pt
}

.text-align-right {
	text-align: right
}

.text-align-left-tl {
	text-align: left
}

.text-align-right-tl {
	text-align: right
}

.border-radius-left {
	border-top-left-radius: 80px !important
}

.border-radius-right {
	border-top-right-radius: 80px !important
}

.ps-tag img,
.xbox-tag img {
	margin-top: -4px
}

.ps-tag,
.xbox-tag {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px
}

.slider-product-red-text {
	color: #d65959;
	font-weight: 300;
	font-size: 12px;
	padding: 5px 0;
	text-align: left
}

.konzol-tag {
	height: 24px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	line-height: 24px;
	font-size: .7rem;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	display: inline-block;
	float: left
}

.konzol-tag-img {
	height: 17px;
	width: 16px;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 4px;
	left: 4px
}

.konzol-tag-img-ps {
	background-image: url(../images/ps4.png)
}

.konzol-tag-img-xbox {
	background-image: url(../images/xbox.png)
}

.konzol-tag-xbox {
	background-color: #54c104
}

.konzol-tag-xboxX {
	background-color: #2DB200
}


.konzol-tag-ps {
	background-color: #0083cd
}

.konzol-tag-ps5 {
	background-color: #54A6E0
}

.konzol-tag-xbox.not-first-xbox:after {
	background-color: #89D452;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -20px;
	top: 0;
	content: '';
	z-index: 0
}

.konzol-tag-xboxX.not-first-xbox:after {
	background-color: #2DB200;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -20px;
	top: 0;
	content: '';
	z-index: 0
}


.konzol-tag-ps.not-first-ps:after {
	background-color: #0083cd;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -20px;
	top: 0;
	content: '';
	z-index: 0
}

.konzol-tag-ps5.not-first-ps:after {
	background-color: #54A6E0;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -20px;
	top: 0;
	content: '';
	z-index: 0
}

.z-index7 {
	z-index: 7
}

.z-index6 {
	z-index: 6
}

.z-index5 {
	z-index: 5
}

.z-index4 {
	z-index: 4
}

.z-index3 {
	z-index: 3
}

.z-index2 {
	z-index: 2
}

.z-index1 {
	z-index: 1
}

.preorder-price-tag {
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: absolute;
	bottom: 20px;
	left: 25px
}

.preorder-price-tag .price {
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	font-weight: 300;
	text-align: left
}

.preorder-price-tag .title {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: 700;
	text-align: left
}

.preorder-btn {
	position: absolute;
	right: 25px;
	bottom: 20px;
	background-color: #47ad68;
	height: 50px;
	width: 90px;
	color: #fff;
	border-radius: 25px;
	overflow: hidden;
	font-weight: 400
}

.preorder-btn span {
	display: block;
	transition: .2s;
	line-height: 50px;
	text-align: center;
	color: #fff
}

.preorder-btn span.up {
	margin-top: 0;
	font-size: .8rem;
	color: #fff
}

.preorder-btn:hover span.up {
	margin-top: -50px
}

.cd-timeline__block {
	position: relative;
	margin-bottom: -20px;
	margin-top: -20px
}

.cd-timeline__img {
	top: 50%;
	margin-top: -45px
}

.cd-timeline__content {
	position: relative;
	margin-left: 120px;
	background: #fff;
	border-radius: 0;
	background-color: #eee;
	max-width: 800px
}

@media only screen and (min-width:1170px) {
	.cd-timeline__content {
		margin-left: 0;
		width: 50%;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@media screen and (max-width:620px) {
	.timeline-picture-block {
		display: none
	}

	.cd-timeline__content {
		height: 220px
	}

	.cd-timeline__content.border-radius-left .margin {
		margin-left: 0
	}

	.cd-timeline__content.border-radius-right .timeline-text-block {
		right: auto;
		left: 0
	}

	.cd-timeline__content.border-radius-left .timeline-text-block {
		right: auto;
		left: 0
	}

	.cd-timeline__content.border-radius-left .timeline-text-block {
		width: 100%;
		height: 220px
	}

	.cd-timeline__content.border-radius-right .timeline-text-block {
		width: 100%;
		height: 220px
	}

	.cd-timeline__content.border-radius-right .margin {
		margin-right: 0
	}

	.pre-order-button {
		max-height: 50px;
		width: 80px
	}

	.pre-order-button * {
		line-height: 50px !important
	}

	.pre-order-button.my-flip-flap-button:hover span.up {
		margin-top: -150px
	}

	.button-adatmegadas.my-flip-flap-button:hover span.up,
	.button-szallitasi-mod.my-flip-flap-button:hover span.up {
		margin-top: -200px !important
	}

	.button-fizetesi-mod {
		width: 110px;
		margin-left: -50px
	}

	.button-fizetesi-mod.my-flip-flap-button:hover span.up {
		margin-top: -100px !important
	}
}

.prod-types {
	margin: 15px -25px
}

.border-radius-right .prod-types .ps-tag,
.border-radius-right .prod-types .xbox-tag {
	position: inherit
}

.border-radius-right .prod-types .xbox-tag {
	margin-left: 35px
}

.border-radius-right .prod-types .ps-tag {
	margin-left: -170px
}

.cd-timeline {
	margin-bottom: 0 !important
}

.cd-timeline__container {
	padding-bottom: 60px
}

.timeline-bottom-more {
	width: 90px;
	height: 90px;
	left: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10000000;
	top: 30%;
	background-color: #fff;
	border: 2px solid #e4e4e4;
	border-radius: 50%;
	margin: auto;
	cursor: pointer;
	text-align: center
}

.timeline-bottom-more .svg-inline--fa {
	color: #3a3a3a;
	font-size: 30pt;
	margin-top: 22px
}

@media (max-width:1169px) {
	.timeline-bottom-more {
		margin: 0;
		margin-left: 12px;
		height: 80px;
		width: 80px
	}

	.timeline-bottom-more .svg-inline--fa {
		color: #3a3a3a;
		font-size: 30pt;
		margin-top: 17px
	}
}

@media (max-width:800px) {
	.cd-timeline__block.js-cd-block {
		margin-top: 20px
	}
}

.dropdown-content-header-menu {
	background-repeat: no-repeat;
	background-position: right -40px center
}

.banner_link {
	margin-top: 10px;
	margin-bottom: 10px
}

.banner-div {
	width: 100%;
	text-align: center
}

.banner-link-100 {
	width: 100%;
	padding-top: 25%;
	position: relative;
	display: block
}

.banner-link-75 {
	width: 100%;
	padding-top: calc(33.34% + 2px);
	position: relative;
	display: block
}

.banner-link-50 {
	width: 100%;
	padding-top: calc(50% + 7px);
	position: relative;
	display: block
}

.banner-link-25 {
	width: 100%;
	padding-top: calc(100% + 22px);
	position: relative;
	display: block
}

@media (max-width:767px) {
	.banner-link-100 {
		width: 100%;
		padding-top: 33.34%;
		position: relative;
		display: block
	}

	.banner-link-75 {
		width: 100%;
		padding-top: 33.34%;
		position: relative;
		display: block
	}

	.banner-link-25 {
		width: 100%;
		padding-top: 100%;
		position: relative;
		display: block
	}
}

.banner-div {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.twentyfive-banner {
	position: relative;
	width: 100%
}

.twentyfive-banner:before {
	content: "";
	display: block;
	padding-top: 100%
}

.fifty-banner {
	position: relative;
	width: 100%
}

.fifty-banner:before {
	content: "";
	display: block;
	padding-top: calc(50% - 15px)
}

.seventyfive-banner {
	position: relative;
	width: 100%
}

.seventyfive-banner:before {
	content: "";
	display: block;
	padding-top: calc(50% - 30px)
}

.banner_link {
	width: 100%
}

.rotate-content {
	text-align: center
}

.rotate-content img {
	max-width: 100%, ;
	margin-top: 300px
}

.xbox-line {
	background-color: #117d10;
	height: 100%;
	width: 40px
}

.ps-line {
	background-color: #252eaf;
	height: 100%;
	width: 40px
}

.pc-line {
	background-color: #3a3a3a;
	height: 100%;
	width: 40px
}

.green-box {
	background: #117d10;
	width: 20vw;
	height: 20vw;
	color: #fff;
	color: #fff;
	font-size: 11pt;
	font-weight: 200
}

.green-box-inner {
	padding-top: 30%;
	padding-bottom: 4%;
	padding-left: 20%;
	padding-right: 20%
}

.green-box h2 {
	color: #fff;
	font-size: 20pt
}

.green-text {
	color: #117d10
}

.see-it-white-button {
	float: right;
	background-color: #fff;
	padding: 14px;
	border-bottom-left-radius: 24px;
	border-top-left-radius: 24px
}

.parallel-left-picture img {
	max-width: 90%;
	margin-top: 30%
}

.blue-box {
	background: #252eaf;
	width: 20vw;
	height: 20vw;
	color: #fff;
	color: #fff;
	font-size: 11pt;
	font-weight: 200
}

.blue-box-inner {
	padding-top: 30%;
	padding-bottom: 4%;
	padding-left: 20%;
	padding-right: 20%
}

.blue-box h2 {
	color: #fff;
	font-size: 20pt
}

.blue-text {
	color: #252eaf
}

.grey-box {
	background: #3a3a3a;
	width: 20vw;
	height: 20vw;
	color: #fff;
	color: #fff;
	font-size: 11pt;
	font-weight: 200
}

.grey-box-inner {
	padding-top: 30%;
	padding-bottom: 4%;
	padding-left: 20%;
	padding-right: 20%
}

.grey-box h2 {
	color: #fff;
	font-size: 20pt
}

.grey-text {
	color: #3a3a3a
}

@media (max-width:1750px) {
	.green-box-inner {
		padding-top: 30%;
		padding-bottom: 2%;
		padding-left: 10%;
		padding-right: 10%
	}

	.blue-box-inner {
		padding-top: 30%;
		padding-bottom: 2%;
		padding-left: 10%;
		padding-right: 10%
	}

	.grey-box-inner {
		padding-top: 30%;
		padding-bottom: 2%;
		padding-left: 10%;
		padding-right: 10%
	}
}

@media (max-width:1400px) {
	.green-box-inner {
		padding-top: 10%;
		padding-bottom: 2%;
		padding-left: 10%;
		padding-right: 10%
	}

	.blue-box-inner {
		padding-top: 10%;
		padding-bottom: 2%;
		padding-left: 10%;
		padding-right: 10%
	}

	.grey-box-inner {
		padding-top: 10%;
		padding-bottom: 2%;
		padding-left: 10%;
		padding-right: 10%
	}
}

@media (max-width:1300px) {
	.green-box-inner {
		padding-top: 10%;
		padding-bottom: 2%;
		padding-left: 10%;
		padding-right: 10%
	}

	.green-box-inner {
		font-size: 9pt
	}

	.green-box-inner .h2-title {
		font-size: 14pt
	}

	.blue-box-inner {
		padding-top: 10%;
		padding-bottom: 2%;
		padding-left: 10%;
		padding-right: 10%
	}

	.blue-box-inner {
		font-size: 9pt
	}

	.blue-box-inner .h2-title {
		font-size: 14pt
	}

	.grey-box-inner {
		padding-top: 10%;
		padding-bottom: 2%;
		padding-left: 10%;
		padding-right: 10%
	}

	.grey-box-inner {
		font-size: 9pt
	}

	.grey-box-inner .h2-title {
		font-size: 14pt
	}
}

@media (max-width:1100px) {
	.green-box-inner {
		padding-top: 5%;
		padding-bottom: 0;
		padding-left: 10%;
		padding-right: 10%
	}

	.blue-box-inner {
		padding-top: 5%;
		padding-bottom: 0;
		padding-left: 10%;
		padding-right: 10%
	}

	.grey-box-inner {
		padding-top: 5%;
		padding-bottom: 0;
		padding-left: 10%;
		padding-right: 10%
	}
}

@media (max-width:1000px) {
	.green-box-desc {
		display: none
	}

	.blue-box-desc {
		display: none
	}

	.grey-box-desc {
		display: none
	}
}

.mobile-boxes {
	display: none
}

@media (max-width:767px) {
	.rotate-content {
		display: none
	}

	.parallel-left-picture img {
		margin-top: 2%
	}

	.mobile-boxes {
		display: block
	}

	.desktop-boxes {
		display: none
	}

	.green-box {
		width: 100%;
		margin-top: 10px;
		height: 140px
	}

	.blue-box {
		width: 100%;
		margin-top: 10px;
		height: 140px
	}

	.grey-box {
		width: 100%;
		margin-top: 10px;
		height: 140px
	}
}

.my-parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

@media only screen and (max-device-width:1366px) {
	.my-parallax {
		background-attachment: scroll
	}
}

.background-position-block {
	background-color: #f6f6f6;
	border-top-right-radius: 50px;
	margin-top: 30px;
	padding-left: 10%;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-right: 10%
}

.background-position-block h2 {
	font-weight: 700;
	font-size: 20pt
}

.bpb-desc {
	line-height: 1.5;
	font-weight: 300
}

.go-to-button {
	background-color: #47ad68;
	padding: 14px;
	color: #fff;
	border-bottom-left-radius: 24px;
	border-top-left-radius: 24px;
	position: absolute;
	right: 15px
}

@media (min-width:768px) {
	.play-station3-pic {
		position: absolute;
		z-index: 1000
	}

	.background-position-block {
		background-color: #f6f6f6;
		border-top-right-radius: 50px;
		margin-top: 30px;
		margin-left: -20%;
		padding-left: 30%;
		padding-top: 70px;
		padding-bottom: 70px;
		padding-right: 10%
	}
}

.big-block {
	width: 100%;
	padding-top: 105%;
	background-size: cover;
	background-position: center center;
	border-top-right-radius: 100px
}

.little-block {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center
}

.big-block-inner {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 15px;
	margin-right: 15px;
	height: 100%;
	width: 100%
}

.blog-buble {
	background-color: #a454d7;
	color: #fff;
	display: inline-block;
	padding: 15px;
	border-radius: 50%;
	font-size: 20pt;
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute;
	right: 10px;
	top: 0;
	font-weight: 700
}

.blog-tab {
	background-color: #a454d7;
	color: #fff;
	font-weight: 700;
	font-size: 10pt;
	padding: 5px;
	padding-right: 15px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	padding-left: 40px
}

.blog-header * {
	display: inline-block;
	margin-top: 20px
}

.blog-header .svg-inline--fa {
	margin-top: -5px
}

.white-color,
.white-color * {
	color: #fff
}

.blog-comment,
.blog-date {
	margin-left: 4%
}

.blog-bottom-block {
	position: absolute;
	bottom: 0;
	padding: 40px;
	width: 90%
}

.blog-bottom-desc {
	font-weight: 200;
	line-height: 1
}

.blog-toward-flag {
	background-color: #a454d7;
	color: #fff;
	font-weight: 700;
	font-size: 11pt;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	padding: 10px;
	padding-left: 23px;
	padding-right: 20px;
	width: 50px;
	right: 15px;
	position: absolute;
	bottom: 20px;
	z-index: 100
}

.little-block .blog-header {
	position: absolute;
	top: 0;
	width: 100%
}

.little-block .blog-header .blog-tab {
	padding-left: 15px
}

.little-block .blog-header .blog-date {
	display: inline-block
}

.little-block .blog-header .blog-comment {
	display: none
}

.little-block .blog-header .blog-comment,
.little-block .blog-header .blog-date {
	margin-left: 1%
}

.grey-little-block {
	background-color: #f6f6f6
}

.bold-h3 {
	font-weight: 700
}

.little-blog-title {
	padding: 16%;
	padding-bottom: 10%
}

.little-blog-bottom-desc {
	padding: 16%;
	padding-top: 0;
	line-height: 1;
	margin-bottom: 25%;
	max-height: 50px;
	overflow: hidden
}

.dark-grey-bg {
	background-color: #3a3a3a;
	color: #fff
}

.dark-grey-bg h3 {
	padding: 10%;
	padding-bottom: 3%;
	font-size: 16pt;
	font-weight: 700;
	color: #fff
}

.dark-grey-bg .little-blog-bottom-desc {
	margin-bottom: 18%;
	padding: 10%;
	padding-top: 0;
	max-height: 66px;
	overflow: hidden;
	width: 90%
}

.light-grey-bg {
	background-color: #f6f6f6;
	color: #5f5f5f
}

.light-grey-bg h3 {
	padding: 10%;
	padding-bottom: 3%;
	font-size: 16pt;
	font-weight: 700;
	color: #5f5f5f
}

.light-grey-bg .little-blog-bottom-desc {
	margin-bottom: 18%;
	padding: 10%;
	padding-top: 0;
	max-height: 66px;
	overflow: hidden;
	width: 90%
}

.dark-grey-bg .blog-tab,
.dark-grey-bg .blog-toward-flag,
.light-grey-bg .blog-tab,
.light-grey-bg .blog-toward-flag {
	background-color: #ffba00
}

.no-left-space {
	margin-left: 0;
	padding-left: 0
}

.no-right-space {
	margin-right: 0;
	padding-right: 0
}

.line-block .blog-toward-flag {
	right: 0
}

.right-situation {
	right: 15px !important
}

.blog-line-bottom {
	position: absolute;
	bottom: 0
}

.more-link,
.more-link:active,
.more-link:hover {
	color: #3a3a3a;
	float: right;
	text-decoration: none
}

@media (max-width:767px) {
	.big-block .blog-bottom-block {
		bottom: 20px
	}

	.big-block .blog-toward-flag {
		margin-right: 0 !important;
		margin-top: -60px !important
	}

	.big-block .blog-bottom-desc {
		display: none !important
	}

	.vertical-block .little-block {
		padding-top: 0 !important;
		height: 300px !important
	}

	.vertical-block .blog-toward-flag {
		margin-right: 0;
		z-index: 10000;
		position: absolute
	}
}

@media (max-width:1400px) {
	.set-display-none-smaller-view {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:1400px) {
	.set-width-100-hundred-smaller-view {
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 0 50%
	}

	.set-width-50-hundred-smaller-view {
		width: 25% !important;
		max-width: 25% !important;
		flex: 0 0 25%
	}
}

.little-img-margin img {
	margin: 10px
}

ul.bottom-full-width-ul {
	padding: 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 0
}

ul.bottom-full-width-ul li {
	text-align: center;
	display: table-cell;
	padding: 0;
	padding-top: 0;
	font-size: 12px
}

ul.bottom-full-width-ul li a,
ul.bottom-full-width-ul li a:active,
ul.bottom-full-width-ul li a:hover {
	margin-left: 30px;
	color: #3a3a3a;
	text-decoration: none
}

.desktop-footer-logo {
	display: block;
	padding-top: 18px
}

.mobile-footer-logo {
	display: none;
	padding-top: 20px;
	padding-bottom: 5px
}

.footer-menu-separator {
	padding-left: 40px !important
}

.footer-line-plus {
	width: 1px;
	height: 80%;
	background-color: rgba(0, 0, 0, .1);
	display: inline-block;
	float: right;
	margin-top: 10px
}

@media (max-width:1400px) {
	.footer-menu-separator {
		display: none !important
	}

	.desktop-footer-logo {
		display: none
	}

	.mobile-footer-logo {
		display: block
	}

	.footer-menu .col-md-10 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.footer-menu {
	padding-top: 10px
}

.aszf {
	border-left: 1px solid #ccc
}

ul.bottom-full-width-ul li.aszf a,
ul.bottom-full-width-ul li.aszf a:active,
ul.bottom-full-width-ul li.aszf a:hover {
	margin-left: 25px;
	display: block;
	text-align: left;
	padding: 7px 0 5px
}

.bottom-full-width-ul .svg-inline--fa {
	font-size: 18pt;
	margin-top: -10px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center
}

@media (max-width:991px) {
	ul.bottom-full-width-ul {
		display: block
	}

	ul.bottom-full-width-ul li {
		width: 100%;
		display: block
	}

	.bottom-full-width-ul .svg-inline--fa {
		font-size: 18pt;
		margin-top: -7px;
		margin-bottom: 0;
		margin-right: 10px;
		margin-left: 0;
		display: inline-block;
		text-align: left
	}

	ul.bottom-full-width-ul li {
		padding-top: 10px;
		padding-bottom: 10px
	}

	ul.bottom-full-width-ul li:last-child {
		padding-top: 6px;
		padding-bottom: 0
	}

	.aszf {
		border-left: none
	}

	ul.bottom-full-width-ul li.aszf a,
	ul.bottom-full-width-ul li.aszf a:active,
	ul.bottom-full-width-ul li.aszf a:hover {
		margin-left: 0;
		display: block;
		text-align: center;
		padding: 5px 0 3px
	}

	ul.bottom-full-width-ul li a,
	ul.bottom-full-width-ul li a:active,
	ul.bottom-full-width-ul li a:hover {
		margin-left: 0
	}
}

@media (max-width:540px) {
	.dji {
		padding-left: 40px;
		padding-right: 40px
	}
}

.left-align {
	text-align: left
}

@media (min-width:1560px) {
	.more-top-padding-on-desktop {
		padding-top: 30px
	}
}

.dropdown-header-menu {
	position: relative;
	display: inline-block
}

.dropdown-cart {
	position: relative;
	display: inline-block
}

.dropdown-content-cart a {
	color: #000;
	display: block
}

.top-preorder {
	width: 100%;
	border-top-right-radius: 100px
}

.img-max-width-100 {
	max-width: 100%
}

.black-bg {
	background-color: #000
}

.right-15 {
	right: 15px
}

.dd-preorder-button {
	margin-right: 0;
	float: inherit;
	margin-bottom: 20px
}

.dd-preorder-a {
	text-align: right
}

.footer-mini-text {
	color: #7d7d7d;
	font-size: 10pt
}

.partner-text-grid {
	margin-top: 5px !important;
	margin-bottom: 5px !important
}

.partner-img img {
	max-height: 30px
}

@media (min-width:1000px) {
	.footer-mini-text {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

@media (max-width:600px) {
	.dropdown-content-cart {
		max-width: 100% !important;
		min-width: 100% !important
	}

	.cart-column-block {
		padding: 5px;
		text-align: left
	}

	.cart-column-block-iter {
		margin-top: 5px;
		margin-bottom: 5px
	}

	.cart-column-block-iter * {
		display: inline-block !important;
		margin-top: 5px;
		margin-bottom: 5px
	}

	.cart-column-block-iter2 {
		margin-top: 5px;
		margin-bottom: 5px
	}
}

.cart-sum-price {
	display: inline-block;
	margin-top: 10px;
	font-size: 1rem;
	float: right;
	font-weight: 700
}

.cart-sum-text {
	display: inline-block;
	margin-top: 4px
}

.coupon-code-input {
	width: 100%;
	border: none;
	padding: 5px
}

.coupon-code-text {
	padding-top: 20px
}

.dark-grey-background-row .green-text {
	color: #4eb067
}

.no-bottom-space {
	margin-bottom: -20px
}

.cart-product-name {
	margin-top: 5px
}

#cart_modal,
#forgotten_password_modal,
#login_modal {
	display: none
}

.forget_password_info {
	margin-bottom: 20px;
	color: #d65959
}

.remember_block_content {
	display: none
}

.back-to-login,
.back-to-login:active,
.back-to-login:hover {
	color: #585858;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none
}

.owl-carousel-slider .owl-stage {
	display: flex
}

.no-padding-newsletter {
	padding: 0 !important;
	border: 1px solid #3a3a3a
}

.newsletter-button {
	margin-right: -15px
}

.pre-order-button .svg-inline--fa {
	margin-top: -4px
}

.back-arrow,
.back-arrow:active,
.back-arrow:hover {
	text-decoration: none;
	color: #474747;
	font-weight: 700
}

.big-title {
	margin-top: 60px;
	font-size: 50pt;
	font-weight: 700
}

.blog-new-desc {
	margin-top: 50px;
	font-weight: 200
}

.page-tabs {
	color: #fff;
	font-weight: 700;
	font-size: 10pt;
	padding: 5px;
	padding-right: 15px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	padding-left: 10px;
	display: inline-block
}

.plus-page-tabs {
	font-size: 10pt;
	display: inline-block
}

.page-tabs .svg-inline--fa,
.plus-page-tabs .svg-inline--fa {
	margin-left: 6px;
	margin-right: 4px;
	margin-top: -2px
}

.second-page-tab {
	padding-left: 6%
}

.grey-tab {
	background-color: #474747
}

.purple-tab {
	background-color: #a554d5
}

.first-page-tab {
	position: absolute
}

.new-main-pic {
	background-size: cover;
	background-position: center center;
	border-top-right-radius: 70px;
	width: 100%;
	height: 400px
}

.more-left-padding {
	padding-left: 30px
}

.new-main-pic .blog-comment,
.new-main-pic .blog-date {
	margin-left: 20px
}

.product-advice .owl-carousel-five-products {
	margin-bottom: 0
}

.product-advice .slider-product-block {
	border: 1px solid #dbdbdb
}

.product-advice .slider-product-bottom-block {
	margin-bottom: 0
}

.product-advice .owl-next,
.product-advice .owl-prev {
	color: #3a3a3a
}

.exclamation {
	font-size: 30pt
}

#ertesito_blokk {
	display: none;
	position: relative;
	z-index: 1
}

.ertesito-right-block {
	position: absolute;
	right: 20%;
	top: 50px
}

.ertesito-right-block .ert-clo {
	top: -50px
}

.ertesito-inner-content {
	margin-left: 30px
}

@media (max-width:1700px) {
	.ertesito-right-block {
		position: absolute;
		right: 10%;
		top: 50px
	}
}

@media (max-width:1400px) {
	.second-page-tab {
		padding-left: 90px
	}
}

@media (max-width:1300px) {
	.ertesito-right-block {
		position: absolute;
		right: 5%;
		top: 50px;
		z-index: 10
	}
}

@media (max-width:1100px) {

	#ertesito_blokk .countdown,
	#ertesito_blokk .szamlalo-kulso {
		display: none
	}
}

@media (min-width:1001px) {
	.product-filter-block {
		display: block !important
	}
}

@media (max-width:1000px) {
	.product-filter-block {
		display: none
	}

	.mobile-filter-block-toggle {
		display: block !important;
		cursor: pointer;
		height: 70px;
		margin: -30px;
		padding: 22px
	}

	.big-title {
		font-size: 30pt
	}

	.ertesito-inner-content h2 {
		font-size: 12pt
	}

	.ertesito-inner-content {
		font-size: 10pt
	}

	.ertesito-right-block {
		right: 1%
	}

	.ertesito-right-block .slider-product-to-the-cart {
		right: 5px !important
	}

	.eupopup-body .col-md-9 {
		padding-bottom: 20px
	}
}

.display-none {
	display: none
}

.light-grey-tab {
	background-color: #f6f6f6;
	color: #3a3a3a
}

.blue-tab {
	background-color: #0082cd
}

.light-blue-tab {
	background-color: #6bc4f7
}

.static-left-padding-page-tab {
	padding-left: 70px
}

.tab-box {
	display: inline-block;
	padding: 5px;
	line-height: 1;
	padding-bottom: 6px;
	color: #fff;
	background-color: #333a32
}

.product-nav-block .svg-inline--fa {
	margin-top: -4px;
	margin-left: 4px;
	margin-right: 4px
}

.products-left-block {
	background-color: #f6f6f6;
	border-top-right-radius: 50px;
	padding: 30px
}

.bold-content {
	font-weight: 700
}

.light-content {
	font-weight: 200
}

.prod-filter-title {
	margin-top: 15px;
	margin-bottom: 15px
}

.products-left-block .svg-inline--fa {
	margin-top: -4px;
	margin-right: 4px
}

.products-left-block input {
	margin-right: 4px
}

.prod-filter-main-title {
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 10pt
}

.filter-dropdown-block {
	margin-top: 10px;
	cursor: pointer
}

.dropdown-ordering {
	position: relative;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	font-weight: 600;
	line-height: 40px;
	font-size: .9rem
}

.dropdown-ordering .svg-inline--fa {
	margin-top: -3px
}

.dropdown-content-ordering {
	display: none;
	position: absolute;
	z-index: 100000000000000000;
	background-color: #f6f6f6;
	border-bottom: 1px solid #d7d7d7;
	right: 15px;
	top: 50px;
	border-radius: 10px;
	font-size: .9rem
}

.dropdown-content-ordering:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 10px;
	height: 10px;
	margin-bottom: -4px;
	border-top: 1px solid rgba(246, 246, 246, 1);
	border-left: 1px solid rgba(246, 246, 246, 1);
	background: rgba(246, 246, 246, 1);
	transform: rotate(45deg);
	transition: all .4s ease-in-out
}

.dropdown-content-ordering a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px
}

.checkboxFive {
	position: relative
}

.szamlalo {
	position: absolute;
	bottom: 2px;
	padding: 0;
	transition: all .3s;
	background-color: rgba(58, 58, 58, .8);
	color: #fffff;
	margin: auto;
	width: 100%;
	border-radius: 20px
}

.szamlalo-div .one-timing-block {
	font-size: 16px;
	color: #fff;
	width: 38px;
	height: 25px;
	text-align: center;
	display: inline-block;
	margin: 1px
}

.szamlalo-div .one-timing-block .cc {
	display: inline-block;
	height: 5px;
	line-height: 2px;
	font-size: .9rem;
}

.szamlalo-div .one-timing-block .ca {
	display: inline-block;
	height: 20px;
	line-height: 2px;
	font-size: .7rem;
	font-weight: 300
}

.szamlalo-div .one-timing-block:nth-child(4) {
	margin-right: 0
}

.szamlalo-div.szamlalo-notification {
	right: 0;
	height: 56px;
	bottom: 50%;
	margin-bottom: -28px;
	position: absolute
}

.szamlalo-notification .one-timing-block {
	font-size: 16px;
	background: 0 0;
	color: #fff;
	width: 30px;
	height: 48px;
	text-align: center;
	display: inline-block;
	margin: 4px
}

.szamlalo-notification .one-timing-block .cc {
	display: block;
	height: 32px;
	padding-top: 14px;
	line-height: 18px;
	font-size: 18px
}

.szamlalo-notification .one-timing-block .ca {
	display: block;
	height: 12px;
	line-height: 12px;
	font-size: .7rem;
	font-weight: 300
}

.slider-product-block:hover .szamlalo {
	display: block
}

.product-nav-block a,
.product-nav-block a:active,
.product-nav-block a:hover {
	color: inherit;
	text-decoration: none
}

.my-input {
	display: block;
	width: 80%;
	margin: auto;
	padding: 10px;
	border-radius: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	outline: 0;
	background-color: #f6f6f6;
	color: #3a3a3a;
	text-align: center
}

.my-input2 {
	background-color: #fff;
	color: #3a3a3a
}

.my-input::placeholder {
	color: #3a3a3a;
	opacity: 1
}

.my-input:-ms-input-placeholder {
	color: #3a3a3a
}

.my-input::-ms-input-placeholder {
	color: #3a3a3a
}

.modaal-content-container {
	padding: 0
}

.more-padding {
	padding: 30px
}

.light-grey-background {
	background-color: #f6f6f6
}

.modal-title {
	margin: 10px;
	font-size: 20pt
}

.modal-title .svg-inline--fa {
	margin-top: -4px
}

.left-social {
	display: inline-block;
	font-size: 14pt;
	padding-left: 20px;
	background-color: #f6f6f6;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 9px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #585858
}

.right-social {
	display: inline-block;
	font-size: 16pt;
	padding-left: 15px;
	background-color: #f6f6f6;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #585858
}

.all-inline-display-block * {
	display: inline-block
}

.forgotten-password,
.forgotten-password:active,
.forgotten-password:hover {
	color: #585858;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none
}

.login-button {
	right: -15px;
	bottom: -4px;
	padding-left: 15px;
	padding-right: 15px
}

.reg-button {
	right: -15px;
	bottom: -12px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #0083cd
}

.understand-aggree {
	margin-top: 20px;
	font-size: 8pt
}

.understand-aggree label {
	top: 0
}

.back-arrow .svg-inline--fa {
	margin-right: 10px;
	margin-top: -4px
}

.product-infos {
	padding: 0
}

.product-infos .slider-product-block {
	border: 1px solid #dbdbdb;
	height: 470px
}

.product-infos .slider-product-bottom-content {
	background-color: #fff
}

.product-infos .slider-product-green-text {
	margin-bottom: 6px
}

.product-big-image {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center center;
	cursor: pointer
}

.product-mini-images {
	width: 100%;
	height: 100px;
	background-size: cover;
	background-position: center center;
	cursor: pointer
}

.owl-carousel-product-images .owl-prev {
	position: absolute;
	left: -6%;
	top: 30px;
	font-size: 20pt
}

.owl-carousel-product-images .owl-next {
	position: absolute;
	right: -6%;
	top: 30px;
	font-size: 20pt
}

.margin-minus-30 {
	margin: -30px
}

.login-error-block div,
.mod-error-block div,
.mod-pswd-error-block div,
.reg-error-block div {
	padding: 10px;
	color: #fff;
	background-color: #d65959;
	border-radius: 30px
}

.ertesito-inner-content h2 {
	font-size: 18pt
}

@media (max-width:1000px) {
	.exclamation {
		padding-left: 0;
		margin-left: -10px
	}

	.ertesito-right-block .ert-clo,
	.ertesito-right-block .ert-clo:hover {
		top: -54px;
		right: 0
	}

	#ertesito_blokk .slider-product-to-the-cart {
		margin-bottom: -18px !important
	}
}

@media (max-width:767px) {
	.moblie-white-bg {
		background-color: #ffff
	}

	.owl-carousel-product-images .owl-next,
	.owl-carousel-product-images .owl-prev {
		display: none !important
	}
}

.ui-autocomplete {
	background-color: #fff;
	border: 1px solid grey
}

.ui-autocomplete .ui-menu-item {
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer
}

@media (min-width:679px) {
	.ui-autocomplete {
		max-width: 50%;
		z-index: 100000000000000 !important
	}
}

@media (max-width:678px) {
	.ui-autocomplete {
		z-index: 100000000 !important;
		max-width: 100% !important;
		left: 0 !important;
		margin-top: 10px
	}

	.szallitasi-gomb-lebegtetve,
	.szallitasi-mod-row {
		height: 100px !important
	}

	.szallitasi-gomb-lebegtetve {
		z-index: 1000000;
		width: 90% !important
	}

	.szallitasi-mod-row .button-label {
		height: 100px;
		padding-top: 40px !important;
		width: 140px !important
	}

	.szallitasi-mod-row .husegpont-value {
		max-width: 40%
	}
}

.modaal-container {
	overflow: hidden !important
}

.cart-prod-2 .slider-product-bottom-content {
	background-color: #fff
}

.cart-prod-2 .product-type-buble {
	margin-left: 15px
}

.cart-prod-2 .slider-product-to-the-cart {
	margin-right: 15px
}

.modaal-content-container {
	padding: 0 !important
}

.cart-modal-outer .cart-sum-price {
	float: none
}

.cart-modal-product-img {
	float: right;
	margin: 30px
}

.cart-modal-outer-left .cart-sum-text,
.cart-modal-outer-left .slider-product-green-text,
.cart-modal-outer-left .slider-product-plus-info,
.cart-modal-outer-left .slider-product-price,
.cart-modal-outer-left .slider-product-price-text,
.cart-modal-outer-left .slider-product-title2 {
	margin-left: 10%;
	margin-right: 10%;
	font-family: Roboto
}

.cart-modal-outer-right .slider-product-price,
.cart-modal-outer-right .slider-product-price-text {
	font-family: Roboto
}

.cart-modal-outer-right .slider-product-price-text {
	font-size: 10pt
}

.cart-modal-outer-left .slider-product-plus-info,
.cart-modal-outer-left .slider-product-price-text {
	font-size: 10pt
}

.cart-modal-outer-right .slider-product-price {
	font-size: 16pt
}

.cart-modal-outer-right .slider-product-price,
.cart-modal-outer-right .slider-product-price-text {
	font-weight: 500
}

.cart-modal-outer-left .cart-sum-text {
	font-size: 10pt;
	margin-right: 3%
}

.margin-null {
	margin: 0 !important
}

.cart-modal-left-button {
	float: right;
	margin-right: -15px;
	margin-top: 10px
}

.add-to-the-cart {
	cursor: pointer
}

#mobilemenu {
	background-color: #474747 !important;
	color: #fff;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999999999999999;
	width: 100%;
	height: 100%;
	padding: 0;
	padding-left: 84px;
	padding-bottom: 50px;
	padding-right: 0;
	overflow: hidden !important
}

.mobile-logo {
	width: 54px;
	height: 52px;
	background-image: url(../images/logo-circle.png);
	background-position: center center;
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 9999999999999999999999999
}

#btn-close-modal {
	cursor: pointer;
	width: 44px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 1.8rem;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9999999999999999999999999
}

.mobilemenu-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.main-mobile-menu {
	display: block;
	font-size: 14pt;
	color: #fff;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-transform: uppercase
}

.main-mobile-menu:active,
.main-mobile-menu:focus,
.main-mobile-menu:hover {
	color: #a454d7
}

.main-mobile-menu.open-btn {
	padding-right: 24px
}

.main-mobile-menu.open-btn .arrow {
	position: absolute;
	top: 13px;
	right: 0;
	width: 14px;
	height: 14px;
	background-image: url(../images/collapse-arrow.png);
	-webkit-transition: ease all .3s;
	transition: ease all .3s;
	display: inline-block
}

.main-mobile-menu.open .arrow {
	transform: rotate(-90deg)
}

.sub-wrapper {
	display: none
}

.main-mobile-menu .svg-inline--fa {
	margin-top: -2px
}

.sub-mobile-menu {
	display: block;
	font-size: 1rem;
	color: #fff;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-right: 24px;
	border-right: 2px solid #a454d7
}

.sub-mobile-menu:active,
.sub-mobile-menu:focus,
.sub-mobile-menu:hover {
	color: #a454d7
}

#mobile-menu-collapse {
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 40px
}

.mobile-login {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #eee;
	text-align: right;
	z-index: 9999999999999999999999999
}

.mobile-login .header-menu {
	height: 50px;
	line-height: 50px;
	color: #3a3a3a;
	padding: 0 10px;
	font-size: .9rem
}

.mobile-login .header-menu:hover {
	color: #3a3a3a
}

.mobile-login .header-menu .icon {
	color: #3a3a3a;
	display: inline-block;
	position: relative;
	padding-right: 10px
}

.mobile-login .header-menu.fb .fa-2x {
	font-size: 1.5em !important
}

#mobilemenu .search-block {
	border: 1px solid #fff;
	display: inline-block !important;
	width: 60%
}

.ham-menu-top-line {
	width: 100%;
	min-height: 60px
}

.right-align {
	text-align: right
}

.ham_dd {
	display: none
}

.main_ham_category {
	cursor: pointer
}

.ham-dd-bottom .svg-inline--fa {
	color: #fff !important
}

@media (max-width:500px) {
	#mobilemenu .search-block {
		width: 70%
	}

	#mobilemenu .search-block input {
		float: left;
		margin-top: 10px
	}
}

.newletter-block {
	padding-top: 20px;
	padding-bottom: 20px
}

.newletter-block p {
	margin: 0;
	padding: 5px 0;
	text-align: left;
	font-size: .8rem
}

.newletter-block p b {
	font-size: .9rem
}

.newletter-block input {
	margin: 0;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-left: 3px;
	width: 180px;
	background-color: #474747;
	border: none;
	color: #fff;
	outline: 0;
	font-size: .8rem;
	margin-top: 20px
}

.newletter-block input.email {
	width: 200px
}

.newletter-block input::placeholder {
	color: #fff;
	font-weight: 200;
	opacity: 1
}

.newletter-block input:-ms-input-placeholder {
	color: #fff;
	font-weight: 200
}

.newletter-block input::-ms-input-placeholder {
	color: #fff;
	font-weight: 200
}

.newletter-button {
	position: absolute;
	top: 20px;
	right: 0;
	width: 110px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	background-color: #fff;
	color: #474747 !important;
	font-weight: 200;
	z-index: 2;
	text-align: center;
	font-size: .9rem
}

.col-input {
	position: relative
}

.col-input div {
	padding-right: 90px;
	position: relative
}

.owl-carousel-new-products .owl-item {
	padding-bottom: 20px;
	padding-top: 10px
}

.partner-img img {
	margin: 5px 10px;
	display: inline-block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: pointer
}

.partner-img img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.footer-mini-text2>img {
	margin: 20px;
	display: inline-block;
	max-width: 90%
}

.footer-mini-text2>div {
	margin: 20px;
	display: inline-block
}

.footer-mini-text2>div.fb-like span {
	vertical-align: unset !important;
	padding-top: 40px
}

.arukereso-badge img {
	width: 90px !important;
	height: 90px !important
}

.upsell-modal-left {
	position: relative;
	padding-top: 90px;
	padding-bottom: 95px
}

.upsell-modal-right {
	position: relative;
	padding-top: 90px;
	padding-bottom: 30px
}

.upsell-modal-success {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background-color: #47ad68;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: .9rem
}

.upsell-modal-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background-color: #474747;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: .9rem;
	font-weight: 700
}

.upsell-modal-img img {
	width: 100%;
	height: auto
}

.upsell-product-details {
	color: #3a3a3a
}

.upsell-product-name {
	font-size: 22px;
	font-weight: 700;
	color: #3a3a3a
}

.upsell-product-price {
	font-size: 24px;
	font-weight: 300;
	height: 34px;
	line-height: 34px;
	color: #3a3a3a
}

.upsell-product-brutto {
	font-size: 12px;
	font-weight: 300;
	height: 16px;
	line-height: 16px;
	color: #3a3a3a
}

.upsell-modal-sum {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px dashed #ccc;
	padding-top: 15px;
	height: 81px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px
}

.upsell-modal-sum-price {
	font-size: 24px;
	font-weight: 300;
	height: 34px;
	line-height: 34px;
	color: #3a3a3a;
	display: block
}

.upsell-modal-sum-number {
	font-size: 12px;
	font-weight: 300;
	height: 16px;
	line-height: 16px;
	color: #3a3a3a;
	display: block
}

.upsell-modal-to-cart {
	position: absolute;
	right: 25px;
	bottom: 15px;
	background-color: #47ad68;
	height: 50px;
	width: 130px;
	color: #fff;
	border-radius: 25px;
	overflow: hidden;
	font-weight: 400;
	font-size: .9rem
}

.upsell-modal-to-cart:hover span.up {
	margin-top: -50px
}

.upsell-modal-to-cart span.up {
	margin-top: 0;
	font-size: .9rem
}

.upsell-modal-to-cart span {
	display: block;
	transition: .2s;
	line-height: 50px;
	text-align: center;
	color: #fff
}

.modaal-close {
	position: fixed;
	right: 15px;
	top: 15px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 9999
}

.advice-product .owl-next,
.advice-product .owl-prev {
	color: #f6f6f6
}

.login-modal-left {
	position: relative;
	padding-top: 100px;
	padding-bottom: 90px;
	padding-right: 0
}

.login-modal-right {
	position: relative;
	padding-top: 100px;
	padding-bottom: 90px;
	padding-left: 0
}

.login-modal-title {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: 70px;
	line-height: 70px;
	color: #3a3a3a;
	text-align: center;
	font-size: 1.6rem;
	margin: 0;
	font-weight: 700
}

.login-modal-title .svg-inline--fa {
	margin-top: -4px
}

.login-modal-footer-l {
	position: absolute;
	bottom: 25px;
	left: 40px;
	right: 25px;
	height: 50px;
	line-height: 50px;
	color: #3a3a3a;
	font-size: .9rem;
	font-weight: 300;
	padding-left: 15px
}

.login-modal-footer-r {
	position: absolute;
	bottom: 75px;
	left: 25px;
	right: 40px;
	height: 50px;
	line-height: 50px;
	color: #3a3a3a;
	font-size: .9rem;
	font-weight: 300;
	padding-right: 15px
}

.login-modal-left-social {
	width: 60px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	color: #3a3a3a;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-right: 2px;
	background-color: #f6f6f6;
	text-align: center
}

.login-modal-right-social {
	width: 60px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	color: #3a3a3a;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #f6f6f6;
	text-align: center
}

.login-modal-submit {
	background-color: #47ad68;
	display: inline-block;
	margin: 0 auto;
	height: 50px;
	width: auto;
	padding: 0 25px;
	color: #fff;
	border-radius: 25px;
	overflow: hidden;
	font-weight: 400;
	font-size: .9rem
}

.login-modal-submit:hover span.up {
	margin-top: -50px
}

.login-modal-submit span.up {
	margin-top: 0;
	font-size: .9rem
}

.login-modal-submit span {
	display: block;
	transition: .2s;
	line-height: 50px;
	text-align: center;
	color: #fff
}

.login-modal-reg {
	background-color: #0083cd;
	display: inline-block;
	margin: 0 auto;
	height: 50px;
	width: auto;
	padding: 0 25px;
	color: #fff;
	border-radius: 25px;
	overflow: hidden;
	font-weight: 400;
	font-size: .9rem
}

.login-modal-reg:hover span.up {
	margin-top: -50px
}

.login-modal-reg span.up {
	margin-top: 0;
	font-size: .9rem
}

.login-modal-reg span {
	display: block;
	transition: .2s;
	line-height: 50px;
	text-align: center;
	color: #fff
}

.remember_block_content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: #fff
}

.login-error-block div,
.mod-error-block div,
.mod-pswd-error-block div,
.reg-error-block div {
	margin-top: 20px;
	margin-bottom: 20px
}

.login-modal-content {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 60px
}

.my-input2 {
	display: block;
	width: 100%;
	margin: auto;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	outline: 0;
	background-color: #f6f6f6;
	color: #3a3a3a;
	text-align: center
}

.my-input3 {
	background-color: #fff;
	color: #3a3a3a
}

@media (max-width:1199px) {
	.col-input {
		text-align: center
	}

	.col-input div {
		display: inline-block
	}

	.newletter-block p {
		text-align: center
	}

	.partner-img {
		text-align: center
	}
}

@media (max-width:991px) {
	.col-input {
		text-align: center
	}

	.col-input div {
		display: inline-block
	}

	.newletter-block p {
		text-align: center
	}

	.partner-img {
		text-align: center
	}

	.modaal-inner-wrapper {
		padding-top: 80px
	}

	.modaal-close {
		right: 40px
	}
}

@media (max-width:779px) {
	.newletter-block p b {
		font-size: 1rem
	}

	.col-input div {
		display: block;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 55px
	}

	.newletter-block input {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px
	}

	.newletter-block input.email {
		width: 100%
	}

	.newletter-button {
		position: absolute;
		top: auto;
		bottom: 5px;
		right: 50%;
		margin-right: -55px;
		width: 110px;
		height: 40px;
		line-height: 40px;
		padding-left: 0;
		border-radius: 20px
	}

	.footer-mini-text {
		margin-top: 15px;
		margin-bottom: 15px
	}

	.login-modal-left {
		padding-bottom: 150px
	}

	.login-modal-footer-l {
		bottom: 65px
	}
}

.plus-hirlevel-szoveg {
	position: absolute !important;
	font-size: 10pt !important
}

.ert-clo,
.ert-clo:active,
.ert-clo:hover {
	position: absolute !important;
	right: 10px;
	color: #fff
}

#ertesito_blokk {
	padding: 10px;
	max-width: 100%;
	overflow: hidden
}

#ertesito_blokk .col-2 {
	position: relative
}

#ertesito_blokk .slider-product-to-the-cart {
	width: auto;
	bottom: 50%;
	margin-bottom: -25px;
	right: 20px;
	padding-left: 30px;
	padding-right: 30px
}

.aszf-cb-text {
	line-height: 1.5;
	position: absolute;
	left: 30px;
	top: 10px
}

@media (min-width:780px) {
	.plus-hirlevel-szoveg {
		margin-left: 10%
	}
}

@media (max-width:767px) {
	.upsell-product-list .col-md-6:first-child {
		margin-bottom: 20px
	}
}

@media (max-width:620px) {
	.pre-order {
		text-align: left;
		padding: 10px 0 10px 10px
	}

	.prod-types {
		margin: 15px 0
	}

	.slider-product-red-text {
		padding-left: 10px
	}

	.login-modal-right {
		padding-bottom: 140px
	}

	.login-modal-footer-r {
		height: 100px
	}
}

@media (max-width:539px) {
	.footer-mini-text2>img.garancia {
		margin-bottom: 0 !important
	}

	.footer-mini-text2>img {
		margin: 15px 20px
	}

	.col-input .clearfix,
	.col-input .clearfix div {
		margin: 0 20px !important
	}

	.fb-like {
		margin-top: 0 !important
	}
}

@media (max-width:500px) {
	.cd-timeline__content {
		height: 270px
	}

	.mobile-no {
		display: none
	}
}

.modaal-wrapper {
	z-index: 999999
}

.menu-aloldal {
	padding-top: 40px;
	padding-bottom: 40px
}

.menu-aloldal h1 {
	font-size: 2rem;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	margin: 0 0 30px 0;
	color: #3a3a3a
}

.menu-aloldal h2 {
	font-size: 1.6rem;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	margin: 0 0 15px 0;
	color: #3a3a3a
}

.menu-aloldal h3 {
	font-size: 1.4rem;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	margin: 0 0 15px 0;
	color: #3a3a3a
}

.menu-aloldal img {
	max-width: 100% !important;
	height: auto !important;
	border: none !important
}

.menu-aloldal p {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #3a3a3a
}

.menu-aloldal div {
	color: #3a3a3a
}

.menu-aloldal iframe {
	max-width: 100%
}

.menu-aloldal ul {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px
}

.menu-aloldal ul ul {
	margin-top: 0;
	margin-bottom: 0
}

.menu-aloldal .img-block {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center
}

.menu-aloldal .youtube-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.menu-aloldal .youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

.hir-aloldal {
	padding-top: 0;
	padding-bottom: 40px
}

.hir-aloldal h1 {
	font-size: 2.2rem;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	margin: 30px 0 30px 0;
	color: #3a3a3a
}

.hir-aloldal h2 {
	font-size: 1.6rem;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	margin: 0 0 15px 0;
	color: #3a3a3a
}

.hir-aloldal h3 {
	font-size: 1.4rem;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	margin: 0 0 15px 0;
	color: #3a3a3a
}

.hir-aloldal img {
	max-width: 100% !important;
	height: auto !important;
	border: none !important
}

.hir-aloldal p {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #3a3a3a;
	text-align: justify
}

.hir-aloldal p img {
	display: block;
	margin: 20px auto
}

.hir-aloldal div {
	color: #3a3a3a
}

.hir-aloldal div .product-slider-buble {
	color: #fff !important
}

.hir-aloldal iframe {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.hir-aloldal ul {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px
}

.hir-aloldal ul ul {
	margin-top: 0;
	margin-bottom: 0
}

.hir-aloldal .img-block {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center
}

.hir-aloldal .youtube-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.hir-aloldal .youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

.vissza {
	padding-top: 30px;
	padding-bottom: 30px
}

.hvr-underline-from-left:before {
	height: 2px;
	background: #0083cd
}

.wallpaper-date {
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, .8);
	color: #3a3a3a;
	padding-left: 15px;
	padding-right: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	top: 20px;
	left: 0;
	font-size: .8rem
}

.wallpaper-date .svg-inline--fa {
	margin-top: -3px
}

.breadcrumb-item- .svg-inline--fa {
	margin-top: -3px
}

.konzol-breadcrumb {
	padding-top: 00px;
	padding-bottom: 20px
}

.breadcrumb-item- {
	height: 30px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	line-height: 30px;
	font-size: .7rem;
	color: #fff;
	padding-left: 15px;
	padding-right: 16px;
	position: relative;
	display: inline-block;
	float: left;
	background-color: #3a3a3a
}

.breadcrumb-item-:hover {
	color: #fff
}

.breadcrumb-item-.not-first:after {
	width: 30px;
	height: 30px;
	position: absolute;
	left: -36px;
	top: 0;
	content: '';
	z-index: 0;
	background-color: #3a3a3a
}

.all-products {
	padding-bottom: 40px
}

@media (max-width:991px) {
	.col-product-filter {
		margin-bottom: 30px
	}
}

.hir-1,
.hir-1 .kep-box .kep,
.hir-2,
.hir-2 .kep-box .kep,
.hir-4,
.hir-4 .kep-box,
.hir-5,
.hir-5 .content {
	border-top-right-radius: 40px
}

.hir-2 .content p {
	overflow: hidden;
	text-overflow: ellipsis
}

.hir-2-mod .content {
	top: 200px
}

.hir-1 {
	width: 100%;
	position: relative;
	display: block
}

.hir-1 .kep-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative
}

.hir-1 .kep-box .kep {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}

.hir-1 .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-image: linear-gradient(rgba(58, 58, 58, 0), #3a3a3a);
	padding: 20px 15px 30px;
	max-height: 185px;
	overflow: hidden;
	text-overflow: ellipsis
}

.hir-1 .content h3 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-size: 1.5rem
}

.hir-1 .content p {
	color: #fff;
	margin: 0;
	font-size: .8rem
}

.hir-1 .btn {
	position: absolute;
	bottom: 10px;
	right: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px 0 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	font-size: .8rem;
	z-index: 99
}

.hir-1 .btn .svg-inline--fa {
	margin-top: -2px;
	margin-left: 1px
}

.hir-1 .top-info {
	position: absolute;
	top: 10px;
	left: 0;
	height: 24px;
	line-height: 24px;
	z-index: 99
}

.hir-1 .top-info .category {
	width: auto;
	height: 24px;
	line-height: 24px;
	padding: 0 12px 0 10px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-right: 12px;
	color: #fff;
	font-size: .8rem;
	float: left
}

.hir-1 .top-info .date {
	width: auto;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: .8rem;
	float: left
}

.hir-1 .top-info .date .svg-inline--fa {
	margin-top: -2px
}

.hir-1 .kep-box {
	-webkit-filter: sepia(.5);
	filter: sepia(.5)
}

.more-bottom-padding {
	margin-bottom: 50px
}

@media (max-width:1049px) {
	.hir-1-mod {
		height: auto
	}

	.hir-1-mod .kep-box {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative
	}
}

@media (max-width:991px) {
	.hir-2-mod .content p {
		display: block;
		max-height: 70px
	}

	.hir-2-mod .content {
		top: 220px
	}

	.hir-5-mod .top-info {
		left: 120px
	}
}

@media (max-width:839px) {
	.hir-2-mod .content {
		top: 190px
	}
}

@media (max-width:799px) {
	.hir-2-mod .content {
		top: 160px
	}
}

@media (max-width:767px) {
	.hir-2-mod .content {
		top: auto;
		bottom: 0
	}

	.hir-1 .kep-box {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative
	}

	.hir-1 .kep-box .kep {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center
	}

	.hir-4-mod {
		width: 100%;
		height: 500px;
		display: block;
		background-color: #f6f6f6;
		margin-bottom: 30px;
		padding-right: 0;
		position: relative;
		padding-bottom: 0
	}

	.hir-5-mod {
		width: 100%;
		height: 500px;
		display: block;
		background-color: #f6f6f6;
		margin-bottom: 0;
		padding-left: 0;
		position: relative;
		padding-bottom: 0
	}

	.hir-4 .kep-box {
		width: 100%;
		height: 500px;
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		background-size: cover;
		background-position: center center;
		padding-bottom: 0
	}

	.hir-5 .kep-box {
		width: 100%;
		height: 500px;
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		background-size: cover;
		background-position: center center;
		padding-bottom: 0
	}
}

@media (max-width:767px) {
	.hir-5-mod .top-info {
		left: 0
	}

	.col-hir-3 {
		margin-bottom: 0
	}

	.col-hir-2 {
		margin-bottom: 0
	}

	.col-hir-1-1 {
		margin-bottom: 30px
	}

	.col-hir-1-6 {
		margin-top: 30px
	}

	.hir-also-sor.row-eq-height {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (max-width:575px) {
	.col-hir-2 {
		margin-bottom: 30px
	}
}

#filterblock4 label:first-child {
	margin-top: .5rem
}

#filterblock1 label:first-child {
	margin-top: .5rem
}

.sticky-wrapper {
	z-index: 100000000000
}

.pro-kat {
	background-color: #f6f6f6;
	color: #3a3a3a !important
}

.xbox {
	background-color: #54c104;
	color: #fff !important
}

.xbox:after {
	background-color: #54c104 !important;
	color: #fff !important
}

.ps {
	background-color: #0083cd;
	color: #fff !important
}

.ps:after {
	background-color: #0083cd !important;
	color: #fff !important
}

.pro-kat:after {
	width: 40px;
	height: 30px;
	position: absolute;
	left: -36px;
	top: 0;
	content: '';
	z-index: 0;
	background-color: #f6f6f6
}

.all-products .slider-product-block {
	margin-bottom: 30px
}

.all-products .slider-product-block {
	width: 100%
}

.pos-relative {
	position: relative
}

.search3 {
	padding: 10px 0 30px 0;
	position: relative
}

.search3 input[type=text] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	float: left;
	border: none;
	background: 0 0;
	background-color: #474747;
	color: #fff;
	border-radius: 20px;
	outline: 0;
	font-size: .9rem;
	margin-right: 0 !important
}

.search input[type=text]:-ms-input-placeholder,
.search input[type=text]::-ms-input-placeholder,
.search3 input[type=text]::placeholder {
	color: #fff;
	opacity: 1
}

.search3 button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-left: -40px;
	text-align: center;
	float: left;
	border: none;
	background: 0 0;
	color: #fff;
	outline: 0;
	cursor: pointer
}

.search3 button svg {
	-webkit-transition: ease all .3s;
	transition: ease all .3s
}

.search3 button:hover svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.profile-btn {
	margin: 0 auto;
	background-color: #47ad68;
	height: 50px;
	width: 120px;
	color: #fff;
	border-radius: 25px;
	overflow: hidden;
	font-weight: 400;
	display: inline-block
}

.profile-btn span {
	display: block;
	transition: .2s;
	line-height: 50px;
	text-align: center;
	color: #fff
}

.profile-btn span.up {
	margin-top: 0;
	font-size: .8rem;
	color: #fff
}

.profile-btn:hover span.up {
	margin-top: -50px
}

.col-padding {
	padding-top: 15px;
	padding-bottom: 15px
}

.container-padding {
	padding-top: 15px;
	padding-bottom: 15px
}

.mod-error-block div {
	width: 80%;
	margin: 20px auto
}

.mod-pswd-error-block div {
	width: 80%;
	margin: 20px auto
}

.rendeles-table2 {
	margin-top: 20px
}

.rendeles-table2 table tr {
	height: 30px;
	line-height: 30px
}

.rendeles-table2 table tr:nth-child(odd) {
	background-color: #f6f6f6
}

.korabbi-rendeles {
	padding: 20px;
	background-color: #f6f6f6;
	border-radius: 30px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
	font-size: .9rem
}

.korabbi-rendeles .datum {
	top: 10px;
	left: 20px;
	height: 20px;
	line-height: 20px;
	font-size: .8rem;
	color: #3a3a3a;
	text-align: left;
	display: inline-block
}

.korabbi-rendeles .datum .svg-inline--fa {
	margin-top: -3px
}

.korabbi-rendeles .rendeles-ossz-ar {
	top: 10px;
	right: 20px;
	height: 20px;
	line-height: 20px;
	font-size: .8rem;
	color: #3a3a3a;
	text-align: right;
	display: inline-block
}

.korabbi-rendeles .rendeles-ossz-ar .svg-inline--fa {
	margin-top: -3px
}

.product-page-pictures {
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
	padding: 30px;
	padding-bottom: 15px;
	position: relative
}

.product-page-pictures img {
	max-width: 100%
}

.product-mini-images-line {
	width: 100%;
	margin: 0;
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f6f6f6;
	padding-left: 30px;
	padding-right: 30px
}

.product-mini-images-line img {
	cursor: pointer
}

.main-image {
	background-color: #fff;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative
}

.main-image .img {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.main-image img {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
	right: 0
}

.mini-images {
	position: relative;
	box-sizing: border-box
}

.mini-images .owl-controls {
	margin: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.mini-images .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.mini-images .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.mini-images .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.mini-images .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.mini-images .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px;
	background: #454545;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.mini-images .owl-dots .owl-dot.active span,
.mini-images .owl-dots .owl-dot:hover span {
	background: #3b8dbd
}

.mini-images .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: -30px;
	height: 30px;
	width: 30px;
	background: 0 0;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	color: #8f9599;
	margin-top: -15px;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: -1px 0 #676767, 0 1px #676767, 1px 0 #676767, 0 -1px #676767;
	z-index: 999999999
}

.mini-images .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: -30px;
	height: 30px;
	width: 30px;
	background: 0 0;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	color: #8f9599;
	margin-top: -15px;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: -1px 0 #676767, 0 1px #676767, 1px 0 #676767, 0 -1px #676767;
	z-index: 999999999
}

.mini-images .owl-controls .owl-dots {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0
}

.mini-images .owl-controls .owl-nav .owl-prev:hover {
	background: 0 0
}

.mini-images .owl-controls .owl-nav .owl-next:hover {
	background: 0 0
}

.mini-images .hir {
	border: 1px solid #eee;
	background-color: #fff;
	padding: 0;
	margin: 0 10px 10px 10px;
	position: relative;
	border-radius: 5px
}

.mini-images .hir:hover {
	background-color: #fafafa
}

.mini-images .hir img {
	margin: 0 auto 10px auto;
	max-height: 120px
}

.mini-images .hir .leiras {
	height: 100px;
	background-color: #f38e00;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 15px
}

.mini-images .hir .leiras h2 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #fff;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700
}

.mini-images .hir .leiras p {
	font-size: 14px;
	color: #676767;
	height: 126px;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	font-weight: 300
}

.mini-images .hir .kep-box {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	text-align: center;
	position: relative
}

.mini-images .hir .kep-box .kep {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px
}

#product-mini-images {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #e8e8e8
}

#product-mini-images img {
	height: 120px;
	width: auto
}

.kedvezmeny {
	background-color: #0083cd;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	font-size: 14px;
	position: absolute;
	right: -15px;
	top: -15px;
	font-weight: 700;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	z-index: 999
}

.product-title {
	font-size: 2.4rem;
	line-height: 2.8rem;
	padding: 20px 0;
	margin: 0
}

.keszlet-block {
	border: 1px solid #f6f6f6;
	font-size: .9rem;
	padding-bottom: 5px
}

.keszlet-header {
	height: 35px;
	line-height: 35px;
	color: #3a3a3a;
	margin-bottom: 5px;
	padding: 0 10px
}

.keszlet-elem {
	color: #3a3a3a;
	padding: 5px 10px
}

.keszlet-elem .svg-inline--fa {
	margin-top: -2px
}

.keszlet-elem2 {
	color: #3a3a3a;
	padding: 5px 0
}

.keszlet-elem2 .svg-inline--fa {
	margin-top: -2px
}

.product-to-cart-btn {
	background-color: #47ad68;
	height: 50px;
	width: 100px;
	color: #fff;
	border-radius: 25px;
	overflow: hidden;
	font-weight: 400;
	display: inline-block;
	margin-top: 8px
}

.product-to-cart-btn2 {
	background-color: #47ad68;
	height: 50px;
	width: 100px;
	color: #fff;
	border-radius: 25px;
	font-weight: 400;
	display: inline-block;
	margin-top: 8px;
	position: relative;
	cursor: pointer
}

.product-to-cart-btn span {
	display: block;
	transition: .2s;
	line-height: 50px;
	text-align: center;
	color: #fff
}

.product-to-cart-btn span.up {
	margin-top: 0;
	font-size: .8rem;
	color: #fff
}

.product-to-cart-btn2 span {
	display: block;
	transition: .2s;
	line-height: 50px;
	text-align: center;
	color: #fff
}

.product-to-cart-btn2 span.up {
	margin-top: 0;
	font-size: .8rem;
	color: #fff
}

.product-to-cart-btn2:hover span.up {
	margin-top: -50px
}

.product-to-cart-btn2 .subproduct {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #47ad68;
	color: #fff;
	-webkit-transition: ease all .3s;
	transition: ease all .3s;
	margin-bottom: 5px;
	border-radius: 50%;
	font-size: .8rem
}

.product-to-cart-btn2 .asd {
	display: none;
	width: 40px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -20px
}

.product-to-cart-btn2-list {
	overflow: hidden
}

.asd2 {
	display: none;
	width: 40px;
	height: auto;
	position: absolute;
	left: 56px;
	margin-left: -20px;
	z-index: 10;
	color: #fff
}

.asd2 .subproduct {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #47ad68;
	color: #fff;
	-webkit-transition: ease all .3s;
	transition: ease all .3s;
	margin-bottom: 5px;
	border-radius: 50%;
	font-size: .8rem
}

@media (max-width:767px) {
	.plus-hirlevel-szoveg {
		margin-top: -10px !important
	}

	.container.newletter-block {
		padding-bottom: 30px !important
	}
}

#mobileproductfilterpopup,
#mobileproductfilterpopupnew {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999999999999999;
	width: 100%;
	height: 100%;
	overflow: hidden !important;
	background-color: #f6f6f6 !important;
	padding: 30px
}

#mobileproductfilterpopup .modal-content,
#mobileproductfilterpopupnew .modal-content {
	background: 0 0;
	border: none;
	padding: 20px
}

.mobileproductfilterpopup-on,
.mobileproductfilterpopupnew-on {
	z-index: 1000000000000000 !important
}

#mobileproductfilter,
#mobileproductfilter:active,
#mobileproductfilter:hover,
#mobileproductfilternew,
#mobileproductfilternew:active,
#mobileproductfilternew:hover {
	color: #000;
	text-decoration: none
}

#search_modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999999999999;
	display: none;
	background-color: rgba(0, 0, 0, .8);
	padding: 40px
}

#search_modal .close {
	position: fixed;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px
}

.sub-menus p {
	margin: 5px 0;
	font-size: .8rem
}

.left-input2-starter {
	width: 27%;
	margin-left: 10%
}

.left-input2-starter,
.left-input2-starter * {
	display: inline-block
}

.left-input2-starter .left-input2 {
	float: none;
	width: 88px !important;
	margin-left: 0 !important
}

.right-input2-s {
	width: 48% !important;
	text-align-last: center
}

@media only screen and (max-width:1100px) {
	.left-input2-starter .left-input2 {
		width: 60px !important
	}
}

@media only screen and (max-width:400px) {
	.left-input2-starter .left-input2 {
		width: 60px !important
	}

	.right-input2-s {
		width: 40% !important
	}

	.left-input2-starter {
		margin-left: 8% !important;
		width: 34%
	}

	.datamod-form {
		display: block !important
	}

	.slider-product-title2 {
		height: auto
	}

	.slider-kep-box {
		height: 160px;
		padding-bottom: 0
	}

	.slider-kep-box .kep {
		background-size: contain;
		background-repeat: no-repeat
	}
}



.subscription-button {
    position: relative;
    background-color: #47ad68;
    height: 50px;
    width: 145px;
    color: #fff!important;
    border-radius: 25px;
    overflow: hidden;
    font-weight: 400;
    border:0px;
    cursor:pointer;
    outline:0px;
    animation-name: rubberBand;
    animation-delay:3s;
    animation-duration:2s;
    text-transform:uppercase;
}


.subscription-button:hover {    
    opacity:0.8;
}

#subscription {
    margin-top:20px;
}


#subscription p {
  margin:4px 0px 6px 0px;   
}


#subscription .title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom:20px;
}

@media all and (max-width:400px) {

    #subscription .title {
         font-size: 18px;
        
    }

    
     .slider-product-price2 {
        font-size:20px;
     }
}


/************** ANIMATE *******************/

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


.adatlap-ar-keret {

 padding-top:4px;
 margin-top:15px;
}

.adatlap-ar-szekcio {
 background-color:#F6F6F6;
 padding:20px 10px 10px 10px;
    border-top: 1px solid #dcdcdc;
}

.adatlap-ar-szekcio .cart-outer-button {
	right:25px;
	margin-top: -118px;
}

.adatlap-ar-szekcio .product-to-cart-btn:hover {
	opacity:0.8;
}

.adatlap-ar-szekcio .product-to-cart-btn {
	font-family: 'Oswald';
	text-transform: uppercase;
	width:150px;
	animation: rubberBand 4s;

	animation-duration:2s;
	animation-delay:4s;
}

.adatlap-ar-szekcio .product-to-cart-btn svg {
	width:24px;
	vertical-align:middle;
	margin-right:5px;
}


.adatlap-ar-szekcio .product-to-cart-btn span.up {
	font-size:20px !important;
}


.adatlap-ar-szekcio .slider-product-price2 {
	font-weight: 400;
	margin-left: 18px;
}

.adatlap-ar-szekcio .besorolas{
	font-weight: 400;
	margin-left: 18px;
	font-family: Oswald;
	font-size:22px;
}

.adatlap-ar-szekcio #subscription{
	margin-left: 18px;
}

.adatlap-ar-szekcio #subscription .title{
	font-size: 16px;
}

.adatlap-ar-szekcio #subscription .subscription-button{
	font-family: Oswald;
	font-size: 20px;
}


.ingyenes-szallitas {
	position:absolute;
	top:218px;
	right:30px;
}

.ingyenes-szallitas img {
	width:100px;
}

.arukereso-badge-float {
	position:absolute;
	top:110px;
	right:30px;
}

.arukereso-badge-float img {
    width: 100px !important;
    height: 100px !important;
}

.hir-aloldal-new {

	margin-top:20px;

}


.hir-aloldal-new .hir-content {
	border-top-right-radius: 90px;
    border: 1px solid #dcdcdc;
	padding:30px 20px 20px 20px;
}


@media all and (max-width:600px) {
	.arukereso-badge-float {
		position:relative;
		top:0px;
		left:14px;
		display:inline-block;
		margin-top:5px;
		margin-bottom:8px;
	}
	.ingyenes-szallitas {
		position:relative;
		top:0px;
		left:14px;
		display:inline-block;
		margin-top:5px;
		margin-bottom:8px;
	}
	
	.slider-product-title2 {
		font-size:18px !important;
		margin-bottom: 35px !important;
	}
	
}

@media all and (max-width:768px) {
/*	#adatlap-szamlalo {
		display:none;
	}	*/
	
	.konzol-breadcrumb {
		margin-top:20px;
	}
	
	#adatlap-szamlalo {
		display:none;
	}
	
	#adatlap-szamlalo-mobile {
		display:block !important;
		height: 80px;
		width: 240px;
		margin:0 auto;
	}
}

@media all and (max-width:450px) {
	.adatlap-ar-szekcio .cart-outer-button-bottom{
		position:fixed !important;
		width:100%;
		height: 90px;
		bottom:0px !important;
		z-index:29000;
		left:0px;
		top: auto !important;
/*		background-color: #3a3a3a;
*/		padding:10px;
		text-align:left;
		display:block !important;
	}
	
	.adatlap-ar-szekcio .product-to-cart-btn-bottom {
		margin:0 auto;
		width:160px;
		margin-top:10px;
	}
	
	.adatlap-ar-szekcio {
		min-height:180px;
	}
	
	.adatlap-ar-szekcio .slider-product-price2 {
		min-height:60px;
		border-bottom: 1px solid #dcdcdc;
		text-align:center;
		font-size:26px;
		margin-top:10px;
	
	}
	
	.adatlap-ar-szekcio .cart-outer-button-bottom {
		position: absolute;
		right: 25px;
		/* margin-top: -120px; */
		top: 149px;
		right: 7px;
	}
	
	.adatlap-ar-szekcio .cart-outer-button-bottom .product-to-cart-btn {
		margin-top:13px;
	}
	
	.adatlap-ar-szekcio .keszlet-elem2 {
		text-align:center;
		
	}
	
	#adatlap-szamlalo {
		display:none;
	}
	
	.visszafizetesi {
		background:none !important;
		color:#0083CD !important;
		text-decoration:underline;
		padding:0px !important;
	}
	
	.konzol-breadcrumb {
		margin-top:20px;
	}
	
	.adatlap-ar-szekcio .cart-outer-button {
		right: 25px;
		margin-top: 0px;
		position: relative;
		margin: 0 auto;
		display: block;
		width: 109px;
		/* margin-left: 20px; */
	}
	
	.adatlap-ar-szekcio br {
	   display:none;
	}
	
	
	.adatlap-ar-szekcio .single-szamlalo-outer {
		margin-bottom: -50px;
		background-color: #f6f6f6;
	}
	
	#adatlap-szamlalo .single-szamlalo-outer {
		background:#f6f6f6 !important;
	}

}

#meretvalaszto {
	margin-top:10px;
	width:200px;
	height:36px;
	border:1px solid #333;
	padding:5px;
}

.select-active {
	border:2px solid #ff0000 !important;
	border-radius:3px;
}

@keyframes flash {
   0%, 50%, 100% {
      opacity: 1;
   }
   25%, 75% {
      opacity: 0;
   }
}

.meret-kotelezo {
	animation-name: flash;
    animation-delay:3s;
    animation-duration:2s;
	display:block;
}

.text-picker {
    max-width: 330px;
}


.hir-aloldal .wallpaper {
	display:none;
}

/*
@media all and (max-width:576px) {

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.slider-product-to-the-cart {
    position: relative;
    left: 10px;
    bottom: 10px;
    background-color: #47ad68;
    height: 50px;
	width: calc(100% - 20px);
    color: #fff !important;
    border-radius: 25px;
    overflow: hidden;
    font-weight: 400;
	top:0px;
}


}


@media all and (max-width:370px) {

.col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.slider-product-to-the-cart {
    position: absolute;
    right: 10px;
    bottom: 20px;
    background-color: #47ad68;
    height: 50px;
    width: 90px;
    color: #fff !important;
    border-radius: 25px;
    overflow: hidden;
    font-weight: 400;
	left:inherit;
	top:inherit;
}

}*/