/* compiled by scssphp v0.0.12 on Wed, 19 Dec 2018 09:47:29 +1300 (0.1512s) */

/* Products SCSS Document */
/* Multiple images */
/* 7 6,5,4 column grid to 3 column */
/* Grid */
.product-option-group {
  margin-bottom: 10px;
}
.product-option-group.hidden {
  display: none;
}
.product-option-group label {
  display: block;
}
.product-option-group select {
  width: 100%;
}
.product-option-length {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 50px;
}
.product-option-length.hidden {
  display: none;
}
.product-option-length .range {
  margin-top: 40px;
}
.product-option-length .noUi-tooltip {
  padding: 0;
  background: transparent;
  border: 0;
}
.product-option-length .noUi-horizontal {
  height: 5px;
}
.product-option-length .noUi-horizontal .noUi-handle {
  right: -8px !important;
  top: -8px;
  width: 20px;
  height: 20px;
  outline: none;
}
.product-option-length .noUi-horizontal .noUi-handle:before, .product-option-length .noUi-horizontal .noUi-handle:after {
  left: 6px;
  top: 4px;
  height: 10px;
}
.product-option-length .noUi-horizontal .noUi-handle:after {
  left: auto;
  right: 6px;
}
.product-option-length .noUi-marker {
  background: #999;
}
.product-option-length .noUi-marker-large {
  background: #555;
}
.product-option-length .noUi-pips {
  color: #555;
  font-size: 15px;
}
#shopping-cart-summery h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
table.product-wishlist {
  width: 100%;
  border-collapse: collapse;
}
table.product-wishlist h4, table.product-wishlist p {
  margin: 0;
  padding: 0;
}
table.product-wishlist h4 {
  padding-top: 20px;
  font-size: 22px;
}
table.product-wishlist tr td {
  vertical-align: top;
  padding-right: 20px;
}
table.product-wishlist tr td.desc {
  width: 100%;
}
table.product-wishlist tr td:last-child {
  padding-right: 0;
}
table.product-wishlist tbody td.border {
  border-bottom: 1px solid #9f8474;
}
table.product-wishlist .image {
  width: 100px;
  height: 100px;
  margin: 20px 0;
  background: no-repeat center center;
  background-size: contain;
}
table.product-wishlist table {
  width: 100%;
  border-collapse: collapse;
}
table.product-wishlist table td {
  white-space: nowrap;
}
table.product-wishlist table td.quantity {
  width: 30px;
  text-align: right;
}
table.product-wishlist table td.quantity input {
  width: 40px;
  text-align: center;
}
table.product-wishlist table td.price {
  text-align: right;
}
table.product-wishlist table tbody td.price {
  width: 100px;
}
table.product-wishlist tfoot td {
  text-align: right;
}
table.product-wishlist tfoot tr td:first-child {
  width: 100%;
}
.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;
  text-align: center;
}
.products .module-image img {
  width: auto;
  max-height: 224px;
  vertical-align: middle;
}
.products .category .module-image img {
  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;
  font-family: "raleway", Arial, Helvetica, sans-serif;
}
.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: 224px;
  line-height: 224px;
  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;
}
.products.textunder .module-text .product-item-text-price {
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  float: left;
}
.products.textunder .module-text .product-item-text-price del {
  display: none;
}
.products.textunder .module-text .buynow {
  width: auto;
  max-width: 60%;
  float: right;
  /* 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;
  /* Grid of images with text over */
}
.products.textover .product-item {
  position: relative;
}
.products.textover .module-image {
  float: none;
  width: 100%;
  overflow: hidden;
  display: block;
}
.products.textover .module-image img {
  width: auto;
  display: inline;
}
.products.textover a.product-item:hover .module-image img {
  opacity: 1;
}
.products.textover .module-text {
  float: none;
  width: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0;
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0;
  font-size: 16px;
}
.products.textover .module-text p {
  line-height: 1.6;
}
.products.textover .module-text h4 {
  padding-top: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.6;
}
.products.textover a.product-item:hover .module-text {
  opacity: 1;
}
.products.textover .module-text, .products.textover .module-text .silent {
  color: inherit;
}
.products.textover .module-text .product-item-text-price {
  font-weight: 400;
  font-size: 20px;
}
.products.textover .module-text .product-item-text-price del {
  display: block;
  font-size: 16px;
  /* 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 20px;
  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: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.product-details-images.border {
  border-width: 0;
}
.product-details-images a.product-details-images-img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: contain;
  -webkit-transform: none;
  transform: none;
}
.product-details-images a.product-details-images-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.product-details-images-zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
  z-index: 610;
  display: none;
}
.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: 9999px;
  -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: 9999px;
  vertical-align: top;
  /* Multiple images thumbnails */
}
.product-details-thumbnails {
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  margin-top: 40px;
}
.product-details-thumbnails a {
  display: inline-block;
  max-height: 150px;
  padding: 0px 0px;
  margin: 0;
  -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;
  max-width: 14.256%;
  margin-right: 7.18%;
  margin-bottom: 7.18%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.product-details-thumbnails a:nth-child(5n) {
  margin-right: 0;
}
.product-details-thumbnails a.current-image img {
  max-height: 150px;
  width: auto;
  height: auto;
}
.product-details-thumbnails img {
  max-height: 150px;
  width: auto;
  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 {
  font-weight: bold;
  /* Product buy box holds purchase details */
}
.product-details-buy {
  pading: 20px 0;
}
.product-details-buy h4 {
  padding: 0 0 4px 0;
  margin-right: 0.25em;
  display: inline-block;
  font-family: "raleway", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.product-details-buy-price {
  padding-bottom: 10px;
  display: none;
}
.product-details-buy-price h2 {
  padding: 0 0 0 0;
  display: inline-block;
  font-family: "raleway", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.product-details-buy-price .price-post {
  font-size: 14px;
  font-weight: normal;
  vertical-align: text-top;
}
.product-details-buy-price .was {
  font-size: 80%;
  display: block;
}
.product-details-buy .price-text {
  display: none;
  /* 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, .component-options .buy-dropdowns-title {
  display: block;
  font-weight: 300;
  font-family: "raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
  /* 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;
}
.component-options p {
  margin: 0 0 6px;
}
.component-options select, .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;
  display: none;
}
.product-details-buy-add-quantity {
  display: inline-block;
  margin-right: 10px;
}
.product-details-buy-add-quantity input, input.wishlist-text {
  width: 92px;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input.wishlist-text {
  width: 250px;
  margin-right: 10px;
  text-align: left;
  /* 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;
}
.wishlist-group {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #9f8474;
}
.wishlist-group p {
  margin-bottom: 1px;
}
.wishlist-text {
  text-align: center;
  /* 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%;
}
.component-status-holder {
  line-height: 1.2;
  margin-bottom: 10px;
}
.component-status-holder .component-text {
  margin-bottom: 6px;
}
.component-status-holder .component-select {
  margin-bottom: 6px;
}
.component-status-holder .component-select select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.wishlist-add-form p {
  margin: 0;
  padding: 0;
  /* Media queries */
}
@media screen and (max-width: 1080px) {
  .products.textover.grid.seven-column .grid-item, .products.textover.grid.six-column .grid-item, .products.textover.grid.five-column .grid-item, .products.textover.grid.four-column .grid-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .products.textover.grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 5%;
  }
  .products.textover.grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .products.textover.grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products.textover.grid.six-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .products.textover.grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 5%;
  }
  .products.textover.grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .products.textover.grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products.textover.grid.five-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
  .products.textover.grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 5%;
  }
  .products.textover.grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .products.textover.grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products.textover.grid.four-column .grid-item:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 850px) {
  .products.textover .module-text {
    opacity: 1;
    /* 7,6,5,4,3 column grid to 2 column */
  }
  .products.textover.grid.seven-column .grid-item, .products.textover.grid.six-column .grid-item, .products.textover.grid.five-column .grid-item, .products.textover.grid.four-column .grid-item, .products.textover.grid.three-column .grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products.textover.grid.seven-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .products.textover.grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 4%;
  }
  .products.textover.grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .products.textover.grid.six-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .products.textover.grid.six-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .products.textover.grid.six-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products.textover.grid.six-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .products.textover.grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 4%;
  }
  .products.textover.grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .products.textover.grid.five-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .products.textover.grid.five-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .products.textover.grid.five-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products.textover.grid.five-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .products.textover.grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .products.textover.grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .products.textover.grid.four-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .products.textover.grid.four-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .products.textover.grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products.textover.grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .products.textover.grid.three-column .grid-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .products.textover.grid.three-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .products.textover.grid.three-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products.textover.grid.three-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (max-width: 520px) {
  .products.textover.grid .grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .products.textover .module-text {
    top: auto;
  }
}
