#js-editor-content .widgets-list-001 {
	padding-left: 150px;
}

.widgets-list-001 {
	position: fixed;
	top: 30%;
	right: 0;
 	z-index: 3;
}

.widgets-list-001 li {
    width: 150px;
    margin-bottom: -1px;
    position: relative;
    right: -30px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    background-color: #cecece;
    transition: .2s ease-in-out;

}

.widgets-list-001 li a {
	display: block;
	width: 120px;
	padding: 5px;
	text-decoration: none;
	color: #000;
}

.widgets-list-001 li img {
	display: block;
	margin: 0 auto;
	max-width: 65px;
}

.widgets-list-001 li span {
	display: block;
	text-align: center;
}

.widgets-list-001 li:hover {
	right: 0;
}

.widgets-list-001 li:hover a {
	font-weight: bold;
}

@media screen and (max-width: 1024px){
	.widgets-list-001 {
		display: none;
	}
}