.questCheckoutBt,
.newAccountCheckoutBt{
	font-size: 16px;
    font-weight: 300;
}
.checkoutCartSidebarArea{
	border: 1px solid #199eb2;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
}
.setCartSidebarTitleRw{
	font-weight: 300;
    font-size: 24px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(45deg, #199eb2, #fff);
    border-image-slice: 1;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.checkoutCartSidebarItems{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.checkoutCartSidebarItemRw{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	display:table;
	font-size:14px;
	border-bottom:1px solid #ccc;
}
.checkoutCartSidebarItem_col1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:table-cell;
}
.checkoutCartSidebarItem_col1 h3{
	font-size:14px;
	line-height:20px;
}
.checkoutCartSidebarItem_col1 p{
	font-size:14px;
	line-height:16px;
}
.checkoutCartSidebarItem_col2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:table-cell;
	width:80px;
	text-align:right;
}
.checkoutCartSidebarFooter{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	display:table;
}
.checkoutCartSidebarFooter_col1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:table-cell;
}
.checkoutCartSidebarFooter_col2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:table-cell;
	width:120px;
	text-align:right;
}
.checkoutReviewCstDt{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	line-height:18px;
}
.requiredInp{
	border:1px solid #ff0000!important;
}
.genErrorBox{
	position: fixed;
	z-index:10000;
	left:50%;
	top:50px;
	display:none;
	padding:30px 0px 0px 0px;
	transform: translateX(-50%);
}
.genErrorInsBox{
	display:table;
	box-shadow:0px 0px 20px #ccc;
	width:400px;
	background:#fff;

}
.genErrorBoxIcoArea{
	display:table-cell;
	vertical-align:top;
	padding:20px 20px 20px 20px;
	border-right:1px solid #ccc;
	width:50px;
	
}
.genErrorBoxMessArea{
	display:table-cell;
	vertical-align:middle;
	padding:0px 10px 0px 10px;
	min-height:150px;
	font-family: 'Open Sans', sans-serif;
}
.genErrorBoxIco{
	background:#ff0000;
	border-radius:50%;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-weight:300;
	font-size:20px;
	width:30px;
	height:30px;
	display:block;
	text-decoration:none;
}
.genErrorBoxIco:focus,
.genErrorBoxIco:hover{
	text-decoration:none;
	background:#ff0000;
	color:#fff;
}
.genErrorBoxMess{
	font-weight:400;
	font-size:16px;
	
}
.genErrorBoxClose{
	position:absolute;
	right:0px;
	top:5px;
	z-index:10;
}
.genErrorBoxClose i{
	color:#fff;
	font-size:18px;
}
.genErrorBoxCart{
	position: fixed;
	z-index:10000;
	left:50%;
	top:50px;
	display:none;
	padding:30px 0px 0px 0px;
	transform: translateX(-50%);
}
.genErrorInsBoxCart{
	display:table;
	box-shadow:0px 0px 20px #ccc;
	width:400px;
	background:#fff;

}
.genErrorBoxCartIcoArea{
	display:table-cell;
	vertical-align:top;
	padding:20px 20px 20px 20px;
	border-right:1px solid #ccc;
	width:50px;
	
}
.genErrorBoxCartIcoArea img{
	width:80px;
}
.genErrorBoxCartMessArea{
	display:table-cell;
	vertical-align:middle;
	padding:10px 10px 10px 10px;
	min-height:150px;
	font-family: 'Open Sans', sans-serif;
}
.genErrorBoxCartIco{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:80px;
	display:block;
	text-decoration:none;
}
.genErrorBoxCartMess{
	font-weight:300;
	font-size:14px;
	line-height:19px;
	color:#666;
	font-family: 'Manrope', sans-serif;
}
.genErrorBoxCartClose{
	position:absolute;
	right:0px;
	top:5px;
	z-index:10;
}
.genErrorBoxCartClose i{
	color:#fff;
	font-size:18px;
}
#overlaySt{
	position:fixed;
	width:100%;
	height:100%;
	z-index:10;
	top:0px;
	background:rgba(0,0,0,0.5);
}

