/*
 Theme Name:   Twenty Twenty Child Theme
 description:  A child theme of the Twenty Twenty default WordPress theme built for store.kitbuilder.com, DO NOT DELETE TWENTY TWENTY THEME
 Author: Kit Builder
 Author URI: https://store.kitbuilder.com/
 Template:     twentytwenty
 Version:      1.0.33
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,300;1,300&family=Roboto:ital@0;1&display=swap');
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=fallback&ver=5');
@font-face {
  font-family: 'MyWebFont';
  src: url('/assets/fonts/hamburger/Hamburger.otf'); /* IE9 Compat Modes */
       url('/assets/fonts/hamburger/Hamburger.woff') format('woff'), /* Pretty Modern Browsers */
       url('/assets/fonts/hamburger/Hamburger.ttf')  format('truetype'), /* Safari, Android, iOS */
}

:root {
	--primary: #3457D5; /* Main Blue */
	--primary-2: #023047; /* Dark Blue */
	--secondary: #F0840E; /* Main Orange */
	--accent: #AADCF5; /* Accent Blue */
	
	--font: "Poppins", Sans-serif;
}

*, 
*::before, 
*::after {
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
}
html {
    position: initial !important;
}
body {
    font-family: Poppins;
    color: #4f4f4e !important;
}

.primary-menu > li > a {
    color:#000 !important;
}

h1 {
    font-family:Poppins !important;	
}
h1:not(.remove-forced-size) {
    font-size: 23pt !important;
}
h2 {
    font-family: var(--font) !important;
    font-weight: 300 !important;
    font-size: 18pt !important;
}
h3 {
    font-family: var(--font) !important;
    font-weight: 400 !important;
    font-size: 21pt !important;
}

p {
    font-family: var(--font) !important;
    font-size: 13pt !important;
    font-weight: 300;
}

button {
    font-family: var(--font) !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    padding: 0.5em 1.2em !important;
}

.footer-inner p, .footer-inner h2, .footer-inner a {
    color: #fff !important;
    font-size: 13pt !important;
    font-weight: 300;
    font-family: var(--font) !important;
}
/* FONTS END */

/* HEADER STYLES */
#site-header .site-logo img {
    height: 100px !important;
}
@media (min-width: 700px) {
    #site-header .site-logo img {
        max-height: 60px;
    }
}
.site-description {
    display: none !important;
}
ul.primary-menu {
    letter-spacing: normal !important;
}
.primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
}

.primary-menu .icon::before, .primary-menu .icon::after {
    display: none !important;
}
.primary-menu ul::before, .primary-menu ul::after {
    display: none !important;
}
.primary-menu ul {
    background-color: #fff !important;
}

.primary-menu ul {
    background: #fff;
    border-radius: 0;
    color: #000 !important;
    font-size: 14pt;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 20rem;
    z-index: 1;
    display: none;
}

.primary-menu li.menu-item-has-children:hover > ul, 
.primary-menu li.menu-item-has-children:focus > ul, 
.primary-menu li.menu-item-has-children.focus > ul {
    display: block;
}

nav.primary-menu-wrapper{
    font-family: var(--font) !important;
}
p a {
    color: var(--primary) !important;
}
/*@media all and (min-width: 1001px) {
    li.menu-item-1855 {
        background-color: var(--primary-2) !important;
        padding: 5px 16px !important;
    }
    .menu-item-1855 > a {
        color: #fff !important;
    }
    .primary-menu > .menu-item-1855 > a {
        color: #fff !important;
        width: 110px;
        text-align: center;
    }
    .primary-menu li.menu-item-1855 {
        border-bottom: 1px solid var(--primary-2);
    }
    .menu-item-1855 > ul > li {
        width: 180px;
        background-color: var(--primary-2) !important;
        color: #fff !important;
        padding: 0 15px;
        border-bottom: none;
    }
    .menu-item-1855 > ul > li:hover {
        border-bottom: none;
    }
    .menu-item-1855 > ul > li:hover > a {
        background: #ffffff !important;
        color: var(--primary-2) !important;
        padding: 5px 15px;
        margin-left: -30px;
        width: 121%;
    }
    .menu-item-1855 > ul > li > a {
        width:100%;
        border-bottom: none;
        text-align: right;
        padding: 5px 0;
    }
    .menu-item-1855 > ul {
        padding-top: 41px !important;
        background: none !important;
        border-top: none !important;
    }
}*/

.primary-menu > li > a{
    color: #000 !important; 
    text-decoration:none;
    font-size: 18px;
}

header.entry-header.has-text-align-center.header-footer-group {
    display:none;
}

.primary-menu > .sub-menu > li > a {
    border-top: 2px blue !important;
    border-bottom: 2px blue;
}

ul.sub-menu {
	min-width: 100%;
    width: inherit;
    text-align: center;
    right: -5px;
}
ul.sub-menu li > a {
    font-size: 12pt;
}
.primary-menu ul a {
    color: inherit;
    display: block;
    width: 180px;
    margin: 0;
    border-bottom: 1px solid #b3b3b3;
    vertical-align: middle;
    padding: 5px 13px;
    text-align: right;
}
.primary-menu ul li:last-child a {
    border-bottom: none;
}
.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul {
    top: 30px;
}

#site-header {
    border-bottom: 4px solid var(--primary-2);
}
.admin-bar #site-header {
    top: 32px;
}
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    z-index: 9999;
}
#site-content {
    margin-top: 119px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}
@media all and (max-width: 999px) {
    #site-content{ margin-top: 79px;}
}
.header-inner {
    padding: 25px 0 !important;
}
@media all and (min-width: 700px) {
    .header-inner {
        width: 92%;
        max-width: 1680px;
    }
}
ul.primary-menu {
    margin: 0;
}
.primary-menu a:hover, 
.primary-menu a:focus, 
.primary-menu .current_page_ancestor,
.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a{
    text-decoration: none !important;
}
.primary-menu > li {
    border-bottom: 1px solid #ffffff;
}
.primary-menu > li:hover {
    background-color: var(--primary-2);
    border-bottom: 1px solid var(--primary-2);
}
.primary-menu > li:hover > a {
    color: #ffffff !important;
}
.primary-menu li .sub-menu > li:hover {
    background: var(--primary-2);
}
.primary-menu li .sub-menu > li:hover > a {
    color: #ffffff;
}
.wp-block-nextend-smartslider3 {
    margin-bottom: 0;
}
/* HEADER STYLES END */

/* FOOTER STYLES */
.footer-nav-widgets-wrapper {
    background-color: #4F4F4E !important;
}
.footer-nav-widgets-wrapper .footer-inner {
    width: 60% !important;
}
.widget .widget-title {
    margin-bottom: 1rem;
}
#site-footer .section-inner {
    width: 60% !important;
    flex-wrap: wrap;
}
#site-footer .footer-company-info {
    width: 100%;
    padding: 0 5px;
}
#site-footer .footer-company-info p {
    font-size: 10pt !important;
    margin-bottom: 0;
    font-family: var(--font) !important;
}
.footer-widgets-wrapper {
    width: 100%  !important;
    margin-left: 0 !important;
    justify-content: space-between;
}
.footer-widgets {
    margin-left: 0 !important;
    padding: 0 15px;
    width: auto;
}
/* FOOTER STYLES END*/

/* BLOCKS */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1020px;
}

.home-blocks img {
    margin: auto;
    width: auto;
    height: 60px;
}

.blocks-homepage {
	max-width: 100% !important;
	justify-content: center;
	padding: 0 1.2em;
}

