.press-panel-container {
    display: flex;
    gap: 15px;
    background: #37394b;
}

.press-panel-right {
    border-left: solid 1px #424452;
    background: #37394b;
    position: fixed;
    overflow-y: auto;
    height: 100%;
    margin: 0 15px 0 0;
    width: 19%;
    z-index:2;
}

.panel-right-close {
    text-align: left;
    background: #262837;
    float: left;
    width: max-content;
    margin: 5px;
    border-radius: 8px;
    padding: 2px 5px;
    cursor:pointer;
}

.panel-right-close img {
    width: 18px;
}



.press-panel-right-user {
    padding: 50px 15px 5px 15px;
}



.press-panel-user-pic img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.press-panel-user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.press-panel-user-name {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

span.press-panel-user-email {
    font-size: 13px;
    color: #ffffff;
}

.press-panel-user-arrow {
    color: #e5e5e5;
    font-weight: 600;
}

.press-panel-left {
    background: #37394b;
    height: 100%;
}

.press-panel-right-user:before {
    content: "";
    width: 130px;
    top: 0px;
    z-index: 0;
    height: 130px;
    position: absolute;
    filter: blur(36px);
    right: 0px;
    border-radius: 100%;
    background: #4c2f64;
    opacity:0.2;
}

.press-panel-menu-item {
    padding: 17px 25px 10px 25px;
}

span.press-menu-item {
    font-size: 14px;
    display: flex;
    color: white;
    font-weight: 200;
    height: 50px;
    border-right: solid 3px #424452;
    gap: 9px;
    padding: 0 10px;
    cursor: pointer;
    align-items: center;
}

span.press-menu-item img {
    width: 18px;
}

span.press-menu-item:hover {
    font-size: 14px;
    display: flex;
    color: white;
    font-weight: 200;
    gap: 9px;
    padding: 0 10px;
    border-right: solid 3px white;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    align-items: center;
    height: 50px;
    background: #3d3f4f;
}

span.press-menu-item-l {
    font-size: 14px;
    display: flex;
    color: white;
    font-weight: 200;
    height: 45px;
    border-radius: 6px;
    background: #d42c3e;
    gap: 9px;
    padding: 0 10px;
    cursor: pointer;
    align-items: center;
}

span.press-menu-item-l img {
    width: 18px;
}
.press-exit-panel {
    padding: 10px 25px 10px 25px;
}

.select2-container--open .select2-dropdown--below {
    padding: 10px;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 41px !important;
}
.press-panel-user-arrow img {
    width: 14px;
}

.press-panel-verify-section {
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: space-between;
    animation-name: verifybox;
    animation-duration: 1s;
}

@keyframes verifybox {
  0%   {opacity:0.2;}
  25%  {opacity:0.4;}
  50%  {opacity:0.8;}
  100% {opacity:1;}
}

.press-panel-mobile-warning-btn a {
    color: white  !important;
}




.woocommerce-account .addresses .title .edit {
    font-weight: 200 !important;
}

.press-panel-verify-box {
    font-size: 11px;
    display: flex;
    gap: 5px;
    color: white;
    padding: 6px 6px;
    border-radius: 4px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    align-items: center;
    justify-content: space-between;
}
div#press-user-arrow-up {
    transform: rotate(180deg);
    cursor: pointer;
}
.press-panel-verify-box img {
    width: 13px;
}

.press-panel-box-row {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    justify-content: space-between;
}

.press-panel-box {
    display: flex;
    background: #2e303f;
    width: 100%;
    padding: 21px;
    box-shadow: 0 3px 13px 0 rgb(0 0 0 / 4%);
    gap: 15px;
    border-radius: 8px;
    align-items: center;
}

.press-panel-box-pic {
    background: #37394b;
    padding: 17px 17px;
    display: flex;
    clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
    border-radius: 15px;
}

.press-panel-box-pic img {
    width: 32px;
}

.press-panel-box-data {
    font-size: 15px;
    color: white;
    font-weight: 600;
}


span.press-panel-box-dt {
    font-size: 13px;
    color: #f4f4f4;
}
span.press-panel-data1 {
    font-size: 16px;
    color: #b96b6b;
    font-weight: 600;
}
span.press-panel-data2 {
    font-size: 16px;
    color: #6b91b9;
    font-weight: 600;
}

span.press-panel-data3 {
    font-size: 16px;
    color: #b9a66b;
    font-weight: 600;
}


span.press-panel-data4 {
    font-size: 16px;
    color: #996bb9;
    font-weight: 600;
}

span.press-panel-data5 {
    font-size: 16px;
    color: #6bb9b5;
    font-weight: 600;
}
span.press-panel-data6 {
    font-size: 16px;
    color: #6bb989;
    font-weight: 600;
}

