header.landing-header {
    pointer-events: none;
}

header .bordertainer {
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    margin-top: 0;
}

header.landing-header .bordertainer {
    margin-top: 100px;
}

/* logo */
#logo {
    width: 235px;
    z-index: 14;
    position: relative;
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

#logo-background {
    height: 100%;
    width: 2500%;
    background-color: #fff;
    opacity: .99;
    position: absolute;
}


.img-logo {
    position: relative;
    width: 100%;
    max-width: 180px;
    filter: brightness(0);
}

.img-logo:hover {
    opacity: 0.9;
}

#tm_menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0;
}

.bordertainer #logo .img-logo {
    filter: brightness(0);
    width: 100%;
}


header.landing-header .bordertainer #tm_menu,
header.landing-header .bordertainer #promotion-header,
header.landing-header .bordertainer #header-info {
    opacity: 0;
}

header.landing-header .bordertainer #logo > #logo-background {
    width: 100%;
}

header .bordertainer #tm_menu,
header .bordertainer #promotion-header,
header .bordertainer #header-info {
    opacity: 1;
}

.bordertainer #tm_menu,
.bordertainer #promotion-header,
.bordertainer #header-info {
    z-index: 100;
}

.header-social-container {

}


header .row {
    display: flex;
    align-items: center;
}

header #logo {
    flex: 0 0 235px;
}

#header-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}

header.landing-header .bordertainer #logo > #logo-background {
    width: 100%;
}



.logo-mobile #logo-background-mobile {
    position: absolute;
    height: 100%;
    width: 500%;
    background-color: #fff;
    opacity: .98;
}
header.landing-header .logo-mobile #logo-background-mobile {
    width: 100%;
}
header.landing-header #menu-gadget #menu-icon,
header.landing-header #menu-gadget #cart-icon {
    opacity: 0;
}

#header-info > div {
    display: flex;
    align-items: center;
}

.header-phone-container {
    display: none;
    align-items: center;
    padding-top: 2px;
    flex-direction: column;
}


.header-phone-container > a,
.header-phone-container > button {
    color: black;
    font-size: 14px;
    font-family: "Play Bold", Arial, Sans-serif, serif;
    white-space: nowrap;
}

.header-phone-container > a:hover,
.header-phone-container > button:hover {
    opacity: .8;
}

.header-phone-container > #callback-button {
    margin-top: 5px;
    display: block;
    padding: 0 5px;
    border: 1px solid #000;
    font-size: 12px;
    background-color: white;
}

@media (min-width: 992px) {
    .header-phone-container {
        display: flex;
    }

    #tm_menu {
        margin-left: 3vw;
    }
}

@media (min-width: 1200px) {
    .header-phone-container {
        display: flex;
    }

    #tm_menu {
        margin-left: 6.5vw;
    }
}
