.hydrated {
	visibility: inherit
}

atomic-aria-live,
atomic-external,
atomic-search-box,
atomic-search-box-query-suggestions,
atomic-search-box-recent-queries,
atomic-search-interface {
	visibility: hidden
}

.fab {
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto
}

.fab {
	font-family: "Font Awesome 6 Brands"
}

.fa-lg {
	font-size: 1.25em;
	line-height: 0.05em;
	vertical-align: -0.075em
}

:root {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

.fab {
	font-weight: 400
}

.fa-houzz::before {
	content: ""
}

.fa-blogger-b::before {
	content: ""
}

.fa-facebook-f::before {
	content: ""
}

.fa-pinterest-p::before {
	content: ""
}

.fa-x-twitter::before {
	content: ""
}

.fa-instagram::before {
	content: ""
}

.fa-youtube::before {
	content: ""
}

.fa-twitter::before {
	content: ""
}

:root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

:root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

html {
	font-family: sans-serif;
	text-size-adjust: 100%
}

body {
	margin: 0px
}

footer,
header,
main,
nav,
section {
	display: block
}

a {
	background-color: transparent
}

b,
strong {
	font-weight: bold
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

h1 {
	font-size: 2em;
	margin: 0.67em 0px
}

img {
	border: 0px
}

svg:not(:root) {
	overflow: hidden
}

button,
input {
	color: inherit;
	font: inherit;
	margin: 0px
}

button {
	overflow: visible
}

button {
	text-transform: none
}

button {
	appearance: button;
	cursor: pointer
}

input {
	line-height: normal
}

input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0px
}

* {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(76, 80, 85);
	background-color: rgb(255, 255, 255)
}

input,
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: rgb(71, 172, 199);
	text-decoration: none
}

img {
	vertical-align: middle
}

[role="button"] {
	cursor: pointer
}

h1,
h2,
h3,
h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 18px
}

p {
	margin: 0px 0px 10px
}

ul,
ol {
	margin-top: 0px;
	margin-bottom: 10px
}

ul ul {
	margin-bottom: 0px
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 100%
	}
}

@media (min-width:992px) {
	.container {
		width: 1024px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1400px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-xs-2,
.col-md-2,
.col-md-4,
.col-md-6,
.col-lg-6,
.col-md-7,
.col-md-8,
.col-md-10,
.col-lg-10,
.col-xs-12,
.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-2,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-2 {
	width: 16.6667%
}

@media (min-width:992px) {

	.col-md-2,
	.col-md-4,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-10,
	.col-md-12 {
		float: left
	}
}

@media (min-width:992px) {
	.col-md-12 {
		width: 100%
	}
}

@media (min-width:992px) {
	.col-md-10 {
		width: 83.3333%
	}
}

@media (min-width:992px) {
	.col-md-8 {
		width: 66.6667%
	}
}

@media (min-width:992px) {
	.col-md-7 {
		width: 58.3333%
	}
}

@media (min-width:992px) {
	.col-md-6 {
		width: 50%
	}
}

@media (min-width:992px) {
	.col-md-4 {
		width: 33.3333%
	}
}

@media (min-width:992px) {
	.col-md-2 {
		width: 16.6667%
	}
}

@media (min-width:992px) {
	.col-md-push-3 {
		left: 25%
	}
}

@media (min-width:992px) {
	.col-md-push-2 {
		left: 16.6667%
	}
}

@media (min-width:992px) {
	.col-md-push-1 {
		left: 8.33333%
	}
}

@media (min-width:1200px) {

	.col-lg-6,
	.col-lg-10 {
		float: left
	}
}

@media (min-width:1200px) {
	.col-lg-10 {
		width: 83.3333%
	}
}

@media (min-width:1200px) {
	.col-lg-6 {
		width: 50%
	}
}

@media (min-width:1200px) {
	.col-lg-push-2 {
		left: 16.6667%
	}
}

@media (min-width:1200px) {
	.col-lg-push-1 {
		left: 8.33333%
	}
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="checkbox"] {
	margin: 4px 0px 0px;
	line-height: normal
}

.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(76, 80, 85);
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.btn {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	user-select: none
}

.btn-primary {
	color: rgb(255, 255, 255);
	background-color: rgb(193, 2, 48);
	border-color: rgb(193, 2, 48)
}

.btn-block {
	display: block;
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear
}

.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0px;
	margin: 2px 0px 0px;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
	background-clip: padding-box
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: rgb(51, 51, 51);
	white-space: nowrap
}

.nav {
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: rgb(0, 0, 0);
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	opacity: 0.2
}

button.close {
	padding: 0px;
	cursor: pointer;
	background: transparent;
	border: 0px;
	appearance: none
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	inset: 0px;
	z-index: 1050;
	outline: 0px
}

.modal.fade .modal-dialog {
	transform: translate(0px, -25%);
	transition: transform 0.3s ease-out
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
	background-clip: padding-box;
	outline: 0px
}

.modal-body {
	position: relative;
	padding: 15px
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
}

@media (min-width:768px) {
	.modal-content {
		box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px
	}
}

.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.nav::before,
.nav::after {
	content: " ";
	display: table
}

.container::after,
.container-fluid::after,
.row::after,
.nav::after {
	clear: both
}

.container::after,
.container-fluid::after,
.row::after,
.nav::after {
	content: "";
	display: block;
	clear: both
}

.hidden {
	display: none !important
}

.visible-lg-block {
	display: none !important
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

body {
	overflow-x: hidden;
	position: relative
}

button {
	font-weight: bold
}

.btn {
	border-radius: 0px !important
}

ul,
ol {
	padding-left: 15px
}

a,
button {
	color: rgb(71, 172, 199);
	text-decoration: none
}

.dropdown-menu li {
	margin-top: 3px
}

.dropdown-menu li:first-child {
	margin-top: 0px
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 25px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: rgb(76, 80, 85);
	white-space: nowrap
}

.display-none {
	display: none
}

footer {
	padding-top: 50px;
	background: rgb(76, 80, 85);
	color: rgb(255, 255, 255);
	font-weight: 300
}

.nav-cart>.mini-cart-link {
	cursor: pointer
}

@media (min-width:768px) {
	main {
		transition: transform 0.3s ease-out
	}
}

.nav-order-tools {
	position: relative;
	display: inline-block;
	cursor: pointer
}

@media (min-width:768px) {
	.nav-order-tools {
		border-left: 0px;
		border-right: 1px solid rgb(211, 211, 211);
		padding: 0px 15px
	}
}

@media (min-width:992px) {
	.nav-order-tools {
		padding: 0px 30px
	}
}

.nav-order-tools::before {
	position: relative;
	top: 23%;
	display: inline;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "";
	color: rgb(239, 239, 239);
	font-size: 30px
}

.nav-order-tools__child-wrap {
	font-size: 14px;
	line-height: 1.42857;
	text-align: left;
	position: absolute;
	border: 1px solid rgb(211, 211, 211);
	background-color: rgb(255, 255, 255);
	right: -1px;
	top: 60px;
	width: 260px;
	z-index: 10
}

.nav-order-tools__child-wrap div {
	border-bottom: 1px solid rgb(242, 242, 242)
}

.nav-order-tools__child-wrap div:last-child {
	border-bottom: none
}

.nav-order-tools__child-wrap a {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: rgb(76, 80, 85);
	padding: 30px 45px
}

header {
	background: rgb(248, 248, 248);
	margin-bottom: 30px
}

.page-homepage header {
	margin-bottom: 0px
}

.btn {
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.375;
	border-radius: 3px
}

.btn {
	box-shadow: none
}

.btn-primary {
	border: 3px solid rgb(193, 2, 48);
	color: rgb(255, 255, 255);
	background-color: rgb(193, 2, 48)
}

.thumb {
	position: relative
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%
}

.owl-carousel::before,
.owl-carousel::after {
	content: " ";
	display: table
}

.owl-carousel::after {
	clear: both
}

.owl-carousel::after {
	content: "";
	display: block;
	clear: both
}

.mini-cart-wrapper {
	overflow: hidden
}

@media screen and (min-width:768px) {
	.mini-cart-wrapper {
		padding: 31px 0px
	}
}

.nav-cart {
	width: 43px
}

.nav-cart .nav-items-total {
	float: right;
	border-radius: 50%;
	text-align: center;
	min-width: 15px;
	height: 15px;
	background: rgb(237, 28, 36);
	color: rgb(255, 255, 255);
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	position: relative;
	right: 10px;
	bottom: 5px
}

.mini-cart-container {
	display: none;
	float: right;
	position: absolute;
	padding: 0px 30px;
	width: 380px;
	left: auto;
	right: 30px;
	z-index: 100;
	top: 100%;
	min-width: 250px;
	border: 1px solid rgb(255, 255, 255);
	transition: opacity 0.25s, visibility 0.25s;
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 0px
}

.mini-cart .mini-cart-header {
	padding: 10px 0px;
	margin: 10px 0px 0px
}

.mini-cart .mini-cart-header .mini-cart-close {
	float: right;
	position: relative;
	top: -15px;
	right: -20px;
	cursor: pointer
}

.mini-cart .mini-cart-body::before,
.mini-cart .mini-cart-body::after {
	content: " ";
	display: table
}

.mini-cart .mini-cart-body::after {
	clear: both
}

.mini-cart .mini-cart-body::after {
	content: "";
	display: block;
	clear: both
}

.mini-cart .mini-cart-body .mini-cart-list {
	padding-left: 0px;
	list-style: none
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .product {
	display: table
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .product .product-row {
	display: table-row
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .product .product-row .thumb {
	float: left;
	padding-right: 15px
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .product .product-row .thumb img {
	max-width: 65px
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .product .product-row .details {
	margin-left: 95px
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .product .product-row .details .name {
	padding-left: 0px;
	font-weight: bold;
	color: inherit
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .product .product-row .details .summary {
	padding-left: 0px;
	font-weight: bold;
	color: inherit;
	text-wrap: initial
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .product .product-row .details .qty {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 15px
}

.mini-cart .mini-cart-body .mini-cart-totals {
	border-top: 1px solid rgb(229, 229, 229);
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	margin: 15px 0px 0px;
	padding: 45px 0px 15px
}

.mini-cart .mini-cart-body .mini-cart-totals .key {
	float: left;
	text-transform: uppercase;
	font-weight: bold
}

.mini-cart .mini-cart-body .mini-cart-totals .value {
	text-align: right;
	font-weight: bold
}

.mini-cart .mini-cart-body .mini-cart-message {
	padding: 0px 0px 10px;
	border-bottom: 1px solid rgb(229, 229, 229) !important
}

.mini-cart .mini-cart-body .mini-cart-message .taxes {
	color: rgb(71, 172, 199)
}

.mini-cart .mini-cart-body .mini-cart-checkout-button {
	margin: 15px 0px
}

.mini-cart .mini-cart-body img {
	width: 100%
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	overflow: hidden
}

#cboxWrapper {
	max-width: none
}

#cboxOverlay {
	width: 100%;
	height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxTitle {
	margin: 0px
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
	cursor: pointer
}

#colorbox,
#cboxContent {
	box-sizing: content-box
}

#cboxOverlay {
	background: rgb(0, 0, 0)
}

#colorbox {
	outline: 0px
}

#cboxTopLeft {
	width: 14px;
	height: 14px
}

#cboxTopCenter {
	height: 14px
}

#cboxTopRight {
	width: 14px;
	height: 14px
}

#cboxBottomLeft {
	width: 14px
}

#cboxBottomCenter {
	height: 43px
}

#cboxBottomRight {
	width: 14px
}

#cboxMiddleLeft {
	width: 14px
}

#cboxMiddleRight {
	width: 14px
}

#cboxContent {
	background: rgb(255, 255, 255);
	overflow: visible
}

#cboxCurrent {
	position: absolute;
	bottom: -25px;
	left: 58px;
	font-weight: bold;
	color: rgb(124, 124, 124)
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	position: absolute;
	bottom: -29px;
	width: 23px;
	height: 23px;
	text-indent: -9999px
}

#cboxPrevious {
	left: 0px;
	background-position: -51px -25px
}

#cboxNext {
	left: 27px;
	background-position: -75px -25px
}

#cboxTitle {
	background: transparent;
	position: absolute;
	top: 0px;
	padding: 43px 60px 15px;
	height: 78px;
	display: table;
	width: 100%
}

input[type="checkbox"] {
	margin-right: 10px;
	margin-bottom: 20px
}

label {
	color: rgb(76, 80, 85);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px
}

.skip,
.skiptocontent,
.skiptonavigation {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0px;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	border: 0px
}

