/* ItemShopSys custom shop css */
.navbar-logo {
    max-width: 75px !important;
    height: auto !important;
}
img.logo-brand:not(.navbar-logo) {
  height: 100px !important;
  width: auto !important;
  max-width: none !important;
}

img.logo-brand.footer-logo {
  height: 60px !important;
  width: auto !important;
}

.product-img,
.product-img * {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.product-img::before,
.product-img::after,
.product-img *::before,
.product-img *::after {
  content: none !important;
  display: none !important;
}

.product-img {
  position: relative !important;
}

.product-img img {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  margin: 0 auto !important;
  transition: transform .3s ease, box-shadow .3s ease;
}

.product:hover .product-img img {
  transform: scale(1.2) rotate(-5deg);
  box-shadow: 0 10px 25px rgba(0,0,0,.4);
}

button.btn.btn-sm.btn-secondary.dropdown-toggle {
  display: none !important;
}

.server-block {
  background-size: 400px auto !important; 
  background-repeat: no-repeat !important;
  background-position: center !important;
}