@charset "utf-8";
/* CSS Document */


/* 
font-family: 'Courgette', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Sacramento', cursive;
font-family: 'Montserrat', sans-serif;

font-family: 'Open Sans', sans-serif;
font-family: 'Racing Sans One', cursive;

*/
/*===== Általános style ======*/
*{
	font-family: 'Open Sans', sans-serif;
	user-select: none;
}
html{}
body{
	height:100%;
	width:100%;
	background-color:#f3f3f3;
	color: #696c74;
    text-align: justify;
    font-size: 12px;
	display: inline-block;
}
a {
	color:#999
}
#link_bg{
	width: 200px;
	height: auto;
}
.nopadding {padding:0px;}
.nomargin {margin:0px;}
.smallpadding{padding-left:5px; padding-right:5px;}
.boxpadding {padding:6px;}
.boxmargin {margin:5px;}


.left{
	float:left
}
.right{
	float:right
}

.bold {
	font-weight:bold;
}
.border_z {
	border-left:3px solid #b82324;
	padding: 0px 7px;
}

.green{
	color:#b82324;
}
.red{
	color:#eb1f1f
}


::selection {
  color: #fff;
  background: #b82324;
}
/*MODAL*/
.modal-header{
	padding:0px;
	background-color: #b82324;
	color: #fff;
}

.modal-header h2{
	padding:15px ;
	margin:0px;
	color: #fff;
	font-size:18px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5000; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  max-width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#InfoModal {z-index:6000;}

#InfoModal .modal-content{font-size:15px;}



/* Modal Content */
.modal-content{
	background-color: #fefefe;
	margin: auto;
    height: auto;
	border: none;
	padding: 0px;
	scroll-behavior: auto;
    overflow-x: auto;

}
.modal-content .btn_1{
	width: 180px;
	font-size: 14px;
	color: #b82324;
    border: 2px solid #b82324;
    outline: none;
	margin-left: 5px;
}
.modal-content .btn_1:hover{
	color: #f2f2f2;
    background-color: #b82324;
    border-color: #b82324;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
}

.modal-body {
    padding:15px ;
	font-size: 14px;
}
.modal-body a {
	width: 100%;
    height: 100%;
    text-align: left;
    font-size: 14px;
}
.modal-body p{
	padding: 3px 5px;
	margin: 0px;
	margin-top: 4px;
	font-size:14px;
	text-align: left;
	line-height: 1;
}
.modal-body .btn{
	margin:0px;
	outline: none;
}

.modal-body .tab_nav {
	overflow: hidden;
	background-color: #eee;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	padding:0px;
}
.login_img {
	display: block;
    max-width: 100%;
    height: auto;
    width: 350px;
    margin: 30px auto;
}
.modal-body .tab_nav li{
	list-style: none;
	width: 50%;
	height: 100%;
	display: block;
	float: left;
	border-bottom: 3px solid #ddd;
}
.modal-body .tab_nav a{
	width: 100%;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 16px;
	font-weight: normal
}

.modal-body .tab_nav li:hover {
	border-bottom: 3px solid #b82324;
	background-color: #fff;
	color:#777
}

/* Create an active/current tablink class */
.modal-body .tab_nav li.active {
	border-bottom: 3px solid #b82324;
	background-color: #fff;
	color:#777
}
.modal-body .tab_nav li.active a {
	color:#b82324
}
.modal-body .label_box{
	width:100%;
	height: 100%;
	display:inline-block;
	float: left;
	position: relative;
	padding: 5px 10px;
	margin-top:10px;
	text-align: center;
}
.modal-body .label_box p{
	width:100%;
	height: 100%;
	display:inline-block;
	float: left;
	position: relative;
	padding: 5px 10px;
	text-align: center;
}
.modal-body .label {
	width: auto;
	font-size: 12px;
	margin: 3px 1px;
	padding: 3px 7px;
	border-radius: 10px;
	color:#b82324;
	border:1px solid #b82324;
	font-weight: normal;
	cursor:pointer;
	transition:0.2s;
	display: inline-block;
}
.modal-body .label:hover{
	color:#b82324;
	box-shadow: 0px 2px 4px rgba(100,100,100,0.3)
}

.label_box{
	width:100%;
	height: 100%;
	display:inline-block;
	float: left;
	position: relative;
	padding: 5px 10px;
	margin-top:10px;
	text-align: center;
}
.label {
	font-size: 12px;
	margin: 3px 1px;
	padding: 3px 7px;
	border-radius: 10px;
	color:#b82324;
	border:1px solid #b82324;
	font-weight: normal;
	cursor:pointer;
	transition:0.2s;
	display: inline-block;
}
.label:hover{
	color:#b82324;
	box-shadow: 0px 2px 4px rgba(100,100,100,0.3)
}

a.label:hover, a.label:focus {
    color: #b82324;
    text-decoration: none;
    cursor: pointer;
}

.modal-footer{
	padding: 10px 10px;
	text-align: center
}
.modal-footer .input-container{
	text-align: center
}
.modal-footer .input-container a{
	width: 100%;
	text-align: center;
	font-size: 14px;
	cursor: pointer
}
.modal-footer .input-container a:hover{
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-decoration: underline;
}
.modal-footer button{margin-left:0px;}
.modal-footer #modal_log_btn{float: none;width:160px; font-weight: normal}
.modal-footer #modal_reg_btn{float: none;width:160px; font-weight: normal;}




.link_box {
	width:100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	float: left;
	padding-top: 10px;
}
.link_box a{
	float: left;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
}


#pr_modal_content {
	
	display: inline-block;
	
}
pr_modal_content .product_desc_1 h3 {
	height: auto;	
}
#error_reg {
	color:#C70F12;
}
#log_true {
	color:#b82324
}
	div#modal-content::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: rgba(228,228,228,0.5)
		}
	
	div#modal-content::-webkit-scrollbar { 
		width: 10px;
		background-color: rgba(137,137,137,0.1)
		}
	
	div#modal-content::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: rgba(56,56,56,0.2)
		}
.modal-content .icon {
	background: #f2f2f2;
	color: #777777;
	padding: 12px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.modal-content .input-field {
  width: 100%;
  padding:10px;
  outline: none;
	border: 2px solid #f2f2f2 ;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.3s;
}

.modal-content .input-field:focus {
    border: 2px solid #ddd;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.modal-content .input-container {
	display: flex;
	width: 100%;
	margin-bottom: 0px;
	padding: 5px 0px;
	box-sizing: border-box;
}
.modal-content .input-container i{
	display:block;
	font-size: 14px;
}

.modal-content .input-container a{
	text-align: center
}


.ProductModal-header{}
.ProductModal-header img{
	padding: 7px;
    max-width: 54px;
    float: left;
}
.ProductModal-header h2{
	width: auto;
	float: left;
	padding: 15px 0px;
}

.modal-header .close {
    margin-top: 0px;
    font-size: 35px;
    padding: 7px 20px;
}





/* The Close Button */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
	transition: 0.3s;
	opacity: 0.4;
	color:#fff;
	outline: none
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
	opacity: 0.8;
}
.link_box {
	width:100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	float: left;
	padding-top: 10px;
}
.link_box a{
	float: left;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
}

.jovahagy {
	position: relative;
	
}

.container{
	

  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	margin-top:2px;
	padding-top: 0px;
	float: left;

}
.container input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
	border-radius: 5px;
	border: 1px solid #7BBA25 ;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #f2f2f2;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #7BBA25;
	margin-top:3px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}

.gdpr_chb{
	width:20px;
	height: 20px;
}
.aszf_chb{
	width:20px;
	height: 20px;
}
.btn_1 {
	width: 100%;
	color:#b82324;
	transition:0.2s;
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
    padding: 5px;
	margin: 10px auto;
	cursor:pointer;
	background-color: #fff;
	float: left;
	text-align: center;
	outline: none;
	border:1px solid #b82324;
	border-radius: 30px;
	}
	.btn_1:hover {
		color:#fff;
		background-color:#b82324;
        border-color: #b82324;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
		}






.btn_2 {
	width: 224px;
	color:#fff;
	border-radius:30px;
	transition:0.2s;
    font-size: 14px;
	font-weight: normal;
	letter-spacing: 1.5px;
    padding: 10px 20px;
	cursor:pointer;
	background-color: #b82324;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #fff;
	margin: 10px 5px;
	outline: none;
	}
	.btn_2:hover {
		color:#b82324;
		background-color:#fff;
        border-color: #b82324;
		box-shadow: rgba(100, 100, 100, 0.4) 0px 8px 8px -8px;
		}

.btn_3 {
width: 220px;
    color: #b82324;
    transition: 0.2s;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.5px;
    padding: 7px 15px 7px 20px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #b82324;
    border-radius: 50px;
    margin: 10px 0px;
    outline: none;
    text-shadow: none;
}
	.btn_3:hover {
		color:#fff;
		background-color:#b82324;
        border-color: #b82324;
		box-shadow: rgba(100, 100, 100, 0.4) 0px 8px 8px -8px;
	}
.btn_4 {
	max-width: 100%;
	color:#fff;
	border:2px solid #b82324;
	transition:0.3s;
    font-size: 12px;
    border-radius: 5px;
	font-weight: 500;
	letter-spacing: 1px;
    padding: 4px 20px;
	margin: 0px;
	cursor:pointer;
	background-color: #b82324;
	outline: none;
	}
	.btn_4:hover {
		color:#fff;
		background-color:#b82324;
        transition:0.2s;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
		border:2px solid #b82324;
}
.btn_5 {
	max-width: 100%;
	color:#545454;
	border:2px solid #f2f2f2;
	transition:0.3s;
    font-size: 16px;
    border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	font-weight: 500;
	letter-spacing: 1px;
    padding: 2px 15px;
	margin: 0px;
	cursor:pointer;
	background-color: #f2f2f2;
	outline: none;
	}
	.btn_5:hover {
		color:#fff;
		background-color:#b82324;
        transition:0.2s;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
		border:2px solid #b82324;
}
.btn_6 {
	max-width: 100%;
	color:#fff;
	border:2px solid #fff;
	transition:0.3s;
    font-size: 16px;
    border-radius: 25px;
	font-weight: 500;
	letter-spacing: 1px;
    padding: 6px 20px;
	margin: 0px;
	cursor:pointer;
	}
	.btn_6:hover {
		color:#545454;
		background-color:#fff;
        transition:0.2s;
		box-shadow: rgba(0, 0, 0, 0.5) 2px 8px 8px -8px;
		border:2px solid #fff;
}


.mySlides{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	position: absolute;
	top:0;
	left:0;
	animation-duration:3s;
	transition-duration:3s;
	}
	.mySlides img{
		width:100%;
		height: 100%;
		opacity:0;
		display:block;
		position:absolute;
		}

.bgslide1{
	background-image: url("../img/parallax/1.jpg");
	width:100%;
	background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
	animation-duration:1s; 
	transition-duration: 1s;
	clear:both;
	z-index:-1000;
	}
.bgslide2{
	background-image: url("../img/parallax/2.jpg");
	min-height:100%;
	width:100%;
	background-attachment:fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
	animation-duration:1s; 
	transition-duration: 1s;
	clear:both;
	z-index:-1000;
	}
.bgslide3{
	background-image: url("../img/parallax/3.jpg");
	min-height:100%;
	width:100%;
	background-attachment:fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	animation-duration:1s; 
	transition-duration: 1s;
	clear:both;
	z-index:-1000;
	}


.bg_line_box{
	width: 100%;
	position: absolute;
	left:0;
	bottom:0;
}
.bg_line{
	width: 100%;
	height:70px;
	background-image:url("../img/parallax/bg_line.png");
	background-position: bottom;
	background-repeat: no-repeat;
}
.bg_line2{
	width: 100%;
	height:70px;
	background-image:url("../img/parallax/bg_line2.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

.marketing {
	color:#fff;
	margin-top:100px;
	text-decoration:none;
	}
	.marketing_item {
		width:	100%;
		margin:0 auto;
		text-align:center;
		display:none;
	}
	.marketing_item img{
		width:	180px;
		max-width: 100%;
		margin:0 auto;
		text-align:center;
	}
	.marketing_item h1{
		font-size:30px;
		text-shadow:1px 1px 1px #333
	}
	.marketing_item h3{
		font-size:26px;
		text-shadow:1px 1px 1px #333
	}
	
	
	.marketing_hr {
		width: 20%;
		margin:0 auto;
		height:2px;
		background:rgba(255,130,30,1);
		}


.page_title{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(50,50,50,0.9);
    color: white;
    font-weight: bold;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-51%, -45%);
    z-index: 2;
    padding: 0px 10px;
}
.page_title h1{
	font-weight: 900;
	font-size: 40px;
	margin: 0px;
	
}
.page_title h2{
	text-transform: uppercase;
	margin:0px;
	font-size: 32px;
    padding: 5px 0px;
}
.page_title h3{
	font-size:30px;
	margin-top:0px;
	font-family: 'Dancing Script', cursive;
}
.page_title a{
	width: 160px;
    margin-top: 10px;
    text-align: center;
    margin: 0 auto;
}
.marketing_elem {
	width:100%;
	float:left;
	text-align: center;
	display:grid;
	position: relative;
}
.parallax{
	height: 100%;
	width: 100%;
	display: inline-block;
	float: left;
	position: relative;
}

.parallax_title{
	width: 80%;
	margin:0 auto;
	display: inline-grid;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(50,50,50,0.9);
	color: white;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding: 20px;
}
.parallax_title h1{
	font-weight: 900;
	font-size: 46px;
	margin-bottom: 0px;
	margin-top: 30px;
	
}
.parallax_title h2{
	text-transform: uppercase;
	margin:0px;
}
.parallax_title h3{
	font-size:36px;
	margin-top:0px;
	font-family: 'Dancing Script', cursive;
}
.parallax_title a{
	font-size:18px;
	margin-top:0px;
	text-shadow: 0px 0px 0px rgba(50,50,50,0);
	
}
.parallax_title .btn_6{
	margin:0 auto;
	float: left;
	outline: none;
}
.parallax_title .btn_6:hover{
	
}
/* SCROLL DOWN */
.scroll-down-black {
    position: absolute;
    top: 30px;
    left: 49%;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 44px;
    width: 45px;
    margin-left: -16px;
    display: block;
    z-index: 10;
    text-align: center;
    opacity: 0.4;
    transition: 0.3s;}
.scroll-down-black:hover {
	opacity: 0.6;
}
.scroll-down-black-box {
	position:absolute;
	bottom: 35px;
	left:0px;
	width:100%;
	height:70px;
}
.scroll-down-black span {
    position: relative;
    color: #fff;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;

}

.scroll-down-black span i {
	position:absolute;
	top:-10px;
	left:-21px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-stretch: normal;
    font-feature-settings: normal;
    font-kerning: auto;
    font-variant: normal;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
.fa-2x {
    font-size: 30px;
}
@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}
@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}







