body.product {
	color: #4C4C4C
}
.icon-share img {
	height: 25px; width: auto;
}


body.product .product-area {
	display: flex;
	flex-flow: wrap;
	padding: 40px 25px;
	justify-content: flex-start;
	/*align-items: flex-start;*/
	gap: 40px;
}

body.product .product-area .vertical-slider {
	width: 120px;
	border: 1px solid rgba(0,0,0,0.15);
	padding: 10px 0;
	/*height: 100%;*/
	overflow: hidden;
	display: flex;
	position: relative;
	height: 750px;
	order: 0
}

body.product .product-area .vertical-slider.horizontal {
	height: 120px;
	width: 100%;
}

body.product .product-area .vertical-slider .track {
	flex: 1;
	overflow: hidden;
	transition: top 1s ease-in-out;
	padding: 0px 10px;
	width: 100%;
	height: 100%;
}

body.product .product-area .vertical-slider.horizontal .track {
	padding: 10px 0
}

body.product .product-area .vertical-slider .track > div {
	height: 100%;
	padding: 50px 0;
	display: flex;
	flex-flow: wrap;
	flex-direction: column;
	justify-content: space-around;
}

body.product .product-area .vertical-slider .track > div {
	padding: 0;
}

body.product .product-area .vertical-slider .track > div > * {
	position: relative;
	opacity: 1;
	flex: 1
}

body.product .product-area .vertical-slider .track > div > * > * {
	padding-top: 10px;
	display: block;
	border: 2px solid transparent;
}

body.product .product-area .vertical-slider .track > div > *:hover {
	opacity: 1!important;
}

body.product .product-area .vertical-slider .track > div .active {
	/*border: 1px solid rgba(0,0,0,0.08);*/
	opacity: 1!important;
}

body.product .product-area .vertical-slider .next, body.product .product-area .vertical-slider .prev {
	display: block;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px;
	width: 100%;
	border: 2px solid transparent;
	background: transparent;
}

body.product .product-area .vertical-slider .prev i, body.product .product-area .vertical-slider .next i {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

body.product .product-area .vertical-slider .next {
	bottom: 0;
}

body.product .product-area .vertical-slider .next i {
	background: url(../images/chevron-down.svg) no-repeat center center;
	background-size: contain;
}

body.product .product-area .vertical-slider .prev {
	top: 0;
}

body.product .product-area .vertical-slider .prev i {
	background: url(../images/chevron-up.svg) no-repeat center center;
	background-size: contain;
}

body.product .product-area .vertical-slider.horizontal .prev i { background-image: url(../images/arrow-left-dark.svg);}
body.product .product-area .vertical-slider.horizontal .next i { background-image: url(../images/arrow-right-dark.svg); }

body.product .product-area .vertical-slider .disabled {
	opacity: 0.5;
	pointer-events: none;
}

body.product .product-area .vertical-slider .hidden {
	display: none
}

body.product .product-area .vertical-slider.horizontal .track > div > div { display: flex; align-items: center; height: 100%; padding: 0 30px; }
body.product .product-area .vertical-slider.horizontal .track > div > div > * { display: flex; padding: 10px; flex: 1; align-items: center; justify-content: center }
body.product .product-area .vertical-slider.horizontal .track > div > div img { display: block; max-height: 98px; border-radius: 5px; object-fit: contain; }
body.product .product-area .vertical-slider.horizontal .track > div { width: 100%; }
body.product .product-area .vertical-slider.horizontal .next { left: unset; bottom: 0; top: 0; right: 0; width: unset; }
body.product .product-area .vertical-slider.horizontal .prev { left: 0; bottom: 0; top: 0; right: unset; width: unset; }
body.product .product-area .vertical-slider.horizontal { overflow: hidden }


body.product .product-area .middle, body.product .product-area .description-wrapper  {
	flex: 1;
	position: relative;
	width: 50vw;
	min-width: 0;
}

body.product .product-area .description-wrapper  {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	order: 4
}

body.product .product-area .middle {
	order: 2
}

body.product .product-area .middle .images-area {
	text-align: center;
	max-height: 600px!important;
}

body.product .product-area .middle .images-area .gallery-display,
body.product .product-area .middle .images-area .main-img-box {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
body.product .product-area .middle .images-area .main-image-wrap {
	height: 100%;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

body.product .product-area .middle .images-area .gallery-display {
	padding-bottom: 20px;
	margin: 0 auto 28px!important;
	width: 100%;
	text-align: center;
	height: calc(100vh - 500px);
	vertical-align: middle;
	position: relative;
	max-width: 600px;;
	margin-left: auto;
	margin-right: auto;
}

body.product .product-area .middle .images-area .gallery-display:not(.hidden) {
	display: block;
}

body.product .product-area .middle .images-area .gallery-display div img {
	width: initial!important;
	max-height: 600px!important;
	object-fit: contain;
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

body.product .product-area .s7basiczoomviewer {
	width: 100%!important;
	height: 100%!important;
	max-width: 650px;
	max-height: 650px;
	margin: 0 auto
}

body.product .product-area .row  {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

body.product .product-area .description-wrapper .l, body.product .product-area .description-wrapper .r {
	flex-flow: wrap;
	align-items: flex-start;
}
body.product .product-area .description-wrapper .l {
	flex: 1
}

body.product .product-area .l.title-wrap {
	display: flex;
	flex-direction: column;
}

body.product .product-area .l.title-wrap .h2 {
	order: 2;
	font-weight: normal
}

body.product .product-area .description-wrapper .r {
	text-align: right;
}


body.product .product-area .description-wrapper .r .logos {
	margin: 0;
	gap: 5px;
}

body.product .product-area .description-wrapper .r .logos img {
	width: auto;
	max-width: initial;
	max-height: 50px;
	display: block;
	margin-bottom: 10px
}

body.product .product-area .description-wrapper > *:not(.l):not(.r) {
	width: 100%
}

body.product h1 {
	margin-bottom: 5px;
	line-height: 1.3;
	font-size: 32px
}

body.product .title-wrap .h1 {
	margin-top: 0
}

body.product h1 sup {
	font-size: 14px
}

body.product .product-area h2:not(.h1) {
	margin: 0;
	font-weight: normal;
	font-size: 21px
}

body.product .product-area .h h2 {
	font-weight: bold;
	font-size: 18px;
}

body.product .product-area .description-wrapper .description {
	margin: 0px 0 35px 0;
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	width: 100%;
	max-width: 100%;
	gap: 10px;
}

body.product .product-area .description-wrapper .description .description-text {
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	height: 21px;
	min-width: 0;
}
body.product .product-area .description-wrapper .description .description-text > p,
body.product .product-area .description-wrapper .description .description-text .full-descr,
body.product .product-area .description-wrapper .description .description-text .full-descr > p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
body.product .product-area .description-wrapper .description.on {
	flex-direction: column;
}
body.product .product-area .description-wrapper .description.on .description-text,
body.product .product-area .description-wrapper .description.on .description-text > p,
body.product .product-area .description-wrapper .description.on .description-text .full-descr,
body.product .product-area .description-wrapper .description.on .description-text .full-descr > p {
	height: auto;
	overflow: unset;
	white-space: unset;
}

body.product .product-area .description-wrapper .description .read-more-wrap {
	white-space: nowrap;
}

body.product .product-area .description-wrapper .description button.toggle-read-more {
	background: transparent;
	border-color: transparent;
	color: #1F6AAF;
	cursor: pointer;
	font-family: "Gotham SSm 4r","Gotham SSm A","Gotham SSm B",Arial,sans-serif
}

body.product .product-area .description-wrapper .description .toggle-read-more .read-less,
body.product .product-area .description-wrapper .description.on .toggle-read-more .read-more { display: none; }
body.product .product-area .description-wrapper .description.on .toggle-read-more .read-less { display: inline; }

body.product .product-area .description-wrapper .description p {
	color: #4C4C4C;
	font-size: 16px;
	line-height: 1.5
}

body.product .sku-row {
	padding-top: 15px;
}

body.product .sku-row .sku {
	margin-bottom: 10px
}

body.product .sku, body.product .price .price-list {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}

body.product .price-list.price-iot {
	font-size: 16px;
	margin-top: 10px;
	text-align: left;
	float: left;
	background: rgba(0,0,0,0.03);
	padding: 10px 20px;
	margin-left: -20px;
	line-height: 1.2
}

body.product .sku, body.product .price h4, body.product .price .h4 {
	color: #767676;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
}

body.product .reviews {
	line-height: 24px;
	display: flex;
	align-items: center;
}

body.product .reviews a {
	color: #8E8E8E;
	font-weight: 300;
	font-size: 18px;
}

body.product .reviews .rating-stars {
	display: flex;
}

body.product .reviews .rating-stars img {
	max-height: 18px;
	display: block;
}

body.product .reviews .rating-total-reviews {
	color: #767676;
}

body.product .social {
	position: absolute;
	z-index: 10;
	right: 20px;
	top: 20px;
	width: 50px;
}

body.product .social #social-icons {
	list-style-type: none;
}

body.product .social > .trigger, body.product .social #social-icons > li > a {
	display: block;
	color: white;
	text-align: center;
	height: 50px;
	margin-bottom: 10px;
	line-height: 50px;
	cursor: pointer;
	font-size: 25px;
}

body.product .social .trigger i.icon-share img {
	margin-top: 8px
}

body.product .social .trigger i.close {
	display: none;
	font-size: 32px;
	color: #4C4C4C;
	line-height: 40px
}

body.product .social.on .trigger i.close {
	display: inline-block;
}

body.product .social.on .trigger i.icon-share {
	display: none
}

body.product .social #social-icons {
	display: none;
}

body.product .social.on #social-icons {
	display: block;
}

body.product .social .twitter {
	background: #1DA1F1;
}
body.product .social .facebook {
	background: #3B5997;
}
body.product .social .pinterest {
	background: #BD071B;
}
body.product .social .email {
	background: #757575;
}

body.product .product-area h3 {
	font-size: 18px;
}

body.product .product-area .details h3 {
	margin-left: 5px;
	margin-right: 5px;
	border: 0
}

body.product .details .Accordion {
	padding: 0!important
}

body.product .details .Accordion li.overflow-visible:not(.on),
body.product .details .Accordion li:not(.on) .overflow-visible {
	overflow: hidden!important;
}

body.product .details > .Accordion {
	padding-bottom: 10px!important;
}
body.product .details .Accordion > li {
	margin-bottom: 0;
	border-left: 0;
	border-right: 0;
	/*border-color: #ccc*/
}

body.product .Accordion .accordion-title button {
	position: relative;
	color: #666666
}

body.product .Accordion .accordion-title button i:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/plus.svg) no-repeat center center;
	background-size: contain;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

