@media screen and (min-width: 1400px){
.itemInfoSection .itemInfoBox .priceWrap .publish_point {
    right: -40px !important;
}
}
@media (max-width: 1400px) and (min-width: 1240px){
.itemInfoSection .itemInfoBox .priceWrap .publish_point {
   left: auto !important;
}
}