html, body, div, input, ol, ul, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html body {
    direction: ltr !important;
    overflow-x: hidden;
    width: inherit !important;
}

html {
    min-width: inherit !important;
}

ol, ul {
    padding-right: 0 !important;
}

#top-head {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #ffffff;
}

/* Left bar */
#left-col {
    position: absolute;
    left: 0;
    top: 71px;
    bottom: 0;
    width: 310px;
    z-index: 9999999;
    background: #fff !important;
}

.icon-topbar {
    text-decoration: none !important;
    border-bottom: none !important;
}

.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;
}

.message .heartbit {
    position: absolute;
    top: -5px;
    left: -71px;
    height: 17px;
    width: 17px;
    z-index: 10;
    border: 5px solid #4680ff;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .heartbit {
    position: absolute;
    top: 0px;
    left: -21px;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 5px solid #ffcc01;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify {
    position: relative;
    top: -20px;
    right: -3px;
    z-index: 9999;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.notify .point {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ffcc01;
    position: absolute;
    top: 7px;
    left: -15px;
}

.menu-topbar {
    list-style: none;
    float: right;
    padding-top: 25px;
    padding-right: 70px;
}

.menu-topbar ul {
    padding-right: 0px;;
}

.menu-topbar li {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    padding-bottom: 12px;
    border-top:none !important;
}

.menu-topbar li a i {
    font-size: 19px !important;
    color: #000;
    padding-left: 5px;
}

.menu-topbar li a {
    color: #000 !important;
    text-decoration: none;
    font-size: 15px;
    padding:0 !important;
    font-weight: 700;
}

.menu-item:before {
    color: #000;
}

.title-panel {
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}

.title-panel p {
    float: right;
    font-size: 14px;
    color: #000;
    padding-bottom: 0 !important;
    margin: 0;
}

.title-panel h4 {
    float: left !important;
    width: auto !important;
}

/*--- Sublist Styles ---*/
.menu-topbar ul li ul {
    position: absolute;
    padding: 0px;
    right: 0;
    display: none;
    transition: opacity 1s;
    background: #fff;
    border-radius: 5px;
    color: #000;
    margin-top: 10px;
    width: 180px;
    box-shadow: 0px 0px 2px 1px #f5f5f5;
    z-index: 9999;
}

.menu-topbar ul li:hover ul ul {
    display: none;
    transition: opacity 1s;
}

.menu-topbar li:hover .sub-menu {
    display: block;
    transition: opacity 1s;
}

.menu-topbar ul li ul li {
    display: block;
    padding: 8px 11px 8px 30px;
}

.menu-topbar ul li ul li a {
    width: 100%;
    font-size: 13px;
    color: #000;
}

.menu-topbar ul li ul li a:hover {
    color: #0000C3;
}

.phone-support-header {
    color: #000000;
    padding: 9px;
    border: 1px dashed #000;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    cursor: pointer;
}

.phone-support-header p {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    margin: 0px !important;
}

.button-menu {
    background: transparent !important;
    border: none !important;
    display: none !important;
}

.button-menu:focus {
    outline: none !important;
}

.bar-content {
    margin-top: 45px;
    overflow-x: hidden;
}

.bar-content::-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;
}

/* Track */
.bar-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eef2f7;
    border-radius: 10px;
}

/* Handle */
.bar-content::-webkit-scrollbar-thumb {
    background-color: #eef2f7;
    border-radius: 10px;
}

/* Handle on hover */
.bar-content::-webkit-scrollbar-thumb:hover {
    background-color: #eef2f7;
}

.group-opener .opener {
    float: right !important;
    font-size: 15px !important;
}

.ums-navbar-up-header {
    margin: 11px 20px 11px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ums-navbar-up-header .icon-topbar {
    background: rgb(255, 255, 255);
    width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-height: 43px !important;
}

.ums-navbar-up-header i {
    display: flex;
    color: #4d5f76;
    font-size: 22px !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: rgb(253, 12, 56);
    width: 19px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    height: 19px;
    text-align: center;
    font-size: 12px;
}


.ums-header-account-dropdown {
    border-radius: 8px;
    z-index: 9999999 !important;
    width: 300px !important;
    padding: 0px !important;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(82, 63, 105, 0.15) 0px 0px 50px 0px !important;
    overflow: hidden;
}

.account-dropdown-title {
    padding: 14px;
    border-bottom: 1px solid rgb(239, 242, 245);
    margin-bottom: 8px;
    background: #eef2f7;
}

.account-dropdown-title p {
    margin: 0px;
    font-size: 14px;
    font-weight: 800;
    color: rgb(0 0 0);
}

.account-dropdown-title span {
    font-size: 12px;
    color: #838181;
}

.account-dropdown-title img {
    float: left;
    width: 16%;
    border-radius: 8px;
    margin-left: 11px;
    margin-right: 11px;
}

.account-dropdown-content-menu ul {
    list-style: none;
}

.account-dropdown-content-menu ul li {
    padding: 12px 10px;
    border-radius: 5px;
    margin: 0 15px;
}

.account-dropdown-content-menu ul li:hover {
    background: rgba(245, 248, 250, .8);
}

.account-dropdown-content-menu ul li:hover a {
    color: #fd0c38 !important;
}

.account-dropdown-content-menu ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #3f4254 !important;
    width: 100%;
    display: block;
}

