/* Checkout Process : BEGIN */
.checkout-process-wrap .woocommerce .checkout-steps {
    position: relative;
    display: flex;
    width: fit-content;
    margin: 2em auto;
    padding: 0;
    align-items: baseline;
    justify-content: center;
}

.checkout-process-wrap .checkout-steps .separator {
    position: absolute;
    width: calc(100% - 150px);
    left: 75px;
    top: 28px;
}

.checkout-process-wrap .checkout-steps .separator:before,
.checkout-process-wrap .checkout-steps .separator:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 2px dashed #cccccc
}

.checkout-process-wrap .checkout-steps .separator:after {
    border-color: var(--color-blue);
}

.woocommerce-cart .checkout-process-wrap .checkout-steps .separator:after {
    width: 0;
}

.woocommerce-checkout .checkout-process-wrap .checkout-steps .separator:after {
    width: 50%;
}

.woocommerce-order-received .checkout-process-wrap .checkout-steps .separator:after {
    width: 100%;
}

/* Vlad 29.03 - + --- -- a */
.checkout-process-wrap .woocommerce .checkout-steps span,
.checkout-process-wrap .woocommerce .checkout-steps a {
    width: 150px;
    display: block;
    text-align: center;
    font: 600 11px/14px var(--font-family-Poppins);
    z-index: 1;
}

.checkout-process-wrap .woocommerce .checkout-steps span,
.checkout-process-wrap .woocommerce .checkout-steps span a {
    color: var(--color-blue);
}

.woocommerce-cart .checkout-process-wrap .woocommerce .checkout-steps span {
    color: var(--color-blue);
}

.checkout-process-wrap .woocommerce .checkout-steps span:before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto 10px;
    background: var(--color-blue) center / 50% no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.checkout-process-wrap .woocommerce .checkout-steps span.step-cart:before {
    background-image: url('../../assets/img/checkout-process/shopping-cart.svg');
}

.checkout-process-wrap .woocommerce .checkout-steps span.step-checkout:before {
    background-image: url('../../assets/img/checkout-process/checklist.svg');
}

.checkout-process-wrap .woocommerce .checkout-steps span.step-complete:before {
    background-image: url('../../assets/img/checkout-process/checked.svg');
}

.woocommerce-cart .checkout-process-wrap .woocommerce .checkout-steps a~span[class^="step-"],
.woocommerce-checkout:not(.woocommerce-order-received) .checkout-process-wrap .woocommerce .checkout-steps span.step-checkout~span[class^="step-"] {
    color: #cccccc;
}

/* Vlad 29.03 - a -> span.step-cart */
.woocommerce-cart .checkout-process-wrap .woocommerce .checkout-steps a~span[class^="step-"]:before,
.woocommerce-checkout:not(.woocommerce-order-received) .checkout-process-wrap .woocommerce .checkout-steps span.step-checkout~span[class^="step-"]:before {
    background-color: #cccccc;
}

.woocommerce-page .checkout-process-wrap .woocommerce-notices-wrapper .button {
    color: #333333;
    background: #d7d7d7;
    font: normal 15px/16px var(--font-family-Poppins);
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce-page .checkout-process-wrap .woocommerce-error,
.woocommerce-page .checkout-process-wrap .woocommerce-info,
.woocommerce-page .checkout-process-wrap .woocommerce-message {
    color: #00022d;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.checkout-process-wrap .woocommerce .shop_table,
.woocommerce-page .checkout-process-wrap .shop_table {
    width: 100%;
}

.checkout-process-wrap .woocommerce .cart .cart_item,
.woocommerce-page .checkout-process-wrap .cart .cart_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    border: 1px solid var(--color-blue);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px 3px rgba(76, 76, 76, 0.1);
}

.woocommerce-page .checkout-process-wrap .cart .woosb-item-child {
    margin-left: 50px;
}

.woocommerce-page .checkout-process-wrap .cart .woosb-item-child .product-name {
    font-size: 16px !important;
}

.checkout-process-wrap .woocommerce .cart .cart_item .title,
.woocommerce-page .checkout-process-wrap .cart .cart_item .title {
    color: #cccccc;
    font: normal 11px/26px var(--font-family-Poppins);
    text-transform: uppercase;
}

.woocommerce-page .checkout-process-wrap .cart .cart_item [class^="product-"] {
    margin: 0 20px;
}

.woocommerce-page .checkout-process-wrap .cart .cart_item .product-thumbnail {
    height: 100px;
    padding: 5px;
}

.woocommerce-page .checkout-process-wrap .cart .cart_item .product-remove {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    top: -13px;
    right: -13px;
    margin: 0 !important;
    background: #d5d5d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.woocommerce-page .checkout-process-wrap .cart .cart_item .product-thumbnail img {
    height: 90px;
    max-width: max-content;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.woocommerce-page .checkout-process-wrap .cart .cart_item .product-name {
    max-width: 200px;
    color: var(--color-blue);
    font: 600 18px/26px var(--font-family-Poppins);
    letter-spacing: 0.5px;
}

.checkout-process-wrap .cart .cart_item del span.woocommerce-Price-amount.amount {
    font: 400 18px/24px var(--font-family-Poppins);
    text-transform: uppercase;
}

.checkout-process-wrap .cart .cart_item .woocommerce-Price-amount.amount {
    font: 600 18px/24px var(--font-family-Poppins);
    text-transform: uppercase;
}

.checkout-process-wrap .quantity {
    display: flex;
}

.checkout-process-wrap .quantity .input-text.qty,
.checkout-process-wrap .quantity button.action {
    height: auto;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-width: 2px;
    border-color: #e5e5e5;
    margin: 0;
    font: 600 18px/24px var(--font-family-Poppins);
}

.checkout-process-wrap .quantity button.action {
    padding: 0 4px;
    background: #f5f5f5;
}

.checkout-process-wrap article {
    width: 100%;
}

.checkout-process-wrap .woocommerce form .form-row .required {
    text-decoration: unset;
}

.checkout-process-wrap .woocommerce .kleo-cart-totals .totals-wrap,
.checkout-process-wrap .woocommerce .order-review-wrap {
    border: 0 solid transparent;
    background: #f6f6f6;
    margin: 15px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: var(--font-family-Poppins);
}

.checkout-process-wrap .woocommerce #payment ul.payment_methods li img {
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-height: 5rem;
    max-width: 5rem;
}

.paynow-payment-option-pbl input[type=radio]:checked+label {
    border: 1px solid #4B92F7 !important;
    background: #e6e6e6 !important;
}

.checkout-process-wrap .woocommerce #payment div.payment_box p:first-child {
    margin-top: 0;
}


