.cart-icon-box {
    height: 100px;
    box-sizing: border-box;
    width: auto;
    /* border: 1px solid white; */
    margin-top: 75px;
}

.cart-icon-big {
    background-image: url("../imgs/icons/icon_cart.svg");
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    filter: grayscale(1);
    animation: wiggleCar 0.2s infinite;
}

.cart__container {
    animation: fade-in-bottom 1s;
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #0f131b;
    /* background: radial-gradient(farthest-corner at 40px 40px, #171d28, #0f131b 100%); */
    /* border: 1px solid #333333; */
    padding-bottom: 1em;
    margin-top: 50px;
    position: relative;
    /* border-top: 1px solid #474747; */
}

.cart__product__type {
    position: absolute;
    color: #a3a3a3;
    font-size: 0.8em;
    opacity: 0.7;
    top: 0;
    right: 0;
    margin: 2em;
}

.cart__title__products {
    width: 100%;
    height: auto;
    /* background-color: #333333; */
    font-family: "Titillium Web";
    text-align: center;
    padding: 0.1em;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.472);
    font-size: 2em;
    /* padding-left: 1em; */
    position: relative;
}

.cart__product__box {
    /* border-radius: 10px; */
    display: block;
    background-color: var(--d2);
    text-align: left;
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    /* margin-bottom: 1em;  */
    position: relative;
    /* margin-top: 1em; */
    /* box-shadow: 0 0 25px 0 #000000 inset; */
    /* border-top: 1px solid #444444; */
    border-radius: 10px;
    margin-bottom: 20px;
}

.cart__product__img {
    float: left;
    width: 150px;
    height: 100%;
    background-color: #000000;
    opacity: 1;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.cart__product__description {
    padding: 1em;
    width: 40%;
    height: auto;
    float: left;
    box-sizing: border-box;
    margin-left: 1em;
    font-family: "Titillium Web";
    /* background: red; */
}

.cart__product__title {
    font-family: BankGothic Md BT;
    color: white;
    font-size: 1.5em;
    letter-spacing: -0.1em;
    margin-left: -0.1em;
}

.cart__product__quantity {
    font-family: "Titillium Web";
    padding: 2.5em;
    text-align: center;
    float: left;
    margin-right: 80px;
    /* background: red; */
    padding-left: 0;
    padding-right: 0;
}

.cart__input__quantity__box {
    width: 60px;
    float: left;
}

.cart__product__quantity__substract {
    padding: 1em;
    float: left;
}

.cart__product__quantity__center {
    float: left;
    /* border: 1px solid white; */
    width: auto;
    text-align: center;
    padding: 0 10px;
}

.cart__product__quantity__add {
    padding: 1em;
    float: left;
}

.btn__quantity {
    width: 30px;
    height: 25px;
    border: 1px solid #ffae0075;
    background-color: #080808;
    color: #ffffffc2;
    cursor: pointer;
    outline: none;
    font-size: 1.5em;
    margin-top: 12px;
    padding-bottom: 28px;
}

.btn__quantity:hover {
    border: 1px solid #ffae00;
}

.btn__quantity:active {
    opacity: 0.3;
}

.cart__product__price {
    float: right;
    width: 10%;
    font-size: 1.2em;
    color: #a3a3a3;
    font-family: "Titillium Web";
    box-sizing: border-box;
    margin-top: 3px;
    padding-top: 2em;
    text-align: center;
    margin-right: 10%;
}

.btn__remove {
    position: absolute;
    width: auto;
    right: 0;
    bottom: 10px;
    margin-right: 20px;
    /* margin-bottom: 0; */
    /* border: 1px solid #4b4b4b; */
}

.btn-thrash {
    cursor: pointer;
    width: 30px;
    height: auto;
    display: inline-block;
    opacity: 0.5;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #7e7e7e;
    /* padding-bottom: 8px; */
}

.btn-thrash:hover {
    opacity: 1;
    box-shadow: 0 0 8px 0px black;
}

.btn-thrash:active {
    opacity: 0.3;
    box-shadow: 0 8px 8px 0px black inset;
}

.cart__bottom__note {
    font-size: 1rem;
    color: #a3a3a3;
    /* margin-top: 20px; */
    margin: 0 auto;
    margin-bottom: 20px;
}

.cart__bottom {
    text-align: center;
    /* border-top: 1px solid rgb(59, 59, 59); */
    /* padding: 1em; */
    /* width: 25%; */
    margin: 0 auto;
    margin-top: 10px;
    /* margin-bottom: 120px; */
}

.btn-checkout {
    /* margin-bottom: 200px; */
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
    transition: 0s;
}

.checkout_payment_buttons_container {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    padding: 0 20px;
    box-sizing: border-box;
}

#btnPayPalSubmit {
    width: 100%;
    height: 100%;
}

