<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************
  BOOTSTRAP 
*********************************************/

.container-xxl {
    max-width: 1640px;
}


.container-xxxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	width: 100%;
	max-width: 1750px;
}

/* overriding bootstrap max with to 1000px */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1000px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
}

/* changed bootstrap blue to cal blue */
.btn-primary {
  background-color: #0052a6;
  border-color: #0052a6;
}

.btn-outline-primary {
  color: #0052a6;
  border-color: #0052a6;
}

.btn-outline-primary:hover {
  background-color: #0052a6;
}

@media only screen and (min-width: 1600px) {
  .d-xxxl-inline {
    display: inline !important;
  }
}

/*********************************************
  SOCIAL ICONS
*********************************************/

/* margin top to account for the nav */
main {
  margin-top: 112px;
}

html {
  scroll-padding-top: 110px;
}

/* space each section  */
section {
  padding: 40px 0;
}

/* removes underline from links */
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
  line-height: 34px;
  font-size: 1.25rem;
  font-weight: 300;
}

/*********************************************
  REUSEABLE CLASSES
*********************************************/

.bg-white {
  background-color: #fff;
}

.bg-darkblue {
  background-color: #00192f;
}

.cal-blue {
  color: #0052a6;
}

.fa-check-circle {
  color: #c6a859;
}

.responsive-youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*********************************************
  NAVIGATION
*********************************************/

nav {
  height: 77px;
}

nav #nav-logo {
  width: 200px;
}

/*
@media only screen and (max-width: 600px) {
  nav #nav-logo {
    width: 100px;
  }
}*/

/*********************************************
  SOCIAL ICONS
*********************************************/

#icon-menu {
  z-index: 5;
  bottom: 28%;
}
#icon-menu a,
#icon-menu div {
  position: relative;
  right: -135px;
  transition: 0.4s;
}

#icon-menu a:hover,
#icon-menu div:hover {
  right: 0px;
}

/*********************************************
  HERO BANNER
*********************************************/


@media only screen and (max-width: 990px) {
	#promo-btn a {
		opacity: .7;
		flex: 33.33%;
	}
}

@media only screen and (min-width: 990px) {
	#promo-btn a {
		max-width:200px;
	}
}

#hero-banner {
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}

#hero-banner header {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
  #hero-banner header {
    bottom: 0;
  }
}

/*********************************************
  SLIDERS
*********************************************/

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-white {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 22px;
  background-size: 10px;
}

/*
.swiper-slide img {
  width: 80%;
  margin: auto;
  display: block;
}
*/

/* #about .swiper-slide img {
  width: 100%;
}

#about .js-slider--main img {
  height: 320px;
}

#about .js-slider--nav img {
  height: 100px;
} */

/*
#Swimspa7 .swiper-slide img,
#Swimspa12 .swiper-slide img {
  width: 50%;
}
*/

.js-slider--main .swiper-slide img {
  max-width: 100%;
  max-height: 400px;
  margin: auto;
  display: block;
}

.js-slider--nav .swiper-slide img {
  max-width: 100%;
  max-height: 200px;
  margin: auto;
  display: block;
}


/*********************************************
  FEATURES
*********************************************/

.features .px-1 {
  max-width: 450px;
  margin: 0 auto;
}

#footer-icons img {
  max-width: 100px;
}


/*********************************************
  ANIMATION
*********************************************/

#hero-banner #new-model-img {
  position: absolute;
  top: 8%;
  left: 70%;
  animation: pulse 2s infinite;
}

#hero-banner #new-model-img img {
  width: 83%;
}

   
@keyframes pulse {
  0% {
	transform: scale(0.95);
  }

  70% {
	transform: scale(1.1);
  }

  100% {
	transform: scale(0.95);
  }
}

.cal-blue-h {
  color: #073c79;
  text-transform: uppercase;
  font-weight: bolder;
}

#new h3 {
  margin: 20px 0;
}



/***************************
CATEGORY 
***************************/

#category .col &gt; div {
  max-width: 400px;
  margin-bottom: 50px;
}

#category h3 {
  margin: 20px 0;
}


/***************************
PRODUCT 
***************************/

#product {
  background: url(/calspas-hot-tubs-img/calspas-hot-tubs-portable-swim-spas-for-sale-product-page-bg-1.jpg) fixed;
  background-size: cover;
}

#product-image {
  max-width: 400px;
}

.tab {
  border-bottom: 1px solid #0052A6;
  margin-bottom: 10px;
}

.tab div {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: bolder;
}

.tab div:hover {
  color: #fff;
  background: #0052A6;
  cursor: pointer;
}

.tab div.active {
  color: #fff;
  background: #0052A6;
}

.tabcontent {
  display: none;
  /* background: url(/calspas-hot-tubs-img/calspas-hot-tubs-portable-swim-spas-for-sale-product-page-bg-1.jpg) fixed; */
  background-size: cover;
  padding: 6px 12px;
  /*height: 985px;*/
  overflow: auto;
}

/* SPECIFICATIONS Tab */

#SPECIFICATIONS td,
#SPECIFICATIONS th {
  border-bottom: 1px solid #073c79;
  padding: 8px;
}

#SPECIFICATIONS tr:hover {
  background-color: #fff;
}

#SPECIFICATIONS td {
  font-weight: 500;
}

/* REVIEWS Tab */

/* https://codepen.io/Founts/pen/AJyVOr?editors=1100 */
.talk-bubble {
  margin: 20px 10px 40px 10px;
  display: inline-block;
  position: relative;
  width: 90%;
  height: auto;
  background-color: #fff;
}
.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.review-border {
  border: 2px solid #073c79;
}

.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}

.tri-right.review-border.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #073c79 transparent transparent #073c79;
}

.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -25px;
  border: 15px solid;
  border-color: #fff transparent transparent #fff;
}

#product-feature h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

#product-feature p {
  margin-top: 20px;
  font-size: 16px;
}

#product-feature .col div {
  border: solid #000 2px;
  padding: 25px 25px 0px 25px;
  max-width: 400px;
  min-height: 600px;
}




.thumbnail-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 500px;
}

.thumbnail-container:empty {
    display: none !important;
}



.thumbnail-image {
    flex: 0 0 auto;
    transition: transform 0.3s ease;
    width: 75px;
    height: 75px;
    margin: 5px;
    border: black 2px solid;
}

    .thumbnail-image:hover {
        transform: scale(1.1);
        cursor: pointer;
    }
	.color-box {
		
		cursor: pointer;
	}
	
	.color-box img {
    border: transparent 3px solid;
}
	
	.color-box img:hover {
    border: #178ff5 3px solid;
}

.color-box.active img {
    border: red 3px solid;
}
	
#shellLayer {
    position: absolute;
    top: 0;    
    left: 0;   
    
    
}
#cabLayer {
    position: absolute;
    top: 0;    
    left: 0;   
    
    
}
#cornerLayer {
    position: absolute;
    top: 0;    
    left: 0;   
    
    
}



#spa-picker {
        background-color: #f5f5f5;
        min-height: 100vh;
      }
      .spa-option {
        background-color: #fff;
      }
      .option {
        cursor: pointer;
        max-width: 50px;
      }
      .option:hover {
        background-color: #f5f5f5;
      }

	.option1 {
        cursor: pointer;
        
      }
	  .option1 img{
        max-width: 50px;
        
      }
	  
	   .option1 p , .option p{
        font-size: 13px;
        
      }
	  
      .option1:hover {
        background-color: #f5f5f5;
      }
     .product-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}</pre></body></html>