.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin: 0 !important;
}

div.images img {
  max-width: 100% !important;
}
.images {
  position: relative;
}
.images > a:first-child {
  display: inline-block;
  float: left;
  text-align: center;
  width: 100%;
}
.woocommerce-product-gallery__image {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  display: flex;
  justify-content: space-around;
}
.woocommerce-product-gallery__image img {
  max-width: 150px !important;
}

.attachment,
.main-image {
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 100;
}
.main-image {
  z-index: 200;
}
.attachment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.attachment-hidden {
  opacity: 0;
}
.thumbnails {
  display: flex;
  justify-content: space-around;
}
.woocommerce div.product div.images img {
  max-width: none !important;
}
.main-image {
  position: relative;
}
.zoomLens {
  display: none !important;
}

.woof_price_search_container .price_slider_amount .price_label {
  text-align: center !important;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none
}
.woocommerce nav.woocommerce-pagination ul > li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul > li a {
  color: #b7b7b7;
  font-family:'SackersGothicStd-Medium';
}
.woocommerce nav.woocommerce-pagination ul > li span.current {
  color: white;
  font-family:'SackersGothicStd-Medium';
  background: none;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 3.8%;
}
header.header input[type=text] {
  background-color: #fdfdfd !important;
}

.woocommerce ul.products > li.product {
  position: relative;
}
.woocommerce ul.products > li.product h2.title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  padding: 10px;
  background-color: rgba(255,255,255,.25) !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  color: #939597 !important;
}
.woocommerce ul.products > li.product:hover h2.title {
  opacity: 1;
}