body.product .compare .Accordion .accordion-title button i:not(.icon):after {
	display: none;
}

body.product .Accordion .on > .accordion-title button i:after {
	background-image: url(../images/minus.svg)
}

body.product .Accordion .Accordion .accordion-title button i:after, .Accordion .accordion-title button.toggle-arrows i.icon:after {
	background-image: url(../images/chevron-down.svg);
	width: 12px;
	height: 12px;
	opacity: 0.7
}

html body.product .select-list .compare li h3 button { border: 2px solid transparent; }
html body.product .select-list .compare li h3 button:hover,
html body.product .select-list .compare li h3 button:focus { background: #000; }
html body.product .select-list .compare li h3 button i { margin: 0; }
html body.product .select-list .compare li h3 button { display: flex; gap: 15px; align-items: center; justify-content: flex-start; line-height: 1 }
html body.product .select-list .compare li h3 button i.icon { position: relative; width: 12px; height: 12px; }
html body.product .select-list .compare li h3 button i.icon:after {
	background-image: url(../images/chevron-down-white.svg)!important;
	margin: 0;
}

body.product .Accordion .Accordion .on > .accordion-title button i:after, .Accordion .on .accordion-title button.toggle-arrows i.icon:after {
	background-image: url(../images/chevron-up.svg)
}

html body.product .select-list .compare li.on h3 button i.icon:after {
	background-image: url(../images/chevron-up-white.svg)!important;
}

body.product .details .Accordion > li:not(:first-child) {
	border-top: 0
}

body.product .details .Accordion .accordion-title button {
	font-weight: normal;
	text-transform: none;
	font-size: 18px;
	padding: 15px 5px;
	line-height: 1.5
}

body.product .product-area #washlet_options_cc { padding: 20px 0 30px 0; }

body.product.side-panel{overflow:hidden !important;}
body.product .side-panel {
	z-index: 1000;
	display: none;
}

body.product .side-panel .inner-panel {
	background: #FFF;
	position: fixed;
	right: -60%;
	top: 0;
	bottom: 0;
	width: 60%;
	max-width: 1000px;
	z-index: 1200;
	padding-right: 0!important;
	transition: right .5s ease-in-out;
}

body.product .side-panel.on {
	display: block;
}

body.product .side-panel.on .inner-panel.animated {
	right: 0;
	z-index: 999999;
}

body.product .side-panel .heading {
	padding: 20px 40px;
	background: #EAEAEA;
	font-weight: normal;
	font-size: 21px;
	color: #4c4c4c;
}

body.product .side-panel .heading a {
	color: #4c4c4c;
	padding-right: 0!important;
}

body.product .side-panel .heading a:focus-visible {
	border: 2px solid rgb(0,95,204);
	border-radius: 2px
}

body.product .side-panel .heading i {
	margin-right: 40px;
	font-size: 15px
}

body.product .side-panel .content {
	padding: 0!important;
}

body.product .side-panel .content h3 {
	padding: 10px 40px;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}

body.product .side-panel.washletoptions .content h3 {
	margin-top: 0px;
}

body.product .side-panel .content .cefiontect-colors h3 {
	margin-top: 40px;
}

body.product .side-panel .content ul {
	padding: 20px 40px;
}

body.product .side-panel .content ul:not(.select-options-ul) li {
	display: flex;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
}

body.product .side-panel .content .cefiontect-colors ul li {
	align-items: center;
}

body.product .side-panel .content ul li > div:first-child { padding-right: 25px; overflow: hidden; }

body.product .side-panel .content ul li .subtle,
body.product .side-panel .content ul li .subtle .sku,
body.product .side-panel .content ul li .subtle p {
	font-size: 15px;
	color: #8E8E8E;
	text-transform: none;
	padding-top: 0;
	line-height: 1.4;
}

body.product .subtle {
	color: #8E8E8E;
}

body.product .side-panel .content ul li .subtle {
	margin-top: 10px
}

body.product .side-panel .backdrop {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	min-width: 100vw;
	height: 100%;
	min-height: 100vh;
	z-index: 1000;
	opacity: 1;
}

body.product .product-area .side-panel select {
	padding: 10px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	font-size: 18px;
}

body.product .customize {
	margin-bottom: 20px;
	/*flex: 1*/
}

body.product .customize .h {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}
body.product .customize .h a {
	margin-left: auto;
	color: #767676;
	padding-right: 20px
}

body.product .customize .h > * {
	margin-bottom: 0
}

body.product .product-area .product-options > div > div {
	padding: 0;
	margin: 0;
	border: 0;
}

body.product .product-area .product-options > div > div > a[aria-controls="washlet-type"] span:first-child { font-size: 16px; }
body.product .product-area .product-options > div > div > a[aria-controls="washlet-type"] span.nowrap { /*white-space: nowrap;*/ }

body.product .product-area .product-options > div > div > a,
body.product .product-area .product-options > div > div > label {
	display: block;
	border:  2px solid rgba(0,0,0,0.1);
	padding: 10px 15px;
	font-size: 18px;
	margin-bottom: 10px;
	color: #4c4c4c;
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	line-height: 1.4
}

body.product .product-area .product-options > div > div > a .nowrap { padding-right: 10px; line-height: 1.2; }

body.product .product-area .product-options {
	border-bottom: 0
}

body.product .product-area .product-options > div > div > a > i:after,
body.product .product-area .product-options > div > div > label > i:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(../images/chevron-right.svg) no-repeat center center;
	background-size: auto 100%;
}
body.product .product-area .product-options:not(.showing-more) .show-less {
	display: none
}

body.product .product-area .product-options.showing-more .show-less {
	display: inline-block;
}

body.product .product-area .product-options.showing-more .show-more {
	display: none
}

body.product .product-area .product-options .show-more, body.product .product-area .product-options .show-less {
	font-size: 18px;
	padding: 10px 25px 10px 15px;
	display: inline-block;
	position: relative;
	color: #4c4c4c;
}

body.product .product-area .product-options .show-more:after,
body.product .product-area .product-options .show-less:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/plus.svg) no-repeat center center;
	background-size: auto 100%;
	right: 0;
	width: 20px;
	height: 15px;
}

body.product .product-area .product-options .show-less:after {
	background-image: url(../images/minus.svg)
}

body.product .product-area .product-options .extras {
	padding: 0;
	border: 0;
}

body.product .product-area .product-options .extras .content {
	padding: 40px;
	min-height: 100%;
}

body.product .product-area .product-options .extras .content.has-compare > div:last-child .options {
	padding-bottom: 120px;
}

body.product .product-area .product-options .extras .content.has-compare > div:last-child {
 	height: 100%;

}

body.product .product-area .product-options .checkbox-option .custom-checkbox {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}


body.product .product-area .color-options > a {
	position: relative
}

body.product .product-area .groupproduct_options > div > a:hover {
	background: #EFEFEF;
}

body.product .product-area .color-options > a .selected-option-description {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 18px;
	line-height: 1.8
}

body.product .product-area .color-options > a .selected-option-thumb {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	margin: 0;
	line-height: 1;
}

body.product .product-area .color-options > a .selected-option-thumb img {
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
}

.closest-showrooms-list:empty {
	display: none;
}

.closest-showrooms-list li {
	border: 0;
	margin-bottom: 15px;
}

.closest-showrooms-list li > div {
	display: flex;
	gap: 10px;
	background: transparent;
	padding: 15px 0 15px 0;
	position: relative;
	transition: background .5s ease;
}

.closest-showrooms-list li > div .icon {
	width: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
}

.closest-showrooms-list li > div .icon {
	font-size: 32px;
	color: #3088CE;
}

.closest-showrooms-list li > div .middle-area {
	flex: 1;
	padding: 0;
	order: unset
}

.closest-showrooms-list li > div .right-area {
	float: none;
	display: flex;
	justify-content: center;
	width: 235px;
}

.closest-showrooms-list li.form-open > div .right-area {
	width: 50px;
}

.closest-showrooms-list li > div .right-area a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #1A6AAA;
	text-transform: uppercase;
}

