input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}

#new-mali {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#new-mali:hover {
    background-color: #45a049;
}

.mali-container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.mali-saved-row {
    margin-bottom: 20px;
    border: 1px solid lightgray;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mali-name {
    width: 60%;
}

#new-mali {
    font-size: 16px;
    background: indianred;
    border: none;
    border-radius: 5px;
    height: 35px;
    color: #fff;
    width: 100px;
    font-family: 'IRANSans', sans-serif;
    margin-right: auto;
    display: block;
}

.tcm-error {
    direction: rtl;
    background-color: #ff0000;
    color: #fff;
    padding: 5px 10px;
}

.tcm-success {
    direction: rtl;
    background-color: #0e7b17;
    color: #fff;
    padding: 5px 10px;
}

.mali-namee {
    width: 90%;
    margin-right: 5px;
}

.mali-namee {
    width: 80%;
    margin-right: 5px;
}

.mali-saved-row-checkout {
    margin-bottom: 20px;
    border: 1px solid lightgray;
    border-radius: 10px;
    background: #fff;
    width: calc(50% - 5px);
    height: auto;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mali-saved-row-check {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.rasmi-checkout-box {
    padding: 5px 8px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.mali-container {
    background: transparent;
}

#new-mali {
    line-height: 12px
}

.mali-name {
    width: 50%;
}

.mali-edit {
    width: 52px;
    background: gray;
    border: none;
    border-radius: 5px;
    height: 35px;
    color: #fff;
    line-height: 12px;
    font-family: 'IRANSans', sans-serif;
}

.mali-delet {
    width: 52px;
    background: indianred;
    border: none;
    border-radius: 5px;
    height: 35px;
    color: #fff;
    line-height: 12px;
    font-family: 'IRANSans', sans-serif;
}

.mali-namee {
    width: 80%;
    margin-right: 5px;
}

#mali-sbumit {
    display: block;
    margin-right: auto;
    width: 100px;
    background: #1e85be;
    border: none;
    border-radius: 5px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    font-family: 'IRANSans', sans-serif;
}

.not-allowed,
.not-allowed>span>input {
    cursor: not-allowed;
}

input.not-allowed,
.not-allowed>span>input {
    background-color: #e1e1e1 !important;
    border: 1px solid #c3c3c3 !important;
}

.not-allowed:focus,
.not-allowed>span>input {
    outline: none;
}

#ship-to-different-address {
    display: none;
}

.adamesabtmali,
#financial-data {
    position: absolute;
    display: none;
    width: 100%;
    top: 0px;
}

.adamesabtmali,
#financial-data {
    display: block !important
}

.argmc-wrapper .tcm-success {
    display: none;
}

.tcm-success {
    display: block !important;
    position: absolute;
    top: 102px;
    left: 10px;
    z-index: 999;
}

#shphone,
#codeposti,
#eqtesadicode,
#cname,
#haqiqiphone,
#haqiqicodeposti,
#fname,
#lname {
    width: calc(50% - 3px);
}

#mali-form label {
    display: none;
}

#mali-form .checkbox,
#mali-form .radio {
    display: inline-block !important;
    margin-left: 25px
}

#mali-form .checkbox input,
#mali-form .radio input {
    margin: 10px;
}

input[type=tel] {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e0e0e2;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    letter-spacing: -.8px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: right;
    direction: rtl;
}

#new-mali,
.sabtemali {
    background: #00bfd6;
    border: 1px solid #41a7b4;
    height: auto;
    color: #fff;
    border-radius: 5px;
    width: 200px;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    padding: 13px 10px;
}

#new-mali {
    display: block !important;
}

.sabtemali {
    display: inline-block;
}

.sabtemali:hover,
#new-mali:hover,
#mali-sbumit:hover {
    background: #41a7b4;
}

.adamesabtmali {
    text-align: center;
    padding-top: 50px;
}

.adamesabtmali h4 {
    margin-bottom: 50px
}

.mali-edit {
    background: #e3e3e3;
    color: #6d6d6d !important;
}

#mali-form .woocommerce-Button.button {
    font-size: 16px;
    border: 1px solid #1212;
    border-radius: 5px;
    width: 100px;
    margin-left: 0;
    margin-right: auto;
    display: block;
}

#mali-form {
    padding: 25px;
}

.tcm-success {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
    border-radius: 5px;
}

@keyframes fadein {
    0% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#shipping_country_field {
    display: none;
}

.tab button.active {
    background: #f8f8f8;
    border-bottom: 2px solid #f4a03f
}

.tab {
    background: #eee;
}

.mali-saved-row-checkout {
    margin-bottom: 10px;
    margin-top: 10px
}

#yith-par-message-cart {
    display: none;
}

.woocommerce-billing-fields>h3 {
    display: none;
}

.woocommerce-billing-fields__field-wrapper {
    display: none;
}

.woocommerce-shipping-fields__field-wrapper {
    display: none;
}

.woocommerce-additional-fields {
    display: none;
}

.argmc-nav-buttons {
    display: none !important;
}

.payment-step .order-total {
    text-align: left;
}

.payment-step table.shop_table:first-child {
    border-bottom: none;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.payment-step table.shop_table:nth-child(2) {
    border-radius: 0 0 5px 5px;
}

.payment-step table.shop_table td {
    text-align: left;
}

#hoqoqiapi {
    width: calc(20% - 5px);
    font-size: 16px;
    border: 1px solid #1212;
    border-radius: 5px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    background: #ebe9eb;
    color: #515151;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
}

