@media screen and (max-width: 768px) {
  .subpageinner {
    padding: 0 !important;
  }
}

.slick-list.draggable
{
	padding:0 !important;
}
body{
	background: #efefef;
	font-family: Oxygen;
	font-size:17px;
}

.nowrap{
  white-space: nowrap;
}

.navbar-brand-center{
	position:absolute;
	left:calc(50% - 61px);
	top:15px;
}

#alma-navbar{
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
	min-height:80px;
	color:#000;
	background:rgba(0, 0, 0, 0.5);
}

#alma-navbar i{
	color:#fff;
}

#alma-navbar a{
	color:#fff;
}

#alma-navbar a:hover{
	color: #2fb7b2;
}

.dropdown-menu a{
	color:black !important;
}

h1, h3, h5{
	font-family: Lora;
}

h2, h4{
	font-family: Oxygen;
}

.product_name{
	font-family: Lora;
	font-size:30px;
}

.product_price
{
	margin: 0 15px;
	border-radius:2px;
	padding:15px;
	background: #ebf3cb;
}

.product_price > div:nth-of-type(1)
{
	font-size:28px;
	font-weight:bold;
}

.product_subnote{
	font-size:15px;	
}

.product_modify input{
	width:42px;
	height:50px;
	border: 1px solid lightgray;
	border-radius: 0;
		color:#504846;
}

.product_modify .btn{
	margin-left:10px;
	height:50px;
	width:50px;
	min-width:50px !important;
	background:white;
	border:1px solid lightgray;
	padding:12px !important;
	color:#504846;
}

.product_modify .btn:hover{
	color:#534948;
	background:#ebfffe;
	border:1px solid #29b7a9;
}

.product_spec .btn{
	height:46px;
	padding:12px !important;
}

.alma-cover{
	background-position: center center;
	background-size: cover;

	color:#fff;
	text-align: center;
	padding-top:300px;
}

.alma-vh-100{
	height: 700px !important; 	
}

.alma-vh-50{
	height: 350px !important; 	
}

.btn{
	height:50px;
	color: #fff;
	background: #2fb7b2;
	text-transform: uppercase;
	font-weight:bold;
	padding:12px 20px;
	min-width:150px;
}

.btn:hover{
	color: #fff;
	background:#0ed8d1;
}

.btnactive{
	background:#e6e6e6 !important;
	color:#acaeac !important;
	border:1px solid #b7b7b7 !important;
}

.termekSelect{
	background:#aadfb5;
	color:#262626;
	border:0px;
}

.termekSelect:hover{
	background: #a1efb1;
	color:#000;
	border:0px;	
}

.alma-body{
	background:#fff;
	padding:30px 0;
}

input{
	margin-bottom:15px;
	width:100%;
	padding:10px;
}


textarea{
	padding:10px;
	margin-bottom:15px;
	width:100%;
	min-height:150px;
}

input[type=checkbox]{

	width:30px;
	height:30px;
	vertical-align: middle;
	position: relative;
	bottom: -6px;
	margin-right:12px;
}

input[type=radio]{
	margin-top:15px;
	margin-right:15px;
	width:30px;
	height:30px;
}

input[type=checkbox]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}


.displayNone{
	display:none;
}

#popupBg{
	display:none;
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .5;
    z-index: 2000;	
}

#kosar_popup{
	display:none;
	position: fixed;
	z-index: 2200;	
	top: 120px;
	left:0;
	width:100%;
}

#kosar_popup_content{
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
    overflow-y: auto;
    background: #fff;
    padding: 24px;
    z-index: 2200;
}

#custom_popup{
	display:none;
	position: fixed;
	z-index: 2200;	
	top: 120px;
	left:0;
	width:100%;
}

#custom_popup_content{
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
    overflow-y: auto;
    background: #fff;
    padding: 24px;
    z-index: 2200;
}

#szallDijTooltipTable{
	width: 100%;
}

#szallDijTooltipTable td{
	padding: 10px;
}


/*********/

.disableSelection{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}

/*********/

	.slick-arrow{
		position:absolute;
		top: 40%;
	}

    .slick-prev{
       left:0;
	   z-index:100;
    }
	
    .slick-next{
        right: -25px;
		z-index:100;
    }	
	
	.slick-list{
	}