@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------- */
/* "Polyglot" Language Switcher
/* ----------------------------------------------------------------------
Version: 1.4
Author: Ixtendo
Author URI: http://www.ixtendo.com
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* ----------------------------------------------------------------------
-Generic
-JS-created Code
------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */

.polyglotLanguageSwitcher, .polyglotLanguageSwitcher * {	margin: 0;padding: 0;outline: none;}
.polyglotLanguageSwitcher ul {list-style: none;}
.polyglotLanguageSwitcher {	font-size: 12px;color: #444;line-height: normal;z-index: 9999;}
.polyglotLanguageSwitcher form {	display: none;}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
.polyglotLanguageSwitcher a {text-decoration: none;display: block;	padding: 0.5em 6px 0.5em 28px; 	width: 7em; background-repeat: no-repeat;background-position: 6px center;}

.polyglotLanguageSwitcher a:hover {color: #fff;}

.polyglotLanguageSwitcher a.current:link, .polyglotLanguageSwitcher a.current:visited, .polyglotLanguageSwitcher a.current:active {
	position: relative; /* sets the initial position for the trigger arrow */
	background-color:;
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	/*height: 1.25em;  15px */
	min-width:100px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	height: 34px;
	font-size: 12px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.polyglotLanguageSwitcher a.current:hover, .polyglotLanguageSwitcher ul.dropdown li:hover {border-color:#ddd;color:#333;}
.polyglotLanguageSwitcher a.active {border-bottom: none !important;	box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, .05);}
.polyglotLanguageSwitcher span.trigger {display: block; position: absolute;width: 9px;height: 5px;text-indent: -10000em;top: 1.25em;right: 0px;	opacity:0.6;}
.polyglotLanguageSwitcher a.current:link span.trigger, .polyglotLanguageSwitcher a.current:visited span.trigger {background: url(../images/arrow_down.png) no-repeat left top;}
.polyglotLanguageSwitcher a.current:hover span.trigger, .polyglotLanguageSwitcher a.current:active span.trigger, .polyglotLanguageSwitcher a.active span.trigger {background-position: left top !important;}

/* Drop-Down Menu */

.polyglotLanguageSwitcher ul.dropdown {display: none; position: absolute; top: 100%; left: 0; background-color: #fff;border: 1px solid #ddd; border-top: none !important;
	min-width:100px; box-shadow: 0 3px 6px rgba(0,0,0,0.3);}
.polyglotLanguageSwitcher ul.dropdown li a {display:block; width:auto; font-size:11px;}
.polyglotLanguageSwitcher ul.dropdown li a:hover {  background-color:#101e5a; color:#fff; }
.polyglotLanguageSwitcher ul.dropdown li:last-child {border-radius: 0 0 3px 3px;}

/* Flags */

#us { background-image: url(../images/us.png);}
#eur {background-image: url(../images/eur.png);}
#jp {background-image: url(../images/jp.png);}
#jm { background-image: url(../images/jm.png);}
#ng {background-image: url(../images/ng.png);}
#tn {background-image: url(../images/tn.png);}
#ro {background-image: url(../images/ro.png);}
#tn {background-image: url(../images/tn.png);}

@media (max-width: 991px) {
.polyglotLanguageSwitcher a.current:link, .polyglotLanguageSwitcher a.current:visited, .polyglotLanguageSwitcher a.current:active{min-width: 85px; border:none; border-bottom: 1px solid #bababa; height: 32px;font-size: 11px; text-overflow: ellipsis; min-width:0px;}
.polyglotLanguageSwitcher{position: absolute; left: 100px; top: 10px;}
.newNav .header-wrapicon2{margin-right:0px;}
}




@media (max-width: 767px) {
	.polyglotLanguageSwitcher {margin: 6px 0 0 10px;position: absolute; top: 0px; left:80px;}
	/* .polyglotLanguageSwitcher a.current:link, .polyglotLanguageSwitcher a.current:visited, .polyglotLanguageSwitcher a.current:active{text-overflow: ellipsis;
    text-indent: -5000px;} */
}



@media (max-width: 567px) {
	.polyglotLanguageSwitcher a.current:link, .polyglotLanguageSwitcher a.current:visited, .polyglotLanguageSwitcher a.current:active{text-overflow: ellipsis; text-indent: -5000px; min-width:0px;} 
	.polyglotLanguageSwitcher a{width:0px;}
	.header-icon1{padding: 5px 5px 7px 5px;}
	.polyglotLanguageSwitcher{margin:6px 0px 0px 5px;}
	.btn-show-menu-mobile a{padding-right: 10px;}
	.promotionsDiv{ padding: 8px 15px; font-size: 12px; line-height: 16px;}
	.logo2.logo-mobile{transform: scale(0.65) !important;}
	.header-wrapicon1{padding:10px 5px;}
	.mhIcons {width: 16px;}
	.mhIconsShoping{padding:10px 5px !important; width:28px !important;}
}



