header.header {
    position: fixed;
    width:100%;
    height:70px;
    box-shadow: 0 0 20px rgba(0,0,0,0.0);
    top: 30px;
    left:0;
    border-bottom:1px solid #e8d2b8;
    background:rgba(255,255,255,0.97);
    z-index: 10;
    font-size: 18px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 100;
    text-align: center;
}

.topbar {
    height:30px;
    width: 100%;
    border-bottom: 1px solid #634e44;
    position: fixed;
    top: 0px;
    left:0;
    z-index: 20;
    background:#634e44;
    color:#fff;
}

.topbar .vinstri {
    display: inline-block;
    width: 50%;
    line-height: 30px;
    font-size: 15px;
    padding-left: 10px;
}

.topbar .haegri {
    display: inline-block;
    width: 50%;
    text-align: right;
    line-height: 30px;
    font-size: 14px;
    padding-right: 10px;
}

.topbar .haegri ul {
    margin: 0;
    padding: 0;
    line-height: 20px;
    margin: 5px 0;
}

.topbar .haegri ul li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eee;
}

.topbar .haegri ul li:first-child {
    border-left: 0px solid #eee;
}

header.header.scroll {
    border-bottom:1px solid #eaeaea;
    background:rgba(255,255,255,0.97);
    box-shadow: 0 0 20px rgba(0,0,0,0.03);
}

header.header a {
    color: var(--main-color);
    text-decoration: none;
}

.topbar a {
    color: #eee7ce;
    text-decoration: none;
}

header.header a span, .topbar a span {
    color: var(--main-color);
}

.hdr-logo {
    height: 44px;
    width: auto;
    text-indent: 64px;
    margin: 12px auto 0 0px;
    position: relative;
    float: left;
    font-size: 28px;
    line-height: 44px;
}

.hdr-logo::before {
    position: absolute;
    top:0;
    left:0;
    background-image: url(../img/icon_facefit.png);
    background-size: cover;
    content:"";
    height:44px;
    width: 50px;
}

#nav-main {
    padding: 0px;
    line-height: 40px;
    margin: 16px auto;
    font-family:  var(--headline-font);
    display: inline-block;
}

#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

#nav-main ul li {
    float: left;
    margin-left: 34px;
    position: relative;
}

#nav-main ul li::before {
    content: "";
    position: absolute;
    top:12px;
    height:20px;
    width: 1px;
    left: -17px;
    background:#e8d2b8;
}

#nav-main ul li.current_page_item:after, #nav-main ul li.current-menu-item:after {
    content: "";
    width:10px;
    height:2px;
    background:#0081b4;
    position: absolute;
    bottom: 0px;
    left:calc(50% - 5px);
}

#nav-main ul li.lang-item.current-menu-item:after {
    display:none;
}

#nav-main ul li:first-child:before {
    content: "";
    display: none;
}

li.menu-item-44::before {
    content: "";
    display: none;
}

#nav-main ul li a {
    font-weight: 600;
}

#nav-main ul li.lang-item a {
    color:#afafaf;
}

#nav-main ul li.lang-item a:hover {
    color:#232323;
}

#nav-main ul li ul {
    display: none;
}

header .adgerdir {
    float: right;
    margin-right: 10px;
}

header .adgerdir ul {
    list-style-type: none;
    margin: 0;
    padding: 22px 0 0 ;
}

header .adgerdir ul li {
    display: inline-block;
    padding:0 5px;
    vertical-align: top;
}

header .adgerdir ul li:last-child {
    padding-right: 0;
}

header .adgerdir svg {
    height:26px;
    width: 26px;
    margin-top: 2px;
}

.avatar{  overflow:hidden; }

.user-icon {
    font-size:10px;
    float:left; 
    margin:0;
    border-radius:20px; 
    border:2px solid #232323;
    height: 28px;
    width: 28px;
    background:none;
    padding:0;
    overflow:hidden;
}

.user-icon::before{
    content:" ";
    display:block;
    height:12px;
    width:12px;
    background:transparent;
    border:2px solid #232323;
    position:relative;
    left: 6px;
    top: 5px;
    border-radius:6px;
}

.user-icon::after{
    content:" ";
    display:block;
    height:19px;
    width:34px;
    border:2px solid #232323;
    background:transparent;
    position:relative;
    left: -5px;
    top: 7px;
    border-radius: 20px 20px 0 0;
}

.search-icon {
    font-size:10px;
    float:left;
    margin:0;
    height: 30px;
    width: 28px;
    background:none;
    padding:0;
    overflow:hidden;
    position:relative;
    z-index: 1;
}

