/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: Blue Whale Media
Theme URI: https://www.bluewhalemedia.co.uk/
Template: themify-shoppe
Author: Blue Whale Media
Author URI: https://www.bluewhalemedia.co.uk/
Tags: themify,featured-images,translation-ready,custom-menu,sidebar
Version: 5.6.3.1653473473
Updated: 2022-05-25 11:11:13

*/

/* Remember to remove the commenting-out of hiding the default header and footer below, do this before adding-in your custom header and footer layout parts inside the hook-content section of themify */

.ppc-button-wrapper{
	min-height: 83px;
}

.child-product-right .embed-container{
	margin-bottom: 15px;
}
.wt-newsletter {
    max-width: 350px;
    margin-top: 35px;
}

.wt-newsletter .frm_form_field {
    margin-bottom: 0 !important;
}


/*For product category popup*/
span.wt-view-cats {
    color: #676767;
    font-size: 15px;
    padding-bottom: 10px !important;
    display: block; 
    cursor: pointer;}

.wt-product-categories ul li {
    display: inline-block !important;
    padding: 0 0 0px 3px !important;
    margin: 0px !important;
	background: none !important;
	box-shadow: none !important;
}

.wt-product-categories ul li:after {
    content: ", ";
}

.wt-product-categories {
    position: absolute;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
	  top: 60px;
	  left: 0;
}

.product-title-container {
    position: relative;
}

.wt-product-categories ul {
    margin: 0 !important;
}

.wt-product-categories {
	max-height: 30vh;
	overflow-y: scroll;
}

.wt-product-categories-popup:hover .wt-product-categories {
    opacity: 1 !important;
    visibility: visible !important;
	z-index: 9;
}
/*For product category popup*/

.advice-single-content {
    padding-bottom: 25px !important;
}

#pagewrap a.advice-single-see-more{
	background: unset;
    border-radius: 0;
    padding: 5px;
    color: var(--red) !important;
    font-family: var(--font3);
    font-weight: 800;
    font-size: 18px;
	transition: .4s ease;
}
.advice-single-see-more:hover{
	box-shadow: 0 5px 12px 3px rgba(0, 0, 0, .12);
    transform: translateY(-2px);
}

div.product-content > div > div > span.price {
	display: inline-block !important;	
}

#pagewrap .child-product-loop p.product-price-incl-tax  span.woocommerce-Price-currencySymbol {
	font-size: 17px !important;
}

p.product-price-incl-tax .woocommerce-Price-currencySymbol {
    font-size: 17px !important;
}

p.product-price-incl-tax {
    font-size: 17px !important;
}

#header, #footer {
	display: none;
}

/* mobile menu */

.mobile-header {
	padding: 15px 5%;
	background-color: white;
}

.mobile-header .header-logo img {
	max-width: 200px
}

.mobile-header .tb-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	
}

.mobile-menu-burger .tb_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
}

#full-screen-mobile-main-menu {
    position: fixed;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    padding: 0px;
    overflow-y: scroll;
    z-index: 5;
    overflow-x: hidden;
    background: white;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

#pagewrap .opened-sub-menu .sub-menu {
    display: block;
}


.opened-mm #full-screen-mobile-main-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: 100;
	background: rgb(0,70,182);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,70,182,1)), color-stop(75%, rgba(0,36,89,1)));
	background: -o-linear-gradient(left, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
	background: linear-gradient(90deg, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#menu-mobile-menu em {
	position: absolute;
	right: 0px;
}

.opened-mm #full-screen-mobile-main-menu:before {
    width: 100%;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
	background-color: white;
}

.menu-column {
    padding: 25px 7.5% 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
}

.menu-left {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding: 15px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}

.menu-left img {
    width: 100%;
    max-width: 100px;
}

.menu-right {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding: 15px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
}

#pagewrap #close-mm {
    color: var(--blue);
    font-size: 40px;
    cursor: pointer;
    z-index: 1;
}

#full-screen-mobile-main-menu ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#full-screen-mobile-main-menu div.menu-column {
    width: 100%;
}

#pagewrap #full-screen-mobile-main-menu a {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 0px
}

#open-mm span {
	height: 3px;
	width: 30px;
	background: var(--red);
	display: block;
	margin: 5px;
}

#open-mm span:nth-child(2) {
    width: 25px;
	margin: 5px auto;
}


#open-mm {
    display: inline-block;
    height: 100%;
    cursor: pointer;
    padding: 5px;
    border-radius: 100%;
}

.header-mobile-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobile-menu-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#headerwrap #page-header .mobile-menu-burger {
    display: none;
}

#full-screen-mobile-main-menu .header-logo img {
    width: 100%;
    max-width: 150px;
}

div#main-nav {
    float: unset;
    width: 100%;
    padding: 0px;
    border: 0px;
}

#pagewrap #full-screen-mobile-main-menu a {
    color: white;
    width: 100%;
    border: 0px;
    font-size: 18px;
    margin: 5px 0px;
}
/* end of mobile menu */

.mobile-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

ul#main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: unset;
}



/* Fonts  */

/* Heebo Thin */
@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/blue-whale-media/fonts/Heebo-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/* Heebo Extra-Light */
@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/blue-whale-media/fonts/Heebo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/* Heebo Light */
@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/blue-whale-media/fonts/Heebo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Heebo Regular */
@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/blue-whale-media/fonts/Heebo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Heebo Medium */
@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/blue-whale-media/fonts/Heebo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Heebo Semi-Bold */
@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/blue-whale-media/fonts/Heebo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Heebo Bold */
@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/blue-whale-media/fonts/Heebo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Heebo Extra-Bold */
@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/blue-whale-media/fonts/Heebo-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Heebo Black */
@font-face {
  font-family: 'Heebo';
  src: url('/wp-content/themes/blue-whale-media/fonts/Heebo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Ubuntu Bold */
@font-face {
  font-family: 'Ubuntu';
  src: url('/wp-content/themes/blue-whale-media/fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Ubuntu Bold Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url('/wp-content/themes/blue-whale-media/fonts/Ubuntu-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

/* Ubuntu Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url('/wp-content/themes/blue-whale-media/fonts/Ubuntu-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* Ubuntu Light */
@font-face {
  font-family: 'Ubuntu';
  src: url('/wp-content/themes/blue-whale-media/fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Ubuntu Light Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url('/wp-content/themes/blue-whale-media/fonts/Ubuntu-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Ubuntu Medium */
@font-face {
  font-family: 'Ubuntu';
  src: url('/wp-content/themes/blue-whale-media/fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Ubuntu Medium Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url('/wp-content/themes/blue-whale-media/fonts/Ubuntu-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* Ubuntu Regular */
@font-face {
  font-family: 'Ubuntu';
  src: url('/wp-content/themes/blue-whale-media/fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Rajdhani Bold */
@font-face {
  font-family: 'Rajdhani';
  src: url('/wp-content/themes/blue-whale-media/fonts/Rajdhani-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Rajdhani Light */
@font-face {
  font-family: 'Rajdhani';
  src: url('/wp-content/themes/blue-whale-media/fonts/Rajdhani-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Rajdhani Medium */
@font-face {
  font-family: 'Rajdhani';
  src: url('/wp-content/themes/blue-whale-media/fonts/Rajdhani-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Rajdhani Regular */
@font-face {
  font-family: 'Rajdhani';
  src: url('/wp-content/themes/blue-whale-media/fonts/Rajdhani-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Rajdhani Semi-Bold */
@font-face {
  font-family: 'Rajdhani';
  src: url('/wp-content/themes/blue-whale-media/fonts/Rajdhani-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}


/* Colour Variation Section */
:root {
	--font1: 'Heebo', sans-serif;
	--font2: 'Ubuntu', sans-serif;
	--font3: 'Rajdhani', sans-serif;
	--red: #ed404d;
	--black: #1d1d1b;
	--blue: #0046b6;
}

.blue-gradient-bg {
	background: rgb(0,70,182);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,70,182,1)), color-stop(75%, rgba(0,36,89,1)));
	background: -o-linear-gradient(left, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
	background: linear-gradient(90deg, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
}

.red-gradient-bg {
	background: rgb(239,40,47);
	background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
	background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
	background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
}

/* DONT FORGET TO ADD A PLAIN TEXT MODULE IN YOUR HEADER TO SHOW THE BURGER MENU */
/* plain text module should have the class mobile-menu-burger */
/* then add this html in the plain text module <div id="open-mm"><span></span><span></span><span></span></div> */

/* mobile menu */

.mobile-header,.mobile-header-2 {
	display: none;
}


.mobile-menu-burger {
	display: none;
}

@media (max-width: 1300px) {
	.mobile-menu-burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.mobile-header,.mobile-header-2 {
		display: block;
	}
}





.kit-contents-list {
	display: none;
	position: relative;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}
.kit-contents-list.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}


/* Header Row 1 */

.header-row-1 {
    padding: 5px 10%;
}

.header-row-1 .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#pagewrap .header-row-1-socials em {
    font-size: 21px;
    color: white;
    padding: 5px 15px;
}

.header-row-1-account a em {
    padding: 0px;
    margin: auto;
    color: white;
    font-size: 21px;
}

.header-row-1-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-row-1-account a span {
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.header-row-1-account .module-icon-item:first-of-type {
    margin-right: 15px;
}

/* Header Row 2 */

.header-row-2 {
    padding: 15px 10%;
	background-color: white;
}

.header-row-2>.row_inner>.first>.tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}



.icon-shopping-cart svg {
    height: 50px;
    width: 50px;
}

.header-logo {
    width: 250px;
	max-width: 250px;
}

.header-search {
    -ms-flex-preferred-size: calc(60% - 125px);
        flex-basis: calc(60% - 125px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	padding: 0px 100px;
}

.header-contact-basket {
    -ms-flex-preferred-size: calc(40% - 125px);
        flex-basis: calc(40% - 125px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
}

.header-contact-basket .tb-column-inner.tf_box.tf_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-contact-basket .module-icon,
.header-contact-basket .header-basket{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}


.icon-shopping-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket-icon {
    position: relative;
    margin-right: 15px;
}

h3.basket-title {
    font-size: 15px;
	font-family: var(--font1);
	color: black;
}

.header-contact span {
	font-family: var(--font1);
}

.header-contact span span {
    display: block;
    margin: 0px 0px 0px;
    font-size: 21px;
	color: black;
	font-weight: 600;
}

.icon-menu .icon-menu-count {
    top: 0px;
    background-color: var(--red);
}

.basket-text span.woocommerce-Price-amount.amount {
    font-size: 21px;
    font-weight: bold;
	font-family: var(--font1);
}


input#woocommerce-product-search-field-0 {
    width: calc(100% - 100px);
    margin: 0px;
    border: 1px solid black;
    border-radius: 5px 0px 0px 5px;
}

.widget_product_search button {
    width: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    border-radius: 0px;
    margin-left: -4px;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
    background: rgb(239,40,47);
	background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
	background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
	background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    font-weight: bold;
    font-size: 18px;
    padding: 7px;
    text-transform: capitalize;
}

.header-contact em {
    padding: 0px;
    font-size: 50px;
}

/* Make / Model 1 */

.make-model-1 {
    padding: 25px 5%;
    border-radius: 10px;
}

.make-model-1 .row_inner .module_column{
    border-radius: 5px;
}


.make-model-1 .tb-column-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

form#category-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

form#category-form select {
    width: 47.5%;
    padding: 15px;
    border-radius: 5px;
}

.make-model-1-shortcode {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.make-model-1 .tb-column-inner .module-text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.make-model-1 .tb-column-inner .module-text p {
    color: white;
    font-size: 25px;
    margin-botom: 0px;
    font-weight: bold;
}

.make-model-1 .tb-column-inner .module-text strong {
    color: white;
	opacity: .75;
}

.make-model-1 .tb-column-inner .module-text .tb_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

/* Home 1 */

.home-1 {
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 5px 10px 1px rgba(0,0,0,.1);
}

.home-1>.row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-1 .home-1-left {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
}

.home-1 .home-1-right {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}

.home-1-slide .row_inner {
    padding: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.home-1-slide .row_inner:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
}


.home-1 .slider-prev-button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}

.home-1 .slider-next-button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}

.home-1 .slider-prev-button,
.home-1 .slider-next-button {
    background: transparent;
    border-radius: 0px;
    color: white;
    z-index: 2;
}

ul.slick-dots {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
}

ul.slick-dots li {
    margin: 0px;
}

ul.slick-dots li button {
    font-size: 0px;
    background: rgba(255,255,255,.1);
    padding: 3px;
    border: 2px solid white;
    margin: 0px 3px;
}

ul.slick-dots li.slick-active button {
    background: white;
}

ul.slick-dots li::marker {
    display: none;
    content: unset;
    font-size: 0px;
}

.home-1-slide .row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home-1-slide>.row_inner>.first {
    -ms-flex-preferred-size: calc(60% - 25px);
        flex-basis: calc(60% - 25px);
    padding: 39px 0px;
}

.home-1-slide .row_inner .last {
    -ms-flex-preferred-size: calc(40% - 25px);
        flex-basis: calc(40% - 25px);
    border-radius: 10px;
    background-color: white;
}

.home-1-slide .module_subrow .first,
.home-1-slide .module_subrow .last{
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
}


.home-1-slide-text p {
    margin-bottom: 0px;
    color: white;
    font-size: 21px;
    font-family: var(--font3);
    font-weight: bold;
    letter-spacing: 1px;
}

.home-1-slide-text h2 {
    color: white;
    font-size: 50px;
    line-height: 1;
    font-family: var(--font1);
    font-weight: 900;
}

.home-1-slide .subrow_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

#pagewrap .main-button a{
    padding: 10px 15px;
}

#pagewrap .main-button span {
    font-size: 15px;
    font-family: var(--font3);
    font-weight: bold;
}

#pagewrap .main-button.red-button-bg a{
    background: rgb(239,40,47);
	background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
	background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
	background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    color: white;
}

.expert-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: unset;
    padding: 5px 15px 0px;
    border-radius: 5px;
}

#pagewrap .expert-button span {
    font-size: 15px;
    font-family: var(--font3);
    font-weight: bold;
}


#pagewrap .expert-button span span {
	display: block;
	margin: 0px;
}

#pagewrap .expert-button.expert-white-button span {
	color: white;
} 


.expert-button img {
    max-width: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
    height: 40px;
    -o-object-position: right;
       object-position: right;
}


.home-1-right-tile .first {
    padding: 20px 25px;
    -ms-flex-preferred-size: calc(60% - 15px);
        flex-basis: calc(60% - 15px);
}

.home-1-right-tile {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0px 10px 5px;
}

.home-1-right-tile-text p:first-of-type {
    margin-bottom: 5px;
    font-size: 21px;
    color: black;
    font-family: var(--font1);
    font-weight: 600;
}

.home-1-right-tile-text p {
    margin-bottom: 5px;
    font-size: 16px;
    color: black;
    font-family: var(--font3);
}

.home-1-right-tile .subrow_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.home-1-right-tile .last {
    -ms-flex-preferred-size: calc(40% - 15px);
        flex-basis: calc(40% - 15px);
}

.home-1-right-tile-icon img {
    max-width: 40px;
    height: 100%;
    border-radius: 0px;
}

.home-1-right-tile-icon  .module-icon-item span {
    min-width: 115px;
}

.home-1-right-tile-icon,
.home-1-right-tile-social{
    margin-top: 5px;
}

.home-1-right-tile-icon span {
    color: var(--blue);
    font-size: 15px;
    font-family: var(--font3);
    font-weight: bold;
}

.home-1-right-tile-socials em {
    font-size: 21px;
    color: var(--blue);
    padding: 0px;
    margin-right: 15px;
}


.home-1-right-tile:nth-of-type(1),
.home-1-right-tile:nth-of-type(2){
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 5px 10px 1px rgba(0,0,0,.1);
}

/* Home 3 */

.home-3 .subrow_inner {
    padding: 50px 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home-3 .subrow_inner .first {
    -ms-flex-preferred-size: calc(70% - 25px);
        flex-basis: calc(70% - 25px);
}

.home-3 .subrow_inner .last {
    -ms-flex-preferred-size: calc(30% - 25px);
        flex-basis: calc(30% - 25px);
    margin-top: 125px;
}

.home-3-logo img {
    width: 100%;
    max-width: 300px;
}

.home-3-logo {
    margin-bottom: 25px;
}

.home-3-text p {
    font-size: 40px;
    max-width: 75%;
    line-height: 1.25;
    font-family: var(--font1);
    font-weight: 700;
    color: rgba(0,0,0,.25);
}

.home-3-text p strong ,
.home-3-text p b{
    color: black;
}

/* Dual Icons  */

.dual-icons span span {
    display: block;
    margin: 5px 0px 0px 0px;
    color: var(--blue);
    font-family: var(--font3);
    font-weight: 700;
    font-size: 18px;
}

.dual-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
}

.dual-icons .module-icon-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
}

.dual-icons a {
    width: 100%;
}

.dual-icons span {
    font-size: 18px;
    line-height: 1;
    color: black;
    font-family: var(--font3);
    margin-bottom: 0px;
}

.dual-icons img {
    max-width: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
    height: 50px;
    -o-object-position: right;
       object-position: right;
}

.dual-icons .module-icon-item:last-of-type img {
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0px;
}

.dual-icons .module-icon-item + .module-icon-item {
    margin: 0px;
}

.dual-blue span span {
    color: var(--blue);
}

.dual-white span span {
    color: white;
}

.dual-white span {
    color: white;
}


.dual-white span {
    color: white;
}

.dual-white .module-icon-item:nth-of-type(2) img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}



/* Parent Cat Slider */

.parent-cat-slide img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
}

.parent-cat-slide p {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font2);
    
}

.parent-cat-slide.uncategorised {
    display: none;
}

.parent-cats-slider {
    padding-left: 10%;
	margin: 25px 0px 150px
}

.parent-cats-slider:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
	width: 250px;
	background: rgb(255,255,255);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.7497373949579832)), color-stop(90%, rgba(255,255,255,1)));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7497373949579832) 50%, rgba(255,255,255,1) 90%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7497373949579832) 50%, rgba(255,255,255,1) 90%);
}

