.form-control,
.input-text {
    width: 100%;
    margin: 15px 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 1.4;
    border: 0;
    text-align: right;
}

.form-control::-webkit-input-placeholder {
    padding: 15px 0;
}

.form-control::-moz-placeholder {
    padding: 15px 0;
}

.form-control:-ms-input-placeholder {
    padding: 15px 0;
}

.form-control:-moz-placeholder {
    padding: 15px 0;
}

.form-ebook-style .form-control:focus {
    box-shadow: none;
    border-color: #Fdcd53;
}

.btn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 13px 15px;
    line-height: 1.4;
    border: 1px solid transparent;
    min-width: 150px;
    text-align: center;
}

.btn.btn-01 {
    background: #Fdcd53;
    color: #000;
    border-color: #Fdcd53;
}

.btn.btn-01.btn-01-outline {
    background: transparent;
    color: #000;
    border-color: #Fdcd53;
}

.btn-02 {
    background: #ccc;
    color: #000;
    border-color: #ccc;
}

.btn.btn-01:hover {
    background: #fff;
    color: #000;
    border-color: #Fdcd53;
    cursor: pointer;
}

.btn.btn-01.btn-01-outline:hover {
    background: #Fdcd53;
    color: #000;
    border-color: #Fdcd53;
}

.btn.btn-01[disabled="disabled"],
.btn.btn-01[disabled="disabled"]:hover {
    background: #Fdcd53;
    color: #000;
    border-color: #Fdcd53;
    opacity: 0.8;
    cursor: default;
}

.btn.btn-01.btn-01-outline[disabled="disabled"],
.btn.btn-01.btn-01-outline[disabled="disabled"]:hover {
    background: transparent;
}

.btn-02[disabled="disabled"],
.btn-02[disabled="disabled"]:hover {
    background: #ccc;
    color: #000;
    border-color: #ccc;
    opacity: 0.8;
    cursor: default;
}

.submit-form-btn {
    margin: 0 0 30px;
}

.form-group {
    display: block;
    margin: 0 0 15px;
    position: relative;
}

.form-group #account-identifier-id-error {
    color: #f00;
    text-align: right;
    display: block;
    padding: 0 0 15px;
    width: 100%;
}

.errorMessage {
    display: block;
    background: rgba(255, 0, 0, 0.05);
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-radius: 5px;
    padding: 15px;
    margin: 0 0 30px;
    display: none;
    max-width: 50%;
}

.errorMessage p {
    margin: 0;
}

.errorMessage h4,
.errorMessage p,
.form-ebook-style .errorMessage p,
.errorMessage i {
    color: #f00;
    display: block;
    text-align: right;
}

.errorMessage i {
    font-size: 40px;
    margin-left: 15px;
}

.retry-error-msg {
    display: flex;
    align-items: center;
}

.form-ebook-style p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.user-data-wrapper,
.user-status-app-sub-text,
.auto-renewable-btn,
.auto-renewable-modal-btn {
    display: none;
}

.user-data-wrapper {
    margin: 0 0 45px;
}

.user-data-list {
    display: flex;
    list-style: none;
    flex-direction: column;
}

.user-data-list li {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    font-weight: 700;
}

.user-data-list h4 {
    font-weight: 700;
    margin-left: 15px;
    margin-bottom: 0;
    padding: 0;
}

.user-data-list p {
    font-weight: 400;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 0;
}

.show-product-list-wrapper-animation {
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.show-product-list-wrapper-animation .cart-button-wrapper {
    padding-right: 15px;
}

.product-list-wrapper {
    display: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    position: relative;
}

.package-wrapper {
    margin: 0 10px;
    max-width: calc(33.33333% - 10px);
    flex: 0 0 calc(33.33333% - 10px);
    position: relative;
    padding: 15px;
    border-radius: 15px;
    list-style: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: block;
}


/* .package-wrapper.active {
    display: block;
} */

.package-wrapper h1,
.package-wrapper p {
    color: #000;
}

.package-wrapper h1 {
    margin: 0;
}

.package-wrapper:first-child {
    margin-right: 0;
}

.package-wrapper:last-child {
    margin-left: 0;
}

.package-wrapper h5 {
    margin: 0 0 15px;
    padding: 0;
}

.package-wrapper p {
    margin: 5px 0;
    padding: 0;
}

.package-wrapper p:empty {
    display: none;
}

.package-wrapper h1 {
    margin-bottom: 15px;
}

.package-wrapper h4 {
    margin: 0;
    padding: 0;
}

.package-wrapper h1 small {
    font-size: 10px;
}

.package-wrapper [type="radio"]:checked,
.package-wrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
}

