.data-container-parent {
    position: absolute;
    top: 0px;
    left:0px;
    background-color: #ffec00;
    width: 100px;
    height: 100px;
}

.data-box {
    display: flex;
    text-align: center;
    width:100%;
}

.text-day {
    font-family: PlayBold;
    font-weight: 950;
    color: #000000;
    width: 100%;
    font-size: 45px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    margin: auto;
}

.text-month {
    font-family: PlayBold;
    font-weight: 700;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-transform: uppercase;
    margin: auto;
}

.text-pre-day-sm {
    font-family: PlayBold;
    font-weight: 950;
    color: #000000;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: left;
    margin: auto;
}

.text-day-sm {
    font-family: PlayBold;
    font-weight: 950;
    color: #000000;
    width: 100%;
    font-size: 30px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
}

.text-month-sm {
    font-family: PlayBold;
    font-weight: 700;
    color: #000000;
    font-size: 11px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-transform: uppercase;
    margin: auto;
}

.circuit-box-parent {
    min-height: 100px;
    text-align: center;
    margin: auto;
    padding: 5px 15px 5px 15px;
}

.circuit-name {
    font-family: PlayBold;
    font-weight: 950;
    color: #000000;
    width: 100%;
    font-size: 25px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-align: left;
    margin: auto;
    text-transform: uppercase;
}

.table-title {
    font-family: PlayBold;
    font-weight: 950;
    color: #ffec00;
    width: 100%;
    font-size: 37px;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
    margin: auto;
    text-transform: uppercase;
}

.flex-product {
    min-width: 470px;
}

.text-product {
    font-family: Play-Regular;
    font-weight: 500;
    color: #000000;
    font-size: 21px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-transform: uppercase;
    margin: auto;
}

.text-price {
    font-size:26px;
    font-weight: bold
}

.cart-btn {
    margin-left: 6px;
    margin-right: 6px;
    padding-right: 8px;
    padding-left: 6px;
}

@media screen and (max-width: 992px) {
    .flex-product {
        max-width: 400px;
        min-width: 400px;
    }

    .text-product {
        font-size: 18px;
    }

    .text-price {
        font-size:18px;
        font-weight: bold
    }

    .table-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 770px) {
    .text-print {
        display: none;
    }

    .flex-product {
        max-width: 220px;
        min-width: 220px;
    }

    .text-product {
        font-size: 15px;
    }

    .text-price {
        font-size:21px;
        font-weight: bold
    }

    .table-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {

    .table-title {
        font-size: 25px;
    }

    .div-table {
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .flex-product {
        max-width: 50vw;
        min-width: 50vw;
    }

    .text-product {
        font-size: 12px;
    }

    .text-price {
        font-size:15px;
        font-weight: bold
    }

    .div-price {
        position: relative;
        left: 1.1em;
    }

    .div-traffic {
        position: relative;
        left: 1.5em;
    }
    .cart-btn {
        margin-left: 2px;
        margin-right: 2px;
        padding-right: 3px;
        padding-left: 2px;
    }
    .div-cart {
        position: relative;
        right: 0.1em;
        transform: scale(0.70);
    }

    .div-traffic, .div-price {
        transform: scale(0.80);
    }

    .div-traffic {
        transform: scale(0.6);
    }

    .circuit-name {
        font-size: 21px; 
    }
}