.parent-cats-slider button.slider-prev-button.slick-prev.slick-arrow {
    z-index: 2;
    position: absolute;
    bottom: -75px;
    right: 100px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    margin-right: 5px;
}

.parent-cats-slider button.slider-next-button.slick-next.slick-arrow {
    z-index: 2;
    position: absolute;
    bottom: -75px;
    right: 100px;
    -webkit-transform: translateX(00%);
        -ms-transform: translateX(00%);
            transform: translateX(00%);

}

.parent-cats-slider button.slider-prev-button.slick-prev.slick-arrow,
.parent-cats-slider button.slider-next-button.slick-next.slick-arrow {
    border-radius: 0px;
    background-color: white;
    color: var(--blue);
    font-size: 18px;
    
}




/* Home 4 */

.home-4 .subrow_inner {
    padding: 50px 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home-4 .subrow_inner .first {
    -ms-flex-preferred-size: calc(70% - 25px);
        flex-basis: calc(70% - 25px);
}

.home-4 .subrow_inner .last {
    -ms-flex-preferred-size: calc(30% - 25px);
        flex-basis: calc(30% - 25px);
}

.home-4-text p {
    font-size: 40px;
    max-width: 50%;
    line-height: 1.25;
    font-family: var(--font1);
    font-weight: 700;
    color: rgba(255,255,255,.25);
}

.home-4-text p b {
    color: white;
}

/* .home-4:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 15%;
    background: rgb(0,70,182);
    background: linear-gradient(90deg, rgba(0,70,182,0) 0%, rgba(0,70,182,0.6965161064425771) 50%, rgba(0,70,182,1) 90%);
}
 */

/* News Container */

.news-container {
    padding: 0px 0px 0px 10%;
	margin-bottom: 150px;
}

.news-container .slick-list {
    padding-right: 200px;
}

@media (max-width: 1300px) {
	.news-container .slick-list {
    	padding-right: 100px;
	}
}

@media (max-width: 1000px) {
	.news-container .slick-list {
    	padding-right: 50px;
	}
}

.news-container .single-post {
    margin: 0px 5px;
    border-radius: 15px;
	background: white;
}

.news-container .single-post img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.news-container h2.post-title {
    font-size: 21px;
    color: var(--black);
    font-family: var(--font3);
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}

.news-container .post-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 25px 50px 25px;
    border-radius: 0px 0px 10px 10px;
}

.news-container .single-post button {
    background: unset;
    border-radius: 0px;
    padding: 5px;
    color: var(--red);
    font-family: var(--font3);
    font-weight: 800;
    font-size: 18px;
    position: absolute;
    bottom: 10px;
}

.news-container .single-post button  em{
    vertical-align: top;
}

.news-container .single-post button span {
    font-family: var(--font1);
    font-weight: 800;
    text-transform: initial;
    font-size: 18px;
}

.news-container .post-cat-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-container p.post-category {
    border: 1px solid black;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    font-family: var(--font1);
    text-transform: capitalize;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}

.news-container p.post-category a {
    pointer-events: none;
}

.news-container p.post-date::before {
    content: unset;
}

.news-container p.post-date {
    font-size: 15px;
}


.news-container button.slider-prev-button.slick-prev.slick-arrow {
    z-index: 2;
    position: absolute;
    bottom: -75px;
    right: 100px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    margin-right: 5px;
}

.news-container button.slider-next-button.slick-next.slick-arrow {
    z-index: 2;
    position: absolute;
    bottom: -75px;
    right: 100px;
    -webkit-transform: translateX(00%);
        -ms-transform: translateX(00%);
            transform: translateX(00%);

}

.news-container button.slider-prev-button.slick-prev.slick-arrow,
.news-container button.slider-next-button.slick-next.slick-arrow {
    border-radius: 0px;
    background-color: transparent;
    color: white;
    font-size: 18px;
    
}



/* Testimonial 1 */

.testimonial-1 {
    padding: 100px 5%;
}

.testimonial-1 .row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.testimonial-1-left {
    -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: calc(25% - 15px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    padding: 25px 5%;
}

.testimonial-1-right {
    -ms-flex-preferred-size: calc(75% - 15px);
        flex-basis: calc(75% - 15px);
	padding: 25px 0px;
}

#pagewrap .testimonial-1-logo img {
    width: 100%;
    max-width: 125px;
    margin: auto;
    display: block;
}

.testimonial-1-logo {
    margin-bottom: 50px;
}

#pagewrap .testimonial-1-rating h3 {
    font-size: 40px;
    margin-bottom: 15px;
    color: white;
    text-align: center;
    font-weight: 800;
    font-family: var(--font1);
}

#pagewrap .testimonial-1-rating img {
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: block;
}

#pagewrap h6.image-title {
    font-size:30px;
    letter-spacing: 2px;
    text-align: center;
    font-family: var(--font3);
    text-transform: uppercase;
    color: rgba(255,255,255,.5)
}

#pagewrap .image-content {
    margin: 25px 0px 50px 0px
}

.testimonial-1-socials img {
    width: 100%;
    max-width: 125px;
    border-radius: 0px;
    height: 50px;
    margin: 0px 10px;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: .75;
}

.testimonial-1-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.single-testimonial {
    background: white;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
    border-radius: 15px;
    margin: 5px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
}


.testimonial-1 .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.testimonial-1 .slick-slide {
    height: inherit !important;
}


h2.single-testimonial-name {
    font-size: 21px;
    font-family: var(--font1);
    font-weight: 600;
    margin-bottom: 15px;
}

img.single-testimonial-review {
    width: 100%;
    max-width: 150px;
    margin-bottom: 25px;
}

.single-testimonial-content {
    font-size: 18px;
    color: black;
    line-height: 1.5;
    font-family: var(--font2);
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 50px;
}

p.single-testimonial-date {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 700;
}

.single-testimonial {
    position: relative;
}

.single-testimonial-content p {
    margin-bottom: 5px;
}

/* Home 6 */

.home-6 .subrow_inner {
    padding-bottom: 300px;
}

.home-6 .home-4-text p {
    max-width: 75%;
}

.home-6 .subrow_inner .last {
	margin-top: 100px;
}


/* Home 7 */

.home-7 {
    width: 80%;
    margin: -250px auto 0px;
    background: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 40px;
    border-radius: 15px;
}

.home-7-tile {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1)
}

.home-7-image img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.home-7-tile .module_subrow .tb-column-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 25px;
}

.home-7-text p:first-of-type {
    font-size: 25px;
    margin-bottom: 15px;
    font-family: var(--font1);
    font-weight: 800;
}

.home-7-text p {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: var(--font1);
    font-weight: 400;
}

.home-7-link {
	margin-top: 15px;
}

.home-7-link a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.home-7-link a span,
#pagewrap .home-7-link a em {
    color: var(--red) !important;
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 600;
}

/* Home 8 */

.home-8 {
    padding: 50px 5%;
}

.home-8 .row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home-8 .row_inner .module_column {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15% 25px 25px;
    border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
    align-items: end;
}

.home-8 .row_inner .module_column .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home-8 .row_inner .module_column:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    border-radius: 10px;
}

.home-8-text p:first-of-type {
    font-size: 21px;
    color: white;
    font-family: var(--font3);
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.home-8-text p {
    font-size: 40px;
	line-height: 1;
    color: white;
    font-family: var(--font1);
    font-weight: 800;
    letter-spacing: 2px;
}

.home-8-link em {
    color: white;
    font-size: 30px;
    padding: 0px;
}

/* Home 9 */

.home-9 {
    padding: 50px 10%
}

.home-9 .row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-9 .row_inner .first {
    -ms-flex-preferred-size: calc(70% - 25px);
        flex-basis: calc(70% - 25px);
}

.home-9 .row_inner .last {
    -ms-flex-preferred-size: calc(30% - 25px);
        flex-basis: calc(30% - 25px);
}

.home-9-text p {
    font-size: 40px;
    max-width: 75%;
    line-height: 1.25;
    font-family: var(--font1);
    font-weight: 700;
    color: rgba(0,0,0,.25);
}

.home-9-text p b{
    color: black;
}


/* Logo Slider */

.logo-slider {
	margin-bottom: 50px;
}

.logo-image {
	margin: 0px 25px;
}

.logo-image img {
    width: 100%;
    max-width: 200px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0px 50px 0px;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.logo-image:hover img {
	-webkit-filter: unset;
	        filter: unset;
}

.logo-slider:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100%;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.5)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
    z-index: 2;
}

.logo-slider:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100%;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.5)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
    z-index: 2;
}

/* Footer */

#footerwrap {
    -webkit-box-shadow: 0px -1px 5px 1px rgba(0,0,0,.1);
            box-shadow: 0px -1px 5px 1px rgba(0,0,0,.1);
}

.footer-row-1 {
    padding: 50px 5%;
}

.footer-row-1 .row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-row-1 .row_inner .first {
    -ms-flex-preferred-size: calc(25% - 75px);
        flex-basis: calc(25% - 75px);
}

.footer-row-1 .row_inner .last {
    -ms-flex-preferred-size: calc(75% - 75px);
        flex-basis: calc(75% - 75px);
}

.footer-row-1 .row_inner .last .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-menu-1 {
    -ms-flex-preferred-size: calc(20% - 25px);
        flex-basis: calc(20% - 25px);
}

.footer-menu-2 {
    -ms-flex-preferred-size: calc(60% - 25px);
        flex-basis: calc(60% - 25px);
}

.footer-contact{
    -ms-flex-preferred-size: calc(20% - 25px);
        flex-basis: calc(20% - 25px);
}

.footer-logo img {
    width: 100%;
    max-width: 350px;
}

.footer-logo {
    margin-bottom: 50px;
}

