/** Stylesheet for CPS plugins to not get removed. */

@media only screen and (min-width: 1150px){
	/* Search Bar */
	.header-content > .header-search{
		max-width: unset;
		width: calc(90% - 790px);
	}
}

/* Battery Replacement Styles */
.battery-replacement > .battery-replacement-link{
    text-decoration: none;
}
.battery-replacement > .battery-replacement-link:hover{
    color: #f60167;
    transition: 0.2s;
}
.battery-replacement > .battery-replacement-link > i{
    margin-right: 5px;
}
/*Removing Pay later buttons from product page. */
.ppc-button-wrapper{
    display:none;
}
/*Allowing pay later button on checkout */
#order_review > div.ppc-button-wrapper {
    display: block;
}

.short-details-area{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    align-items: center;
}

@media only screen and (max-width: 425px) {
    .short-details-area{
        grid-template-columns: 100%;
    }
    .short-details-area > .trustpilot-widget{
        margin-top: 2.5em;
    }
}

.short-details-area>.all-cards{
    margin: 0;
}
.usps-container>img{
    width: calc(100% / 6);
}
.product-checks > ul > .pdc-check:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #76C000;
}
.product-checks > ul > .pdc-exclaim:before{
    content: "\f12a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #F60167;
}
.product-checks > ul{
    padding: 0;
}
.usp-bold{
    font-weight: 700;
}
.product-checks > ul > li{
    margin-top: 0.75em;
}

/* All major credit cards */
.all-cards{
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 20px;
}

.all-cards > i:first-child{
	margin-left: 5px;
}

.all-cards > i{
	font-size: 20px;
	margin-right: 5px;
}

.woocommerce .quantity .qty{
	width: 5em;
}

#submit{
    background: -webkit-gradient(linear, left top, left bottom, from(#76C000), to(#4C8804));
    background: linear-gradient(180deg, #76C000, #4C8804);
    padding: 12px 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    min-width: 200px;
    display: inline-block;
    font-size: 1.7rem;
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    border-radius: 0px;
}
#submit:hover{
    background: #76C000;
    color: #fff;


}

#post-19505 > div > div > div:nth-child(2) > ul{
	margin: 2em 0;
}

.idpc_lookup{
	display: none;
}

.woocommerce.archive .cat-main-col.subcategories ul.products li.product a img{
	height: auto;
}

.woocommerce ul.products li.product a img{
	max-height: 250px;
}

.products > .product > a > img{
	aspect-ratio: 1;
}

.woocommerce-loop-product__title{
	max-height: 65px;
	overflow: hidden;
}

.discontinued > li.product{
	width: calc(100% - 91px);
}

.upsells > .inner-container > .products > .product {
	min-height: 100%;
}

.woocommerce ul.products li.product .woocommerce-placeholder{
	margin: 52px 0 0;
}

.specName{
	width: 25%;
	font-weight: 700;
}

/* Hiding Google Badge */
.grecaptcha-badge { visibility: hidden; }

/* Pushing cookie banner above jivo */
#cookie-law-info-bar{
	z-index: 9999999999 !important;
}

/* RMA Form CSS */

#post-36575 > header > h1{
	margin-top: 50px;
}

#post-36575 > .entry-content > .wp-block-columns > div:nth-child(2) > #warranty_form > div > input, #post-36575 > .entry-content > .wp-block-columns > div:nth-child(2) > #warranty_form > div > select{
	margin-right: 0 !important;
	max-width: 100% !important;
}

#wfb-field-label-1123080959, #wfb-field-label-159377675, #wfb-field-label-159377675{
	display: none;
}

#post-36575 > .entry-content > .wp-block-columns > div:nth-child(2) > #warranty_form > div > #first_name, #post-36575 > .entry-content > .wp-block-columns > div:nth-child(2) > #warranty_form > div > #last_name{
	width: 45% !important;
	margin-right: 0 !important;
}

#post-36575 > .entry-content > .wp-block-columns > div:nth-child(2) > #warranty_form > div > #first_name{
	margin-right: 10% !important;
}

#post-36575 > .entry-content > .wp-block-columns > div:nth-child(2) > 
#warranty_form > p > input.button{
	max-width: 100%;
}

/* Blog post size */
.post-grid > article > .post-thumbnail > img{
	height: 265px;
    aspect-ratio: 19 / 6;
}

