/*
Theme Name: GreyboxPro Child
Theme URI: http://greyboxpro.com/
Author: Mettro Pty Ltd
Author URI: https://mettro.com.au/
Description: GreyboxPro child theme, Theme Demo: https://demo.greyboxpro.com/
Version: 1.0.0
Template: greyboxpro
Text Domain: greyboxpro
*/



body, html {
  overflow-x: hidden;
  transform: none !important;
  backface-visibility: visible !important;
  -webkit-transform: none !important;
}

.single-post .elementor-location-header.navbar_fixed .navbar-nav {
  color: #fff;
} 
.single-post .elementor-location-header.navbar_fixed .navbar-nav .sub-menu li {
  color: #1c2a47;
} 

@media only screen and (min-width: 1200px){
    .home-template .elementor-location-header, .page-template .elementor-location-header, .post-template .elementor-location-header, .woocommerce .elementor-location-header, .single-post .elementor-location-header{
    	background-color: transparent !important;
    }
    .home-template .elementor-location-header.navbar_fixed, .page-template .elementor-location-header.navbar_fixed, .post-template .elementor-location-header.navbar_fixed, .single-post .elementor-location-header.navbar_fixed{
        background-color: #1C2A47 !important;
    }
    .woocommerce .elementor-location-header.navbar_fixed, .single-project .elementor-location-header.navbar_fixed{
        background-color: #fff !important;
        box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.09);
    }
}
@media only screen and (max-width: 1024px){
  .single-product header .navbar .navbar-toggler, .woocommerce header .navbar .navbar-toggler, .single-project header .navbar .navbar-toggler{
    color: #1f2c48;
  }
  .single-product .elementor-location-header.navbar_fixed, .woocommerce .elementor-location-header.navbar_fixed, .single-project .elementor-location-header.navbar_fixed{
    background-color: #fff !important;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.09);
  }
}

.single-project .elementor-slideshow__title {
	display: none;
}
/* Not final CSS #pa_quote-type , ul[aria-label="Quote type"] / #pa_pool-type, , ul[aria-label="Pool type"] */