.o-lm-global-footer {
	background-color: rgb(51, 51, 51);
	min-height: 525px;
	color: white;
	padding-top: 1rem;
	letter-spacing: 0.05em;
	padding-bottom: 1rem
}

.o-lm-global-footer .o-footer__links {
	font-size: 14px;
	padding-top: 2.5rem
}

.o-lm-global-footer .o-footer__links a {
	text-decoration: underline
}

@media screen and (min-width:992px) {
	.o-lm-global-footer .o-footer__links a {
		text-decoration: none
	}
}

@media screen and (min-width:768px) {
	.o-lm-global-footer .o-footer__links {
		padding-top: 0px
	}
}

@media screen and (min-width:992px) {
	.o-lm-global-footer .o-footer__links {
		font-size: 14px
	}
}

@media screen and (min-width:992px) {
	.o-lm-global-footer .o-footer__links__flex {
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		align-items: flex-start
	}
}

.o-lm-global-footer .o-footer__links__toggle {
	position: absolute;
	right: 0.5rem;
	top: 1rem;
	transform: rotate(45deg);
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (min-width:992px) {
	.o-lm-global-footer .o-footer__links__toggle {
		display: none
	}
}

.o-lm-global-footer a {
	color: white;
	font-weight: 400
}

@media screen and (min-width:992px) {
	.o-lm-global-footer a {
		text-decoration: none
	}
}

.o-lm-global-footer .o-footer__links__category {
	position: relative;
	-webkit-box-pack: center;
	justify-content: center;
	border-top: 2px solid rgba(255, 255, 255, 0.1)
}

.o-lm-global-footer .o-footer__links__category:last-child {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1)
}

@media screen and (min-width:992px) {
	.o-lm-global-footer .o-footer__links__category {
		border-top: 0px
	}
}

@media screen and (min-width:992px) {
	.o-lm-global-footer .o-footer__links__category:last-child {
		border-bottom: 0px
	}
}

.o-lm-global-footer .o-footer__links__category i.fab {
	width: 2rem
}

.o-lm-global-footer h3 {
	font-family: EffraBold, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: inherit;
	margin: 0px;
	padding: 1rem 0px;
	cursor: pointer;
	color: white
}

@media screen and (min-width:992px) {
	.o-lm-global-footer h3 {
		font-size: 14px;
		font-weight: bold;
		cursor: inherit;
		padding-top: 0px
	}
}

.o-lm-global-footer ul,
.o-lm-global-footer li {
	list-style: none;
	padding: 0px;
	margin: 0px
}

