/*** Splash landing page ***/

.splash-landing-page {
	background: #eeeeec;
	padding: 30px;
}

.landingpage-index-index [data-content-type=row][data-appearance=contained] {
	max-width: 100% !important;
	width: 100%;
}

.landingpage-index-index .block-static-block,
.landingpage-index-index .page-title-wrapper {
	display: none;
}

.landingpage-index-index .columns .column.main {
	padding-bottom: 0px;
}

.landingpage-index-index .page-main {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.landingpage-index-index .top-pannel {
	display: none !important;
}


/*** Home Direct Wholesale  ***/

.direct-wholesale {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    background-color: #eeeeec;
    position: relative;
}
.direct-wholesale:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 100px;
    background-color: #eeeeec;
}
.direct-wholesale:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 100px;
    background-color: #eeeeec; 
}
.direct-wholesale .title img {
    width: 74px;
}
.direct-wholesale .title p {
    font-size: 26px;
    font-weight: normal;
    color: #17181b;
    margin: 13px 0 0 0;
}
.direct-wholesale .title h2 {
    font-size: 26px;
    font-weight: 700;
    color: #17181b;
    margin: 0;
}
.direct-wholesale-inner {
    margin-top: 44px;
}
.direct-wholesale-inner .image-holder {
    position: relative;
}
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-icon a {
    width: 40px;
    height: 40px;
    box-shadow: 1.5px 2.6px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #1b1c1b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.direct-wholesale-inner .text-box {
    max-width: 656px;
    margin: 33px auto 0;
}
.direct-wholesale-inner .text-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.17;
    margin-top: 20px;
    color: #17181b;
}
.direct-wholesale-inner .text-box a {
    width: 140px;
    height: 44px;
    background-color: #17181b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 43px auto 0;
}
.direct-wholesale-inner .text-box a:hover {
    background-color: #ff5000;
    color: #fff;
}


/*** Home Apply now  ***/
.cashflow-now {
    background-color: #17181b;
    text-align: center;
    transform: skewY(-3deg);
    padding: 57px 0;
    position: relative;
}
.cashflow-now .text-box {
    transform: skewY(3deg);
}
.cashflow-now .text-box img {
    width: 52px;
    margin-bottom: 21px;
}
.cashflow-now .text-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.17;
    color: #fff;
    max-width: 635px;
    margin: 0 auto 15px;
}
.cashflow-now .text-box a {
    width: 140px;
    height: 44px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    color: #17181b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 35px auto 0;
}
.cashflow-now .text-box a:hover {
    background-color: #ff5000;
    transition: all 0.5s ease-in-out;
    color: #fff;
}


/*** Home ***/


/** Popular Electrical Product **/

.homepage-category-product {
	width: 100%;
	float: left;
	text-align: center;
}

.homepage-category-product .title h2 {
	font-size: 35px;
	font-weight: 400;
	color: #1c1c1c;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.block-viewed-products-grid .title {
	color: #1c1c1c;
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;
}

.homepage-category-product .title span {
	color: #e84810;
	font-weight: 700;
	font-style: italic;
}

.block-viewed-products-grid .title span.label-middle {
	color: #e84810;
	font-weight: 700;
	font-style: italic;
	margin: 0 5px;
}

.homepage-category-product a.view-all {
	font-size: 16px;
	font-weight: 700;
	color: #1c1c1c;
	width: 189px;
	height: 44px;
	border: solid 2px #656565;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.block-viewed-products-grid {
	margin-bottom: 60px;
	margin-top: 60px;
}

.open-nav .home-banner:after {
	background: #000000;
}

.cms-home.page-layout-1column .block.widget .products-grid .product-item {
	width: 100%;
}

.block-static-block.widget {
	margin-bottom: 0;
}

@keyframes c-kenBurns {
	0% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1)
	}
}