/*===== NAV ======*/
#nav_head {
	height:80px;
	width: 100%;
	display: inline-block;
	position: fixed;
    margin-top:0px;
	background-color:#fff;
	z-index: 1100;
	box-shadow: 0px 3px 5px rgba(100,100,100,0.3);
}
.nav_head_left {width: 40%; float: left; position: relative}
.nav_head_left_top { height: 25px; width: 100%; display: block}
.nav_head_right {width: 60%; float: left; position: relative;margin-top:15px;}
.nav_head_right a{
	border-bottom:3px solid #fff;
	padding: 10px 10px;
	border-radius:0px;
	font-weight: bold;
	font-size: 18px;
	cursor:pointer;
	float: right;
	margin-left: 5px;
	line-height: 1.5;
	transition: 0.2s;
}
.nav_head_right .icon-cog-alt {
	font-size: 14px;
}

.nav_head_right a:hover{
	border-bottom:3px solid #b82324;
}
.nav_head_right a img{
	height: 20px;
	padding: 0px 2px;
}
.nav_head_right a i{
	font-size: 14px;
	line-height: 1.8;
	text-transform: none;
	font-style: normal;
	letter-spacing: 0.3px;
	font-weight: normal
}

.nav_head_right_top{ height: 30px; width: 100%; display: block}
.nav_head_right_top a{
	float:right;
	font-size: 12px;
	padding: 5px 0px;
	cursor:pointer;
	display: inline-block;
	border: none;
	letter-spacing: 0.3px;
	
}
.nav_head_right_top a:hover{
	text-decoration:underline;
	color: #b82324;
	border:none;
	box-shadow: none;
}
.nav_head_right_top a img{
	height: 15px;
	padding: 0px 5px;
}
.navbar-toggle {
    margin:0px 5px;
	padding:0px;
    padding-top: 0px;
}







.head_logo {width:50%; float: left}
.head_logo a{}
.head_logo a img{max-height: 70px; margin-top:5px;max-width: 100%;padding:8px;}
.search {width:50%; float: left}
.example {
	display:inline-block;
	width: 90%;
	margin-left:5%;
	position: relative;
}
.example i{
	position: absolute;
    top: 5px;
    right: 3px;
    color: #eee;
    font-size: 24px;}
form.example input[type=text] {
	width:100%;
    padding:8px 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #fff;
	border-radius: 20px;
	color: #999;
	letter-spacing: 0.8px;
	
}
form.example input[type=text]::placeholder {
	padding: 0px;
	line-height: 3;
	letter-spacing: 0;
	color:#CCCCCC
}
form.example input[type=text]:focus {
	border: 1px solid #b82324;
	outline:0px;
}
form.example input[type=text]:active {
	border: 1px solid #b82324;
	outline:0px;

}
form.example input[type=text]:visited {
	border: 1px solid #eee;
	padding:7px 10px;
	outline:0px;
}

/* Style the submit button */
form.example button {
  float: right;
  width:100px;
  padding: 5px 10px;
  background: #e1171e;
  color: white;
  font-size: 14px;
  border: 0px ;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
	border-radius: 0px 5px 5px 0px;
	outline: none;
}

form.example button:hover {
  background: #e1171e;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}
.icon-menu-1 {
    font-size:40px;
    color: #b82324;
}
.navbar-toggle {
    margin:0px 5px;
	padding:0px;
    padding-top: 0px;
	display: none
}
/* KOSÁR */
.btn_cart{
	display:inline-block;
	width: 120px;
	padding:4px 0px;
	height: auto;
	background: #b82324;
	color:#fff;
	float:right;
	border-radius: 20px;
	margin: 5px;
	margin-top: 6px;
}
.btn_cart a {
	width: 100%;
	display: inline-block;
	color: white;
	border-left: none; /* Prevent double borders */
	cursor: pointer;
	border-radius: 5px ;
	border:0px;
	text-align: center;
	padding: 1px;
}

.btn_cart a span{
	font-size: 14px;
	line-height: 1.4
}

.btn_cart a i{
	position: relative;
	font-size:18px;
}
.btn_cart a i span{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background:#fff;
	top:2px;
	right:-5px;
	font-size: 11px;
	padding: 0px 0px;
	font-style: normal;
	color:#b82324
}
#cart_box{
	display:none;
}
.cart_box{
	position: absolute;
	top:80px;
	right: 0px;
	width: 350px;
	height: 100%;
	background-color: #DDDDDD;
	display: inline-table;
	z-index: 1600;
	border: 1px solid #aaa;
	
}

.cart_box_head {
	background-color:#545454;
	width: 100%;
	height: 50px;
	padding-top: 5px;

}
.cart_box_head a{
	color:#fff;
	font-size: 20px;
	padding: 5px 10px;
}


.head_price{
	float:left;
}

.close_cart:hover{
	opacity: 0.8;
}

.head_price i{
	position: relative;
	font-size: 26px;
	
}
#head_price{
	font-size: 20px;
	padding-left: 10px;
}
.head_price i span{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    background-color: red;
	text-align: center
}
.head_price i span i{
    font-size: 14px;
    padding: 0px 0px;
	font-style: normal
}
.head_price i{
	
}
#close_cart{
	float: right;
	cursor: pointer;
	opacity: 0.6;
	transition: 0.2s;
	padding: 5px 10px;
}


.cart_box_content{
	width:100%; 
	background:#f2f2f2;
	overflow: auto;
	overflow-x: hidden
}



	.cart_box_content::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: rgba(228,228,228,0.5)
		}
	
	.cart_box_content::-webkit-scrollbar { 
		width: 10px;
		background-color: rgba(137,137,137,0.1)
		}
	
	.cart_box_content::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: rgba(56,56,56,0.2)
		}





.cart_category{
	width: 100%;

	display: inline-table;
	
}
.cart_category p{
	margin-bottom: 0px;
	padding: 5px 10px;
	font-size: 14px;
}

.cart_product{	
	width: 100%;
	height: 80px;
	background: #fff;
	float: left;
	margin-bottom: 1px;

}

.cart_product_img {
	width:25%;
	height: 100%;
	float: left;
}
.cart_product_img img{
	width:auto;
	max-height: 80px;
	display: block;
	margin:0 auto;
	padding:5px;
}

.cart_product_content{
	width:75%;
	float: left;
	position: relative;
}
.delete_item {
    position: absolute;
    top:-10px;
    right: 0px;
    z-index: 1000;
	display: inline-flex;
}
.delete_item i{
	font-size: 18px;
	opacity: 0.6;
	cursor: pointer;
	font-style: normal;
	padding: 5px
}

.control_elem .delete_item i{
	font-size: 18px;
	opacity: 0.6;
	cursor: pointer;
	font-style: normal;
	padding:15px  5px
}

.delete_item i:hover{
	opacity: 0.8;
}

.product_title{
	width:90%;
	float: left;
}
.product_title a{
	line-height: 1;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 5px ;
	float: left;
	transition: 0.1s;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
}
.product_title a:hover{
	color:#777;
	text-decoration: underline
	
}
.product_quantity {
	width: 50%;
	height: auto;
	float: left;
	padding: 0px 5px

}
.product_price{
	width: 50%;
	float:right;
	padding: 5px;
	text-align: right;
	
}

.product_price span{
	font-weight: bold;
	font-size: 16px;
	
}

input{
	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(white, black);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
	user-select: auto;
}

.input {
	width: 50%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    max-width: 45px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    flex: 0 0 30px;
	outline: none;
}


.btn_plus, .btn_minus  {
	text-align: center;
    color: #696c74;
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 28px;
    position: relative;
    background: rgb(255, 255, 255);
    flex: 0 0 30px;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-image: initial;
    outline: none;
	padding: 1px 9px;
	cursor: pointer;
	transition: 0.3s;
	transform: scaleY(1);
	text-transform: uppercase;
	margin-top: -4px;
	
}
.btn_plus:hover, .btn_minus:hover  {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
	transform: scaleY(1.5);
	margin-top: 0px;
}
.btn_plus {
    padding: 0px 9px;
    margin-left: -17px;
    margin-right: -14px;
	font-size: 19px;
}
.btn_minus  {
	padding: 0px 10px;
    font-size: 20px;}
.cart_box_footer{
	width: 100%;
	height: 60px;
	float: left;
	background-color:#545454;
	text-align: center;
	display: inline-flex
}
.cart_box_footer .btn_1 {
	max-width: 80%;
	padding:8px
}

.pitem_product_quantity span{
	margin-left: 15px;
}

.pitem_btn_box{
	width:100%;
	height: 100%;
	float: left;
	display: block;
}

/* Cart_info */

.cart_info{
	width:100%;
	height: 100%;
	background-color:#efefef;
}
.cart_info_head{
	width:100%;
	height: auto;
	display:inline-block;
	border-bottom:1px solid #ddd;
}
.cart_info_head p{
	width: auto;
	height: auto;
	float:left;
	padding:10px;
	margin:0px;
	font-size: 18px;
}
.cart_info_head i{
	float:right;
	padding: 5px 4px;
	margin:10px;
	background: #fff;
}
.cart_info_head i:hover{
	box-shadow:1px 3px 5px #ddd
}


.cart_info_open{
	width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #b82324;
    color: #b82324;
    border-radius: 20px;
    cursor: pointer;
    padding: 5px 4px;
    margin: 1px auto;
    transition: 0.2s;
    font-size: 12px;
}
.cart_info_content{
	height: 450px;
	max-height: 100%;
	overflow:auto;
	display: block;
}

	.cart_info_content::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: rgba(228,228,228,0.5)
		}
	
	.cart_info_content::-webkit-scrollbar { 
		width: 10px;
		background-color: rgba(137,137,137,0.1)
		}
	
	.cart_info_content::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: rgba(56,56,56,0.2)
	}



.cart_info_content .cart_product{
	width:auto;
	border:1px solid #ddd;
	border-radius:5px;
	padding:5px;
	margin:2px 5px 2px 5px;
}
.cart_info_content .cart_product:first-child{
	margin-top:10px;
}

.cart_info_content .cart_product:last-child{
	margin-bottom:10px;
}
.cart_info_content .cart_product_img {
    width: 20%;
    height: 100%;
    float: left;
}
.cart_info_content .cart_product_content {
    width: 80%;
    float: left;
    position: relative;
}

.cart_info_content .cart_product_content .product_title {
    width: 100%;
    float: left;
}
.cart_info_content .cart_product_content .product_title a {
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0px;
    padding: 5px 5px 0px 5px;
    float: left;
    transition: 0.1s;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}.cart_info_content .cart_product_content .product_title a:hover {
	text-decoration: none;
}
.cart_info_content .cart_product_img img {
    width: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.cart_info_content .product_quantity{
	text-align:left;
	display: inline-flex;
}
.cart_info_content .product_quantity span{
	margin:0px;
	text-align: left;
	font-size: 14px;
	padding:5px 0px;
}

.cart_info_footer{
	width:100%;
	height: auto;
	display:inline-block;
	border-top:1px solid #ddd;
}
.cart_info_left{
	width: 60%;
	float:left;
	padding:5px 0px 0px 10px;
	margin:0px;
	font-size: 12px;
	text-align: left;
}


.cart_info_right{
	width:40%;
	float:right;
	padding:3px 10px 0px 0px;
	margin:0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.cart_info_total {
	width:100%;
	float: left;
	display:inline-block;
	padding:5px 0px;
	border-top:1px solid #ddd;
}
.cart_info_total .cart_info_right{
	padding:3px 10px 5px 0px;
	margin:0px;
	font-size: 18px;
}
.cart_info_total .cart_info_left{
	padding:5px 0px 5px 10px;
	margin:0px;
	font-size: 16px;
}









/* /Cart_info */


nav {width:100%;height: 100%; display: inline-block}
#navigation{
	position: fixed;
    margin-top:80px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 3px 5px rgba(250,250,250,0.1);
    user-select: none;
	z-index: 1100;

}


#nav{
	background-color:#f9f9f9;
	width:100%;
	height:auto;
	margin-top:0px;
	box-shadow:0px 1px 3px #999;
    z-index:400;
	user-select:none
	}
	#nav ul{
		width: 100%;
		display:inline-block;
		padding:0px ; 
		float:left;
		margin:0;
		}
		#nav ul li{
			height: 45px;
			text-align: left;
			float:left;
			padding:0px 5px;
			cursor:pointer;
			color:#8f8f8f;
			list-style: none;
			transition:0.2s
			}
			#nav ul li:first-child{
				list-style-type:none;
			}
			#nav ul li:hover{
				background: #eee;
			}
			#nav ul li a{
				padding:4px 5px;
				display: inline-flex;
				max-width: 175px;
				}
				#nav ul li a:hover{
					color:#111111;
				}
			#nav ul li a img{
				width: 24px;
				height:24px;
				margin: 6px 10px 0px 0px;
				}
			#nav ul li a i{
				font-size:14px;
				color:#8f8f8f;
				text-decoration:none;
				transition:0.2s;
				letter-spacing: 0px;
				float: left;
				line-height: 1.3;
				font-style: normal;
				}


.cats_container {
	width:100%;
	height: 100%;
	display: block;
	float: left;
	margin-bottom: 15px;
}






.link {
}


.page_nav{
	width: 100%;
	height: 100%;
	float: left;
	display: inline-block;
    padding: 0px 0px 0px 0px;
	transition: 0.3s;
}
.page_nav ul{
	width: 100%;
	float: left;
	display: inline-block;
	padding-left: 5px;
	margin:10px 0px 5px 0px;
}
.page_nav ul li{
	float: left;
	list-style-type: none;
}
.page_nav ul li a{
	font-size: 14px;
	cursor: pointer;
	transition: 0.2s;
}
.page_nav ul li a:hover{
	text-decoration:underline;
}
.page_nav ul li i{
	text-transform: none;
	font-style: normal;
	padding: 0px 3px;
	color: #bbb
}
.page_menu_box {
    width: 100%;
    float: left;
    display: inline-flex;
}

