.item-wrap {
    width: 20%;
    margin: auto 2.5%;
    float: left;
}

.box-wrap {
    margin: 20px auto;
    overflow: hidden;
}

.full-item-wrap {
    text-align: center;
    margin: 25px auto;
    clear: both;
}

#findModel {
    display: none;
    width: 150px;
    margin: 0 auto;
}

.wholesaleItems {
    overflow: auto;
}

.wholesaleItems td {
    border: 1px solid #000;
}

.tr1 {
    background: #BE0000;
    color: #fff;
    font-size: 18px;
}


.wholesaleItems table tr:nth-child(even) {
    background: #ededed;
}

.updates {
    text-align: right;
}

.spinner {
    position: relative;
    display: none;
    margin-top: 45px;
}

.spinner::before,
.spinner::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.spinner::before {
    width: 6.7px;
    height: 6.7px;
    background: #474bff;
}

.spinner::after {
    width: 24px;
    height: 24px;
    animation: spinner-y7ej37 1s infinite linear;
    border: 4.8px solid #474bff;
    border-left-color: transparent;
    border-right-color: transparent;

}

@keyframes spinner-y7ej37 {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (max-width: 900px) {
    .wholesaleItems {
        font-size: 12px !important;
    }

    .item-wrap>select {
        font-size: 10px !important;
    }

    .tr1>th {
        font-size: 8px !important;
        width: 1px;
        padding: 2px !important;
    }

    .tr2>td {
        font-size: 8px;
        width: 1px;
        padding-top: 2px !important;
    }

    .hide {
        display: none;
    }
}