a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

html body {
    direction: ltr !important;
    overflow: hidden;
    background-color: #f8f9f9 !important;
    width: inherit !important;
    line-height: normal;
    height: 100vh
}

#up-wrapper {
    background-color: #fff
}

ol,
ul {
    padding-right: 0 !important
}

html {
    min-width: inherit !important;
    background-color: rgb(245 245 245/1) !important;
    overflow-x: hidden !important
}

.header-panel {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    border: 2px solid #f8f9fb;
    border-bottom-left-radius: 35px;
    padding-right: 11px;
    border-bottom-right-radius: 35px;
    border-top: 0;
    margin-right: 25px;
    margin-bottom: 80px
}

.top-header {
    padding: 15px 0;
    position: relative;
    height: 106px;
    display: flex;
    align-items: center;
}

.top-header>div:first-child {
    width: 100%;
}

.top-header::before {
    background-color: #f8f9fb;
    border-bottom-left-radius: 35px;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/bg-right-head.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: transform .3s ease;
    transform: scaleX(-1);
    background-position: left center
}

.support-circle {
    background-color: #fff9f7;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.support-link {
    text-decoration: none !important
}

.support-phone {
    color: #ff5722;
    margin-right: 5px;
    font-weight: 700;
    z-index: 1
}

.support-text {
    background: #fff3f0;
    color: #ff8a66;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 11px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin-bottom: 3px;
    z-index: 1
}

.cart-circle {
    background-color: #4caf50 !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    cursor: pointer !important;
    margin: 0 20px
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #00867d;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.main-menu a {
    color: #777;
    text-decoration: none;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px
}

.main-menu ul {
    list-style: none
}

.main-menu ul li {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

.main-menu li:hover>a {
    background-color: #ff5722;
    color: #fff !important
}

.main-menu .sub-menu li:hover>a {
    background-color: #ff5722;
    color: #fff !important
}

/*--- Submenu Styles ---*/
html .main-menu ul li ul {
    position: absolute;
    padding: 0;
    left: 0;
    display: none;
    transition: opacity 1s;
    background-color: #fff !important;
    border-radius: 5px;
    color: #000;
    margin-top: 10px;
    width: 260px;
    box-shadow: 0 0 2px 1px #f5f5f5;
    z-index: 9999;
    top: 31px;
}

.main-menu ul li:hover ul ul {
    display: none;
    transition: opacity 1s;
}

.main-menu li:hover .sub-menu {
    display: block;
    transition: opacity 1s;
}

.main-menu ul li ul li {
    display: block;
    padding: 8px 11px 8px 30px;
    width: 100%;
}

.main-menu ul li ul li a {
    width: 100%;
    font-size: 13px;
    color: #000;
    display: block;
}

.main-menu ul li ul li a:hover {
    color: #0000C3;
}

/*--- submenu two Styles ---*/
html .main-menu .sub-menu .sub-menu {
    position: absolute;
    padding: 0;
    display: none !important;
    transition: opacity 1s;
    background-color: #fff !important;
    border-radius: 5px;
    color: #000;
    margin-top: 10px;
    width: 260px;
    box-shadow: 0 0 2px 1px #f5f5f5;
    z-index: 9999;
    top: 31px;
}

.main-menu ul li:hover .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    background: #ddd;
}

.main-menu li ul li:hover .sub-menu {
    display: block !important;
    transition: opacity 1s;
}

.main-menu ul li ul li {
    display: block;
    padding: 8px 11px 8px 30px;
    width: 100%;
}

.main-menu .sub-menu .sub-menu li a {
    width: 100%;
    font-size: 13px;
    color: #000;
    display: block;
}

.main-menu .sub-menu .sub-menu li a:hover {
    color: #0000C3;
}

.homepage-btn:hover {
    background-color: #e64a19;
    color: #fff;
    text-decoration: none
}

.bottom-header {
    padding: 15px 0
}

.ums-panel-head-support {
    background: radial-gradient(circle at top right, #fe4d1963 0, #f0f0f0de 30%, #f0f0f0de 60%, #f0f0f0de 100%);
    border-radius: 50px;
    z-index: 0;
    padding: 4px 4px 4px 40px !important;
    padding-right: 4px !important;
    margin-right: 40px !important
}

.icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #f5f3fc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 20px 0 0;
    cursor: pointer
}

.notification-dot {
    position: absolute;
    top: 1px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f2515b;
    border: 4px solid #fff
}

.night-mode {
    display: flex;
    background: #f8f9fb;
    padding: 7px 10px;
    border-radius: 50px
}

.night-mode a {
    color: #777;
    font-size: 15px;
    text-decoration: none
}

.header-line {
    position: absolute;
    top: 0;
    width: 2px;
    height: 54%;
    background: linear-gradient(to bottom, #ff5722 0, #f8f9fb 61%);
    border-radius: 10px
}

.header-line.right {
    right: -2px
}

.header-line.left {
    left: -2px
}

.support-bg-circle {
    position: absolute;
    top: 15px;
    left: 50px;
    width: 25px;
    height: 25px;
    background: #fe4d19;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none
}

.dotted-separator {
    display: grid;
    gap: 4px;
    justify-items: center;
    margin: 0 15px
}

.dotted-separator::before {
    content: "";
    counter-reset: dots 5
}

.dotted-separator::after {
    content: "";
    display: none
}

.dotted-separator::before {
    content: "▪" "\A" "▪" "\A" "▪" "\A" "▪" "\A" "▪";
    white-space: pre;
    color: #324152;
    font-size: 10px;
    line-height: 7px
}

.ums-user-panel-breadcrumb a {
    color: #777;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    transition: color .3s;
    font-weight: 700
}

.ums-header-style-up {
    top: 0;
    left: 0;
    right: 0;
    height: 351px;
    background: #3e44f4;
    z-index: 0;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: fixed
}

.user-panel-footer {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 25px;
    position: relative;
    border-left: 4px solid #ff4500;
    margin: 10px 0;
}

.copyright-text {
    color: #aba9b2;
    font-size: 14px;
    font-weight: 400;
    direction: rtl;
    text-align: right;
    margin-left: 15px
}

.icon-section-footer {
    display: flex;
    align-items: center;
    gap: 20px
}

.social-icons {
    display: flex;
    gap: 21px;
    align-items: center
}

.social-icon {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.social-icon svg {
    width: 23px;
    height: 23px;
    fill: #fe4d19
}

.menu-dots {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: 15px;
    cursor: pointer
}

.dot {
    width: 3px;
    height: 3px;
    background-color: #999;
    border-radius: 50%
}

.main-content {
    background-color: #f5f5f5;
    height: calc(100vh - 50px)
}

#top-head {
    height: 85px;
    margin-bottom: 30px;
    position: sticky;
    border-bottom: 1px solid #f5f3fc;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 15px 25px 0 #969BA412;
    top: 0;
    display: flex
}

.ums-user-panel-sidebar {
    width: 30%;
    max-width: 300px;
    height: 100vh;
    max-height: 100vh;
    background: #fff !important;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0
}

.ums-user-panel-sidebar:before {
    content: "";
    position: absolute;
    top: 106px;
    right: 0;
    width: 2px;
    height: 100%;
    background: hsla(253, 60%, 97%, 1);
    background: linear-gradient(90deg, hsla(253, 60%, 97%, 1) 0, hsla(253, 60%, 97%, 1) 68%, hsla(0, 0%, 100%, 1) 88%);
    background: -moz-linear-gradient(90deg, hsla(253, 60%, 97%, 1) 0, hsla(253, 60%, 97%, 1) 68%, hsla(0, 0%, 100%, 1) 88%);
    background: -webkit-linear-gradient(90deg, hsla(253, 60%, 97%, 1) 0, hsla(253, 60%, 97%, 1) 68%, hsla(0, 0%, 100%, 1) 88%)
}

.ums-user-panel-sidebar-menu {
    overflow: auto;
    height: 100%
}

.ums-user-panel-sidebar-menu::-webkit-scrollbar {
    width: 0;
    right: 0
}

.ums-user-panel-sidebar-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px
}

.ums-user-panel-sidebar-menu::-webkit-scrollbar-thumb {
    background-color: #f1f1f4;
    right: 2px
}

.ums-user-panel-sidebar .logo-top {
    position: sticky;
    top: 0;
    z-index: 9999
}

.icon-topbar {
    text-decoration: none !important;
    border-bottom: none !important
}

