/* theme settings
   =========================================== */
/* root settings
   =========================================== */
:root {
	/* BREAKPOINTS */
	--breakpoint-small: 640;
	--breakpoint-medium: 768;
	--breakpoint-large: 960;
	--breakpoint-x-large: 1200;
	--breakpoint-wide: 1440;
	/* SPACING */
	--theme-spacing: 24px;
	/* COLORS */
	--black: #000;
	--blue-100: #f3f9fe;
	--blue-200: #8fbbe6;
	--blue-400: #2e669e;
	--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;
	--black-900: #1F1F1D;
	--orange: #ff6000;
	/* 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: 4.75rem;
	--display-two: 3.75rem;
	--display-three: 3rem;
	--font-bold: 700;
	--font-medium: 500;
	--font-regular: 400;
	--font-semibold: 600;
	--message-one: 0.75rem;
	--paragraph-large: 1rem;
	--paragraph-small: 0.875rem;
	--primary-font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	--secondary-font-family: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
	--subheading-large: 1.25rem;
	--subheading-small: 1.125rem;
	--subheading-x-small: 1rem;
	--title-one: 2.5rem;
	--title-two: 2rem;
	--title-three: 1.5rem;
	--title-four: 1.25rem;
}

/* global header */

.t-site-header__top-navigation {
	color: var(--white);
	background-color: var(--black);
}
	.t-site-header__top-navigation a {
		text-decoration: none;
		color: var(--gray-400);
	}
.t-site-header__message {
    color: var(--gray-400);
    display: inline-block;
    padding: 0.3rem 2.15rem;
}
.t-site-header__top-navigation .t-site-header__search-form {
    border: 0;
    border-radius: 0;
	border-bottom-left-radius: var(--default-border-radius);	
    margin-bottom: 0;
    position: relative;
	background-color: var(--gray-600--shaded);
	color: var(--gray-600--shaded);
	margin-right: 2.15rem;
}
.t-site-header__top-navigation .t-site-header__search-icon {
	color: var(--gray-300);
}
.t-site-header__top-navigation .t-site-header__search-field {
	color: var(--gray-100);
}
.t-site-header__search-form .t-site-header__search-button {
    display: inline-block;
	max-width: 65px;
	border: 0;
    border-radius: 0;
	background-color: var(--orange);
	color: var(--white);
}
.c-control-group .c-control-group__button:last-child, .c-control-group .c-control-group__field:last-child {
    border-top-right-radius: 0;
}

@media (min-width: 60em) {
	.t-site-header__masthead {
		padding: 0.55rem 2rem;
	}
	.x-transfigure-navigation__row .c-navigation__row {
		padding: 0.75rem;
	}
}

.t-site-header__logo img {
	max-height: 57px;
	/*width: auto;
	margin-top: 8px;*/
}
@media screen and (max-width: 959px) {
	.t-site-header__logo img {
		margin-top: 8px;
		margin-bottom: 8px;
	}
}
.t-site-header {
	border-bottom: 0;
	background-color: var(--black-900);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9998;
}
#mini_basket {
	z-index: 9999;
}
.t-site-header__masthead-links a {
	padding: 0.25em;
	margin-left: 0.8em;
	font-size: 1.3em;
	text-decoration: none;
	color: var(--orange);
}
.t-site-header__masthead-links .t-global-account-toggle {
    align-items: inherit;
    background-color: var(--black-900);
    border: none;
    display: inherit;
    margin-right: 0;
	padding: 0.25em;
    text-decoration: none;
	color: var(--orange);
}
.t-site-header__masthead-links .t-global-account-toggle > * {
    margin-left: 0;
}
.global-header-cart {
	display: flex;
	align-items: center;
}
	.t-site-header__masthead-links a div {
		border-radius: 50%;
		padding: 3px 10px;
		margin-top: -15px;
		margin-left: -3px;
		background-color: var(--white);
		color: var(--orange);
		font-size: 12px;
	}
.t-global-account__form a.t-input-font-size {
	font-size: 12px;
}
button.u-icon-menu {
	margin-right: 3px;
	margin-left: 5px;
}
.t-site-header__basket-link {
    background-color: var(--black-900);
    color: var(--orange);
}
.c-button--burger, .c-button--search {
    background-color: var(--black-900);
    color: var(--orange);
}

