/* compiled by scssphp v0.0.12 on Mon, 28 Mar 2022 10:01:39 +1300 (0.1355s) */

/* Products SCSS Document */
/* Multiple images */
p.feedfinder-progress {
  margin-bottom: 10px !important;
  padding: 0px !important;
}
p.feedfinder-progress a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
p.feedfinder-progress a:hover {
  background: #eee;
  color: inherit;
}
.feedfinder-grid {
  display: flex;
  flex-wrap: wrap;
}
.feedfinder-grid:after {
  content: '';
  display: block;
  clear: both;
}
.feedfinder-grid .grid-item {
  float: left;
  width: 30%;
  margin: 0 0 3.33333% 3.33333%;
}
.feedfinder-grid .grid-item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.feedfinder-grid img {
  mix-blend-mode: multiply;
}
.feedfinder-grid input[type=radio] {
  display: none;
}
.feedfinder-grid label {
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.feedfinder-grid label:hover, .feedfinder-grid label:hover h4:before, .feedfinder-grid input[type=radio]:checked ~ label {
  border-color: #999;
}
.feedfinder-grid label:hover, .content .feedfinder-radio-option label:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.feedfinder-grid input[type=radio]:checked ~ label {
  background: #eee;
}
.feedfinder-grid h4 {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.feedfinder-grid h4 strong {
  font-size: 20px;
}
.feedfinder-grid h4:before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  transition: 0.3s;
}
.feedfinder-grid p {
  margin: 0;
}
.content .feedfinder-radio-option {
  position: relative;
  margin-bottom: 10px;
}
.content .feedfinder-radio-option input {
  display: none;
}
.content .feedfinder-radio-option label {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.content .feedfinder-radio-option label:before {
  content: '\2713';
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}
.content .feedfinder-radio-option label:hover, .content .feedfinder-radio-option label:hover:before, .content .feedfinder-radio-option input:checked ~ label {
  border-color: #999;
}
.content .feedfinder-radio-option input:checked ~ label {
  background: #eee;
}
.content .feedfinder-radio-option input:checked ~ label:before, .feedfinder-grid input[type=radio]:checked ~ label h4:before {
  color: inherit;
}
.products {
  display: block;
}
.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 {
  width: auto;
  max-height: 100%;
  vertical-align: middle;
}
.products .product-item.category .module-image img {
  width: 100%;
  max-height: 9999px;
}
.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-relevance {
  display: none;
}
.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: 350px;
  line-height: 350px;
  text-align: center;
}
.products.textunder.grid.two-column .module-image.uncropped, .products.textunder.grid.one-column .module-image.uncropped {
  height: 350px;
  line-height: 350px;
}
.products.textunder .module-text {
  width: 100%;
  display: block;
  text-align: left;
}
.products.textunder .module-text hr {
  margin-top: 6px;
  border: none;
  border-bottom: 1px #000 solid;
  height: 0;
  margin-bottom: 6px;
}
.products.textunder .module-text li {
  padding-left: 15px;
}
.products.textunder .module-text li:before {
  left: 0;
}
.products.textunder .module-text h4 {
  font-weight: 300;
  /* 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 .product-item.category .module-image.uncropped {
  height: auto;
  line-height: 1;
}
.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;
}
.products.boxed .module-text h4 {
  text-align: center;
  /* 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);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
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 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: 32px;
  line-height: 24px;
  /*border:solid #e1e1e1 1px;*/
  border-radius: 0px;
  padding: 4px 84px 4px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.products-search button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 32px;
  line-height: 24px;
  padding: 4px 12px 4px 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;
}
.products-search button .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  /* Product details */
}
.product-details-image {
  float: right;
  display: inline-block;
  max-width: 50%;
  text-align: center;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.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 {
  width: auto;
  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 {
  width: auto;
  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 buy box holds purchase details */
}
.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: text-top;
  /* Holds available options to buy */
}
.product-details-buy-options {
  padding-bottom: 5px;
  display: none;
  /* Options variation for multiple dropdowns */
}
.dropdown-options .buy-dropdowns {
  margin-bottom: 6px;
}
.dropdown-options .buy-dropdowns-title {
  display: block;
  font-weight: bold;
  /* Options variation for multiple radio buttons */
}
.radio-options .buy-radio-group {
  margin-bottom: 6px;
}
.radio-options .buy-radio-group-title {
  display: block;
  font-weight: bold;
}
.radio-options input {
  display: none;
}
.radio-options label {
  display: inline-block;
  padding: 1px 3px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.radio-options input:checked + label {
  color: #fff;
  background-color: #000;
}
.product-details-buy-options 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;
  /* Add container holds the quatity and add button */
}
.product-details-buy-add {
  margin-bottom: 10px;
}
.hide-titles .product-details-buy-add {
  display: none;
}
.product-details-buy-add-title {
  font-weight: bold;
}
.product-details-buy-add-quantity {
  display: none;
}
.product-details-buy-add-quantity input {
  width: 100px;
  max-width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Out of stock container holds out of stock message */
}
.product-details-buy-outofstock {
  margin-bottom: 10px;
}
.buy-product .view-cart-link {
  margin-top: 10px;
  display: none;
}
.buy-product .view-cart-link a {
  display: inline-block;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  /* 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%;
  /* Media queries */
}
@media screen and (max-width: 1000px) {
  .feedfinder-grid .grid-item, .feedfinder-grid .grid-item:nth-child(3n+1) {
    clear: none;
    margin-left: 4%;
    width: 48%;
  }
  .feedfinder-grid .grid-item:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .feedfinder-grid .grid-item, .feedfinder-grid .grid-item:nth-child(2n+1), .feedfinder-grid .grid-item:nth-child(3n+1) {
    width: 100%;
    margin-left: 0;
  }
}
