/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2017 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
 .header_meta .redirect-selector {
    padding: 12px 18px;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    border-left: 1px solid #1b2028;
    text-decoration: none;
}
.redirect_change_block {
    padding: 10px 10px 0 0;
    float: left;
}
.redirect-selector-wrapper {
    float: left;
}
.header_meta .redirect_change_block .redirect-selector {
    padding: 0;
    margin: 0;
    border: none;
    overflow: visible;
}
.header_meta .redirect_change_block .redirect-selector span.expand-more {
    font-size: 11px;
    cursor: pointer;
}
.header_meta .redirect-selector a {
    background: transparent;
    color: #777;
    cursor: pointer;
        text-decoration: none;
}
.header_meta .redirect_change_block .redirect-selector ul {
    padding: 4px 0 0;
    border: none;
    background: none;
    max-height: 359px;
    overflow-y: scroll;
    border-radius: 0;
    margin-top: 6px;
}
.header_meta .redirect_change_block .redirect-selector ul li {
    background: #fff;
}
.header_meta .redirect_change_block .redirect-selector ul li > a:hover,
.redirect-selector .dropdown-menu > li.current > a {
    color: #fff;
    background: #262c38;
}
/* The search field */
#myInput {
    
    
    width:100%;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  .ul-outer #myInput {
    width:auto ;   
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        min-width: 323px;
    }
    .ul-outer ul.redirect_switch_ul {
        padding-top: 36px !important;
        margin:0;
    }
    .ul-outer.dropdown-menu {
        min-width:335px;
    }
    .ul-outer ul.redirect_switch_ul li a {
        display: inline-block;
        width: 100%;
        line-height: 36px;   
        padding-left: 15px;
        font-weight: 400;
        font-size: 14px;
    }
  
  /* The search field when it gets focus/clicked on */
  /* 30-01-2019 */

  #resizing_select {
    
  } 
   
  #width_tmp_select{
    display : none;
  }

  .redirect-select {
    display: inline-block;
    position: relative;
    text-transform:uppercase;
}
.redirect-select #resizing_select {
   
    padding-top: 1px;

    background: #262c38;
    border: none;
    color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 11px;
    padding-right:25px;


}
.redirect-select a {
    position: absolute;   
    right: -1px;
    top: 1px;
    pointer-events:none;
}

.redirect-select #resizing_select:focus,
.redirect-select #resizing_select:active ,.redirect-select #resizing_select:focus-within ,select:-moz-focusring{
	outline:none;
    border:none!important;
     -moz-outline: none;
    text-shadow: 0 0 0 #000;
}
select::-moz-focus-inner {
  border: 0;
  outline: 0;
  border: transparent;
}
.redirect-select #resizing_select option {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;

	color: #777;
    cursor: pointer;
    text-decoration: none;
	line-height:35px;
	text-transform:uppercase;
    font-size:14px;
    background: #fff!important;
}
.redirect-select #resizing_select>option:hover {
    background-color: black!important;
}
.redirect-select #resizing_select *{
    background: #fff !important;
}