.ivs_product_list .highlight_products {
	list-style: none;
	overflow: hidden;
	
	padding: 0;
	display: none;
	margin:0;
	margin: 10px 0 0;

	background-color:#fff;
	text-align:center;
	
}
.ivs_product_list {
	border:1px solid #CCC;

    overflow-y: scroll;
	margin: 20px 0;
	-webkit-overflow-scrolling: touch;
/*	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);*/
}
.ivs_product_list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
.ivs_product_list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.ivs_product_list ul.highlight_products li {
	display:inline-block;
	text-align: center;
	margin: 0;
	position: relative;
	list-style:none;
	
}
.highlight_products a {
	margin: 0 10px ;
}
.highlight_products span {
	display: block;
	font-weight: 400;
	line-height: normal;
	font-size:13px;
	margin:0 5px;
}

.highlight_products li a img {
	height: 130px;
}

.highlight_message {
	position: absolute;
	top: 10%;
	left: 10%;
	background: #fff;
	padding: 3px;
	border: solid 1px #dadada;
	z-index: 1;
	border-radius: 3px;
	display: none;
}

.player-progress {
	height: 10px;
	/*background: #dadada;*/
	position: relative;
	margin: -11px 180px 0 90px;
}
#video_player_overlay[data-type="youtube"] .player-progress {
	height: 10px;
	/*background: #dadada;*/
	position: relative;
	margin: -11px 10px 0 10px;
	background:#000;
}

/*.ivs-progress-tag {
	position: absolute;
	background: blanchedalmond;
	padding: 0px 5px;
	bottom: 0px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	
		width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid black;
}*/
.ivs-progress-tag {
	background: transparent url("control-marker.png") no-repeat 0 0;
	height: 39px;
	width: 32px;
	display: block;
	position: absolute;
	top: -12px;
	cursor: pointer;
	z-index: 778;
	font-family: 'Futura', 'Nunito', 'Helvetica', 'Arial', 'san-serif';
	font-weight:700;
	color:white;
	line-height:50px;
	text-align: center;
}
.progress_indicator {
	position: absolute;
	top: -2px;
	width: 5px;
	background: red;
	left: 0;
	bottom: 0;
	height: 20px;
	z-index:779;
}

.video_player_overlay {
	position: relative;
}
.video_player_overlay_ratio_hack {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_player_overlay_ratio_hack iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width: 567px){
	.ivs_product_list {
		height: 210px !important;
	}
}

@media(min-width: 568px){
	.ivs-container {
		border: 1px solid #ccc;
		float: left;
		width: 100%;
	}
	.video_player_overlay {
		position: relative;
		float: left;
		width: 80%;
	}
	.ivs_product_list {
		float: right;
		width: 20%;
		overflow-x:hidden;
		overflow-y:scroll;
		-webkit-overflow-scrolling: touch;
	}
	.ivs_product_list {
		border:0 none;
		margin: 0;
	}
	.ivs_product_list .highlight_products {
		overflow: hidden;
		margin: 0;
		display: none;
		border: 0 none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: auto;
		overflow-y: none;
	}
	.ivs_product_list ul.highlight_products li {
		width:100%;
	}
}