#pagewrap .footer-newsletter button {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px;
    color: var(--red);
}

#pagewrap .footer-newsletter .form-field {
    margin-bottom: 0px !important;
}

.footer-socials .module-icon-item {
    margin-right: 15px;
}

.footer-socials .module-icon-item em {
    font-size: 21px;
    color: var(--blue);
}

.footer-row-1 h3.module-title {
    font-size: 18px;
    color: black;
    font-family: var(--font3);
    font-weight: 600;
    margin-bottom: 15px;
}

#footerwrap .footer-menu-1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

#footerwrap .footer-menu-1 ul li {
    background: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

#footerwrap .footer-menu-1 ul li a {
    background: none;
    padding: 7.5px 0px;
    font-size: 15px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}


#footerwrap .footer-menu-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

.footer-view-all-link a {
    font-weight: 800;
}


#footerwrap .footer-menu-2 ul li {
    background: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -ms-flex-preferred-size: calc(20% - 10px);
        flex-basis: calc(20% - 10px);
    margin-right: 10px;
}

#footerwrap .footer-menu-2 ul li a {
    background: none;
    padding: 7.5px 0px;
    font-size: 15px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

.footer-contact h6 {
    font-size: 15px;
    font-family: var(--font1);
    margin-bottom: 5px;
}

.footer-contact p {
    font-size: 18px;
    font-family: var(--font1);
    margin-bottom: 25px;
}

.footer-row-2 {
    padding: 15px 5%;
}

.footer-row-2 .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-copyright {
    -ms-flex-preferred-size: calc(60% - 25px);
        flex-basis: calc(60% - 25px);
}

.footer-legals {
    -ms-flex-preferred-size: calc(40% - 25px);
        flex-basis: calc(40% - 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.footer-copyright .tb_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-copyright .tb_text_wrap p {
    margin-right: 25px;
    margin-bottom: 0px;
    font-size: 15px;
}

#footerwrap .footer-legals ul {
    background: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

#footerwrap .footer-legals ul li {
    background: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    margin-right: 10px;
}

#footerwrap .footer-legals ul li a {
    background: none;
    padding: 5px 0px;
    font-size: 15px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

.footer-newsletter p {
    font-size: 18px;
    color: black;
    font-family: var(--font3);
    font-weight: 600;
    margin-bottom: 5px;
}

/* Shop Banner */

.shop-banner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 50px;
    margin: 25px auto;
    width: 90%;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.shop-banner:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,70,182);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(0,70,182,1)), color-stop(50%, rgba(0,70,182,0.4)), to(rgba(0,70,182,0)));
    background: -o-linear-gradient(left, rgba(0,70,182,1) 15%, rgba(0,70,182,0.4) 50%, rgba(0,70,182,0) 100%);
    background: linear-gradient(90deg, rgba(0,70,182,1) 15%, rgba(0,70,182,0.4) 50%, rgba(0,70,182,0) 100%);
    border-radius: 15px;
}

#pagewrap p#breadcrumbs,
#pagewrap p#breadcrumbs span,
#pagewrap p#breadcrumbs a {
    color: white;
    position: relative;
}

p.shop-banner-small-title {
    position: relative;
    color: white;
    font-family: var(--font3);
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.shop-banner p#breadcrumbs {
    margin-bottom: 50px;
}

p.shop-banner-title {
    font-size: 40px;
    max-width: 40%;
    line-height: 1;
    margin-bottom: 15px;
    color: rgba(255,255,255,.5);
    position: relative;
    font-family: var(--font1);
    font-weight: 900;
}

p.shop-banner-title b {
    color: white;
    opacity: 1;
}

.shop-banner .module-icon-item.expert-button {
    position: relative;
    background: none;
}

#pagewrap .shop-banner .expert-button span {
    color: white;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#pagewrap .shop-banner .expert-button span span {
    display: block;
}

#pagewrap .shop-banner .expert-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagewrap .shop-banner .expert-button img {
    margin-right: 15px;
}


/* Woocom Shop  */

.woocommerce-shop #pagewrap .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.woocommerce-shop #pagewrap li.product-category.product {
    -ms-flex-preferred-size: calc(16.6% - 50px);
        flex-basis: calc(16.6% - 50px);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
    margin: 0px 25px 20px;
    border-radius: 15px;
}

.woocommerce-shop #pagewrap li.product-category.product img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 25px auto 0px;
}

.woocommerce-shop #pagewrap h2.woocommerce-loop-category__title {
    text-align: center;
    padding: 25px 0px;
    font-size: 18px;
    color: var(--black);
    font-family: var(--font1);
    font-weight: 600;
}

.woocommerce-shop #pagewrap h2.woocommerce-loop-category__title mark {
    display: none;
}


/* Shop Make / Model */

.shop-make-model-1 {
    background: #f2f2f2;
}

.shop-make-model-1 .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10%;
}

.shop-make-model-1 .module-text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.shop-make-model-1 .module-text p{
    font-size: 21px;
    font-weight: 600;
    font-family: var(--font1);
    color: rgba(0,0,0,1);
}

.shop-make-model-1 .module-text strong{
    color: rgba(0,0,0,.5);
}

.shop-make-model-1-shortcode {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.shop-make-model-1-shortcode  form#category-form select {
    padding: 10px;
}

/* Woocommerce Products Header */

.woocommerce-products-header {
    padding: 25px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    width: 90%;
    margin: 25px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.woocommerce-products-header p.shop-banner-small-title {
    text-align: center;
    margin-bottom: 15px;
}

.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 25px;
    font-family: var(--font1);
}

.woocommerce-products-header h1.woocommerce-products-header__title.page-title span {
    font-weight: 400;
}

.woocommerce-products-header .expert-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagewrap .woocommerce-products-header .expert-button span span {
    display: block;
}

.woocommerce-products-header .expert-button {
    background-color: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.woocommerce-products-header .expert-button span {
    color: white;
}

.woocommerce-products-header .expert-button img {
    margin-right: 15px;
}

/* Tax Product Cat Loop */

.tax-product_cat ul#loops-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px calc(5% - 12.5px) 50px;
}

.tax-product_cat ul#loops-wrapper li {
    -ms-flex-preferred-size: calc(33.33% - 25px);
        flex-basis: calc(33.33% - 25px);
    margin: 0px 12.5px 25px;
}

a.product-cat {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(237,64,77,.9);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
}

ul#loops-wrapper li a img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0px;
}

.search-results #pagewrap ul#loops-wrapper li a img {
    -o-object-fit: contain;
       object-fit: contain;
}

ul#loops-wrapper li h2.woocommerce-loop-category__title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
    border-radius: 0px 0px 15px 15px;
    font-size: 21px;
    font-weight: 800;
    font-family: var(--font1);
}

ul#loops-wrapper li{
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
}


 ul#loops-wrapper li:hover a.product-cat {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}


.product-cat-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#pagewrap .product-cat-content span:first-of-type {
    font-family: var(--font3);
    letter-spacing: 2px;
    color: white;
    font-weight: 600;
    font-size: 21px;
}

#pagewrap .product-cat-content span:last-of-type {
    font-family: var(--font1);
    color: white;
    font-weight: 800;
    font-size: 21px;
}

 #pagewrap a.product-cat  i.fa-solid.fa-chevron-right {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 18px;
    
}

ul#loops-wrapper li h2.woocommerce-loop-category__title mark {
    display: none;
}

.top-banner {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 10%;
}

.top-banner:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,70,182);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,70,182,1)), color-stop(35%, rgba(0,70,182,0.7525385154061625)), to(rgba(0,70,182,0.2455357142857143)));
    background: -o-linear-gradient(left, rgba(0,70,182,1) 0%, rgba(0,70,182,0.7525385154061625) 35%, rgba(0,70,182,0.2455357142857143) 100%);
    background: linear-gradient(90deg, rgba(0,70,182,1) 0%, rgba(0,70,182,0.7525385154061625) 35%, rgba(0,70,182,0.2455357142857143) 100%);
}

.top-banner:after {
    content: '';
    position: absolute;
    top: 20%;
    right: 10%;
    width: 400px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2024/01/Asset-1-2.svg');
    background-size: contain;
}

#pagewrap .top-banner-breadcrumbs {
    margin-bottom: 50px;
}

#pagewrap .top-banner-breadcrumbs span,
#pagewrap .top-banner-breadcrumbs span a {
    color: white;
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 700;
}

.top-banner span.breadcrumb_last {
    opacity: .5;
}



.top-banner .top-banner-text p {
    font-size: 21px;
    font-family: var(--font3);
    color: white;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 5px;
}

.top-banner .top-banner-text h2 {
    font-size: 50px;
    color: white;
    font-weight: 700;
    font-family: var(--font1);
    line-height: 1;
    margin-bottom: 20px;
}

.top-banner .top-banner-text h3 {
    font-size: 21px;
    color: white;
    font-weight: 700;
    font-family: var(--font3);
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 50%;
}

.top-banner .top-banner-socials em {
    color: white;
    padding: 0px;
    font-size: 30px;
    margin-right: 25px;
}

#pagewrap .top-banner-expert {
    position: absolute;
    top: 50px;
    right: 0px;
	z-index: 1;
}

#pagewrap .top-banner-expert a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    place-items: center;
}

#pagewrap .top-banner-expert span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: white;
    font-family: var(--font3);
    margin-bottom: 0px;
}

#pagewrap .top-banner-expert span span {
    display: block;
    margin: 0px;
    font-family: var(--font3);
    font-weight: 800;
}

#pagewrap .top-banner-expert img {
    max-width: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
    height: 50px;
    -o-object-position: right;
       object-position: right;
}

#pagewrap .top-banner-padding-bottom {
    padding-bottom: 300px;
}


#pagewrap .top-banner-small-padding-bottom {
    padding-bottom: 150px;
}


/* About 1 */

.about-1 {
    padding: 50px 5%;
}

.about-1 .row_inner {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.about-1 .row_inner .first {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 5%;
}

.about-1 .row_inner .last {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
}

.about-1 .about-1-text h2 {
    font-size: 40px;
    color: black;
    font-family: var(--font1);
    font-weight: 800;
    margin-bottom: 15px;
}

.about-1 .about-1-text p {
    font-size: 18px;
    color: black;
    margin-bottom: 15px;
}

#pagewrap .about-1-button a {
    color: var(--red);
    background-color: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: 0px;
    padding: 0px;
}

#pagewrap .about-1-button a span {
    font-size: 21px;
}

#pagewrap .about-1-video video,
#pagewrap .about-1-video iframe{
    border-radius: 0px 15px 15px 0px;
}

.about-1-reverse .row_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

/* About 2 */

.about-2 {
    padding: 50px 5% 100px;
}

#pagewrap .about-2 .row_inner {
    width: 40%;
    text-align: center;
}

#pagewrap .about-2 .about-1-text h2 {
    font-size: 40px;
    font-family: var(--font1);
    font-weight: 800;
    margin-bottom: 15px;
}

#pagewrap .about-2 .about-1-text p {
    font-size: 18px;
    color: black;
    margin-bottom: 15px;
}

/* About 4 */

.about-4 {
    width: 80%;
    margin: -250px auto 0px;
    background: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 40px;
    border-radius: 15px;
}

.about-4 .row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.about-4 .row_inner>.module_column {
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    margin: 0px 0px 50px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
    border-radius: 15px;
}

.about-4-image img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.about-4 .module_subrow .tb-column-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 25px;
}

.about-4-text h2 {
    font-size: 25px;
    margin-bottom: 15px;
    font-family: var(--font1);
    font-weight: 800;
}

.about-4-text  p {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: var(--font1);
    font-weight: 400;
}
#pagewrap .about-4-button {
    background-color: white;
}

#pagewrap .about-4-button a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: 0px;
    background-color: white;
    padding: 0px;
}

#pagewrap .about-4-button a span,
#pagewrap .about-4-button a em {
    color: var(--red) !important;
    font-size: 21px;
    font-family: var(--font1);
    font-weight: 400;
}

#pagewrap .about-4-button a span span {
    font-weight: 800;
}

.about-4-button {
    margin-top: 15px;
}

#pagewrap .about-4-button-dual span {
    font-weight: 300;
}

.about-4-button-dual span span {
    display: block;
    margin: 0px;
    font-weight: 800;
}

/* About 5 */

.about-5-text {
    margin-top: 15px;
}

.about-5-text p {
    font-size: 18px;
    font-family: var(--font1);
}

.home-3.about-5 .module_subrow .first {
    padding: 50px 0% 50px 10%;;
}

.home-3.about-5 .first {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

.home-3.about-5 .about-5-icon-slider img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    border-radius: 0px;
    margin: 0px auto 25px auto;
}


#pagewrap .home-3.about-5 .about-5-icon-slider span {
    text-align: center;
    position: relative;
    display: block;
    font-size: 18px;
    max-width: 75%;
    margin: auto;
    line-height: 1.5;
    color: black;
    font-family: var(--font1);
    font-weight: 700;
}

/* Small Top Banner */

.small-top-banner {
    padding: 25px 8%;
}

.small-top-banner .module_column {
    padding: 25px 50px;
    border-radius: 10px;
}

.small-top-banner .module_column:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(0,70,182);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,70,182,1)), color-stop(35%, rgba(0,70,182,0.7525385154061625)), to(rgba(0,70,182,0.2455357142857143)));
    background: -o-linear-gradient(left, rgba(0,70,182,1) 0%, rgba(0,70,182,0.7525385154061625) 35%, rgba(0,70,182,0.2455357142857143) 100%);
    background: linear-gradient(90deg, rgba(0,70,182,1) 0%, rgba(0,70,182,0.7525385154061625) 35%, rgba(0,70,182,0.2455357142857143) 100%);
}

.small-top-banner-breadcrumbs {
    margin-bottom: 30px;
}

#pagewrap .small-top-banner-breadcrumbs a,
.small-top-banner-breadcrumbs span{
    color: white;
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 700;
}