.search-icon::before {
    content:" ";
    display:block;
    height:20px;
    width:20px;
    background:transparent;
    border:3px solid #232323;
    background-color: #fff;
    position:absolute;
    left: 1px;
    top: 3px;
    border-radius:14px;
    z-index: 3;
    transition: 0.1s ease-in-out;
}

.open .search-icon::before {
    height: 2px;
    width: 28px;
    background-color: transparent;
    border: 2px solid #911e1e;
    background-color: #911e1e;
    left: -2px;
    top: 12px;
    transform: rotate(-45deg);
}

.search-icon::after {
    content:" ";
    display:block;
    height:18px;
    width:1px;
    background:transparent;
    border:2px solid #232323;
    position:absolute;
    left: 16px;
    top: 12px;
    border-radius:10px;
    transform: rotate(-45deg);
    z-index: 2;
    transition: 0.1s ease-in-out;
}

.open .search-icon::after {
    height:28px;
    left: 11px;
    top: 1px;
    transform: rotate(-45deg);
    border:2px solid #911e1e;
    
}

.magnikorfu {
    display: block;
    font-size:13px;
    height: 17px;
    width: 17px;
    line-height: 16px;
    background:#9F587F;
    color:#fff;
    text-align: center;
    padding:0;
    overflow:hidden;
    position:absolute;
    border-radius:10px;
    top:-4px;
    right:-2px;
    z-index: 1;
    font-family:  var(--headline-font);
    font-weight: 700;
}


#hamborgari {
    width: 36px;
    height: 40px;
    position: fixed;
    margin: 0px auto ;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    top: 15px;
    right:20px;
    z-index: 103;
    display: none;
}

#hamborgari span {
    display: block;
    position: absolute;
    height: 6px;
    width: 36px;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    top: 8px;
}

#hamborgari span:nth-child(1) {
    left: 0;
}

#hamborgari span:nth-child(2) {
    left: 0px;
    top: 17px;
    width: 36px;
}

#hamborgari span:nth-child(3) {
    left: 0px;
    top: 26px;
    width: 36px;
}

#hamborgari.open span {
    background: #fff;
}

#hamborgari.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
    left: 2px;
    width: 32px;
}

#hamborgari.open span:nth-child(2) {
    background: #232323;
    width:0;
    left: 15px;
}

#hamborgari.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 2px;
    width: 32px;
}

.overlayfix {
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    width:0px;
    height: 0px;
    background: rgba(255,255,255,0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    text-align: left;
    left: 0;
    top:0;
}

.overlayfix.open {
    width:100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100); 
    z-index: 101;
}

.menu {
    width: 100%;
    height: 100%;
    background:#007dbe;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -2;
    position: relative
}

.menu.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100); 
    color:#98ddf8;
    z-index: 102;
    position: absolute;
    top: 0;
}

#mobilemenu ul {
    margin:7px 0;
    padding: 0;
}

.menu ul {
    display: none;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0); 
}

.menu.open ul {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100); 
}

.menu ul {
    position: absolute;
    top: 110px;
    left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: calc(100% - 40px);
}

.menu ul li {
    margin: 10px 0;
}

.menu ul li.lang-item {
    display: none;
}

.menu ul li a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-family: var(--headline-font);
    font-weight: 700;
    font-style: normal;
}

.menu .socialicons {
    width:100%;
    margin-top: 20px;
    color: #dfb0b2;
}

.menu .socialicons a {
    font-size: 20px;
    font-weight: 400;
}

.icon-cart {
    width: 34px;
    height: 34px;
    position: relative;
}

.icon-cart span:nth-child(1) {
    width: 6px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #000;
  }

.icon-cart span:nth-child(2) {
    width: 11px;
    height: 3px;
    position: absolute;
    left: 1px;
    top: 10px;
    transform: rotate(80deg); 
    background-color: #000;
}

.icon-cart span:nth-child(2):before {
    content: "";
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    left: 4px;
    top: -8px;
    transform: rotate(-80deg); 
    background-color: inherit;
}

.icon-cart span:nth-child(2):after {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    left: 5px;
    top: -20px;
    background-color: inherit;
    transform: rotate(40deg); 
}

.icon-cart span:nth-child(3) {
    width: 14px;
    height: 2px;
    position: absolute;
    left: 10px;
    top: 13px;
    background-color: #000;
}

.icon-cart span:nth-child(3):after {
    content: "";
    width: 124%;
    height: 100%;
    position: absolute;
    top: -4px;
    left: -1px;
    background-color: inherit;
}

.icon-cart span:nth-child(4) {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    bottom: 6px;
}

.icon-cart span:nth-child(4):after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 100%;
    position: absolute;
    left: 200%;
    bottom: 0;
}