/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

.woocommerce div.product form.cart .variations label .artbees-was-chosen-attribute,
.woocommerce div.product form.cart .variations select.woo-variation-raw-select {
	display:none !important;
}


/*== Pool Pricing Style ==*/
.pricing-section {
	width:100%;
	padding:60px 0;
}
.pricing-heading h2 {
	color: #51C9E4;
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    border-bottom: 1px solid #51C9E4;
    padding: 0 0 25px;
    margin: 0 0 25px;
}
.tab-list {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	text-align: center;
}
.tab-list li {
	display: inline-block;
    padding: 0 10px;
}
.tab-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
	text-decoration: none;
}
.tab-list li a .step-number {
	background: #51C9E4;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}
.tab-list li a .step-name {
	color:#51C9E4;
	font-size: 24px;
    font-weight: bold;
	display:none;
}
.tab-list li.ui-tabs-active a .step-name {
	display:inline-block;
}
.pool-list .pool-option {
	width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 25px;
	border:1px solid #fff;
    border-radius: 15px;
	margin-bottom: 30px;
}
.pool-list .pool-option:hover {
	box-shadow: none;
	border:1px solid #51C9E4;
}
.pool-list .pool-image {
	width:100%;
}
.pool-list .pool-image img {
	width:100%;
	height:auto;
}
.pool-list .pool-details .pool-name {
	font-size: 24px;
    font-weight: bold;
	color:#51C9E4;
	padding: 15px 0 0;
}
.pool-list .pool-details .pool-size {
	font-size: 16px;
    font-weight: bold;
	color:#1C2A47;
	padding: 15px 0 0;
}
.pool-list .pool-details .select-button {
	width:100%;
	height:50px;
	background:#51C9E4;
	color:#fff;
	border:2px solid #51C9E4;
	border-radius:10px;
	font-size: 18px;
    font-weight: bold;
	margin-top:20px;
}
.pool-list .pool-details .select-button:hover {
	background:transparent;
	color:#51C9E4;
	border:2px solid #51C9E4;
	cursor:pointer;
}

/*== Pool Details ==*/
.pool-details {}
.pool-title {
	font-size: 36px;
    font-weight: bold;
	color:#51C9E4;
}
.pool-details .pool-image {
	width:100%;
}
.pool-details .pool-image img {
	width:100%;
	height:auto;
}

.archive .content-area .products {
	padding-top:60px !important;
}

.archive .content-area .products .pro-description-panel .pro-description-left .scale,
.archive .content-area .products .pro-description-panel .pro-description-left .pro-description-mid { 
	display:none;
}

.archive.woocommerce ul.products li.product .button.product_type_variable {
	display:none !important;
}

/*== Pop Design ==*/
.pum-container {
	width:90% !important;
	max-width:800px !important;
}
.pum-container .pop-enquiry .pop-enquiry-body {
	padding:0 30px;
}
.pum-container .pop-enquiry .pop-enquiry-body .enquiry-step {
	margin-top: 20px;
	margin-bottom: 5px;
}
.pum-container .pop-enquiry .pop-enquiry-body .choose-option {
	width:33.33%;
	padding-right:15px;
	margin-bottom:20px;
}
.pum-container .pop-enquiry .pop-enquiry-body .pop-enquiry-colom {
	width:50%;
	padding-right:15px;
	margin-bottom:20px;
	margin-right:0;
}
.pum-container .pop-enquiry .pop-enquiry-body .choose-option .choose {
	width: 100%;
    margin-top: 10px;
	height: auto;
    line-height: normal;
	background:#fff;
}
.pum-container .pop-enquiry .pop-enquiry-body .choose-option .choose p {
	margin:0;
}
.pum-container .pop-enquiry .pop-enquiry-body .choose-option .choose .wpcf7-form-control-wrap {
	display:block;
	position:relative;
}
.pum-container .pop-enquiry .pop-enquiry-body .pop-enquiry-colom .wpcf7-form-control-wrap {
	display:block;
	position:relative;
	margin-top:5px;
}
.pum-container .pop-enquiry .pop-enquiry-body .choose-option .choose input.wpcf7-form-control,
.pum-container .pop-enquiry .pop-enquiry-body .pop-enquiry-row input.wpcf7-form-control {
	color: #222222;
    font-family: "circular-std-book", Sans-serif;
	font-size:18px;
	height:50px !important;
	background:none;
}
.pum-container .pop-enquiry .pop-enquiry-body .choose-option .choose .wpcf7-not-valid-tip,
.pum-container .pop-enquiry .pop-enquiry-body .pop-enquiry-row .wpcf7-not-valid-tip{
	position: absolute;
    background: #f00;
    color: #fff;
    right: 0;
    bottom: -8px;
    font-size: 10px;
    padding: 2px 7px;
    font-weight: 800;
    letter-spacing: 0.5px;
	border-radius:3px;
}
.pum-container .pop-enquiry .pop-enquiry-body .pop-enquiry-row {
	position:relative;
	margin:0;
}
.pum-container .pop-enquiry .pop-enquiry-body .pop-enquiry-row input.wpcf7-submit {
	background:#51C9E5;
	color:#fff;
	font-family: "Oswald", Sans-serif !important;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
	height:50px !important;
	line-height:normal !important;
	border-radius:50px;
}
/*.pum-container .pop-enquiry .pop-enquiry-body .pop-enquiry-row .wpcf7-spinner {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}*/

/*== Product Details Page Design ==*/
.single-product.woocommerce div.product form.cart .variations tr {
	float:none;
	margin-bottom:15px;
}
.single-product.woocommerce div.product form.cart ul.pullul,
.single-product.woocommerce div.product form.cart ul.quoteul {
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:row;
	gap:20px;
}

.single-product.woocommerce div.product form.cart ul.pullul li,
.single-product.woocommerce div.product form.cart ul.quoteul li {
	text-align:center; 
	width:48% !important; 
	height:55px; 
	color:#222222; 
	font-size:18px;
	font-weight:600;
	background: #fff;
	padding:0px;
	margin:0 !important;
	position:relative;
	border:1px solid #51C9E4; 
	box-shadow:none;
	border-radius:8px;
}
	
/*.single-product.woocommerce div.product form.cart ul.pullul li span { 
	font-size:20px!important;
}*/

.single-product.woocommerce div.product form.cart ul.pullul li span:before,
.single-product.woocommerce div.product form.cart ul.quoteul li span:before { 
	content: ""; 
	background-image: url(https://tranquilitypoolshunter.ewebstaging.com/wp-content/uploads/2020/10/checked-icon.png); 
	position:absolute;
    z-index:999999; top:-10px; width:19px;  height:19px;right:-7px; display:none;
}
	
.single-product.woocommerce div.product form.cart ul.pullul li.selected,
.single-product.woocommerce div.product form.cart ul.quoteul li.selected {
	border:3px solid #51C9E5; 
	background:#F0FCFF; 
	box-shadow:none;
}

.single-product.woocommerce div.product form.cart ul.pullul li.selected span:before,
.single-product.woocommerce div.product form.cart ul.quoteul li.selected span:before { 
	display:block;
}

.single-product.woocommerce div.product form.cart ul.pullul li:hover,
.single-product.woocommerce div.product form.cart ul.quoteul li:hover {
	border:3px solid #51C9E5; 
	background:#F0FCFF;
}

.single-product.woocommerce div.product form.cart ul.pullul li:hover span:before,
.single-product.woocommerce div.product form.cart ul.quoteul li:hover span:before { 
	display:block;
}

.single-product.woocommerce div.product form.cart ul.pullul li:before:hover,
.single-product.woocommerce div.product form.cart ul.quoteul li:before:hover { 
	background: url(https://tranquilitypoolshunter.ewebstaging.com/wp-content/uploads/2020/10/checked-icon.png) left 6px no-repeat; 
}

.single-product.woocommerce div.product form.cart select { 
	width: 100%;
	height: 55px;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	padding: 0px;
	background: #fff;
	margin-right: 32px;
	padding: 0px 25px 0px 15px;
	position: relative;
	border: 1px solid #51C9E4;
	border-radius:8px;
	background: #fff; 
	position:relative;
}
.artbees-was-reset-options {
	display:none !important;
}
.single-product.woocommerce div.product .req-region {
	margin-bottom:15px; 
}
.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;
}
.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 label:hover {
	background-color: #eef9ff;
	cursor:pointer;
}
.single-product.woocommerce div.product .req-region .pl-type label:last-child {
	border-right:none;
}
.single-product.woocommerce div.product .req-region .pl-type label.active {
	background-color: #eef9ff;
}
.single-product.woocommerce div.product .req-region .pl-type label input[type="radio"] {
	display:none;
}
.single-product.woocommerce div.product .package-desc {
	background-color: #eef9ff;
	border: 1px solid #51C9E4;
	border-radius: 8px;
	margin-top: 30px;
	padding: 30px;
}
.single-product.woocommerce div.product .package-desc p {
	margin:0;
}

@media screen and (max-width:767px) {
	.single-product.woocommerce div.product form.cart ul.pullul li,
	.single-product.woocommerce div.product form.cart ul.quoteul li { 
		width:47% !important;
	}
}

/***Projects Css start***/
.product-box-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.product-box-wrapper ul li {
    width: 25%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}

.product-box-wrapper ul li a {
    display: block;
    width: 100%;
}

.product-box-wrapper ul li img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    filter: grayscale(0%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.product-box-wrapper ul li:hover img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    filter: grayscale(50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.product-item-title a {
    background-color: #EEEEEE;
    padding: 25px 0px 25px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: #000000;
    font-family: "circular-std-book", Sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    text-decoration: none;
    margin-top: -5px;
}

.product-box-wrapper ul li:hover .product-item-title a {
    background-color: #bfbfbf;
}
@media only screen and (max-width: 1024px) {
    .product-box-wrapper ul li {
    width: 33%;
}
.product-item-title a {
    padding: 15px 0px 15px 0px;
}
}

@media only screen and (max-width: 767px) {
    .product-box-wrapper ul li {
    width: 100%;
}
.product-item-title a {
    padding: 15px 0px 15px 0px;
}
}
/***Projects Css end***/