.page_nav_elem{
	width: 450px;
	max-width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	display: inline-flex;
	float: left;
	border-radius: 5px;
	transition:0.2s;
	position: relative;
}
.page_nav_elem img{
	width: 100%;
	height: 100%;
	float: left;
	margin: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	transition:0.2s;
}
.page_nav_elem img:hover{
	
	box-shadow: rgba(100, 100, 100, 0.2) 0px 0px 8px 2px;
}

.page_nav_elem h3{
	color: #fff;
	float: left;
	font-size: 18px;
	padding:6px;
	margin:0px;
	text-align: left;
	overflow: hidden;
	position:relative;
	transform: scale(1);
	font-weight: bold
}
.page_nav_title {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #b82324;
	height: 30px;
	width:100%;
	display: inline-block;
	overflow: hidden
}
.page_nav_title h3{
	color: #fff;
	float: left;
	font-size: 14px;
	padding:5px 0px 5px 5px;
	margin:0px;
	text-align: left;
	overflow: hidden;
	position:relative;
	transform: scale(1);
	font-weight: bold
}
.page_nav_title i{
	color: #fff;
	float: right;
	padding: 5px 0px;
	font-size: 20px;
}

.page_nav_subcat_elem{
	width: auto;
	height: 100%;
	margin: 5px;
	background-color: #fff;
	display: inline-block;
	float: left;
	border-radius: 5px;
	transition:0.2s;
}
.page_nav_subcat_elem:hover{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 8px -8px;
}
.page_nav_subcat_elem img{
	max-width: 100%;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.page_nav_subcat_elem h3{
	float: left;
	font-size: 18px;
	padding:10px;
	margin:0px;
	text-align: left;
	overflow: hidden;
}

.page_nav_subcat_elem p{
	padding:0px 10px;
	color:#777;
}
.page_nav_subcat_elem a{
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.page_nav_subcat_elem a:hover{
	cursor: pointer;
	text-decoration: underline;
}


/* Page NAV Label */




.wrapper_label_nav {}
.label_cats_container{}
.label_link{
	float: left;
	width: 100%;
	height: 100%;
	display:inline-flex;
}
.label_link .page_nav_elem {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-flex;
    float: left;
    border-radius: 5px;
    transition: 0.2s;
    position: relative;
	margin:0px;
}

.page_nav_label{
	position: relative;
	display: inline-block;
	float: left;
	padding: 6px;
    border-radius: 31px;
	height: 100%;
	transition: 0.2s;
}

.page_nav_label:hover{
	box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
}



/* FILTERNAV */
.filter_nav {
	width:100%;
	height: 100%;
	float: left;
	display:block;
	background-color:#fff;
	padding: 10px 7px;
}
/*== Filter ==*/
.filter_box{
	width: 100%;
	height: 100%;
	float: left;
	display: inline-block
}
.filter_box a{
	border:1px solid #b9b9b9;
	border-radius:5px;
	padding:5px 4px;
	margin-right: 5px;
	cursor: pointer;
	margin:5px;
	margin-left: 0px;
	transition:0.2s;
}
.btn_filter{
	float:left;
}

.filter_box a:hover {
	color:#fff;
	background-color:#b82324;
	border:1px solid #b82324
}
.filter_box .active {
	color:#fff;
	background-color:#b82324;
	border:1px solid #b82324
}
.filter_box a i{
	font-size: 20px;
    padding: 1px 0px;
    display: block;
}
.custom-select {
  position: relative;
	float: left;
	margin-right: 5px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;

}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 5px solid #b9b9b9;
  border-color: #b9b9b9 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #b9b9b9 transparent;
  top:12px;
}

/* style the items (options), including the selected item: */
.select-items div{
	color: #777;
	padding: 7px 5px;
	border: none;
	border-radius:0px;
	cursor: pointer;
	font-size: 14px;
	transition: 0.2s;
}
.select-selected {
	color: #777;
	padding: 5px 5px;
	border: 1px solid #b9b9b9;
	border-radius:5px;
	cursor: pointer;
	font-size: 14px;
	margin:5px 0px;
}

/* Style items (options): */
.select-items {
	position: absolute;
	background-color: #fff;
	color:#fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1200;
	box-shadow: rgba(100, 100, 100, 0.4) 0px 8px 8px -8px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
	color:#fff
}

.select-items div:hover, .same-as-selected {
	background-color: #b82324;
	color:#fff
}
.same-as-selected{color:#fff;background-color: #f2f2f2;}





/* DROPNAV */
#menu_1{max-width: 120px; }
#menu_2{max-width: 175px;}
#menu_3{max-width: 155px;}
#menu_4{max-width: 155px; }
#menu_5{max-width: 155px;}
#dropnav_1 {
	display: none;
	transition: 0.2s;

}

.dropnav{
	width:100%;
	height:100%;
	margin-top:0px;
	display: inline-table;
	background: #eee;
	transition: 0.2s;
	float: left;
	z-index: 4700;
}
.dropnav_container{
	width: 100%;
	height: 100px;
	float: left;
	display: inline-table;
	padding: 15px 0px;
}
.dropnav_menu {
	width: 100%;
	height: auto;
	float: left;
	display: inline-table
	}
.dropnav_menu ul{
	width: 100%;
	float: left;
	display: inline-block;
	margin-left: 5px;
}
.dropnav_menu ul li{
	width: auto;
	float: left;
	list-style-type: none;
}
.dropnav_menu ul li a{
	font-size: 14px;
	cursor: pointer;
}
.dropnav_menu ul li i{
	text-transform: none;
	font-style: normal;
	padding: 0px 3px;
}

.dropnav_elem{
	width: 100%;
	height:60px;
	background-color: #fff;border:1px solid #ddd;
	display: inline-flex;
	float: left;
	border-radius: 5px;
	transition:0.2s
}
.dropnav_elem:hover{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 8px -8px;
}

.dropnav_elem img{
	height: 100%;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.dropnav_elem h3{
	height: 40px;
	float: left;
	font-size: 16px;
	margin:10px;
	text-align: left;
	overflow: hidden;
}


/*===== BTN ======*/

/* FELUGRÓ */
#button-up {
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:1500;
	border: 2px solid #b82324;
	border-radius:100px;
	color: rgba(59,59,59,0.20);
	width: 36px;
	height: 36px;
	opacity: 0.3;
	display: none;
	transition: 0.2s;
	}
#button-up:hover {
	opacity: 0.8;
	background-color:#fff; 
	box-shadow: 0px 2px 5px rgba(0,0,0,0.30);
}
	#button-up i {
		font-size:28px;
        opacity: 1;
		cursor:pointer;
		margin-left: -3px;
		margin-top: 0px;
		float: left;
		display: inline-block;
		color: #b82324;
		transition: 0.2s;
	}
	#button-up i:hover {
        opacity: 0.8;
		transition:0.2s;
	}

/*===== FŐOLDAL CONTENT ======*/


.sec_1 {
	display: inline-block;
	height: 100%;
	width:100%;
	float: left;
	position: relative;
	margin-top: 0px;
	background-color: rgba(255,255,255,0.30);
	background-image: url("../img/parallax/7.jpg");
	background-position: top;
	background-size: cover;
	background-origin: border-box;
	
}
.sec_2 {
	display: inline-block;
	height: auto;
	width:100%;
	float: left;
	position: relative;
	background-origin: content-box;
	background-repeat: no-repeat;
	margin-top: 116px;
	background-color: #f3f3f3;
	background-image: url("../img/parallax/5.jpg");
	background-position: top;
	background-size: cover;
	
}	
.sec_3 {
	display: inline-block;
	height: 100%;
	width:100%;
	float: left;
	position: relative;
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 120px;
	background-color: #fff
	
}	
.sec_4 {
	display: inline-block;
	height: 100%;
	width:100%;
	float: left;
	position: relative;
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f3f3f3
	
}	

.sec_5 {
	display: inline-block;
	height: 100%;
	width:100%;
	float: left;
	position: relative;
	background-origin: content-box;
	padding-top: 0px;
	background-color: #fff;
	background-image: url("../img/parallax/9.jpg");
	background-position: top;
	background-size:auto;
	
}	
.sec_6 {
	display: inline-block;
	height: 100%;
	width:100%;
	float: left;
	position: relative;
	background-position: center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f4f4f4
	
}	


.bg_akcio {
	background-image: url(../img/parallax/4_akcio.jpg);
	background-position: top
}


/* SCROLL DOWN AKCIÓ */
#akcio_sd .scroll-down-black {
	position: absolute;
	top:15px;
	left: 49%;
	border: 2px solid #b82324;
	border-radius: 50%;
	height: 44px;
	width: 45px;
	margin-left: -16px;
	display: block;
	z-index: 10;
    text-align: center;
	opacity: 0.4;
	transition:0.3s;
}
#akcio_sd .scroll-down-black:hover {
	opacity: 0.7;
}
#akcio_sd .scroll-down-black span {
    position: relative;
    color: #b82324;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}


.wrapper_head {
	width: 100%;
	max-height: 100%;
	display: inline-grid;
	margin-top:20px;
	margin-bottom: 10px;

	
}
.wrapper {
	background-color: rgba(255,255,255,0.30);
}
.margin_top {margin-top:30px}
.wrapper_head h1 {text-align:center;font-size: 28px;}
.wrapper_head h2 {text-align:center;color:#888}
.wrapper_profil {
	margin-top:130px;
	}
.wrapper_profil .wrapper_content {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 40px;
	padding-top:0px;
	display: inline-block;
	background-color: rgba(255,255,255,0.50);
}
.wrapper_content {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
	padding-top:0px;
	display: inline-block;
	background-color: rgba(255,255,255,0.50);
}

.wrapper_content_product {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 40px 0px;
	display: inline-block;
	background-color: #fff
}
.wrapper_sped_nav {
	width: 100%;
	max-height: 100%;
	display: inline-grid;
	margin-top:0px;
	margin-bottom:10px;
	transition:0.2s;
}
.wrapper_category_nav {
	width: 100%;
	max-height: 100%;
	margin-top:0px;
	margin-bottom:20px;
	transition:0.2s;
}
.wrapper_chekout{
	margin-top:120px;
	padding:0px 10px;
}
.wrapper_info_header {
	text-align: center;
    padding: 20px 0px 0px 0px;
}
.wrapper_info_header h3{
	margin:5px 0px;
	padding:0px;
	font-size:30px;
	font-weight: bold;
}
.wrapper_info_header p{
	margin:5px 0px;
	padding:0px;
	font-size:18px;
}
.wrapper_info{
	width: 100%;
	height: 100%;
	padding: 10px;
	margin: 0px;
	padding-bottom: 40px;
	padding-top:0px;
	display: inline-block;
	background-color: #fff;
	text-align: left;
	color:#8B8B8B
	
}

.wrapper_info h1{}
.wrapper_info h2{text-align: left}
.wrapper_info h3 {
    width: 70%;
    margin: 0 auto;
}
.wrapper_info h4{font-weight: 600; line-height: 1.2;}
.wrapper_info h5{}
.wrapper_info h6{}
.wrapper_info p{font-size: 14px;margin-bottom:5px;}
.wrapper_info a{}
.wrapper_info i{}
.wrapper_info span{}
.wrapper_info img{}
.wrapper_info ul{}
.wrapper_info ul li{}

.wrapper_info .block{text-align:left;padding-left:15px;}

.block{}
.block ol{padding-left:15px;}
.block ol li{
	font-size:16px;
}
.block ul{}
.block ul li{list-style: lower-latin;}
.block ul li ol{list-style: lower-latin;}
.block ul li ol li{list-style:decimal;}
.table_box{
	widht:100%;
	height: 100%;
	overflow-x: auto;
}
.table_box table{
	width:100%;
	min-width:700px;
}
.table_box table tbody{}
.table_box table tbody th{padding:5px;}
.table_box table tbody tr{}
.table_box table tbody tr td{padding:5px;}




.wrapper_info_box{
	text-align: center;
}
.wrapper_info_box h2{
	text-align: center;
}
.wrapper_info_box_left{
	text-align: right
}
.wrapper_info_box_left img{
	float: right;
	width:100%;
	max-width: 100px;
	max-height: 100%;
	margin-right: 30px;
	margin-top: 10px;
}
.wrapper_info_box_right{
	text-align: left;
}
.wrapper_info_box_right img{
	float: left
}






/* MEGRENDELÉS */

.control_box{
	width:100%;
	height: 100%;
	display: inline-block;
	float: left;
}
.control_box p {
	margin-bottom: 0px;

}
.control_box h2 {
	margin: 5px 0px;
	font-size: 20px;
}

.control_elem{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 5px;
	margin-bottom:5px;
	background-color: #fff;
	border-radius: 5px;
}

.control_elem_img {
	width:100%;
	height: 60px;
	display: inline-flex
}

.control_elem_img img{
	width: auto;
	max-height: 80px;
	float: left;
	margin: 0 auto
}

.data_box {
	width: 100%;
	display: inline-block;
	float: left;
	padding-bottom: 5px;
}
.data_box p{
	text-align: center;
}
.data_box span{
	width: 100%;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 16px;
}


.control_elem_text{
	width: 100%;
	height: auto;
	min-height: 60px;
	display: inline-block;
	float: left;
	padding-top:5px;
	text-align: left;
	line-height: 1;
	position: relative;
}
.control_elem_text p{
	font-size: 15px;
	width: 100%;
    text-align: left;
    font-weight: bold;
    z-index: 2;
    padding: 5px;	
	
}
.control_elem_text h4{
	font-weight: bold;
	font-size: 13px;
	margin-bottom:0px;
	margin-top:5px;
	padding:0px;
	
}
.control_elem_text h5{
	font-weight: normal;
	font-size: 12px;
	margin: 5px 0px;
	padding:0px;
}
.control_elem_name{
	font-weight: bold;
	font-size: 16px;
}


.control_elem_desc{}
.control_elem_desc p{}

.control_elem_pack{
	width: 50%;
	float: left;
	color:#a9a9a9
}
.control_elem_pack p{}
.control_elem_pack span{
	margin-top:-5px;
}



.control_elem_available{
	width: 50%;
	float: left;
}
.control_elem_available p{}
.control_elem_available span{
	margin-top:-5px;
}


.control_elem_price {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	padding-top:25px;
	color:#a9a9a9
}
.control_elem_price p{
	font-size: 12px;
    font-weight: normal;
}
.control_elem_price span{
	display: inline-grid;
	font-size: 20px;
	line-height: 1;
}
.control_elem_price span i{
	font-size: 14px;
	height: 13px;
	text-decoration: line-through;
}
.control_elem_sum_price {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	padding-top:20px;
	color:#888
}
.control_elem_sum_price p{
	font-size: 12px;
    font-weight: normal;
}
.control_elem_sum_price span{
	display: inline-grid;
	font-size: 24px;
	line-height: 1;
}
.control_elem_sum_price span i{
	font-size: 14px;
	height: 13px;
	text-decoration: line-through;
}

.control_elem_unit_price {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	padding-top:10px;
	color:#a9a9a9
}
.control_elem_unit_price p{}
.control_elem_unit_price span{
	display: inline-grid;
	font-size: 16px;
	line-height: 1;
}
.control_elem_unit_price span i{
	font-size: 14px;
	height: 13px;
	text-decoration: line-through;
}

.order_cont {
	width: 100%;
	height: 100%;
	display:inline-block;
	float: left;
	text-align: center;
	color:#909090;
}
.order_cont h1{
	font-size: 28px;
	margin:0;
	padding: 10px 0px 5px 0px;
}
.row_1{
	width:60px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 3px;
	background-color: #b82324;
}
.row_2{
	width:40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 3px;
	background-color: #b82324;
}
.order_cont ul{
	height: 120px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	position: relative;
	padding: 15px 0px;
	display: inline-table;
}
.order_cont ul li{
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0px 5px;

}
.order_cont ul li i{
	background-color: #fff;
	color:#b9b9b9;
	padding:15px;
	border-radius: 60px;
	font-size: 34px;
	border:2px solid #b9b9b9;
	margin:0px 30px;

}
.circle_nav{
	display: inline-block
}
.circle_nav_text{
	border:2px solid #b9b9b9;
	border-radius:20px;
	background-color:#fff;
	width: 85px;
    margin: 0 auto;
	margin-top: 25px;
	padding: 3px;
}
.circle_nav_text .ative{
	border:1px solid #b82324;
	color:#b82324;
	box-shadow: 1px 2px 5px rgba(200,200,200,1)
}

.circle_nav .active{
	color:#b82324;
	border:2px solid #b82324;
	cursor: pointer;
	box-shadow: 1px 2px 5px rgba(200,200,200,1)

}
.circle_nav .icon-truck {transform: rotatey(180deg);}
.row_box{
	z-index: 0;
	width: 440px;
	max-width: 100%;
	margin: -80px auto;
	height:1px;

}
.row_box .circle_nav_line {
	width:33%;
	height: 10px;
	background-color:#fff;
	border:2px solid #b9b9b9;
	float: left;
}
.row_box .active{
	width:33%;
	height: 10px;
	background-color:#fff;
	border:2px solid #b82324;
	float: left;
}
#cir3{
	padding-left:10px;
	padding-right:20px;
}

