.account-dropdown-container {
    position: relative;
    padding: 0;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    align-items: center;
}

p.dropdown-first:active {
    color: #FFFFFF;
}

p.dropdown-first {
    padding: 0px
}

p.dropdown-first:hover {
    color: #ffffff;
    transition: all ease-in-out 0.2s;
}

/*.account-dropdown-menu::before,*/
/*.account-dropdown-toggle::before {
    content: "";
    position: absolute;
    right: -1em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 5px solid;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    margin-top: -2.5px;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.2s;
}
*/
.dropdown-first img {
    height: 45px;
    width: 45px;
    border-radius: 25px;
}
.account-dropdown-container .account-dropdown-toggle {
    color: #54595D;
    background-color: #F5F5F5;
    font-size: 17px;
    padding: 0;
    /*box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.09);*/
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out 0.2s;
}
/*
.account-dropdown-container .account-dropdown-toggle:hover, .account-dropdown-container .account-dropdown-toggle:active, .account-dropdown-container .account-dropdown-toggle:focus {
    background-color: #FF6319;
    color: #FF6319;
}
*/
.account-dropdown-container .account-dropdown-menu {
    width: 14.5rem;
    border-radius: 25px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    margin-left: -11.5rem;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background-color: #ffffff;
    z-index: 100;
}

.account-dropdown-container .account-dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
    border: 2px solid rgba(0, 0, 0, 0.5)
}

.account-dropdown-container .account-dropdown-menu a {
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: block;
    padding: 5px 7px 5px 7px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.2s;
    z-index: 100;
}
.th-hb-logouser.th-top-header-logouser p {
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0px;
}

.user-welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
}

.account-dropdown-container .account-dropdown-menu a:hover, .account-dropdown-container .account-dropdown-menu a:active, .account-dropdown-container .account-dropdown-menu a:focus {
    background-color: #FF6319;
    color: #ffffff;
}

.account-dropdown-menu,.account-dropdown-toggle {
    position: relative;
}

.account-dropdown-menu::before {
    z-index: -1;
    transform: rotate(-135deg);
    top: -4px;
    border-color: #ffffff;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
}

.account-dropdown-open .account-dropdown-menu.account-dropdown-active {
    display: block;
}
/*
.account-dropdown-container.account-dropdown-open .account-dropdown-toggle {
    background-color: #FF6319;
    color: #FF6319;
}
*/
.account-dropdown-container.account-dropdown-open .account-dropdown-toggle:before {
    transform: rotate(-135deg);
}

.account-dropdown-bordered .account-dropdown-toggle {
    border: 2px solid #000000;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .user-welcome {
        margin-left: 0.1em;
    }
    .row.th-header-top {
        padding-bottom: 0px;
    }
    .account-dropdown-container {
        width: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }
    .col-sm-4.th-hb-logouser.th-top-header-logouser {
        margin-right: 0;
        margin-left: auto;
        float: right;
        margin-top: 0.5em;
        max-width: 60%;
    }
    .th-hb-logouser.th-top-header-logouser p {
        margin-bottom: auto;
        margin-top: auto;
        vertical-align: middle;
    }
    .user-welcome > p:first-child {
        margin-left: 2px
    }
    .account-dropdown-container .account-dropdown-toggle {
        padding: 5px;
    }
    .account-dropdown-container .account-dropdown-menu {
        border-radius: 10px;
    }
    .user-welcome > p {
        margin-bottom: 0!important;
    }
    p.dropdown-first {
        padding: 0;
        margin: 0;
    }
    .header.th-header-bottom {
        margin-top: 0.5em;
    }
    .account-dropdown-container .account-dropdown-menu {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .icon.cart_btn {
        margin-left: 5px;
    }
    .icon.wishlist-icon {
        margin-left: 15px;
    }
    .col-sm-4.th-hb-logouser.th-top-header-logouser {
        margin-left: 13px;
    }
    .col-sm-3.th-header-actions {
        padding: 0;
        display: flex;
        margin-left: 1.7em;
        justify-content: right;
    }
    /*
    .th-header-actions .header__icons {
        margin-left: 2.5rem;
    }
    */
}
.col-sm-4.th-hb-logouser.th-top-header-logouser {
    flex-direction: row;
    justify-content: space-between;
    background-color: #F5F5F5;
    cursor: pointer;
    height: 3em;
    border-radius: 25px;
    padding: 0px 0px 0px 0px;

}

.header__th .th-hb-logouser-dropdown {
    background-color: #F5F5F5;
    border-radius: 25px;
    padding: 0px 0px 0px 0px;
}

.username-column {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    align-items: center;
}
.dropdown-dots {
    cursor: pointer;
    width: 35px;
    height: 35px;
    /* color: #000000; */
    border-radius: 25px;
    padding: 0px 0px 0px 0px;
    transition: transform 0.3s ease;
    background-color: #F5F5F5;
}
.account-dropdown-open .dropdown-dots {
    transform: rotate(180deg);
}