/* Global */
@import url('//fonts.googleapis.com/css?family=Varta:300,400,500,600,800');
* {
font-family: 'Varta', sans-serif;
}
body {
	font-family: "Varta", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: rgba(0, 0, 0, 1) /*{Global|text-colour}*/;
	background-image: none /*{Global|body-background-image}*/;
	background-color: #ffffff /*{Global|body-background-colour}*/;
}
a {
	color: #a70000 /*{Global|link-colour}*/;
}
a:hover,
a:focus {
	color: #000000 /*{Global|link-colour-hover}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Varta";
	color: rgba(48, 48, 48, 1) /*{Global|headers-colour}*/;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-primary {
	color: #FFFFFF;
	background-color: #a70000 /*{Buttons|primary-colour}*/;
	border-color: #a70000 /*{Buttons|primary-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus  {
	color: #ffffff;
	background-color: #000000 /*{Buttons|primary-colour-hover}*/;
	border-color: #000000 /*{Buttons|primary-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #000000 /*{Buttons|primary-colour-hover}*/;
	border-color: #000000 /*{Buttons|primary-colour-hover}*/;
}
.btn-success {
	color: #ffffff;
	background-color: #a70000 /*{Buttons|primary-colour}*/;
	border-color: #a70000 /*{Buttons|primary-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus {
	color: #ffffff;
	background-color: #000000 /*{Buttons|primary-colour-hover}*/;
	border-color: #000000 /*{Buttons|primary-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabld]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #000000 /*{Buttons|primary-colour-hover}*/;
	border-color: #000000 /*{Buttons|primary-colour-hover}*/;
}
.btn-blank {
	color: #a70000 /*{Global|link-colour}*/;
	background-color: #FFF;
	border-color: #FFF;
}
.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.btn-blank.active,
.open .dropdown-toggle.btn-blank {
	color: #000000 /*{Global|link-colour-hover}*/;
	background-color: #FFF;
	border-color: #FFF;
}
.btn-blank.disabled,
.btn-blank[disabled],
fieldset[disabled] .btn-blank,
.btn-blank.disabled:hover,
.btn-blank[disabled]:hover,
fieldset[disabled] .btn-blank:hover,
.btn-blank.disabled:focus,
.btn-blank[disabled]:focus,
fieldset[disabled] .btn-blank:focus,
.btn-blank.disabled:active,
.btn-blank[disabld]:active,
fieldset[disabled] .btn-blank:active,
.btn-blank.disabled.active,
.btn-blank[disabled].active,
fieldset[disabled] .btn-blank.active {
	background-color: #FFF;
	border-color: #FFF;
}
/* Header */

.header-watermark{
	background: linear-gradient( rgba(40, 38, 37, 0.60), rgba(40, 38, 37, 1) ), url('../img/solar-panel-header-image.jpg');
	background-position:center;
	background-size:cover;
	padding: 20px;
}

.topbar--Wrap {
	background: #F1BE48 /*{Header|top-navbar-background-colour}*/;
}
.wrapper-header {
	background: #333333 /*{Header|header-background-colour}*/;
}
.nav > li > a {
	color: rgba(0, 0, 0, 1) /*{Header|top-navbar-link-colour}*/;
}
.nav > li > a:hover,
.nav > li > a:focus {
	color: rgba(0, 0, 0, 1) /*{Header|top-navbar-link-colour}*/
	background-color: #F1BE48 /*{Header|top-navbar-background-colour}*/;
}
.bottom-bar--Wrap {
	background: #F1BE48 /*{Header|navbar-background-colour}*/;
}
.bottom-bar--Wrap .nav > li > a {
	color: rgba(0, 0, 0, 1) /*{Header|navbar-link-colour}*/;
}
.bottom-bar--Wrap .nav > li > a:hover,
.bottom-bar--Wrap .nav > li > a:focus {
	background-color: #F1BE48 /*{Header|navbar-background-colour}*/;
    color: rgba(0, 0, 0, 1) /*{Header|navbar-link-colour-hover}*/;
}
.navigation-list li a {
	color: rgba(0, 0, 0, 1) /*{Header|navbar-link-colour}*/;
}
.bottom-bar--Wrap .nav > li > .cta-link {
	color: rgba(0, 0, 0, 1) /*{Header|navbar-link-colour-hover}*/;
}
.bottom-bar--Wrap .nav > li > .cta-link:hover,
.bottom-bar--Wrap .nav > li > .cta-link:focus {
	color: rgba(0, 0, 0, 1) /*{Header|navbar-link-colour}*/;
}
#header-cart a {
	color: rgba(255, 167, 51, 1) /*{Header|cart-colour}*/;
}
#header-cart .cta-link {
	color: rgba(255, 167, 51, 1) /*{Header|checkout-colour}*/;
}
#header-cart .cta-link:hover {
	color: rgba(255, 255, 255, 1) /*{Header|checkout-colour-hover}*/;
}
.content-thumbnail h4 > a {
	color: #000000 /*{Global|link-colour-hover}*/;
}
.content-thumbnail h4 > a:hover,
.content-thumbnail h4 > a:focus {
	color: #a70000 /*{Global|link-colour}*/;
}
/* Home Page */
.alternate-bg {
	background: #F1F1F1 /*{Global|alternate-background-colour}*/;
}
.view-all {
	color: #a70000 /*{Global|link-colour}*/;
}
.cat-section h2 a {
    color: rgba(0, 0, 0, 1) /*{Global|text-colour}*/;
}
.cat-section h2 a:hover,
.cat-section h2 a:focus {
    color: #a70000 /*{Global|link-colour}*/;
}
.home-products .nav-tabs li > a {
    color: rgba(0, 0, 0, 1) /*{Global|text-colour}*/;
}
.home-products .nav-tabs li > a:hover,
.home-products .nav-tabs li > a:focus {
    color: #a70000 /*{Global|link-colour}*/;
}
.home-products .nav-tabs .active {
    border-top: 3px solid;
    border-bottom: 3px solid;
	border-color: #a70000 /*{Global|link-colour}*/;
}
.home-products .nav-tabs > li.active > a{
	color: rgba(0, 0, 0, 1) /*{Global|text-colour}*/;
}
.home-products .nav-tabs > li.active > a:hover,
.home-products .nav-tabs > li.active > a:focus {
	color: #a70000 /*{Global|link-colour}*/;
}
.thumbnail .caption h3 a {
	color: rgba(0, 0, 0, 1) /*{Global|text-colour}*/;
}
.thumbnail .caption h3 a:hover,
.thumbnail .caption h3 a:focus {
	color: #a70000 /*{Global|link-colour}*/;
}
/* Footer */
.wrapper-footer {
	background: #FFFFFF /*{Footer|footer-background-colour}*/;
}
.wrapper-footer h4 {
	color: rgba(179, 36, 64, 1) /*{Footer|footer-link-header-colour}*/;
}
.wrapper-footer p {
	color: rgba(0, 0, 0, 1) /*{Footer|footer-text-colour}*/;
}
.wrapper-footer .small a,
.wrapper-footer .small a:hover,
.wrapper-footer .small a:focus {
	color: rgba(0, 0, 0, 1) /*{Footer|footer-text-colour}*/;
}
.footer-top h3 {
	color: rgba(38, 38, 38, 1) /*{Footer|footer-header-colour}*/;
}
.wrapper-footer .nav > li > a {
	color: rgba(0, 0, 0, 1) /*{Footer|footer-link-colour}*/;
}
.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	color: #949494 /*{Footer|footer-link-colour-hover}*/;
}
/*USP Bar*/

