#category_description p:last-child {
  margin-bottom: 0;
}
.breadcrumb-item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-gallery-preview-item img.image-zoom,
.product-gallery-preview-item figure {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  max-height: 500px;
}
#checkout-aside.sticky {
  position: sticky;
  top: 5.625rem;
}
#google_translate_element .goog-te-gadget {
  font-family: inherit;
}
#google_translate_element .goog-te-gadget select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23373f50' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border-radius: 0.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #dae1e7;
  box-shadow: inset 0 1px 2px transparent;
  color: #4b566b;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.25rem;
  padding: 0.35rem 3rem 0.35rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 14rem;
}
@media (max-width: 991px) {
  #google_translate_element .goog-te-gadget select {
    padding: 0.75rem 3rem 0.75rem 1rem;
    width: 100%;
  }
}
@media (max-height: 920px) and (min-width: 990px) {
  #menu-categories:hover .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: calc(100vw - 2rem);
    width: 1230px;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.5rem 0 !important;
  }
  #menu-categories:hover .dropdown-menu li {
    flex-basis: 20%;
  }
  #menu-categories:hover .dropdown-menu li a {
    border: none;
  }
}
@media (max-width: 768px) {
  .product-card img {
    max-width: 150px;
    border-radius: 0.4rem;
  }
}
