.page-id-11 .site-main {
        max-width: 100% !important;
    }
    
.page-id-11 .page-header{
        display:none !important;
    }
    
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20% !important;
    height: 100vh;
    background: white;
    box-shadow: -4px 0 40px #0000000f;
    position: fixed;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 80% !important;
    height: 100%;
}

.mzwp-dashboard {
    padding: 40px;
}

.mzwp-header-panel {
    background: white;
    box-shadow: -4px 0 40px #0000000f;
    padding: 20px 40px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}

.page-id-11 .woocommerce {
    background: linear-gradient(
180deg, #f8f9fb, #ffffff);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 12px 40px 12px 12px;
    list-style: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 40px 15px 10px 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #5b5c60 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #504cba !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    position: relative;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 14px;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/plugins/maghzewp-core/assets/front/images/house-user.svg);
    background-repeat: no-repeat;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    position: relative;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 14px;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/plugins/maghzewp-core/assets/front/images/calculator-money.svg);
    background-repeat: no-repeat;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    position: relative;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 14px;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/plugins/maghzewp-core/assets/front/images/laptop-arrow-down.svg);
    background-repeat: no-repeat;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    position: relative;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 14px;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/plugins/maghzewp-core/assets/front/images/terms-info.svg);
    background-repeat: no-repeat;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--mzwp-royalty {
    position: relative;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--mzwp-royalty:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 14px;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/plugins/maghzewp-core/assets/front/images/chess-queen.svg);
    background-repeat: no-repeat;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--mzwp-ticket {
    position: relative;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--mzwp-ticket:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 14px;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/plugins/maghzewp-core/assets/front/images/ticket.svg);
    background-repeat: no-repeat;
}


.mzwp-panel-loading {
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff70;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    position: relative;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 14px;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/plugins/maghzewp-core/assets/front/images/door-open.svg);
    background-repeat: no-repeat;
}

.mzwp-view-order-products {
    margin: 40px;
}

.mzwp-view-order-products .download-order-products .product-box-left {
    display: flex !important;
    justify-content: flex-start !important;
}

.mzwp-view-order-products .download-order-products {
    display: grid !important
;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    width: 70%;
}

.mzwp-order-customer-info h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #242424;
    font-family: 'anjoman';
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.mzwp-order-customer-info p span.view-order-text {
    font-weight: 500;
    color: #616161;
}

.mzwp-order-customer-info p
 {
    font-size: 14px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #242424;
    display: flex
;
    font-family: 'anjoman';
    justify-content: space-between;
}

.mzwp-order-customer-info {
    width: 30%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #4535AF14 0%, #F2295B00 100%);
    padding: 24px;
    border-radius: 12px;
}

.mzwp-view-order-container {
    display: flex
;
    gap: 40px;
    align-items: flex-start;
}

.mzwp-view-order-products .download-order-products .product-box-left .product-total span.woocommerce-Price-amount.amount {
    font-family: "anjoman", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #242424;
}


.mzwp-view-order-products .download-order-products .product-box-left .product-total span.woocommerce-Price-currencySymbol {
    font-family: "anjoman", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #838383;
}

.order-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e9e9e9;
}

.order-record {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e9e9e9;
}

.order-record:last-child {
    border-bottom: solid 0px #e9e9e9;

    border-radius: 0 0 16px 16px;
}

.order-dashboard-empty {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;

}

.order-record-empty {
    display: flex;
    justify-content: space-between;
    background: white;
    box-shadow: 0 20px 40px 0 #00000003;
    border-bottom: solid 1px #e9e9e9;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 0 0 16px 16px;

}
.order-heading .order-number, .order-heading .order-date, .order-heading .order-status, .order-heading .order-total, .order-heading .order-actions {
    width: 20%;
    padding: 20px;
    font-size: 16px;
    color: #242424;
    display: flex;
    font-weight:500;
    align-items: center;
}

.order-record .order-number a {
    color: #504cba;
    font-weight: 600;
    text-decoration: none;
}

.order-head {
    display: flex
;
    justify-content: space-between;
    background: white;
    border-bottom: solid 1px #e9e9e9;
    padding: 0 0 24px 0;
    border-radius: 16px 16px 0 0;
}

