@import "/fonts/Gilroy/gilroy.css" all;
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.offer-popup {
  font-family: 'Gilroy', sans-serif;
  color: #000000;
  background: #FFFFFF none repeat scroll 0 0 padding-box;
  border: #dfdfdf 1px solid;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 12px;
  margin: 3px;
  padding: 25px 15px 30px 15px;
  overflow: hidden;
  position: absolute;
  /*width: @gallery_block_width + 430px+15px+75px;*/
  width: initial;
  gap: 35px;
  z-index: 1001;
  line-height: normal;
}
div.offer-popup .show_add_bid_popup {
  display: none;
}
div.offer-popup .left {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 400px;
  width: 400px;
}
div.offer-popup .gallery {
  position: relative;
  -moz-user-select: none;
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
}
div.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;
}
div.offer-popup .gallery .offer_snippet_body_top--watch {
  top: 45px;
  right: -59px;
}
div.offer-popup .gallery .photo {
  background-image: url("../images/showItemNoPhoto.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
  width: 100%;
  min-height: 400px;
}
div.offer-popup .gallery .photo a {
  display: block;
  height: 100%;
  width: 100%;
}
div.offer-popup .gallery .nav {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  width: 404px;
}
div.offer-popup .gallery .nav li {
  display: inline-block;
  height: 16px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 16px;
}
div.offer-popup .gallery .nav li a {
  display: block;
  height: 16px;
  width: 16px;
  padding: 0;
}
div.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;
}
div.offer-popup .gallery .nav > li > a:focus,
div.offer-popup .gallery .nav > li > a:hover {
  background-color: #fff;
  text-decoration: none;
}
div.offer-popup .gallery .nav > li > a:focus span,
div.offer-popup .gallery .nav > li > a:hover span {
  background-color: #cdcdcd;
  text-decoration: none;
}
div.offer-popup .gallery .nav li.current a span {
  background: #0f0f0f none repeat scroll 0 0;
  border-radius: 5px;
  height: 10px;
  margin: 3px;
  width: 10px;
}
div.offer-popup .gallery .nav > li.current > a:focus > span,
div.offer-popup .gallery .nav > li.current > a:hover > span {
  background-color: #0f0f0f;
  text-decoration: none;
}
div.offer-popup .seller,
div.offer-popup .bpp_block {
  padding: 20px 0 12px;
}
div.offer-popup .bpp_block {
  padding-right: 5px;
  margin-top: -1px;
}
div.offer-popup .seller .name {
  color: black;
}
div.offer-popup .seller .phone_verified_icon,
div.offer-popup .rating_badge,
div.offer-popup .icon_bpp {
  height: 30px;
  padding-right: 5px;
  margin-top: -7px;
  float: left;
}
div.offer-popup .icon_bpp {
  width: 30px;
  background-size: contain;
}
div.offer-popup .seller .about-me {
  display: block;
  padding-left: 25px;
}
div.offer-popup .right {
  flex-grow: 1;
  height: 100%;
  padding-top: 40px;
}
div.offer-popup .right > div {
  width: 100%;
}
div.offer-popup .right .offer_snippet_body--top {
  height: initial;
  padding-right: 15px;
}
div.offer-popup .right .offer_snippet_body--params {
  float: initial;
}
div.offer-popup .right .offer_snippet_body--params .offer__buynow_block {
  flex-direction: column;
  align-items: flex-start;
}
div.offer-popup .right .offer_snippet_body--params .offer__buynow_block > :first-child {
  order: 1;
}
div.offer-popup .right .offer_snippet_body--price_block {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
div.offer-popup .right .offer_snippet_body--price_block > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
div.offer-popup .right .offer_snippet_body--price_block .price--value,
div.offer-popup .right .offer_snippet_body--price_block .price--button,
div.offer-popup .right .offer_snippet_body--price_block .price--button div,
div.offer-popup .right .offer_snippet_body--price_block .price--button a {
  display: flex;
}
div.offer-popup .right .offer_snippet_body--price_block .price--value {
  flex-direction: column;
}
div.offer-popup .right .offer_snippet_body--price_block .price--value .value--price {
  width: max-content;
}
div.offer-popup .right .offer_snippet_body--price_block .price--value .value--price * {
  color: #FF3700;
  font-size: 25px;
}
div.offer-popup .right .offer_snippet_body--price_block .price--buynow .value--price * {
  font-weight: 700;
}
div.offer-popup .right .offer_snippet_body--price_block .price--button {
  gap: 10px;
  flex-direction: column;
}
div.offer-popup .right .offer_snippet_body--price_block .price--button div,
div.offer-popup .right .offer_snippet_body--price_block .price--button a {
  width: max-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 51px;
  padding: 0 34px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
}
div.offer-popup .right .offer_snippet_body--price_block .price--button .red {
  background-color: #FF3700;
}
div.offer-popup .right .offer_snippet_body--price_block .price--button .black {
  background-color: #000000;
}
div.offer-popup .right .offer_snippet_body--price_block .price--button .grey {
  background-color: #dfdfdf;
  color: black;
}
div.offer-popup .offer_snippet_body--top .offer_snippet_body_top--title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  word-break: break-word;
}
div.offer-popup .offer_snippet_body--seller {
  position: relative;
  float: left;
  clear: both;
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 18px;
  z-index: 5;
  margin-left: 20px;
}
div.offer-popup .offer_snippet_body--seller .about_me,
div.offer-popup .offer_snippet_body--seller .login {
  display: flex;
  font-weight: 700;
}
div.offer-popup .offers__item__price {
  font-size: 30px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 700;
}
div.offer-popup .offers__item__price span {
  font-weight: 700;
}
div.offer-popup .popup_close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: initial;
}
div.offer-popup .exclude_seller,
div.offer-popup .ending_timer_block {
  display: none !important;
}
div.offer-popup .replica {
  display: inline-block;
}