span.press-panel-data7 {
    font-size: 16px;
    color: #B96B93;
    font-weight: 600;
}

span.press-panel-data8 {
    font-size: 16px;
    color: #D1D1D1;
    font-weight: 600;
}

.press-panel-mobile-warning {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 7px;
    background: #d42c3e;
    padding: 20px 25px;
}

.press-panel-mobile-warning-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.press-panel-mobile-warning-section img {
    width: 26px;
}

span.press-panel-mobile-warning-text {
    font-size: 14px;
    color: white;
}

.press-panel-mobile-warning-btn a {
text-decoration: none;
    font-size: 14px;
    color: white;
    font-weight: 200;
    border-radius: 6px;
    background: #ffffff1f;
    padding: 10px 10px;
    cursor: pointer;
}


.woocommerce-MyAccount-navigation li:not(:last-child) a{
    border-bottom-style: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-right: 19%;
    padding-right: 2em !important;
    padding-bottom: 500px !important;
    margin-top: 7em;
}



















.woocommerce-account .MyAccount-navigation-wrapper {
    flex: 0 0 20%;
    max-width: 20%;
}



.MyAccount-navigation-wrapper {
    border-left: solid 1px #424452;
    background: #37394b;
    padding: 17px 40px 20px 20px;
    height: 100%;
    width: 20%;
}




.woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    display: flex;
    color: white;
    font-weight: 200;
    height: 50px;
    border-right: solid 3px;
    padding: 0 10px;
    cursor: pointer;
    align-items: center;
}



.woocommerce-MyAccount-navigation ul li {
    color: white;
    margin-bottom: 0;
}


nav.woocommerce-MyAccount-navigation ul {
    border: none;
    /* border-right: solid 3px #424452; */
}

.woocommerce-MyAccount-navigation ul li a:hover {
    font-size: 14px;
    display: flex;
    color: white;
    font-weight: 200;
    padding: 0 10px;
    border-right: solid 3px;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    align-items: center;
    height: 50px;
    background: #3d3f4f;
}



.woocommerce-MyAccount-navigation li:not(:last-child) a {
    border-top: none !important;
    border-bottom: none !important;
}

.woocommerce-MyAccount-navigation li a::before{
    color:white !important;
}

.woocommerce-account.logged-in .entry-content > .woocommerce:not(.pressmart-element) {
    display: flex;
    flex-flow: row;
    background: #37394b !important;
}
table.shop_table td .amount {
    font-size: 17px !important;
}
.pressmart-user-profile {
    border-radius: 5px !important;
    background: rgb(255 255 255 / 5%)!important;
    border: 1px solid rgba( 255, 255, 255, 0.18 ) !important;
    display: flex;
        margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
    align-items: center;
    cursor: pointer;
    padding: 6px 10px !important;
    gap: 15px;
    justify-content: flex-start;
}

.woocommerce-account .user-avatar img {
    vertical-align: middle;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: none !important;
    padding: none !important;
}

.height-panelppress {
    height: 336px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    display: none !important;
}



/*/////////orders////////*/

.woocommerce-MyAccount-content .section-title h2 {
    color: white;
    padding: 0px 0 0 0;
    font-size: 16px;
}

.woocommerce-MyAccount-content .section-title p {
    color: white;
    font-size: 13px;
}

.woocommerce table.my_account_orders {
    background: #2d2f3d;
    color: white;
    padding: 25px;
    font-size: 13px;
    border-radius: 7px;
}

.woocommerce table.shop_table td{
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color:#e9e9e9 !important;

}

.woocommerce table.shop_table th {
    font-size: 14px !important;
    font-weight: 400 !important;
}



td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total mark, ins {
    background: none !important;
}


::-webkit-scrollbar-track {
    background-color: #2e303f !important;
}

::-webkit-scrollbar-thumb {
    background-color: #48495a !important;
    border-radius: 16px !important;
    width: 8px !important;
}

::-webkit-scrollbar {
    width: 8px !important;
}


.press-panel-container {
    display: flex;
    gap: 15px;
    background: #37394b;
}




.press-panel-user-box {
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
    padding: 6px 0px;
    justify-content: space-evenly;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    border-radius: 5px;
}

