/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,latin-ext); */

/*
Helvetica Neue LT Pro
Bold Condensed
Bold Condensed Oblique
Bold Italic
Light
Light Condensed
Light Italic
Medium
Medium Condensed

*/

@font-face {
	font-family: 'Helvetica Neue LT Pro';
	src: url("../font/HelveticaNeueLTPro-Md.otf") format("opentype");
	font-stretch: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Helvetica Neue LT Pro';
	font-weight: bold;
	src: url("../font/HelveticaNeueLTPro-Bd.otf") format("opentype");
	font-stretch: normal;
}


@font-face {
	font-family: 'Helvetica Neue LT Pro Con';
	src: url("../font/HelveticaNeueLTPro-MdCn.otf") format("opentype");
	font-stretch: condensed;
	font-weight: normal;
}


@font-face {
	font-family: 'Helvetica Neue LT Pro Con';
	font-weight: bold;
	src: url("../font/HelveticaNeueLTPro-BdCn.otf") format("opentype");
	font-stretch: condensed;
}

@font-face {
	font-family: 'Helvetica Neue LT Pro Con';
	font-weight: lighter;
	src: url("../font/HelveticaNeueLTPro-LtCn.otf") format("opentype");
	font-weight: normal;
}


@font-face {
	font-family: 'Helvetica Neue LT Pro';
	font-weight: lighter;
	src: url("../font/HelveticaNeueLTPro-Lt.otf") format("opentype");
	font-weight: normal;
}


body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #eaeaea url('../images/lv/body_bg.png');
	font-size: 62.5%;
	font-family: 'Helvetica Neue LT Pro', sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
}

textarea, select, input {
	font-family: 'Helvetica Neue LT Pro', sans-serif;
}

a {
	color: #444;
}

strong {
    font-weight: bold;
}

textarea,
input[type="email"],
input[type="text"],
input[type="password"] {
	background-color: #eaeaea;
	border: none;
}

input[type="submit"] {
	background: #1dbaa5;
	border: 1px solid #78d5ca;
	color: #fff;
	font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
}

img {
    border: none;
}

.clearfix {
	clear: both;
}

.helper {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}



.midfixer {
    max-width: 1100px;
    min-width: 320px;
    margin: 0 auto;
}
/**
 * Fejléc elemek
 * **/

#prior_msg {
	background: #16b8a3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 7px;
	font-size: 1.2em;
}

#prior_msg a {
	color: #fff;
	text-decoration: none;
}

#prior_msg a:hover {
	text-decoration: underline;
}

header {
	width: 100%;
	background: #fff;
	z-index: 1;
	position: fixed;
	top: 0;
}

header .midfixer.header {
    display: flex;
	position: relative;
	height: 80px;
    align-items: center;
    justify-content: flex-start;
}

hr.blue{
    border: medium none;
    height: 3px;
    margin-top: 1em;
    margin-bottom: 0;
    background: none;
    background-color: #16b8a3;
    clear: none;
}

header hr.blue {
	margin-top: 0;
    margin-bottom: -3px;
}

header .midfixer.header + hr.blue{
    margin-bottom: 0;
    margin-top: -5px;
}

header .midfixer.header > div{
    display: table-cell;
    float: none;
    margin: 0 5px;
}

header .midfixer.header > div:first-child{
    margin-left: 0;
}

header .midfixer.header > div:last-child{
    margin-right: 0;
}

header .logo{
    width: 290px;
}

header .logo a{
    display: block;
}

header .midfixer.header > div.search_topform{
    width: 550px;
    margin-left: 20px;
}

#search_topform {
	width: 100%;
}

header .fb-like {
	padding-top: 17px;
}

header .login{
    border-left: 1px solid #c5c5c5;
    padding: 10px 5px 0;
    text-align: center;
    flex: 0 0 85px
}

header .login a{
    text-decoration: none;
}

header .login img{
    display: block;
    margin: 0 auto;
}

#header_search_top {
	/* width: 30%; */
	height: 44px;
	width: calc(100% - 65px);
	border-right: none;
	padding: 0;
	padding-left: 10px;
	background-color: #f3f3f5;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	border-top: 1px solid #9a9a9a;
}

#header_search_top + input[type="submit"] {
	background-image: url('../images/topsearchbg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	height: 46px;
	width: 46px;
	cursor: pointer;
}

#header_search_top_mobile {
	/* width: 30%; */
	height: 44px;
	width: 335px;
	border-right: none;
	padding: 0;
	padding-left: 10px;
	background-color: #f3f3f5;
	min-width: 250px;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	border-top: 1px solid #9a9a9a;
}

#header_search_top_mobile + input[type="submit"] {
	background-image: url('../images/topsearchbg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	height: 47px;
	width: 47px;
	cursor: pointer;
}

#headermenu {
	text-align: center;
}

#headermenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

#headermenu ul li {
	display: block;
}

#headermenu ul li a {
	text-decoration: none;
}

#headermenu ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.headbox1 {
	width: 85px;
	height: 58px;
	position: relative;
	margin-top: 4px;
	font-style: italic;
	font-size: 1.2em;
}

.headbox1 + .headbox1 {
	border-right: 1px solid #c5c5c5;
}

.headbox1 .txt {
	position: absolute;
	bottom: 1px;
	display: block;
	left: 1px;
	right: 1px;
	text-align: center;
}

.headbox1 .vfix {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.headbox1 i {
	display: block;
	position: absolute;
	top: 1px;
	left: 0px;
	right: 0px;
	bottom: 4px;
}

#header_cart_status {
    width: 85px;
    height: 58px;
    display: block;
    position: relative;
    font-style: italic;
    font-size: 1.2em;
    margin-top: 0;
    flex: 0 0 85px
}

#header_cart_status .txt{
    position: absolute;
    bottom: 1px;
    display: block;
    left: 1px;
    right: 1px;
    text-align: center;
}

#header_cart_status i {
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
    right: 0px;
    bottom: 4px;
	background: url('../images/lv/icon_head_cart.png') no-repeat center center;
}


#header_cart_status a {
	text-decoration: none;
}

#header_cart_status .count {
	color: #fff;
	background-color: #ee1d23;
	font-size: 1.1em;
	line-height: 22px;
	width: 22px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 3px;
	right: 19px;
}

#header_info { }
#header_info i {
	background: url('../images/lv/icon_head_info.png') no-repeat center center;
}