.home-blocks {
	background-image: url(../twentytwentychild/assets/images/top-icon-blocks-background.svg);
	background-size: cover;
	background-repeat: no-repeat;
    height: 225px;
    width: 225px;
    margin-top: -120px;
    z-index: 1;
    text-align: center;
    flex-basis: unset;
    flex-grow: unset;
    margin-bottom: 0;
}
.home-blocks p {
    font-size: 16px;
}

.entry-content hr {
    background: var(--primary-2) !important;
    background-color: var(--primary-2) !important;
    height: 4px;
    margin: 4rem auto;
    max-width: 1000px !important;
}
.entry-content hr::before,
.entry-content hr::after {
    display: none;
}
@media all and (min-width: 613px) and (max-width: 1000px) {
    .home-blocks {
        width: 160px;
        height: 160px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .home-blocks:not(:only-child){
        flex-basis: unset !important;
        flex-grow: unset !important;
    }
    .home-blocks > .wp-block-image {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .home-blocks img {
        height: 40px;
    }
    .home-blocks p {
        font-size: 12pt !important;
    }
    .home-blocks:nth-child(2n), .home-blocks:nth-child(3n) {
        margin-left: 2em;
    }
    .home-top-blocks-wrap > .wp-block-column {
        margin-bottom: 0 !important;
    }
    .blocks-homepage {
        margin-bottom: 40px !important;
    }
    .home-top-blocks-wrap {
        padding: 1.25em 0 !important;
    }
}
@media all and (max-width: 612px) {
    .home-blocks {
        width: 30%;
        height: auto;
        padding: 5px;
        margin-top: -80px;
        margin-bottom: 0;
        min-height: 150px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .home-blocks:not(:only-child){
        flex-basis: unset !important;
        flex-grow: unset !important;
    }
    .home-blocks > .wp-block-image {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        width: 100%;
    }
    .home-blocks img {
        height: 40px;
    }
    .home-blocks p {
        font-size: 11pt !important;
        word-break: break-word !important;
    }
    .home-blocks:nth-child(2n), .home-blocks:nth-child(3n) {
        margin-left: 15px;
    }
    .home-top-blocks-wrap > .wp-block-column {
        margin-bottom: 0 !important;
    }
    .blocks-homepage {
        margin-bottom: 40px !important;
    }
    .home-top-blocks-wrap {
        padding: 1.25em 0 !important;
    }
}
@media all and (max-width: 360px) {
    .home-blocks {
        margin-bottom: 10px !important;
        margin-top: unset !important;
        width: 100% !important;
    }
    .home-blocks:nth-child(2n), .home-blocks:nth-child(3n) {
        margin-left: unset !important;
    }
    .blocks-homepage {
        margin-top: -25% !important;
    }
}
/* BLOCKS END */

/* FOOTER START */
.post-meta-wrapper {
    display: none !important;
}
.footer-top-visible .footer-nav-widgets-wrapper, 
.footer-top-hidden #site-footer {
    margin-top: 0 !important;
}
.footer-inner .footer-widgets a {
    color: #ffffff !important;
    text-decoration: none;
}
.footer-inner .footer-widgets a:hover {
    text-decoration: underline;
}
.footer-inner .widget_nav_menu li {
    margin: 0;
    line-height: normal;
}
.footer-inner .social-icon {
    margin-bottom: 12px;
    display: inline-block;
}
.footer-inner .social-icon:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 10px;
    display: inline-block;
    width: 29px;
    float: left;
}
.footer-inner .email:before {
    background: url(../twentytwentychild/assets/images/email.svg);
    height: 20px;
}
.footer-inner .call:before {
    background: url(../twentytwentychild/assets/images/phone.svg);
    height: 29px;
}
.footer-inner .facebook:before {
    background: url(../twentytwentychild/assets/images/facebook.svg);
    height: 29px;
}
.footer-inner .twitter:before {
    background: url(../twentytwentychild/assets/images/twitter.svg);
    height: 29px;

}
.footer-inner .linkedin:before {
    background: url(../twentytwentychild/assets/images/linkedin.svg);
    height: 29px;
}
.footer-widgets-outer-wrapper {
    border-bottom: none !important;
}
#site-footer {
    padding: 20px 0;
    font-family: var(--font);
}
#site-footer #menu-footer-menu .menu-item {
    margin:0;
}
#site-footer #menu-footer-menu a {
    color: #3C3C3B !important;
    font-size: 13pt;
    padding: 2px 5px;
}
/* FOOTER END */

/* BUTTONS START */
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: var(--primary-2);
}
/* BUTTONS END */

/* RESPONSIVE */
@media (min-width: 700px){
    .site-logo img {
        max-height: 4.8rem;
        transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
    }
}

@media (min-width: 1220px){
.primary-menu > li {
    padding: 5px 13px !important;
    margin: 0 4px !important;
}
}

iframe {
    border: none;
}

.home-under-banner-text{
	color: #fff;
	text-align: center;
	font-size: 35pt !important;
	margin:auto !important;
	padding-bottom:1%;
}

.wp-block-social-links .wp-social-link svg {
    width: 2em;
    height: 2em;
}


/* products */
@media only screen and (max-width: 768px) {
    .woocommerce .related.products ul.products, 
    .woocommerce-page .related.products ul.products {
        flex-direction: row;
        align-items: unset;
		justify-content: center !important;
    }
    .woocommerce .related.products ul.products li, 
	.woocommerce-page .related.products ul.products li {
		padding: 0 !important;
		width: 48%;
		max-width: 300px;
		margin-bottom: 25px !important;
	}
	.woocommerce ul.products li.product .button {
	    font-size: 18px !important;
	}
}

.woocommerce .products li.product a.button.add_to_cart_button.added {
    display: none;
}
.woocommerce .products li.product a.added_to_cart.wc-forward {
    width: 100%;
    text-align: center;
    color: white;
    background-color: var(--primary-2);
    font-size: 21px;
    font-weight: 400;
    text-transform: capitalize;
    padding: .5em 1.2em;
}


/* --- Single Product - Image --- */


.woocommerce .woocommerce-product-gallery {
	margin: 0 auto;
}
.woocommerce .product-3d-view iframe {
	width: 100%;
    height: min(70vh, 700px);
}

@media (max-width: 768px) {	
	.woocommerce .product-3d-view {
		background-color: #00000005;
	}
}


/* --- Single Product - Summary --- */


.woocommerce .woocommerce-notices-wrapper,
.woocommerce .product .entry-summary {
    display: none;
}

.woocommerce .product {
    display: inline-block;
    width: 100%;
}

.woocommerce .product-summary {
    margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
    .woocommerce .product-summary {
        width: 42%;
        float: right;
    }
}
.woocommerce .product-summary h2.entry-title {
    font-size: 28pt !important;
    margin: 50px 0 0 0;
	color: var(--primary-2);
}
.woocommerce .product-summary .entry-title + h5 {
    font-weight: normal;
    font-size: 18pt !important;
    margin: 10px 0;
}
.woocommerce .product-summary h5 .billing-period {
    font-size: 15px !important;
}
.woocommerce .product-summary h5 span {
    font-size: 16px !important;
}
.woocommerce .product:not(.taxable) .product-summary h5 span {
	display: none;
}
.woocommerce .product-summary hr {
    margin: 30px 0;
}

.woocommerce .product-summary .product-warning-label {
    font-family: var(--font) !important;
    font-size: 13pt !important;
    font-weight: 300;
    background-color: var(--accent);
    padding: 10px;
    border-left: 2px solid var(--primary-2);
}

.woocommerce .product-summary .template-information {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
    font-family: var(--font) !important;
}

.woocommerce .product-summary .product-details {
	margin-top: 0;
}
.woocommerce .product-summary .product-details p {
    font-size: 13px !important;
    margin: 0;
}