.closest-showrooms-list li > div .right-area i { font-size: 26px; color: #000 }

.closest-showrooms-list li h4 {
	margin: 0;
	color: #4C4C4C
}

.closest-showrooms-list li h4 a:hover {
	color: #000!important;
}

.closest-showrooms-list li h4 a {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
	color: #4C4C4C!important;
}

.closest-showrooms-list li p {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	color: #5C5E60
}

.closest-showrooms-list li .dist { font-weight: bold; }

.closest-showrooms-list li button {
	background: transparent;
	border: 2px solid transparent;
	color: #4C4C4C;
	text-decoration: underline;
	cursor: pointer
}

.closest-showrooms-list li button:focus, .closest-showrooms-list li button:focus-visible {
	border-color: royalblue;
}
.closest-showrooms-list li.buy-now-heading > div { background: #F9F9F9 }
.closest-showrooms-list .showrooms-wrapper .showrooms-inner { max-height: 130px; overflow-y: auto; padding: 0 !important; margin: 20px 0; }
.closest-showrooms-list .showrooms-wrapper .showrooms-inner .simplebar-track.simplebar-horizontal { display: none; }
.closest-showrooms-list .showrooms-wrapper .showrooms-inner .simplebar-track.simplebar-vertical { background-color: #F2F2F2; width: 5px; right: 8px; border-radius: 7px; }
.closest-showrooms-list .showrooms-wrapper .showrooms-inner .simplebar-scrollbar { width: 5px; right: 0; }
.closest-showrooms-list .showrooms-wrapper .showrooms-inner .simplebar-scrollbar:before { background-color: #3088CE; opacity: 1 }
.closest-showrooms-list .showrooms-wrapper ul { }
.closest-showrooms-list .showrooms-wrapper ul li { padding: 10px 20px }
.closest-showrooms-list .showrooms-wrapper ul li:not(:last-child) { border-bottom: 1px solid #E8E8E8 }
.closest-showrooms-list .showrooms-wrapper ul li:nth-child(even) { background: #F9F9F9 }
.closest-showrooms-list .showrooms-wrapper ul li > div { padding: 0!important; gap: 20px; align-items: center; }
.closest-showrooms-list .showrooms-wrapper ul li > div .top-wrap { display: flex; justify-content: space-between; align-items: center;  }
.closest-showrooms-list .showrooms-wrapper ul li > div .top-wrap .dist.mobile { display: none;  }
.closest-showrooms-list .showrooms-wrapper ul li > div .showroom-level { font-size: 12px; line-height: 1.2; color: #767676; font-weight: 600; }
.closest-showrooms-list .showrooms-wrapper ul li > div .h4 { font-size: 14px; color: #000; font-weight: 600; }
.closest-showrooms-list .showrooms-wrapper ul li > div .dist { white-space: nowrap; font-size: 14px; color: #767676; font-weight: 400; text-align: center; }
.closest-showrooms-list .showrooms-wrapper ul.showrooms-ul.has-coupons li > div .coupon-wrap { width: 90px }
/*.closest-showrooms-list .showrooms-wrapper ul.showrooms-ul.has-coupons li > div .coupon-wrap.bmsm-coupon { width: 110px }*/
.closest-showrooms-list .showrooms-wrapper ul.showrooms-ul:not(.has-coupons) li > div .coupon-wrap { width: 0px }
.closest-showrooms-list .showrooms-wrapper ul li > div .links { width:80px; display: flex; justify-content: space-between }
.closest-showrooms-list .showrooms-wrapper ul li > div .links a { font-size: 18px; color: #767676 }
.closest-showrooms-list .showrooms-wrapper ul li > div .links .filler { width: 18px }
.closest-showrooms-list .showrooms-wrapper ul li > div .links a:hover { color: #1A6AAA }
.closest-showrooms-list .showrooms-wrapper ul li > div .title-wrap { flex: 1; }
.closest-showrooms-list .showrooms-wrapper ul li > div .coupon { position: relative; overflow: hidden; background: #007BC7; width: 100%; height: 35px; display: flex; align-items: center; justify-content: center; gap: 3px; padding: 10px 10px; border-radius: 4px; border: 2px solid white; margin: 0; text-decoration: none; cursor: pointer; }
.closest-showrooms-list .showrooms-wrapper ul li > div .coupon .num { color: white;  font-size: 27px; line-height: 1; font-weight: 600 }
.closest-showrooms-list .showrooms-wrapper ul li > div .coupon .sm { color: white;  font-size: 10px; line-height: 1; font-weight: 600 }
.closest-showrooms-list .showrooms-wrapper ul li > div .coupon:before,
.closest-showrooms-list .showrooms-wrapper ul li > div .coupon:after { content: ""; display: block; width: 10px; height: 10px; background: white; border-radius: 100%; z-index: 2; position: absolute; top: 50%; transform: translateY(-50%); }
.closest-showrooms-list .showrooms-wrapper ul li > div .coupon:before { left: -5px; }
.closest-showrooms-list .showrooms-wrapper ul li > div .coupon:after { right: -5px; }
.closest-showrooms-list .showrooms-wrapper ul li > div .coupon.bmsm { background: #D1A400; justify-content: center; padding: 10px 5px; color: white; font-weight: 700; font-size: 10px; text-transform: uppercase; font-family:"Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Arial, sans-serif; }
.closest-showrooms-list .showrooms-wrapper ul li > div .showroom-level.next-gen-flagship {
	color: #bc9c2c;
	background: linear-gradient(-45deg, #b7792b, #eec864, #b7792b);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.closest-showrooms-list .showrooms-wrapper ul li > div .showroom-level.next-gen-premier {
	color: #98989a;
	background: linear-gradient(-45deg, #979899, #cad0d4, #979899);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.closest-showrooms-list .showrooms-wrapper ul li > div .showroom-level.next-gen-essential {
	color: #9b6818;
	background: linear-gradient(-45deg, #804f30, #cdb992, #3f1417);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.closest-showrooms-list .showrooms-wrapper ul li > div .showroom-level.premier { color: #1A6AAA }

body.product .buttons {
	padding-top: 0px;
	display: flex;
}

body.product .buttons .button:last-child {
	flex: 1;
}

body.product .buttons .button.first-child {
	margin-right: 20px;
}

body.product .buttons .button:last-child {
	margin-right: 0!important;
}

body.product > :not(.cookieSection) .button {
	display: inline-flex;
	padding: 20px 50px;
	text-align: center;
	background: #A7C1DC;
	margin: 0 0 10px;
	font-size: 18px;
	color: #000!important;
	line-height: 1;
	border: 2px solid transparent;
	z-index: 0;
	transition: all .5s ease;
	position: relative;
	align-items: center;
	justify-content: center;
}

body.product .button:not(.outlined):hover {
	background: #000;
	color: #FFF!important;
}

body.product .button.outlined {
	border: 2px solid #A7C1DC;
	background: transparent;
}

body.product .button.outlined:after {
	content: "";
	display: none;
	position: absolute;
	z-index: -1;
	width: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: #A7C1DC;
	transition: all .5s ease;
}

body.product .button.outlined:hover:after {
	/*width: 100%;*/
}

body.product .button.outlined:hover {
	background: #A7C1DC;
}

body.product .button.white {
	text-transform: uppercase;
	background: white;
	color: black;
	font-size: 18px;
	width: 300px;
	max-width: 100%
}

.helpfull-hint {
	font-size: 14px;
}

body.product .product-area .product-options li {
	width: initial;
	height: initial;
	padding: initial;
	margin-top: initial;
	margin-bottom: 20px
}

body.product .product-area .product-options li:not(.option) img,
body.product .product-area .product-options li:not(.option) img:hover {
	width: 38px;
	max-width: 38px;
	height: 38px;
	border: 0;
	padding: 0;
	display: block
}

body.product .Accordion .accordion-title button {
	padding-right: 35px!important;
}

body.product .Accordion .Accordion li .accordion-title button {
	font-size: 15px!important;
	padding: 10px 5px!important;
	line-height: 1.4!important;
}

.accordion-content.specifications {
	width: 100%!important;
	display: block;
	height: 0;
}
.accordion-content.technologies {
	padding-left: 0!important;
	padding-right: 0!important;
	overflow: visible;
}


body.product .details.features-section {
	display: block;
	width: 100%;
}

html body.product .details.features-section {
	margin-top: 20px;
	margin-left: -25px!important;
	margin-right: -25px!important;
	width: calc(100% + 50px)!important;
}

html body.product .details.features-section h3 {
	margin-left:25px;
	margin-right:25px;
}

html body.product .details.features-section > .Accordion > li,
html body.product:not(.product-v3) .details.features-section .helpfull-hint {
	padding-left:25px!important;
	padding-right:25px!important;
}

html body.product .details.features-section .helpfull-hint {
	color: #666666;
	margin-top: 10px;
	font-style: italic
}

body.product .features-section .icon-list {
	padding: 0
}

body.product .features-section .icon-list .icon {
	margin-bottom: 10px;
}

body.product .features-section .icon-list li {
	padding: 0 20px!important;
	line-height: 16px!important;
	min-height: 24px
}

body.product .product-area .product-upgrades {
	padding: 0
}

.product-options .hidden-option {
	display: none!important;
}

.product-options.showing-more .hidden-option {
	display: block!important;
}

.content-section .wrapper {
	max-width: 100%;
	padding: 0 40px;
}

.content-section .wrapper .content {
	background: rgba(255, 255, 255, 0.9);
	padding: 80px 64px;
	width: 50%;
	max-width: 600px;
	margin-left: auto;
}

.content-section .wrapper .content h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 10px
}

.content-section .wrapper .content .body-text {
	font-size: 18px;
	line-height: 1.4
}

.content-section .wrapper .content .body-text a {
	display: none;
	margin-right: 10px
}

.frequent-products {
	text-align: center
}

.frequent-products .wrapper {
	max-width: 100%;
}

body.product section h2 {
	font-weight: normal;
	font-size: 40px
}

.frequent-products .products {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}

.frequent-products .products .product {
	width: 33.333%;
	max-width: 450px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0 20px
}

.frequent-products .products .product a {
	color: #4C4C4C;
	text-decoration: none;
}

.frequent-products .products .product:hover a {
	color: #000;
}

.frequent-products .products .product h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px
}

.frequent-products .products .product .description {
	margin-bottom: 20px;
}

.frequent-products .products .product .price {
	font-size: 28px;
	font-weight: bold;
}

.frequent-products .products .product .price sup {
	font-size: 18px;
}

.frequent-products .products .product .select-product {
	font-size: 21px;
	margin-top: 10px

}

.custom-checkbox {
	line-height: 22px;
	clear: both;
	position: relative;
	display: inline-block;
	cursor: pointer
}

.custom-checkbox input {
	display: none
}

.custom-checkbox input + span {
	border: 2px solid black;
	display: inline-block;
	background: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	padding: 3px;
}

.custom-checkbox input + span:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	transition: all .5s ease-in-out;
	opacity: 0;
}

.custom-checkbox input:checked + span:after {
	opacity: 1
}

.frequent-products .button-wrap {
	margin-top:64px;
}

body.product .button.add-to-shopping-list, body.product .button.outlined.dark {
	border-color: black;
	text-transform: uppercase;
	font-weight: bold;
	color: #4C4C4C!important;
}

body.product .button.add-to-shopping-list:after, body.product .button.outlined.dark:after {
	/*background: #000*/
}

body.product .button.add-to-shopping-list:hover, body.product .button.outlined.dark:hover {
	background: #000;
}

body.product .button.add-to-shopping-list:hover, body.product .button.outlined.dark:hover {
	color: white!important;
}

section.viewed-products {
	background: #F5F5F5;
	text-align: center;
	padding-bottom: 80px
}

section.viewed-products ~ footer {
	margin-top: 0
}

.viewed-products .wrapper {
	max-width: 100%
}

.viewed-products .products {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.viewed-products .products .product {
	width: 20%;
	max-width: 400px;
	margin-bottom: 40px;
	padding: 0 10px
}

.viewed-products .products .product h3,
.viewed-products .products .product .h3 {
	font-size: 18px;
	font-weight: bold
}

.viewed-products .products .product a {
	color: #4c4c4c
}

.viewed-products .products .product:hover img {
	outline: 1px solid #000
}

.viewed-products .products .product:hover a {
	color: #000
}

body.product .custom-select {
	position: relative
}

body.product .custom-select a, body.product .select-list-wrap a {
	display: flex!important;
	align-items: center;
	padding-right: 40px!important;
}

body.product .custom-select a .selected, body.product .select-list-wrap a .selected {
	font-size: 12px;
	margin-left: auto
}

body.product .custom-select select {
	display: none
}

body.product .custom-select .options {
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(100% - 1px);
	background: #FFF;
	z-index: 100;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
	display: none;
	padding: 0;
}

body.product .custom-select .options .option {
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	font-size: 14px
}

body.product .custom-select .options .option:last-child {
	border: 0
}

body.product .custom-select .options .option:hover, body.product .custom-select .options .option.selected {
	background: rgba(0,0,0,0.05)
}

body.product .custom-select.on .options {
	display: block;
}

body.product .product-area .product-logo-container {
  position: absolute;
  top: 25px;
  right: 70px;
  z-index: 200;
  width: 100px;
  text-align: center
}

body.product .product-area .product-logo-container img.new { display: none!important; }

body.product .product-area .product-logo-container img { max-height: 40px; }

body.product .product-area .closest-showrooms-list li {
	margin-bottom: 10px
}

body.product .product-area .closest-showrooms-list {
	margin-bottom: 20px
}

body.product .select-list h3 {
	margin-top: 40px;
	margin-bottom: 0
}

body.product .select-list .options {
	border: 0
}

body.product .select-list .options > *,
body.product .select-list .options > .select-options-ul > * {
	border-bottom: 1px solid #eaeaea;
	padding: 10px 40px;
	cursor: pointer;
	display: block;
}

body.product .select-list .options .option:hover, body.product .select-list .options input:checked + .option {
	background-color: #E3EBF2!important;
}

body.product .select-list .options input {
	&:focus {
		+ .option {
			border: 2px solid royalblue
		}
	 }
}

body.product .select-list2 {display:none;}

body.product .washletoptions .select-list .options{overflow:auto;max-height:calc(100vh - 68px - 47px);transition:max-height 0.25s ease-out;}
body.product .washletoptions.compareon .select-list .options{max-height:calc(100vh - 68px - 500px);transition:max-height 0.25s ease-in;}

body.product .washletoptions .select-list .options > .option,
body.product .washletoptions .select-list .options > .select-options-ul > .option {
	padding: 0px;
	margin-bottom: 0;
}

body.product .washletoptions .select-list .options > .option > div > *,
body.product .washletoptions .select-list .options > .select-options-ul > .option > div > * {
	display: inline-block;
	vertical-align: top;
}

body.product .select-list .option:hover{background:#FFF !important;}
body.product .select-list .option .washletoption{position:relative; display: flex; }
body.product .select-list .option .opt_bg{display:none !important;position:absolute;left:0;top:0px;width:calc(100% + 25px);height:100%;background:#E3EBF2;}
body.product .select-list .option .washletselected .opt_bg{display:block !important;}
body.product .select-list .option:hover .opt_bg{display:block !important;}
body.product .select-list .option .opt_pic{width:100px;padding:10px;padding-right:0px;position: relative; z-index: 1; background: white; }
body.product .select-list .option .opt_pic img { display: block;  }
body.product .select-list .option .opt_info{width:calc(100% - 100px);padding:10px;position:relative;}
body.product .select-list .option .opt_title { display: flex; gap: 20px; }
body.product .select-list .option .opt_title,
body.product .select-list .option .opt_title .opt_title_button {
	padding: 0;
	border: none;
	background: none;
	color: #1A6AAA;
	font-size: 16px;
	font-weight:bold;
	appearance: none;
	cursor: pointer;
	font-family: "Gotham SSm 4r","Gotham SSm A","Gotham SSm B",Arial,sans-serif
}
body.product .select-list .option .opt_title .opt_title_button { flex: 1; text-align: left; order: 0 }
body.product .select-list .option:hover .opt_title,
body.product .select-list .option:hover .opt_title .opt_title_button,
body.product .select-list .option.selected .opt_title,
body.product .select-list .option.selected .opt_title .opt_title_button {
  color: #124363;
  font-weight: bold;
}
body.product .select-list .option .opt_price {
  order: 1;
  margin: 0;
  color: #000;
  text-align: right;
}
body.product .select-list .option .opt_price .offset-price {
  color: #4c4c4c;
  font-weight: 500;
  font-size: 14px;
}
body.product .select-list .option .opt_sku {
  color: #696969;
  font-weight: bold;
  font-size: 14px;
}
body.product .select-list .option .opt_desc {
  font-size: 14px;
}
body.product .select-list .comparebgblur {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  opacity: 0.7;
  transition: display 0.25s ease-out;
  background: #fff;
  width: 100%;
}
body.product .washletoptions.compareon .select-list .comparebgblur {
  display: block;
  transition: display 0.25s ease-in;
}
body.product .select-list .compare {
  position: absolute;
  right: 0px;
  bottom: -2px;
  z-index: 10;
  transition: height 0.25s ease-out;
  margin: 0;
  width: 100%;
  min-height: 47px;
}
body.product .washletoptions.compareon .select-list .compare {
  transition: height 0.25s ease-in;
  height: 630px;
  max-height: calc(100vh - 120px);
}
body.product .washletoptions.compareon .select-list .compare .Accordion {
  height: 100%;
}
body.product .select-list .compare ul {
  padding: 0px !important;
}
body.product .select-list .compare li {
  display: flex !important;
  flex-direction: column;
  margin-bottom: 0;
  border: 0px;
}
body.product .select-list .compare li.on {
  height: 630px;
  max-height: calc(100vh - 120px);
}
body.product .select-list .compare li h3 {
  padding: 0px;
  width: 100%;
}
body.product .select-list .compare li h3 button {
  display: block;
  cursor: pointer;
  background: #1a6aaa;
  padding-left: 30px;
  color: #fff !important;
  font-size: 18px;
}
body.product .select-list .compare li h3 button i {
  display: inline-block;
  margin-right: 15px;
}
body.product .select-list .compare li h3 button i.icon:after {
  right: 0px;
  margin-right: 25px;
}
body.product .select-list .compare li.on h3 button i.material-icons:after {
  display: none;
  background: transparent !important;
}
body.product .select-list .compare li .accordion-content {
  flex: 1;
  width: 100%;
  overflow: auto;
}
body.product .select-list .compare table {
  box-sizing: border-box;
  margin: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: calc(100% - 40px);
}

body.product .select-list .compare tr:nth-child(even):not(:first-child) th,
body.product .select-list .compare tr:nth-child(even) td {
	background:#F7F7F7;
}

body.product .select-list .compare tr th:not(:first-child),
body.product .select-list .compare tr td:not(:first-child){
	border-left:1px solid #ECECEC;
}

body.product .select-list .compare tr:not(:first-child) th:first-child,
body.product .select-list .compare tr:not(:first-child) td:first-child {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
}

body.product .select-list .compare tr:first-child th,
body.product .select-list .compare tr:first-child td {
	font-weight:bold;
	padding-top: 10px;
	font-size: 16px;
}

body.product .select-list .compare tr th,
body.product .select-list .compare tr td {
	text-align:center;
	line-height: 1.2;
	padding: 0 5px;
}

body.product .select-list .compare tr th:first-child,
body.product .select-list .compare tr td:first-child {
	text-align:left; padding: 10px 20px;
}

body.product .select-list .compare tr td .circle{font-size:10px; color: #3D88B9; }

body.product .select-list .compare tr th.current,
body.product .select-list .compare tr td.current {
	background: #F7F7F7;
}

body.product .select-list .compare tr:nth-child(even) td.current {
	background: #efefef;
}

body.product .select-list .compare tr:first-child th,
body.product .select-list .compare tr:first-child td {
	min-width: 60px;
}
body.product .select-list .compare tr:first-child th.current,
body.product .select-list .compare tr:first-child td.current {
	min-width: 75px;
}

body.product .select-list .compare tr:first-child th.current,
body.product .select-list .compare tr:first-child th.current + th,
body.product .select-list .compare tr:first-child td.current,
body.product .select-list .compare tr:first-child td.current + td { border-left:1px solid #ECECEC;  position: relative; }

body.product .select-list .compare tr:first-child th.current .selected,
body.product .select-list .compare tr:first-child th.current .selected-cap,
body.product .select-list .compare tr:first-child td.current .selected,
body.product .select-list .compare tr:last-child td.current .selected-cap {
	font-size: 10px;
	display: block;
	color: #777;
	position: absolute;
	top: -15px;
	background: #F7F7F7;
	padding: 10px 5px 0px;
	left: -1px;
	right: -1px;
	line-height: 1;
	border-width: 1px 1px 0 1px;
	border-color: #ECECEC;
	border-style: solid;
	border-radius: 4px;
}
body.product .select-list .compare tr:last-child td.current { position: relative; }
body.product .select-list .compare tr:last-child td.current .selected-cap {
	top: unset;
	bottom: -15px;
	height: 20px;
	border-width: 0px 1px 1px 1px;
}
body.product .select-list .compare tr:nth-child(even):last-child td.current .selected-cap {
	background: #efefef;
}

body.product .select-list .compare tr td[data-type] { vertical-align: middle;  }

body.product .select-list .compare .table-description { padding: 10px 20px; font-size: 14px; text-transform: none; margin: 0; }

.washletaddon{position:relative;display:block;margin-bottom:35px;padding:10px 15px;color:#4C4C4C !important;background:#EFEFEF;font-size:18px;font-weight:500;}
.washletaddon i{position:absolute;right:15px;top:19px;}


#product_pagecontent *[data-product-sid] {display:none;}

.product_kits {display:none;margin-bottom:25px;}
.product_kits.Accordion li { border: 0}
.product_kits.Accordion li { border: 0}
.product_kits.on{display:block;padding: 0!important;}
.product_kits .accordion-title button {
	display: inline-block!important;
	margin-bottom:5px;
	font-weight:bold;
	cursor:pointer;
	position: relative;
	text-transform: uppercase;
	padding: 0!important;
	padding-right: 0!important;
	font-size: 16px;
	color: #4C4C4C!important;
	width: auto!important;
}
.product_kits.Accordion .accordion-title button:hover,
.product_kits.Accordion .accordion-title button:focus
{ color: #1A6AAA!important;}
.product_kits.Accordion .accordion-title button i { display: inline-block; }
.product_kits .accordion-title button i:after { display: none!important; }
.product_kits .accordion-title button[aria-expanded="true"] i:before { content: "\f077"!important; }
.product_kits.Accordion ul.accordion-content{
	list-style-type:disc;
	margin-left: 0;
	font-weight: normal;
	padding: 0 0 0 25px!important;
	display: block
}
.product_kits.Accordion a,
.product_kits.Accordion a:link,
.product_kits.Accordion a:active,
.product_kits.Accordion a:visited { color: #1A6AAA!important; font-weight: normal; }
.product_kits a span { color: black!important; }

.parts-cta-block { background: #DAE4EE; }
.parts-cta-block h3 { font-size: 30px; text-transform: none; color: #000; font-weight: 400 }
.parts-cta-block h3 strong { font-weight: 700 }
.parts-cta-block .wrapper { display: flex; align-items: center }
.parts-cta-block .wrapper div:first-child { flex: 1 }
.parts-cta-block .wrapper .button { margin-bottom: 0!important; }
.buy-it-now-section { width: 100%!important; margin-bottom: 20px }
.buy-it-now-section .buy-it-now-heading { cursor: pointer; }
.retailers-list {
	width: 100%!important;
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	border: 1px solid #f0f0f0;
	border-top: 0
}
.retailers-list > .slider {
	width: 100%!important;
	overflow: hidden;
	margin: 0 auto!important;
	position: relative;
	padding: 0 35px
}

.retailers-list > .slider .no-results a {
	text-decoration: underline!important;
	color: #4c4c4c;
}

.retailers-list > .slider .no-results a:hover {
	/*color: #1A6AAA*/
}

.retailers-list > .slider:not(.active), .retailers-list > .slider.active:not(.slick-initialized):not(.empty) {
	display: none;
}


.retailers-list > .slider .slick-list {
	width: 100%!important;
	max-width: 100%!important;
}

.retailers-list > .slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	cursor: pointer
}

.retailers-list > .slider .slick-arrow.s-prev {
	left: 10px
}

.retailers-list > .slider .slick-arrow.s-next {
	right: 10px
}

.retailers-list .retailer a {
	height: 100px;
	position: relative;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	padding: 10px
}


.retailers-list .retailer a > span {
	position: absolute;
	clip: rect(0,0,0,0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	transition: background .5s ease;
}

.retailers-list .retailer a > span .hover-label {
	display: none;
}

.retailers-list .retailer a:hover {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
}

.retailers-list .retailer a  img {
	max-height: 80px;
}

.retailers-list .retailer a:hover:after,
.retailers-list .retailer a:focus:after
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #E8E8E8;
	z-index: 1
}

.retailers-list .retailer a:hover > span,
.retailers-list .retailer a:focus > span
{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: calc(100% - 30px);
	clip: unset;
	height: unset;
	margin: unset;
}

.retailers-list .retailer a > span.has-price:is(:hover) span.hover-label,
.retailers-list .retailer a:focus > span.has-price span.hover-label {
	display: inline;
}

.retailers-list .retailer a > span.has-price:is(:hover) span.main-label,
.retailers-list .retailer a:focus > span.has-price span.main-label {
	display: none;
}

.buy-online-retailers[data-ecomm-exclusive="1"] .retailers-list  a {
	height: 120px;
	flex-direction: column!important;
	justify-content: unset;
	flex-flow: unset;

}

.buy-online-retailers[data-ecomm-exclusive="1"] .retailers-list  a > span {
	display: block;
	position: relative;
	left: unset;
	top: unset;
	transform: none;
	clip: unset;
	height: unset;
	margin: unset;
	width: 100%;
}

.buy-online-retailers[data-ecomm-exclusive="1"] .retailers-list  a .img-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.buy-online-retailers[data-ecomm-exclusive="1"] .retailers-list  a .img-wrap img {
	object-fit: contain;
	max-height: 65px;
}

.buy-online-retailers[data-ecomm-exclusive="1"] .retailers-list  a:is(:hover, :focus) {
	background: transparent;
	/*outline: 2px solid #E8E8E8;
	outline-offset: -5px;*/
}

.buy-online-retailers[data-ecomm-exclusive="1"] .retailers-list  a:is(:hover, :focus):after {
	display: none
}

.buy-it-now-section .top {
	background: #A7C1DC;
	padding: 0 0 0 35px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.buy-it-now-section .top div:first-child { flex: 1; }

.buy-it-now-section .top h3 { margin: 0; line-height: 1; font-weight: normal; color: black }
.buy-it-now-section .simple-tabs.countries {
	text-align: right;
	padding: 0 20px;
}
.buy-it-now-section .simple-tabs button {
	height: 60px;
	background: transparent;
	border: 0;
	padding: 0 5px 0 35px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	margin-right: 20px
}

.buy-it-now-section .simple-tabs button.ca {
	margin-right: 0;
	padding-right: 20px
}

.buy-it-now-section .simple-tabs button:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border: 1px solid white
}

.buy-it-now-section .simple-tabs button[aria-selected="true"]:after {
	content: "";
	display: block;
	height: 3px;
	background: #000;
	border-radius: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10
}

.buy-it-now-section .simple-tabs button.us:before {
	background: url(../images/us-flag.png) no-repeat center center / cover;
}

.buy-it-now-section .simple-tabs button.ca:before {
	background: url(../images/ca-flag.png) no-repeat center center / cover;
}

button.toggle-retailers {
	border: 2px solid transparent;
	display: inline-block;
	background: transparent;
	font-size: 18px;
	cursor: pointer;
	color: #000;
	line-height: 1;
	padding: 5px 5px;
	margin-right: 10px;
}
button.toggle-retailers i.minus { display: none; }
button.toggle-retailers:focus {
	border-color: royalblue;
}
button.toggle-retailers[aria-expanded="true"] i.plus { display: none; }
button.toggle-retailers[aria-expanded="true"] i.minus { display: inline-block; }

#s7basiczoom_div_zoomView, #s7basiczoom_div_zoomView div[style*="height"], .main-image-wrap .main-img-box {
	min-height: 300px!important;
}

.compare-message-lightbox h2 {
	margin-bottom: 10px;
	text-transform: none;
	text-align: left;
}

#s7spinview_div_divToolsButtons > *, #s7spinview_div_divSpinButtons > *, #s7spinview_div_fullScreenButton {
	/*background-color: black;*/
}

#s7spinview_div_container_inner #s7spinview_div_divSpinButtons { left: unset; right: 0; }

#s7spinview_div_divToolsButtons > *:focus,
#s7spinview_div_divToolsButtons > *:focus-visible,
#s7spinview_div_divSpinButtons > *:focus,
#s7spinview_div_divSpinButtons > *:focus-visible,
#s7spinview_div_fullScreenButton:focus,
#s7spinview_div_fullScreenButton:focus-visible
{
	background-color: #1A6AAA!important;
}

#s7spinview_div.s7spinviewer .s7spinview { background-color: white; }

[data-namespace='s7classic'].s7container[mode='fullscreen'] {
	z-index: 100001;
}

body.product .customize[data-options-count="1"] .reset-options { display: none; }

/* read more */
body.product .product-area .description-wrapper .description .description-text:not(.mobile-init) .excerpt {
	display: none
}

/* View in Room */
.ar-qr-wrapper {
  position: absolute;
  top: 25px;
  right: 70px;
  z-index: 205;
  color: black;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  width: 100px;
}

body:not(.mobile) .ar-qr-wrapper .ar-link, body.mobile .ar-qr-wrapper .ar-qr-code {
  display: none;
}

.ar-qr-wrapper .ar-qr-code span, .ar-qr-wrapper .ar-link span {
  display: block;
}

.ar-qr-wrapper .ar-qr-code img {
  max-height: 76px;
}

.ar-qr-wrapper + .product-logo-container {
  top: 140px!important;
}

.product-logo-container + .ar-qr-wrapper {
  top: 65px
}

body.mobile .ar-qr-wrapper + .product-logo-container {
  top: 110px!important;
}

.ar-qr-wrapper .ar-link .material-icons  {
  font-size: 48px
}

[data-namespace='s7classic'].s7container[mode='fullscreen'] {
	z-index: 100001;
}

body.compare-grid-open.product main#main-content > #product_pagecontent {
	filter: unset!important;
}

body.compare-grid-open.product main#main-content > #product_pagecontent > *:not(#compare-bar) {
	filter: blur(10px)
}

@media all and (max-width: 1130px) {
	body.product .product-area .description-wrapper .row {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	body.product .product-area .description-wrapper .row.sku-row {
		align-items: flex-start!important;
		margin-bottom: 20px;
		gap: 0
	}

	body.product .product-area .description-wrapper .row.sku-row .l { margin-bottom: 10px; }

	body.product .product-area .description-wrapper .row > * {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
		margin-bottom: 20px
	}

	body.product .product-area .description-wrapper .row.sku-row > .r {
		margin-bottom: 0;
	}

	body.product .price-list.price-iot {
		margin-left: 0
	}

	body.product .product-area .description-wrapper .row.sku-row {
		padding-top: 0
	}

	.content-section .wrapper {
		padding: 0 24px
	}

	.content-section .wrapper .content {
		width: 70%;
	}

	body.product .side-panel .inner-panel {
		width: 70%;
		/*padding-right: 100px*/
	}
	.frequent-products .products .product,
	.viewed-products .products .product {
		min-width: 25%
	}
}

@media all and (max-width: 820px){
	.parts-cta-block { padding: 64px 0; text-align: center }
	.parts-cta-block .wrapper { flex-direction: column; justify-content: center; }
	.parts-cta-block .wrapper h3 { font-size: 26px; }
	.parts-cta-block .wrapper .button { margin-top: 20px!important; }
}

@media all and (max-width: 959.98px) {
	body.product .product-area .middle {
		order: unset
	}
	body.product .product-area .description-wrapper {
		width: 100%;
		flex: initial;
		padding: 40px 0
	}

	body.product .product-area .button.prodcompare {
		width: calc(50% - 10px)
	}

	.viewed-products .wrapper, .frequent-products .wrapper {
		padding: 0 24px
	}

	.frequent-products .products .product,
	.viewed-products .products .product {
		width: initial;
		min-width: 33.333%;
		flex: 1;
		max-width: 50%;
	}
	
	body.product .washletoptions.compareon .select-list .options{max-height:calc(100vh - 400px);}
	body.product .select-list .option .opt_title{font-size:14px;}
	body.product .select-list .option .opt_price{font-size:14px;}
	body.product .select-list .option .opt_sku{font-size:12px;}
	body.product .select-list .option .opt_desc{font-size:12px;}
	body.product .washletoptions.compareon .select-list .compare, body.product .washletoptions.compareon .select-list .compare li.on { height:600px; }
	body.product .select-list .compare td{font-size:12px;}
	body.product .product-area .description-wrapper .r .logos img.new { display: none!important; }
	html body.product .details.features-section { padding: 44px 0; }
	.closest-showrooms-list .showrooms-wrapper ul li > div .dist {
		min-width: 30%
	}
}

@media all and (max-width: 768px) {

	body.product section h2 {
		font-size: 28px
	}

	.content-section .wrapper .content h2 {
		font-size: 28px
	}
	body.product .description-wrapper h1 {
		font-size: 24px
	}
	.content-section .wrapper .content {
		width: 100%;
		padding: 50px
	}

	body.product .product-area .vertical-slider {
		width: 80px;
		height: calc(100vh - 500px);
	}

	body.product .details.features-section {
		margin-left: -100px;
		width: calc(100% + 120px )
	}

	body.product .product-area .middle .description-wrapper  {
		margin-left: -100px;
		width: calc(100% + 120px );
		padding-left: 25px;
		padding-right: 25px;
	}

	body.product .product-area .middle {
		padding: 0
	}

	.viewed-products .products .product {
		width: 50%
	}

	body.product .select-list .option .opt_bg{left:75px;width:calc(100% - 75px);}
	body.product .select-list .option .opt_pic{width:75px;}
	body.product .select-list .option .opt_info{width:calc(100% - 75px);}
	body.product .select-list .option .opt_title{font-size:12px;}
	body.product .select-list .option .opt_desc{display:none;}
	body.product .select-list .compare td{font-size:10px;}

	body.product .side-panel .inner-panel {
		width: calc(100vw - 40px);
	}
}

@media all and (max-width: 640px), (min-width: 959.98px) and (max-width: 1200px){
	.closest-showrooms-list .showrooms-wrapper ul li > div {
		flex-flow: wrap;
		row-gap: 10px;
	}
	.closest-showrooms-list .showrooms-wrapper ul li > div .title-wrap {
		width: 100%;
		flex: unset;
	}

	.closest-showrooms-list .showrooms-wrapper ul li > div .top-wrap .dist.mobile { display: block;  }
	.closest-showrooms-list .showrooms-wrapper ul li > div .dist:not(.mobile) { display: none;  }
	.closest-showrooms-list .showrooms-wrapper .showrooms-inner { max-height: 100px; }
	.closest-showrooms-list .showrooms-wrapper .showrooms-inner .simplebar-track.vertical {
		right: 4px
	}

	.closest-showrooms-list li.buy-now-heading > div .right-area { width: 50px; }
	.closest-showrooms-list li.buy-now-heading > div .right-area .wtb-link span {
		margin: 0!important;
		overflow: hidden!important;
		width: 1px!important;
		height: 1px!important;
	}
}

@media all and (min-width: 520.89px){
	/* read more */
	body.product .product-area .description-wrapper .description .description-text .excerpt {
		display: none;
	}
}

@media all and (max-width: 520px) {
	body.product .description-wrapper h1 {
		font-size: 21px
	}
	.content-section .wrapper .content h2 {
		font-size: 21px
	}
	.content-section .wrapper .content .body-text {
		font-size: 16px
	}

	.frequent-products .products .product {
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px
	}

	.viewed-products .products .product {
		width: 100%;
		max-width: 100%;
	}

	.viewed-products .products .product h3,
	.viewed-products .products .product .h3 {
		font-size: 16px;
		margin-top: 5px
	}

	body.product section h2 {
		font-size: 21px;
	}

	body.product .button {
		font-size: 16px
	}

	body.product .product-area {
		padding: 24px;
	}

	body.product .buttons {
		display: block
	}

	body.product .buttons .button {
		width: 100%!important;
		margin-left: 0!important;
	}

	body.product .select-list .compare tr:not(:first-child) td:first-child { font-size: 12px; }
	body.product .select-list .compare tr:first-child th,
	body.product .select-list .compare tr:first-child td {
		font-size: 13px;
	}
	body.product .select-list .compare li h3 button { font-size: 14px; }
	body.product .washletoptions.compareon .select-list .compare, body.product .washletoptions.compareon .select-list .compare li.on {
		height: 700px
	}

	.frequent-products .products .product,
	.viewed-products .products .product {
		min-width: 50%;
		max-width: 100%;
	}

	/* read more */
	body.product .product-area .description-wrapper .description {
		display: block;
	}
	body.product .product-area .description-wrapper .read-more-wrap button.toggle-read-more {
		padding: 0
	}
	body.product .product-area .description-wrapper .description .description-text.mobile-init {
		white-space: unset;
		height: auto
	}
	body.product .product-area .description-wrapper .description.on .description-text.mobile-init.truncated .excerpt {
		display: none;
	}
	body.product .product-area .description-wrapper .description:not(.on) .description-text.mobile-init.truncated .full-descr {
		border: 0;
		clip: rect(0,0,0,0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}


}

@media all and (max-width: 480px) {
	.buy-it-now-section .top {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 20px
	}
}

@media all and (max-width: 440px){
	body.product .select-list .option .opt_info { padding-right: 0 }
	body.product .select-list .option .opt_title { flex-direction: column; gap: 10px; margin-bottom: 10px; align-items: flex-start; text-align: left; }
	body.product .select-list .option .opt_title .opt_price { max-width: 100%; text-align: left; }
	body.product .select-list .option .opt_title .offset-price { line-height: 1; text-align: left; }
	body.product .select-list .option .opt_title .opt_title_button { flex: 1; font-size: 14px; text-align: left; }
	body.product .side-panel .content ul li > div:first-child { padding-right: 10px; }
	.frequent-products .products .product,
	.viewed-products .products .product {
		width: 100%;
	}
	.closest-showrooms-list .showrooms-wrapper .showrooms-inner { max-height: 120px; }
}

@media all and (max-width: 420px) {
	.content-section .wrapper .content {
		padding: 24px
	}

	.content-section .wrapper .content .body-text {
		font-size: 14px;
	}

	.frequent-products .products .product,
	.viewed-products .products .product {
		width: 100%;
		flex: initial;
		max-width: 100%;
		padding: 0;
	}
	.closest-showrooms-list li a h4 {
		font-size: 14px
	}

	.closest-showrooms-list li a p {
		font-size: 12px
	}
}

@media all and (max-width: 400px) {
	body.product .product-area .middle .description-wrapper {
		margin-left: 0px;
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
	/*body.product .product-area .vertical-slider {
		display: none
	}*/
	body.product .side-panel .heading a {
		font-size: 16px;
	}
	body.product .side-panel .content h3 {
		font-size: 14px;
	}
	body.product .side-panel .heading i {
		margin-right: 20px
	}

}

@media all and (max-width: 320px) {


	body.product .details.features-section, body.product .product-area .middle .description-wrapper {
		margin-left: 0px;
		width: 100%
	}
}

/* V3 */
body.product-v3 .product-area h1 { font-size: 26px; line-height: 27px }
body.product-v3 .product-area .price { display: flex; gap: 10px; align-items: center }
body.product-v3 .product-area .row.sku-row { align-items: center!important; margin-bottom: 10px; gap: 10px }
body.product-v3 .product-area .sku-row .sku { margin: 0; font-size: 14px; white-space: nowrap; }
body.product-v3 .product-area .sku-row .price .h4 { font-size: 14px; }
body.product-v3 .product-area .sku-row .price .amount { font-size: 20px; }
body.product-v3 .description-wrapper .inventory-row { margin-bottom: 10px }
body.product-v3 .description-wrapper .limited-inventory { margin-bottom: 0; cursor: default; }
body.product-v3 .description-wrapper .limited-inventory > span { color: #FFF; background: #1A6AAA; font-size: 13px; border-radius: 20px; }
body.product-v3 .description-wrapper .rating { color: #4c4c4c; font-size: 13px; margin-left: auto }
body.product-v3 .description-wrapper .inventory-row > .rating:first-child { margin-left: unset; margin-right: auto; padding-left: 0 }
body.product-v3 .images-area { position: relative;  }
body.product-v3 .images-area .logos { position: absolute; top: 10px; left: 10px; margin: 0; z-index: 10; flex-direction: column; gap: 10px;  }
body.product-v3 .images-area .logos img { max-width: 100px }
body.product.product-v3 .product-area .middle { display: flex; flex-direction: column; }
body.product.product-v3 .product-area .middle > * { order: 10 }
body.product.product-v3 .product-area .middle > .images-area { order: 5 }
body.product.product-v3 .product-area .middle > .title-row { order: 0 }
body.product.product-v3 .product-area .middle > .sku-row { order: 1 }
body.product .product-area .middle .images-area .gallery-display img {max-height: 100%!important;}

body.product-v3 .product-area .thumbnails { margin-bottom: 30px; margin-top: 2px; }
body.product-v3 .product-area .thumbnails .per_product img { border: 2px solid transparent; }
body.product-v3 .product-area .thumbnails .per_product a,
body.product-v3 .product-area .thumbnails .per_product a:focus,
body.product-v3 .product-area .thumbnails .per_product a:focus-visible,
body.product-v3 .product-area .thumbnails .per_product a:focus-within
{ border: 0!important; }

body.product-v3 .product-area .thumbnails .per_product a:focus img,
body.product-v3 .product-area .thumbnails .per_product a:focus-visible img,
body.product-v3 .product-area .thumbnails .per_product a:focus-within img {
	border-color: royalblue;
}

body.product-v3 .side-panel .content ul.select-options-ul {
	padding: 0;
	border: none;
}

body.product-v3 .buttons-area {

}

body.product-v3 .buttons-area .buttons {
	flex-flow: wrap;
	margin-bottom: 20px;
}

body.product-v3 .button.subtle {
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	color: #4C4C4C!important;
	font-size: 18px!important;
	padding: 15px 30px;
	display: inline-block;
	width: auto!important;
	flex: unset!important;
}

body.product-v3 .button.subtle:hover, body.product-v3 .button.subtle.solid {
	background: #E8E8E8;
}

body.product-v3 .button.subtle.solid {
	font-weight: bold
}

body.product-v3 .features-section {
	width: 100%;
	background: #F5F5F5
}

body.product-v3 .details .Accordion .accordion-title {margin: 0}
body.product-v3 .details .Accordion .accordion-title,
body.product-v3 .details .Accordion .accordion-title button {
	background: transparent;
	font-family: "Gotham SSm 4r","Gotham SSm A","Gotham SSm B",Arial,sans-serif;
	font-weight: bold;
}
body.product-v3 .details .Accordion .accordion-content {background: transparent}
body.product-v3 section.viewed-products { background: #FFF; }

body.product-v3 .inner-panel legend {
	width: 100%;
}

.radio-button label {
	display: inline-block;
	font-size: 14px!important;
	color: #4C4C4C;
	border: 2px solid #E8E8E8;
	padding: 8px 15px!important;
	border-radius: 5px;
	line-height: 1;
	cursor: pointer;
}

.radio-button.has-tooltip { position: relative; z-index: 999999 }
.radio-button.has-tooltip label { padding-right: 40px!important; }
.radio-button.has-tooltip .tooltip-wrap { position: absolute; top: 50%; right: 10px; transform: translateY(-50%) }
.radio-button.has-tooltip .tooltip-wrap .tooltip-trigger { padding: 0; background: 0; border: 2px solid transparent;  }
.radio-button.has-tooltip .tooltip-wrap .tooltip { left: 0; top: 30px; padding-top: 15px }

.radio-button input:checked + label, .radio-button input + label:hover {
	background: #E8E8E8
}

.radio-button input:focus + label, .radio-button input:focus-visible + label, .radio-button input:focus-within + label {
	border: 2px solid royalblue!important;
}

.radio-button input:checked + label {
	font-weight: bold
}
.option-heading  { margin-bottom: 8px; }
.rough-in .option-heading  { float: left; }
.option-heading .name { font-weight: bold; font-size: 16px; }
.rough-in .option-description, .rough-in ul { clear: both; }

.option-heading ~ ul {
	display: flex;
	flex-flow: wrap;
	gap: 10px;
	margin-bottom: 20px
}
.option-heading ~ ul.colors {
	margin-bottom: 10px
}
.option-heading ~ ul li { margin-bottom: 0!important; }
.radio-button.image label {
	padding: 0!important;
	border-radius: 100%;
}
.radio-button.image input:checked + label {
	padding: 0!important;
	border-radius: 100%;
	border-color: #000
}

.buy-now-wrapper {
	border: 1px solid #E8E8E8;
	border-radius: 5px 5px 0 0;
}

.buy-now-wrapper h2 {
	color: white;
	text-transform: uppercase;
	background: #1A6AAA;/*#3088CE*/
	font-size: 18px!important;
	padding: 15px 25px!important;
	line-height: 1!important;
	font-weight: bold!important;
	margin-right: -1px!important;
	margin-left: -1px!important;
	border-radius: 5px 5px 0 0;
}

.buy-now-wrapper .closest-showrooms-list { margin-bottom: 0!important; }
.buy-now-wrapper .closest-showrooms-list li { margin-bottom: 0!important; }
.buy-now-wrapper .closest-showrooms-list li h3,
.buy-now-wrapper .closest-showrooms-list li h4 { color: #4C4C4C; margin: 0 }
.buy-now-wrapper .closest-showrooms-list li h3 a,
.buy-now-wrapper .closest-showrooms-list li h4 a { color: #4C4C4C; }

.buy-now-wrapper .closest-showrooms-list li h3 a:hover, .buy-now-wrapper .closest-showrooms-list li h4 a:hover { color: #333; text-decoration: underline; }

.buy-now-wrapper .closest-showrooms-list li a,
.buy-now-wrapper .buy-it-now-section .top {
  background: transparent;
}
.buy-now-wrapper .buy-online-retailers[data-retailers-count="0"] { display: none!important; }
.buy-now-wrapper .buy-it-now-section {
  margin: 0;
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
  padding-bottom: 10px;
}
.buy-now-wrapper .buy-it-now-section h3 {
  margin: 0;
  color: #4c4c4c;
  font-weight: bold;
  font-size: 18px;
}
.buy-now-wrapper .buy-it-now-section p {
  margin: 0;
  font-size: 16px;
}
.buy-now-wrapper .buy-it-now-section .retailers-list {
  border: 0 !important;
}
.buy-now-wrapper .buy-it-now-section .top {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0 !important;
}
.buy-now-wrapper .buy-it-now-section .top .icon + div {
  flex: 1;
}
.buy-now-wrapper .buy-it-now-section .simple-tabs button {
  margin: 0;
  border: 2px solid transparent;
  padding: 0 10px;
  height: 28px;
}
.buy-now-wrapper .buy-it-now-section .simple-tabs button:before {
  display: none;
}
.buy-now-wrapper .buy-it-now-section .simple-tabs button:after {
  background: #767676;
}
.buy-now-wrapper .buy-it-now-section .icon {
  display: flex;
  position: relative;
  flex: unset !important;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  width: 66px;
}
.buy-now-wrapper .buy-it-now-section .icon i {
  color: #3088ce;
  font-size: 32px;
}

.buy-now-wrapper .closest-showrooms-list li:not(.form-open) .zip-form-wrap, .buy-now-wrapper .closest-showrooms-list li:not(.form-open) .close-zip-form { display: none; }
.buy-now-wrapper .closest-showrooms-list li .close-zip-form { color: #000; }
.buy-now-wrapper .closest-showrooms-list li .close-zip-form i { font-size: 26px; }
.buy-now-wrapper .closest-showrooms-list li.form-open { background: #F7F7F7; }
.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap { display: flex; align-items: center; gap: 10px; }
.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form { margin-bottom: 0; }
.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form input { outline:0; background: #FFF; width: 172px; border-color: #4c4c4c; border-style: solid; font-size: 16px; border-radius: 4px 0 0 4px; border-width: 1px 0 1px 1px;   }
.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form input::placeholder { color: #4c4c4c; }
.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form button { background: #1A6AAA; color: white; border: 2px solid #1A6AAA; text-decoration: none; border-radius: 0px 4px 4px 0px; font-size: 12px; text-transform: uppercase;  }
.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form button:hover,
.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form button:focus,
.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form button:focus-within,
.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form button:focus-visible
{ background: #000; border: 2px solid #000;  }
.buy-now-wrapper .closest-showrooms-list li.form-open .showroom-info, .buy-now-wrapper .closest-showrooms-list li.form-open .wtb-link { display: none; }

.buy-now-wrapper .closest-showrooms-list li.loading {
	padding: 5px 20px
}

.zip-modal h3, .zip-modal h4 {
	text-transform: none;
	margin-bottom: 20px
}

.update-zip-form { display: flex; margin-bottom: 40px }
.update-zip-form button { margin: 0; }

.update-zip-form input {
	border: 1px solid #b5b5b5;
	padding: 10px 20px;
	font-size: 18px;
	margin:0
}

.update-zip-form button { cursor: pointer; }

.images-area > .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	font-size: 21px;
	background: transparent;
	border: 0;
	z-index: 9;
	cursor: pointer;
}
.images-area > .arrow[aria-hidden="true"] {opacity: .5; pointer-events: none; }
.images-area > .arrow.prev { left: 20px; }
.images-area > .arrow.next { right: 20px; }
body.product.product-v3 .limited-inventory .tooltip { display: none; }
body.product.product-v3 .Accordion>li.on>.accordion-title button i:after { content: ""!important; }
body.product.product-v3 .product-area .vertical-slider { border-left: 0; border-right: 0; }
body.product.product-v3 .product-options.showing-more .hidden-option .option-heading { display: block!important; }

.Accordion{ list-style:none; padding: 24px 0 !important;}
.Accordion> li{overflow-y:hidden; position:relative; border:1px solid #d1d1d1; border-radius: 2px; overflow: hidden; margin-bottom:8px; }
.Accordion .accordion-title{ background-color: #fff; position:relative; text-transform: uppercase; font-weight: 700; margin: 0 }
.Accordion .accordion-title button { display: flex; align-items: center; width: 100%; cursor: pointer; border: 0; background-color: #fff; padding:16px; text-transform: uppercase; font-weight: 700; text-align: left; vertical-align: middle }
.Accordion .accordion-title button i { margin-left: auto; display:block; margin-right: 8px; font-style: normal }
.Accordion .accordion-title button i:after{ content:'\025BE'; display:block; font-size:20px; line-height:28px; }
.Accordion .accordion-content{ height:0; display: none; overflow: hidden; background-color: #FFF; margin:0; opacity:0; transition:opacity 0.5s; -webkit-transition:opacity 0.5s; padding:0; line-height: 1.6; }
.Accordion .accordion-content>p:first-child{ margin-top:0;  }
.Accordion .accordion-content>p:last-child{ margin-bottom:0;  }
.Accordion .accordion-content>ul{ padding-left:24px; }
.Accordion .accordion-content>ul>li{ list-style: disc; padding:4px 0; line-height: 1.6;}
.Accordion .accordion-content *{ line-height: 1.6;}
.Accordion .accordion-content h3 { font-size: 18px; text-transform: none; }
.Accordion> li.on, .Accordion > li.keep-open{ height:auto;  }
.Accordion> li.on > .accordion-title button i:after{ content:'\025B4';  }
.Accordion> li.keep-open > .accordion-title { pointer-events: none;  }
.Accordion> li.keep-open > .accordion-title:empty { display: none;  }
.Accordion> li.keep-open > .accordion-title button i:after { display: none;  }
.Accordion> li.on > .accordion-content, .Accordion> li.keep-open > .accordion-content{ display: block; height:auto; opacity:1; padding:0 16px 16px 16px; }
.Accordion> li.on > .accordion-content{ display: block; height:auto; opacity:1; padding:0 16px 16px 16px; }
.Accordion .accordion-content a { font-weight: bold }
.Accordion .accordion-content a:hover { text-decoration: underline!important; }

body.product.product-v3 .product-area .middle .images-area .gallery-display,
body.product.product-v3 .product-area .middle .images-area .main-img-box { height: 100%; }

body.product.product-v3 .social > .trigger { background: white; }
body.product.product-v3 .social > .trigger i.close { line-height: .7 }
body.product.product-v3 .social > .trigger i.icon-share img { margin-top: 12px }
body.product.product-v3 #available-options fieldset, body.product.product-v3 #available-options .inner-panel {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	min-width: 0;
}

body.product.product-v3 .product-area .product-options .price-list.price-iot {
	padding: 10px 20px;
	margin: 0;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

body.product.product-v3 .product-area .product-options .price-list.price-iot a { padding: 0; margin: 0; border: 0; display: inline; font-size: 14px; }
body.product.product-v3 .product-area .product-options .price-list.price-iot a:hover { background: transparent; text-decoration: underline; }

.discontinued-message {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px;
	background-color: #CA1613;
	font-size: 21px;
	line-height: 1.3;
	color: #fff;
}

button.option-info-button { display: inline-block; border: 0!important; background: transparent; padding: 0; margin-left: 5px; cursor: pointer; position: relative; }
button.option-info-button:focus,.option-info-button:focus-visible,.option-info-button:focus-within  { border: 0!important; }
button.option-info-button i.material-icons { font-size: 1.6rem; color: #767676; line-height: 1; position: absolute; top: calc(50% - 5px); transform: translateY(-50%) }
button.option-info-button:hover i.material-icons,
button.option-info-button:focus-within i.material-icons,
button.option-info-button:focus i.material-icons,
button.option-info-button:focus-visible i.material-icons {
	opacity: 1;
	color: #1A6AAA;
}

.option-description { display: none; line-height: 1.2; font-size: 14px; margin-bottom: 10px; padding: 10px; background: rgba(0,0,0,0.04); border-radius: 4px;  }
.option-description.on { display: block;  }
.s7fullscreenbutton { display:none; }

.zoomable {
	position: relative;
	max-width: 100%;
	height: 100%;
	max-width: 100%;
	display: inline-block;
	/*cursor: none;*/
}

.zoomable .main-image img {
	max-height: 100%;
}

.zoomable .main-image {
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-flow: wrap;
}

.zoomable .zoom {
	width: 14rem;
	height: 14rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	pointer-events: none;
	transition: transform .25s ease, opacity 0s linear .25s, background .25s ease;
	opacity: 0;
	transform: scale(0);
	transform-origin: 50% 50%;
	overflow: hidden;
	border: 5px solid rgba(0,0,0,.1)
}
.zoomable .zoom:before {
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: none;
}

.zoomable .zoom.show {
	transform: scale(1);
	opacity: 1;
	transition: transform .25s ease, opacity 0s linear;
}

.zoomable .zoom.loading {
	background: transparent;
}
.zoomable .zoom.loading:before {
	display: block;
	animation: loading .5s ease infinite alternate;
}


@keyframes loading {
	0% {
		transform: scale(0.1);
		box-shadow: inset 0 0 0 150px gold;
	}
	50% {
		transform: scale(1);
		box-shadow: inset 0 0 0 140px gold;
	}
	100% {
		box-shadow: inset 0 0 0 0 gold;
	}
}

.zoomable .zoom.loading img {
	opacity: 0;
}

.zoomable .zoom img {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .25s ease;
	width: 100%;
	height: 100%

}

@media all and (max-width: 1248px) {
	html body.product.product-v3 .details.features-section { margin-left: 0!important; margin-right: 0!important; width: 100%!important; }
	html body.product.product-v3 .details.features-section > .wrapper { padding: 0 20px; width: 100%; }
}

@media all and (max-width: 1024px) {
	html body.product.product-v3 nav.breadcrumbs ul li:last-child { display: none; }
	html body.product.product-v3 nav.breadcrumbs ul li:nth-last-child(2) i:after { display: none!important; }
}

@media all and (min-width: 959.98px) { .mobile-only { display: none!important; } }

@media all and (max-width: 959.98px) {
	.desktop-only { display: none!important; }
	html body.product.product-v3 .product-area .thumbnails.vertical-slider {
		margin-bottom: 0;
		/*border: 0;
		clip: rect(0,0,0,0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;*/
	}
	html body.product.product-v3 .details.features-section { width: 100% !important; margin-left: 0!important; margin-right: 0!important; }


  body.product.product-v3 .row.sku-row {
    align-items: flex-start !important;
    text-align: left;
  }
  body.product.product-v3 .row.sku-row .price,
  body.product.product-v3 .row.inventory-row {
    flex-direction: column;
    align-items: flex-start;
  }
  body.product.product-v3 .row.sku-row .price .amount {
    font-size: 21px;
  }
  body.product.product-v3 .row.inventory-row .limited-inventory {
    margin: 0;
  }
  body.product.product-v3 .images-area .secondary-logos-wrap {
    display: none !important;
  }
  body.product.product-v3 .product-area .product-logo-container {
    right: unset;
    left: 0px;
    margin: 0;
    width: 65px;
  }
  body.product.product-v3 .product-area .row.sku-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center !important;
    gap: 10px;
  }
  body.product.product-v3 .product-area .row.sku-row:after {
    display: none;
  }
  body.product.product-v3 .product-area .row.sku-row > * {
    margin: 0;
  }
  body.product.product-v3 .product-area .description-wrapper .description,
  body.product.product-v3 .product-area .description-wrapper .description + .sku-row {
    margin-bottom: 20px;
  }
  body.product.product-v3 .product-area .middle {
    padding: 0;
  }
  body.product.product-v3 .product-area .arrow {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: 0;
    border-radius: 100%;
    background: white;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #000;
    text-align: center;
  }

  .ar-qr-wrapper {
    right: unset;
    left: 0;
    width: 65px;
  }

}

@media all and (max-width: 768px){
	body.product.product-v3 .product-area .middle .description-wrapper { margin-left: 0; width: 100%; padding-left: 0; padding-right: 0; }
	body.product.product-v3 .product-area .middle .description-wrapper > .row:first-child { order: -2; }
	body.product.product-v3 .product-area .middle .description-wrapper > .row.sku-row.mobile-only { order: -1; }
}

@media all and (max-width: 640px), (min-width: 959.98px) and  (max-width: 1120px ) {
	.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap { flex-direction: column; align-items: unset; }
	.buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form input {width: auto}
}

@media all and (max-width: 520px){
	body.product-v3 .product-area h1 { font-size: 21px; line-height: 1.3 }
	body.product .product-area .middle .description-wrapper { padding-top: 25px; }
}

@media all and (max-width: 480px) {
  .buy-it-now-section .top {
    flex-direction: row !important;
    flex-flow: wrap;
  }
  .buy-it-now-section .simple-tabs.countries {
    width: 100%;
    text-align: center;
  }
  .buy-now-wrapper .closest-showrooms-list li h4 a,
  body.product.product-v3 .product-area h3 {
    font-size: 14px;
    line-height: 1.2;
  }
  .buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form {
    flex-direction: column;
    gap: 10px;
  }
  .buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form input {
    border-width: 1px;
    border-radius: 4px;
    width: 100%;
  }
  .buy-now-wrapper .closest-showrooms-list li.form-open .zip-form-wrap form.update-zip-form button {
    border-radius: 4px;
    width: 100%;
  }
}

@media all and (max-width: 420px) {
	body.product-v3 .product-area h1 { font-size: 18px; }
	html body.product.product-v3 nav.breadcrumbs ul li:first-child { display: none; }
}