.my_account_container{
    border: 1px solid transparent;
    background-color: rgb(45,45,45);
    padding-bottom: 100px;

}
.myInnerContainer{

}
.myProfileContainer{
    margin-left: 50px;
    margin-right:50px;
    margin-top:50px;
    color:rgb(220,220,220);
    min-height: 70vh;
}

.my_account_container > .myInnerContainer > #profileCover {
    width: 100vw;
}

#profileCover{
    height:300px;
    width: 100%;
    object-fit: cover;
    filter: brightness(50%) blur(5px);
    min-height: 25%;
}
#bestOfYou{
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgb(163,163,163);
    font-family: 'Mr De Haviland', cursive;
    font-size: 80px;
    min-width: max-content;
}
#product_title{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 65px;
    /*font-family: 'Dancing Script', cursive;*/
    font-family: 'Great Vibes', cursive;
    color: white;
    width: 75%;
    text-align: center ;

}
.myProfileRow .m{
    border-radius: 20px;
    padding-top:50px;
    padding-bottom:20px;
    background-color: rgb(30,30,30);
}
#profileCardHeaderDiv{

}
#profileCardMainDiv{
    /*border:1px solid red;*/
    background-color: transparent !important;
    color:rgb(180,180,180);
}
#profileCardMainDiv ul li{
    font-size: 14px !important;
}
#profileCardMainDiv ul li i{
    font-size: 20px !important;
}
.profile_welcome_text{
    font-size: 64px;
    font-family: 'Mr De Haviland', cursive;
}
.profile_welcome_text_small {
    font-size: 35px;
}
#profilePic{
    height:130px;
    width:130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    filter: drop-shadow(0px 1px 10px black);
}
.users_name{
    text-align: center;
    color: white;
    margin-top:8%;
    width: 100%;
}
#myAccountMyCartCart{
    font-size: 110px;
    margin-left: 320px;
    margin-top: -16px;
    color: rgba(255,255,255,0.4);
}
.myAccountMyCartTitle{
    font-size: 25px;
    text-align: center;
    margin-top: 0;
    height: 100px;
}
.myAccountMyCartTitle:before{
    content: 'My Cart';
    position: absolute;
    top: -10%;
    left: 50%;
    font-size: 5em;
    font-weight: 800;
    font-style: italic;
    color: rgba(255,255,255,0.3);
    font-family: Raleway,'sans-serif';
}
.list-group-item{
    background-color: transparent !important;
    font-size: 17px;
}
#myAccountMyCartProdImg{
    height:50px;
    width:40px;
    display: block;
    margin-right: 0;
    border-radius: 50%;
}
#myAccountPageTitle{
    padding: 10px;
    border-radius: 20px;
    background: rgb(30,30,30);
    text-align: center;
    font-family: Nunito,sans-serif;
    font-weight: bold;
    font-size: 25px;

}

#editProfileContainer{

}

#editProfileContainer form input{
    background: transparent;
    border-color: grey;
    color: whitesmoke;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
}

#editProfileContainer form input:focus{
    border-bottom-color: #e70303;
}

.alert-custom-card-change {
    color: white;
    background-color: #424242;
    box-shadow: 0 0 21px #ffef4d;
    border-radius: 17px !important;
    margin-bottom: 2rem !important;
}
.card_change_btn {
    min-width: 50%;
}
@media screen and (width: 1024px) and (height: 600px) {
    #bestOfYou{
        top: 26%;
    }
}

@media screen and (min-width: 820px) {
    #myAccountPageTitle {
        margin-top: 20px;
    }
}

@media screen and (max-width: 770px) {
    .my_account_container{
        padding-left: 0;
        padding-right: 0;
    }
    .myInnerContainer{
        padding-right: 25px;
        padding-left: 25px;
    }
    .myProfileContainer{
        margin-left: 0;
        margin-right:0;
        margin-top:0;
        top:-180px;
    }
    #bestOfYou{
        font-size: 45px;
        top: 12%;
        width: 100%;
        text-align: center;
    }
    #myAccountMyCartCart{
        display: none;
    }
    .myAccountMyCartTitle{
        font-size: 25px;
        text-align: center;
        margin-top: 0;
        height: 100px;
    }
    #myAccountPageTitle{
        margin-top: 20px;
    }
    .myAccountMyCartTitle:before{
        content: 'My Cart';
        position: absolute;
        top: 10%;
        left: 0;
        font-size: 2.7em;
        font-weight: 800;
        font-style: italic;
        color: rgba(255,255,255,0.3);
        font-family: Raleway,'sans-serif';
    }
    #product_title{
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 40px !important;
        /*font-family: 'Dancing Script', cursive;*/
        font-family: 'Great Vibes', cursive;
        color: white;
        text-align: center;
        width: 90%;
    }
    .profile_welcome_text{
        font-size: 35px;
        margin-top: 60px;
    }
    .order-table-sm th, .order-table-sm td {
        padding: 4.8px;
    }
    .my_account_container > .myInnerContainer > #profileCover {
        margin-left: -8%;
        margin-bottom: -41%;
    }
}
@media screen and (width: 768px) and (height: 1024px){
    .my_account_container > .myInnerContainer > #profileCover {
        margin-left: -8%;
        margin-bottom: -16%;
    }
}
@media screen and (width: 540px) and (height: 720px){
    .my_account_container > .myInnerContainer > #profileCover {
        margin-left: -8%;
        margin-bottom: -31%;
    }
}

@media screen and (max-width: 375px) {
    #bestOfYou{
        top: 15%;
    }
}
@media screen and (max-width: 330px) {
    #product_title{
        font-size: 20px;
    }
    .order-table-sm th, .order-table-sm td {
        padding: 4.8px !important;
    }
    #bestOfYou{
        top: 12%;
    }

}
@media screen and (max-width: 320px) {
    #bestOfYou{
        top: 23%;
    }
}
/*Galaxy fold*/
@media screen and (width: 280px) and (height: 653px){
   #bestOfYou {
       min-width: unset;
   }
}
