﻿.checkout_section {
    padding-top: 90px;
}

.billing_wrapper,
.checkout_wrapper,
.empty_section {
    background-color: rgb(255, 255, 255);
}

.checkout_wrapper {
    height: 100%;
    padding: 30px 100px 100px 100px;
    padding-bottom: 15px;
}

.billing_container,
.cart_wrapper_grid {
    border: 1px solid rgb(223, 223, 223);
    border-radius: 10px;
}

    .billing_container:hover,
    .cart_wrapper_grid:hover {
        box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

.cart_wrapper_grid {
    background-color: white;
    padding: 40px;
    border-radius: 3px;
    /**/
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(4, 1fr);
}

.cart_grid_item img {
    width: 200px;
}


/**/
/**/
/**/
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: inline-flex;
}

    .number-input,
    .number-input * {
        box-sizing: border-box;
    }

        .number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            text-align: center;
            justify-content: center;
            width: 8rem;
            height: 3rem;
            cursor: pointer;
            margin: 0;
            position: relative;
            color: rgb(127, 127, 127) !important;
            /**/
            border: 2px solid rgb(230, 230, 230);
        }

        .number-input input {
            background-color: rgb(240, 240, 240) !important;
        }

.cart_grid_item .number-input {
    width: 170px;
}

    .cart_grid_item .number-input input {
        border: none;
    }

.terms .header {
    font-weight: 500;
}

.terms .terms_text {
    margin-top: -10px;
}

.summary {
    font-weight: 700;
}

.unit_years {
    color: gray;
    font-weight: 600;
}

.sub_total {
    font-weight: 700;
}

.total_value {
    font-weight: 600;
    font-size: 30px;
    margin-top: -11px;
}

.total {
    font-weight: 700;
    font-size: 17px;
}

.cart_sub_years {
    color: rgb(0, 0, 0);
    font-size: 17px;
}

.cart_sub_value {
    color: rgb(0, 0, 0);
    font-size: 17px;
}
/**/
.billing_wrapper {
    height: 100%;
    padding: 0px 100px 50px 100px;
}

.billing_container {
    background-color: white;
    padding: 40px;
    border-radius: 3px;
}

.billing_header {
    font-weight: 700;
    font-size: 20px;
}
/**/
.user_inputs_grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.company_inputs_grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

::-webkit-input-placeholder {
    color: #848484;
}

::-moz-placeholder {
    color: #848484;
}

:-ms-input-placeholder {
    color: #848484;
}

::-ms-input-placeholder {
    color: #848484;
}

::placeholder {
    color: #848484;
}

.purchase_button {
    margin-top: 50px;
    width: 240px;
    height: 60px;
}
/*empy cart*/
.empty_section {
    padding-top: 90px;
}

.empty_wrapper {
    height: 100%;
    padding: 30px 100px 40px 100px;
}

.error_container {
    display: grid;
    grid-template-columns: 2fr 5fr;
    background-color: white;
    padding: 50px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.error_img img {
    width: 240px;
}

.error_text {
    color: gray;
    font-size: 60px;
    font-weight: 400;
}

.error_info {
    margin-top: 40px;
    font-size: 18px;
    color: rgb(171, 171, 171);
}

.purchase_button {
    background-color: rgb(236, 146, 13);
}

    .purchase_button:hover {
        background-color: rgb(255, 152, 0);
        transform: scale(1.03);
    }

/*checkout overlay*/
.checkoutContainer {
    text-align: center;
}

.checkout_overlay_show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all .7s ease;
    z-index: 9999;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.checkout_overlay_hide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all .7s ease;
    z-index: -99;
    opacity: 0;
}

@keyframes ldio-w3i7fll6eqk {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

.ldio-w3i7fll6eqk div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-w3i7fll6eqk 1.2s cubic-bezier(0,0.2,0.8,1) infinite;
}

    .ldio-w3i7fll6eqk div:nth-child(1) {
        border-color: #e90c59;
        border-color: #FF0059;
        animation-delay: 0s;
    }

    .ldio-w3i7fll6eqk div:nth-child(2) {
        border-color: #00E5FF;
        animation-delay: -0.5s;
    }

.loadingio-spinner-ripple-zjr614avecc {
    text-align: center;
    margin-top: 180px;
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
}

.ldio-w3i7fll6eqk {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-w3i7fll6eqk div {
        box-sizing: content-box;
    }