.o-lm-global-footer ul {
	max-height: 0px;
	height: auto;
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (min-width:992px) {
	.o-lm-global-footer ul {
		max-height: 1000px
	}
}

.o-lm-global-footer li {
	padding: 1rem 0px
}

.o-lm-global-footer li:last-child {
	padding-bottom: 2rem
}

@media screen and (min-width:992px) {
	.o-lm-global-footer li {
		padding-top: 0px
	}
}

.o-footer__dealer-portal {
	padding: 2rem 0px
}

.o-footer__dealer-portal a {
	display: block;
	font-weight: 700;
	background-color: rgb(34, 34, 34);
	color: white;
	padding: 0.5rem 0px;
	line-height: 1rem;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.05em;
	transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.o-footer__cgi {
	padding: 2rem 0px 1rem;
	opacity: 0.7
}

@media screen and (min-width:992px) {
	.o-footer__cgi {
		opacity: 1
	}
}

.o-footer__cgi a {
	text-decoration: underline
}

.o-footer__cgi__logo-cont {
	text-align: left;
	padding-top: 4px
}

.o-footer__cgi__logo {
	max-width: 120px !important
}

@media screen and (min-width:992px) {
	.o-footer__cgi__logo {
		max-width: 100%
	}
}

.o-footer__cgi__info {
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.o-footer__cgi__info p {
	align-content: center;
	font-size: 14px;
	margin: 1rem 0px 0px;
	padding: 0px;
	line-height: 1.5em
}

@media screen and (min-width:992px) {
	.o-footer__cgi__info p {
		margin-top: 0px
	}
}

.o-footer__cgi__brand {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center
}

.o-footer__cgi__brand a {
	text-align: left
}

.o-footer__cgi__brand__logo {
	display: block;
	padding-top: 2rem
}

.o-footer__cgi__brand__logo:first-child {
	padding-top: 0px
}

@media screen and (min-width:992px) {
	.o-footer__cgi__brand__logo {
		display: inline-block;
		padding: 2rem 3rem
	}
}

@media screen and (min-width:992px) {
	.o-footer__cgi__brand__logo:first-child {
		padding-top: 2rem
	}
}

.o-footer__cgi__legal {
	font-size: 14px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start
}

@media screen and (min-width:992px) {
	.o-footer__cgi__legal {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: center;
		justify-content: center;
		opacity: 0.7
	}
}

.o-footer__cgi__legal a,
.o-footer__cgi__legal span {
	padding: 1rem 0px
}

@media screen and (min-width:992px) {

	.o-footer__cgi__legal a,
	.o-footer__cgi__legal span {
		padding: 0px 1rem
	}
}

@media screen and (min-width:1200px) {

	.o-footer__cgi__legal a,
	.o-footer__cgi__legal span {
		padding: 0px 0.5rem
	}
}

@media screen and (min-width:992px) {
	.flex-md-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

@media screen and (min-width:992px) {
	.flex-md-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
}

@media screen and (min-width:992px) {
	.flex-md-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
}

@media screen and (min-width:992px) {
	.flex-md-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
}

@media screen and (min-width:992px) {
	.flex-md-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

@media (min-width:1440px) {
	.container {
		width: 1410px
	}
}

@media (min-width:1440px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1440px) {
	.hidden-lg {
		display: none !important
	}
}

.material-icons.shopping_cart {
	color: rgb(64, 64, 64)
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative
}

.owl-carousel .owl-stage::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-drag .owl-item {
	user-select: none
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*="owl-"] {
	color: rgb(255, 255, 255);
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: rgb(214, 214, 214);
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: rgb(214, 214, 214);
	display: block;
	backface-visibility: visible;
	transition: opacity 200ms;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span {
	background: rgb(134, 151, 145)
}

html {
	font-size: 16px
}

body {
	font-family: AktivGrotesk, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgb(72, 81, 83);
	font-size: 16px
}

p {
	font-family: AktivGrotesk, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px
}

h1,
h2,
h3,
h4 {
	font-family: EffraBold, "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
	text-transform: capitalize;
	color: rgb(0, 0, 0)
}

h1 {
	font-size: 55px;
	line-height: 61px
}

h2 {
	font-size: 40px;
	line-height: 52px
}

h3 {
	font-size: 36px;
	line-height: 47px
}

h4 {
	font-size: 30px;
	line-height: 39px
}

.titlecase {
	text-transform: capitalize
}

.a-icon {
	padding-left: 0.25rem;
	padding-right: 0.25rem
}

.a-icon--sm {
	font-size: 1rem
}

label {
	display: block;
	padding-bottom: 0.5rem;
	font-weight: bold
}

button,
input {
	line-height: 1em;
	padding: 0px;
	margin: 0px
}

input {
	width: 100%;
	border: 0.5px solid rgb(210, 208, 205);
	border-radius: 0px;
	line-height: 3em;
	padding-left: 1rem
}

input[type="text"] {
	appearance: none
}

button {
	padding: 0.5em;
	background: rgb(68, 68, 68);
	cursor: pointer
}

input[type="checkbox"] {
	width: auto;
	margin-right: 0.3em
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0px;
	width: 0px
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
	position: relative;
	padding-left: 30px;
	cursor: pointer
}

[type="checkbox"]:not(:checked)+label::before,
[type="checkbox"]:checked+label::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 2px;
	width: 1rem;
	height: 1rem;
	border: 1px solid rgb(51, 51, 51);
	background: none
}

[type="checkbox"]:checked+label::before {
	background: rgb(193, 2, 48);
	border-color: rgb(193, 2, 48)
}

[type="checkbox"]:not(:checked)+label::after,
[type="checkbox"]:checked+label::after {
	font-family: "Material Icons";
	content: "check";
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	font-style: normal;
	text-transform: none;
	line-height: 14px;
	font-size: 14px;
	width: 1rem;
	height: 1rem;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 0px;
	display: inline-block;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	color: white;
	transition: 0.2s
}

[type="checkbox"]:not(:checked)+label::after {
	opacity: 0;
	transform: scale(0)
}

[type="checkbox"]:checked+label::after {
	opacity: 1;
	transform: scale(1)
}

.a-image--responsive {
	width: auto;
	max-width: 100%
}

.a-logo {
	height: 24px
}

@media screen and (min-width:480px) {
	.a-logo {
		height: 38px
	}
}

@media screen and (min-width:768px) {
	.a-logo {
		height: 44px
	}
}

@media screen and (min-width:992px) {
	.a-logo {
		height: 48px
	}
}

@media screen and (min-width:1200px) {
	.a-logo {
		height: 24px
	}
}

@media screen and (min-width:1440px) {
	.a-logo {
		height: 34px
	}
}

.a-button-primary,
.a-button {
	background-color: rgb(193, 2, 48);
	color: white;
	font-family: EffraBold, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	border: 0px;
	font-size: 18px;
	line-height: 1rem;
	z-index: 9;
	display: inline-block;
	transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-image: none;
	text-transform: capitalize;
	font-style: normal;
	padding: 1rem 2rem
}

a {
	color: rgb(193, 2, 48);
	text-decoration: none
}

.m-action-bar {
	background-color: rgb(76, 80, 85);
	color: white
}

.m-action-bar img.m-process-dealer-remote-bar__icon {
	width: auto;
	height: 2.5rem;
	margin-bottom: 0.5rem
}

@media screen and (min-width:992px) {
	.m-action-bar img.m-process-dealer-remote-bar__icon {
		margin-bottom: 0px;
		margin-right: 1rem
	}
}

.m-action-bar .container {
	width: 100%;
	padding: 0px
}

@media screen and (min-width:992px) {
	.m-action-bar .container {
		width: inherit;
		padding: inherit
	}
}

.m-process-dealer-remote-bar__section a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: white;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media screen and (min-width:992px) {
	.m-process-dealer-remote-bar__section a {
		flex-direction: row;
		align-items: stretch
	}
}

@media screen and (min-width:992px) {
	.m-action-bar img.m-process-dealer-remote-bar__icon {
		margin-right: 1rem;
		margin-bottom: 0px
	}
}

.m-action-bar .row,
.m-action-bar .col-md-4 {
	margin: 0px;
	padding: 0px
}

.m-action-bar .container {
	padding: 0px
}

.m-action-bar .m-process-dealer-remote-bar__section {
	border-bottom: 1px solid rgb(149, 208, 223)
}

.m-action-bar .m-process-dealer-remote-bar__section:last-child {
	border-bottom: 0px
}

.m-action-bar .m-process-dealer-remote-bar__section .textSmooth {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	height: 2.5rem;
	text-align: center
}

@media screen and (min-width:992px) {
	.m-action-bar .m-process-dealer-remote-bar__section .textSmooth {
		text-align: left
	}
}

@media screen and (min-width:992px) {
	.m-action-bar .m-process-dealer-remote-bar__section {
		padding-top: 0px;
		padding-bottom: 0px;
		border-bottom: 0px;
		border-right: 0px
	}
}

.m-action-bar .m-process-dealer-remote-bar__section h4 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	letter-spacing: 0.04em;
	font-family: EffraBold, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	color: white;
	line-height: 1.5em
}

.m-email-signup {
	padding-top: 0px;
	padding-bottom: 0px
}

.m-email-signup .a-button-primary {
	vertical-align: middle;
	height: 3rem;
	line-height: 1rem;
	text-align: center;
	font-weight: 700;
	z-index: 0
}

@media screen and (min-width:768px) {
	.m-email-signup {
		padding-top: 3rem;
		padding-bottom: 4rem
	}
}

.m-email-signup .flexForm {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center
}

.m-email-signup .flexForm .opt-in-disclaimer {
	font-weight: bolder;
	padding-top: 0.5rem;
	font-size: 0.8rem
}

.m-email-signup .flexForm .opt-in-disclaimer a {
	text-decoration: underline
}

@media screen and (min-width:768px) {
	.m-email-signup .flexForm {
		flex-flow: wrap
	}
}

.m-email-signup .flexForm input {
	padding: 0.85rem 1rem;
	display: block;
	color: rgb(72, 81, 83);
	margin-bottom: 0.5rem;
	margin-right: 1rem;
	line-height: normal
}

@media screen and (min-width:768px) {
	.m-email-signup .flexForm input {
		height: 2rem;
		display: block;
		margin-bottom: 0px;
		flex: 1 1 0%
	}
}

@media screen and (min-width:768px) {
	.m-email-signup .a-button-primary {
		vertical-align: middle;
		height: 2rem;
		width: 10rem;
		line-height: 0;
		text-align: center;
		font-weight: 700;
		z-index: 0
	}
}

.m-heading-with-sub,
.m-blue-heading-with-sub {
	text-align: center
}

.m-heading-with-sub p,
.m-blue-heading-with-sub p {
	color: rgb(128, 128, 128)
}

.m-main-search {
	position: absolute;
	right: 0px;
	left: 0px;
	z-index: -1;
	visibility: hidden;
	background-color: rgb(243, 243, 243);
	transform: translateY(-100%);
	transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

footer {
	padding-top: 0px
}

body>img[height="1"],
body>img[width="1"] {
	display: block;
	visibility: hidden;
	height: 0px;
	width: 0px
}

.iframeModalContainer {
	position: relative;
	min-height: 200px
}

.iframeModalContainer iframe {
	width: 100%;
	border: 0px;
	z-index: 100;
	position: relative
}

.iframeModalContainer .spinner {
	position: absolute;
	margin: 0px auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}

.modal-body button.close {
	position: relative;
	z-index: 20
}

@media (min-width:992px) {
	#iframeModal .modal-dialog {
		width: 800px
	}
}

.btn-primary {
	font-family: EffraBold, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	font-size: 18px
}

.icon-privacy-options::after {
	content: url("/_ui/responsive/common/images/icon-privacy-options.svg");
	width: 30px;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px
}

.basic-hero {
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-position: 50% top
}

.basic-hero .container {
	position: relative;
	min-height: 500px;
	color: white;
	z-index: 200
}

.basic-hero .container h1,
.basic-hero .container h2 {
	color: white
}

.basic-hero .basic-hero__text-overlay {
	position: absolute
}

.basic-hero.pos-top .basic-hero__text-overlay {
	top: 5%
}

.basic-hero.pos-middle .basic-hero__text-overlay {
	top: 50%;
	transform: translateY(-50%)
}

.basic-hero.pos-center .basic-hero__text-overlay {
	text-align: center;
	width: 100%;
	right: 0px;
	left: 0px
}

.basic-hero.chevron .overlay::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	right: 50%;
	width: 9998px;
	height: 912px;
	min-width: 100%;
	background-image: url("../images/chevron-white.svg");
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateX(-4999px);
	z-index: 0
}

.basic-composite-banner .image-wrapper img {
	width: 100%
}

@media (min-width:992px) {
	.basic-composite-banner .image-wrapper img {
		padding: 15px 0px
	}
}

.basic-composite-banner .text-button-wrapper {
	width: 100%
}

.o-hero-topHomepageHeroComponent {
	background-position: center 25%
}

.o-hero-topHomepageHeroComponent .overlay {
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
}

.o-hero-topHomepageHeroComponent .container {
	padding-bottom: 3%;
	height: 71vh;
	min-height: 460px;
	max-height: 740px;
	z-index: 12
}

.o-hero-topHomepageHeroComponent h1 {
	font-size: 28px;
	letter-spacing: 0.2em;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
	margin-bottom: 2rem;
	line-height: 1.3em
}

.o-hero-topHomepageHeroComponent h1 span.mini {
	font-size: 0.5em;
	top: -6px;
	position: relative;
	line-height: 1px
}

@media screen and (min-width:768px) {
	.o-hero-topHomepageHeroComponent h1 {
		font-size: 56px;
		line-height: 77px
	}
}

@media screen and (min-width:768px) {
	.o-hero-topHomepageHeroComponent h1 span.mini {
		font-size: 0.5em;
		top: -9px
	}
}

.o-global-header {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	z-index: 100;
	position: relative
}

.o-global-header .nav-cart {
	width: auto
}

header {
	margin-bottom: 0px
}

header .find-dealer-button-container {
	background-color: rgb(193, 2, 48);
	text-align: center;
	padding: 5px 0px
}

header .find-dealer-button-container a {
	background-color: rgb(193, 2, 48);
	color: rgb(255, 255, 255)
}

header .find-dealer-button-container a img {
	width: 12px
}

@media (min-width:1200px) {
	header .find-dealer-button-container {
		display: none
	}
}

.o-openers-dealers-section__subsection {
	margin-bottom: 2rem;
	position: relative;
	margin-top: 22px
}

.o-openers-dealers-section__subsection img {
	width: 100%
}

.o-openers-dealers-section__subsection .text-button-wrapper {
	position: absolute;
	top: 12px;
	width: 100%;
	text-align: center
}

.o-openers-dealers-section__subsection .text-button-wrapper p {
	margin-top: 8px;
	margin-bottom: 0px;
	color: rgb(128, 128, 128);
	font-weight: 500
}

.o-openers-dealers-section__subsection .text-button-wrapper .a-button-primary {
	margin-top: 16px;
	font-size: 16px
}

.col-md-4 .o-openers-dealers-section__subsection .text-button-wrapper {
	bottom: 0px;
	top: auto
}

.col-md-4 .o-openers-dealers-section__subsection .text-button-wrapper h3 {
	color: rgb(255, 255, 255);
	max-width: 328px;
	margin: 0px auto
}

.col-md-4 .o-openers-dealers-section__subsection .text-button-wrapper p {
	margin: 8px;
	color: white;
	font-weight: 500
}

.col-md-4 .o-openers-dealers-section__subsection .text-button-wrapper .a-button-primary {
	margin-top: 8px;
	margin-bottom: 32px
}

@media screen and (min-width:992px) {
	.o-openers-dealers-section__subsection {
		margin-bottom: 0px
	}
}

.o-accessories-cta-hero {
	padding-top: 10px
}

.o-hero-accessoriesHero {
	margin-bottom: 2rem;
	margin-top: 24px;
	background-position: center top
}

.o-hero-accessoriesHero .container {
	min-height: 500px
}

.o-hero-accessoriesHero .container .basic-hero__text-overlay {
	top: 20px
}

.o-hero-accessoriesHero h2 {
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	font-size: 40px
}

.o-hero-accessoriesHero p {
	color: white;
	margin-bottom: 2rem;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px
}

.o-difference {
	margin-top: 1.2rem;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 48px
}

.o-content__carousel {
	padding-top: 2em
}

.o-lm-difference__post a {
	color: rgb(72, 81, 83)
}

.o-lm-difference__post a p.m-carousel-item__blog-title {
	font-weight: 700
}

.o-content__carousel .o-lm-difference__post img,
.o-difference .text-button-wrapper {
	position: relative;
	min-height: 1px
}

@media (min-width:992px) {

	.o-content__carousel .o-lm-difference__post img,
	.o-difference .text-button-wrapper {
		float: left
	}
}

@media (min-width:992px) {
	.o-content__carousel .o-lm-difference__post img {
		width: 66.6667%;
		padding-right: 15px
	}
}

@media (min-width:992px) {
	.o-difference .text-button-wrapper {
		width: 33.3333%;
		padding-left: 15px
	}
}

.o-content__carousel .o-lm-difference__post img {
	margin-bottom: 1em
}

.o-difference .text-button-wrapper {
	text-align: left;
	padding-top: 1rem;
	padding-bottom: 3rem
}

.o-difference .a-social-carousel-label {
	font-size: 10px
}

.o-hero-myqHero {
	min-height: 600px;
	background-size: cover;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.o-hero-myqHero .o-hero-myqHero__container {
	float: left;
	text-align: center;
	padding: 3rem
}

.o-hero-myqHero h2 {
	color: white;
	text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px;
	font-size: 40px
}

.o-hero-myqHero p {
	color: white;
	text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px
}

.o-myq-hero__cta-group__notification {
	width: 253px;
	margin-bottom: 2rem
}

.o-myq-hero__phone-image {
	min-height: 600px
}

.o-myq-hero__phone-image img {
	position: absolute;
	width: 307px;
	bottom: 0px
}

@media (min-width:768px) {
	.o-hero-myqHero__container {
		width: 100%
	}
}

@media (min-width:992px) {
	.o-hero-myqHero__container {
		width: 66.6667%
	}
}

.m-utility-nav {
	background-color: white;
	border-bottom: 1px solid rgb(229, 232, 232)
}

.m-utility-nav .a-button-default {
	display: flex;
	align-items: center;
	padding: 0.5rem 1rem;
	color: rgb(72, 81, 83);
	font-size: 12px;
	transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.m-utility-nav .a-button-default.g-optimize {
	background-color: rgb(193, 2, 48);
	color: rgb(255, 255, 255)
}

.m-utility-nav .a-button-default.g-optimize img {
	width: 15px;
	padding-right: 5px
}

.m-utility-nav .a-button-default i {
	vertical-align: middle;
	position: relative;
	top: -1px
}

.m-utility-nav__wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.m-utility-nav__wrapper .dropdown-menu {
	margin: 0px;
	padding: 15px 0px
}

.m-utility-nav__wrapper .dropdown-menu li a {
	color: rgb(0, 0, 0)
}

.m-promotion-nav {
	height: 3rem;
	font-size: 0.75rem;
	background-color: rgb(36, 41, 46);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	flex-direction: row;
	z-index: 11;
	font-weight: 700
}

.m-promotion-nav__icon {
	margin-left: 0.25rem;
	margin-right: 0.5rem
}

.m-promotion-nav__close {
	display: inline-block;
	color: white;
	position: absolute;
	right: 0.75rem;
	top: 1rem
}

.m-promotion-nav__close i {
	font-size: 1rem
}

.m-main-nav {
	background-color: white;
	position: relative;
	border-bottom: 1px solid rgb(229, 232, 232);
	z-index: 121
}

.m-main-nav a {
	color: rgb(72, 81, 83);
	transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.m-main-nav__flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 64px
}

@media screen and (min-width:768px) {
	.m-main-nav__flex {
		height: 92px
	}
}

.m-main-nav__mobileMenu {
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.m-main-nav__mobileMenu a#mobileMenu {
	width: 28px;
	height: 28px;
	position: relative;
	z-index: 11;
	font-size: 10px;
	display: block;
	text-align: center;
	line-height: 10px;
	text-decoration: none
}

.m-main-nav__mobileMenu a#mobileMenu #mobileMenu-shop {
	transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%
}

.m-main-nav__mobileMenu a#mobileMenu #mobileMenu-bar1 {
	position: absolute;
	top: 2px;
	left: 0px
}

.m-main-nav__mobileMenu a#mobileMenu #mobileMenu-bar2 {
	position: absolute;
	top: 10px
}

.m-main-nav__mobileMenu a#mobileMenu .bar {
	height: 2px;
	width: 100%;
	background-color: rgb(51, 51, 51);
	transform-origin: center center;
	transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.m-main-nav__logo {
	position: absolute;
	inset: 0px 65px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center
}

@media screen and (min-width:480px) {
	.m-main-nav__logo {
		left: 0px;
		right: 40px
	}
}

@media screen and (min-width:768px) {
	.m-main-nav__logo {
		left: 0px;
		right: 10px
	}
}

@media screen and (min-width:992px) {
	.m-main-nav__logo {
		left: 70px;
		right: 0px;
		position: relative;
		justify-content: flex-start
	}
}

@media screen and (min-width:1200px) {
	.m-main-nav__logo {
		left: 0px;
		right: 0px
	}
}

.m-main-nav__logo .a-logo {
	display: block;
	margin-top: -2px
}

.m-main-nav__wrapper {
	display: flex;
	justify-content: space-around;
	align-items: stretch
}

.m-main-nav__wrapper ul {
	padding: 0px;
	margin: 0px
}

.m-main-nav__wrapper ul li {
	width: auto;
	background-color: transparent;
	list-style: none;
	font-size: 14px
}

.m-main-nav__wrapper a,
.m-main-nav__wrapper ul,
.m-main-nav__wrapper li {
	vertical-align: middle;
	display: flex;
	align-items: stretch;
	justify-content: center
}

.m-main-nav__wrapper ul li>a.m-main-nav__link {
	font-weight: 700
}

.m-main-nav__wrapper a.m-main-nav__link {
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem
}

@media screen and (min-width:1440px) {
	.m-main-nav__wrapper a.m-main-nav__link {
		margin-left: 1rem;
		margin-right: 1rem
	}
}

.m-main-nav__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 11
}

.m-main-nav__right a {
	padding: 0.25rem;
	margin-right: 0.5rem
}

.m-main-nav__right a:last-child {
	margin-right: 0px;
	padding-right: 0px
}

.m-main-nav__mobileFlyout {
	position: absolute;
	top: 100%;
	width: 90%;
	z-index: 200;
	font-size: 12px;
	line-height: 1rem;
	height: 100%;
	background-color: pink;
	left: -100%;
	transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.m-main-nav__mobileFlyout .dropdown-navigation .dropdown a,
.m-main-nav__mobileFlyout .dropdown-navigation a {
	background-color: rgb(72, 81, 83);
	padding: 1rem;
	border-bottom: 1px solid rgb(151, 151, 151);
	display: block;
	color: white
}

.m-main-nav__mobileFlyout .dropdown-navigation .dropdown a i,
.m-main-nav__mobileFlyout .dropdown-navigation a i {
	display: none
}

.m-main-nav__mobileFlyout .dropdown-navigation .dropdown a .caret,
.m-main-nav__mobileFlyout .dropdown-navigation a .caret {
	position: absolute;
	right: 10px;
	top: 50%;
	border-top: 6px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}

.m-main-nav__mobileFlyout .dropdown-navigation .dropdown-menu {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	box-shadow: none
}

.m-main-nav__mobileFlyout .dropdown-navigation .dropdown-menu li.yCmsComponent a {
	background-color: rgb(121, 131, 135);
	border-bottom: 1px solid rgb(103, 113, 116);
	color: rgb(255, 255, 255);
	font-size: 12px;
	line-height: 1rem;
	padding-left: 2rem
}

@media screen and (min-width:1399px) {
	.m-main-nav__mobileFlyout {
		display: none
	}
}

.m-main-nav__mobileFlyout .m-main-nav__mobileFlyout__utility,
.m-main-nav__mobileFlyout li {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px
}

.m-main-nav__mobileFlyout__utility a {
	background-color: rgb(72, 81, 83);
	padding: 1rem;
	border-bottom: 1px solid rgb(151, 151, 151);
	display: block;
	color: white
}

.desktop-dropdown__wrapper {
	position: absolute;
	width: 100%;
	z-index: 9;
	left: 0px;
	top: 100%;
	padding-top: 1px;
	background: transparent;
	height: 0px
}

.desktop-dropdown__wrapper .desktop-dropdown {
	background-color: white;
	padding-top: 24px;
	padding-bottom: 24px;
	transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
	transform: scaleY(0);
	transform-origin: center top;
	overflow: hidden;
	text-align: left;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px -10px
}

.desktop-dropdown__wrapper .desktop-dropdown a {
	display: inline-block;
	font-weight: 700;
	color: rgb(72, 81, 83)
}

.screenShade {
	opacity: 0;
	height: 0px;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	transition: opacity 0.4s;
	z-index: 9
}

@media screen and (min-width:1399px) {
	.screenShade {
		display: none
	}
}

.desktop-dropdown__wrapper .desktop-dropdown__image-wrapper {
	text-align: center
}

.desktop-dropdown__wrapper .desktop-dropdown__image-wrapper img {
	height: 105px;
	width: auto
}

@media screen and (min-width:1200px) {
	.desktop-dropdown__wrapper .desktop-dropdown__image-wrapper img {
		height: 90px
	}
}

.desktop-dropdown__wrapper .desktop-dropdown__image-wrapper p {
	font-size: 13px;
	margin-top: 20px
}

.desktop-dropdown__wrapper .desktop-dropdown__image-wrapper a {
	display: inline-block;
	padding: 0px
}

.dropdown-navigation .dropdown-navigation-click-link {
	float: left;
	width: 83.3333%;
	padding: 1.25rem !important;
	background-color: rgb(248, 248, 248) !important;
	color: rgb(92, 100, 104) !important
}

.dropdown-navigation .dropdown-navigation-click-caret-container {
	float: left;
	width: 16.6667%;
	background-color: rgb(248, 248, 248);
	padding: 1.25rem;
	border-bottom: 1px solid rgb(151, 151, 151);
	display: block;
	color: white;
	text-align: right
}

.dropdown-navigation .dropdown-navigation-click-caret {
	border-top: 6px dashed;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	color: rgb(92, 100, 104);
	position: relative
}

.m-main-nav .mini-cart-checkout-button {
	color: rgb(255, 255, 255);
	text-transform: capitalize
}

.mini-cart .mini-cart-body .mini-cart-message .taxes {
	color: rgb(193, 2, 48)
}

@media (min-width:992px) {
	.basic-video-modal .modal-dialog {
		width: 67vw;
		padding: 1rem
	}
}

.basic-video-modal .iframe-container {
	position: relative;
	height: 0px;
	overflow: hidden;
	padding-bottom: 56.25%;
	margin-top: 2rem
}

.basic-video-modal iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}

.template-pages-layout-landingLayout2Page footer {
	margin-top: 0px
}

@media (min-width:480px) {
	header .find-dealer-button-container {
		display: none
	}
}

@media only screen and (min-width:1200px) {
	html {
		font-size: 18px
	}
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative
}

.container:not(.o-global-header .container) {
	width: 100%
}

@media only screen and (min-width:768px) {
	.container:not(.o-global-header .container) {
		width: 100%
	}
}

@media only screen and (min-width:1440px) {
	.container:not(.o-global-header .container) {
		width: calc(1420px)
	}
}

div {
	box-sizing: border-box
}

.myq-add-to-cart-container {
	background-color: rgb(255, 255, 255);
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	position: fixed;
	max-width: 375px !important;
	width: 100% !important
}

.pop-title-sec {
	margin: 0px;
	padding: 17px 21px 15px 16px;
	position: relative;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.pop-title-sec h3 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-family: var(--add-to-cart-font-family-regular);
	font-size: 20px;
	font-weight: 500;
	color: rgb(0, 0, 0);
	position: relative
}

.pop-title-sec h3::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	font-family: "Material Icons Outlined";
	font-size: 16px;
	background-color: rgb(45, 170, 78);
	border-radius: 50px;
	color: rgb(255, 255, 255);
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.pop-title-sec span {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: rgb(0, 0, 0);
	opacity: 0.6
}

.pop-title-sec span {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	color: rgb(0, 0, 0);
	opacity: 0.6;
	width: 15px;
	line-height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 15px !important
}

.pop-body {
	margin: 0px;
	padding: 16px;
	position: relative
}

.pop-body .pop-product-list .pop-pro-box {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: flex;
	gap: 0px 16px
}

.pop-body .pop-product-list .pop-pro-box .pop-p-img {
	min-width: 132px;
	height: 132px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center
}

.pop-body .pop-product-list .pop-pro-box .pop-p-img img {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover
}

.pop-pro-box .pop-p-cnt {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column
}

.pop-pro-box .pop-p-cnt .pop-p-cnt-title {
	font-family: var(--add-to-cart-font-family-bold);
	font-size: 16px;
	line-height: 16px;
	color: rgb(0, 0, 0)
}

.pop-pro-box .pop-p-cnt .pop-p-cnt-subtitle {
	font-family: var(--add-to-cart-font-family);
	font-size: 14px;
	font-weight: 500;
	color: rgb(128, 128, 128);
	line-height: 14px;
	margin: 4px 0px 0px
}

.pop-pro-box .pop-p-cnt .pop-p-cnt-price {
	font-family: var(--add-to-cart-font-family);
	margin: auto 0px 0px;
	font-size: 20px;
	font-weight: bold;
	color: rgb(0, 0, 0);
	line-height: 20px
}

.pop-pro-box .pop-counter {
	margin: 16px 0px 0px;
	padding: 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 98px;
	height: 42px;
	border: 1px solid rgb(204, 204, 204)
}

.pop-counter-container {
	display: flex;
	align-items: center;
	gap: 20px
}

.pop-max-qty-message {
	margin-top: 20px;
	color: rgb(133, 1, 1)
}

.pop-counter button {
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto 0px;
	height: 20px;
	width: 20px;
	background-color: rgb(116, 116, 116);
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.pop-counter button.counter-minus {
	left: 8px
}

.pop-counter button.counter-plus {
	right: 8px;
	left: auto
}

.pop-counter input.form-control {
	margin: 0px;
	padding: 10px;
	text-align: center;
	background: none;
	border: none;
	height: 100%;
	width: 100%;
	outline: none;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.87);
	font-size: 16px
}

.pop-counter button span {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	width: fit-content !important;
	height: fit-content !important
}

.pop-footer {
	margin: 24px 0px 0px;
	padding: 0px;
	position: relative
}

.f-20 {
	font-size: 20px !important
}

.t-12::before {
	top: 12px !important
}

.a-button {
	margin-right: 8px;
	padding: 0.7rem 1rem;
	min-width: 160px;
	font-size: 18px;
	border: solid var(--checkout-stepper-border-color) 1.5px;
	width: 100%
}

.add_to_cart_popup_p_price-container {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px
}

.pop-p-cnt-price-per-item {
	text-decoration: line-through
}

:root {
	--spacing: 13px;
	--search-box-width: 100%;
	--atomic-font-family: var(--main-font-family);
	--chamberlain-primary-color: #191919;
	--my-color: #191919;
	--chamberlain-submit-color: #d9d9d9;
	--max-search-input-suggestions: calc(var(--search-box-width) - var(--search-box-submit-width) - 25px);
	--main-grey-color: #d2d0cd;
	--tab-hover-color: var(--chamberlain-main-color);
	--tab-border-color: #c7c9cb;
	--tab-active-color: white;
	--tab-active-background-color: #cae8f5;
	--tab-primary-color: #4c5056;
	--tab-primary-background-color: white;
	--search-box-radius: 0px;
	--button-border-radius: 0px;
	--half-gap: 18px;
	--full-gap: calc(var(--half-gap) * 2);
	--tab-font-size: 20px;
	--tab-font-weight: 600;
	--tab-font-size--mobile: 14px;
	--tab-font-size--tablet: 18px;
	--tab-font-weight--tablet: 600;
	--tab-font-weight--mobile: 600
}

atomic-external {
	display: flex;
	justify-content: center
}

body {
	--go-button-caption: 'Go';
	--show-filter-caption: 'Show Filter';
	--hide-filter-caption: 'Hide Filter'
}

.standalone-interface {
	display: none !important
}

atomic-search-interface {
	display: grid;
	padding-left: var(--spacing);
	padding-right: var(--spacing);
	grid-template-columns: var(--spacing) 1fr var(--spacing)
}

.LiftMasterInterface {
	background-color: rgb(239, 239, 239)
}

.summary {
	grid-area: summary;
	padding: var(--spacing) 0px;
	justify-content: center;
	text-align: left
}

atomic-search-box {
	grid-area: search;
	padding: 24px 0px;
	width: 100%;
	max-width: var(--search-box-width)
}

atomic-search-interface.desktop {
	column-gap: 0px;
	grid-template-columns: 0fr minmax(auto, 305px) minmax(500px, 100%) 0fr;
	grid-template-areas: "heading heading heading heading"". pg-top pg-top ."". facets results ."". pg-btm pg-btm ."". status status .";
	grid-template-rows: min-content;
	padding-left: var(--full-gap);
	padding-right: var(--full-gap)
}

atomic-search-interface.desktop:not(.with-facets) {
	grid-template-columns: 0fr auto minmax(500px, 100%) 0fr
}

:root {
	--chamberlain-main-color: #b12935;
	--chamberlain-secondary-color: #efd4d7;
	--tab-gab: 2rem;
	--main-font-family: "AktivGrotesk", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	--search-button-background-color: var(--chamberlain-main-color);
	--tab-active-background-color: var(--chamberlain-secondary-color);
	--product-title-font: "EffraBold", "Barlow Condensed", "Impact", "Arial Narrow", sans-serif;
	--product-title-color: #000000;
	--product-title-font-weight: 500;
	--product-title-font-style: normal;
	--product-title-text-transform: capitalize;
	--product-price-color: #4c5056;
	--product-title-size: 26px;
	--product-price-weight: 700;
	--product-metadata-color: #4c5056;
	--product-title-margin-top: 20px;
	--call-to-action-height: 1rem;
	--call-to-action-font-family: "EffraBold", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	--call-to-action-font-size: 18px;
	--call-to-action-element-height: 41.91px;
	--search-box-submit-width: 89px;
	--search-box-submit-padding: 1rem 2rem;
	--search-box-color: #4c5056;
	--search-box-font-size: 16px;
	--pager-color: var(--chamberlain-main-color);
	--button-hover-color: var(--chamberlain-secondary-color);
	--facet-checkbox-hover-color: var(--chamberlain-main-color);
	--facet-checkbox-color: rgb(72, 81, 83);
	--facet-checkbox-border-radius: 0;
	--search-box-gab: 1.5rem;
	--ui-promotion-default-main-color: #00305E;
	--chamberlain-facet-color: #191919 !important
}

@media only screen and (min-width:0px) {
	:root {
		--search-box-height: 55.58px
	}
}

@media only screen and (min-width:992px) {
	:root {
		--search-box-height: 55.61px
	}
}

:root {
	--checkout-border-primary-color: #efefef;
	--checkout-box-background-color: #fff;
	--checkout-box-body-background-color: #efefef;
	--checkout-stepper-background-fill-color: #c10230;
	--checkout-stepper-background-color: #fff;
	--checkout-stepper-border-color: #c10230;
	--checkout-stepper-complete-background-color: #2daa4e;
	--checkout-stepper-complete-font-color: #808080;
	--checkout-stepper-process-font-color: #c10230;
	--checkout-next-btn-background-color-disable: #f3ccd6;
	--checkout-next-btn-background-color: #c10230;
	--checkout-coupon-apply-disable-color: #f3ccd6;
	--checkout-coupon-apply-color: #c10230;
	--checkout-btn-disable: #f3ccd6;
	--checkout-cart-totals-list-color: #000;
	--checkout-order-details-color: #2daa4e;
	--checkout-error-color: #c53131;
	--checkout-order-summary-details-code: #808080;
	--checkout-order-summary-details-desc: #000;
	--checkout-next-btn-border-radius: none;
	--home-support-link-hover-color: #c10230;
	--add-to-cart-font-family-regular: "AktivGrotesk", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	--add-to-cart-font-family-bold: "EffraBold", "Barlow Condensed", "Impact", "Arial Narrow", sans-serif;
	--add-to-cart-font-family: 'AktivGrotesk', sans-serif;
	--add-to-cart-text: #000000;
	--add-to-cart-alt-text: #808080
}

#cboxOverlay {
	position: fixed
}