.package-wrapper label {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.package-wrapper label .content-label {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.package-wrapper [type="radio"]:checked+label,
.package-wrapper [type="radio"]:not(:checked)+label {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 45px 15px 15px;
}

.package-wrapper [type="radio"]:checked+label:before,
.package-wrapper [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 15px;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    z-index: 1;
}

.package-wrapper [type="radio"]:not(:checked)+label:before {
    border-color: #ddd;
    background: #fff;
}

.package-wrapper [type="radio"]:checked+label:before {
    border-color: #000;
    background: #fdcd53;
}

.package-wrapper [type="radio"]:checked+label:after,
.package-wrapper [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background: transparent;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -10px;
    z-index: 3;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.package-wrapper [type="radio"]:not(:checked)+label:after {
    border-color: #ddd;
    background: #fff;
}

.package-wrapper [type="radio"]:checked+label:after {
    border-color: #000;
    background: #000;
}

.cart-button-wrapper {
    margin: 30px 0 0;
    display: flex;
}

.btn-cat-1,
.btn-cat-2,
.btn-cat-3 {
    display: none;
}

.btn-cat-1.active,
.btn-cat-2.active,
.btn-cat-3.active {
    display: flex;
}


/* .package-wrapper [type="radio"]:checked,
.package-wrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.package-wrapper [type="radio"]:checked+label,
.package-wrapper [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.package-wrapper [type="radio"]:checked+label:before,
.package-wrapper [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.package-wrapper [type="radio"]:checked+label:after,
.package-wrapper [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.package-wrapper [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.package-wrapper [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */

.wp-element-button.ajax_add_to_cart {
    margin: 10px 0 0;
    display: block;
    border-radius: 5px;
    text-align: center;
}


/*  adjust for cart page  */

table.cart th.product-quantity,
table.cart td.product-quantity,
table.cart th.product-thumbnail,
table.cart td.product-thumbnail {
    display: none;
}

.woocommerce-page table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart tr,
.woocommerce-page #main-content table.cart th,
.woocommerce-page #main-content table.cart td,
.woocommerce-page #main-content table.cart tr,
.woocommerce-page #content-area table tr,
.woocommerce-page #content-area table td,
.woocommerce-page #content-area table th {
    text-align: right;
}

.woocommerce-notices-wrapper .woocommerce-message .wp-element-button {
    display: none;
}

#main-content .woocommerce button.button:not(.button-confirm):after,
.woocommerce-page button.button:not(.button-confirm):after {
    content: "\34";
    left: 0;
    margin-left: 0;
}

#main-content .woocommerce button.button,
.woocommerce-page #main-content button.button,
#main-content .woocommerce button.button:disabled,
#main-content .woocommerce button.button:disabled[disabled] {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.4 !important;
    border: 0;
    padding: 15px 30px;
    border-radius: 5px;
}

#main-content .woocommerce button.button[name:"update_cart"],
.woocommerce-page #main-content button.button[name:"update_cart"],
#main-content .woocommerce button.button:disabled[name:"update_cart"],
#main-content .woocommerce button.button:disabled[disabled][name:"update_cart"] {
    background: #f00;
}

table.cart tbody tr:last-child .coupon+.wp-element-button {
    float: left;
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
    width: 250px;
    margin-left: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 1.4;
    border: 0;
    padding: 15px 30px;
    border-radius: 5px;
}

#et-secondary-menu .et-cart-info {
    display: none;
}

.woocommerce-page #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    font-weight: 600;
    padding: 13px 15px;
    text-align: center;
}

.woocommerce-Price-amount.amount bdi {
    direction: rtl;
}

.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 80%;
    font-weight: 700;
}

.product-english-name {
    display: none;
}

button[name="update_cart"] {
    display: none !important;
}


/* switcher */

.auto-renewable-btn .switch {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 40px;
}

.auto-renewable-btn .switch input {
    display: none;
}

.auto-renewable-btn .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dedede;
    border-radius: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auto-renewable-btn .switch-slider:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    background: #fff;
    border-radius: 50%;
    left: 4px;
    bottom: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auto-renewable-btn input:checked+.switch-slider {
    background: #be0071;
}

.auto-renewable-btn input:checked+.slider:before {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
}

.auto-renewable-btn input:focus+.switch-slider {}