.small-top-banner-text h2 {
    font-size: 50px;
    color: white;
    font-family: var(--font1);
    font-weight: 600;
    margin-bottom: 75px;
}

/* Advice 1 */

.advice-1 .advice-1-filter {
    padding: 25px 5%;
}

.advice-1 .advice-1-filter form>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advice-1 .advice-1-filter li.sf-field-category {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
}

.advice-1 .advice-1-filter li.sf-field-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.advice-1 .advice-1-filter li.sf-field-category ul input {
    display: none;
}

.advice-1 .advice-1-filter li.sf-field-category ul label {
    padding: 5px 15px;
    border: 1px solid black;
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font3);
    font-weight: 700;
    border-radius: 5px;
}

.advice-1 .advice-1-filter li.sf-field-category ul .sf-option-active label {
	background: rgb(0,70,182);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,70,182,1)), color-stop(75%, rgba(0,36,89,1)));
	background: -o-linear-gradient(left, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
	background: linear-gradient(90deg, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
    color: white;
}

.advice-1 .advice-1-filter  li.sf-field-search {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}

.advice-1 .advice-1-filter li.sf-field-search label{
    width: 100%;
}

.advice-1 .advice-1-filter  li.sf-field-search label input {
	padding: 10px 25px;
	width: 100%;
	border-radius: 5px;
	border-color: var(--black);
	font-size: 21px;
	font-family: var(--font1);
	font-weight: 800;
}

.advice-archive-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.advice-1-results {
    padding: 25px 5%;
}

.advice-single {
    -ms-flex-preferred-size: calc(25% - 25px);
        flex-basis: calc(25% - 25px);
    margin: 0px 12.5px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
	cursor: pointer;
	background-color: white;
}

.advice-single img {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    
}

.advice-single-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 25px;
}

.advice-single-date-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagewrap .advice-single-date-cat ul.post-categories {
    margin: 0px;
    list-style: none;
    border: 1px solid black;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 5px 4px;
    font-family: var(--font3);
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 15px;
    margin-bottom: 5px;
    font-size: 15px;
}
.advice-single-date-cat ul.post-categories li {
    margin-bottom: 0px;
}

p.advice-single-date {
    line-height: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: var(--font3);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}

h2.advice-single-title {
    margin: 25px 0px;
    font-size: 25px;
    font-family: var(--font3);
    font-weight: 700;
    color: var(--black);
}

.advice-single-content button {
    background: unset;
    border-radius: 0px;
    padding: 5px;
    color: var(--red);
    font-family: var(--font3);
    font-weight: 800;
    font-size: 18px;
}

.advice-single-content button  em{
    vertical-align: top;
}

.advice-single-content button span {
    font-family: var(--font1);
    font-weight: 800;
    text-transform: initial;
    font-size: 18px;
}


/* Advice Single 1 */

.advice-single-1 {
    background-size: cover;
    background-position: center;
    padding: 25px 10% 300px;
    position: relative;
}

.advice-single-1:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
}

#pagewrap .advice-single-1 span,
#pagewrap .advice-single-1 a {
    color: white;
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 700;
    position: relative;
}

/* Advice Single 2 */

.advice-single-2 {
    z-index: 2;
    width: 80%;
    margin: -100px auto 0px;
    position: relative;
    background: white;
    padding: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.advice-single-2-share-icons img {
    width: 100%;
    max-width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
}

.advice-single-2-share-icons button,.advice-single-2-share-icons a {
    padding: 0px;
    background: none;
    margin-right: 25px;
}

.advice-single-2-share-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
}

.advice-single-2-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.advice-single-2-share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25px;
}

.advice-single-2-share p {
    margin-bottom: 0px;
    font-size: 18px;
    color: var(--blue);
    font-weight: 700;
    font-family: var(--font1);
}

p.advice-single-2-date {
    font-size: 18px;
    font-family: var(--font3);
    font-weight: 800;
}

h2.advice-single-2-title {
    font-size: 40px;
    font-family: var(--font1);
    font-weight: 800;
}

.advice-single-2-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.advice-single-2-cat p {
    font-size: 18px;
    font-family: var(--font3);
    padding: 5px 15px;
    border: 1px solid black;
    border-radius: 5px;
}

/* Advice 3 */

.advice-single-3 {
    width: 50%;
    margin: 50px auto;
}

.advice-single-3 p {
    font-size: 18px;
    color: black;
    font-family: var(--font1);
    margin-bottom: 25px;
}

.advice-single-3 img {
    width: 100%;
}

.advice-single-3>figure {
    width: 100% !important;
}

/* Advice 4 / 5 */

.advice-single-4,
.advice-single-5{
    background: #f9f9f9;
    padding: 50px 5%;
}

.advice-single-5-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

h2.advice-single-5-title {
    font-size: 40px;
    margin-bottom: 25px;
    font-family: var(--font1);
    font-weight: 600;
}

/* Commercial 1  */

.commercial-1 {
    padding: 50px 5%;
}

.commercial-1 .row_inner {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 50px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.commercial-1-text h2 {
    font-size: 40px;
    color: black;
    font-weight: 600;
    font-family: var(--font1);
    margin-bottom: 25px;
}

.commercial-1-text p {
    font-size: 18px;
    color: black;
    font-weight: 400;
    font-family: var(--font1);
    margin-bottom: 15px;
}

.commercial-1-image img {
    width: 100%;
}

.commercial-1-image:nth-of-type(2) {
    margin-top: 25px;
}

.commercial-1-button  {
	margin-top: 15px;
}

.commercial-1-button  a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.commercial-1-button  a span,
#pagewrap .commercial-1-button a em {
    color: var(--red) !important;
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 600;
}

.commercial-1 .row_inner .first {
    -ms-flex-preferred-size: calc(60% - 40px);
        flex-basis: calc(60% - 40px);
}

.commercial-1 .row_inner .last {
    -ms-flex-preferred-size: calc(40% - 40px);
        flex-basis: calc(40% - 40px);
}


/* Contact 1 */

.contact-1 {
    padding: 50px 10%;
}

.contact-1>.row_inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 75px;
	position: relative;
    border-radius: 5px;
    --gutter: unset;
    --narrow: unset;
        width: 100%;
}


.contact-1>.row_inner:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60%;
	background-color:#f9f9f9;
}

.contact-1.contact-1-bg>.row_inner:before {
    height: 100%;
    border-radius: 15px;
}

.contact-1 .contact-1-row-1 {
    margin-bottom: 25px;
}

.contact-1 .contact-1-row-1 .subrow_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-1 .contact-1-row-1 .first {
    -ms-flex-preferred-size: calc(70% - 25px);
        flex-basis: calc(70% - 25px);
}

.contact-1 .contact-1-row-1 .first p {
    font-size: 40px;
    font-family: var(--font1);
    line-height: 1.15;
    font-weight: 700;
}
.contact-1 .contact-1-row-1 .first strong {
    color: black;
}
.contact-1 .contact-1-row-1 .last {
    -ms-flex-preferred-size: calc(30% - 25px);
        flex-basis: calc(30% - 25px);
}

.contact-1 .contact-1-row-2 .subrow_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-1 .contact-1-row-2 .first {
    -ms-flex-preferred-size: calc(60% - 25px);
        flex-basis: calc(60% - 25px);
}

.contact-1 .contact-1-row-2 .last {
    -ms-flex-preferred-size: calc(40% - 25px);
        flex-basis: calc(40% - 25px);
}

.contact-1-row-2 .last .tb-column-inner {
    background: white;
    padding: 25px 50px;
    border-radius: 5px;
}

#pagewrap .contact-1 .with_frm_style input[type=text],
#pagewrap .contact-1 .with_frm_style input[type=email],
#pagewrap .contact-1 .with_frm_style input[type=number],
#pagewrap .contact-1 .with_frm_style input[type=url],
#pagewrap .contact-1 .with_frm_style input[type=tel],
#pagewrap .contact-1 .with_frm_style select {
    height: 40px;
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
    background: white;
    border: 0px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
}

#pagewrap .contact-1 ::-webkit-input-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

#pagewrap .contact-1 ::-moz-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

#pagewrap .contact-1 :-ms-input-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

#pagewrap .contact-1 ::-ms-input-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

#pagewrap .contact-1 ::placeholder,
#pagewrap .contact-1 option.frm-select-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

#pagewrap .contact-1 textarea {
    min-height: 120px;
	border: 0px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
}


#pagewrap .contact-1  h3.frm_pos_top.frm_section_spacing {
    display: none;
}

#pagewrap .contact-1  .frm_submit {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#pagewrap .contact-1 button.frm_button_submit.frm_final_submit {
    position: relative;
	background: rgb(239,40,47);
	background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
	background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
	background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    color: white;
	margin: 0px !important;
    padding: 10px 25px;
    text-transform: capitalize;
    font-family: var(--font1);
    font-weight: 600;
    font-size: 15px;
}

#pagewrap .contact-1 button.frm_button_submit.frm_final_submit i {
    padding-left: 15px;
}


.contact-1-contact h3 {
    font-size: 30px;
    font-family: var(--font1);
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-1-contact h6 {
    font-family: var(--font3);
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: grey;
}

.contact-1-contact p a {
    color: black;
    font-size: 25px;
    font-family: var(--font1);
    font-weight: 800;
}

.contact-1-contact p {
    margin-bottom: 25px;
}
.contact-1-socials  {
    margin-top: 15px;
}
.contact-1-socials em {
    padding: 0px 15px;
    color: var(--blue);
    font-size: 40px;
}

.contact-banner {
    padding-bottom: 250px;
}

.page-id-23 .contact-1 {
    margin-top: -200px;
}

.page-id-23 .contact-1 .row_inner {
    background: white;
}


/* Contact 2 */

.contact-2 .home-4-text p {
    max-width: 75%;
}

.contact-2 .module-icon {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.contact-2 .module-icon a {
    position: relative;
    background: rgb(239,40,47);
    background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
    background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    color: white;
    margin: 0px !important;
    padding: 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-radius: 5px;
}
#pagewrap .contact-2 .module-icon span,
#pagewrap .contact-2 .module-icon em{
    color: white;
    text-transform: capitalize;
    font-family: var(--font1);
    font-weight: 800;
    font-size: 15px;
}

.contact-2.home-4 .subrow_inner {
    padding-bottom: 250px;
}

/* Contact 3 */

.contact-3 {
    width: 80%;
    background: white;
    margin: -200px auto 0px;
    border-radius: 10px;
}

.contact-3 iframe {
    width: 100%;
    min-height: 600px;
}

.contact-3 .module.module-plain-text {
    padding: 25px;
}

/* Dis 1 */

#pagewrap .dis-1 {
    padding-bottom: 100px;
}

.dis-1 .dis-1-shortcode {
    position: absolute;
    bottom: -100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
    background: rgba(0,70,182,0.50);
    left: -12.5%;
    width: 125%;
}

.dis-1 .dis-1-shortcode  ul li  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#pagewrap .dis-1 .dis-1-shortcode  ul h4 {
    font-size: 25px;
    font-family: var(--font1);
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: white;
    margin-right: 25px;
    padding: 0px;
}

.dis-1 .dis-1-shortcode ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.dis-1  .searchandfilter select.sf-input-select {
    min-width: 30vw;
    height: 50px;
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 600;
}

/* Dis 2 */

.dis-2 {
    padding: 50px 5%;
}

.dis-archive-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.dis-single {
    -ms-flex-preferred-size: calc(50% - 50px);
        flex-basis: calc(50% - 50px);
    margin: 0px 25px 50px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 15px;
}

.dis-single img {
    width: 100%;
    max-width: 250px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
	margin:25px auto 15px;
}

.dis-single-cat {
    text-align: center;
    font-size: 21px;
    color: var(--red);
    font-family: var(--font1);
    font-weight: 600;
    padding: 0px 25px;
}

h2.dis-single-title {
    text-align: center;
    font-size: 40px;
    margin: 15px 0px 5px;
    font-family: var(--font1);
}

.dis-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	background: rgb(0,70,182);
	border-radius: 0px 0px 15px 15px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,70,182,1)), color-stop(75%, rgba(0,36,89,1)));
    background: -o-linear-gradient(left, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
    background: linear-gradient(90deg, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
}

#pagewrap .dis-content {
    position: relative;    
}

#pagewrap .dis-content a {
    color: white;
    font-size: 15px;
    text-align: center;
    font-family: var(--font1);
    font-weight: 700;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-wrap: anywhere;
}

#pagewrap .dis-content:before {
    content: '';
    position: absolute;
    left: 33%;
	top: 20%;
    width: 1px;
    height: 60%;
    background-color: white;
}

#pagewrap .dis-content:after {
    content: '';
    position: absolute;
    right: 33%;
	top: 20%;
    width: 1px;
    height: 60%;
    background-color: white;
}

#pagewrap .dis-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.dis-single {
    position: relative;
	padding-bottom: 100px;
}

.premium-tag {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0px;
    padding: 15px 50px 15px 30px;
    border-top-left-radius: 15px;
    background: rgb(239,40,47);
    background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
    background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
}

.premium-tag p {
    font-size: 21px;
    color: white;
    font-family: var(--font1);
    font-weight: 700;
}

.premium-tag img {
    width: 100%;
    max-width: 25px;
    height: 25px;
    margin: 0px 15px 0px 0px;
}


/* Brochure 2 */

.bro-2.about-4 .module_subrow .tb-column-inner {
    text-align: center;
}

.bro-2.about-4  .about-4-image img {
    height: 300px;
}

/* Why 1 */
.why-1.top-banner .top-banner-text h2 {
    max-width: 75%;
}
/* Why 2 */

.why-2.home-3 .subrow_inner .last {
    margin-top: 0px;
}

.why-2 .home-3-text p {
    max-width: 50%;
}

/* Why 3 */

.why-3 {
    padding: 25px 5%;
}

.why-3 img {
    max-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
	border-radius: 0px 15px 15px 0px;
}