.head_txt1 {
	font-weight: bold;
	font-size: 1.6em;
	position: absolute;
	top: 67px;
	left: 114px;
}

.head_txt1 i {
	font-weight: 300;
}

.head_txt1 img {
	vertical-align: middle;
}

header .mobil{
    display: none !important;
}

/*
 * Főmenü
 * */

#mainmenu {
	min-width: 320px;
	padding: 0;
	background-color: #383838;
}

#mainmenu ul
{
	margin: 0 auto;
	padding: 0;
	display: block;
    position: relative;
}

#mainmenu ul li {
	display: block;
	width: 20%;
	float: left;
	line-height: 37px;
	font-weight: 300;
	box-sizing: border-box;
	z-index: 5;
}

#mainmenu ul li + li {
	border-left: 1px solid #fff;
}

#mainmenu > ul > li > a {
	background-color: #383838;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.8em;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	cursor: pointer;
}

#mainmenu > ul > li:hover > a,
#mainmenu > ul > li.active > a {
	background: #1dbaa7;
	font-weight: bold;
}

#mainmenu > ul > li .sub {
	position: absolute;
	display: none;
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,.5);
	background-color: #fff;
	font-size: 1.4em; 
		z-index: 5;

}

#mainmenu > ul > li.active .sub
{
	display: flex;
}

#mainmenu > ul > li.active .sub.new-menu
{
	display: block;
}


#mainmenu > ul > li .sub:after {
	display: table;
	clear: both;
	content: "";
}

#mainmenu > ul > li .sub.cats {
    width: 1060px;
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#mainmenu > ul > li .sub.cats:not(.new-menu){
    left: 0;
}


#mainmenu > ul > li .sub div {
	float: left;
	width: 167px;
	margin: 10px 20px;
	line-height: 1.5em;
}

#mainmenu > ul > li .sub div:nth-child(6) {
	clear: both;
}

#mainmenu > ul > li .sub div h3,
#mainmenu > ul > li .sub div a.h3:last-child,
#mainmenu > ul > li .sub div a.h3 {
	border-bottom: 1px solid #ababab;
	margin: .5em 0;
	font-size: 1.17em;
	color: #000;
}

#mainmenu > ul > li .sub div a {
	display: block;
	text-decoration: none;
	color: #000;
}

#mainmenu > ul > li .sub div a.last {
	font-style: italic;
	font-weight: bold;
	color: #888;
}

#mainmenu > ul > li .sub div a:hover {
	text-decoration: underline;
}

#mainmenu > ul > li .sub div:hover a.subItemsTitle {
	text-decoration: none;
	color: #ea2f29;
}


#mainmenu ul li ul
{
	display: none;
	position: absolute;
	background-color: #eaeaea;
	background-image: url('../images/almenutop.jpg');
	background-repeat: no-repeat;
	margin-left: 0;
	padding-top: 12px;
	width: 100%;
	max-width: 240px;
	box-shadow: #aaa 2px 2px 2px;
	border-radius: 5px;
	z-index: 8000;
	
}

#mainmenu ul li ul li
{
	background: #ffffff;
	font-weight: normal;
	border-radius: 0;
	margin-left: 0;
	display: block;
	width: 100%;
	max-width: 234px;
	border-bottom: 1px solid #efefef;
}

#mainmenu ul li ul li:hover a
{
	background: #eaeaea;
	color: #ee4236;
	border-left: 5px solid #ee4236;
}

#mainmenu ul li ul li:first-child
{
	padding-top: 10px;
	border-radius: 5px;
}

#mainmenu ul li ul li:last-child
{
	padding-bottom: 10px;
	border-radius: 5px;
}

#mainmenu ul li ul li:hover
{
	background: #fff;
}

#mainmenu ul li ul li a
{
	color: #767676;
	text-transform: none;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.6em;
	text-align: left;
	font-weight: normal;
	border-left: 5px solid #fff;
}

#mainmenu ul li ul li a:first-line
{
	font-weight: normal;
	word-spacing: 0;
	font-size: 1em;
	word-wrap: initial;
}

#mainmenu ul li:hover ul {
	display: block;
}

/* Alternatív lenyíló menü sub szekció */

#mainmenu > ul > li .sub.cats.new-menu  {
	margin-left: -1px;
	max-width: 880px;
	width: auto;
	padding-bottom: 10px;
}

#mainmenu > ul > li .sub.cats.new-menu div {
	position: relative;
}

#mainmenu > ul > li .sub.cats.new-menu div {
	float: none;
}

#mainmenu > ul > li .sub.cats.new-menu .subContainer {
	margin-left: 0;
	float: none;
	width: 100%;
	clear: both;
}

#mainmenu > ul > li .sub.cats.new-menu .subItems {
	display: none;
	float: right;
	padding-left: 100px;
	margin-left: -100px;
	margin-bottom: -2500px;
}

#mainmenu > ul > li .sub.cats.new-menu .subItems .subItemColumn {
	float: left;
}

#mainmenu > ul > li .sub.cats.new-menu .subItemsTitle {
	float: left;
	margin: 0 17px;
}

#mainmenu > ul > li .sub.cats.new-menu .subItemsTitle h3 {
	margin: 4px 0;
}

#mainmenu > ul > li .sub.cats.new-menu .subItemsTitle-inner {
	margin: 8px 0 0;
	font-size: 1.2em;
	color: #ea2f29;
	font-weight: bold;
}

#mainmenu > ul > li .sub.cats.new-menu .subContainer:hover .subItems {
	display: block;
	float: left;
}

#mainmenu > ul > li .sub.cats.new-menu div:hover .subItem {
	display: block;
}

#mainmenu > ul > li .sub.cats.new-menu div h3 a {
	display: block;
}

#mainmenu > ul > li .sub.cats.new-menu div a:hover {
	text-decoration: none;
	color: #ea2f29;
}

/*
 * Lábléc
 * */

#footer {
	background: #383838;
	border-top: 2px solid #1dbaa5;
	width: 100%;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .midfixer {
	position: relative;
	font-size: 1.2em;
}

#footer .midfixer .webformance {
	position: absolute;
	right: 0px;
	bottom: 15px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .foot1 {
	float: left;
	padding: 1em 2em 2em 2em;
	border-right: 1px solid #fff;
}

#footer .foot2 {
	float: left;
	padding: 1em 2em 2em 2em;
	
}

