/* Product */

.user-account-menu {
    position: relative;
    width: 75%;
    width: 100%;
    height: auto;
    min-height: 90px;
    margin: 0 auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.user-account-menu:hover {
    background-color: rgba(51, 51, 51, 0.2);
}
.user-account-menu li{
    position: relative;
    float: left;
    width: calc(100% / 3 - 24px);
    text-align: center;
    color: gray;
    padding: 10px;
    border-radius: 7.5px;
    background-color: rgba(66, 66, 66, 0.301);
    border:2px solid rgb(41, 41, 41);
    cursor: pointer;
    transition: .3s all ease;
}
.user-account-menu li:hover{
    background-color: white;
    color: #222;
}
.user-account-menu li:hover i{
    color: #222;
}
.user-account-menu h1 {
    font-size: 2.5em;
    font-weight: 400;
    font-weight: 100;
    letter-spacing: 5px;
    color: whitesmoke;
    transition: .132s all ease-in;
    
    
    font-weight: bold;
    letter-spacing: -5px;
}
.user-account-menu h2 {
    transition: .132s all ease-in;
}
.user-account-menu i {
    position: relative;
    font-size: 2.5em;
    width: 100%;
    height: 50px;
    color: white;
}
.user-account-menu img{
    max-width: 200px !important;
}
.user-account-menu a {
    position: relative;
    /* float: right;
    width: 200px !important;
    max-width: 200px !important; */
}
.user-account-menu a img {
    object-fit: contain !important;
    max-width: 300px !important;
}
.user-account-menu p {
    width: calc(100% - 20px);
    line-height: 1.32em;
    padding: 10px;
}
.user-account-menu h1:hover {
    font-size: 2.4em !important;
    font-weight: bold !important;
    letter-spacing: -5px;
    font-weight: 200 !important;
    letter-spacing: 5px !important;
}
.user-account-menu h2:hover {
    font-weight: 200 !important;
    letter-spacing: 5px !important;
}
/* User content */
#user-content{
    display: none;
    min-height: 300px;
    background-color: antiquewhite; 
    margin: 0; 
    padding: 0;
}
#user-content div{
    margin: 0; 
    padding: 10px;
}