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

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

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

.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: 167px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
}

.close-box-iframe {
    color: #00682f;
    float: left;
    width: 100%;
    height: 33px;
    background-color: #eff5ed;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.end {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    color: #008540;
    font-weight: 500;
    font-size: 11px;
}

.end-date {
    font-weight: 400;
}

.listing-box-iframe p {
    margin: 10px 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: -1px;
}

.highest-bid-iframe {
    position: absolute;
    color: #fff;
    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;
}

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

.corner-logo-iframe {
    position: absolute;
    background: #eff5ed;
    bottom: 5px;
    left: 0;
    height: 23px;
    width: 82px;
    border-right: 1px solid #008540;
}

.corner-logo-iframe img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

.iframe-button {
    height: 31px;
    width: 155px;
    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%);
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
}

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

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