.up-header-account-name {
    width: 100%;
    display: block;
    position: relative;
    top: -9px;
    font-size: 13px;
    right: 6px;
    font-weight: 700;
    color: #fff;
}

.up-header-account-ms {
    display: block;
    position: absolute;
    top: 22px;
    font-size: 11px;
    right: 60px;
    color: rgb(169, 169, 169);
}

.ums-submenu li {
    width: 100% !important;
    padding: 0 !important;
}

.bar-content ul li.active a, .bar-content ul li.active a i, .bar-content ul li.active a p {
    color: #fff !important;
}

.bar-content ul li.active a {
    background-color: #436cff !important;
}

.bar-content ul li:hover img {
    opacity: 1;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.bar-content ul li.active a img {
    opacity: 1;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.bg-success {
    background: #35cd3a;
}

.gradient-danger {
    background: #177dff !important;

}

.gradient-info {
    background: #26dad2 !important;

}

.notification {
    background: #fff !important;
    color: #2f86eb;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0 3px 8px 0 #e5e5e6;
    border-left: 4px solid;
}

.notification i {
    position: absolute;
    top: 37px;
    font-size: 27px;
}

.notification-detail {
    margin-bottom: 0;
    width: 96%;
    position: relative;
    left: 46px;
}

.notification-header {
    width: 497px !important;
    margin-left: 13px;
    border-radius: 5px;
    padding: 0px !important;
    z-index: 9999999 !important;
}

.notification-header ul li p {
    font-size: 14px;
    font-weight: 500;
    margin: 7px 0
}

.notification-header ul li a {
    color: #000 !important;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    text-align: justify;
    display: block !important;
}

.notification-header ul li {
    padding: 11px 25px 0px !important;
    border-bottom: 1px solid #f5f5f5;
}

.notification-header ul li:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.notification-header ul li span {
    text-align: right;
    font-weight: 300;
    font-size: 12px;
    display: block;
    margin-top: 0px;
    margin-bottom: 14px;
}

.notification-tl-header {
    font-size: 16px;
    font-weight: bold;
    padding: 16px 25px 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    color: #000;
}

.close-not {
    color: #87898e;
    float: left;
    padding-top: 12px;
    top: -5px !important;
    opacity: 1 !important;
}

.notification-title {
    padding-bottom: 5px;
    color: #000 !important;
    font-weight: bold;
    font-size: 19px;
}

.notification-txt {
    color: #87898e;
    font-size: 13px;
    margin-top: 6px;
}

.gradient-purple {
    background: #fc6180 !important;
}

.gradient-success {
    background: #e6a1f2 !important;

}

.icon-top {
    margin-right: 15px !important;
    margin-left: auto;
}

.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-content {
    min-height: 100vh;
    transition: margin 0.3s cubic-bezier(.4, 0, .2, 1);
    float: none !important;
    padding-right: 0;
    border-top-left-radius: 30px;
    background: #eef2f7;
    position: relative;
    z-index: 999999;
}

.message-panel-ums {
    padding-top: 17px;
    padding-bottom: 18px;
    color: #000;
    font-size: 14px;
    padding-right: 2px;
    font-weight: 300;
}

.message-panel-ums p {
    margin: 0 !important;
}

.message-panel-ums span {
    margin-right: 5px !important;
    float: left !important;
}

.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%;
    }
}


#content-woocommerce {
    margin-top: 93px;
    z-index: 9999;
    margin-right: 17px;
    min-height: 100vh;
    transition: margin 0.3s cubic-bezier(.4, 0, .2, 1);
}

#pr-content {
    margin-top: 93px;
    z-index: 9999;
    min-height: 100vh;
    transition: margin 0.3s cubic-bezier(.4, 0, .2, 1);
    margin-right: 17px;
}

@media only screen and (min-width: 992px) {
    #offcanvas-overlay {
        display: none !important;
    }

}

@media screen and (min-width: 960px) {
    #ums-content {
        margin-left: 311px;
    }

    #content-woocommerce {
        margin-right: 311px;
    }

    #pr-content {
        margin-right: 311px;
    }

}

/* Remove margin top from nav dropdown */
#top-head [class*="uk-navbar-dropdown-bottom"] {
    margin-top: 0;
}

.profile-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 1rem 30px;
}

.bar-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 15px 0;
    display: none;
}

