.header-container .top-link-container .switcher .switcher-options strong {
	color: #1282FF;
	font-size: 14px;
	font-weight: bold;
}

.header-container .top-link-container .switcher .switcher-options .mobile-hint{
	color: white;
}

strong.view-canada_view, strong.view-usa_store{
    /* width:100px; */
    display: inline;
    /* height:20px; */
    /* background:black; */
    /* color:white; */
    text-decoration:none;
    /* padding-left:20px; */
}

strong.view-canada_view:after{
    content: '';
    background:url('images/canada-flag.jpg');
    background-size:cover;
        position:absolute;
    width:40px;
    height:20px;
	margin-top: 11px;
	margin-left: 7px;
}

strong.view-usa_store:after{
    content: '';
    background:url('images/usa-flag.jpg');
    background-size:cover;
        position:absolute;
    width:40px;
    height:20px;
	margin-top: 11px;
	margin-left: 7px;
}

li.view-canada_view:after{
    content: '';
    background:url('images/canada-flag.jpg');
    background-size:cover;
        position:absolute;
    width:40px;
    height:20px;
	margin-top: -26px;
	margin-left: 40px;
}

li.view-usa_store:after{
    content: '';
    background:url('images/usa-flag.jpg');
    background-size:cover;
        position:absolute;
    width:40px;
    height:20px;
	margin-top: -26px;
	margin-left: 40px;
}

.header-container .top-link-container .switcher .switcher-options .switcher-dropdown li a {
    margin-left: 20px;
}