@import url(login-register-modals.css);
@import url(page-title.css);
@import url(shoppingCart.css);

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: local('Manrope Regular'), url('fonts/Manrope/Manrope-Regular.ttf') format('truetype');
}

* {
    font-family: 'Manrope',Inter, Roboto, Helvetica, Arial, sans-serif;
}

.default-header {
    display: flex;
    align-items: center;
    height: 57px;
    background-color: black;
    padding: 0 44px;
}

#header_placeholder {
    font-family: "Manrope", Inter, Roboto, Helvetica, Arial, sans-serif !important;
    width: 100vw;
    height: 57px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 12;
}

#header_placeholder #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

#header_placeholder #wizHeader {
    position: absolute;
    top: 0;
    left: 89px;
    z-index: 0;
}

#header_placeholder [data-qa-auto="spinner"] {
    width: 35px;
    height: 35px;
    margin-top: 10px;
}

#header_placeholder header .nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.modal.fade.in {
    opacity: 1;
}

.modal.fade.in .modal-dialog {
    transform: translate(0,0);
}

#header_placeholder header a:hover {
    text-decoration: none;
}

#general_content > #sidebar {
    z-index: 1;
    background-color: #fff;
}

#sidebar > div > div {
    height: calc(100vh - 80px);
}

#header_placeholder .userbar div .MuiButton-text,
#sidebar .userbar div .MuiButton-text {
    padding: 0;
}

#header_placeholder .userbar div span,
#sidebar .userbar div span {
    text-transform: initial;
    font-size: 14px;
    font-weight: initial;
    text-decoration: none;
    color: initial;
}

#sidebar .userbar div a:hover span {
    color: #2a6598;
}

#header_placeholder .userbar div button,
#sidebar .userbar div button {
    padding: 0 5px;
}

#sidebar .MuiSvgIcon-root {

    color: rgb(69, 77, 85);
}

#sidebar .userbar > svg {
    fill: rgb(69, 77, 85);
    width: 24px;
    height: 24px;
}

#header_placeholder .userbar > svg {
    display: none;
}

#header_placeholder .userbar ~ div svg,
#sidebar .userbar ~ div svg {
    fill: rgb(69, 77, 85);
    width: 20px;
    height: 20px;
}

#block_content {
    width: 100%;
    position: relative;
}

#general_content {
    display: flex;
    flex-direction: row;
}

#general_content .ohtwizard-parent {
    padding: 0;
    margin: 0;
    width: 100%;
}

#ohtwizard .wizard-body {
    margin: 35px auto 10px;
}

#main_content .tooltip {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: none;
    min-width: 150px;
    max-width: 200px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #929292;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 4px #929292;
    box-shadow: 0 1px 4px #929292;
}

#main_content .tooltip .tooltip-inner {
    background-color: #fff;
    color: #333;
    padding: 0;
    text-align: start;
}

#AdminFloatContent {
    max-width: 500px;
}

#AdminFloatContent b {
    font-family: 'Manrope', Inter, Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.AdminFloatInput,
#AdminFloatContent td,
#AdminFloatContent a,
#AdminFloatContent span {
    font-size: 12px;
}

@media (max-width: 900px) {
    .default-header {
        padding: 0 25px;
    }
    #header_placeholder header .nav  {
        display: none;
    }
    #general_content #sidebar {
        display: none;
    }
}

#header {
    background-color: rgb(0, 0, 0);
}

#header .navbar-header a#header_oht_logo {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    margin-left: 15px;
    padding: 0;
    color: #448ccb
}

#header .header-width {
    position: relative;
    width: auto;
}

#header .navbar-header .header-trans-btn {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    background-color: rgb(88, 87, 255);
    padding: 10px 20px;
}

.skin-amazon #header .navbar-header a#header_oht_logo {
    align-items: flex-end;
}

#header .navbar-header a#header_oht_logo img {
    width: 100%;
}

#header #header_sections li a {
    color: rgb(255, 255, 255);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

#header #header_sections li a:hover {
    color: rgb(138, 136, 255);
}

#header #header_sections li:hover {
    background-color: transparent;
}

#header #header_sections .open ul.dropdown-menu li a {
    background-color: #fff;
    padding: 5px 5px 5px 30px;
}

#header #header_sections li.dropdown.open-hover .open-click + ul.dropdown-menu > li a:hover,
#header #header_sections li.dropdown.open-hover .open-click + ul.dropdown-menu > li a:focus {
    color: #fff;
    background-color: #ff7800;
}

#header #header_user_section #header-login:hover,
#header #header_user_section #header-login:focus,
#header #header_user_section #header_register:hover,
#header #header_user_section #header_register:focus {
    color: #fff;
}

#header_menu .user-photo {
    padding: 0!important;
    margin-right: 10px;
}

.navbar .user-photo img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.navbar-default {
    border: none;
}

#header .navbar-header button.navbar-toggle {
    display: flex;
    cursor: pointer;
    padding: 3px 6px;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: transparent;
}

#header .navbar-header button.navbar-toggle .icon-bar {
    width: 25px;
    height: 2px;
    margin: 3px 0;
    transition: 0.4s;
    background-color: rgb(255, 255, 255);
}

