.page-title {
    font-size: 20px;
    color: var(--secondary_color);
    display: none;
}

.entry-content * {
    font-family: Peyda;
}

/***********************************************************************************************//* cart empty */

.entry-content p.wc-block-cart__empty-cart__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
}

.entry-content p.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    width: 265px !important;
    height: 226px !important;
    background: url("../img/cart-empty.svg");
    mask-image: unset !important;
}

.entry-content .wp-block-button .wp-block-button__link {
    background: var(--primary_color);
    color: var(--bg_color);
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    width: 270px;
    max-width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: Peyda;
    margin: 0 auto;
}

.wp-block-woocommerce-empty-cart-block {
    padding-top: 109px;
    position: relative;
}

.wp-block-woocommerce-empty-cart-block:after {
    content: " ";
    background-color: var(--primary_color);
    -webkit-mask-image: url(../img/wave.svg);
    mask-image: url(../img/wave.svg);
    width: 71px;
    height: 86px;
    position: absolute;
    top: 20%;
    left: 15%;
    box-shadow: 0 4px 26px 0 color-mix(in srgb, var(--primary_color) 36%, transparent);
}

.wp-block-woocommerce-empty-cart-block:before {
    content: " ";
    width: 33%;
    aspect-ratio: 1/1;
    background: var(--secondary_color);
    opacity: 0.1;
    border-radius: 100%;
    filter: blur(100px);
    position: absolute;
    right: 0;
    top: 0;
}

/***********************************************************************************************//* cart */
.wc-block-cart{
    margin-top: 60px !important;
    align-items: start;
}
.wc-block-cart__main .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge,
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header,
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-components-product-badge{
    display: none;
}
.wc-block-cart__main table.wc-block-cart-items{
    border: 0 !important;
}
.wc-block-cart__main table.wc-block-cart-items td{
    border: 0 !important;
    padding: 0;
    margin: 0 !important;
}
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row{
    box-shadow: 0 4px 19px 0 rgba(0,0,0,0.06);
    border-radius: 24px;
    padding: 40px 24px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 16px;
}
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
    width: 145px !important;
    height: 99px;
    object-fit: cover;
    border-radius: 12px;
}
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--text_color);
}
.wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product{
    padding-right: 32px;
    width: calc(100% - 145px - 120px);
}
.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total{
    padding: 0;
    width: 120px;
    border-right: 1px solid color-mix(in srgb, var(--dark_gray_color) 45%, transparent) !important;
}
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-cart-item__quantity{
    display: flex;
    align-items: center;
    gap: 8px;
}
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
    margin: 0 !important;
    background: #EBF1FF;
    border-radius: 100px;
    width: 101px;
}
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector:after{
    border: 0;
}
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus,
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{
    border: 0;
    color: var(--text_color);
    opacity: 1;
}
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
    border: 0;
    padding: 0;
    height: 30px;
    min-width: auto;
    width: 30px;
    color: var(--primary_color);
}
.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
    text-decoration: none;
    color: var(--primary_color);
}

.wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata__description{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark_gray_color);
}
.wc-block-cart.wc-block-components-sidebar-layout .wc-block-components-main{
    width: 75%;
    padding-left: 20px;
}
.wc-block-cart .wc-block-components-sidebar{
    padding: 24px;
    box-shadow: 0 4px 19px 0 rgba(0,0,0,0.06);
    border-radius: 24px;
    width: 25%;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block{
    display: flex;
    flex-direction: column;
    border: 0 !important;
}
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{
    font-size: 24px;
    font-weight: bold;
    color: var(--primary_color);
    margin-bottom: 16px;
    order: 1;
}
.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper{
    order: 3;
    border: 0;
}

.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block{
    order: 4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark_gray_color);
}
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block{
    order: 2;
    border: 0;
    padding: 0;
}
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-discount .wc-block-components-totals-item__value,
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__value{
    color: var(--dark_gray_color);
    font-weight: 400;
}

.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__value.wc-block-formatted-money-amount{
    color: var(--primary_color);
    font-size: 18px;
    font-weight: bold;
}
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-discount .wc-block-components-totals-item__value .price-currency,
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__value .price-currency{
    font-size: 12px;
    padding-right: 8px;
    color: var(--dark_gray_color);
    font-weight: 400;
}
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-discount .wc-block-components-totals-item__label,
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wp-block-woocommerce-cart-order-summary-discount-block  .wc-block-components-totals-item__label{
    color: var(--discount_color);
}

.wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__description,
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__description{
    padding-top: 16px;
}
/*.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wp-block-woocommerce-cart-order-summary-subtotal-block{*/
/*    display: none !important;*/
/*}*/

.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark_gray_color);
}
.wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: var(--primary_color);
}
.wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value .price-currency{
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark_gray_color);
    padding-right: 8px;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon__form{
    background: #ffffff;
    border-radius: 100px;
    width: 100%;
    height: 44px;
    border: 1px solid var(--complete_color);
    padding: 4px 20px 4px 4px;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon__form  .wc-block-components-text-input label{
    line-height: 1;
    top: 17px;
    font-family: Peyda;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon__form  .wc-block-components-text-input input[type=text]{
    border: 0;
    outline: none;
    width: calc(100% - 85px);
    height: 34px;
    line-height: 1;
    padding: 0;
    font-family: Peyda;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon__form  .wc-block-components-text-input input[type=text]::placeholder{
    font-family: Peyda;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon__form  .wc-block-components-button:not(.is-link){
    width: 85px;
    min-height: 34px;
    background: var(--secondary_color);
    color: var(--bg_color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit{
    margin: 0 0 24px;
    padding-top: 24px;
    position: relative;
    --dark_gray_mixed: color-mix(in srgb, var(--dark_gray_color) 20%,transparent);
    border-top: 1px solid var(--dark_gray_mixed);
}
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit:after{
    content:" ";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--dark_gray_mixed);
    position: absolute;
    left: 0;
    top: -3px;
}
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit:before{
    content:" ";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--dark_gray_mixed);
    position: absolute;
    right: 0;
    top: -3px;
}
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit-container .wc-block-components-button{
    width: 100%;
    height: 48px;
    background: var(--complete_color);
    color: var(--bg_color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
}
.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit-container .wc-block-components-button:before{
    content: '\eab2';
    font-size: 20px;
    font-family: 'iconsax';
    color: var(--complete_color);
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.wc-block-cart .wc-block-components-sidebar p a{
    font-weight: 500;
    padding-right: 32px;
    position: relative;
}
.wc-block-cart .wc-block-components-sidebar p a:before{
    content: '\ea95';
    font-size: 24px;
    font-family: 'iconsax';
    color: var(--dark_gray_color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}




.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    height: 54px;
    gap: 16px;
}

.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price del,
.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price ins {
    line-height: 1;
}

.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price .wc-block-components-product-price__value:before {
    content: " ";
    width: calc(88% - 15px);
    height: 8px;
    border-radius: 4px;
    background: color-mix(in srgb, var(--primary_color) 12%, transparent);;
    position: absolute;
    left: 13px;
    bottom: 0;
}

.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price .wc-block-components-product-price__value {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--primary_color);
    display: inline-flex;
    /*align-items: center;*/
}

.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price .wc-block-components-product-price__value .price-currency {
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    transform: rotate(-90deg);
    display: inline-block;
}

.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price .discount {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #ffffff;
    background: var(--discount_color);
    height: 18px;
    padding: 0 5px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price del{
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
}
.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price del .amount{
    position: relative;

}

.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price del .amount:before {
    content: " ";
    height: 1px;
    width: 100%;
    background: var(--dark_gray_color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(170deg);
}

.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price del .price-currency {
    display: none;
}

.wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total .price del {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark_gray_color);
}


/***********************************************************************************************//* thank you */
.page-space-top {
    padding-top: 115px;
}
.factor-wrapper {
    position: relative;
    max-width: 597px;
    margin: 40px auto 0;
}

.factor-bg path{
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
}
.factor-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.factor-content {
    position: relative;
    padding: 102px 73px 92px;
}
.woocommerce-thankyou-order-failed,
.woocommerce-thankyou-order-received{
    text-align: center;
    padding-bottom: 32px;
    margin-bottom: 40px;
    border-bottom: 2px dashed #ccc;
}
.woocommerce-thankyou-order-received i,
.woocommerce-thankyou-order-failed i{
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 48px;
    margin: 0 auto;
    color: #c7313e;
    background: #f7dcdc;
}
.woocommerce-thankyou-order-received i{
    color: #31C76D;
    background: #DCF7EB;
}
.woocommerce-thankyou-order-received span,
.woocommerce-thankyou-order-failed span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--dark_gray_color);
    margin-top: 12px;
}
.woocommerce-thankyou-order-received span{
    font-size: 24px;
}
.courses-guid-box{
    text-align: center;
    margin-bottom: 10px;
}
.courses-guid-box p{
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary_color);
}
.courses-guid-box .btn{
    margin: 0 auto;
}
.woocommerce .factor-wrapper ul.order_details{
    padding: 0;
    margin: 0;
}
.woocommerce .factor-wrapper ul.order_details li{
    padding: 0;
    margin: 0;
    border: 0;
    float: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: var(--dark_gray_color);
}
.woocommerce .factor-wrapper ul.order_details li strong{
    font-size: 16px;
    font-weight: 400;
    color: var(--dark_gray_color);
}

.factor-wrapper .btn-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    gap: 8px;
}
.factor-wrapper .btn-wrapper .btn{
    width: 270px;
    max-width: 100%;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.factor-wrapper .btn-wrapper .btn-link{
    color: var(--primary_color);
    text-decoration: none;
}

.woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title{
    font-size: 20px;
    font-weight: bold;
    color: var(--primary_color);
    margin-bottom: 16px;
}
.woocommerce-order-details{
    padding: 32px 0 0;
    margin: 0 !important;
    text-align: center;
}
.woocommerce-customer-details{
    padding: 32px 0 0;
    margin: 0 !important;
    text-align: center;
}
.order-again{
    display: none;
}
.woocommerce .woocommerce-order-details table.shop_table{
    border: 2px solid var(--bg_color);
    margin: 0;
    text-align: center;
    width: 100%;
    border-collapse: unset;
    border-radius: 5px;
}

.woocommerce .woocommerce-order-details table.shop_table th,
.woocommerce .woocommerce-order-details table.shop_table td{
    font-weight: 500;
    padding: 0;
    line-height: 2;
    color: var(--text_color);
    font-size: 14px;
    border: 0;
}
.woocommerce .woocommerce-order-details table.shop_table thead th,
.woocommerce .woocommerce-order-details table.shop_table tfoot th,
.woocommerce .woocommerce-order-details table.shop_table tfoot td{
    background: var(--bg_color);
    /*color: var(--primary_color);*/
}
.woocommerce .woocommerce-customer-details address{
    border: 2px solid var(--bg_color);
    background: var(--bg_color);
    color: var(--text_color);
    font-size: 14px;
    font-weight: 400;
}
/***********************************************************************************************//* old short code checkout */
#customer_details{
    width: 60%;
    background: var(--bg_color);
    border-radius: 24px;
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.06);
    padding: 40px 24px;
    margin-bottom: 32px;
}
#order_review_heading{
    display: none;
}
#customer_details h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px;
    color: var(--primary_color);
    text-align: center;
}
.woocommerce-checkout-review-order{
    width: calc(40% - 20px);
}
#customer_details .col-1,
#customer_details .col-2{
    width: 100%;
    float: none;
}
.woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row,
.woocommerce form .woocommerce-billing-fields .form-row{
    width: calc(50% - 10px);
    border-radius: 12px;
    background-color: var(--bg_color);
    border: 1px solid #ababab;
    padding-inline: 12px;
    position: relative;
    height: 48px;
    margin: 0 0 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row.woocommerce-invalid,
.woocommerce form .woocommerce-billing-fields .form-row.woocommerce-invalid{
    border-color: var(--wc-red);
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row label,
.woocommerce form .woocommerce-billing-fields .form-row label{
    background: var(--bg_color);
    display: inline;
    position: absolute;
    font-size: 12px;
    top: -11px;
    right: 14px;
    padding: 0 4px;
    line-height: 1;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row{
    width: 100%;
    margin-top: 16px;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce form .woocommerce-billing-fields .woocommerce-input-wrapper{
    width: 100%;
}
.woocommerce form .woocommerce-billing-fields .form-row .input-text:focus,
.woocommerce form .woocommerce-billing-fields .form-row .input-text:active,
.woocommerce form .woocommerce-billing-fields .select2-container .select2-dropdown,
.woocommerce form .woocommerce-billing-fields .select2-container .select2-selection,
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row .input-text,
.woocommerce form .woocommerce-billing-fields .form-row .input-text{
    background-color: var(--bg_color);
    border: 0;
    outline: none;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    height: 24px;
    color: var(--text_color);
    width: 100%;
}
.woocommerce form .woocommerce-billing-fields .form-row .select2-selection__rendered{
    padding: 0;
}
.woocommerce form .woocommerce-billing-fields .form-row .checkout-inline-error-message{
    margin: 0;
    font-size: 12px;
    color: var(--wc-red);
    position: absolute;
    bottom: -22px;
}
.woocommerce form .woocommerce-billing-fields .form-row#billing_address_1_field{
    width: 100%;
}
.woocommerce-additional-fields h3,
#billing_country_field{
    display: none !important;
}
.woocommerce td.product-name dl.variation{
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    flex-wrap: wrap;
    margin: 0 auto;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd{
    float: none;
    width: 48%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table{
    border: 0;
    padding: 10px;
    background: var(--bg_color);
    border-radius: 24px;
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.06);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th{
    color: var(--primary_color);
    font-size: 16px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td b,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td{
    font-size: 14px;
    font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol{
    font-size: 12px;
    font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot{

}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot bdi{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--primary_color);
    display: inline-flex;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot bdi:before{
    content: " ";
    width: calc(88% - 15px);
    height: 8px;
    border-radius: 4px;
    background: color-mix(in srgb, var(--primary_color) 12%, transparent);
    position: absolute;
    left: 13px;
    bottom: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-Price-currencySymbol{
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    transform: rotate(-90deg);
    display: inline-block;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
    background: var(--bg_color);
    border-radius: 24px;
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.06);
    padding: 24px 24px;
    margin-bottom: 32px;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label{
    font-size: 14px;
    color: var(--text_color);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
    background: #EEEEEE;
    font-size: 12px;
    color: var(--text_color);
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #EEEEEE;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.woocommerce-privacy-policy-text{
    font-size: 14px;
    color: var(--text_color);
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    width: 300px;
    max-width: 100%;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--complete_color);
    color: var(--bg_color);
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin: 16px auto 0;
    float: unset;
}
.woocommerce-terms-and-conditions-checkbox-text{
    font-size: 12px;
}
.woocommerce form.checkout.woocommerce-checkout{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}
.woocommerce-NoticeGroup-checkout{
    width: 100%;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info{
    border: 0;
    text-align: center;
    background: transparent;
    margin: 0;
    color: var(--primary_color);
}
.woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-form-coupon-toggle .woocommerce-info::before{
    content: none;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
    border: 0;
    background: var(--bg_color);
    box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.06);
    margin: 1em 0;
    border-radius: 16px;
}
.woocommerce form.checkout_coupon .form-row.form-row-first{
    width: calc(100% - 200px);
    padding: 0;
    margin: 0;
    border-radius: 0 12px 12px 0;
    background-color: var(--bg_color);
    border: 1px solid #ababab;
    padding-inline: 20px;
    position: relative;
    height: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce form.checkout_coupon .form-row.form-row-last button{
    width: 100%;
    height: 52px;
    border-radius: 12px 0 0 12px;
    background: var(--secondary_color);
    color: var(--bg_color);
}
.woocommerce form.checkout_coupon .form-row.form-row-last{
    padding: 0;
    margin: 0;
    width: 200px;
}
.woocommerce form.login p,
.woocommerce form.register p{
    font-size: 14px;
}
.woocommerce form.login .form-row.form-row-last,
.woocommerce form.login .form-row.form-row-first,
.woocommerce form.register .form-row.form-row-last,
.woocommerce form.register .form-row.form-row-first{
    width: 100%;
    border-radius: 12px;
    background-color: var(--bg_color);
    border: 1px solid #ababab;
    padding-inline: 12px;
    position: relative;
    height: 48px;
    margin: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}
.woocommerce form.checkout_coupon .form-row label{}
.woocommerce form.login .form-row label,
.woocommerce form.register .form-row label{
    background: var(--bg_color);
    display: inline;
    position: absolute;
    font-size: 12px;
    top: -11px;
    right: 14px;
    padding: 0 4px;
    line-height: 1;
}
.woocommerce form.checkout_coupon .input-text,
.woocommerce form.login .input-text,
.woocommerce form.register .input-text{
    background-color: var(--bg_color);
    border: 0;
    outline: none;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    height: 24px;
    color: var(--text_color);
    width: 100%;
}
.woocommerce form.login .password-input{
    width: 100%;
}


/***********************************************************************************************//* checkout */
.wc-block-checkout .wc-block-components-sidebar{
    padding: 24px;
    box-shadow: 0 4px 19px 0 rgba(0,0,0,0.06);
    border-radius: 24px;
    width: 35%;
}
.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
    padding-left: 20px;
}
.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main form{
    background: var(--bg_color);
    border-radius: 24px;
    box-shadow: 0 4px 19px 0 rgba(0,0,0,0.06);
    padding: 40px 24px;
}
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block{
    border: 0;
}
.wc-block-components-title.wc-block-components-title{
    font-size: 16px;
    font-weight: 400;
    color: var(--primary_color);
    width: max-content;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-address-form__country{
    display: none !important;
}
.wc-block-checkout .wc-block-checkout__form .wc-blocks-components-select,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input{
    border: 1px solid #ABABAB;
    border-radius: 12px;
    height: 48px;
    padding: 12px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input label{
    font-family: Peyda;
    background: var(--bg_color);
    font-size: 12px;
    line-height: 20px;
    color: var(--black-color);
    height: 20px;
    padding: 0 4px;
    position: absolute;
    top: -11px;
    right: 14px;
    transform: none;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]{
    font-family: Peyda;
    border: 0;
    padding: 0;
    outline: none;
    background: var(--bg_color);
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    height: 24px;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=text]{
    border: 0;
    padding: 0;
    outline: none;
    background: var(--bg_color);
}

.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__container{
    border: 0;
    padding: 0;
    outline: none;
    background: var(--bg_color);
    height: 42px;
    position: unset;
    display: flex;
    align-items: center;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-validation-error{
    width: 100%;
    padding: 15px 0 0;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.has-error{
    flex-wrap: wrap;
    border-color: #cc1818;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.has-error label{
    transform: none;
    top: -11px;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.has-error input:focus{
    border: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
}
.wc-block-checkout .wc-block-components-address-form__address_2-toggle,
.wc-block-checkout .wc-block-components-address-form__address_2-toggle:hover{
    text-decoration: none;
    font-size: 12px;
    margin: 10px 0;
}
.wc-block-checkout .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after{
    background: transparent;
}
.wc-block-checkout .wc-block-components-radio-control--highlight-checked:after{
    border: 0;
}
.wc-block-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
    box-shadow: none;
}
.wc-block-checkout .wc-block-components-radio-control-accordion-content{
    font-size: 14px;
    line-height: 28px;
    color: var(--dark_gray_color);
}
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{
    color: var(--dark_gray_color);
}

.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control__option-checked .wc-block-components-radio-control__label{
    color: var(--text_color);
}
.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input{
    min-height: 20px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-color: #d9d9d9;
}
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input{
    right: 0;
}
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option{
    padding-right: 36px;
}
.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus,
.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus{
    outline: none;
}
.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-textarea:focus,
.wc-block-checkout .wc-block-components-textarea{
    border-color: #d9d9d9;
    font-size: 14px;
    line-height: 28px;
    color: var(--dark_gray_color);
    border-radius: 16px;
    outline: none;
    background: transparent;
    box-shadow: none;
}
.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{
    border-color: var(--primary_color);
}
.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{
    width: 14px;
    height: 14px;
    background: var(--primary_color);
}
.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark{
    fill: var(--primary_color);
}
.wc-block-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step,
.wc-block-checkout .wc-block-components-form .wc-block-components-checkout-step{
    margin-bottom: 32px;
}
.wc-block-checkout .wc-block-components-checkbox label{
    font-size: 16px;
    color: var(--dark_gray_color);
}
.wc-block-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
    padding: 0;
    border: 0;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 28px;
    color: var(--dark_gray_color);
}
.wc-block-checkout .wc-block-checkout__actions{
    padding-bottom: 0;
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button svg{
    transform: translateY(-50%) scaleX(-1);
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    max-width: 300px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--complete_color);
    color: var(--bg_color);
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:before{
    content: '\eab2';
    font-size: 20px;
    font-family: 'iconsax';
    color: var(--complete_color);
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block,
.wc-block-checkout .wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-totals-block{
    position: relative;
    --dark_gray_mixed: #dddfe5;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block:before,
.wc-block-components-totals-wrapper:before,
.wp-block-woocommerce-checkout-order-summary-totals-block:before{
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--dark_gray_mixed);
    position: absolute;
    right: 0;
    top: -3px;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block:after,
.wc-block-components-totals-wrapper:after,
.wp-block-woocommerce-checkout-order-summary-totals-block:after{
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--dark_gray_mixed);
    position: absolute;
    left: 0;
    top: -3px;
}
.wc-block-components-totals-wrapper:empty:before,
.wc-block-components-totals-wrapper:empty:after,
.wc-block-components-totals-wrapper:has(:only-child:empty):before,
.wc-block-components-totals-wrapper:has(:only-child:empty):after{
    content: none;
}
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
    margin: 0;
}
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
    color: var(--primary_color);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px;
}
.wc-block-checkout .wc-block-components-order-summary{
    padding: 0;
}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image{
    width: 80px;
    margin-top: 0;
}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
    max-width: 80px;
    width: 80px;
    border-radius: 12px;
}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description{
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 0;
}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
    left: 10px;
    top: 6px;
    border: 0;
    padding-bottom: 0;
}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-name{
    color: var(--text_color);
}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices{}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata{
    font-size: 14px;
    color: var(--dark_gray_color);
}
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt{
    padding: 8px 16px;
    background: var(--bg_color);
    border: 1px solid var(--primary_color);
    color: var(--primary_color);
    border-radius: 100px;
    width: 100px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description .wc-block-components-formatted-money-amount{
    font-size: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-formatted-money-amount {
    color: var(--primary_color);
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount .price-currency{
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark_gray_color);
    padding-right: 8px;
}
.wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
    font-size: 16px;
    font-weight: 400;
}
.wc-block-components-checkout-step__heading{
    height: 32px;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__description{
    margin-top: 32px;
}
.wc-block-components-address-card{
    line-height: 2;
}
/***********************************************************************************************//* responsive */

@media (max-width: 1199px) {
    .wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item{
        flex-wrap: wrap;
    }
    .wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description{
        width: calc(100% - 96px);
    }
    .woocommerce form .woocommerce-additional-fields__field-wrapper .form-row,
    .woocommerce form .woocommerce-billing-fields .form-row{
        width: 100% !important;
    }
    #customer_details{
        width: 50%;
    }
    .woocommerce-checkout-review-order {
        width: calc(50% - 20px);
    }
}
@media (max-width: 991px) {
    .page-space-top{
        padding-top: 85px;
    }
    .factor-wrapper{
        margin: 10px auto 0;
    }
    .factor-content{
        padding: 80px 60px 65px;
    }
    .wc-block-cart table.wc-block-cart-items{
        margin: 0 !important;
    }
    .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row{
        display: flex !important;
        padding: 24px !important;
    }
    .wc-block-cart.wc-block-components-sidebar-layout .wc-block-components-main{
        width: 100%;
        padding: 0;
    }
    .wc-block-components-sidebar-layout .wc-block-components-sidebar{
        padding: 24px !important;
    }

    .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
        padding-left: 0;
    }
    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
        margin-bottom: 0;
    }
    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
        padding: 0;
        border: 0;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-icon{
        margin-right: 8px;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open{
        border-bottom: 0 !important;
        margin-top: 16px;
        border-top: 1px solid #dddfe5;;
    }
    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper{
        display: none;
    }
    .woocommerce form.checkout.woocommerce-checkout{
        flex-direction: column;
        gap: 0;
    }
    #customer_details,
    .woocommerce-checkout-review-order {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
        font-size: 16px;
        line-height: 28px;
    }
    .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{
        display: none;
    }
    .woocommerce form.checkout_coupon .form-row.form-row-first{
        width: calc(100% - 120px);
    }
    .woocommerce form.checkout_coupon .form-row.form-row-last{
        width: 120px;
    }
}
@media (max-width: 600px) {
    .wc-block-checkout .wc-block-components-form .wc-block-components-checkout-step{
        padding-top: 0;
    }
    .wc-block-checkout .wc-block-components-form .wc-block-components-checkout-step:after{
        box-shadow: none;
        content: none;
    }
    .wc-block-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
        margin-bottom: 24px;
    }
}
@media (max-width: 575px) {
    .wc-block-cart{
        margin-top: 30px !important;
    }
    .wc-block-cart.is-mobile:before{
        content: none;
    }
    .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{
        order: 1;
    }
    .wc-block-cart__main table.wc-block-cart-items td.wc-block-cart-item__total{
        order: 2;
    }
    .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product{
        width: 100%;
        order: 3;
        padding-top: 10px !important;
    }
    .wc-block-checkout__actions{
        padding-top: 0 !important;
    }
    .wc-block-checkout__actions .wc-block-checkout__actions_row{
        flex-direction: column-reverse;
        gap: 8px;
    }
    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
        width: 100% !important;
        max-width: 100%;
    }
}