@media screen and (min-height: 730px) {
    .bar-bottom {
        display: block;
    }
}
.logo-top img{
    z-index: 999999;
}
@media screen and (max-width: 960px) {
    .logo-top {
        display: none !important;
    }

    .notification-header {
        width: 353px !important;
    }

    .button-menu {
        display: block !important;
        float: right;
        margin-top: 16px;
        margin-right: 30px;
        cursor: pointer;
    }

    .menu-topbar {
        display: none;
    }

    .button-menu span {
        color: #000 !important;
    }

    .logo-mobile {
        display: block !important;
    }

    .logo-mobile img {
        margin-top: 17px;
    }

    .ums-panel-content-main .edit-shipping .form-row {
        width: 100% !important;
    }
}

.header-profile {
    position: relative;
}

.logo-mobile {
    display: none !important;
}

.uk-offcanvas-bar {
    padding: 0 !important;
    background: #fff !important;
    width: 240px !important;
    overflow-x: hidden;
}

.uk-offcanvas-bar .bar-content ul li {
    margin-right: 5px !important;
    margin-left: 5px !important;
    border-radius: 8px;
}

.bar-content ul li {
    display: block;
    padding: 0 25px;
    text-align: left;
}

.bar-content ul li a {
    color: #4d5f76 !important;
    font-size: 13px;
    font-weight: 700;
    text-align: left !important;
    margin-bottom: 14px !important;
    padding: 11px 0;
    border-radius: 8px;
    display: block;
}

.bar-content ul li a p {
    margin: 5px !important;
    font-size: 14px !important;
    font-weight: 700;
}

.bar-content ul li a:before {
    background: #6558f7;
    opacity: 1 !important;
    z-index: 1;
    width: 3px;
    height: 100%;
    content: '';
    right: 0;
    top: 0;
}

.bar-content ul li a:hover {
    text-decoration: none !important;
}

.bar-content ul li:hover a {
    color: #fff !important;
    text-decoration: none;
}

.bar-content ul li:hover i {
    color: #fff;
}

.bar-content ul li:hover {
    color: #575962;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.bar-content ul li a i {
    margin-bottom: 7px;
    color: #4d5f76;
    font-size: 22px;
    margin-right: 13px;
    margin-left: 13px;
}

.bar-content ul li a img {
    display: block;
    float: left;
    margin-right: 13px;
    margin-left: 13px;
    width:10%;
    filter: invert(34%) sepia(29%) saturate(461%) hue-rotate(174deg) brightness(95%) contrast(87%);
}

.bar-content ul li a span{
    font-size: 14px;
}

.profile-img {
    width: 65px;
    border: 3px solid rgba(0, 0, 0, 0.1);
}

/* Search nav */
.search-field {
    width: 160px;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

/* Search Effect on focus */
.search-field:focus {
    width: 260px;
    border-color: #fff !important;
}

.uk-heading-primary {
    letter-spacing: -0.028em;
    font-weight: 300;
}

/* Smooth shadow transition in card */
.uk-card {
    transition: box-shadow 0.5s ease-out;
}

.ums-panel-content-main {
    z-index: 99999;
    border-radius: 20px;
    margin-top: 55px;
    text-align: left;
}

.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: #00dd55;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.title-payment-error {
    padding: 18px;
    background: #dd0005;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    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: #00dd55;
    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: none !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 200ms ease-in;
    overflow: hidden;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #00dd55;
    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 300ms cubic-bezier(0.4, 0, 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.414L20.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 200ms 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: #666666;
    border-color: #666666;
}

.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: bold;
    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: none;
    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: none;
    color: #fff;
    padding: 3px 54px 2px 54px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.5s;
}

#doPaymentWallet:hover {
    background: #0aa834;
    transition: all 0.5s;
}

#doPaymentWallet a {
    color: #ffffff;
}

#doPaymentWallet a:hover {
    text-decoration: none;
}

#doPaymentWallet:focus {
    border-color: inherit !important;
}


.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 {
    text-align: center;
    min-height: 182px;
    padding-bottom: 5px;
    margin-top: 85px;
}

.avatar-profile-menu img {
    border-radius: 50% !important;
    border: 1.5px dashed #fff;
    padding: 5px !important;
    width: 80px !important;
    height: 80px !important;
    float: none !important;
    box-shadow: none !important;
    margin: 0px auto !important;
}

.avatar-profile-menu .card-title {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: center;
}

a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

.avatar-profile-menu h6 {
    color: #fff;
    margin: 10px 0 11px !important;
    font-weight: normal;
}

.avatar-profile-menu ul {
    list-style: none;
    margin: 0px !important;
    padding-right: 0px !important;
}

.avatar-profile-menu ul li {
    display: inline-block;
    padding: 0px 7px;
}

.avatar-profile-menu ul li a {
    color: #fff !important;
    text-decoration: none;
    border-bottom: none !important;
}

.uk-breadcrumb li span {
    font-size: 12px;
}

.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: bold !important;
    text-align: right !important;
    padding-right: 7px;
    padding-top: 5px;
    font-size: 18px !important;
    color: #000 !important;
    margin: 0px !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 0px #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: 0.8s;
    -webkit-transition: 0.8s;
    margin-top: 20px;
}

