
:root {
    --dark: #1B213C;
    --dark-gray: #485668;
    --gray: #838383;
    --lightgray: #E2E8F0;
    --yellow: #FECF2F;
    --orange: #FD5A27;
}

/* Progress-bar */

.progress-bar-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-text {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.progress-text a {
    padding-bottom: 30px;

}

.progress-svg {
    position: relative;
    z-index: -1;
}

.progressbar {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 2rem;
}

/* My cart page */

.cart-item-img img {
    width: 120px;
}

.my-cart-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--dark);
    width: 340px;
}

.my-cart-box-title {
    background-color: var(--lightgray);
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    padding-left: 9rem;
}

.my-cart-item {
    background-color: var(--lightgray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
}

.my-cart-total {
    background-color: var(--lightgray);
    display: flex;
    align-items: flex-end;
}

.free-shipping-banner-my-cart {
    background-color: var(--lightgray);
}

.my-cart-old-price {
    text-decoration: line-through;
    color: var(--orange);
    font-weight: 600;
}

.my-cart-now-price {
    font-weight: 700;
    font-size: 1.5rem;
}

.my-cart-item-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-total-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 1.3rem;
    gap: 0.5rem;
}

.my-cart-total, .my-total-savings {
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
}

.my-cart-total-text {
    font-weight: 600;
    font-size: 2rem;
}

.my-total-savings-text {
    color: var(--orange);
    font-weight: 600;
}

.my-cart-proceed-btn {
    background-color: var(--orange);
    border: none;
    border-radius: 6px;
    color: #FFF;
    height: 3rem;
    font-size: 1.2rem;
    width: 340px;
}

.my-cart-proceed-btn:hover {
    background-color: var(--yellow);
    color: var(--dark);
}

.my-cart-item-title {
    font-weight: 600;
}

.my-cart-item-category {
    font-style: italic;
    color: var(--dark-gray);
}

.free-shipping-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem;
}

.icon-and-text {
    display: flex;
    gap: 1rem;
}

/* FORMS */

/* LOG IN PAGE */

.log-in-gray-box {
    color: var(--dark);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.log-intitle, .form-title {
    font-size: 24px;
    font-weight: 600;
}

.login-form, .form {
    display: flex;
    flex-direction: column;
}

.login-form label, .form-label {
    height: 0.1rem;
    font-size: 14px;
}

.login-form input, .input {
    width: 280px;
    height: 3rem;
    border: none;
    border-radius: 6px;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.log-in-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lightgray);
    width: 340px;
    height: 400px;
}

.log-in-btn {
    background: var(--orange);
    color: #FFF;
    width: 280px;
    height: 3rem;
    border: none;
    border-radius: 6px;
    margin-top: 1rem;
}

.log-in-btn:hover {
    background-color: var(--yellow);
    color: var(--dark);
}

.forgot-password-text {
    font-size: 14px;
    text-align: center;
    margin-top: -0.5rem;
}

/* Shipping and billing */

.shipping-container-box {
    width: 340px;
    display: flex;
    flex-direction: column;
}

.billing {
    background-color: var(--lightgray);
    margin-bottom: 2rem;
}

.shipping {
    background-color: var(--lightgray);
}

.shipping-and-billing-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

.pay-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.payment-options {
    display: flex;
    gap: 1.7rem;
}

.shipping-and-total {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.total-content-shipping-page {
    padding: 2rem 2rem;
}

/* SUCCESS */

.desktop-groot, .small-groot {
    display: none;
}

.success-box {
    background-color: var(--lightgray);
    display: flex;
    color: var(--dark);
}

.title-in-gray-box {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
}

.bold {
    font-weight: 600;
}

.shipment {
    display: flex;
    gap: 0.5rem;
}

.success-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
}

.success-flex-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 340px;
}

/* sell your games */

.gray-text-content-box {
    background-color: var(--lightgray);
    width: 340px;
    padding: 2rem;
}

.desktop-img, .tablet-img {
    display: none;
}

.mobile-img {
    width: 340px;
}