#footer ul.foot2 {
	display: block;
	margin: 0;
	list-style: none;
}

#footer ul.foot2 li {
	display: block;
}

#scrollToTop {
	display: none;
}

/*
 * törzs és tartalom alapelemek
 * */

#content_frame {
	background-color: #fff;
	box-shadow: 	0px 0px 0px 0px rgba(0,0,0,.1),
					0px 1px 8px 2px rgba(0,0,0,.1),
					0px 0px 0px 0px rgba(0,0,0,.1),
					0px 1px 8px 2px rgba(0,0,0,.1);
				
	padding-bottom: 2em;
	overflow: hidden;
	margin-top: 115px;
}

#content_frame.has-message{
    margin-top: 145px;
}

#logo-orszag-boltja-left {
	margin-top: 20px;
	width: 18%;
	position: absolute;
	left: 10px;
	padding-bottom: 15%;
	background-image: url('../images/orszag-boltja-2016.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}

#logo-orszag-boltja-right {
	margin-top: 20px;
	width: 18%;
	position: absolute;
	right: 10px;
	padding-bottom: 15%;
	background-image: url('../images/orszag-boltja-2016.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}


.text {
	margin: 2em 2.25%;
}

h1 {
	font-family: 'Helvetica Neue LT Pro Con';
	text-align: center;
	font-size: 3em;
	font-style: oblique;
	font-weight: bold;
	color: #444444;
	text-transform: uppercase;
}

.text h2 {
	font-size: 2.2em;
}

.text p {
	font-size: 1.6em;
	color: #444444;
}

.prodtext {
	margin: 2em 4.5%;
}

.prodtext p {
	font-size: 1.5em;
	color: #444444;
}

.reviews2 {}
.product .sheet .prices .rate,
.reviews2 .rate {
	color: #e74d0f;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
}

.product .sheet .prices .rate span.stars,
.reviews2 .rate span.stars {
	display: inline-block;
	height: 26px;
	width: 145px;
	background-size: contain;
	background-image: url('../images/lv/bg_star0.png');
	vertical-align: middle;
	text-align: left;
	position: relative;
}

.product .sheet .prices .rate span.stars span,
.reviews2 .rate span.stars span {
	display: inline-block;
	height: 26px;
	background-size: contain;
	background-image: url('../images/lv/bg_star1.png');
	position: absolute;
}

.product .sheet .shipping ul li p {
	font-size: 1em;
}

.reviews2 h3 {
	font-family: 'Helvetica Neue LT Pro Con';
	text-transform: uppercase;
	font-size: 1.8em;
	margin: .5em 0;
}

.reviews2 .rev {
	
}

.reviews2 .rev .rate {
	text-align: left;
	font-size: 1.3em;
	color: #777777;
	font-weight: lighter;
}

.product .sheet .prices .rate span.stars,
.reviews2 .rev .rate span.stars {
	height: 15px;
	width: 86px;
}

.product .sheet .prices .rate span.stars span,
.reviews2 .rev .rate span.stars span {
	height: 15px;
}

.reviews2 .rev p {
	font-size: 1.3em;
	font-weight: lighter;
}

.shippingpayment {
	
}

.shippingpayment ul {
	list-style: none;
	padding: 0;
}

.shippingpayment ul li {
	clear: both;
	font-size: 1.3em;
	font-weight: lighter;
}

.shippingpayment ul li img {
	float: left;
	margin-right: 5%;
}

.moreprod {
	
}

.moreprod:after {
	display: table;
	clear: both;
	content: "";
}

.moreprod .prod1 {
	float: left;
	position: relative;
	width: 230px;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,.1);
	background-color: #fff;
}

.moreprod .prod1 + .prod1 {
	margin-left: 26px;
}

.moreprod .prod1 .img {
	width: 230px;
	height: 230px;
	text-align: center;
	line-height: 230px;
}

.moreprod .prod1 .img img {
	max-width: 230px;
	max-height: 230px;
	vertical-align: middle;
}

.moreprod .prod1 .img img:before {
	
}

.moreprod .prod1 .name {
	font-weight: bold;
	color: #454545;
	height: 45px;
	padding: 5px 15px;
	font-size: 14px;
}

.moreprod .prod1 .price {
	height: 35px;
	line-height: 35px;
	color: #f27316;
	padding: 5px 15px;
	text-align: right;
	font-size: 26px;
}

.sticker_010,
.sticker_01,
.sticker_sale {
	width: 102px;
	height: 102px;
	background-image: url('../images/lv/sticker_sale_hu.png');
	position: absolute;
	top: 0px;
	right: 0px;
}

.sticker_010_b,
.sticker_01_b,
.sticker_sale_b {
	width: 116px;
	height: 116px;
	background-image: url('../images/lv/sticker_sale_b_hu.png');
	position: absolute;
	top: 0px;
	right: 0px;
}

.sticker_100,
.sticker_10 {
	width: 102px;
	height: 102px;
	background-image: url('../images/lv/sticker_new.png');
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}

.sticker_100_b,
.sticker_10_b {
	width: 117px;
	height: 117px;
	background-image: url('../images/lv/sticker_new.png');
	position: absolute;
	top: 0px;
	right: 0px;
}

.sticker_110,
.sticker_11 {
	width: 102px;
	height: 102px;
	background-image: url('../images/lv/sticker_preorder.png');
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}
.sticker_110_b,
.sticker_11_b {
	width: 116px;
	height: 116px;
	background-image: url('../images/lv/sticker_preorder.png');
	position: absolute;
	top: 0px;
	right: 0px;
}

.sticker_001,
.sticker_011,
.sticker_101,
.sticker_111
 {
	width: 102px;
	height: 102px;
	background-image: url('../images/lv/sticker_soldout_hu.png');
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}
.sticker_001_b,
.sticker_011_b,
.sticker_101_b,
.sticker_111_b
 {
	width: 116px;
	height: 116px;
	background-image: url('../images/lv/sticker_soldout_hu.png');
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
}

hr {
	border: none;
	height: 8px;
	margin-top: 1em;
	margin-bottom: 2em;
	background: url('../images/lv/bg_hr.png') no-repeat center top;
	clear: both;
}

.more {
	clear: both;
	text-align: center;
}

.more a {
	font-weight: bold;
	font-style: italic;
	color: #f37214;
	font-size: 1.5em;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}


/* 3 termék egy sorban
 * */
.threeinarow {
	width: 97.3%;
	margin: 0 auto;
}

.threeinarow .prev {
	display: block;
	float: left;
	background: url('../images/lv/icon_product_prev.png') no-repeat center center / contain;
	height: 43.7em;
	width: 1.589%;
}

.threeinarow .products {
	/*float: left;*/
	width: 96%;
	/*height: 43.7em;*/
	margin-bottom: 4em;
}


.products .product {
	float: left;
	width: 233px;
	margin: 0 15px;
	box-shadow: 0 0 12px 1px rgba(0,0,0,.1);
	position: relative;
	background-color: #fff;
    height: 332px;
    margin-bottom: 7em;
}

.products .product.category-box{
    height: 250px;
}

.products .product .img {
	text-align: center;
	width: 100%;
	margin: 10px auto;
	height: 185px;
	
}

.products .product .img img {
	max-width: 95%;
    max-height: 185px;
	vertical-align: middle;
}

.products .product .name {
	font-size: 14px;
	font-weight: bold;
	width: 88.065%;
	margin: 0 auto;
	overflow: hidden;
	/*text-overflow:;*/
	word-wrap: normal;
	height: 55px;
	padding-bottom: 0.1em;
}

.products .product .prices {
	width: 88.065%;
	margin: 0 auto;
	text-align: right;
    position: relative;
}

.products .product .prices .discount {}

.products .product .prices .discount {
	font-size: 1.4em;
}

.products .product .prices .price {
	font-size: 3.2em;
	color: #fe0000;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.products .product .prices .price.strike:before,
.products .product .prices .price.strike:after
{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: black;


    -webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    transform:rotate(-10deg);
}

.products .product .prices .stock {
	font-size: 1.4em;
	font-weight: 300;
	height: 1.1em;
}

.products .product .sale_sticker {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 11.6em;
	height: 11.9em;
	background: url('../images/lv/sale_sticker.png') no-repeat center center !important;
}

.products .product .sizes {
	font-size: 1.275em;
	width: 88.065%;
	margin: 0 auto;
	display: none;
}

.products .product .sizes div {
	text-align: center;
	float: left;
	margin: 1px;
	background-color: #ebebeb;
	color: #383838;
	width: 2.52em;
}

.products .product .sizes div.s {
	background-color: #1dbaa5;
	color: #fff;
}
.products .product .sizes div:last-child {
	margin-bottom: 1.5em;
}

.products .product:hover .sizes {
	display: block;
}

.products .hasSubProducts:hover {
    height: auto;
    margin-bottom: 0;
}

.category .products{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.threeinarow .next {
	display: block;
	float: right;
	background: url('../images/lv/icon_product_next.png') no-repeat center center / contain;
	height: 43.7em;
	width: 1.589%;
}

.category_description {
    padding: 0 2% 1%;
}

#overLayer {}
#overLayer_inner { padding-bottom: 20px; }
#overLayer #errtext { padding: 20px 20px 0px 20px; }
#overLayer span { padding: 0px 20px 20px 20px; display: block; font-size: 1.4em }
#overLayer_inner .button_red {
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

/*
 * Tartalmak
 * */

#testimonials {
	
}

#testimonials .item {
	float: left;
	width: 47%;
}

#testimonials .item:nth-child(even) {
	margin-left: 6%;
}

