/*.watch-btn-overlay{
    position: absolute;
    bottom: 14%;
    left: 47%;
    background: #fff;
    color: #ed2224;
    width: 100%;
    max-width: 200px;
    text-align: center;
    display: block;
    padding-top: 15px;
}
.watch-btn-overlay::after{
    display:none;
}
.watch-btn-overlay:hover{
    background: #fff !important;
    color: #ed2224 !important;
}*/

.klaviyo-bis-trigger {
	background-color: var(--primary-color);
	padding-inline: 20px;
	border: 0;
	width: fit-content;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 7px 40px 7px 20px;
	min-height: 48px;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	transition: all .3s ease 0s;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
}

.form-pay-container {
	margin-bottom: 50px;
	margin-top: 20px;
}

.form-pay-container .container {
	max-width: 1170px;
}

.woocommerce-checkout.woocommerce-order-pay table.shop_table td, .woocommerce-checkout.woocommerce-order-pay table.shop_table th {
	width: 40%;
}

.form-pay-container #order_review {
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}

.woocommerce-checkout.woocommerce-order-pay table.shop_table tr td:last-child {
	text-align: left;
}

/*#order_review .wc-stripe-elements-field{
    padding:15px;
}*/
label.product-custom-tag {
	/*border: 1px solid #ed2224;*/
	background: #ed2224;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
}

.woocommerce ul.products li.product .product-wrap {
	position: relative;
}

.products .product-wrap img.logo-aus {
	width: 70px;
	position: absolute;
	right: 10px;
}

.products .product-wrap .ribbon {
	position: absolute;
	right: 10px;
	border-radius: 50%;
	height: 65px;
	width: 65px !important;
	text-align: center;
	padding: 0;
	display: flex;
	line-height: 1em;
	line-height: 14px;
	flex-direction: column;
	justify-content: center;
	background: #ed2224;
	color: #fff;
	font-size: 12px;
}

.products .product-wrap .ribbon label {
	margin-bottom: 0;
	display: block;
}

.products .product-wrap .ribbon label.Best {
	max-width: 47px;
	margin: 0 auto;
}

.products .product-wrap .ribbon label.Warranty {
	margin-bottom: 0;
}

.products .product-wrap .ribbon label.New {
	display: block;
	margin-bottom: 0;
}

.products .product-wrap.Discontinued .ribbon {
	display: none;
}

nav.pagination ul li a:hover, nav.pagination ul li a.current, nav.pagination ul li span.current {
	pointer-events: auto;
}

.section-twocol {
	background: var(--primary-color);
}

.post-41740 .section-twocol h4 {
	font-size: 40px;
	line-height: 48px;
	text-align: center;
}

.section-twocol .btn-subscribe {
	display: block;
	text-align: center;
	max-width: 200px;
	margin: 29px auto;
	background: #fff;
	color: var(--primary-color);
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: bold;
}

.section-videos-display {
	margin-bottom: 50px;
}

.section-videos-display .heading {
	text-align: center;
	margin-bottom: 30px;
}

.section-videos-display iframe {
	width: 390px;
	height: 218px;
}

.section-videos-display .below_heading {
	margin-bottom: 50px;
}

.btn-subscribe {
	display: block;
	text-align: center;
	max-width: 200px;
	margin: 29px auto;
	background: var(--primary-color);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}

@media (max-width: 900px) {
	.section-videos-display iframe {
		width: 100%;
		height: 130px;
	}
}

@media (max-width: 480px) {
	.section-videos-display iframe {
		height: 218px;
	}
	
	.section-videos-display .video-col {
		margin-bottom: 15px;
	}
}

/**diesel heater maintanenance page**/
.diesel-heater-maintenance {
	margin-bottom: 80px;
}

