#offerOverview .simplebar-track.simplebar-vertical {
  right: -20px;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.simplebar-content {
  padding: 0px !important;
}

.simplebar-track.simplebar-vertical .simplebar-track.simplebar-horizontal {
  width: 10px;
  right: 1px !important;
}

#dealMobileView .simplebar-track.simplebar-vertical,
#dealTabletView .simplebar-track.simplebar-vertical,
#dealDesktopView .simplebar-track.simplebar-vertical {
  width: 10px !important;
  right: -1px !important;
}

/* Scroll bar width */
*::-webkit-scrollbar {
  width: 7px;
}
/* Scroll bar styles */
*::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
*::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Scroll bar track styles */
*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
*::-webkit-scrollbar-track:hover,
*::-webkit-scrollbar-track:active {
  background: transparent;
}