#testimonials .item:nth-child(odd) {
	clear: both;
}

.container_rightblock #testimonials .item {
	float: none;
	width: auto;
}

.container_rightblock #testimonials .item + .item {
	margin-top: 6%;
}

.container_rightblock #testimonials .item:nth-child(even) {
	margin-left: 0;
}

#testimonials .item img {
	float: left;
	margin-right: 2.5em;
	margin-bottom: 2em;
	width: 45%;
}

#testimonials .item div {
	font-size: 1.4em;
}

#testimonials .item .nv {
	font-size: 1.8em;
	font-weight: bold;
}

#testimonials .item .se { }

#testimonials .item .aj {
	font-weight: bold;
	margin-top: .5em;
}

#testimonials .item .tr { }

#testimonials .item .tx {
	margin-top: .25em;
	font-style: italic;
	padding-bottom: 1em;
}
	
#markak { }

#markak .logos {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#markak .logos img {
	margin: 1.6em;
	max-height: 5em;
	vertical-align: middle;
}

#news { }

#news ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#news ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 1em 0;
	width: 47.8%;
	font-size: 1.6em;
}

#news ul li .img {
	width: 100%;
	height: 230px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#news ul li img {
	max-width: 100%;
	max-height: 100%;
}

#news ul li a {
	text-decoration: none;
}

#news ul li .title {
	height: 2em;
	padding-top: 0.5em;
}

#news ul li:nth-child(even) {
	margin-left: 4.4%;
}

.aszf_list ul{
    list-style: none;
    display: block;
    padding: 0 0 15px;
    margin: 0;
}

.aszf_list ul li{
    margin: 1em 0;
    font-size: 1.6em;
}

.aszf_list ul li .title {
    height: 2em;
    padding-top: 0.5em;
    padding-left: 1em;
    float: left;
    width: auto;
}

.aszf_list ul li .button{
    float: right;
    width: auto;
    font-size: 0.8em;
}

#newsletter { }

#newsletter .l {
	float: left;
	width: 47.5%;
	margin-left: 2.5%;
}

#newsletter .r {
	float: left;
	width: 47.5%;
	text-align: right;
}

#newsletter input[type="email"],
#newsletter input[type="text"] {
	font-size: 1.8em;
	padding-left: 0.5em;
	width: 76%;
	height: 2.4em;
	box-sizing: border-box;
}

#newsletter input[type="text"] {
	margin-bottom: 1em;
	margin-top: .5em;
}

#newsletter input[type="submit"] {
	font-size: 2.6em;
	height: 1.75em;
	box-sizing: border-box;
	cursor: pointer;
}

#newsletter .radio {
	height: 2em;
	margin: 1em 0 0;
	font-size: 1.8em;
	display: inline-block;
}

#newsletter .radio label {
	margin-right: 1em;
}

#newsletter .nyugi {
	line-height: 2em;
}

#newsletter .radio.inputError {
	border: none !important;
	color: #f00;
}

#newsletter.unsubscribe input[type="submit"] {
	margin-top: 1em;
}