.woocommerce-page.et_pb_button_helper_class a.button.alt,
.woocommerce-page.et_pb_button_helper_class a.button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    line-height: 1.4 !important;
    border: 0;
    padding: 15px 30px !important;
    border-radius: 5px;
    text-align: center;
}

.woocommerce-page.et_pb_button_helper_class a.button.alt:after,
.woocommerce-page.et_pb_button_helper_class a.button:after,
.woocommerce a.button:after,
.woocommerce a.button.alt:after {
    content: "\34";
    left: 0;
    margin-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    display: none;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce-page .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2,
.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
    width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2,
.woocommerce-checkout .woocommerce-page .col2-set .col-2,
.woocommerce-checkout .woocommerce-checkout {
    margin-top: 30px;
}

.place-order #place_order {
    display: none !important;
}


/*  to be removed */


/* #main-footer {
    position: absolute;
    bottom: 0;
}
#main-content {
    padding-bottom: 110px;
} */

.form-ebook-style {
    position: relative;
}

.form-loader-wrapper {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
}

.form-loader-wrapper.checkout-relocation-delay {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
}


/* Spinner */

.form-loader-wrapper .spinner {
    --spinner-color: black;
    border-radius: 50%;
    animation-name: spin;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.form-loader-wrapper .spinner--quarter {
    width: 48px;
    height: 48px;
    border: 5px solid #000;
    border-top-color: transparent;
    animation-duration: 1s;
}


/* Keyframes Spin */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.wc-block-components-notice-banner.is-error li[data-id="billing_first_name"],
.wc-block-components-notice-banner.is-error li[data-id="billing_last_name"],
.wc-block-components-notice-banner.is-error li[data-id="billing_phone"],
.wc-block-components-notice-banner.is-error li[data-id="billing_email"],
.woocommerce-error li[data-id="billing_first_name"],
.woocommerce-error li[data-id="billing_last_name"],
.woocommerce-error li[data-id="billing_phone"],
.woocommerce-error li[data-id="billing_email"] {
    display: none;
}


/*   auto renew modal   */

.auto-renewable-modal-btn {
    cursor: pointer;
    background: #ccc;
}

.auto-renewable-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.2);
}

