/* root settings */
:root {
	/* COLORS */
	--primary: #000000;
	--secondary: #F47422;
	--black: #111;
	--blue-100: #f3f9fe;
	--blue-light: #149FC8;
	--blue-400: #002089;
	/* TYPOGRAPHY */
	--display-one: 5rem;
	--display-two:4rem;
	--display-three: 3.25rem;
	--font-bold: 700;
	--font-medium: 500;
	--font-regular: 400;
	--font-semibold: 600;
	--message-one: 1rem;
	--paragraph-large: 1.25rem;
	--paragraph-small: 1rem;
	--paragraph-smaller: 0.85rem;
	--primary-font-family: "Lato", sans-serif;
	--secondary-font-family: "Lato", sans-serif;
	--subheading-large: 1.5rem;
	--subheading-small: 1.250rem;
	--subheading-x-small: 1.25rem;
	--title-one: 2.75rem;
	--title-two: 2.25rem;
	--title-three: 1.75rem;
	--title-four: 1.5rem;	
}

/* global header */

.t-site-header__logo img {
    max-height: 85px;
}

/* navigation */

.t-site-navigation {
    margin-bottom: 0;
}


@media (min-width: 60em) {
    .t-site-navigation {
        background-color: var(--primary);
		border-bottom: 0;
    }
}
.t-site-navigation__wrap {
	font-size: 0.9rem;
    width: 100%;
    max-width: 80rem;
}
.c-navigation__link {
    background-color: var(--primary);
    color: var(--white);
    display: block;
    padding: 0.5em;
	text-transform: uppercase;
}
.t-site-header__masthead-links .t-global-account-toggle {
	margin-right: 0.5em;
	padding: 0.5em;
    font-size: 22px;
}
.mobile-basket-padding {
	padding-top: 6px;
}

/* global footer */

.t-site-footer {
	color: var(--secondary);
}
.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
    color: var(--white);
    line-height: 3;
    text-decoration: none;
}
@media (min-width: 48em) {
    .t-site-footer {
        padding-top: 1rem;
    }
    .t-site-footer__content {
        padding-bottom: 2rem;
    }
}
.u-icon-facebook:before,.u-icon-youtube:before,.u-icon-instagram:before,.u-icon-twitter:before,.u-icon-pinterest:before,.u-icon-vimeo:before {
    color: var(--white);
}
@media (min-width: 60em) {
    .t-site-footer .x-collapsible-content__item:not(#social_active):not(fieldset) {
        display: block;
        grid-auto-flow: column;
        grid-template-rows: repeat(6, auto);
        width: 100%;
    }
}
.footer-cc-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 32px;
	color: #FFF;
	padding-top: 5px;
	margin-bottom: 30px;
}
.footer-social-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 28px;
	color: #FFF;
	margin-bottom: 25px;
}
.footer-cc-logos i {
	margin: 0 8px 11px;
}
.footer-cc-logos img {
	width: 36px;
	height: 33px;
	margin: 0 8px 11px;
}
.footer-social-icons a {
	margin: 0 10px 15px;
}
.footer-maps {
	text-align: center;
	margin-bottom: 40px;
}
	.footer-maps a {
		color: #FFF;
		text-decoration: none;
	}
	.footer-maps i {
		font-size: 40px;
	}
	.footer-maps strong {
		font-size: var(--paragraph-smaller);
		font-weight: normal;
	}

/* backgrounds */

.bkg-primary {
	background-color: var(--primary);
}

/* breadcrumbs */

.x-breadcrumbs {
    margin: 0 auto var(--default-spacing-unit);
    max-width: 100%;
    width: 100%;
	background-color: #f1f1f1;
}
.x-breadcrumbs__list {
}
.x-breadcrumbs__list {
	justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* text */

.c-heading-delta {
	margin-bottom: 30px;
}

/* cgty > subcats */

.ctgy-subcats {
	display: block;
	width: auto;
}
.ctgy-subcats-2 {
	display: flex;
	margin-bottom: 5px;
}
	.ctgy-subcats-2 a, .ctgy-subcats-2 span {
		margin: 0 10px 10px 20px;
	}

/* product display */

.x-product-layout-images__figure {
    flex-basis: inherit;
}
@media (min-width: 60em) {
    .x-product-layout-images {
        place-content: flex-start center;
    }
}
@media (min-width: 60em) {
    .x-product-layout {
        padding-top: var(--default-spacing-unit);
    }
}
.x-product-description {
    margin-bottom: var(--default-spacing-unit);
    padding-top: var(--default-spacing-unit);
}
.product-description {
	margin-bottom: 15px;
}
.product-description p {
	display: block;
	margin-top: 25px;
}
.x-product-layout-purchase__pricing-current {
    font-weight: var(--font-bold);
    padding-right: var(--default-spacing-unit);
	font-size: var(--title-two);
}

/* containers */

.t-page-sfnt .t-main-content-element {
    max-width: 100%;
	width: 100%;
}
.t-main-content-element-padding {
	padding-top: var(--default-spacing-unit);
	padding-bottom: var(--default-spacing-unit);
}

/* account pages */

.x-category-tree__link {
    margin: 0;
    line-height: 1.5;
	font-size: 0.9em;
    text-decoration: none;
}
.x-category-tree__link-set {
	font-weight: bold;
	font-size: 1.1em;
}
.x-category-tree__section-title:not(:first-of-type) {
    margin-top: 1rem;
}

/* tech pages */

.tech-content {

}
.tech-content-text {
	margin-bottom: 30px;
}
.tech-content-video {
	margin: 0 0 30px 0;
}
/* Responsive YouTube embed wrapper */
.tech-content-video{
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
.tech-content-video > iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/* Fallback for very old browsers without aspect-ratio support */
@supports not (aspect-ratio: 1 / 1){
  .tech-content-video{
    height: 0;
    padding-top: 56.25%;
  }
  .tech-content-video > iframe{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
  }
}


/* miva page builder overrides */

mmx-image-across, mmx-product-carousel, mmx-image-and-text {
	display: block!important;
    max-width: var(--default-content-width)!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
@media (max-width: 1499px) {
	mmx-image-across, mmx-product-carousel, mmx-image-and-text {
		padding-left: 16px!important;
		padding-right: 16px!important;
	}
}