.bottom-menu-style-text {
  font-size: 19px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.categories-style-text {
  font-size: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.v-image.fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-tablet {
  position: relative;
  height: calc(100vh - 140px);
}

.page-tablet .substrate-background,
.page-tablet .substrate {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 39%;
  height: 100%;
  padding: 25px 40px 100px;
  backdrop-filter: blur(5px);
}

.page-tablet .substrate-background {
  position: absolute;
  background-color: rgba(0, 0, 0, 90%);
}

.text-style-page-title-tablet {
  font-size: 40px;
}

.text-style-main-2-tablet {
  font-size: 20px;
}

.tablet .slide-item .btn-second {
  padding: 10px 24px !important;
  border-radius: 5px !important;
}

.tablet .btn-second {
  font-size: 22px !important;
  text-transform: uppercase !important;
}

.back-button-wrapper {
  position: absolute;
  display: flex;
  height: 100%;
  margin: auto 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.rcu-item hr {
  height: 1px;
  border: none;
}

.text-style-top-menu {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-bordered {
  padding: 10px 20px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid;
  cursor: pointer;
}

.btn-bordered.small {
  width: fit-content;
  min-width: 260px;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
}

.btn-bordered .btn-title {
  margin-left: 10px;
}

.line {
  margin: 40px 0;
  opacity: 0.2;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.cart-textarea .v-input__slot {
  padding: 3px 20px 15px !important;
}

.tablet .text-style-button, .tablet .v-application .text-style-button.v-btn {
  font-size: 22px;
}

.tablet .alert {
  text-align: center;
}
