.sv-header {
	background-color: rgb(255, 255, 255);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	position: fixed;
	top: 0px;
}

@media ( max-width : 991px) {
	.logged-menu-container {
		background-color: #fff;
		border: 1px solid #ccc;
		padding: 25px;
		font-size: 20px;
		right: 0;
		top: 100%;
		text-align: start;
		border-radius: 0 0 32px 32px;
		box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px
			rgba(0, 0, 0, 0.2);
		width: 100%;
		transition: transform 0.3s ease-in-out;
		transform: translateX(-100%);
	}
	.logged-menu-container.show {
		display: block;
		transform: translateX(0);
	}
	.logged-menu-container p {
		display: block;
		text-decoration: none;
		color: #000;
		margin-bottom: 4%;
	}
}

.logged-menu-container-big {
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: start;
	border-radius: 0 0 32px 32px;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px
		rgba(0, 0, 0, 0.2);
	padding: 8px 20px;
	width: 230px;
}

.logged-menu-container-big p {
	display: block;
	text-decoration: none;
	color: #000;
	margin-bottom: 4%;
}

.search-col {
	display: flex;
	justify-content: center;
}

.language-icon {
	/*display: flex;
	justify-content: center;*/
}

#logged-menu-icon.active path{
	fill: #ef4568; /* Colore attivo */
}

#logged-menu-small-icon.active path{
	fill: #ef4568; /* Colore attivo */
}

#language-icon path {
    fill: #784D9F; /* Colore originale */
}

#language-icon.active path {
    fill: #ef4568; /* Colore attivo */
}

#burger-icon path{
	fill: #784D9F; /* Colore originale */
}

#burger-icon.active path {
    fill: #ef4568; /* Colore attivo */
}

#sellTicket {
	display: flex;
	justify-content: center;
}

@media ( min-width : 1200px) {
	.languageMenu-container {
		justify-content: center;
	}
}

#ricercaEventiDesktop, #ricercaEventiMobile {
	margin: 0;
}

.search-form-group {
	width: 100%;
	position: relative;
}

.row-header {
	display: flex;
	align-items: center;
}

.col-menu {
	display: flex;
}

#loggedMenu {
	display: none;
	position: absolute;
}

#loggedMenuBig {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 76px;
}

.sv-user-panel-section .sv-user-panel-element {
	display: table;
	width: 100%;
}

@media ( max-width : 767px) {
	.sv-user-panel-section .sv-user-panel-element {
		display: block;
		width: 100%;
	}
}

@media ( min-width : 768px) {
	.sv-user-panel-section .sv-user-panel-element {
		display: table;
		width: auto;
	}
}

.sell-ticket-btn {
	display: block;
	background-color: #7E44A4;
	color: white !important;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	border-radius: 13px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease;
	cursor: pointer;
	width: 100%;
	height: 44px;
}

.sell-ticket-btn:hover {
	background-color: #ef4568 !important;
}

#languageMenu {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: x-large;
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	text-align: start;
	border-radius: 0 0 26px 26px;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px
		rgba(0, 0, 0, 0.2);
	padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

.sell-ticket-btn:hover {
	background-color: #6C3592;
}

.search-col .form-control {
	width: 100%;
	height: 44px;
	border-radius: 13px;
	background-color: #EEE;
	font-size: medium;
	padding: 10px 15px;
	border: none;
}

.navbar-form input[type="text"] {
	color: #000000;
	font-size: 15px;
	width: 100%;
}

.search-col .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: transparent;
	background-color: #e0e0e0;
	border: none
}

.search-col button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	top: 11px;
}

.search-col img {
	max-height: 25px;
}

.searchButton {
	position: absolute;
	right: 5px;
	min-width: 25px;
}

.searchButton img{
	width: 25px;
	height: 25px;
}

searchButton {
	font-size: 24px;
	padding: 10px;
	position: relative;
	top: -2px;
	color: #7e4a9c;
}