.post-item .description-product {
    font-size: 13px;
    text-align: center;
    margin-bottom: 7px;
    padding: 0px 12px 0px 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: bold;
    border-radius: 50px;
    width: 34%;
    transition: 0.8s;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.8s;
}

.uk-modal-footer .btn-read {
    font-size: 13px;
    background: #a3e05c;
    color: #fff;
    padding: 10px 50px 10px 50px;
    font-weight: bold;
    border-radius: 50px;
    margin-right: 11px;
    width: 50%;
    transition: 0.8s;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.8s;
}

.post-item .btn-read:hover {
    text-decoration: none;
}

.post-item .price-post {
    font-size: 15px;
    /* color: #b3b3b3; */
    text-align: center;
    font-weight: 300;
    margin-bottom: 39px;
    width: 100%;
    margin-top: 25px;
}

.post-item .price-post b {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}

.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;
}

/******** woocommerce ********/
.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: 0px 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;
    padding: 9px 2em !important;
    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;
}

.ums-panel-content-main .woocommerce-EditAccountForm .woocommerce-Button {
    margin: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none;
    overflow: visible;
    padding: 0px 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 .woocommerce-button--next {
    margin: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none;
    overflow: visible;
    padding: 0px 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: 15px;
}

.ums-panel-content-main .woocommerce-button--previous {
    margin: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none;
    overflow: visible;
    padding: 0px 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: 15px;
}

.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;
}

@media screen and (max-width: 768px) {

    #title-list-download {
        display: contents;
    }

    #title-list-download tr {
        display: inherit;
    }

    #ums-content {
        border-radius: 0 !important;
    }

    .up-copyright {
        position: unset !important;
    }

    .ums-panel-content-main .ums-card-product{
        width: 100% !important;
    }
    .cart-main{
        left: -50px !important;
    }
}

.menu-home-url {
    background: #fff;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 50px;
    color: #000 !important;
    font-weight: 300;
    transition: all 0.5s;
    margin-top: 10px;
}

.menu-home-url:hover {
    text-decoration: none;
    background: #0a0b0d;
    color: #fff !important;
}

/*.p-ums {*/
/*box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);*/
/*}*/

.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: bold !important;
    margin: 0px !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, 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: aqua
}

.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;
}

.ums-panel-content-main .avatar-update img {
    border-radius: 50%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.btn-upload-avatar span {
    position: absolute;
    right: -37px;
    background: #fff;
    padding: 5px;
    top: 21px;
    box-shadow: 0px 2px 4px 0px rgba(0, 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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.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 none;
    cursor: pointer;
    text-decoration: none;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.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: bold;
}

.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;
}

.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: bold;
    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;
    border-radius: 3px;
    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 {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    width: 100%;
}

.ums-panel-content-main .my_account_orders thead tr th {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center !important;
    color: #212121 !important;
    font-weight: bold;
    background-color: #f8f9fa;
}

.ums-panel-content-main .my_account_orders tbody tr {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px

}

.ums-panel-content-main .my_account_orders tbody tr td {
    padding-top: 18px;
    padding-bottom: 14px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

.woocommerce table.my_account_orders {
    border-color: #f0f1f2 !important;
    border-collapse: collapse !important;
    border-radius: 0 !important;
    font-size: 13px

}

.ums-panel-content-main .my_account_orders tbody tr td a:hover {
    text-decoration: none;
}

.ums-panel-content-main .my_account_orders tbody tr .woocommerce-button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #fff;
    background-color: #247be6;
    border-radius: 50px;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

#content-main-p {
    padding: 60px 0 0 0;
    background-color: #eef5f9;
    transition: margin 0.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: 95%;
    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: 0px 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;
}

.woocommerce-address-fields .button:hover {
    background-color: #124eeb !important;
}

.ums-panel-content-main .edit-shipping .form-row .required {
    color: red;
    text-decoration: none;
}

.ums-panel-content-main .addresses .woocommerce-Address {
    float: right;
    width: 50% !important;
    max-width: 50% !important;
    margin-top: 45px;
    border: none !important;
}

.ums-panel-content-main .addresses .woocommerce-Address-title h3 {
    float: right;
    width: 48%;
    font-size: 22px;
    font-weight: bold;
}

.ums-panel-content-main .uk-tab > * > a {
    font-weight: 500;
}

.ums-panel-content-main .addresses .woocommerce-Address-title a {
    font-weight: 300 !important;
    line-height: 35px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    position: relative !important;
    text-decoration: none;
    overflow: visible;
    padding: .618em 2em !important;
    font-weight: 700;
    border-radius: 3px;
    right: auto !important;
    color: #fff !important;
    background-color: #1e6beb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    top: 0px !important;
}

.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: bold;
}

.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;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #4C2EDD;
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff !important;
    border-right: 0px !important;
    margin-right: 0px !important;
    background: transparent !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a:after {
    display: none !important;
}

