.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E");
	-webkit-box-shadow: 0 0 3px 1px black;
	-moz-box-shadow: 0 0 3px 1px black;
	box-shadow: 0 0 3px 1px black;
	border-radius: 50%;
	background-color: white;
	opacity: 0.3;
	mask-image: none;
	-webkit-mask-image: initial
}


.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E");
	-webkit-box-shadow: 0 0 3px 1px black;
	-moz-box-shadow: 0 0 3px 1px black;
	box-shadow: 0 0 3px 1px black;
	border-radius: 50%;
	transform: rotate(-180deg);
	background-color: white;
	opacity: 0.3;
	mask-image: none;
	-webkit-mask-image: initial
}

.request-control::placeholder {
	color: #949494;
}

.theme .h1 {
	color: var(--swift-foreground-color-mainHeader);
	background-color: transparent;
}

.theme .h2, .h3, .h4, .h5, .h6 {
	color: var(--swift-foreground-color-subheader);
	background-color: transparent;
}

#specSectionBorder > div:nth-child(2n) {
	height: 100%;
	border-right: 1px solid black;
}

.break-words {
	hyphens: auto;
	word-break: break-word;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 2;
}
.h-30{
	height:30%;
}
	#btn-back-to-top.btn-back-to-top-mobile {
		bottom: 60px;
	}

#LocationsList .list-group-item .d-flex div a {
	pointer-events: none;
	text-decoration: none
}
.overlay-text {
	padding: 25px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(9px);
	top: auto;
	height: auto;
	width:auto;
	left: 30px;
	color:black;
	bottom:30px;
}

.overlay-text .align-middle {
	position: relative;
	
}
.overlay-text .align-middle *{
	margin-bottom:0;
	line-height:1.1;
	font-size:48px;
}
.overlay-text strong {
	font-weight: 700
}

strong {
	font-weight: 700
}
.foster-module-type-numbers .column-item {
	list-style-type: none
}

	.foster-module-type-numbers .column-item .label.lh-base {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
.custom-related {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.custom-related.ratio > * {
	top:auto;left:auto;
	height:auto;
}
.learn-more {
	text-align:center;
	margin-bottom:10px;
}
.learn-more button {
	border-radius: 10px;
}
.overlay-text strong {
	font-weight: 700
}
@media (max-width:1366px) {
	.item_swift_productdetailsmediatable_custom .table-responsive.d-md-inline .table-responsive .w-25 {
		width: 40px !important;
	}

	.item_swift_productdetailsmediatable_custom #main .table-responsive .w-25 {
		width: 40px !important;
	}
}

@media (max-width:767px) {
	.item_swift_productspecification .accordion-body .grid .g-col-4, .item_swift_productspecification .accordion-body .grid .g-col-8 {
		grid-column: auto/span 6;
		font-size: 1rem;
		word-wrap: break-word !important;
		word-break: break-word !important;
	}

		.item_swift_productspecification .accordion-body .grid .g-col-8 ul {
			padding-left: 0
		}

	.item_swift_productdetailsmediatable_custom .table-responsive.d-md-inline .table-responsive {
		width: 100% !important;
	}

	.item_swift_productdetailsmediatable_custom #main .table-responsive {
		width: 100% !important;
	}

	.item_swift_productdetailsmediatable_custom .table-responsive.d-md-inline .table-responsive .w-25 {
		width: 40px !important;
	}

	.item_swift_productdetailsmediatable_custom #main .table-responsive .w-25 {
		width: 40px !important;
	}
}