.mali-edit,
.mali-delet {
    cursor: pointer;
}

.optional {
    display: none;
}

.form-new {
    margin-top: 8px;
}

.mali-saved-row-checkout p {
    width: 100%;
    padding-right: 25px;
    padding-top: 5px;
}

.form-new {
    z-index: 99999999 !important;
    position: relative;
    background: #fff;
    margin-bottom: 75px;
}

#mali-form {
    padding-bottom: 0;
}

.adamesabtmali,
#financial-data {
    position: relative;
    padding-bottom: 0;
}

.argmc-wrapper .argmc-tabs-list {
    position: absolute;
    top: 0
}

form.checkout.woocommerce-checkout.argmc-form {
    margin-top: 0 !important;
}

.mali-saved-row-checkoutt,
.mali-saved-row-checkout {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 70px;
    padding: 10px;
    width: 100%;
}

.mali-saved-row-checkoutt p:last-child,
.mali-saved-row-checkout p:last-child {
    border: none;
}

.mali-saved-row-checkoutt p,
.mali-saved-row-checkout p {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-top: 5px;
    border-left: 1px solid lightgray;
}

#new-mali {
    position: absolute;
    top: -50px;
    right: 13px;
    width: auto;
    padding: 10px 20px;
    font-size: 15px;
    background: #ebe9eb;
    color: #515151;
    border: 1px solid #1212
}

.adamesabtmali #new-mali {
    position: unset !important
}

#haqiqi-submit,
#hoqoqi-submit {
    display: none;
}

.mali-namee {
    width: 100%;
    margin-right: 0;
}

.mali-saved-row-checkoutt {
    padding-right: 24px;
}

.argmc-form-steps-wrapper {
    padding-top: 5px;
}

.show-button {
    background: #f4a03f !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 16px !important
}

.rasmi-co-container input[type="radio"],
.mali-saved-row-checkout input[type="radio"] {
    width: 0;
    margin-left: 14px;
}

.rasmi-co-container input[type="radio"]:after,
.mali-saved-row-checkout input[type="radio"]:after {
    content: " ";
    border: 1px solid lightgray;
    width: 25px;
    height: 25px;
    display: block;
    margin-top: -5px;
    border-radius: 5px;
}

.rasmi-co-container input[type="radio"]:checked:after,
.rasmi-co-container input[type="radio"]:checked:hover:after,
.mali-saved-row-checkout input[type="radio"]:checked:hover:after,
.mali-saved-row-checkout input[type="radio"]:checked:after {
    content: "\f15e";
    display: block;
    font-family: 'dashicons', serif;
    background-color: green;
    font-size: 24px;
    color: #fff;
    line-height: 25px;
    width: 25px;
}

.rasmi-co-container input[type="radio"]:hover:after,
.mali-saved-row-checkout input[type="radio"]:hover:after {
    content: "\f15e";
    display: block;
    font-family: 'dashicons', serif;
    background-color: lightgreen;
    font-size: 24px;
    color: #fff;
    line-height: 25px;
    width: 25px;
}

.mali-mozoo {
    font-weight: bold;
}

.argmc-form-steps-wrapper {
    padding-top: 100px;
}

.mali-saved-row-checkout p:nth-last-child(2) {
    border-left: none;
}

.mali-saved-row-checkoutt {
    padding-left: 36px
}

.mali-saved-row-checkout .mali-edit {
    height: 30px;
}

.rasmi-co-container .radio {
    margin-left: 50px
}

.rasmi-co-container input[type=radio] {
    margin-left: 30px
}

.rasmi-co-container label:not(:first-child) {
    display: inline-block !important;
}

.rasmi-co-container {
    margin-top: 25px;
    margin-right: -100px;
}

#rasmico_field>label {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 15px;
}

.woocommerce-checkout .form-row .woocommerce-input-wrapper input {
    /* width: 0; */
}

.woocommerce-input-wrapper label {
    width: 75px !important;
    margin-right: 10px
}

.rasmi-badge {
    position: absolute;
    top: 0;
    right: 0;
}

.mali-saved-row-checkout {
    position: relative;
    overflow: hidden;
    min-height: 85px
}

.rasmii-badge {
    background: green;
    padding: 3px 20px;
    color: #fff;
    border-radius: 0 5px 0px;
}

.qeyrerasmii-badge {
    background: #f4a03f;
    padding: 3px 7px;
    color: #fff;
    border-radius: 0 5px 0px;
}

.mali-saved-row .tcm-api-call {
    width: 37.5px;
    margin-top: -6px
}

.mali-delet,
.mali-edit {
    width: 38px
}

.tcm-api-call {
    width: 23px;
}

.mali-saved-row-checkout .mali-edit {
    height: 25px;
}

#haqiqi-tab .mali-saved-row-checkout p:nth-child(8) {
    border-left: none;
}

#haqiqi-tab .mali-saved-row-checkout p:nth-child(6) {
    border-left: none;
}

#haqiqi-tab .mali-saved-row-checkout p:nth-child(7) {
    border-right: 1px solid lightgray;
}

#hoqoqi-tab .mali-saved-row-checkout p:nth-child(9) {
    border-left: none;
}

#hoqoqi-tab .mali-saved-row-checkout p:nth-child(7) {
    border-left: none;
}

#hoqoqi-tab .mali-saved-row-checkout p:nth-child(8) {
    border-right: 1px solid lightgray;
}

.mali-saved-row {
    position: relative;
    min-height: 85px;
}