.js-support-modal-lh-cm {
	left: auto;
	margin: auto;
	padding: 0px;
	height: 90vh;
	z-index: 122;
	max-width: 96%;
	top: 35px !important;
	bottom: auto !important;
	right: 250px !important
}

#addtocart-popup-modal {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
	display: none
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
	outline-offset: 1px
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 152px;
	display: block;
	text-decoration: none;
	font-size: 0.75em
}

#onetrust-pc-sdk button * {
	font-size: inherit;
	font-weight: inherit;
	color: inherit
}

#onetrust-pc-sdk .ot-hide {
	display: none !important
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
	padding: 0px
}

#onetrust-pc-sdk .ot-sdk-container {
	padding-right: 0px
}

#onetrust-pc-sdk .ot-sdk-row {
	flex-direction: initial;
	width: 100%
}

#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
	pointer-events: initial
}

#onetrust-pc-sdk input {
	margin: 3px 0.1ex
}

#onetrust-pc-sdk .ot-pc-logo {
	height: 60px;
	width: 180px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

#onetrust-pc-sdk .ot-pc-logo img {
	max-height: 100%;
	max-width: 100%
}

#onetrust-pc-sdk .ot-scrn-rdr {
	border: 0px;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	width: 1px
}

#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in {
	animation-name: onetrust-fade-in;
	animation-duration: 400ms;
	animation-timing-function: ease-in-out
}