@media(max-width:449px) {
	#quoteForm .formtable {
		width: 100%;
		margin: 0 auto;
	}

		#quoteForm .formtable tbody {
			width: 100%;
		}

		#quoteForm .formtable tr {
			display: block;
			width: 100%;
		}

			#quoteForm .formtable tr td {
				display: block;
				width: 100%;
			}

				#quoteForm .formtable tr td input {
					min-width: auto;
					width: 100%;
				}

				#quoteForm .formtable tr td textarea {
					width: 100%;
					min-width: auto;
				}
	.overlay-text {
		left:15px;
		bottom: 15px;
	}
}
.download-resources b, .download-resources .fs-1 {
	font-weight: 700;
}
.foster-module-type-numbers .column-item {
	list-style-type: none
}

	.foster-module-type-numbers .column-item .label.lh-base {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
.tabs-specifications .bg-primary {
	background-color: var(--swift-button-secondary-background-color) !important;
	border: .0833rem solid var(--swift-button-secondary-border-color) !important;
	color: var(--swift-button-secondary-foreground-color);
}
.tabs-specifications .nav-tabs .nav-item.show .nav-link, .tabs-specifications .nav-tabs .nav-link.active {
	background-color: var(--swift-button-secondary-hover-background-color);
	border: .0833rem solid var(--swift-button-secondary-hover-border-color);
	color: var(--swift-button-secondary-hover-foreground-color);
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.tabs-specifications .nav-tabs .nav-link {

	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.tabs-specifications.theme-new-tabs {
	border: 0;
	--swift-border-color: transparent;
}
.tabs-specifications .theme-new-tabs {
	margin-top: 15px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 6px rgba(237,238,240,1);
	-moz-box-shadow: 0px 0px 5px 6px rgba(237,238,240,1);
	box-shadow: 0px 0px 5px 6px rgba(237,238,240,1);
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
}
.tabs-specifications .nav-tabs {
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
}
.tabs-specifications .theme-new-tabs .container-lg{
	padding:0
}
.tabs-specifications .theme-new-tabs .labels {
	padding: 10px;
	background: #EEEEEE;
	border-radius:0.25rem;
}
.accordion-specifications .accordion-button:after, .accordion-specifications .accordion-button:not(.collapsed):after {
	background-color: var(--swift-button-secondary-foreground-color);
}
.accordion-specifications .accordion-body {
	margin-top: 0px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 6px rgba(237,238,240,1);
	-moz-box-shadow: 0px 0px 5px 6px rgba(237,238,240,1);
	box-shadow: 0px 0px 5px 6px rgba(237,238,240,1);
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
}
	.accordion-specifications .accordion-body .labels {
		padding: 10px;
		background: #EEEEEE;
		border-radius: 0.25rem;
	}
@media(min-width:768px) {
	.foster-module-type-numbers .prefix, .foster-module-type-numbers .counting, .foster-module-type-numbers .suffix {
		font-size: 44px
	}
	.overlay-text {
		
		height: auto;
		
	}
}

@media(min-width:991px) {
	.foster-module-type-numbers .prefix, .foster-module-type-numbers .counting, .foster-module-type-numbers .suffix {
		font-size: 56px
	}
}

@media(max-width:767px) {
	.foster-module-type-numbers .prefix, .foster-module-type-numbers .counting, .foster-module-type-numbers .suffix {
		font-size: 42px
	}
}
@media print {
	
	html, body {
		height: auto;
		font-size:10pt;
	}
	.item_swift_searchfield,
	.item_swift_offcanvasnavigation,
	.item_swift_textbanner,
	#page-header-desktop,
	.btn-link,
	header,
	#page-footer-mobile,
	.offcanvas,
	.modal,
	.collapsed,
	nav {
		display: none !important;
	}
	.grid {
		gap: var(--bs-gap, 1mm);
	}
	.d-print-table > :not(caption) > * > * {
		padding: 2mm;
	}
	picture img{
		display:table;
	}
	article {
		page-break-inside: avoid;
		page-break-after:auto;
	}
	
	.cart-total {
		page-break-inside: avoid;
		page-break-before: auto;
	}
	.grid-lg-4 {
		--bs-columns: 1 !important;
	}
	.g-col.order-first.order-lg-0 {
		display: none;
	}
	.grid .g-col-lg-3[data-col-size='9'] {
		width: 100%;
		grid-column: auto;
	}
}

.sticky {
	position: fixed;
	height: auto !important;
	left: 15px;
	right: 15px;
	z-index: 99;
	display: inline-block !important;
	margin-top: 15px !important
}
.product-list-item .order-2.row{
	position:relative;
}
.align-items-baseline {
	position: relative;
}
.product-list-item .align-middle.arrow-right svg {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 10px;
	transform: translate(-50%, -50%) scale(1.1);
	transition: transform 0.5s ease;
	cursor: pointer;
}

.product-list-item:hover .align-middle.arrow-right svg {
	transform: translate(-50%, -50%) scale(0.8) ;
}
.align-items-baseline .align-middle.arrow-right svg {
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 10px;
	transform: translate(-50%, -50%) scale(1.1);
	transition: transform 0.5s ease;
	cursor: pointer;
}
.align-items-baseline:hover .align-middle.arrow-right svg {
	transform: translate(-50%, -50%) scale(0.8);
}

.facet-scroll-list
{
  padding-right: 10px; 
}

.facet-list-overflow
{
 	max-height: 300px;
  	overflow-y: auto;
}
.custom-header, .custom-component strong {
	font-weight: 700;
	margin-bottom:5px;
}
.custom-header, .custom-component p {
	
	margin-bottom: 5px;
}
.custom-component-text p strong {
	font-weight: 700;
}
.custom-component-button a, .custom-component-button button {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.custom-component-button form .item-inner .mb-3:has(input[type="hidden"]) {
	margin-bottom: 0 !important
}

.custom-component-button .ps-custom-button {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ps-container.ps-lightbox.ps-open {
	z-index: 1100 !important;
}

@media(max-width:1919px) {
	.overlay-text .align-middle {
		position: relative;
		
	}
		.overlay-text .align-middle * {
			font-size:30pt !important
		}
}
@media(max-width:1600px) {
	.overlay-text .align-middle {
		position: relative;
	}

		.overlay-text .align-middle * {
			font-size: 28pt !important
		}
}
@media(max-width:1199px) {
	.overlay-text .align-middle {
		position: relative;
	}

		.overlay-text .align-middle * {
			font-size: 22pt !important
		}
}
@media(max-width:991px) {
	.overlay-text .align-middle {
		position: relative;
	}

		.overlay-text .align-middle * {
			font-size: 3.2rem !important
		}
}
@media(max-width:767px) {
	.overlay-text .align-middle {
		position: relative;
	}

		.overlay-text .align-middle * {
			font-size: 3.2rem !important
		}
}
@media(max-width:640px) {
	.overlay-text .align-middle {
		position: relative;
	}

		.overlay-text .align-middle * {
			font-size: 2.5rem !important
		}
}
@media(max-width:520px) {
	.overlay-text .align-middle {
		position: relative;
	}

		.overlay-text .align-middle * {
			font-size: 2rem !important
		}
}
@media(max-width:420px) {
	.overlay-text .align-middle {
		position: relative;
	}

		.overlay-text .align-middle * {
			font-size: 1.5rem !important
		}
}



@media(max-width:1925px) {
	.custom-component-button a, .custom-component-button button {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .custom-component-button .ps-custom-button {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
  .custom-component-button .d-flex.flex-wrap{
    width:100%
    }
    .custom-component-button form,
    .custom-component-button .btn {
    width: 95%;
    height: 100%;
    display: block;
  }


}