/*
@font-face {
	font-family: 'Comfortaa-Bold';
	src: url('fonts/Comfortaa-Bold.eot'); 
	src: url('fonts/Comfortaa-Bold.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/Comfortaa-Bold.ttf')  format('truetype'); 
}
@font-face {
	font-family: 'Comfortaa-Regular';
	src: url('fonts/Comfortaa-Regular.eot'); 
	src: url('fonts/Comfortaa-Regular.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/Comfortaa-Regular.ttf')  format('truetype'); 
}
@font-face {
	font-family: 'Dosis-Bold';
	src: url('fonts/Dosis-Bold.eot'); 
	src: url('fonts/Dosis-Bold.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/Dosis-Bold.ttf')  format('truetype'); 
}
@font-face {
	font-family: 'Dosis-Medium';
	src: url('fonts/Dosis-Medium.eot'); 
	src: url('fonts/Dosis-Medium.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/Dosis-Medium.ttf')  format('truetype'); 
}
*/

/*
font-family: 'Nunito', sans-serif;
font-family: 'Aleo', serif;
font-family: 'Taviraj', serif;
 */

:root {
  --text-color: #AAAAAA;
}
html, body {
	margin:0;
	padding:0;
	height: 100%;
	position:relative;
	background-color: #FFFFFF;
	font-family: 'Nunito', sans-serif;
	font-size: 20px; 
	line-height: 1.4em;
	text-decoration:none;
	padding:0;
	margin:0;
	z-index:1;
	/*background-image: url(images/bg-sziv-vege2.jpg);*/
	/*background-position: top center;*/
	/*background-attachment: fixed;*/
	/*background-repeat: no-repeat;*/
	/*
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	*/
}
.tesztoldal-bg100 {
	background-size: 100%;
}
.tesztoldal-bgrepeat {
	background-repeat: repeat-x;
}
h1 {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	font-size: 36px;
	padding: 0px;
	color: var(--text-color);
	margin: 0px 0px 20px 0px ;
	line-height: 1.2em;
}
h2 {
	clear:both;
	font-family: 'Nunito', sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2em;
	color: #2d2f4a;
	margin: 0px 0px 4px 0px;
}
h3 {
	clear:both;
	font-family: 'Nunito', sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.2em;
	color: #2d2f4a;
	margin: 0px 0px 10px 0px;
}
blockquote { 
	font-family: 'Aleo', serif;
	letter-spacing: 0.6px;
	margin-left: 0;
	margin-right: 0;
}
ul li { font-size: 1.3em; }
a { color: #A4A4A4; text-decoration: none; }
a:hover { text-decoration: underline; }
a[href=""], a.inactive { cursor: default; text-decoration: none; }
a img {border:none;}
.table {display: table;}
.cell {display: table-cell;}
.block {display: block;}
.hide {display: none;}
.hideempty:empty {display: none;}
.alignc { text-align: center; }
.alignr { text-align: right; }
.small, .apro { font-size: 85%; line-height: 1.2em; }
.smaller { font-size: 70%; line-height: 1.2em; }
.small .smaller { font-size: 80%; line-height: 1.2em; }
.nowrap, .nowrap-d { white-space: nowrap; }
.clearfix::after { content: ""; clear: both; display: table; }
.opacity-50 { -moz-opacity:0.50; filter:alpha(opacity=50); opacity:0.50; }
.opacity-25 { -moz-opacity:0.25; filter:alpha(opacity=25); opacity:0.25; }
.message { background-color: #8184b1; color: #FFFFFF; padding: 10px 15px; font-size: 18px; }
.message.error, .message.failure { background-color: #fbe7e6; color: #de2f2f; }
.message.success { background-color: #11B590; }
.message.proceed { background-color: #e9b863; }
.raquo { font-size: 150%; position: absolute; margin-left: 10px; }
.m0{margin:0;}
.ml0{margin-left:0;}
.mr0{margin-right:0;}
.mt0{margin-top:0;}
.mb0{margin-bottom:0;}
.mh0{margin-left:0;margin-right:0;}
.mv0{margin-top:0;margin-bottom:0;}
.mah{margin-left:auto;margin-right:auto;}
.mav{margin-top:auto;margin-bottom:auto;}
.mt4pc {margin-top: 4%}
.mb1em{margin-bottom:1em;}
.mb05em{margin-bottom:0.5em;}
.mb075em{margin-bottom:0.75em;}
.pv6em{padding-top:6em;padding-bottom:6em;}
.pagewidth {
	display: block;
	width: 92%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.pagewidth.narrower {
	max-width: 1095px;
}
@media (max-width: 1380px)
{
	.pagewidth.narrower {
		max-width: 1040px;
	}
}
input, select, textarea { padding: 7px 10px; border: 1px solid #d1d1d1; }
input[readonly], select[readonly], textarea[readonly] { border-color: #E5E5E5; }
.button { background-color: #2d2f4a; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border-style: none; padding: 11px 15px 9px 15px; color: #FFF; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; transition: all .25s; -moz-transition: all .25s; -webkit-transition: all .25s; -o-transition: all .25s; }
.button:hover { text-decoration: none; background-color: #4e517e; }
input.thin { padding: 6px 7px; }
input, button, .button { vertical-align: middle; }
input[type=checkbox], input[type=radio] { vertical-align: unset; margin-left: 0; transform: scale(1.2); }

::-webkit-input-placeholder { color: #BBB; }
:-moz-placeholder { color: #BBB; }
:-ms-input-placeholder { color: #BBB; }
:hover::-webkit-input-placeholder { color: #DDD; }
:hover:-moz-placeholder { color: #DDD; }
:hover:-ms-input-placeholder { color: #DDD; }

.checkbox { display: block; position: relative; padding-left: 0; /*margin-bottom: 12px;*/ cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.checkbox input[type=checkbox] { position: absolute; opacity: 0.1; cursor: pointer; height: 2px; /* > 0px a required funkció miatt "látszódjon"! */ width: 2px; /* > 0px a required funkció miatt "látszódjon"! */ }
.checkbox .checkmark { position: absolute; top: 4px; left: 0; height: 16px; width: 16px; background-color: transparent; border: 1px #000000 solid; /*border-radius: 5px;*/ /*-webkit-border-radius: 5px;*/ /*-moz-border-radius: 5px;*/ }
.checkbox:hover input:not([disabled]) ~ .checkmark { background-color: rgba(0, 0, 0, 0.2); transition: all  .25s; -moz-transition: all  .25s;  -webkit-transition: all  .25s;  -o-transition: all  .25s;  }
.checkbox input:checked ~ .checkmark { background-color: transparent; }
.checkbox .checkmark:after { content: ""; position: absolute; display: none; }
.checkbox input:checked ~ .checkmark:after { display: block; }
.checkbox .checkmark:after { left: 6px; top: 1px; width: 2px; height: 9px; border: solid #000000; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.radiobutton { display: block; position: relative; padding-left: 33px; margin-bottom: 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.radiobutton input[type=radio] { position: absolute; opacity: 0.1; cursor: pointer; height: 2px; /* > 0px a required funkció miatt "látszódjon"! */ width: 2px; /* > 0px a required funkció miatt "látszódjon"! */ }
.radiobutton .radiomark { position: absolute; top: 3px; left: 0; height: 16px; width: 16px; background-color: transparent; border: 1px #000000 solid; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.radiobutton:hover input:not([disabled]) ~ .radiomark { background-color: rgba(0, 0, 0, 0.2); transition: all  .25s; -moz-transition: all  .25s; -webkit-transition: all  .25s; -o-transition: all  .25s; }
.radiobutton input:checked ~ .radiomark { background-color: transparent; }
.radiobutton .radiomark:after { content: ""; position: absolute; display: none; }
.radiobutton input:checked ~ .radiomark:after { display: block; }
.radiobutton .radiomark:after { left: 3px; top: 3px; width: 0px; height: 0px; border: solid #000000; border-width: 5px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }

a.in-progress:before {
	content: url("data:image/png;base64,R0lGODlhEAAQAPYAAEKTzv///0SUzpHA4pnE5E2Z0Wmp2F6j1Ym74P///5TC42uq2Njo9MHb7k+a0YO43pC/4kqY0J3H5eny+Hqz3IS434y94EmXz0aVz4G33mWn18vh8fX4+7bV61mg1FKc0nKu2t7s9tbn88rg8GGk1Wyr2NHk8sTd79Dj8sjf8GSm1mio17vY7Hiy21Cb0avO6H613XWw23Sv2rjW7LnX7LXU65rF5Fif06DI5kOTzoa53+zz+d3r9b7Z7fv8/cLc7meo19Tm87zY7erz+UyY0F+j1Yq84Fae01Od0s7j8YC23ePu9+bw93203anN6Mfe8Nfo9K/R6WKl1m+t2eHt9qLJ5s3i8b/a7vb5/Pj6/Huz3FWd0sXd70eWz3ex27LT6rHS6luh1Ie63/D2+uTv9wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCAAAACwAAAAAEAAQAAAHaIAAgoMgIiYlg4kACxIaACEJCSiKggYMCRselwkpghGJBJEcFgsjJyoAGBmfggcNEx0flBiKDhQFlIoCCA+5lAORFb4AJIihCRbDxQAFChAXw9HSqb60iREZ1omqrIPdJCTe0SWI09GBACH5BAkIAAAALAAAAAAQABAAAAdrgACCgwc0NTeDiYozCQkvOTo9GTmDKy8aFy+NOBA7CTswgywJDTIuEjYFIY0JNYMtKTEFiRU8Pjwygy4ws4owPyCKwsMAJSTEgiQlgsbIAMrO0dKDGMTViREZ14kYGRGK38nHguHEJcvTyIEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDAggPg4iJAAMJCRUAJRIqiRGCBI0WQEEJJkWDERkYAAUKEBc4Po1GiKKJHkJDNEeKig4URLS0ICImJZAkuQAhjSi/wQyNKcGDCyMnk8u5rYrTgqDVghgZlYjcACTA1sslvtHRgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCQARAtOUoQRGRiFD0kJUYWZhUhKT1OLhR8wBaaFBzQ1NwAlkIszCQkvsbOHL7Y4q4IuEjaqq0ZQD5+GEEsJTDCMmIUhtgk1lo6QFUwJVDKLiYJNUd6/hoEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4uen4ICCA+IkIsDCQkVACWmhwSpFqAABQoQF6ALTkWFnYMrVlhWvIKTlSAiJiVVPqlGhJkhqShHV1lCW4cMqSkAR1ofiwsjJyqGgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCSMhREZGIYYGY2ElYebi56fhyWQniSKAKKfpaCLFlAPhl0gXYNGEwkhGYREUywag1wJwSkHNDU3D0kJYIMZQwk8MjPBLx9eXwuETVEyAC/BOKsuEjYFhoEAIfkECQgAAAAsAAAAABAAEAAAB2eAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4ueICImip6CIQkJKJ4kigynKaqKCyMnKqSEK05StgAGQRxPYZaENqccFgIID4KXmQBhXFkzDgOnFYLNgltaSAAEpxa7BQoQF4aBACH5BAkIAAAALAAAAAAQABAAAAdogACCg4SFggJiPUqCJSWGgkZjCUwZACQkgxGEXAmdT4UYGZqCGWQ+IjKGGIUwPzGPhAc0NTewhDOdL7Ykji+dOLuOLhI2BbaFETICx4MlQitdqoUsCQ2vhKGjglNfU0SWmILaj43M5oEAOwAAAAAAAAAAAA==");
	padding: 0px 0px 5px 0px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	margin: -4px 7px 0px 0px;
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}

.breadcumb { font-family: Dosis-Medium; font-weight: normal; font-size: 1.45em; padding: 0px; margin: 0px 0px 20px 0px ; }
.breadcumb a { text-decoration: none; color: #A4A4A4; }
.breadcumb a:hover { text-decoration: underline; }
.breadcumb .arrow { font-size: 1.46em; color: #2d2f4a; }

.title, .title a { color: #2d2f4a; transition: color .15s; -moz-transition: color .15s;  -webkit-transition: color .15s;  -o-transition: color .15s; text-decoration: none; }
.title a:hover { color: #4293ce; }
#title { margin-top: 40px; }

.item_txt .more a  { color: #2d2f4a; text-decoration: none; }
.image .more  { margin-top: 10px; margin-bottom: 35px; }
.image .more a  { font-size: 1em; /*color: #2d2f4a;*/ text-decoration: none; }

.btn_shop { background-color: #4293ce; color: #FFFFFF; }
.btn_shop:hover { background-color: #71afda; }
#ismobile { display: none; }
#header {
	position: relative;
	display: grid;
	grid-template-columns: 89px auto 280px;
	grid-column-gap: 1%;
	padding: 2% 0 0% 0;
	z-index: 10;
	background-color: #FFFFFF;
}
#header-spacer { display: none; }
#header_img img { margin-left: -12px; }
#header_newsletter {
	position: absolute;
	right: 282px;
}
#header_newsletter a {
	text-decoration: none;
	font-family: Comfortaa-Regular;
	font-size: 1.2em;
	color: #959595;
}
#header_search {
	position: absolute;
	/*float: right;*/
	right: 50px;
	top: 5px;
	width: 203px;
	max-width: 30%;
	height: 34px;
}
#header_search input {	
	width: 100%;
	outline: none;
	border: solid 1px #C2C2C2;
	height: 18px;
	padding: 15px 5px 15px 31px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #959595;
	background-image: url(images/search.png);
	background-position: 0;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
#header_right {	
	position: relative;
}

#header_search #search_img {
	position: absolute;
	left: -148px;
	z-index: 1;
}
#header_search #search_input {
	position: absolute;
	right: -12px;
	width: 240px;
}
#header_facebook {
	position: absolute;
	right: 0px;
	top: 7px;
}
#header_facebook img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


#head-recommends.content-list { text-align: center; margin-top: 3%; margin-bottom: 2%; }
#head-recommends.content-list .item { margin-bottom: 0; }
#head-recommends.content-list img { width: auto; height: auto; max-width: 100%; max-height: 220px; }


#shop_link, #facebook_box, #oldal_box, #banner_box {
	padding-bottom: 20px;
}

#footer { clear: both; margin: auto;; padding: 40px 2% 40px 2%;  background: #2d2f4a; color: white; line-height: 2.1; margin-top: 110px; font-size: 16px; }
#footer .grid { display: grid; grid-template-columns: 22.8% 10% 10% 22.8% 22.8%; grid-column-gap: 3%; }
#footer .logo { height: 62px; /*filter: invert(1) grayscale(1);*/ margin-left: -7px; margin-top: -15px; }
#footer a { color: white; text-decoration: underline; }

.text_title {
	font-family: Dosis-Medium;
	/*font-size: 3em;*/
	padding-bottom: 15px;
}

.text_simple {
	font-family: 'Nunito', sans-serif;
	/*font-size: 1.4em;*/
	padding-bottom: 15px;
}

.text_simple a {
	text-decoration: none;
	color: #959595;
	color: #2d2f4a;
}

.text_simple a:hover{
	text-decoration: underline;
}

{
	font-family: 'Nunito', sans-serif;
	/*font-size: 1.4em;*/
	padding-bottom: 15px;
}

.text_emph {
	font-family: Dosis-Bold;
	/*font-size: 1.8em;*/
	/*line-height: 0.6em;*/
	color: #2d2f4a;
	padding-bottom: 15px;
}

#map_canvas {
	margin-bottom: 15px;
}


/* *** Menu *** */

#nav {
	position: relative;
}
#tmenu {
	position: absolute;
	bottom: 2px;
	width: 100%;
}
#tmenu .first,
#tmenu .first a,
#tmenu .signedin {
	text-decoration: none;
	font-size: 19px;
	color: #949494;
	margin-right: 22px;
}
#tmenu .first {
	/*width: calc(100% - 120px);*/
	margin-right: 15%;
}
#tmenu .first a {
	display: inline-block;
}
#tmenu .first a:hover,
#tmenu .signedin:hover {
	color: #2d2f4a;
}

#nav .selected {	
	color: #2d2f4a;
	padding-bottom: 5px;
	border-bottom: 4px solid #e7bd35;
}

#nav .sub {	
	background-color:white;
	display: none;
}

#nav .sub_item:first-child {
	border: solid 1px #2d2f4a;
}

#nav .sub_item {
	border-left: solid 1px #2d2f4a;
	border-right: solid 1px #2d2f4a;
	border-bottom: solid 1px #2d2f4a;
	padding: 3px 8px;
}

#nav .sub_item a {
	text-decoration: none;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	color: #2d2f4a;
	padding-right: 0px;
}

#nav .sub_item:hover {
	background-color: #2d2f4a;
	/*transition: all  0.15s;*/
	/*-moz-transition: all  0.15s; */
	/*-webkit-transition: all  0.15s; */
	/*-o-transition: all  0.15s; */
}
#nav .sub_item:hover a {
	color: white;
}

#menu_hr hr {
	height: 4px;
	border: 0;
	border-color: #E1E1E1;
	background-color: #E1E1E1;
	margin-bottom: 15px;
}

#menu-opener {
	display: none;
}
#menu-opener i {
	display: block;
	width: 25px;
	height: 1px;
	margin: 4px 0 4px 0;
	border-top: 3px #444 solid;
}
#menu-opener div {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.discount-explanation-opener {
    display: inline-block;
    position: absolute;
    border: 1px var(--text-color) solid;
    margin-left: 0.4em;
    border-radius: 100%;
    width: 1em;
    height: 1em;
    margin-top: -0.2em;
}
.discount-explanation-opener:before {
	display: inline-block;
	font-weight: bold;
	position: absolute;
	content: "i";
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/*  */

.content-list {
	margin-top: 4%;
	margin-bottom: 4%;
	display: grid;
	grid-template-columns: 22.8% 22.8% 22.8% 22.8%;
	grid-column-gap: 3%;
}
.content-list:empty {
	display: none;
}
.content-list.columns-none {
	grid-template-columns: 100%;
}
.content-list img {
	width: 100%;
	box-sizing: border-box;
	object-fit: contain;
	object-position: left;
	object-position: 40%;
}
.content-list.products-sorting  {
	grid-template-columns: 30.6% 30.6% 30.6%;
	grid-column-gap: 4%;
}
.content-list iframe {
	height: 100%;
}
.content-list .item {
	margin-bottom: 40px;
}
.content-list .item .image {
	display: grid;
}
.myorders .title,
.content-list .item .title {
	font-size: 26px;
	width: 100%;
	font-weight: 600;
}
.content-list .item .suptitle {
	margin-top: 10px;
}
.content-list .item .price {
	color: #999999;
}
.content-list .item .lead {
	line-height: 1.2em;
}
.content-list .item.first-large { grid-area: 1 / 1 / span 2 / span 2; }
.content-list.length-2 .item .title, .content-list .item.first-large .title { font-size: 29px; }
.content-list.length-2 .item .lead, .content-list .item.first-large .lead { font-size: 22px; line-height: 1.4em; }
.content-list.length-2 .item .btn_shop, .content-list .item.first-large .btn_shop { right: 5px; }
.content-list.length-2 { grid-template-columns: 47% 47%; grid-column-gap: 6%; }
.content-list.length-2 .item:nth-child(1) { grid-area: unset; }

.content-list .item .title,
.content-list .item .buttons,
.content-list .item .lead {
	margin: 0.6em 0 0 0;
}
/*.content-list.length-2 .item .title,*/
.content-list.length-2 .item .buttons,
.content-list.length-2 .item .lead,
/*.content-list .item.first-large .title,*/
.content-list .item.first-large .buttons,
.content-list .item.first-large .lead {
	margin-top: 1em;
}
.content-list .item .buttons:empty {
	display: none;
}
.myorders .author,
.content-list .author {
	font-family: 'Aleo', serif;
	letter-spacing: 0.6px;
}
.content-list .item .not_order {
	/*color: #999999;*/
}
/*.content-list .item */
.btn_shop {
	padding: 0px 10px;
	/*width: 86px;*/
	min-width: 86px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-align: center;
	transition: background-color .15s;
	-moz-transition: background-color .15s; 
	-webkit-transition: background-color .15s; 
	-o-transition: background-color .15s; 
}
/*.content-list .item */
.btn_shop a {
	text-decoration: none;
	color: white;
	font-family: 'Nunito', sans-serif;
}
.content-list .item .buttons {
	position: relative;
}
.content-list .item .buttons > * {
	display: inline-block;
	vertical-align: middle;
}
.content-list .item .buttons .btn_shop {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	vertical-align: text-bottom;
}
.content-list .item .buttons.not_price .btn_shop {
	margin-left: 0;
}
a.in-progress:before, .in-cart .addtocart:before {
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmlJREFUeNp0U0toE0EYnpmdTTbNpq0o1lghWiptTQSpeBNyqOBBCoo24EGKHhWsNNhCsCyUIo0P0oMIRexZsCeLEvBWUBD0oLapShQP0qemzWOT7GZ3x3+TXbNp7cAwj////sc33+BsxUAYIcRgmutuw7arBkMAQRgOHEw68G6z5lGN4gzFal7MMsNW0RnaL5BT0U5v3MNh16Mfxbu45/WGI8C2tI47vbb6n/a2zJ/ey3eah/k/apryxOGN2U6kVURZY9xYlzhtg82hGahInAD2r9/GUvIVhs77hdjVgKffvsuohvowLY8SJxhbwZxklnSEgs20X+oWJSeh0lJBWsppSaozBk6sSlITATCuk6jB1svhjnjIN93CY84O8ORncfblmjIp8hhRYPPIhYPCFc1glblV5THEy1KzbwCXdeYaD4ozQR/12+A3GfXrVFq+3sTVKqUTPeKLs23ukGnsbeX7xlKFS4iwrSKkHwx47l1sF8I2eKVsyLHFwjVQzgaPa+2SE618yHYYaBf6JoLirKwx78k9fGT0qHfItgGPKJbKD/8q6W/dpM4Gp0WiKLzPFeYJrsY85qMdh71cOHLIc9kvEJ/tmkjLM8+Xy5KPNuoVB5Lr6NwB963E8eaEi/xfxsk15f3NT/kzkDlLcKO+CbCLXq0qU9GF3Ihq7AR/l/WM9KUwCJzVwQ69EZNts6y5FeX+8Ofc7bJRF1ERnndkIX/jt2KkTMWavszCV/cwqWG9ukgJgmd8AHh2p1sch3b4yW9y/MNW5ZmZgLFt2S2t4I/ZSsMnMitoc5MuSjBdLumLbg7v/rdh/BVgAEpW+dyd6zR0AAAAAElFTkSuQmCC");
	padding: 0px 0px 5px 0px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	margin: -5px 7px 0px 0px;
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}
a.in-progress:before {
	content: url("data:image/png;base64,R0lGODlhEAAQAPYAAEKTzv///0SUzpHA4pnE5E2Z0Wmp2F6j1Ym74P///5TC42uq2Njo9MHb7k+a0YO43pC/4kqY0J3H5eny+Hqz3IS434y94EmXz0aVz4G33mWn18vh8fX4+7bV61mg1FKc0nKu2t7s9tbn88rg8GGk1Wyr2NHk8sTd79Dj8sjf8GSm1mio17vY7Hiy21Cb0avO6H613XWw23Sv2rjW7LnX7LXU65rF5Fif06DI5kOTzoa53+zz+d3r9b7Z7fv8/cLc7meo19Tm87zY7erz+UyY0F+j1Yq84Fae01Od0s7j8YC23ePu9+bw93203anN6Mfe8Nfo9K/R6WKl1m+t2eHt9qLJ5s3i8b/a7vb5/Pj6/Huz3FWd0sXd70eWz3ex27LT6rHS6luh1Ie63/D2+uTv9wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCAAAACwAAAAAEAAQAAAHaIAAgoMgIiYlg4kACxIaACEJCSiKggYMCRselwkpghGJBJEcFgsjJyoAGBmfggcNEx0flBiKDhQFlIoCCA+5lAORFb4AJIihCRbDxQAFChAXw9HSqb60iREZ1omqrIPdJCTe0SWI09GBACH5BAkIAAAALAAAAAAQABAAAAdrgACCgwc0NTeDiYozCQkvOTo9GTmDKy8aFy+NOBA7CTswgywJDTIuEjYFIY0JNYMtKTEFiRU8Pjwygy4ws4owPyCKwsMAJSTEgiQlgsbIAMrO0dKDGMTViREZ14kYGRGK38nHguHEJcvTyIEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDAggPg4iJAAMJCRUAJRIqiRGCBI0WQEEJJkWDERkYAAUKEBc4Po1GiKKJHkJDNEeKig4URLS0ICImJZAkuQAhjSi/wQyNKcGDCyMnk8u5rYrTgqDVghgZlYjcACTA1sslvtHRgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCQARAtOUoQRGRiFD0kJUYWZhUhKT1OLhR8wBaaFBzQ1NwAlkIszCQkvsbOHL7Y4q4IuEjaqq0ZQD5+GEEsJTDCMmIUhtgk1lo6QFUwJVDKLiYJNUd6/hoEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4uen4ICCA+IkIsDCQkVACWmhwSpFqAABQoQF6ALTkWFnYMrVlhWvIKTlSAiJiVVPqlGhJkhqShHV1lCW4cMqSkAR1ofiwsjJyqGgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCSMhREZGIYYGY2ElYebi56fhyWQniSKAKKfpaCLFlAPhl0gXYNGEwkhGYREUywag1wJwSkHNDU3D0kJYIMZQwk8MjPBLx9eXwuETVEyAC/BOKsuEjYFhoEAIfkECQgAAAAsAAAAABAAEAAAB2eAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4ueICImip6CIQkJKJ4kigynKaqKCyMnKqSEK05StgAGQRxPYZaENqccFgIID4KXmQBhXFkzDgOnFYLNgltaSAAEpxa7BQoQF4aBACH5BAkIAAAALAAAAAAQABAAAAdogACCg4SFggJiPUqCJSWGgkZjCUwZACQkgxGEXAmdT4UYGZqCGWQ+IjKGGIUwPzGPhAc0NTewhDOdL7Ykji+dOLuOLhI2BbaFETICx4MlQitdqoUsCQ2vhKGjglNfU0SWmILaj43M5oEAOwAAAAAAAAAAAA==")!important;
	margin: -4px 7px 0px 0px;
}

.content-list .discount {
	font-size: 80%;
	margin-top: -4px;
}
.content-list .not-discounted-price {
	text-decoration:line-through;
}

.content-list.product-recommends {
	margin-top: 150px;
}

/* *** Topbox *** */

#recommender {
	position: relative;
	clear: both;
	margin-top: 2.5%;
}

#recommender hr {
	margin-top: 38px;
	margin-bottom: 15px;
	height: 1px;
	border: 0;
	border-color: #E1E1E1;
	background-color: #E1E1E1;
}