.auto-renewable-modal.open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal-body {
    background: #fff;
    border: 1px solid #ccc;
    padding: 50px 30px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.custom-modal-body h1,
.custom-modal-body p {
    margin: 0 0 15px;
}

.custom-modal-body p.sm-text {
    font-size: 12px;
    margin: 30px 0 0;
    font-weight: 500;
}

.btns-wrapper {
    display: flex;
    justify-content: space-between;
}

.btns-wrapper .btn {
    margin: 0 15px;
    cursor: pointer;
}

.btns-wrapper .btn:first-child {
    margin-right: 0;
}

.btns-wrapper .btn:last-child {
    margin-left: 0;
}


/* cart v2 style    */

.woocommerce-page .woocommerce-message::before {
    color: #d8b255;
}

.woocommerce-page .woocommerce-message {
    border-top-color: #d8b255;
    display: flex;
    align-items: center;
}

.woocommerce-page .woocommerce-info {
    border-top-color: #d8b255;
}

.woocommerce-page .woocommerce-info::before {
    color: #d8b255;
}

.woocommerce-page .woocommerce-message .wc-forward {
    margin-left: 15px;
}

.woocommerce-page .woocommerce-message::before {
    top: 15px;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    display: flex;
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
    /* margin-right: 10px;
    margin-left: 0; */
    border: 1px solid #ddd;
    font-size: 14px;
}

.woocommerce-page button.button:not(.button-confirm):after,
.woocommerce a.button:after,
.woocommerce a.button.alt:after {
    content: "";
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce a.button.alt.checkout-button .wc-forward {
    background-color: #d05e48 !important;
    border: 1px solid #d05e48 !important;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce a.button.alt.checkout-button .wc-forward {
    background-color: #fff !important;
    border: 1px solid #d05e48 !important;
    color: #d05e48 !important;
}

.woocommerce table.shop_table {
    text-align: right !important;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce form.checkout_coupon {
    display: flex !important;
    flex-wrap: wrap;
}

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

.woocommerce form.checkout_coupon p:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: right;
}

.woocommerce form.checkout_coupon p button {
    height: 100%;
    float: right;
}

.package-wrapper p {
    font-size: 12px;
}

.package-wrapper h1 {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-wrapper h1 small {
    width: 30px;
    display: block;
    margin-right: 10px;
    line-height: 10px;
}

.woocommerce.page-id-43891 table.cart td.actions .coupon,
.woocommerce-page.page-id-43891 table.cart td.actions .coupon {
    display: none;
}

.page-id-43891.woocommerce-page table.cart tr:last-child {
    display: none;
}

.product-name .item-category {
    display: none;
}

.woocommerce .product-remove a.remove {
    display: flex;
    padding: 0 0 4px;
    align-items: center;
    justify-content: center;
}

.page-id-43891 .woocommerce-message .wc-forward {
    display: none;
}

.woocommerce.page-id-43891 table.shop_table_responsive tr td.product-quantity,
.woocommerce-page.page-id-43891 table.shop_table_responsive tr td.product-quantity {
    display: none;
}

.payment-method-icon img {
    max-width: 100%;
    display: block;
}

.payment-method-types-block-wrapper {
    display: flex;
    /* display: none; */
    flex-direction: column;
    margin: 50px 0;
}

.payment-method-types-block-wrapper+.btn-01 {
    margin-top: 30px;
}

.payment-method-types-block-wrapper h3 {
    margin-bottom: 15px;
}

.payment-method-types-wrapper .nav-item {
    margin: 0 15px;
    display: flex;
    align-items: center;
}

.payment-method-types-wrapper .nav-item:first-child {
    margin-right: 0;
}


/* .payment-method-types-wrapper .form-check-label {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 45px 15px 15px;
}

.payment-method-types-wrapper [type="radio"]:not(:checked)+.form-check-label:before {
    border-color: #ddd;
    background: #fff;
}

[type="radio"]:checked+.form-check-label:before,
.payment-method-types-wrapper [type="radio"]:not(:checked)+.form-check-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 15px;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    z-index: 1;
} */

.form-check-payment-style.form-check {
    margin: 0;
    padding: 0;
}

.form-check-payment-style .form-check-label {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    padding: 50px 15px 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.form-check-payment-style [type="radio"]:checked,
.form-check-payment-style [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
}

.form-check-payment-style [type="radio"]:checked+.form-check-label {
    border: 1px solid #000;
    background: #fdcd53;
}

.form-check-payment-style [type="radio"]:checked+label,
.form-check-payment-style[type="radio"]:not(:checked)+label {
    position: relative;
    /* padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: block;
     */
}

.form-check-payment-style [type="radio"]:checked+label:before,
.form-check-payment-style [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 15px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    /* background: #000; */
}

.form-check-payment-style [type="radio"]:not(:checked)+label:before {
    border: 1px solid #ddd;
}

.form-check-payment-style [type="radio"]:checked+label:before {
    border: 1px solid transparent;
}

.form-check-payment-style [type="radio"]:checked+label:after,
.form-check-payment-style [type="radio"]:not(:checked)+label:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 15px;
    width: 18px;
    height: 18px;
    background: #000;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-check-payment-style [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-payment-style [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment-method-icon {
    width: 100px;
}


/* .form-check-payment-style .form-check-label {
    display: flex;
    width: 100%;
    justify-content: center;
} */

.woocommerce .wc-block-components-notice-banner.is-error {
    /* background: rgba(0, 0, 0, .05); */
    background: #f9f9f9;
    border-top-color: transparent;
    border-radius: 5px;
    color: #000;
    border: 1px solid #fdcd53;
}

.woocommerce .wc-block-components-notice-banner.is-error::before {
    display: none;
}

.page-id-43892.woocommerce-page header.main-header {
    padding-bottom: 50px;
}

label[data-automation-id="woo-commerce-subscription-opt-in"] span {
    position: relative;
    color: #e9e6ed;
    display: block;
    width: 100%;
}

label[data-automation-id="woo-commerce-subscription-opt-in"] span::before {
    content: 'دوس هنا وهيوصلك كل العروض والخصومات وأخر الأخبار وأحدث الكتب :)';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    color: #424242;
    direction: rtl;
    font-family: "Almarai";
    font-size: 1rem;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row.place-order label.checkbox {
    display: flex;
    align-items: flex-start;
}

.woocommerce form .form-row.place-order .input-checkbox {
    margin-right: 0;
    margin-left: 8px;
    margin: 9px 0 0 8px;
}

.checkout-select-package-wrapper {
    border-top-color: 2px solid #d8b255;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    margin: 0 0 30px;
    position: relative;
    background-color: #f6f5f8;
}

.checkout-select-package-wrapper .text-with-icon-wrapper {
    display: flex;
    align-items: center;
}

.checkout-select-package-wrapper p {
    margin: 0;
}

.right-choice {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.right-choice::before {
    font-style: normal;
    font-family: WooCommerce;
    content: "\e015";
    color: #d8b255;
    font-size: 22px;
}

.checkout-select-package-wrapper+.woocommerce>.woocommerce-notices-wrapper>.wc-block-components-notice-banner.is-success {
    display: none;
}

.wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__summary {
    display: none;
}

.wc-block-components-notice-banner.is-error svg {
    opacity: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
    margin: 0;
    list-style: none;
}

.thanks-create-order-btn {
    overflow: hidden;
    width: 100%;
    max-width: 150px;
    height: 50px;
    background: #000;
    border: 0;
    color: #fff;
    margin: 0 0 30px;
    visibility: hidden;
    opacity: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.show-wrapper-success {
    flex-direction: column;
}

.woocommerce {
    position: relative;
    display: flex;
    flex-direction: column;
}

.woocommerce>.wc-block-components-notice-banner.is-error,
.woocommerce>.wc-block-components-notice-banner.is-success {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
}

.woocommerce-checkout .woocommerce form.checkout_coupon {
    margin: 0 0 15px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon+.woocommerce-notices-wrapper+.wc-block-components-notice-banner.is-success,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon+.woocommerce-notices-wrapper+.wc-block-components-notice-banner.is-success+.wc-block-components-notice-banner.is-success,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon+.woocommerce-notices-wrapper+.wc-block-components-notice-banner.is-success+.wc-block-components-notice-banner.is-success+.wc-block-components-notice-banner.is-success,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon+.woocommerce-notices-wrapper+.wc-block-components-notice-banner.is-success+.wc-block-components-notice-banner.is-success+.wc-block-components-notice-banner.is-success+.wc-block-components-notice-banner.is-success {
    position: relative;
    margin-top: 15px;
}

.woocommerce-checkout .woocommerce>.wc-block-components-notice-banner.is-error+.checkout_coupon.woocommerce-form-coupon,
.woocommerce-checkout .woocommerce>.wc-block-components-notice-banner.is-success+.checkout_coupon.woocommerce-form-coupon {
    margin: 75px 0 0;
}

.woocommerce-checkout .woocommerce-checkout {
    margin-top: 0;
}


/*  cancle subscription */

.cancle-subscription-btn {
    display: none;
    margin: 15px 0 0;
}

.btn.btn-03 {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn.btn-03:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.cancle-subscription-data-wrapper {
    display: none;
    flex-direction: column;
}

.renewal-form-wrapper {
    margin-bottom: 30px;
}

.back-to-manage-sub-btn-wrapper {
    display: flex;
}

.back-to-manage-sub-btn-wrapper .btn {
    margin-right: auto;
}

.renewal-form-wrapper .form-ebook-style {
    max-width: 50%;
}

.renewal-form-wrapper .form-ebook-style .form-control {
    max-width: 100%;
}

.recaptcha-ebook-wrapper {
    margin-bottom: 15px;
}

.regular-price-wrapper {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.regular-price-wrapper span {
    text-decoration: line-through;
}

.regular-price-wrapper small {
    width: 30px;
    display: block;
    margin-right: 10px;
    line-height: 10px;
    font-size: 8px;
}

.renewal-form-wrapper .errorMessage,
.renewal-form-wrapper label.error {
    color: #ff0000;
    font-size: 14px;
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: right;
    margin: 15px 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.renewal-form-wrapper .errorMessage.pin-sent-success-msg {
    color: #424242;
}

.renewal-form-wrapper .errorMessage.errorMessagePinSuccess {
    color: #198754;
    background: rgba(25, 135, 84, .05);
    border: 1px solid #198754;
}

.btn-02.auto-renewable-modal-btn {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn-02.auto-renewable-modal-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.col-sm-12.back-to-manage-sub-btn-wrapper {
    margin-top: 45px;
}

.resend-pin-wrapper {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

.btn.resend-pin-btn {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    padding: 0;
}

.btn.resend-pin-btn:focus {
    outline: none;
    box-shadow: none;
}

.btn.resend-pin-btn:hover {
    color: #Fdcd53;
}

.btn.resend-pin-btn[disabled="disabled"],
.btn.resend-pin-btn[disabled="disabled"]:hover {
    opacity: 0.6;
}

#ebook-subscribe-confirm-pin-form .back-to-manage-sub-btn-wrapper .btn {
    margin-right: 0;
}

@media screen and (max-width: 992px) {
    .form-control {
        max-width: 100%;
    }
    .renewal-form-wrapper .form-ebook-style {
        max-width: 100%;
    }
    .back-to-manage-sub-btn-wrapper .btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .form-control,
    .errorMessage {
        max-width: 100%;
    }
    .product-list-wrapper {
        align-items: inherit;
    }
    .package-wrapper {
        margin: 0;
        padding: 0 7.5px;
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
    .package-wrapper .form-check {
        padding: 0;
        width: 100%;
        height: 100%;
    }
    .package-wrapper h1 {
        text-align: center;
        font-size: 16px;
        flex-direction: column;
    }
    .regular-price-wrapper{
        flex-direction: column;
    }
	.regular-price-wrapper {
	flex-direction: column;
	}
    .package-wrapper h1:last-child {
        margin-bottom: 0;
        margin-top: auto;
    }
    .package-wrapper h1 small {
        width: auto;
        margin: 0;
    }
    .package-wrapper label .content-label {
        height: 100%;
        justify-content: space-between;
    }
    .woocommerce.page-id-43891 table.shop_table_responsive tr td,
    .woocommerce-page.page-id-43891 table.shop_table_responsive tr td {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .woocommerce.page-id-43891 #content table.cart .product-thumbnail,
    .woocommerce.page-id-43891 table.cart .product-thumbnail,
    .woocommerce-page.page-id-43891 #content table.cart .product-thumbnail,
    .woocommerce-page.page-id-43891 table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce.page-id-43891 table.shop_table_responsive tr td a,
    .woocommerce-page.page-id-43891 table.shop_table_responsive tr td a,
    .woocommerce.page-id-43891 table.shop_table_responsive tr td .woocommerce-Price-amount,
    .woocommerce-page.page-id-43891 table.shop_table_responsive tr td .woocommerce-Price-amount,
    .woocommerce.page-id-43891 table.shop_table_responsive tr td .quantity,
    .woocommerce-page.page-id-43891 table.shop_table_responsive tr td .quantity,
    .woocommerce.page-id-43891 table.shop_table_responsive tr td strong,
    .woocommerce-page.page-id-43891 table.shop_table_responsive tr td strong {
        margin-right: auto;
    }
    .woocommerce.page-id-43891 table.shop_table_responsive tr td.product-quantity,
    .woocommerce-page.page-id-43891 table.shop_table_responsive tr td.product-quantity {
        display: none;
    }
    .woocommerce .cart-collaterals .cart_totals>h2,
    .woocommerce-page .cart-collaterals .cart_totals>h2 {
        font-size: 20px;
        text-align: right;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .woocommerce-billing-fields__field-wrapper {
        display: flex;
        flex-direction: column;
    }
    .woocommerce form .form-row {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .form-control {
        max-width: 100%;
    }
    .renewal-form-wrapper .form-ebook-style {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    /* body {
        font-family: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    } */
    h1 {
        font-size: 26px;
    }
    .btns-wrapper {
        flex-direction: column;
        width: 100%;
    }
    .btns-wrapper .btn {
        margin: 0 0 15px;
        width: 100%;
    }
    .btns-wrapper .btn:last-child {
        margin: 0;
    }
    .renewal-form-wrapper .btn {
        width: 100%;
    }
    .form-ebook-style .back-to-manage-sub-btn-wrapper {
        margin-top: 15px;
    }
    .col-sm-6.resend-pin-wrapper {
        margin: 15px 0;
    }
    /* .g-recaptcha>div,
    .g-recaptcha>div>div,
    .g-recaptcha iframe,
    .g-recaptcha .rc-anchor-normal {
        width: 100% !important;
    } */
    /* .g-recaptcha iframe {
        position: relative;
        width: 70%;
        left: -69px;
        background: #f00;
    } */

    .payment-method-types-wrapper {
        padding-right: 0;
        width: calc(100% + 15px);
        margin-right: -7.5px;
    }
    .payment-method-types-wrapper .nav-item {
        margin: 0 0 15px;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .form-check-payment-style.form-check {
        margin: 0 7.5px;
        width: 100%;
    }
}

/* .payment-method-types-wrapper .nav-item:nth-child(3) {
	display: none;
} */
.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    display: none;
}
.regular-price-wrapper {
    color: red;
}