.ajax-filter>.title {
    color: #111 !important;
    background: transparent !important;
    position: inherit !important;
    z-index: 1000;
}

select.form-control > option{
    font-family: "Helvetica Neue", Helvetica, Arial !important;
}

.subscribefont{
    font-size: 20px !important;
}
.page_product .content-top-breadcum {
	margin-top: 0px;
	height: 70px;
	overflow: hidden;
	background-color: #030303;
	width:100%;
}
.page_product .breadcrumb {
    top: -95px;
}
.page_product .breadcrumb h1{
    display: none;
}
@media (min-width: 250px) and (max-width: 421px) {
    .page_product .breadcrumb {
        top:-115px !important;
    }

}

.d_ajax_filter_popup_button{
	width: 130px !important;
	top: 0% !important;
}
.d_ajax_filter_popup_button span{
	position: absolute;
	top: 4px;
	left: 12px;
	font-weight: bold;
    color: white;
}
.d_ajax_filter_popup_button > i{
	right: 12px !important;
	left: unset !important;
}
#ajax-filter-container .category-info{
	margin-top: 30px
}
ul#dropdown-service li > p{
    font-size: 16px;
    color: white;
    font-weight: 500;
}

@media (max-width: 1680px) {
    #menu .dropdown .dropdown-menu {
        top: 40px !important;
    }
}