.side-box {
    width: 65px;
    height: 17px;
    background: linear-gradient(to right, #fff, #f8f9fb);
    border-radius: 20px;
    position: absolute;
    top: 53px;
    right: 14px
}

.side-box-two {
    width: 65px;
    height: 17px;
    background: linear-gradient(to right, #f8f9fb, #fff);
    border-radius: 20px;
    position: absolute;
    top: 53px;
    left: 14px
}

.message {
    position: absolute;
    top: 13px;
    left: 139px
}

.message .point {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50%;
    background-color: #177dff;
    position: absolute;
    top: 6px;
    left: -60px
}

.notify {
    position: relative;
    top: -20px;
    right: -3px
}

.notify .point {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ffcc01;
    position: absolute;
    top: 11px;
    left: -10px
}

.menu-item:before {
    display: none
}

#top-head .uk-navbar-nav {
    align-items: center;
    justify-content: center;
    gap: 21px
}

.phone-support-header {
    padding: 9px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.up-header-phone-support {
    display: flex;
    align-items: center
}

.phone-support-header span {
    background: #fff3f0;
    color: #ff8a66;
    font-weight: 700;
    padding: 2px 11px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin-bottom: 3px
}

html .phone-support-header a {
    color: #fe4d19 !important;
    font-size: 15px;
    font-weight: 600
}

.phone-support-header-icon {
    display: flex;
    justify-content: center;
    background: #fff3f0;
    border-radius: 12px;
    width: 58px;
    align-items: center;
    height: 58px
}

.button-menu {
    background: 0 0 !important;
    border: 0 !important;
    display: none !important;
    padding: 0
}

.button-menu:focus {
    outline: 0 !important
}

.uk-logo {
    width: 310px;
    padding: 0 !important
}

.br-d {
    border-radius: 35px
}

.ums-container-icon-box-up {
    display: flex;
    justify-content: flex-start;
    margin: 0 20px
}

.ums-icon-box-up {
    width: 65px;
    height: 65px;
    border-radius: 27px;
    background: #fff;
    flex: 0 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.ums-icon-box-up img {
    width: 50%
}

.ums-container-content-box-up {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px
}

.ums-container-content-box-up .woocommerce-Price-currencySymbol {
    padding-right: 3px
}

.ums-icon-box-up i {
    color: #fff;
    font-size: 30px;
    z-index: 999
}

.ums-container-content-box-up h3 {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #fff !important;
    padding-bottom: 20px;
    line-height: normal !important;
    margin: 0 !important
}

.ums-container-content-box-up p {
    font-size: 14px !important;
    font-weight: 700;
    color: #fff !important;
    padding-bottom: 8px;
    margin-bottom: 0 !important
}

.bg-success {
    background: #35cd3a
}

.gradient-danger {
    background: #177dff !important
}

.gradient-info {
    background: #26dad2 !important
}

.notification-header {
    width: 380px !important;
    border-radius: 5px;
    padding: 0 !important;
    background-color: rgb(255 255 255 / 1) !important;
    border-color: rgb(244 244 246 / 1);
    border-radius: 8px;
    border-width: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05) !important;
    display: flex;
    flex-direction: column;
    padding: 16px
}

.notification-header ul li p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 !important
}

.notification-header ul li a {
    color: #000 !important;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    text-align: justify;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start
}

.notification-header ul li a>div {
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    color: rgb(116 116 129 / 1)
}

.notification-header ul li {
    padding: 11px 25px 0 !important;
    border-bottom: 1px solid #f5f5f5
}

.notification-header ul li:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0 !important
}

.notification-header ul li span {
    text-align: right;
    font-weight: 300;
    font-size: 12px;
    display: block;
    margin-top: 12px;
    margin-bottom: 14px
}

.notification-tl-header {
    font-size: 14px;
    font-weight: 700;
    padding: 16px 25px 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    line-height: 24px;
    color: rgb(46 46 56/1);
    display: flex
}

.close-not {
    color: #87898e;
    float: left;
    padding-top: 12px;
    top: -5px !important;
    opacity: 1 !important
}

.gradient-purple {
    background: #fc6180 !important
}

.gradient-success {
    background: #e6a1f2 !important
}

.icon-top a {
    color: #000 !important
}

.gradient-icon {
    background: rgba(255, 255, 255, .3);
    width: 80px;
    height: 80px;
    line-height: 65px;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
    -webkit-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
    text-align: center
}

.gradient-icon span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 0 9px rgba(255, 255, 255, .4);
    line-height: 29px;
    font-size: 18px
}

#ums-panel-main-default {
    width: 100%;
    display: flex
}

#ums-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    overflow-x: hidden;
    height: 100vh
}

.message-panel-ums {
    padding-top: 17px;
    padding-bottom: 18px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px
}

.message-panel-ums p {
    margin: 0 !important
}

.message-panel-ums-icon {
    margin-right: 5px !important;
    float: left !important
}

@media only screen and (min-width:992px) {
    #offcanvas-overlay {
        display: none !important
    }
}

#top-head [class*=uk-navbar-dropdown-bottom] {
    margin-top: 0
}

.profile-bar {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    padding: 1rem 30px
}

.bar-bottom {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding: 15px 0;
    display: none
}

@media screen and (min-height:730px) {
    .bar-bottom {
        display: block
    }
}

@media screen and (max-width:960px) {

    .logo-top,
    .top-header,
    .ums-head-title-page svg,
    .ums-user-panel-sidebar {
        display: none !important
    }

    .header-panel {
        margin-right: 0 !important;
        padding: 0 !important;
        margin-left: 0 !important;
        border-radius: 0 !important;
        border: 0 !important;
        margin-bottom: 40px !important;
    }

    .uu-mobile-full-width {
        width: 100% !important
    }

    .button-menu {
        display: block !important;
        cursor: pointer
    }

    .uk-navbar-dropdown {
        left: 0 !important
    }

    footer {
        width: inherit !important;
        justify-content: center !important;
        margin: 15px 0 !important;
    }

    .menu-topbar {
        display: none
    }

    .button-menu span {
        color: #000 !important
    }

    .logo-mobile {
        display: block !important
    }

    .logo-mobile img {
        margin-top: 17px
    }

    .header-profile .img-head-profile {
        min-height: inherit !important
    }

    .ums-panel-content-main .edit-shipping .form-row {
        width: 100% !important
    }

    .ums-panel-content-main .addresses .woocommerce-Address {
        width: 100% !important;
        max-width: 100% !important
    }

    .ums-dashboard-body .ums-card-product {
        width: 100% !important
    }
}

.header-profile {
    position: relative
}

.logo-mobile {
    display: none !important
}

.ums-offcanvas-menu-mobile {
    padding: 0 !important;
    background: #fff !important;
    overflow-x: hidden;
    width: 300px !important
}

.ums-submenu li:hover a {
    color: #fff;
    text-decoration: none
}

#ums-panel-main-default .ums-submenu li:hover i,
#ums-panel-main-default .ums-submenu li:hover span {
    color: #fff !important
}

.profile-img {
    width: 65px;
    border: 3px solid rgba(0, 0, 0, .1)
}

.search-field {
    width: 160px;
    transition: all .25s cubic-bezier(.175, .885, .32, 1.275)
}

.search-field:focus {
    width: 260px;
    border-color: #fff !important
}

.uk-heading-primary {
    letter-spacing: -.028em;
    font-weight: 300
}

.uk-card {
    transition: box-shadow .5s ease-out
}

.ums-panel-content-main {
    z-index: 99999;
    border-radius: 15px;
    text-align: left;
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 25px 0 #5b5E6812
}

.content-payment {
    background: #fff;
    width: 60%;
    margin: 0 auto
}

.content-payment input:disabled {
    font-size: 12px;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 500
}

.title-payment {
    padding: 18px;
    background: #0d5;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.title-payment-error {
    padding: 18px;
    background: #dd0005;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.content-payment .uk-subnav li {
    border: 1px solid #f8f8f8;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    padding: 20px 45px 20px 45px;
    margin-left: 15px
}

.content-payment .uk-subnav li i {
    position: absolute;
    top: 22px;
    right: 17px;
    font-size: 17px
}

.content-payment .uk-subnav i {
    position: absolute;
    top: 22px;
    right: 17px;
    font-size: 17px
}

.content-payment .uk-subnav .uk-active {
    background-color: #0d5;
    color: #fff
}

.content-payment .uk-subnav .uk-active p {
    color: #fff;
    font-size: 11px
}

.content-payment .uk-subnav p {
    font-size: 11px;
    padding-top: 5px
}

.content-payment .uk-subnav:before {
    border: 0 !important
}

.content-payment .uk-form-label {
    margin-bottom: 10px
}

.content-payment .uk-input {
    width: 100%
}

.inputGroup {
    background-color: #f8f8f8;
    display: block;
    margin: 10px 0;
    position: relative
}

.inputGroup label {
    padding: 12px 30px;
    display: block;
    text-align: right;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color .2s ease-in;
    overflow: hidden
}

.inputGroup label:before {
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #0d5;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    z-index: -1
}

.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L2.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 4px 5px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .2s ease-in
}

.inputGroup input:checked~label {
    color: #fff
}

.inputGroup input:checked~label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1
}

.inputGroup input:checked~label:after {
    background-color: #666;
    border-color: #666
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden
}

.wallte-show-payment {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 40px;
    background: #0d5;
    padding: 10px;
    color: #fff
}

.button-payment {
    width: 100%;
    text-align: center;
    margin-top: 45px
}

#doPayment {
    margin: 0 auto;
    text-align: center;
    float: none !important;
    background: #0d5;
    border: 0;
    color: #fff;
    padding: 3px 54px 2px 54px;
    border-radius: 50px;
    font-weight: 500
}

#doPayment:focus {
    border-color: inherit !important
}

#doPaymentWallet {
    margin: 0 auto;
    text-align: center;
    float: none !important;
    background: #0d5;
    border: 0;
    color: #fff;
    padding: 3px 54px 2px 54px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s
}

#doPaymentWallet:hover {
    background: #0aa834;
    transition: all .5s
}

#doPaymentWallet a {
    color: #fff
}

#doPaymentWallet a:hover {
    text-decoration: none
}

#doPaymentWallet:focus {
    border-color: inherit !important
}

.ums-panel-content-main .frm {
    padding: 20px 20px 20px 20px
}

.v-UMS {
    font-size: 13px;
    color: #1d7af3
}

.text-muted {
    color: #a1aab2 !important
}

.frm input,
textarea {
    font-size: 12px !important
}

.uk-breadcrumb li:before {
    margin: 0 6px !important
}

.uk-breadcrumb li a {
    font-size: 12px !important
}

.avatar-profile img {
    border-radius: 50%
}

.avatar-profile-menu {
    position: relative;
    margin-top: 55px;
    text-align: center
}

.profile-username-sidebar {
    position: relative;
    margin-top: 5px;
    text-align: center
}

.ums-edit-profile-container .avatar-profile-menu,
.ums-edit-profile-container .profile-username-sidebar .card-title {
    display: flex
}

.avatar-profile-menu img {
    border-radius: 50% !important;
    border: 4px solid #f8f9fb;
    padding: 7px !important;
    width: 120px !important;
    height: 120px !important;
    float: none !important;
    box-shadow: none !important;
    margin: 0 auto !important
}

