/*
Theme Name: Boil Water taps
Theme URI: https://www.boilwatertaps.com
Description: The 2026 BWT.com WP Theme
Author: BWT Team
Author URI: https://www.boilwatertaps.com/
Version: 1.3.3.7
Tested up to: 6.9
Requires at least: 3.0
Requires PHP: 5.2.4
License: DBAD
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns
Text Domain: boilwatertaps
*/

body {
	background-color: #fff;
	font-family: "Prompt", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #101215;
	font-size: 18px;
}
.topbar {
	background-color: #003D29;
	width: 100%;
	float: left;
	padding: 10px 0;
}
.topbar_email {
	float: right;
	text-align: right;
}
.topbar_email a {
	background-image: url(images/email.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 24px;
}
.header {
	width: 100%;
	float: left;
	padding: 30px 0;
}
.header a.logo {
	background-image: url(images/drop.svg);
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: left center;
	font-weight: 600;
	color: #101215;
	padding: 15px 0 15px 46px;
	font-size: 28px;
}
.header a.logo:hover {
	text-decoration: none;
}
.header .main_navigation {
	float: right;
}
.header .main_navigation ul {
	margin: 0;
	padding: 0;
}
.header .main_navigation ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}
.header .main_navigation ul li a {
	display: block;
	color: #101215;
	text-decoration: none;
	transition: 0.3s;
	padding: 10px 20px;
	border-radius: 8px;
	line-height: 18px;
}
.header .main_navigation ul li a:hover,
.header .main_navigation ul li.current_page_item a {
	background-color: #f0f0f0;
}
.header .main_navigation ul li.nav_account a {
	background-image: url(images/account.svg);
	background-size: 22px;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 45px;
}
.header .main_navigation ul li.nav_basket a {
	background-image: url(images/basket.svg);
	background-size: 22px;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 45px;
}
.header .row {
	display: flex;
	align-items: center;
}
.hero {
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
}
.hero_container .row {
	display: flex;
	align-items: center;
}
.hero_container {
	background-color: #FBF0E4;
	width: 100%;
	border-radius: 12px;
	padding: 30px 60px 0 60px;
}
.hero_title {
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 10px 0;
	padding: 0;
}
.hero_msg {
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 24px;
}
.hero_link {
	margin: 0 0 30px 0;
}
.hero_link a:first-child {
	border: 1px solid #003D29;
	background-color: #003D29;
	border-radius: 200px;
	color: #fff;
	padding: 17px 30px 15px 30px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	transition: 0.3s;
}
.hero_container img {
	width: 100%;
	float: left;
}
.intro_content {
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
}
.intro_content h1 {
	font-weight: 600;
	font-size: 36px;
	margin: 0 0 15px 0;
	padding: 0;
}
.home_product_grid {
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
}
.home_product_item {
	width: 100%;
	float: left;
}
.home_product_item_img {
	background-color: #f1f1f1;
	padding: 30px;
	width: 100%;
	float: left;
	border-radius: 12px;
	margin: 0 0 15px 0;
}
.home_product_item_img img {
	width: 100%;
	float: left;
}
.home_product_item_data {
	width: 100%;
	float: left;
}
.home_product_item_data h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0;
}
.home_product_item_data a {
	color: #101215;
	text-decoration: none;
}
.home_product_price {
	margin: 0;
	font-size: 16px;
}
.home_product_reviews {
	width: 100%;
	float: left;
}
.home_product_reviews .star {
	background-image: url(images/star.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	width: 16px;
	height: 26px;
	display: block;
	float: left;
}
.home_product_reviews .review_count {
	float: left;
	margin: 0 0 0 5px;
	font-size: 14px;
	line-height: 28px;
}
.home_product_add {
	border: 1px solid #003D29;
	background-color: #fff;
	border-radius: 200px;
	color: #101215;
	padding: 12px 15px 10px 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	transition: 0.3s;
	margin-top: 10px;
}
.home_product_add:hover {
	background-color: #003D29;
	color: #fff;
}
.home_product_add a {
	color: #101215;
}
.home_product_add a:hover {
	color: #fff;
}
.body {
	width: 100%;
	float: left;
}
.wooc-body {
	border-top: 1px solid #ccc;
	padding: 30px 0 0 0;
}
.page-body {
	border-top: 1px solid #ccc;
	padding: 30px 0 0 0;
}
.woocommerce-breadcrumb {
	width: 100%;
	float: left;
	margin: 0 0 30px 0 !important;
	padding: 0;
}
.wooc-body div.product {
	clear: both;
}
table.variations {
	margin: 0 !important;
}
table.variations td.label label {
	color: #101215;
	font-weight: 500 !important;
	font-size: 18px;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}
.reset_variations { display: none !important; }
.wpgs-for {
	border-radius: 12px;
}
.woocommerce div.product .product_title {
	font-weight: 600;
	margin: 0 0 15px 0;
	padding: 0;
}
.product_brand_image {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}
.woocommerce-product-details__short-description {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.woocommerce-product-details__short-description p {
	margin: 0;
}
.entry-summary .price {
	margin:  0;
	color: #003D29 !important;
}
.woopq-quantity-input-minus {
	border: 1px solid #cccccc;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.woopq-quantity-input-plus {
	border: 1px solid #cccccc;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.woocommerce div.product form.cart div.quantity {
}
.single_add_to_cart_button {
	border-radius: 12px !important;
	border: 1px solid #003D29 !important;
	background-color: #003D29 !important;
	font-weight: 500 !important;
	margin-left: 15px !important;
	padding: 10px 25px !important;
}
.single_variation_wrap {
	width: 100%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0 0 0;
}
.summary .home_product_reviews {
	width: unset;
	float: right;
}
.summary .row {
	display: flex;
	align-items: center;
}
.summary_price_wrapper {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}
.product_meta {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	font-size: 14px;
}
.single_variation_wrap .price {
	margin: 0 0 15px 0;
	display: block;
}
.product_image_container {
	background-color: #f1f1f1;
	width: 100%;
	float: left;
	padding: 30px;
	border-radius: 12px;
}
.product_content {
	width: 100%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 40px 0 0 0;
}
.product_content h2,
.product_content h3,
.product_content h4,
.product_content h5,
#customer_login h2 {
	font-weight: 600;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 24px;
}
.product_content p {
	margin: 0 0 30px 0;
}
.product_content p a {
	color: #003D29;
	text-decoration: underline;
}
.product_content ul {
	margin-top: -20px;
	margin-bottom: 20px;
}
.product_content strong,
.woocommerce-product-details__short-description strong {
	font-weight: 600;
}
.footer {
	background-color: #f1f1f1;
	width: 100%;
	float: left;
	padding: 30px 0;
	margin: 60px 0 0 0;
}
.page-body .content h1,
h1.woocommerce-products-header__title.page_title,
.woocommerce-products-header h1 {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 15px 0;
	padding: 0;
}
.woocommerce-products-header {
	margin: 0 0 60px 0;
}
.page_hero {
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
}
.page_hero_container {
	background-color: #f1f1f1;
	width: 100%;
	border-radius: 12px;
	padding: 60px;
}
.page_hero_container h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 10px 0;
	padding: 0;
}
.page_hero_container p {
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.page_hero_container .row {
	display: flex;
	align-items: center;
}
.page_hero_container img {
	width: 120px;
	display: block;
	margin: 0 auto;
}
.wc-block-cart__submit-container {
	background-color: #003D29;
	border-radius: 6px;
}
.wc-block-cart__submit-container a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name {
	color: #101215;
	font-size: 16px !important;
}
.payment_options {
	float: right;
}
.payment_options img {
	float: left;
	width: 60px;
	margin: 0 0 0 10px;
}
.wc-block-components-checkout-place-order-button {
	background-color: #003D29;
	border: 1px solid #003D29;
	color: #fff;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.wc-block-components-checkbox__label {
	font-weight: 400;
}
.home_box {
	background-color: #f1f1f1;
	border-radius: 12px;
	padding: 30px;
	margin: 30px 0;
}
.home_box h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
.home_box h2 a {
	color: #101215;
	font-weight: 600;
	font-size: 26px;
}
.home_box p {
	font-size: 14px;
}
.home_box p:last-child {
	margin: 0;
}
.home_box p a {
	color: #003D29;
	text-decoration: none;
}
.home_box p a:hover {
	text-decoration: underline;
}
.home_box .row {
	display: flex;
	align-items: center;
}
.home_box img {
	width: 80px;
	display: block;
	margin: 0 auto;
}
.home_box_section {
	margin: 0 0 60px 0;
	padding: 30px 0;
	width: 100%;
	float: left;
	border-top: 1px solid #cccccc;
}
.woo_cat_img {
	width: 100%;
	float: left;
	background-color: #f1f1f1;
	padding: 30px;
	border-radius: 12px;
	margin: 0 0 15px 0;
}
.woo_cat_img img {
	margin: 0 !important;
}
.type-product .row {
	clear: both;
}
.single-product .home_box_section {
	padding: 15px 0;
	margin: 0 0;
	border-bottom: 1px solid #cccccc;
}
#freeship {
	background-image: url(images/freeship.png);
	background-repeat: no-repeat;
	background-size: 60px;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
}
.footer_brand {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
p.footer_logo {
	background-image: url(images/drop.svg);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: left center;
	font-weight: 600;
	color: #101215;
	padding: 0 0 0 32px;
	margin: 0 0 15px 0;
	font-size: 22px;
}
.footer_legal p {
	margin: 0;
	font-size: 14px;
}
.footer_item {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.footer_item ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer_item ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
}
.footer_item ul li a {
	display: block;
	color: #101215;
	text-decoration: none;
	transition: 0.3s;
	font-size: 14px;
}
.footer_item ul li a:hover {
	text-decoration: underline;
	color: #101215;
}
.footer_item h3 {
	width: 100%;
	float: left;
	margin: 5px 0 10px 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
}
.footer_item .payment_options {
	float: right;
}
.footer_item .payment_options img {
	margin: 0;
	float: right;
}
.tap_specifications,
.tap_downloads {
	width: 100%;
	float: left;
	padding: 30px 0;
}
.tap_draw {
	width: 100%;
	float: left;
}
.tap_specifications h2,
.tap_downloads h2,
.tap_draw h2 {
	font-weight: 600;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 24px;
}
.tap_spec_item {
	width: 100%;
	float: left;
	padding: 10px 20px;
}
.tap_spec_item label {
	float: left;
	width: 50%;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.tap_spec_item span {
	float: left;
	width: 50%;
	text-align: left;
}
.tap_spec_item_2 {
	background-color: #f1f1f1;
}
.tap_download_item {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	border-radius: 6px;
}
.tap_download_item a {
	background-image: url(images/doc.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 30px;
	display: block;
	color: #101215;
	padding: 15px 15px 15px 60px;
}
.tap_download_item:hover {
	background-color: #f1f1f1;
	text-decoration: none;
}
.tap_draw_item {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.tap_draw_item img {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 15px;
}
.tap_draw_item h3 {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
}
.woocommerce-privacy-policy-text p,
.woocommerce-LostPassword a,
.loginlink {
	font-size: 14px;
}
.woocommerce-form-register label,
.woocommerce-form-login label {
	font-weight: 500;
}
.woocommerce-form-register a,
.woocommerce-form-login a {
	color: #101215;
	text-decoration: underline;
}
.page-template-template-woo-account h1 {
	margin: 0 0 60px 0 !important;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	background-color: #003D29 !important;
	border: 1px solid #003D29 !important;
	font-weight: 500 !important;
	color: #fff !important;
	font-size: 14px !important;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	background-color: #003D29 !important;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	display: block;
	width: 100%;
	float: left;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #101215;
	display: block;
	margin: 0 0 5px 0;
}
.woocommerce-MyAccount-content a {
	color: #101215;
	text-decoration: underline;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	float: left;
	width: 100% !important;
}
li.product a {
	color: #101215;
}
li.product a h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0;
}
li.product a .price {
	color: #101215 !important;
}
h2.woocommerce-loop-product__title {
	min-height: 62px;
	float: left;
	width: 100%;
}
.additional_images {
	width: 100%;
	float: left;
}
.additional_image {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.additional_images img {
	width: 100%;
	float: left;
	border-radius: 12px;
}
.popupOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
}

.popupBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	width: 800px;
	max-width: 90%;
	border-radius: 8px;
	text-align: center;
}
.popupBox img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 15px;
}
.additional_image button {
	border: 0;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
.popupBox button {
	background-image: url(images/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	border: 0;
	padding: 0;
	background-color: transparent;
	text-indent: -999999px;
}
.popupBox img {
	width: 100%;
	float: left;
	border-radius: 12px;
	margin: 30px 0 0 0;
}
.product_thumb_img {
	margin-top: 30px;
}
.faq_block {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}
.faq_block h2 {
	font-weight: 600;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 24px;
}
.faq_item {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #efefef;
}
.faq_item h3 {
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
}
.faq_item p {
	margin: 0;
}
.buying_content h2 {
	font-weight: 600;
	margin: 30px 0 15px 0;
	padding: 0;
	font-size: 24px;
}
.buying_content h3 {
	font-weight: 600;
	margin: 30px 0 10px 0;
	padding: 0;
	font-size: 18px;
}
.buying_content a {
	color: #101215;
	text-decoration: underline;
}
.buying_content strong {
	font-weight: 500;
}
.content_images {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.content_images img {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	border-radius: 12px;
}
.single_guide_item {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	border: 1px solid #f1f1f1;
	border-radius: 12px;
}
.single_guide_item a {
	background-image: url(images/buyers.svg);
	background-size: 18px;
	background-position: 30px center;
	background-repeat: no-repeat;
	display: block;
	padding: 30px 30px 30px 60px;
	color: #101215;
}
.single_guide_item.advice_item a {
	background-image: url(images/advice.svg);
}
.frameset {
	background-color: #f1f1f1;
	padding: 30px;
	border-radius: 12px;
}
#gform_submit_button_1 {
	background-color: #003D29;
	border: 1px solid #003D29;
}
.content p a {
	color: #101215;
	text-decoration: underline;
}
.content p strong,
.woocommerce-order-overview strong {
	font-weight: 600;
}
.home .home_box_section {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
#burger {
	background-image: url(images/burger.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	width: 40px;
	height: 40px;
	display: none;
	float: right;
}
#mobile-menu {
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
	background:#003D29;
	z-index:9999;
	transition:right 0.35s ease;
	padding:40px;
	box-sizing:border-box;
}
#mobile-menu.open {
	right:0;
}
#close-menu {
	position:absolute;
	top:20px;
	right:20px;
	font-size:28px;
	cursor:pointer;
	color:#fff;
}
#mobile-menu ul {
	list-style:none;
	padding:0;
	margin-top:80px;
}
#mobile-menu li {
	margin-bottom:20px;
}
#mobile-menu a {
	color:#fff;
	text-decoration:none;
	font-size:24px;
}
.woocommerce-table a {
	color: #101215;
}
.woocommerce-order h2 {
	font-weight: 600;
	margin: 30px 0 15px 0;
	padding: 0;
	font-size: 24px;
}
.product_content iframe {
	width: 100%;
	border-radius: 12px;
}