/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.italic {
	font-style: italic;
}

.no-underline a,
.no-underline {
	text-decoration: none;
}

.mb-0 {
	margin-bottom: 0;
}

.w-full {
	width: 100%;
}

.whitespace-nowrap {
	white-space: nowrap;
}

/* start: Global */

@media (min-width: 768px) {
	.container.grid-container {
		max-width: 1400px;
	}
}

.headline-styled-1 {
	position: relative;
}

.headline-styled-1::before {
    content: "";
    background: linear-gradient(90deg, #8192e4, #ffffff);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80%;
}

/* start: Header */

/* start: Header */

.inside-header {
	flex-direction: row;
    align-items: center;
    gap: 20px;
}

@media (min-width: 769px) {
	.inside-header {
		gap: 0;
	}
}

.site-logo {
	flex-basis: auto;
}

@media (min-width: 769px) {
	.site-logo {
		margin-bottom: 15px;
	}
}

.header-layout {
	display: flex;
	flex: 1;
	flex-direction: column;
    justify-content: space-between;
}

.header-left {
	align-self: center;
}

.header-right {
	align-self: center;
	display: flex;
    flex-direction: column;
}

.header-tagline {
	display: none;
	font-size: 16px;
}

.header-button-1 {
	align-self: center;
	background: linear-gradient(0deg, #fe545d, #e00607);
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	padding: 8px 16px;
	text-decoration: none;
}

.header-button-1:hover,
.header-button-1:focus {
	color: #eee;
}

@media (min-width: 769px) {
	.header-button-1 {
		font-size: 20px;
		font-weight: 700;
		padding: 8px 25px;
	}
}

.has-menu-bar-items button.menu-toggle {
	flex-grow: 1;
}

.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 16px;
}

.header-small-links {
	display: none;
	margin: 12px 0 4px;
}

.header-small-links a {
	align-items: center;
	color: var(--brand-1);
	display: flex;
	font-size: 15px;
	font-weight: 600;
    gap: 8px;
	text-decoration: none;
}

.header-small-links a:hover,
.header-small-links a:focus {
	text-decoration: underline;
}

.header-small-links img {
	width: 28px;
}

@media (min-width: 768px) {
	.site-logo {
		flex-basis: 196px;
		margin-bottom: 0;
	}
	
	.header-layout {
		flex-direction: row;
		padding-left: 15px;
	}
	
	.header-left {
		align-self: flex-end;
	}
	
	.header-tagline {
		display: block;
		font-size: 16px;
		font-weight: 600;
	}
	
	.header-button-1 {
		align-self: flex-end;
	}
	
	.header-small-links {
		display: flex;
		column-gap: 20px;
		margin: 10px 0 0 0;
	}
	
	.header-small-links a {
		font-size: 16px;
	}
	
    li.menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
	
    .main-navigation .main-nav ul li.menu-item-has-children > a {
        padding-right: 40px;
    }
}

/* Hide Max Mega Menu on mobile */
@media (max-width: 884px) {
    #mega-menu-wrap-primary, #mega-menu-primary {
        display: none !important;
    }
	
    .inside-navigation .menu-toggle {
        display: block !important;
    }
}

/* end: Header */

/* start: Slide out navigation */

:root {
}

#generate-slideout-menu {
	--gp-slideout-width: 300px;
	--gp-slideout-width-negative: calc(var(--gp-slideout-width) * -1);
}

/* body .offside--left.is-open, .offside-js--is-left .offside-sliding-element {
    -webkit-transform: translate3d(var(--slide-out-nav-width),0,0);
    transform: translate3d(var(--slide-out-nav-width),0,0);
}
body .offside--right.is-open, .offside-js--is-right .offside-sliding-element {
    -webkit-transform: translate3d(var(--slide-out-nav-width-nagative),0,0);
    transform: translate3d(var(--slide-out-nav-width-negative),0,0);
} */

body .main-navigation.offside {
    width: var(--gp-slideout-width);
}

body .offside--left {
    left: var(--gp-slideout-width-negative);
}

body .offside--right {
    right: var(--gp-slideout-width-negative);
}

.offside-js--is-right.slide-opened .slideout-overlay button.slideout-exit {
	right: calc(var(--gp-slideout-width) + 35px) !important;
}