#onetrust-pc-sdk.ot-hide {
	display: none !important
}

.onetrust-pc-dark-filter.ot-hide {
	display: none !important
}

.onetrust-pc-dark-filter {
	background: rgba(0, 0, 0, 0.5);
	z-index: 2147483646;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px
}

#onetrust-pc-sdk .ot-pc-footer-logo img {
	width: 136px;
	height: 16px
}

#onetrust-pc-sdk .ot-optout-signal {
	border: 1px solid rgb(50, 174, 136);
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: rgb(249, 255, 250);
	font-size: 0.85rem;
	line-height: 2
}

#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
	display: inline;
	margin-right: 5px
}

#onetrust-pc-sdk .ot-optout-signal svg {
	height: 20px;
	width: 30px;
	transform: scale(0.5)
}

#onetrust-pc-sdk .ot-optout-signal svg path {
	fill: rgb(50, 174, 136)
}

#onetrust-banner-sdk,
#onetrust-pc-sdk {
	font-size: 16px
}

#onetrust-banner-sdk *,
#onetrust-banner-sdk::after,
#onetrust-banner-sdk::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk::after,
#onetrust-pc-sdk::before {
	box-sizing: content-box
}

#onetrust-banner-sdk div,
#onetrust-banner-sdk button,
#onetrust-banner-sdk a,
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk ul,
#onetrust-pc-sdk li,
#onetrust-pc-sdk #ot-pc-content {
	font-family: inherit;
	font-weight: normal;
	-webkit-font-smoothing: auto;
	letter-spacing: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	height: auto;
	min-height: 0px;
	max-height: none;
	width: auto;
	min-width: 0px;
	max-width: none;
	border-radius: 0px;
	border: none;
	clear: none;
	float: none;
	position: static;
	inset: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	background: none;
	overflow: visible;
	vertical-align: baseline;
	visibility: visible;
	z-index: auto;
	box-shadow: none
}

#onetrust-pc-sdk label::before,
#onetrust-pc-sdk label::after {
	content: none
}

#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px 20px;
	box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-columns,
#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0px;
	display: initial
}

@media (min-width:400px) {

	#onetrust-banner-sdk .ot-sdk-container,
	#onetrust-pc-sdk .ot-sdk-container {
		width: 90%;
		padding: 0px
	}
}

@media (min-width:550px) {

	#onetrust-banner-sdk .ot-sdk-container,
	#onetrust-pc-sdk .ot-sdk-container {
		width: 100%
	}
}

@media (min-width:550px) {

	#onetrust-banner-sdk .ot-sdk-columns,
	#onetrust-pc-sdk .ot-sdk-column,
	#onetrust-pc-sdk .ot-sdk-columns {
		margin-left: 4%
	}
}

@media (min-width:550px) {

	#onetrust-banner-sdk .ot-sdk-columns:first-child,
	#onetrust-pc-sdk .ot-sdk-column:first-child,
	#onetrust-pc-sdk .ot-sdk-columns:first-child {
		margin-left: 0px
	}
}

@media (min-width:550px) {
	#onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns {
		width: 22%
	}
}

@media (min-width:550px) {
	#onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns {
		width: 30.6667%
	}
}

@media (min-width:550px) {

	#onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
	#onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns {
		width: 65.3333%
	}
}

#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4 {
	margin-top: 0px;
	font-weight: 600;
	font-family: inherit
}

#onetrust-pc-sdk h2 {
	font-size: 1.5rem;
	line-height: 1.25
}

#onetrust-pc-sdk h3 {
	font-size: 1.5rem;
	line-height: 1.3
}

#onetrust-pc-sdk h4 {
	font-size: 1.5rem;
	line-height: 1.35
}

@media (min-width:550px) {
	#onetrust-pc-sdk h2 {
		font-size: 1.5rem
	}
}

@media (min-width:550px) {
	#onetrust-pc-sdk h3 {
		font-size: 1.5rem
	}
}

@media (min-width:550px) {
	#onetrust-pc-sdk h4 {
		font-size: 1.5rem
	}
}

#onetrust-pc-sdk p {
	margin: 0px 0px 1em;
	font-family: inherit;
	line-height: normal
}

#onetrust-banner-sdk a,
#onetrust-pc-sdk a {
	color: rgb(86, 86, 86);
	text-decoration: underline
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
	margin-bottom: 1rem;
	font-family: inherit
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button {
	display: inline-block;
	height: 38px;
	padding: 0px 30px;
	color: rgb(85, 85, 85);
	text-align: center;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0.01em;
	text-decoration: none;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 2px;
	border: 1px solid rgb(187, 187, 187);
	cursor: pointer;
	box-sizing: border-box
}

#onetrust-pc-sdk input[type="text"] {
	height: 38px;
	padding: 6px 10px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(209, 209, 209);
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box
}

#onetrust-pc-sdk input[type="text"] {
	appearance: none
}

#onetrust-pc-sdk label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600
}

#onetrust-pc-sdk input[type="checkbox"] {
	display: inline
}

#onetrust-pc-sdk ul {
	list-style: inside circle
}

#onetrust-pc-sdk ul {
	padding-left: 0px;
	margin-top: 0px
}

#onetrust-pc-sdk li {
	margin-bottom: 1rem
}

#onetrust-banner-sdk .ot-sdk-container::after,
#onetrust-banner-sdk .ot-sdk-row::after,
#onetrust-pc-sdk .ot-sdk-container::after,
#onetrust-pc-sdk .ot-sdk-row::after {
	content: "";
	display: table;
	clear: both
}

#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row {
	margin: 0px;
	max-width: none;
	display: block
}

#onetrust-banner-sdk {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px
}

#onetrust-banner-sdk.otFlat {
	position: fixed;
	z-index: 2147483645;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: rgb(255, 255, 255);
	max-height: 90%;
	overflow: hidden auto
}

#onetrust-banner-sdk {}

#onetrust-banner-sdk #onetrust-policy {
	margin: 1.25em 0px 0.625em 2em;
	overflow: hidden
}

#onetrust-banner-sdk #onetrust-policy-text {
	clear: both;
	text-align: left;
	font-size: 0.88em;
	line-height: 1.4
}

#onetrust-banner-sdk #onetrust-policy-text * {
	font-size: inherit;
	line-height: inherit
}

#onetrust-banner-sdk #onetrust-policy-text a {
	font-weight: bold;
	margin-left: 5px
}

#onetrust-banner-sdk #onetrust-policy-text {
	color: dimgray;
	float: left
}

#onetrust-banner-sdk #onetrust-button-group-parent {
	min-height: 1px;
	text-align: center
}

#onetrust-banner-sdk #onetrust-button-group {
	display: inline-block
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
	background-color: rgb(104, 182, 49);
	color: rgb(255, 255, 255);
	border-color: rgb(104, 182, 49);
	margin-right: 1em;
	min-width: 125px;
	height: auto;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	padding: 12px 10px;
	line-height: 1.2;
	font-size: 0.813em;
	font-weight: 600
}

#onetrust-banner-sdk .banner_logo {
	display: none
}

#onetrust-banner-sdk #onetrust-policy-text {
	font-size: 0.813em;
	line-height: 1.5
}

@media only screen and (min-width:769px) {
	#onetrust-banner-sdk #onetrust-button-group {
		margin-right: 30%
	}
}

@media only screen and (min-width:1024px) {
	#onetrust-banner-sdk #onetrust-close-btn-container {
		top: 50%;
		margin: auto;
		transform: translate(-50%, -50%);
		position: absolute;
		right: 0px
	}
}

@media only screen and (min-width:1024px) {
	#onetrust-banner-sdk #onetrust-policy {
		margin-left: 2em
	}
}

@media only screen and (min-width:1024px) {
	#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
		position: absolute;
		top: 50%;
		left: 60%;
		transform: translateY(-50%)
	}
}

@media only screen and (min-width:1024px) {
	#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
		margin: auto;
		width: 30%
	}
}

@media only screen and (min-width:1024px) {
	#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
		width: 60%
	}
}

@media only screen and (min-width:1024px) {
	#onetrust-banner-sdk #onetrust-button-group {
		margin-right: auto
	}
}

@media only screen and (min-width:1024px) {

	#onetrust-banner-sdk #onetrust-accept-btn-handler,
	#onetrust-banner-sdk #onetrust-pc-btn-handler {
		margin-top: 1em
	}
}

@media only screen and (min-width:1280px) {
	#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
		width: 55%
	}
}

@media only screen and (min-width:1280px) {
	#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
		width: 44%;
		padding-left: 2%;
		padding-right: 2%
	}
}

@media only screen and (min-width:1280px) {
	#onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
		position: absolute;
		left: 55%
	}
}

#onetrust-consent-sdk #onetrust-banner-sdk {
	background-color: rgb(255, 255, 255)
}

#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk #onetrust-policy-text:not(.onetrust-vendors-list-handler) {
	color: rgb(25, 25, 25)
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href] {
	color: rgb(193, 2, 48)
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {
	background-color: rgb(193, 2, 48);
	border-color: rgb(193, 2, 48);
	color: rgb(255, 255, 255)
}

#onetrust-consent-sdk #onetrust-pc-btn-handler {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	background-color: rgb(193, 2, 48)
}

#onetrust-pc-sdk {
	position: fixed;
	width: 730px;
	max-width: 730px;
	height: 610px;
	inset: 0px;
	margin: auto;
	font-size: 16px;
	z-index: 2147483647;
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px 0px, rgba(50, 50, 93, 0.1) 0px 7px 14px 0px
}