.woocommerce .products .button,
.woocommerce .product-summary .button {
    background-color: transparent !important;
    color: var(--primary-2);
    border: 1px solid var(--primary-2);
    display: inline-block;
	width: max-content;
    fill: currentColor;
    text-transform: unset !important;
    transition:
        background-color 300ms,
		color 300ms,
		border-color 300ms;
}
.woocommerce .products .button[disabled],
.woocommerce .products .button.disabled,
.woocommerce .product-summary .button[disabled],
.woocommerce .product-summary .button.disabled {
	color: lightgrey;
	border-color: lightgrey;
    text-decoration: none !important;
}
.single-product .woocommerce-variation-add-to-cart .button.disabled {
	opacity: 1;
}
.woocommerce .products .button:not([disabled]):not(.disabled):hover,
.woocommerce .product-summary .button:not([disabled]):not(.disabled):hover {
    background-color: var(--primary-2) !important;
    text-decoration: none !important;
    color: white;
}
.woocommerce .product-summary a.button.view-in-cart svg {
    height: 18px;
    width: 18px;
    margin: 0 5px -3px 0;
    display: inline;
}
.woocommerce .product-summary a.button.view-in-cart svg * {
    fill: currentColor !important;
}

.woocommerce .product-summary .template-actions {
    margin-top: 15px;
}
.woocommerce .product-summary .template-actions span {
    width: 1px;
    height: 19px;
    display: inline-block;
    margin: 0 10px -3px 10px;
    background-color: lightgrey;
}
.woocommerce .product-summary .template-actions a {
	font-size: 17px;
}
.woocommerce .product-summary a {
    color: var(--primary-2);
    text-decoration: none;
}
.woocommerce .product-summary a:hover {
    text-decoration: underline;
}

.woocommerce .product-summary .product-attributes h3,
.woocommerce .product-summary .product-description h3 {
    font-family: var(--font) !important;
    font-weight: 300 !important;
	color: var(--primary-2);
    font-size: 24pt !important;
}

.woocommerce .product-summary .product-attributes table th,
.woocommerce .product-summary .product-attributes table td {
    border-color: lightgrey;
    text-align: left;
    padding: 5px 20px;
}
.woocommerce .product-summary table {
	margin: 2rem 0;
}
.woocommerce .product-summary .product-attributes table tr th:first-child,
.woocommerce  .product-attributes table tr td:first-child {
    color: #4f4f4e;
}

.woocommerce .product-summary .product-description > a#product-read-more,
.woocommerce .product-summary .product-description > a#product-read-less {
	float: right;
	font-size: 18px;
}
.woocommerce .product-summary .product-description:not(.overflow) > a#product-read-more,
.woocommerce .product-summary .product-description.overflow > a#product-read-less { 
    display: none; 
}
.woocommerce .product-summary .product-description.overflow > a#product-read-more ~ .footer-add-to-cart {
	display: none;
}
.woocommerce .product-summary .footer-add-to-cart {
	margin-top: 50px;
}
.woocommerce .product-summary .product-description.overflow div {
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.woocommerce .product-summary .product-description.overflow div::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 75px;
    background-image: linear-gradient(to top, white, transparent);
}
.woocommerce .product-summary .product-description div span {
	display: block;
}
.woocommerce .product-summary .product-description > div h4,
.woocommerce .product-summary .product-description > div h5 {
    font-family: var(--font) !important;
    font-weight: 300 !important;
	color: var(--primary-2);
}
.woocommerce .product-summary .product-description > div h4 {
    font-size: 20pt !important;
}
.woocommerce .product-summary .product-description > div h5 {
    font-size: 18pt !important;
}

/* out of stock */
.woocommerce .product-summary .out-of-stock {
	display: none;
}

/* checkbox agreement */
.woocommerce .product-summary .checkbox-agreement {
    border-left: 2px solid var(--accent);
    padding: 10px 0 10px 20px;
    color: var(--primary-2);
	display: flex;
	gap: 20px;
}
.woocommerce .product-summary .checkbox-agreement input[type="checkbox"] {
	border-color: var(--primary-2);
	width: 25px;
	min-width: 25px;
	height: 25px;
	border-width: 3px;
    margin: auto 0;
	top: 0;
}
.woocommerce .product-summary .checkbox-agreement label {
    margin: 0;
    line-height: 25px;
}
.woocommerce .product-summary .checkbox-agreement input[type="checkbox"]::before {
    margin: -2px -3px;
    height: 23px;
    width: 23px;
}
.woocommerce .product-summary .checkbox-agreement-message {
    margin-top: 20px;
    color: var(--wc-red);
    font-style: italic;
}

/* variation options */
.woocommerce .product-summary table.variations {
	margin-bottom: 4rem;
}
.woocommerce .product-summary table.variations,
.woocommerce .product-summary table.variations tbody,
.woocommerce .product-summary table.variations th,
.woocommerce .product-summary table.variations tr,
.woocommerce .product-summary table.variations td {
	border: none !important;
}
.woocommerce .product-summary table.variations tr:not(:first-child) td.label {
	margin-top: 3rem;
}
.woocommerce .product-summary table.variations tr .label,
.woocommerce .product-summary table.variations tr .value {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	padding: 0;
}
.woocommerce .product-summary table.variations tr .label label {
    font-family: var(--font) !important;
    font-size: 16pt !important;
    font-weight: 300;
	color: var(--primary-2);
}
.woocommerce .product-summary table.variations tr .value select,
.woocommerce .product-summary table.variations tr .value .reset_variations {
	margin: 0;
}
.woocommerce .product-summary table.variations tr .value select {
    padding: 5px 10px;
    color: #4f4f4e;
    border-color: #4f4f4e;
}
.woocommerce .product-summary table.variations tr .value .reset_variations {
	color: #4f4f4e;
    background-color: #00000005;
    padding: 6px 15px;
    margin: auto 0;
}

/* points */
.woocommerce .product-summary .wc-points-rewards-product-message {
    font-family: var(--font) !important;
    font-size: 13pt !important;
    font-weight: 300;
	display: block;
}
.woocommerce .product-summary .hide-on-price-available strong,
.woocommerce .product-summary .wc-points-rewards-product-message strong {
	font-weight: 300;
}

/* variation add to cart */
.woocommerce .product-summary .hide-on-price-available,
.woocommerce .product-summary .woocommerce-variation {
    font-family: var(--font) !important;
    font-size: 13pt !important;
    font-weight: 300;
}
.woocommerce .product-summary .woocommerce-variation {
    margin-bottom: 2rem;
}
.woocommerce .product-summary .woocommerce-variation .price {
    font-family: var(--font) !important;
    font-size: 13pt !important;
    font-weight: normal;
    background-color: var(--accent);
    color: var(--primary-2);
    padding: 10px;
    display: block;
    width: fit-content;
}
.woocommerce .product-summary .woocommerce-price-suffix {
	display: none;
}

@media (max-width: 550px) {	
	.woocommerce .product-summary table.variations tr .value select {
		padding: 10px 20px;
		font-size: 20px;
	}
	.woocommerce .product-summary table.variations tr .value .reset_variations {
		font-size: 18px;
	}
	
	.woocommerce .products .button,
	.woocommerce .product-summary .button {
		width: 100%;
	}
	
	.woocommerce .product-summary .template-actions {
		text-align: center;
	}
}