.btn_box{
	width:50%;
	text-align: center;
	float: left;
	padding: 10px 0px;
}

.order_tab {
	width:100%;
	height: 100%;
	background-color:#fff;
	float: left;
	text-align: center;
	position: relative;
}
.order_tab .order_tab {
}
.order_tab .btn_box {
    width: 50%;
    text-align: center;
    float: left;
    padding: 10px 0px;
}
.order_tab_1 {
	width:100%;
	min-height: 400px;
	height: 100%;
	background-color:#fff;
	float: left;
	text-align: center;
	padding:10px 5px 20px 5px;
}
.order_tab_1 .btn_box {
    width: 50%;
    text-align: center;
    float: left;
    padding: 10px 0px;
}
.order_tab h3{
	margin: 0px;
	text-align: left;
	font-size: 20px;
	padding:15px 10px 5px 0px;
}
.order_tab h4{
	padding: 8px 0px;
	margin: 0px;
	text-align: left;
    font-size: 16px;
}
.order_tab_1 h3{
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.order_tab_1 h4{
	padding: 5px 0px;
	margin: 0px;
	text-align: left;

}
.order_tab_1 h5{
	padding:0px;
	margin: 0px;
	margin-bottom: 5px;
	text-align: left;
}
.order_tab_1 .control_elem{border:1px solid #b9b9b9;}
.order_tab_1 .control_elem .control_elem_name{
	font-size: 15px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    position: relative;
    z-index: 2; 
    padding: 0px;

}
.order_tab_1 .pitem_quantity_box{padding-top:10px;}
.order_tab_1 .pitem_img_box{
	width:100%;
	float: left;
}
.order_tab_1 .pitem_img_box img{

	
}
.order_tab_1 .control_elem_text{
	width:95%;
	float: left;
	display: inline-grid;
}




.order_tab input{
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid #e7e7e7;

}

.order_tab input:focus {
    border: 2px solid #ddd;
    outline: 0px;

	
}
.order_tab input:active {
    border: 2px solid #ddd;
}

.order_tab_order .fault {
    border: 2px solid #D81316;
}


.order_tab textarea {
	width: 100%;
	padding:4px 10px;
	margin-bottom: 5px ;
	border-radius: 5px;
	border:2px solid #e7e7e7;
	
}

.order_tab textarea:focus {
    border: 2px solid #ddd;
    outline: 0px;

	
}
.order_tab textarea:active {
    border: 2px solid #ddd;
}

.order_tab label {
	width:100%;
	float:left;
	margin: 0;	
	text-align:left;
}

.drop_p{
	float: left;
	padding:4px 5px;
	margin-left:5px;
	font-size: 16px;
}

.drop_p_label {
	width:100%;
	margin:20px 0px;
	float: left;
}

.order_tab_order {
	width:100%;
	height: 100%;
	float:left;
	padding: 10px 0px;
}
.order_tab_order p{
	font-size:14px;
	text-align:left;
	margin-left:5px;
}



.order_tab_order .container input:checked ~ .checkmark {
    background-color: #b82324;
    margin-top: 0px;
}
.order_tab_order a{
	width:auto;
	font-size: 14px;
	border:1px solid #b82324;
	border-radius:20px;
	cursor:pointer;
	background: #fff;
	float:right;
	padding:3px 7px;
	transition: 0.2s;

}
.order_tab_order a:hover{
	box-shadow: 0px 3px 5px rgba(100,100,100,0.3);
}

.trans_message {
	float: left;
    width: 100%;
	margin:10px 0px;
}





.order_tab_setting{

}

.order_tab_setting .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.order_tab_setting .switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

.order_tab_setting .switch_box{
	width:auto;
	float: left;
	
}
.order_tab_setting .switch_box .switch{
	float: left;
	
}
.order_tab_setting .address_box {
	padding: 5px 7px;
}

.order_tab_setting .address_box h4{
	width:auto;
	float: left;
	padding:10px 0px;
	margin-left: 5px;
	font-size: 14px;
	
}

.order_tab_setting .btn_1 {
	width: 100%;
	color:#b82324;
	transition:0.2s;
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
    padding: 5px;
	margin: 10px auto;
	cursor:pointer;
	background-color: #fff;
	float: left;
	text-align: center;
	outline: none;
	border:1px solid #b82324;
	border-radius: 30px;
	}
	.order_tab_setting .btn_1:hover {
		color:#fff;
		background-color:#b82324;
        border-color: #b82324;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
		}



.order_tab_setting .address_box_data {
	padding: 5px;
	float: left;
	width:100%;
	display: inline-block;
}

.order_tab_setting .address_box_data p{
	width:100%;
	height: 20px;
	float: left;
	font-size: 14px;
	text-align: left;
	padding:0px;
	margin:0px;

}
.order_tab_setting .address_box_data span{
	font-weight:normal;
}

.invoice_select{
	width:100%;
	float:left;
}



.select_takeover{
	width:100%;
	height: 100%;
	border-bottom:1px solid #ddd;
	display:inline-block;
	float:left;
	padding:5px 0px;
	margin-bottom:10px
	
}
.select_takeover p{
	width:auto;
	float:left;
	margin:0px;
	margin-left:5px;
}
.select_takeover h4{
	width:auto;
	float:right;
	margin:0px;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	
}


.select_takeover_toggle{
	width:100%;
	height: 100%;
	float:left;
	display:inline-block;
	background-color:#efefef;
	margin-top:5px;
	transition: 0.3s;
}
.select_takeover_toggle p{
	padding:10px;
	font-size: 12px;
	color:#777;
	text-align:left;
	float:left;
}

.order_tab_pay {}

.order_tab_pay {
	width:100%;
	height: 100%;
	float:left;
	padding: 10px 0px;
}
.order_tab_pay p{
	font-size:14px;
	text-align:left;
	margin-left:5px;
}

.order_tab_pay .container input:checked ~ .checkmark {
    background-color: #b82324;
    margin-top: 0px;
}
.order_tab_pay a{
	width:auto;
	font-size: 14px;
	border:1px solid #b82324;
	border-radius:20px;
	cursor:pointer;
	background: #fff;
	float:right;
	padding:3px 7px;
	transition: 0.2s;
}
.order_tab_pay a:hover{
	box-shadow: 0px 3px 5px rgba(100,100,100,0.3);
}

.order_tab_pay .fault {
    border: 2px solid #D81316;
}




.pagination_box{
	width:100%;
	height: 50px;
	float: left;
	position: relative;
	transition: 0.4s;
	margin:0px;
	padding:0px;
	
	
}
.pagination {
	width:260px;
	height: 100%;
	padding: 10px 10px ;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.pagination a {
	color: #777;
	float: left;
	padding: 6px 13px;
	text-decoration: none;
	border-radius: 0px;
	transition:0.2s;
	cursor: pointer;
}
.pagination .arrow {
	padding: 9px 6px;
}
.pagination .arrow:hover {
	color:#fff;
	background-color:#b82324
}
.pagination a.active {
  background-color: #b82324;
  color: white;
}
.pagination a:hover:not(.active) {background-color: #b82324;color:#fff;}

.sum_text{
	text-align: right;
    padding: 0px 5px;
}
.sum_p{
	width:100%;
	display:inline-block;
	float:left;
	/*color:#E0181C*/
}
.sum_p p{
	padding: 5px 0px;
	text-align:left;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	margin:0;
}
.sum_text p{
	text-align: right;
	padding: 6px 0px;
	font-weight: bold;
	font-size: 14px;
}
.small_text{}
.small_text p{padding:0px;font-size:14px;text-align: right}
.sum_text h4{
	text-align: left;
	padding: 10px 0px;
	font-weight: normal;
	font-size: 12px;
}
.sum_value{}
.sum_value span{
	font-size: 24px;
	font-weight: bold;
	text-align:right;
	float: right;
	color:#888
}
.sum_value .light_text{color:#b9b9b9}
.sum_value .small_text{font-size:16px;}

.trade_text {
	width:auto;
	height: auto;
	float: left;
	display: inline-block;
	position:relative;
}
.trade_text p{
	width:70%;
	height: 100%;
	float: left;
	text-align: left;
	padding-right:5px;
	
}
.trade_text p a{
	cursor:pointer;
	text-decoration: underline;
}
.trade_text input{
	width: 45px;
    float: left;
    outline: none;
    padding: 6px 5px;
	border:1px solid #ddd;
	margin-top: 7px;
	border-radius: 5px;
}
.trade_text .btn_2{
	width:auto;
	padding:2px 10px;
	float:left;
	margin:0px;
	margin-top: 6px;
	font-size: 18px;
}

.order_tab_1 .fail {
	border-color:crimson;
}
.fail {
	border-color:crimson;
}
.trade_text .fail {
	border-color:crimson;
}
.welcome_box .trade_text{width:100%;display: inline-block;}
.welcome_box .trade_text p{min-width: 100%; font-weight: bold;}
.trade_box {
	width:130px;
	margin:0 auto;
	padding: 0px 10px;
}
.trade_content {
	width:100%;
	height: auto;
	position: relative;
	display: inline;
	float: left;
	padding: 0px  0px 10px 0px;
}
.trade_cost_box{
	width:100%;	
	height: auto;
	float: left;
	padding:5px;
	/*
	position: absolute;
	top:0;
	left:0;
	*/
	background-color: #f2f2f2;
	z-index: 1000;
}
.trade_cost_box .trade_text p{
	width:100%;	
	margin-bottom: 0px;
}
.trade_cost_box .trade_content {

    padding: 0px 0px 5px 0px;
}
.trade_cost_data {
	width:90%;
	height: auto;
	position: relative;
	display: inline-block;
}
.trade_cost_data span{
	
	display: inline-block;
	text-align: left;
}
.trade_cost_data span:last-child{
	font-weight: bold;
	float: right;
}
.trade_cost_data p{
	font-size:20px;
	text-align: left;
	margin-bottom:0px;
}
.trade_cost_delete {
	position:absolute;
	top:6px;
	right:-35px;
	font-size:18px;
	cursor:pointer;
}

.trade_cost_delete:hover{
	color:crimson;
	cursor:pointer;
}


/*==============  PROFIL =============*/

#UserData {display:none}
#usrn{}
#usrn_mobil{display: none}
.left_bolt{
	margin-top:-80px;
	border-radius:3px 3px 0px 0px ;
}
.wc_left{
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: #fff;
	padding: 20px 30px;
}

.wc_user_img {
	text-align: center;
	position: relative;
	cursor: pointer;
}
.wc_user_img i{
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 25px;
    opacity: 0.5;
	transition: 0.3s;
	display:block
}
#camera {
	display:none;
	z-index: 1000;
}
.wc_user_img img{
	width: 100px;
	height: 100px;
	border-radius: 150px;
	box-shadow: 1px 3px 10px rgba(200,200,200,1);
}

.wc_user {text-align: center}
.wc_user h3{font-size: 20px;font-weight: bold}
.wc_user h4{font-size: 18px;font-weight: bold; text-align: center}
.wc_user p{
	margin: 0px;
	font-size: 14px;
	width: 100%;
	height: 100%;
}
.wc_user a{}


.wc_user input {
	padding:7px 10px;
	margin-bottom: 5px ;
	width: 100%;
	border-radius: 5px;
	border:2px solid #ddd;
	
}
.wc_shop input {
	padding:7px 10px;
	margin-bottom: 5px ;
	width: 100%;
	border-radius: 5px;
	border:2px solid #ddd;
	
}
.wc_user_data {
	width: 100%;
	text-align:center;
	display: inline-block;
	padding: 5px;
}
.wc_user_data h3{
	text-align:center;
	font-size: 16px;
	margin:5px 0px;
}
.wc_user_data p{
	text-align:center;
	font-size: 14px;
}
.wc_user_data a{
	text-align:center;
	font-size: 14px;
}

.btn_info{
	text-align:left;
	width: 100%;
	margin: 0 auto;
	margin:2px 0px;
	font-size: 14px;
	background: #fff;
	color:#777;
	padding: 5px;
}

.btn_info:hover{
	background: #fff;
	color:#444
}

.btn_nav{
	text-align:center;
	width: 100%;
	margin: 0 auto;
	margin:2px 0px;
	font-size: 18px;
	background: #fff;
	font-weight: 500;
	padding:6px;
}
.btn_nav:hover{
	background: #b82324;
	color:#fff
}

.wc_right{
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding:10px;
}

.wc_right .btn{
	width: 200px;
	max-width: 100%;
	outline: none;
	
}

.wc_right .btn:hover{
	background: #b82324;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
	border-color:#b82324
}

.wc_right .btn_1{
	width: 220px;
	max-width: 100%;
	background: #b82324;
	border:1px solid #b82324;
	color:#fff
}
.wc_right .btn_1:hover{
	border:1px solid #b82324;
	background: #fff;
	color: #b82324;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
	
}

.wc_right .del_btn {
	position: relative;
	float: right;
	width: 90px;
	max-width: none;
	margin: 0px;
	margin-top: 10px;
}


.wc_box {text-align: center;padding:0px 20px}
.wc_box h3{font-size: 20px;font-weight: bold}
.wc_box h4{font-size: 18px;font-weight: bold; text-align: left;}
.wc_box p{
	margin: 0px;
	font-size: 14px;
	width: 100%;
}
.wc_box a{float:left}


.wc_box input {
	width: 100%;
	padding:7px 10px;
	margin-bottom: 5px ;
	border-radius: 5px;
	border:2px solid #f2f2f2;
	
}

.wc_box input:focus {
    border: 2px solid #ddd;
    outline: 0px;

	
}
.wc_box input:active {
    border: 2px solid #ddd;
}
.wc_box textarea {
	width: 100%;
	padding:7px 10px;
	margin-bottom: 5px ;
	border-radius: 5px;
	border:2px solid #f2f2f2;
	
}

.wc_box textarea:focus {
    border: 2px solid #ddd;
    outline: 0px;

	
}
.wc_box textarea:active {
    border: 2px solid #ddd;
}

.wc_box_data {
	width: 100%;
	text-align:left;
	display: inline-block;
	padding: 5px;
}
.wc_box_data_50{
	width:50%;
	float: left;
	padding:10px;
}
.wc_box_data #info_txt {margin-top:0px;}
.wc_box_data p{
	width:100%;
	float: left;
	text-align: left;
	font-size: 14px;
}
.wc_box_data a{
	text-align:center;
	font-size: 16px;
}

.address_box {
	width:100%;
	min-height: 140px;
	height:100%;
	padding:10px;
	border:1px solid #b82324;
	border-radius: 10px;
	transition: 0.2s;
	position:relative;
	float: left;
}

.address_box_1 {
	width:100%;
	height: auto;
	padding:2px 5px;
	border:1px solid #b82324;
	border-radius: 10px;
	transition: 0.2s;
	position:relative;
	float: left;
}
.address_box_1 h4{
	margin-left: 6px;
	font-size:15px;
	margin-bottom:0px;
	padding:8px 0px ;
	float: left;
}
.address_box:hover {
	box-shadow: 0px 3px 7px rgba(100,100,100,0.3);
}
.address_box h4{
	font-size: 16px;
	margin:0px;
	padding:5px 0px;
}
.wc_box_data i{

	font-size: 16px;
	cursor:pointer
}
.wc_box_data i:hover{
	color:#b82324
}
.wc_box_data .icon-trash-empty{
	position:absolute;
	top:10px ;
	right:10px;
}
.wc_box_data .icon-pen{
	position:absolute;
	bottom:10px ;
	right:10px;
}

#wishlist_container{
}

#wishlist_container .price{
	font-size: 30px;
}
/* Rounded sliders */

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DBDBDB;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #b82324;
}

input:focus + .slider {
  box-shadow: 0 0 1px #b82324;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch_box {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding:5px 0px;
}
.switch_box h4{
	float: left;
	margin: 3px;
	font-size: 14px;
	padding: 8px 10px;
}








.wc_box_content {
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align:left;
	padding: 5px;
}

.wc_box .btn_plus,.wc_box  .btn_minus  {
	text-align: center;
    color: #696c74;
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 28px;
    position: relative;
    background: rgb(255, 255, 255);
    flex: 0 0 30px;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-image: initial;
    outline: none;
	padding: 1px 9px;
	cursor: pointer;
	transition: 0.3s;
	transform: scaleY(1);
	text-transform: uppercase;
	margin-top: -4px;
	float: none
	
}
.wc_box .btn_plus:hover,.wc_box  .btn_minus:hover  {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
	transform: scaleY(1.5);
	margin-top: 0px;
}
.wc_box .wc_box .btn_plus {
    padding: 0px 9px;
    margin-left: -17px;
    margin-right: -14px;
	font-size: 19px;
}
.wc_box .btn_minus  {
	padding: 0px 10px;
    font-size: 20px;}

.wc_box .pitem_product_quantity input {
    width: 50%;
    padding: 0px;
    margin-bottom: 2px;
    border-radius: 0px;
    border: 0px solid #f2f2f2;
}
.wc_box .list_2 .pitem_name a {
    width: 100%;
    color: #777;
    transition: 0.2s;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 3px;
}
.wc_box .like div i {
    font-size: 20px;
    color: #b9b9b9;
	padding:10px;
    transition: 0.2s;
}
.wc_box .like div i:hover {
    font-size: 20px;
    color: #e1171e;
}




/* profil Rendeléseim */ 

.order_list_head{}
.order_list_filter{
	width:100%;
	height: 100%;
	float: left;
}
.order_list_filter #sort_dd{
	position: relative;
    width: 210px;
    margin: 5px;
    margin-left: 0px;
    font-size: 12px;
    text-align: left;
    border: 1px solid #ddd;
    padding: 5px 10px;
    color: #b9b9b9;
    letter-spacing: 0px;
    background-color: #fff;}
.order_list_filter #sort_dd .caret {
    position: absolute;
    top: 11px;
    right: 8px;
}
.order_list_filter .example {
    display: inline-block;
    width: auto;
    margin: 5px;
    position: relative;
}

