/* Add here all your CSS customizations */

ul.catlist{
	padding: 0;
}

ul.catlist li{
	list-style: inside;
}

.custom-divider{
	display: none;
}

.specialcon{
	text-align: center;
}

.wahead{
	text-align: right;
}

.tophead a{
	color: #fff;
	font-size: 14px
}

.tophead a:hover{
	color: #999;
	text-decoration: none;
}

.dropdown-menu{
	background: #111!important;
}

.tophead{
	justify-content: space-between;
}

@media (max-width: 991px){
		.tophead{
			height: auto!important;
			text-align: center!important
		}

		.wahead{
			text-align: center;
		}

	}



@media (max-width: 768px){
	h3{
		margin-bottom: 15px;
	}

	.catlist{
		margin-bottom: 30px;
		border-bottom: 1px dotted #CCC;
		padding-bottom: 20px!important;
	}

	.page-header.page-header-modern.page-header-md {
		padding: 0;
	}
}


@media (max-width: 650px){
	.woocommerce{
		width: 100%;
		overflow: auto;
	}
}