.woocommerce-MyAccount-navigation ul li:hover a:before {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul .is-active {
    color: #fff;
}

.woocommerce .woocommerce-MyAccount-navigation li a:before {
    position: inherit !important;
    top: 2px !important;
    left: 0;
    content: "\f15c";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: block;
    width: 100%;
    background: transparent !important;
    color: #4d5f76;
    font-size: 19px;
    margin-bottom: 5px;
    text-align: center !important;
    float: none !important;
    line-height: 29px !important;
    margin-right: 0px !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:not(:last-of-type)::after {
    display: none;
}

.bar-content .woocommerce-MyAccount-navigation ul li {
    display: inline-block !important;
    width: 48% !important;
    min-width: 48% !important;
    padding: 7px 0px 12px !important;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 10px !important;
    border-bottom: 0px !important;
}

.bar-content .woocommerce-MyAccount-navigation ul li:hover {
    box-shadow: none !important;
}

.woocommerce-MyAccount-navigation li:after {
    display: none !important;
}

.woocommerce-MyAccount-navigation li.is-active:before {
    display: none !important;
}

.bar-content .woocommerce-MyAccount-navigation ul li a {
    align-items: center;
    width: 100%;
    font-size: 13px;
    font-weight: 500 !important;
    border-right: 0px !important;
    background: transparent !important;
    border: none !important;
    position: relative;
    line-height: unset !important;
    margin-bottom: 14px;
    display: inline-block !important;
    padding: 0px 0 5px !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}

.bar-content .woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none;
}

#left-col .woocommerce-MyAccount-navigation {
    background: #eef2f7;
    margin-right: 0px !important;
}

.bar-content ul li:hover a p {
    color: #fff !important;
}

.bar-content .woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
}

.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 0px !important;
    font-weight: bold !important;
}

.ums-panel-content-main .woocommerce-customer-details h2 {
    font-size: 20px !important;
    padding: 22px 0px !important;
    font-weight: bold !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: 0px !important;
    width: 100% !important;
    border: none !important;
    display: unset !important;
    margin-left: 0px !important;
    padding: 0px !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: 0.1428rem;
    padding: 10px 0px !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;
}

/* Track */
.notification-main::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.notification-main::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px;
}

/* Handle on hover */
.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: 0px 10px 50px 0px rgba(0, 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 0px;
    padding: 5px;
}

.notification-head li a:hover {
    text-decoration: none;
}

.notification-main li:hover {
    background-color: rgba(222, 222, 222, 0.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: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

#top-head nav {
    width: auto !important;
    height: auto !important;
}

#top-head nav i {
    height: auto !important;
    font-size: 26px;
    position: relative;
    z-index: 0;
}

#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: 0px 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 0px !important;
    line-height: 26px !important;
}

.edd-input {
    max-width: 95%;
    width: 95%;
    border: 0 none;
    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: bold;
}

#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: bold;
}

#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: bold;
}

.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;
    width: 100%;
}

.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: bold;
    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 0px;
}

#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: none !important;
    display: inline-block !important;
    box-shadow: none !important;
    text-shadow: none !important;
    margin-top: 15px !important;
}

#edd_wallet_deposit_amount {
    vertical-align: middle;
    background-color: #ffffff;
    border-color: #e8e8ea;
    height: 40px !important;
    width: inherit !important;
}

#edd_wallet_deposit_amount_wrapper {
    display: inline-block;
}

#edd_wallet_deposit_amount_wrapper ul {
    list-style: none;
    margin-left: 0;
}

#edd_wallet_deposit_amount_wrapper ul li {
    float: right !important;
    width: inherit !important;
    margin-left: 10px;
}

#edd_wallet_deposit_amount_wrapper ul li label {
    font-size: 15px;
    font-weight: 300;
}

.edd-wallet-deposit {
    display: block;
}

.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: 0px !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 0.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 0.5s;
    padding: 1em;
    cursor: pointer;
    font-size: 15px;
}

.container-ums-details .uk-accordion-title:focus {
    outline: none;
}

.uk-accordion-title::before{
    top: 9px;
    position: relative;
}

.uk-accordion-title {
    background: #fff !important;
    color: #000;
    transition: all 0.5s;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.uk-accordion-title img {
    width: 45px;
    margin-left: 15px;
    border-radius: 5px;
}

.container-ums-details:not([open]) {
    height: auto;
}

.container-ums-details[open] {
    height: auto;
}

#link-download a {
    font-size: 13px;
    font-weight: 400;
}

#link-download a:hover {
    text-decoration: none;
}

.progress-striped {
    background: #e8e8e8;
}

.progress-bar-success {
    background-color: #64DD17;
    color: #fff;
}

.ums-panel-content-main .collapse {
    display: block !important;
}

/****** flatsome *************/
.dashboard-links {
    display: none !important;
}

.bar-content .woocommerce-MyAccount-navigation ul li a {
    border: none !important;
    box-shadow: none !important;
    text-align: center !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: 0px !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;
}

.bar-content .woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
    font-family: "Font Awesome 5 Free" !important;
}

