
@media only screen and (min-width:993px) {

	#pdp-corsair #mobile-bar-container.show-on-mobile {
		display: block;
		position: absolute;
		top: 75px;
		left: 0px;
		height: 260px;
		margin: 0;
		width: 4px;
	}
	
	.pageType-ProductPage #panel1 #mobile-bar-container .arrow {
		display: none;
	}
	
	.pageType-ProductPage #panel1 #mobile-bar-container #mobile-bar {
		display: block;
		margin: 0 0 0 1.5em; 
		width: 4px;
		height: 100%;
	}
	
	.pageType-ProductPage #panel1 #mobile-bar-container #mobile-bar .full {
		height: 100%;
	}

	.pageType-ProductPage #panel1 #mobile-bar-container #mobile-bar .current {
		height: 0;
		width: 100%;
		transition: 500ms height;
	}
}