.why-3.about-1-reverse img {
    max-height: 450px;
	border-radius: 15px 0px 0px 15px;
    -o-object-fit: cover;
       object-fit: cover;
	max-height: unset;
}

/* Fitting 1 */

.fitting-1 {
    padding: 50px 10%;
}

.fitting-row-1 {
    margin-bottom: 25px;
}

.fitting-1-title h2 {
    font-size: 40px;
    max-width: 50%;
    font-family: var(--font1);
    font-weight: 800;
}

.fitting-1-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.fitting-1-link a {
    background: rgb(239,40,47);
    background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
    background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);;
    padding: 10px 30px;
}

.fitting-1-link a span {
    color: white;
    font-family: var(--font1);
    font-weight: 800;
}

#pagewrap .fitting-1-link em {
    color: white;
    padding: 0px;
    font-size: 30px;
    border-radius: 0px;
}

.fitting-1-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
}

.fitting-row-2 .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#pagewrap .fitting-1-video h3.module-title {
    margin:  15px 0px;
    font-size: 25px;
    color: black;
    font-family: var(--font1);
    font-weight: 700;
}

/* Fitting 2 */

.fitting-2 {
    padding: 50px 10% 50px 5%;
}

.fitting-2>.row_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.fitting-2>.row_inner>.first {
    -ms-flex-preferred-size: calc(30% - 25px);
        flex-basis: calc(30% - 25px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
    -webkit-box-shadow: 10px 0 5px -4px rgba(0,0,0,.1);
            box-shadow: 10px 0 5px -4px rgba(0,0,0,.1);
}

.fitting-2>.row_inner>.last {
    -ms-flex-preferred-size: calc(70% - 25px);
        flex-basis: calc(70% - 25px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
}

.fitting-2>.row_inner>.last .module_subrow .tb-column-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    position: relative;
    margin: 50px 0px;
}

.fitting-2>.row_inner>.last .module_subrow .tb-column-inner:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: black;
    z-index: 1;
}

.fitting-2>.row_inner>.last .module_subrow:last-of-type .tb-column-inner:after {
    content: unset;
}

.fitting-2-step{
    -ms-flex-preferred-size: calc(10% - 25px);
        flex-basis: calc(10% - 25px);
	padding-top: 250px;
	margin-top: -250px;
}

.fitting-2-image {
    -ms-flex-preferred-size: calc(30% - 25px);
        flex-basis: calc(30% - 25px);
}

.fitting-2-text {
    -ms-flex-preferred-size: calc(60% - 25px);
        flex-basis: calc(60% - 25px);
}

.fitting-2>.row_inner>.first .tb-column-inner {
    position: sticky;
    top: 15rem;
}

.fitting-2-step p {
    font-size: 18px;
    font-family: var(--font3);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fitting-2-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
}

.fitting-2-text h2 {
    color: var(--black);
    font-size: 25px;
    margin-bottom: 0px;
    font-family: var(--font1);
    font-weight: 800;
}

.fitting-2-text h3 {
    color: var(--black);
    font-size: 25px;
    margin-bottom: 15px;
    font-family: var(--font1);
    font-weight: 800;
    opacity: .5;
}

.fitting-2-text p {
    font-size: 15px;
    margin-bottom: 15px;
    font-family: var(--font1);
}

.fitting-2-list h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: var(--font1);
    margin-bottom: 15px;
}

.fitting-2-list li {
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 500;
}


/* Career 1 */

.career-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.career-buttons span {
    font-size: 18px !important;

}

.career-buttons:after {
    content: unset;
}

#pagewrap .career-1 .module-buttons-item:last-of-type a {
    background: rgb(239,40,47);
    background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
    background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    color: white;
    padding: 15px;
}

#pagewrap .career-1 .module-buttons-item:last-of-type span,
#pagewrap .career-1  .module-buttons-item:last-of-type a em{
    color: white !important;
}

.career-1 {
    text-align: center;
}


.career-job-spec {
    position: fixed !important;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 999999999;
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
}

.tb-column-inner.active .career-job-spec {
    display: block;
}

.career-job-spec .tb_text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
}

.career-job-spec .tb_text_wrap h2 {
	font-size: 25px;
	font-family: var(--font1);
	font-weight: 700;
}

.career-job-spec .tb_text_wrap p {
	font-size: 15px;
	font-family: var(--font1);
	font-weight: 500;
}

.career-job-spec .tb_text_wrap p b,.career-job-spec .tb_text_wrap p strong {
	font-weight: 800;
}

.career-job-spec .tb_text_wrap h4 {
	font-size: 18px;
	text-transform: capitalize;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 15px auto;
	background: rgb(239,40,47);
	background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
	background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
	background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
	color: white;
	padding: 15px;
	font-family: var(--font1);
	font-weight: 700;
}

/* Find 1 */

.find-1 {
    margin: auto;
    width: 80%;
    margin-top: -100px;
}

.find-1>div>div>.tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.find-1-tile {
    -ms-flex-preferred-size: calc(33.33% - 25px);
        flex-basis: calc(33.33% - 25px);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
    margin: 0px 12.5px 25px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px;
}

.find-1 .row_inner {
    background: white;
    padding: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 25px;
}

#pagewrap .find-1-image img {
    width: 100%;
    max-width: 150px;
    margin: 0px auto 25px;
    display: block;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
}

.find-1-text h2 {
    font-size: 25px;
    font-family: var(--font1);
    font-weight: 800;
    margin-bottom: 15px;
}

.find-1-text p {
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 400;
}

.find-1-text {
    margin-bottom: 25px;
}

#pagewrap .find-1-link a {
    color: var(--red);
    background-color: unset;
    border: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

#pagewrap .find-1-link a span {
    font-size: 18px;
    font-family: var(--font3);
    font-weight: 700;
}

#pagewrap .find-1-link a em {
    margin-left: 15px;
    font-size: 18px;
    font-family: var(--font3);
    font-weight: 700;
}

/* Find 2 */

.find-2 {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 100px 14% 200px;
}

.find-2:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,70,182);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,70,182,1)), color-stop(35%, rgba(0,70,182,0.7525385154061625)), to(rgba(0,70,182,0.2455357142857143)));
    background: -o-linear-gradient(left, rgba(0,70,182,1) 0%, rgba(0,70,182,0.7525385154061625) 35%, rgba(0,70,182,0.2455357142857143) 100%);
    background: linear-gradient(90deg, rgba(0,70,182,1) 0%, rgba(0,70,182,0.7525385154061625) 35%, rgba(0,70,182,0.2455357142857143) 100%);
}

.find-2-text p {
    color: rgba(255,255,255,.5);
    font-size: 45px;
    font-family: var(--font1);
    font-weight: 800;
    line-height: 1;
}

.find-2-text p strong {
    color: rgba(255,255,255,1);
}

/* Find 3 */

.find-3 {
    margin: -150px auto 50px;
    width: 72.5%;
}

.find-3 .row_inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 75px;
    background: white;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
}


.find-3-text h2 {
    color: rgba(0,0,0,.25);
    font-size: 40px;
    font-family: var(--font1);
    font-weight: 800;
    margin-bottom: 25px;
}

.find-3-text h2 strong {
    color: black;
}

.find-3-text p ,
.find-3-text li{
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 500;
}

#pagewrap .find-3-text li strong {
    color: var(--red);
    font-weight: 800;
    text-decoration: underline;
}

.find-3-text ::marker {
    color: var(--red);
}


/* Contact Expert */

/* Contact Expert */

.contact-expert {
    position: fixed;
 display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0,0,0,.25);
}

.contact-expert.active {
 display: block;
}

.contact-expert .row_inner {
    background: #f9f9f9;
    position: absolute;
    width: 75% !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

 .contact-expert .with_frm_style input[type=text],
 .contact-expert .with_frm_style input[type=email],
 .contact-expert .with_frm_style input[type=number],
 .contact-expert .with_frm_style input[type=url],
 .contact-expert .with_frm_style input[type=tel],
 .contact-expert .with_frm_style select {
    height: 40px;
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
    background: white;
    border: 0px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
}

 .contact-expert ::-webkit-input-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

 .contact-expert ::-moz-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

 .contact-expert :-ms-input-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

 .contact-expert ::-ms-input-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

 .contact-expert ::placeholder,
 .contact-expert option.frm-select-placeholder {
    font-size: 18px;
    color: black !important;
    font-family: var(--font2);
    font-weight: 500;
}

 .contact-expert textarea {
    min-height: 120px;
	border: 0px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
}


 .contact-expert  h3.frm_pos_top.frm_section_spacing {
    display: none;
}

 .contact-expert  .frm_submit {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

 .contact-expert button.frm_button_submit.frm_final_submit {
    position: relative;
	background: rgb(239,40,47);
	background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
	background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
	background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    color: white;
	margin: 0px !important;
    padding: 10px 25px;
    text-transform: capitalize;
    font-family: var(--font1);
    font-weight: 600;
    font-size: 15px;
}

 .contact-expert button.frm_button_submit.frm_final_submit i {
    padding-left: 15px;
}

.contact-expert-close {
    position: absolute !important;
    top: -50px;
    right: -50px;
}

.contact-expert-close em {
    font-size: 30px;
    color: var(--blue);
    padding: 0;
}

.contact-expert img {
    width: 100%;
    max-width: 200px;
    margin: auto 0px 0px auto;
    display: block !important;
}

/* Mega Menu */

.header-row-3 {
    padding: 0px 10%;
    background-color: #f9f9f9;
}

.header-row-3 #menu-header-main-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
    border: 0px;
    border-radius: 0px !important;
}
#pagewrap .header-row-3 #menu-header-main-nav ul li {
    border-radius: 0px !important;
}

#pagewrap .header-row-3 #menu-header-main-nav>li>a {
    padding: 7.5px 25px;
    font-size: 15px;
    font-family: var(--font1);
    font-weight: 500;
}

.header-row-3 #menu-header-main-nav:after {
    content: unset;
}

#pagewrap .has-icon>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#pagewrap .has-icon>a em {
    margin-left: 15px;
}

.header-row-3 ul .sub-menu {
    padding: 0px;
    border-radius: 0px;
    background: white;
}
.header-row-3 ul .sub-menu li,
.header-row-3 ul .sub-menu li a{
    background: white;
}
#pagewrap .sub-menu .sub-menu {
    width: 65vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 50px;
    background: white;
}

#pagewrap .sub-menu .sub-menu   .menu-item-object-yspl_win {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}


#pagewrap .sub-menu .sub-menu  .menu-item-object-yspl_win .tb-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#pagewrap .sub-menu .sub-menu  .yspl_win_wrap {
    width: 100%;
}

#pagewrap .sub-menu .sub-menu   .menu-item-object-yspl_win .tb-column-inner p {
    font-size: 18px;
    margin-bottom: 0px;
    font-family: var(--font3);
    font-weight: 600;
}

#pagewrap .sub-menu .sub-menu  .menu-item-object-yspl_win .tb-column-inner a {
    font-size: 18px;
    margin-bottom: 0px;
    font-family: var(--font3);
    color: var(--blue);
    padding: 0px;
    border: 0px;
    font-weight: 600;
}

#pagewrap .sub-menu .sub-menu a {
    padding: 5px 5px 5px 0px;
    font-size: 15px;
    font-family: var(--font3);
    font-weight: 600;
}

#pagewrap .sub-menu .sub-menu li {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
}

#pagewrap .header-nav-makes>a,
#pagewrap .header-nav-cant>a,
#pagewrap .header-nav-commercial>a{
    padding: 15px;
	font-size: 15px;
	font-family: var(--font1);
    border-bottom: 1px solid rgba(0,0,0,.1);
	font-weight: 500;
}
#pagewrap .header-nav-about a {
	font-size: 15px;
	font-family: var(--font1);
	font-weight: 500;
}
#pagewrap .header-nav-makes:hover>a,
#pagewrap .header-nav-commercial:hover>a{
    background: #f4f4f4;
}

#pagewrap .header-nav-shop>a {
    background: rgb(239,40,47);
    color: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
    background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
}

.ui.nav li:first-child > a,
.ui.nav li:last-child > a{
    border-radius: 0px;
}

.ui.nav > .current_page_item > a, .ui.nav > .current-menu-item > a, .ui.nav > .current_page_item > a:hover, .ui.nav > .current-menu-item > a:hover {
    background-color: unset;
    color: var(--red) !important;
}

/* Child Cat Header  */

.child-product-cat-header-breadcrumbs {
    padding: 10px 10%;
}

.child-product-cat-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px 0px 50px;
}

.child-product-cat-header-content .left {
    -ms-flex-preferred-size: calc(60% - 50px);
        flex-basis: calc(60% - 50px);
	padding: 25px 0px;
}

.child-product-cat-header-content .right {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%
}

.child-product-cat-header-content .right img {
    width: 100%;
    max-width: 400px;
    margin: -30px 0px -30px;
}

.child-product-cat-header-content .left p {
    font-size: 18px;
    letter-spacing: 2px;
    color: white;
    font-weight: 800;
    font-family: var(--font3);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.child-product-cat-header-content .left h2,
.child-product-cat-header-content .left h3 {
    font-size: 40px;
    color: white;
    font-weight: 800;
    font-family: var(--font1);
    margin-bottom: 10px;
    line-height: 1;
}

.child-product-cat-header-content .left h3 {
    font-weight: 400;
}

.child-product-cat-header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
    -ms-flex-line-pack: center;
        align-content: center;
}

#pagewrap .child-product-cat-header-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 50px;
    color: white;
    font-weight: 800;
    font-size: 15px;
    font-family: var(--font3)
}

.child-product-cat-header-buttons a span {
    color: white;
    font-family: var(--font3);
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1;
}

.child-product-cat-header-buttons em {
    margin-left: 15px;
}

a.child-expert-button span {
    font-weight: 500;
}

