#HeaderV3{

}

.HeaderV3_Header--TopLoader{
	position: absolute;
	left: 0;
	top:0;
	height:2px;
	width: 0;
	background: #D8271F;
}

.HeaderV3_Header--Environment{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	background: #D8271F;
	color:#FFF;
	z-index: 999999;
	padding: 3px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.HeaderV3_Header--local{
    margin-top: 23px;
}

.Header__FirstRow{
    padding-top:15px;
    padding-bottom: 14px;
    position: fixed;
    z-index: 999;
}

.Header__SecondRow{
    padding-top:97px;
}

/* First Row */
.Header_LogoLang{
    padding-top: 0;
    width: 185px;
}

.Header_Logo{
    background-position: center;
    background-repeat: no-repeat;
    width: 166px;
    background-size: contain;
    cursor: pointer;
}

.Header_Logo img{
    display: none;
}

.Header_Search__Container{
    width:calc(100% - 550px);
    padding:0 15px;
}

.Header_Search__Input__Container{
    width:calc(100% - 78px);
    position: relative;
}

.Header_Search__Input{
    color:#686868;
    width:100%;
    border:1px solid #1F1F20;
    padding: 14px 10px 11px 10px;
    font-size: 13px;
}

.Header_Search__Icon{
    display: block;
    width: 60px;
    height: 100%;
    background-color: #1F1F20;
    position: absolute;
    top:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
}

.Header_Search__Input:focus{
    outline: none;
}

.Header_Right_Icons__Container{
    width: 340px;
}

.Header_Right_Icon a{
    border-radius: 24px;
    transition: background-color 0.5s ease;
    display: flex;
    outline: none;
}

.Header_Right_Icon a:hover{
    text-decoration: none;
}

.Header_Right_Icon a svg{
    width: 23px;
    height: 23px;
}

.Header_Right_Icon span{
    text-transform: uppercase;
}

.Header_Right_Icon--Circle a {
    padding: 12px;
}

.Header_Right_Icon--Rounded a {
    padding: 13px;
}

.Header_Profile__Container .Header_Profile__LoggedIn{
    padding:0;
    width: 47px;
    height: 47px;
}

.Header_Profile__Container img{
    border-radius: 24px;
    object-fit: cover;
}

.Header_HelpCenter__Container{
    font-size: 13px;
}

/* Second Row */
.Header_Button_Toogle_Mode_Polo__Container{
    padding-top: 0;
    width: 185px;
    display: flex;
}

.Header_Sections__Container{
    padding:0 15px 0 15px;
}

.Header_Sections__Links{
    list-style: none;
    max-height: 31px;
    outline: none;
}

.Header_Sections__Links li{
    display: inline-block;
    padding: 0 15px;
}

.Header_Sections__Links li a{
    display: inline-block;
    padding-bottom: 11px;
    text-decoration: none;
    background: linear-gradient(#d1282f 0 0) bottom /var(--d, 0) 3px no-repeat;
    transition: 0.3s;
    color: inherit;
}

.Header_Sections__Links li a:hover{
    --d: 100%;
}

.Header_ShareMessage__Container{
    width: 280px;
    padding: 0 15px;
    display: none;
}

/* Mobile Header */
.Header--Mobile_Search__Container{
    position: relative;
}

.Header--Mobile_Search__Text__Container{
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:0;
}

.Header--Mobile_Page__Title__Container{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #161616;
    z-index:2;
    padding: 15px 20px;
    color: #FFF;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.Header--Mobile_Page__Title{
    max-width: calc(100% - 64px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.Header--Mobile_Page__Title__Back svg{
    width: 17px;
    height:13px;
    fill: #FFF;
}

.Header--Mobile_Page_Title_Container_Search_Icon{

}

.Header--Mobile_Search__Text{
    color:#686868;
    width:100%;
    border:1px solid #D9D9D9;
    padding: 13px;
    font-size: 14px;
    outline: 0;
}

.Header--Mobile_Search__Icon{
    background-repeat: no-repeat;
    background-size: 24px;
    border:1px solid #D9D9D9;
    height: 48px;
    width: 60px;
    cursor: pointer;
}

/* Button Toogle Mode */
.Button_Toogle_Mode_Polo__Label{
    margin-bottom: 0;
    margin-top: 2px;
}

.Button_Toogle_Mode_Polo__Text{
    display: inline-block;
    padding:0 6px;
}

/* Light Mode */
header.Mode--Light{
    background: #FFF;
}

header.Mode--Light .Header__FirstRow{
    border-bottom: 1px solid #ECECEC;
    background-color: #FFF;
    box-shadow: 0 2px 3px -1px #EEE;
}

header.Mode--Light .Header__SecondRow{
    border-bottom: 1px solid #ECECEC;
}

header.Mode--Light .HeaderV3_Header--Mobile{
    border-bottom: 1px solid #ECECEC;
}

header.Mode--Light .Header_Logo{
    /* Moved to headerV3.php file */
    /* background-image: url("../images/V3/logo-light-mode.svg"); */
}

header.Mode--Light .Header_Right_Icon a{
    background: #F0F0F0;
    color: #181A1D;
}

header.Mode--Light .Header_Right_Icon a:hover{
    background: #D8D8D8;
}

header.Mode--Light .Header_Right_Icon a svg{
    fill:#000;
}

header.Mode--Light .Button_Toogle_Mode_Polo__Text{
    color: inherit;
}

header.Mode--Light .Header_ShareMessage__Container span{
    color: inherit;
}

header.Mode--Light .Header_ShareMessage__Container a{
    color: #2371CC;
}

header.Mode--Light .SidebarV3{
    background: #FFF;
}

header.Mode--Light .Sidebar_Language__Container{
    border-bottom: 1px solid #D9D9D9;
}

header.Mode--Light .Sidebar_Sections__Links li:last-child a{
    border-bottom:1px solid #181A1D;
}

header.Mode--Light .Sidebar_Language__Text, header.Mode--Light .Sidebar_Login__Container *{
    color: inherit;
}

header.Mode--Light .Sidebar_Sections__Links svg {
    fill: #181A1D;
}

header.Mode--Light .Sidebar_Sections__Links li a , header.Mode--Light .Sidebar_Login__Container {
    color: inherit;
    border-bottom: 1px solid #D9D9D9;
}

header.Mode--Light .Sidebar_Language__Container svg{
    fill: #181A1D;
}

/* Dark Mode */
header.Mode--Dark{
    background: #161616;
}

header.Mode--Dark .Header__FirstRow{
    border-bottom: 1px solid #3B3B3B;
    background-color: #161616;
}

header.Mode--Dark .Header__SecondRow{
    border-bottom: 1px solid #3B3B3B;
}

header.Mode--Dark .HeaderV3_Header--Mobile{
    border-bottom: 1px solid #3B3B3B;
}

header.Mode--Dark .Header_Logo{
    /* Moved to headerV3.php file */
    /* background-image: url("../images/V3/logo-dark-mode.svg"); */
}

header.Mode--Dark .Header_Search__Input{
    border-color:#181A1D;
}

header.Mode--Dark .Header_Search__Icon{
    border:1px solid #181A1D;
}

header.Mode--Dark .Header_Right_Icon a{
    background: #3B3B3B;
    color: #FFF;
}

header.Mode--Dark .Header_Right_Icon a:hover{
    background: #535353;
}

header.Mode--Dark .Header_Right_Icon a svg{
    fill:#FFFFFF;
}

header.Mode--Dark .Button_Toogle_Mode_Polo__Text{
    color: #FFF;
}

header.Mode--Dark .Header_ShareMessage__Container span{
    color: #FFF;
}

header.Mode--Dark .SidebarV3{
    background: #161616;
}

header.Mode--Dark .Sidebar_Language__Container{
    border-bottom: 1px solid #434343;
}

header.Mode--Dark .Sidebar_Sections__Links li:last-child a{
    border-bottom:1px solid #8D8D8D;
}

header.Mode--Dark .Sidebar_Language__Text, header.Mode--Dark .Sidebar_Login__Container *{
    color: #FFF;
}

header.Mode--Dark .Sidebar_Sections__Links svg {
    fill: #FFF;
}

header.Mode--Dark .Sidebar_Sections__Links li a, header.Mode--Dark .Sidebar_Login__Container {
    color: #FFF;
    border-bottom: 1px solid #434343;
}

header.Mode--Dark .Sidebar_Language__Container svg{
    fill: #FFF;
}