@media screen and (max-width: 768px) {
  .subpageinner {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1050px) {
	.dropdown-menu.show{
		min-width:auto !important;
		width:100% !important;
		transform: translate3d(0px, 50px, 0px) !important;
	}
}

.slick-list.draggable
{
	padding:0 !important;
}
body{
	background: #efefef;
	font-family: Oxygen;
	font-size:17px;
}


#headlessbody{
	font-family: 'Libre Baskerville', serif !important;
	color: #6A574A;
	font-size: 1.079rem;
}

#headlessbody .stroke{
	-webkit-text-fill-color: transparent; 
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #a78b74;
	-webkit-font-smoothing: antialiased;
}

#headlessbody .button{
    background: #D4404E!important;
    border-radius: 100%;
    height: 150px;
    width: 150px;
    padding: 65px 0 0 0;
    font-size: 12px;
}

#headlessbody .fl{
	font-size: 18px;
}

#headlessbody .fm{
	font-size: 15px;
}

#headlessbody .fs{
	font-size: 12px;
}

#headlessbody table{
	border: 2px solid #6A574A;
	color: #6A574A;
}

#headlessbody input{
	border-radius: 15px;
	border: 1px solid #a78b74;;
}

#headlessbody .button:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);
  100% { transform: scale(1); }
  }
}

table{
	width:100%;
	table-collapse:collapse;
}

table td{
	vertical-align:top;
}


.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:#aadfb5;
	color:#262626;
	border:2px solid #2fb7b2 !important;
}

.termekSelect{
	background:#aadfb5;
	color:#262626;
	border:2px solid #fff;
}

.termekSelect:hover{
	background: #a1efb1;
	color:#000;
}

.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{
	}