/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


/* Image preloader */

.yith_magnifier_loading {
	top: 35% !important;
	background: transparent !important;
	border: none !important;
	color: transparent;
}

.yith_magnifier_loading:after {
    display: block;
    content: url("./assets/spinner.svg");
}

.spotlight-link {
	cursor: pointer;
}

.overlay-link {
	display: block;
}

a.uk-overlay-area {
	left: 0;
	display: block;
}

.list-style-none {
	list-style-type: none;
}

.circle-image-small {
	border-radius: 50%;
    max-width: 25px;
}

.sidebar-list li {
	height: 30px;
}

a.uk-overlay-area::before {
	visibility: hidden;
}

.uk-overlay-area {
	background: rgba(0, 0, 0, 0.5);
}

#cookie-notice {
    background: transparent !important;
}

#cookie-notice .cookie-notice-container {
    background-color: rgb(231, 214, 196);
    min-height: 44px;
    line-height: 24px;
}

@media screen and (max-width: 1200px) {
	#cn-accept-cookie {
		float: none;
	}
}