/* navigation */

.t-site-navigation__wrap {
	font-size: 0.9rem!important;
}
.x-transfigure-navigation__content {
  padding-bottom: 0;
  padding-top: 0;
}
	.c-navigation__link {
		/*padding: 0.75em 0.25em;*/
		background-color: var(--black-900);
		color: var(--white);
	}
	.c-navigation__link:hover {
		background-color: var(--black-900)!important;
		color: var(--white)!important;
	}
li li a.c-navigation__link, li li a.c-navigation__link:hover {
    background-color: var(--orange)!important;
}
@media screen and (min-width: 60em) {
    .c-navigation__row .c-navigation__row {
        background-color: var(--orange)!important;
    }
}
@media (min-width: 73em) {
	.t-site-navigation__wrap {
		font-size: 1rem!important;
	}
	.c-navigation__link {
		/*padding: 0.75em;*/
	}
}
@media screen and (min-width: 60em) {
	.x-transfigure-navigation .c-navigation__list:hover > .c-navigation__row, .x-transfigure-navigation .c-navigation__list:focus-within > .c-navigation__row {
		flex-direction: column;
	}
}

/* global footer */

.t-site-footer {
	background-color: var(--blue-navy);
	color: #FFF;
}
.t-site-footer .x-collapsible-content__item:not(#social_active):not(fieldset) {
	grid-auto-flow: row;
}
.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
    color: var(--white);
}
.t-site-footer__copyright {
    border-top: 0;
    padding-top: 0.5rem;
	color: #FFF;
}
.t-global-footer-social__list {
	display: flex;
	/*justify-content: center;*/
}
@media (min-width: 48em) {
    .t-site-footer {
        padding-top: 1rem;
    }
    .t-site-footer__content {
        padding-bottom: 1rem;
    }
	.t-global-footer-social__list {
		margin-bottom: 1.5rem;
	}
}

/* global footer */

.t-site-footer {
	background-color: var(--black-900);
	color: var(--white);
}
.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
    color: var(--gray-200);
    line-height: 2.5;
    text-decoration: none;
}
@media (min-width: 60em) {
    .t-site-footer .x-collapsible-content__item:not(#social_active):not(fieldset) {
        display: block;
        /*grid-auto-flow: row;
        grid-template-rows: repeat(1, auto);
        width: 100%;*/
    }
}

/* breadcrumbs */

@media (min-width: 60em) {
    .x-breadcrumbs {
        margin: 0 auto 0;
    }
}

/* containers */

