.ux-menu .ux-menu-link__link {
  min-height: 1em;
}

.absolute-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

.absolute-footer .copyright-footer {
  color: #000000;
}

#footer {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

#footer p {
  margin-bottom: 0.4em;
}

.product-small .product-title {
  font-size: 1em;
  margin-bottom: 8px;
}

.product-small .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.img-box .img-inner::before, .img-box .img-inner::after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.6);
  visibility: hidden;
}

.img-box .img-inner::before {
  top: 0;
  left: 0;
}

.img-box .img-inner::after {
  bottom: 0;
  right: 0;
}

.img-box .img-inner:hover::before, .img-box .img-inner:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.product-widget .widget {
  margin: 0;
  font-size: 15px;
}

.widget .widget-title, .widget .widgettitle {
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 600;
}

img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.product-widget fieldset {
  margin-top: .5em;
  margin-bottom: 1.2em;
  border: 1px solid #e2e2e2;
  padding: 10px 30px;
  max-width: 450px;
}

.product-widget fieldset legend {
  display: block;
  margin: 0 auto;
  width: inherit;
  padding: 10px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-bottom: 0px;
  text-transform: initial;
  padding-bottom: 0px;
}

.product-widget .widget fieldset p {
  margin-top: -15px;
  margin-bottom: 0;
}
/*# sourceMappingURL=change.css.map */