body, .row, a, span, label, p, td {
    line-height: 2rem;
    font-size: 16px;
}
p {
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}
.topbanner {
    background-color: var(--fere-topbanner-bg);
    border-radius: 4px;
    color: #fff;
}

    .topbanner .col-12:first-child {
        padding: 2%;
    }

    .topbanner h1 {
        font-size: 60px;
        font-weight: bold;
    }

    .topbanner img.bannerimg {
        width: 100%;
        max-width: 460px;
    }
.topbanner.price {
    background-color: var(--fere-topbanner-price-bg);
}
.topcard .col-12 {
    margin-top: 2rem;
}
.topicon .card {
    text-align: center;
}
.footer {
    padding: 1.2rem;
}
    .footer a {
        color: #0070e0;
        text-decoration: none;
    }
.bigfont {
    font-size: 80px;
    line-height: 80px;
}

.OrderDetails label {
    color: gray;
    font-size: 14px;
}


.easystart {
    padding-top: 80px;
}

    .easystart .card {
        background-color: var(--fere-home-card-bg);
        margin-top: 40px;
        border: none;
        color: var(--fere-home-card-text);
    }

        .easystart .card img.card-img-top {
            height: 100px;
            max-width: 120px;
            margin-top: -40px;
        }

        .easystart .card .header span {
            font-size: 20px;
            float: right;
            color: gray;
            width: 46px;
            text-align: center;
        }

            .easystart .card .header span b {
                font-size: 30px;
                font-weight: bold;
            }

        .easystart .card:hover .header span {
            color: #0070e0;
        }

            .easystart .card:hover .header span b {
                font-size: 31px;
            }

.startselling {
    padding-top: 160px;
    min-height: 500px;
    padding-bottom: 160px;
}

    .startselling .btnstart {
        font-size: 26px;
        border-radius: 36px;
    }

    .startselling h1 {
        font-size: 60px;
        font-weight: bold;
    }

.easyreceive {
    background-color: #0070e0;
    margin-top: 20px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

    .easyreceive .text {
        vertical-align: middle;
    }

    .easyreceive button {
        vertical-align: middle;
        font-size: 24px;
        border-radius: 20px;
        background-color: #fff;
    }

[data-bs-theme=dark] {
    --fere-topbanner-bg: #212529;
    --fere-topbanner-price-bg: #212529;
    --bs-card-bg: #1b1c1e;
    --fere-home-card-bg: #1b1c1e;
    --fere-home-card-text: #fff;
}
root, [data-bs-theme=light] {
    --fere-topbanner-bg: #029CBA;
    --fere-topbanner-price-bg: #198754;
    --fere-home-card-bg: #F4F5FB;
    --fere-home-card-text: #333333;
}
    @media(min-width: 576px) {
        body, .row, a, span {
        font-size: 16px;
    }

    .topbanner {
        padding-bottom: 60px;
    }

        .topbanner h2 {
            width: 70%;
            margin: auto;
        }

    .topcard {
        margin-top: -60px;
    }

        .topcard .card {
            margin-left: 6%;
            border-radius: 20px;
        }

        .topcard .col-12 {
            margin-top: 0.5rem;
        }
}

@media(max-width: 780px) {
    .tdoptional {
        display:none;
    }
}