#onetrust-pc-sdk *,
#onetrust-pc-sdk::after,
#onetrust-pc-sdk::before {
	box-sizing: content-box
}

#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk #ot-pc-lst {
	height: calc(100% - 185px)
}

#onetrust-pc-sdk li {
	list-style: none
}

#onetrust-pc-sdk ul,
#onetrust-pc-sdk li {
	margin: 0px
}

#onetrust-pc-sdk a {
	text-decoration: underline
}

#onetrust-pc-sdk .ot-link-btn {
	padding: 0px;
	margin-bottom: 0px;
	border: 0px;
	font-weight: normal;
	line-height: normal;
	width: auto;
	height: auto
}

#onetrust-pc-sdk .ot-grps-cntr *,
#onetrust-pc-sdk .ot-pc-scrollbar {}

#onetrust-pc-sdk .ot-pc-header {
	height: auto;
	padding: 10px;
	display: block;
	width: calc(100% - 20px);
	min-height: 52px;
	border-bottom: 1px solid rgb(216, 216, 216);
	position: relative
}

#onetrust-pc-sdk .ot-pc-logo {
	vertical-align: middle;
	width: 180px
}

#onetrust-pc-sdk .ot-pc-logo.ot-pc-logo {
	height: 40px
}

#onetrust-pc-sdk .ot-title-cntr {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 190px);
	padding-left: 10px
}

#onetrust-pc-sdk .ot-optout-signal {
	margin: 0.625rem 0.625rem 0.625rem 1.75rem
}

#onetrust-pc-sdk .ot-always-active {
	font-size: 0.813em;
	line-height: 1.5;
	font-weight: 700;
	color: rgb(56, 96, 190)
}

#onetrust-pc-sdk .ot-close-cntr {
	float: right;
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%)
}

#onetrust-pc-sdk #ot-pc-content {
	position: relative;
	overflow: hidden auto
}

#onetrust-pc-sdk #ot-pc-content .ot-sdk-container {
	margin-left: 0px
}

#onetrust-pc-sdk .ot-grps-cntr,
#onetrust-pc-sdk .ot-grps-cntr>* {
	height: 100%;
	overflow-y: auto
}

#onetrust-pc-sdk .category-menu-switch-handler {
	cursor: pointer;
	border-left: 10px solid rgba(0, 0, 0, 0);
	background-color: rgb(244, 244, 244);
	border-bottom: 1px solid rgb(215, 215, 215);
	padding: 12px 5px 12px 12px;
	overflow: hidden
}

#onetrust-pc-sdk .category-menu-switch-handler h3 {
	float: left;
	text-align: left;
	margin: 0px;
	color: dimgray;
	line-height: 1.4;
	font-size: 0.875em;
	word-break: break-word;
	overflow-wrap: break-word
}

#onetrust-pc-sdk .ot-active-menu {
	border-left: 10px solid rgb(104, 182, 49);
	background-color: rgb(255, 255, 255);
	border-bottom: none;
	position: relative
}

#onetrust-pc-sdk .ot-active-menu h3 {
	color: rgb(38, 50, 56);
	font-weight: bold
}

#onetrust-pc-sdk .ot-desc-cntr {
	word-break: break-word;
	overflow-wrap: break-word;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 15px
}

#onetrust-pc-sdk .ot-grp-desc {
	word-break: break-word;
	overflow-wrap: break-word;
	text-align: left;
	font-size: 0.813em;
	line-height: 1.5;
	margin: 0px
}

#onetrust-pc-sdk .ot-grp-desc * {
	font-size: inherit;
	line-height: inherit
}

#onetrust-pc-sdk #ot-pc-desc a {
	color: rgb(56, 96, 190);
	cursor: pointer;
	font-size: 1em
}

#onetrust-pc-sdk #ot-pc-desc * {
	font-size: inherit
}

#onetrust-pc-sdk .ot-btn-subcntr {
	float: right
}

#onetrust-pc-sdk .ot-tgl {
	float: right;
	position: relative;
	z-index: 1
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
	background-color: rgb(60, 115, 86)
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob::before {
	transform: translateX(16px);
	background-color: rgb(111, 150, 129)
}

#onetrust-pc-sdk .ot-switch {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 10px;
	margin-bottom: 0px
}

#onetrust-pc-sdk .ot-switch-nob {
	position: absolute;
	cursor: pointer;
	inset: 0px;
	background-color: rgb(118, 118, 118);
	border: none;
	transition: 0.2s ease-in;
	border-radius: 46px
}

#onetrust-pc-sdk .ot-switch-nob::before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	bottom: 1px;
	background-color: rgb(77, 77, 77);
	border-radius: 100%;
	top: -5px;
	transition: 0.4s
}

#onetrust-pc-sdk .ot-chkbox {
	z-index: 1;
	position: relative;
	float: left
}

#onetrust-pc-sdk .ot-chkbox input+label::after {
	content: none;
	color: rgb(255, 255, 255)
}

#onetrust-pc-sdk .ot-chkbox label {
	position: relative;
	height: 20px;
	padding-left: 30px;
	display: inline-block;
	cursor: pointer
}

#onetrust-pc-sdk .ot-chkbox label::before,
#onetrust-pc-sdk .ot-chkbox label::after {
	position: absolute;
	content: "";
	display: inline-block;
	border-radius: 3px
}

#onetrust-pc-sdk .ot-chkbox label::before {
	height: 18px;
	width: 18px;
	border: 1px solid rgb(56, 96, 190);
	left: 0px
}

#onetrust-pc-sdk .ot-chkbox label::after {
	height: 5px;
	width: 9px;
	border-left: 3px solid;
	border-bottom: 3px solid;
	transform: rotate(-45deg);
	left: 4px;
	top: 5px
}

#onetrust-pc-sdk .ot-label-txt {
	display: none
}

#onetrust-pc-sdk .ot-fltr-opt .ot-label-txt {
	display: inline-block
}

#onetrust-pc-sdk .ot-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
	position: absolute;
	opacity: 0;
	width: 0px;
	height: 0px
}

#onetrust-pc-sdk .ot-label-status {
	font-size: 0.75em;
	position: relative;
	top: 2px;
	display: none;
	padding-right: 5px;
	float: left
}

#onetrust-pc-sdk #ot-lst-cnt .ot-label-status {
	top: -6px
}

#onetrust-pc-sdk .ot-fltr-opts {
	min-height: 35px
}

#onetrust-pc-sdk .ot-fltr-btns {
	margin: 10px 15px 0px
}

#onetrust-pc-sdk .ot-fltr-btns button {
	padding: 12px 30px
}

#onetrust-pc-sdk .ot-pc-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	max-height: 160px;
	border-top: 1px solid rgb(216, 216, 216)
}

#onetrust-pc-sdk .ot-pc-footer button {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 0.813em;
	min-height: 40px;
	height: auto;
	line-height: normal;
	padding: 10px 30px
}

#onetrust-pc-sdk .ot-tab-desc {
	margin-left: 3%
}

#onetrust-pc-sdk .ot-grp-hdr1 {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px
}

#onetrust-pc-sdk .ot-desc-cntr h4 {
	color: rgb(38, 50, 56);
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	font-weight: bold;
	font-size: 0.875em;
	line-height: 1.3;
	max-width: 80%
}

#onetrust-pc-sdk #ot-pvcy-hdr {
	margin-bottom: 10px
}

#onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
	max-width: 28%
}

#onetrust-pc-sdk .ot-pc-footer-logo {
	height: 30px;
	width: 100%;
	text-align: right;
	background: rgb(244, 244, 244);
	border-radius: 0px 0px 2px 2px
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px
}

#onetrust-pc-sdk .save-preference-btn-handler {
	min-width: 155px;
	background-color: rgb(104, 182, 49);
	border-radius: 2px;
	color: rgb(255, 255, 255);
	font-size: 0.9em;
	line-height: 1.1;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px
}

#onetrust-pc-sdk #ot-pc-title {
	margin: 0px;
	overflow: hidden;
	position: relative;
	line-height: 1.2;
	max-height: 2.4em;
	padding-right: 1em;
	font-size: 1.37em;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	max-width: 90%
}

#onetrust-pc-sdk #ot-pc-lst {
	width: 100%;
	position: relative
}

#onetrust-pc-sdk .ot-lst-cntr {
	height: 100%
}

#onetrust-pc-sdk #ot-pc-hdr {
	padding: 15px 30px 15px 20px;
	display: inline-block;
	width: calc(100% - 50px);
	height: 20px;
	border-bottom: 1px solid rgb(216, 216, 216)
}

#onetrust-pc-sdk #ot-pc-hdr input {
	height: 32px;
	width: 100%;
	border-radius: 50px;
	font-size: 0.8em;
	padding-right: 35px;
	padding-left: 15px;
	float: left
}

#onetrust-pc-sdk #ot-lst-cnt {
	height: calc(100% - 86px);
	padding-left: 30px;
	padding-right: 27px;
	padding-top: 20px;
	margin: 8px 3px 4px 0px;
	overflow: hidden auto;
	transform: translate3d(0px, 0px, 0px)
}

#onetrust-pc-sdk #ot-back-arw {
	height: 12px;
	width: 12px
}

#onetrust-pc-sdk #ot-lst-title {
	display: inline-block;
	font-size: 1em
}

#onetrust-pc-sdk #ot-lst-title h3 {
	color: dimgray;
	font-weight: bold;
	margin-left: 10px;
	display: inline-block;
	font-size: 1em
}

#onetrust-pc-sdk .ot-lst-subhdr {
	float: right;
	position: relative;
	bottom: 6px
}

#onetrust-pc-sdk #ot-search-cntr {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 300px
}

#onetrust-pc-sdk #ot-search-cntr svg {
	position: absolute;
	right: 0px;
	width: 30px;
	height: 30px;
	font-size: 1em;
	line-height: 1;
	top: 2px
}

#onetrust-pc-sdk #ot-fltr-cntr {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	vertical-align: middle;
	font-size: 0px
}

#onetrust-pc-sdk #filter-btn-handler {
	background-color: rgb(56, 96, 190);
	border-radius: 17px;
	transition: 0.1s;
	width: 32px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	position: relative
}

#onetrust-pc-sdk #filter-btn-handler svg {
	cursor: pointer;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-top: 5px
}

#onetrust-pc-sdk #filter-btn-handler path {
	fill: rgb(255, 255, 255)
}

#onetrust-pc-sdk #ot-sel-blk {
	min-width: 200px;
	min-height: 30px;
	padding-left: 20px
}

#onetrust-pc-sdk #ot-selall-vencntr {
	float: left;
	height: 100%
}

#onetrust-pc-sdk #ot-selall-vencntr label {
	height: 100%;
	padding-left: 0px
}

#onetrust-pc-sdk #ot-selall-hostcntr {
	width: 21px;
	height: 21px;
	position: relative;
	left: 20px
}

#onetrust-pc-sdk #ot-selall-hostcntr input[type="checkbox"],
#onetrust-pc-sdk #ot-selall-vencntr input[type="checkbox"] {
	position: absolute
}

#onetrust-pc-sdk label {
	margin-bottom: 0px
}

#onetrust-pc-sdk .ot-tgl-cntr {
	display: inline-block;
	vertical-align: middle
}

#onetrust-pc-sdk .ot-tgl-cntr {
	float: right
}

#onetrust-pc-sdk .ot-desc-cntr {
	padding-top: 0px;
	margin-top: 20px;
	padding-right: 0px;
	border-radius: 3px;
	overflow: hidden;
	padding-bottom: 10px
}

#onetrust-pc-sdk .ot-category-desc {
	padding-bottom: 10px
}

#onetrust-pc-sdk .ot-grp-hdr1 {
	padding-left: 10px;
	width: calc(100% - 20px);
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 8px
}

#onetrust-pc-sdk .ot-desc-cntr>:not(.ot-grp-hdr1) {
	padding-left: 10px;
	padding-right: 10px
}

#onetrust-pc-sdk .ot-desc-cntr .ot-tgl-cntr:first-of-type,
#onetrust-pc-sdk .ot-cat-header+.ot-tgl {
	padding-left: 7px;
	padding-right: 7px
}

#onetrust-pc-sdk .ot-always-active-group .ot-grp-hdr1 .ot-tgl-cntr:first-of-type {
	padding-left: 0px
}

#onetrust-pc-sdk .ot-cat-header {
	max-width: calc(100% - 133px)
}

#onetrust-pc-sdk #ot-lst-cnt #ot-sel-blk {
	width: 100%;
	display: inline-block;
	padding: 0px
}

#onetrust-pc-sdk .ot-sel-all {
	display: inline-block;
	width: 100%
}

#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
	width: 100%;
	float: right;
	position: relative
}