a.child-expert-button span span {
    display: block;
    font-weight: 800;
}
a.child-expert-button img {
    max-width: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
    height: 40px;
    -o-object-position: right;
       object-position: right;
    margin-right: 15px;
}


#pagewrap .child-product-loop li {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
}



.child-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
}

.child-product-cat-header {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 50px;
}

.child-product-loop {
    -ms-flex-preferred-size: calc(65% - 25px);
        flex-basis: calc(65% - 25px);
    padding-right: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.child-product-right {
    -ms-flex-preferred-size: calc(35% - 25px);
        flex-basis: calc(35% - 25px);
    padding-right: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.fancybox-is-open .fancybox-bg {
    opacity: .25;
}

.fancybox-slide--image .fancybox-content {
    padding: 50px;
    background: white;
    border-radius: 15px;
}

.fancybox-slide--image .fancybox-content img {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
}


.child-product-right ul.fancybox-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	
	width: calc(100% - -10px);
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}

.child-product-right ul.fancybox-gallery {
    list-style: none;
    margin: 0px;
}

.child-product-right ul.fancybox-gallery li:first-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

.child-product-right ul.fancybox-gallery li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
	
	-ms-flex-preferred-size: calc(33.33% - 10px);
	
	    flex-basis: calc(33.33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
	
	-ms-flex-preferred-size: 100%;
	
	    flex-basis: 100%;
}

.child-product-right ul.fancybox-gallery li img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    max-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}


.key-info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
}

.key-info-title img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 15px;
}

.key-info-title p {
    font-size: 19px;
    font-family: var(--font1);
    font-weight: 800;
    color: var(--black);
}

.child-product-right h3 {
    font-size: 25px;
    font-family: var(--font1);
    font-weight: 800;
    margin-bottom: 0px;
}

.specification-container {
    padding: 25px;
}

.specification-container  p,
.specification-container  li {
	font-size: 19px;
    font-family: var(--font1);
    font-weight: 600;
    color: var(--black);
}

.specification-container  h2 {
	font-size: 25px;
    font-family: var(--font1);
    font-weight: 600;
    color: var(--black);
}

.specification-container  h3 {
	font-size: 23px;
    font-family: var(--font1);
    font-weight: 600;
    color: var(--black);
}

.specification-container  h4,
.specification-container  h5,
.specification-container  h6{
	font-size: 21px;
    font-family: var(--font1);
    font-weight: 600;
    color: var(--black);
}

.embed-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.embed-container iframe {
    width: 100%;
    margin-bottom: 25px;
}

.embed-container iframe:last-of-type {
    margin-bottom: 0px;
}

.child-cat-blogs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.child-cat-blogs .single-post {
    margin: 0px 5px 25px;
    border-radius: 15px;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
            box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
}

.child-cat-blogs .single-post img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.child-cat-blogs h2.post-title {
    font-size: 21px;
    color: var(--black);
    font-family: var(--font3);
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}

.child-cat-blogs .post-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 25px 50px 25px;
    border-radius: 0px 0px 10px 10px;
}

.child-cat-blogs .single-post button {
    background: unset;
    border-radius: 0px;
    padding: 5px;
    color: var(--red);
    font-family: var(--font3);
    font-weight: 800;
    font-size: 18px;
    margin-top: 15px;
}

.child-cat-blogs .single-post button  em{
    vertical-align: top;
}

.child-cat-blogs .single-post button span {
    font-family: var(--font1);
    font-weight: 800;
    text-transform: initial;
    font-size: 18px;
}

.child-cat-blogs .post-cat-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.child-cat-blogs p.post-category {
    border: 1px solid black;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    font-family: var(--font1);
    text-transform: capitalize;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}

.child-cat-blogs p.post-category a {
    pointer-events: none;
}

.child-cat-blogs p.post-date::before {
    content: unset;
}

.child-cat-blogs p.post-date {
    font-size: 15px;
}


.products.commercial #retail-category {
    display: none;
}

li#commercial-category {
    display: none;
}

.products.commercial li#commercial-category {
	display: block;
}

#pagewrap .shop-banner.commercial {
    background-image: url('/wp-content/uploads/2023/12/Asset-3.png') !important;
}

aside#sidebar {
    display: none;
}


.child-product-loop form.woocommerce-ordering {
    display: none;
}

#pagewrap .child-product-loop div#search_filter_register_widget-2 {
    margin: 0px 60px 25px;
    padding-bottom: 25px;
}


#pagewrap .child-product-loop div#search_filter_register_widget-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


#pagewrap .child-product-loop div#search_filter_register_widget-2 ul>li {
    -ms-flex-preferred-size: initial !important;
        flex-basis: initial !important;
    margin-right: 25px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#pagewrap .child-product-loop div#search_filter_register_widget-2  li.sf-field-taxonomy-pa_kit-type {
    padding: 0px;
}

#pagewrap .child-product-loop div#search_filter_register_widget-2  li.sf-field-taxonomy-pa_kit-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pagewrap .child-product-loop div#search_filter_register_widget-2  li.sf-field-taxonomy-pa_kit-type ul li {
    display: block !important;
}

#pagewrap .child-product-loop div#search_filter_register_widget-2  .searchandfilter h4 {
    padding: 0px;
    font-size: 15px;
    line-height: 1;
    font-family: var(--font1);
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 5px;
}

#pagewrap .child-product-loop div#search_filter_register_widget-2  input.sf-input-text {
    margin: 0px;
    height: 50px;
}

#pagewrap .child-product-loop div#search_filter_register_widget-2  .searchandfilter select.sf-input-select {
    height: 50px;
}

#pagewrap .child-product-loop div#search_filter_register_widget-2 li.sf-field-taxonomy-pa_kit-type ul {
    margin-top: 10px;
}

#pagewrap .child-product-loop div#search_filter_register_widget-2 li.sf-field-taxonomy-pa_kit-type label {
    font-size: 12px;
    line-height: .5;
    font-family: var(--font1);
    text-transform: capitalize;
    font-weight: 600;
    color: black;
}

#pagewrap .child-product-loop a.button.product_type_variable.add_to_cart_button {
    display: none !important;
}



#pagewrap .child-product-loop li {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#pagewrap .child-product-loop li figure,
#pagewrap .child-product-loop li .variation-image{
    -ms-flex-preferred-size: calc(25% - 25px);
        flex-basis: calc(25% - 25px);
}


.variation-image img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
}


#pagewrap .child-product-loop .product-content {
    -ms-flex-preferred-size: calc(35% - 25px);
        flex-basis: calc(35% - 25px);
}

#pagewrap .child-product-loop .product-title-container {
    -ms-flex-preferred-size: calc(35% - 25px);
        flex-basis: calc(35% - 25px);
}


#pagewrap .product-title-container .product_title a {
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
    font-family: var(--font3);
	color: var(--red);
}

div.summary.entry-summary > h1.product_title {
    font-weight: bold;
    font-size: 1.6em !important;
}
div.summary.entry-summary > div.woocommerce-product-details__short-description > div.product-description {
    font-size: 2em !important;
}
.vat-suffix {
    font-size: 0.8em !important;
}
#pagewrap .product-title-container .product-description {
    font-size: 21px;
    color: black;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: var(--font3);
    line-height: 1; 
	word-break: normal;
}


#pagewrap .child-product-loop li figure a {
        pointer-events: none;
}


#pagewrap .child-product-loop form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#pagewrap .child-product-loop .add_to_cart_button,
#pagewrap .child-product-loop .single_add_to_cart_button.button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 7.5px 25px;
    font-size: 18px;
    color: white;
    letter-spacing: 0px;
    font-family: var(--font3);
    font-weight: 700;
    text-transform: capitalize;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px !important;
    -ms-flex-line-pack: center;
        align-content: center;
    border-radius: 0px;
    background: rgb(239,40,47);
    color: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
    background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
}

#pagewrap .child-product-loop .single_variation_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.woocommerce-variation.single_variation {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

.woocommerce-variation.single_variation p {
    font-size: 15px;
    font-family: var(--font3);
    font-weight: 800;
	margin-bottom: 15px;
}

.woocommerce-variation.single_variation p:first-of-type {
	margin-top: 15px;
}

div.summary.entry-summary > p.price {
    margin-top: 20px !important;
}

#pagewrap .child-product-loop .product-content-inner .price bdi {
    font-size: 40px;
    font-family: var(--font3);
    font-weight: 800;
}

#pagewrap .child-product-loop small.woocommerce-price-suffix {
    font-size: 21px;
    font-family: var(--font3);
    font-weight: 600;
}

#pagewrap .child-product-loop  span.woocommerce-Price-currencySymbol {
    font-size: 35px;
}

#pagewrap .child-product-loop  .product-content-inner {
    padding-top: 25px;
}

#pagewrap .child-product-loop p.kit-contents {
    margin: 15px 0px 0px;
    cursor: pointer;
	font-size: 15px;
	font-family: var(--font3);
    color: var(--blue);
    font-weight: 800;
}

#pagewrap .child-product-loop th.label {
    display: none;
}

#pagewrap .child-product-loop table.variations {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

#pagewrap .child-product-loop .woocommerce-variation-add-to-cart.variations_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}

#pagewrap .child-product-loop  p.ean-attribute {
    font-size: 18px;
    font-family: var(--font3);
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
}

#pagewrap .product-title-container .product_title {
    margin-bottom: 5px;
}


#pagewrap .child-product-loop p.product-kit-type {
    font-size: 15px;
    margin-bottom: 10px;
    border: 1px solid #8f8f8f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: var(--font3);
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 2.5px;
    line-height: 1;
    color: #8f8f8f;
}
.related-kit-product {
    -ms-flex-preferred-size: calc(25% - 25px);
        flex-basis: calc(25% - 25px);
    margin: 0px 12.5px 25px;
}

.related-kit-product h3.product_title {
    display: none;
}

.related-kit-product h2 {
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
    font-family: var(--font3);
    color: var(--red);
}
.related-kit-product .product-description {
    display: none;
}

.kit-contents-list.active {
    margin-top: 25px;
    border-top: 1px solid black;
    padding: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

p.grade-mean {
    font-size: 12px;
    font-family: var(--font3);
    font-weight: 700;
    margin: 5px 0px 0px 0px;
	cursor: pointer;
}

#pagewrap .child-product-loop li figure {
    margin-bottom: 0px;
}

#pagewrap .child-product-loop .quantity .qty {
    background: #f2f2f2;
    border: 0px;
    border-radius: 0px;
    color: black;
    font-family: var(--font1);
    font-weight: bold;
    font-size: 13px;
}

#pagewrap .child-product-loop li.hide {
    display: none;
}

/* Grades Popup */

.grades {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,.25);
}

.grades.active {
    display: block;
}

#pagewrap .grades .row_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
    background: white;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 75px 50px;
    max-height: 750px;
    overflow: scroll;
}

#pagewrap .grades-close {
    position: absolute;
    top: -50px;
    right: -25px;
}

#pagewrap .grades-close em {
    font-size: 25px;
    color: var(--blue);
	cursor: pointer;
}


.grades h3.module-title {
    font-size: 30px;
    font-family: var(--font1);
    font-weight: 800;
    margin-bottom: 50px;
}

.grades h3.module-title i {
    margin-right: 15px;
}

.grades .tb_text_wrap h3 {
    font-size: 25px;
    font-weight: 800;
    font-family: var(--font1);
    margin-bottom: 25px;
}

.grades .tb_text_wrap p {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    font-family: var(--font1);
}


/* Search  */

.search .products li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.search .products li  .kit-contents-list.active {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.search .products li  figure {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

.search .products li figure img {
    width: 100%;
}

.search .products li figure a {
    pointer-events: none;
    cursor: alias;
}

.search .products .product-title-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 25px 15px;
}

.search .products .product-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 25px 25px;
}


.search .products p.product-kit-type {
    font-size: 15px;
    margin-bottom: 10px;
    border: 1px solid #8f8f8f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: var(--font3);
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 2.5px;
    line-height: 1;
    color: #8f8f8f;
}

p.ean-attribute {
    font-size: 18px;
    font-family: var(--font3);
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
}

.search #pagewrap .products h3.product_title a {
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
    font-family: var(--font3);
    color: var(--red);
}

.search #pagewrap .products .price bdi {
    font-size: 25px;
    font-family: var(--font3);
    font-weight: 800;
}

.search #pagewrap .products small.woocommerce-price-suffix {
    font-size: 15px;
    font-family: var(--font3);
    font-weight: 600;
}

.search #pagewrap .products  span.woocommerce-Price-currencySymbol {
    font-size: 21px;
}


.search #pagewrap .products .quantity .qty {
    background: #f2f2f2;
    border: 0px;
    border-radius: 0px;
    color: black;
    font-family: var(--font1);
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
}

.search #pagewrap .product .add_to_cart_button,
.search #pagewrap .product .single_add_to_cart_button.button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 7.5px 25px;
    font-size: 18px;
    color: white;
    letter-spacing: 0px;
    font-family: var(--font3);
    font-weight: 700;
    text-transform: capitalize;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px !important;
    -ms-flex-line-pack: center;
        align-content: center;
    border-radius: 0px;
    background: rgb(239,40,47);
    color: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
    background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
}


.search .related-kit-product {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}


/* Resp  */

/* Header */

