.offer-popup {
    background: #fff none repeat scroll 0 0 padding-box;
    border: #e6e6e6 1px solid;
    border-radius: 10px;
    box-shadow: 0 3px 3px 0 #cecece;
    color: #7f7f7f;
    display: none;
    font-size: 12px;
    margin: 3px;
    overflow: hidden;
    position: absolute;
    width: 726px;
    z-index: 1001;
}

.offer-popup .show_add_bid_popup {
    display: none;
}

.offer-popup * {
    box-sizing: content-box;
}

.offer-popup .left {
    width: 404px;
    padding: 10px 0;
    border-right: 1px solid #e6e6e6;
}

.offer-popup .gallery {
    -moz-user-select: none;
    float: left;
    padding-bottom: 10px;
    position: relative;
    width: 404px;
    border-bottom: 1px solid #e6e6e6;
}

.offer-popup .gallery.has_video:after {
    content: "";
    display: block;
    height: 27px;
    width: 40px;
    position: absolute;
    right: 12px;
    top: 2px;
    background: rgba(0, 0, 0, 0) url(/images/icons/YouTube_dark_icon_1.svg) no-repeat scroll left center;
}

.offer-popup .gallery .photo {
    background-image: url("../images/showItemNoPhoto.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 300px;
    position: relative;
    width: 404px;
}

.offer-popup .gallery .photo a {
    display: block;
    height: 300px;
    width: 404px;
}

.offer-popup .gallery .nav {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    width: 404px;
}

.offer-popup .gallery .nav li {
    display: inline-block;
    height: 16px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 16px;
}

.offer-popup .gallery .nav li a {
    display: block;
    height: 16px;
    width: 16px;
    padding: 0;
}

.gallery .nav > li > a:focus, .gallery .nav > li > a:hover {
    background-color: #fff;
    text-decoration: none;
}

.offer-popup .gallery .nav li a span {
    background: #cdcdcd none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    height: 8px;
    margin: 4px;
    width: 8px;
}

.gallery .nav > li > a:focus > span, .gallery .nav > li > a:hover > span {
    background-color: #cdcdcd;
    text-decoration: none;
}

.offer-popup .gallery .nav li.current a span {
    background: #0f0f0f none repeat scroll 0 0;
    border-radius: 5px;
    height: 10px;
    margin: 3px;
    width: 10px;
}

.gallery .nav > li.current > a:focus > span, .gallery .nav > li.current > a:hover > span {
    background-color: #0f0f0f;
    text-decoration: none;
}

.offer-popup .seller,
.offer-popup .bpp_block {
    padding: 20px 0 12px;
}

.offer-popup .bpp_block {
    padding-right: 5px;
    margin-top: -1px;
}

.offer-popup .seller .name {
    color: black;
}

.offer-popup .seller .phone_verified_icon,
.offer-popup .rating_badge,
.offer-popup .icon_bpp {
    height: 30px;
    padding-right: 5px;
    margin-top: -7px;
    float: left;
}

.offer-popup .icon_bpp {
    width: 30px;
    background-size: contain;
}

.offer-popup .seller .about-me {
    display: block;
    padding-left: 25px;
}

.offer-popup .right {
    width: 261px;
    height: 100%;
    padding: 23px 30px 28px 28px;
}

.offer-popup .right .descr * {
    color: black
}

.offer-popup .right .descr ul {
    list-style: outside none none;
}

.offer-popup .right .descr div {
    padding-left: 37px;
    margin-bottom: 5px;
    min-height: 21px;
    background-repeat: no-repeat;
}

.offer-popup .right .descr .head div {
    padding-left: 0;
}

.offer-popup .right .descr .head .watch_elements_popup {
    float: left;
}

.offer-popup .right .descr .head div {
    margin-bottom: 13px;
}

.offer-popup .right .descr .location {
    font-weight: bold;
}

.offer-popup .buy {
    position: absolute;
    bottom: 28px;
    right: 30px;
}

.offer-popup .buy * {
    float: right;
}

.offer-popup .buy .offers__item__price {
    margin-bottom: 15px;
}
