
.ld-tabs .ld-tabs-navigation {
	overflow-x: auto;
}

/* width */
.ld-tabs .ld-tabs-navigation::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}

/* Track */
.ld-tabs .ld-tabs-navigation::-webkit-scrollbar-track {
	background: #e8e8e8;
}

/* Handle */
.ld-tabs .ld-tabs-navigation::-webkit-scrollbar-thumb {
	background: transparent;
}

/* Handle on hover */
.ld-tabs .ld-tabs-navigation::-webkit-scrollbar-thumb:hover {
	background: #d4d4d4;
}

.ld-tab .fa, .ld-tab .dashicons {
	margin-right: .5em;
}

.ctld-custom-wrapper {
	display: flex;
	width: 100%;
}

.ctld-custom-wrapper .ld-tabs {
	width: 80%;
}

.ctld-left-hand-arrow, .ctld-right-hand-arrow {
	margin-top: 21px;
	width: 10%;
	font-size: 30px;
	cursor: pointer;
	display: none;
	padding-left: 20px;
}
