body {
    background: #f4f5fc;
}

.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: 4px;
    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: 4px;
}

.user_account ul.right_bar li.nav-item a {
    color: #bdbdbd;
    border: none;
}

.user_account ul.right_bar li.nav-item:not(:last-child) a {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 16px;
    margin-bottom: 18px;
}

.user_account ul.right_bar li.nav-item a.active {
    color: rgb(43, 43, 43);
    border-color: #e79702;
}

.user_account ul.right_bar li.nav-item {
    width: 100%;
}

.user_account ul.right_bar li.nav-item a.active i {
    color: #e79702;
}

.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: 4px;
    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;
    text-align: right;
}

.user_account .order_card {
    background: #fff;
    padding: 24px;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.user_account .order_card .send h6 {
    line-height: 26px;
}

.user_account .account_details_card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.user_account .account_details_card .item {
    padding: 8px;
    flex-basis: calc(50% - 4px);
}

.user_account i,
.user_account a {
    color: #d78f1b;
}


/* 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;
}