.home-banner {
	position: relative;
	overflow: hidden;
}
.banner-caption {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.banner-down .owl-stage-outer:after {position: absolute;width: 100%;height: 180px;content: "";top: auto;left: 0;right: 0;bottom: -170px;transform-origin: left bottom;transform: skewY(-4deg);z-index: 1;background: #fff;background-color: white;}
.home-banner figure {
	transform-origin: center center;
	animation: c-kenBurns 10s ease-in-out infinite alternate;
	width: 105%;
}

.home-banner figure img, .home-banner, .home-banner iframe {
	height: 1040px;
	width: 100%;
	object-fit: cover;
}

.banner-down {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-down .owl-stage-outer {
	padding-bottom: 0;
}
.banner-down .owl-theme .owl-dots {
	position: relative;
	bottom: 90px;
	display: inline-block;
	margin-top: 0 !important;
	margin-right: 100px;
	margin-left: 10px;
}

.banner-down .product-items {
    text-align: right;
}

.banner-down .product-items .owl-stage-outer {
    text-align: left;
}

.banner-down .owl-theme .owl-nav {
	display: inline-block;
}

.banner-down .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	border-radius: 0;
}

.banner-down .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

.banner-down .owl-theme .owl-nav [class*=owl-] img {
	width: 9px;
}

.banner-down .owl-theme .owl-nav .owl-next {
}

.banner-down .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	border-radius: 0;
}

.banner-down .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 80px;
	bottom: 95px;
}

.banner-down .owl-theme .owl-nav button {
	position: relative;
	z-index: 99;
	font-size: 25px;
	bottom: 94px;
	height: 25px;
	line-height: 25px;
}

.banner-inner {
	background-size: cover;
	padding: 247px 0 157px 0;
	background-position: center center;
	position: relative;
}

.banner-inner-top .text-box {
	text-align: center;
	padding: 35px 0 0 0;
}

.banner-inner-top .text-box h1 {
	font-size: 69px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
}

.banner-inner-top .text-box h1 span {
	color: #e84810;
}

.banner-inner-top .text-box h2 {
	font-size: 51.5px;
	color: #ffffff;
	text-shadow: 1px 1.7px 9px rgba(0, 0, 0, 0.49);
	text-transform: uppercase;
	font-weight: 500;
}

.mobile-version {
	display: none;
}

.banner-inner-top .text-box .text-price {
	display: flex;
	align-items: flex-start;
	margin: 5px 0 0 20px;
}

.banner-inner-top .text-box .text-price a {
	width: 197px;
	height: 62px;
	background-color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	color: #17181b;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}

.banner-inner-top .text-box .text-price p {
	font-size: 21.5px;
	color: #ffffff;
	text-align: right;
	font-weight: 700;
	margin-left: 30px;
	padding-top: 4px;
}

.banner-inner-top .text-box .text-price p strong {
	font-size: 31.5px;
	vertical-align: middle;
}

.banner-inner-top .text-box .text-price p span {
	display: block;
	font-size: 18.5px;
	color: #cdcdcd;
}

.banner-inner-top .image-holder img {
	width: auto;
}

.product-banner-detail {
	padding: 0 10px;
}

.product-banner {
	bottom: 145px;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
}

.product-banner-box {
	background-color: #ffffff;
	padding: 15px;
}

.product-banner-box h3 {
	font-size: 22px;
	font-weight: 700;
	color: #17181b;
	margin-bottom: 15px;
}

.product-banner-box .image-holder img {
	width: 100%;
}

.product-banner-box .text-box {
	margin: 12px 0 0 0px;
}

.product-banner-box .text-box p {
	font-size: 14px;
	font-weight: 400;
	color: #17181b;
	margin-bottom: 17px;
}

.product-banner-box .text-box a {
	font-size: 14px;
	color: #f26129;
	display: block;
	font-weight: 700;
}

.product-banner-box .text-box a:hover {
	color: #17181b;
}

.block-shone-now {
	color: #f26129;
	font-weight: 700;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}

.home-banner-holder .product-items {
	position: static;
}

.home-banner-holder .product-items .owl-nav {
	position: absolute;
	right: 125px;
	bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	max-width: 195px;
	padding: 0;
	padding-right: 0;
	width: 100%;
	text-align: right;
}

.home-banner-holder .product-items .owl-dots {
	position: absolute;
	right: 170px;
	bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	max-width: 105px;
	padding: 0;
	padding-right: 0;
	width: 100%;
	text-align: right;
}

.home-banner-holder .product-items .owl-dots .owl-dot {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #dbdbd9;
	margin: 0 5px;
	border-radius: 50%;
}

.home-banner-holder .product-items .owl-dots .owl-dot.active {
	background: #000000;
}

.home-banner-holder .product-items .owl-nav .owl-prev {
	background: url('../images/sprit-new.png') no-repeat -10px -55px;
	width: 34px;
	height: 34px;
	display: inline-block;
	font-size: 0;
	position: relative;
	top: 2px;
	right: 125px;
	z-index: 99;
}

.home-banner-holder .product-items .owl-nav .owl-next {
	background: url('../images/sprit-new.png') no-repeat -53px -55px;
	width: 34px;
	height: 34px;
	display: inline-block;
	font-size: 0;
	position: relative;
	top: 2px;
	z-index: 99;
}

.recently-carousel .owl-nav {
	display: none;
}

.border-right-box {
	position: relative;
}

.border-right-box:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	background: #d4d4d4;
}

