/*wholesale.css*/
.sk-wh-cat__content{
	display:none;
	opacity:0;
	transition:opacity .3s;
}
.sk-wh-cat__content.open{
	display:block;
	opacity:1;
}
.hidden-row{
	display:none;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.wholesale-disabled .checkout-button {
	pointer-events: none !important;
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}
.button_link:visited{
	color: #000;
}
.button_link:visited:hover{
	color: #fff;
}