#onetrust-pc-sdk .ot-sel-all-chkbox {
	z-index: 1
}

#onetrust-pc-sdk:not(.ot-hosts-ui) .ot-sel-all-hdr,
#onetrust-pc-sdk:not(.ot-hosts-ui) .ot-sel-all-chkbox {
	right: 23px;
	width: calc(100% - 23px)
}

#onetrust-pc-sdk .ot-consent-hdr,
#onetrust-pc-sdk .ot-li-hdr {
	float: right;
	font-size: 0.813em;
	position: relative;
	line-height: normal;
	text-align: center;
	word-break: break-word;
	overflow-wrap: break-word
}

#onetrust-pc-sdk .ot-li-hdr {
	max-width: 100px;
	margin-right: 10px
}

#onetrust-pc-sdk .ot-consent-hdr {
	max-width: 55px
}

#onetrust-pc-sdk #ot-selall-licntr {
	display: block;
	width: 21px;
	height: 21px;
	position: relative;
	float: right;
	right: 80px
}

#onetrust-pc-sdk #ot-selall-licntr input {
	position: absolute
}

#onetrust-pc-sdk #ot-selall-vencntr {
	float: right;
	width: 21px;
	height: 21px;
	position: relative;
	right: 15px
}

#onetrust-pc-sdk #ot-anchor {
	border: 12px solid rgba(0, 0, 0, 0);
	display: none;
	position: absolute;
	z-index: 2147483647;
	top: 40px;
	right: 35px;
	transform: rotate(45deg);
	background-color: rgb(255, 255, 255);
	box-shadow: rgb(199, 197, 199) -3px -3px 5px -2px
}

#onetrust-pc-sdk #ot-fltr-modal {
	width: 300px;
	position: absolute;
	z-index: 2147483646;
	top: 46px;
	height: 90%;
	max-height: 350px;
	display: none;
	transition: 0.2s;
	opacity: 1;
	right: 0px
}

#onetrust-pc-sdk #ot-fltr-modal button {
	max-width: 200px;
	line-height: 1;
	word-break: break-word;
	white-space: normal;
	height: auto;
	font-weight: bold
}

#onetrust-pc-sdk #ot-fltr-cnt {
	background-color: rgb(255, 255, 255);
	margin: 5px 10px 5px 5px;
	border-radius: 3px;
	height: 100%;
	padding-right: 10px;
	box-shadow: rgb(199, 197, 199) 0px 0px 12px 2px
}

#onetrust-pc-sdk .ot-fltr-scrlcnt {
	overflow: hidden auto;
	clear: both;
	max-height: calc(100% - 60px)
}

#onetrust-pc-sdk .ot-fltr-opt {
	margin-bottom: 5px;
	margin-left: 15px;
	min-height: 20px;
	clear: both
}

#onetrust-pc-sdk .ot-fltr-opt .ot-chkbox {
	float: none
}

#onetrust-pc-sdk .ot-fltr-opt span {
	cursor: pointer;
	color: dimgray;
	font-size: 0.8em;
	line-height: 1.1;
	font-weight: normal
}

#onetrust-pc-sdk #clear-filters-handler {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	text-decoration: none;
	color: rgb(56, 96, 190);
	font-size: 0.9em;
	border: none;
	padding: 1px
}

#onetrust-pc-sdk #filter-apply-handler {
	margin-right: 10px
}

#onetrust-pc-sdk .ot-grps-cntr {
	overflow-y: hidden
}

#onetrust-pc-sdk .ot-cat-header {
	float: left;
	font-weight: 600;
	font-size: 0.875em;
	line-height: 1.5;
	max-width: 90%;
	vertical-align: middle
}

#onetrust-pc-sdk #ot-lst-cnt {
	margin-top: 1rem;
	max-height: calc(100% - 96px)
}

@media (min-width:768px) {
	#onetrust-pc-sdk.ot-tgl-with-label .ot-label-status {
		display: inline
	}
}

@media (min-width:768px) {
	#onetrust-pc-sdk.ot-tgl-with-label #ot-pc-lst .ot-label-status {
		display: none
	}
}

@media (min-width:768px) {
	#onetrust-pc-sdk.ot-tgl-with-label .ot-cat-header {
		max-width: 60%
	}
}

@media (min-width:768px) {

	#onetrust-pc-sdk.ot-tgl-with-label .ot-desc-cntr .ot-tgl-cntr:first-of-type,
	#onetrust-pc-sdk.ot-tgl-with-label .ot-cat-header+.ot-tgl {
		padding-left: 15px
	}
}

@media only screen and (max-height:610px) {
	#onetrust-pc-sdk {
		max-height: 100%
	}
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-search-cntr,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title::after,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
	background-color: rgb(255, 255, 255)
}

#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
	color: rgb(25, 25, 25)
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
	background-color: rgb(193, 2, 48);
	border-color: rgb(193, 2, 48);
	color: rgb(255, 255, 255)
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
	border-color: rgb(193, 2, 48)
}

.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob::before {
	outline-color: rgb(0, 0, 0);
	outline-width: 1px;
	outline-offset: 1px
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
	background-color: rgb(244, 244, 244)
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
	background-color: rgb(255, 255, 255)
}

.js-support-modal {
	top: 40px;
	right: 200px;
	padding: 0px;
	height: 90vh;
	z-index: 122
}

.js-support-close {
	float: right;
	position: absolute;
	right: 3px;
	cursor: pointer;
	z-index: 122
}

.top-50 {
	margin-top: -20px !important
}

.top-p {
	margin-top: -30px !important;
	margin-bottom: 20px !important
}

.bg-black {
	background: rgb(0, 0, 0);
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 40px 80px 70px;
	margin-top: -20px !important
}

.bg-black h3 {
	color: rgb(255, 255, 255);
	margin-bottom: -5px;
	font-size: 24px !important
}

.bg-black p {
	line-height: 24px;
	color: rgb(128, 128, 128);
	margin-bottom: 20px;
	font-size: 16px !important
}

.banner-container,
.content-container p {
	font-family: EffraBold
}

.sec-p {
	padding-top: 25px;
	font-size: 24px;
	font-family: EffraBold
}

.section-div {
	margin: 0px auto
}

.content-container {
	margin: 0px auto;
	max-width: 1020px;
	box-sizing: border-box;
	padding: 40px 0px
}

.seller-container {
	display: flex;
	gap: 15px
}

.content-container .product-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%
}

.brandcolor {
	color: rgb(209, 2, 5);
	padding: 15px 0px 0px;
	font-size: 16px;
	font-family: AktivGrotesk-Medium !important;
	text-align: left !important
}

.content-container .product {
	display: flex;
	flex-direction: column;
	margin-bottom: 0px !important
}

h3 {
	font-size: 36px;
	font-family: EffraBold;
	padding-bottom: 5px;
	text-transform: math-auto
}

.banner-container {
	max-width: 1366px
}

.image-banner {
	width: 100%;
	position: relative
}

.liftm-button {
	text-decoration: none;
	color: rgb(255, 255, 255);
	background: rgb(193, 2, 47);
	padding: 15px 60px;
	font-size: 18px;
	font-family: AktivGrotesk-Medium;
	border: 2px solid rgb(193, 2, 47);
	margin-top: 15px
}

.img-fluid {
	width: 100%;
	height: auto
}

.hideDesktop {
	display: none !important
}

.text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 2.5rem;
	font-family: EffraBold;
	text-align: center
}

@media (min-width:1361px) {
	.top-50 {
		margin-top: -20px
	}
}

@media (min-width:1361px) {
	h3 {
		font-family: EffraBold;
		font-size: 36px;
		margin-bottom: 15px
	}
}

a:hover {
	outline: 0px
}

a:hover {
	color: rgb(216, 0, 52);
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

a:hover {
	color: rgb(216, 0, 52);
	text-decoration: none
}

.m-main-nav a:hover {
	color: rgb(216, 0, 52)
}

.o-hero-topHomepageHeroComponent {
	background-image: url("/medias/?context=bWFzdGVyfGltYWdlc3wxMzEwMDV8aW1hZ2UvanBlZ3xhVzFoWjJWekwyZzROUzlvTm1Rdk9EYzVOakU0TlRFek16QTROaTVxY0djfDAwODNjZjBiOThiZDhhMmI5Mzg5ZGQ3OTRmNDk2OWM1MTlkNTIwNjkyN2RlMGFkMzEzNTZkNjU5NTFmNDhjMmI")
}

.o-hero-myqHero {
	background-image: url("/medias/?context=bWFzdGVyfGltYWdlc3wxNzMwNTM5fGltYWdlL3BuZ3xhVzFoWjJWekwyaGlZUzlvTldJdk9EYzVOakU0TmpBMU1EVTVNQzV3Ym1jfDlkMDQ4MThiYWQxZTlkZjliNjRmNTE2OWM2OGRjNjZkMzdiNDQ3MjQwNTVjN2JlZDQ2OWFmYTEzODkyOGQwYWQ")
}

.o-hero-accessoriesHero {
	background-image: url("/medias/?context=bWFzdGVyfGltYWdlc3wyMDQ1MjA5fGltYWdlL3BuZ3xhVzFoWjJWekwyaGhNaTlvTlRVdk9EYzVOakU0TlRFd01ETXhPQzV3Ym1jfDczY2VjNWRhMGRiNTBjNzE4ZWY1YTRiYWVjOWU5NDJmMzUxNWZmNGZiNjFlNmU2MGNhZjIwNTg4ZmViNThlODI")
}

li.m-ch-main-nav__link-wrapper:hover a.m-main-nav__link {
	color: rgb(216, 0, 52)
}

@media screen and (min-width:992px) {
	li.m-ch-main-nav__link-wrapper:hover div.desktop-dropdown__wrapper {
		padding-top: 1px
	}
}

@media screen and (min-width:992px) {
	li.m-ch-main-nav__link-wrapper:hover div.desktop-dropdown__wrapper>div.desktop-dropdown {
		transform: scaleY(1);
		opacity: 1;
		transition-delay: 0.1s
	}
}

.material-icons.shopping_cart:hover {
	color: rgb(216, 0, 52)
}

a:active,
a:hover {
	outline: 0px
}

a:active {
	text-decoration: none
}

a:active {
	color: rgb(51, 144, 168)
}

a:hover {
	color: rgb(216, 0, 52);
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

a:hover {
	color: rgb(216, 0, 52);
	text-decoration: none
}

.m-main-nav a:hover {
	color: rgb(216, 0, 52)
}

.nav>li>a:hover {
	text-decoration: none;
	background-color: rgb(238, 238, 238)
}

.m-utility-nav .a-button-default:hover {
	text-decoration: none
}

.m-utility-nav__wrapper .dropdown:hover .dropdown-menu {
	display: block !important
}

.material-icons.shopping_cart:hover {
	color: rgb(216, 0, 52)
}

.mini-cart .mini-cart-header {
	padding: 10px 0px;
	margin: 10px 0px 0px
}

.mini-cart .mini-cart-header.empty {
	border-bottom: 1px solid rgb(229, 229, 229);
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px
}

.mini-cart .mini-cart-header .mini-cart-close {
	float: right;
	position: relative;
	top: -15px;
	right: -20px;
	cursor: pointer
}

.mini-cart .mini-cart-body::before,
.mini-cart .mini-cart-body::after {
	content: " ";
	display: table
}

.mini-cart .mini-cart-body::after {
	clear: both
}

.mini-cart .mini-cart-body::after {
	content: "";
	display: block;
	clear: both
}

.mini-cart .mini-cart-body .mini-cart-empty-container {
	height: 150px;
	display: table;
	width: 100%
}

.mini-cart .mini-cart-body .mini-cart-empty-container .mini-cart-empty-text {
	text-align: center;
	vertical-align: middle;
	display: table-cell
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (max-width:991px) {
	.form-control {
		height: 42px;
		padding: 10px 15px;
		line-height: 1.33333;
		border-radius: 0px;
		font-size: 14px
	}
}

@media (max-width:991px) {
	main {
		transition: transform 0.3s ease-out
	}
}

@media (max-width:991px) {
	.container {
		width: 100%
	}
}

@media (max-width:767px) {
	.nav-order-tools {
		position: static
	}
}

@media (max-width:767px) {
	.nav-order-tools::before {
		top: 3px
	}
}

@media (max-width:767px) {
	.nav-order-tools__child-wrap {
		width: 100vw;
		top: 103px
	}
}

@media screen and (max-width:767px) {
	.mini-cart-wrapper {
		padding: 17px 0px
	}
}

@media (max-width:767px) {
	.mini-cart-container {
		width: 100%;
		right: 0px
	}
}

@media (max-width:767px) {
	#cboxTitle {
		height: 102px;
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (max-width:767px) {

	#cboxTitle::before,
	#cboxTitle::after {
		content: " ";
		display: table
	}
}

@media (max-width:767px) {
	#cboxTitle::after {
		clear: both
	}
}

@media (max-width:767px) {
	#cboxTitle::after {
		content: "";
		display: block;
		clear: both
	}
}

@media (max-width:991px) {
	.basic-hero .basic-hero__text-overlay {
		padding: 0px 15px
	}
}

@media screen and (max-width:460px) {
	.col-md-8 .o-openers-dealers-section__subsection {
		min-height: 350px
	}
}

@media screen and (max-width:460px) {
	.col-md-8 .o-openers-dealers-section__subsection img {
		position: relative;
		width: auto;
		left: -67%
	}
}

@media (max-width:640px) {
	.o-accessories-cta-hero .container {
		padding: 0px
	}
}

@media (max-width:640px) {
	.o-accessories-cta-hero .m-heading-with-sub__subheading {
		margin-bottom: 1rem
	}
}

@media screen and (max-width:576px) {
	.myq-add-to-cart-container {
		max-width: 100% !important
	}
}

@media only screen and (max-width:1200px) {
	.js-support-modal-lh-cm {
		left: auto;
		z-index: 122;
		width: 50%;
		top: 93px !important;
		right: auto !important;
		height: 79vh !important
	}
}

@media only screen and (max-width:768px) {
	.js-support-modal-lh-cm {
		left: auto;
		width: 100%;
		max-width: 100%;
		top: 61px !important;
		right: auto !important;
		height: 92vh !important
	}
}

@media only screen and (min-width:426px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk p {
		font-size: 0.75em
	}
}

@media only screen and (min-width:426px) and (max-width:896px) {
	#onetrust-banner-sdk #onetrust-close-btn-container {
		position: absolute;
		top: 0px;
		right: 0px
	}
}

