* {
  font-size: 11px !important;
  box-sizing: border-box;
}

.width-10 {
  width: 10% !important;
}

.width-20 {
  width: 20% !important;
}

.width-30 {
  width: 30% !important;
}

.width-40 {
  width: 40% !important;
}

.width-50 {
  width: 50% !important;
}

.width-60 {
  width: 60% !important;
}

.width-70 {
  width: 70% !important;
}

.width-80 {
  width: 80% !important;
}

.width-90 {
  width: 90% !important;
}

.width-100 {
  width: 100% !important;
}

.custom-navbar {
  margin: auto;
}

.custom-list-inline {
  display: inline-flex;
}

.custom-form-field {
  border: none;
  border-radius: 0;
  padding: 8px 16px;
}

.custom-form-field:focus {
  box-shadow: none;
  background: var(--bs-gray-100);
  color: var(--bs-gray-600);
}

.custom-form-field:active {
  box-shadow: none;
  background: #fff;
  color: var(--bs-gray-600);
}

.custom-form-field::placeholder {
  color: var(--bs-gray-400);
}

.radius-left-20 {
  border-radius: 20px 0 0 20px;
}

.radius-right-20 {
  border-radius: 0 20px 20px 0;
}

.border-l {
  border-left: 1px solid var(--bs-gray-300);
}

.border-r {
  border-right: 1px solid var(--bs-gray-300);
}

.custom-card {
  background: #fff;
  padding: 16px;
  color: var(--bs-gray-700);
}

.card-title {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
}

.card-actions {
  text-decoration: underline !important;
  font-weight: 500;
  color: var(--bs-gray-600) !important;
  text-transform: capitalize;
}

.custom-hr {
  margin: 10px 0 !important;
  height: 1px;
}

.not-found-text {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 4px;
  color: var(--bs-gray-500);
}

.custom-submenu-list {
  padding-left: 0;
  margin: 0;
  height: 100%;
}

.custom-submenu-list li {
  list-style: none;
}

.custom-submenu-list a {
  text-decoration: none;
  color: var(--bs-gray-700);
  transition: color .3s ease, transform .3s ease;
}

.custom-submenu-list-title {
  height: 100%;
  padding: 12px 16px;
}

.custom-submenu {
  height: 100%;
}

.custom-submenu-list a:hover {
  color: var(--bs-cyan);
}

.custom-sublink-list {
  margin-bottom: 0;
  padding-left: 0;
}

.custom-sublink-list li {
  list-style: none;
}

.custom-sublink-list-title {
  padding: 5px 10px;
  width: 100%;
}

.has-sub-link {
  transition: transform .3s ease !important;
}

.has-sub-link:hover > .custom-trigger-on-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-30px);
}

.custom-trigger-on-hover {
  transform: translateY(-4px) translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: transform .2s ease;
}

.de-card-title {
  font-weight: bold;
  padding-left: 10px;
}

.custom-sublink-image {
  min-width: 200px;
  height: 100%;
  background: url("../../assets/img/shop1_megamenu.jpg") center / 100% no-repeat;
}

.custom-mini-side-menu {
  padding-left: 0;
  margin: 0;
}

.custom-mini-side-menu li {
  list-style: none;
  margin-top: -1px;
}

.custom-mini-side-menu a {
  text-decoration: none;
  color: var(--bs-gray-700);
  font-size: 14px !important;
  transition: color .2s ease;
}

.side-menu-linkbox {
  padding: 13px 16px;
  border: 1px solid var(--bs-gray-400);
}

.custom-mini-side-menu a:hover {
  color: var(--bs-cyan);
}

.product-box-content {
  text-align: center;
}

.product-box-content p {
  margin-bottom: 0;
}

.product-link {
  text-decoration: none;
  color: var(--bs-gray-dark);
}

.product-link:hover {
  color: var(--bs-gray-dark);
}

.product-price-before {
  font-size: 18px!important;
  color: var(--bs-gray-500);
  text-decoration: line-through;
}

.product-price-after {
  font-size: 20px !important;
  color: var(--bs-gray-900);
  text-decoration: none;
  font-weight: bold;
}

.product-highlight {
  padding: 10px 8px;
  background: var(--bs-gray-400);
  margin-top: 20px;
  width: 90%;
  margin: 16px auto auto auto;
  border-radius: 100px;
}

.product-highlight span {
  font-size: 10px!important;
}

.carousel-item {
  transition: transform .4s cubic-bezier(0,.01,.09,1.03) !important;
}

.custom-home-ads{
  font-size: inherit !important;
}

.custom-h3{
  font-size: 2.6em !important;
}

.custom-h4{
  font-size: 1.3em !important;
}