.press-panel-user-pic img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.press-panel-user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.press-panel-user-name {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

span.press-panel-user-email {
    font-size: 13px;
    color: #ffffff;
}

.press-panel-user-arrow {
    color: #e5e5e5;
    font-weight: 600;
}

.press-panel-left {
    background: #37394b;
    height: 100%;
}



.press-panel-left-top {
    color: rgb(255 255 255);
    padding: 11px 25px;
    background: #37394b;
    border-bottom: solid 1px #424452;
    margin-top: 0px;
    height: 60px;
    z-index: 1;
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    margin-right:1%;
    justify-content: space-between;
}

.press-panel-left-bottom {
    z-index: 0;
    position: inherit;
}




.height-panelppress {
    height: 336px;
}



.woocommerce-account .addresses .title h3 {
    float: right;
    font-size: 15px;
}

header.woocommerce-Address-title.title a {
    background: white;
    padding: 1px 8px;
    font-size: 12px;
    color:white !important;
    border-radius: 3px;
    margin-left: 15px;
}

address {
    color: #45444c;
}

.u-column1.col-1.woocommerce-Address {
    background: #2e303f;
    padding: 25px !important;
    border-radius: 7px;
    margin-bottom: 20px;
}

.u-column2.col-2.woocommerce-Address {
    background: #2e303f;
    padding: 25px !important;
    border-radius: 7px;
    margin-bottom: 20px;
}


.woocommerce-MyAccount-content h3 {
    font-size: 15px;
    font-weight: 500;
}

.woocommerce-address-fields {
    padding: 0 50px;
}

.woocommerce form .form-row label {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

.woocommerce form .form-row label {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

/*/////////edit account////////*/
form.woocommerce-EditAccountForm.edit-account {
    padding: 20px 50px;
}



fieldset {
    border-color: #37394b !important;
}




/*/////////order details////////*/
.dokan-info {
    border-radius: 5px !important;
}

section.woocommerce-order-details {
    padding: 25px;
    background: #f5f5f5;
    border-radius: 7px;
}

section.woocommerce-customer-details {
    padding: 25px;
    background: #f5f5f5;
    border-radius: 7px;
}

h2.woocommerce-order-details__title {
    color: #464751;
    font-size: 16px;
}
h2.woocommerce-column__title{
        color: #464751;
    font-size: 16px;
}

td.woocommerce-table__product-name.product-name a {
    color: #464650;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid #e0e0e0 !important;
}
/*/////////etc...////////*/

.woocommerce-MyAccount-content .section-title {
    padding: 0 50px;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    margin: 20px;
}


table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details {
    border-radius: 7px;
}

/*/////////top panel...////////*/

.press-panel-top-user {
    cursor: pointer;
    width: 100px;
    border-radius: 7px;
    padding: 0 10px;
}

.press-panel-user-top-pic img {
    width: 42px;
    border-radius: 50%;
}



.press-panel-user-top-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.press-menu-mobile-section {
    display: none;
    visibility: hidden;
}

.press-panel-top-user:hover .press-top-user-section {
    visibility: visible;
}

.press-top-user-section {
    position: relative;
    display: flex;
    visibility: hidden;
    background-color: #ffffff;
    border: 1px solid #b4b4b48a;
    color: #362e2e;
    border-radius: 7px;
    padding: 15px 15px;
    bottom: -3px;
    left: 100%;
    width: -moz-max-content;
    min-width: 11.28571rem;
    text-align: revert;
    font-size: 13px;
    margin-top: 4px;
    opacity: 1;
    z-index: 2;
    flex-direction: column;
}

.press-panel-user-top-pic {
    float: left;
        position: relative;
}

.press-panel-user-top-pic:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1ba633;
    position: absolute;
    bottom: 1px;
    left: 2px;

}


span.press-panel-name {
    font-weight: 600;
    color: #333131;
}

span.press-panel-money {
    border-bottom: solid 1px #ededed;
    color: #747474;
    margin-bottom: 8px;
}

span.press-panel-edit {
    border-bottom: solid 1px #ededed;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

span.press-panel-exit {
    color: #d42c3e;
}

.press-top-user-section:before {
    content: "";
    height: 10px;
    width: 10px;
    background: white;
    position: absolute;
    top: -6px;
    left: 33px;
    transform: rotate(45deg);
}

span.press-panel-name img {
    width: 16px;
}
span.press-panel-exit img {
    width: 16px;
}
span.press-panel-edit img {
    width: 16px;
}
.press-panel-mobile-menu {
    cursor: pointer;
    margin-top: 10px;
}


/**notification*/
.left-bottom-container {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}

.notification {
    background: #333131;
    width: -webkit-fill-available;
    border-radius: 8px;
    padding:1px 0px;
}

span.notification-pm {
    font-size: 13px;
    text-align:justify;
    color: #898989;
}

.notification-inner-pm {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: dashed 2px #414040;
    padding: 25px;
    margin: 25px;
    border-radius: 12px;
}
.store-inner a {
    color: white;
    border-radius: 5px;
    background: #ef8d32;
    font-size: 12px;
    padding: 5px 15px;
}

.store-inner a:hover {
    color: white;
    border-radius: 5px;
    background: #ef8d32;
    font-size: 12px;
    padding: 5px 15px;
}

.notification-top-pm {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 10px;
    border-bottom: solid 1px;
}

h3.notification-pm-title {
    font-size: 15px;
    font-weight: 400;
    margin: 0 !important;
    position:relative;
}

.notification-top-pm a {
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 6px;
}
.notification-top-pm a:hover {
    color: white;
}

h3.notification-pm-title:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d72424;
    position: absolute;
    top: 7px;
    right: -15px;
    animation:notif 1.3s ;
    animation-iteration-count: infinite;

}

.store-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border: dashed 2px #414040;
    justify-content: center;
    padding: 25px;
    margin: 25px;
    border-radius: 12px;
}

.store-inner img {
    width: 300px;
}

.store-inner span {
    margin: 10px 0;
    color: #898989;
    font-size: 13px;
}


@keyframes notif {
  0%   {border:0.2;}
  25%  {opacity:0.4;}
  50%  {opacity:0.8;}
  100% {opacity:1;}
}

.notification-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border: dashed 2px #414040;
    height: 300px;
    justify-content: center;
    padding: 25px;
    margin: 25px;
    border-radius: 12px;
}
.notification-inner img {
    width: 32px;
}
.notification-inner span {
    font-size: 14px;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content:"\e943" !important;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\e929" !important;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\e98a" !important;
}
.woocommerce-MyAccount-navigation li.is-active a {
    border-radius: 5px 0 0 5px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\e904" !important;
}


