/** CART ***/

.breadcrumbs {
    background: #ECF3FE;
    color: #C9C9C9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;

    .active {
        color: #1E3284 !important;
        font-weight: 500;
    }

    a {
        color: inherit !important;
    }
}

.woocommerce-account h1 {
    color: #1e3284
}

.form-row-wide.create-account {
    padding: 25px;
    font-size: 20px;
    .form-row label {
        font-size: 16px;

    }
}

.woocommerce-ResetPassword {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 8px 8px 16px 0px #C9D9E8;
    padding: 1.5rem;
    text-align: center;
    .form-row-first {
        margin: 0 auto 25px;
        float: none;
    }

    .form-row-last {
        float: none;
        margin: 0 auto 25px !important;
        display: block;
    }

    .form-row label {
        opacity: 0.7;
        font-size: 14px;
        margin-bottom: 3px;
    }
}

.woocommerce-lost-password h1 {
    width: 100% !important;
}

.check-1 .woocommerce {
    display: block !important;
}

.woocommerce-notice--success {
    text-align: center;
}


.woocommerce-order-received h1 {
    text-align: center !important;
}

.woocommerce-order-received h2 {
    color: #1e3284 !important;
    margin-bottom: 15px;
}


.woocommerce-order-received .order_details {
    background: #ECF3FE;
}

.woocommerce-order-received {
    .order_details:before, .order_details:after {
        background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #ECF3FE 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #ECF3FE 33.33%, transparent 33.33%);
        background-size: 0 100%, 16px 16px, 16px 16px !important;
    }
}


.wc-content {

    .lost_password a {
        text-decoration: underline !important;
    }

    .woocommerce-form-login-toggle {
        flex: 0 0 auto;
        width: 100%;


        .woocommerce-info::before {
            color: #1e3284;
        }


        .woocommerce-info {
            margin-bottom: 0;
            background: #ECF3FE;
            color: #1e3284;

            a {
                text-decoration: underline !important;
                color: #1e3284;
            }




        }

    }


    .woocommerce {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
    }


    .woocommerce-notices-wrapper {
        flex: 0 0 auto;
        width: 100%;
    }

    .woocommerce-cart-form {
        flex: 0 0 auto;
        width: calc(60% - 1rem);
    }

    .cart-collaterals {
        flex: 0 0 auto;
        width: calc(40% - 1rem);

    }

    .woocommerce-form-coupon-toggle, form.checkout {
        flex: 0 0 auto;
        width: 100%;
    }

    .woocommerce-form-coupon-toggle .woocommerce-info {
       margin-bottom: 0;
        background: #ECF3FE;
        color: #1e3284;
    }

    .woocommerce-form-coupon-toggle .woocommerce-info a {

    }

    .woocommerce-form-coupon-toggle .woocommerce-info::before {
        color: #1e3284;
    }

    .woocommerce-form-coupon-toggle .woocommerce-info  a{
        text-decoration: underline !important;
        color: #1e3284;
    }

    .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
        border-radius: 5px !important;
        overflow: hidden;
        border: 0 !important;
    }

    .cart-collaterals .cart_totals {
        width: 100%;
    }

    .cart-collaterals .cart_totals h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: #1E3284;
    }
    table.cart th {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }

    table.cart th, table.cart td {
        padding: 10px 0;
        background: transparent;
    }

    .product-remove {
        width: 15px;
        padding-right: 0 !important;
    }

    .product-thumbnail {
        width: 100px !important;
    }

    table.cart {
        margin-bottom: 0 !important;
    }

    table.cart td.product-quantity .qty {
        background: transparent !important;
        box-shadow:  none !important;;
        border: 1px solid #D4D4D4;
        border-radius: 4px;
        outline: 0 !important;
    }

    .form-row label {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .select2-container--default .select2-selection--single {
        min-height: 46px;
    }
    #billing_country_field {
        display: none;
    }

    .col-1 + .col-2 {
        display: none !important;
    }






    #order_review_heading {
        display: none;
    }

    .custom-order-review-title + .custom-order-review-title {
        display: none;
    }

    #order_review .shop_table th:first-child,
    #order_review .shop_table td:first-child
    {
        padding-right: 0;
    }

    #order_review .shop_table th:last-child,