.avatar-profile-menu img:after {
    content: '';
    width: 110px;
    height: 110px;
    border-radius: 50% !important;
    border: 7px solid #f8f9fb
}

.profile-username-sidebar .card-title {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    margin-bottom: 5px;
    padding-top: 0 !important;
    text-align: center;
}

.profile-username-sidebar .card-title svg {
    width: 22px;
    height: 22px
}

.profile-username-sidebar .card-title .ums-label-user-status {
    display: flex;
    align-items: center;
    justify-content: center
}

a:hover {
    text-decoration: none !important
}

a {
    text-decoration: none !important
}

.profile-username-sidebar h6 {
    color: #6b708d !important;
    font-size: 13px !important;
    font-weight: 400;
    display: inline-block;
    margin: 10px 0 22px !important
}

.profile-username-sidebar h6 p {
    display: inline-block;
    color: #6b708d;
    margin: 0 !important
}

.icon-avatar {
    position: relative
}

.icon-avatar a {
    background: #141414;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    top: 41px;
    left: 74px;
    border: 4px solid #f8f9fb;
    opacity: .9;
    z-index: 999999999
}

.icon-avatar a:hover {
    color: #fff
}

.uk-breadcrumb li span {
    font-size: 12px
}

.ums-sidebar-wallet-balance-user {
    display: flex;
    border: 2px solid #f5f3fc;
    border-radius: 50px;
    padding: 9px;
    width: 86%;
    margin: 0 auto;
    align-items: center;
    gap: 14px;
    position: relative
}

.ums-icon-wallet {
    padding: 14px;
    background: #ecfcfc;
    border-radius: 50px
}

.ums-wallet-balance-title {
    color: #ff8a66;
    font-size: 14px;
    font-weight: 700
}

.ums-wallet-balance-number {
    font-size: 14px;
    color: #6b708d;
    font-weight: 700
}

.ums-wallet-balance-number span {
    display: block;
    font-weight: 600
}

.ums-wallet-link {
    position: absolute;
    right: -16px;
    padding: 4px 0;
    background: #ecfcfc;
    border-radius: 50px
}

.ums-wallet-link svg {
    transform: rotate(180deg)
}

.ums-wallet-link a {
    padding: 4px 15px
}

.uk-breadcrumb li:before {
    font-size: 12px
}

.ums-panel-content-main .row100 {
    font-weight: 200
}

.btn-order-wallet {
    background: #35cd3a;
    padding: 6px 20px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.btn-order-wallet:hover {
    color: #fff;
    background: #159e0e;
    text-decoration: none
}

.page-title-ums {
    display: none
}

.woocommerce-MyAccount-content .page-title-ums {
    display: block;
    text-align: right !important;
    padding-right: 17px
}

.page-title-ums-dashboard {
    display: block !important;
    font-weight: 700 !important;
    text-align: right !important;
    padding-right: 7px;
    padding-top: 5px;
    font-size: 18px !important;
    color: #000 !important;
    margin: 0 !important
}

#insert-media-button {
    background-color: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    padding: 0 10px 1px !important;
    font-size: 12px;
    font-weight: 500
}

.card-subtitle {
    font-size: 12px !important;
    margin-top: 6px !important
}

.post-item img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 175px !important
}

.post-item {
    background: #fff;
    box-shadow: -1px 3px 13px 0 #d2d1d1;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    position: relative;
    height: auto
}

.post-item h2 {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding-left: 5px;
    font-weight: 500 !important;
    padding-right: 5px;
    line-height: 32px;
    margin-bottom: 17px;
    transition: .8s;
    -webkit-transition: .8s;
    margin-top: 20px
}

.post-item .description-product {
    font-size: 13px;
    text-align: center;
    margin-bottom: 7px;
    padding: 0 12px 0 12px
}

.post-item a:hover {
    text-decoration: none
}

.post-item a h2:hover {
    color: #32bbcb
}

.post-item .btn-read {
    font-size: 13px;
    background: #a3e05c;
    color: #fff;
    padding: 10px 50px 10px 50px;
    font-weight: 700;
    border-radius: 50px;
    width: 34%;
    transition: .8s;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: .8s
}

.uk-modal-footer .btn-read {
    font-size: 13px;
    background: #a3e05c;
    color: #fff;
    padding: 10px 50px 10px 50px;
    font-weight: 700;
    border-radius: 50px;
    width: 50%;
    transition: .8s;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: .8s
}

.post-item .btn-read:hover {
    text-decoration: none
}

.post-item .price-post {
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 39px;
    width: 100%;
    margin-top: 25px
}

.post-item .price-post b {
    color: #000;
    font-size: 24px;
    font-weight: 500
}

#ums-panel-main-default .bar-content ul li a img {
    margin-right: 17px !important
}

.content-pro {
    margin-bottom: 35px
}

.content-pro p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 10px
}

.uk-card-body {
    padding: 20px 15px !important
}

.modal-product .uk-modal-header {
    background: #a3e05c;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.modal-product {
    border-radius: 5px
}

.modal-product .uk-modal-header h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 500
}

.fr-element {
    height: 250px;
    text-align: right !important
}

.fr-box div a {
    display: none
}

.ums-panel-content-main .woocommerce-EditAccountForm .woocommerce-form-row {
    float: right;
    width: 100%;
    margin-bottom: 15px
}

.ums-panel-content-main .woocommerce-EditAccountForm .woocommerce-Input {
    height: 40px;
    font-size: 11px;
    max-width: 100% !important;
    width: 100% !important;
    color: #333;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 0;
    transition: all .4s
}

.ums-panel-content-main .woocommerce-EditAccountForm span em {
    font-style: normal;
    font-size: .875rem;
    margin-top: 10px
}

.ums-panel-content-main .woocommerce-EditAccountForm label {
    display: block;
    line-height: 2;
    font-weight: 200;
    font-size: .875rem;
    text-align: right;
    color: #333
}

.ums-panel-content-main .uk-button {
    margin: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0 3em;
    border-radius: 3px;
    right: auto;
    color: #fff;
    background-color: #1b61eb;
    border: 0;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    top: 20px;
    height: 40px !important
}

.ums-panel-content-main .order-again a {
    margin: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    border-radius: 3px !important;
    right: auto;
    color: #fff !important;
    background-color: #1b61eb;
    border: 0;
    display: inline-block !important;
    box-shadow: none;
    text-shadow: none;
    top: 20px;
    padding: 14px 16px
}

.ums-panel-content-main .woocommerce-EditAccountForm .woocommerce-Button {
    margin: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none;
    overflow: visible;
    padding: 0 3em !important;
    border-radius: 3px !important;
    right: auto;
    color: #fff !important;
    line-height: 38px !important;
    font-size: 14px !important;
    background-color: #1b61eb !important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    top: 20px
}

.ums-panel-content-main .uk-button:hover {
    background-color: #124eeb
}

.ums-panel-content-main .woocommerce-EditAccountForm fieldset {
    float: right;
    width: 100%
}

.ums-panel-content-main .woocommerce-EditAccountForm fieldset legend {
    text-align: right
}

pre {
    display: none
}

.tab-header {
    padding-bottom: 45px !important
}

.tab-header .uk-tab li a {
    padding: 17px 10px !important;
    color: #000;
    font-weight: 700
}

.uk-form-label {
    font-weight: 500;
    font-size: 14px
}

@media screen and (max-width:768px) {
    #title-list-download {
        display: contents
    }

    #title-list-download tr {
        display: inherit
    }

    #ums-content {
        width: 100% !important
    }

    #ums-content .account-orders-table thead {
        overflow: hidden;
        position: absolute;
        clip: rect(0 0 0 0)
    }

    #ums-content table.shop_table td::before {
        content: attr(data-title);
        float: left;
        font-weight: 700;
        text-transform: uppercase
    }

    #ums-content table.shop_table td {
        display: block
    }

    .ums-panel-content-main .ums-card-product {
        width: 100% !important
    }

    .ums-dashboard-body .cart-main {
        width: 455px !important;
        left: -278px !important
    }

    .message-panel-ums {
        display: none
    }

    html {
        margin-top: 0 !important
    }

    .ums-panel-content-main .woocommerce-Addresses {
        flex-direction: column;
        gap: 55px !important
    }

    html .user-panel-footer {
        flex-direction: column;
        border: none !important;
        padding: 0 !important;
    }

    .user-panel-footer .menu-dots {
        display: none
    }

    .ums-panel-content-main {
        padding: 40px 20px !important;
    }

    .ums-head-title-bg-bo {
        width: 69px !important;
        top: -14px !important;
    }

    .ums-edit-profile-content-setting {
        padding: 0 !important;
    }

    .ums-head-title h4 {
        font-size: 16px !important;
    }

    .ums-empty-space-wrapper,
    .ums-breadcrumb-wrapper,
    .ums-button-wp-wrapper,
    .ums-dotted-separator-wrapper {
        display: none;
    }

    .ums-button-cart-wrapper>div:first-child {
        justify-content: space-between;
    }

    .ums-button-cart-wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.menu-home-url {
    background: #fff;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 50px;
    color: #000 !important;
    font-weight: 300;
    transition: all .5s;
    margin-top: 10px
}

.menu-home-url:hover {
    text-decoration: none;
    background: #0a0b0d;
    color: #fff !important
}

.p-ums-head {
    font-size: 14px;
    height: 40px;
    padding-top: 18px;
    background: #fff;
    padding-right: 20px;
    border-bottom: 1px solid #ebedf2;
    text-align: right
}

.p-ums-head h3 {
    font-size: 17px;
    font-weight: 700 !important;
    margin: 0 !important
}