.t-main-content-element {
    padding-top: 30px;
	padding-bottom: 40px;
}
.contact-form-container {
	/*display: flex;
	justify-content: center;*/
	background-color: var(--black);
	background-image: url('../../../graphics/00000001/1/Contact-BW-background-scaled.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 30px 30px 30px;
	color: var(--white);
	scroll-margin-top: 60px;
}
.contact-form-container-text {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: var(--subheading-large);
	margin-bottom: 50px;
}
.contact-form-container-text h3 {
	font-size: var(--title-one);
	color: var(--white);
	line-height: 1.2;
	font-weight: var(--font-bold);
	margin-bottom: 45px;
}
	.contact-form-container-text h3 strong {
		display: block;
		color: var(--orange);
	}
.contact-form-container-text a {
	color: var(--orange);
}

/* google contact forms */

.google-contact-forms {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.google-contact-forms label {
	width: 100%;
}
.google-contact-forms input {
	width: 100%;
	padding: 12px 8px;
}
.google-contact-forms textarea {
	width: 100%;
	height: 150px;
	padding: 12px 8px;
}
.google-contact-forms button {
	width: 100%;
	background-color: var(--orange)!important;
}
.google-contact-forms div {
	width: 100%;
	margin-bottom: 30px;
}
div.google-contact-forms-2-col {
	width: 49%;
}
div.google-contact-forms-3-col {
	width: 32%;
}
@media (max-width:800px) {
	div.google-contact-forms-3-col {
		width: 100%;
	}
}
#form-status {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
	font-weight: bold;
}


/*.t-page-ctgy .t-main-content-element {
    padding-top: 15px;
}*/

/* PROD & PRODK */

.x-product-layout-purchase__pricing-current {
	font-weight: var(--font-bold);
	font-size: var(--title-three);
	color: var(--orange);
}

/* SRVC */

.subcat-description-columns {
	display: flex;
}
@media (min-width:800px) {
	.subcat-description-column {
		width: 49%;
		margin: 1% 1% 0 0;
	}
}
.what-to-expect {
	margin-top: 50px;
}
.what-to-expect h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 2em 0 1em 0;
	flex-wrap: wrap;
	gap: 1em;
	line-height: 1;
	text-transform: uppercase;
	font-weight: var(--font-bold);
	font-size: var(--title-two);
	text-align: center;
}
.what-to-expect h2::before,
.what-to-expect h2::after {
	content: "";
	flex: 1 1 20%;
	border-bottom: 2px solid black;
	height: 1px;
}
.what-to-expect ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}
.what-to-expect li {
	position: relative;
	padding-left: 1.7em;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.what-to-expect li::before {
	content: "⨁"; /* Or try "⊕", "+", or even "✛" */
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.1em;
	color: var(--orange);
	font-size: 1.2em;
	line-height: 1;
}

/* backgrounds */

.u-bg-black-900 {
	background-color: var(--black-900);
}

/* text */

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

/* kit items */

.kit-item {
	display: flex;
	align-items: flex-start;
	padding: var(--theme-spacing);
	margin-bottom: var(--theme-spacing);
	background-color: var(--gray-100);
}
.kit-item img {
	order: 1;
	width: 20%;
	max-width: 300px;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}
.kit-item-content {
	position: relative;
	order: 2;
	width: 80%;
	padding: 0 calc(var(--theme-spacing)*1.5) 0 calc(var(--theme-spacing)/2);
}
.kit-item-content h3 {
	font-size: var(--title-three);
	font-weight: var(--font-semibold);
	margin-bottom: 0;
	line-height: 1.2;
}
.kit-item-content label {
	font-size: var(--paragraph-large);
}
.kit-item-content label strong {
	font-size: var(--subheading-large);
	color: var(--orange);
}
.kit-item-content .kit-item-button {
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 20px;
}
.kit-inventory-in, .kit-inventory-out {
	margin-top: 15px;
	font-weight: var(--font-bold);
}
.kit-inventory-out {
	color: var(--red-400);
}

/* miva page builder overrides */

mmx-image-across,
mmx-product-carousel,
mmx-image-and-text,
mmx-video,
mmx-hero[data-flex-component="mmx-text-banner"],
mmx-accordion,
mmx-text-editor {
    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,
    mmx-video,
	mmx-hero[data-flex-component="mmx-text-banner"],
	mmx-accordion,
	mmx-text-editor {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
mmx-hero[data-fit="none"] {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
mmx-hero[data-fit="none"] img {
    width: auto !important;
    height: auto !important;
}
.mmx-button__primary, .mmx-button__secondary:hover, :host(.hover) .mmx-button__secondary {
    background: var(--orange)!important;
	padding: 1000px;
}

	.contact-form-container mmx-hero {
		width: 100%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-form-container .mmx-form-fields {
		margin-top: 50px;
	}

/* search modal */

body.search-open {
  overflow: hidden;
}
.small-12 {
	width: 100%;
}
.close {
  position: absolute;
  top: 53px;
  right: 4%;
  background: none;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: #fff;
  padding: 10px 13px;
  background: #333;
  border-radius: 50%;
  outline: none;
}
.close:hover {
  background: #D62839;
}
.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
  z-index: 99999;
  background-color: #fff;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.search-box.search-elem .inner {
  width: 85%;
  left: 4%;
  position: absolute;
  top: 53px;
}
.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  padding: 10px 2rem;
  background: #00A896;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: white;
}
.search-box.search-elem button.submit[disabled] {
  background: #ccc;
  color: #32213A;
}
.search-box.search-elem input[type=text] {
  padding: 20px;
  height: 72px;
  font-size: 32px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #999;
  transition: border 0.3s;
  border-radius: 0;
}
.search-box.search-elem input[type=text]:focus {
  border-bottom: solid 2px #00A896;
  box-shadow: none;
}
.search-box.search-elem label.placeholder {
  position: absolute;
  top: 10px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  color: #999;
  transition: all 0.3s;
}
.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 1rem;
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.search-btn {
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
}
.search-btn:hover {
  color: #00A896;
}

/* service ctgys */

.ctgy-services {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
}
.ctgy-service {
	display: block;
	padding: 30px;
	margin: 0;
	width: 100%;
	aspect-ratio: 16 / 9; /* Adjust ratio as needed */
    background-image: var(--bg-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color: #FFF!important;
	position: relative;
	overflow: hidden; /* Ensures the overlay doesn't overflow */
}
.ctgy-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay with 70% opacity */
}
.ctgy-service a {
    position: relative;
    z-index: 1; /* Ensures text stays above the overlay */
    color: white; /* Optional: Adjust text color for better readability */
	text-decoration: none;
}
.ctgy-service h2 {
	max-width: 75%;
	line-height: 1;
	text-transform: uppercase;
	font-weight: var(--font-bold);
	font-size: var(--title-two);
}
@media (min-width:780px) {
	.ctgy-service {
		margin: 0 0 2%;
	}
	.ctgy-service:nth-child(4n+1), .ctgy-service:nth-child(4n+4) {
		width: 29%;
		aspect-ratio: inherit;
		min-height: 300px;
	}
	.ctgy-service:nth-child(4n+2), .ctgy-service:nth-child(4n+3) {
		width: 69%;
		aspect-ratio: inherit;
		min-height: 300px;
	}
}

@media (min-width:780px) and (max-width:1080px) {
	.ctgy-service h2 {
		font-size: var(--title-three);
	}
}

/* service text and image */

.ctgy-service-text-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}
.ctgy-archived-projects {
	align-items: flex-start;
}
.ctgy-service-text {
	font-size: 1.2em;
}
	.ctgy-service-text h2 {
		font-size: 1.9em;
		font-weight: bold;
	}
	.ctgy-service-text .c-button {
		margin-top: 25px;
	}
.ctgy-service-text-image {

}
@media (min-width:1000px) {
	.ctgy-service-text {
		width: 49%;
	}
		.ctgy-archived-projects .ctgy-service-text {
			width: 59%;
		}
	.ctgy-service-text-image {
		width: 49%;
	}
		.ctgy-archived-projects .ctgy-service-text-image {
			width: 39%;
		}
}

/* services bullets */

.services-bullets {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	font-size: 1em;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.services-bullet {
	text-align: center;
	width: 48%;
	margin: 1%;
}
	.services-bullet i {
		display: block;
		margin-bottom: 8px;
		font-size: 35px;
	}
@media (min-width:850px) {
	.services-bullet {
		width: 18%;
		font-size: 1.1em;
	}
}

/* services video */

.services-video {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	background-color: var(--gray-100);
}
.services-video-embed {
	width: 100%;
}
.services-video-text {
	width: 100%;
	font-size: 1.2em;
}
	.services-video-text h2 {
		font-size: 1.9em;
		font-weight: bold;
	}
@media (min-width:1000px) {
	.services-video-embed {
		width: 49%;
	}
	.services-video-text {
		width: 49%;
	}
}

/* Work Order Content */

.ctgy-work-heading {
	margin: 20px 0 25px 0;
}
.ctgy-work-links {
	margin: -2px 0 0 0;
	border: 2px solid var(--orange);
}
.ctgy-work-links a {
	display: block;
	padding: 20px;
	background-color: var(--gray-200);
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
	.ctgy-work-links a:nth-child(even) {
		background-color: var(--gray-100);
	}
.ctgy-work-links a:hover {
	background-color: var(--orange);
	color: var(--white);
}

/* mmx modal */

    .mmx-modal {
        display: none;
        position: fixed;
        z-index: 9999; /* Ensures modal stays on top */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
    }
    .mmx-modal-content {
        position: relative;
		width: 90%;
        max-width: 800px;
        max-height: 90%;
        background: white;
        padding: 10px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .mmx-modal-img {
        max-width: 100%;
        max-height: 80vh;
    }
    .mmx-modal-text {
        margin-top: 10px;
        color: black;
    }
    .mmx-close {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 30px;
        cursor: pointer;
        color: black;
        background: white;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    .mmx-modal-nav button {
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
        color: black;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .mmx-prev { left: 10px; }
    .mmx-next { right: 10px; }

.ctgy-subcat-services {

}
.ctgy-subcat-services hr {
	margin: 50px 0;
}

/* carousel */

	
/* Carousel Container */
.carousel {
    position: relative;
    overflow: hidden;
    max-width: 1200px; /* Adjust as needed */
    margin: auto;
    padding: 0 50px; /* Padding for arrows */
}

/* Carousel Inner Wrapper */
.carousel-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

/* Individual Item */
.carousel-content {
	flex: 0 0 calc(100% / 4); /* 4 items per page */
	padding: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end; /* Align content at bottom */
}

.carousel-content img {
  	width: 100%;
  	height: auto;
 	max-height: 300px;
	object-fit: contain;
}

.carousel-content .title {
	margin-top: 10px;
 	font-size: 16px;
	line-height: 1.2;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Adjust number of lines if needed */
	-webkit-box-orient: vertical;
}

/* Arrows */
.carousel-arrow {
 	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	z-index: 10;
}

.carousel-arrow.left {
	left: 10px;
}

.carousel-arrow.right {
	right: 10px;
}

/* Pagination Dots */
.carousel-dots {
	text-align: center;
	margin-top: 10px;
}

.dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px;
 	background-color: lightgray;
 	border-radius: 50%;
	cursor: pointer;
}

.dot.active {
            background-color: gray;
}

/* theme colors */

.theme-dark {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: var(--black);
	color: var(--gray-100--shaded);
}
	.theme-dark h3 {
		color: #FFF;
	}

/* hide content 

@media (max-width:959px) {
	.hidden-mobile {
		display: none;
	}
}*/

/* wells */

.well {
	display: block;
	padding: 24px;
	background-color: var(--gray-100);
}

/* filmstrip */

.x-filmstrip-controls {
	display: none;
}
[data-filmstrip] ul {
	justify-content: center;
    /*align-items: center;
    display: flex;*/
    flex-flow: inherit;
    /*gap: 1rem;
    margin: 0;*/
    width: inherit;
    flex-wrap: wrap;
}
[data-filmstrip] li {
    height: inherit;
    /*list-style: none;
    scroll-snap-align: none;
    scroll-snap-stop: always;
    width: var(--prod-thumb-x);*/
}
.x-product-layout-images__image {
    aspect-ratio: inherit;
    /*max-height: calc(var(--prod-img-y) * 1px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;*/
    width: 100%;
}
.x-product-layout-images__figure {
	margin-left: auto;
	margin-right: auto;
}
/* upsell */
.checkout-upsell-buttons {
	display: flex;
}
@media (min-width: 75em) {
    body.t-page-ous1 .x-product-layout-purchase__options {
        max-width: 100%;
        width: 100%;
    }
}
body.t-page-ous1 .c-form-checkbox--inline {
    margin-right: 1%;
	margin-top: 5px;
	padding:6px 15px 6px 6px;
    width: 23%;
}
@media (max-width:800px) {
	body.t-page-ous1 .c-form-checkbox--inline {
		margin-right: 1%;
		width: 48%;
	}
}
body.t-page-ous1 .c-form-checkbox__caption::before {
    margin-left: 0;
    margin-right: 0;
}
body.t-page-ous1 .c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
    position: relative;
    top: 0;
    transform: inherit;
    width: calc(1rem + var(--default-border-width));
}
body.t-page-ous1 .c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
    left: 50%;
	right: 50%;
    top: 9px;
    position: absolute;
	transform: translate(-50%, -50%);
    width: calc(1rem + var(--default-border-width));
}
body.t-page-ous1 .c-form-checkbox__caption {
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/* login note */
#password_note {
    display: block;
    padding: 12px;
    margin-bottom: 15px;
    background-color: #F1F1F1;
    text-align: center;
}
.t-logn-block {
    margin: 2rem 0;
    padding: 0 3rem;
}