/* Menu Cart Button */
li.menu-item.woofc-menu-item .woofc-menu-item-inner i {
	font-size: 25px;
	line-height: 17px;
}
li.menu-item.woofc-menu-item:hover {
	background-color: unset;
	border-bottom-color: transparent;
}
li.menu-item.woofc-menu-item:hover > a {
	color: var(--primary-2) !important;
}
li.menu-item.woofc-menu-item .woofc-menu-item-inner::after {
	background-color: black;
	transition: background-color 200ms ease;
	top: -15px;
	left: 15px;
}
li.menu-item.woofc-menu-item:hover .woofc-menu-item-inner::after {
	background-color: var(--primary-2);
}
li.menu-item.woofc-menu-item .woofc-menu-item-inner[data-count="0"]::after {
	content: none;
}
li.menu-item.woofc-menu-item span.woofc-menu-item-inner-subtotal {
	display: none;
}



/* --- Menu If Logged Out --- */
body:not(.logged-in) li.menu-item.woofc-menu-item {
	display: none;
}



/* fly in cart VAT */
.woofc-item-price bdi {
	position: relative;
}
.woofc-item-price bdi::after {
	content: " + VAT";
	position: realtive;
	bottom: 1px;
	white-space: nowrap;
	font-size: 10px;
}


/* --- Catalogue --- */

body.woocommerce-page .content-area {
	padding-top: 140px;
}

body.woocommerce-page .catalogue-wrapper {
	display: flex;
}

body.woocommerce-page .product a h2 {
	font-size: 18px !important;
}