.order_list_filter form.example input[type=text] {
    width: 200px;
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    color: #999;
    letter-spacing: 0.8px;
}
.order_list_filter .dropdown ul li a {
    width: 100%;
    margin: 0px;
    border: none;
    padding: 5px 5px;
    border-radius: 0px;
    color: #777;
    text-align: left;
    font-size: 12px;
	cursor:pointer;
}
.order_list_filter .dropdown ul li a:hover {
    border: none;
    padding: 5px 5px;
    color: #fff;
    background-color: #b82324;
}







.order_list_tilte{
	width:100%;
	height:100%;
	float: left;
	background-color:#f2f2f2;
	color:#777;
}
.order_list_tilte div{padding:5px}
.order_list_tilte div p{
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.order_list_container {
	width: 100%;
	height: 100%;
	float: left;
	padding:5px 0px ;
}
.order_list_item {
	width:100%;
	height:100%;
	float:left;
	display:inline-block;
	border:1px solid #ddd;
	border-radius:7px;
	margin: 2px 0px;
}
.order_list_item p {
	width:100%;
	height:100%;
	float:left;
	font-size: 13px;
	padding:5px 0px;
	color:#aaa
}
.order_list_item_arrow {
	text-align: center;
}
.order_list_item i{
	width:25px;
	height:25px;
	display:inline-block;
	border:1px solid #b82324;
	color:#b82324;
	border-radius:20px;
	cursor: pointer;
	padding:5px 3px;
	margin:1px auto;
	transition:0.2s;
	font-size: 12px
}
.order_list_item i:hover{
	box-shadow: 1px 3px 5px #ddd
}

.order_num{font-weight: bold;padding: 0px;user-select: text}
.order_date{}
.order_status{}
.order_price{font-weight: bold;}
.order_list_item_details{
    display: block;
    width: 100%;
    height: 100%;
	padding-bottom: 10px;
    overflow-y: auto;
	position: relative;
}

	div.order_list_item_details::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: rgba(100,100,100,0.2)
		}
	
	div.order_list_item_details::-webkit-scrollbar { 
		width: 1px;
		height: 10px;
		background-color: rgba(137,137,137,0.1)
		}
	
	div.order_list_item_details::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: rgba(48,176,42,0.6)
		}
.order_list_item_details_title {
	width:100%;
	min-width: 780px;
	padding: 5px;
    line-height: 1.42857143;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
	display: inline-flex;
	text-align: center;
}
.order_list_item_details_content {
	width:100%;
	min-width: 780px;
	height: 50px;
	padding: 5px;
	margin-top:5px;
    line-height: 1.42857143;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
	display: inline-flex;
	
}
.order_list_item_details_content p {
	height:auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.1;
	padding: 0px;
}
.order_list_item_details_summary {
	width:100%;
	min-width: 780px;
	height:100%;
	padding: 5px;
	margin-top:5px;
    line-height: 1.42857143;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
	display: inline-flex;
}

.item_details_summary_info{
	width:50%;
	min-width:390px;
	display: inline-block;
	float: left
}
.item_details_summary_info div{
	width:100%;
	display: inline-block;
	float: left
}
.item_details_summary_info div p{
	width:100%;
	display: inline-block;
	float: left;
	padding: 0px;
	font-size: 12px;
}
.item_details_summary_info  .btn_4{
	display: inline-block;
	float: left;
	font-size: 14px;
	padding:5px 10px;
	margin-top:5px;
}

.item_details_summary_sum {
	width:50%;
	min-width:390px;
	display: inline-block;
	float: left;
	padding-right: 10px;
}
.item_details_summary_sum div{
	width:100%;
	display: inline-block;
	float: left
}

.summary_sum p{
	width:100%;
	display: inline-block;
	float: right;
	text-align: right;
	margin:0px;
	padding:0px;
	font-size: 12px;
}

.summary_sum span{
	width:100px;
	display: inline-block;
	float: right;
	text-align: right;
	margin:0px;
	padding:0px;
	font-size: 12px;
}

.summary_transport p{
	width:100%;
	display: inline-block;
	float: right;
	text-align: right;
	margin:0px;
	padding:0px;
	font-size: 12px;
}
.summary_transport span{
	width:100px;
	display: inline-block;
	float: right;
	text-align: right;
	margin:0px;
	padding:0px;
	font-size: 12px;
}

.summary_cod p{
	width:100%;
	display: inline-block;
	float: right;
	text-align: right;
	margin:0px;
	padding:0px;
	font-size: 12px;
}
.summary_cod span{
	width:100px;
	display: inline-block;
	float: right;
	text-align: right;
	margin:0px;
	padding:0px;
	font-size: 12px;
}
.summary_brutto p{
	width:100%;
	display: inline-block;
	float: right;
	text-align: right;
	margin:0px;
	padding:0px;
	font-weight: bold;
	font-size: 16px;
}
.summary_brutto p span{
	width:100px;
	display: inline-block;
	float: right;
	text-align: right;
	margin:0px;
	padding:0px;
	font-weight: bold;
	font-size: 16px;
}









