/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2019 | 04:31:42 */
#nav-main li#menu-item-4960 a {
    color: #f19500 !important;
}
.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale, 
.woocommerce-page span.onsale,
.onsale{
    display: none;
    opacity: 0;
  	visibility: hidden;
}
.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale {
    display: none;
}
#wrapper #nav-main ul.sf-menu a {
    font-size: 12px;
} 
.postid-4995 #platinum-section,
.postid-4994 #platinum-section{
    display: none;
}
.postid-4994 .option-details-1, 
.postid-4994 .option-details-2, 
.postid-4994 .option-details-3, 
.postid-4994 .option-details-4,
.postid-4994 #extra-pump-wrap,
.postid-4994 #standard-upgrade-wrap .vc_row:nth-child(5) .vc_col-sm-4:last-child{
    display: none;
}
.postid-4995 .option-details-2 > .full_width > .vc_col-sm-4:first-child, .option-details-4 {
    display: none;
}
.postid-4995 #extra-pump-wrap {
    display: none;
}
.postid-4995 .option-details-2 > .full_width > .vc_col-sm-4 {
    width: 50%;
}
.postid-4995 .option-details-2 > .full_width > .vc_col-sm-4:nth-child(2) > div {
    border-left: solid 1px #ededed;
}
/* Spa Athon
.term-fun-spas .product, 
.term-oasis-swim-spas .product, 
.term-oasis-spas .product{
    border: solid 4px #f9f9f9;
    padding: 25px !important;
    transition: all 0.3s ease;
}
.term-fun-spas .product:hover, 
.term-oasis-swim-spas .product:hover, 
.term-oasis-spas .product:hover{
    border-color: #fff;
    box-shadow: 0px 3px 16px rgba(31, 66, 93, .34);
}
.term-spa-athon .product .woocommerce-product-details__short-description,
.term-spa-athon a.woocommerce-loop-product__link .fusion-one-fourth:nth-child(3), 
.term-spa-athon a.woocommerce-loop-product__link .fusion-one-fourth:nth-child(4),
.term-spa-athon .product br,
.term-spa-athon .more-info-download-container{
    display: none;
}
.term-fun-spas .product .woocommerce-product-details__short-description,
.term-fun-spas a.woocommerce-loop-product__link .fusion-one-fourth:nth-child(3), 
.term-fun-spas a.woocommerce-loop-product__link .fusion-one-fourth:nth-child(4),
.term-fun-spas .product br,
.term-fun-spas .more-info-download-container{
    display: none;
}
.term-oasis-swim-spas .product .woocommerce-product-details__short-description,
.term-oasis-swim-spas a.woocommerce-loop-product__link .fusion-one-fourth:nth-child(3), 
.term-oasis-swim-spas a.woocommerce-loop-product__link .fusion-one-fourth:nth-child(4),
.term-oasis-swim-spas .product br,
.term-oasis-swim-spas .more-info-download-container{
    display: none;
}
.term-oasis-spas .product .woocommerce-product-details__short-description,
.term-oasis-spas a.woocommerce-loop-product__link .fusion-one-fourth:nth-child(3), 
.term-oasis-spas a.woocommerce-loop-product__link .fusion-one-fourth:nth-child(4),
.term-oasis-spas .product br,
.term-oasis-spas .more-info-download-container{
    display: none;
}
.green-wrap {
    margin: 0 -25px -25px;
    background-color: #4baf4f;
    padding: 260px 25px 25px;
}
.green-wrap .price {
    margin: 0 !important;
    text-align: left;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1em;
    border-top: solid 2px #ffffff;
    padding-top: 15px;
}
.green-wrap .price span {
    color: #fff !important;
    font-size: 14px !important;
    margin: unset !important;
}
.green-wrap .post-content {
    border-top: solid 2px #ffffff;
    padding: 15px 0;
}
.green-wrap .post-content .fusion-one-fourth {
    width: unset;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
}
.green-wrap .post-content .fusion-one-fourth img {
    display: none !important;
}
.green-wrap .post-content a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.green-wrap .post-content a > p {
    display: none;
}
.green-wrap .post-content .fusion-one-fourth p {
    margin: 0;
    line-height: 1em;
}
.green-wrap .woocommerce-loop-product__title {
    margin: 0;
    padding-bottom: 15px;
    text-align: left;
    color: #fff !important;
    font-size: 24px;
    line-height: 1em;
}
.product .product-img-wrap {
    min-height: 380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: -250px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.term-fun-spas .product .circle-bubble,
.term-oasis-swim-spas .product .circle-bubble,
.term-oasis-spas .product .circle-bubble {
    width: 105px;
    height: 105px;
    background-color: #7f4993;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 1.2em;
    position: absolute;
    bottom: 0;
    right: 0;
}
.term-fun-spas .product .circle-bubble strong, 
.term-oasis-swim-spas .product .circle-bubble strong, 
.term-oasis-spas .product .circle-bubble strong {
    display: block;
}
.product-top-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.product-top-info .product-sale-price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-top-info .product-sale-price-wrap span {
    width: 86px;
    height: 86px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 1em;
}
.product-top-info .product-sale-price-wrap .now-price {
    background-color: #4baf4f;
    z-index: 1;
    font-weight: 700;
    margin-right: -15px;
}
.product-top-info .product-sale-price-wrap span strong {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.product-top-info .product-sale-price-wrap .was-price {
    font-weight: 300;
    background-color: #1a9ad8;
}
.product-top-info .product-sale-price-wrap .was-price strong {
    font-weight: 300;
}
.term-fun-spas .product a:hover img, 
.term-oasis-swim-spas .product a:hover img,
.term-oasis-spas .product a:hover img{
    box-shadow: none !important;
} */

