.discountContainer {
  display: none;
  bottom: 150px;
  position: fixed;
  z-index: 999;
  right: 60px;
  cursor: pointer; }

.discountContainer i.icon-cancel-circled:before {
  margin-right: -0.5em; }

@media screen and (max-width: 991px) {
  .discountContainer {
    bottom: 155px;
    width: 90px;
    border-radius: 50px;
    right: 30px; } }
@media screen and (max-width: 768px) {
  .discountContainer {
    bottom: 100px;
    right: 30px; } }
