.fs-7 {
  font-size: 0.8rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.start-80 {
  left: 80% !important;
}

.titles-commerce {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.logo-commerce {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.dropdown-menu {
  width: 100vw !important;
  inset: -1px auto auto 0px !important;
}

.list-none {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.btn-menu:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: white;
  color: rgb(58, 58, 58) !important;
  transition: all 0.5s ease-in;
}

.btn-menu:focus > i {
  transform: rotate(90deg);
}

.fixed {
  width: 100%;
  position: absolute;
  z-index: 1560;
  top: 0;
}

.nav-links > i {
  margin-right: 0.5rem;
}
.nav-links {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
}

.non-responsive > a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .responsive-img {
    width: calc(100vw * 0.8);
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .responsive-img {
    width: calc(100vw * 0.5);
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .responsive-img {
    width: calc(100vw * 0.5);
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .responsive-img {
    width: calc(100vw * 0.5);
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .responsive-img {
    width: calc(100vw * 0.3);
  }
}