#order_review .shop_table td:last-child
    {
        padding-left: 0;

    }


    table:not( .has-background ) tbody td
    {
        background: transparent;
    }

    #payment .woocommerce-info {

    }
    
    .custom-order-review-title, #customer_details h3 {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        color: #1E3284;
    }

    .col-1 {
        width: 100%;
    }

    table.cart td.actions input:focus,
    input[name="coupon_code"]:focus,
    .form-row input:focus, .form-row textarea:focus, .form-row select:focus
    {
        border-color: #1e3284;
    }


    table.cart td.product-remove a.remove:before {
        content: '';
        background: url('assets/images/close.svg') no-repeat center;
        background-size: 50%;

    }

    table.cart td {
        vertical-align: middle;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }

    table.cart .product-thumbnail img {
        border-radius: 8px;
    }




    .cart-collaterals, .woocommerce-cart-form,
    .woocommerce-billing-fields, #order_review
    {
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.70);
        box-shadow: 8px 8px 16px 0px #C9D9E8;
        padding: 1.5rem;
        margin: 0;
    }

    table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
        background: #fff;
    }

    table:not( .has-background ) th {
        background: transparent;
    }

    .actions {
        padding-top: 30px !important;
        margin-top: 30px !important;
        border-top: 1px solid #D5D8DC !important;

    }

    .woocommerce-cart-form__cart-item.cart_item:not(:first-child) td {
        border-top: 1px solid #D5D8DC !important;

    }

    button[name="update_cart"]:disabled {
        opacity: 0.1 !important;
    }

    button[name="update_cart"],
    button[name="apply_coupon"],
    .form-row .button
    {
        border-radius: 4px;
        background: #1e3284;
        color: #ecf3fe;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        text-transform: uppercase;
        padding: 3px 15px;
        transition: 0.4s ease;
        top: 0;
        position: relative;
        box-shadow: none !important;
        border-radius: 4px;
        background: #ffaa2f;
        color: #152c9d;
        height: 46px;

    }

    button[name="apply_coupon"] {
        padding: 6px 15px;
    }

    .cart-collaterals th, .cart-collaterals td {
        background: transparent !important;
    }

    .cart-collaterals th:first-child, .cart-collaterals td:first-child {
        padding-right: 0;
    }

    .cart-collaterals th:last-child, .cart-collaterals td:last-child {
        padding-left: 0;
        text-align: left;
    }

    #payment .payment_methods > li .payment_box, #payment .place-order {
        background: transparent;
        font-size: 14px;
        margin-top: 0;
    }

    #payment .place-order .woocommerce-privacy-policy-text a {
        text-decoration: underline !important;
    }

    #payment .payment_methods > li:not(.woocommerce-notice) {
        background: transparent !important;
    }

    .wc-proceed-to-checkout .button,
    #payment .place-order .button
    {
        border-radius: 4px;
        background: #1E3284;
        color: #fff !important;
        text-align: center;
        font-size: 16px !important;
        font-weight: 500;
        line-height: 30px;
        text-transform: uppercase;
        padding: 8px 15px;
        transition: 0.4s ease;
        top: 0;
        position: relative;
        box-shadow: none !important;
    }

    .wc-proceed-to-checkout .button::after {
        display: none;
    }

    @media (max-width: 993px) {

    }


    @media (max-width: 780px) {
        .woocommerce-cart-form {
            width: 100%;
        }

        #customer_details {
            margin-bottom: 30px;
        }

        .cart-collaterals {
            width: 100%;
        }

        .product-thumbnail {
            width: 100% !important;
            text-align: center;
        }

        table.cart .product-thumbnail img {
            max-width: 100px;
        }

        .woocommerce-cart-form__cart-item.cart_item td,
        .woocommerce-cart-form__cart-item.cart_item:not(:first-child) td
        {
            border: 0 !important;
        }

        table.cart td.product-remove a.remove {
            top: 0;
            right: 0;
        }

        .woocommerce-cart-form__cart-item.cart_item:not(:first-child) td.product-thumbnail {
            padding-top: 40px;
        }

        .woocommerce-cart-form__cart-item.cart_item:not(:first-child) td.product-remove a.remove {
            top: 25px;
        }

        .woocommerce-cart-form__cart-item.cart_item:not(:last-child) td:last-child {
            padding-bottom: 30px;
        }
        .woocommerce-cart-form__cart-item.cart_item:not(:first-child) td.product-thumbnail {
            border-top: 1px solid #D5D8DC !important;
        }

        button[name="apply_coupon"],
        button[name="update_cart"]
        {
            width: 100%;
        }
    }
}

.wc-this {
    background: #ECF3FE;
}