.genSuccessBox{
	position: fixed;
	z-index:10000;
	left:50%;
	top:50px;
	display:none;
	padding:30px 0px 0px 0px;
	transform: translateX(-50%);
}
.genSuccessInsBox{
	display:table;
	box-shadow:0px 0px 20px #ccc;
	width:400px;
	background:#fff;

}
.genSuccessBoxIcoArea{
	display:table-cell;
	vertical-align:top;
	padding:20px 20px 20px 20px;
	border-right:1px solid #ccc;
	width:50px;
	
}
.genSuccessBoxMessArea{
	display:table-cell;
	vertical-align:middle;
	padding:0px 10px 0px 10px;
	min-height:150px;
	font-family: 'Open Sans', sans-serif;
}
.genSuccessBoxIco{
	background:#1b926c;
	border-radius:50%;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-weight:300;
	font-size:20px;
	width:30px;
	height:30px;
	display:block;
	text-decoration:none;
}
.genSuccessBoxIco:focus,
.genSuccessBoxIco:hover{
	text-decoration:none;
	background:#1b926c;
	color:#fff;
}
.genSuccessBoxMess{
	font-weight:400;
	font-size:16px;
	
}
.genSuccessBoxClose{
	position:absolute;
	right:0px;
	top:5px;
	z-index:10;
}
.genSuccessBoxClose i{
	color:#fff;
	font-size:18px;
}
.customRadioBt{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:table;
}
.customRadioBtItem{
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 25px;
	display:table-cell;
	cursor:pointer;
}
.customRadioInp{
	width:18px;
	height:18px;
	border:1px solid #199eb2;
	position:relative;
	border-radius:50px;
	float:left;
	margin-left:-25px;
	text-align:center;
}
.customRadioInpIns{
	width:8px;
	height:8px;
	background:#199eb2;
	border-radius:50px;
	top:4px;
	left:4px;
	position:absolute;
	display:none;
}
.selCustomRadioBt .customRadioInpIns{
	display:block;
}
.customRadioTxt{
	float:left;
	font-size:14px;
	line-height:20px;
}
..blog_filter_category{
	overflow:hidden;
	margin-top:35px;
}
.setStickyClass{
	position:sticky;
	top:100px;
}
.blog_det_filter{
	position:sticky;
	top:100px;
}
.blog_bt_action{
	position:sticky;
	top:100px;
}
.blog_det_filter h2{
	margin: 0;
	padding-bottom: 4px;
	font-size: 18px;
	line-height: 40px;
}
.blog_det_filter ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.blog_det_filter ul li{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.blog_det_filter ul li a{
	font-weight:600;
}
.blog_filter_descr p{
	margin-bottom: 13px!important;
	line-height: 26px;
	text-transform: none;
	margin-top: 13px!important;
}
.blog_filter_descr p a{
	font-weight:600;
}
.blog_article{
	margin-top: 20px;
	margin-bottom: 10px;
}
.blog_article h2{
	font-weight: 600;
	text-transform: initial;
	line-height: 32px;
	min-height: 2em;
	font-size: 30px;
}
.blog_article_img{
	margin-top: 15px;
	margin-bottom: 40px;
}
.blog_article p{
	margin-bottom: 13px !important;
	line-height: 26px !important;
	text-transform: none;
	margin-top: 13px !important;
}
.blog_article_btn{
	font-weight:600;
}
.blog_article_img img{
	height: auto;
  max-width: 100%;
}
.blog_pagination{
	overflow:hidden;
	margin-top:40px;
}
.blogCatHeaderDetail{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:40px 0px 40px 0px;
}
.breadcrumbs_wrapperBlog{
	display:inline-block;
}
.blogListByCategoryStyle{
	margin-bottom:40px;
}
.blogListByCategoryStyle .blog_article_img{
	margin-bottom: 20px;
}
.blogListByCategoryStyle .blog_article h2{
	min-height: auto;
}
.prodCatStyle_3 .prodAccListItemArea,
.prodCatStyle_4 .prodAccListItemArea{
	text-align:center;
}
.prodAccListItem_title{
	margin-top:10px;
}
.prodAccListItem_desc{
	margin-top:10px;
}
.prodAccListItem_desc p,
.prodAccListItem_desc{
	font-size:16px;
	line-height: 20px;
}

.freshWaterIqCompatabilityStyle_1{
	border:2px solid #007681;
	border-radius:10px;
	overflow:hidden;
}
.freshWaterIqCompatabilityStyle_2{
	border:2px solid #199EB2;
	border-radius:10px;
	overflow:hidden;
}
.freshWaterIqCompatabilityStyle_3{
	border:2px solid #E7E7E7;
	border-radius:10px;
	overflow:hidden;
}
.freshWaterIqCompatability_header{
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
.freshWaterIqCompatability_headerIco{
	font-size:25px;
	margin-bottom:5px;
}
.freshWaterIqCompatability_headerText{
	font-size:18px;
}
.freshWaterIqCompatabilityStyle_1 .freshWaterIqCompatability_header{
	color:#fff;
	background:#007681;
	border-bottom:2px solid #007681;
}
.freshWaterIqCompatabilityStyle_2 .freshWaterIqCompatability_header{
	color:#fff;
	background:#199EB2;
	border-bottom:2px solid #199EB2;
}
.freshWaterIqCompatabilityStyle_3 .freshWaterIqCompatability_header{
	color:#fff;
	background:#f5f5f5;
	border-bottom:2px solid #E7E7E7;
	color:#454545;
}
h6 a,
h5 a,
h4 a,
h3 a,
h2 a,
h1 a{
	color:inherit;
}
h6 a:hover,
h5 a:hover,
h4 a:hover,
h3 a:hover,
h2 a:hover,
h1 a:hover{
	color:inherit;
}
.accesoriesBoxTitle{
	font-size:22px;
	line-height:28px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:400;
}
.customClassSetFullHeight{
	height:100%;
}
.customClassSetSticky{
	position:sticky;
}
.setImageFullWidth{
	width:100%;
}
.customClassWhiteBoxForm{
	overflow:hidden;
	background:#fff;
	width:100%;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
	border-radius:15px;
	padding:15px 30px 15px 30px;
}



.quizzArea{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.quizzAreaIns{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.quizzAreaHeader{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.quizzHeaderTitle{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:14px;
}
.quizzHeaderNavArea{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;	
}
.quizzHeaderNav{
	margin:0 auto;
	display:table;
}
.quizzHeaderNav_bullet{
	display:table-cell;
	vertical-align:middle;
	position:relative;
	height:12px;
	width:46px;
}
.quizzHeaderNav_bullet:after{
	content:"";
	width:12px;
	height:12px;
	background:#e7e7e7;
	border-radius:50%;
	position: absolute;
    right:0px;
	top:0px;
}
.quizzHeaderNav_bullet:before{
	content:"";
	width:24px;
	height:1px;
	background:#e7e7e7;
	position: absolute;
    left: 4px;
	top:5px;
}
.quizzHeaderNav .quizzHeaderNav_bullet:nth-child(1){ 
	width:12px;
}
.quizzHeaderNav .quizzHeaderNav_bullet:nth-child(1):before{
	display:none;
}
.quizzAreaContent{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	text-align:center;	
}
.quizzAreaContent h4{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	text-align:center;
	font-size: 18px;
	line-height: 26px;	
}
.quizzAreaContent p{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;	
	font-size: 14px;
    line-height: 18px;
}
.quizzAreaAct{
	width:100%;
	max-width:360px;
	padding:20px 0px 0px 32px;
	margin:0 auto;
	text-align:left;
}
.quizzAreaAct .form-check{
	margin-bottom:15px;
}
.quizzAreaActNav{
	width:100%;
	max-width:360px;
	padding:10px 0px 0px 32px;
	margin:0 auto;
	text-align:left;
}
.quizzAreaActNav_prev{
    color: #007681;
	float:left;	
	margin-right:20px;
	padding: 8px 16px 8px 0px;
	cursor:pointer;
}
.quizzAreaActNav_prev:hover{
	color: #199eb2;
}
.quizzAreaActNav_next{
	background-color: #e7e7e7;
    color: #a9a9a9;
    border-color: #e7e7e7;
	padding: 8px 16px;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 0.25rem;
	float:left;	
	cursor:none;
}
.quizzAreaActNav_next.quizzActNavNextBt{
	cursor:pointer;
	color: #fff;
	background-color: #007681;
	border-color: #007681;
	padding: 8px 16px;
	border-width: 2px;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 0.25rem;
	transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
}
.quizzActNavNextBt:hover{
	color: #fff;
	background: #199eb2;
	transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out, -webkit-box-shadow 0.33s ease-in-out;
}
.setQuizzNavStep_1 .quizzAreaActNav_prev{
	display:none;
}
.quizzFirstInfoArea{
	width:100%;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	text-align:center;
}
.openQuizzBtArea{
	text-align:center;
}
.quizzFirstInfoArea{
	width:100%;
	max-width:680px;
	margin:0 auto;
	padding:0px 0px 0px 0px; 
	text-align:center;
}
.openQuizzBtArea{
	margin-top:20px;
}