.button__paypal {
    width: 100%;
    outline: none;
    cursor: pointer;
    display: block;
    /* margin-top: 10px; */
    border-radius: 5px;
    /* padding: 5px; */
    /* background-image: -webkit-linear-gradient(#ffcb59, #ffae00); */
    background-color: #ffae00;
    transition: 0s;
    box-shadow: none;
    padding: 25px;
    /* padding-top: 11px; */
    /* box-sizing: border-box; */
    border: none;
    background-image: url(../imgs/logos/PayPal.svg);
    background-size: 40%;
    background-position: center;
}

.button_stripe {
    width: 100%;
    outline: none;
    cursor: pointer;
    /* margin-top: 10px; */
    border-radius: 5px;
    padding: 25px;
    background-color: #2150df;
    /* background-image: -webkit-linear-gradient(#333, #111); */
    transition: 0s;
    box-shadow: none;
    /* padding-top: 11px; */
    box-sizing: border-box;
    border: none;
    background-image: url(../imgs/stripe_cards.png);
    background-size: 180px;
    background-position: center;
}

.button_stripe:hover {
    border: none;
    filter: brightness(1.1);
    /* background-image: -webkit-linear-gradient(#ffd67d, #ffae00); */
    /* background-color: #000; */
}

.button_stripe_logo {
    /* width: 130px;
    height: auto; */
}

.button__paypal:hover {
    border: none;
    filter: brightness(1.1);
    /* background-image: -webkit-linear-gradient(#ffd67d, #ffae00); */
    /* background-color: #000; */
}

.text_renews_automatically {
    text-align: right;
}

.cart__total__box_subscription {
    width: 100%;
    height: 120px;
    background-color: #333333;
    background-color: black;
    font-family: "Titillium Web";
    font-size: 1em;
    text-align: center;
    padding: 0.2em;
    box-sizing: border-box;
    /* color: #a3a3a3; */
    text-align: center;
    padding: 0.5rem 1rem;
    /* margin-top: 5px; */
    position: relative;
}

.cart__total__box {
    width: 100%;
    height: auto;
    background-color: #333333;
    background-color: black;
    font-family: "Titillium Web";
    font-size: 1em;
    text-align: center;
    padding: 0.2em;
    box-sizing: border-box;
    /* color: #a3a3a3; */
    text-align: center;
    padding: 0.5rem 1rem;
    /* margin-top: 5px; */
    position: relative;
}

.cart__total__text {
    /* float: left; */
    /* width: 50%; */
    text-align: left;
    font-size: 1.2rem;
}

.cart__total__amount {
    text-align: right;
    /* border: 1px solid white; */
    float: right;
}

.cart__total__price {
    position: absolute;
    /* font-size: 1em; */
    text-align: right;
    padding-right: 15px;
    font-size: 1.5rem;
    right: 0;
    bottom: 5px;
}

.quantity__container {
    outline: none;
    /* background-color: #080808; */
    text-align: center;
    font-size: 1em;
    /* border: 1px solid #ffffff41; */
    color: #a3a3a3;
    /* box-sizing: border-box; */
    width: 40px;
    display: inline-block;
    padding: 0.2em;
}

.checkout__cnlogo__box {
    /* display: inline-block; */
    /* margin: 60px; */
}

.cnlogo__checkout {
    width: 150px;
    margin: 30px 0;
}