@media ( max-width : 767px) {
	.searchButton {
		margin-top: 0px;
		color: #7e4a9c;
	}
}

@media screen and (max-width: 500px) {
	.searchButton {
		margin-top: 0px;
		margin-left: -20px;
	}
}

.searchButton {
	background-color: transparent;
	border: none;
}

#languageMenu label {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 4px;
	transition: background-color 0.2s;
	cursor: pointer;
}

#languageMenu input[type="radio"] {
	margin-right: 10px;
	accent-color: #7e4a9c;
}

#languageMenu input[type="radio"]:focus {
	outline: 2px solid #7e4a9c;
}

.input-field {
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
	display: block;
}

.search-button {
	width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
}

.desktop-lang {
	display: none;
}

.burger-menu {
	background: none;
	border: none;
	font-size: 35px;
	cursor: pointer;
	color: #7e4a9c;
}

.burger-menu-items {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 25px;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	text-align: start;
	left: 0;
	border-radius: 0 0 32px 32px;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px
		rgba(0, 0, 0, 0.2);
	width: 100vw;
	transform: translateX(-100%);
	transition: transform 0.3s ease-in-out;
}

.burger-menu-items.show {
	display: block;
	transform: translateX(0);
}

.burger-menu-items a {
	display: block;
	text-decoration: none;
	color: #000;
	margin-bottom: 4%;
}

.burger-menu-items a:last-child {
	margin-bottom: 0;
}

.burger-menu-lang {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: #000;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: stretch;
}

input[type='radio'] {
	accent-color: #7e4a9c;
}

#burgerLanguageMenu .scelte-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#burgerLanguageMenu .scelte-container div {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

#burgerLanguageMenu .scelte-container input[type="radio"] {
	margin-right: 10px;
}

#burgerLanguageMenu {
	display: none;
	background-color: #EEE;
	padding: 10px;
	border-radius: 10px;
	margin-top: 48px;
	position: absolute;
}

.a-custom {
	color: black;
}

.a-custom:hover {
	color: #ef4568;
}

#resultContainerMobile {
	padding-bottom: 5px;
	background-color: white;
	width: 100%;
	border-radius: 0 0 32px 32px;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px
		rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	max-height: calc(100vh - 181px);
	overflow-y: auto;
}

.categories-navbar {
	background-color: white;
	position: relative;
}

.img-row {
	text-align: right;
	margin-left: -10px;
	margin-right: -10px;
}

#resultContainer {
	padding-bottom: 5px;
	margin-top: 30px;
	border-radius: 0 0 25px 25px;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px rgba(0, 0, 0, 0.2);
	max-height: 630px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid #ccc;
}

#resultContainer::-webkit-scrollbar {
  display: none;
}




@media ( min-width :1200px )and (max-width:1600px) {
	.sell-ticket-btn {
		font-size: 15px;
	}
}

@media ( min-width : 992px)and (max-width:1200px) {
	.sell-ticket-btn {
		font-size: 14px;
		padding: 6px;
	}
	.logged-menu-container {
		font-size: 16px;
	}
}

@media ( max-width : 767px) {
	.search-col	.search-form-group {
		width: 100%;
		margin-top: 3%;
	}
}

@media ( max-width : 1600px) {
	#resultContainer {
		margin-top: 25px
	}
}

@media ( max-width : 1200px) {
	#resultContainer {
		margin-top: 20px
	}
}



@media ( min-width : 768px) and (max-width: 991px) {
	#ricercaDesktop .searchButton {
		right: 5px;
	}
}

@media ( min-width :1600px) {
	.sv-header {
		height: 101px;
	}
	.sv-main-content {
		margin-top: 101px;
	}
	.slider-main-mobile {
		margin-top: 101px;
	}
	.burger-menu-items {
		max-height: calc(100vh - 101px);
		overflow-y: auto;
	}
}