.sell-your-games-box {
    width: 340px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sell-game, .find-worth, .ship-game {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.sell-game-text-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.title-in-gray-box-about-pages {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
}

.sell-page-btn {
    width: 280px;
    margin-top: 1rem;
}

.form-title {
    margin-bottom: 1rem;
}

.worth-calculated {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
    font-weight: 600;
}

.worth-calc-result {
    color: var(--orange);
}

/* Contact */

.ted-on-contact-page-btn {
    width: 270px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    gap: 1.5rem;
    height: 60px;
    background-color: var(--orange);
    border: none;
    border-radius: 6px;
    color: #FFF;
}

.ted-on-contact-page-btn:hover {
    background-color: var(--yellow);
    color: var(--dark);
}

.call-us {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}




/* Small (sm) */
@media (min-width: 640px) {


}

/* Medium */
@media (min-width: 768px) {

    .progress-bar-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .my-cart-box {
        width: 600px;
    }

    .my-cart-box-title {
        width: 600px;
        padding-left: 12rem;
        padding-right: 7rem;
    }

    .btn-area-my-cart {
        display: flex;
        justify-content: flex-end;
    }

    /* success */

    .box-image img {
        height: 460px;
    }

    .groot-mobile {
        display: none;
    }

    .small-groot {
        display: block;
    }

    .success-box {
        width: 600px;
    }

    .success-flex-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* shipping */

    .shipping-container-box {
        width: 600px;
        display: flex;
        flex-direction: column;
    }

    .shipping, .billing {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* sell your games */

    .gray-box-img-container {
        height: 100%;
    }

    .mobile-img {
        display: none;
    }

    .tablet-img {
        display: block;
    }

    .sell-game, .find-worth, .ship-game {
        display: flex;
        flex-direction: row;
    }

    .gray-text-content-box {
        background-color: var(--lightgray);
        height: 530px;
    }


    .sell-your-games-box {
        width: 600px;
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }

    .free-shipping-banner-my-cart {
        width: 600px;
    }

    /* Contact */

    .ted-on-contact-page-btn {
        width: 270px;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        height: 90px;
    }



}

/* Large */
@media (min-width: 1024px) {

    .cart-item-img img {
        width: 180px;
    }

    .my-cart-box {
        width: 900px;
    }

    .my-cart-box-title {
        width: 900px;
        padding-left: 19.5rem;
        padding-right: 11rem;
    }

    .my-total-content {
        padding-right: 11rem;
    }

    .my-cart-proceed-btn {
        width: 350px;
    }

    .free-shipping-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 1rem 3rem;
    }

    .free-shipping-banner-my-cart {
        width: auto;
    }
    
    .icon-and-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    /* Shipping */

    .shipping-container-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .free-shipping-banner-shipping-page {
        width: auto;
        margin-top: 1rem;
    }

    .flex-shipping-billing-total {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .shipping-and-total {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .total-content-shipping-page {
        padding: 2rem 3rem;
    }

    .shipping-and-billing-container {
        gap: 0;

    }

    /* SUCCESS */

    .success-box {
    background-color: var(--lightgray);
    display: flex;
    width: 950px;
    padding-left: 2rem;
    }

    .box-image img {
        height: 450px;
    }

    .success-flex-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .small-groot {
        display: none;
    }

    .desktop-groot {
        display: block;
    }

    .free-shipping-success {
        width: 950px;
    }

    /* Sell your games */

    .tablet-img {
        display: none;
    }

    .desktop-img {
        display: block;
        position: relative;
        z-index: 2;
        height: 490px;
    }

    .sell-game, .find-worth, .ship-game {
        background-color: var(--lightgray);
        width: 1040px;
        height: 490px;
        display: flex;
        flex-direction: row;
        gap: 0;
        margin: 0;
        padding: 0;
    }

    .gray-text-content-box {
        height: 490px;
        width: 900px;
        padding: 4rem;
    }

    .sell-your-games-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    .input {
        width: 350px;
    }

    .worth-calculated {
        width: 350px;
        font-size: 1.5rem;
    }

    /* contact */

    .ted-on-contact-page-btn {
        height: 120px;
        width: 300px;
        padding: 10px;
        margin-bottom: 1rem;
    }

    .contac-us-btn {
        height: 120px;
        width: 300px;
        padding: 10px;
    }

}


/*Extra Large XL */
@media (min-width: 1280px) {

}

/* EXTRA Extra Large - XXL */
@media (min-width: 1536px) {

}