body {
    background: #fff;
}
.Login_Register .login_card {
    width: 100%;
    max-width: 450px;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    overflow: hidden;
}
.Login_Register .login_card .topic {
    display: flex;
    padding: 30px;
    background: #000;
}
.Login_Register .login_card .topic img {
    max-width: 120px;
}
.Login_Register .login_card input[type="text"],.Login_Register .login_card input[type="number"]{
    text-align: right;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 10px;
    background: none;
}
.Login_Register .login_card input[type="text"]::placeholder,.Login_Register .login_card input[type="number"]::placeholder{
    color: rgba(0, 0, 0, 0.4);
}
.Login_Register .login_card input[type="text"]:focus, .cart_item .cart_info .count input[type="text"]:focus-visible,
.Login_Register .login_card input[type="number"]:focus, .cart_item .cart_info .count input[type="number"]:focus-visible {
    border: 1px solid #e4cf6e;
    outline: none;
}



/* user accounts */
/* .user_account .profile_card {
    border-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
} */
.user_account .profile_card .prof_image {
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
}
.user_account .profile_card .prof_image img {
    width: 100%;
}
.user_account .profile_card .info h6 {
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}
.user_account ul.right_bar {
    border-radius: 20px;
    border: 1px solid #999;
}
.user_account .tab-content .account_card, .user_edit .account_card {
    border-radius: 20px;
    border: 1px solid #999;
    padding: 16px;
}
.user_account ul.right_bar li.nav-item a {
    color: #bdbdbd;
    border: none;
    padding: 16px;
    border-radius: 0;
    transition: all 0.3s;
}
.user_account ul.right_bar li.nav-item a h6 {
    font-size: 14px;
    color: #3C3C3B;
    transition: 0.3s;
}
.user_account ul.right_bar li.nav-item a.active, .user_account ul.right_bar li.nav-item a:hover {
    color: rgb(255, 255, 255);
    background: #F1B9B0;
    transition: all 0.2s;
}
.user_account ul.right_bar li.nav-item a.active path:not(:nth-child(1)), .user_account ul.right_bar li.nav-item a:hover path:not(:nth-child(1)) {
    stroke: #fff;
}
.user_account ul.right_bar li.nav-item{
    width: 100%;
}
.user_account ul.right_bar li.nav-item a.active h6, .user_account ul.right_bar li.nav-item a:hover h6{
    color: #ffffff;
}
.user_account ul.right_bar li.nav-item a i{
    font-size: 22px;
    margin-left: 36px;
    color: rgb(43, 43, 43);
}
.off_product .product_card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}
.off_product .product_card .header .right span {
    font-size: 12px;
}
.off_product .product_card .body {
    height: 200px;
    text-align: center;
    margin-top: 36px;
    position: relative;
}
.off_product .product_card .body .bg_shape {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid red;
    border-bottom: 50px solid transparent;
    z-index: 0;
}
.off_product .product_card .body img {
    max-height: 140px;
    z-index: +999;
}
.off_product .product_card .footer {
    position: relative;
}
.off_product .product_card .footer .off {
    position: absolute;
    bottom: -14px;
    right: -6px;
    padding: 4px;
    background-color: #ff5c5c;
    border-radius: 8px;
    font-size: 14px;
    color: #ffffff;
}
.off_product .product_card .footer .price {
    color: #d78f1b;
}

.user_account table td {
    border: 0;
    padding: 3px;
    font-size: 14px;
}
.user_account .order_card {
    background: #fff;
    padding: 24px;
    border-radius: 20px;

}
.user_account .order_card .send h6 {
    line-height: 26px;
}

.user_account .account_details_card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.user_account .account_details_card .item {
    padding: 8px;
    flex-basis: 25%;
    position: relative;
} 
.user_account .account_details_card .item:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0;
    height: 50%;
    width: 1px;
    background: #999;
    top: 25%;
}
.user_account .account_details_card .title {
    font-weight: 600;
    font-size: 12px;
    color: #999999;
}
.user_account .account_details_card h6 {
    font-size: 14px;
}
/* section user_edit start */
.user_edit label {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 12px;
}
.user_edit input {
    color: #000000 !important;
    font-weight: 400;
    font-size: 15px;
}


/* contact us */
.File_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
    border: 1px dashed #dfdfdf;
    background: #fff;
}

.File_card i {
    font-size: 24px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px dashed #0096ff;
    padding: 12px;
    color: #0096ff;
}

.File_card h6 {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.File_card input[type='file'] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5px;
    max-width: 54px;
    z-index: 1;
}