.theme-widget-container .edit-button {
	padding: 5px 8px;
	background: transparent;
	color: #515151;
	border-radius: 3px;
	top: -40px;
	right: 0;
	font-size: 12px;
	display: block !important;
	border: none;
}
.theme-item img {
    border: 5px solid white;
    filter: brightness(0.98);
}
.theme-item:hover img {
    filter: brightness(1);
}

.theme-widget .owl-nav div {
    background: transparent !important;
    color: black !important;
}
span.theme-title {
    width: 100%;
    display: block;
    text-align: center;
    color: #615d5d;
    margin-top: 5px;
    font-family: 'rubik', sans-serif;
}
.theme-item i {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #333030;
    line-height: 35px;
    border-radius: 50%;
    color: white;
	opacity:0;
	z-index:98
}
.theme-item:hover i {
	opacity:1;
		-webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
}
.theme-item i:hover {
    background: #6eaee7;
}
.colorPanel {
    margin: 0px;
    /* padding: 10px 0px; */
    position: fixed;
    z-index: 100;
    min-width: 20px;
    top: 40%;
}
a.clear-cache {
    font-weight: 400;
    color: #252525 !important;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
}
a.clear-cache i {
    color: #615d5d;
    margin: 0px 5px;
}
.theme-panel {
	background: #f6f6f6;
    border-left: 0;
    left: -240px;
    position: absolute;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    width: 240px;
    padding: 17px;
    border-bottom: 7px solid #f0f0f0;
    border-bottom-right-radius: 18px;
    max-height: 460px;
}
.theme-panel::-webkit-scrollbar {
    width: 14px;
}
.theme-panel::-webkit-scrollbar-track {
    background-color: #fafafa;
    border-radius: 10px;
}

.theme-panel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}
.theme-panel.opened {
    display: block;
    left: 0;
}
.colorPanel ul {
    list-style: none;
    width: 100%;
    border-left: 0;
    margin-bottom: 10px;
}
ul.color-sidebar.openpanel {
    display: block;
    width: 250px;
}
.colorPanel h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 5px;
    color: #444343;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    font-family: 'rubik', sans-serif;
    margin-bottom: 12px;
}
.colorPanel h3:after {
    content: "";
    position: absolute;
    left: 5px;
    height: 1px;
    border-bottom: 2px solid #6eaee7;
    bottom: -1px;
    width: 30%;
}
.colorPanel ul li {
    display: inline-block;
    padding: 5px 5px;
}

.colorPanel ul a {
    display: inline-block;
    width: 30px;
    height: 25px;
    /* border: #95a5a6 1px solid; */
}

#cpToggle{display: block;height: 48px;width: 49px;background-size: cover;background: #f6f6f6;line-height: 48px;text-align: center;padding: 19px 10px;margin-bottom: 0;z-index: 999;cursor: pointer;position: absolute;left: 100%;top: 0;color: #383a3c;font-size: 13px;border-top-right-radius: 32px;border-bottom-right-radius: 32px;/* border-left: 1px solid #ebebeb; */}
#cpToggle i{
/*
	-webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
*/
}
@media (max-width: 767px) {
.theme-options {
    display: none;
}
}
@media (max-width: 1024px) {
.colorPanel {
    top: 20%;
}
}