#newsletter .privacy{
    font-size: 1.4em;
    height: 2em;
    margin: 0.5em 0 1em;
}

#newsletter input#nl_lastname {
	display: none;
}
/*
 * slide show
 * */

#slider {
    width: 758px;
}

#slideshow {
	position: relative;
	width: 100%;
}

#slideshow .slideelement {
    display: none;
}

#slideshow .slideelement img {
	width: 100%;
}

#slideshow ul.indicator{
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#slideshow ul.indicator li{
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #FFF;
    display: inline-block;
    cursor: pointer;
}

#slideshow ul.indicator li:last-child{
    margin-right: 0;
}

#slideshow ul.indicator li.active{
    background: #20b7a4;
}

#sliderprev {
	width: 4.5454545%;
	float: left;
	height: 5em;
	background-color: #7d7d7d;
	box-sizing: border-box;
	border-right: 1px #f0f0f0 solid;
	background-image: url('../images/lv/slideshow_prev_bg.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#sliderprev:hover {
	background-color: #20b7a4;
}

#slidertabs {
	float: left;
	height: 5em;
	line-height: 5em;
	width: 90.9090909%;
}

#slidertabs a {
	display: block;
	float: left;
	width: 25%;
	background-color: #7d7d7d;
	color: #fff;
	
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px #f0f0f0 solid;
}

#slidertabs a:first-child {
	border-left: none;
}

#slidertabs a.active,
#slidertabs a:hover {
	background-color: #20b7a4;
}

#slidertabs a span {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	vertical-align: middle;
}

#slidertabs a span:first-line {
	font-weight: 300;
}

#slidernext {
	width: 4.5454545%;
	float: left;
	height: 5em;
	background-color: #7d7d7d;
	box-sizing: border-box;
	border-left: 1px #f0f0f0 solid;
	background-image: url('../images/lv/slideshow_next_bg.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#slidernext:hover {
	background-color: #20b7a4;
}

.slider-container{
    display: flex;
}

.deal-wrapper{
    width: 275px;
    text-align: center;
    border: 3px dashed black;
    margin: 5px 10px 0;
    padding: 10px 20px;
    color: #444444;
    cursor: pointer;
}

.deal-wrapper h2{
    font-family: 'Helvetica Neue LT Pro';
    font-size: 30px;
    color: #ed871b;
    margin: 0;
}

.deal-wrapper h2 + p{
    margin: 0 0 10px;
    font-size: 14px;
}

.deal-wrapper img{
    max-height: 183px;
    max-width: 100%;
}

.deal-wrapper .product-name{
    font-family: 'Helvetica Neue LT Pro';
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}

.deal-wrapper .product-name a{
    text-decoration: none;
}

.deal-wrapper .prices{
    text-align: right;
    margin-top: 10px;
}

.deal-wrapper .prices .old{
    font-size: 14px;
    text-decoration: line-through;
}

.deal-wrapper .prices .new{
    font-size: 30px;
    color: #ea2f29;
    font-weight: bold;
}

.layer_top {
    text-align: center;
}

.layer_top img{
    margin-top: -3px;
    width: calc(100% - 30px);
    max-width: 250px;
}

.layer_top img + hr.blue{
    margin-top: -7px;
}

#registration, #lostpass {
    background-color: #fff;
	width: 500px;
	max-width: 100%;
    margin-top: -10px;
}

#registration a{
    color: #1cbba7;
}

#lostpass a{
    text-align: center;
    display: block;
    margin-right: 0;
}

#reglayerform input,
#lostpass input{
	width: 100%;
	margin-top: 5px;
	border: 0;
}

#reglayerform label,
#lostpass label{
	font-size: 1.4em;
}
/*
#reglayerform label {
    padding-left: 0;
}

#reglayerform input[type="checkbox"]+label {
    background: none;
    text-indent: 1em;
}

#reglayerform input[type="checkbox"]+label:first-line {
    text-indent: 0;
}

#reglayerform input[type="checkbox"]+label:before {
    font-family: 'FontAwesome';
    content: "\f10c ";
}

#reglayerform input[type="checkbox"]:checked+label:before {
    font-family: 'FontAwesome';
    content: "\f192 ";
}
*/


#reglayerform input[type="password"],
#reglayerform input[type="text"],
#reglayerform input[type="email"],
#lostpass input[type="password"],
#lostpass input[type="text"],
#lostpass input[type="email"]
{
    background-color: #eeeeee;
	padding: 0px 15px;
    font-size: 1.4em;
    line-height: 3.428em;
	box-sizing: border-box;
}

#reglayerform input[type="submit"],
#lostpass a
{
	padding: 0px 45px;
    font-size: 18px;
    line-height: 2em;
	cursor: pointer;
}

#reglayerform .fields,
#lostpass .fields
{
	margin: auto;
    padding: 15px;
}

/*#reglayerform .fields ul {*/
    /*list-style: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*margin-top: 15px;*/
	/*display: block;*/
/*}*/

/*#reglayerform .fields li {*/
    /*display: block;*/
	/*width: 38%;*/
	/*float: left;*/
	/*overflow: hidden;*/
/*}*/

/*#reglayerform .fields li+li {*/
	/*width: 56%;*/
	/*margin-left: 6%;*/
/*}*/
/*#reglayerform .fields ul:after {*/
	/*display: table;*/
	/*clear: both;*/
	/*content: "";*/
/*}*/

#reglayerform .fields .form-control,
#lostpass .fields .form-control
{
    margin-bottom: 15px;
}

#reglayerform .fields .form-control:last-child,
#reglostpass .fields .form-control:last-child
{
    margin-bottom: 0;
}

#reglayerform .fields .form-control label:first-child,
#lostpass .fields .form-control label:first-child {
	display: block;
	margin-bottom: 0;
    margin-top: 0;
}

#reglayerform .h2span_black,
#lostpass .h2span_black {
    font-weight: bold;
    margin-top: 5px;
}

#reglayerform .form-control.password input[type="checkbox"] + label,
#lostpass .form-control.password input[type="checkbox"] + label
{
    display: block;
    margin-top: 5px;
    background-position: 0 2px;

}

#reglayerform .form-control.checkbox label,
#lostpass .form-control.checkbox label{
    background-position: 0 2px;
    display: block;
}

#contact {
	width: 92%;
	margin: 2em auto;
}