#usp-bar-wrap {
    background-color: #282625;
    /*border-style: groove;*/
}
#usp-bar-wrap .usp-bar-item {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
}
#usp-bar-wrap .usp-bar-item img{
    margin-right: 5px;
}
#usp-bar-wrap .usp-bar-item span {
    display: block;
}

@media (max-width: 1300px){
#usp-bar-wrap .usp-bar-item{
    font-size: 13px;
}
}

#usp-bar-wrap>.usp-bar-wrap-container{
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: center; added line below instead*/
    justify-content: space-between;
}

@media (max-width: 500px){
#usp-bar-wrap>.usp-bar-wrap-container{
    justify-content: center;
    flex-direction: column;
}
}
/*@media (min-width: 1024px){
#usp-bar-wrap>.usp-bar-wrap-container{
    display: flex;
    justify-content: space-between;
}
}*/

/*USP Bar*/

/*Clean Heading Tags*/
.cat-section .meg-h2 {
    margin: 15px;
    font-size: 18px;
}
.cat-section .meg-h2 a {
    color: rgba(0, 0, 0, 1) /*{Global|text-colour}*/;
}

.thumbnail .caption .meg-h3 {
    height: 4em;
    margin: 10px 1px;
    overflow: hidden;
    font-size: 19px;
    line-height: 1.4;
}
@media (max-width: 767px) {
.thumbnail .caption .meg-h3 {
    height: 5em;
    font-size: 15px;
    line-height: 1.3;
}
}
.thumbnail .caption .meg-h3 a {
    color: #000;
}