/* sidebar */
body.woocommerce-page .woo-sidebar {
	width: 300px;
	margin-top: 39px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #dbdbdb;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
body.woocommerce-page .woo-sidebar .widget {
	margin-top: 0;
}
body.woocommerce-page .catalogue-wrapper .mobile-backdrop,
body.woocommerce-page .woo-sidebar .toggle-woo-sidebar,
body.woocommerce-page .product-catalogue .toggle-woo-sidebar {
	display: none;
}
body.woocommerce-page .woo-sidebar .wc-block-product-search label,
body.woocommerce-page .woo-sidebar .wc-block-price-filter__title {
	display: none;
}
body.woocommerce-page .woo-sidebar .wc-block-product-search input:focus {
	outline: 2px solid #000;
	outline-style: inset;
	outline-offset: 0;
	border-radius: 4px;
}
body.woocommerce-page .woo-sidebar .wc-block-components-price-slider__range-input-progress {
	--track-background: var(--primary-2);
}
body.woocommerce-page .woo-sidebar .wc-block-product-search input,
body.woocommerce-page .woo-sidebar .wc-block-price-filter__controls input {
	border-color: #dbdbdb !important;
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list {
	list-style: none;
	margin: 0;
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item {
	position: relative;
	padding-left: 25px;
	margin: 0;
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item.category-has-children:not(.category-list-collapsed)::before {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 10px;
	left: 9px;
	width: 1px;
	background-color: var(--accent);
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item.category-list-collapsed {
	height: 25px;
	overflow-y: hidden;
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item a {
	text-decoration: none;
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item a:hover {
	text-decoration: underline;
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item.category-list-collapsed > ul,
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item.hide-product-count .wc-block-product-categories-list-item-count {
	display: none;
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item .wc-block-product-categories-list-item-count::before,
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item .wc-block-product-categories-list-item-count::after {
	content: "";
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item .wc-block-product-categories-list-item-count {
	margin-left: 5px;
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item button.toggle-category-view {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	padding: 0 !important;
	background-color: transparent !important;
	background-image: url("https://store.kitbuilder.com/wp-content/themes/twentytwentychild/assets/images/category-expand.svg");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform ease-in-out 200ms;
}
body.woocommerce-page .woo-sidebar .wc-block-product-categories-list-item:not(.category-list-collapsed) > button.toggle-category-view {
	transform: rotate(45deg);
}

/* cataogue */
body.woocommerce-page .product-catalogue {
	width: calc(100% - 300px);
}
body.woocommerce-page ul.products {
	justify-content: left !important;
	gap: 10px;
}
body.woocommerce-page ul.products li.product {
	width: 22%;
	margin: 0 0 20px 0;
}
body.woocommerce-page .woocommerce-ordering select {
	border-color: #dbdbdb;
	padding: 5px 10px;
	color: var(--primary-2);
}

/* product */
body.woocommerce-page .products::before,
body.woocommerce-page .products::after {
	content: none;
}
body.woocommerce-page .products .product .woocommerce-Price-amount ~ .woocommerce-price-suffix {
	display: none;
}
body.woocommerce-page .products .product .woocommerce-Price-amount,
body.woocommerce-page .products .product .woocommerce-Price-suffix {
	font-size: 18px;
	position: relative;
}
body.woocommerce-page .products .product .woocommerce-Price-amount::after,
body.woocommerce-page .products .product .woocommerce-Price-suffix::after {
	content: " + VAT";
	font-size: 16px;
}

/* media */
@media screen and (max-width: 1400px) {
	body.woocommerce-page ul.products li.product {
		width: 30%;
	}
}
@media screen and (max-width: 1100px) {
	body.woocommerce-page ul.products li.product {
		width: 48%;
	}
}
@media screen and (max-width: 1024px) {
	body.woocommerce-page .woo-sidebar {
		width: 250px;
	}
	body.woocommerce-page .product-catalogue {
		width: calc(100% - 250px);
	}
	body.woocommerce-page ul.products li.product {
		width: 30%;
		margin-bottom: 10px;
	}
	body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 16px !important;
	}
	body.woocommerce-page ul.products li.product .woocommerce-price-suffix,
	body.woocommerce-page ul.products li.product .woocommerce-price-suffix::after,
	body.woocommerce-page ul.products li.product .woocommerce-Price-amount,
	body.woocommerce-page ul.products li.product .woocommerce-Price-amount::after {
		font-size: 16px;
	}
}
@media screen and (max-width: 900px) {
	body.woocommerce-page .catalogue-wrapper {
		flex-direction: column;
	}
	
	body.woocommerce-page .catalogue-wrapper .woo-sidebar ~ .mobile-backdrop {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: min(50%, calc(100% - 250px));
		height: 100%;
		background-color: #00000050;
		z-index: 9999999999;
		opacity: 0;
		visibility: hidden;
		transition: 
			opacity 200ms ease-in-out,
			visibility 200ms ease-in-out;
	}
	body.woocommerce-page .catalogue-wrapper .woo-sidebar.open ~ .mobile-backdrop {
		opacity: 1;
		visibility: visible;
	}
	body.woocommerce-page .woo-sidebar {
		position: fixed;
		top: 0;
		left: -100%;
		width: max(50%, 250px);
		padding: 20px;
		margin: 0;
		height: 100vh;
		overflow-x: hidden;
		overflow-y: scroll;
		background-color: #fff;
		z-index: 9999999999;
		transition: left 200ms ease-in-out;
	}
	body.woocommerce-page .woo-sidebar.open {
		transition: left 200ms ease-in;
		left: -0;
	}
	body.woocommerce-page .woo-sidebar .toggle-woo-sidebar {
		display: block;
		padding: 10px 20px 10px 35px !important;
		background-color: transparent !important;
		color: var(--primary-2);
		position: relative;
		border: 1px solid currentColor;
		text-decoration: none;
		width: max-content;
	}
	body.woocommerce-page .woo-sidebar .toggle-woo-sidebar::before {
		content: " ";
		background-image: url("https://store.kitbuilder.com/wp-content/themes/twentytwentychild/assets/images/category-expand.svg");
		background-size: 25px;
		background-repeat: no-repeat;
		transform: rotate(45deg);
		width: 25px;
		height: 25px;
		position: absolute;
		top: 10px;
		left: 5px;
	}
	
	body.woocommerce-page .product-catalogue {
		width: 100%;
	}
	body.woocommerce-page .product-catalogue .toggle-woo-sidebar {
		display: block;
		background-color: transparent !important;
		color: var(--primary-2);
		border: 1px solid currentColor;
		padding: 5px 10px !important;
		float: right;
		font-size: 1em !important;
		line-height: 22px;
		margin-top: .75rem;
		margin-left: 10px;
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	body.woocommerce-page .product-catalogue .toggle-woo-sidebar {
		font-size: .8em !important;
		line-height: 18px;
	}
	
	body.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
	body .products .product .price {
		text-align: center;
	}
	body .products .product .price {
		margin-bottom: 10px;
	}
}

/* --- Cart --- */
body:not(.logged-in) .products .product .add_to_cart_button,
body:not(.logged-in) .products .product .price,
body .products .product:not(.product_cat-support-packages) .add_to_cart_button,
body .products .product:not(.product_cat-support-packages) .price,
body .products .product .button[aria-label^="Read more about"] {
	display: none !important;
}

body.woocommerce-cart .entry-content .woocommerce,
body.woocommerce-checkout .entry-content .woocommerce {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

/* --- Checkout --- */

.woocommerce form.woocommerce_enter_coupon {
	width: calc(50% - 1.5vw);
	min-width: fit-content;
	display: flex;
}
.woocommerce form.woocommerce_enter_coupon input {
	width: unset;
	flex-grow: 1;
}

@media (max-width: 768px) {
	.woocommerce form.woocommerce_enter_coupon {
		width: 100%;
	}
}

@media (max-width: 425px) {
	.woocommerce form.woocommerce_enter_coupon {
		flex-direction: column;
		gap: 20px 0;
	}
}

/* --- Generic Button --- */

a.button.woocommerce-Button {
    color: white !important;
    background-color: var(--primary-2) !important;
}

/* --- 404 page not found --- */

.page-not-found {
	position: relative;
}
.page-not-found::before {
	position: absolute;
	content: "404";
	bottom: 50%;
	left: 0;
	font-weight: bold;
	font-size: 50vw;
	width: 100%;
	text-align: center;
	color: #00000008;
	z-index: -1;
	transform: translateY(50%);
}
.no-search-results-form {
	padding-top: 0;
}

/* --- features page --- */

/* solutions */
body #post-6516 .wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap > div:nth-child(1) { /* essential */
	--column-col-1: #3d6690;
	--column-col-2: #779ec2;
}
body #post-6516 .wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap > div:nth-child(2) { /* professional */
	--column-col-1: #4fa0d5;
	--column-col-2: #97cbe9;
}
body #post-6516 .wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap > div:nth-child(3) { /* ecommerce */
	--column-col-1: #1e1969;
	--column-col-2: #6c88e2;
}
body #post-6516 .wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap > div:nth-child(4) { /* print production */
	--column-col-1: #717175;
	--column-col-2: #bfbebe;
}
body #post-6516 .wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap > div:nth-child(5) { /* enterprise */
	--column-col-1: #ea6d34;
	--column-col-2: #f3c6b3;
}
body #post-6516 .wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap {
	max-width: 1350px !important;
	margin: 0 auto !important;
	gap: 20px !important;
	display: flex;
	flex-wrap: wrap;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container {
	row-gap: 0;
	padding: 0 !important;
	width: 235px !important;
	max-width: unset !important;
	justify-content: initial !important;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container h5,
body #post-6516 .kb-available-plans div.wp-block-uagb-container p,
body #post-6516 .kb-available-plans div.wp-block-uagb-container li,
body #post-6516 .kb-available-plans div.wp-block-uagb-container a {
	font-family: var(--font) !important;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container h5 {
	margin: 0 0 15px 0;
	padding: 15px 20px;
	border-radius: 20px 20px 0 0;
	font-size: 22px !important;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container p:not(:first-of-type),
body #post-6516 .kb-available-plans div.wp-block-uagb-container a {
	font-size: 15px !important;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container li {
	font-size: 13px !important;
	list-style: none;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container li::before {
	position: relative;
	content: " ";
	display: inline-block;
	left: -5px;
	border: 4px solid transparent;
	border-top-color: var(--column-col-2);
	border-right-color: var(--column-col-2);
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container p,
body #post-6516 .kb-available-plans div.wp-block-uagb-container ul {
	padding: 0 10px;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container p:first-of-type {
	margin: 0;
	font-size: 1.3em !important;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container ul {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container ul,
body #post-6516 .kb-available-plans div.wp-block-uagb-container:nth-child(1n+4) p:nth-child(4) {
	flex-grow: 1;
}
body #post-6516 .kb-available-plans .wp-block-buttons:first-of-type {
	margin-bottom: 20px !important;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container a.wp-block-button__link {
	border: none;
	background-color: transparent !important;
	text-align: center;
	margin: 0 0 20px 0 !important;
	color: black;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container .wp-block-buttons .kb-enquire-btn a.wp-block-button__link {
	color: white;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container .wp-block-buttons a.wp-block-button__link {
	font-family: var(--font) !important;
	margin: 0 20px !important;
	width: calc(100% - 40px);
	padding: 10px;
	text-transform: capitalize;
	font-weight: normal;
}
body #post-6516 .kb-available-plans div.wp-block-uagb-container ul {
	margin-left: 0;
}
@media (max-width: 1024px) {
	body #post-6516 .kb-available-plans div.wp-block-uagb-container {
		width: 180px !important;
	}
	body #post-6516 .kb-available-plans div.wp-block-uagb-container h5 {
		font-size: 18px !important;
		padding: 10px 15px;
	}
	body #post-6516 .kb-available-plans div.wp-block-uagb-container p:first-of-type {
		font-size: 22px !important;
	}
	body #post-6516 .kb-available-plans div.wp-block-uagb-container p:not(:first-of-type), 
	body #post-6516 .kb-available-plans div.wp-block-uagb-container a,
	body #post-6516 .kb-available-plans div.wp-block-uagb-container li {
		font-size: 12px !important;
	}
	body #post-6516 .kb-available-plans div.wp-block-uagb-container ul {
		margin-bottom: 20px !important;
	}
}


/* features tables */

div#feature-tables-container {
	width: 100% !important;
	max-width: unset !important;
	overflow: scroll;
}
.wptb-table-container table tr td * {	
	font-family: var(--font) !important;
}
.wptb-table-container,
.wptb-table-container-matrix table {
	width: 100% !important;
	max-width: 1350px !important;
	overflow: visible;
	margin: 15px auto;
}
.wptb-table-container-matrix {
	padding: 0 20px;
}
.wptb-table-container-matrix table {
	margin: unset !important;
}
.wptb-table-container table {
	min-width: 0 !important;
}
.wptb-table-container table,
.wptb-table-container table th,
.wptb-table-container table td {
	border: none !important;
}
.wptb-preview-table tr:nth-of-type(2n+1), 
.wptb-table-container table.wptb-preview-table-mobile tr td:nth-of-type(2n+1) {
	background-color: unset !important;
}
.wptb-table-container table tr td {
	padding: 0 3px !important;
}
.wptb-table-container:not(.wptb-table-7389) .wptb-table-container-matrix:not([id="wptb-table-id-6917"]) table tr:not(:nth-child(1)) td > div,
.wptb-table-container:not(.wptb-table-7389) .wptb-table-container-matrix[id="wptb-table-id-6917"] table tr:nth-child(2) td > div,
.wptb-table-container:not(.wptb-table-7389) .wptb-table-container-matrix[id="wptb-table-id-8777"] table tr:nth-child(1) td > div {
	padding: 13px 0 !important;
	color: black !important;
	font-size: 18px !important;
}
.wptb-table-container table strong {
	font-size: 24px !important;
	color: black !important;
}
.wptb-table-container table td:not(:nth-child(1)) {
	text-align: center;
}
.wptb-table-container table td:nth-child(1n+3) {
	width: auto;
}

/* custom styles */

.wptb-table-container:not(.wptb-table-7389) table td:nth-child(3) { /* essential */
	--column-col-1: #3d6690;
	--column-col-2: #779ec2;
	--column-back: #f6f8fa;
}
.wptb-table-container:not(.wptb-table-7389) table td:nth-child(4) { /* professional */
	--column-col-1: #4fa0d5;
	--column-col-2: #97cbe9;
	--column-back: #f3f9fc;
	--column-head-col: var(--primary-2);
}
body .wptb-table-container:not(.wptb-table-7389) table td:nth-child(5) { /* ecommerce */
	--column-col-1: #1e1969;
	--column-col-2: #6c88e2;
	--column-back: #eff1fa;
}
.wptb-table-container:not(.wptb-table-7389) table td:nth-child(6) { /* print production */
	--column-col-1: #717175;
	--column-col-2: #bfbebe;
	--column-back: #f6f6f6;
	--column-head-col: #4f4f4e;
}
.wptb-table-container:not(.wptb-table-7389) table td:nth-child(7) { /* enterprise */
	--column-col-1: #ea6d34;
	--column-col-2: #f3c6b3;
	--column-back: #fdf1ec;
}

/* heading */
.wptb-table-container-matrix[id="wptb-table-id-6917"],
.wptb-table-container-matrix[id="wptb-table-id-8777"] {
	margin-top: 80px !important;
}
.wptb-table-container-matrix[id="wptb-table-id-6917"] table tr:nth-child(1) td p:not(:empty) {
	padding: 13px 0;
	border-radius: 30px 30px 0 0;
	background-color: var(--column-head-col);
	color: white !important;
}
.wptb-table-container-matrix[id="wptb-table-id-6917"] table tr:nth-child(1n+2) td:nth-child(1n+3) > div,
.wptb-table-container-matrix[id="wptb-table-id-8777"] table tr td:nth-child(1n+3) > div {
	background-color: var(--column-back);
}

/* titles */
.wptb-table-container:not(.wptb-table-7389) table tr td:nth-child(1) {
	padding-right: 22px !important;
}
.wptb-table-container table tr td:nth-child(1) .wptb-text-container,
.wptb-table-container table tr td:nth-child(1) .wptb-shortcode-container {
	display: inline-block;
}
.wptb-table-container table tr td:nth-child(1) .wptb-shortcode-container {
	position: absolute;
	top: 5px;
	right: 0;
}
.wptb-table-container:not(.wptb-table-7389) table tr td:nth-child(2) {
	width: 94px !important;
	text-align: center;
}

/* footer */
.wptb-table-container table tr td a.wptb-link-target[id^="enquire-"] {
	background: linear-gradient(135deg, var(--column-col-1), var(--column-col-2));
    width: calc(100% - 40px);
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: normal;
	border-radius: 10px;
	margin: 0 20px;
	font-size: 15px !important;
	color: white !important;
	font-family: var(--font) !important;
}
.wptb-table-container table tr td a.wptb-link-target[id^="enquire-"]:hover {
	text-decoration: underline !important;
}
.wptb-table-container table tr td a.wptb-link-target[id^="enquire-"] div {
	padding: 0 !important;
	background-color: transparent !important;
}

/* plans */
.wptb-table-container:not(.wptb-table-7389) .wptb-table-container-matrix:not([id="wptb-table-id-6917"]):not([id="wptb-table-id-8777"]) table tr:nth-child(1n+2) td:nth-child(4) {
	background-color: var(--column-back);
}
.wptb-table-container:not(.wptb-table-7389) .wptb-table-container-matrix:not([id="wptb-table-id-6917"]):not([id="wptb-table-id-8777"]) table tr:nth-child(1n+2) td:nth-child(1n+4) {
	border-left: 2px solid #e9e9e9 !important;
}
.wptb-table-container:not(.wptb-table-7389) .wptb-table-container-matrix:not([id="wptb-table-id-6917"]):not([id="wptb-table-id-8777"]) table tr td:nth-child(1n+3) p {
	padding: 0 5% !important;
}

@media (max-width: 1024px) {
	.wptb-table-container-matrix[id="wptb-table-id-6917"] table tr:nth-child(1) td p:not(:empty) {
		font-size: 12px !important;
		padding: 10px 5px;
		border-radius: 20px 20px 0 0;
	}
	.wptb-table-container table strong {
		font-size: 20px !important;
	}
	.wptb-table-container table td p {
		font-size: 14px !important;
	}
	.wptb-table-container table .kb-features-tooltip .kb-tooltip-icon, 
	.wptb-table-container table .kb-features-tooltip .kb-tooltip-icon-hover {
		height: 17px !important;
		width: 17px !important;
	}
	.wptb-table-container button.kb-see-all-features-tbn {
		padding: 5px 20px !important;
		font-size: 12px !important;
	}
}
@media (max-width: 850px) {
	.wptb-table-container-matrix:not([id="wptb-table-id-6917"]) table tr:not(:nth-child(1)) td > div, 
	.wptb-table-container-matrix[id="wptb-table-id-6917"] table tr:nth-child(2) td > div {
		padding: 7px 0;
	}
	.wptb-table-container-matrix[id="wptb-table-id-6917"] table tr:nth-child(1) td p:not(:empty) {
		font-size: 10px !important;
	}
	.wptb-table-container table strong {
		font-size: 16px !important;
	}
	.wptb-table-container table td p {
		font-size: 12px !important;
	}
	.wptb-table-container button.kb-see-all-features-tbn {
		padding: 5px 100px !important;
		font-size: 12px !important;
	}
}
@media (max-width: 768px) {
	.wptb-table-container-matrix:not([id="wptb-table-id-6917"]) table tr:not(:nth-child(1)) td > div, 
	.wptb-table-container-matrix[id="wptb-table-id-6917"] table tr:nth-child(2) td > div {
		padding: 5px 0;
	}
	.wptb-table-container-matrix[id="wptb-table-id-6917"] table tr:nth-child(1) td p:not(:empty) {
		font-size: 8px !important;
		border-radius: 10px 10px 0 0;
	}
	.wptb-table-container table strong {
		font-size: 12px !important;
	}
	.wptb-table-container table td p {
		font-size: 10px !important;
	}
	.wptb-table-container button.kb-see-all-features-tbn {
		padding: 5px 100px !important;
		font-size: 12px !important;
	}
	.wptb-table-container table .kb-features-tooltip .kb-tooltip-icon, 
	.wptb-table-container table .kb-features-tooltip .kb-tooltip-icon-hover {
		height: 15px !important;
		width: 15px !important;
	}
	.wptb-table-container + .wp-block-spacer {
		display: none;
	}
	.wptb-table-container .kb-new-feature {
		font-weight: 200 !important;
		font-size: 12px !important;
		padding: 2px 10px !important;
		top: -2px !important;
		letter-spacing: 1px !important;
	}
}

/* features tootip */
.wptb-table-container table .kb-features-tooltip {
	position: relative;
}
.wptb-table-container table .kb-features-tooltip .kb-tooltip-icon,
.wptb-table-container table .kb-features-tooltip .kb-tooltip-icon-hover {
	float: left;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
.wptb-table-container table .kb-features-tooltip div {
	position: absolute;
	background-color: #606060;
	color: white;
	font-size: 13px;
	padding: 10px;
	border-radius: 3px;
	width: max-content;
	max-width: 200px;
	z-index: 1;
	top: 10px;
	left: 50px;
	transform: translateY(-50%) scale(0.98);
	transition:
		transform 200ms ease-in-out,
		visibility 200ms ease-in-out,
		opacity 200ms ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.wptb-table-container table .kb-features-tooltip div:not(:empty)::before {
	position: absolute;
	content: " ";
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	border: 15px solid transparent;
	border-right-color: #606060;;
}
@media (min-width: 769px) {
	.wptb-table-container table .kb-features-tooltip:not(:hover) .kb-tooltip-icon-hover,
	.wptb-table-container table .kb-features-tooltip:hover .kb-tooltip-icon {
		display: none;
	}
	.wptb-table-container table .kb-features-tooltip:hover div {
		transform: translateY(-50%) scale(1);
		visibility: visible;
		opacity: 1;
	}	
}
@media (max-width: 1024px) {
	.wptb-table-container table tr td:nth-child(1) .wptb-text-container {
		padding-bottom: 0 !important;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.wptb-table-container table .kb-features-tooltip:not(.selected) .kb-tooltip-icon-hover,
	.wptb-table-container table .kb-features-tooltip.selected .kb-tooltip-icon {
		display: none;
	}
	.wptb-table-container table .kb-features-tooltip.selected div {
		transform: translateY(-50%) scale(1);
		visibility: visible;
		opacity: 1;
	}
	.wptb-table-container table .kb-features-tooltip div {
		padding: 20px;
		border-radius: 10px;
		top: 8px;
		left: 36px;
		font-size: 11px;
	}
	body #post-6516 .wptb-table-container .kb-see-all-features {
		margin: 10px 0 !important;
	}
}

/* features image */
.wptb-image-wrapper .wptb-link-target {
	width: 100%;
}
.wptb-image-wrapper .wptb-link-target img {
	height: 25px !important;
	width: auto !important;
	margin: 0 auto;
}
@media (max-width: 850px) {
	.wptb-image-wrapper .wptb-link-target img {
		height: 20px !important;
	}
}
@media (max-width: 768px) {
	.wptb-image-wrapper .wptb-link-target img {
		height: 15px !important;
	}
}

/* new feature */
.wptb-table-container .kb-new-feature {
	position: relative;
	background-color: var(--primary-2);
	color: white;
	font-weight: 100;
	font-size: 18px;
	padding: 0 10px;
	top: -4px;
	display: inline;
}

/* see all features */
body #post-6516 .wptb-table-container .wptb-preview-table.kb-collapse-features-table tr:nth-child(1n+6) {
	display: none;
}
body #post-6516 .wptb-table-container .kb-see-all-features {
	margin: 10px 0 10px calc(100px + 16%);
}
body #post-6516 .wptb-table-container button.kb-see-all-features-tbn {
	margin: 0 auto;
	display: block;
	background-color: transparent !important;
	color: black !important;
	border-top: 1px solid black;
	font-size: 14px !important;
	padding: 10px 100px !important;
	text-decoration: none !important;
	text-transform: lowercase !important;
}
@media (max-width: 850px) {
	body #post-6516 .wptb-table-container button.kb-see-all-features-tbn {
		padding: 5px 100px !important;
		font-size: 12px !important;
	}
}
@media (max-width: 768px) {
	body #post-6516 .wptb-table-container button.kb-see-all-features-tbn {
		font-size: 10px !important;
	}
}



/* page template - form content */


/* header */
#site-content .form-post .form-post-header {
	background-color: #235e8a;
	background-image: url("https://store.kitbuilder.com/wp-content/uploads/2021/04/plain-header-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 10%;
}
#site-content .form-post .form-post-header h1 {
	font-size: 52px !important;
	margin: 0 0 .5em 0;
	width: 50%;
}
#site-content .form-post .form-post-header p {
	font-size: 22px !important;
	margin: 0;
	width: 50%;
}
@media (max-width: 1024px) {
	#site-content .form-post .form-post-header h1,
	#site-content .form-post .form-post-header p {
		width: 70%;
	}
}
@media (max-width: 768px) {
	#site-content .form-post .form-post-header h1,
	#site-content .form-post .form-post-header p {
		width: 100%;
	}
	#site-content .form-post .form-post-header h1 {
		font-size: 40px;
	}
	#site-content .form-post .form-post-header p {
		font-size: 18px;
	}
}
@media (max-width: 425px) {
	#site-content .form-post .form-post-header {
		padding: 20px;
		text-align: center;
	}
	#site-content .form-post .form-post-header h1 {
		font-size: 26px;
	}
	#site-content .form-post .form-post-header p {
		font-size: 16px;
	}
}

