	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
div.hoover-max-width * {
	font-family: 'Outfit', Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.hoover-max-width a {
	text-decoration: none;
}
div.hoover-max-width table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************************************************************************************/
div.hoover-max-width {
	width: 100%;
	display: block;
	margin: 0 auto;
	/*max-width: 1920px;*/
	max-width: 1400px;
	overflow: auto;
	position: relative;
}
div.hoover-wrapper {
	display: block;
	/*float: left;*/
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: block;
	padding: 0px 60px;
	overflow: visible;
}
/****************************************************************************************************************/
div.hoover-categories {
	display: block;
	/*display: none;*/
	/*float: left;*/
	width: 100%;
	/*height: 114px;*/	
}
div.hoover-categories::before {
	content: "";
	position: absolute;
	top: 44px;
	left: 0;
	height: 70px;
	background-color: #0A2240;
	width: 100%;
}
div.hoover-categories div.hoover-wrapper {
	padding: 0px;
}
div.hoover-categories div.top-logo {
	display: block;
	float: left;
	width: 165px;
	height: 114px;
	text-align: center;
	position: relative;
	background-color: #fff;
}
div.hoover-categories div.top-logo:before {
    content: "";
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #fff;
}
div.hoover-categories div.top-logo a {
	display: block;
	width: 100%;
}
div.hoover-categories div.top-logo a img {
	display: block;
	max-height: 90px;
	max-width: 150px;
	margin: 10px auto 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
div.top-categories {
	display: block;
	padding-left: 185px;
	height: 114px;
}
div.top-categories ul.lev1 {
	display: block;
	float: left;
	width: 100%;
	height: 114px;
	position: relative;
	/* margin-top: 30px; */
}
div.top-categories ul.lev1 li {
	display: inline-block;
	margin-top: 44px;
}
div.top-categories ul.lev1 li a {
	/*display: block;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 0px 30px;
	height: 70px;
	vertical-align: baseline;
}
div.top-categories ul.lev1 li a span {
	color: #ffffff;
}
/****************************************************************************************************************/
div.hoover-mobile {
	display: none;
}
div.hoover-mobile-menu {
	float: left;
	position: relative;
	width: 100%;
	height: 48px;
	/*margin-top: 25px;*/
	overflow: visible;
}
div.hoover-mobile-menu div.hoover-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
div.hoover-mobile-menu input {
	display: none;
}
div.hoover-mobile-menu ul {
	/* display: block; */
	/* position: absolute; */
	position: relative;
	width: 100%;
	background-color: #ffffff;
	/*top: 40px;*/
	/* list-style-type: disc; */
	z-index: 9999;
	height: 0px;
	overflow: hidden;
}
div.hoover-mobile-menu label {
	display: block;
	/*position: absolute;*/
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	padding: 0 30px 0 80px; 
	cursor: pointer;
	background-color: #0A2240;
	background-image: url(https://hoovercandy.pentagonhosting.co.uk/design/img/mobile_menu.png);
	background-size: auto 35px;
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: auto 35px;
}
div.hoover-mobile-menu ul li {
	list-style-type: disc;
	/*padding: 5px;*/
	text-indent: 5px;
}
div.hoover-mobile-menu ul li a {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 4px 25px;
}
div.hoover-mobile-menu #menuclick:checked ~ #hoover-catsdrop{
	height: auto;
	padding: 10px 0px;
	border-bottom: 2px solid #f2f2f2;
}
/****************************************************************************************************************/
div.hoover-header div.hoover-wrapper {
	margin-top: 60px;
	padding: 0px;
}
div.hoover-title-image {
	display: block;
	float: left;
	position: relative;
	width: 39.28%;
	overflow: hidden;
	text-align: center;
	height: 580px;
	margin-top: 40px;
}
div.hoover-title-image img {
	display: block;
	/*position: absolute;*/
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	/*height: 100%;
	left: 50%;
	transform: translateX(-50%);*/
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
div.hoover-title {
	display: block;
	/*float: right;*/
	/*position: absolute;*/
	position: relative;
	float: right;
	right: 40px;
	/*width: 100%;*/
	width: 57%;
	max-width: 800px;
	/*padding: 0px 60px;*/
	margin-top: 60px;
	/*top: 60px;*/
	/*background-color: #f0f0f0;*/
}
div.hoover-title h1 {
	/*width: 100%;*/
	width: 73%;
	/*font-size: 44px;*/
	font-size: 34px;
	color: #OA2240;
	padding: 0px;
	margin: 0px;
	margin-top: 40px;
	text-align: left;
	letter-spacing: 2px;
	font-weight: bold;
}
div.hoover-title div.product-desc-text {
	width: 73%;
	margin: 25px 2px 0px 2px;
	font-size: 19px;
	color: 333333;
	letter-spacing: 1px;
}
div.hoover-title > p {
	width: 73%;
	margin: 25px 2px 0px 2px;
}
div.hoover-title p,
div.hoover-title div.product-desc-text p {
	/*width: 73%;*/
	font-size: 19px;
	color: 333333;
	text-align: left;
	padding: 0px;
	letter-spacing: 1px;
}
div.hoover-title ul {
	width: 73%;
	font-size: 20px;
	color: 333333;
	text-align: left;
	padding: 0px;
	padding-left: 20px;
	margin: 25px 2px 0px 2px;
}
div.header-red-bar {
	display: block;
	position: absolute;
	top: 0px;
	right: 90px;
	height: 220px;
	width: 50px;
	-webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: #0A2240;
}
div.header-grey-bar {
	display: block;
	position: absolute;
	top: 204px;
	right: 117px;
	height: 208px;
	width: 60px;
	-webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: #000000;
    opacity: 0.1;
}
/****************************************************************************************************************/
div.jw-promo-banner {
	display: block;
	/*float: left;*/
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 80px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}
div.jw-promo-banner div.hoover-wrapper {
	padding: 0px;
}
div.jw-promo-banner a {
	display: block;
	width: 100%;
}
div.jw-promo-banner a img {
	display: block;
	/*width: 100%;*/
	max-width: 100%;
	margin: 0px auto;
}
/****************************************************************************************************************/
div.jw-product {
	margin-top: 30px;
}
div.jw-product input {
	display: none;
}
div.jw-left,
div.jw-right {
	display: block;
	float: left;
}
div.jw-left {
	width: 52.343%;
}
div.jw-right {
	width: 47.657%;
}
/****************************************************************************************************************/
.jw-left .jw-gallery {
	/*margin-top: 30px;*/
	width: 100%;
}
.jw-mainimg {
	/*display: block;*/
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 620px;
	/*padding: 10px 0px;*/
	/*border: 1px solid #d1d1d1;*/
	background-color: #ffffff;
}
.jw-imgwrap {
	display: block;
	float: left;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 620px;
	box-sizing: border-box;
}
.jw-arrows {
	display: none;
}
.jw-arrows .arrow {
	cursor: pointer;	
	display: none;
}
.jw-imgwrap .left,
.jw-imgwrap .right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 19px;
	width: 11px;
	background-repeat: no-repeat;
}
.jw-imgwrap .left {
	left: 50px;
	background: url(https://jackwills.pentagonhosting.co.uk/design/img/arrow-left.png);
}
.jw-imgwrap .right {
	right: 50px;
	background: url(https://jackwills.pentagonhosting.co.uk/design/img/arrow-right.png);
}
.jw-imgwrap input {
	display: none;
}
.jw-imgwrap div.slide {
	transition: all 0.5s;
	opacity: 0;
}
.jw-mainimg .img_fix {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.jw-mainimg img {
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	/*max-width: 448px;*/
	top: 50%;
	transform: translateY(-50%);
}
div.jw-subimg {
	display: block;
	float: left;
	width: 100%;
	/*height: 160px;*/
	margin-top: 20px;
	/*border-top: 3px solid #E9E9E9;*/
	/*border-bottom: 3px solid #E9E9E9;*/
	/*padding: 5px 0px;*/
	/*padding-bottom: 20px;*/
}
div.jw-subimg div.subimg-top-border,
div.jw-subimg div.subimg-bottom-border {
	display: block;
	float: left;
	width: 100%;
	height: 3px;
	background-color: #E9E9E9;
}
div.jw-subimg div.subimg-top-border {
	background-image: url(https://hoovercandy.pentagonhosting.co.uk/design/img/red-element-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
div.jw-subimg div.subimg-bottom-border {
	background-image: url(https://hoovercandy.pentagonhosting.co.uk/design/img/red-element-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 20px;
}
div.jw-subimg-wrap {
	/*display: block;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*justify-content: center;*/
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	/*border-collapse: separate;*/
	/*border-spacing: 10px 5px;*/
}
/*div.jw-subimg-wrap::after {
	content: "";
    flex: 0 0 20%;
    max-width: 106px;
}*/
div.jw-subimg-wrap label {
	cursor: pointer;
}
div.jw-imgwrap label[hasimg=""],
div.jw-imgwrap label[hasimg="://"] {
	display: none !important;
}
div.jw-subimg label[hasimg=""],
div.jw-subimg label[hasimg="://"] {
	/*visibility: hidden;*/
	display: none;
}
div.jw-subimg div[hasimg=""],
div.jw-subimg div[hasimg="://"] {
	display: none;
}
div.jw-subimg-wrap label.img_fix {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	width: 17.37%;
	height: 100px;
	margin: 0 1.639%;
	max-width: 100px;
	margin-top: 20px;
}
div.jw-subimg-wrap label.img_fix:first-of-type {
	margin-left: 0px;
}
div.jw-subimg-wrap label.img_fix:last-of-type {
	margin-right: 0px;
}
div.jw-subimg-wrap label.img_fix[hasimg=""],
div.jw-subimg-wrap label.img_fix[hasimg="://"] {
	display: none;
}
div.jw-subimg-wrap label.img_fix.second-row {
	justify-content: center;
}
div.jw-subimg-wrap .img_fix:nth-child(6) {
	margin-left: 0px;
}
div.jw-subimg-wrap .img_fix:nth-child(5n+5) {
	margin-right: 0px;
}
div.jw-subimg-wrap img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	/*border: 1px solid #d1d1d1;*/
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
div.jw-imgwrap > #cs0_slide_1:checked + div.num1,
div.jw-imgwrap > #cs0_slide_2:checked + div.num2,
div.jw-imgwrap > #cs0_slide_3:checked + div.num3,
div.jw-imgwrap > #cs0_slide_4:checked + div.num4,
div.jw-imgwrap > #cs0_slide_5:checked + div.num5,
div.jw-imgwrap > #cs0_slide_6:checked + div.num6,
div.jw-imgwrap > #cs0_slide_7:checked + div.num7,
div.jw-imgwrap > #cs0_slide_8:checked + div.num8,
div.jw-imgwrap > #cs0_slide_9:checked + div.num9,
div.jw-imgwrap > #cs0_slide_10:checked + div.num10 {
	opacity: 1;
}
.jw-imgwrap > #cs0_slide_1:checked ~ .jw-arrows .show_img_02.right {
	display: block;
}
.jw-imgwrap > #cs0_slide_2:checked ~ .jw-arrows .show_img_01.left,
.jw-imgwrap > #cs0_slide_2:checked ~ .jw-arrows .show_img_03.right {
	display: block;
}
.jw-imgwrap > #cs0_slide_3:checked ~ .jw-arrows .show_img_02.left,
.jw-imgwrap > #cs0_slide_3:checked ~ .jw-arrows .show_img_04.right {
	display: block;
}
.jw-imgwrap > #cs0_slide_4:checked ~ .jw-arrows .show_img_03.left,
.jw-imgwrap > #cs0_slide_4:checked ~ .jw-arrows .show_img_05.right {
	display: block;
}

.jw-imgwrap > #cs0_slide_5:checked ~ .jw-arrows .show_img_04.left,
.jw-imgwrap > #cs0_slide_5:checked ~ .jw-arrows .show_img_06.right {
	display: block;
}

.jw-imgwrap > #cs0_slide_6:checked ~ .jw-arrows .show_img_05.left,
.jw-imgwrap > #cs0_slide_6:checked ~ .jw-arrows .show_img_07.right {
	display: block;
}

.jw-imgwrap > #cs0_slide_7:checked ~ .jw-arrows .show_img_06.left,
.jw-imgwrap > #cs0_slide_7:checked ~ .jw-arrows .show_img_08.right {
	display: block;
}

.jw-imgwrap > #cs0_slide_8:checked ~ .jw-arrows .show_img_07.left,
.jw-imgwrap > #cs0_slide_8:checked ~ .jw-arrows .show_img_09.right {
	display: block;
}