/* item */

.opened-content {
	margin-top: 4%;
	margin-bottom: 4%;
	position: relative;
	clear: both;
	overflow: hidden;
	/*margin-bottom: 1.4em;*/
	/*max-width: 1095px;*/
}
.opened-content .image, .opened-content .item_txt {
	display: inline-block;
	vertical-align: top;
}
.opened-content .image {
	width: 28%;
	margin-right: 6%;
	text-align: center;
}
.opened-content .image img {
	width: 100%;
	max-width: 100%;
	max-height: 300px;
	object-fit: contain;
	box-sizing: border-box;
}
.opened-content .item_txt {
	width: 62%;
}
.opened-content .item_details_btn {
	position:absolute;
	bottom: 0;
	left: 37%;
}
.opened-content .item_hr hr {
	height: 2px;
	border: 0;
	border-color: #E1E1E1;
	background-color: #E1E1E1;
	margin-bottom: 12px;
}
.opened-content .title {	
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	color: #2d2f4a;
	margin: 0px 0px 15px 0px;
	/*letter-spacing: 0.5pt;*/
	font-size: 27px;
}
.opened-content .title a {	
	text-decoration: none;
	color: #2d2f4a;
}
.opened-content .suptitle,
.opened-content .subtitle {	
	font-size: 85%;
}
.opened-content .author {
	font-family: 'Aleo', serif;
	letter-spacing: 0.6px;
	font-size: 20px;
}
.opened-content .lead {	
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 22px;
}
.opened-content .btn_shop {
	padding: 1px 12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
/*.opened-content */
.btn_shop a {
	letter-spacing: 0.5pt; 
}
.opened-content .btn_details, .btn {
	background-color: #2d2f4a;
	padding: 1px 12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-style:none;
}
.opened-content .btn_details a, .btn {
	text-decoration: none;
	color: white;
	font-family: Dosis-Bold;
}
.opened-content .price {
	
}
.opened-content .description {
	/*margin-top: 60px;*/
}
.opened-content .not-discounted-price {
	display: inline-block;
	vertical-align: middle;
	text-decoration:line-through;
}
.opened-content .discount_percent {
	display: inline-block;
	vertical-align: middle;
}
.opened-content .discounted-price {
	display: inline-block;
	margin-left: 15px;
}
.opened-content .data {
	/*padding-top: 60px;*/
	font-size: 90%;
	line-height: 1.4;
	color: #808080;
}
.opened-content .more-details {
	display: none;
	margin-left: 34%;
	width: 62%;
}
.opened-content .more-details-opener {
	position: relative;
	cursor: pointer;
	color: #4293ce;
	text-align: center;
	font-size: 125%;
	padding: 30px;
	margin-bottom: 4%;
}
.opened-content .more-details-opener span {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 60px;
	margin-left: -30px;
	font-size: 70px;
	font-weight: normal;
	letter-spacing: -5px;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	/*transition: all .25s;
	-moz-transition: all .25s; 
	-webkit-transition: all .25s; 
	-o-transition: all .25s; */
}
.opened-content .more-details-opener:hover { color: #4AA5E7; }
.opened-content .more-details-opener:hover span { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; }
.opened-content .more-details-opener.closer span {
	top: 65px;
	margin-left: -38px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.opened-content .mmSlider1-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 20;
}
.opened-content .mmSlider1-wrap {
	width: 100vw;
	height: 100vh;
}
.opened-content .mmSlider1 .items {
	width: calc(100vw - 125px);
	height: calc(100vh - 92px);
	margin: 15px auto auto auto;
}
.opened-content .mmSlider1 .item.prev,
.opened-content .mmSlider1 .item.next { 
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transform: scale(1);  
	-ms-transform: scale(1);  
	transform: scale(1);
}
.mmSlider1 .item.next2,
.mmSlider1 .item.prew2 { 
	-webkit-transform: scale(1);  
	-ms-transform: scale(1);  
	transform: scale(1);
}
.opened-content .mmSlider1 .item.prev { 
	margin-left: -100px;
}
.opened-content .mmSlider1 .item.next { 
	margin-left: 100px;
}
.opened-content .mmSlider1 .item.akt { 
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
}
.opened-content .mmSlider1 .points {
	padding: 20px;
	background-color: #FFF;
	position: fixed;
	bottom: 0;
	width: 100vW;
	box-sizing: border-box;
}
.opened-content .mmSlider1 .point.next,
.opened-content .mmSlider1 .point.prev {
	vertical-align: -2px;
}

.products-sorting  {
	position: relative;
	}
	.content-list.products-sorting h2,
	.content-list.products-sorting .lead {
		margin-bottom: 10px;
	}
	.products-sorting .title div {
		font-size: 75%;
		font-weight: normal;
		line-height: 1.3em;
		margin-top: 8px;
		color: #999999;
	}
	.products-sorting .item {
		width: 100%;
		/*padding-right: 3%;*/
		position: relative;
		/*padding-bottom: 100px;*/
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}
	.products-sorting .item.in-cart {
		/*-moz-opacity:.25;
		filter:alpha(opacity=25);
		opacity:.25;*/
	}
	.content-list.products-sorting .btn_shop {
		font-size: 90%;
	}
	.content-list.products-sorting .bottom {
		position: absolute;
		bottom: 10px;
	}
	.content-list.products-sorting .more {
		display: inline-block;
		margin: 20px 20px 0 0;
	}
	.products-sorting .popup-message {
		padding: 27px;
		max-width: 255px;
		color: #FFF;
		line-height: 1.3em;
		background: #4193ce;
		/*border: 6px #4193ce solid;*/
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		position: fixed;
		right: 3%;
		top: 105px;
		-webkit-animation: slidein 1.4s; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: slidein 1.4s; /* Firefox < 16 */
		-ms-animation: slidein 1.4s; /* Internet Explorer */
		-o-animation: slidein 1.4s; /* Opera < 12.1 */
		animation: slidein 1.4s;
		box-shadow: -1px 5px 25px rgba(0,0,0,0.3);
		-moz-box-shadow: -1px 5px 25px rgba(0,0,0,0.3);
		-webkit-box-shadow: -1px 5px 25px rgba(0,0,0,0.3);
	}
	.products-sorting .popup-message .close {
		position: absolute;
		color: #FFF;
		right: 6px;
		top: 2px;
		padding: 5px;
		font-weight: bold;
		text-decoration: none;
	}
	.products-sorting .popup-message img {
		width: 100%;
		/*max-width: 225px;*/
		margin-top: 10px;
	}

@keyframes slidein {         from { opacity: -5; right: -50%; } to { opacity: 1; right: 2%; }}
@-moz-keyframes slidein {    from { opacity: -5; right: -50%; } to { opacity: 1; right: 2%; }}
@-webkit-keyframes slidein { from { opacity: -5; right: -50%; } to { opacity: 1; right: 2%; }}
@-ms-keyframes slidein {     from { opacity: -5; right: -50%; } to { opacity: 1; right: 2%; }}
@-o-keyframes slidein {      from { opacity: -5; right: -50%; } to { opacity: 1; right: 2%; }}


/* newsletter */

.box_newsletter {
	
}
#newsletter {
	position: relative;
	/*background: url("images/newsletter-2.png") no-repeat scroll 0 0 #c3221e;*/
	background: #2d2f4a;
	width: 300px;
	height: 195px;
	margin-bottom: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	min-height: 600px;
}
#newsletter .title {
	margin: 15px 0;
}
#newsletter #error {
	display: none;
	z-index: 5;
	
	bottom: 65px;
	left: 10px;
	width: 260px;
	position: absolute;
	
	font-family: 'Nunito', sans-serif;		
	/*font-size: 12px;*/
	font-weight: bold;
	color: #F3868F;
	
	background-color: white;
	opacity: 0.9;
	padding: 10px;
	border-radius: 6px;
}
#newsletter #response {
	display: none;
	z-index: 5;
	
	bottom: 65px;
	left: 10px;
	width: 260px;
	position: absolute;
	
	/*font-family: 'Nunito', sans-serif;		*/
	/*font-size: 12px;*/
	font-weight: bold;
	color: #A4A4A4;
	
	background-color: white;
	opacity: 0.9;
	padding: 10px;
	border-radius: 6px;
}
#newsletter .accept {		
	margin-bottom: 10px;
	margin-left: 34px;
	color: #FFF;
	text-indent: -18px;
	z-index: 5;
}
#newsletter #checkin {		
	bottom: 14px;
	left: 14px;
	position: absolute;
}
#newsletter .checkin_text {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 0;
	float:left; 
	
	width: 218px;
	height: 24px;
	
	outline: none;		
	border: none;
	
	background-color: white;
	border-left: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;		
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;		
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
		
	color: #888888;
	font-family: 'Nunito', sans-serif;
}
#newsletter .checkin_btn {
	float:left; 
	margin-left: 0px;
	margin-top: -1px;			
	
	width: 47px;
	height: 32px;
	
	outline: none;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 0;
	
	background: url("images/newsletter_btn.png") no-repeat scroll 0 0 transparent;
	
	color: transparent;
	
}