.checkout__backtocart {
    text-align: left;
    margin: 20px;
    width: 500px;
    display: inline-block;
    animation: fadeIn 1s 1;
}

.checkout__backtocart a {
    /* font-family: "Titillium Web"; */
}

.checkout__backtocart a:hover {
    opacity: 1;
    transition: 0s;
}

.checkout__backtocart a:hover {
    margin-right: 10px;
}

.checkout__cart__container {
    margin: 0 auto;
    animation: fade-in-bottom 1s;
    width: 100%;
    max-width: 500px;
    height: auto;
    box-sizing: border-box;
    background-color: #0f0f0f;
    background-color: #0f0f0f;
    border: 1px solid #333333;
    padding: 0.5em;
    padding-bottom: 1em;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
}

.checkout__product__description {
    /* padding-top: 1em; */
    width: 50%;
    height: auto;
    float: left;
    box-sizing: border-box;
    font-family: "Titillium Web";
    /* background: red; */
}

.checkout__title__products {
    border-radius: 0px;
}

.checkout__product__box {
    border-radius: 0px;
    box-shadow: none;
    height: 130px;
    border-radius: 10px;
    box-sizing: border-box;
}

.checkout__product__price {
    float: right;
    width: auto;
    /* font-size: 0.8em; */
    /* color: white; */
    font-family: "Titillium Web";
    box-sizing: border-box;
    /* margin-top: 3px; */
    /* padding-top: 2.5em; */
    text-align: right;
    /* background: green; */
    height: 100%;
    color: #7e7e7e;
    /* margin-right: 5%; */
}

.checkout__product__quantity {
    font-family: "Titillium Web";
    /* padding-top: 1em; */
    float: left;
    /* margin-right: 80px; */
    /* background: red; */
    /* padding-left: 0; */
    /* padding-right: 0; */
    height: 100%;
    width: 20%;
    /* background: green; */
    box-sizing: border-box;
    text-align: center;
}

.checkout__product__quantity__center {
    float: right;
    color: white;
}

.orders__product__box {
    font-family: "Titillium Web";
    color: #a3a3a3;
    display: block;
    margin-top: 90px;
    border: 1px solid #333333;
    padding: 4px;
    padding-top: 30px;
    padding-bottom: 0px;
}

.order__ID__box {
    /* width: 100%; */
    /* height: 2em; */
    display: block;
    padding-bottom: 30px;
    box-sizing: border-box;
    margin-bottom: 0.5em;
    margin-top: -65px;
}

.orders__product__number {
    text-align: left;
    float: left;
}

.orders__product__ID {
    text-align: left;
    display: inline-block;
}

.orders__product__date {
    float: right;
    text-align: right;
}

.bold {
    /* font-weight: bold; */
    color: white;
}

.orders__product__boximg {
    width: 100px;
    height: 100px;
    /* position: absolute;
   left: 50%;
   top: 50%;
   transform: translateX(-50%) translateY(-50%); */
    float: left;
    margin-right: 10px;
    margin-left: -25px;
    margin-top: -10px;
    background-size: 100%;
}

.orders__product__description {
    background-color: #171d28;
    display: block;
    /* margin: 1em; */
    border: 1px #333333 solid;
    padding: 1em 2em 1em 2em;
    box-sizing: border-box;
    margin-bottom: 0.3em;
    height: auto;
    width: auto;
    text-align: left;
    position: relative;
}

.orders__product__title {
    display: inline-block;
    width: auto;
    text-align: left;
    height: 1.5em;
    /* border: 1px solid white; */
}

.orders__product__title__text {
    font-family: BankGothic Md Bt;
    font-size: 2em;
    color: white;
}

.orders__product__quantity {
    height: 4em;
    float: right;
    width: 30%;
    box-sizing: border-box;
    text-align: center;
    margin-top: -20px;
}

.orders__product__price {
    height: 4em;
    float: right;
    width: 10%;
    box-sizing: border-box;
    text-align: right;
    margin-top: -20px;
}

.orders__product__orderAmount {
    height: auto;
    float: right;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    margin-top: -2px;
    text-align: right;
    font-size: 1.2em;
}