.item_details_id {
	width:5%;
	min-width:20px;
	float: left;
	position: relative;
}
.item_details_id p{
	position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item_details_img {
	width:10%;
	min-width:60px;
	float: left;
	position: relative;
}
.item_details_img img{
	width:40px;
	float: left;
	position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item_details_name {
	width:35%;
	min-width:270px;
	float: left;
	position: relative
}
.item_details_name p{
	position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-height: 40px;
	overflow: hidden;
	line-height: 1.2;
	text-align: left

}
.item_details_pack {
	width:10%;
	min-width:70px;
	float: left;
	position: relative;
}
.item_details_pack p{
	position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item_details_weight {
	width:10%;
	min-width:70px;
	float: left;
	position:relative;
}
.item_details_weight p{
	position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item_details_action {
	width:5%;
	min-width:45px;
	float: left;
	position:relative;
}
.item_details_action p{
	position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item_details_uprice {
	width:10%;
	min-width:80px;
	float: left;
	position:relative;
}
.item_details_uprice p{
	position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item_details_piece {
	width:5%;
	min-width:70px;
	float: left;
	position: relative
}
.item_details_piece p{
	position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item_details_price {
	width:10%;
	min-width:70px;
	float: left;
	position: relative
}
.item_details_price p{
	position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item_details_subtotal {
	width:10%;
	min-width:80px;
	float: left;
	position: relative;
	text-align: right;
	padding-right: 10px;
}
.item_details_subtotal p{
	position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: right;
	padding-right: 10px;
}
















/*
.pr_desc_container_termek .product_desc{}
.pr_desc_container_termek .product_desc_img{
	width:100%;
	height: 200px;
	padding: 0px 10px;
	position: relative;
}
.pr_desc_container_termek .product_desc_img img{
	width: 250px;
    max-height: 250px;
    max-width: 100%;
}
*/

#owl-demo3, #owl-demo4{
	padding: 0px;
}
.product_desc_img .owl-carousel .owl-item {
    border-left: none;

	
}
.product_desc_img .owl-carousel .owl-wrapper-outer{
	height: auto;
}


.product_desc_img  .owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	height:auto;/**/
	padding: 0px;
}

.product_desc_img  .owl-buttons {
    position: absolute;
    bottom: 15px;
    max-width: 100%;
    width: 100%;
}
.product_desc_img .owl-theme .owl-controls .owl-buttons div {
	color: #b82324;
    display: inline-block;
    zoom: 1;
    margin: 5px 10px;
    padding: 10px 8px;
    font-size: 16px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #b82324;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    transition-duration: 50ms;
}

.product_desc_img .owl-theme .owl-controls .owl-buttons .owl-prev{
	float: left;
	margin:10px;
}
.product_desc_img .owl-theme .owl-controls .owl-buttons .owl-next{
	float: right;
	margin:10px;
}
.product_desc_img .owl-carousel .owl-item {
	
}
.product_desc_img .owl-carousel .owl-item .elem{
	width: 100%;
	display:inline-flex
	
}
.product_desc_img .owl-carousel .owl-item .elem img{
	margin:0 auto
	
}
.product_desc_img .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 7px;
    margin: 7px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #545454;
    transition-duration: 0.2s;
}

.pr_desc_container_termek .pitem_available {
	color:#b82324
}
.pr_desc_container_termek .product_desc_1{padding: 10px;}
.pr_desc_container_termek .product_desc_1 h3{}
.pr_desc_container_termek .product_desc_1 p{
	width: 100%;
	float: left;
	font-size: 14px;
	text-align: left;
	padding:0px;
	margin:2px;
}
.pr_desc_container_termek .product_desc_1 p span{float: none}
.pr_desc_container_termek .product_desc_1 .pitem_unit_price{
	width: 100%;
	float: left;
	text-align: left;
}
.pr_desc_container_termek .product_desc_1 .pitem_unit_price p{
	width: 100%;
	float: left;
	font-size: 14px;
}
.pr_desc_container_termek .product_desc_1 .action_box {
	width:auto;
	padding:5px 10px;
	background-color: #D31417;
	color:#fff;
	border-radius:20px;
	font-weight: bold;
}
.pr_desc_container_termek .product_desc_1 .pitem_unit_price p span{
	width: auto;
	text-align: left;
	font-size: 14px;
	text-decoration: none;
}
.pr_desc_container_termek .product_desc_1 .pitem_unit_price .old_unit_price{
	color:#D31417
	
}
.pr_desc_container_termek .product_desc_1 .pitem_unit_price .old_unit_price span{
	width:auto;
	text-decoration:line-through;
}
.pr_desc_container_termek .product_desc_1 .pitem_unit_price .unit_price{
	
}
.pr_desc_container_termek .product_desc_1 .pitem_unit_price .unit_price span{
	width:auto;
	font-weight: bold;
}


.pr_desc_container_termek .pitem_price{
	width:100%;
	float: left;
	padding-top: 10px;
	font-size: 36px;
}
.pr_desc_container_termek .pitem_price .price{
	font-size: 46px;
}
.pr_desc_container_termek .pitem_quantity_box{
	width:100%;
	float: left;
}

.pr_desc_container_termek .pitem_quantity_box .btn_minus{
    color: #696c74;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    position: relative;
    background: rgb(255, 255, 255);
    flex: 0 0 30px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    outline: none;
    padding: 1px 15px 3px 15px;
    cursor: pointer;
    transition: 0.3s;
    transform: scaleY(1);
    text-transform: uppercase;
    margin-top: -2px;	
}
.pr_desc_container_termek .pitem_quantity_box .input{}
.pr_desc_container_termek .pitem_quantity_box .btn_plus{
    color: #696c74;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    position: relative;
    background: rgb(255, 255, 255);
    flex: 0 0 30px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    outline: none;
    padding: 3px 13px 4px 13px;
    cursor: pointer;
    transition: 0.3s;
    transform: scaleY(1);
    text-transform: uppercase;
    margin-top: -2px;	
}
.pr_desc_container_termek .pitem_quantity_box span{}
.pr_desc_container_termek .pitem_quantity_box .goto_basket{}
.pr_desc_container_termek .pitem_quantity_box .goto_basket .btn_2{
	width:300px;
	padding: 7px 40px;
	margin:10px auto;
	float:none;
	border-radius: 20px;
}

.pr_desc_container_termek .product_desc_2{
	padding: 30px 10px;
}

.pr_desc_container_termek .pitem_product_quantity{
	padding: 20px 10px;

}





.pr_desc_container_termek .tab_nav {
	overflow: hidden;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}
.pr_desc_container_termek .tab_nav li{
	width: 25%;
	float: left;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	transition: 0.2s;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	border-right: 0px;
}
.pr_desc_container_termek .tab_nav li:last-child{

	border-right: 1px solid #ddd;
}
.pr_desc_container_termek .tab_nav li:first-child{
	border-top-left-radius: 10px;
}
.pr_desc_container_termek .tab_nav li:last-child{
	border-top-right-radius: 10px;
}
.pr_desc_container_termek .tab_nav li a{
	padding:10px;
	float:left;
	border:none;
	border-radius: 10px;
	color:#999

}
.pr_desc_container_termek .tab_nav li a:hover{
	float:left;
	border:none;
}

.pr_desc_container_termek .tab_nav li:hover {
	border-bottom: 3px solid #b82324;
	background-color: #fff;
	color:#777
}

/* Create an active/current tablink class */
.pr_desc_container_termek .tab_nav li.active {
	background-color: #fff;
	border-bottom: 3px solid #b82324;
}


.tapertek_box_title{
	width: 100%;
	border-bottom:1px solid #ddd;
	background-color: #F9F9F9;
	border:1px solid #ddd;
	border-radius: 5px;
	float: left;
	padding: 5px 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.tapertek_box {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 12px;
	border:1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: none;
}

.tapertek_box .tapertek_box_title p span{}

.tapertek_box .tapertek_box_text{
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.tapertek_box .tapertek_box_text:last-child{
	border-bottom:none;
}
.tapertek_box .tapertek_box_text p{
	width:50%;
	height: 17px;
	overflow: hidden;
	float: left;
	font-size: 12px;
	text-align: left;
	margin:5px 0px;
}
.tapertek_box .tapertek_box_text p span{}










.product_desc{
	width: 100%;
	height: 100%;
	float: left;
	display: inline-block;
	background-color: #fff;
	padding: 10px;
}
.product_desc_img {
	width: 100%;
	height: 250px;
	display:inline-flex;
}
.product_desc_img img {
	width:200px;
	max-width: 100%;
	max-height: 200px;
	margin: 0 auto;
}

.product_desc_1{
	width: 100%;
	height: 100%;
	float: left;
	display: inline-block;
}
.product_desc_1 h3{
	font-size: 24px;
	margin-top:5px;
	margin-bottom: 5px;
	text-align: left
}
.product_desc_1 h4{
	margin: 5px 0px 0px 0px ;
	font-size: 16px;
}
.product_desc_1 p{}
.product_desc_1 span{
	width:100%;
	text-align: left;
	float: left;
}
.product_desc_1 span i{font-style: normal;}
.product_desc_2{
    height: 100%;
    width: 100%;
    display: inline-block;
}

.product_desc_2 h4{
	font-size: 16px;
    margin: 10px 0px 5px 5px;
    float: left;
    width: 100%;
}
.product_desc_2 p{
	width:100%;
	max-width: 100%;
	float: left;
	font-size: 14px;
	margin:0px 0px 15px 5px;
	letter-spacing: 0.3px;
    line-height: 1.2;
	white-space: pre-line;
}
.product_desc_2 ul{
	padding: 0px;
}
.product_desc_2 ul li{
	width:25%;
	float: left;
    list-style: none;
	border-bottom: 3px solid #f9f9f9;
	transition:0.1s;
}

.product_desc_2 .tablinks{
	min-width: 100%;
	height: 100%;
	text-align: center;
	font-size:16px;
}

.product_desc_2 ul li.active{
	background-color: #fff;
	border-bottom: 3px solid #b82324;
}
.product_desc_2 ul li:hover {
	border-bottom: 3px solid #b82324;
	background-color: #fff;
	color:#777
}


.tab-pane {
	padding:5px;
}



/* Index Links */

.img_links {
	width:100%;
	height: 100%;
	display: inline-block;
	padding-top:50px;
}
.img_links_box {
	position: relative;
	width:100%;
	height: 175px;
	background-position: center;
	background-size: 101%;
	background-repeat: no-repeat;
	border-radius: 10px;
	margin:15px 0px;
	transition-duration: 0.2s
}
.img_links_box_miki_1 {background-image: url("../img/unnepek/nyeremenyjatek.jpg");}
.img_links_box_kari_11 {background-image: url("../img/unnepek/kari_ajanlo_.jpg");}
.img_links_box_kari_2 {background-image: url("../img/unnepek/kari_ajanlo.jpg");}

.img_links_box_1 {background-image: url("../img/ajanlo/1.jpg");}
.img_links_box_11 {background-image: url("../img/ajanlo/10.jpg");}
.img_links_box_2 {background-image: url("../img/ajanlo/2.jpg");}
.img_links_box_3 {background-image: url("../img/ajanlo/3.jpg");}
.img_links_box_4 {background-image: url("../img/ajanlo/4.jpg");}
.img_links_box_5 {background-image: url("../img/ajanlo/5.jpg");}

.img_links_title{
	width: 100%;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(50,50,50,0.6);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 20px;
}
.img_links_title h3{
	margin:0px;
	padding:0px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
}
.img_links_title p{
	font-size: 16px;
	line-height: 1.3;
}
.img_links_title .btn_6{
	float: left;
	text-shadow: 0px 0px 0px rgba(50,50,50,0);
	
	
}

/* Akciós termék SLIDE */
.action_slide {
	padding: 50px 20px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.action_slide .pruduct_item {min-height: 400px;}
.action_slide .pitem_img_box img {max-width:70%;}

.action_slide ul{padding: 0px;}
.action_slide .elem{

	margin:10px;
}
.action_slide .owl-carousel .owl-item{
	border-left: 0px solid #fff;
}

.action_slide_header {
	text-align:center;
}
.action_slide_header h3{
	font-size: 36px;
	font-weight: bold;
	margin-bottom:0px;
}
.action_slide_header p{
	font-size: 16px;
	margin-bottom:5px;
}
.img_links_header {
	text-align:center;
	padding:40px 0px 20px 0px;
}
.img_links_header h3{
	font-size: 36px;
	font-weight: bold;
	margin-bottom:10px;
}
.img_links_header p{
	width: 60%;
	font-size: 18px;
	font-style:italic;
	margin:10px auto;
	font-weight: 300;
}
.img_links_header_2 {
	text-align:center;
	padding:40px 0px 20px 0px;
}
.img_links_header_2 h3{
	font-size: 34px;
	font-weight: normal;
	font-style:italic;
	margin-bottom:10px;
}
.img_links_header_2 p{
	width: 60%;
	font-size: 18px;
	font-style:italic;
	margin:10px auto;
	font-weight: 300;
}

.row_1{
	width:80px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 6px;
	background-color: #b82324;
}
.row_2{
	width:60px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 3px;
	background-color: #b82324;
}

.content_termek {
	width:100%;
	float: left;
	padding:10px;
	display: grid;
}
.content_termek img{
	width:100%;
}
.content_termek h4{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}
.content_termek p{
	text-align: justify;
	font-weight: 300;
	font-size: 14px;
}
.content_termek a{
	position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    float: none;
	margin:0 auto;
}

.category_box {
	width: 100%;
	float: left;
	display: inline-block;
}
.category_name {
	width: 100%;
	display: inline-block;
	padding:10px;
	float: left;
}
.category_name h4{
	font-size: 30px;
	font-weight: bold;
}

.category_product_box {
	width:100%;
	float: left;
	display: inline-block;
	padding: 10px 20px;
}
.category_product_box .product_box {
	width:100%;
	float: left;
	display: inline-grid;
	padding:10px;
	min-height: 300px;

}
.product_box  h4{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin:20px 0px;
}
.product_box img{
	width:80%;
	margin:0 auto;
	float: left;
	border: 10px solid #fff;
	box-shadow: 0px 4px 10px rgba(100,100,100,0.4);
	border-radius: 200px;
}

.title_box {
	width:100%;
	float: left;
	display: inline-grid;
	padding: 20px;
}
.title_box p{
	width:100%;
	float: left;
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	
}
.title_box h3{
	width:100%;
	float: left;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	
}

.content_contact_box {
	width:100%;
	height: 100%;
	float: left;
	display: inline-block;
	padding:40px 0px;
}

.contact_elem {
	width:100%;
	display: block;
	float: left;
	padding: 7px 0px;
}
.contact_elem i{
    font-size: 50px;
    color: #b82324;
    float: left;
}
.contact_elem a{
	font-size: 22px;
    line-height: 0;
    margin: 0;
    margin-top: 25px;
    padding: 0;
    float: left;
	font-style: italic;
}
.contact_elem a:hover{
	color:#b82324
}



/*=== PRODUCT ===*/
/*===============*/
.product {
	z-index:0;
}
.list_1 .product_item{
	height: 180px;
}
.list_2 {
}
.list_3 .pitem_name{
	height: 47px;
}
.list_3 .btn_1{
    padding: 8px;
    margin: 5px auto;}

.list_1 .product_item{
	position: relative;
	display: inline-block;
	height: 180px;
}
.list_2 .product_item{
	padding-bottom: 10px;
}
.list_3 .product_item{
	height: 100%;
}

.list_3 .seller_item h4 {
	text-align:center
}

.list_1 .pitem_price_box .pitem_boxinfo p{
	width: 100%;
	text-align: center;
}


.list_1  .pitem_name{
	width: 100%;
	float: left;
    font-size: 14px;
    line-height: 1.1;
    height: 55px;
    overflow: hidden;
    font-weight: 600;}
.list_1  .pitem_name a {
    color: #777;
    transition: 0.2s;
	text-align: left;
	font-size: 16px;
	float: left;
	padding:3px 5px ;
	font-weight: bold;}
.list_1 .pitem_img_box {
	
}
.list_1 .pitem_img_box img {
	width: auto;
	max-width:100%;
    max-height: 180px;
	padding: 10px
}
.list_1 .pitem_stock_name {
	text-align:left;}
.list_1 .pitem_stock_name a{
	font-weight: bold;
	font-size: 14px;
	text-align:left;}

.list_1 .tooltip {
    font-size: 14px;
}

.list_1 .pitem_desc p {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}


.list_2  .pitem_name a {
	width: 100%;
    color: #777;
    transition: 0.2s;
	text-align: left;
	font-size: 14px;
	font-weight: bold;}
.list_2 .pitem_unit_price p i{
	font-size: 16px;}
.list_2 .pitem_unit_price p span{
	font-size: 12px;}
.list_2 .pitem_title_box{
	padding-top:5px;}
.list_2 .pitem_img_box img {
	width: auto;
	/*height: 100%;
    max-height: 133px;*/
	padding:10px;
}
.list_2 #pack_price {
	font-size:34px;
	height: 55px;}
.list_2 .pitem_available p {
	width: 100%;
	overflow: hidden;
	font-size:13px;}
/*.list_2 .quantity_box {
	padding-top:10px;}
.list_2 .goto_basket {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:0px;
}
*/

.list_3 .seller_content_text{
	text-align: center}
.list_3 .seller_content_text .btn_4{
    width: 90%;
    padding: 5px;
    margin: 5px auto;
    margin-left: 5%;}
.list_3 .seller_content_text .rate{
	width: inherit;
	text-align: center;}






.product_list {
	width: 100%;
	height: 100%;
}
.product_list p{
	width: 100%;
	margin-bottom: 0px;
	padding: 5px;
}
.product_box {
	width:100%;
	height: 100%;
	display: inline-block;
	margin-bottom: 5px;

}
.list_title{
	float: left;
    width: 90%;
	font-size:24px;
	margin:50px 5px 10px 5px;
	padding: 0px 5px;color:#888
}

.product_item {
	width:100%;
	height: 100%;
	padding:5px;
	background: #fff;
	text-align: center;
	border:0.5px solid #b9b9b9;	
	border-radius: 5px;
	display:inline-block;
	position: relative;
	margin-bottom:5px; 
	z-index: 50;
}
.pitem_img_box{
	width: 100%;
	max-height: 100%;
	float: left;
	position:relative;
}
.pitem_img_box img{
	padding:5px;
	max-height: 100%;
	margin:0 auto;
	cursor:pointer;
}
.sale{
	position:absolute;
	top:5px;
	left:0;
	display: inline-grid;
}
.sale div{
	width: 100%;
	height: 100%;
	background-color: #e1171e;
	border-radius: 5px;
	display: inline-block;

}
.sale div i{

	font-size:14px;
	font-weight: bold;
	color:#fff;
	padding: 2px 5px;
}



.like{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-grid;
}
.like div{}
.like div i{
	font-size: 26px;
	color:#b9b9b9;
	transition:0.2s;
}
.like div i:hover{
	font-size: 26px;
	color:#e1171e
}
.like{
	top: 0px;
    right:-5px;
}


.quantity_box{
	width:100%;
	height: 100%;
	left:0;
	float: left;
	display: inline-block;
}
.quantity_box div{
	/*float: left*/
}


.goto_basket {
	width:100%;
	height: 100%;
	float: left;
	text-align: center;
	display: inline-block;
	padding:0px 5px;
	margin-top: 5px;
	
}
.goto_basket .btn_2{
	width:100%;
	text-align: center;
	margin: 0px;
	float: left;
	padding:5px;
}

.pitem_title_box {
	width:100%;
	height: 100%;
	float: left;
	display: inline-block;
	padding-top:5px;
}
.pitem_price_box {
	width:100%;
	float: left;
	display: inline-block;
}


.icon-zoom-in-1{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 65%;
	right:0px;
	color:#b9b9b9;
	font-size: 30px;
	transition:0.3s;
	opacity: 0;
}
.activ_i{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 45%;
	right:10px;
	opacity: 0.3;
	z-index: 100;
}
.pitem_open_desc {
	width:100%;
	height: 100%;
	display: inline-block;
}

.list_2 .pitem_open_desc {
	width:100%;
	height: 145px;
	display: inline-block;
}

.open_product_modal{
	width:100%;
	height: 100%;
	float: left;
	display: inline;
	cursor:pointer;
	overflow: hidden;
}
.list_3 .open_product_modal{
	padding: 10px;
}

#pm_img{
	height:230px; 
	margin:0px auto;
}
#termek_img{
	height:230px;
	margin:0px auto;
}

/*==== Üzenet =====*/
.message_list_box_header {
	widt:100%;
	height: 30px;
	background: #f2f2f2;
	
}
.message_list_box_header p{
	float: left;
	padding: 10px 1px;
	font-size: 12px;
	line-height: 1.2;
}
.message_list_box {
	width:100%;
	height: 100%;
	background: #fff;
	display: inline-block;
	float: left;
}
.message_list_elem {
	width:100%;
	height: 100%;
	display: inline-block;
	float: left;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding: 5px;
}
.message_list_elem p{font-size:12px;line-height: 1.2;padding:0px 3px ;}
.message_list_elem .active{
	background-color: #f2f2f2;
}

.message_list_elem h4{
	width:100%;
	height: 16px;
	padding:0px;
	margin:0px;
	font-size: 12px;
	font-weight:500;
	overflow: hidden;
}
.message_list_elem h5{
	padding:0px;
	margin:5px 0px;
	font-size: 14px;
	overflow: hidden;
}
.message_list_elem span{
	padding:0px;
	margin:0px;
	font-size: 10px;
	letter-spacing: 1.1px;

}
.message_list_elem i {
	font-size: 18px;
    padding: 5px;
	margin:0px;
	float:right;
	color:#b9b9b9;
	cursor:pointer;
	transition: 0.2s;
}
.message_list_elem i:hover {
	color:#777;
}

.message_list_message p{
    text-align: left;
    font-size: 12px;
    max-height: 29px;
    line-height: 1.2;
    overflow: hidden;

}


.message_box{
	width:100%;
	height: 600px;
	max-height: 25vh;
	float: left;
	display: inline-block;
	position: relative;
	background-color: #f2f2f2;
	overflow: scroll;
	overflow-x: hidden;
}

	div.message_box::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: rgba(228,228,228,0.3)
		}
	
	div.message_box::-webkit-scrollbar { 
		width: 10px;
		background-color: rgba(137,137,137,0.1)
		}
	
	div.message_box::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: rgba(56,56,56,0.1)
		}
.answer_box {
	width:100%;
	height: auto;
	float: left;
	display: inline-block;
	background-color:#f2f2f2;
	padding: 10px 0px;
}


.message_box h3{
	font-size: 12px;
	margin:0px;
	padding:0px;

}
.message_box h4{
	font-size: 13px;
	margin:0px;
	padding:0px;
}
.message_box p{
	font-size: 12px;
	margin:0px;
	padding:0px;

}
.message_box i{
	font-size: 12px;
	margin:0px;
	padding:0px;
}
.msg_user_1{
	width: 80%;
	height: auto;
	float: left;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	margin:5px;
	padding: 10px;
}
.msg_user_2{
	width: 80%;
	height: auto;
	float: right;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	margin:5px;
	padding: 10px;
}
.msg_1{white-space: pre-line;}



/*==== Üzenet Modal =====*/
#myModalAccount {z-index:6000;}
#myModalMessage {}
.form_message{
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
}
.form_message .input-field {
    width: 100%;
    padding: 6px;
    outline: none;
    border: 2px solid #f2f2f2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s;
    font-size: 14px;
}
.form_message p {
    padding: 4px 5px;
    margin: 0px;
    margin-top: 3px;
}
.form_message label{
	font-size: 13px;
    color: #888;
    font-weight: bolder;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.form_message input {
	width: 100%;
	padding:7px 10px;
	margin-bottom: 5px ;
	border-radius: 5px;
	border:2px solid #ECECEC;
	
}

.form_message input:focus {
    border: 2px solid #f2f2f2;
    outline: 0px;

	
}
.form_message input:active {
    border: 2px solid #f2f2f2;
}


.form_message input:disabled {
  	background: #f2f2f2;
	border:2px solid #f2f2f2;
}

.form_message_info_box {
	width:100%;
	height: 100%;
	float: left;
	display: inline-block;
	position: relative;
}
.form_message_info_box img{
	max-width: 100%;
	display: inline-block;
	float: left;
}

.form_message  .input-field:focus {
    border: 2px solid #ddd;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form_message textarea {
	width: 100%;
	padding:7px 10px;
	margin-bottom: 5px ;
	border-radius: 5px;
	border:2px solid #f2f2f2;
	transition: 0.2s;
	font-size: 14px;
}
.form_message textarea:focus {
    border: 2px solid #ddd;
    outline: 0px;

	
}
.form_message textarea:active {
    border: 2px solid #ddd;
}
.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #b82324; 
    border-color: #b82324;
    transition-duration: 0.2s;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #b82324;
    transition-duration: 0.3s;
}




.contact_mail {}
.contact_mail .form_message{
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
}
.contact_mail .form_message .input-field {
    width: 100%;
    padding:10px;
    outline: none;
    border: 2px solid #f2f2f2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s;
    font-size: 14px;
	border-radius: 20px;

}
.contact_mail .form_message p {
    padding: 4px 5px;
    margin: 0px;
    margin-top: 3px;
}
.contact_mail .form_message label{
	font-size: 13px;
    color: #888;
    font-weight: bolder;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.contact_mail .form_message input {
	width: 100%;
	padding:7px 10px;
	margin-bottom: 5px ;
	border:2px solid #ECECEC;
	border-radius: 20px;
	
}

.contact_mail .form_message input:focus {
    border: 2px solid #b82324;
    outline: 0px;
	border-radius: 20px;
	
}
.contact_mail .form_message input:active {
    border: 2px solid #b82324;
	border-radius: 20px;
}


.contact_mail .form_message input:disabled {
  	background: #f2f2f2;
	border:2px solid #f2f2f2;
	border-radius: 20px;
}

.contact_mail .form_message_info_box {
	width:100%;
	height: 100%;
	float: left;
	display: inline-block;
	position: relative;
}
.contact_mail .form_message_info_box img{
	max-width: 100%;
	display: inline-block;
	float: left;
}

.contact_mail .form_message  .input-field:focus {
    border: 2px solid #b82324;
	border-radius: 20px;
}

.contact_mail .form_message textarea {
	width: 100%;
	padding:7px 10px;
	margin-bottom: 5px ;
	border-radius: 20px;
	border:2px solid #f2f2f2;
	transition: 0.2s;
	font-size: 14px;
}
.contact_mail .form_message textarea:placeholder{
	font-size: 12px;
	font-style: italic
}
.contact_mail .form_message textarea:focus {
    border: 2px solid #b82324;
    outline: 0px;

	
}
.contact_mail .form_message textarea:active {
    border: 2px solid #ddd;
}

.input_email {padding-left:0px;}
.contact_map {}
.contact_map iframe{
    width: 100%;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(100,100,100,0.3);
}


.impressum { padding:20px;}
.impressum h4{font-size: 24px;font-weight: bold;}
.impressum p{font-size: 16px;padding:10px 0px;text-align:left;}
.impressum p a{font-size: 16px;}




#pr_list { font-weight: normal}
#pr_list #elem_name{display: inline-block}
#pr_list .control_elem_name{
	position:relative;
	margin: 0px;
	left: 0;
	float: left;
	height: 59px;
	overflow: hidden;
	transform: none;
	padding: 0px;
	font-weight: normal
}
#pr_list {height:350px;}
#pr_list .control_elem_pack {}
#pr_list .control_elem_pack p{font-weight:normal;font-size: 13px}
#pr_list .control_elem_pack span{font-weight:normal;font-size: 14px}

#pr_list .control_elem_available {}
#pr_list .control_elem_available p{font-weight:normal;font-size: 13px}
#pr_list .control_elem_available span{font-weight:normal;font-size: 14px}

#pr_list .control_elem_unit_price {padding-top:10px;}
#pr_list .control_elem_unit_price p{font-weight:normal;font-size: 13px}
#pr_list .control_elem_unit_price span{font-weight:normal;font-size: 14px}

#pr_list .control_elem_price {padding-top:10px;}
#pr_list .control_elem_price p{font-weight:normal}
#pr_list .control_elem_price span{font-weight:normal;font-size: 14px}

#pr_list .control_elem_text {}
#pr_list .control_elem_comment{
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    z-index: 2;
    padding: 0px;
	margin: 0;
	height: 30px;
	overflow: hidden;
}
#pr_list .control_elem_neme {
	font-size: 14px;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    z-index: 2;
    padding: 0px;
	margin: 0;
	height: 60px;
	overflow: hidden;
	font-weight: normal;
}
#pr_list .btn_1 {
	width: 110px;
    float: right;
}



