.profile-page {
  margin: 0 auto;
}
.profile-page .message-container {
  margin-bottom: 15px;
}
.profile-page .profile-page-inner {
  max-width: 760px;
  font-size: 16px;
  padding: 0 5px;
  margin: 25px auto;
  border-radius: 3px;
}
@media (max-width: 520px) {
  .profile-page .profile-page-inner .field.name {
    padding-left: 20px;
  }
  .profile-page .profile-page-inner .field.paypal-mail {
    margin-top: unset;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .profile-page .profile-page-inner .field.paypal-mail .label {
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 20px;
  }
  .profile-page .profile-page-inner input:not([type=checkbox]),
  .profile-page .profile-page-inner select {
    margin-bottom: 12px;
  }
  .profile-page .profile-page-inner input[name="paypalAccount"],
  .profile-page .profile-page-inner input[name="email"] {
    margin-top: 5px;
  }
}
@media (min-width: 521px) {
  .profile-page .profile-page-inner .profile-form {
    margin: 0 auto;
    display: table;
  }
  .profile-page .profile-page-inner .profile-form .row {
    display: table-row;
  }
  .profile-page .profile-page-inner .profile-form .row .label {
    text-align: right;
  }
  .profile-page .profile-page-inner .profile-form .row .label,
  .profile-page .profile-page-inner .profile-form .row .field {
    display: table-cell;
    padding: 6px;
    width: 390px;
  }
  .profile-page .profile-page-inner .profile-form .row .field.name {
    padding-left: 26px;
    padding-bottom: 0;
  }
  .profile-page .profile-page-inner .profile-form .row .field.paypal-mail {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .profile-page .profile-page-inner .profile-form .row .field.paypal-mail .label {
    padding-left: 20px;
  }
}
.profile-page .profile-page-inner .saved-search {
  text-decoration: underline;
}
.profile-page .profile-page-inner .saved-search:hover {
  text-decoration: none;
}
.profile-page .profile-page-inner .profile-form .row.buttons {
  text-align: center;
}
.profile-page .profile-page-inner .profile-form .row.buttons .field {
  padding-top: 75px;
}
.profile-page .profile-page-inner .profile-form .row select {
  padding-left: 20px;
}
.profile-page .profile-page-inner .profile-form .row label.checkbox {
  white-space: normal;
  height: unset;
  line-height: 25px;
  overflow: unset;
}
.profile-page .profile-page-inner .profile-form .row.notifications-title .field {
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 5px;
}
.profile-page .profile-page-inner .profile-form .row.notifications-title .field:after {
  content: ':';
}
.profile-page .profile-page-inner .profile-form .row .label {
  font-weight: bold;
  vertical-align: middle;
  width: 1px;
  white-space: nowrap;
}
.profile-page .profile-page-inner .profile-form .row .label:not(:empty):after {
  content: ":";
}
.profile-page .profile-page-inner .profile-form .row.password-hint .field {
  padding-top: 40px;
  padding-bottom: 6px;
}
.profile-page .profile-page-inner .profile-form .row .field {
  vertical-align: middle;
}
.profile-page .profile-page-inner .profile-form .row .field.help-text {
  font-style: italic;
  color: #888;
}
.profile-page .profile-page-inner .profile-form .row .field input:not([type=checkbox]),
.profile-page .profile-page-inner .profile-form .row .field select {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  background-color: #fff;
}
.profile-page .profile-page-inner .profile-form .row input[name="countryNameNative"] {
  margin-top: 40px;
}
.profile-page .profile-page-inner .profile-form .row.field-button .field {
  padding-top: 35px;
}
.profile-page .profile-page-inner .profile-form .row.field-button .field input:not([type=checkbox]),
.profile-page .profile-page-inner .profile-form .row.field-button .field select {
  box-sizing: border-box;
  width: 50%;
  height: 40px;
  background-color: #fff;
}
.profile-page .profile-page-inner .profile-form .row.field-button .field button {
  margin-left: 8px;
  float: right;
}
.profile-page .profile-page-inner .profile-form .row .field.code-row {
  padding-top: 20px;
}
.feedback-page {
  width: 100%;
  margin: 25px auto 0 auto;
  font-size: 16px;
}
.feedback-page .message-container {
  margin: 10px auto 25px;
  max-width: 1240px;
}
.feedback-page .stats {
  background-color: #F8F8F8;
  padding: 10px;
}
.feedback-page .stats .username {
  display: block;
  max-width: 610px;
  height: auto;
  margin: 15px auto;
  padding: 2px 0 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 25px;
}
.feedback-page .stats .username .user-profile {
  background-image: url("../img/new-img/user.svg");
  background-repeat: no-repeat;
  background-size: 64px;
  position: relative;
  height: 64px;
  width: 64px;
  margin: 30px auto 20px;
}
.feedback-page .stats .username .user-profile .user-country-flag {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 16px;
  height: 10px;
}
.feedback-page .stats .username .dates {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  color: #1D1D1D;
}
.feedback-page .stats .username .dates .registered,
.feedback-page .stats .username .dates .last-seen {
  display: flex;
  justify-content: center;
  padding: 8px 8px 0 8px;
}
.feedback-page .stats .username .dates .registered .value,
.feedback-page .stats .username .dates .last-seen .value,
.feedback-page .stats .username .dates .registered .label,
.feedback-page .stats .username .dates .last-seen .label {
  padding: 0 5px;
}
.feedback-page .stats .username .dates .value {
  font-weight: bold;
}
.feedback-page .stats .username .follow-user {
  width: 220px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.feedback-page .stats .username .suspended {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #a63e3e;
}
.feedback-page .stats .username .links {
  font-size: 16px;
  font-weight: normal;
  color: #005129;
  padding-top: 10px;
  text-align: center;
  line-height: 16px;
  margin: 0 40px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.feedback-page .stats .username .links a {
  margin: 11px 10px;
  white-space: nowrap;
  display: inline-block;
}
.feedback-page .stats .details-wrapper {
  background-color: #DDECE5;
  max-width: 610px;
  min-height: 190px;
  margin: 15px auto 0 auto;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 15px 0;
}
.feedback-page .stats .details-wrapper .details {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 400px) {
  .feedback-page .stats .details-wrapper .details {
    flex-direction: column;
  }
}
.feedback-page .stats .details-wrapper .details .rating-comments,
.feedback-page .stats .details-wrapper .details .rating-active,
.feedback-page .stats .details-wrapper .details .rating-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 33%;
  height: 40px;
}
.feedback-page .stats .details-wrapper .details .rating-comments .label,
.feedback-page .stats .details-wrapper .details .rating-active .label,
.feedback-page .stats .details-wrapper .details .rating-marker .label {
  font-size: 12px;
  color: #1D1D1D;
}
.feedback-page .stats .details-wrapper .details .rating-comments .value,
.feedback-page .stats .details-wrapper .details .rating-active .value,
.feedback-page .stats .details-wrapper .details .rating-marker .value {
  text-align: center;
  font-size: 20px;
  color: #1D1D1D;
  font-weight: bold;
}
@media (max-width: 400px) {
  .feedback-page .stats .details-wrapper .details .rating-comments .value,
  .feedback-page .stats .details-wrapper .details .rating-active .value,
  .feedback-page .stats .details-wrapper .details .rating-marker .value {
    font-size: 18px;
  }
}
.feedback-page .stats .details-wrapper .rating-percentage {
  display: flex;
  padding-top: 30px;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
.feedback-page .stats .details-wrapper .rating-percentage .summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feedback-page .stats .details-wrapper .rating-percentage .summary .label {
  font-size: 16px;
  color: #1D1D1D;
  text-align: center;
  white-space: normal;
  padding: 0 8px;
}
.feedback-page .stats .details-wrapper .rating-percentage .summary .label span {
  color: #44a475;
}
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .comments-wrapper {
  padding-right: 25px;
}
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .comments-wrapper .comments {
  color: #1D1D1D;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .summary-ratings {
  display: flex;
  align-items: center;
}
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .summary-ratings > span {
  padding-right: 20px;
}
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .summary-ratings .rating-plus,
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .summary-ratings .rating-minus,
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .summary-ratings .rating-neutral {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 4px;
}
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .summary-ratings .rating-plus {
  background-image: url(../img/new-img/rating-plus-one.svg);
}
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .summary-ratings .rating-neutral {
  background-image: url(../img/new-img/rating-zero.svg);
}
.feedback-page .stats .details-wrapper .rating-percentage .comments-ratings-wrapper .summary-ratings .rating-minus {
  background-image: url(../img/new-img/rating-minus-one.svg);
}
.feedback-page .stats .details-wrapper .rating-percentage .value {
  font-size: 20px;
  color: #44A475;
}
.feedback-page .stats .details-wrapper .help-icon {
  border: none;
  background: transparent url("../img/new-img/question2.svg") no-repeat center center;
  background-size: 16px 16px;
  padding: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
  cursor: help;
}
.feedback-page .stats .star-,
.feedback-page .stats .star-0,
.feedback-page .stats .star-1,
.feedback-page .stats .star-2,
.feedback-page .stats .star-3,
.feedback-page .stats .star-4,
.feedback-page .stats .star-5,
.feedback-page .stats .star-6,
.feedback-page .stats .star-7,
.feedback-page .stats .star-8,
.feedback-page .stats .star-9,
.feedback-page .stats .star-10 {
  display: inline-block;
  width: 25px;
  height: 24px;
  background-image: url(../img/new-img/stars-big.svg);
  vertical-align: middle;
  background-repeat: no-repeat;
}
.feedback-page .stats .star-0 {
  background-position: 0 0;
}
.feedback-page .stats .star-1 {
  background-position: 0 -28px;
}
.feedback-page .stats .star-2 {
  background-position: 0 -58px;
}
.feedback-page .stats .star-3 {
  background-position: 0 -88px;
}
.feedback-page .stats .star-4 {
  background-position: 0 -116px;
}
.feedback-page .stats .star-5 {
  background-position: 0 -146px;
}
.feedback-page .stats .star-6 {
  background-position: 0 -176px;
}
.feedback-page .stats .star-7 {
  background-position: 0 -204px;
}
.feedback-page .stats .star-8 {
  background-position: 0 -235px;
}
.feedback-page .stats .star-9 {
  background-position: 0 -266px;
}
.feedback-page .stats .star-10 {
  background-position: 0 -296px;
}
@media (max-width: 768px) {
  .feedback-page .stats {
    padding: 10px 0;
  }
  .feedback-page .stats .username,
  .feedback-page .stats .details-wrapper {
    max-width: unset;
    border-radius: unset;
  }
}
.feedbacks-wrapper {
  max-width: 610px;
  margin: 0 auto 15px auto;
}
@media (max-width: 768px) {
  .feedbacks-wrapper {
    width: auto;
    margin: unset;
    padding: 0 40px;
  }
}
.feedbacks-wrapper .feedbacks .row {
  padding-top: 8px;
  min-height: 65px;
}
.feedbacks-wrapper .feedbacks .row .comment_block {
  padding-left: 15px;
  padding-right: 5px;
  max-width: 565px;
}
.feedbacks-wrapper .feedbacks .row .rate-comment {
  display: flex;
  align-items: center;
  position: unset;
  font-size: 16px;
  color: #1D1D1D;
  padding-top: 25px;
}
.feedbacks-wrapper .feedbacks .row .lower-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  flex-wrap: wrap-reverse;
}
@media (max-width: 458px) {
  .feedbacks-wrapper .feedbacks .row .lower-row {
    padding-top: 7px;
  }
}
.feedbacks-wrapper .feedbacks .row .lower-row .user2 {
  font-size: 14px;
  font-weight: bold;
  color: #005129;
  bottom: 5px;
  left: 39px;
  display: flex;
  align-items: center;
  padding-right: 70px;
  padding-top: 5px;
}
.feedbacks-wrapper .feedbacks .row .lower-row .user2 a {
  text-decoration: none;
}
.feedbacks-wrapper .feedbacks .row .lower-row .user2 .rating {
  font-weight: 200;
}
.feedbacks-wrapper .feedbacks .row .lower-row .auction {
  font-size: 13px;
  color: #1D1D1D;
  bottom: 5px;
  right: 90px;
}
.feedbacks-wrapper .feedbacks .row .lower-row .time {
  font-size: 13px;
  color: #A4A4A4;
  bottom: 5px;
  right: 2px;
}
.feedbacks-wrapper .feedbacks .row .feedback-rating {
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 25px;
  height: 24px;
  top: 25px;
}
.feedbacks-wrapper .feedbacks .row .feedback-rating.rating_1 {
  background-image: url(../img/new-img/rating-plus-one.svg);
}
.feedbacks-wrapper .feedbacks .row .feedback-rating.rating_0 {
  background-image: url(../img/new-img/rating-zero.svg);
}
.feedbacks-wrapper .feedbacks .row .feedback-rating.rating_-1 {
  background-image: url(../img/new-img/rating-minus-one.svg);
}
.feedbacks-wrapper .feedbacks .reply {
  min-height: 15px;
}
.feedbacks-wrapper .feedbacks .reply-link {
  font-size: 13px;
  font-weight: bold;
  float: right;
  margin-top: 8px;
}
.feedbacks-wrapper .feedbacks .reply-form {
  padding-left: 38px;
  padding-top: 6px;
}
.feedbacks-wrapper .feedbacks .reply-form .paper-plane {
  display: none;
}
@media (max-width: 481px) {
  .feedbacks-wrapper .feedbacks .reply-form {
    padding-left: 38px;
  }
  .feedbacks-wrapper .feedbacks .reply-form input {
    width: 80%;
  }
  .feedbacks-wrapper .feedbacks .reply-form button {
    display: none;
  }
  .feedbacks-wrapper .feedbacks .reply-form .paper-plane {
    display: block;
    float: right;
  }
  .feedbacks-wrapper .feedbacks .reply-form .paper-plane img {
    width: 40px;
  }
}
.feedbacks-wrapper .feedbacks .reply-form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  white-space: pre-line;
  position: relative;
  top: -7px;
  font-size: 13px;
}
.feedbacks-wrapper .feedbacks .reply-form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  white-space: pre-line;
  position: relative;
  top: -7px;
  font-size: 13px;
}
.feedbacks-wrapper .feedbacks .reply-form input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  white-space: pre-line;
  position: relative;
  top: -7px;
  font-size: 13px;
}
.feedbacks-wrapper .feedbacks .reply-form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  white-space: pre-line;
  position: relative;
  top: -7px;
  font-size: 13px;
}
.feedbacks-wrapper .feedbacks .comment {
  padding-top: 14px;
  color: #1D1D1D;
  padding-left: 50px;
  font-size: 15px;
}
.feedbacks-wrapper .feedbacks .comment .user2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  color: #005129;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
.feedbacks-wrapper .feedbacks .comment .user2 a {
  text-decoration: none;
}
.feedbacks-wrapper .feedbacks .comment .user2 .time {
  font-size: 13px;
  color: #a4a4a4;
  font-weight: normal;
}
.feedbacks-wrapper .feedbacks .comment .user2 .rating {
  font-weight: 200;
}
.feedbacks-wrapper .paging {
  margin-top: 50px;
}
.account-page {
  font-size: 14px;
  color: #005129;
  margin: 0 10px 0 35px;
  flex: 1 1 auto;
}
@media (max-width: 780px) {
  .account-page {
    margin: 0 10px 0 10px;
  }
}
.account-page .charge-btn {
  text-align: center;
  background-color: #005129;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 35px;
  max-width: 465px;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 780px) {
  .account-page .charge-btn {
    float: right;
    white-space: normal;
    height: auto;
    border-radius: 40px;
  }
}
@media (max-width: 430px) {
  .account-page .charge-btn {
    line-height: 40px;
  }
}
.account-page .account-list {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.account-page .message-container {
  margin-bottom: 15px;
}
.account-page .empty-result {
  font-style: italic;
  text-align: center;
  margin: 25px auto;
}
.account-page .account-movement .controls {
  text-align: right;
  margin-bottom: 10px;
}
.account-page .account-movement .current-ballance {
  border-bottom: 1px solid #cccccc;
  padding: 12px 8px;
  font-size: 16px;
  color: #005129;
  font-weight: bold;
  text-align: right;
}
.account-page .account-movement .row {
  display: table-row;
  border-bottom: 1px solid #cccccc;
}
.account-page .account-movement .row > * {
  display: table-cell;
  padding: 20px 8px;
  vertical-align: middle;
}
.account-page .account-movement .row .additional-info-icon {
  display: none;
}
.account-page .account-movement .row .additional-info-icon > img {
  width: 22px;
  cursor: pointer;
}
.account-page .account-movement .row .light-info-icon > img {
  width: 22px;
}
.account-page .account-movement .row .invoice {
  float: right;
  height: 15px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 2px;
}
.account-page .account-movement .row .invoice a {
  background: transparent url(../img/new-img/invoice.svg) no-repeat left center;
  padding-left: 15px;
}
.account-page .account-movement .row .time {
  background: url(../img/new-img/calendar-2.svg) no-repeat;
  background-position-x: left;
  background-position-y: center;
  text-align: right;
  padding-left: 30px;
}
.account-page .account-movement .row .amount {
  width: unset;
  top: 2px;
}
@media (max-width: 1024px) {
  .account-page .account-movement .row {
    display: block;
    position: relative;
    padding: 9px 0;
    height: 60px;
    border-bottom: 1px solid #cccccc;
  }
  .account-page .account-movement .row > * {
    padding: 12px 6px;
    position: absolute;
    border-bottom: none;
  }
  .account-page .account-movement .row .light-info-icon {
    display: none;
  }
  .account-page .account-movement .row .additional-info-icon {
    display: table-cell;
    position: absolute;
    top: -1px;
    left: 0px;
  }
  .account-page .account-movement .row .additional-info-icon > img {
    width: 22px;
    cursor: pointer;
    position: unset;
  }
  .account-page .account-movement .row .additional-info-icon > span {
    position: unset;
  }
  .account-page .account-movement .row .ballance {
    bottom: 0px;
    right: 3px;
  }
  .account-page .account-movement .row .reason {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    left: 30px;
    top: 2px;
    overflow: hidden;
    right: 142px;
    text-overflow: ellipsis;
    padding-bottom: unset;
    height: 36px;
  }
  .account-page .account-movement .row .time {
    width: unset;
    right: 3px;
    top: 2px;
    padding-left: 28px;
  }
  .account-page .account-movement .row .amount {
    left: 30px;
    top: 38px;
  }
}
@media (min-width: 781px) and (max-width: 1023px) {
  .account-page .account-movement .row {
    font-size: 12px;
  }
  .account-page .account-movement .row .reason {
    right: 178px;
    height: 28px;
  }
}
@media (min-width: 401px) and (max-width: 780px) {
  .account-page .account-movement .row {
    font-size: 12px;
  }
  .account-page .account-movement .row .reason {
    right: 178px;
    height: 28px;
  }
}
@media (max-width: 400px) {
  .account-page .account-movement .row {
    font-size: 11.5px;
  }
  .account-page .account-movement .row .reason {
    height: 28px;
    right: 120px;
  }
}
.account-charge-page {
  max-width: 960px;
  margin: 25px auto;
  font-size: 15px;
  color: #1D1D1D;
}
@media (max-width: 400px) {
  .account-charge-page {
    font-size: 14px;
  }
}
.account-charge-page h2 {
  font-size: 28px;
  color: #1D1D1D;
  text-align: left;
  margin: 0 15px 15px;
  padding: 10px 10px;
}
@media (max-width: 760px) {
  .account-charge-page h2 {
    margin: 0 0 15px 0;
  }
}
.account-charge-page .message-container {
  margin-bottom: 25px;
}
.account-charge-page .account-charge-method {
  margin: 0 15px 15px;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 760px) {
  .account-charge-page .account-charge-method {
    margin: 0 0 15px 0;
  }
}
.account-charge-page .account-charge-method .title {
  padding: 10px 10px;
  font-size: 16px;
  color: #1D1D1D;
  font-weight: bold;
}
.account-charge-page .account-charge-method .content {
  padding: 10px;
}
.account-charge-page .account-charge-method p {
  margin: 5px 0 10px 0;
}
.account-charge-page .account-charge-method .transfer-info {
  border-collapse: collapse;
}
.account-charge-page .account-charge-method .transfer-info th,
.account-charge-page .account-charge-method .transfer-info td {
  border: 1px solid #98c9b1;
  padding: 3px 3px;
}
.account-charge-page .account-charge-method .transfer-info th {
  text-align: right;
}
.account-charge-page .account-charge-method .transfer-info th[colspan] {
  text-align: center;
  font-style: italic;
}
.account-charge-page .account-charge-method a {
  text-decoration: underline;
}
.account-charge-page .account-charge-method a:hover {
  text-decoration: none;
}
.account-charge-page .new-pp-btn,
.account-charge-page .pay-btn {
  width: 220px;
  text-align: center;
}
.account-charge-page .pay-form table {
  margin: 15px auto 0;
}
@media (max-width: 380px) {
  .account-charge-page .pay-form.paypal-form table {
    margin-right: 0;
  }
}
.account-charge-page .pay-form td {
  padding: 2px 4px;
}
.account-charge-page .pay-form input[name=name] {
  width: 220px;
}
.account-charge-page .pay-form input.amount-field {
  width: 100px;
  text-align: right;
}
.account-charge-page .pay-form input.amount-field[readonly] {
  background-color: transparent;
  border-color: transparent;
}
.account-charge-page .pay-form .button-cell {
  text-align: right;
}
.messages-page {
  width: 100%;
}
.messages-page .messages-page-inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 930px;
}
.messages-page .messages-page-inner .current-messages-and-filter-button {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .messages-page .messages-page-inner .current-messages-and-filter-button .h2 {
    flex: 1 0 auto;
  }
}
.messages-page .messages-page-inner .current-messages-and-filter-button > * {
  display: flex;
}
.messages-page .messages-page-inner .current-messages-and-filter-button .current-messages {
  color: #1D1D1D;
}
.messages-page .messages-page-inner .current-messages-and-filter-button .filter-button {
  display: none;
}
.messages-page .messages-page-inner .current-messages-and-filter-button .filter-button button {
  height: 32px;
  width: 32px;
  background: url("../img/new-img/options-3.svg");
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  border: none;
  background-size: 32px;
  background-position: center center;
}
.messages-page .messages-page-inner form {
  margin-top: 10px;
  margin-bottom: 35px;
}
.messages-page .messages-page-inner form .filters {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.messages-page .messages-page-inner form .filters > * {
  padding: 8px 3px;
}
.messages-page .messages-page-inner form .filters .buttons {
  margin-left: auto;
}
.messages-page .messages-page-inner form .filters .buttons .reset {
  color: #005129;
  background-color: #f8f8f8;
  border: none;
}
.messages-page .messages-page-inner form .filters .filter .field input,
.messages-page .messages-page-inner form .filters .filter .field select {
  width: 150px;
}
@media (max-width: 645px) {
  .messages-page .messages-page-inner form .filters {
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
  }
  .messages-page .messages-page-inner form .filters .buttons {
    margin: auto;
  }
  .messages-page .messages-page-inner form .filters .filter .field select,
  .messages-page .messages-page-inner form .filters .filter .field input {
    width: 250px;
  }
}
.messages-page .messages-page-inner form.filter-visible {
  display: block;
}
@media (max-width: 1023px) {
  .messages-page .messages-page-inner form {
    display: none;
  }
  .messages-page .messages-page-inner .current-messages-and-filter-button .filter-button {
    display: flex;
  }
}
.messages-page .controls {
  display: flex;
  align-items: center;
  margin: 15px 0;
  padding-top: 30px;
}
.messages-page .controls button {
  text-align: center;
  padding: 0 38px 0 15px;
  margin-left: auto;
  width: 150px;
  color: #1D1D1D;
  background-image: url("../img/new-img/drop-down.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  border-color: #cccccc;
  background-color: #fff;
}
.messages-page .button-menu-container {
  width: 350px;
  box-shadow: 0px 0px 50px 20000px rgba(0, 0, 0, 0.27);
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 374px) {
  .messages-page .button-menu-container {
    width: 300px;
  }
}
.messages-page .button-menu-container a {
  font-size: 16px;
  padding: 20px 10px;
}
.messages-page .messages-table .check label.checkbox {
  height: 24px !important;
}
.messages-page .messages-table .row {
  display: flex;
  align-items: center;
  padding: 25px 0;
  white-space: nowrap;
  border-bottom: 1px solid #cccccc;
}
.messages-page .messages-table .row > * {
  display: flex;
}
.messages-page .messages-table .row:first-of-type {
  border-top: 1px solid #cccccc;
}
.messages-page .messages-table .row .subject {
  margin-right: auto;
  padding: 0 8px;
}
.messages-page .messages-table .row .subject .ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.messages-page .messages-table .row .color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
}
.messages-page .messages-table .row.unread .subject {
  font-weight: bold;
}
.messages-page .messages-table .row.red .color {
  background-color: #E22A2A;
}
.messages-page .messages-table .row.red .subject {
  color: #E22A2A;
}
.messages-page .messages-table .row.green .color {
  background-color: green;
}
.messages-page .messages-table .row.green .subject {
  color: green;
}
.messages-page .messages-table .row .user {
  width: 170px;
  flex-wrap: wrap;
  color: #545454;
  font-size: 14px;
}
.messages-page .messages-table .row .user .rating-num {
  font-size: 13px;
}
.messages-page .messages-table .row .user .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 165px;
}
.messages-page .messages-table .row .time-wrapper {
  padding-right: 8px;
}
.messages-page .messages-table .row .time-wrapper .time {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-left: auto;
  color: #888;
}
@media (min-width: 800px) {
  .messages-page .messages-table .row .time-wrapper {
    height: 48px;
    width: 70px;
    text-align: right;
  }
  .messages-page .messages-table .row .time-wrapper .time {
    white-space: normal;
  }
}
@media (max-width: 1023px) {
  .messages-page .messages-table .row .user {
    width: 170px;
  }
  .messages-page .messages-table .row .user .username {
    max-width: unset;
  }
}
@media (max-width: 799px) {
  .messages-page .messages-table .row {
    position: relative;
    height: 65px;
  }
  .messages-page .messages-table .row .user {
    width: unset;
    position: absolute;
    bottom: 12px;
    left: 5px;
  }
  .messages-page .messages-table .row .user .username {
    max-width: unset;
  }
  .messages-page .messages-table .row .time-wrapper {
    position: absolute;
    bottom: 12px;
    right: 5px;
  }
  .messages-page .messages-table .row .check {
    position: absolute;
    top: 12px;
    left: 5px;
  }
  .messages-page .messages-table .row .subject {
    position: absolute;
    top: 15px;
    left: 32px;
  }
}
@media (max-width: 424px) {
  .messages-page .messages-table .row .user .username {
    max-width: 155px;
  }
}
@media (max-width: 374px) {
  .messages-page .messages-table .row .user {
    width: 170px;
  }
  .messages-page .messages-table .row .username {
    max-width: unset;
  }
}
.blacklist-page {
  width: 800px;
  margin: 25px auto;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 13px;
}
.blacklist-page .message-container {
  margin-bottom: 25px;
}
.blacklist-page .empty-result {
  font-style: italic;
  text-align: center;
  margin: 25px auto;
}
.blacklist-page .title-container {
  text-align: left;
}
.blacklist-page .title-container .title {
  display: inline-block;
  color: #1D1D1D;
  margin: 10px 0;
  background: url("../img/new-img/info.svg") no-repeat left top;
  background-size: 25px;
  padding-left: 30px;
  line-height: 25px;
}
.blacklist-page .add-user {
  padding: 15px 5px;
  margin-bottom: 20px;
}
.blacklist-page .add-user input,
.blacklist-page .add-user select {
  height: 40px;
  box-sizing: border-box;
}
.blacklist-page .add-user input {
  width: 130px;
}
.blacklist-page .add-user label {
  line-height: 27px;
}
@media (max-width: 440px) {
  .blacklist-page .add-user {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .blacklist-page .add-user button {
    margin-top: 12px;
  }
}
.blacklist-page .blacklist-inner .controls {
  display: none;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 35px;
  line-height: 35px;
}
.blacklist-page .blacklist-inner .controls button {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  float: right;
  margin: 4px;
}
@media (max-width: 440px) {
  .blacklist-page .blacklist-inner .controls button {
    font-size: 14px;
  }
}
.blacklist-page .blacklist-inner .blacklist {
  width: 100%;
}
.blacklist-page .blacklist-inner .blacklist tr {
  border-bottom: 1px solid #dcdcdc;
}
.blacklist-page .blacklist-inner .blacklist tr:first-of-type {
  border-top: 1px solid #dcdcdc;
}
.blacklist-page .blacklist-inner .blacklist tr td {
  padding: 5px;
}
.blacklist-page .blacklist-inner .blacklist tr .check {
  padding-left: 10px;
  width: 1px;
}
.blacklist-page .blacklist-inner .blacklist tr .username {
  line-height: 35px;
  font-weight: bold;
}
.blacklist-page .blacklist-inner .blacklist tr .remove {
  width: 1px;
}
.blacklist-page .blacklist-inner .blacklist tr .remove button {
  background-image: url("../img/new-img/bin.svg");
  background-position: center center;
  background-size: 32px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  border: none;
  padding: 0;
}
.my-auctions-page {
  width: 930px;
  padding: 0 8px;
  font-size: 16px;
  margin: 0 auto;
}
.my-auctions-page .my-auctions-page-inner {
  max-width: 930px;
  margin: 0 auto;
}
.my-auctions-page .my-auctions-page-inner .current-auctions-and-filter-button {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-auctions-page .my-auctions-page-inner .current-auctions-and-filter-button > * {
  display: flex;
}
.my-auctions-page .my-auctions-page-inner .current-auctions-and-filter-button .current-auctions {
  color: #1D1D1D;
}
.my-auctions-page .my-auctions-page-inner .current-auctions-and-filter-button .filter-button {
  display: none;
}
.my-auctions-page .my-auctions-page-inner .current-auctions-and-filter-button .filter-button button {
  height: 32px;
  width: 32px;
  background: url("../img/new-img/options-3.svg");
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  border: none;
  background-size: 32px;
  background-position: center center;
}
.my-auctions-page .my-auctions-page-inner form {
  margin-top: 10px;
  margin-bottom: 35px;
}
.my-auctions-page .my-auctions-page-inner .filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.my-auctions-page .my-auctions-page-inner .filters > * {
  padding: 8px 3px;
}
.my-auctions-page .my-auctions-page-inner .filters .filter .datepicker {
  width: 150px;
  background: url("../img/new-img/calendar-2.svg");
  background-position-x: 116px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.my-auctions-page .my-auctions-page-inner .filters .filter select[name=username] {
  width: 150px;
}
.my-auctions-page .my-auctions-page-inner .filters .buttons {
  display: flex;
  margin-left: auto;
}
.my-auctions-page .my-auctions-page-inner .filters .buttons .submit .reset {
  color: #005129;
  background-color: #f8f8f8;
  border: none;
}
@media (max-width: 645px) {
  .my-auctions-page .my-auctions-page-inner .filters {
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
  }
  .my-auctions-page .my-auctions-page-inner .filters .filter .field select,
  .my-auctions-page .my-auctions-page-inner .filters .filter .field input {
    width: 250px;
  }
  .my-auctions-page .my-auctions-page-inner .filters .filter .datepicker {
    background-position-x: 215px;
  }
}
.my-auctions-page .my-auctions-page-inner form.filter-visible {
  display: flex;
}
@media (max-width: 1023px) {
  .my-auctions-page .my-auctions-page-inner form {
    display: none;
  }
  .my-auctions-page .my-auctions-page-inner .current-auctions-and-filter-button .filter-button {
    display: flex;
  }
}
.my-auctions-page .my-auctions-page-inner .controls {
  display: flex;
  align-items: center;
  position: relative;
  margin: 15px 0;
}
@media (max-width: 645px) {
  .my-auctions-page .my-auctions-page-inner .controls .checkAll-label {
    font-size: 13px;
  }
}
.my-auctions-page .my-auctions-page-inner .controls .button-menu-container {
  width: 350px;
  box-shadow: 0px 0px 50px 20000px rgba(0, 0, 0, 0.27);
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 374px) {
  .my-auctions-page .my-auctions-page-inner .controls .button-menu-container {
    width: 300px;
  }
}
.my-auctions-page .my-auctions-page-inner .controls .button-menu-container a {
  font-size: 16px;
  padding: 20px 10px;
}
.my-auctions-page .my-auctions-page-inner .controls label.checkbox {
  height: 29px;
}
.my-auctions-page .my-auctions-page-inner .controls .checkAll-label {
  margin-left: 8px;
}
.my-auctions-page .my-auctions-page-inner .controls select {
  margin-left: auto;
}
.my-auctions-page .my-auctions-page-inner .controls button {
  text-align: center;
  padding: 0 38px 0 15px;
  margin-left: auto;
  width: 150px;
  color: #1D1D1D;
  background-image: url("../img/new-img/drop-down.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  border-color: #cccccc;
  background-color: #fff;
}
.my-auctions-page .message-container {
  margin-bottom: 25px;
}
.my-auctions-page .empty-result {
  font-style: italic;
  text-align: center;
  margin: 25px auto;
  font-size: 14px;
}
.my-auctions-page .auctions {
  display: flex;
  flex-direction: column;
}
.my-auctions-page .auctions .auction:first-of-type .photo,
.my-auctions-page .auctions .auction:first-of-type .auction-content {
  border-top: 1px solid #cccccc;
}
.my-auctions-page .auctions .auction {
  display: flex;
  flex-direction: row;
}
.my-auctions-page .auctions .auction > * {
  display: flex;
}
.my-auctions-page .auctions .auction .check {
  text-align: center;
  vertical-align: middle;
  width: 22px;
  height: 75px;
  margin: auto;
  padding-right: 5px;
  padding-bottom: 7px;
}
.my-auctions-page .auctions .auction .check label.checkbox {
  height: 24px;
}
.my-auctions-page .auctions .auction .check input {
  margin: 0;
}
.my-auctions-page .auctions .auction .check-wrapper {
  align-items: flex-start;
}
.my-auctions-page .auctions .auction .photo {
  font-size: 0;
  border-bottom: 1px solid #cccccc;
  padding-right: 10px;
  position: relative;
}
.my-auctions-page .auctions .auction .photo .discount-ribbon {
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  color: #ffc400;
  background-color: #00551d;
  height: 14px;
  line-height: 13px;
  width: 54px;
  text-align: center;
  transform: rotate(45deg);
  clip-path: polygon(14px 0, 40px 0, 100% 100%, 0 100%);
  top: 21px;
  right: -3px;
}
@media (min-width: 481px) and (max-width: 799px) {
  .my-auctions-page .auctions .auction .photo .discount-ribbon {
    top: 52px;
    right: -3px;
  }
}
@media (max-width: 480px) {
  .my-auctions-page .auctions .auction .photo .discount-ribbon {
    top: 65px;
    right: -3px;
  }
}
.my-auctions-page .auctions .auction .photo img {
  width: 100px;
  height: 75px;
  margin: auto;
  border-radius: 4px;
}
.my-auctions-page .auctions .auction .auction-content {
  font-size: 17px;
  flex-grow: 1;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 3px;
  border-bottom: 1px solid #cccccc;
}
.my-auctions-page .auctions .auction .auction-content > * {
  display: flex;
}
.my-auctions-page .auctions .auction .auction-content .main {
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  flex-grow: 1;
}
.my-auctions-page .auctions .auction .auction-content .main .buttons-area-holder {
  height: 64px;
  display: none;
}
@media (max-width: 799px) {
  .my-auctions-page .auctions .auction .auction-content .main .buttons-area-holder {
    display: block;
    visibility: hidden;
  }
}
.my-auctions-page .auctions .auction .auction-content .main .main-second-row {
  color: #005129;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
  line-height: 25px;
  flex-wrap: wrap;
  padding-top: 8px;
}
.my-auctions-page .auctions .auction .auction-content .main .main-second-row .bids-wrapper {
  display: flex;
  padding-top: 5px;
}
.my-auctions-page .auctions .auction .auction-content .main .main-second-row .datetime,
.my-auctions-page .auctions .auction .auction-content .main .main-second-row .prices {
  margin-right: 30px;
}
@media (max-width: 360px) {
  .my-auctions-page .auctions .auction .auction-content .main .main-second-row .datetime,
  .my-auctions-page .auctions .auction .auction-content .main .main-second-row .prices {
    margin-right: unset;
  }
}
.my-auctions-page .auctions .auction .auction-content .main .main-second-row .datetime {
  font-size: 15px;
}
.my-auctions-page .auctions .auction .auction-content .main .main-second-row .prices {
  font-weight: bold;
}
@media (max-width: 474px) {
  .my-auctions-page .auctions .auction .auction-content .main .main-second-row {
    font-size: 15px;
  }
}
.my-auctions-page .auctions .auction .auction-content .main .title {
  color: #1D1D1D;
  height: 36px;
  font-weight: bold;
  line-height: 18px;
}
.my-auctions-page .auctions .auction .auction-content .main .title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}
.my-auctions-page .auctions .auction .auction-content .main .title .auction-id {
  color: #777;
  margin-left: 3px;
}
.my-auctions-page .auctions .auction .auction-content .main .title .auction-id:before {
  content: '(';
}
.my-auctions-page .auctions .auction .auction-content .main .title .auction-id:after {
  content: ')';
}
.my-auctions-page .auctions .auction .auction-content .main .title .vip_auction {
  color: #777;
  margin-right: 3px;
}
.my-auctions-page .auctions .auction .auction-content .main .title .vip_auction:before {
  content: '(VIP';
}
.my-auctions-page .auctions .auction .auction-content .main .title .vip_auction:after {
  content: ')';
}
.my-auctions-page .auctions .auction .auction-content .main .datetime {
  color: #1D1D1D;
  padding-left: 30px;
  height: 24px;
  background-image: url("../img/new-img/calendar-2.svg");
  background-repeat: no-repeat;
}
.my-auctions-page .auctions .auction .auction-content .main .datetime .expired {
  color: #c32329;
}
.my-auctions-page .auctions .auction .auction-content .main .bids-offers-count-inner {
  height: 24px;
  width: 28px;
  position: relative;
}
.my-auctions-page .auctions .auction .auction-content .main .bids-offers-count-inner .buy-now-cart {
  width: 25px;
  height: 25px;
}
.my-auctions-page .auctions .auction .auction-content .main .bids-offers-count-inner .buy-now-cart img {
  width: 24px;
  height: 24px;
}
.my-auctions-page .auctions .auction .auction-content .main .bids-offers-count-inner .bids-number,
.my-auctions-page .auctions .auction .auction-content .main .bids-offers-count-inner .offers-number {
  background-color: #005129;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: -3px;
  left: -13px;
  width: 20px;
  height: 14px;
  line-height: 15px;
}
.my-auctions-page .auctions .auction .auction-content .main .prices {
  display: flex;
  flex-wrap: wrap;
}
.my-auctions-page .auctions .auction .auction-content .main .prices .price,
.my-auctions-page .auctions .auction .auction-content .main .prices .my-price,
.my-auctions-page .auctions .auction .auction-content .main .prices .reserved-price {
  vertical-align: middle;
}
.my-auctions-page .auctions .auction .auction-content .main .prices .my-price,
.my-auctions-page .auctions .auction .auction-content .main .prices .reserved-price {
  font-size: 14px;
  margin-left: 5px;
}
@media (max-width: 374px) {
  .my-auctions-page .auctions .auction .auction-content .main .prices .my-price,
  .my-auctions-page .auctions .auction .auction-content .main .prices .reserved-price {
    font-size: 12px;
  }
}
.my-auctions-page .auctions .auction .auction-content .main .prices .my-price.strikethrough,
.my-auctions-page .auctions .auction .auction-content .main .prices .reserved-price.strikethrough {
  text-decoration: line-through;
}
.my-auctions-page .auctions .auction .auction-content .main .prices .my-price.red,
.my-auctions-page .auctions .auction .auction-content .main .prices .reserved-price.red {
  color: #c32329;
}
.my-auctions-page .auctions .auction .auction-content .main .prices .my-price.green,
.my-auctions-page .auctions .auction .auction-content .main .prices .reserved-price.green {
  color: #329632;
}
.my-auctions-page .auctions .auction .auction-content .main .prices .my-price:before,
.my-auctions-page .auctions .auction .auction-content .main .prices .reserved-price:before {
  content: '(';
}
.my-auctions-page .auctions .auction .auction-content .main .prices .my-price:after,
.my-auctions-page .auctions .auction .auction-content .main .prices .reserved-price:after {
  content: ')';
}
.my-auctions-page .auctions .auction div.user {
  margin-left: auto;
  white-space: nowrap;
  text-align: left;
  background-image: url("../img/new-img/user.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  height: 24px;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.my-auctions-page .auctions .auction div.user a {
  font-weight: bold;
}
.my-auctions-page .auctions .auction .info-and-buttons {
  display: flex;
  flex-shrink: 0;
  height: 34px;
  justify-content: flex-end;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info {
  margin-right: 2px;
  white-space: nowrap;
  height: 33px;
  font-size: 0;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info button {
  border: none;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px;
  outline: none;
  cursor: help;
  margin: 0 6px;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .featured-options {
  background-image: url("../img/new-img/featured-options-scale-v2.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-0 {
  background-position: 0 0;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-1 {
  background-position: 0 -42px;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-2,
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-3 {
  background-position: 0 -83px;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-4,
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-5,
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-6 {
  background-position: 0 -124px;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-7,
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-8,
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-9 {
  background-position: 0 -165px;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-10 {
  background-position: 0 -206px;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .volume-11 {
  background-position: 0 40px;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .hide-volume {
  cursor: unset;
  pointer-events: none;
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .shipping.active {
  background-image: url("../img/new-img/prepare-parcel.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .additional-info .info.active {
  background-image: url("../img/new-img/info3.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons {
  white-space: nowrap;
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons button {
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0 6px;
  box-sizing: border-box;
  border: 1px solid transparent;
  background-color: transparent;
  background-position: center center;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  border-radius: 3px;
}
@media (max-width: 350px) {
  .my-auctions-page .auctions .auction .info-and-buttons .buttons button {
    margin: 0 2px;
  }
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .remove {
  background-image: url("../img/new-img/bin.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .message {
  background-image: url("../img/new-img/mail2.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .rating-comment {
  background-image: url("../img/new-img/rating-comment.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .start-similar {
  background-image: url("../img/new-img/recovery-request.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .restart {
  background-image: url("../img/new-img/restart-auction.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .edit {
  background-image: url("../img/new-img/edit-auction.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .stop {
  background-image: url("../img/new-img/stop-3.svg");
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .create-shipment {
  background-image: url("../img/new-img/prepare-parcel.svg");
  position: relative;
  overflow: visible;
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .create-shipment.checked::after {
  content: ' ';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/yes-green.svg");
  background-size: 20px 20px;
  bottom: -6px;
  background-color: white;
  right: -6px;
  border-radius: 10px;
}
.my-auctions-page .auctions .auction .info-and-buttons .buttons .paypal {
  background-image: url("../img/new-img/ppal.svg");
}
@media (max-width: 799px) {
  .my-auctions-page .auctions .auction {
    position: relative;
  }
  .my-auctions-page .auctions .auction div.user {
    margin-left: unset;
  }
  .my-auctions-page .auctions .auction .auction-content {
    flex-wrap: wrap;
  }
  .my-auctions-page .auctions .auction .info-and-buttons {
    justify-content: flex-start;
    position: absolute;
    left: 23px;
    bottom: 10px;
  }
  .my-auctions-page .auctions .auction .info-and-buttons button.featured-options {
    margin-right: 76px;
  }
}
@media (max-width: 480px) {
  .my-auctions-page .auctions .auction .auction-content .main .main-second-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 799px) {
  .my-auctions-page .auctions .auction .check-wrapper {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 44;
  }
  .my-auctions-page .auctions .auction .info-and-buttons {
    left: 3px;
  }
  .my-auctions-page .auctions .auction .info-and-buttons .buttons button,
  .my-auctions-page .auctions .auction .info-and-buttons .additional-info button {
    width: 30px;
    height: 34px;
    background-size: 30px;
  }
  .my-auctions-page .auctions .auction .info-and-buttons .additional-info .featured-options {
    width: 34px;
    height: 34px;
    background-size: 34px;
  }
  .my-auctions-page .auctions .auction .info-and-buttons .additional-info .info {
    height: 34px;
  }
}
.cp-info_box {
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  color: #878787;
  font-size: 11px;
  text-align: justify;
  max-width: 520px;
  margin: 20px auto;
  background-color: #fbfbfb;
}
@media (max-width: 520px) {
  .cp-info_box {
    border-radius: 0;
    text-align: left;
    border-style: solid none solid none;
  }
}
.cp-info_box a {
  text-decoration: underline;
}
.cp-info_box.with_paging {
  margin-top: 0;
}
.calculator-message--window .window-frame-body {
  padding: 0;
  max-width: 600px;
}
.calculator-message--window .user-info {
  padding: 20px 5px;
  font-size: 16px;
  text-align: center;
}
.calculator-message--window .user-info .user {
  font-weight: bold;
}
.calculator-message--window .count-and-price {
  width: 100%;
}
.calculator-message--window .count-and-price td {
  text-align: center;
  width: 50%;
}
.calculator-message--window .count-and-price td:first-of-type {
  border-right: 1px solid #cccccc;
}
.calculator-message--window .count-and-price .label {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.calculator-message--window .count-and-price .label.small {
  padding-top: 17px;
}
.calculator-message--window .count-and-price .label::after {
  content: ':';
}
.calculator-message--window .count-and-price .value {
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
}
.calculator-message--window .count-and-price .value.small {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}
.calculator-message--window .count-and-price .value.unspecified {
  font-style: italic;
  font-size: 18px;
  color: #777;
}
.calculator-message--window .calculator-message-content .count-and-price {
  color: #1D1D1D;
}
.calculator-message--window .calculator-message-content .controls {
  display: flex;
  flex-direction: column;
}
.calculator-message--window .calculator-message-content .controls .info {
  text-align: center;
  color: #1D1D1D;
  font-size: 16px;
  background-color: #DDECE5;
  border-radius: 15px;
  margin: 15px;
  padding: 8px;
}
.calculator-message--window .calculator-message-content .controls textarea {
  margin: 0 15px;
  box-sizing: border-box;
  height: 50px;
  margin-bottom: 10px;
}
.calculator-message--window .calculator-message-content .controls button {
  margin: 15px 15px 15px auto;
}
.calculator-message--window .calculator-message-content .controls > span {
  margin-left: 17px;
  margin-right: 17px;
  font-size: 15px;
}
.calculator-message--window .calculator-message-content .controls > span label {
  margin-right: 0;
  margin-left: 0;
}
.calculator-message--window .calculator-message-content .controls > span a {
  float: right;
  line-height: 27px;
  text-decoration: underline;
}
.calculator-message--window .calculator-message-content .controls > span a:hover {
  text-decoration: none;
}
.calculator-message--window .calculator-message-content .controls > select {
  margin-left: 15px;
  margin-right: 15px;
}
.calculator-message--window .calculator-message-content .controls label {
  line-height: 27px;
  font-size: 15px;
  margin-left: 17px;
  margin-right: 17px;
  vertical-align: middle;
}
.restart-auctions-window .window-frame-body,
.start-similar-auctions-window .window-frame-body {
  padding: 0;
}
@media (min-width: 761px) {
  .restart-auctions-window .window-frame-body,
  .start-similar-auctions-window .window-frame-body {
    max-width: 650px;
  }
}
.restart-auctions-window .controls,
.start-similar-auctions-window .controls {
  padding: 15px;
}
.restart-auctions-window .controls button,
.start-similar-auctions-window .controls button {
  float: right;
  margin-left: 10px;
}
.auction-prices {
  width: 96%;
  margin-bottom: 10px;
  margin-top: 20px;
}
.auction-prices td,
.auction-prices th {
  padding: 10px 10px 5px 20px;
}
.auction-prices .num {
  text-align: center;
}
.auction-prices .title {
  text-align: left;
}
.auction-prices .title .title-span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.auction-prices .price {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.auction-prices .total {
  font-style: italic;
}
@media (max-width: 799px) {
  .rating-comment-window .auction-id {
    display: none;
  }
}
.window-frame .user {
  white-space: nowrap;
}
.restart-auctions-window td .title {
  width: 100%;
  min-width: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .restart-auctions-window .num {
    display: none;
  }
  .restart-auctions-window .title {
    padding-left: 18px;
  }
}
.recoveryRequest-page {
  width: 100%;
  margin: 0 auto;
}
.recoveryRequest-page h2 {
  text-align: center;
  color: #1d1d1d;
}
@media (max-width: 374px) {
  .recoveryRequest-page h2 {
    font-size: 20px;
  }
}
.recoveryRequest-page .empty-result {
  font-style: italic;
  text-align: center;
  margin: 25px auto;
  font-size: 14px;
}
.recoveryRequest-page .requests {
  margin: 25px auto 0 auto;
  padding: 0 15px;
}
@media (max-width: 374px) {
  .recoveryRequest-page .requests {
    padding: 0 3px;
  }
}
.recoveryRequest-page .requests div:first-of-type .wrapper-for-border {
  border-top: 1px solid #cccccc;
}
.recoveryRequest-page .requests .wrapper-for-border {
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
.recoveryRequest-page .requests .wrapper-for-border .main {
  width: min-content;
  padding-left: 8px;
  flex-grow: 1;
}
.recoveryRequest-page .requests .wrapper-for-border .main > * {
  padding: 4px 0;
}
.recoveryRequest-page .requests .wrapper-for-border .main .title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 16px;
  font-weight: bold;
  color: #1D1D1D;
}
.recoveryRequest-page .requests .wrapper-for-border .main .datetime {
  padding-left: 30px;
  background-image: url(../img/new-img/calendar.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  border: unset;
  background-position: left center;
}
.recoveryRequest-page .requests .wrapper-for-border .buttons {
  margin-left: auto;
  padding-left: 20px;
}
.recoveryRequest-page .requests .wrapper-for-border .buttons .remove {
  background-color: unset;
  background-image: url(../img/new-img/bin.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  border: unset;
  background-position: center center;
}
@media (max-width: 480px) {
  .recoveryRequest-page .requests .wrapper-for-border .photo {
    display: none;
  }
}
.recoveryRequest-page .requests .wrapper-for-border .photo img {
  width: 100px;
  height: 70px;
}
.recoveryRequest-page .requests .wrapper-for-border .reason {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.recoveryRequest-page .requests .wrapper-for-border .buyer-desktop {
  padding-right: 25px;
  height: 24px;
  white-space: nowrap;
}
.recoveryRequest-page .requests .wrapper-for-border .buyer {
  min-height: 24px;
  display: none;
}
.recoveryRequest-page .requests .wrapper-for-border .buyer div.user,
.recoveryRequest-page .requests .wrapper-for-border .buyer-desktop div.user {
  background-image: url(../img/new-img/user.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  min-height: 24px;
  padding-left: 30px;
}
.recoveryRequest-page .requests .wrapper-for-border .buyer div.user a,
.recoveryRequest-page .requests .wrapper-for-border .buyer-desktop div.user a {
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recoveryRequest-page .requests .wrapper-for-border .buyer {
    display: block;
  }
  .recoveryRequest-page .requests .wrapper-for-border .buyer-desktop {
    display: none;
  }
}
@media (max-width: 360px) {
  .recoveryRequest-page .requests .wrapper-for-border .username {
    max-width: 110px;
  }
}
.private-auction-buyers-page {
  max-width: 860px;
  margin: 25px auto;
  font-size: 13px;
}
.private-auction-buyers-page .message-container {
  margin-bottom: 25px;
}
.private-auction-buyers-page .empty-result {
  font-style: italic;
  text-align: center;
  margin: 25px auto;
}
.private-auction-buyers-page .title-container {
  text-align: center;
}
.private-auction-buyers-page .title-container .title {
  display: inline-block;
  font-weight: bold;
  color: #555;
  margin: 10px;
  background-image: url("../img/infotip.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 20px;
  line-height: 15px;
}
.private-auction-buyers-page .add-user {
  padding: 0 5px;
  margin-bottom: 5px;
}
.private-auction-buyers-page .add-user input,
.private-auction-buyers-page .add-user select {
  height: 27px;
  box-sizing: border-box;
}
.private-auction-buyers-page .add-user label {
  line-height: 27px;
}
.private-auction-buyers-page .add-user input {
  width: 130px;
}
@media (max-width: 400px) {
  .private-auction-buyers-page .add-user button {
    font-size: 0;
    vertical-align: top;
    padding: 5px 13px;
  }
}
.private-auction-buyers-page .private-auction-buyers-inner .controls {
  background: #FBFBFB;
  border-top: 1px dotted #cccccc;
  padding-left: 10px;
  line-height: 34px;
}
.private-auction-buyers-page .private-auction-buyers-inner .controls button {
  float: right;
  margin: 5px;
}
.private-auction-buyers-page .private-auction-buyers-inner .private-auction-buyers {
  width: 100%;
}
.private-auction-buyers-page .private-auction-buyers-inner .private-auction-buyers tr {
  background-color: #FDFFFC;
  border-bottom: 1px dotted #dcdcdc;
}
.private-auction-buyers-page .private-auction-buyers-inner .private-auction-buyers tr:nth-of-type(odd) {
  background-color: #FAFFF5;
}
.private-auction-buyers-page .private-auction-buyers-inner .private-auction-buyers tr:first-of-type {
  border-top: 1px dotted #dcdcdc;
}
.private-auction-buyers-page .private-auction-buyers-inner .private-auction-buyers tr td {
  padding: 5px;
}
.private-auction-buyers-page .private-auction-buyers-inner .private-auction-buyers tr .check {
  padding-left: 10px;
  width: 1px;
}
.private-auction-buyers-page .private-auction-buyers-inner .private-auction-buyers tr .username {
  font-weight: bold;
}
.private-auction-buyers-page .private-auction-buyers-inner .private-auction-buyers tr .remove {
  width: 1px;
}
.private-auction-buyers-page .private-auction-buyers-inner .private-auction-buyers tr .remove button {
  border: 1px solid #cccccc;
  width: 32px;
  height: 32px;
  background-color: #f3f3f3;
  background-size: 80%;
  background-position: center center;
  background-image: url("../img/bin.svg");
  background-repeat: no-repeat;
  border-radius: 3px;
}
.shipments-page {
  font-size: 13px;
  margin: 0 10px 0 50px;
  flex: 1 1 auto;
}
@media (max-width: 780px) {
  .shipments-page {
    margin: 0 10px 0 10px;
  }
}
.shipments-page .message-container {
  margin-bottom: 15px;
}
.shipments-page .empty-result {
  font-style: italic;
  text-align: center;
  margin: 25px auto;
}
.shipments-page .description {
  background: url(../img/new-img/info.svg) no-repeat;
  background-position-x: 20px;
  background-position-y: 20px;
  background-color: #DDECE5;
  color: #1D1D1D;
  padding: 8px 8px 8px 90px;
  margin: 15px auto;
  text-align: left;
  border-radius: 10px;
  max-width: 730px;
}
@media (max-width: 770px) {
  .shipments-page .description {
    background-position-x: center;
    padding: 90px 20px 30px 20px;
  }
}
.shipments-page .description span {
  font-size: 15px;
}
.shipments-page .generate-parcel {
  text-align: center;
  background-color: #005129;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 34px;
  max-width: 465px;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 780px) {
  .shipments-page .generate-parcel {
    float: none;
    white-space: normal;
    height: auto;
    border-radius: 40px;
  }
}
@media (max-width: 430px) {
  .shipments-page .generate-parcel {
    line-height: 20px;
  }
}
@media (max-width: 780px) {
  .shipments-page .controls {
    text-align: center;
  }
}
.shipments-page .shipments-list {
  display: table;
  width: 100%;
}
.shipments-page .shipments-list .row {
  display: table-row;
  padding: 9px 0;
  border-bottom: 1px solid #cccccc;
}
.shipments-page .shipments-list .row:first-of-type > * {
  border-top: 1px solid #cccccc;
}
.shipments-page .shipments-list .row > * {
  display: table-cell;
  border-bottom: 1px solid #cccccc;
  padding: 20px 6px;
}
.shipments-page .shipments-list .row .time {
  width: 1px;
  white-space: nowrap;
  padding-left: 30px;
  background: url(../img/new-img/calendar-2.svg) no-repeat;
  background-position-x: left;
  background-position-y: center;
  color: #777;
  text-align: right;
  font-size: 16px;
}
.shipments-page .shipments-list .row .status {
  width: 1px;
  white-space: nowrap;
  color: #1D1D1D;
  font-size: 16px;
  padding-right: 9px;
}
.shipments-page .shipments-list .row .num {
  font-size: 16px;
  width: 1px;
  white-space: nowrap;
  padding-left: 35px;
  background: url(../img/new-img/shipment.svg) no-repeat;
  background-position-x: left;
  background-position-y: center;
}
.shipments-page .shipments-list .row .receiver {
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .shipments-page .shipments-list {
    display: block;
  }
  .shipments-page .shipments-list .row {
    display: block;
    position: relative;
    padding: 9px 0;
    height: 55px;
  }
  .shipments-page .shipments-list .row:first-of-type {
    border-top: 1px solid #cccccc;
  }
  .shipments-page .shipments-list .row > * {
    padding: 12px 6px;
    position: absolute;
    border-bottom: none;
  }
  .shipments-page .shipments-list .row .receiver {
    width: unset;
    left: 32px;
    bottom: 0;
    overflow: hidden;
    right: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .shipments-page .shipments-list .row .status {
    width: unset;
    right: 20px;
    top: 0;
  }
  .shipments-page .shipments-list .row .time {
    width: unset;
    background-image: none;
    right: 20px;
    top: 30px;
  }
  .shipments-page .shipments-list .row .num {
    width: unset;
    top: 2px;
  }
  .shipments-page .shipments-list .row:first-of-type > * {
    border-top: none;
  }
}
@media (max-width: 980px) and (max-width: 480px) {
  .shipments-page .shipments-list .row .num {
    top: 10px;
  }
  .shipments-page .shipments-list .row .status {
    top: 9px;
  }
  .shipments-page .shipments-list .row .time {
    top: 34px;
  }
  .shipments-page .shipments-list .row .num,
  .shipments-page .shipments-list .row .receiver,
  .shipments-page .shipments-list .row .status,
  .shipments-page .shipments-list .row .time {
    font-size: 12px;
  }
}
.control-panel-page {
  display: flex;
  max-width: 1240px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  flex-direction: row;
}
/*# sourceMappingURL=controlPanel.css.map */