/*
* Theme Name: Lumenplay
* Author: RPS
*	Template: twentyfiftaasdfaseen
*/

@import url('assets/css/style.min.css');

#register {
  display: none;
}

.categories li.active a.button.blue.outline {
  background-color: #EF008C;
  border-color: #EF008C;
  color: #fff;
}

.woocommerce td.product-quantity {
  min-width: 95px;
}

.woocommerce .quantity .qty {
  width: 100%;
  text-align: left;
}

footer li.current-menu-item a {
  background-color: #87C923;
  border-radius: 15px;
  padding: 9px 12px 7px;
  color: #fff;
  line-height: 1;
}

.product-top .woocommerce-main-image img {
  width: auto;
  height: auto;
  max-height: 700px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product-top .thumbnails a, .product-top .woocommerce-main-image {
  background-color: #fff;
}

#ship-to-different-address {
  text-transform: none;
  font-size: 18px;
  color: #F73D4F;
  letter-spacing: normal;
}

#ship-to-different-address input[type=checkbox] {
  display: inline;
}

.products li a h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 0;
	font-family: "Avenir Next LT Pro",sans-serif;
	margin-top:10px;
}