#header_desktop_captcha > div {
    transform: scale(0.725) translateX(-57px);
}

#header_login_menu {
    display: none;
}

.skin-amazon .login-with-social {
    display: none;
}

#header #header_user_menu {
    max-height: 400px;
    overflow-y: auto;
}

#header #header_login #header_user_menu li {
    height: 40px;
    line-height: 40px;
    margin: 5px;
}

#header #header_login #header_user_menu li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: transparent;
    padding: 10px;
}

#header #header_login #header_user_menu li:hover {
    background-color: rgb(92, 106, 250);
}

#header #header_login #header_user_menu li:hover a {
    color: rgb(255, 255, 255);
}

#header #header_user_section li#header_login {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: inherit;
    background-color: unset;
    float: unset;
    width: 210px;
}

#header #header_user_section li#header_login #header_menu {
    display: flex;
    align-items: center;
    width: inherit;
}

#header #header_sections.nav.navbar-nav li a {
    font-family: 'Manrope', Inter, Roboto, Helvetica, Arial, sans-serif;
}

#header #header_user_section li#header_login .dropdown-menu {
    background-color: rgb(0, 0, 0);
}

#header #header_user_section li#header_login .show-name {
    color: rgb(255, 255, 255);
    text-align: start;
}

#header #header_user_section button.navbar-btn:focus {
    background-color: #ff9333;
    border-color: #ff983d;
}

#modal_ai_powered .modal-dialog {
    margin: 100px auto;
}
#modal_ai_powered .modal-content {
    padding: 30px;
    max-width: 500px;
    margin: auto;
}
#modal_ai_powered .modal-header {
    border-bottom: none;
}
#modal_ai_powered .modal-body {
    padding: 0;
}
#modal_ai_powered .modal-footer {
    padding: 0;
    border-top: none;
}

@media (max-width: 480px) {
    #header .header-width {
        padding: 0 15px;
    }
}

@media (max-width: 424px) {
    #header #mobile_menu_placeholder .user-photo {
        display: none;
    }
}

@media (min-width: 375px) {
    #header .navbar-header a#header_oht_logo {
        width: auto;
    }
    .skin-amazon #header .navbar-header a#header_oht_logo {
        width: 180px;
    }
}

@media (min-width: 768px) {
    .skin-amazon #header .navbar-header a#header_oht_logo {
        width: 200px;
    }
    #header .navbar-collapse {
        margin-right: 0;
    }
    #header #header_sections li.dropdown.open-hover .open-click + ul.dropdown-menu > li a:hover,
    #header #header_sections li.dropdown.open-hover .open-click + ul.dropdown-menu > li a:focus {
        border-radius: 5px;
    }
}

@media (min-width: 992px) {
    #header .navbar-header a#header_oht_logo {
        margin-left: 0;
    }
    #header .navbar-header button.navbar-toggle {
        display: none;
    }
    #header #header_sections .open ul.dropdown-menu li a {
        background-color: transparent;
        padding: 8px 8px 8px 12px;
    }
    #header #header_sections li:hover ul.dropdown-menu li a:hover,
    #header #header_sections li:hover ul.dropdown-menu li a:focus {
        background-color: #ff7800;
        padding: 8px 8px 8px 12px;
    }
    #header #header_login_menu .forgot-password {
        padding-top: 5px;
    }
    #header #header_login_menu #header_login_error {
        margin-top: 0;
    }
    #header_menu .user-data {
        width: 175px!important;
        max-width: unset!important;
        padding-left: 0!important;
        font-size: 14px;
    }
    #header_menu .user-data a {
        color: rgb(255, 255, 255);
    }
    #header_menu .user-data a.header-logout-button {
        color: rgb(210, 214, 217);
    }
    #header_menu .user-data a:hover,
    #header_menu .user-data a:focus,
    #header_menu .user-data a.header-logout-button:hover,
    #header_menu .user-data a.header-logout-button:focus {
        color: rgb(138, 136, 255);
        text-decoration: none;
    }
    #header_login.open .user-data a {
        background-color: transparent;
    }
    #header #header_user_section li#header_login #header_menu .user-data .user-name {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        width: 150px;
    }
    #header #header_user_section li#header_login #header_menu .user-data .user-name > div {
        display: contents;
    }
    #header #header_user_section li#header_login #header_menu .user-data .user-name > div span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 600;
    }
    #header #header_user_section li#header_login #header_menu .user-data .user-name .caret {
        display: block;
        margin: 0 0 0 10px;
        border-width: 5px;
        border-top-color: rgb(255, 255, 255);

    }
    #header #header_user_section li#header_login #header_menu .user-data .show-name {
        width: inherit;
    }
    #header #header_user_section li#header_login #header_menu .user-data .user-action {
        display: flex;
        flex-flow: row nowrap;
    }
    #header #header_user_section li#header_login #header_menu .user-data .user-action .delimiter {
        padding: 0 10px;
        color: rgb(69, 77, 85);
    }
    #header #header_login .dropdown-menu li {
        border: none;
    }
}

.user-data .vertical-align-middle {
    font-size: 14px;
}

#header_menu * {
    font-size: 14px;
}