.footer-top .meg-h3 {
    color: #262626;
    font-size: 34px;
}

@media (max-width: 767px) {
.footer-top .meg-h3 {
    margin-top: 25px;
    font-size: 21px;
}
}
.content-thumbnail .meg-h4 {
    height: 78px;
    margin-top: 16px;
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 767px) {
.content-thumbnail .meg-h4 {
    height: auto;
    font-size: 18px;
}
}
.content-thumbnail .meg-h4>a {
    color: #000;
}
.wrapper-footer .meg-h4 {
    color: #b32440;
    font-size: 24px;
}
@media (max-width: 767px) {
.wrapper-footer .meg-h4 {
   color: rgba(179, 36, 64, 1) /*{Footer|footer-link-header-colour}*/;
    font-size: 17px;
}
}
.testimonials .meg-h5 {
    font-size: 28px;
}
@media (max-width: 767px) {
.testimonials .meg-h5 {
    margin-bottom: 22px;
    font-size: 18px;
}
}
#left-sidebar .list-group>.list-group-item>.meg-h4 {
    padding: 8px 0;
    font-size: 17px;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
}
/* Thumbnails: Top Seller Badge */
.savings-container {
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.top-seller-badge {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    white-space: normal;
    font-size: 13px;
    font-weight: 500;
    padding: 2px;
    margin-top: 2px;
}
.badge-success {
	color: #ffffff;
	background-color: #5cb85c /*{Buttons|primary-colour}*/;
	border-color: #5cb85c /*{Buttons|primary-colour}*/;
}

.trust-badges {
    text-align: center;
}

.trust-badges .payment-icon-container {
    padding: 0;
    background: transparent;
    height: auto;
}

.trust-badges .payment-icon {
    width: 50px;
    background-size: 50px;
    height: 27px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.content-usps > div {
    padding: 5px !important;
}

.npopup{
	width: 650px!important;
}
.npopup-slider-holder{
	overflow: hidden;
	padding: 0 10px;
}
.npopup-slider-holder .wrapper-thumbnail{
	padding:5px;
}
.npopup-slider-holder .product-sell-slider{
	padding: 10px;
    position: relative;
}
.sell-heading{
    font-size: 20px;
    margin-top: 20px;

}
@media (max-width:600px) {
	.npopup-body > div > .footer {
		flex-direction: column;
	}
    .npopup-body > div > .body > .description{
		font-size: 12px;
	}
	.modal-body{
		display: flex;
	}
	.successaddmessage .left, .successaddmessage .right{
		display: inline-block;
    	width: 100%;
	}
}
.npopup-slider-holder .slick-arrow {
    position: absolute;
    top: -30px;
    right: 12px;
    z-index: 100;
    padding: 0px 8px;
    background: #000;
    color: #fff;
    padding-top: 7px;
}

.npopup-slider-holder .slick-next {
    right: 17px!important
}

.npopup-slider-holder .slick-prev {
    right: 55px!important
}
.styled-link {
    color: #007BFF; /* Change the color to whatever you like */
    text-decoration: none; /* Removes the underline */
    font-weight: bold; /* Makes the text bold */
}

.styled-link:hover {
    color: #0056b3; /* Darker blue color on mouse hover */
    text-decoration: underline; /* Adds underline on mouse hover */
}

.rounded-button {
      border-radius: 5px; /* adjust the value to your desired roundness */
      background-color: #a70000; /* set the button background color */
      color: #fff; /* set the button text color */
      padding: 0px 2px; /* set the button padding */
      border: none; /* remove the button border */
      cursor: pointer; /* set the button cursor to pointer */
    }

.nonlinka {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    color: #777;
}

.nonlinka2 {
    padding-right: 5px;
    font-size: 16px;
    padding-top: 12px;
    font-weight: bold;
}

.flex-box {
    display: flex;
    flex-wrap: nowrap;
    scrollbar-color: #fff transparent;
}
.adblock-single {
    padding: 10px;
    min-width: 150px;
    text-align: center;
}
.adblock-img {
    width: 100%!important;
    height: 100%!important;
}
.adblock-single .meg-h5 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.1;
}
.text-center {
    text-align: center !important;

}

.n_kee-main .kee-exp-new-menu-toggle-202306,
.n_kee-next .kee-exp-new-menu-toggle-202306 {
    display: none !important;
}
.wrapper-adblock {
    padding: 45px 0;
}

/* Set the width and height of the scrollbar */
.wrapper-adblock ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  
  .n_kee-main .kee-exp-202306, .n_kee-next .kee-exp-202306{
      display: none;
  }

  /* Track styles (background of the scrollbar) */
  .wrapper-adblock ::-webkit-scrollbar-track {
    background: transparent; /* Replace with desired background color */
  }
  
  /* Handle styles (the draggable scroll thumb) */
  .wrapper-adblock ::-webkit-scrollbar-thumb {
    background: transparent; /* Replace with desired thumb color */
  }
  
  /* Handle hover styles */
  .wrapper-adblock ::-webkit-scrollbar-thumb:hover {
    background: transparent; /* Replace with desired thumb hover color */
  }



  /* tiles banner */
.grid-ad-block{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap: 5px;
    margin: 0 auto;
    padding: 10px 7px;

}

.grid-ad-block a{
    width:calc(50% - 5px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.grid-tiles img{
    width: 100%;
}

#grid-ad-block-footer .grid-ad-block {
    padding: 24px 0;
}

@media (max-width:576px) {
    
    .grid-ad-block a{
        width:calc(100% - 5px);
    }
}
.sub-category{
    display: inline-block;
}
.c-subcategories{
    position: relative;
}
.c-subcategories-slick{
    overflow: hidden;
}
.c-subcategories-slick{
    margin: 10px 12px;
}
.c-subcategories .slick-track{
    display: flex;
}

a.sub-cate-link {
    border: 1px solid;
    padding: 5px 10px;
    display: block;
    max-width: 97%;
    text-align: center;
    padding-top: 10px;
}
.c-subcategories .slick-next, .c-subcategories .slick-prev {
  position: absolute;
  top: 10px;
}
.c-subcategories .slick-next {
    right: -2px;
}
.c-subcategories .slick-prev {
    left: -5px;
}
.slick-arrow{
    cursor: pointer;
}
.c-subcategories {
    display: none;
}
@media (min-width:576px) {
    .c-subcategories {
        display: block!important;
    }
}

.n_kee-develop #homepageCarousel{
    display: none;
}
.n_kee-main .kee-exp-202306{
    display: none;
}