@media only screen and (min-width:426px) and (max-width:896px) {
	#onetrust-banner-sdk #onetrust-policy {
		margin-left: 1em;
		margin-right: 1em
	}
}

@media only screen and (min-width:426px) and (max-width:896px) {
	#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
		width: 95%
	}
}

@media only screen and (min-width:426px) and (max-width:896px) {
	#onetrust-banner-sdk #onetrust-button-group-parent {
		width: 100%;
		position: relative;
		margin-left: 0px
	}
}

@media only screen and (min-width:426px) and (max-width:896px) {
	#onetrust-banner-sdk #onetrust-button-group button {
		display: inline-block
	}
}

@media only screen and (min-width:426px) and (max-width:896px) {
	#onetrust-banner-sdk #onetrust-button-group {
		margin-right: 0px;
		text-align: center
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk {
		width: 100%;
		border: none
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk .ot-optout-signal {
		margin: 0.625rem
	}
}

@media (max-width:767px) {

	#onetrust-pc-sdk .ot-sdk-container,
	#onetrust-pc-sdk .ot-sdk-container {
		padding: 0px;
		margin: 0px
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk .ot-title-cntr {
		width: 75%
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk .ot-title-cntr #ot-pc-title {
		white-space: break-spaces;
		font-size: 20px;
		overflow-x: visible;
		margin-left: 10px
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk .ot-pc-logo {
		width: 15%
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk .ot-pc-logo img {
		max-height: 100%;
		font-size: 10px
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk .ot-desc-cntr {
		margin: 0px;
		padding: 20px 20px 15px;
		position: relative;
		left: auto
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk .ot-desc-cntr {
		margin-top: 20px;
		margin-left: 20px;
		padding: 0px 0px 10px
	}
}

@media (max-width:767px) {
	#onetrust-pc-sdk .ot-grps-cntr {
		max-height: none;
		overflow: hidden
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk {
		height: 100%
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk .ot-optout-signal {
		margin: 0.625rem
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk .ot-pc-header {
		padding: 10px;
		width: calc(100% - 20px)
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk #ot-pc-content {
		overflow: auto
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk .ot-sdk-row .ot-sdk-columns {
		width: 100%
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk .ot-desc-cntr {
		margin: 0px;
		overflow: hidden
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk .ot-desc-cntr {
		margin-left: 10px;
		width: calc(100% - 15px);
		margin-top: 5px;
		margin-bottom: 5px
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk #ot-lst-cnt {
		width: calc(100% - 18px);
		padding-top: 13px;
		padding-right: 5px;
		padding-left: 10px
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk .ot-grps-cntr {
		width: 100%
	}
}

@media (max-width:640px) {
	#onetrust-pc-sdk .ot-pc-footer {
		max-height: 300px
	}
}

@media (max-width:640px) {

	#onetrust-pc-sdk #ot-pc-content,
	#onetrust-pc-sdk #ot-pc-lst {
		height: calc(100% - 322px)
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk {
		height: 100%;
		width: 100%;
		max-width: none
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
		max-width: none
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-pc-header {
		padding: 10px;
		width: calc(100% - 20px);
		height: auto;
		min-height: 20px
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-pc-header .ot-pc-logo {
		max-height: 20px;
		width: 15%
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-pc-header .ot-pc-logo img {
		max-height: 100%;
		font-size: 10px
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-title-cntr {
		width: 75%
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-title-cntr #ot-pc-title {
		white-space: break-spaces;
		font-size: 20px;
		overflow-x: visible
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-pc-footer {
		max-height: 52px;
		overflow-y: auto
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk #ot-pc-lst {
		overflow-y: auto
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk #ot-pc-lst #ot-pc-hdr {
		height: auto
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk #ot-pc-lst #ot-pc-hdr .ot-lst-subhdr {
		padding: 10px 5px;
		float: none
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk #ot-pc-lst #ot-pc-hdr .ot-lst-subhdr #ot-fltr-cntr {
		margin-top: 5px
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk #ot-pc-lst #ot-lst-cnt {
		overflow: visible
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk #ot-lst-cnt {
		height: auto;
		overflow: auto
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk .save-preference-btn-handler {
		width: auto
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {

	#onetrust-pc-sdk #ot-pc-content,
	#onetrust-pc-sdk #ot-pc-lst {
		height: calc(100% - 120px)
	}
}

@media only screen and (max-height:425px) and (max-width:896px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-pc-footer button {
		margin: 10px
	}
}

@media (max-width:425px),
(max-width:896px) and (max-height:425px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-pc-header {
		padding-right: 20px
	}
}

@media (max-width:425px),
(max-width:896px) and (max-height:425px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-pc-logo {
		margin-left: 0px;
		margin-top: 5px;
		width: 150px
	}
}

@media (max-width:425px),
(max-width:896px) and (max-height:425px) and (orientation:landscape) {
	#onetrust-pc-sdk .ot-grp-hdr1 {
		float: right;
		padding-right: 10px
	}
}

@media screen and (max-width:767px) {
	.ma-t {
		font-size: 15px;
		padding: 10px 50px !important;
		top: -10px !important;
		position: relative !important
	}
}

@media screen and (max-width:767px) {
	.top-p {
		margin-top: 0px !important;
		margin-bottom: 20px !important
	}
}

@media screen and (max-width:767px) {
	.top-30 {
		top: 30px !important
	}
}

@media screen and (max-width:767px) {
	.top-50 {
		margin-top: -10px !important
	}
}

@media screen and (max-width:767px) {
	.text-overlay {
		position: absolute;
		transform: translate(0%, -50%);
		color: white;
		text-align: center;
		font-family: EffraBold;
		padding: 45px;
		line-height: 40px;
		top: 66% !important;
		font-size: 32px !important;
		left: 0% !important
	}
}

@media screen and (max-width:767px) {
	.liftm-button {
		padding: 10px 25px;
		font-size: 15px;
		top: 15px;
		position: relative !important
	}
}

@media screen and (max-width:767px) {
	.bg-black {
		padding: 40px
	}
}

@media screen and (max-width:767px) {
	.hideMobile {
		display: none !important
	}
}

@media screen and (max-width:767px) {
	.hideDesktop {
		display: block !important
	}
}

@media screen and (max-width:767px) {
	.content-container {
		padding: 20px 10px 10px;
		margin: 0px auto
	}
}

@media screen and (max-width:767px) {
	.brandcolor {
		padding: 5px 0px;
		margin-bottom: 15px
	}
}

@media screen and (max-width:767px) {
	h3 {
		font-family: EffraBold;
		font-size: 24px;
		margin-bottom: -10px
	}
}

@media screen and (max-width:767px) {
	.bg-black h3 {
		color: rgb(255, 255, 255);
		line-height: 24px;
		font-size: 20px !important
	}
}

@media screen and (max-width:767px) {
	.product {
		margin-bottom: 20px
	}
}

@media screen and (max-width:767px) {
	.product-container {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

@media screen and (max-width:767px) {
	.seller-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0px
	}
}

@media screen and (max-width:767px) {
	.product-container img {
		width: 100% !important
	}
}

@media screen and (max-width:767px) {
	.content-container .product {
		display: block;
		flex-direction: row;
		flex: 1 1 44%;
		margin-bottom: 0px !important
	}
}

@media screen and (max-width:767px) {
	.p-1 {
		flex: 1 1 0% !important
	}
}

@media screen and (max-width:767px) {
	.p-1 img {
		width: 100% !important
	}
}

@media screen and (max-width:767px) {
	.sec-p {
		padding-top: 22px;
		font-size: 18px;
		font-family: EffraBold;
		line-height: 5px
	}
}

@media screen and (max-width:767px) {
	.p-l-5 {
		padding-left: 5px !important
	}
}

@media screen and (max-width:767px) {
	.p-r-5 {
		padding-right: 5px !important
	}
}

@media screen and (max-width:767px) {
	.bg-black p {
		margin-top: 20px !important
	}
}

a:active,
a:hover {
	outline: 0px
}

a:hover,
a:focus {
	color: rgb(216, 0, 52);
	text-decoration: underline
}

a:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

a:active {
	text-decoration: none
}

a:active {
	color: rgb(51, 144, 168)
}

.m-main-nav__mobileMenu a#mobileMenu:hover {
	text-decoration: none;
	color: inherit
}

.mobileMenuOpen .m-main-nav__mobileMenu a#mobileMenu #mobileMenu-bar1 {
	transform: rotate(-45deg);
	top: 14px
}

.mobileMenuOpen .m-main-nav__mobileMenu a#mobileMenu #mobileMenu-bar2 {
	transform: rotate(45deg);
	top: 14px
}

.mobileMenuOpen .m-main-nav__mobileMenu a#mobileMenu #mobileMenu-shop {
	opacity: 0
}

.mobileMenuOpen .m-main-nav__mobileFlyout {
	left: 0px
}

.mobileMenuOpen .screenShade {
	opacity: 1;
	height: 100%
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0px
}

.nav .open>a {
	background-color: rgb(238, 238, 238);
	border-color: rgb(71, 172, 199)
}

.open>.dropdown-menu {
	padding: 15px 0px 0px
}

.open>.dropdown-menu {
	padding-bottom: 15px
}

@font-face {
	font-family: "Barlow Condensed";
	font-style: normal;
	font-weight: 700;
	src: url("https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2z3bWvA.ttf") format("truetype")
}

@font-face {
	font-family: "Barlow Condensed";
	font-style: normal;
	font-weight: 800;
	src: url("https://fonts.gstatic.com/s/barlowcondensed/v13/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1z3bWvA.ttf") format("truetype")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	src: url("https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf") format("truetype")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	src: url("https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf") format("truetype")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	src: url("https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf") format("truetype")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	src: url("https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf") format("truetype")
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype")
}

@font-face {
	font-family: EffraBold;
	src: url("https://use.typekit.net/af/97a60d/00000000000000003b9b402a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/97a60d/00000000000000003b9b402a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/97a60d/00000000000000003b9b402a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 900;
	font-stretch: normal
}

@font-face {
	font-family: EffraMedium;
	src: url("https://use.typekit.net/af/8b4a24/00000000000000003b9b4024/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/8b4a24/00000000000000003b9b4024/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/8b4a24/00000000000000003b9b4024/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: AktivGrotesk;
	src: url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal
}

@font-face {
	font-family: AktivGrotesk-Light;
	src: url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 300;
	font-stretch: normal
}

@font-face {
	font-family: AktivGrotesk-Medium;
	src: url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 500;
	font-stretch: normal
}

@font-face {
	font-family: Effra;
	src: url("https://use.typekit.net/af/8b4a24/00000000000000003b9b4024/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/8b4a24/00000000000000003b9b4024/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/8b4a24/00000000000000003b9b4024/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}

@keyframes onetrust-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}