.kanishop-account-user {
    display: none !important;
}

.kanishop-dashboard-links {
    display: none !important;
}

.swal2-icon.swal2-warning::before {
    display: none !important;
}

.zhanot-sticky, .review-wrapper {
    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: bold;
    background-color: #f8f9fa;
}

.woocommerce-table__product-total {
    border-right: 1px solid #d8d9dc;
}

.woocommerce-table__line-item td {
    padding-right: 0px;
}

.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;
}

.order-again .button {
    margin: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none;
    overflow: visible;
    padding: 0px 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: 10px;
}

.woocommerce-order-downloads, .woocommerce-customer-details, .woocommerce-order-details {
    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: bold;
    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: none !important;
    margin-left: 0px !important;
    margin-right: 0px !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: none !important;
}

.woocommerce-MyAccount-navigation-con {
    width: 100% !important;
    background-color: transparent !important;
}

.woocommerce-MyAccount-navigation-con .side-uname, .woocommerce-MyAccount-navigation-con .m-wallet, .woocommerce-MyAccount-navigation-con .avatar {
    display: none !important;
}

.zhanot-alert-wrapper {
    z-index: 9999;
}

#my-account-menu .user-profile {
    display: none;
}

#my-account-menu {
    width: 100% !important;
    padding-right: 0px !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: 0px !important;
}

#my-account-menu .myaccount-menu a.group-opener i.opener {
    right: auto !important;
    margin: 0;
    left: 0px !important;
}

#my-account-menu .myaccount-menu {
    margin: 0px !important;
}

#my-account-menu.position-left .myaccount-menu li a {
    border-right: 0px !important;
}

#my-account-menu .myaccount-menu li > a {
    padding: 12px 1px 12px 0px !important;
}

#my-account-menu .myaccount-menu li a {
    border: none !important;
}

#my-account-menu .myaccount-menu:before {
    display: none !important;
}

#my-account-menu .myaccount-menu {
    border: none;
}

.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: 0.2rem 0.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: transparent !important;
    border: none !important;
    padding: 0px !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: none;
}

/*********box-product*********/
.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: bold;
    color: #bc2330;
    padding: 25px 0 25px;
}

.price-box-subscription {
    font-size: 28px;
    font-weight: bold;
    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;
}

.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: 15px;
    font-weight: 300 !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: 0px 0px;
    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: 0px 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 .wc-forward {
    background-image: linear-gradient(45deg, rgb(146, 197, 72), rgb(144, 171, 65)) !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 10px !important;
    border-radius: 4px;
    display: block !important;
    margin: 5px 0px !important;
    text-align: center;
}

.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 0px;
}

.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: -0.7px;
    font-weight: 300;
}

.noti-icon {
    font-size: 19px;
    color: #fff;
}

.icon-cart-ums::after {
    display: none !important;
}

.cart-main {
    width: 397px !important;
    margin-left: 13px;
    padding: 12px !important;
    z-index: 9999999 !important;
    border-radius: 5px;
}

.nasa-MyAccount-navigation {
    display: none !important;
}

#left-col .account-user {
    display: none !important;
}


#left-col .bar-content .account-nav-wrap {
    width: 100% !important;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    direction: ltr !important;
}

.woocommerce-table--order-details tfoot tr th {
    text-align: right !important;
}

.swal2-container {
    z-index: 999999 !important;
}

#offcanvas-overlay {
    z-index: 999999;
}

.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;
}

.ums-box-info {
    background: #fff;
    justify-content: space-between;
    padding-bottom: 1.05rem;
    padding-top: 1.75rem;
    border-radius: 10px;
}

.ums-box-info-card {
    border-left: 1px solid;
    border-color: #eef2f7;
}

.ums-box-info-card-icon {
    float: left;
    background: #436cff;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0.55rem;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    width: 45px;
    height: 45px;
    display: flex;
}

.ums-box-info-card-icon i {
    font-size: 21px;
}

.ums-box-info-card-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 57%;
}

.ums-box-info a {
    color: #000;
}

.ums-box-info a:hover {
    color: #000;
    text-decoration: none;
}
.ums-box-info-card-content{
    float: left;
    width: 67%;
}
.ums-box-info-card-content span {
    font-size: 13px;
    display: block;
    text-align: left;
}

.span-bold {
    font-weight: 800;
    font-size: 15px !important;
    color: #000;
    margin-top: 6px;
}
.ums-box-info-card-content .woocommerce-Price-currencySymbol{
    display: inline-block !important;
}
.up-copyright {
    width: 100%;
    position: absolute;
    bottom: 0px;
}


.ums-slider-post-main-dashboard {
    margin: 35px 0 !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: 0px 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-title-post-main-dashboard {
    font-weight: 800 !important;
    font-size: 17px;
}

.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;
}

/*** Edit Profile ******/
.ums-form-wrap-field {
    text-align: left;
    margin-bottom: 25px;
    width: 100%;
}

.ums-form-wrap-field label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.ums-form-wrap-field input {
    height: 45px !important;
}