@media only screen and (max-width: 1150px) {
	.post-grid > article > .post-thumbnail > img{
		height: 170px;	
	}
	.post-grid > article > .entry-header > .entry-title{
		margin-top: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.post-grid > article{
		width: 100%;
	}
	.post-grid > article > .post-thumbnail > img{
		height: auto;	
	}
	
	/* Centering Acreds Footer */
	#colophon > .inner-container > .col50 > .footer-col-wide:nth-child(2){
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media only screen and (max-width:426px){
	.footer-col-wide:nth-child(2){
		flex-direction: column;
		align-items: center;
	}
}

/* Display Product Tags */
.product_meta .tagged_as{
	display: inline-block;
}

/* Footer styles for greyscale */

img.footer-accr{
	  filter: grayscale(100%);
	  margin: 4px 10px !important;
}

/* Raiting Stars Alignment */
.woocommerce-product-rating{
	display: flex !important;
	align-items: center;
}

/* User Reviews count Tab */
.raiting-counter{
	font-size: 0.6em;
}

/* Ticketing System updated */
#wpsc_login_link{
	background: -webkit-gradient(linear, left top, left bottom, from(#76C000), to(#4C8804));
    background: linear-gradient(
180deg
, #76C000, #4C8804);
    padding: 12px 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    min-width: 200px;
    display: inline-block;
    font-size: 1.7rem;
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    border-radius: 0px;
}

#wpsc_login_continue_as_guest{
		background: -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), to(#adadad));
    background: linear-gradient(
180deg
, #c7c7c7, #adadad);
    padding: 12px 24px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    min-width: 200px;
    display: inline-block;
    font-size: 1.7rem;
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    border-radius: 0px;
}

#wpsc_popup_title{
background: -webkit-gradient(linear, left top, left bottom, from(#F60167), to(#C4004F));
    background: linear-gradient(
180deg
, #F60167, #C4004F);
}

/* Account Sizing */

.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content{
	width: 78%;
}

/* Title for Blocks pages */
.entry-title{
	margin-top: 50px;
}

/* Hiding no field */
#wpsc_frm_create_ticket > div:nth-child(1) > div.col-sm-4.visible.form-group.wpsc_form_field.field_17173 > p{
	display: none;
}

/* Acreds Sizing */
.owl-stage{
	display: flex;
  align-items: center;
}

.owl-carousel .owl-item img{
	max-height: 100px;
	width: auto !important;
	margin: auto;
}

/* Darkening homepage image to make text easier to read */
.section-hp-hero .hp-hero-left .hero-left-bg-img, .section.section-hp-hero > .hp-hero-right > .hero-right-img{
	filter: brightness(70%);
}


/** Navigation Menu sizing TEMP **/
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu{
	width: 260px;
}

/* Hiding the product paypal buttons */
.entry-summary > #ppc-button, .wc-proceed-to-checkout > #ppc-button{
	display: none;
}

/* Sorting blog btns size */
.nav-links{
	display: flex;
	justify-content: space-between;
}
.nav-links > div{
	height: auto;
}

.nav-links > div > a{
	display: flex !important;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 560px){
	.nav-links{
		width: 100%;
		display: flex;
		flex-direction: column
}
}

/* 3 boxes to be same size on home page */

#main > div:nth-child(5) > div.inner-container.flex > div > .box-grid-content{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* tech spec sorting alignment */
#tech-specs-acc > .acc_content > .html-shield > tbody > tr> td> table > tbody > tr > td:nth-child(1){
	width: 30%;
}

.the-team{
	margin-left: 4em;
}

li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-weight: 700 !important;
}

.header-numbers p{
	font-size: 1.5em;
}

.header-numbers{
	margin: 0 30px 0 0;
}

.section-hp-hero .hp-hero-left .hero-left-content{
	max-width: unset;
}

.em-button{
	background: -webkit-gradient(linear, left top, left bottom, fromfrom(#f6ff00), to(#ffd900)) !important;
	background: linear-gradient(180deg, #f6ff00, #ffd900) !important;
	border-left: #fff solid 1px !important;
	border-right: #fff solid 1px !important;
}

.em-button > .mega-menu-link{
	background: none !important;
}

.em-button::hover{
	background: #ffd900;
	background: linear-gradient(180deg, #e4be01, #e4be01) !important;
}

.em-button > a{
	color: #000 !important;
}

li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-weight: 700 !important;
}

.header-numbers p{
	font-size: 1.5em;
}

.header-numbers{
	margin: 0 30px 0 0;
}

.section-top-image > .top-image-image{
	filter: brightness(70%);
}

#white_btn{
	background: #fff;
	color: #393939;
	text-shadow: none;
}

.box-grid-item .box-grid-content{
	height: 100%;
}

.contact-imgs{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 768px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-51524 > a.mega-menu-link:hover{
		background: #ffd900 !important;
	}
	.section-hp-hero .hp-hero-left .hero-left-content{
		max-width: unset;
	}
}

@media only screen and (max-width: 767px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
		width: 100%;
	}
}

.page-id-61764 > #page > #content > #primary > main > .section > .top-image-image{
	background: rgba(10, 10, 10, 0.5);
}

.wt-cli-manage-consent-link{
	cursor: pointer;
}

/* Sorting out the Custom Menu */
.custom-html-widget > .sectors-menu-image-container{
	display: grid;
	grid-template-columns: repeat(6, 15%);
    justify-content: space-between;
}
.sectors-menu-image-container > .single-sector-lnk{
	width: unset;
}
.sector-menu-container{
	width: 100%;
	height: 250px;
	
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	display: grid;
	align-items: end
}

.single-sector-lnk > .sector-menu-container > .mega-menu-item{
	padding: 10px 0;
	background: rgba(255,255,255,0.8);
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

/* Checkout Seporate Box for Postcode */
.idpc-finder{
	clear: both !important;
}
.idpc-finder > label{
	font-weight: 700 !important;
}
.idpc-finder > label:after{
	content: " (Or search by your postcode)" !important;
}

/* Styling Postcode Lookup */
.idpc_autocomplete > #idpc_1{
	background: #fafff3;
    border: 1px solid #76C000;
}

/*Trust Pilot Widget */
.trustpilot-widget{
    /* margin-top: 5em; */
}

/* Sorting out the Custom Menu */
.custom-html-widget > .sectors-menu-image-container{
	display: grid;
	grid-template-columns: repeat(6, 15%);
    justify-content: space-between;
}
.sectors-menu-image-container > .single-sector-lnk{
	width: unset;
}
.sector-menu-container{
	width: 100%;
	height: 250px;
	
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	display: grid;
	align-items: end
}

.single-sector-lnk > .sector-menu-container > .mega-menu-item{
	padding: 10px 0;
	background: rgba(255,255,255,0.8);
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

.idpc-finder{
	clear: both;
}
.idpc-finder > label{
	font-weight: 700;
}
.idpc-finder > label:after{
	content: " (Or search by your postcode)";
}

.solutions-menu-container{
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.single-sector-lnk > .solutions-menu-container > .additional-links{
	display: block;
	opacity: 0;
	top: 0;
	left: 0;
	position: relative;
	background: rgba(255,255,255,0.8);
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: 1s;
	font-weight: 700;
	transform: translateY(250px);
}

.single-sector-lnk > .solutions-menu-container > .mega-menu-item {
	transition: 1s;
	transform: translateY(250px);
}

.single-sector-lnk > .solutions-menu-container:hover .mega-menu-item{
	transform: translateY(0px);
}

.single-sector-lnk > .solutions-menu-container:hover .additional-links{
	display: block;
	opacity: 1;
	transform: translateY(0%);
}

.single-sector-lnk > .solutions-menu-container > .additional-links:hover{
/* 	display: block; */
}

.single-sector-lnk > .solutions-menu-container > .mega-menu-item{
	padding: 10px 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

.ad-lnk{
	padding: 5px 10px;
	width: 100%;
}

.ad-lnk:hover{
	background: rgba(0,0,0,0.2);
}

/* Other Sites Bar */
#other-sites{
	width: 100%;
	height: 50px;
	display: flex;
	padding: 5px 0 0 0;
	background: #c5c5c5;
}

.os-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 20px;
	width: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.os-container > .site{
	background-color: #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-right: 1px solid #e9e9e9;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 35px;
	max-width: 200px;
}

.os-container > .site:after{
	-webkit-transform: skew(24deg);
	-moz-transform: skew(24deg);
	-o-transform: skew(24deg);
	content: " ";
	width: 15px;
	height: 100%;
	background-color: #f2f2f2;
	margin-right: -10px;
	margin-left: -10px;
	border-right: 1px solid #ddd;
	border-top-right-radius: 6px;
	z-index: 10;
}

.os-container > .active{
	background-color: #fff;
  z-index: 15;
}
.os-container > .active::after{
	background-color: #fff;
}

.os-container > .site > a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.os-container > .site > a{
	filter: grayscale(100%);
}

.os-container > .site > a:hover{
	filter: grayscale(0%);
	transition: 0.2s;
}

.os-container > .active > a{
	filter: grayscale(0%);
}

/* Alternative Products */

.alt-table-holder{
	overflow-x: scroll;
}

.alt-product-table{
	border-collapse: collapse;
	font-size: 12px;
	min-width: 750px;
}

.comparison_image_title_cell{
	text-align: center;
}

.comparison_image_title_cell > div > .comparison_image, .base_item_image_holder > .comparison_image{
	height: 150px;
}

.alt-product-table > tbody > .comparison_add_to_cart_row{
	text-align: center;
}

.alt-product-table > tbody > .comparison_td_row >td{
	padding: 0 10px;
	line-height: 2.5em;
}

.comparison_add_to_cart_row > td{
	padding-bottom: 20px !important;
}

.alt-product-table > tbody > tr > .comparison_tech_details{
	width: 22.5%;
}

.alt-product-table > tbody > .comparison_td_row:nth-child(odd){
	background: #f3f3f3;
}

.alt-product-table > tbody > .comparison_td_row > .base_item{
	background: #76c00030;
	border-bottom: 1px solid #ddd;
}

.alt-product-table > tbody > .tech-details > .comparison_table_first_col{
	width: 10%;
	font-weight: 700;
}

.add-to-cart-smol{
	margin: 10px 0;
	padding: 5px 15px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#76C000), to(#4C8804));
	background: linear-gradient(180deg, #76C000, #4C8804);
	color: #fff;
	text-decoration: none;
}

.add-to-cart-smol:visited{
	color: #fff;
}

.add-to-cart-smol:hover{
	background: #76C000;
	color: #fff;
}

.base_item_name_holder > p, .comparison_image_title_cell > div > p{
	height: 92px;
	overflow: hidden;
}

/* Product Add to Cart */

.price-holder > .price-holder-inner > .price{
	display: block !important;
}

.woocommerce ul.products li.product{
	padding: 20px 20px 115px;
}

.woocommerce ul.products li.product .button{
	margin-bottom: 1em;
	bottom: 47px;
}

.discontinued{
    border: #F60167 2px solid;
    min-width: 200px;
    padding: 10px 24px;
    color: #F60167;
    font-weight: 700;
    text-transform: uppercase;
}

/* Devices avaliable */
.devices-usage {
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0px;
    background: #cdcdcd;
	color: #183153;
	font-size: 700;
}
.devices-usage > i{
	margin-right: 15px;
}
.devices-usage > span{
	font-size: 0.9em;
}
.devices-usage > span > strong{
	display: unset !important;
}

.devices-usage .device-tooltip{
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -150px;
	z-index: 9999;
	background: #183153;
	color: #fff;
	padding: 10px;
	transition: 200ms;
}

.devices-usage:hover{
	cursor: pointer;
}

.devices-usage:hover .device-tooltip{
	visibility: visible;
}

.device-tooltip:before{
	content: " ";
    width: 15px;
    height: 15px;
    background: #183153;
    transform: rotate(45deg) translateX(700%) translateY(-700%);
	-webkit-transform: rotate(45deg) translateX(700%) translateY(-700%);
    position: absolute;
    top: -8px;
}

.woof_checkbox_onbackorder_container{
	margin-top: 20px;
}

.woof_container_inner > label[for=woof_checkbox_onbackorder]{
	font-size: 1.5em;
	margin-left: 5px;
    vertical-align: middle;
}

.details-wrap > .trustpilot-widget{
	margin-top: 8em;
    margin-bottom: 6em;
}

.bundle_wrap{
	display: none;
}

/** Navigation Menu Boxes */
.col-4-container{
	width: calc(100% - 21px);
}

.container.pink .col-4:first-of-type{
	margin-right: 20px;
}

.container.pink .col-4:last-of-type{
	margin-right: 0;
	background-image: url('https://www.criticalpowersupplies.co.uk/wp-content/uploads/2021/03/test-image.jpg') !important;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color: #fff;
}

.container.pink .col-4{
	width: calc((100% - 21px) / 4);
	margin-right: 20px;
}

.col-4-text-wrap {
    padding: 20px;
}

.woocommerce-account-fields > .create-account{
	margin-bottom: 2em;
}

#findus{
	border-radius: 3px;
	border: 3px solid #dedede;
	height: 51px;
	font-family: "Poppins",sans-serif;
}
#order_comments_field {
clear:both;
}

/* Add to Wishlist */
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
	/* width: 57px;
	height: 57px;
	padding:10px; */
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
	margin-top: unset;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
	width: unset;
	height: unset;
	margin-left: 10px;
	background: linear-gradient(180deg, #F60167, #C4004F);
	color: #fff;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt{
	background: unset;
	border: 2px solid #C4004F;
	color: #C4004F;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button:hover.tinvwl-icon-heart-plus.no-txt{
	background: #C4004F;
	color: #fff;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
	margin-top: unset;
	margin-left: unset;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
	font-size: 3em;
	display: flex;
	align-items: center;
    justify-content: center;
	position: relative;
    top: 0;
    left: 0;
	top: unset;
	left: unset;
	width: 53px;
	height: 53px;
}

.button.tinvwl_button_close{
	border: 2px solid #C4004F !important;
	color: #C4004F !important;
	background: unset !important;
	transition: 200ms ease-in-out;
}
.button.tinvwl_button_close:hover{
	background: #C4004F !important;
	color: #fff !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #76C000 !important;
}
.product-remove > button:hover{
	cursor: pointer;
	background: #C4004F;
	color: #fff;
}
.tinvwl-table-manage-list{
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
td.product-stock > p{
	font-size: unset;
	margin: unset;
}
.tinvwl-table-manage-list thead tr {
    background: linear-gradient(180deg, #76C000, #4C8804);
    color: #ffffff;
    text-align: left;
}
.tinvwl-table-manage-list th,
.tinvwl-table-manage-list td {
    padding: 12px 15px;
}
.tinvwl-table-manage-list tbody tr {
    border-bottom: 1px solid #dddddd;
}
.tinvwl-table-manage-list tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.tinvwl-table-manage-list tbody tr:last-of-type {
    border-bottom: 2px solid #76C000;
}
.tinvwl-table-manage-list > tbody > tr > td.product-action > button{
	font-size: 1.2em;
	padding: 10px 5px;
	min-width: unset;
}
.tinvwl-input-group .form-control{
	height: unset;
}
.aws_result_excerpt > .aws-wishlist{
	display: none;
}
article.category-case-studies > .entry-header > .entry-meta{
	display: none;
}

.title-holder > p{
	display: flex;
	margin-top: 2.5em;
}

.title-holder > p > a{
    margin: 10px 0;
	width: 100%;
}

.title-holder > p > a:first-child{
	margin-right: 5px;
}
.title-holder > p > a:last-child{
	margin-left: 5px;
}

.title-holder > p > a > .avoidwrap{
    display:inline-block;
}

@media only screen and (max-width: 1000px){
	.title-holder > p{
		display: block;
	}
    .title-holder > p > a{
        margin-top: 0;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 695px){
    .title-holder > p > a{
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
}

.usp-icon{
    top: 20px !important;
}
/* .usp-item:first-of-type{
	padding: 0 !important;
	position: relative;
	top: -18px;
}
@media only screen and (max-width: 768px){
    .usp-item:first-of-type{
	    top: 0;
    }
} */

.mobile-header-search{
	display: none;
}

@media only screen and (max-width: 1150px){
	.mobile-header-search{
		display: block;
		clear: both;
		width: 100%;
		max-width: 100%;
		padding: 10px;
		float:rigth;
		background: -webkit-gradient(linear, left top, left bottom, from(#F60167), to(#C4004F));
		background: linear-gradient(180deg, #F60167, #C4004F);
		margin: 0;
	}
	.mobile-header-search button[type="submit"] {
		height: 46px;
		width: 46px;
		display: block;
		float: right;
		text-indent: -999px;
		position: relative;
		overflow: hidden;
		border: none;
		border-radius: 0px;
		background: #F4F4F4;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.mobile-header-search button[type="submit"]:before {
		content: "\f002";
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		text-indent: 0px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 2rem;
		color: #6D686A;
	}
	.is-search-submit{
		height: 46px;
		width: 46px;
		display: block;
		float: right;
		text-indent: -999px;
		position: relative;
		overflow: hidden;
		border: none;
		border-radius: 0px;
		background: #F4F4F4;
	}
	.header-search{
		display: none;
	}
}
.header-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-numbers > p{
	font-size: 2em;
	text-align: center;
}

/*Search Customisation*/
.is-show-more-results.redirect-tosr{
	background: -webkit-gradient(linear, left top, left bottom, from(#F60167), to(#C4004F));
    background: linear-gradient(180deg, #F60167, #C4004F);
	color: #fff;
	padding: 6px;
}
.is-ajax-search-result .is-show-more-results:hover{
	background: #F60167 !important;
}
.is-ajax-search-details{
	padding: 5px 0 5px 0 !important;
}
.is-ajax-search-post-details{
	background: #F4F4F4 !important;
	
}

/*Search Page*/
@media only screen and (max-width: 426px){
	.search-page{
		padding: 0 20px;
	}
}
.search-header{
	margin-bottom: 2em;
}
.search-header > .page-title{
	margin-top: 2em;
}
.grn-txt{
	color: #76C000;
}
.search-filter-tab > ul{
	padding: 0;
	margin: 0;
}
.search-filter-tab > ul > li{
	white-space : nowrap; /* this does the trick */
	overflow : hidden; /* this prevents the grey divs from overflowing */
    vertical-align : top;
	display: inline-block;
}
.search-filter-tab > ul > li > button{
	display: block;
	min-width: 150px;
	padding: 10px;
	background: #F4F4F4;
	color: #707070;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	border: none;
	border-radius: 0;
	border-bottom: 3px solid #707070;
	text-decoration: none;
}
.search-filter-tab > ul > li > button > span{
	font-size: 12px;
}
.search-filter-tab > ul > li > button:disabled{
	border-bottom-color: #adadad;
	color: #adadad;
}
.search-filter-tab > ul > li > button:hover{
	color: #f60167;
	border-bottom-color: #f60167;
	cursor: pointer;
}
.search-filter-tab > ul > li > button:disabled:hover{
	color: #adadad;
	border-bottom-color: #adadad;
	cursor: not-allowed;
}
.search-filter-tab > ul > li > button#filter-active{
	background: #fff;
	color: #76C000;
	border-bottom-color: #76C000;
}
.search-filter-tab > ul > li > .results-count{
	font-weight: 500;
}
.mobile-search-filter-tab{
	display: none;
}
@media only screen and (max-width: 675px){
	.mobile-search-filter-tab{
		display: block;
	}
	.mobile-search-filter-tab > #filter{
		width: 100%;
	}
	.search-filter-tab{
		display: none;
	}
}
/*Search Article*/
.search-article{
	display: none;
	grid-template-columns: 30% 70%;
	grid-template-rows: auto auto 1fr;
	max-height: 245px;
	margin-bottom: 4em;
	overflow: hidden;
	align-items: center;
}
.search-article > .entry-header{
	grid-column: 2/4;
	grid-row: 1/2;
	margin-bottom: 15px;
}
.search-article > .meta-content-section{
	grid-column: 2/4;
	grid-row: 2/3;
	margin-bottom: 15px;
}
.search-article > .entry-summary{
	grid-column: 2/4;
	grid-row: 3/4;
	margin: 0;
}
.search-article > .entry-summary > p{
	margin: 0;
	font-size: 1.2em;
}
.search-article > .entry-summary > a{
	float: right;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 600;
}
.search-article > .post-thumbnail{
	grid-column: 1/2;
	grid-row: 1/4;
	margin-right: 20px;
	overflow: hidden;
	max-height: 240px;
}
.search-article > .entry-header > h2{
	margin: 0;
	font-size: 18px;
	line-height: 1.2em;
	color: #f60167;
}
.search-article > .entry-header > h2 > a{
	text-decoration: none;
}
.meta-content-section > .meta-post-search, .meta-content-section > .meta-post-product-search{
	margin: 0;
	font-size: 1em;
}
.meta-content-section > p > .bold-text{
	font-weight: 600;
}

.show-type{
	display: grid !important;
}
.hide-type{
	display: none !important;
}

@media only screen and (max-width: 880px){
	.search-page{
		padding: 0 5vw;
	}
}

/* Additional Filter */
.products-filter-tab{
	padding: 10px;
	margin-top: 15px !important;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26px;
  width: 52px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* No results page */
#noresults{
	float: unset;
	max-width: unset;
	width: 100%;
}
.search-features{
	margin-top: 2em;
}
.search-featured-products{
	margin-top: 6em;
}
/* Delivery Popup */
.delivery-btn{
	border: none;
	background: none;
	color: #F60167;
	font-size: 1rem;
	padding: 0;
}
.delivery-btn:hover{
	cursor: pointer;
}
#overlay-background{
	display: none;
	z-index: 9999;
    position: fixed;
    background: #00000091;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.delivery-promo{
	margin: 0;
}
.delivery-popup{
	display: block;
	background: #fff;
	padding: 20px;
	width: 80%;
    height: 60vh;
    overflow-y: scroll;
}
.delivery-popup > .del-header{
	display: flex;
	justify-content: space-between;
}
.delivery-popup > .del-header > .close-btn:hover{
	cursor: pointer;
}
.delivery-popup > .del-header > .close-btn > i{
	font-size: 2em;
}

.onshow{
	display: flex !important;
	justify-content: center;
    align-items: center;
}
.single-product .summary p.price{
	font-size: 1.6rem !important;
}
.woocommerce-price-ex{
	font-size: 2.6rem;
	font-weight: 700;
	color: #76C000;
}
.woocommerce-price-inc{
	font-size: 2.6rem;
	font-weight: 700;
	color: #F60167;
}
.del-postcode{
	font-size: 0.8rem;
}
.del-headers{
	font-size: 1rem;
	font-weight: 700;
}
.list-clone{
	margin: 0 18px 18px 18px;
	padding: 0;
}
.delivery-icon{
	list-style: none;
}
.delivery-icon > a:hover{
	cursor: pointer;
}
.delivery-icon:before{
	content: '\f0d1';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    margin:0 5px 0 -20px;
	color: #76C000;
}

/* Slider */
.section-home-banner{
	width: 100%;
	display: flex;
	padding-bottom: 30px;
}

.fixed-CTA{
	width: 30%;
	background:linear-gradient(0deg, rgba(118, 192, 0, 0.8), rgba(118, 192, 0, 0.8)), url(https://www.criticalpowersupplies.co.uk/wp-content/uploads/2023/03/tripattern-scaled.jpg);
	background-size: cover;
	height: 500px;
	margin-right: 4px;
    margin-bottom: 4px;
	
	color: #fff;
}
.fixed-CTA > .fixed-cta-content{
	padding: 2em 20px 10px 20px;
}
.fixed-CTA > .button-holder{
	display: flex;
	margin: 10px 20px;
}
.fixed-CTA > .button-holder > a > i{
	font-size: 1.5em;
	margin-left: 25px;
	padding: 15px 25px;
	background: #4C8804;
	color: #fff;
}
.fixed-CTA > .button-holder > a{
	padding: 0 0 0 25px;
	background: #fff;
	color: #76C000;
	font-weight: 700;
	font-size: 1.2em;
	text-decoration: none;
}
.fixed-CTA > .image-container{
	text-align: right;
}
.fixed-CTA > .image-container > img{
	margin-top: -20px;
	padding-right: 30px;
	max-width: 300px;
}

.section-banner-slider{
	width: 70%;
	height: 500px;
	position: relative;
	margin: auto;
	overflow: hidden;
	margin-bottom: 4px;
}

.slide-container{
	min-height: 100%;
	min-width: calc(100% - 8px);
	margin-right: 4px;
	margin-left: 4px;
    position: relative;
	display: none;
	transition: 1.5s ease-in-out;
}
#active-slide{
	display: block;
}

.slide-container > .content-container{
	color: #fff;
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
    text-align: center;
    transform: translate(-50%, -50%);
}

.slide-container > .image-container{
	filter: brightness(70%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-container > a > .image-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.slide-container > a > .nomob {
    display: block;
}

.slide-container > a > .mob {
    display: none;
}

.slider-buttons{
    padding: 20px;
	position: absolute;
	top: 45%;
	background: #fff;
}
.slider-buttons:hover{
	cursor: pointer;
	background: rgb(236, 236, 236);
	transition: 0.3s;
}
.slider-left{
	left: 0;
	z-index: 20;
}
.slider-right{
	right: 0;
	z-index: 20;
}
.slider-left:before{
	font-size: 1.4rem;
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	
}
.slider-right:before{
	font-size: 1.4rem;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 575px){
    .slide-container > a > .nomob {
        display: none;
    }

    .slide-container > a > .mob {
        display: block;
    }
}

@media only screen and (max-width: 425px){
	.slide-container > .content-container{
		width: 75%;
	}
}

.woocommerce ul#shipping_method li{
	display: flex;
}

@media only screen and (max-width: 1100px){
	.fixed-CTA{
		width: 40%;
	}
	.section-banner-slider{
		width: 60%;
	}
}
@media only screen and (max-width: 900px){
	.section-home-banner{
		flex-wrap: wrap;
	}
	.fixed-CTA{
		margin-left: 4px;
		width: 100%;
		height: auto;
	}
	.fixed-CTA > .image-container{
		display: none;
	}
	.fixed-CTA > .button-holder{
		margin: 0 20px 20px 0;
		justify-content: flex-end;
	}
	.section-banner-slider{
		width: 100%;
	}
}

.mumbojump-text > p, .mumbojump-text > p > span > span > span > label{
	font-size: 12px;
	line-height: 2em;
}
.mumbojump-text > p > span > span > span > label > input{
	width: 5% !important;
	margin: 0 !important;
}
.mumbojump-text > p > span > span > span{
	display: block;
}
.mumbojump-text > p{
	margin-bottom: 1.2em !important;
}

.blog-banner{
	margin: 16px 0 0 0;
}
.blog-banner > img{
	width: 100%;
}
.blog-banner > .entry-title{
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #76C000, #4C8804);
    margin: -4px 0 0 0;
    font-size: 3em !important;
    line-height: 1.2em !important;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    border-top: 10px #F60167 solid;
}

@media only screen and (max-width: 1100px){
	.title-holder > p > a{
		margin: 10px 0;
	}
}

@media only screen and (max-width: 768px){
	.header-links{
		margin: 0 50px 0 0 !important;
	}
}

@media only screen and (max-width: 700px){
	.blog-banner{
		height: auto;
	}
	.blog-banner > img{
		display: none;	
	}
	.blog-banner > .entry-title{
		position: unset;
	}
	.title-holder{
		maring-top: 6px;
	}
	.title-holder > p{
		margin-top: 0;
	}
}

@media only screen and (max-width: 580px){
	.blog-banner > .entry-title{
		font-size: 2em !important;
	}
}

body.single article{
	padding: 0;
}

.site-footer > .inner-container{
    max-width: 1600px;
}

.cta-pink-block-form{
	width: 100%;
	background: #F60167;
    padding: 4em 0;
}

.bullet-point{
    list-style: none;
    margin: 0;
    padding: 0;
}

.bullet-point > .bp-text{
    display: flex;
    margin-bottom: 2em;
}

.bullet-point > .bp-text > p{
    margin-top: 0;
    margin-bottom: 0;
}

.bullet-point > .bp-text::before {
    margin-right: 20px;
    content: url('https://www.criticalpowersupplies.co.uk/wp-content/uploads/2024/04/Button-e1713365104399.png');
}

.pink-bg{
    background: #F60167;
    padding: 4rem 0;
}

.pink-bg > .inner-container > p{
    font-family: 'Insignia', sans-serif;
    color: #fff;
    line-height: 2em;
}

.power-bullet > .inner-container > .right-side{
    text-align: right;
}

.bullet-image{
    width: 75%;
    margin-bottom: -20px;
}

.gridbox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-column-gap: 2em;
}
.grid-form{
    grid-column: 1/2;
    grid-row: 1/4;
    background: #fff;
    border-radius: 5px;
    align-self: center;
}
.grid-toptxt{
    text-align: right;
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: top;
}
.grid-midimg{
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: center;
}
.grid-btmmid{
    grid-column: 2/3;
    grid-row: 3/4;
    align-self: end;
}

.gridbox-points{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.gridbox-points > .bullet-point{
    grid-column: 1/2;
    align-self: center;
}
.gridbox-points > .bullet-img{
    grid-column: 2/3;
    align-self: end;
    text-align: right;
}
.gridbox-points > .bullet-img > .bullet-image{

}

@media only screen and (max-width: 767px){
.gridbox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-column-gap: 2em;
}
.grid-form{
    grid-column: 1/3;
    grid-row: 2/3;
    background: #fff;
    border-radius: 5px;
    align-self: center;
}
.grid-toptxt{
    text-align: left;
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
}

.grid-midimg{
    text-align: right;
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
}
.grid-btmmid{
    margin-top: 2em;
    grid-column: 1/3;
    grid-row: 3/4;
    align-self: center;
}
.grid-toptxt > h2{
    font-size: 2.5rem;
    line-height: 1em;
}
.gridbox-points{
    display: grid;
    grid-template-columns: 1fr;
}

.gridbox-points > .bullet-point{
    grid-column: 1/2;
    align-self: center;
}

.mob-hide{
    display: none;
}
}

@media only screen and (max-width: 426px){
.grid-toptxt > h2{
    font-size: 2rem;
    line-height: 1em;
}
}

.webrec-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.webrec-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Landing Page Numbered Sections*/
.numbered-sections{
    background: #fafafa;
}
.numSection > .pinkNumHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 2em;
    background: #F60167;
    padding: 2em;
    margin-top: 2em;

    display: grid;
    grid-template-columns: 1fr 8fr auto;
}
.numSection > .pinkNumHead > .numberLarge{
    font-size: 8rem;
    line-height: 8rem;
    font-weight: 700;
    color: #ffd900;
}
.numSection > .pinkNumHead > .pinkHeaderText{
    margin-left: 2em;
    color: #fff;
    font-size: 3rem;
    margin: 0;
    line-height: 3rem;
}
.numSection > .pinkNumHead > img{
    margin-left: auto;
    width: auto;
    height: 80px;
}
.sectionLearnmore{
    display: flex;
    align-items: center;
    grid-gap: 2em;
    margin-bottom: 2em;
}
.sectionLearnmore > span{
    display: block;
    font-size: 3rem;
    color: #F60167;
    font-weight: 700;
}
.btnFncyTxt{
    display: flex;
    background: #76C000;
    color: #fff;
    border-radius: 10rem;
    font-size: 2rem;
    padding: 5px 15px;
    font-family: 'Insignia', sans-serif;
    text-decoration: none;
    min-width: 135px;
    width: 135px;
    max-height: 45px;
    height: 45px;
    line-height: 0;
    justify-content: center;
    align-items: center;
}
.btnFncyTxt:hover{
    color: #f60167;
}
.btnFncyTxt:visited{
    color: #fff;
}

.lp-image-cta{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    background-size: cover;
    background-position: center;
}
}
.lp-image-cta > img{
    grid-row: 1/2;
    grid-column: 1/2;
    z-index: 1;
}
.lp-image-cta > .inner-container{
    grid-row: 1/2;
    grid-column: 1/2;
    z-index: 99;
}
.lp-image-cta > .inner-container > .cta-container{
    color: #fff;
    margin-top: 4em;
}
.lp-image-cta > .inner-container > .cta-container > h2{
    font-size: 4rem;
}
.lp-image-cta > .inner-container > .cta-container > p{
    font-size: 1.8rem;
}
.lp-image-cta > .inner-container > .cta50{
    width: 50%;
}
.lp-image-cta > .inner-container > .cta60{
    width: 60%;
}
.lp-image-cta > .inner-container > .cta65{
    width: 65%;
}
.lp-image-cta > .inner-container > .cta70{
    width: 70%;
}

@media only screen and (max-width: 550px){
    .sectionLearnmore > span{
        font-size: 2.5rem;
    }
    .numSection > .pinkNumHead{
        grid-template-columns: 1fr 8fr;
    }
    .numSection > .pinkNumHead > .pinkHeaderText{
        grid-column: 2/3;
        grid-row: 1/2;
        z-index: 99;
    }
    .numSection > .pinkNumHead > img{
        grid-column: 2/3;
        grid-row: 1/2;
        z-index: 1;
    }
    .lp-image-cta > .inner-container > .cta50{
        width: 70%;
    }
    .lp-image-cta > .inner-container > .cta60{
        width: 80%;
    }
    .lp-image-cta > .inner-container > .cta65{
        width: 85%;
    }
    .lp-image-cta > .inner-container > .cta70{
        width: 90%;
    }
}

@media only screen and (max-width: 426px){
    .numSection > .pinkNumHead{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .numSection > .pinkNumHead > .numberLarge{
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .numSection > .pinkNumHead > .pinkHeaderText{
        font-size: 2.5rem;
        grid-column: 1/3;
        grid-row: 2/3;
        text-align: center;
    }
    .numSection > .pinkNumHead > img{
        grid-column: 2/3;
        grid-row: 1/2
    }
    .sectionLearnmore{
        flex-direction: column;
    }
    .sectionLearnmore > span{
        text-align: center;
    }
    .lp-image-cta > .inner-container > .cta50, .lp-image-cta > .inner-container > .cta60, .lp-image-cta > .inner-container > .cta65, .lp-image-cta > .inner-container > .cta70{
        width: 100%;
    }
}