.orders__product__licenceType {
    margin-left: 0.5em;
    height: 1.5em;
    font-family: "Titillium Web";
}

.orders__product__type {
    font-size: 0.8em;
    opacity: 0.5;
    margin-bottom: 15px;
    color: #a3a3a3;
}

.btn-invoice {
    margin-top: 1em;
    height: 2em;
    width: 10%;
    float: right;
    z-index: 2;
    transition: 0;
}

.btn__view__products {
    margin-right: 10px;
    width: auto;
    padding: 0 15px;
}

.paymentmethod {
    margin-top: 10px;
    font-family: "Titillium Web";
    /* font-size: 0.8em; */
}

.cart__modal {
    /* animation: fade-in-bottom 1s; */
    display: inline-block;
    width: 100%;
    height: 100%;
    /* padding: 10px; */
    box-sizing: border-box;
    background-color: #080808;
    /* border: 1px solid #333333; */
    /* padding-bottom: 1em; */
    /* margin-top: 50px; */
    position: absolute;
    opacity: 1;
    z-index: 1;
    top: 0;
    left: 0;
    /* display: none; */
}

.loader__container {
    width: 200px;
    height: 100px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    border: 1px solid #333333;
    transform: translateX(-50%) translateY(-50%);
}

.modal__checkout__loader {
    background-color: #080808;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    opacity: 1;
    display: none;
}

.loader__container__checkout {
    position: absolute;
    /* border: 1px solid white; */
    width: 100px;
    height: 100px;
    margin: 0 auto;
    /* margin-top: 100px; */
    padding-top: 1px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.loader__ring__container {
    /* border: 1px solid white;1 */
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-52%) translateY(-65%);
}

.loader__ring {
    width: 50px;
    height: 50px;
    /* position: absolute; */
    border: 2px solid rgba(255, 255, 255, 0.178);
    border-radius: 50%;
    z-index: 0;
    border-top: 2px solid white;
    animation: ringRotate 0.4s linear infinite;
    /* top: 20%; */
    /* left: 38%; */
    /* transform: translateX(-70%); */
    /* top: 50%; */
    /* left: 50%; */
}

.loader__text {
    animation: fadeIn 1s infinite;
    color: white;
    font-size: 0.8em;
    margin-top: 80px;
}

/* ================ ANIMATIONS ================ */

@media only screen and (max-width: 1145px) {
    .cart-icon-big {
        width: 180px;
        height: 180px;
    }

    .cart__container {
        margin: 0 auto;
        width: 90%;
    }

    .checkout__product__price {
        font-size: 3rem;
    }

    .cnlogo__checkout {
        top: 50px;
        width: 300px;
    }

    .checkout__product__quantity__center {
        font-size: 3rem;
    }

    .cart__total__price .text__green {
        font-size: 4rem;
    }

    .checkout__cart__container {
        max-width: 100%;
        padding: 1rem 1rem;
        margin-top: 50px;
    }

    .cart__product__title {
        font-size: 5rem;
    }

    .checkout__product__box {
        height: 400px;
    }

    .checkout__backtocart {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .checkout__backtocart .hyperlink {
        font-size: 2.5rem;
    }

    .paymentmethod {
        margin: 50px 0;
        font-size: 1rem;
    }

    .hyperlink {
        font-size: 1rem;
    }

    .button__paypal__logo {
        /* width: 100px;
        transform: scale(2.5); */
    }

    .button_stripe_logo {
        /* width: 100px;
        transform: scale(3.5); */
    }

    .loader__container__checkout {
        width: 400px;
        height: 400px;
    }

    .loader__ring__container {
        height: 200px;
        width: 200px;
    }

    .loader__ring {
        height: 200px;
        width: 200px;
    }

    .loader__checkout {}

    .cart__bottom__note {
        width: 80%;
        font-size: 2.5rem;
        margin-bottom: 50px;
    }
}

@keyframes ringRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wiggleCar {
    0% {
        margin-top: 0px;
    }

    50% {
        margin-top: 5px;
    }

    100% {
        margin-top: 0px;
    }
}