body.single-deal {
    overflow-x: unset;
}
.ws_under_menu_toc {
	background-color: rgb(237, 250, 255);
	position: sticky;
	z-index: 9;
	top: 42px;
	border-top: 1px solid #105b74;
}
.ws_toc_wrap {
	background-color: rgb(237, 250, 255);
	border-radius: 3px;
	padding: 6px 30px 3px;
	position: sticky;
	top: 43px;
    overflow: hidden;
    z-index: 9;
}
#review_content_wrap  .ws_toc_wrap {
	margin-bottom: 20px
}
.ws_toc_wrap a {
	display: inline-block;
	margin: 5px 2px;
	padding: 7px 15px;
	font-size: 14px;
	line-height: 1;
	color: #105b74;
	background-color: rgba(0,0,0,0);
	border-radius: 3px;
	transform: background-color .3s
}
.ws_desktop .ws_toc_wrap a:hover, .ws_toc_wrap a.active {
	background-color: #105b74;
	color: #fff;
}
.ws_toc_links {
	width: 100%;
	white-space: nowrap;
	overflow-x:scroll;
}
@supports not selector(::-webkit-scrollbar) {
    .ws_toc_links {
      scrollbar-width: thin;
      scrollbar-color: rgba(16, 91, 116, .5) rgba(255,255,255,.05);
    }
}
.ws_toc_links::-webkit-scrollbar {
    width: 3px;
	height: 3px
}
.ws_toc_links::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: rgba(255,255,255,.05);
}
.ws_toc_links::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(16, 91, 116, .5);
}

.ws_toc_left, .ws_toc_right {
	position: absolute;
	top:0; 
	height: 100%;
	width: 40px;
	border-radius: 100px;
	display: flex;
	align-items:center;
	justify-content:center;
	padding: 9px 12px 11px;
	cursor: pointer;
} 
.ws_toc_left {
	left:0;
	background: linear-gradient(90deg, rgba(237, 250, 255,1) 34px, rgba(237, 250, 255,0) 100%);
}
.ws_toc_right {
	right:0;
	background: linear-gradient(270deg, rgba(237, 250, 255,1) 34px, rgba(237, 250, 255,0) 100%);
}
.ws_toc_left svg, .ws_toc_right svg {
	width: 100%;
	fill: rgba(16, 91, 116, .5);
	transition: fill .3s
}
.ws_toc_left:hover svg, .ws_toc_right:hover svg {
	fill:#105b74;
}
.admin-bar  .ws_toc_wrap {
	top: 46px
}

#bcw_header_wrapper ~ .ws_toc_wrap {
	margin-top:32px;
}
.deal-picture-banner~ .ws_toc_wrap {
	margin-bottom:32px;
}
@media (min-width:1281px) {
	.ws_under_menu_toc > .container > .ws_toc_wrap {
        margin: 0 -30px;
        padding: 6px 40px;
	}
}
@media (min-width:768px) {
	.ws_under_menu_toc > .container {
		padding: 0 5px
	}
}

@media (max-width:1199px) {
	.ws_under_menu_toc {
		border-top: 1px solid #fff;
		top: 66px
	}
	.ws_toc_wrap {
		top: 70px
	}
	.admin-bar  .ws_toc_wrap {
		top: 100px
	}
	.admin-bar  .ws_under_menu_toc {
		top: 95px
	}
}
@media (max-width:782px) and (min-width:768px) {
	.admin-bar  .ws_toc_wrap {
		top: 115px
	}
	.admin-bar  .ws_under_menu_toc {
		top: 112px
	}
}
@media (max-width:767px) {
	.ws_under_menu_toc {
		top: 63px
	}
	.ws_toc_wrap {
		margin: 0 -15px;
		border-radius: 0;
		padding: 4px 30px;
		position: sticky;
		top: 64px;
		border-top: 1px solid #fff
	}
	.admin-bar  .ws_toc_wrap {
		top: 110px;
	}
	.admin-bar  .ws_under_menu_toc {
		top: 109px
	}
	.ws_toc_wrap a {
		padding: 6px 10px;
	}	
	.ws_toc_right, .ws_toc_left {
		padding: 9px 12px 11px;
	}
}