#pageheader .utils .cart-summary .country .selected-country {
    border: 1px solid #b0b0a9;
    border-radius: 2px;
    cursor: pointer;
    padding: 4px 5px;
  text-transform: uppercase;
}
#pageheader .utils .cart-summary .country .selected-country {
    background-color: #fafaf2;
    border-color: #d9d9d2;
    border-radius: 5px;
}
#pageheader .utils .cart-summary .country.show-country-drop .switcher-drop{
  animation: 0.2s ease-out 0s normal none 1 running reveal;
  display: block;
}
.select-country {
    border: 1px solid #b0b0a9;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: 3px 5px;
    position: relative;
}
.country select.redirect-ip-selector {
    background-color: transparent;
    border: 0 solid #d9d9d2;
    font-family: HelveticaNeue,Helvetica,Arial,sans-serif;
    font-weight: 100;
    height: auto;
    margin-bottom: 0;
/*     padding: 2px; */
    text-transform: uppercase;
/*     vertical-align: middle; */
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  color: #000;
  border-radius: 0px;
  text-align: center;
}
#pageheader .utils .cart-summary .country .switcher-drop .inner::before {
    border-color: transparent transparent #dedede;
    border-style: solid;
    border-width: 0 6px 6px;
    content: " ";
    height: 0;
    margin-top: -5px;
    position: absolute;
    right: 15px;
    top: 1.3em;
    width: 0;
}
#pageheader .utils .cart-summary .country .switcher-drop .inner::after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 6px 6px;
    content: " ";
    height: 0;
    margin-top: -4px;
    position: absolute;
    right: 15px;
    top: 1.3em;
    width: 0;
}
#pageheader .utils .cart-summary .country {
    display: inline;
    margin-left: 3px;
    position: relative;
    vertical-align: middle;
}
#pageheader .utils .cart-summary .country .switcher-drop {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 50;
}

#pageheader .utils .cart-summary .country .switcher-drop .inner {
    margin-top: 1.3em;
    line-height: 1em;
    padding: 8px 20px 6px;
    border: 1px solid #dedede;
    background: #fff;
    color: #444;
    white-space: nowrap;
}
#pageheader .utils .cart-summary .country .switcher-drop .inner {
    margin-top: 1.3em;
    line-height: 1em;
    /* padding: 8px 20px 6px; */
    border: 1px solid #d9d9d2;
    background: #fefff9;
    color: #81817c;
    white-space: nowrap;
    border-radius: 5px;
}
.select-country select {
    background: transparent;
    -webkit-appearance: none;
    border: none !important;
}
@media only screen and (max-width: 600px){
  #pageheader .utils .cart-summary .country .switcher-drop, #pageheader .utils .cart-summary .switcher .switcher-drop{
  	position: absolute;
  }
  #pageheader .utils .cart-summary .switcher-drop .inner:before{
  	opacity: 0;
  }
  #pageheader .utils .cart-summary .country .switcher-drop .inner, #pageheader .utils .cart-summary .switcher .switcher-drop .inner{
  	margin-top: 0.8em;
  }
}
@media only screen and (max-device-width: 424px) and (min-device-width: 320px){
  #pageheader .utils .cart-summary .country .switcher-drop{
  	right: -100px;
  }  
}
@media screen and (max-width: 374px){
  #pageheader .utils .cart-summary .country .selected-country{
  	text-transform: capitalize !important;
  }
  #mobile-header .mobile-nav-toggle{
  	font-size: smaller;
  }
}