.order-head h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #242424;
}
.order-record .order-number, .order-record .order-date, .order-record .order-status, .order-record .order-total, .order-record .order-actions {
    width: 20%;
    padding: 8px 20px;
    font-size: 14px;
    color: #242424;
    display: flex;
    align-items: center;
}
span.mzwp-status-completed {
    background: #34995e1c;
    padding: 4px 12px;
    border-radius: 6px;
    color: #34995e;
}
.order-actions a.button.view, .order-actions a.button.view:hover {
    font-family: "anjoman", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    padding: 12px 24px;
    background-color: #504CBA;
    transition: all 0.2s;
    color: white;
}

span.mzwp-box-text {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.mzwp-dashboard-box-license img {
    width: 30px;
    filter: invert(1);
    margin-right: -5px;
}
.mzwp-dashboard-middle {
    display: flex
;
    margin-top: 40px;
}
.mzwp-dashboard-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mzwp-last-orders-title h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #242424;
    font-family: 'anjoman';
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 20px;
}

.mzwp-dashboard-last-orders {
    width: 50%;
    box-shadow: 0 0 40px 0 #24242410;
    background: white;
    border-radius: 16px;
    padding: 24px;
}

.product-box-bottom {
    display: flex
;
    width: 100%;
}
.recent-order-products {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    background: #ffffff;
}

.product-box-bottom .product-downloads a {
    background: #504cba;
    padding: 14px 16px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: flex
;
    gap: 10px;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
}


.product-box-bottom .product-downloads a img {
    filter: invert(1);
    width: 20px;
}

.recent-order-products .product-box {
    display: flex
;
position:relative;
    padding: 20px 10px;
    border-top: solid 1px #e8e8e8;
    flex-direction: column;
    align-items: flex-start;
    background: white;
    gap:10px;
}
.product-box-bottom .product-downloads {
    display: flex
;
    align-items: center;
    padding: 12px 0;
    gap: 4px;
    width: 100%;
}


.product-box-top {
    display: flex
;
    gap: 10px;
    flex-direction: column;
}
.recent-order-products .product-box:nth-child(1) {
    border-top: solid 0px #e8e8e8;
}
.recent-order-products .product-box:nth-child(2) {
    border-top: solid 0px #e8e8e8;
}

.recent-order-products .product-box:nth-child(2) {
    border-right: solid 1px #e8e8e8;
}
.recent-order-products .product-box:nth-child(4) {
    border-right: solid 1px #e8e8e8;
}


.recent-order-products .product-box img {
    width: 60px;
    border-radius: 8px;
}

.recent-order-products .product-box h4 {
    margin: 0;
    line-height: 24px;
}

.recent-order-products .product-box h4 a {
    font-size: 14px;
    color: #242424;
    text-decoration: none;
}

