#phone-main-desktop {margin: 5px 50px 0; vertical-align: middle; }
#phone-main-desktop > a {cursor: pointer;}
#phone-main-desktop > a:focus {outline: none; color: #f07802;}
#phone-main-desktop .fa-phone {font-size: 32px; color: white;}
#phone-main-desktop .fa-phone:hover {color: #f07802;}
#phone-main-desktop .popover .popover-content {font-weight: 700;}

@media(min-width: 1200px) {
	#phone-main-mobile {display: none !important;}
	}
	@media(max-width: 1200px) {
	#phone-main-mobile {margin: 14px 20px 0; float: right;}
	#phone-main-mobile > a:focus {outline: none;}
	#phone-main-mobile .fa-phone {font-size: 26px; color: white;}
	#phone-main-mobile .popover .popover-content {font-weight: 700;}
}

@media(max-width: 380px) {
	#phone-main-mobile {margin: 14px 10px 0;}
	.navbar-header .navbar-toggle {margin: 16px 12px 0 0;}
	.navbar-branded .btn-search-toggle {margin-right: 2px;}
	.navbar-branded .btn-cart-toggle {margin-right: 7px;}
}