/**-------------------------------------------------- Main menu start--------------------------------------------------------*/

.menuContainer {
	border: solid 1px #D0F0C0;
	border-radius: 5px;
	width: 300px;
	padding: 20px 16px;
	margin-bottom: 20px;
	transition: box-shadow .8s;
}

	.menuContainer:hover {
		/*box-shadow: 2px 2px 20px 2px lightgreen;*/
		box-shadow: 0px 0px 20px #bbffb9;
	}

.menuHeader {
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	height: 40px;
	margin-bottom: 15px;
}

	.menuHeader a {
		text-decoration: none;
		user-select: none;
		color: black;
	}

	.menuHeader a:hover {
		text-decoration: none;
		color: black;
	}

.menuItem {
	font-size: 14px;
	cursor: pointer;
	user-select: none;
}
	.menuItem a {
		text-decoration: none;
		color: limegreen;
	}

.menuItem a:hover {
	color: #008200;
	font-weight: 600;
	margin-left: 5px;
	transition: margin-left .8s;
}

.emptyMenuItem {
	visibility: hidden;
	cursor: none;
}

.hiddenMenuItem {
	display: none;
}

.menuHeaderItem {
	display: inline-block;
}

.menuHeaderItemLeft {
	text-align: left;
	width: 200px;
	height: 40px;
	vertical-align: top;
}

.menuHeaderItemRigth {
	text-align: right;
	width: 40px;
	height: 40px;
	vertical-align: top;
}

.accordion {
	background-color: white;
	color: green;
	cursor: pointer;
	padding: 1px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: .4s;
}

	/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
	/*.active, .accordion:hover {
		background-color: #bbffb9;
	}*/

.panel {
	background-color: white;
	display: none;
	overflow: hidden;
}
/**-------------------------------------------------- Main menu end--------------------------------------------------------*/


.center_content {
	margin: auto;
}

.text_align_center {
	text-align: center;
}

.margin_auto {
	margin: auto;
}

.border_rounded {
	border: solid 1px green;
	border-radius: 5px;
	padding: 5px 5px 5px 0px;
	margin-bottom: 5px;
}

.product-card-carousel {
	width: 280px !important;
	margin: 10px;
	margin: auto;
	padding: 5px;
}

.dx-gallery .dx-gallery-nav-button-next.dx-state-hover::after,
.dx-gallery .dx-gallery-nav-button-prev.dx-state-hover::after {
	background-color: #d3ffd0 !important;
}

.dx-gallery .dx-gallery-nav-button-next.dx-state-active::after,
.dx-gallery .dx-gallery-nav-button-prev.dx-state-active::after {
	background-color: #d3ffd0 !important;
}


.dx-gallery-indicator-item-active, .dx-gallery-indicator-item-selected {
	background: limegreen !important;
	border: solid 2px rgba(255,255,255,.8) !important;
}

.dx-gallery-indicator-item {
	border: solid 1px #d3ffd0 !important;
}