/* articles */

.articles .item .writer, .articles .item .date {
	float: left;
	margin-bottom: 5px;
}

.articles .item .text p {
	font-family: 'Nunito', sans-serif !important;
	color: #A4A4A4 !important;
}

.articles .item .text a, .competition_form a {
	color: #2d2f4a;
}

.item .facebook {
	margin-top: 30px;
}

/*  */
.myorders-items {
	display: grid;
	grid-column-gap: 0.5em;
	margin-top: 2em;
}
.myorders-items .item {
	display: grid;
	grid-gap: 5%;
	align-items: center;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
	align-items: start;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 1.75%;
	margin-bottom: 1.75%;
}
.myorders-items .item img {
	display: inline-block;
	width: 75px;
	max-width: 75px;
	max-height: 75px;
	object-fit: contain;
	margin-right: 0.5em;
	vertical-align: middle;
}
.myorders-items .item p {
	margin-top: 0.8em;
}
.myorders-items .item .title {
	font-size: 23px;
}
.myorders-items .item .author {
	font-size: 17px;
}
.myorders-items .item .image-title {
	display: grid;
	grid-auto-flow: column;
    align-items: center;
    justify-content: start;
	grid-gap: 2%;
}
.myorders-items .item .download-links {
	display: grid;
	grid-auto-flow: row;
}
@media (max-width: 900px)
{
	.myorders-items .item.head { display: none; }
	.myorders-items .item { grid-template-columns: 2fr 1fr; padding-bottom: 4%; margin-bottom: 4%; }
	.myorders-items .item .date { display: none; }
}
@media (max-width: 600px)
{
	.myorders-items .item { grid-template-columns: 1fr; padding: 1em 0; }
	.myorders-items .item .download-links { grid-auto-flow: column;}
	.myorders-items .item.is-download { grid-gap: 1em; }
}

