#outer-wrapper {
    width: 340px;
    height: 340px;
    padding: 10px;
    background: white;
    position: relative;
}

#object-wrapper {
    width: 320px;
    height: 320px;
    position: relative;
}

.iframe-object {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 320px;
}

.listing-box-iframe {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    color: black;
    position: relative;
    padding: 0px;
    box-shadow: inset -1px 0 0 #eeeeee, inset 0 -1px 0 #eeeeee,
        inset 1px 0 0 #eeeeee, inset 0 1px 0 #eeeeee;
}

.listing-img-iframe {
    height: 216px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
}

.object-title-iframe {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px 0 9px 0;
    padding: 0 8px 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-box-iframe .object-title-iframe p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Klaravik Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    color: #222222;
    margin: 0;
    line-height: 15px;
}

.iframe-li:hover {
    color: red;
}

.object-model-iframe {
    width: 100%;
    font-family: 'Klaravik Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    height: auto;
    text-align: center;
    margin: 9px 0 13.5px 0;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px 0 5px;
    color: #222222;
}

.close-box-iframe {
    color: #00682f;
    float: left;
    width: 100%;
    height: 33px;
    background-color: #eff5ed;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-box-iframe p {
    margin: 23px 0;
    color: #008540;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    text-align: center;
}

.listing-box-iframe p > span {
    font-size: 20px;
    color: #f7f7f7;
}

.iframe-clock {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-top: -2.5px;
}

.highest-bid-iframe {
    position: absolute;
    color: #fff;
    text-align: left;
    font-family: 'Klaravik Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    background-color: #008540;
    top: 29px;
    right: 12px;
    height: 22px;
    width: auto;
    padding: 3px 5px 4px 5px;
}

.highest-bid-text-iframe {
    position: absolute;
    color: #00421b;
    font-family: 'Klaravik Sans', sans-serif;
    font-weight: 500;
    font-size: 6px;
    padding: 2px;
    background-color: #fff;
    top: 12px;
    right: 12px;
    height: 14px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corner-logo-iframe {
    background: #f5f5f5;
    bottom: 6px;
    border-right: 1px solid #008540;
    flex-basis: 82px;
    flex-shrink: 0;
    flex-grow: 0;
    height: 23px;
    display: flex;
    align-items: center;
}

.corner-logo-iframe img {
    margin: auto;
}

.listing-box-background {
    background: #003013;
    box-shadow: unset;
}

.logo-iframe {
    text-align: center;
    height: 23px;
    font-size: 14px;
}

.iframe-button {
    height: 40px;
    width: 199px;
    color: white;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    border-radius: 18px;
    margin: 0 auto;
    background-color: #00682f;
}

.iframe-button:hover {
    background-color: #008540;
}

.center-iframe-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.center-button-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
}

.center-button-text img {
  margin-left: 4px;
  margin-top: 1px;
  width: 15px;
}

.iframe-object:hover .object-title-iframe {
    color: #00682f;
}

.end {
    color: #008540;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    width: 100%;
}
.end-date {
    font-weight: 400;
}

@media screen and (max-width: 640px) {
    #outer-wrapper {
        background: #eeeeee;
    }

    .listing-box-iframe {
        box-shadow: inset 0 0 1px white;
    }

    .close-box-iframe {
        width: calc(100% - 2px);
        bottom: 1px;
        margin-left: 1px;
    }
}

.timeleft-icon {
    width: 16px;
    height: 16px;
    margin-top: 0;
    padding: 0 1px 1px 0;
}