.checkout-process-wrap .woocommerce #payment div.payment_box {
    color: #838383;
    background: white;
    padding: 10px;
}

.checkout-process-wrap .woocommerce #payment div.payment_box:after {
    top: -2px;
    border-bottom-color: white;
}

.checkout-process-wrap .woocommerce #payment div.form-row {
    color: #838383;
}

.checkout-process-wrap .woocommerce form .form-row label.checkbox {
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
}

.checkout-process-wrap .totals-wrap h2 {
    color: #333333;
    font: 600 25px/26px var(--font-family-Poppins);
}

.checkout-process-wrap .totals-wrap table.shop_table td {
    border-top: 0;
}

.checkout-process-wrap .totals-wrap .order-total strong .amount,
.checkout-process-wrap .order-review-wrap .order-total strong .amount {
    color: var(--color-blue);
}

.checkout-process-wrap .totals-wrap .button,
.checkout-process-wrap .order-review-wrap .button {
    color: #333333;
    font: 500 14px/30px var(--font-family-Poppins);
    min-width: 200px;
    border: unset;
    background: #d5d5d5;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.checkout-process-wrap .woocommerce .order-review-wrap table.shop_table thead {
    display: none;
}

.checkout-process-wrap .totals-wrap .button.checkout-button {
    background: var(--color-blue);
}

.checkout-process-wrap .coupon #coupon_code {
    min-width: 200px;
    line-height: 32px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.checkout-process-wrap .coupon .button {
    color: #333333;
    font: 500 14px/30px var(--font-family-Poppins);
    min-width: 200px;
    border: unset;
    background: #d5d5d5;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.checkout-process-wrap .cross-sells h2 {
    color: #333333;
    margin: 20px 0 30px;
    font: 600 20px/26px var(--font-family-Poppins);
}

.checkout-process-wrap .cross-sells .product-details *,
.checkout-process-wrap .cross-sells ul.products li.product .price {
    font-family: var(--font-family-Poppins);
}

.checkout-process-wrap .cross-sells .product-details {
    padding: 10px;
    text-align: left;
}

.checkout-process-wrap .cross-sells ul.products li.product h3 {
    padding-top: 10px;
}

.checkout-process-wrap .cross-sells ul.products li.product h3 a {
    color: #333333;
}

.checkout-process-wrap .woocommerce .cross-sells ul.products li.product .posted_in,
.checkout-process-wrap .woocommerce .cross-sells ul.products li.product .posted_in a {
    color: #015bfa;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}

.checkout-process-wrap .woocommerce .cross-sells .products .star-rating {
    display: none;
}

.checkout-process-wrap .cross-sells ul.products li.product .price {
    font-weight: 600;
}

.checkout-process-wrap .woocommerce .products li .product-loop-inner,
.checkout-process-wrap .woocommerce ul.products li.product a img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.checkout-process-wrap .checkout h3 {
    color: #333333;
    margin: 20px 0;
    font: 700 30px/35px var(--font-family-Poppins);
}

.checkout-process-wrap .checkout input[type="text"],
.checkout-process-wrap .checkout input[type="tel"],
.checkout-process-wrap .checkout input[type="email"],
.checkout-process-wrap .checkout input[type="password"],
.checkout-process-wrap .checkout textarea,
.checkout-process-wrap .checkout select,
.checkout-process-wrap .checkout .select2-container--default .select2-selection--single {
    font: 500 15px/20px var(--font-family-Poppins);
    border-color: #d7d7d7;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.15s ease-in-out;
}

.checkout-process-wrap .checkout input[type="text"]:focus,
.checkout-process-wrap .checkout input[type="tel"]:focus,
.checkout-process-wrap .checkout input[type="email"]:focus,
.checkout-process-wrap .checkout input[type="password"]:focus,
.checkout-process-wrap .checkout textarea:focus,
.checkout-process-wrap .checkout select:focus {
    border-color: #4b92f7;
}

.checkout-process-wrap .checkout .form-row label {
    color: #12203f;
    font: 500 14px/18px var(--font-family-Poppins);
}

.checkout-process-wrap .checkout .select2-container--default .select2-selection--single {
    height: 50px;
}

.checkout-process-wrap .checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 13px);
}