/* max page size */
#site-content .form-post .form-page-content {
	background-color: #f5f7fa;
	margin: 0 min(60px, 2%);
	padding: 40px;
}
@media (max-width: 768px) {
	#site-content .form-post .form-page-content {
		padding: 20px;
	}
}

/* main content */
#site-content .form-post .form-post-main-page-content {
	padding: 30px;
	background-color: white;
}
@media (max-width: 425px) {
	#site-content .form-post .form-page-content {
		margin: 0;
		padding: 10px;
	}
	#site-content .form-post .form-post-main-page-content {
		padding: 10px;
	}
}

/* contacts */
#site-content .form-post .form-post-contacts {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 4px solid #235e8a;
	flex-wrap: wrap;
	row-gap: 40px;
}
#site-content .form-post .form-post-contacts a {
	color: #4F4F4E;	
	text-decoration: none;
}
#site-content .form-post .form-post-contacts img {
	height: 25px;
	margin: 0 auto 20px auto;
}
#site-content .form-post .form-post-contacts .book-a-demo-button {
	background-image: linear-gradient(to right, #f15e26, #ef8438);
	padding: 20px 45px;
	border-radius: 20px;
	color: white;
}
@media (max-width: 1024px) {
	#site-content .form-post .form-post-contacts img {
		height: 20px;
		margin: 0 auto 15px auto;
	}
	#site-content .form-post .form-post-contacts > div {
		font-size: 14px;
	}
	#site-content .form-post .form-post-contacts .book-a-demo-button {
		padding: 15px 35px;
	}
}
@media (max-width: 768px) {
	#site-content .form-post .form-post-contacts .form-post-book-a-demo {
		width: 100%;
		display: inline-flex;
	}
	#site-content .form-post .form-post-contacts .book-a-demo-button {
		margin: 0 auto;
	}
}
@media (max-width: 425px) {
	#site-content .form-post .form-post-contacts {
		flex-direction: column;
		padding-top: 30px;
	}
}