span.mzwp-box-data {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

.mzwp-dashboard-box-license {
    background-image: linear-gradient(247.65deg, #7e6bff -35.57%, #4535af);
    padding: 24px;
    display: flex
;
    border-radius: 16px;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 0 40px 0 #524cde78;
}

.mzwp-dashboard-box {
    background: white;
    padding: 24px;
    display: flex
;
    border-radius: 16px;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 0 40px 0 #24242410;
}
.mzwp-dashboard-box img {
    width: 30px;
    margin-right: -5px;
}
.mzwp-dashboard-box .mzwp-box-data {
    color: #242424;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}


.mzwp-dashboard-box .mzwp-box-text {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
}

.custom-box-before-nav img {
    width: 70px;
}
.custom-box-before-nav {
    padding: 10px;
}


.download-order-products {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mzwp-order-container {
    margin: 40px;
    box-shadow: 0 0 40px 0 #24242410;
    background: white;
    border-radius: 16px;
    padding: 24px;
}

.mzwp-header-panel-left {
    display: flex
;
    gap: 10px;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.mzwp-header-panel-left a:first-child img {
    width: 40px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 6px;
}

.mzwp-header-panel-left a img {
    width: 40px;
    background: white;
    padding: 10px;
    border-radius: 6px;
    
}
.mzwp-downloads-last-orders{
       box-shadow: 0 0 40px 0 #24242410;
    background: white;
    border-radius: 16px;
    padding: 24px; 
    margin:40px;
}

.download-order-products .product-box {
    display: flex;
    gap: 10px;
    box-shadow: 0 0 40px 0 #24242410;
    background: white;
    border-radius: 16px;
    position:relative;
    padding: 24px;
    align-items: center;
    flex-direction: column;
}

span.panel-product-version {
    position: absolute;
    left: 24px;
    top: 24px;
    background: #e7f2fc;
    padding: 2px 8px;
    border-radius: 6px;
    color: #4098ea;
    font-size: 12px;
}

.download-order-products .product-box .product-box-right {
    display: flex
;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    flex-direction: column;
}

.download-order-products .product-box .product-box-right img {
    width: 60px;
    border-radius: 8px;
}

.download-order-products .product-box .product-box-right h4 a {
    color: #242424;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
}

.download-order-products .product-box .product-box-right h4 {
    margin: 0;
}

.download-order-products .product-box .product-box-left {
    display: flex
;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.download-order-products .product-box .product-box-left .product-downloads {
    height: 50px;
    width: 100%;
}

span.mzwp-domain-text {
    width: 100%;
    color: #575757;
    font-size: 14px;
}

.product-box-left .product-downloads a {
    background: #ffffff;
    padding: 14px 16px;
    border-radius: 8px;
    color: #504cba;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    border: solid 1px #504cba;
    text-align: center;
    justify-content: center;
}

.product-box-left .product-downloads a:hover {
    background: #504cba;
    color: white;
}

.product-box-left .product-downloads a img {
    width: 20px;
}

button.add-domain {
    background: #34ca661c;
    padding: 14px 16px;
    border-radius: 8px;
    color: #19b34d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: flex
;
    gap: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: none;
}

button.view-license {
    background: #3c96ea1f;
    padding: 14px 16px;
    border-radius: 8px;
    color: #3c96ea;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: none;
}


button.add-domain:hover {
    background: #19b34d;
    color: white;
}

button.view-license:hover {
    background: #3c96ea;
    color: white;
}

button.add-domain:focus {
    background: #19b34d;
    color: white;
}

button.view-license:focus {
    background: #3c96ea;
    color: white;
}

.order-downloads-empty {
    background: white;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.mzwp-last-downloads-title h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #242424;
    font-family: 'anjoman';
    padding-bottom: 10px;
    margin-bottom:24px;
}

.comment-form-rating p span a:before {
    width: 20px ! IMPORTANT;
    height: 20px !important;
    font-size: 20px;
    color: #ff9b00;
}

.comment-form-rating p span a {
    width: 20px !important;
    height: 20px !important;
}

.comment-form-rating {
    margin: 20px 0;
}

.woocommerce #review_form #respond p {
    margin: 10px 0 10px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0 !important;
    border: solid 1px #e8e8e8 !important;
    border-radius: 12px !important;
    padding: 20px 20px 0 !important;
    color: #242424 !important;
    font-size: 16px !important;
}

strong.woocommerce-review__author {
    color: #242424 !important;
    font-size: 16px !important;
}

em.woocommerce-review__verified.verified {
    background: #0ecb860f !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    color: #28a76b !important;
    font-style: normal !important;
    margin: 0 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

time.woocommerce-review__published-date {
    color: #5a5a5a !important;
    font-size: 12px !important;
}

form#maghzewp-domain-form {
    font-size: 14px;
}

.woocommerce .star-rating {
    color: #ff9b00 !important;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding: 20px 0 0 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px !important;
    width: 42px;
    height: auto;
    background: #e9e6ed;
    border: 0px solid #e1dde7 !important;
    margin: 0;
    box-shadow: none;
    border-radius: 100px !important;
}

















#maghzewp-domain-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  display: flex; align-items: center; justify-content: center;
}

input#maghzewp-domain-input {
    border: solid 1px #dbdbdb;
    border-radius: 8px;
    margin-top: 10px;
    color: black;
    height: 54px;
}

.maghzewp-modal-content {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    width: 600px;
    max-width: 90%;
    position:relative;
    text-align: right;
}

.maghzewp-modal-content h3 {
    margin-top: 0;
    font-size: 18px;
    color: #242424;
    margin-bottom: 25px;
    font-weight: 600;
}

.modal-actions {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.modal-actions button.button.button-primary {
    font-family: "anjoman", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 28px 16px 28px;
    color: white;
    background-color: #4cba76;
    transition: all 0.2s;
    width: 100%;
}

button#maghzewp-close-modal {
    position: absolute;
    left: 15px;
    top: 4px;
    padding: 0;
    font-family: 'anjoman';
    font-weight: 400;
    font-size: 30px;
    background: white;
    color: #242424;
    transform: rotate(45deg);
}

.view-license {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.view-license .tooltip {
  display: none;
  position: absolute;
  top: -30px; /* بالای دکمه */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 100;
  pointer-events: none;
}

.view-license:hover .tooltip {
  display: block;
}










/* From Uiverse.io by EmmaxPlay */ 
.spinner {
 position: relative;
 width: 60px;
 height: 60px;
 border-radius: 50%;
}

.spinner::before,
.spinner:after {
 content: "";
 position: absolute;
 border-radius: inherit;
}

.spinner:before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #efefef 0%, #d5d5d5 100%);
    animation: spin8932 .5s infinite 
linear;
}

.spinner:after {
 width: 85%;
 height: 85%;
 background-color: white;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

@keyframes spin8932 {
 to {
  transform: rotate(360deg);
 }
}














section.mzwp-faq {
    background-color: #4535AF14;
    padding: 20px 20px 20px 20px;
    border-radius: 12px 12px 12px 12px;
    margin: 0 !important;
    max-width: 100% ! IMPORTANT;
}


.mzwp-accordion-header {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E4E4E4;
    padding: 20px;
    width: 100%;
    text-align: right;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    display: flex
;
    gap: 15px;
    justify-content: flex-end;
    transition: background 0.3s;
    flex-direction: row-reverse;
    align-items: center;
}

.mzwp-accordion-header:hover, .mzwp-accordion-header:focus {
    background: #FFFFFF;
}

.mzwp-accordion-header-text {
    font-family: 'anjoman';
    font-weight: 400;
    color: #242424;
    margin: 0;
}

.mzwp-icon {
    font-size: 18px;
}

.mzwp-icon {
    display: flex;
    align-items: center;
}

.mzwp-icon .icon-plus,
.mzwp-icon .icon-minus {
    transition: opacity 0.3s;
}

svg.icon-minus {
    display: none;
}

/* وقتی آکاردئون فعال شد، + مخفی و - نمایش داده بشه */
.mzwp-accordion-item.active .icon-plus {
    display: none;
}
.mzwp-accordion-item.active .icon-minus {
    display: inline;
}


.mzwp-accordion-item {
    margin-top: 10px;
}

.mzwp-accordion-content {
    font-family: "anjoman", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #646464;
    max-height: 0;
    overflow: hidden;
    text-align: right;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #FFFFFF;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.mzwp-accordion-item.active .mzwp-accordion-content {
    max-height: 500px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E4E4E4;
    padding: 15px 20px;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}


section.mzwp-item-repeater {
    background-color: #34AE480F;
    padding: 10px 20px;
    border-radius: 12px;
}

span.mzwp-accordion-title {
    font-family: 'anjoman';
    font-weight: 400;
    color: #242424;
    margin: 0;
}

.mzwp-accordion-content ul li svg {
    margin-left: 6px;
    margin-bottom: -5px;
}

.mzwp-accordion-content ul li {
    list-style: none;
    line-height: 38px;
}

.mzwp-accordion-content ul {
    padding: 0;
}


.mzwp-license .woocommerce-variation-price {
    margin-top: 10px !important;
}

.mzwp-license .woocommerce-variation-price .price ins {
    text-decoration: unset !important;
    margin-right: 10px;
}

.mzwp-license .woocommerce-variation-price .price del span.woocommerce-Price-currencySymbol {
    display: none;
}

h2#swal2-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 10px;
}

.swal2-popup.swal2-toast.mzwp-toast-popup.swal2-icon-success.swal2-show {
    border-radius: 12px;
    background: white;
}

.mzwp-discount-percentage {
    background: linear-gradient(45deg, #55bc66, #55bc66);
    padding: 7px;
    width: 60px;
    color: #ffffff;
    display: flex;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    border-left: solid 4px white;
    border-radius: 0 12px 0 12px;
    border-bottom: solid 4px white;
    gap: 0;
    height: 60px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mzwp-discount-percentage span {
    font-weight: 400;
    color: white;
    font-size: 14px;
}

.woocommerce-additional-fields {
    display: none !important;
}

.e-woocommerce-login-section {
    display: none !important;
}

.woocommerce-account-fields {
    display: none ! important;
}

.woocommerce-privacy-policy-text p {
    margin-top: 0 !important;
}

form.woocommerce-EditAccountForm.edit-account {
box-shadow: 0 0 40px 0 #24242410;
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin: 40px;
}

form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row input {
    border: solid 1px #e8e8e8;
    height: 45px;
    border-radius: 8px;
    color: #242424;
    margin-bottom: 10px;
    font-size: 14px;
}

form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row label {
    color: #242424;
    font-size: 14px;
    margin-bottom: 4px;
}

span#account_display_name_description {
    font-style: normal !important;
    font-family: 'anjoman';
    font-size: 14px;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    background: #504cba;
    padding: 14px 36px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    display: none;
    opacity: 0;
    visibility: hidden;
}