#contact:after {
	display: table;
	clear: both;
	content: "";
}

#contact .contact_text {
	float: left;
}

#contact .contact_text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact .contact_text ul li {
	padding-left: 37px;
	background-repeat: no-repeat;
	font-size: 1.5em;
	min-height: 2em;
	margin-bottom: .2em;
}

#contact .contact_text ul li:nth-child(1) {
	background-image: url('../images/lv/icon_contact_addr.png');
}

#contact .contact_text ul li:nth-child(2) {
	background-image: url('../images/lv/icon_contact_phone.png');
}

#contact .contact_text ul li:nth-child(3) {
	background-image: url('../images/lv/icon_contact_open.png');
}

#contact .contact_text p {
	
}

#contactpage_form {
	float: left;
	max-width: 500px;
	width: 52%;
	margin-left: 4%;
}

#contactpage_form input[type="text"],
#contactpage_form input[type="email"],
.loginsection input {
	background-color: #eaeaea;
	border: 0;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	float: left;
	margin-bottom: 10px;
}

#contactpage_form textarea {
	background-color: #eaeaea;
	font-family: 'Open Sans';
	resize: none;
	width: 100%;
	border: none;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
	height: 250px;
}

#contactpage_form input[type="submit"] {
	float: right;
	margin-right: 0;
}

#contactpage_form input:nth-child(1) {
	width: 50%;
}

#contactpage_form input:nth-child(2) {
	width: 49%;
	margin-left: 1%;
}

#contactpage_form table td
{
	padding-left: 25px;	
	padding-right: 25px;	
	padding-top: 10px;
}

#contactpage_form table
{
	width: 100%;
}

#contact_fb
{
	margin-top: 50px;
	overflow: hidden;
}

#uspbox1 {
	padding: 0 4.5%;
    font-size: 1.2em;
    color: #444;
}

#uspbox1 ul {
	margin: 0;
	padding: 2.5em 0;
	list-style: none;
	background-color: #eaeaea;
}

#uspbox1 ul:after {
	content: "";
	display: table;
	clear: both;
}

#uspbox1 ul li {
	display: block;
	float: left;
	width: 30%;
	margin-left: 3.3%;
}

#uspbox1 ul li img {
	float: left;
	margin-right: 20px;
}

#uspbox2 {
	padding: 0 4.5%;
}

#uspbox2 h1 {
	text-align: center;
	font-style:italic;
	text-transform: uppercase;
	font-size: 3em;
}

#uspbox2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#uspbox2 ul:after {
	content: "";
	display: table;
	clear: both;
}

#uspbox2 ul li {
	float: left;
	display: block;
	margin-bottom: 1em;
}

#uspbox2 ul li:nth-child(odd) {
	text-align: center;
	width: 10%;
	clear: left;
	font-size: 1.2em;
}

#uspbox2 ul li:nth-child(even) {
	width: 87%;
	margin-left: 3%;
	font-size: 1.4em;
	padding-top: .5em;
}
.product {
	
}

.product .pics {
	float: left;
	position: relative;
    width: 50%;
}

.product .pics:after {
	content: "";
	display: table;
	clear: both;
}

.product .pics .mainpic {
	width: 100%;
	box-shadow: 0px 1px 8px 2px rgba(0,0,0,.1);
	line-height: 392px;
	text-align: center;
}

.product .pics .mainpic img {
    max-width: 100%;
    max-height: 392px;
	vertical-align: middle;
}

.product .pics .pic {
	float: left;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: 20px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}

.product .pics .pic img {
	max-width: 50px;
	max-height: 58px;
	vertical-align: middle;
}

.product .sheet {
	float: left;
	width: 43%;
	margin-left: 3%;
}

.product .sheet hr {
	background-size: contain;
	margin: 1em 0 .25em 0;
	height: 8px;
}

.product .sheet .name {
	font-family: 'Helvetica Neue LT Pro Con';
	font-style:oblique;
	font-weight: bold;
	font-size: 2.6em;
}

.product .sheet .cat {
	font-style: italic;
	font-size: 1.4em;
	font-weight: lighter;
}

.product .sheet .item_no {
	font-size: 1.4em;
	font-weight: lighter;
}

.product .sheet .prices {
	
}

.product .sheet .prices:after {
	content: "";
	display: table;
	clear: both;
}

.product .sheet .prices .price {
	font-family: 'Helvetica Neue LT Pro Con';
	float: left;
	font-weight: bold;
	font-size: 3.6em;
	color: #ff0000;
	font-stretch: condensed;
}

.product .sheet .prices .price_original {
	float: left;
	text-decoration: line-through;
	font-size: 1.6em;
	margin-left: 1em;
	font-weight: lighter;
}

.product .sheet .prices .rate {
	float: right;
	font-size: 1.2em;
	vertical-align: top;
	display: inline-block;
}

.product .sheet .prices .rate span.stars span {

}

.product .sheet .addtocart .item-name {
	float: left;
	width: 69%;
	font-size: 1.4em;
}

.product .sheet .addtocart .item {
	margin-bottom: .5em;
}

.product .sheet .addtocart .item:after {
	content: "";
	display: table;
	clear: both;
}

.product .sheet .addtocart:after {
	content: "";
	display: table;
	clear: both;
}

.product .sheet .addtocart select {
	border: 1px solid #9a9a9a;
	background: #fff;
	color: #000;
	font-size: 1.6em;
	font-weight: lighter;
	height: 39px;
	float: left;
}

.product .sheet .addtocart select.size { width: 30%; }

.product .sheet .addtocart select.amount { width: 25%; margin-left: 3%; }

.product .sheet .addtocart input[type="submit"],
.product .sheet .addtocart input[type="button"] {
	color: #fff;
	border: none;
	background: #1dbaa7;
	height: 39px;
	font-size: 2.1em;
	vertical-align: middle;
	float: right;
	width: 41%;
	cursor: pointer;
	font-weight: 400;
}

.product .sheet .addtocart .stockmsg {
	font-family: 'Helvetica Neue LT Pro Con';
	font-size: 1.5em;
}

.product .sheet .shortdesc *{
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: lighter;
}

.product .sheet .recommend {
	position: relative;
}

.product .sheet .recommend h3 {
	font-family: 'Helvetica Neue LT Pro Con';
	font-weight: normal;
	font-stretch: condensed;
	font-size: 1.8em;
}

