﻿/*sticky nav*/
.sticky {
    top: 0;
    background-color: #FFF;
    z-index: 15;
    width: 100%;
    border-bottom: 0.5px solid #C5D3E3;
}

@media (min-width: 1200px) {
    .sticky {
        position: fixed !important;
    }
}

@media (min-width: 1200px) {
    #header .logo.nopadding-logo a img {
        max-width: 50px;
        display: flex;
    }
}

@media (min-width: 1400px) {
    #header .logo.nopadding-logo a img {
        max-width: 65px;
    }
}

@media (min-width: 1200px) {
    #header.padding-0 {
        padding: 3px 0;
    }
}

@media (min-width: 1400px) {
    #header.padding-0 {
        padding: 5px 0;
    }
}

@media (min-width: 1200px) {
    #header #main-menu.main-menu-nav {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    #header #main-menu ul.menu.menu-nav-small > li > a {
        font-size: 9px;
        height: unset;
        line-height: unset;
    }
}

@media (min-width: 1400px) {
    #header #main-menu ul.menu.menu-nav-small > li > a {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    #header .action-link.action-link-nav {
        padding-left: 0;
        display: flex;
    }
}

@media (min-width: 1200px) {
    #header .action-link.action-link-nav .action-list {
        height: unset;
    }
}

@media (min-width: 1200px) {
    #header .action-link.action-link-nav .action-list li.account_details .name_info {
        display: none;
    }
}

@media (min-width: 1200px) {
    #header .action-link.action-link-nav .action-list li.account_details .custom-select__trigger {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    #header .action-link.action-link-nav .action-list .call-icon {
        width: 17px;
        height: 17px;
    }
}

@media (min-width: 1200px) {
    #header .action-link.action-link-nav .action-list ._svg-logo {
        width: 17px;
        height: 17px;
    }
}

@media (min-width: 1400px) {
    #header .action-link.action-link-nav .action-list ._svg-logo {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1200px) {
    .tup-phone__menu.tup-phone__menu-small {
        width: 20px;
    }
}

@media (min-width: 1400px) {
    .tup-phone__menu.tup-phone__menu-small {
        padding: 1px;
        width: 160px;
    }
}

@media (min-width: 1200px) {
    .tup-phone__menu.tup-phone__menu-small > div > :first-child {
        display: none;
    }
}

@media (min-width: 1200px) {
    .tup-phone__menu.tup-phone__menu-small > div > :last-child {
        font-size: 17px;
    }
}

.tup-phone__menu.tup-phone__menu-small > div:last-child {
    display: none;
}
.sticky .country-listcontainer{
    margin-right: auto !important;
}
@media (min-width: 1200px){
    .sticky .country-listcontainer {
        margin-right: 0 !important;
    }
}
.sticky .country-listcontainer.hidden {
    display: block !important;
    visibility: visible !important;
    overflow: unset !important;
    height: unset !important;
    padding: unset !important;
    line-height: unset !important;
    margin-left: 12px !important;
    font-size: unset !important;
}

.sticky .country-listcontainer > .country-list > li > a {
    width: 30px;
    height: 17px;
}

.sticky .country-listcontainer .country-list .region a::before {
    width: 12px;
    top: 2px;
}
@media (min-width: 1200px){
    .sticky .country-listcontainer .country-list .region a::before{
        top: 3px;
    }
}

.sticky .country-listcontainer > .country-list > li > a::after {
    background-size: 5px;
    left: 15px;
    width: 20px;
    height: 10px;
}

.sticky #header .action-link .action-list li {
    padding: 0;
}

.sticky .tup-phone__menu > div > :nth-child(2) {
    display: none;
}

.sticky .tup-phone__menu > div > :nth-child(3) {
    display: block;
    font-size: 14px;
}

sticky .tup-phone__menu > div > :nth-child(3) {
    display: block;
    font-size: 14px;
}

.sticky .tup-phone__menu.tup-phone__menu-small > div:last-child {
    display: block;
}
.sticky #main-menu .tu-mega-menu .mega-mainbar{
    position: relative;
    top: 8px;
}
.sticky.headerV2-reskin .tu-mega-menu-container .tu-mega-menu .mega-destinationbar-container {
    position: relative;
    top: 8px;
}