@media ( min-width :1200px)and (max-width:1599px) {
	.sv-header {
		height: 88px;
	}
	.sv-main-content {
		margin-top: 88px;
	}
	.slider-main-mobile {
		margin-top: 88px;
	}
	#loggedMenuBig, #languageMenu
	{
		top: 67px;
	}
	.burger-menu-items {
		max-height: calc(100vh - 88px);
		overflow-y: auto;
	}
}

@media ( min-width :992px)and (max-width:1199px) {
	.sv-header {
		height: 80px;
	}
	.sv-main-content {
		margin-top: 80px;
	}
	.slider-main-mobile {
		margin-top: 80px;
	}
	#loggedMenuBig, #languageMenu
	{
		top: 63px;
	}
	.burger-menu-items {
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
}

@media ( min-width :768px)and (max-width:991px) {
	.sv-header {
		height: 85px;
	}
	.sv-main-content {
		margin-top: 85px;
	}
	.slider-main-mobile {
		margin-top: 85px;
	}
	#loggedMenuBig, #languageMenu
	{
		top: 45px;
	}
	.burger-menu-items {
		max-height: calc(100vh - 85px);
		overflow-y: auto;
	}
}

@media ( max-width :550px) {
	#header-container {
		height: 150px;
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.sv-header {
		height: 150px;
	}
	.sv-main-content {
		margin-top: 150px;
	}

}

#searchResultMobile {	
	position: fixed;
    top: 142px;
    left: 0px;
    right: 0px;
    background-color: #fff;
}

@media (min-width:667px)and  ( max-width :767px) {
	
	.sv-header {
		height: 170px;
	}
	.sv-main-content {
		margin-top: 170px;
	}
	#searchResultMobile {
		top: 149px;
	}
	.burger-menu-items {
		max-height: calc(100vh - 170px);
		overflow-y: auto;
	}
}
@media (min-width:551px)and  ( max-width :666px) {
	
	.sv-header {
		height: 148px;
	}
	.sv-main-content {
		margin-top: 148px;
	}
	
	#searchResultMobile {	
	    top: 136px;
	}
	.burger-menu-items {
		max-height: calc(100vh - 148px);
		overflow-y: auto;
	}
}

.container-img-header > div > div
{
	text-align: center;
}

@media (min-width: 1200px) {
    .container-img-header
	{
		padding-left: 4px;
	}
}
.burger-menu-container
{
	text-align: center;
}

.header-logo-container
{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px !important;
	position: relative;
}
@media (min-width: 992px) {    
	.icon-user-container-logged
	{
		padding-left: 7px;
	    padding-right: 6px;
	}
}
.header-logo-container svg, .header-logo-container img
{
	width: 40px;
}

#logged-menu-small-icon
{
	width: 45px;
}
@media (min-width: 768px) and (max-width :991px) {
    .header-logo-container svg, .header-logo-container img
	{
		width: 35px;
	}
	#logged-menu-small-icon
	{
		width: 40px;
	}
	.header-logo-container
	{
		padding-left: 8px;
		padding-right: 8px;
	}
	.sv-cart-number {
	    left: 22px;
	}
}

.mkdf-normal-logo
{
	max-width: 200px;
}

@media (max-width :1359px) {
	#loggedMenuBig {
		transform: unset;
		left: auto;
		right: -10px;
	}
}

#searchResultMobile p, #searchResultMobile div, #searchResultMobile span
{
	font-size: 16px;
	text-align: left;
}

#searchResultMobile i
{
	font-size: 16px;
}

.close-search-result-mobile
{
	text-align: right !important;
	background-color: #fff;
	height: 38px;
}

#resultContainerMobile > div:nth-of-type(1)
{
	padding-top: 0px;
}

.close-search-result-mobile a
{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.close-search-result-mobile a img
{
	max-height: 28px;
}

#logged-menu-icon
{
	width: 47px;
}

.mkdf-shopping-cart-holder
{
	height: 55px;
    top: -3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mkdf-shopping-cart-holder
	{
		height: 47px;
    	top: -7px;
	}
}