.product .sheet .recommend a.help {
	position: absolute;
	top: 0px;
	right: 0px;
}

.product .sheet .recommend ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product .sheet .recommend ul:after {
	content: "";
	display: table;
	clear: both;
}

.product .sheet .recommend ul li {
	font-family: 'Helvetica Neue LT Pro Con';
	color: #fff;
	background-color: #ccc;
	text-align: center;
	float: left;
	width: 33%;
	text-transform: uppercase;
	text-shadow:  1px 2px rgba(0,0,0,.4);
	font-size: 1.4em;
	border-top: 1px solid #656565;
	border-bottom: 1px solid #656565;
	padding: 0.2em 0;
	font-weight: bold;
}

.product .sheet .recommend ul li + li {
	border-left: 1px dashed #fff;
}

.product .sheet .recommend ul li:first-child {
	border-bottom-left-radius: .5em;
	border-top-left-radius: .5em;
	border-left: 1px solid #656565;
}

.product .sheet .recommend ul li:last-child {
	border-bottom-right-radius: .5em;
	border-top-right-radius: .5em;
	border-right: 1px solid #656565;
}

.product .sheet .recommend ul li.sel {
	background-color: #000;
}

.product .sheet .shipping {
	
}

.product .sheet .shipping h3 {
	font-family: 'Helvetica Neue LT Pro Con';
	font-weight: bold;
	font-size: 1.8em;
}

.product .sheet .shipping ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product .sheet .shipping ul li {
	font-size: 1.5em;
	font-family: 'Helvetica Neue LT Pro Con';
	font-weight: lighter;
}

.product .sheet .shipping ul li + li {
	margin-top: .5em;
}

.product .sheet .shipping ul li img {
	float: left;
	margin-right: .5em;
}

.webshop h1
{
    font-size: 3.6em;
    font-weight: bold;
    margin: 0;
}

#filter-collapse {
    display: none;
}

#categoryFilterPanel_table p
{
    font-weight: bold;
}

#categoryFilterPanel_title
{
    background-color: #eaeaea;
    width: 100px;
    float: left;
}

#categoryFilterPanel{
    margin-bottom: 10px;
}

#categoryFilterPanel p
{
    font-size: 1.8em;
    margin: 0;
    padding: 0;
}

#categoryFilterPanel .customSelect
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#categoryFilterPanel_table
{
    padding: 1%;
    width: 100%;
}

#categoryFilterPanel_table td,
#categoryFilterPanel_table th{
    width: auto;
    max-width: 125px;
}

#categoryFilterPanel_table th{
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

#categoryFilterPanel_table td{
    vertical-align: top;
    font-size: 12px !important;
}

#categoryFilterPanel_table select.legordulo,
#categoryFilterPanel_table span.customSelect.legordulo{
    font-size: 12px !important;
}
#categoryFilterPanel_table span.customSelect.legordulo{
    display: block !important;
}
#categoryFilterPanel_table span.customSelect.legordulo span.customSelectInner{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100% !important;
}

#categoryFilterPanel input
{
    border: none !important;
}

#categoryFilterPanel select
{
    background-color: #fbfbfb;
    border: 1px solid #919191;
    border-radius: 2px;
}

#categoryFilterPanel #amount,
#categoryFilterPanel #amount_tab
{
    width: 80%;
    padding: 0;
    color: #333;
    font-size: 12px;
    background-color: transparent;
    margin: 0;
}

.categoryFilterPanel_table_tablet{
    display: none;
}

.label-amount
{
    font-size: 1.2em;
}

#filter_itemno
{
    width: 70%;
}

#slider-range-container,
#slider-range-container-tab
{
    height: 20px;
    float: left;
    width: 80%;
    margin-top: 5px;
}

#slider-range,
#slider-range-tab
{
    background-color: #eaeaea;
    height: 5px !important;
    border: none;
    width: 100%;
    float: left;
    margin-left: 10px;
}

#slider-range .ui-slider-range,
#slider-range-tab .ui-slider-range
{
    background-color: #1dbca6;
    background-image: none;
	z-index: 0;
}

#slider-range .ui-slider-handle,
#slider-range-tab .ui-slider-handle
{
    border-radius: 20px;
    background-color: #1dbca6;
    border: 2px solid #fff;
    top: -6px;
    background-image: none;
	z-index: 0;
}


.page_fullwhite.shippaymodes {
	padding: 5px 20px;
}


#newProducts, #saleProducts, #relatedProducts
{
    width: 90%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    height: 400px;
}

.threeinarow
{
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

#newProducts .slide_line, #saleProducts .slide_line, #relatedProducts .slide_line
{
    position: absolute;
    width: 5000px;
}

#newProducts .product, #saleProducts .product, #relatedProducts .product
{
    max-width: 233px;
    width: 233px;
    margin-right: 10px;
    margin-left: 10px;
}

.note textarea {
	width: 100%;
    min-height: 53px;
}

/** Cookie **/
#cookie{
    display: none;
}
/** szalag **/
#cookie.mini{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.85);
    width: 100%;
    color: #fff;
    z-index: 9999;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}
/** -- **/

/** teljes oldalas **/
#cookie.big{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    color: #ffffff;
    z-index: 9999;
    text-align: center;
    font-size: 14px;
}

#cookie.big .box{
    width: 1100px;
    height: 450px;
    max-width: 98%;
    background: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cookie.big .close_btn{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    color: #696969;
    cursor: pointer;
}
/** -- **/

#cookie .title{
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center;
}

#cookie .text{
    margin: 0;
}

#cookie.mini .text{
    font-size: 13px;
    display: block;
    float: left;
    vertical-align: middle;
    width: calc(100% - 240px);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}

#cookie .text a{
    color: inherit;
}

#cookie .btn-container{
    display: block;
    float: right;
    padding-right: 15px;
}

#cookie .button{
    display: block;
    border: 2px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px 7px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}

#cookie .cancel{
    padding-top: 4px;
    display: block;
    cursor: pointer;
    float: right;
}



.webshop-coupon-form {
	background-color: #c9c9c9;
    width: 94%;
    font-size: 1.4em;
    padding: 1%;
    margin: 10px auto 20px;
    border-radius: 5px;
}

#kosarosszegzovege .webshop-coupon-form {
	background-color: transparent;
	width: auto;
	margin: 0;
	font-size: 1em;
	padding: 0;
	float: left;
	font-weight: normal;
}

