.stepps-upcoming-auction-table {
    table-layout: fixed;
}

body:not(.woocommerce-cart) .main-content table.stepps-upcoming-auction-table tr {
    background-color: #f8fbff;
}

body:not(.woocommerce-cart) .main-content table.stepps-upcoming-auction-table tr:nth-child(2n + 1) {
    background-color: #eef3f8;
}

table.stepps-upcoming-auction-table td {
    vertical-align: middle;
    font-family: NettoOT;
    font-size: 16px !important;
    padding: 25px !important;
}

table.stepps-upcoming-auction-table td.upcoming-auction-img {
    padding: 10px !important;
}

table.stepps-upcoming-auction-table td img {
    margin-bottom: 0 !important;
}

.upcoming-auction-img-loader,
.upcoming-auction-text-loader,
.upcoming-auction-text2-loader,
.upcoming-auction-header-loader {
    background: #f1f2f5 !important;
    overflow: hidden;
    position: relative;
}

.upcoming-auction-img-loader {
    width: 100%;
    height: 175px;
}

.upcoming-auction-text-loader {
    width: 100%;
    height: 24px;
}

.upcoming-auction-text2-loader {
    width: 40%;
    height: 24px;
    margin-top: 5px;
}

.upcoming-auction-header-loader {
    width: 32%;
    height: 38px;
    margin-bottom: 12px;
}

.upcoming-auction-img-loader:after,
.upcoming-auction-text-loader:after,
.upcoming-auction-text2-loader:after,
.upcoming-auction-header-loader:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f1f2f5, #e9ebee, #f1f2f5);
    animation: progress 1s ease-in-out infinite;
}

/* table.stepps-upcoming-auction-table thead {
    display: none;
} */

.btn-primal {
    background-color: #012337;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    letter-spacing: 1px;
    font-family: nettoot;
    border: 0;
    cursor: pointer;
    line-height: 1;
    min-width: 150px;
    -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
        color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
        color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.btn-primal:hover {
    opacity: 0.87;
}

.btn-print-auction:before {
    font-family: FontAwesome;
    content: '\f02f';
    margin-right: 5px;
}

@keyframes progress {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

@media print {
    table {
        table-layout: fixed;
        font-family: NettoOT;
    }

    td {
        border: 1px solid #ececec;
        width: 20% !important;
        font-family: Arial !important;
        padding: 20px;
        font-size: 14px;
    }

    th {
        padding: 10px 0;
    }

    img {
        width: 100% !important;
    }

    tr:nth-child(2n + 1) {
        background-color: #eef3f8;
    }

    * {
        font-family: Arial;
        color: #000;
        text-decoration: none;
    }

    .upcoming-auction-img,
    .th-upcoming-auction-img,
    .upcoming-auction-property-type,
    .th-upcoming-auction-property-type {
        display: none;
    }

    .upcoming-auction-address {
        text-decoration: underline;
    }

    table.stepps-upcoming-auction-table thead {
        display: table-header-group;
    }
}

@media only screen and (max-width: 767px) {
    .upcoming-auction-img {
        display: none;
    }

    table.stepps-upcoming-auction-table td {
        font-size: 12px !important;
        padding: 10px !important;
        line-height: 16px;
    }

    table.stepps-upcoming-auction-table th {
        font-size: 14px;
    }

    .stepps-time-inspection-row {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .stepps-upcoming-auction-table {
        table-layout: fixed !important;
    }

    .upcoming-auction-img,
    .th-upcoming-auction-img,
    .upcoming-auction-property-type,
    .th-upcoming-auction-property-type {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .stepps-upcoming-auction-table {
        table-layout: fixed !important;
    }

    table.stepps-upcoming-auction-table td {
        padding: 10px 5px !important;
    }
}