/* featured image */
#site-content .form-post .featured-media,
#site-content .form-post .featured-media-inner {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
#site-content .form-post .featured-media {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 4px solid #235e8a;
}

/* content */
#site-content .form-post .entry-content > * {
	margin: 0;
}

/* need support? */
#site-content .form-post .form-post-need-support {
	background-color: #235e8a;
	position: relative;
}
#site-content .form-post .form-post-need-support > img {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
}
#site-content .form-post .form-post-need-support .form-post-existing-customer-support {
	width: 90%;
	color: white;
	padding: 60px 70px;
}
#site-content .form-post .form-post-need-support .form-post-existing-customer-support h2 {
	font-family: var(--font) !important;
	font-size: 33px !important;
	margin: 0;
}
#site-content .form-post .form-post-need-support .form-post-existing-customer-support img {
	width: 15px;
	display: inline-block;
	margin-right: 20px;
}
#site-content .form-post .form-post-need-support .form-post-existing-customer-support p {
	font-family: var(--font) !important;
	margin: 15px 0 0 0;
	font-size: 13pt !important;
	font-weight: 300;
}
#site-content .form-post .form-post-need-support .form-post-existing-customer-support a {
	font-weight: bold;
	color: white !important;
	text-decoration: none;
}
@media (max-width: 768px) {
	#site-content .form-post .form-post-need-support .form-post-existing-customer-support {
		padding: 40px 50px;
	}
	#site-content .form-post .form-post-need-support .form-post-existing-customer-support h2 {
		font-size: 24px;
	}
	#site-content .form-post .form-post-need-support .form-post-existing-customer-support p {
		font-size: 16px;
	}
}
@media (max-width: 425px) {
	#site-content .form-post .form-post-need-support .form-post-existing-customer-support {
		width: 100%;
		padding: 20px 30px;
	}
	#site-content .form-post .form-post-need-support > img {
		width: 120px;
	}
	#site-content .form-post .form-post-need-support .form-post-existing-customer-support h2 {
		font-size: 22px;
	}
}