/*  */
#minicart_opener { width: 280px; height: 50px; padding: 4px; box-sizing: border-box; background-color: #f0efec; position: absolute; right: 0px; top: 45px; z-index: 10; border-radius: 6px; border-radius: 6px; color: #fca208; }
#minicart_opener img { width: 32px; margin: 11px 12px; }
#minicart_opener .label { position: absolute; font-size: 15px; font-weight: 600; line-height: 1.2em; top: 17px; left: 65px; }
#minicart_opener .arrow-down { width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 12px solid #394553; position: absolute; right: 10px; top: 20px; }
#minicart_opener .cart_summ { display: block; position: absolute; top: 6px; left: 25px; font-size: 10px; width: 20px; text-align: center; padding: 7px 0 0 0; width: 19px; height: 19px; line-height: 1px; border: 0.5px solid #fca208; box-sizing: border-box; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; }
#minicart_opener .cartcount-num { color: #fca208; }
#minicart_opener.inactive .arrow-down, #minicart_opener.inactive .label { display: none; }

#minicart {	 display: none; width: 280px; padding: 8px; box-sizing: border-box; background-color: #2d2f4a; position: absolute; right: 0px; top: 90px; z-index: 15; border-radius: 6px; border-radius: 6px; line-height: 1.3em; }
#minicart input { padding: 1px 6px; }
#minicart, #minicart > div  { color: white; font-size: 16px; }
#minicart > div > hr { margin: 10px -9px; border-color: white; border: 0; height: 1px; background-color: white; }
#minicart .cartitem img { width: 65px; height: 87px; float: left; margin-right: 10px; object-fit: cover; }
#minicart .cassa { margin: 0.5em 0px; display: grid; grid-template-columns: 1fr 0.55fr; align-items: center; }
#minicart .cassa div { padding-left: 5px; color: white; font-size: 16px; }
#minicart .cassa .btn_cart, #minicart .cassa .btn_cassa, #minicart .cassa .btn_del { background-color: white; color: #2d2f4a; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border-style: none; font-weight: bold; height: 21px; /*width: 60px;*/ text-align: center; }
#minicart .cassa .btn_cassa { background-color: #810064; background-color: #57ab40; margin-top: -1px; color: white; cursor: pointer; height: 23px; }
#minicart .cassa .btn_del { color: #2d2f4a; background-color: white; }
#minicart .cassa .sum { color: #FFFFFF; font-weight: bold; }
#minicart .ordernum { color: #8B8B8B; width: 20px; text-align: center; border: 0; }
#minicart .btn_addremove { color: #8B8B8B; width: 17px; height: 17px; text-align: center; padding: 0px; border-style: none; background-color: white; cursor: pointer; }
#minicart .btn_addremove[readonly] { opacity: 0.7; cursor: default; }