.ums-form-wrap-field textarea {
    height: 105px;
}

.ums-form-wrap-field input, .ums-form-wrap-field textarea, .ums-form-wrap-field select {
    width: 100%;
    border-radius: 9px !important;
    font-size: 14px !important;
    background: #fff;
    padding: 10px !important;
    text-align: left;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    height:auto !important;
    line-height: normal;
}

.ums-panel-content-main .field-description {
    font-size: 12px;
}

.ums-edit-profile-container input[readonly], .ums-edit-profile-container textarea[readonly] {
    background: #f9f9f9;
    pointer-events: 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: none !important;
}

.ums-form-wrap-field label .required {
    font-size: 12px;
    color: red;
}

.ums-form-wrap-field .ums-field-heading {
    font-weight: 600;
}

.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%);
    padding: 5px 0;
    border-radius: 13px;
    background: #fff;
}

.ums-edit-profile-container .uk-accordion-title {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 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: none;
    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-right: 5px;
}

.ums-edit-profile-container.radio-box div, .ums-edit-profile-container .ums-checkbox div {
    margin-right: 0;
    line-height: 1.3;
    vertical-align: middle;
    margin-bottom: 10px;
}

.ums-edit-profile-container .select-box select {
    width: 100%;
    padding: 10px !important;
    border-radius: 5px !important;
    cursor: pointer;
    max-width: 100% !important;
}

.ums-edit-profile-container .select-box select:focus-visible {
    outline: none;
}

.ums-edit-profile-container .ums-option-inline input {
    width: 16px;
}

.ums-edit-profile-tab-setting ul {
    list-style: none;
    padding: 0
}

.ums-edit-profile-tab-setting ul li {
    text-align: right;
    margin-bottom: 18px;
    padding: 14px 17px;
    border-radius: 50px;
}

.ums-edit-profile-tab-setting ul li.active {
    background: rgba(245, 248, 250, .8);
}

.ums-edit-profile-tab-setting ul li.active a:before {
    background: #11c55f
}

.ums-edit-profile-tab-setting ul li a {
    color: #5e6278;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: left;
}

.ums-edit-profile-tab-setting ul li a:before {
    content: '';
    width: 11px;
    height: 4px;
    display: inline-block;
    background: #b5b5c3;
    border-radius: 15px;
    margin-right: 8px;
}

.ums-btn-submit-ep {
    border-radius: 8px;
    text-align: center;
    float: right;
    background: rgb(17, 197, 95);
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    border: none;
    padding: 0px 20px;
}

.ums-btn-submit-ep p {
    margin: 0 !important;
}

.ums-btn-submit-sp {
    border-radius: 8px;
    text-align: center;
    float: right;
    background: rgb(17, 197, 95);
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    border: none;
    padding: 0px 20px;
}

.ums-btn-submit-sp p {
    margin: 0 !important;
}

.toast-frame .toast-message {
    margin-right: 6px !important;
    margin-left: 15px !important;
}

.toast-container.error-bg, .alert-frame .error-bg {
    background: #f33147;
}

.ums-verification-title-form-message {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}

#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: 1.15rem;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
    width: 125px;
    height: 125px;
}

.ums-show-avatar-ep img {
    width: 125px;
    border-radius: 1.15rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.ums-edit-avatar-ep {
    position: absolute;
    top: -9px;
    right: -10px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075) !important;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50px;
}

.ums-edit-avatar-ep i {
    font-size: 15px;
}

.ums-remove-avatar-ep {
    position: absolute;
    bottom: -9px;
    right: -10px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075) !important;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50px;
}

.ums-remove-avatar-ep i {
    font-size: 15px;
}

.ums-edit-avatar-ep input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.ums-save-avatar-ep {
    margin-top: 19px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    font-size: 14px;
    font-weight: 600;
    background: #eceff3;
    color: #000;
    border: 1px solid #dadbdf;
}

#save-avatar-ep {
    font-size: 13px;
    color: #fff;
    background: #11c55f;
    padding: 2px 18px;
    border-radius: 6px;
    margin-right: 10px;
    text-align: center;
}


/**** Tera Wallet ******/
.woo-wallet-sidebar ul li.card {
    box-shadow: none !important;
}

.woo-wallet-sidebar ul li.card a {
    padding: 30px 0px !important;
    color: #11c55f;
}

.woo-wallet-sidebar-heading {
    display: none;
}

.woo-wallet-sidebar ul {
    padding-right: 0px !important;
}

.woo-wallet-content-h3 {
    font-weight: 900 !important;
}

.ums-info {
    color: #1358f3 !important;
}

.ums-success {
    color: #35cd3a !important;
}

.ums-warning {
    color: #ffc021 !important;
}

.notification-title {
    padding-bottom: 5px;
    color: #000 !important;
    font-weight: bold;
    font-size: 19px;
    margin: 0;
}

.notification-txt {
    color: #87898e;
    font-size: 13px;
    margin-top: 6px;
}