.tg-slider-container {
    margin-bottom: 35px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.tg-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.entry-title {
    margin: 0 0 10px;
    font-size: 1.313rem;
    color: #fff;
    text-align: center
}

.woo-account-title {
    margin: 0 0 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center
}

.uk-margin-remove-bottom {
    font-weight: 500
}

.tg-slider-container {
    background-color: rgba(0, 0, 0, .6);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tg-container .tg-slider-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.tg-container .entry-title {
    margin: 0;
    color: #fff
}

.tg-container .entry-title a {
    color: inherit
}

.tg-container .entry-title a:hover {
    color: #fff
}

.woo-account-title a:hover {
    text-decoration: none
}

.tg-slider .tg-container .entry-meta {
    margin: 0 auto
}

.tg-container .cat-links a,
.tg-container .posted-on {
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    text-decoration: none
}

.entry-meta {
    font-size: 12px;
    font-weight: 400;
    margin: 15px auto;
    text-align: center
}

.entry-meta span a:hover {
    text-decoration: none;
    background: #000 !important
}

.entry-meta a:hover {
    text-decoration: none;
    background: #000 !important
}

.entry-meta .posted-on {
    position: relative;
    line-height: 38px
}

.tg-container .cat-links a:hover,
.tg-container .posted-on a:hover {
    color: #0ff
}

.tg-container .cat-seperator {
    color: #fff
}

.tg-container .posted-on::before {
    background-color: #fff
}

.vc-slider-blog .tg-post-slider--carousel {
    background-color: #f8f9fa;
    padding: 60px 0
}

.post-um {
    background-size: cover;
    background-repeat: no-repeat
}

.btn-upload-avatar span {
    position: absolute;
    right: -37px;
    background: #fff;
    padding: 5px;
    top: 21px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    border-radius: 50%;
    border: 1px solid #dcdada;
    cursor: pointer
}

#url-avatar-input {
    display: none
}

.btn-upload-avatar #UMS_post_featured {
    top: 16px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    right: -24px;
    cursor: pointer
}

.btn-upload-avatar #url-avatar {
    display: none
}

.ums-panel-content-main .ywf_deposit {
    border: 1px solid #dadfe2;
    padding: 6px 9px 6px 33px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px
}

.ums-panel-content-main .ywf_make_a_deposit_form .button {
    margin: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 2em;
    border-radius: 3px;
    right: auto;
    color: #fff;
    background-color: #1b61eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    top: 20px
}

.ums-panel-content-main .ywf_history_container .my_funds_history {
    border: 1px solid #e5e5e5
}

.ums-panel-content-main .ywf_history_container .filter_container select {
    border-color: #f1f1f1;
    border-top-color: #ddd;
    border-left-color: #ddd;
    background-color: #f9f9f9;
    color: #515151;
    font: 12px Tahoma;
    padding: 8px;
    margin-bottom: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ums-panel-content-main .ywf_history_container .filter_container .ywf_button {
    width: auto;
    position: relative;
    background-color: #1b61eb;
    color: #fff;
    padding: 5px 12px;
    font: 12px Tahoma;
    display: inline-block;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.ums-panel-content-main .ywf_history_container .my_funds_history thead tr th {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center !important;
    color: #212121 !important;
    font-weight: 700
}

.ums-panel-content-main .ywf_history_container .my_funds_history tbody tr {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    transition: background-color .1s linear;
    border-bottom: 1px solid #e5e5e5
}

.ums-panel-content-main .ywf_history_container .my_funds_history tbody tr td {
    padding-top: 18px;
    padding-bottom: 14px;
    text-align: center
}

.ums-panel-content-main .ywf_history_container .my_funds_history tbody .fund_totals {
    background: #eef5f9;
    border-top: 1px solid #e5e5e5;
    transition: background-color .1s linear;
    border-bottom: 1px solid #e5e5e5
}

.ums-panel-content-main .woocommerce-order-downloads .woocommerce-table--order-downloads {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    width: 100%
}

.ums-panel-content-main .woocommerce-order-downloads .woocommerce-table--order-downloads thead tr th {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center !important;
    color: #212121 !important;
    font-weight: 700;
    background-color: #f8f9fa
}

.ums-panel-content-main .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.ums-panel-content-main .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td {
    padding-top: 18px;
    padding-bottom: 14px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background: #fff
}

.ums-panel-content-main .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td a:hover {
    text-decoration: none
}

.ums-panel-content-main .woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr .download-file a {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    right: auto;
    color: #fff;
    background-color: #247be6;
    border: 0;
    display: inline-block;
    background-image: none;
    border-radius: 50px;
    box-shadow: none;
    text-shadow: none
}

.ums-panel-content-main .my_account_orders tbody tr {
    font-size: 13px
}

.woocommerce table.my_account_orders {
    border-color: #f0f1f2 !important;
    border-collapse: collapse !important;
    border-radius: 0 !important
}

.ums-panel-content-main .my_account_orders tbody tr td a:hover {
    text-decoration: none
}

#ums-content .my_account_orders tbody tr .woocommerce-button {
    font-size: 100%;
    margin: 0 8px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 12px 31px;
    font-weight: 700;
    right: auto;
    color: #fff;
    background-color: #247be6;
    border-radius: 50px;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

#ums-content table.shop_table .woocommerce-orders-table__header {
    color: #718096;
    background-color: #f8f8f8
}

.woocommerce-orders-table__cell-order-number a {
    color: #000
}

#content-main-p {
    padding: 60px 0 0 0;
    background-color: #eef5f9;
    transition: margin .3s cubic-bezier(.4, 0, .2, 1)
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .input-text {
    padding: 0 10px;
    background: #fff;
    color: #000;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 500;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    margin-bottom: 10px
}

.ums-panel-content-main .edit-shipping .form-row {
    width: 50%;
    float: right
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    color: #333;
    font-size: .875rem;
    display: block;
    margin-bottom: 5px
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection {
    padding: 7px 10px;
    background: #fff;
    color: #666;
    height: 40px;
    vertical-align: middle;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    margin-bottom: 10px
}

.woocommerce-address-fields .button {
    margin-bottom: 45px !important;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none;
    overflow: visible;
    padding: 4px 28px !important;
    border-radius: 3px !important;
    right: auto;
    color: #fff !important;
    line-height: 38px !important;
    font-size: 14px !important;
    background-color: #1b61eb !important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    top: 20px;
    font-weight: 800
}

.ums-panel-content-main .form-row .required {
    color: red;
    text-decoration: none
}

.acf-required {
    color: red;
    text-decoration: none
}

.acf-field {
    margin-bottom: 25px
}

.acf-fields>.acf-field {
    padding: 15px 0 !important
}

.ums-panel-content-main .woocommerce-Addresses {
    display: flex;
    gap: 185px;
    margin-top: 34px
}

.ums-panel-content-main .addresses .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 86px
}

.ums-panel-content-main .addresses .woocommerce-Address-title h2 {
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 0
}

.ums-panel-content-main .uk-tab>*>a {
    font-weight: 500
}

.ums-panel-content-main .addresses .woocommerce-Address-title a {
    padding: 7px 15px;
    color: #fff;
    display: flex;
    width: max-content;
    border-radius: 12px;
    font-size: 14px;
    align-items: center;
    justify-content: center
}

.ums-panel-content-main .addresses .woocommerce-Address address {
    font-weight: 300;
    margin-top: 15px;
    line-height: 32px;
    font-size: 13px;
    clear: both;
    background-color: transparent !important
}

.ums-panel-content-main .wpas-table {
    border: 1px solid #e5e5e5
}

.ums-panel-content-main .wpas-table thead tr th {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center !important;
    color: #212121 !important;
    font-weight: 700
}

.ums-panel-content-main .wpas-table tbody tr {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color .1s linear
}

.ums-panel-content-main .wpas-table tbody tr td {
    padding-top: 18px;
    padding-bottom: 14px;
    text-align: center;
    border-top: 1px solid #e5e5e5
}

.ums-panel-content-main .wpas-label-status {
    color: #fff;
    padding: 3px;
    border-radius: 5px
}

.header-my-account {
    display: none
}

.ums-sidebar-mobile .avatar-profile-menu {
    padding-top: 25px;
    margin-top: 0 !important
}

.ums-sidebar-mobile .bar-content {
    margin-top: 0 !important
}

.woocommerce-MyAccount-navigation ul li:active a {
    background-color: transparent !important;
    border-right: none !important;
    border-left: none
}

.ums-panel-content-main .woocommerce-order-details h2 {
    font-size: 20px !important;
    padding: 22px 0 !important;
    font-weight: 700 !important
}

.ums-panel-content-main .woocommerce-customer-details h2 {
    font-size: 20px !important;
    padding: 22px 0 !important;
    font-weight: 700 !important
}

.woocommerce-customer-details address {
    font-size: 13px;
    font-weight: 300
}

.woocommerce-customer-details address p {
    font-size: 14px;
    font-weight: 300
}

.woocommerce-MyAccount-content {
    float: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    border: 0 !important;
    display: unset !important;
    margin-left: 0 !important;
    padding: 0 !important
}

.woocommerce-MyAccount-navigation {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin-top: 0 !important;
    padding-top: 8px !important
}

.Welcome-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 37px
}

.Welcome-message a:hover {
    text-decoration: none
}

.woocommerce-Message--info {
    font-size: 13px
}

.notification-head li a {
    color: #000 !important;
    font-size: 13px;
    border-radius: .1428rem;
    padding: 10px 0 !important;
    font-weight: 500
}

.notifications-empty {
    font-size: 19px;
    font-weight: 300;
    color: #a7a7a7;
    text-align: center
}

.notifications-empty:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0f3';
    font-size: 100px;
    margin-bottom: 25px;
    display: block;
    color: #dadada
}

.notification-main li img {
    width: 35px;
    border-radius: 100%;
    float: right;
    margin-left: 11px
}

.notification-main::-webkit-scrollbar {
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.notification-main::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.notification-main::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px
}

.notification-main::-webkit-scrollbar-thumb:hover {
    background-color: #aaa
}

.notification-main li p {
    font-size: 12px;
    font-weight: 300;
    padding-top: 8px
}