@media (max-width: 1700px) {
    .header-contact span span {
        font-size: 18px;
    }
    
    .basket-text span.woocommerce-Price-amount.amount {
        font-size: 18px;
    }
    
    .header-row-2 {
        padding: 15px 5%;
    }
    
    .header-row-1 {
        padding: 5px 5%;
    }
	
	.top-banner {
		padding: 50px 5%;
	}
    
    .header-row-3 {
        padding: 0px 5%;
    }
	
	.home-3 .subrow_inner {
		padding: 50px 5%;
	}
	
	.home-4 .subrow_inner {
		padding: 50px 5%;
	}
	.child-product-cat-header-content {
		padding: 0px 5%;
	}
	
	
	.news-container {
		padding: 0px 0px 0px 5%;
	}
	
	.parent-cats-slider {
		padding-left: 5%;
	}
	
	.home-6 .subrow_inner {
		padding-bottom: 300px;
	}
	.home-7 {
		width: 90%;
	}
	.home-9 {
		padding: 50px 5%;
	}
	 .shop-make-model-1 .tb-column-inner {
        padding: 10px 5%
    }
	.find-1 {
		width: 90%;
	}
	
	.fitting-1 {
		padding: 50px 5%;
	}
	.fitting-2 {
		padding: 50px 5%;
	}
	
	.small-top-banner {
		padding: 25px 5%;
	}

	.find-2 {
		padding: 100px 10% 200px;
	}
	.contact-1 {
		padding: 50px 5%;
	}

	.find-3 {
		width: 80%;
	}
	
	.about-4 {
		width: 90%;
	}
	#pagewrap .about-2 .row_inner {
		width: 60%;
	}
	
}
@media (max-width: 1500px) {    
    .woocommerce-shop #pagewrap li.product-category.product {
        -ms-flex-preferred-size: calc(20% - 50px);
            flex-basis: calc(20% - 50px);
    }
	    .woocommerce-products-header {
        padding: 25px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    p#breadcrumbs {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    
    .cat-title-container {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: 25px;
    }
    
    .woocommerce-products-header .expert-button {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
	.find-1-tile {
		-ms-flex-preferred-size: calc(50% - 25px);
		    flex-basis: calc(50% - 25px);
	}
	    .advice-single {
        -ms-flex-preferred-size: calc(50% - 25px);
            flex-basis: calc(50% - 25px);
        margin: 0px 12.5px 25px
    }
	
}



@media (max-width: 1400px) {

    .header-contact em {
        font-size: 30px;
        margin: auto;
    }
	 .footer-row-2 .tb-column-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .footer-copyright {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 15px;
    }
    
    .footer-legals {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
	

}

@media (max-width: 1300px) {
	.header-contact-basket .module-icon, .header-contact-basket .header-basket {
		-ms-flex-preferred-size: unset;
		    flex-basis: unset;
		margin-left: 25px;
	}
	
	#cart-link-mobile {
		position: relative !important;
		top: 0 !important;
		right: unset !important;
	}
.header-contact-basket .tb-column-inner.tf_box.tf_w {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
}

	.header-contact-basket {
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
	}

	

	.header-contact-basket .tb-column-inner.tf_box.tf_w {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	
    .header-row-2,.header-row-3 {
        display: none;
    }
    .make-model-1 .tb-column-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .make-model-1 .tb-column-inner .module-text {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 25px;
    }
    
    .make-model-1-shortcode {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
    }

    .home-1>.row_inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .home-1 .home-1-left,
    .home-1 .home-1-right{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
    .home-1-right>.tb-column-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .home-1-right-tile {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    }
    
    .home-1-right-tile .first {
        padding: 20px 15px;
    }

    .testimonial-1 .row_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .testimonial-1-left {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
    .testimonial-1-right {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
    .testimonial-1 {
        padding: 25px 5%;
    }
    .footer-row-1 .row_inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .footer-row-1 .row_inner .first {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 25px;
    }
    .footer-row-1 .row_inner .last {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
	    .woocommerce-shop #pagewrap li.product-category.product {
        -ms-flex-preferred-size: calc(33% - 50px);
            flex-basis: calc(33% - 50px);
    }
	    .child-product-loop {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding: 0px;
    }
    
    .child-product-right {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding: 25px 5%;
        flex-basis: 100%;
    }
    
    #pagewrap .child-product-loop div#search_filter_register_widget-2 {
        margin: 0px 0px 25px;
        padding: 15px 5%;
    }
    
    .tax-product_cat ul#loops-wrapper {
        padding: 25px 5%;
    }
        
    #pagewrap .child-product-loop li.product {
        margin: 0px 0px 25px;
    }
	.about-1 .row_inner .first {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 50px 5%;
	}

	.about-1 .row_inner .last {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	#pagewrap .about-1-video video, #pagewrap .about-1-video iframe {
		border-radius: 0px 0px 15px 15px;
	}

	.about-1 .row_inner .last img {
		width: 100%;
	}

	.why-3 img {
		border-radius: 0px 0px 15px 15px;
	}
	.contact-1 .contact-1-row-1 .first {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.contact-1 .contact-1-row-1 .last {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-bottom: 25px;
	}

	.contact-1 .contact-1-row-1 .subrow_inner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.contact-1 .contact-1-row-2 .subrow_inner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.contact-1 .contact-1-row-2 .first {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 25px;
	}

	.contact-1 .contact-1-row-2 .last {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.dis-single {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.fitting-row-1 .subrow_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.fitting-1-title h2 {
		max-width: 100%;

	}
	.fitting-1-title {
		margin-bottom: 25px;
	}
	.fitting-1-link {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-bottom: 25px;
	}

	.fitting-1-video {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 25px;
	}

	.fitting-2>.row_inner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.fitting-2>.row_inner>.first {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 0px;
		margin-bottom: 25px;
		-webkit-box-shadow: unset;
		        box-shadow: unset;
	}

	.fitting-2>.row_inner>.last {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.fitting-2>.row_inner>.first .tb-column-inner {
		position: relative;
		top: unset;
	}
	.advice-single {
		-ms-flex-preferred-size: calc(50% - 25px);
		    flex-basis: calc(50% - 25px);
	}
		.header-contact em {
		font-size: 50px;
	}
	.commercial-1 .row_inner {
		padding: 50px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.commercial-1 .row_inner .first {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 25px;
	}

	.commercial-1 .row_inner .last {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.contact-expert .last {
		display: none;
	}

	.contact-expert-close {
		top: -5px;
		right: -5px;
	}

	.contact-expert  .contact-1-row-1 .first p {
		font-size: 30px;
	}
	.career-job-spec .tb_text_wrap {
		width: 90%;
	}

}

@media (max-width: 1100px) {
	.career-1.about-4 .row_inner>.module_column {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

@media (max-width:1024px) {    
    .home-1-right-tile {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .home-1-slide .row_inner {
        padding: 50px 5%;
    }
    .home-1-slide-text h2 {
        font-size: 40px;
    }
}

@media(max-width: 1000px) {
	#pagewrap .contact-1 .frm_submit {
		-ms-grid-column-span: 12;
		grid-column: span 12 / span 12;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.contact-2 .module-icon {
		margin-top: 25px;
	}
	.contact-2 .home-4-text p {
		max-width: 100%;
	}

	.frm8, .frm_two_thirds, .frm_form_field.frm8, .frm_submit.frm8, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_first_two_thirds, 	.frm_form_field.frm_last_two_thirds, .frm_form_field.frm_two_thirds {
		-ms-grid-column-span: 12;
		grid-column: span 12 / span 12;
	}
    .home-3 .subrow_inner,
    .home-4 .subrow_inner,
    .home-9 .row_inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .home-3 .subrow_inner .first,
    .home-4 .subrow_inner .first,
    .home-9 .row_inner .first{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
    .home-3 .subrow_inner .last,
    .home-4 .subrow_inner .last,
    .home-9 .row_inner .last{
        margin-top: 25px;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
    .home-3-text p,
    .home-4-text p,
    .home-9-text p,
    .home-6 .home-4-text p{
        max-width: 100%;
    }

    .home-7 .row_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .home-7-tile {
        margin-bottom: 25px;
    }
    
    .home-8 .row_inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .home-8 .row_inner .module_column {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 25px;
    }
	    .footer-row-1 .row_inner .last .tb-column-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .footer-menu-1 {
        -ms-flex-preferred-size: calc(50% - 25px);
            flex-basis: calc(50% - 25px);
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    
    .footer-menu-2 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 25px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    
    .footer-contact {
        -ms-flex-preferred-size: calc(50% - 25px);
            flex-basis: calc(50% - 25px);
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
	.woocommerce-shop #pagewrap li.product-category.product {
        -ms-flex-preferred-size: calc(50% - 50px);
            flex-basis: calc(50% - 50px);
    }
    
    p.shop-banner-title {
        max-width: 75%;
    }
    
    .shop-banner {
        padding: 25px;
    }

    .shop-banner:before {
        background: rgb(0,70,182);
        background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(0,70,182,1)), color-stop(50%, rgba(0,70,182,0.75)), to(rgba(0,70,182,0.25)));
        background: -o-linear-gradient(left, rgba(0,70,182,1) 15%, rgba(0,70,182,0.75) 50%, rgba(0,70,182,0.25) 100%);
        background: linear-gradient(90deg, rgba(0,70,182,1) 15%, rgba(0,70,182,0.75) 50%, rgba(0,70,182,0.25) 100%);
    }
	 .child-product-cat-header-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .child-product-cat-header-content .left {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 25px 0px;
    }

    .child-product-cat-header-content .right {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
    .child-product-cat-header-content .right img {
        margin: 0px 0px -75px;
        max-width: 100%;
    }
    
    .child-product-cat-header {
        margin-bottom: 75px
    }
       #pagewrap .child-product-loop li figure, #pagewrap .child-product-loop li .variation-image {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 15px;
    }
    
    #pagewrap .child-product-loop .product-title-container {
        -ms-flex-preferred-size: calc(50% - 25px);
            flex-basis: calc(50% - 25px);
    }
    
    #pagewrap .child-product-loop .product-content {
        -ms-flex-preferred-size: calc(50% - 25px);
            flex-basis: calc(50% - 25px);
    }
    
    li.sf-field-taxonomy-pa_kit-type {
        margin-top: 15px !important;
    }
    #pagewrap .child-product-loop li.sf-field-search,
    #pagewrap .child-product-loop li.sf-field-sort_order {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 15px;
    }
    
    #pagewrap .child-product-loop li.sf-field-search input,
    #pagewrap .child-product-loop li.sf-field-search label,
    #pagewrap .child-product-loop li.sf-field-sort_order select,
    #pagewrap .child-product-loop li.sf-field-sort_order label{
        width: 100%;
    }
    
    
    
    #pagewrap .child-product-loop div#search_filter_register_widget-2 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
	
	.find-1 .row_inner {
    	padding: 25px;
	}
	.find-1-tile {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.find-2-text p,
	.top-banner .top-banner-text h2{
		font-size: 40px;
	}
	.find-2 {
		padding: 100px 5% 200px;
	}

	.find-3 {
		width: 90%;
	}

	.top-banner .top-banner-text h3 {
		max-width: 100%;
	}
	.find-3 .row_inner {
		padding: 50px;
	}
	#pagewrap .about-2 .row_inner {
		width: 100%;
	}

	.about-4 .row_inner>.module_column {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.why-2 .home-3-text p,
	.why-1.top-banner .top-banner-text h2{
		max-width: 100%;
	}
	.fitting-2-step {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.fitting-2-image {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.fitting-2-text {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin: 25px 0px;
	}
	.advice-1 .advice-1-filter form>ul {
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
	}

	.advice-single {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 0px 0px 25px;
	}
	
	.advice-1 .advice-1-filter li.sf-field-category {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.advice-1 .advice-1-filter li.sf-field-search {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-bottom: 25px;
	}
	#pagewrap .top-banner-expert {
    	position: relative;
		top: 0px;
	}
	
    
}

@media (max-width: 800px) {
    .make-model-1 form#category-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    
    .make-model-1 form#category-form select {
        width: 100%;
        margin-bottom: 5px;
    }
	    .footer-copyright .tb_text_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-copyright .tb_text_wrap p {
        margin: 0px 0px 15px 0px;
    }
	    .shop-make-model-1 .module-text {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 15px;
    }
    
    .shop-make-model-1-shortcode {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
    .shop-make-model-1 .tb-column-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
	p#breadcrumbs {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
    .cat-title-container {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    
    .woocommerce-products-header .expert-button {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
         -ms-flex-preferred-size: 100%;
             flex-basis: 100%;
    }
    .tax-product_cat ul#loops-wrapper li {
        -ms-flex-preferred-size: calc(50% - 25px);
            flex-basis: calc(50% - 25px);
    }
	
		#pagewrap .dis-1 {
		padding-bottom: 150px;
	}

	.dis-1 .dis-1-shortcode {
		bottom: -150px;
	}
	
	#pagewrap .dis-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#pagewrap .dis-content:before {
		content: unset;
	}

	#pagewrap .dis-content:after {
		content: unset;
	}

	#pagewrap .dis-content a {
		margin-bottom: 5px;
	}

	.dis-single {
		padding-bottom: 150px;
	}

	h2.dis-single-title {
		padding: 0px 15px;
		font-size: 30px;
	}
    .advice-single {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 0px 0px 25px
    }
    .advice-single-3 {
        width: 85%;
    }

		.contact-1>.row_inner {
		padding: 25px;
	}
	
}

@media (max-width: 750px) {
    
    .home-1-slide .row_inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .home-1-slide .row_inner>.last {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        min-height: 300px;
    }
    .home-1-slide .row_inner>.first {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

}


@media (max-width: 600px) {
    
    .footer-menu-1 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 15px;
    }
    
    .footer-contact {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    #footerwrap .footer-menu-2 ul li {
        -ms-flex-preferred-size: calc(33% - 10px);
            flex-basis: calc(33% - 10px);
    }
	.woocommerce-shop #pagewrap li.product-category.product {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    p.shop-banner-title {
        max-width: 100%;
    }
	    .tax-product_cat ul#loops-wrapper li {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
	.fitting-2>.row_inner>.last {
		padding: 25px;
	}
	
	.header-row-1-socials {
		display: none;
	}

	.header-row-1 .tb-column-inner {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	
}

@media (max-width: 500px) {
    #pagewrap .testimonial-1-rating img {
        max-width: 150px;
    }

    .testimonial-1-socials img {
        max-width: 100px;
    }
	form#category-form {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	form#category-form select {
		width: 100%;
		margin-bottom: 10px;
	}
	.child-product-cat-header-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    }
    #pagewrap .child-product-cat-header-buttons a {
        margin-bottom: 25px;
    }
    #pagewrap .child-product-loop .product-title-container {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    
    #pagewrap .child-product-loop .product-content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
	.find-1-tile {
        padding: 25px;
    }
    .find-3 .row_inner {
            padding: 25px;
    }
	.contact-1-row-2 .last .tb-column-inner {
		padding: 25px;
	}

	.about-4 .module_subrow .tb-column-inner {
		padding: 50px 15px;
	}

	.career-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.career-buttons .module-buttons-item.tf_inline_b:first-of-type {
		margin-bottom: 15px;
	}
	.dis-1 .dis-1-shortcode ul li {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.dis-1 .searchandfilter select.sf-input-select {
		min-width: 75vw;
	}
	    .advice-single-2-share-cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .advice-single-2-share {
        margin-bottom: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .advice-single-2-share-icons {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    h2.advice-single-2-title {
        font-size: 30px
    }

}

@media (max-width: 450px) {
    .home-1-slide .subrow_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
	#footerwrap .footer-menu-2 ul li {
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
    }
    .home-1-slide .subrow_inner .first {
        margin-bottom: 15px;
    }
}

@media (max-width: 300px) {
    
    #footerwrap .footer-menu-2 ul li {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}
@media (max-width: 1000px) {
    .related-kit-product {
        -ms-flex-preferred-size: calc(50% - 25px);
            flex-basis: calc(50% - 25px);
    }
}

@media (max-width: 500px) {
    .related-kit-product {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

p.empty {
    display: none;
}

.legal-content {
    padding: 70px 0px;
}

@media (max-width: 680px) {
.legal-content {
    padding: 50px 0px;
}
}

@media (max-width: 1000px) {
.top-banner:after {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
}
	
.find-2-text p {
    line-height: 1.2;
}
}

#pagewrap .brochure-one.top-banner:after {
    display: none;
}





/* mobile search bar */
.mobile-search-bar .header-search {
    width: 100%;
    padding: 0;
}

#pagewrap .mobile-search-bar>.row_inner {
    width: 90%;
    max-width: 100%;
}

.mobile-search-bar form.woocommerce-product-search input {
    width: calc(100% - 120px);
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: white;
    border-bottom: solid 1px white;
    margin-right: 20px;
    padding: 6px 0px;
}

.mobile-search-bar form.woocommerce-product-search input::-webkit-input-placeholder {
    color: white;
}

.mobile-search-bar form.woocommerce-product-search input::-moz-placeholder {
    color: white;
}

.mobile-search-bar form.woocommerce-product-search input:-ms-input-placeholder {
    color: white;
}

.mobile-search-bar form.woocommerce-product-search input::-ms-input-placeholder {
    color: white;
}

.mobile-search-bar form.woocommerce-product-search input::placeholder {
    color: white;
}

.mobile-search-bar form.woocommerce-product-search button {
    border-radius: 5px;
}

#pagewrap .mobile-search-bar {
    padding: 20px 0px;
    display: none;
    background: rgb(0,70,182);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,70,182,1)), color-stop(75%, rgba(0,36,89,1)));
    background: -o-linear-gradient(left, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
    background: linear-gradient(90deg, rgba(0,70,182,1) 0%, rgba(0,36,89,1) 75%);
}

@media (max-width: 1300px) {
#pagewrap .mobile-search-bar {
    display: block;
}
}

@media (max-width: 500px) {
#pagewrap .mobile-search-bar {
    padding: 12px 0px;
}

.mobile-search-bar form.woocommerce-product-search input {
    width: calc(100% - 100px);
}

.mobile-search-bar form.woocommerce-product-search button {
    font-size: 14px;
    width: 80px;
}
}
/* end of mobile search bar */

/* new css from amendments */
#pagewrap .child-product-loop ul#loops-wrapper li a img {
    height: auto;
    border-radius: 6px;
}