.notification-txt p {
    margin: 0;
}

/***** POPUP *******/
#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, 0.1);
    transform: translate(-50%, -50%);
    transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.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 0.2s 0s ease-in-out,
    transform 0.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 12px;
    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: blue;
    color: #fff;
    padding: 9px 36px;
    border-radius: 5px;
}

.ums-popup-dashboard .content p {
    font-size: 14px;
}

.page-numbers-ums-list-post .page-numbers {
    background: #08c708;
    padding: 7px 14px 7px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.page-numbers-ums-list-post .page-numbers:hover {
    text-decoration: none;
}

.page-numbers-ums-list-post .current {
    background: #0a0c0d;
}

.ums-panel-content-main .uk-table th {
    text-align: center;
    font-weight: 700;
    color: #000;
    background: #fff;
}

.ums-panel-content-main .uk-table td {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.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: 12px;
    display: block;
}

.ums-option-inline .ums-description-bottom-field {
    clear: both;
}

/***** Product Ums ******/
.ums-card-product {
    display: block !important;
    margin: 5px 5px 25px !important;
    border-radius: 13px;
    background: #ffffff;
    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;
}

.ums-card-product-button-buy {
    float: right;
}

.ums-card-product-button-buy button {
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 11px;
    cursor: pointer;
    text-decoration: none !important;
    background: #e44d0c;
    font-weight: 700;
    padding: 0 !important
}

.ums-card-product-button-buy button a {
    text-decoration: none !important;
    color: #fff;
    padding: 14px 28px;
    line-height: normal !important;
    display: block;
}


.description-mb-up {
    padding: 17px;
    text-align: justify;
    background: #f5f9ff;
    border: 1px solid rgba(59, 130, 246);
    margin: 0 15px;
    border-radius: 8px;
}

.description-mb-up p {
    color: rgba(59, 130, 246);
    font-size: 13px;
    font-weight: 400;
}

.uk-offcanvas-close {
    color: #000 !important
}

.menu-up-logout {
    position: absolute;
    bottom: 45px;
    width: 100%;
}

.menu-up-logout ul {
    list-style: none;
    padding: 0;
}

.menu-up-logout ul li {
    display: block;
    width: 73%;
    padding: 11px 25px;
    text-align: right;
    border-radius: 8px;
    margin-right: 18px;
}

.menu-up-logout ul li a {
    color: #4d5f76 !important;
    font-size: 13px;
    font-weight: 500;
    text-align: right !important;
    margin-bottom: 14px !important;
    padding: 11px 0px;
}

.menu-up-logout ul li a img {
    display: block;
    float: right;
    margin-left: 13px;
}

.menu-up-logout ul li a p {
    margin: 5px !important;
    font-size: 14px !important;
    font-weight: 700;
}

.menu-up-logout ul li.active a, .menu-up-logout ul li.active a i, .menu-up-logout ul li.active a p, .menu-up-logout ul li.hover a {
    color: #fff !important;
}

.menu-up-logout ul li:hover a {
    color: #fff !important;
}

.menu-up-logout ul li.active {
    background-color: #436cff !important;
}

.menu-up-logout ul li:hover img {
    opacity: 1;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.menu-up-logout ul li.active a img {
    opacity: 1;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.menu-up-logout ul li:hover {
    background: #436cff;
    color: #575962;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.uk-offcanvas-bar .menu-up-logout ul li {
    margin-right: 5px !important;
}

#wpadminbar {
    z-index: 99999999;
}

.button, button, input[type=submit], input[type=reset], input[type=button] {
    min-height: auto !important;
}
.iti__selected-flag{
    direction:ltr !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;
}

.ums-show-comment-list{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px #706f6f36;
    margin-bottom: 30px;
}

.ums-show-comment-header{
    height: 27px;
    padding: 20px 18px;
    border-bottom: 1px solid #efeaea;
}

.ums-title-comment{
    font-weight: 700;
    font-size: 15px;
    float: left;
}

.ums-title-comment a{
    color: #000;
}

.ums-avatar-comment{
    float: right;
}

.ums-content-comment{
    padding: 15px 18px;
    font-size: 13px;
    line-height: 31px;
}
#ums-content footer{
    background: #eef2f7;
}
.ums-comment-link-post{
    display: block;
    padding: 8px 0px;
    background: #edebfe;
    width: 95px;
    text-align: center;
    border-radius: 5px;
    margin-top: 18px;
    font-weight: 700;
    line-height: normal;
}

.ums-comment-status-unapproved{
    font-size: 12px;
    background: #fcf9e8;
    color: #d63638;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 22px;
    height: 22px;
    border-radius: 11px;
}

.ums-comment-status-approved{
    font-size: 12px;
    background: #bbf7d0;
    color: #166534;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 22px;
    height: 22px;
    border-radius: 11px;
}

.ums-comment-show-date{
    font-size: 13px;
}
.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;
}
.acf-media-modal{
    z-index: 999999 !important;
}