

/* --- Stylesheet 6682 () --------- */ 

#exp_panel {
	position: fixed;
	right: 0px;
	width: 105px;
	height: 105px;
	top: 15vh;
	background-color: #fe8f0b;
	color: #111;
	z-index: 10;
	background-image: url(https://tramino.s3.amazonaws.com/s/ski-ok/896382/fav-panel.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	text-align: center;
	line-height: 105px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#exp_panel.open {
	position: fixed;
	right: 0px;
	width: 440px;
	background-color: #fe8f0b;
	color: #111;
	overflow: scroll;
	padding: 45px 35px 0px 35px;
	box-sizing: border-box;
	z-index: 10;
	background-image: none;
	line-height: inherit;
	text-align: left;
	height: auto;
    top: 100px;
    max-height: 560px;
    /*bottom: 10px;*/
}


#exp_panel.open:after {
	content: "";
	height: 30px;
	display: block;
}

#exp_panel .count {
	display: block;
}

#exp_panel .panelclose {
	font-size: 35px;
	line-height: 1.0;
	position: absolute;
	right: 35px;
	top: 50px;
	font-weight: lighter;
	color: #FFF;
}



#exp_panel.open .count { display: none; }
#exp_panel .panel_detail { display: none; }
#exp_panel.open .panel_detail { display: block; }

#exp_panel .label {
	text-transform: uppercase;
	color: #FFF;
	font-size: 35px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0px 0px 45px 0px;
}


#exp_panel ul { list-style-type: none; padding: 0px;     width: 100%;
    display: table; margin: 0px; }
#exp_panel ul li { list-style-type: none; }

#exp_panel .favorites-item {
	position: relative;
	background-color: #FFF;
	margin: 0px 0px 15px 0px;
}

#exp_panel .favorites-item .image {
    display: table-cell;
	box-sizing: border-box;
	width: 30%;
	min-height: 80px;
	background-color: #ccc;
    background-size: cover;
    background-position: center;
}

#exp_panel .favorites-item .text {
	position: relative;
    display: table-cell;
	width: 75%;
	box-sizing: border-box;
	padding: 10px 35px 20px 15px;
}
#exp_panel .favorites-item .name {
	color: #fff;
	background-color: #111;
	font-size: 22px;
	display: inline-block;
	font-weight: bold;
	text-transform: lowercase;
	padding: 6px 12px;
	letter-spacing: 1px;
	line-height: 1.0;
}

#exp_panel .favorites-item .info {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
}

#exp_panel .items-remove {
	position: absolute;
	right: 15px;
	top: 10px;
    width: 35px;
    height: 35px;
	background-image: url(https://tramino.s3.amazonaws.com/s/ski-ok/893569/favorite-voll.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	cursor: pointer;
}

#exp_panel .button {
	margin: 30px 0px 0px 0px;
	float: right;
	color: #fff;
	background-color: #111;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	text-align: right;
	padding: 0px;
}


#exp_panel .button a {
	text-decoration: none;
	display: inline-block;
	color: #FFF;
	padding: 8px 16px;
	font-size: 18px;
	line-height: 1.0;
}

/* --- Stylesheet 6692 () --------- */ 

@media all and (min-width: 1024px) and (max-width: 1279px) {

}

@media all and (min-width: 768px) and (max-width:1023px) {

}

@media all and (min-width: 568px) and (max-width: 767px) {

	#exp_panel.open {
		padding: 35px 35px 25px 35px;
	}

	#exp_panel .label { font-size: 22px; }
	#exp_panel .panelclose { top: 32px; }

	#exp_panel .favorites-item { margin: 0px 0px 10px 0px; }

	#exp_panel .favorites-item .name { font-size: 18px; }
	#exp_panel .favorites-item .info { font-size: 16px; }

	#exp_panel .button { margin: 40px 0px 0px 0px; }

}

@media all and (max-width: 567px) {

	#exp_panel {
		top: 60vw;
    	width: 70px;
    	height: 70px;
    	line-height: 70px;
    	background-size: 35px;
	}

	#exp_panel.open {
		padding: 35px 35px 25px 35px;
	    left: 0px;
	    right: 0px;
	    top: 60px;
	    bottom: 0px;
	    width: 100%;
	}

	#exp_panel .count { font-size: 14px; }

	#exp_panel .label { font-size: 20px; margin: 0px 0px 30px 0px; }
	#exp_panel .panelclose { top: 32px; }

	#exp_panel .favorites-item { margin: 0px 0px 8px 0px; }

	#exp_panel .favorites-item .name { font-size: 16px; }
	#exp_panel .favorites-item .info { font-size: 14px; }

	#exp_panel .button { margin: 30px 0px 0px 0px; }
	#exp_panel .button a { font-size: 14px; }

	#exp_panel .items-remove { right: 5px; }
	
}


@media all and (max-height: 562px) {
	#exp_panel.open { bottom: 10px; }
}


