/* Free Shipping Progress Bar */
.ct-progress-bar {
	box-shadow: 0px 0px 4px 0px rgba(116, 4, 4, 0.5);
}

/* Go Up Button */
.ct-back-to-top {
	border-radius: 100%!important;
	background-color: var(--theme-palette-color-1, grey)!important;
}

.ct-back-to-top:hover {
	background-color: var(--theme-palette-color-2, lightgray)!important;
}

/* Cookies Poput */
.cookie-notification .container
{
  border-radius: 8px!important;
}