/* Single Products - Upgrade */
.tm-element-ul-checkbox label[for="tmcp_choice_2_0_3"],
.tm-element-ul-checkbox label[for="tmcp_choice_3_0_9"],
.tm-element-ul-checkbox label[for="tmcp_choice_3_0_10"],
.fun-4-all label[for="tmcp_choice_3_0_4"],
.sect-spa-upgrade label[for="tmcp_choice_0_0_1"]{
    background-image: url(https://splashes.com.au/wp-content/uploads/2019/12/SUMMER-upgradenow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    cursor: pointer;
    padding: 10px 30px 10px 15px !important;
}
label[for="tmcp_choice_2_0_3"] span.tm-epo-style-wrapper,
label[for="tmcp_choice_3_0_9"] span.tm-epo-style-wrapper,
label[for="tmcp_choice_3_0_10"] span.tm-epo-style-wrapper,
.fun-4-all label[for="tmcp_choice_3_0_4"] span.tm-epo-style-wrapper,
.sect-spa-upgrade label[for="tmcp_choice_0_0_1"] span.tm-epo-style-wrapper {
    display: none;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox label[for="tmcp_choice_2_0_3"] span.tm-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox label[for="tmcp_choice_3_0_9"] span.tm-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox label[for="tmcp_choice_3_0_10"] span.tm-label,
.fun-4-all .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox label[for="tmcp_choice_3_0_4"] span.tm-label,
.tm-extra-product-options .sect-spa-upgrade ul.tmcp-ul-wrap.tm-extra-product-options-checkbox label[for="tmcp_choice_0_0_1"] span.tm-label {
    text-transform: uppercase;
    color: #fff;
    padding: 0 !important;
    line-height: 1em;
}
.postid-4782 .product_meta .show_dimensions {
    display: none;
}
.woocommerce #content div.product div.images img, 
.woocommerce div.product div.images img, 
.woocommerce-page #content div.product div.images img, 
.woocommerce-page div.product div.images img {
    width: unset;
    margin: 0 auto;
}

/* Responsive CSS */
@media screen and (min-width: 992px){
    .upgrade-banner {
        margin-right: -190px;
    }
}
@media screen and (max-width: 767px){
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}