/*------------------------------------
  Custombox
------------------------------------*/

// Enabled content scrolling in the open modal window to avoid shaking the main content when opening/closing the modal window.
.custombox-lock {
	overflow: auto;
}