#kosarosszegzovege .webshop-coupon-form * {
	vertical-align: middle;
}

#kosarosszegzovege .webshop-coupon-form p {
	margin: 0;
	font-size: 1em;
	float: left;
	margin-right: 1em;
}

#kosarosszegzovege .webshop-coupon-form form {
	float: left;
}

.note {
	margin-top: 25px;
}

#thankyoutext ul li { font-size: 1.4em; }
.prodtext.custom, .prodtext.description ul { font-size: 1.4em; }

#ouibounce-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,0.5);
}

#ouibounce-modal .item{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 758px;
    height: 387px;
}

#ouibounce-modal .item  .close{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #000000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #ffffff;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ffffff;
    z-index: 10001;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    -webkit-box-shadow: 4px 13px 18px rgba(0,0,0,0.35);
    -moz-box-shadow: 4px 13px 18px rgba(0,0,0,0.35);
    box-shadow: 4px 13px 18px rgba(0,0,0,0.35);
}

/* Nyereményjáték */
#btn_jatek {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 80px;
	z-index: 99999999999;
	background: #20b7a4 !important;
	text-align: center;
}
#btn_jatek span {
	display: inline-block;
	width: 370px;
	font-size: 20px;
	line-height: 70px;
	vertical-align: middle;
	color: #fff;
    max-width: 95%;
}
#btn_jatek #submit {
	display: inline-block;
    background: url(../images/lv/btn_jatek.png) no-repeat center !important;
    background-size: contain !important;
	border: none;
	height: 80px;
	width: 100px;
	text-indent: 99999999;
	font-size: 1px;
	cursor: pointer;
}

.out-of-stock{
    margin: 2em 4.5%;
}

.out-of-stock h1{
    font-family: "Helvetica Neue LT Pro";
    font-size: 42px;
    font-weight: bold;
    text-align: left;
    font-style: normal;
    text-transform: none;
    color: inherit;
    margin-top: 0;
}

.out-of-stock .product .sheet, .out-of-stock .prodtext{
    margin-left: 0;
}

.out-of-stock .price{
    margin-top: 20px;
    font-size: 24px;
    font-family: "Helvetica Neue LT Pro Con";
    font-weight: bold;
}

.out-of-stock .price span{
    font-weight: lighter;
}

.accept-page .new-article{
    margin-top: 15px;
}

.accept-page .button-container{
    margin-top: 60px;
}
.accept-page .button-container .button_red{
    font-weight: bold;
    margin: 0;
}

.accept-page .button-container .left{
    float: left;
}
.accept-page .button-container .right{
    float: right;
}

.profile-delete .button{
    text-align: center;
    margin-top: 30px;
}

.profile-delete .button .button_red{
    display: inline-block;
}

#deletedItems{
    width: calc(100% - 40px);
    max-width: 900px;
    height: auto;
    max-height: 710px;
    font-size: 16px;
    padding: 20px;
}

#deletedItems .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#deletedItems .items{
    margin: 20px auto;
    font-size: inherit;
    max-height: 400px;
    overflow: auto;
}

#deletedItems .items .kosarosszegzo{
    margin: 20px auto;
    font-size: inherit;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    color: #6a6a6a;
    padding-top: 10px;
    padding-bottom: 10px;
}

#deletedItems .items-mobile{
    display: none;
    padding: 15px 0 20px;
    border-bottom: 1px solid #cacaca;
}

#deletedItems .items .kosarosszegzo:first-child{
    margin-top: 0;
}

#deletedItems .items .kosarosszegzo:last-child{
    margin-bottom: 0;
}

#deletedItems .kosarosszegzo tr{
    border: none !important;
}

#deletedItems .close{
    margin: 20px auto;
    text-align: right;
    float: right;
}

#deletedItems .close .button_red{
    font-size: inherit;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 767px){
    #btn_jatek {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 80px;
        z-index: 99999999999;
        background: #20b7a4 !important;
        text-align: center;
    }
    #btn_jatek span {
        display: none;
    }
    #btn_jatek #submit {
        display: inline-block;
        background-image: url(../images/lv/btn_jatek_mob.png) !important;
        border: none;
        height: 68px;
        width: 373px;
        text-indent: 99999999;
        font-size: 1px;
        cursor: pointer;
        max-width: 90%;
        margin-top: 6px;
    }
	
	.tabla_vasreszl {
		width: 100% !important;
	}
	
	.tabla_vasreszl .col2,
	.tabla_vasreszl .col {
		width: 100% !important;
		padding: 10px 0px;
	}

    #deletedItems .items{
        display: none;
    }

    #deletedItems .items-mobile{
        display: block;
    }
}

#kapubanner-left {
	display: block;
	position: absolute;
	left: 0;
	right: calc(50% + 550px);
	top: 115px;
	bottom: 0;
	background-image: url(../images/kapubanner/20210719_lv_sport_kapubanner_500_800_kapubanner_bal_01_v2.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#kapubanner-right {
	display: block;
	position: absolute;
	left: calc(50% + 550px);
	right: 0;
	top: 115px;
	bottom: 0;
	background-image: url(../images/kapubanner/20210719_lv_sport_kapubanner_500_800_kapubanner_jobb_01_v2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width: 1800px){
	#kapubanner-left {
		background-size: contain;
	}

	#kapubanner-right {
		background-size: contain;
	}
}

@media screen and (max-width: 1700px){
	#kapubanner-left {
		background-size: contain;
		background-image: url(../images/kapubanner/20210719_lv_sport_kapubanner_300_800_kapubanner_bal_01_v2.png);
	}

	#kapubanner-right {
		background-size: contain;
		background-image: url(../images/kapubanner/20210719_lv_sport_kapubanner_300_800_kapubanner_jobb_01_v2.png);
	}
}

@media screen and (max-width: 1400px){
	#kapubanner-left {
		background-size: contain;
		background-image: url(../images/kapubanner/20210719_lv_sport_kapubanner_150x540_kapubanner_bal_01_v2.png);
	}

	#kapubanner-right {
		background-size: contain;
		background-image: url(../images/kapubanner/20210719_lv_sport_kapubanner_150x540_kapubanner_jobb_01_v2.png);
	}

	@media screen and (max-width: 1300px) {
		#kapubanner-left {
			display: none;
		}

		#kapubanner-right {
			display: none;
		}
	}
}