/* form override styles */
#site-content .form-post .cog-cognito.cog-form input,
#site-content .form-post .cog-cognito.cog-form textarea,
#site-content .form-post .cog-cognito.cog-form select,
#site-content .form-post .cog-cognito.cog-form .el-checkbox__inner,
#site-content .form-post .cog-cognito.cog-form button.el-button[type="submit"] {
	border: 1px solid #e1e1e1;
	background-color: white;
}
#site-content .form-post .cog-cognito.cog-form .is-checked .el-checkbox__inner {
	background-color: #235e8a;
}
#site-content .form-post .cog-cognito.cog-form .el-checkbox__inner {
	border: 1px solid #a9a9a9;
	height: 40px;
	width: 40px;
}
#site-content .form-post .cog-cognito.cog-form .el-checkbox__label {
	padding: 5px 0 0 30px;
}
html body .cog-cognito .el-select-dropdown__item {
	font-family: var(--font) !important;
	cursor: pointer !important;
}
html body .cog-cognito .el-select-dropdown__item:not(.cog-select-option--empty):hover {
	background-color: #eef8ff !important;
}
html body .cog-cognito .el-select-dropdown__item.selected:not(.cog-select-option--empty) {
	color: #235e8a !important;
	background-color: #dff3ff !important;
}
#site-content .form-post .cog-cognito.cog-form button.el-button[type="submit"] {
	width: 50%;
	margin: 30px auto 0 auto;
	border-radius: 0;
	padding: 3px !important;
}
#site-content .form-post .cog-cognito.cog-form .el-checkbox__label,
#site-content .form-post .cog-cognito.cog-form  .cog-label {
	font-size: 16px;
}
#site-content .form-post .cog-cognito.cog-form * {
	font-family: var(--font) !important;
}
#site-content .form-post .cog-cognito.cog-form input,
#site-content .form-post .cog-cognito.cog-form textarea,
#site-content .form-post .cog-cognito.cog-form .cog-error-message,
#site-content .form-post .cog-cognito.cog-form .cog-helptext em,
#site-content .form-post .cog-cognito.cog-form .cog-helptext em a {
	font-family: var(--font) !important;
}
#site-content .form-post .cog-cognito.cog-form .cog-helptext {
	font-size: 14px;
}
#site-content .form-post .cog-loader {
	height: 200px;
}
#site-content .form-post .cog-loader__cog {
	background-image: none;
	position: relative;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	height: 0;
	width: 0;
	border: 30px solid #a5bfcf;
	border-top-color: #235e8a;
	border-right-color: #235e8a;
	animation: loading-icon 2500ms cubic-bezier(0.76, 0, 0.24, 1.01) infinite;
}
@keyframes loading-icon {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}



/* KB header banner widget */
.kb-header-banner-widget {
	width: 100%;
	padding: 15px 40px;
	background-color: #ea6d34;
	color: white;
	text-align: center;
}
.kb-header-banner-widget > h4.hidden-title {
	display: none;
}
.kb-header-banner-widget * {
	margin: 0;
}
#site-header .header-inner {
	position: relative;
}
#site-header.has-kb-header-banner ~ #site-content {
	margin-top: 175px;
}


/* ultra wide page content */
.entry-content .kb-ultra-wide {
	max-width: 1300px !important;
}
.entry-content .kb-ultra-wide img {
	height: auto !important;
}

/* smaller mobile content stacking */
@media (max-width: 781px) {
	.entry-content .smaller-mobile-stacking .wp-block-column {
		max-width: 250px !important;
	}
	.entry-content .smaller-mobile-stacking {
		flex-wrap: wrap !important;
		justify-content: space-evenly !important;
	}
}

/* remove margin and padding from page content container */
.entry-content .remove-padding-margin {
	margin-block: 0 !important;
	padding-block: 0 !important;
}

/* squad stores - feature tables */

article#post-8614 .wptb-table-container.wptb-table-8777 .wptb-table-container-matrix {
	margin-top: 0 !important;
}
article#post-8614 .wptb-table-container.wptb-table-8777 {
	margin-bottom: 0 !important;
}
article#post-8614 .wptb-table-container.wptb-table-7250 {
	margin-top: 0 !important;
}







/* ------------------------------------------------------------------------- */
/*               NEWLY ADDED CUSTOM STYLE FOR STORE SITE                     */
/* ------------------------------------------------------------------------- */

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: var(--accent) !important;
	color: #fff !important;
	text-decoration: none !important;
}






/* navigation menu */
body #site-header {
	border-bottom: 1px solid var(--primary-2);
}

body #site-header .header-inner {
	padding: 10px 0 !important;
}

body header .header-inner .header-navigation-wrapper ul.primary-menu li,
body header .header-inner .header-navigation-wrapper ul.primary-menu li:hover {
	background-color: transparent !important;
	border: none !important;
}

body header .header-inner .header-navigation-wrapper ul.primary-menu li a {
	color: var(--primary-2) !important;
	font-family: var(--font) !important;
	text-transform: uppercase !important;
	font-weight: 300 !important;
	transition: color 200ms ease-in-out;	
	font-size: 16px; !important;
}

body header .header-inner .header-navigation-wrapper ul.primary-menu li:hover a {
	color: var(--primary) !important;
}


/* pagination */
.woocommerce-pagination ul.page-numbers {
	font-weight: normal;
	text-align: center;
}

/* catalogue */
.woocommerce .product-summary h2.entry-title {
	margin: 0 !important;
	font-size: 28px !important;
}

.woocommerce .product-summary .product-details {
	margin-top: 20px;
}

/* buttons */
.woocommerce .woocommerce-info .button,
.woocommerce .products .button, 
.woocommerce .product-summary .button,
.woocommerce-account .woocommerce-EditAccountForm > p button,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    background-color: var(--primary) !important;
    border: none !important;
    border-radius: 100px;
    color: #fff;
    font-size: 18px !important;
    padding: 15px 40px !important;
	text-decoration: none !important;
	transition: transform 300ms ease-in-out;
}

.woocommerce .woocommerce-info .button:hover,
.woocommerce .products .button:hover, 
.woocommerce .product-summary .button:hover,
.woocommerce .products .button:not([disabled]):not(.disabled):hover, 
.woocommerce .product-summary .button:not([disabled]):not(.disabled):hover,
.woocommerce-account .woocommerce-EditAccountForm > p button:hover,
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
	transform: scale(1.1);
    background-color: var(--primary) !important;
    color: #fff;
	text-decoration: none !important;
}

.woocommerce ul.products li.product .button {
	font-size: 16px !important;
	padding: 10px 20px !important;
    width: fit-content;
    margin: 0 auto;
}

.wc-block-product-search .wc-block-product-search__button,
.wc-block-product-search .wc-block-product-search__button:hover {
	background-color: var(--primary);
	fill: #fff;
	color: #fff;
}



* {
	font-family: var(--font) !important;
}