.pitem_desc {
width: 100%;
    height: 50px;
    overflow: hidden;
    padding-top: 0px;
    margin-top: 5px;
}
.pitem_desc p {
	float: left;
	font-size: 14px;
	text-align: left;
	padding:0px;
}
.pitem_boxinfo {
	width:100%;
	height: 100%;
	float:left;
	padding:0px;

	
}
.pitem_boxinfo p{
	width: 100%;
	float: left;
	font-size: 13px;
	padding:0px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
}
.list_1 .pitem_boxinfo p{
	width: 100%;
	float: left;
	font-size: 13px;
	padding:0px;
	font-weight: bold;
	text-align: left;}


.pitem_name {
    width: 100%;
    float: left;
    line-height: 1.1;
    height: 46px;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 5px;	
}
.pitem_name a{
	width: 100%;
	color:#777;
	cursor: pointer;
	transition:0.2s;
	font-size: 14px;
	font-weight: bold;
	
}
.pitem_name a:hover{
	color:#444;
	text-decoration: underline;
}



.pitem_price {
	width: 100%;
	float: left;
	display: inline-block;
	text-align: center;
	
}
.pitem_price span{
	width: 100%;
	height: 15px;
	float: left;
	font-size: 14px;
	text-align: center;
	text-decoration: line-through;
}
.old_price {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;

}

.price{
	font-weight: bold;
	font-size: 28px;
	font-style:normal;
	line-height: 1;
}

.pack_price{
	font-size:28px;
	height: 45px;
	font-weight: bold;
}


.pitem_price p{
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    padding: 3px;
    height: 35px;
    float: left;
	display: inline-table;
	text-align: center;
}
.price_kb {
	font-style:normal;
	font-weight: bold;
	font-size: 14px;
	
}
.unit_price{
	padding-left: 5px;
	font-size: 12px;
}
.pitem_unit_price{
	width: 100%;
	float: left;
	display: inline-block;
}
.pitem_unit_price p{
	margin:0px;
	font-size:14px;
	text-align: center;
	padding-top:0px;
	padding-bottom:0px;
}
.pitem_unit_price p i{
	font-style: normal
}
.pitem_unit_price p span{
	font-style: normal
}
.pitem_unit_price p span{
	font-size: 10px;
	text-decoration:line-through;
	display:inline-block
	
}

.pitem_available {
	width: 100%;
	float: left;
}
.pitem_available p{
	margin:0px;
	font-size:12px;
	padding:5px 0px 5px 0px;
	text-align: center;
	
}

.pitem_product_quantity{
	width: 100%;
	height: auto;
	float: left;
	padding: 0px ;
	text-align: center

}
.pitem_quantity_box{
	width:100%;
	height: 100%;
	float: left;
	display: block;
	
}

.goto_cart {
	width:100%;
	float: left
}
.goto_cart .btn {
	width:100%;
	margin:5px 0px;
}
/*=== Tooltip ===*/

