.only-mobile{
  display: none;
}
.only-pc{
  display: block;
}
.auction .buy-btn_block span{
  width: 100% !important;
  margin-top: 20px;
  display: block;
}
.auction .buy-btn_block{
  display: block;
  margin-bottom: 20px;
}
.auction .border-btn {
    background-color: #fff !important;
    color: #3450A7 !important;
    box-shadow: inset 0px 0px 0px 3px #3450A7;
}
.prices-table td span{
  display: none;
}
.prices-table{
  width: 100%;
}
.prices-table tr:nth-child(odd){
  background: #fff;
}
.prices-table tr:nth-child(even){
  background: #F7F7F7;
}
.prices-table td{
  border:none !important;
}
.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  cursor: pointer;
  margin: 0;
  position: relative;
  box-shadow: 0px 0px 1px #898989;
    border-radius: 50%;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #898989;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 40px;
  padding: .5rem;
  border: none;
  border-width: 0 2px;
  font-size: 14px;
  height: 21px;
  font-weight: normal;
  text-align: center;
  color:#000;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 0;
  display: inline-flex;
  margin-right:0px !important;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}
.winner{
  cursor: pointer;
  display: block !important;
}
  @media (max-width: 479px) 
}
{
  .only-mobile{
    display: block;
  }
  .only-pc{
    display: none;
  }
  .timer{
    display: block !important;
    margin-bottom:20px !important;
  }
  .timer .left{
    width: 100% !important;
  }
  .timer .right .timer-step{
    width: 194px !important;
  }
  .psgTimer_numbers .days{
    margin-left:-5px;
  }
  .auction .buy-btn_block{
    padding-left:0px;
  }
  .auction .buy-btn_block .buy-discount, .auction .buy-btn_block .border-btn {
      font-weight: 700;
  }
  .auction .buy-btn_block span{
      font-size: 14px !important;
  }
  .compare-show-more-btn{
    display: none !important;
  }
  .prices-table .head{
    display: none;
  }
  .prices-table tr,.prices-table td{
    display: block;
    width: 100%;
    background: #fff;
  }
  .prices-table td span{
    color: #3450A7;
    width: 150px;
    display: inline-block;
  }
  .prices-table tr{
    background: #fff !important;
    border: solid 1px silver;
    padding: 1px 1px;
    margin-bottom: 5px;
  }
#buy_form {
    top: 0;
}
#auction_form {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0;
}

#auction .block {
    margin-left: 0 !important;
}

#auction input[type="text"], #auction input[type="email"] {
    text-align: left !important;
    padding: 0 17px 0 17px !important;
    height: 50px !important;
    font-size: 14px !important;
}
#auction .left {
    width: 100%;
    font-size: 14px;
}
#auction .counter-name {
    margin: 3px 15px 0 15px !important;
}
#auction .number-input button {
    width: 25px !important;
    height: 25px !important;
}
#auction .quantity {
    min-width: 100px !important;
    font-size: 14px !important;
    height: 25px !important;
}
.timer .timer-title {
    font-size: 18px !important;
}
.offers-list_inner .offers-list_item{
  padding: 0px;
}
}