.ceiling-fans {
	position: relative;
	width: 100vw;
	margin-left: -50.6vw;
	left: 50%;
	padding-top: 150px;
	padding-bottom: 250px;
	margin-top: 120px;
	margin-bottom: 90px;
}

.ceiling-fans .pagebuilder-column-group {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1360px;
	padding: 0 15px;
	width: 100%;
	z-index: 2;
	color: #ffffff;
}

.ceiling-fans:before {
	content: "";
	width: 63%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 67px;
	z-index: 1;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
}

.pagebuilder-column.fans-col {
	position: absolute;
	right: 10px;
	top: -50px;
	width: 72% !important;
}

.white-btn {
	font-size: 16px;
	background: #ffffff;
	color: #000000;
	margin-top: 10px;
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	border-radius: 25px;
}

.ceiling-fans .pagebuilder-column {
	padding-left: 50px !important;
}

.ceiling-fans .pagebuilder-column h3 {
	margin-top: 0;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.qty-box-ara {
    width: 69px;
    height: 51px;
    border: solid 1px #ebedee;
    background-color: #ffffff;
    padding: 0 10px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
}

.qty-box-ara span {
    font-size: 11.5px;
    font-weight: 700;
    color: #94969b;
}

.qty-box-ara input {
    text-align: right;
    font-size: 11.5px;
    font-weight: 700;
    color: #17181b;
    border: none;
    border-radius: 0;
    width: 27px;
    padding: 0;
    display: inline-block;
}
.mobile-version {
    display: none;
}
.electrical-distribut {
    background-color: #eeeeec;
    padding: 20px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.electrical-distribut-left {
    background-color: #fff;
    display: flex;
    align-items: center;
    max-width: 534px;
    width: 100%;
    justify-content: space-between;
    padding-left: 21px;
    margin-right: 32px;
}
.electrical-distribut-left h3 {
    font-size: 29.5px;
    font-weight: 700;
    color: #1c1c1c;
}
.electrical-distribut-left h3 span {
    color: #3dcd58;
    display: block;
}
.electrical-distribut-left.electrical-clipsal {
    padding: 15px 33px;
    margin-right: 0;
    margin-left: 32px;
    position: relative;
}
.electrical-distribut-left.electrical-clipsal:after {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d4d4d4;
}
.clipsal-fans {
    padding: 239px 0 390px;
    position: relative;
    margin-top: 40px;
    z-index: 1;
}
.clipsal-fans:after {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 62%;
    height: 100%;
    background-color: #17181b;
    transform: skewy(-3deg);
}
.clipsal-fans:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 475px;
    background-color: #eeeeec;
}
.clipsal-fans .text-box {
    position: relative;
    z-index: 1;
}
.clipsal-fans .text-box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.clipsal-fans .text-box a {
    width: 140px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    color: #17181b;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clipsal-fans .text-box a:hover {
    background-color: #ff5000;
    color: #fff;
}
.clipsal-fans .image-holder {
    position: absolute;
    right: 0;
    top: -75px;
    z-index: 2;
}
.popular-product {
    padding-bottom:100px;
    position: relative;
    margin-top: 8px;
}
.product-items.owl-theme .owl-dots {
    margin-top: 20px;
}


/* Plumbing */

.product-pl-items .banner-inner-top .text-box h1 {
    font-size: 60px;
    font-style: normal;
}

.product-pl-items .banner-inner-top .text-box h2 {
    font-size: 44px;
}

.product-pl-items .banner-inner-top .text-box .text-price {
    margin-left: 70px;
    margin-top: 15px;
}
.pl-distribut .electrical-distribut-left h3 {
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.pl-distribut .electrical-distribut-left h3 span {
    font-weight: 700;
    color: #000000;
}

.pl-distribut .electrical-distribut-left {
    background: transparent;
    position: relative;
}

.pl-distribut .electrical-distribut-left:before {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: calc(100% - 11px);background: #ffffff;z-index: 1;}

.pl-distribut .electrical-distribut-left img {
    position: relative;
    z-index: 2;
}
.plumbing-mixer .image-holder {
    right: 26%;
    top: 0;
}
.mobile-banner {
    display: none;
}
.banner-down .owl-stage-outer .owl-item .product-item {
    padding: 0;
    overflow: hidden;
}
@media only screen and (min-width:1280px) and (max-width:1599px) {
	.banner-caption .banner-left h2 {
		font-size: 56px;
		line-height: 56px;
		margin-bottom: 25px;
	}
	.banner-caption .banner-left .name {
		font-size: 44px;
	}
	.banner-caption .banner-left .buy-now {
		left: 45px;
	}
	.banner-caption .banner-left .price {
		font-size: 26px;
	}
	.banner-caption .banner-left .price .price-from {
		font-size: 16px;
	}
	.banner-caption .banner-left .price .banner-gst {
		font-size: 16px;
		margin-top: 2px;
	}
	.slider-cms-block .pagebuilder-column {
		box-sizing: border-box;
	}
	.slider-cms-block .block-img img {
		max-width: 100%;
	}
	.slider-cms-block .block-dec {
		height: 40px;
		overflow: hidden;
	}
	.home-banner-holder .product-items .owl-dots {
		margin-right: 70px;
		max-width: 130px;
		padding-right: 0;
		padding-left: 0;
		overflow: hidden;
		white-space: nowrap;
	}
	.home-banner-holder .product-items .owl-nav {
		margin-right: 30px;
		max-width: 200px;
		padding-right: 0;
	}

	.cms-home .products-grid .product-item .price-box .price {
		font-size: 21px;
	}
	.cms-home .owl-item .price-container .text {
		font-size: 12px;
	}
	.cms-home .owl-item .action.primary.tocart {
		height: 42px;
		line-height: 42px;
	}
	.cms-home .owl-item .product-item .qty-box input {
		height: 42px;
	}
	.cms-home .owl-item .product-item .qty-box label {
		top: 10px;
	}
	.ceiling-fans {
		padding-bottom: 190px;
	}
	
	/* Plumbing */
	.product-pl-items .banner-inner-top .text-box h2 {
		font-size: 38px;
	}
	.product-pl-items .banner-inner-top .text-box h1 {
		font-size: 56px;
		font-style: normal;
	}
	.product-pl-items .banner-inner-top .text-box .text-price {
		margin-left: 40px;
	}
	.banner-down .owl-theme .owl-dots{    bottom: 80px;}
	.banner-down .owl-theme .owl-nav button{    bottom: 84px;}
	.banner-down .owl-theme .owl-nav .owl-next{    bottom: 85px;}
}

@media (max-width: 1366px){
	.banner-inner-top .text-box h2 {
		font-size: 40px;
	}
	.product-banner-box .text-box p {
		font-size: 11px;
	}
	.product-banner-box .image-holder {
		display: flex;
		align-items: center;
	}
	.clipsal-fans {
		padding: 239px 0 270px;
	}
	.clipsal-fans:before {
		height: 400px;
	}
	.clipsal-fans:after {
		width: 58%;
	}
	.clipsal-fans .image-holder {
		top: -48px;
		text-align: right;
	}
	.clipsal-fans .image-holder img {
		max-width: 80%;
		width: 100%;
	}
	/* Plumbing */
	.product-pl-items .banner-inner-top .text-box h2 {
		font-size: 38px;
	}
	.product-pl-items .banner-inner-top .text-box h1 {
		font-size: 56px;
		font-style: normal;
	} 
	.product-pl-items .banner-inner-top .text-box .text-price {
		margin-left: 40px;
	}
}
@media (max-width: 1266px){
	.clipsal-fans:before {
		height: 415px;
	}
}
@media (max-width: 1199px){
	.banner-inner-top .text-box h1 {
		font-size: 60px;
	}
	.banner-inner-top .text-box h2 {
		font-size: 37px;
	}
	.product-banner-box .text-box p {
		min-height: 37px;
	}
	.product-banner-box h3 {
		font-size: 16px;
	}
	.banner-down .owl-stage-outer {
		padding-bottom: 203px;
	}
	.product-banner{
		margin: -445px -10px 0;
	}
	.home-banner figure img, .home-banner, .home-banner iframe {
		height: 975px;
	}
	.banner-down .owl-theme .owl-dots{    bottom: 30px;}
	.electrical-distribut-left {
		max-width: 100%;
		width: 50%;
		padding-left: 10px;
		margin-right: 32px;
	}
	.electrical-distribut-left h3 {
		font-size: 22px;
	}
	.electrical-distribut-left img {
		width: 70%;
	}
	.electrical-distribut-left.electrical-clipsal {
		padding: 15px 15px;
	}
	.electrical-distribut-left.electrical-clipsal img {
		width: 53%;
	}
	.electrical-distribut-left.electrical-clipsal::after {
		left: -33px;
	}
}
@media (max-width: 991px){
	.banner-inner-top .text-box h1 {
		font-size: 50px;
	}
	.banner-inner-top .text-box h2 {
		font-size: 26px;
	}
	.product-pl-items .banner-inner-top .text-box h1 {
		font-size: 50px;
	}
	.product-pl-items .banner-inner-top .text-box h2 {
		font-size: 26px;
	}
	.banner-inner-top .text-box .text-price a {
		width: 165px;
		height: 50px;
		font-size: 20px;
	}
	.banner-inner-top .text-box .text-price p {
		font-size: 16px;
		margin-left: 20px;
	}
	.banner-down .owl-stage-outer::after{height: 250px;    bottom: 20px;}
	.home-banner figure img, .home-banner, .home-banner iframe {
		height: 910px;
	}
	.banner-down .owl-theme .owl-dots {
		bottom: 90px;
	}
	.action.primary.tocart, .action.primary.tocart12 {
		width: 210px;
	}
	.product-banner-box {
		padding: 10px;
	}
	.product-banner-box h3 {
		min-height: 38px;
	}
	.electrical-distribut {
		padding: 10px;
	}
	.clipsal-fans {
		padding: 110px 0;
	}
	.clipsal-fans:before {
		height: 205px;
	}
	.clipsal-fans:after {
		width: 66%;
	}
	.clipsal-fans .image-holder {
		top: -35px;
	}
	.clipsal-fans .image-holder img {
		max-width: 65%;
		width: 100%;
	}
	.footer-links h2 {
		font-size: 16px;
	}
	.footer-links ul li a {
		font-size: 14px;
	}
	.follow-us {
		width: 100%;
		text-align: center;
		padding-top: 21px;
		padding-bottom: 0;
		padding-left: 0;
	}

	.copyrights {
		flex-wrap: wrap;
	}

	.follow-us:before {
		display: none;
	}

}
@media (max-width: 767px) {
	.electrical-distribut {
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}

	.electrical-distribut-left {
		flex-wrap: wrap;
		margin: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	
	.product-item {
		padding: 0;
	}
	.banner-inner {
		padding: 155px 0 170px 0;
	}
	.banner-inner-top {
		text-align: center;
		position: relative;
	}
	.banner-inner .row {
		display: block;    position: relative;
    z-index: 99;
	}

	.col-md-6 {
		width: 100%;
		max-width: 100%;
	}

	.banner-inner-top .image-holder img {
		max-width: 245px;
		width: 100%;
		margin: 0 auto;
	}

	.banner-inner-top .text-box {
		padding: 10px 0 0 0;
		max-width: 315px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		z-index: 2;
	}

	.dasktop-version {
		display: none;
	}
	.mobile-version {
		display: block;
	}
	.banner-inner-top .text-box h1 {
		font-size: 35px;
	}
	.banner-inner-top .text-box h2 {
		font-size: 26px;
	}
	.banner-inner-top .text-box .text-price {
		margin: 17px 0 0 0px;
		justify-content: space-between;
	}
	.banner-inner-top .text-box .text-price a {
		width: 139px;
		height: 44px;
		font-size: 16px;
	}
	.banner-inner-top .text-box .text-price p {
		font-size: 15px;    margin-left: 20px;    margin-bottom: 0;
	}
	.banner-inner-top .text-box .text-price p strong {
		font-size: 22px;
	}
	.banner-inner-top .text-box .text-price p span {
		font-size: 13px;
	}
	.banner-down .owl-stage-outer::after {
		height: 250px;
	}
	.product-banner {
		padding: 90px 0 20px;
		margin: 0;
		background-color: #eeeeec;
		position: relative;
		z-index: 1;
		display:none;
	}
	.banner-down .owl-stage-outer::after {
		background-color: #eeeeec;
		bottom: -50px;
		height: 110px;
	}

	.banner-down .owl-theme .owl-dots {
		bottom: 70px;
		margin-right: 50px;
	}
	.banner-down .owl-theme .owl-nav button {
		bottom: 65px;    font-size: 36px;
    height: 36px;
    line-height: 36px;
	}
	.banner-down .owl-theme .owl-nav .owl-next {
		position: absolute;
		right: 5px;
		bottom: 70px;
	}
	.banner-down .owl-theme .owl-nav button.owl-prev span {
		font-size: 0;
		display: inline-block;
		float: left;
		width: 36px;
		height: 36px;
		background: url(../images/sprit-new.png) no-repeat;
		background-position: -8px -54px;
	}
	.banner-down .owl-theme .owl-nav button.owl-next span {
		font-size: 0;
		display: inline-block;
		float: left;
		width: 36px;
		height: 36px;
		background: url(../images/sprit-new.png) no-repeat;
		background-position: -52px -54px
	}
	.banner-down .owl-stage-outer {
		padding-bottom: 0;
	}
	.banner-inner-top:after {
		position: absolute;
		content: "";
		left: 50%;
		transform: translate(-50%, 0);
		top: 20px;
		background: url(../images/mobile-banner-logo.png) no-repeat;
		width: 375px;
		height: 221px;
		z-index: 1;
	}
	.block-products-list .product-items.owl-theme .owl-dots {
		margin: 0 auto;
		margin-top: 20px;
		width: 170px;
	}
	.block-products-list .product-items.owl-theme .owl-nav {
		width: 240px;
		margin: 0 auto;
		position: relative;
	}

	.block-products-list .product-items.owl-theme .owl-nav button {
		position: absolute;
		top: -10px;
	}

	.block-products-list .product-items.owl-theme .owl-nav button.owl-prev {
		left: 0;
	}
	.block-products-list .product-items.owl-theme .owl-nav button.owl-next {
		right: 0;
	}

	.block-products-list .product-items.owl-theme .owl-nav button.owl-prev span {
		font-size: 0;
		display: inline-block;
		float: left;
		width: 36px;
		height: 36px;
		background: url(../images/sprit-new.png) no-repeat;
		background-position: -8px -54px;
	}
	.block-products-list .product-items.owl-theme .owl-nav button.owl-next span {
		font-size: 0;
		display: inline-block;
		float: left;
		width: 36px;
		height: 36px;
		background: url(../images/sprit-new.png) no-repeat;
		background-position: -52px -54px
	}
	.home-banner figure img, .home-banner, .home-banner iframe {
		height: 640px;
	}
	.product-banner .pagebuilder-column {
		width: 100% !important;
	}

	.product-banner .pagebuilder-column-group {
		flex-wrap: wrap;
	}

	.product-banner .pagebuilder-column:first-child {
		display: none !important;
	}

	.product-banner-box {
		padding: 0;
		background: none;
		text-align: center;
	}

	.product-banner-box h3 {
		font-weight: 400;
		font-size: 22px;
		line-height: 32px;
		min-height: auto;
		margin-bottom: 5px;
		text-transform: uppercase;
	}

	.product-banner-box .text-box {
		display: none;
	}

	.product-banner-detail {
		padding: 0;
		margin-bottom: 15px;
		display: none;
	}


	.homepage-category-product {
		padding:15px 0 0px;
		margin: 0;
		background-color: #eeeeec;
		position: relative;
		z-index: 1;
	}

	.homepage-category-product .title h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	
	.popular-product {
		padding: 0;
		margin: 0;    margin-bottom: 145px;
	}

	.electrical-distribut-left h3 {
		float: left;
		width: 35%;
		font-size: 20px;
		font-weight: 400;
	}
	.electrical-distribut-left.electrical-clipsal h3 span {
		color: #000000;
	}

	.electrical-distribut-left h3 span {
		font-weight: 700;
	}
	.product-banner-box .image-holder a {
		display: inline-block;
		width: 100%;
	}
	.electrical-distribut-left a {
		float: right;
		max-width: 65%;
		margin-left: auto;
	}
	.electrical-distribut-left img {
		float: left;
		max-width: 100%;
		width: auto;
	}
	.electrical-distribut-left.electrical-clipsal img{width: auto;}
	.electrical-distribut-left.electrical-clipsal {
		margin-left: 0;
		padding-left: 21px;
	}
	.clipsal-fans {
		padding: 110px 0 60px;
		margin-top: 55px;
	}
	.direct-wholesale {
        padding: 0px 0;
	}
	body.cms-index-index {
		background: #eeeeec;
	}
	.clipsal-fans:after {
		width: 80%;
		height: 222px;
	}

	.clipsal-fans .image-holder {
		top: -100px;
	}   

	.clipsal-fans .row {
		display: block;
	}

	.clipsal-fans .text-box h3 {
		display: none;
	}
	.clipsal-fans .text-box a {
		width: 240px;
		font-size: 16px;
		height: 44px;
		margin: 155px auto 0;
		background-color: #17181b;
		color: #fff;
	}
	.mobile-banner {
		display: inline-block;
		width:100%;
		vertical-align:top;
	}
	.mobile-banner .product-banner-detail {
		padding: 0;
		margin-bottom: 20px;
		display: block;
	}
	.mobile-banner .pagebuilder-column-group{
	    flex-wrap: wrap;		
	}
	.mobile-banner .pagebuilder-column{
	    width: 100% !important		
	}
	.block-viewed-products-grid .title {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.block-viewed-products-grid .owl-item {
		background-color: #fff;
		padding: 0;
		margin: 0;
		padding-bottom: 22px;
		border-left: 1px solid #eeeeec;
		border-right: 1px solid #eeeeec;
	}

	.block-viewed-products-grid {
		padding: 0;
		margin-top: 0;
	}
	.customer-redirect-b2b a span {
		font-size: 13px;
	}
	.retail-price {
		font-size: 11.5px;
		margin-bottom: 0;
		margin-top: 9px;
		display: inline-block;
		float: none;
		width: auto;
	}

	.block-viewed-products-grid .price-box {
		display: inline-block;
		vertical-align: top;float: none;
	}
	.qty-box-ara {
		width: auto;
		display: flex;
		align-items: center;
		padding: 0;
		border: 0;
		height: auto;
	}

	.qty-box-ara span {
		display: none;
	}

	.qty-box-ara input {
		width: 45px;
		height: 30px;
		margin: 0 5px;
		border-radius: 3.3px;
		padding: 5px 10px;
		text-align: center;
		border: solid 1px #ebedee;
		background-color: #ffffff;
	}

	.qty-box-ara a {
		width: 30px;
		height: 30px;
		border: solid 1px #dedede;
		background-color: #ffffff;
		padding: 0;
		font-size: 23px;
		line-height: 30px;
		color: #1c1c1c;
		display: inline-block;
		vertical-align: middle;
		align-items: center;
		border-radius: 50%;
		justify-content: center;
	}

	.qty-box-ara a span {
		display: block;
		font-size: 23px;
		line-height: 30px;
		color: #1c1c1c;
		font-weight: 400;
	}
	.banner-inner-top:after {
		width: 346px;
		height: 194px;
		background-size: 100%;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(1.5) invert(1);
	}
	.product-pl-items .banner-inner-top .text-box h1 {
		font-size: 35px;
		display: block;
		font-style:italic;
	}

	.product-pl-items .banner-inner-top .text-box h2 {
		font-size: 26px; 
	}
	.plumbing-mixer .dasktop-version {
		display: block;
	}
	.action.primary.tocart, .action.primary.tocart12 {
		width: 42px;
	}
}
@media (max-width: 374px){
	.action.primary.tocart, .action.primary.tocart12 {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		border-radius: 0;
	}
}
@media only screen and (min-width:481px) and (max-width:767px) {
	.mobile-banner .pagebuilder-column {
		width: 50% !important;
	}
}
@media only screen and (min-width:768px) and (max-width:980px) {
	.product-pl-items .banner-inner-top .text-box h1 {
		font-size: 34px;
	}
	.product-pl-items .banner-inner-top .text-box h2 {
		font-size: 22px;
	}
	.product-pl-items .banner-inner-top .text-box .text-price {
		margin-left: 20px;
	}
	.product-item .qty-box {
		width: 100px;
	}
	.banner-inner-top .text-box {
		padding-bottom: 183px;
	}
	.banner-down .owl-stage-outer::after {
		height: 160px;
		bottom: -90px;
	}
	.banner-down .owl-stage-outer {
		padding-bottom: 0;
	}
}
@media only screen and (min-width:981px) and (max-width:1250px) {
	.product-pl-items .banner-inner-top .text-box h1 {
		font-size: 40px;
	}
	.product-pl-items .banner-inner-top .text-box h2 {
		font-size: 26px;
	}
	.banner-inner-top .text-box {
		padding-bottom: 183px;
	}
	.banner-down .owl-stage-outer {
		padding-bottom: 100px;
	}
	.banner-down .owl-stage-outer::after {
		height: 125px;    bottom: 20px;
	}
	.banner-down .owl-theme .owl-dots {
		bottom: 170px;
	}
	.banner-down .owl-theme .owl-nav button{    bottom: 175px;}
	.banner-down .owl-theme .owl-nav .owl-next{    bottom: 175px;}
}
