:root {
  --side-menu-width: 15rem;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  /* font-family: 'Open Sans', sans-serif; */
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Rubik', sans-serif;
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: 'Montserrat', sans-serif !important; */
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: overlay;
}

.tr * {
  text-transform: capitalize !important;
}

.side-bar {
  width: var(--side-menu-width);
}

.content {
  width: calc(100vw - var(--side-menu-width));
  margin-left: var(--side-menu-width);
}

.raleway {
  font-family: 'Raleway', sans-serif;
}

.rubik {
  font-family: 'Rubik', sans-serif;
}

.bungee {
  font-family: 'Bungee', cursive;
}

*::selection {
  background-color: rgba(244, 162, 97, .5);
  opacity: .15;
  color: white;
}

:root {
  --thumbScroll: #cbd5e0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: var(--thumbScroll);
  border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--thumbScroll);
}

::-webkit-scrollbar-thumb:active {
  background: var(--thumbScroll);
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.product-frame-container {
  min-width: 1100px !important;
  max-width: 1100px !important;
  width: 1100px !important;
  min-height: 600px !important;
  max-height: 600px !important;
  height: 600px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minh br {
  display: none !important;
}