.notification-main {
    width: 350px !important;
    padding: 10px !important;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    border-top: 4px solid #3476f7;
    overflow-y: auto;
    overflow-x: hidden;
    height: 295px
}

.notification-head li {
    margin: 11px 0;
    padding: 5px
}

.notification-head li a:hover {
    text-decoration: none
}

.notification-main li:hover {
    background-color: rgba(222, 222, 222, .3)
}

.notification-main:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -16px;
    left: 15px;
    right: auto;
    color: #1352cc;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent
}

.popup-notification {
    border-radius: 5px !important;
    width: 560px !important;
    height: auto !important
}

.main-popup {
    padding: 35px 25px
}

.main-popup p {
    font-size: 14px;
    font-weight: 300
}

#top-head button {
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important
}

#top-head nav {
    width: auto !important;
    height: auto !important
}

#top-head nav i {
    height: auto !important
}

#preloader .uk-icon {
    color: #d62d20
}

.avatar-woo-ums img {
    margin-right: 18px
}

.avatar-woo-ums h6 {
    right: 156px
}

.avatar-woo-ums h4 {
    right: 156px
}

.swal2-content #swal2-content {
    font-size: 15px;
    font-weight: 300
}

.gform_body input {
    height: 25px;
    font-size: 11px;
    width: 100% !important;
    color: #333;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 0;
    transition: all .4s
}

.gfield_select {
    display: block !important
}

.gform_body textarea {
    font-size: 11px;
    width: 100% !important;
    color: #333;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 0;
    transition: all .4s
}

.gform_body li {
    float: right;
    width: 100%
}

.gform_body select {
    height: 35px;
    font-size: 13px;
    width: 100% !important;
    color: #333;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 0;
    font-weight: 500;
    transition: all .4s
}

.gform_button {
    margin: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none;
    overflow: visible;
    padding: 0 3em !important;
    border-radius: 3px !important;
    right: auto;
    color: #fff !important;
    line-height: 38px !important;
    font-size: 14px !important;
    background-color: #1b61eb !important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    top: 20px
}

.gfield_label {
    font-size: 15px;
    font-weight: 500
}

.gform_wrapper {
    display: block !important
}

.swal2-icon.swal2-warning {
    font-size: inherit !important
}

.woocommerce-customer-details address {
    padding: 5px 8px 5px 0 !important;
    line-height: 26px !important
}

.edd-input {
    max-width: 95%;
    width: 95%;
    padding: 7px 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    margin-bottom: 20px
}

#edd_profile_editor_form label {
    color: #333;
    font-size: 14px;
    display: block !important;
    margin-bottom: 5px
}

.edd_submit {
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 9px 29px;
    border-radius: 3px;
    right: auto;
    color: #fff;
    background-color: #1b61eb;
    border: 0;
    display: inline-block;
    box-shadow: none;
    text-shadow: none
}

.edd-select {
    padding: 7px 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    width: 97%;
    font-weight: 500;
    margin-bottom: 15px
}

#edd_purchase_receipt {
    border-collapse: collapse;
    margin-bottom: 25px
}

#edd_purchase_receipt tbody tr td {
    padding: 8px !important;
    text-align: right !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #fff;
    font-size: 13px !important;
    font-weight: 300
}

#edd_purchase_receipt tbody tr td strong {
    font-weight: 700
}

#edd_purchase_receipt thead tr th {
    padding: 8px !important;
    text-align: right !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #f0f0f0;
    color: #000
}

#edd_purchase_receipt thead tr th:first-child {
    border-left: 1px solid #fff
}

#edd_purchase_receipt_products {
    border-collapse: collapse
}

#edd_purchase_receipt_products thead tr th {
    padding: 8px !important;
    text-align: right !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #f0f0f0;
    color: #000;
    font-weight: 700
}

#edd_purchase_receipt_products thead tr th:first-child {
    border-left: 1px solid #fff
}

#edd_purchase_receipt_products tbody tr td {
    padding: 8px !important;
    text-align: right !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #fff;
    font-size: 13px !important;
    font-weight: 300
}

#edd_purchase_receipt_products tbody tr td strong {
    font-weight: 700
}

.edd_purchase_receipt_files {
    list-style: none
}

.edd_purchase_receipt_product_name {
    margin-bottom: 10px;
    color: #000
}

.edd_download_file a {
    padding: 5px;
    text-align: center;
    background: #f0f0f0;
    color: #000;
    text-decoration: none;
    width: 98%;
    display: block
}

#edd_user_history {
    border-collapse: collapse
}

.edd_purchase_row th {
    padding: 8px !important;
    text-align: right !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #f0f0f0;
    color: #000
}

.edd_purchase_row td {
    padding: 8px !important;
    text-align: right !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    color: #000;
    background-color: #fff;
    font-size: 13px !important;
    font-weight: 300
}

.edd_purchase_details a {
    color: #000;
    text-decoration: none
}

.edd_download_history_row th {
    padding: 8px !important;
    text-align: right !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #f0f0f0;
    color: #000
}

.edd_download_history_row td {
    padding: 8px !important;
    text-align: right !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    color: #000;
    background-color: #fff;
    font-size: 13px !important;
    font-weight: 300
}

.edd_download_history_row td .edd_download_file {
    margin-bottom: 8px
}

#edd_user_history {
    border-collapse: collapse
}

.edd_cart_header_row th {
    padding: 8px !important;
    text-align: right !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #f0f0f0;
    color: #000
}

#edd_checkout_cart tbody tr td {
    padding: 8px !important;
    border-width: 1px;
    text-align: right !important;
    border-style: solid;
    border-color: #e6e6e6;
    color: #000;
    background-color: #fff;
    font-size: 13px !important;
    font-weight: 300
}

#edd_checkout_cart {
    border-collapse: collapse
}

.edd_cart_total {
    border: 1px solid #eee;
    color: #000;
    padding: .5em 1.387em;
    background-color: #f0f0f0
}

#edd_checkout_user_info {
    border: 1px solid #eee;
    padding: 1.387em;
    margin: 0 0 21px
}

#edd_checkout_form_wrap {
    margin-top: 25px
}

#edd_checkout_user_info legend {
    font-weight: 700;
    color: #000
}

#edd_checkout_user_info .edd-label {
    display: block;
    font-size: 13px;
    color: #000
}

#edd_checkout_user_info .edd-description {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    padding: 8px 0
}

#edd_final_total_wrap {
    background: #fafafa;
    padding: .5em 1.387em;
    font-size: 14px;
    color: #000
}

.edd-submit {
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 9px 29px !important;
    border-radius: 3px !important;
    right: auto;
    color: #fff !important;
    background-color: #1b61eb;
    border: 0 !important;
    display: inline-block !important;
    box-shadow: none !important;
    text-shadow: none !important;
    margin-top: 15px !important
}

.uk-card-default-ums {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    margin-bottom: 24px !important;
    border-radius: .25rem
}

.uk-card-default-ums .uk-card-header {
    padding: 0 !important;
    margin-bottom: 10px
}

.uk-card-default-ums .uk-card-title {
    font-size: 14px;
    font-weight: 300;
    margin: 0 10px;
    letter-spacing: -1px;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative
}

.uk-card-default-ums .uk-card-title:after {
    position: absolute;
    content: "";
    top: 24px;
    display: inline-block;
    width: 130px;
    height: 3px;
    right: 0;
    background-color: #b1c87b
}

.uk-card-default-ums .uk-card-title:before {
    position: absolute;
    content: "";
    top: 24px;
    display: inline-block;
    width: 10px;
    height: 3px;
    right: 133px;
    background-color: #b1c87b
}

.uk-card-default-ums .uk-card-body ul li {
    list-style: none;
    margin-right: 25px;
    padding: 5px 0;
    font-size: 13px;
    text-align: right
}

.uk-card-default-ums .uk-card-body ul li a {
    font-size: 13px;
    text-align: right;
    display: block;
    cursor: pointer;
    color: #888;
    font-weight: 300
}

.uk-card-default-ums .uk-card-body ul li a:hover {
    text-decoration: none
}

.uk-card-default-ums .uk-card-body ul li h6 {
    text-align: right;
    margin-top: 8px;
    float: right
}

.uk-list-divider li h6 {
    text-align: right;
    margin-top: 8px;
    float: right
}

.uk-list-divider li h6 a {
    font-size: 13px;
    color: #000;
    font-weight: 300
}

.uk-list-divider li h6 a:hover {
    text-decoration: none
}

.image-n-margin {
    border-radius: 50%;
    max-width: 32px !important;
    float: right;
    margin-left: 10px
}

.uk-card-default-ums .btn-product {
    float: left;
    font-size: 12px;
    background: #398bf5;
    border-radius: 50px;
    color: #fff !important;
    padding: 4px 17px;
    font-weight: 500;
    text-decoration: none
}

.uk-card-default-ums .btn-product:hover {
    text-decoration: none;
    color: #fff
}

.container-ums-details summary::-webkit-details-marker {
    display: none
}

.container-ums-details {
    background: #fff;
    border-bottom: 0;
    margin-bottom: 20px;
    list-style: none;
    box-shadow: 0 0 10px -6px #6c737b;
    transition: all .5s
}

.container-ums-details:first-child {
    border-radius: 6px 6px 6px 6px
}

.container-ums-details:last-child {
    border-radius: 6px 6px 6px 6px
}

.container-ums-details .uk-accordion-title {
    display: block;
    font-weight: 600;
    transition: all .5s;
    padding: 1em;
    cursor: pointer;
    font-size: 15px
}

.container-ums-details .uk-accordion-title:focus {
    outline: 0
}

.uk-accordion-title::before {
    top: 9px;
    position: relative
}

#change-mobile .uk-card {
    background: 0 0
}

.ums-edit-profile-container .ums-edit-profile-content-setting {
    padding: 13px;
    border-radius: 8px;
    background: #fff
}

.progress-striped {
    background: #e8e8e8
}