/**vendor info */
.store-inner-seller {
    margin: 15px;
}

.press-seller-info {
    display: flex;
    justify-content: space-between;
}

.press-seller-data {
    display: flex;
    flex-direction: column;
    background: #2b2626;
    width: 100%;
    border-radius: 7px;
    position:relative;
    text-align:center;
    margin:5px;
    padding: 10px 15px;
}

span.press-seller-data-num {
    font-size: 24px;
    color: #ea9131;
    font-weight: 600;
}

span.press-seller-data-txt {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
}

.press-seller-name {
    display: flex;
    flex-direction: column-reverse;
}

.press-seller {
    display: flex;
    flex-direction: row;
    border-radius: 7px;
    margin: 12px 0;
    gap: 10px;
    padding: 0px 0px;
    align-items: center;
}

.press-seller-pic img {
    width: 66px;
    border-radius: 50%;
}

span.press-seller-txt {
    color: white;
    font-weight: 600;
    font-size: 15px;
}

span.press-seller-fname {
    color: #d9d9d9;
    font-weight: 200;
    font-size: 12px;
}

.press-seller-data:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #333131;
    position: absolute;
    right: -6px;
    border-radius: 50%;
    top: 42%;
}

.press-seller-data:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #333131;
    position: absolute;
    left: -6px;
    border-radius: 50%;
    top: 42%;
}

.vendor-store-btn a {
    background: #3cc152;
    border-radius: 5px;
    font-size: 12px;
    color: white;
    padding: 4px 6px;
}

.vendor-store-btn a:hover {
    color: white;
}
.panel-vendor-top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.press-panel-box-info a {
    background: #996bb9;
    position: absolute;
    bottom: 4px;
    left: -30px;
    font-size: 11px;
    color: white;
    padding: 0 5px;
    border-radius: 4px;
}

.press-panel-box-info a:hover {
    color: white;
}

.press-panel-box-info {
    position: relative;
}

/**panel product */



.products .product-image img {
    transition: none !important;
    border-radius: 8px;
}


/** title */
.panel-title-en {
    font-size: 35px;
    position: relative;
    color: rgb(61 57 57);
    font-weight: 900;
}
.panel-title-fa {
    font-size: 15px;
    color: #ffffff;
    font-weight: 200;
    position: absolute;
    top: 17px;
    right: 6px;
}

.panel-title-en:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: #2f8ce2;
    bottom: 43%;
    animation: notif 1s;
    animation-iteration-count: infinite;
    right: -16px;
    border-radius: 4px;
}

/** panel wishlist */
.panel-wishlist {
    padding: 12px 40px;
    background: #333131;
    border-radius: 8px;
    margin: 15px 0;
}


/** panel tracking */
.panel-tracking {
    padding: 12px 40px;
    background: #333131;
    border-radius: 8px;
    margin: 15px 0;
}


.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\e909";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--tracking a:before {
    content: "\e93a";
}


.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--notification a:before {
        content: "\e963";
}

.woocommerce-MyAccount-navigation li:not(:last-child) a {
    border-bottom: none !important;
}