.slideout-navigation .main-nav ul li a {
	padding-left: 20px;
	padding-right: 20px;
}

.main-navigation .wp-block-social-links.slide-out-social {
	display: flex;
}

.main-navigation .wp-block-social-links.slide-out-social .wp-social-link svg {
	height: 48px;
	width: 48px;
}

/* end: Slide out navigation */

.color-brand-1 {
	color: var(--brand-1, #1b2c7e);
}

.bg-screen::before {
	mix-blend-mode: screen;
}

.reverse-icon .gb-icon {
	order: 2;
	padding: 0 0 0 0.5em;
}

.container-height-100 .gb-inside-container,
.container-height-100 .gb-container {
	height: 100%;
}

.bring-forward-10 {
	position: relative;
	z-index: 10;
}

.hero-bg {
	position: relative;
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-hero-content {
	position: relative;
	z-index: 15;
}


.video-container {
	box-sizing: border-box;
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	box-sizing: border-box;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Post */

.single-post .post-hero-bg {

}

.single-post .post-hero-bg::before {
	background-position: center;
	background-size: cover;
	bottom: 40%;
}

.single-post .entry-content .alignright {
	float: none;
	margin: 5px auto 20px;
}

.single-post .entry-content .alignleft {
	float: none;
    margin: 5px auto 20px;
}

.single-post .entry-content .alignwide {
	margin-bottom: 24px;
	margin-left: -20px;
	width: calc(100% + 40px);
}

.single-post .entry-content p {
	font-size: 18px;
	line-height: 1.5;
}

.single-post .entry-content ul {
    list-style: outside disc;
    margin-left: 1em;
	overflow: hidden;
}
.single-post .entry-content ul li {
    position: relative;
    left: 1.2em;
    padding-right: 1em;
}

.single-post .entry-content ul li:not(:last-child),
.single-post .entry-content ol li:not(:last-child) {
	margin-bottom: 8px;
}

@media (min-width: 769px) {
	.single-post .post-hero-bg::before {
		bottom: 0;
		right: 40%;
		background-position: center;
		background-size: cover;
	}

}

@media (min-width: 996px) {
	.single-post .entry-content .alignright {
		float: right;
		margin: 5px -120px 20px 20px;
		max-width: 60%;
	}

	.single-post .entry-content .alignleft {
		float: left;
		margin: 5px 20px 20px -120px;
		max-width: 60%;
	}
}

@media (min-width: 1218px) {
	.single-post .entry-content .alignwide {
		margin-left: -230px;
		max-width: calc(100% + 460px);
		width: calc(100% + 4600px);
	}
}

/* Video Gallery */

.post-type-archive-videos .site-main > article:nth-child(even) .alternate-grid > .gb-grid-column:first-child {
	order: 2;
}

.alternate-grid > .gb-grid-column:nth-child(even) .gb-grid-column:first-child {
	order: 2;
}

.videos-template-default .entry-title {
	text-align: center;
}

/* Woocommerce general */

.woocommerce-shipping-destination {
	display: none;
}

#page .add_to_cart_button {
	background: linear-gradient(0deg, #fe545d, #e00607);
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 16px;
	text-decoration: none;
}

@media (max-width: 768px) {
	.woocommerce nav.woocommerce-breadcrumb {
		display: none;
	}
}

/* Product styling */

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 2em;
	margin-bottom: 16px;
}

.woocommerce-variation.single_variation {
	margin-bottom: 16px;
    font-weight: 700;
    font-size: 15px;
}

.woocommerce div.product form.cart .variations th {
	line-height: 1.3em;
	text-align: left;
}

.woocommerce div.product form.cart .variations select {
	min-width: 100%;
}

.woocommerce div.product form.cart .reset_variations {
	display: none;
}

.woocommerce div.product form.cart div.quantity {
	display: none !important;
}

.woocommerce .product .cart button.single_add_to_cart_button {
	background: linear-gradient(0deg, #fe545d, #e00607);
    border-radius: 10px;
    color: #fff;
	font-weight: 700;
	padding: 12px 30px;
	position: relative;
	overflow: hidden;
}

.woocommerce .product .cart button.single_add_to_cart_button:hover,
.woocommerce .product .cart button.single_add_to_cart_button:focus {
	background: linear-gradient(0deg, #fe323d, #bf0506);
}

.woocommerce .sku_wrapper {
	font-size: 15px;
	margin-bottom: 16px;
}

.woocommerce .summary .product_meta .posted_in {
	display: none;
}

.woo-product-overview-container {
	clear: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.woo-product-overview-container > div {
	flex: 0 1 48%;
	position: relative;
}

.woo-description-section ul {
	margin-left: 20px;
}

.woo-description-section li:not(:last-child) {
	margin-bottom: 8px;
}

.woocommerce table.shop_attributes {
	border-left: 1px dotted rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_attributes th {
	padding-left: 20px;
	text-align: left;
	width: 50%;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
}

.woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value {
	padding-left: 20px;
}

.woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value a {
	font-style: normal;
	text-decoration: none;
}

.woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value a:hover,
.woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value a:focus {	
	color: #dc3840;
	text-decoration: underline;
}

.single-product .woocommerce-product-attributes-item--weight {
	display: none;
}

.product-faqs h3 {
	font-size: 19px;
	font-weight: 600;
}

.product-template-default .related h2 {
	margin-top: 40px;
}

.video-thumbnail .video_icon_img {
	background-image: url(/wp-content/uploads/2023/09/mejs-controls-custom.svg) !important;
}

@media (min-width: 769px) {
	
	.woocommerce div.product div.images {
		margin-right: 2em;
	}
	
	.woo-product-overview-container {
		background-color: #f7f9fa;
		flex-direction: row;
		padding: 40px 0 15px;
	}
	
	.woo-product-overview-container::before {
		background-color: #f7f9fa;
		content: "";
		position: absolute;
		left: -100vw;
		height: 100%;
		top: 0;
		width: 220vw;
	}
	
	.woocommerce table.shop_attributes th {
		width: 280px;
		max-width: 50%;
	}
}


/* Products archive styling */


.post-type-archive-product .woocommerce-archive-wrapper {
	display: none;
}

.sticky-container > .gb-inside-container {
	height: 100%;
}

.sticky-container .sticky {
	top: 40px;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	overflow: hidden;
    padding-bottom: 16px;
	transition: all 250ms ease-in-out;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link:focus {
	background-color: #fafafa;
	border-color: #dadada;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 12px;
	transform: translateY(-1px);
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 10px;
}

body.woocommerce ul.products li.product .price {
	font-weight: 600;
	color: #777;
}

.woocommerce ul.products li.product a img.secondary-image {
	object-fit: cover;
	height: 100%;
}

.woocommerce ul.products li.product .inside-wc-product-image,
.woocommerce ul.products li.product .inside-wc-product-image > img {
	object-fit: cover;
	height: 300px;
	width: 100%;
}

@media (max-width: 768px) {
    .woocommerce ul.products.columns-3 li.product, 
    .woocommerce-page ul.products.columns-3 li.product {
        width: 100% !important;
        margin-right: 0 !important;
		margin-bottom: 28px !important;
    }
}


/* Woocommerce cart */

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	padding-top: 0;
	padding-bottom: 0;
}

/* #add_payment_method table.cart .product-thumbnail a,
.woocommerce-cart table.cart .product-thumbnail a,
.woocommerce-checkout table.cart .product-thumbnail a {
	display: block;
	height: 100px;
	width: 100px;
} */

#page #add_payment_method table.cart img,
.woocommerce-cart #page table.cart img,
.woocommerce-checkout #page table.cart img {
	object-fit: contain;
	height: 160px;
	width: 160px;
}

#page .woocommerce a.remove {
	font-size: 22px;
	line-height: 22px;
    width: 28px;
    height: 28px;
}

/* Start: Gravity Forms */

input[type="submit"].gform_button {
	background: linear-gradient(0deg, #fe545d, #e00607);
	border-radius: 10px !important;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 25px !important;
	text-decoration: none;
}

/* End: Gravity Forms */

/* Start: Weather App */

#locationSearch {
	width: 400px;
	max-width: 100%;
}

.select2-selection__rendered {
    line-height: 44px !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
}

.select2-selection__arrow {
    height: 46px !important;
}


.page-template-weather .site {
	background-color: transparent;
}

.page-template-weather .site-content {
	flex-direction: column;
}

/* Start: Visual Portifolio */

.vp-pagination__load-more {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
}

/* Start: cf7ui material design outline form css */

.cu-form,
.cu-form * {
	box-sizing: border-box;
}

.cu-grid {
	display: grid;
	grid-gap: 24px;
}

.cu-grid-2 {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cu-grid-4 {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cu-grid-5 {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cu-grid-9 {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(9, minmax(0, 1fr));
}

.cu-grid-12 {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.cu-col-span-full {
	grid-column: 1/-1;
}

.cu-form label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.cu-form .wpcf7-form-control-wrap {
	display: inline-block;
}

.cu-form .cu-hr {
	margin: 8px 0;
}

.cu-form .cu-form-subhead {
	display: block;
	margin-bottom: 8px;
}

.cu-form .wpcf7-form-control-wrap,
.cu-form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
}

.cu-checkbox-container.cu-display-column .wpcf7-form-control,
.cu-radio-container.cu-display-column .wpcf7-form-control {
	display: flex;
	flex-direction: column;
}

.cu-checkbox-container label,
.cu-radio-container label {
	display: inline-flex;
	justify-content: space-between;
}

.cu-checkbox-container .wpcf7-list-item-label,
.cu-radio-container .wpcf7-list-item-label {
	margin-left: 6px;
}

.cu-form .wpcf7-list-item.first,
.cu-form .cu-display-column .wpcf7-list-item {
	margin-left: 0;
}

.cu-form .wpcf7-not-valid-tip {
	margin-top: 2px;
}

.cu-form .wpcf7-spinner {
	display: none;
}

.cu-form input[type="submit"] {
	background-color: #1d2fd8;
	order: 2;
	padding: 6px 16px;
	width: 100%;
}

.cu-form input[type="submit"]:hover,
.cu-form input[type="submit"]:focus {
	background-color: #1928ba;
}

.cu-form .submitting input.c6-submit {
	display: none;
}

.cu-form .submitting .wpcf7-spinner {
	display: inline-block;
}

.cu-form ~ div.wpcf7-response-output {
	margin: 20px 0 0;
}

@media (min-width: 768px) {
	.cu-col-span-1 {
		grid-column: span 1/span 1;
	}
	
	.cu-col-span-2 {
		grid-column: span 2/span 2;
	}
	
	.cu-col-span-3 {
		grid-column: span 3/span 3;
	}
	
	.cu-col-span-4 {
		grid-column: span 4/span 4;
	}
	
	.cu-col-span-5 {
		grid-column: span 5/span 5;
	}
	
	.cu-col-span-6 {
		grid-column: span 6/span 6;
	}
	
	.cu-col-span-7 {
		grid-column: span 7/span 7;
	}
	
	.cu-col-span-8 {
		grid-column: span 8/span 8;
	}
	
	.cu-col-span-9 {
		grid-column: span 9/span 9;
	}
	
	.cu-col-span-10 {
		grid-column: span 10/span 10;
	}
	
	.cu-col-span-11 {
		grid-column: span 11/span 11;
	}
	
	.cu-col-span-12 {
		grid-column: span 12/span 12;
	}
}

.cu-md-outline .cu-label-text {
	color: #626262;
    font-size: 18px;
    font-weight: 400;
	left: 15px;
    position: absolute;
	pointer-events: none;
    top: 14px;
	transition: all 150ms ease-in-out;
	will-change: transform;
	z-index: 2;
}

.cu-md-outline .cu-label-text.position-static {
	position: static;
}

.cu-md-outline input[type="text"],
.cu-md-outline input[type="email"],
.cu-md-outline input[type="tel"],
.cu-md-outline input[type="url"],
.cu-md-outline textarea,
.cu-md-outline select {
	background-color: #fff;
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	font-size: 16px;
	padding: 14px 16px;
}

.cu-md-outline input[type="text"]:hover,
.cu-md-outline input[type="email"]:hover,
.cu-md-outline input[type="tel"]:hover,
.cu-md-outline input[type="url"]:hover,
.cu-md-outline textarea:hover,
.cu-md-outline select:hover {
	border-color: #212121;
}

.cu-md-outline input[type="text"]:focus,
.cu-md-outline input[type="email"]:focus,
.cu-md-outline input[type="tel"]:focus,
.cu-md-outline input[type="url"]:focus,
.cu-md-outline textarea:focus,
.cu-md-outline select:focus {
	border-color: #6200ee;
	border-width: 2px;
	margin-top: -2px;
	outline: none;
}

.cu-md-outline .cu-label.is-active .cu-label-text,
.cu-md-outline .cu-label.is-select .cu-label-text,
.cu-md-outline .cu-label:focus-within .cu-label-text {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
	line-height: 1.2;
	padding: 0 5px;
	left: 10px;
	top: -10px;
}

.cu-md-outline .cu-label:focus-within .cu-label-text {
	color: #6200ee;
}

.cu-md-outline .is-select select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 26px;
}

.cu-md-outline .is-select .wpcf7-form-control-wrap {
	position: relative;
}

.cu-md-outline .is-select .wpcf7-form-control-wrap::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m12 15-5-5h10Z'/%3E%3C/svg%3E");
	content: "";
	height: 24px;
	pointer-events: none;
	position: absolute;
	right: 6px;
	top: 14px;
	width: 24px;
}

.cu-md-outline option {
	background-color: #fff;
}

.cu-md-outline input[type="submit"] {
	background: linear-gradient(0deg, #e00708 0%, #fe535c 100%);
	border: none;
	border-radius: 8px;
	box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 14px 40px;
	text-transform: uppercase;
}

.cu-md-outline input[type="submit"]:hover,
.cu-md-outline input[type="submit"]:focus {
	background: linear-gradient(0deg, #fe535c 0%, #e00708 100%);
}

.cu-md-outline .wpcf7-not-valid-tip,
.cu-md-outline .cu-form-hint {
	margin-left: 14px;
}

.cu-md-outline .wpcf7-not-valid-tip {
	font-weight: 600;
}

/* END CONTACT FORM */

.phone-order-grid .wc-block-grid__product {
	align-items: center;
	display: flex;
	gap: 8px;
}

.phone-order-grid .wc-block-grid__product-link {
	flex: 3;
	text-align: left;
}

.phone-order-grid .wc-block-grid__product-title {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
}

.phone-order-grid .wc-block-grid__product-price {
	flex: 1;
	font-size: 16px;
	margin-bottom: 0;
}

.phone-order-grid .wc-block-grid__product-add-to-cart {
	flex: 1;
	margin-bottom: 0;
}

#page .phone-order-grid .wc-block-grid__product-add-to-cart a {
	background: #dfdfdf;
	border: 1px solid #bbb;
	border-radius: 4px;
	color: #1c1c1c;
	font-size: 14px;
	padding: 4px;
	white-space: nowrap;
}

#page .phone-order-grid .wc-block-grid__product-add-to-cart a.added_to_cart {
	display: none;
}

/* Dealer Map */

.dealer-map {
	height: 760px;
	width: 100%;
}

.iw-content {
	font-size: 18px;
	line-height: 1.4em;
}

.iw-content strong {
	font-size: 20px;
}

/* Mega Menu */

.mega-menu-wrap {
	flex: 1;
}

#site-navigation #mega-menu-wrap-primary #mega-menu-primary {
	display: flex;
	justify-content: space-around;
}

#site-navigation .my-menu-btn {
	padding-bottom: 4px !important;
}

#site-navigation .my-menu-btn a {
	font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    background-color: #dc1619 !important;
    color: #ffffff !important;
    background-image: linear-gradient(0deg, #fe535c, #e00708) !important;
    display: inline-flex !important;
}

#site-navigation .my-menu-btn a:hover,
#site-navigation .my-menu-btn a:focus {
/* 	text-decoration: none !important; */
}

.menu-card:hover p,
.menu-card:focus p {
	text-decoration: underline;
}

/* Compare tables */

.compare-table {
    display: flex;
    flex-direction: column;
}

.compare-table .compare-row {
    display: flex;
    border-bottom: 1px solid #dddddd;
}

.compare-table .compare-cell {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #dddddd;
}

.compare-table .compare-cell a {
	text-decoration: none;
}

.compare-table .attribute-name {
    background-color: #f7f7f7;
	border-left: 1px solid #dddddd;
}

.compare-table .header-row .compare-cell {
	align-items: center;
	display: flex;
	flex-direction: column;
    font-weight: bold;
    border-right: none;
}

.compare-table .product-name {
    text-align: center;
    margin-top: 10px;
}

.kwayy-html-sitemap-post-list > ul {
	margin-left: 0;
}