.progress-bar-success {
    background-color: #64dd17;
    color: #fff
}

.ums-panel-content-main .collapse {
    display: block !important
}

.dashboard-links {
    display: none !important
}

.woocommerce-MyAccount-navigation li.is-active::before {
    display: none !important
}

.gform_wrapper form {
    text-align: right !important
}

.woocommerce-my-account-wrapper {
    display: unset !important;
    margin: 0 !important
}

.woodmart-my-account-sidebar {
    display: none
}

.avada-myaccount-user {
    display: none !important
}

.avada-woocommerce-myaccount-heading {
    display: none
}

#rtl-container-ums .select2-container {
    display: none
}

.btn-cm-in {
    color: #fff
}

.btn-cm-in:hover {
    color: #fff
}

.woocommerce-MyAccount-navigation li:before {
    display: none !important
}

.kanishop-account-user {
    display: none !important
}

.kanishop-dashboard-links {
    display: none !important
}

.swal2-icon.swal2-warning::before {
    display: none !important
}

.review-wrapper,
.zhanot-sticky {
    display: none !important
}

.bar-content .section-heading {
    display: none !important
}

.ums-panel-content-main .dokan-btn {
    display: none
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: inherit !important
}

.wc-item-downloads {
    list-style: none
}

.woocommerce-table__line-item {
    border: 1px solid #d8d9dc;
    border-radius: 5px
}

.woocommerce-table--order-details thead {
    border: 1px solid #d8d9dc;
    border-radius: 5px
}

.woocommerce-table--order-details thead tr th {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center !important;
    color: #212121 !important;
    font-weight: 700;
    background-color: #f8f9fa
}

.woocommerce-table__product-total {
    border-right: 1px solid #d8d9dc
}

.woocommerce-table__line-item td {
    padding-right: 0
}

.wc-item-downloads li {
    padding: 5px;
    border-top: 1px solid #d8d9dc
}

.woocommerce-table--order-details tbody tr td,
tfoot tr td {
    padding-top: 18px;
    padding-bottom: 14px;
    text-align: center !important;
    border-top: 1px solid #e5e5e5;
    background: #fff
}

.woocommerce-table--order-details tfoot tr {
    border: 1px solid #d8d9dc;
    border-radius: 5px
}

.woocommerce-table--order-details tfoot tr td {
    border-right: 1px solid #d8d9dc
}

.woocommerce-customer-details,
.woocommerce-order-details,
.woocommerce-order-downloads {
    padding: 20px 16px !important
}

.woocommerce-order-downloads h2 {
    font-size: 20px;
    padding-bottom: 10px
}

.woocommerce-order-downloads .woocommerce-table--order-downloads thead tr th {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center !important;
    color: #212121 !important;
    font-weight: 700;
    background-color: #f8f9fa
}

.woocommerce-order-downloads .woocommerce-table--order-downloads {
    border: 1px solid #e5e5e5;
    border-collapse: collapse
}

.woocommerce-order-downloads .woocommerce-table--order-downloads tbody tr td {
    padding-top: 18px;
    padding-bottom: 14px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background: #fff
}

.woocommerce-MyAccount-tabs {
    width: 100% !important;
    float: none !important;
    border: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%
}

.woocommerce-MyAccount-tabs .oceanwp-user-profile {
    display: none !important
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address .title {
    background-color: transparent !important;
    border: 0 !important
}

.woocommerce-MyAccount-navigation-con {
    width: 100% !important;
    background-color: transparent !important
}

.woocommerce-MyAccount-navigation-con .avatar,
.woocommerce-MyAccount-navigation-con .m-wallet,
.woocommerce-MyAccount-navigation-con .side-uname {
    display: none !important
}

.zhanot-alert-wrapper {
    z-index: 9999
}

footer {
    background: 0 0 !important;
    padding-top: 1.5rem;
    font-size: 13px;
    margin-bottom: 15px
}

#my-account-menu .user-profile {
    display: none
}

#my-account-menu {
    width: 100% !important;
    padding-right: 0 !important
}

#my-account-menu .myaccount-menu li.active {
    background: #3f1fdd !important
}

#my-account-menu .myaccount-menu li>a>i {
    display: block
}

#my-account-menu .myaccount-menu li>a>i {
    margin-right: 0 !important
}

#my-account-menu .myaccount-menu a.group-opener i.opener {
    right: auto !important;
    margin: 0;
    left: 0 !important
}

#my-account-menu .myaccount-menu {
    margin: 0 !important
}

#my-account-menu.position-left .myaccount-menu li a {
    border-right: 0 !important
}

#my-account-menu .myaccount-menu li>a {
    padding: 12px 1px 12px 0 !important
}

#my-account-menu .myaccount-menu li a {
    border: 0 !important
}

#my-account-menu .myaccount-menu:before {
    display: none !important
}

#my-account-menu .myaccount-menu {
    border: 0
}

.select-selection-ums {
    height: 40px;
    font-size: 11px;
    max-width: 100% !important;
    width: 100% !important;
    color: #333;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 0;
    transition: all .4s
}

#wc-wallet-transaction-details_wrapper .dataTables_length {
    position: inherit !important;
    text-align: inherit
}

.mark,
mark {
    padding: .2rem .8em !important;
    background-color: #f5f5f5 !important;
    border-radius: 37px;
    margin: 5px !important;
    color: #999 !important
}

.woocommerce-MyAccount-content p {
    font-size: 13px;
    color: #888
}

section.woocommerce-order-details h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0
}

.woocommerce-customer-details .woocommerce-column__title {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0
}

.top-alert-content-tp {
    z-index: 9999
}

.verification_top_alert {
    position: relative;
    z-index: 9999
}

div.wpcf7 {
    background: 0 0 !important;
    border: 0 !important;
    padding: 0 !important
}

.wpcf7-form-control {
    border: 1px solid #b9b6b6;
    padding: 5px;
    border-radius: 5px;
    width: 100%
}

.wpcf7-form p {
    display: block;
    margin-bottom: 15px
}

.wpcf7-textarea {
    width: 100%;
    display: inline-block
}

.wpcf7-form p label {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    width: 100%
}

.wpcf7-submit {
    width: 120px;
    background: #2e2c41;
    color: #fff;
    border: 0
}

.box-subscription {
    background: #fff;
    border-radius: 13px;
    text-align: center;
    min-height: 439px;
    width: 300px;
    margin-bottom: 45px;
    position: relative;
    box-shadow: 1px 1px 9px 4px #f5f5f5
}

.title-box-subscription {
    font-size: 22px;
    font-weight: 700;
    color: #bc2330;
    padding: 25px 0 25px
}

.price-box-subscription {
    font-size: 28px;
    font-weight: 700;
    color: #4d4d4d;
    padding: 25px 0 25px
}

.button-box-subscription {
    padding: 45px 0 25px;
    position: absolute;
    width: 100%;
    bottom: 4px;
    clear: both
}

.button-box-subscription a {
    background: #bc2330;
    padding: 10px 39px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px
}

.button-box-subscription a:hover {
    color: #fff;
    text-decoration: none
}

.content-box-subscription p {
    font-size: 14px;
    line-height: 29px
}

.content-box-subscription {
    margin-bottom: 80px
}

.ums-account-content {
    position: relative
}

.woocommerce-MyAccount-navigation-link a {
    font-family: unset !important
}

.menu-topbar li a {
    font-family: unset !important
}

.cart-header-ums ul li {
    width: 100%;
    font-size: 13px;
    padding: 10px;
    display: block
}

.cart-ums-title h5 {
    font-size: 13px;
    color: #555 !important;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px dashed #e2e2e299;
    padding: 23px;
    font-weight: 700 !important;
    margin: 0 15px
}

.cart-header-ums .remove.remove_from_cart_button {
    float: left;
    position: relative;
    left: 15px;
    top: 13px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    padding: 0 0;
    background: #fa325a;
    color: #fff !important;
    border-radius: 50px;
    margin: 0;
    line-height: 1.8
}

.cart-header-ums ul li {
    width: 100%;
    border-bottom: 1px solid #ececec80;
    float: right;
    padding: 0 0 10px 0 !important;
    margin: 0 !important
}

.cart-header-ums ul {
    height: auto;
    width: 100%
}

.cart-header-ums .cart_lists {
    font-size: 13px;
    color: #666;
    line-height: 1.2;
    display: block;
    padding: 15px 5px;
    height: 50px;
    margin-left: 45px
}

.cart-header-ums .quantity {
    font-size: 12px;
    opacity: .7;
    letter-spacing: -1px
}

.cart-header-ums img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50px;
    border: 2px solid #b1c87b;
    padding: 2px;
    margin: 0 10px;
    float: right !important
}

.cart-header-ums .woocommerce-mini-cart__total strong {
    font-weight: 300;
    font-size: 13px
}

.cart-header-ums ul li a {
    font-size: 13px;
    color: #666 !important;
    line-height: 1.2;
    display: block !important;
    padding: 15px 5px;
    height: 50px;
    margin-left: 45px;
    font-weight: 300 !important
}

.cart-header-ums ul li a:hover {
    text-decoration: none
}

.cart-header-ums .woocommerce-mini-cart__total {
    clear: both;
    padding: 15px 0
}

.cart-header-ums .woocommerce-mini-cart__total .woocommerce-Price-amount {
    float: left
}

.cart-header-ums {
    margin: 18px 15px 15px 15px
}

.cart-header-ums .woocommerce-mini-cart__empty-message {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 13px;
    letter-spacing: -.7px;
    font-weight: 300
}

.noti-icon {
    font-size: 19px;
    color: #fff
}

.icon-cart-ums::after {
    display: none !important
}

.cart-main {
    width: 380px !important;
    border-radius: 5px;
    padding: 0 !important;
    background-color: rgb(255 255 255 / 1) !important;
    border-color: rgb(244 244 246 / 1);
    border-radius: 8px;
    border-width: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05) !important;
    display: flex;
    flex-direction: column;
    padding: 16px;
    top: 71px !important
}