.checkout-process-wrap .checkout .order-review-wrap tr.cart-subtotal {
    border-top: 1px solid #333333;
}

.checkout-process-wrap .checkout .order-review-wrap tr td,
.checkout-process-wrap .checkout .order-review-wrap tr th {
    border: unset;
}

.checkout-process-wrap .checkout .order-review-wrap tr td:nth-child(2n),
.checkout-process-wrap .checkout .order-review-wrap tr th:nth-child(2n) {
    text-align: right;
}

.checkout-process-wrap .woocommerce #payment #place_order {
    float: left;
    background: var(--color-blue);
}

.checkout-process-wrap .woocommerce-thankyou-order-received {
    margin: 30px 0;
}

.checkout-process-wrap .woocommerce-thankyou-order-received span {
    display: block;
    color: #333333;
    margin: 15px 0;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
}

.checkout-process-wrap .woocommerce-thankyou-order-received span.heading {
    color: var(--color-blue);
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
}

.checkout-process-wrap .woocommerce-order h2 {
    font: bold 22px/30px var(--font-family-Poppins);
    margin: 20px 0;
    text-align: center;
}

.checkout-process-wrap .woocommerce-order h3 {
    color: var(--color-grey);
    font: bold 20px/24px var(--font-family-Poppins);
    margin: 10px 0;
    text-align: center;
}

.checkout-process-wrap .woocommerce table.order_details td,
.checkout-process-wrap .woocommerce table.order_details th {
    border-color: rgba(0, 0, 0, .1);
}

@media (min-width: 1440px) {
    .page-template-checkout-process-tpl .container {
        max-width: 1300px !important;
    }

    body:not(.home, .course-template-default, .post-template-single-full-width, .post-template-page-templates) #main .container {
        min-height: 600px;
    }
}

@media (min-width: 1200px) {
    .woocommerce-page .checkout-process-wrap .cart .cart_item [class^="product-"] {
        margin: 0 10px;
    }
}

@media (max-width: 1200px) {

    .checkout-process-wrap .woocommerce .cart .cart_item,
    .woocommerce-page .checkout-process-wrap .cart .cart_item {
        flex-direction: column;
    }

    .woocommerce-page .checkout-process-wrap .cart .cart_item [class^="product-"] {
        margin: 0 10px 10px 10px;
        text-align: center;
    }
}

@media (max-width: 975px) {
    .woocommerce-page .checkout-process-wrap .col-sm-4 {
        display: block;
        width: 100%;
    }

    .woocommerce-page .checkout-process-wrap .col-sm-8 {
        display: block;
        width: 100%;
    }
}


@media (max-width: 600px) {

    .page-template-checkout-process-tpl .checkout-process-wrap,
    .page-template-login-tpl .login-wrap,
    .registration .registration-wrap {
        padding: 25px;
    }

    .checkout-process-wrap .woocommerce .checkout-steps {
        flex-direction: column;
    }

    .checkout-process-wrap .woocommerce .checkout-steps span {
        margin-bottom: 10px;
    }

    .checkout-process-wrap .checkout-steps .separator {
        display: none;
    }
}

.checkout-process-wrap .woocommerce #payment div.payment_box img {
    max-width: 100%;
}

/* Checkout Process : END */

.woocommerce-cart-form .cart-collaterals .cart_totals {
    display: none !important;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    /* This was on 90%, should be 50% */
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url("../../img/Rolling.gif") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

.shop_table_responsive.shop_table .new-checkout .woocommerce-Price-amount.amount {
    color: #4b92f7;
    font-weight: bold;
}

.shop_table_responsive.shop_table .order-total.recurring-total,
.shop_table.woocommerce-checkout-review-order-table .order-total.recurring-total,
.shop_table.woocommerce-checkout-review-order-table .recurring-totals,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal.recurring-total {
    display: none;
}

.woocommerce-checkout-review-order-table .new-checkout {
    float: left;
    margin-left: 20px;
}

.cart-subtotal .tax_label,
.product-subtotal .tax_label {
    white-space: nowrap;
}