/* root settings */
:root {
	/* BREAKPOINTS 
	--breakpoint-small: 640;
	--breakpoint-medium: 768;
	--breakpoint-large: 960;
	--breakpoint-x-large: 1200;
	--breakpoint-wide: 1440;*/
	/* COLORS */
	--primary: #000000;
	--secondary: #F47422;
	--black: #111;
	--blue-100: #f3f9fe;
	--blue-light: #149FC8;
	--blue-400: #002089;
	/*--focus: #3a58fc;
	--gray-100: #f5f5f5;
	--gray-200: #eaeaea;
	--gray-300: #ddd;
	--gray-400: #ccc;
	--gray-500: #767676;
	--gray-600: #575a5d;
	--green-100: #daf5eb;
	--green-200: #bbe1d3;
	--green-400: #0a7448;
	--red-100: #fbe3e3;
	--red-200: #f9c4c7;
	--red-400: #b13138;
	--transparent: transparent;
	--yellow-100: #f8f8e1;
	--yellow-200: #e6e086;
	--yellow-400: #65602e;
	--white: #fff;
	/* BUTTON HOVER COLORS 
	--black--tinted: #4d4d4d;
	--blue-400--shaded: #234d77;
	--gray-100--shaded: #b8b8b8;
	--gray-200--shaded: #b0b0b0;
	--gray-300--shaded: #a6a6a6;
	--gray-400--tinted: #d9d9d9;
	--gray-500--shaded: #595959;
	--gray-600--shaded: #414446;
	--green-400--shaded: #085736;
	--red-400--shaded: #85252a;
	--yellow-400--shaded: #4c4823;
	--white--shaded: #f5f5f5;*/
	/* DEFAULTS 
	--default-border-radius: 0.25rem;
	--default-border-width: 1px;
	--default-content-width: 90rem;
	--default-font-size: var(--paragraph-small);
	--default-input-font-size: 0.8125rem;
	--default-line-height: 1.5;
	--default-site-width: 100vw;
	--default-spacing-unit: 16px;
	--default-wrapper-width: 100rem;*/
	/* 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;
	--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 {
    /*margin-left: auto;
    margin-right: auto;
    position: relative;*/
	font-size: 0.9rem;
    width: 100%;
    max-width: 80rem;
}
.c-navigation__link {
    background-color: var(--primary);
    color: var(--white);
    display: block;
    padding: 0.5em;
}

/* 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;
	align-items: center;
}
.footer-cc-logos, .footer-social-icons {
	font-size: 35px;
	color: #FFF;
	margin-bottom: 30px;
}
.footer-cc-logos img {
}
.footer-cc-logos i, .footer-cc-logos img, .footer-social-icons a {
	margin: 0 15px 15px 0;
}

/* backgrounds */

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

/* 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;
    }
}
.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%;
}

/* 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;
	}
}