.mega-dropdown-menu {
	width: 600px !important;
	right: 0px !important;
	left: auto !important;
	padding: 10px;
}
.navbar a:hover {
    text-decoration: none !important;
}
h1,
h2,
h4,
h5 {
	font-family: 'Barlow', sans-serif;
	line-height: 0.95;
}
.breadcrumb{
	border-radius: 0px;
	background-color: #fff;
	margin-bottom:0px;
	padding:0px;
}
.btn {
	border-radius: 0;
}

.dropdown-menu {
	border: 0px;
}

.ui-state-active{
	background-color:red !important;
	border-color:red !important;
}
.product{
	border: 1px solid #dee2e6;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.searchbar {
		width: 550px !important;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.searchbar {
		width: 450px !important;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.searchbar {
		width: 400px !important;
	}
}

@media (max-width: 575.98px) {
	.searchbar {
		width: 250px !important;
	}
}