#pa_size-variation, #pa_region, #pa_state{
  display: unset !important;
}
ul[aria-label="Size / variation"], ul[aria-label="Region"], ul[aria-label="State"], .woocommerce-tabs, .woocommerce .product_meta, .price, .quantity, .single_add_to_cart_button, .woocommerce-product-details__short-description {
  display: none !important;
}
.woocommerce div.product form.cart .variations tr{
  margin-bottom: 20px !important;
}
.woocommerce div.product form.cart .variations label{
  font-weight: 500 !important; 
  letter-spacing: 2px;
}
.woocommerce div.product form.cart .variations td {
  display: flex !important;
  width: 100% !important;
}
.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100% !important;
  margin: 0px -3px !important;
  padding: 0 !important;
}
.variable-item.button-variable-item.button-variable-item-supply-only, .variable-item.button-variable-item.button-variable-item-fully-installed, .variable-item.button-variable-item.button-variable-item-freshwater, .variable-item.button-variable-item.button-variable-item-mineral {
  display: flex !important;
  width: calc(50% - 10px) !important;
  height: 55px !important;
  color: #222222 !important;
  font-size: 18px !important;
  font-weight: 600;
  background: #fff !important;
  border: 1px solid #51C9E4 !important;
  border-radius: 8px !important;
}
.single-product.woocommerce div.product form.cart li.selected .variable-item-span.variable-item-span-button::before {
  content: "";
  background-image: url('/wp-content/uploads/2025/06/checked-icon.png');
  position: absolute;
  z-index: 999999;
  top: -10px;
  width: 19px;
  height: 19px;
  right: -7px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
  box-shadow: none !important;
}
.woocommerce div.product form.cart .variations select, .req-region select#ddl-region {
  width: 100% !important;
  height: 55px;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  background: #fff !important;
  margin: 0;
  padding: 0px 25px 0px 15px;
  border: 1px solid #51C9E4;
  border-radius: 8px;
  position: relative;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  flex-flow: row wrap;
  width: 100% !important;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.req-region {
  width: 100% !important;
  display: flex;
  flex-flow: row wrap;
}
.req-region label {
  width: 100% !important;
}
.single-product.woocommerce div.product .package-desc {
  background-color: #eef9ff;
  border: 1px solid #51C9E4;
  border-radius: 8px;
  margin-top: 30px;
  padding: 30px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  line-height: 1.5em;
  width: 100% !important;
}
.single-product.woocommerce div.product .req-region .pl-type {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  border: 1px solid #51C9E4;
  border-radius: 8px;
  overflow: hidden;
  width: 100% !important;
}
.single-product.woocommerce div.product .req-region .pl-type label {
  height: 55px;
  width: 33.33%;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-right: 1px solid #51C9E4;
  margin: 0;
  padding: 0;
}
.single-product.woocommerce div.product .req-region .pl-type input[type="radio"] {
  margin-right: 10px;
}
.summary.entry-summary {
  margin: 0px !important;
}
.woocommerce div.product form.cart .variations tr {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin: 0;
  margin-bottom: 5px !important;
}
.bottom-description{ 
  display: flex;
  flex-flow: row wrap;
  width: 100%; 
  margin: 0 0 0 0; 
  padding: 50px 80px 50px 80px; 
  background: #FFFFFF; 
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.09); 
}
.top-bottom-description-row{ 
  display: flex;
  flex-flow: row wrap;
  width: 100%; 
  padding: 0 0 80px 0; 
  margin:0 0 0 0; 
  border-bottom:1px solid #CCCCCC;
}
.top-bottom-description-coloum{ 
  display: flex;
  flex-flow: row wrap;
  width: 50%; 
  padding: 0 0 0 0;  
  margin: 0 0 0 0;
}
.vari-area{ 
  display: flex;
  flex-flow: row wrap;
  float: left;
  width: 100%; 
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.vari-area ul{ 
  display: flex;
  flex-flow: row wrap;
  width: 100%; 
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  list-style: none;
}
.vari-area ul li{ 
  display: flex;
  flex-flow: column;
  width: 33%; 
  margin: 0 0 40px 0;
  font-family: inherit; 
  font-weight: 500; 
  font-size: 14px; 
  color: #969696; 
  text-transform: uppercase; 
  min-height: 72px;
}
.vari-area ul li span{ 
  display: flex; 
  flex-flow: row wrap;
  font-family: inherit; 
  padding: 0 0 0 0; 
  color: #333333; 
  font-size: 18px; 
  font-weight: 700; 
  line-height: 20px;
  text-transform: none;  
  margin-top: 8px;
}
.small-lebel{ 
  display: flex;
  flex-flow: row wrap;
  width: 100%; 
  font-family: inherit;  
  font-weight: 500; 
  font-size: 14px; 
  color: #969696; 
  text-transform: uppercase;
  margin: 0 0 0 0;  
  padding: 0 0 20px 0; 
  letter-spacing: 2px;
}
.price-label{ 
  display: flex;
  flex-flow: row wrap;
  width:100%; 
  margin: 0 0 0 0; 
  padding: 0 0 20px 0; 
  font-weight: bold; 
  font-family: inherit;
  font-size: 60px; 
  line-height: 44px; 
  letter-spacing: 2px;
}
.price-sub-head{ 
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  font-family: inherit; 
  font-weight: 500; 
  font-size: 24px;
  color: #969696; 
  text-transform: uppercase; 
  margin: 0 0 0 0; 
  padding: 0 0 20px 0; 
  letter-spacing: 1px;
}
.request-quote-btn{ 
  float: left;
  width: 260px;  
  height: 44px;  
  background: #51C9E5; 
  border-radius: 20px; 
  text-align: center;  
  margin:0 0 0 0;
  padding:0 0 0 0;
}
.request-quote-btn a {
  line-height: 44px;
  font-family: "Oswald", Sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.low-bottom-description-row{ 
  display: flex;
  flex-flow: row wrap;
  align-items: self-start;
  width: 100%; 
  padding: 50px 0 0 0; 
  margin: 0 0 0 0;
}
.low-bottom-description-coloum{ 
  display: flex; 
  flex-flow: row wrap;
  width: 50%; 
  padding: 0 0 0 0;  
  margin: 0 0 0 0;
}
.low-bottom-description-coloum ul{ 
  display: flex;
  flex-flow: row wrap;
  width: 100%; 
  margin: 0 0 0 0;  
  padding: 0 0 0 0;  
  list-style: none;
}
.low-bottom-description-coloum ul li{ 
  float: left;  
  width: 50%; 
  background: url('/wp-content/uploads/2025/06/bullet-im.jpg') left 6px no-repeat; 
  font-style: normal;
  font-weight: normal; 
  font-size: 18px; 
  line-height: 24px; 
  color: #222222; 
  font-family: inherit;
  padding-left: 20px; 
  padding-bottom: 15px;
}
.additionaliumage {
  float: left;
  font-family: inherit;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0 !important;
  width: 50%;
}  
ul.coloursul li{
  text-align: center!important;
  color: #222222!important;
  font-weight: 700!important;
  line-height: 51px!important;
  font-size: 20px!important;
  padding: 0px;
  background: #fff!important;
  margin-right: 15px!important;
  padding: 0px!important;
  position: relative;
  border: none;
  box-shadow: none!important;
  width: 65px!important;
  height: 65px!important;
  margin-bottom: 15px!important; border-radius:65px!important;
}
ul.coloursul li:hover{
  border:3px solid #51C9E5 !important; 
  background: #F0FCFF !important; 
  box-shadow: none!important;
}
ul.coloursul li.selected{
  border:3px solid #51C9E5 !important; 
  background: #F0FCFF!important; 
  box-shadow:none!important;
}
.woocommerce div.product form.cart .variations{ 
  display: flex !important;
  flex-flow: row wrap;
  width:100%;
}
.woocommerce div.product form.cart .variations td{
  float: left;
  width:100%;
}
.woocommerce div.product form.cart .variations tr{
  width: 100% !important;
  float: left;
  margin-bottom: 20px !important; 
}
.woocommerce div.product form.cart .variations label{
  font-weight: 500 !important; 
  letter-spacing: 2px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{
  box-shadow: none !important;
}
.woocommerce div.product form.cart .variations tr{
  width: 100% !important;
}
.wpgs-nav.slick-initialized.slick-slider {
   padding: 0 10px;
}
.wpgs-for .slick-arrow {
   margin: 0 10px;
}

@media only screen and (max-width: 1024px){
   .top-bottom-description-row {
      flex-flow: column wrap;
      gap: 3rem;
   }
   .top-bottom-description-coloum {
      width: 100% !important;
   }
   .low-bottom-description-coloum {
      width: 100%;
   }
   .low-bottom-description-row {
      display: flex;
      flex-flow: row wrap;
      width: 100% !important;
      gap: 3rem;
  }
}
@media only screen and (max-width: 767px){
    .wpgs-nav.slick-initialized.slick-slider {
    	overflow: hidden;
    }
    .wpgs-nav .slick-prev {
       margin-left: 15px !important;;
    }
    .wpgs-nav .slick-next{
       margin-right: 25px !important;
    }
    .bottom-description {
    	padding: 20px;
    }
    .additionaliumage {
    	width: 100%;
    	padding: 10px;
    }
    .vari-area ul li {
       width: 100% !important;
       margin: auto !important;
    }
    .low-bottom-description-coloum ul li {
       width: 100% !important;
    }
    .top-bottom-description-row {
       padding-bottom: 20px !important;
    }
    .low-bottom-description-row {
       padding-top: 20px !important;
    }
    .variationpric {
    	font-size: 40px !important;
    }
}


/*Pop Up*/
.pop-enquiry{ 
  display: flex;
  flex-flow: row wrap;
  width: 100%; 
  margin: 0 0 0 0;  
  padding: 0 0 0 0; 
  border-radius: 10px 10px 0px 0px;
}
.pop-enquiry-header{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background: url('/wp-content/uploads/2025/06/waves-bottom.jpg') bottom center no-repeat  #51c9e5 !important; 
  height: 204px; 
  border-radius: 10px 10px 0px 0px;
}
.pop-enquiry-header h4{ 
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%; 
  margin: 0 0 0 0; 
  padding: 40px 0 0 0; 
  text-align:center; 
  font-size: 14px;
  font-weight: 500;
  font-family: inherit; 
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px; 
  border-radius: 10px 10px 0px 0px;
}
.pop-enquiry-header h2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%; 
  margin: -10% 0 0 0; 
  padding: 15px 0 15px 0; 
  text-align: center; 
  font-size: 40px; 
  font-weight: 700;
  font-family: inherit; 
  color: #fff; 
  letter-spacing:2px;
}
.pop-enquiry-body { 
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  width: 100%;  
  margin: 0 0 0 0; 
  padding:0 3%;
}
.enquiry-step{ 
  display: flex;
  flex-flow: row wrap;
  width: 100%; 
  margin: 0 0 20px 0; 
  padding:0 0 0 0; 
  font-size: inherit; 
  line-height: inherit; 
  font-family: inherit;  
  font-weight: 500; 
  color: #333333;
  text-decoration: underline;
  text-transform: capitalize;
}
.pop-enquiry-row, .choose-option-row{ 
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: stretch !important;
  width: 100%;
  margin: 0 0 20px 0;
}
.pop-enquiry-colom{ 
  width: calc(50% - 3rem) !important; 
}
.pop-enquiry-row label{ 
  width: 100%;  
  font-family: inherit;
  font-style: normal; 
  font-weight: normal; 
  font-size: 12px; 
  line-height: 15px; 
  color: #969696;
  text-transform:uppercase;
}
.pop-enquiry-row input{
  width: 100%; 
  height: 40px;  
  border: none;  
  border: 1px solid #CCCCCC;
  line-height: 40px; 
  margin: 0 0 0 0; 
  padding: 10px;
  font-family: inherit; 
  font-style: normal;
  font-weight: normal; 
  font-size: 16px;  
  line-height: 22px;
  color: #000;
}
.pop-enquiry-row .sub-en{
  display: flex;
  width: 118px;
  height: 44px;
  background: #51C9E5;
  border-radius: 50px;
  color: #fff;
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 44px;
  padding: 0px;
  text-transform: none;
  border: 0px!important;
  letter-spacing: 2px;
}


/*  */
.choose-option{ 
  display: flex;
  flex-flow: row wrap;
  width: calc(50% - 2rem); 
  margin: 0 0 20px 0; 
}
.choose-option h2{
  width: 100%;  
  font-family: inherit;
  font-style: normal; 
  font-weight: normal; 
  font-size: 14px; 
  line-height: 15px; 
  color: #969696;
  text-transform: uppercase;
}
.choose {
	font-family: inherit;
	font-size: inherit !important;
	color: #222222;
	font-weight: 700;
	display: flex !important;
	margin: 0;
	height: 40px !important;
	border: 1px solid #ccc;
	position: relative;
	width: fit-content;
	text-align: center;
}
.choose:before{
  content: ""; 
  background-image: url('/wp-content/uploads/2025/06/checked-icon.png');
  position: absolute; 
  z-index: 999999;
  top: -10px; 
  width: 19px; 
  height: 19px; 
  right: -7px;
}
.choose-option input {
	border: none !important;
	height: 100% !important;
	width: 100% !important;
	padding: 10px !important;
	margin-top: 8px;
}
.woocommerce-variation-availability{ 
  display: none!important;
} 
.pop-enquiry .wpcf7-not-valid-tip{    
  clear: both;
}

@media only screen and (max-width: 767px){
   .pop-enquiry-body .enquiry-step {
      margin-top: 20px;
   }
   .pop-enquiry-row, .choose-option-row {
      flex-flow: column !important;
      margin: auto !important;
   }
   .pop-enquiry-colom {
      width: 100% !important;
   }
   .choose-option {
      width: 100% !important;
   }
   .choose {
      width: 100% !important;
   }
}


@media screen and (max-width: 768px) {
  html, body {
    -webkit-transform: none !important;
    transform: none !important;
    backface-visibility: visible !important;
    contain: none !important;
    will-change: auto !important;
    overflow-x: hidden !important;
  }

  * {
    -webkit-transform: none !important;
    transform: none !important;
    backface-visibility: visible !important;
    will-change: auto !important;
  }

  /* Specific to slider/gallery/table that causes issues */
  .woocommerce-product-gallery,
  .woocommerce-product-gallery__wrapper,
  .slick-track,
  .slick-list,
  table.variations {
    transform: none !important;
    overflow: visible !important;
    contain: none !important;
    backface-visibility: visible !important;
    will-change: auto !important;
  }

  /* Select fix (already applied before, reinforcing it here) */
  table.variations select {
    appearance: menulist !important;
    -webkit-appearance: menulist-button !important;
    transform: none !important;
    backface-visibility: visible !important;
    will-change: auto !important;
    position: relative !important;
    z-index: 999 !important;
  }
}

.custom-icon .elementor-icon-list-item .elementor-icon-list-icon svg {
  position: relative;
  top: 0;
}


/* Pool Archive Menu Header */
.post-type-archive.post-type-archive-pool-type .navbar_fixed {
    background: #1f2c47 !important;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    transition: background 0.5s linear;
  color: #fff;
}
.post-type-archive.post-type-archive-pool-type .navbar_fixed .sub-menu-item ul li {
	color: #1f2c47 !important;
}
.single.single-pool-type .navbar_fixed {
	background: #fff !important;
}