.top_arrow {
	text-decoration: none;
	color: #2d2f4a;
	float: right;
	font-size: 30px;
	font-family: Comfortaa;
}

.pager .item, .pager .nav { padding: 5px 10px; background: #92cf81; color: white; text-decoration: none; }
.pager .nav { padding: 4px 10px 5px 10px; }
.pager .nav:hover, .pager .item:hover, .pager .item.akt { background-color: #2d2f4a; }

.tags { font-size: 15px; }
.tags a { color: #2d2f4a; text-decoration: none; }
.tags a:hover { color: #2d2f4a; text-decoration: underline; }
.content.list.tags a { display: inline-block; padding: 3px 10px; }

#aside-btn { position: fixed; top: 120px; left: 0px; width: 50px; }
.aside-btn  { display: block; width: 55px; height: 50px; padding: 0 15px 0 0; margin-bottom: 1px; text-align: right; line-height: 50px; font-size: 22px; background-color: #BBB; color: #FFF!important; position: relative; left: -18px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 250ms; -webkit-transition: all 250ms; -moz-transition: all 250ms; background-image: url(images/main_sprite.png); }
.aside-btn:hover { left: 0px; text-decoration: none; }

.aside-btn.fb {background-color: #3b5998; background-position: 10px -80px; }
.aside-btn.in {background-color: #cb2027; background-position: -40px -80px; }
.aside-btn.ln {background-color: #0077b5; background-position: -100px -80px; }
.aside-btn.pi {background-color: #c82d95; background-position: -140px -80px; }
.aside-btn.gp {background-color: #db4437; background-position: 10px -130px; }
.aside-btn.tw {background-color: #1da1f2; background-position: -40px -130px; }
.aside-btn.rs {background-color: #e2c357; background-position: -90px -130px; }
.aside-btn.yt {background-color: #e62117; background-position: -140px -130px; }
.aside-btn.fb:hover {background-position-x: 5px; }
.aside-btn.in:hover {background-position-x: -45px; }
.aside-btn.ln:hover {background-position-x: -105px; }
.aside-btn.pi:hover {background-position-x: -145px; }
.aside-btn.gp:hover {background-position-x: 5px; }
.aside-btn.tw:hover {background-position-x: -45px; }
.aside-btn.rs:hover {background-position-x: -95px; }
.aside-btn.yt:hover {background-position-x: -145px; }

@media (max-width: 1090px){
	#aside-btn {
		display: none;
	}
}

/* popup ajánló layer */
#popupajanlo {
		display: none;
		position: fixed;
		top: 5px;
		left: 0px;
		width: 385px;
		width: 340px;
		background-color: #FFF;
		border: 2px #2d2f4a solid;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		box-shadow: -2px 3px 8px rgba(0,0,0,0.3);
		-moz-box-shadow: -2px 3px 8px rgba(0,0,0,0.3);
		-webkit-box-shadow: -2px 3px 8px rgba(0,0,0,0.3);
		z-index: 10;
	}
	#popupajanlo table {
		width: 100%;
	}
	#popupajanlo .img {
		margin: 5px 10px 5px 5px;
		width: 160px;
		width: 125px;
		max-height: 110px;
		object-fit: cover;
	}
	#popupajanlo .head {
		background-color: #2d2f4a;
		padding: 4px 8px 3px 8px;
		color: #FFFFFF;
		font-size: 15px;
		font-weight: bold;
	}
	#popupajanlo .title {
		padding-right: 5px;
		padding: 20px;
		font-size: 120%;
	}
	#popupajanlo .title a {
		color: #4495D1;
		font-size: 18px;
		line-height: 20px;
	}
	#popupajanlo a.close {
		color: #FFFFFF;
		/*background-color: #ebcbd2;*/
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		display: inline-block;
		float: right;
		width: 10px;
		width: 15px;
		padding: 2px 2px 0px 2px;
		margin-top: -2px;
		margin-right: -7px;
		text-align: center;
	}
	#popupajanlo .text {
		display: block;
		margin: 10px 0px;
		color: #666;
	}

#bottom-popup { display: none; position: fixed; z-index: 100; bottom: 0px; left: 50%; margin-left: -508px; width: 1015px; max-width: 100%; -webkit-box-shadow: -3px 0px 25px -5px rgba(0,0,0,0.3); -moz-box-shadow: -3px 0px 25px -5px rgba(0,0,0,0.3); box-shadow: -3px 0px 25px -5px rgba(0,0,0,0.3); background-color: #FFF; }
#bottom-popup:not(.closed) { display: block; }
#bottom-popup img { width: 100%; /*height: 250px;*/ }
#bottom-popup a { display: grid; /*fix bottom position;*/ }
#bottom-popup .close { position: absolute; z-index: 10; font-weight: bold; top: 0; right: 0; padding: 7px 13px; cursor: pointer; color: #4293ce; background-color: rgba(255, 255, 255, 0.5); }
#bottom-popup .close:hover { color: #f4868f; }
@media (max-width: 1050px) {
	#bottom-popup { width: 100%; left: 0; margin: 0; }
	#bottom-popup img { height: auto; }
}
#bottom-popup .content-list,
#bottom-popup .content-list .item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
#bottom-popup .content-list .item img {
	width: 100%;
	height: auto;
	max-width: unset;
	max-height: unset;
}

.auth table td {
	padding-bottom: 0.5em;
}
.auth.profile,
.auth.password,
.auth.registration,
.auth.reactivation,
.auth.status,
.auth.login {
	width: 300px;
	width: 370px;
	max-width: 100%;
	margin: auto;
	margin-top: 4%;
	position: relative;
}
.auth.activation {
	min-height: 5em;
	margin: 5em auto;
}
.auth input[type=text], .auth input[type=password], .auth input[type=email], .auth input[type=tel], .auth input[type=submit] {
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
}
.auth.profile table,
.auth.password table,
.auth.registration table,
.auth.reactivation table,
.auth.status table,
.auth.login table {
	width: 100%;
	box-sizing: border-box;
}
.auth form {
	max-width: 400px;
	margin: 20px auto;
}
.auth .failure.hidden,
.auth .success.hidden {
	display: none;
}
.auth .progress {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.2s, opacity 0.2s linear;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}
.auth.in-progress .progress {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s linear;
}
.auth.in-progress .progress:before {
	content: " ";
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	--size: 30px;
	width: var(--size);
	height: var(--size);
	line-height: var(--size);
	margin-top: calc(var(--size) / -2);
	margin-left: calc(var(--size) / -2);
	border-radius: 50%;
	border: 4px solid #999;
	border-color: #999 transparent #999 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.signedin { text-align: right; cursor: default; }
.signedin > div { display: inline-block; }
.signedin img { height: 23px; margin-bottom: -3px; margin-right: 3px; -moz-opacity: 0.50; filter: alpha(opacity=50); opacity: 0.50; transition: 0.2s }
.signedin .inner { position: absolute; z-index: 20; display: block; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.2s linear, 
	padding 0.2s linear; width: 125px; padding: 0 10px 0 15px; box-sizing: border-box;
	font-size: 80%; 
}
.signedin .inner a { display: block; text-align: left; }
.signedin .inner a:hover { text-decoration: underline; }
.signedin:hover .inner { visibility: visible; opacity: 1; padding: 10px 10px 10px 15px; }
.signedin:hover img { -moz-opacity: 1; filter: alpha(opacity=100); opacity: 1;  }

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 17px rgba(0,0,0,0.2);
	box-shadow: 0 0 17px rgba(0,0,0,0.2);
}
.ui-widget-overlay {
	background: #000000;
	opacity: 0.3;
	filter: Alpha(Opacity=.3);
}

.ui-tooltip-content .smaller {
	line-height: 1.6em;
	line-height: 1.4em;
}
.ui-tooltip-content .smaller p {
	margin: 0.5em 0;
}

@media (max-width: 1100px)
{
	.content-list {
		grid-template-columns: 31.3% 31.3% 31.3%;
	}
}

@media (min-width: 600px){
	.content-list .embed.video,
	.content-list img {
		height: 170px;
		box-sizing: border-box;
	}
	.content-list.products-sorting .embed.video,
	.content-list.products-sorting img {
		height: 210px;
		box-sizing: border-box;
	}
	.content-list.length-2 .item img, .content-list .item.first-large img, .content-list.length-2 .item .embed.video, .content-list .item.first-large .embed.video { 
		height: 318px;
		height: 350px;
		object-position: left;
		box-sizing: border-box;
	}
}

body.tesztoldal .content-list.length-2 .item .embed.video iframe,
body.tesztoldal .content-list .item.first-large .embed.video iframe { 
	width: 40%!important;
	height: 40%!important;
	transform: scale(2.5);
	transform-origin: top left;
}
@media (max-width: 600px)
{
	body.tesztoldal .content-list.length-2 .item .embed.video iframe,
	body.tesztoldal .content-list .item.first-large .embed.video iframe { 
		transform-origin: center left;
	}
}

@media (min-width: 800px){
	.monly { display: none; }
	#tmenu { display: grid; grid-template-columns: auto max-content; align-items: end; }
	.signedin { position: relative; }
	.signedin .inner {
		width: 155%; min-width: 145px; background-color: #2d2f4a; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; 
		box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.7); -moz-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.7); -webkit-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.7); 
	}
	.signedin .inner a { color: #FFF; }
}

@media (max-width: 900px){
	#header_img, #mhcart { vertical-align: middle; }
	#mhcart {
		/* background-image: url(images/cart-darkblue.png); background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; */
		width: 50px; height: 50px; padding-left: 12px; padding-top: 6px; box-sizing: border-box; position: absolute; right: 100px; top: 20px; text-align: center; font-size: 18px; }
	#mhcart * { color: #fca208; }
	#mhcart img { position: absolute; top: 11px; left: 16px; width: 32px; }
	#mhcart .cartcount-num { display: block; position: absolute; top: 1px; left: 25px; font-size: 10px; width: 20px; text-align: center; padding: 7px 0 0 0; width: 19px; height: 19px; line-height: 1px; border: 0.5px solid #fca208; box-sizing: border-box; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; }
	#nav { margin-top: 95px; margin-left: 0; }
	#topbox1 .images img { height: auto; }
	.opened-content .image { margin-bottom: 3%; }
	.opened-content .image .more, .opened-content .item_txt .more { float: none!important; max-width: 200px; margin-left: auto; margin-right: auto; margin-bottom: 0; }
	.opened-content .price { margin-top: 15px; }
	/*#minicart_opener { max-width: 55%; }*/
	.products-sorting .item { width: 100%; padding-right: 0%; }
	.products-sorting .popup-message { top: 145px; }
	/*#minicart_opener { top: 37px; }*/
	.imagelist01,
	.imagelist01 tbody,
	.imagelist01 tr,
	.imagelist01 td,
	.imagelist01 { display: block; width: 100%!important; }
	.imagelist01 { max-width: 80%!important; margin: auto; }
	.imagelist01 > tbody > tr > td:nth-child(1) { padding-bottom: 40px; }
	.imagelist01 img { margin-left: auto!important; margin-right: auto!important; }
	.content-list { grid-template-columns: 48.5% 48.5%; }
	.nowrap-d { white-space: normal; }

	.opened-content .mmSlider1 .items {
		width: calc(100vw - 0px);
	}

	#footer .grid { grid-template-columns: 100%; grid-template-rows: auto; grid-column-gap: 3%; }
}
@media (max-width: 850px){
	.content-list.products-sorting  {
		grid-template-columns: 48% 48%;
		grid-column-gap: 4%;
	}
}
@media (max-width: 800px){
	.donly { display: none; }
	#ismobile { display: block; position: absolute; width: 1px; height: 1px; }
	.pagewidth { margin-left: 4%; /*fix header miatt*/ }
	#menu-opener { display: block; position: absolute; right: 4%; top: 25px; z-index: 10; }
	#menu-opener i { width: 30px; margin: 7px 0 7px 0; }
	#header {
		position: fixed;
		display: block; 
		width: 100%;
		margin: 0;
		padding: 3% 4%;
		box-sizing: border-box;
	}
	#header.shadow {
		box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
	}
	#header-spacer { display: block; height: 90px; }
	#header_img img { max-height: 65px; margin-left: -2px; }
	#nav { display: none; margin: 0 10px; }
	#header_right { display: none; padding-bottom: 25px; margin: 0 10px; }
	#tmenu { margin: 5% auto; }
	#tmenu .first a { display: block; margin: 2% 0; }
	#tmenu, #header_facebook, #minicart_opener { position: relative; }
	#header_search, #header_search #search_img, #header_search #search_input, #minicart_opener, #minicart { position: relative; left: unset; right: unset; top: unset; width: auto; max-width: unset; height: auto; }
	#header_search #search_img, #header_search #search_input { display: inline-block; vertical-align: top; }
	#header_search #search_input { width: 100%; }
	#tmenu .signedin { 
		background-color: #EEE; padding: 10px 10px 10px 15px; box-sizing: border-box; position: relative; 
		width: 100%; right: unset; text-align: left; 
		display: grid; grid-auto-flow: column; grid-column-gap: 5%; justify-content: start; }
	#tmenu .signedin .name { display: none; }
	#tmenu .signedin .inner { visibility: visible; opacity: 1; position: relative; display: inline; width: auto; right: unset; text-align: left; }
	#tmenu .signedin .inner a { display: block; }
	#tmenu .signedin .inner a:last-child { margin-right: 0; }
	#tmenu .first, #tmenu .first a, #tmenu .signedin { margin-right: 0; }
	.content-list .item { margin-bottom: 60px; }
	.opened-content .description table, .opened-content .description tbody, .opened-content .description tr, .opened-content .description td { display: block; width: 100%!important; float: unset; }
	.opened-content .description img { max-width: 100%; height: auto!important; float: unset; }
	.opened-content .more-details { margin-left: auto; width: 100%; }
	.shop-steps { display: grid; grid-template-columns: auto auto auto; max-width: unset; margin: 4% 0 5% 0; }
	.shop-steps span b { margin-left: 10px; }
	.shop-cart .cart-products td:nth-child(2), .shop-cart .cart-products td:nth-child(3), .shop-cart .cart-products td:nth-child(4) { display: inline-block; width: 30%; vertical-align: middle; }
	.shop-cart .cart-products td[colspan="2"]:nth-child(2) { width: 60%; } /* pl: már megvásárolt ebook üzenet */
	.shop-cart .cart-products td:nth-child(3) { width: 30%; }
	.shop-cart .cart-products td:nth-child(4) { text-align: right; padding-right: 0; width: 33%; }
	/*.auth .login-title { display: none; }*/
	.auth form { margin: 0 auto; }
	#footer > div { grid-template-columns: 100%; grid-gap: 5%; line-height: 1.5em; }
	#footer .logo { display: none; }
}
@media (max-width: 600px){
	.content-list { display: block; }
	.content-list.products-sorting img,
	.content-list img { object-position: 50%; height: auto; max-width: 400px; max-height: 400px; margin-left: auto; margin-right: auto; }
	.opened-content .image, .opened-content .item_txt { display: block; width: 100%; margin-bottom: 6%; }
	.opened-content .image { overflow: auto; }
	.opened-content .image img { max-height: 400px; }
	.content-list .item .title { font-size: 28px; }
	.content-list.product-recommends { margin-top: 100px; padding-top: 100px; border-top: 1px solid #DDDDDD; }
	.content-list.product-recommends:before { content: "Kapcsolódó könyveink:"; position: absolute; text-align: center; width: 100%; top: 10px; }
	.content-list iframe { min-height: 200px; }
}
@media (max-width: 480px){
	.smallhide {display: none;}
	.content-list img { height: auto; }
	.opened-content .item_txt { width: 100%; }
	.opened-content .item_details_btn { left:0; }

}
@media (max-width: 320px){
	#tmenu > * { margin-right: 15px;	}

}
@media print
{
	#left, #right, #foot, #top, #top_ad, #head {
		display: none;
	}
	#content, #main {
		width: 100%;
	}
}

pre.pp { background-color: #DDD; font-size: 14px; line-height: 18px; }
