.site-user
{
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.user-form .selection
{
    width: 100%;
}
.user-form .form-control,
.user-form .form-select,
.user-form .select2-selection {
    height: 45px;
    border: 1px solid #e2e2e2 !important;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    box-shadow: none !important;
}

.user-form .select2-selection {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.user-form .form-check-label
{
    color: #000 !important;
}

.user-form .form-check-label a
{
    color: #000 !important;
    text-decoration: underline !important;
}

.site-user-links-block
{
    font-size: 17px;
    color: #000 !important;
}

.site-user-links-block a
{
    color: #000 !important;
    text-decoration: underline !important;
}

.btn-user, .btn-editprofile
{
    background-color: var(--redcolor-other) !important;
    color: #fff !important;
    padding: 8px 20px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.btn-user:hover, .btn-editprofile:hover
{
    background-color: #081828 !important;
}

.btn-editprofile
{
    font-size: 14px;
}

.site-user-message
{
    text-align: center;
    font-size: 18px;
}

.profile-menu-btn
{
    width: 240px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #081828;
    color: #081828 !important;
    background-color: #fff !important;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding: 6px;
}

.profile-menu-btn.pmb-active,
.profile-menu-btn:hover
{
    background-color: #081828 !important;
    color: #fff !important;
    font-weight: 700;
}

.profile-detail
{
    display: block;
    width: 100%;
    max-width: 450px;
}

.pd-row
{
    padding: 10px 3px;
}

.pd-label
{
    font-size: 14px;
    width: 160px;
    min-width: 160px;
}

.pd-value
{
    font-size: 14px;
    flex-grow: 1;
    font-weight: 700;
}

.pd-empty
{
    font-weight: 300;
    font-style: italic;
}

.btn-ep-w
{
    width: 180px;
}

.profile-detail-title
{
    font-size: 20px;
    font-weight: 800;
    line-height: 35px;
}

.user-order-view path
{
    transition: all 0.3s;
}

.user-order-view:hover path
{
    fill: var(--redcolor-other) !important;
}

.user-orders-list
{
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.user-orders-list .kv-table-header
{
    background: initial !important;
}

.user-orders-list table th,
.user-orders-list table th a
{
    color: #1E2529 !important;
    font-size: 14px;
    font-weight: 700;
}

.user-orders-list table th a::after
{
    padding-left: 5px;
}

.user-orders-list table th a:hover
{
    color: var(--redcolor-other) !important;
}

.user-orders-list table th:nth-last-child(2)
{
    text-align: right;
}

.user-orders-list table th:last-child
{
    display: none;
}

.user-orders-list table td
{
    font-size: 14px;
}

.user-orders-list table td:last-child
{
    width: 40px !important;
}

.user-orders-list table,
.user-orders-list table tr,
.user-orders-list table th,
.user-orders-list table td
{
    border: 0px !important;
    background-color: initial !important;
}

.user-orders-list table td:nth-last-child(2)
{
    text-align: right;
}

.user-orders-list table td span:not(.currency):first-child
{
    display: none;
}

.profile-detail-full
{
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.profile-order-products
{
    font-size: 13px;
}

.pop-image
{
    width: 60px;
    min-width: 60px;
}

.pop-info
{
    padding-left: 5px;
}

.pop-info a
{
    font-weight: 700;
    color: #000 !important;
}

.pop-info a:hover
{
    color: var(--redcolor-other) !important;
}

.pop-price
{
    width: 80px;
    min-width: 80px;
    font-weight: 700;
    text-align: right;
    font-size: 15px;
}

.pop-amount
{
    width: 90px;
    min-width: 90px;
    text-align: center;
}

.pop-unitprice
{
    width: 80px;
    min-width: 80px;
    text-align: right;
}

.profile-order-product
{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.profile-order-product:last-child
{
    border: 0px;
}

.profile-order-pricerow
{
    font-size: 16px;
    margin-bottom: 4px;
}

.profile-order-pricerow:last-child
{
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #ccc;
}

.profile-empty-info
{
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.user-order-view
{
    color: var(--redcolor-other) !important;
}

.user-order-view:hover
{
    color: #081828 !important;
}

.user-orders-list table tr:hover {
    cursor: pointer;
}

@media (max-width: 575px) {
    .user-orders-list table th {
        display: none;
    }
    .user-orders-list table tr {
        border-bottom: 1px solid #ccc !important;
    }
    .user-orders-list table tr td:last-child{
        display: none;
    }
    .user-orders-list thead tr,
    .user-orders-list table tr:last-child {
        border: 0px !important;
    }
    .user-orders-list table td {
        font-size: 16px;
        padding: 3px;
        text-align: left;

        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-direction: row;
    }
    .user-orders-list table td span:not(.currency):first-child
    {
        display: block;
        width: 120px;
        min-width: 120px;
    }
    .user-orders-list table td span:not(.currency):last-child
    {
        flex-grow: 1;
        font-weight: 700;
    }
    .user-orders-list table td:nth-last-child(2) {
        text-align: left;
    }
    .user-orders-list table td:first-child {
        font-size: 16px;
    }
    .user-orders-list table td:last-child {
        width: 100% !important;
        text-align: right;
        padding-bottom: 14px;
    }
    .user-orders-list table td:last-child a {
        margin-left: auto;
    }
    .user-orders-list table td:last-child svg {
        transform: scale(1.4);
    }
    .pop-image {
        width: 50px;
        min-width: 50px;
    }
    .oil-search-item {
        width: 135px;
    }
    .osi-img img
    {
        max-width: 90%;
    }
}

.kv-password .input-group-text::before {
    font-family: "Font Awesome 6 Free";
    content: "\f06e";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    cursor: pointer;
    margin-left: -2px;
}
.kv-password .input-group-text .kv-toggle {
    opacity: 0;
}
.kv-password input[type="text"] + .input-group-text::before {
    content: "\f070";
}