.advice-single .advice-single-image {
    padding-top: 72%;
    position: relative;
    overflow: hidden;
}

.advice-single .advice-single-image img {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#pagewrap .mobile-phone-icon a {
    color: white;
}

.mobile-phone-icon a span {
    color: inherit;
    font-size: 15px;
    font-weight: bold;
}

.mobile-phone-icon a em {
    padding: 0px;
    margin: auto;
    color: inherit;
    font-size: 18px;
}

.mobile-phone-icon {
    display: none;
}

#pagewrap .home-1-right-tile .last {
    background-size: contain;
}

.news-container .single-post .post-image {
    padding-top: 72%;
    position: relative;
    overflow: hidden;
}

.news-container .single-post .post-image img {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1300px) {
.mobile-phone-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}

@media (max-width: 600px) {
.header-row-1 .tb-column-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
	
.find-2-text p {
    font-size: 35px;
    line-height: 1.3;
}

.find-2 {
    padding: 50px 5% 200px;
}
}

@media (max-width: 400px) {
.mobile-phone-icon a span {
    display: none;
}
}

@media (max-width: 350px) {
.mobile-phone-icon {
    display: none;
}

.header-row-1 .tb-column-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
/* end of new css from amendments */


/* image popup */
.pop-up-image {
	display: none;
}

#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image, 
.search ul#loops-wrapper li .pop-up-image {
    position: fixed;
    width: 700px;
    height: 500px;
    z-index: -1;
	z-index: 999;
	display: none;
    top: calc(50% - 250px);
    left: calc(50% - 350px);
    opacity: 0;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 20px;
	transition: ease 0.6s all;
}

#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image .product-title-container, #pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image .product-content, 
.search ul#loops-wrapper li .pop-up-image .product-title-container, .search ul#loops-wrapper li .pop-up-image .product-content {
    display: none;
}

#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image figure, #pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image .pop-up-image-inner, 
.search ul#loops-wrapper li .pop-up-image figure, .search ul#loops-wrapper li .pop-up-image .pop-up-image-inner {
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image figure, 
.search ul#loops-wrapper li .pop-up-image figure {
	cursor: default;
}

#pagewrap .child-product-loop ul#loops-wrapper li figure, 
.search ul#loops-wrapper li figure {
	cursor: pointer;
}

#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image figure img, 
.search ul#loops-wrapper li .pop-up-image figure img {
    object-fit: contain;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
}

#pagewrap .child-product-loop ul#loops-wrapper .pop-image-active .pop-up-image, 
.search ul#loops-wrapper li.pop-image-active>.pop-up-image, .search ul#loops-wrapper .related-kit-product.pop-image-active>.pop-up-image {
    opacity: 1;
/* 	z-index: 999; */
	display: block;
}

#pagewrap .child-product-loop ul#loops-wrapper li .related-kit-product>figure>a>img {
    height: 150px;
    object-fit: contain;
	object-position: 0% 50%;
}

@media (max-width: 1300px) {
#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image {
    width: calc(67% - 40px);
    left: auto;
    height: 450px;
    right: 5%;
    top: calc(50% - 225px);
}
	
.search ul#loops-wrapper li .pop-up-image {
    width: calc(70% - 40px);
    left: calc(15% - 20px);
    right: auto;
}
}

@media (max-width: 1000px) {
/* #pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image, 
.search ul#loops-wrapper li .pop-up-image {
    width: calc(90% - 40px);
    left: 5%;
    right: auto;
} */

#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image, 
.search ul#loops-wrapper li .pop-up-image {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 20%);
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image .pop-up-image-inner, 
.search ul#loops-wrapper li .pop-up-image .pop-up-image-inner {
    opacity: 1;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
    padding: 20px;
    width: calc(90% - 40px);
    left: 5%;
    right: auto;
    height: 450px;
    top: calc(50% - 225px);
    position: relative;
    z-index: 1;
    pointer-events: unset;
}
}

@media (max-width: 500px) {
/* #pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image, 
.search ul#loops-wrapper li .pop-up-image {
    height: 300px;
    top: calc(50% - 150px);
} */

#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image .pop-up-image-inner, 
.search ul#loops-wrapper li .pop-up-image .pop-up-image-inner {
    height: 300px;
    top: calc(50% - 150px);
}
}

@media (max-height: 650px) {
#pagewrap .child-product-loop ul#loops-wrapper li .pop-up-image, 
.search ul#loops-wrapper li .pop-up-image {
    height: calc(90% - 40px);
    top: 5%;
}
}
/* end of image popup */



/* Updates */


.module_subrow.padding {
    padding: 50px 10%;
}
@media (max-width: 1700px) {
    .module_subrow.padding {
        padding: 50px 5%;
    }
	.home-3-text p {
		max-width: 100%;
	}
}


.home-3 .last {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media (max-width: 1300px) {
	.home-3 .module_subrow,
	.home-4 .module_subrow{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.home-3 .module_subrow .first,
	.home-4 .module_subrow .first {
		margin-bottom: 25px;
		width: 100%;
	}
}

@media (max-widh: 500px) {
	#pagewrap .header-logo ,#pagewrap .header-logo img{
		max-width: 200px;
	}

	.icon-shopping-cart svg {
		width: 40px;
		height: 40px;
	}

	#pagewrap .header-basket {
		margin-left: 0px;
	}
	
}


.home-1-slide .last {
    width: fit-content;
}

@media (max-width: 500px) {
    .home-1-slide .last {
        margin-top: 15px;
    }
	.header-basket {
		margin-left: 0px !important;
	}

	.mobile-header .header-logo {
		max-width: 200px !important;
	}

}

.home-1-right-tile {
    display: flex;
    justify-content: space-between;
}


.home-3.about-5 .last {
	justify-content: center;
	align-items: center;
}

.header-contact-basket .subrow_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.header-contact-basket .subrow_inner .first .tb-column-inner {
    display: flex;
}

.header-contact-basket .subrow_inner .first {
    width: 100%;
}

.search-results p.kit-contents {
    display: none;
}

.search-results .kit-contents-list {
    display: none !important;
}


#pagewrap .about-4-button a {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    color: var(--red);
    font-family: var(--font2);
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1;
}

#pagewrap .about-4-button a span {
    font-size: 18px;
    font-weight: 800;
}

@media (max-width: 500px) {
    #pagewrap .about-4-button .module-buttons-item {
        margin-bottom: 15px;
    }
    
    .module-buttons-item+.module-buttons-item {
        margin: 0px !important;
    }
}

.home-4 .module-icon-item {
    justify-content: flex-end;
}

.home-4 .module-icon-item + .module-icon-item {
    justify-content: flex-end;
    display: flex;
    width: fit-content;
}

.home-4 .module-icon-item a {
    justify-content: flex-end;
}

.career-buttons a {
    flex-direction: row !important;
}







.legal-content table {
    width: 100%;
    background: black;
    border-spacing: 1px;
}

.legal-content table td {
    background: white;
    padding: 0px 5px;
}




/* Products Blog */

.advice-single-5-products {
    display: flex;
	flex-wrap: wrap;
}

.advice-single-5-products li {
    flex-basis: calc(25% - 25px);
    margin: 0px 12.5px 25px;
    background: white;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    list-style: none;
}

.advice-single-5-products  p.kit-contents {
    display: none;
}

.advice-single-5-products  p.product-kit-type  {
    font-size: 15px;
    margin-bottom: 10px;
    border: 1px solid #8f8f8f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: var(--font3);
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 2.5px;
    line-height: 1;
    color: #8f8f8f;
    margin: 10px auto;
}

.advice-single-5-products  p.ean-attribute {
    display: none;
}

.advice-single-5-products  .product-content-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.advice-single-5-products  .product-description {
    order: 1;
    flex-basis: 100%;
    text-align: center;
}

.advice-single-5-products  h3.product_title {
    order: 2;
    flex-basis: 100%;
    text-align: center;
}

.advice-single-5-products  .quantity {
    display: none;
}

.advice-single-5-products  span.price {
    order: 3;
    width: 50%;
    display: flex;
    align-items: center;
}

.advice-single-5-products  form.cart {
    order: 4;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.advice-single-5-products li img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.advice-single-5-products  a.button{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 7.5px 25px;
    font-size: 18px;
    color: white !important;
    letter-spacing: 0px;
    font-family: var(--font3);
    font-weight: 700;
    text-transform: capitalize;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px !important;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 0px;
    background: rgb(239,40,47);
    color: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
    background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
}
.advice-single-5-products  .price bdi {
    font-size: 30px;
    font-family: var(--font3);
    font-weight: 800;
}

.advice-single-5-products  small.woocommerce-price-suffix {
    font-size: 18px;
    font-family: var(--font3);
    font-weight: 600;
}

.advice-single-5-products span.woocommerce-Price-currencySymbol {
    font-size: 25px;
}

.advice-single-5-products h3.product_title a {
    pointer-events: none;
}

 .advice-single-5-products a.added_to_cart.wc-forward {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 7.5px 25px;
    font-size: 18px;
    color: white !important;
    letter-spacing: 0px;
    font-family: var(--font3);
    font-weight: 700;
    text-transform: capitalize;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 0px;
    background: rgb(239,40,47);
    color: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(239,40,47,1)), color-stop(75%, rgba(163,29,45,1)));
    background: -o-linear-gradient(left, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
    background: linear-gradient(90deg, rgba(239,40,47,1) 0%, rgba(163,29,45,1) 75%);
}

.advice-single-5-products .product-description p {
    font-size: 21px;
    color: black;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: var(--font3);
    line-height: 1;
    word-break: break-all;
}

.advice-single-5-products h3.product_title a {
    font-size: 21px;
    font-weight: 600;
    pointer-events: none;
    font-family: var(--font3) !important;
    color: var(--red) !important;
}

p.advice-single-date {
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.advice-single-date-cat .advice-single-2-cat p { 
    font-weight: 600;
    padding: 2.5px 10px;
	font-size: 15px;
}



@media (max-width: 1500px) {
    .advice-single-5-products li {
        flex-basis: calc(50% - 25px);
    }
}

@media (max-width: 1000px) {
    .advice-single-5-products li {
        flex-basis: 100%;
		margin: 0px 0px 25px;
    }
}