.nasa-MyAccount-navigation {
    display: none !important
}

.ums-user-panel-sidebar .account-user {
    display: none !important
}

.ums-user-panel-sidebar .bar-content .account-nav-wrap {
    width: 100% !important
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    direction: ltr !important
}

.woocommerce-table--order-details tfoot tr th {
    text-align: left !important
}

.swal2-container {
    z-index: 9999 !important
}

#offcanvas-overlay {
    z-index: 9999999
}

.woodmart-social-icons i {
    font: normal normal normal 14px/1 FontAwesome
}

.dashboard_order_list {
    display: none !important
}

.user_info_ds {
    display: none !important
}

.datepicker-plot-area {
    position: relative !important
}

.title-panel {
    width: 100%;
    display: flex;
    padding-bottom: 17px;
    align-items: center;
    justify-content: space-between
}

.title-panel p {
    font-size: 14px;
    color: #000;
    padding-bottom: 0 !important;
    margin: 0
}

.title-panel h4 {
    font-size: 16px;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #000;
    width: auto !important
}

.row-ums-dashboard {
    border-radius: 5px;
    position: relative;
    border-radius: 15px;
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 25px 0 #5b5E6812;
}

.ums-panel-content-main .field-description {
    font-size: 12px
}

.ums-navbar-up-header {
    display: flex;
    width: 58px;
    height: 58px;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 7px 1px #f3f3f3;
    border-radius: 12px
}

#top-head .uk-container {
    padding-left: 0
}

.ums-navbar-up-header .icon-topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-height: 48px !important
}

.ums-navbar-up-header i {
    display: flex;
    color: #4d5f76;
    font-size: 20px !important
}

.ums-navbar-up-header .icon-topbar img {
    max-width: fit-content;
    border-radius: 15%;
    width: 38px
}

.ums-navbar-up-header .icon-topbar span {
    position: absolute;
    top: -5px;
    right: -3px;
    background: #e7ce0d;
    width: 19px;
    border-radius: 50%;
    color: #fff;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px
}

#ums-content table.shop_table td img {
    width: 50px
}

a.woocommerce-MyAccount-downloads-file.button.alt {
    display: block;
    text-align: center
}

td.woocommerce-table__product-name.product-name {
    border: 1px solid #f3f3f3;
    color: #666
}

td.woocommerce-table__product-total.product-total {
    border: 1px solid #f3f3f3
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details strong.product-quantity {
    display: none
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
    border: 1px solid #f3f3f3
}

td.woocommerce-table__product-name.product-name a {
    color: #666
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th[scope=row] {
    background: #fff
}

#ums-content table.shop_table th {
    font-weight: 700 !important;
    padding: 17px 12px;
    line-height: 1.5em;
    border-top: 1px solid #f1f5f7;
    font-size: 13px;
    text-align: center;
    color: #212121;
    border-bottom: 1px solid #f1f5f7
}

#ums-content table.shop_table td {
    border-top: 1px solid #f0f4f6;
    vertical-align: middle;
    line-height: 1.5em;
    font-weight: 600 !important;
    text-align: center;
    padding: 20px;
    background: #fff;
    font-size: 13px
}

#ums-content ul {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.pd-ums {
    padding-left: 0 !important
}

.woodmart-toolbar {
    z-index: 9999 !important
}

.cart-widget-side,
.login-form-side,
.mobile-nav {
    z-index: 999999 !important
}

.ums-message-not-order {
    background-color: #aba5a5 !important;
    color: #fff !important
}

.select2-container {
    z-index: 99999
}

.woo-wallet-field-container input[type=submit] {
    padding: 10px;
    color: #fff
}

.ums-panel-content-main .frm .uk-input {
    border: 1px solid #e5e5e5
}

.woodmart-toolbar-label-show {
    z-index: 999999 !important
}

.wd-mobile-tabs-swap {
    z-index: 99999 !important
}

.warranty-form-row .dokan-btn {
    display: block !important
}

#wooscp-area,
.cb-quick-view-modal-lg,
.wooscp-inner,
.wooscp-search {
    display: none !important
}

#side-panel-wrap {
    display: none !important
}

body div#ui-datepicker-div[style] {
    z-index: 999999 !important
}

.ums-slider-post-main-dashboard {
    margin: 35px 0 !important
}

.ums-slider-post-main-dashboard ul li {
    padding-right: 15px !important
}

.ums-slider-post-main-dashboard .uk-card-media-top img {
    border-radius: 5px;
    width: 185px
}

.ums-slider-post-main-dashboard .uk-card-body p {
    font-size: 14px;
    color: #808b85;
    margin-top: 4px !important
}

.ums-slider-post-main-dashboard .uk-card-title {
    margin: 5px 0 15px !important;
    cursor: pointer
}

.ums-slider-post-main-dashboard .uk-card-title {
    width: 100%;
    color: #86939e;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 10px
}

.ums-slider-post-main-dashboard .uk-card-title a:hover {
    font-size: 16px;
    color: #000
}

.ums-slider-post-main-dashboard .uk-card-default {
    text-align: center;
    margin-bottom: 35px !important;
    box-shadow: 0 3px 15px rgb(112 111 111 / 9%);
    border-radius: 6px;
    padding-top: 11px
}

.ums-slider-post-main-dashboard .uk-card-body {
    padding: 10px 0 !important
}

.ums-post-up-read-more {
    width: 150px;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    background: #ffb931;
    overflow: hidden;
    height: 35px;
    border-radius: 5px;
    margin: 5px auto;
    display: block;
    line-height: 35px;
    padding: 0 15px
}

.ums-form-wrap-field {
    text-align: left;
    margin-bottom: 25px;
    width: 100%;
    position: relative
}

.ums-form-wrap-field label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    background: #fff;
    color: #6b708d !important
}

.ums-form-wrap-field input {
    height: 45px !important
}

html .ums-form-wrap-field textarea {
    height: 105px !important
}

.ums-form-wrap-field input:not(.wp-editor-containerinput),
.ums-form-wrap-field select,
.ums-form-wrap-field textarea {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    text-align: left;
    border: 1px solid #edebf5;
    box-shadow: none !important;
    height: 50px !important;
    border-radius: 25px;
    color: #b3bbc7;
    font-weight: 700;
    background-color: transparent
}

.ums-edit-profile-container input[readonly],
.ums-edit-profile-container textarea[readonly] {
    background-color: #f9f9f9 !important;
    pointer-events: none
}

.ums-form-wrap-field.select-box select {
    background-image: none
}

#mobile_user:disabled {
    background: #f9f9f9
}

#change-mobile .iti #mobile_user {
    padding-left: 100px !important
}

#change-mobile .iti {
    display: block !important
}

.ums-edit-profile-container select[readonly] {
    pointer-events: none;
    background: #f9f9f9
}

.ums-form-wrap-field input:focus,
.ums-form-wrap-field select:focus,
.ums-form-wrap-field textarea:focus {
    outline: 0 !important
}

.ums-form-wrap-field label .required {
    font-size: 12px;
    color: red
}

.ums-form-wrap-field .ums-field-heading {
    font-weight: 600;
    color: #111827;
    font-size: 20px
}

.ums-form-wrap-field .ums-field-heading.ums-heading-text-center {
    text-align: center
}

.ums-form-wrap-field .ums-field-heading.ums-heading-text-right {
    text-align: right
}

.ums-form-wrap-field .ums-field-heading.ums-heading-text-left {
    text-align: left
}

.ums-edit-profile-container .uk-accordion {
    box-shadow: 0 0 30px rgb(74 75 76 / 8%);
    border-radius: 13px
}

.ums-edit-profile-container .uk-accordion-content {
    margin-top: 0
}

.ums-edit-profile-container .uk-accordion-title {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 15px
}

.ums-edit-profile-container .uk-accordion-title::before {
    display: none
}

.ums-edit-profile-container .ums-option-inline {
    display: inline-block
}

.ums-edit-profile-container .button-download {
    background: #11c55f;
    padding: 7px 36px;
    border-radius: 5px;
    font-size: 14px;
    border: 0;
    color: #fff;
    margin-top: 15px;
    display: block;
    text-align: center
}

.ums-edit-profile-container .ums-option-inline .option-checkbox,
.ums-option-inline .option-radio {
    display: flex;
    float: left;
    margin-left: 8px;
    justify-content: center;
    align-items: center
}

.ums-edit-profile-container .ums-form-wrap-field .option-checkbox input,
.ums-form-wrap-field .option-radio input {
    width: auto !important
}

.ums-edit-profile-container .radio-box .option-radio label,
.ums-edit-profile-container .ums-checkbox .option-checkbox label {
    display: inline !important;
    margin-left: 5px
}

.ums-edit-profile-container .ums-checkbox div,
.ums-edit-profile-container.radio-box div {
    margin-right: 0;
    line-height: 1.3;
    vertical-align: middle;
    margin-bottom: 10px
}

.ums-edit-profile-container .select-box select {
    width: 100%;
    border-radius: 25px !important;
    cursor: pointer;
    max-width: 100% !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important
}

.select-box::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    left: 1rem;
    top: 65%;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000
}

.ums-edit-profile-container .select-box select:focus-visible {
    outline: 0
}

.ums-edit-profile-container .ums-option-inline input {
    width: 16px
}

.ums-btn-submit-ep {
    border-radius: 8px !important;
    text-align: center;
    float: right;
    background: #6b708d !important;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    border: 0;
    padding: 0 36px;
    cursor: pointer
}

.ums-btn-submit-ep p {
    margin: 0 !important
}

.ums-btn-submit-sp {
    border-radius: 8px !important;
    text-align: center;
    float: right;
    background: #6b708d !important;
    width: 193px;
    height: 53px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    border: 0;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 !important
}