.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1;
	cursor: pointer;
	font-weight: bold;

}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 90px;
	height:auto;
	background-color:rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px ;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	box-shadow: 3px 5px 5px rgba(0,0,0,0.3);
	line-height: 1.1;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip .tooltiptext_right {
  bottom: -20px;
  margin-left: 15px;
}
.tooltip .tooltiptext_left {
  bottom: -25px;
  margin-left:-100px;
}
.tooltip .tooltiptext_bottom {
  bottom: -25px;
  margin-left:-100px;
}
.tooltip .tooltiptext_top {
  bottom: 19px;
  margin-left:-45px;
}

.tooltiptext a {
	cursor:pointer;
	float: left;
	line-height: 1;
	color:#fff;
	text-decoration: underline;
	font-size: 12px;
	margin-top:5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.icon-heart {
	color:#e1171e
}



.list_box {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	border:1px solid #b9b9b9;
	border-radius:3px;
	background: #fff;
	margin-top:5px;
}
.lb {
	width:100%;
	height: 100%;
	float:left;
	padding: 5px;
}
.lb_img {
}
.lb_img img{
	width: 100px;
	max-width: 100%;
	
}


.lb_title{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.lb_title p{
	margin-top: 10px;
}
.lb_info{position: relative}

.lb_info p{
	float: left;
	padding-top:10px;
}
.lb_info span {
	float: left;
	padding: 5px;
	font-size: 14px;
}
.lb_info input{
	padding: 4px 3px;
    border: 1px solid #b9b9b9;	
	width: 50%;
	float: left;
	text-align: right
}
.lb_info input:focus {
    border: 1px solid #ddd;
    outline: 0px;
}
.lb_info input:active {
    border: 1px solid #ddd;
}


.lb_info select{
	padding: 2px 3px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;	
	width: 50%;
	float: left;
	font-size: 13px;
}


.lb_info select:focus {
    border: 1px solid #ddd;
    outline: 0px;
}
.lb_info select:active {
    border: 1px solid #ddd;
}


.lb_info textarea{
	padding: 3px 3px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;	
	width: 100%;
	float: left;
	font-size: 13px;
}


.lb_info textarea:focus {
    border: 1px solid #ddd;
    outline: 0px;
}
.lb_info textarea:active {
    border: 1px solid #ddd;
}


.lb_btn{
	width: 100%;
	height:100%;
	text-align: center;
	display: inline-flex;
	padding-bottom:5px;
}
.lb_btn .btn_3{
	width: 320px;
	font-size: 12px;
	margin:0px auto;
	padding:10px;
	border-radius: 20px;

}



/* Jelszóvisszaállítás */
.content_img_box {
	width: 100%;
	display: inline-flex;
	padding: 40px 0px;
}	
.content_img_box img{
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0 auto;
	
}	

.pass_box {
	width:100%;
	height: 100%;
	padding:50px 10px;
	float: left;
	display: inline-block;
}
.pass_box h1{
	display: inline-block;
	font-size:24px;
}
.pass_box h4{
	width:100%;
	float: left;
	display: inline-block;
	font-size:14px;
}
.pass_box .btn_2{
    float: left;
    margin: 0px 10px;
    padding: 8px 0px;
}
#passre {
    width: 200px;
    padding: 10px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid #f2f2f2;
	float: left;
}
#passre:focus {
    border: 2px solid #ddd;
    outline: 0px;
}
#passre:active {
    border: 2px solid #ddd;
}


.content_box{
	width: 100%;
	float: left;
	display: inline-grid;
	color: #777;
	padding:0px 10px;
}
.content_box img{
	width: 60%;
	margin: 0 auto;
}
.content_box_2{
	width: 100%;
	float: left;
	display: inline-grid;
	color: #777;
	padding: 20px;
}
.content_box_2 img{
	width: 100%;
	margin: 0 auto;
	border:10px solid #fff;
	border-radius:10px;
	box-shadow: 0px 3px 5px rgba(100,100,100,0.3);
}
.content_box_2 p {
	
}
.content_box_2 p span{
	display: inline-block;
}
.content_box_2 p span i{font-size: 14px;}



.content_box_3{
	width: 100%;
	float: left;
	display: inline-grid;
}
.content_box_3 img{
	width:100%;
	max-width: 300px;
	margin: 0 auto;
}
.content_box h1{
	width: 100%;
	text-align: left;
	color: #999;
	font-style: italic;
	margin: 20px 0px;
}
.content_box h2{
	font-size: 36px;
	text-align: center;
	width: 100%;
	color: #999;
	font-style: italic;
	margin: 20px 0px;
}
.content_box p{
	font-size: 18px;
	line-height: 1.6;
	text-align: justify;
	color: #999;
	font-style: italic;
}
.content_box_2 h1{
	width: 100%;
	text-align: left;
	color: #999;
	font-style: italic;
	margin: 20px 0px;
}
.content_box_2 h2{
	font-size: 36px;
	text-align: center;
	width: 100%;
	color: #999;
	font-style: italic;
	margin: 20px 0px;
}
.content_box_2 p{
	font-size: 18px;
	line-height: 1.6;
	text-align: justify;
	color: #999;
	font-style: italic;
}

/*===== FOOTER ======*/

.user_info {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height: auto;
	background: rgba(255,255,255,1);
	color:#777;
	display: inline-block;
	z-index:100;
	transition:1s;
	box-shadow:0px 0px 1px #999;
	}
	.user_info
	.user_info a:hover {
		color:#b82324;
		text-decoration: underline
	}
	.user_info p {
		padding:2px;
		margin:0px;
		margin-top:8px;
		float:left;
		font-size:12px;
		display: inline-block;
	}

	 .user_info p a {
		color:#777;
		font-size:12px;
		 text-decoration: underline;
		 cursor: pointer;
	}

	 .user_info p a:hover {
		color:#b82324;
	}
	.user_info form {
		float:left;
		width:auto;
		display: inline-block;
	}
	.user_info button {
	}


/* COOKIE */
.btn_cookie {
	margin:5px;
	padding:1px 10px;
	float:left;
	margin-left:10px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(153,153,153,0.5);
	border-radius:5px;
	transition:0.2s;
	font-size:14px;
	outline: none;
	}
	.btn_cookie:hover {
		color:#fff;
		background-color:#b82324;
		box-shadow: 0px 2px 5px rgba(100,100,100,0.3);
		border:1px solid #b82324;
		}
.info_span{
	position:fixed;
	left:0;
	bottom:0;
	width:25px;
	height:25px;
	margin-bottom:2px;
	z-index:2200;
	opacity:0.8;
	}
	.info_span:hover{
		opacity:1;
	}
.info_span span{
	font-size:22px;
	color:#b82324;
	cursor:pointer;
	z-index:900;
	}

.info_body{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height: auto;
	background-color:rgba(255,255,255,0.9);
	transition:1s;
	display:none;
	z-index:1000;
	box-shadow:0px -1px 3px #999;
	}
	.info_body p{
		padding:2px;
		margin:0px;
		margin-top:8px;
		float:left;
		font-size:12px;
		display: inline-block;
		text-align:left;
		}
		.info_body p a{
			color:#777;
			font-size:12px;
			 text-decoration: underline;
			 cursor: pointer;
			}
			.info_body p a:hover{ 
				color:#b82324;
			}

		
.info_body_box {
	display: block;
	width: 100%;
	min-height: 35px;
	height: 100%;
	float: left;
	padding-left: 35px;
	
}
	
.infoicon{
	position: absolute;
    top: 14px;
    left: 0px;
    font-size: 16px;
    color: #fff;
	z-index: 1;
	
}
/* FOOTER */


footer {
	width: 100%;
	background-color:#f2f2f2;
	color:#fff;
	user-select:none;
	font-size: 14px;
	float: left;
	background-image: url("../img/parallax/6.jpg");
	background-size: cover;
	background-position: top;
}
.footer_info_box{
	width: 100%;
	height: 100%;
	float: left;
	padding: 100px 0px 50px 0px;
}
.footer_info{
	align-content: center;	
	max-height: 100%;

}
.footer_info:first-child{
	border-left: none;
}
.footer_info img{
	max-height: 200px;
	width: auto;
	max-width: 100%;
	padding-bottom: 20px;
}
.footer_info h3{}
.footer_info h4{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer_info p{text-align: left}
.footer_info a{
	color:#fff
}
.footer_info a:hover{
	color:#b82324
}


.contact {
	width:100%;
	height: auto;
	float: left;
	display:block;
	padding: 5px 0px
}
.contact i{
	font-size: 24px;
	float: left;
	color:#fff;
	margin-right: 10px;
}
.contact span{
	width: 70%;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color:#fff;
}
.contact p{
	float: left;
	width:70%;
	margin: 0px;
	font-size: 16px;
	line-height: 1.8;
	color:#fff;
}

.contact h1{
	float: left;
	width:100%;
	margin: 0px;
	font-weight: normal;
	font-size:34px;
}
.contact h5{
	float: left;
	width:100%;
	margin: 0px;
	font-weight: normal;
	font-size:16px;
}


.footer_info ul{
	width: 100%;
	height: 100%;
	float: left;
	padding-left: 0px;
}
.footer_info ul li{
	list-style: none;
	text-align: left;
}
.footer_info ul li a{text-align:left;transition: 0.2s;}


/*=== footer_info INPUT  ===*/

.footer_info .input-container {
	display: flex;
	width: 100%;
	margin-bottom: 0px;
	padding: 3px 15px;
	box-sizing: border-box;
}
.footer_info .input-container a{
	display:contents;
}


.footer_info .icon {
  padding:5px;
  background: #b82324;
  color: #fff;
  min-width: 35px;
  text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 24px;
}

.footer_info .input-field {
	width: 100%;
	padding: 6px;
	outline: none;
	border: 1px solid #b82324 ;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.3s;
	color: #777;
}
.footer_info .btn_1{
	width: 100%;
	background-color: #b82324;
	color:#fff;
	border:1px solid #b82324;
	border-radius: 20px;
}
.footer_info .btn_1:hover{
	width: 100%;
	background-color: #fff;
	border-color:#b82324;
	color:#b82324;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 8px -8px;
}

.footer_pageinfo_box{
	background-color:#353535;
	color: #a2a2a2;
	padding: 30px 0px;
}

.barion_box{
	width:100%;
	height: auto;
	float: left;
	display: grid;
}
.barion_img {
	width:300px;
	margin: 10px auto;
}


.webshop_title {
	width: 80%;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(50,50,50,0.9);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-51%, -55%);
    z-index: 2;
    padding: 0px 10px;
}

.webshop_title img{
	width: 140px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.webshop_title h3{
	font-size: 50px;
	font-weight: bold;
	text-shadow: 1px 3px 4px rgba(100,100,100,1);
	margin-top:5px;
}
.webshop_title p{
	width: 600px;
	margin:0 auto;
	font-size: 26px;
	font-weight: normal;
	text-shadow: 1px 3px 4px rgba(100,100,100,1);
}
.webshop_title a{
    position: relative;
    margin-top: 15px;
    display: inline-block;	
}




.pageinfo_box{
	display: grid;
}


.social_box{
	width: 100%;
	float: left;
	display: contents;
	margin: 0 auto;
	padding:20px 0px;
}
.social_box span{
	width:100%;
	float: left;
	display: inline-block;
}
.social_box span img{
	width:30px;
	float: left;
	
}
.social_box span a{
	color: #fff;
	font-size: 16px;
	padding:5px;
	float: left;
}
.social_box span a:hover{
	color: #eee;
	text-decoration: underline;
	font-size: 16px;
	padding:5px;
	float: left;
}

.icon-youtube-squared{
	font-size: 28px;
	margin-top: -1px;
	transition: 0.2s
}
.icon-youtube-squared:hover{
	color:#ff4141
}
.icon-instagram{
	font-size: 30px;
    margin-top: -2px;
	transition: 0.2s
}
.icon-instagram:hover{
	color:#ee3b6e
}
.icon-facebook-rect{
	font-size: 25px;
	transition: 0.2s
}
.icon-facebook-rect:hover{
	color:#2982f6
}





.pageinfo{
	text-align: center;
	padding: 10px 0px;
}
.pageinfo p{
	color: #a2a2a2;	
	margin-bottom: 0px;
	font-size: 12px;
}


.gdpr_p{
	font-size:14px;
	padding: 0px 2px;
	margin-bottom: 0px;
	float: left;
	line-height: 1.5;
}
.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    width:18px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #b82324;
	padding:5px;
	margin:0px 5px;


}
.container .fault{
    border: 1px solid #D81316;
}
#dropdown_p {
	display:inline-flex;
	padding: 5px 0px;
	cursor:pointer;
	line-height: 1;
	font-size: 16px;
	margin: 0px;
}
#dropdown_p i{

}
#shipping_info{
	display: none
}


.dropdown{}
.dropdown ul{
	width:170px;
	padding:0px;
	margin:0px;
    margin-top: -5px;	
	z-index: 1100;
}
.dropdown ul li{
	border:none;
}
.dropdown ul li a{
	margin:0px;
	border:none;
	padding: 7px 5px;
	border-radius: 0px;
	color:#777
}
.dropdown ul li a:hover{
	border:none;
	padding:7px 5px;
	color:#fff;
	background-color:#b82324 ; 
		
}
#sort_dd{
	position: relative;
	width: 170px;
	margin:5px;
	margin-left: 0px;
	font-size: 14px;
	text-align: left;
	border: 1px solid #b9b9b9;
	padding: 6px 10px;
	color:#777;
	letter-spacing: 0px;
	background-color: #fff
}
#sort_dd:hover{
	box-shadow: none;
	color:#777;
}
#sort_dd:focus{
	outline:none;
}
#sort_dd:visited{
	outline:none;
}
#sort_dd .caret {
	position: absolute;
	top: 15px;
	right: 10px;
}




/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #f2f2f2;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #b82324;
	margin-top:3px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height:11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="radio"], input[type="checkbox"]{
	margin-left: 5px;
	width: 20px;
	cursor: pointer
}
.disabled
{
	opacity: 0.3;
	-webkit-filter: grayscale(1);
	filter : grayscale(1);
	cursor: not-allowed;
}

#np {
	color: #CBCBCB;
	
}
#np a{
	color: #CBCBCB;
	cursor: pointer
	
}
#np a:hover{
	color: #fff;
	text-decoration: underline;
	
}

.video_box {
	width:100%;
	float: left;
	display: inline-block;
	margin: 10px 0px;
}
.video_box video{
	width:100%;
	float: left;
	display: inline-block;
	outline: none;
}


