.contact-link_phone{
	padding: 5px 0;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.contact-link{
	color: #333;
}
.contact-link:hover {
	color: #005277;
}
.link-dashed{
	display: inline-block;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px dashed;
    color: #0072BA;
    vertical-align: top;
}
#footer .contact-link{color:#b1b1b1}
#footer a:hover {
	color: #fff;
}
.page-wrapper__top-bar {
	background-color: #005277;
}
.page-wrapper__top-bar .contact-link{
	color: #fff;
}
.quick-cart__link:hover, .compare-link:hover, .wishlist-link:hover, .top-user-links__link:hover, .page-wrapper__top-bar .contact-link:hover{
	color: #dadada;
}
.quick-cart__link, .compare-link, .wishlist-link{
	font-size: 14px;
}
.quick-cart__link i, .compare-link i, .wishlist-link i{
	margin-right: 10px;
}
.quick-cart__link .badge, .compare-link .badge, .wishlist-link .badge{
	width: 26px;
    height: 26px;
    border-radius: 100px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    color: #0072BA;
    background: #fff;
    padding: 0;
    margin-left: 8px;
}
.top-user-links{
	height: 40px;
    display: flex;
    align-items: center;
    padding: 0 17px;
    background-color: rgba(0,0,0,.5);
}
.search-form__input{
	height: 47px;
}
.menu-wrapper,
.menu-wrapper__navbar,
.menu{
	width: 100%;
}
.menu li{
	flex: 1;
}
.menu>li>a {
	display: block;
	padding: 18px 15px;
	text-align: center;
	border-right: 1px solid #fff;
}
.menu>li>a:hover,
.menu>li.active>a{
	background-color: #005277;
	color: #fff;
}
.page-wrapper__top-nav{
	background-color: #dee9ed;
}
.mobile-offcanvas{
	background-color: #dee9ed;
}
.mega-menu > a{
	background-color: #005277;
	color: #fff !important;
}
.mega-menu > a:after{
	content: none !important;
}
.mega-menu > a:before{
	content: "\f0c9";
	font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 16px;
		margin-right: 10px;
}
.page-wrapper__header {
    box-shadow: none !important;
}
.mega-menu .dropdown-menu{
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 0;
	background: #005277;
	border: 0;
}
.mega-menu{
	position: unset;
}
.mega-menu__row{
	display: flex;
	flex-wrap: wrap;
}
.col-md-5th{
	flex: 1;
	max-width: 100%;
}
.col-md-5th .dropdown-item{
	padding: 10px 20px;
	color: #fff;
    background: transparent;
}
.col-md-5th .dropdown-item:hover{
	text-decoration: underline !important;
}
.btn-primary {
	color: #fff;
	background-color: #005277;
	border-color: #005277;
}
.btn,
.number-spinner{
	border-radius: 0;
}
.product-card__title{
	height: 72px;
	overflow: hidden;
}
@media (max-width: 1199.98px){
	.col-md-5th .dropdown-item {
    padding: 5px;
}
	.col-md-5th {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
	.menu>li>a {
    padding: 10px;
}
	.mobile-offcanvas {
    background-color: #fff;
}
	.menu-wrapper__navbar{
    width: 80%;
}
}
@media (max-width: 767.98px){
	.search-form{
		margin-bottom: 10px;
	}
	.top-user-links__link {
    font-size: 11px;
}
	.top-user-links {
    height: 30px;
    padding: 0 10px;
}
	.quick-cart__link, .compare-link, .wishlist-link {
		font-size: 12px;
		padding: 0 4px;
		height: 30px;
}
	.quick-cart__link .badge, .compare-link .badge, .wishlist-link .badge {
    width: 16px;
    height: 16px;
    line-height: 16px;
		font-size: 10px;
		margin: 0 !important;
}
.small-text{
	display: none !important;
}
}