.toast-frame .toast-message {
    margin-right: 6px !important;
    margin-left: 15px !important
}

.alert-frame .error-bg,
.toast-container.error-bg {
    background: #f33147
}

.ums-verification-title-form-message {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px
}

.iti__country-list--dropup {
    left: 0;
    direction: ltr !important
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 15px
}

#change-mobile .resend-otp {
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.alert-wrapper {
    z-index: 9999999
}

.alert-frame .alert-title {
    margin-bottom: 7px
}

.ums-verify-email span em {
    font-size: 13px;
    font-weight: 500;
    font-style: inherit
}

.ums-verify-email .link-verification-email {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 5px
}

.ums-show-avatar-ep {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    box-shadow: 0 .5rem 1.5rem .5rem rgb(0 0 0 / 8%);
    width: 125px;
    height: 125px
}

html .ums-show-avatar-ep img {
    width: 125px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.woo-wallet-sidebar ul li.card {
    box-shadow: none !important
}

.woo-wallet-sidebar ul li.card a {
    padding: 30px 0 !important;
    color: #11c55f
}

.woo-wallet-sidebar-heading {
    display: none
}

.woo-wallet-sidebar ul {
    padding-right: 0 !important
}

.woo-wallet-content-h3 {
    font-weight: 900 !important
}

#ums-preloader-popup-dashboard {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999
}

.ums-popup-dashboard {
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    top: 50%;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 0 30px 15px rgba(0, 0, 0, .1);
    transform: translate(-50%, -50%);
    transition: top 0s .2s ease-in-out, opacity .2s 0s ease-in-out, transform .2s 0s ease-in-out;
    position: absolute;
    left: 50%
}

.ums-popup-dashboard.show {
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out, opacity .2s 0s ease-in-out, transform .2s 0s ease-in-out
}

.ums-popup-dashboard header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
    text-align: center
}

.ums-popup-dashboard header img {
    display: block;
    margin: 0 auto;
    width: 75px
}

.ums-popup-dashboard header span {
    font-size: 21px;
    font-weight: 600
}

.ums-popup-dashboard .content {
    margin: 20px 0;
    text-align: center
}

.ums-popup-dashboard .content a {
    background: #00f;
    color: #fff;
    padding: 9px 36px;
    border-radius: 5px
}

.ums-popup-dashboard .content p {
    font-size: 14px
}

.page-numbers-ums-list-post .page-numbers {
    padding: 6px 7px 6px;
    border-radius: 50%;
    color: #000;
    font-size: 14px
}

.page-numbers-ums-list-post .page-numbers:hover {
    text-decoration: none
}

.page-numbers-ums-list-post .current {
    background: #0a0c0d
}

.ums-post-info {
    background-color: #fef5be;
    border: 2px solid #fdd425;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    font-size: 13px
}

.ums-description-bottom-field {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    color: #b3bbc7
}

.ums-option-inline .ums-description-bottom-field {
    clear: both
}

.ums-card-product {
    display: block !important;
    margin: 5px 5px 25px !important;
    border-radius: 13px;
    background: #fff;
    color: #000 !important;
    position: relative;
    box-shadow: 0 0 4px 1px #f5f5f5;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 13px !important;
    padding-left: 13px !important;
    width: calc(96% * 1 / 3.001) !important
}

.ums-card-product h3 {
    font-size: 16px;
    font-weight: 800 !important;
    margin-bottom: 13px !important;
    margin-top: 18px !important
}

.ums-card-product-img {
    width: 300px;
    height: 193px;
    overflow: hidden;
    border-radius: 11px
}

.ums-card-product-img img {
    min-height: 100%;
    width: 100%
}

.ums-card-product p {
    font-size: 13px;
    text-align: justify;
    color: #747272
}

.ums-card-product-price {
    float: left;
    font-size: 14px;
    line-height: 39px
}

.ums-card-product-bottom {
    padding-top: 14px;
    border-top: 1px dashed #f5f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px
}

.description-mb-up {
    padding: 17px;
    text-align: justify;
    background: #e9f3ff;
    border: 1px dashed rgba(59, 130, 246);
    margin: 15px;
    border-radius: 8px
}

.description-mb-up p {
    color: rgba(59, 130, 246);
    font-size: 13px;
    font-weight: 400
}

.box-completeness-ppu {
    background: #fff;
    margin-bottom: 25px;
    border-radius: 16px
}

.header-ppu-box {
    padding: 10px 20px 18px;
    margin-bottom: 20px;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5
}

.header-ppu-box p {
    padding-top: 11px;
    margin: 0
}

.content-ppu-box {
    padding: 10px 20px 30px
}

.btn-ppu-box {
    float: right;
    background: #1cbc9c;
    color: #fff;
    padding: 9px 15px;
    border-radius: 6px
}

.btn-ppu-box:hover {
    text-decoration: none;
    color: #fff
}

.meter-ppu {
    height: 22px;
    position: relative;
    background: #f3efe6;
    overflow: hidden;
    border-radius: 10px
}

.meter-ppu span {
    display: block;
    height: 100%
}

.meter-ppu span p {
    text-align: center;
    color: #fff;
    font-size: 15px
}

.progress-ppu {
    background-color: #1cbc9c;
    animation: progressBar 3s ease-in-out;
    animation-fill-mode: both
}

@keyframes progressBar {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    min-height: auto !important
}

.iti__selected-flag {
    direction: ltr !important
}

.ums-panel-content-main .my_account_orders {
    width: 100% !important
}

.ums-edit-profile-tab-setting h4.card-title {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-align: center;
    margin: 15px 0 0 !important
}

.ums-wrapper-show-box {
    margin-bottom: 45px !important;
    display: flex
}

.ums-link-box-up {
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%
}

.ums-sidebar-mobile .uk-offcanvas-close {
    position: inherit !important;
    background: 0 0 !important;
    color: #000 !important;
    border: none;
}

.woo-wallet-balance-to-add {
    height: 38px;
    border-radius: 5px;
    margin-top: 11px
}

.woo-add-to-wallet {
    width: 62px;
    text-align: center;
    color: #fff;
    height: 32px
}

.woocommerce-table--order-details {
    width: 100%
}

.ums-form-wrap-field select {
    -webkit-appearance: auto !important;
    appearance: auto !important
}

.uk-offcanvas-bar .bar-content {
    display: flex;
    float: none;
    margin-top: 8px !important;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-face-color: #aaa;
    scrollbar-track-color: #aaa;
    height: auto !important;
    padding-bottom: 0 !important
}

.ums-head-title-page {
    background: #fff;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    border-radius: 15px;
    box-shadow: 0 10px 25px 0 #5b5E6812;
}

.ums-head-title-page svg {
    transform: rotate(180deg)
}

.ums-head-title {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0 40px;
    position: relative
}

.ums-head-title h4 {
    margin: 0;
    font-weight: 700 !important;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.ums-head-title h4 hr {
    width: 23px;
    height: 2px;
    background-color: #141414;
    margin: 0
}

.ums-head-title-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #ffb19961 0, #ff8a65 50%, tomato 100%);
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    margin-top: -56px;
    z-index: 99
}

.ums-head-title-icon i {
    font-size: 30px;
    color: #fff
}

.ums-head-title-bg-box {
    width: 80px;
    height: 67px;
    background: rgb(255 180 150 / 48%);
    border-radius: 21px;
    position: absolute;
    top: -27px;
    left: 5px;
    z-index: 1
}

.ums-user-panel-menu-section {
    margin-top: 40px
}

.ums-user-panel-menu-item {
    margin: 0 20px
}

.ums-user-panel-menu-item a {
    color: #6b708d !important;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 19px 20px 19px 10px;
    margin: 6px 0;
    border-radius: 12px;
    transition: .3s;
    cursor: pointer;
    position: relative
}

.ums-submenu a {
    padding: 15px 20px 15px 10px
}

.ums-user-panel-menu-item a:hover,
.ums-user-panel-menu-item.active a {
    background: #1a1a1a;
    color: #fff !important
}

.ums-user-panel-menu-item a:hover i,
.ums-user-panel-menu-item.active a i {
    color: #fff !important
}

.ums-user-panel-menu-item i {
    font-size: 19px;
    margin-right: 12px;
    color: #6b708d;
    width: 24px;
    text-align: center
}

.ums-user-panel-menu-item img {
    font-size: 22px;
    margin-right: 12px;
    color: #e7ebee;
    width: 24px;
    text-align: center;
    filter: grayscale(100%) brightness(1.5);
    opacity: .3
}

.ums-user-panel-menu-item.active i {
    color: #fff
}

.ums-user-panel-menu-item.active a img,
.ums-user-panel-menu-item:hover img {
    filter: brightness(0) invert(1);
    opacity: 1
}

.ums-user-panel-menu-item.active .badge {
    background: #e7ebee;
    color: #6b708d
}

#ums-panel-main-default .ums-user-panel-menu-item.active a:after {
    background: #f77f1d;
    width: 6px;
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: -19px
}

.badge {
    background: #e7ebee;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 13px;
    margin-left: auto;
    color: #b3bbc7
}

.ums-submenu {
    margin-top: 5px;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    transition: max-height .4s ease
}

.ums-submenu .ums-user-panel-menu-item {
    background: 0 0;
    font-size: 13px;
    color: #999
}

.ums-user-panel-menu-item.has-sub.open .ums-submenu {
    max-height: 500px
}

#ums-panel-main-default .group-opener .opener {
    font-size: 11px !important;
    margin-left: auto;
    background: #e7ebee;
    border-radius: 50px;
    color: #fff;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ums-user-panel-menu-section-title {
    text-align: left;
    position: relative;
    display: flex;
    gap: 11px;
    font-weight: 700;
    color: #000;
    align-items: center;
    margin-left: 20px
}

.ums-user-panel-menu-section-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #f0f0f5;
    margin-left: 10px
}

.ums-user-panel-menu-section-title {
    margin-bottom: 16px
}