.middleastia_accordion {
			background-color: #F5F5F5;
			color: #444;
			cursor: pointer;
			padding: 18px 18px 18px 19px;
			width: 100%;
			border: none;
			text-align: left;
			outline: none;
			font-size: 15px;
			font-family: 'Raleway';
			transition: 0.4s;
			line-height: 24px;
			margin-top: 10px;
		}

		.middleastia_active,
		.middleastia_accordion:hover {
			background-color: #c20e35;
			color: #FFF;
		}

		.middleastia_accordion:after {
			content: '\002B';
			color: #777;
			font-weight: bold;
			float: right;
			margin-left: 5px;
		}

		.middleastia_active:after {
			content: "\2212";
		}

		.middleastia_panel {
			padding: 0 18px;
			background-color: #F5F5F5;
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.2s ease-out;
		}
		li.product-bullet {
			background: #E0E0E0;
			margin-top: 2px;
			padding-left: 10px;
		}
		/* .product-bullet::before {
			content: ">>";
			color: #c20e35;
			padding-right: 8px;
			margin-left: -2px;
		} */
		li.product-bullet a{
			font-size: 14px;
		}
		.list li a.selected_link{
			font-weight: bold;
		}