.maitenance-checklist-table {
	border: 1px solid #ececec;
	float: left;
	margin-top: 15px;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.t-head .th {
	background-color: var(--primary-color);
	color: #fff;
	float: left;
	font-size: 15px;
	line-height: 16px;
	padding: 10px 15px 10px 30px;
	text-transform: none;
	width: 25%;
}

.show-640 {
	display: none;
}

.t-head, .t-row {
	float: left;
	position: relative;
	width: 100%;
}

.t-row .td {
	border-bottom: 1px solid #ececec;
	float: left;
	font-size: 14px;
	padding: 10px 15px 10px 30px;
	width: 25%;
}

.t-row:nth-child(2n + 3) {
	/*background-color: #f7f7f7;*/
	background-color: #fff;
}

.contact-section-content > div {
	clear: both;
	margin-top: 30px;
}

.components-brief-section, .components-brief-section-inner {
	position: relative;
	width: 100%;
}

.components-brief-section-inner>h2 {
	color: #282727;
	margin-bottom: 15px;
}

/*.components-list {
    float: left;
    list-style: outside none none;
    position: relative;
    width: 100%;
    padding-left: 0;
}
.components-list>li {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    float: left;
    height: 215px;
    margin-bottom: 35px;
    margin-right: 45px;
    max-width: 169px;
    position: relative;
    width: 33.33%;
}
.components-list li img {
    float: left;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}
.components-list li label {
    color: #282727;
    float: left;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    text-align: center;
    width: 100%;
}*/
.components-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

.components-list li {
	/*flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;*/
	flex: 1 1 calc(0% - 20px);
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	transition: transform .2s ease, box-shadow .2s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.components-list li:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.components-list img {
	width: 100%;
	max-width: 200px;
	height: 150px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 12px;
	border: 1px solid #e0e0e0;
}

.components-list label {
	margin-top: auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.components-list a {
	color: #333;
	text-decoration: none;
	transition: color .2s ease;
}

.components-list a:hover {
	color: #007cba;
	text-decoration: underline;
}

.component-details-section, .component-details-section-inner {
	/*float: left;*/
	position: relative;
	width: 100%;
	display: flex;
}

.component-details-section {
	padding-top: 30px;
}

.component-details-section-inner .left {
	/*float: left;*/
	margin-right: 50px;
	max-width: 361px;
	position: relative;
	width: 100%;
}

.show-480 {
	display: none;
}

.legend-list ul {
	padding-left: 0;
	list-style: none;
}

.component-details-section-inner .right {
	display: table;
	max-width: 200px;
	position: relative;
	width: 100%;
}

.instructions-section {
	border-top: 2px solid #ececec;
	margin-top: 50px;
	padding-top: 50px;
	position: relative;
	width: 100%;
}

.instructions-section-inner {
	/*float: left;*/
	position: relative;
	width: 100%;
}

.instructions-section-inner>h2 {
	color: #282727;
	line-height: 20px;
	margin-bottom: 30px;
}

.instructions-section-inner>p {
	color: #565656;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.instructions-section-inner>ul {
	/*float: left;*/
	list-style: outside none none;
	padding-top: 15px;
	position: relative;
	width: 100%;
	padding-left: 0;
}

.instructions-section-inner > ul > li {
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
}

.instructions-section-inner > ul > li .half-right ol {
	padding-left: 20px;
}

.instructions-section-inner > ul > li .half-left {
	flex: 1 1 20%;
	max-width: 20%;
}

.instructions-section-inner > ul > li .half-right {
	flex: 1 1 50%;
	max-width: 50%;
}

.table-section-inner ol, .normal-content-section ol {
	padding-left: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.components-list li {
		flex: 1 1 calc(50% - 20px);
		min-width: 200px;
	}
}

@media screen and (max-width: 640px) {
	.maitenance-checklist-table {
		border: 0;
	}
	
	.t-row {
		border: 1px solid #ececec;
		margin-bottom: 25px;
		background-color: #fff;
	}
	
	.t-head {
		display: none;
	}
	
	.t-row .td {
		/*float: left;*/
		height: auto;
		width: 100%;
		display: flex;
	}
	
	.t-row .td>span.show-640 {
		color: var(--primary-color);
		float: left;
		min-width: 120px;
		width: 25%;
	}
	
	.show-640 {
		display: block;
	}
	
	.component-details-section-inner, .instructions-section-inner > ul > li {
		display: block;
	}
	
	.legend-list {
		margin-top: 20px;
	}
	
	.instructions-section-inner > ul > li .half-left, .instructions-section-inner > ul > li .half-right {
		max-width: 100%;
	}
	
	.components-list img {
		max-width: 60%;
		height: auto;
	}
	
	.components-list li {
		background: none;
		box-shadow: none;
	}
}

@media (max-width: 480px) {
	.components-list {
		gap: 15px;
	}
	
	.components-list li {
		flex: 1 1 100%;
		min-width: unset;
	}
	
	.t-row .td {
		padding: 10px;
	}
	
	@media screen and (max-width: 480px) {
		.t-row .td>span.show-640 {
			min-width: 110px;
		}
	}
}

.page-id-41953 .breadcrumbs-wrap {
	padding-bottom: 0;
}

.section-full-image-with-link a {
	display: block;
}

p.video_title {
	margin-bottom: 20px;
}

.section-fanmaster-tv-display iframe {
	width: 390px;
	height: 218px;
}