.jw-imgwrap > #cs0_slide_9:checked ~ .jw-arrows .show_img_08.left,
.jw-imgwrap > #cs0_slide_9:checked ~ .jw-arrows .show_img_10.right {
	display: block;
}

.jw-imgwrap > #cs0_slide_10:checked ~ .jw-arrows .show_img_09.left {
	display: block;
}
/****************************************************************************************************************/
div.jw-right {
	padding-left: 30px;
}
div.jw-title {
	width: 100%;
	display: block;
	/*text-align: center;*/
	margin-top: 10px;
}
div.jw-title h1 {
	font-weight: 600;
	font-size: 22px;
	/*color: #333333;*/
	color: #525252;
}
div.jw-product-code {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 24px;
}
div.jw-product-code span,
div.jw-product-code p {
	font-size: 12px;
	font-weight: 400;
	color: #000000;
}
/****************************************************************************************************************/
div.hoover-bulletpoints {
	display: block;
	float: left;
	margin-top: 30px;
}
div.hoover-bulletpoints ul {
	display: block;
	float: left;
	width: 100%;
	padding: 0px;
}
div.hoover-bulletpoints ul li {
	display: block;
	float: left;
	width: 100%;
	/*height: 20px;*/
	line-height: 20px;
	color: #525252;
	font-size: 14px;
	font-weight: bold;
	background-image: url(https://hoovercandy.pentagonhosting.co.uk/design/img/bulletpoint.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 0px 2px 20px;
}
div.hoover-usp {
	display: block;
	float: left;
	width: 100%;
}
div.hoover-usp ul {
	display: block;
	float: left;
	width: 100%;
	list-style-type: none;
	margin-top: 35px;
}
div.hoover-usp ul li {
	padding: 0px;
	display: block;
	float: left;
	width: 49%;
}
div.hoover-usp ul li:last-of-type {
	margin-left: 2%;
}
div.hoover-usp ul li span {
	font-size: 16px;
	font-weight: bold;
	color: #525252;
	line-height: 60px;
	padding-left: 15px;
}
div.hoover-usp ul li img,
div.hoover-usp ul li span {
	display: block;
	float: left;
}
div.hoover-usp ul li img {
	max-height: 60px;
	max-width: 60px;
}
/****************************************************************************************************************/
div.hoover-video {
	/*margin-top: 60px;*/
	margin-top: 40px;
	background-color: #1E242C;
}
div.hoover-vid-holder {
	margin: 60px 0px;
}
div.hoover-vid-holder video {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
}
/****************************************************************************************************************/
div.hoover-more-details,
div.hoover-box-contents {
	margin-top: 40px;
}
div.hoover-more-details-text,
div.hoover-box-contents-text {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #525252;
}
div.hoover-more-details-text p {
	padding: 5px 0px;
}
div.hoover-more-details-text ul,
div.hoover-box-contents-text ul {
	list-style-type: none;
}
div.hoover-more-details-text ul li {
	padding-left: 20px;
	background-image: url(https://hoovercandy.pentagonhosting.co.uk/design/img/bulletpoint.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 12px 0px;
}
div.hoover-more-details-text ol {
	padding-left: 40px;
}
/****************************************************************************************************************/
div.hoover-key-features {
	margin-top: 40px;
}
div.hoover-features-title,
div.hoover-comparison-title {
	display: block;
	float: left;
	width: 100%;
	background: #EBEBEB;
	height: 27px;
	overflow: visible;
}
div.hoover-features-title h1,
div.hoover-comparison-title h1 {
	display: block;
	float: left;
	/*font-size: 32px;*/
	font-size: 24px;
	color: #OA2240;
	font-weight: bold;
	padding-right: 60px;
	background: #ffffff;
	line-height: 32px;
	position: relative;
	top: -3px;
}
div.hoover-title-red-bar {
	display: block;
	float: left;
	height: 27px;
	width: 4px;
	background-color: #0A2240;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	position: relative;
	left: -4px;
}
div.hoover-title-grey-bar {
	display: block;
	float: left;
	height: 27px;
	width: 10px;
	background-color: #EBEBEB;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	position: relative;
	left: -4px;
}
div.hoover-features {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	float: left;
	width: 100%;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;	
}
div.hoover-features::after {
	content: "";
    flex: 0 0 30%;
    max-width: 386px
}
div.feature-box[hasdata=""] {
	display: none !important;
}
div.feature-box {
	width: 30%;
	max-width: 386px;
	margin-top: 60px;
}
div.feature-box img {
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
}
div.feature-box img[src=""],
div.feature-box img[src="http"],
div.feature-box img[src="://"] {
	display: none;
}
div.feature-box h1 {
	display: block;
	float: left;
	margin-top: 20px;
	font-weight: bold;
	/*color: #333333;*/
	color: #0A2240;
	font-size: 15px;
}
div.feature-box p {
	display: block;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	padding: 0px 1px;
	color: #525252;
}
div.hoover-features-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	float: left;
	width: 100%;
	/*justify-content: space-between;*/
	flex-direction: row;
	flex-wrap: wrap;	
}
div.hoover-features-row div.feature-box {
	width: 20%;
	max-width: 220px;
	margin-top: 40px;
	margin-right: 25px;
}
div.hoover-key-features[hasimages=""] {
	display: none !important;
}
/*******************************************         BUNDLE         *********************************************/
div.h-bundle-points h2 {
	color: #0A2240;
	font-size: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}
div.h-bundle-features div.h-bundle-left,
div.h-bundle-features div.h-bundle-right {
	display: block;
	float: left;
	width: 50%;
	margin-top: 15px;
}
div.h-bundle-features div.h-bundle-left {
	padding-right: 3%;
}
div.h-bundle-features div.h-bundle-right {
	padding-left: 3%;
}
div.h-bundle-features div.feature-box {
	width: 46%;
	max-width: 386px;
	margin-top: 60px;
}
div.h-bundle-features h1.buntle-prod-title {
	font-weight: bold;
	font-size: 18px;
	color: #525252;
}
div.h-bundle-features img.bundle_prod_img {
	width: 100%;
	max-width: 500px;
	/*margin: 0px aut;*/
}
div.h-bundle-features div.feature-box p {
	min-height: 64px;
}
/****************************************************************************************************************/
div.hoover-product-range {
	margin-top: 60px;
}
div.hoover-product-range[productrange=""] {
	display: none;
}
div.hoover-product-range[productrange="h-100"] div.hoover-h-100-200-table {
	display: block;
}
div.hoover-product-range[productrange="h-200"] div.hoover-h-100-200-table {
	display: block;
}
div.hoover-product-range[productrange="h-300"] div.hoover-h-300-table {
	display: block;
}
div.hoover-product-range[productrange="h-500"] div.hoover-h-500-table {
	display: block;
}
div.hoover-product-range[productrange="h-700"] div.hoover-h-700-table {
	display: block;
}
div.hoover-product-range[productrange="h-800"] div.hoover-h-700-table {
	display: block;
}
div.hoover-product-range[productrange="wh-br"] div.hoover-wh-br-table {
	display: block;
}
div.hoover-product-range[productrange="jovis"] div.hoover-jovis-table {
	display: block;
}
div.hoover-product-range[productrange="microwave"] div.hoover-microwave-table {
	display: block;	
}
div.hoover-product-range[productrange="upright-500"] div.hoover-upright-table {
	display: block;
}
div.hoover-product-range[productrange="upright-700"] div.hoover-upright-700-table {
	display: block;
}
div.hoover-product-range[productrange="bagless"] div.hoover-bagless-table {
	display: block;
}
div.hoover-product-range[productrange="bagged"] div.hoover-bagged-table {
	display: block;
}
div.hoover-product-range[productrange="steam"] div.hoover-steam-table {
	display: block;
}
div.hoover-product-range[productrange="purifiers"] div.hoover-purifiers-table {
	display: block;
}
div.hoover-comp-table {
	/*display: block;*/
	display: none;
	float: left;
	width: 100%;
}
div.hoover-comp-table table {
	width: 100%;
	margin-top: 40px;
}
div.hoover-comp-table * {
	font-size: 14px;
	color: #111111;
}
div.hoover-comp-table table tr {
	border-bottom: 1px solid #CCCCCC;
}
div.hoover-comp-table table tr th {
	padding-bottom: 15px;
	color: #0066c0;
	font-weight: bold;
	text-align: center;
}
div.hoover-comp-table table tr th a {
	color: #0066c0;
	font-weight: bold;
	text-align: center;
}
div.hoover-comp-table table tr td {
	padding: 15px 25px;
	text-align: center;
	width: 20.703%;
	vertical-align: middle;
}
div.hoover-comp-table.hoover-upright-table table tr td {
	width: 16.7624%;
}
div.hoover-comp-table table tr th img {
	/*display: block;*/
	max-width: 100%;
}
/*div.hoover-comp-table table tr td[highlight="H-FREE 500"],
div.hoover-comp-table table tr td[highlight="H-FREE 500 PETS"],
div.hoover-comp-table table tr td[highlight="H-FREE 500 ENERGY"],
div.hoover-comp-table table tr td[highlight="H-FREE 500 PETS ENERGY"] {
	background-color: #FFF5EC;
}*/
div.hoover-comp-table table tr:nth-child(1) {
	border: none;
}
div.hoover-comp-table table tr td:first-of-type {
	/*width: 220px;*/
	width: 17.188%;
	background-color: #F7F7F7;
	font-weight: bold;
	color: #555555;
}
div.hoover-comp-table.hoover-upright-table table tr td:first-of-type {
	width: 16.188%;
}
div.hoover-comp-table.hoover-wh-br-table table tr th img {
	max-width: 100px;
	margin: 0px auto;
}
div.hoover-comp-table.hoover-microwave-table table tr th img {
	max-width: 220px;
	margin: 0px auto;
}
div.hoover-comp-table.hoover-purifiers-table table tr th img {
	max-width: 220px;
	margin: 0px auto;
}
div.hoover-comp-table.hoover-h-100-200-table[highlight="H-FREE 100 PETS"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-100-200-table[highlight="H-FREE 200"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-100-200-table[highlight="H-FREE 200 XL"] table tr td:nth-child(4) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-100-200-table[highlight="H-FREE 200 PETS XL"] table tr td:nth-child(5) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-300-table[highlight="H-FREE 300 HOME"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-300-table[highlight="H-FREE 300 PETS"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-500-table[highlight="H-FREE 500"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}

div.hoover-comp-table.hoover-h-500-table[highlight="H-FREE 500 PETS"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}

div.hoover-comp-table.hoover-h-500-table[highlight="H-FREE 500 ENERGY"] table tr td:nth-child(4) {
	background-color: #FFF5EC;
}

div.hoover-comp-table.hoover-h-500-table[highlight="H-FREE 500 PETS ENERGY"] table tr td:nth-child(5) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-700-table[highlight="H-FREE 700"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-700-table[highlight="H-FREE 700 PETS"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-700-table[highlight="H-FREE 700 PETS XL"] table tr td:nth-child(4) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-h-700-table[highlight="H-FREE 800"] table tr td:nth-child(5) {
	background-color: #FFF5EC;
}
div.hoover-comp-table[highlight="Whirlwind SE71WR01"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-bagless-table[highlight="Whirlwind Pets SE71WR02"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-bagless-table[highlight="Breeze BR71BR01"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-bagless-table[highlight="Breeze Pets BR71BR02"] table tr td:nth-child(4) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-bagged-table[highlight="Enigma Pets TE70EN21"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-bagged-table[highlight="Power Capsule Pets PC20PET"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-bagged-table[highlight="Telios Extra Pets TX50PET"] table tr td:nth-child(4) {
	background-color: #FFF5EC;
}
/*div.hoover-comp-table[highlight="Optimum Power Pets KS51OP2"] table tr td:nth-child(6) {
	background-color: #FFF5EC;
}
div.hoover-comp-table[highlight="Optimum Power Allergy & Pets OP30ALG"] table tr td:nth-child(7) {
	background-color: #FFF5EC;
}*/
div.hoover-comp-table.hoover-microwave-table[highlight="Hoover HMGI25TB"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-microwave-table[highlight="Hoover HMCI25TB"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-upright-table[highlight="H-UPRIGHT 500 Sensor Plus"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-upright-table[highlight="H-UPRIGHT 500 Sensor Plus Pets"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-upright-table[highlight="H-UPRIGHT 500 Reach"] table tr td:nth-child(4) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-upright-700-table[highlight="H-Lift 700"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-upright-700-table[highlight="H-Lift 700 Pets"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
/*div.hoover-comp-table.[highlight=""] table tr td:nth-child(4) {
	background-color: #FFF5EC;
}*/
div.hoover-comp-table.hoover-jovis-table[highlight="Jovis + SM120WDN"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-jovis-table[highlight="Jovis + SM156DPN"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-jovis-table[highlight="Jovis + SM550AC"] table tr td:nth-child(4) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-steam-table[highlight="Steam Capsule"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-steam-table[highlight="Steam Capsule 2in1"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-steam-table[highlight="Steamjet Handy"] table tr td:nth-child(4) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-purifiers-table[highlight="H-PURIFIER-300"] table tr td:nth-child(2) {
	background-color: #FFF5EC;
}
div.hoover-comp-table.hoover-purifiers-table[highlight="H-PURIFIER-500"] table tr td:nth-child(3) {
	background-color: #FFF5EC;
}
/******************************************************************************************************/
div.hoover-promo-banner {
	position: relative;
}
div.hoover-promo-banner input {
	display: none;
}
div.hoover-promo-banner label.promo-image-button {
	display: block;
	/*float: left;*/
	position: absolute;
	/*width: 100%;*/
	width: 33%;
	bottom: 3%;
	right: 8%;
	cursor: pointer;
}
div.hoover-promo-banner img {
	display: block;
	width: 100%;
}
div.hoover-promo-banner div.promo-popup-holder {
	display: none;
	position: fixed;
	z-index: 999;
	top: 1020px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1200px;
	/*height: 400px;*/
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.2);
}
input#promo-popup-checker:checked + div.hoover-wrapper div.promo-popup-holder {
	display: block;
}
div.promo-popup-holder label {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	/*text-align: center;*/
	/*line-height: 40px;*/
	padding: 0px;
	/*text-transform: none;*/
	/*font-size: 18px;*/
	cursor: pointer;
}
div.promo-popup-holder label img {
	height: 20px;
	width: 20px;
}
div.promo-popup-wrap {
	display: block;
	/*max-width: 1200px;*/
	width: 100%;
	padding: 20px 30px;
	margin: 0px auto;
}
div.promo-popup-wrap,
div.promo-popup-wrap p,
div.promo-popup-wrap li,
div.promo-popup-wrap ul li {
	font-size: 14px;
	color: #000000;
}
div.promo-popup-wrap li {
	padding: 2px 0px;
}
div.promo-popup-wrap h2 {
	font-size: 18px;
}
div.promo-popup-wrap ol {
	padding: 10px 16px;
}
div.promo-popup-wrap ol.ol-numeric {
	list-style-type: decimal;
}
div.promo-popup-wrap ol.ol-alpha {
	list-style-type: lower-alpha;
}
div.promo-popup-wrap ul {
	list-style-type: disc;
	padding: 5px 0px 5px 20px;
}
div.promo-popup-wrap table {
	max-width: 700px;
	margin: 10px 0px;
}
div.promo-popup-wrap table tbody tr th,
div.promo-popup-wrap table tbody tr td {
	border: 1px solid #cccccc;
	padding: 2px 8px;
}
div.promo-popup-wrap table tbody tr th {
	font-weight: bold;
}
/******************************************************************************************************/
div.hoover-footer {
	margin-top: 60px;
	padding-bottom: 60px;
}
div.hoover-footer-logo {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
div.hoover-footer-logo img {
	display: block;
	max-width: 145px;
	margin: 0px auto;
}
/*div.hoover-footer-logo div.pentagon-managed {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 12.265%;
	min-width: 130px;
}*/
/*div.hoover-footer-logo div.pentagon-managed img {
	display: block;
	width: 100%;
}*/
div.footer-logos {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	/*width: 30%;*/
	max-width: 350px;
	margin: 0px auto;
}
div.hoover-footer-logo,
div.pentagon-managed {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	/*float: left;*/
	width: 50%;
}
div.pentagon-managed img {
	margin-top: 5px;
}

div.hoover-footer-logo img {
	max-height: 85px;
}

*[hideifempty=''] {
	display: none !important;
}
div.hoover-hidden {
	display: none;
}