.easystore-product-image img, .easystore-product-image video {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center center;
  transition: opacity .2s ease;
}
.easystore-product-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.easystore-zoom-gallery-thumbs {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: flex;
  overflow: auto;
  white-space: nowrap;
  justify-content: left;
}
.easystore-filter-title {
  margin: 5px 5px 0 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.sp-megamenu-parent > li > a {
  color: #000;
}
#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}
#sp-menu-left .sp-column .sp-module-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 80px;
  color: #3a001e;
  margin-bottom: 0;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}