/* compiled by scssphp v0.0.12 on Mon, 25 Sep 2017 12:04:16 +1300 (0.1171s) */

/* Products SCSS Document */
/* Multiple images */
/* Products 5, 6, 7 column grid to 3 column */
.products {
  display: block;
}
.products h4 {
  color: #231f20;
}
.products .product-item {
  display: inline-block;
  margin-bottom: 20px;
}
.products .module-image {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.products .module-image img {
  max-height: 100%;
  vertical-align: middle;
}
.products a.product-item:hover .module-image {
  opacity: 0.7;
}
.products .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.products .product-item-special {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #ff9800;
  margin-right: 5px;
}
.products .product-item-new {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #4caf50;
  margin-right: 5px;
}
.products .product-item-instock {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #2196f3;
  margin-right: 5px;
}
.products .module-text .product-item-text-price {
  display: block;
  font-weight: bold;
}
.products .module-text .readmore {
  /* Grid of images next to text */
}
.products.imageside .product-item {
  position: relative;
}
.products.imageside .module-image {
  float: left;
  width: 40%;
  display: block;
}
.products.imageside.grid.one-column .module-image {
  width: 20%;
}
.products.imageside.grid.seven-column .module-image, .products.imageside.grid.six-column .module-image, .products.imageside.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.products.imageside .module-text {
  float: left;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* If image shown */
}
.products.imageside .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.products.imageside.grid.one-column .module-image + .module-text {
  width: 80%;
}
.products.imageside.grid.seven-column .module-text, .products.imageside.grid.six-column .module-text, .products.imageside.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
  /* Grid of images with text under */
}
.products.textunder .product-item {
  position: relative;
}
.products.textunder .module-image {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  /* Uncropped images */
}
.products.textunder .module-image.uncropped {
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.products.textunder.grid.two-column .module-image.uncropped, .products.textunder.grid.one-column .module-image.uncropped {
  height: 250px;
  line-height: 250px;
}
.products.textunder .module-text {
  width: 100%;
  display: block;
  /* Grid of boxed images with text under */
}
.products.boxed .product-item {
  padding: 10px 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.products.boxed .module-image {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  /* Uncropped images */
}
.products.boxed .module-image.uncropped {
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.products.boxed.grid.two-column .module-image.uncropped, .products.boxed.grid.one-column .module-image.uncropped {
  height: 250px;
  line-height: 250px;
}
.products.boxed .module-text {
  width: 100%;
  display: block;
  /* Product summary */
}
ul.products-summary {
  list-style-type: none;
  padding: 10px 0;
  margin: 0 0 0 0;
}
ul.products-summary ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
ul.products-summary li {
  background-image: none;
  list-style-type: none;
  padding: 0 0 0 24px;
  margin: 0 0 0 0;
  position: relative;
}
ul.products-summary li:before {
  display: none;
}
ul.products-summary li .bullet {
  position: absolute;
  left: 0px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
}
ul.products-summary li .uncollapsed.bullet [class^="icon-"], ul.products-summary li .uncollapsed.bullet [class*=" icon-"], ul.products-summary li .uncollapsed.bullet .material-icons {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  padding-bottom: 0;
}
ul.products-summary li .bullet [class^="icon-"], ul.products-summary li .bullet [class*=" icon-"], ul.products-summary li .bullet .material-icons {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 3px;
  -moz-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
ul.products-summary li .count {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  /* Product details */
}
.product-details-image {
  float: right;
  display: inline-block;
  max-width: 50%;
  text-align: center;
  padding-left: 20px;
}
.layout.middle .product-details-image, .layout.half .product-details-image, .layout.third .product-details-image, .layout.side .product-details-image {
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  padding-bottom: 10px;
  /* Multiple images height */
}
.product-details-images {
  width: 100%;
  max-width: 100%;
  height: 400px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-details-images-zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
  z-index: 610;
}
.product-details-images-zoom [class^="icon-"], .product-details-images-zoom [class*=" icon-"], .product-details-images-zoom .material-icons {
  font-size: 30px;
  line-height: 1;
}
.product-details-images-img {
  display: inline-block;
  left: 0px;
  width: 100%;
  text-align: center;
  max-height: 400px;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 500;
}
.product-details-images-img.current-image {
  -moz-transition: all 0.7s ease-out 0.1s;
  -webkit-transition: all 0.7s ease-out 0.1s;
  transition: all 0.7s ease-out 0.1s;
  opacity: 1;
  z-index: 600;
}
.product-details-images-img img {
  max-height: 400px;
  vertical-align: middle;
  /* Multiple images thumbnails */
}
.product-details-thumbnails {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.product-details-thumbnails a {
  display: inline-block;
  max-height: 60px;
  padding: 10px 5px;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: top;
}
.product-details-thumbnails a.current-image img {
  max-height: 70px;
}
.product-details-thumbnails img {
  max-height: 60px;
  vertical-align: middle;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-details-thumbnails a:hover {
  opacity: 0.7;
}
.product-details-description {
  padding-bottom: 20px;
}
.product-details-description-links {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-details-buy {
  padding: 20px 20px 10px 20px;
}
.product-details-buy h4 {
  padding: 0 0 4px 0;
}
.product-details-buy-price {
  padding-bottom: 10px;
  display: none;
}
.product-details-buy-price h2 {
  padding: 0 0 0 0;
}
.product-details-buy-price .price-post {
  font-size: 14px;
  font-weight: normal;
  vertical-align: baseline;
}
.product-details-buy-dropdown {
  padding-bottom: 5px;
  display: none;
}
.product-details-buy-dropdown select {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.product-details-buy-option {
  margin-bottom: 10px;
}
.hide-titles .product-details-buy-option {
  display: none;
}
.product-details-buy-option-title {
  font-weight: bold;
}
.product-details-buy-option-quantity {
  display: none;
}
.product-details-buy-option-quantity input {
  width: 82px;
  max-width: 100%;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.product-details-buy-outofstock {
  margin-bottom: 10px;
  /* Product search */
}
.products-search {
  display: block;
  text-align: center;
}
.products-search form {
  display: inline-block;
  width: 100%;
  max-width: 498px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.products-search input[type=text] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  width: 100%;
  height: 40px;
  line-height: 24px;
  color: #42af4b;
  border: solid #42af4b 1px;
  border-radius: 0px;
  padding: 8px 130px 8px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.products-search button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  background-color: #42af4b;
  padding: 8px 12px 8px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.products-search button:hover {
  cursor: pointer;
  background-color: #d82220;
}
.products-search button .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  /* Product items */
}
.product-item-old {
  float: left;
  width: 24%;
  text-align: center;
  padding: 4px 4px;
  border: solid #e1e1e1 1px;
  margin-right: 1%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.product-item-old .product-item-image {
  display: block;
  padding-bottom: 4px;
}
.product-item-old .product-item-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
}
.products-holder div:nth-child(4n+4) {
  margin-right: 0%;
}
.products-holder div:nth-child(4n+5) {
  clear: both;
  /* Products price list */
}
.pricelist {
  padding-left: 20px;
}
.pricelist-header {
  font-weight: bold;
}
.pricelist-item {
  border-top: solid #e1e1e1 1px;
}
.pricelist-product {
  float: left;
  width: 45%;
  margin-right: 2%;
  padding-bottom: 6px;
  padding-top: 4px;
}
.pricelist-price {
  float: left;
  width: 20%;
  margin-right: 2%;
  padding-bottom: 6px;
  padding-top: 4px;
}
.pricelist-inclusive {
  float: left;
  width: 15%;
  margin-right: 2%;
  padding-bottom: 6px;
  padding-top: 4px;
}
.pricelist-qty {
  float: right;
  width: 14%;
  text-align: right;
  padding-bottom: 6px;
  padding-top: 4px;
}
.pricelist-qty input {
  width: 95%;
  /* Custom buy button styles */
}
.products .product-item .readmore-btn.solo {
  float: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.products .product-item .buynow-btn, .products .product-item .readmore-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 46%;
  /*margin-left:2%;
margin-right:2%;*/
  height: 38px;
  line-height: 36px;
  margin-top: 20px;
  text-transform: lowercase;
  font-size: 18px;
}
.products .product-item .buynow-btn {
  clear: both;
  float: left;
  color: #fff;
  border: solid 1px #d82220;
  background-color: #d82220;
  font-weight: 600;
}
.products .product-item .buynow-btn:hover {
  border: solid 1px #42ae4a;
  background-color: #42ae4a;
}
.products .product-item .readmore-btn {
  float: right;
  clear: right;
  border: solid 1px #d82220;
  color: #d82220;
}
.products .product-item .readmore-btn:hover {
  border: solid 1px #42ae4a;
  color: #42ae4a;
}
.products .product-item .module-text {
  text-align: center;
}
.products .product-item-text-price.silent {
  font-size: 18px;
  font-weight: 300;
  /* Product Dividers */
}
.products.textunder.two-column .product-item {
  padding-right: 2%;
  margin-right: 2%;
}
.products.textunder.three-column .product-item {
  padding-right: 2.5%;
  margin-right: 2.5%;
}
.products.textunder.four-column .product-item {
  padding-right: 2%;
  margin-right: 2%;
}
.products.textunder.five-column .product-item {
  padding-right: 1.25%;
  margin-right: 1.25%;
}
.products.textunder.six-column .product-item {
  padding-right: 1%;
  margin-right: 1%;
}
.products.textunder.seven-column .product-item {
  padding-right: 0.75%;
  margin-right: 0.75%;
}
.products.textunder.two-column .product-item:after, .products.textunder.three-column .product-item:after, .products.textunder.four-column .product-item:after, .products.textunder.five-column .product-item:after, .products.textunder.six-column .product-item:after, .products.textunder.seven-column .product-item:after {
  content: '';
  width: 1px;
  position: absolute;
  background-color: #ccc;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.products.textunder.two-column .product-item:nth-child(2n+2), .products.textunder.three-column .product-item:nth-child(3n+3), .products.textunder.four-column .product-item:nth-child(4n+4), .products.textunder.five-column .product-item:nth-child(5n+5), .products.textunder.six-column .product-item:nth-child(6n+6), .products.textunder.seven-column .product-item:nth-child(7n+7) {
  padding-right: 0;
  margin-right: 0;
}
.products.textunder.two-column .product-item:nth-child(2n+2):after, .products.textunder.three-column .product-item:nth-child(3n+3):after, .products.textunder.four-column .product-item:nth-child(4n+4):after, .products.textunder.five-column .product-item:nth-child(5n+5):after, .products.textunder.six-column .product-item:nth-child(6n+6):after, .products.textunder.seven-column .product-item:nth-child(7n+7):after {
  display: none;
  /*.products .product-item.grid-end:after {display:none !important;}*/
  /* Media queries */
}
@media screen and (max-width: 850px) {
  .products.textunder.five-column .product-item:nth-child(5n+5), .products.textunder.six-column .product-item:nth-child(6n+6), .products.textunder.seven-column .product-item:nth-child(7n+7) {
    padding-right: 2.5%;
    margin-right: 2.5%;
  }
  .products.textunder.five-column .product-item {
    padding-right: 2.5%;
    margin-right: 2.5%;
  }
  .products.textunder.six-column .product-item {
    padding-right: 2.5%;
    margin-right: 2.5%;
  }
  .products.textunder.seven-column .product-item {
    padding-right: 2.5%;
    margin-right: 2.5%;
  }
  .products.textunder.five-column .product-item:nth-child(3n+3), .products.textunder.six-column .product-item:nth-child(3n+3), .products.textunder.seven-column .product-item:nth-child(3n+3) {
    padding-right: 0;
    margin-right: 0;
  }
  .products.textunder.five-column .product-item:nth-child(5n+5):after, .products.textunder.six-column .product-item:nth-child(6n+6):after, .products.textunder.seven-column .product-item:nth-child(7n+7):after {
    display: block;
  }
  .products.textunder.five-column .product-item:nth-child(3n+3):after, .products.textunder.six-column .product-item:nth-child(3n+3):after, .products.textunder.seven-column .product-item:nth-child(3n+3):after {
    display: none;
    /*.products .product-item.grid-end:after {display:none !important;}*/
    /* Products 2, 3, 4 column grid to 2 column */
  }
  .products.textunder.two-column .product-item:nth-child(2n+2), .products.textunder.three-column .product-item:nth-child(3n+3), .products.textunder.four-column .product-item:nth-child(4n+4) {
    padding-right: 2%;
    margin-right: 2%;
  }
  .products.textunder.four-column .product-item:nth-child(3n+3) {
    padding-right: 2%;
    margin-right: 2%;
  }
  .products.textunder.three-column .product-item, .products.textunder.four-column .product-item {
    padding-right: 2%;
    margin-right: 2%;
  }
  .products.textunder.four-column .product-item:nth-child(3n+3) {
    padding-right: 2%;
    margin-right: 2%;
  }
  .products.textunder.two-column .product-item:nth-child(2n+2), .products.textunder.three-column .product-item:nth-child(2n+2), .products.textunder.four-column .product-item:nth-child(2n+2) {
    padding-right: 0;
    margin-right: 0;
  }
  .products.textunder.three-column .product-item:nth-child(3n+3):after, .products.textunder.four-column .product-item:nth-child(3n+3):after {
    display: block;
  }
  .products.textunder.three-column .product-item:nth-child(2n+2):after, .products.textunder.four-column .product-item:nth-child(2n+2):after {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .products.textunder.two-column .product-item:nth-child(2n+2), .products.textunder.three-column .product-item:nth-child(3n+3), .products.textunder.four-column .product-item:nth-child(4n+4), .products.textunder.five-column .product-item:nth-child(5n+5), .products.textunder.six-column .product-item:nth-child(6n+6), .products.textunder.seven-column .product-item:nth-child(7n+7) {
    padding-right: 2%;
    margin-right: 2%;
  }
  .products.textunder.four-column .product-item:nth-child(3n+3), .products.textunder.five-column .product-item:nth-child(3n+3), .products.textunder.six-column .product-item:nth-child(3n+3), .products.textunder.seven-column .product-item:nth-child(3n+3) {
    padding-right: 2%;
    margin-right: 2%;
  }
  .products.textunder.three-column .product-item, .products.textunder.four-column .product-item, .products.textunder.five-column .product-item, .products.textunder.six-column .product-item, .products.textunder.seven-column .product-item {
    padding-right: 2%;
    margin-right: 2%;
  }
  .products.textunder.four-column .product-item:nth-child(3n+3), .products.textunder.five-column .product-item:nth-child(3n+3), .products.textunder.six-column .product-item:nth-child(3n+3), .products.textunder.seven-column .product-item:nth-child(3n+3) {
    padding-right: 2%;
    margin-right: 2%;
  }
  .products.textunder.two-column .product-item:nth-child(2n+2), .products.textunder.three-column .product-item:nth-child(2n+2), .products.textunder.four-column .product-item:nth-child(2n+2), .products.textunder.five-column .product-item:nth-child(2n+2), .products.textunder.six-column .product-item:nth-child(2n+2), .products.textunder.seven-column .product-item:nth-child(2n+2) {
    padding-right: 0;
    margin-right: 0;
  }
  .products.textunder.three-column .product-item:nth-child(3n+3):after, .products.textunder.four-column .product-item:nth-child(3n+3):after, .products.textunder.five-column .product-item:nth-child(3n+3):after, .products.textunder.six-column .product-item:nth-child(3n+3):after, .products.textunder.seven-column .product-item:nth-child(3n+3):after {
    display: block;
  }
  .products.textunder.three-column .product-item:nth-child(2n+2):after, .products.textunder.four-column .product-item:nth-child(2n+2):after, .products.textunder.five-column .product-item:nth-child(2n+2):after, .products.textunder.six-column .product-item:nth-child(2n+2):after, .products.textunder.seven-column .product-item:nth-child(2n+2):after {
    display: none;
    /*.products .product-item.grid-end:after {display:none !important;}*/
  }
}
@media screen and (max-width: 520px) {
  .products.textunder .product-item {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .products.textunder .product-item:after {
    display: none !important;
  }
}
