#sageBoatLoading,
.sageBoatLoading,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLoading,
form[name="sageBoatSearch"] button,
form[name="sageBoatQuickSearch"] > *,
button.slick-prev,
button.slick-next,
form[name="sbCopyLink"] button,
#sageBoatFilters,
#sageBoatFilters .filter .sbFilterTitle span,
.sbFavorite,
.sbFavorite .sbFavGoTo,
.sbFavorite svg path,
.sbFavorite .sbFavGoTo *,
.sbFavorite .sbFavGoTo a:after,
.sageBoatSearch .item .sbContactActions > div,
#sbPhotoGallery .item .showMoreCount,
#sbgWrap .overlayToggle,
#sbGallery .tileSlide .item .galleryImage:before,
.sageBoatSearch .item .sbContactActions svg path,
#sbAccordionBlock .accordionBlock .accordionHead:before {
	transition: all 0.3s;
}


body .select2 .select2-selection,
body.et-db #et-boc .et-l .select2 .select2-selection {
	background:#FFF;
	border:1px solid #aaa;
	border-radius:2px;
	padding:10px;
	height:auto;
}

body .select2-container .select2-selection--single .select2-selection__rendered,
body.et-db #et-boc .et-l .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left:0;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow,
body.et-db #et-boc .et-l .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:6px;
	top:0;
	bottom:0;
	margin:auto 0;
}

/*--- Search Form Styles ---*/

form[name="sageBoatSearch"] {
	display:flex;
	align-items:center;
	width:100%;
	padding:20px 20px;
	box-sizing:border-box;
}

form[name="sageBoatSearch"] > * {
	box-sizing:border-box;
}

form[name="sageBoatSearch"] input {
	min-height:50px;
	border:1px solid #CCC;
	border-right:0;
	display:block;
	width:100%;
	padding:0 20px;
	font-size:14px;
}

form[name="sageBoatQuickSearch"] button,
body.et-db #et-boc .et-l form[name="sageBoatQuickSearch"] button,
form[name="sageBoatSearch"] button {
	background:none;
	border:none;
	text-align:center;
	min-height:52px;
	border:1px solid #3fa6a2;
	min-width:60px;
	background:#3fa6a2;
	cursor:pointer;
	justify-content:center;
	align-items:center;
}

#sageBoatDetails .button svg,
#sbdcExtra a svg {
	max-width:20px;
	max-height:20px;
	width:100%;
	height:100%;
	display:inline-block;
	vertical-align:middle;
	margin-right:0px;
}

#sageBoatDetails h2 {
	font-size:28px;
	padding-bottom:.5em;
	margin:0;
}

#spincar,
.sbResponsiveIframe {
	position:relative;
	padding:75% 0 0;
}

#spincar iframe,
.sbResponsiveIframe iframe {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:none;
	width:100%;
	height:100%;
}

#sbdcExtra a svg {
	max-width:15px;
	max-height:15px;
}

form[name="sageBoatQuickSearch"] {
	position:relative;
	padding:20px;
	display:flex;
	justify-content:center;
	gap:10px;
	align-items:center;
	max-width:1400px;
	margin:auto;
	width:100%;
}

form[name="sageBoatQuickSearch"] label {
	position:relative;
}

form[name="sageBoatQuickSearch"] label span.sbLabel {
	width:0;
	height:0;
	font-size:0;
	position:absolute;
	overflow:hidden;
}

form[name="sageBoatQuickSearch"] button,
body.et-db #et-boc .et-l form[name="sageBoatQuickSearch"] button {
	width:100%;
}

form[name="sageBoatQuickSearch"] > *,
body.et-db #site #et-boc .et-l .et_pb_module form[name="sageBoatQuickSearch"] > * {
	width:100%;
}

form[name="sageBoatQuickSearch"] > select,
body.et-db #site #et-boc .et-l .et_pb_module form[name="sageBoatQuickSearch"] > select {
	background:#FFF;
	width:100%;
}

form[name="sageBoatQuickSearch"] .select2-container,
body.et-db #site #et-boc .et-l .et_pb_module form[name="sageBoatQuickSearch"] .select2-container {
	width:100% !important;
}

form[name="sageBoatQuickSearch"] button:hover,
form[name="sageBoatSearch"] button:hover {
	background:#053b53
}

form[name="sageBoatQuickSearch"] button svg,
form[name="sageBoatSearch"] button svg {
	position:relative;
	top:4px;
	stroke:#FFF;
	margin-top:-10px;
}

.sageBoatLoading,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLoading {
	pointer-events:none;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background:rgba(255,255,255,.7);
}

.sageBoatLoading > svg,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLoading > svg,
.sbIfiniteLoad .infinite-scroll-request > svg,
body.et-db #et-boc .et-l .et_pb_module .sbIfiniteLoad .infinite-scroll-request > svg {
	position:absolute;
	margin:auto;
	max-width:150px;
	max-height:38px;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

.sageBoatLoading > svg circle,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLoading > svg circle,
.sbIfiniteLoad .infinite-scroll-request > svg circle,
body.et-db #et-boc .et-l .et_pb_module .sbIfiniteLoad .infinite-scroll-request > svg circle {
	fill:var(--primary-theme-color);
}

.sbIfiniteLoad .infinite-scroll-request > svg,
body.et-db #et-boc .et-l .et_pb_module .sbIfiniteLoad .infinite-scroll-request > svg {
	height:auto;
	position:relative;
}

form[name="sageBoatQuickSearch"].loading > *,
body.et-db #et-boc .et-l .et_pb_module form[name="sageBoatQuickSearch"].loading > * {
	opacity:.3;
	pointer-events:none;
}

form[name="sageBoatQuickSearch"].loading .sageBoatLoading,
body.et-db #et-boc .et-l .et_pb_module form[name="sageBoatQuickSearch"].loading .sageBoatLoading,
#sbgWrap.loading .sageBoatLoading {
	pointer-events:auto;
	opacity:1;
	visibility:visible;
}

#sbgWrap.firstLoad {
	overflow:hidden;
	height:100%;
}

#sbgWrap .sageBoatLoading {
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	z-index:10000;
}

.sbFavorite,
#sbdcExtra > div.sbFavorite {
	position:relative;
	cursor:pointer;
	padding:0;
}

.item .sbFavorite {
	position:absolute;
	top:-.5px;
	right:0;
}

.yachtsTemplate .item .sbFavorite {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	opacity:1;
}

.item .sbFavorite.active {
	opacity:1;
}

.item:hover .sbFavorite {
	opacity:1;
}

.sbFavorite .sbfWrap {
	display:flex;
	align-items:center;
	height:100%;
	margin:0;
}

.item .sbFavorite .sbfWrap {
	padding:10px;
}

.yachtsTemplate .item .sbFavorite .sbfWrap {
	background:none;
	clip-path:none;
	padding:0;
}

.item .sbFavorite .sbfWrap span.sbFavLabel {
	display:none;
}

.sbFavorite svg,
#sbdcExtra .sbFavorite svg {
	width:100%;
	height:100%;
	margin:auto;
	max-width:25px;
	max-height:25px;
	fill:transparent;
	stroke:#FFF;
	stroke-width: 30;
	pointer-events:none;
}

#sbdcExtra .sbFavorite svg {
	margin-right:5px;
}

.sbFavorite:hover svg path {
	fill:#ed2c2c;
	stroke:#ed2c2c;
}

.sbFavorite.active svg path {
	fill:#ed2c2c;
	stroke:#ed2c2c;
}

.sbFavorite .sbFavGoTo {
	position:absolute;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	text-align:center;
	bottom:100%;
	left:50%;
	margin:0 0 0 -55px;
	font-weight:500;
	min-width:110px;
	width:100%;
	padding-bottom:5px;
}

.sbFavorite .sbFavGoTo > a:after {
	background:#000;
	width:10px;
	height:5px;
	position:absolute;
	bottom:1px;
	left:0;
	right:0;
	margin:auto;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content:'';
}

.sbFavorite .sbFavGoTo a {
	text-decoration:none;
	color:#FFF;
	padding:2px 5px;
	display:block;
	font-size:12px;
	background:#000;
	border-radius:2px;
	line-height:1.8em;
}

.sbFavorite .sbFavGoTo a:hover,
.sbFavorite .sbFavGoTo a:hover:after {
	background:#333;
	color:#FFF !important;
}

.sbFavorite:hover .sbFavGoTo {
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}

.sageBoatSearch .item .boatFlag {
	position:absolute;
	background:#0D97E2;
	padding:6px 14px;
	border-radius:4px;
	top:10px;
	left:10px;
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
	pointer-events:none;
}

.yachtsTemplate .sageBoatSearch .item .boatFlag {
	position:relative;
	top:auto;
	left:auto;
	color:#000;
	background:none;
	border-radius:0;
	text-transform:none;
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:500;
}

.yachtsTemplate .sageBoatSearch .item .boatFlag:before {
	border-radius:90px;
	content:'';
	background:#000;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	top:-2px;
	width:14px;
	height:14px;
	margin-right:5px;
}

/* .sageBoatSearch .item .boatFlag.comingSoon,
.sageBoatSearch .item .boatFlag.newArrival,
.yachtsTemplate .sageBoatSearch .item .boatFlag.priceReduced:before {
	background:#EF9510;
} */

.sageBoatSearch .item .boatFlag.priceReduced:before,
.yachtsTemplate .sageBoatSearch .item .boatFlag.newArrival:before {
	background:#36B111;
}

.yachtsTemplate .sageBoatSearch .item .boatFlag.comingSoon:before {
	background:#FFF;
	color:#354679;
}

.yachtsTemplate .sageBoatSearch .item .boatFlag.onOrder:before {
	background:#F5EF41;
}

#sageBoatGrid, searchResultsList {
	display:flex;
	font-family: "Heebo", Sans-serif!important;
}

.searchResultsFlexBox {
	padding: 0;
	margin: 5px;
}

.searchResultsList {
	width: 100%;
}

#breadcrumbs {
	padding: 0;
    font-size: 0.8em;
    color: #9C9C9C;
    transition: color 0.3s;
    margin-bottom: 15px;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

#sageBoatDetails #breadcrumbs {
	max-width: 1600px;
    margin: auto;
    padding-bottom: 10px;
}


#breadcrumbs a {
	color: #9C9C9C;
	font-weight: 500;
    transition: color 0.3s;
}

#breadcrumbs a:hover {
	color: #000;
}

@media (min-width: 600px) {
	#breadcrumbs .crumbConnect {
		margin: 0 10px;
	}
}

#breadcrumbs .crumbConnect {
	color: #9C9C9C;
    transition: color 0.3s;
	margin: 0 2px;
}

#sageBoatGrid.nogrid {
	display:block;
	text-align:center;
}

#sageBoatGrid.nogrid {
	text-align:center;
}

#sageBoatGrid * {
	box-sizing:border-box;
}

.sageBoatSearch {
	flex: 1;
	position:relative;
	width:100%;
}

#sbsStretch {
	display: flex;
	flex-direction: column;
	height:100%;
}

.sbsInner {
	position:relative;
	width:100%;
	align-self:stretch;
	height:100%;
}

.sbiGrid {
	display:grid; 
	grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));
	gap:20px; 
	justify-content:space-evenly; 
	padding:0 30px
}

.yachtsTemplate .sbiGrid {
	gap:40px;
	grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));
}

#vesselCMT {
	padding:0 30px;
	line-height: 1.3em;
}

#vesselCMT h1 {
	margin:0;
	padding:0;
	font-size: 1.75rem;
	font-weight:700;
}

#sageBoatGrid #sbsStretch #sbsHeader {
	padding:10px 30px 20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-self: start;
	width:100%;
}

#sbsStretch h2#zeroResults {
	padding-left:30px;
}

#sbsTotalListings {
	font-size:16px;
	font-weight:500;
}

form[name="sbSortForm"] {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}

form[name="sbSortForm"] > * {
	margin:5px 0 5px 15px;
}

form[name="sbSortForm"] select {
	min-height:43px;
	border:1px solid #CCC;
	border-radius:0;
	padding:0 10px;
}

.sageBoatSearch.featuredSearch .sbiGrid {
	gap:2%;
	grid-template-columns:repeat(auto-fit, minmax(23.5%, 1fr));
	padding:0;
}

.sageBoatSearch .item {
	background:#FFF;
	box-shadow:0px 1px 10px -4px rgb(0 0 0 / 23%);
	border:1px solid #C0C0C0;
	border-radius:5px;
	position:relative;
	transition:all .3s;
	display:flex;
	flex-direction:column;
	max-width:600px;
}

.sageBoatSearch .placeholder-item {
    width: 100%; /* Adjust based on your grid's layout */
	max-width:600px;
    height: 400px; /* Adjust to match the height of your grid items */
    background-color: #e0e0e0; /* Light grey, adjust as needed */
    opacity: 0.5; /* Semi-transparent */
    margin-bottom: 20px; /* Adjust based on your grid's layout */
}

.yachtsTemplate .sageBoatSearch .item {
	background:none;
	margin-bottom:40px;
	border:none;
	box-shadow:none;
}

.sageBoatSearch .item .itemImage {
	padding:70% 0 0;
	position:relative;
	overflow:hidden;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.yachtsTemplate .sageBoatSearch .item .itemImage {
	border-radius:5px;
}

.yachtsTemplate .sageBoatSearch .item .iiOverlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-size:12px;
	font-weight:500;
	background:linear-gradient(180deg, rgba(0,0,0,.5) 0%, #F2295B00 38%);
}

.yachtsTemplate .sageBoatSearch .item .iiOverlay .iioInner {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:15px 20px;
}

.yachtsTemplate .sageBoatSearch .item .iiOverlay,
.yachtsTemplate .sageBoatSearch .item .iiOverlay .iioInner > * {
	pointer-events:none;
}

.yachtsTemplate .sageBoatSearch .item .iiOverlay .iioInner > .iioFav {
	pointer-events:all;
	min-width:25px;
}

.yachtsTemplate .sageBoatSearch .item .iiOverlay .iioInner > .iioBrokerThumb {
	min-width:45px;
}

.yachtsTemplate .sageBoatSearch .item .iioBrokerName {
	text-align: left;
    line-height: 1rem;
    flex-grow: 1;
    color: #FFF;
    padding-left: 10px;
    pointer-events: none;
}

.yachtsTemplate .sageBoatSearch .item .iioBrokerName h3 {
	color:#FFF;
	font-size:12px;
	font-weight:500;
}

.yachtsTemplate .sageBoatSearch .item .iioBrokerName p {
	padding:0;
	margin:0;
	font-size:10px;
}

.sageBoatSearch .item .imageLink {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-color:#000;
	background-position:center;
	background-size:cover;
	transition: all .5s;
	transition-timing-function: ease-out;
	object-fit: cover;
	
}

.sageBoatSearch .item .itemImage:hover .imageLink {
	transform: scale(1.1);
	transition-timing-function: ease-in;
	transition: all 4s;
}

.sageBoatSearch .item .itemInner {
	height:100%;
	display:flex;
	flex-direction:column;
	flex:1;
}

.sageBoatSearch .item .itemInner .iiPad {
	padding:1em;
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
	text-align:left;
}

.yachtsTemplate .sageBoatSearch .item .itemInner .iiPad {
	padding: 10px 0 0;
}

.yachtsTemplate .sageBoatSearch .item .itemInner .iiPad .boatFlagContainer {
	display: block;
	height: 30px;
}

.sageBoatSearch .item .mainInfo {
	display:flex;
	justify-content:space-between;
}

.sageBoatSearch .item .mainInfo .miRight {
	min-width:120px;
	text-align:right;
}

.yachtsTemplate .sageBoatSearch .mainInfo {
	display: block;
    height: 60px;
}

.yachtsTemplate .sageBoatSearch .mainInfo .miLeft {
	display: block;
    height: 35px;
}

.yachtsTemplate .sageBoatSearch .mainInfo .miLeft h3 {
	text-align: left;
	float: left;
}

.yachtsTemplate .sageBoatSearch .mainInfo .miLeft span {
	text-align: right;
	float: right;
}

.yachtsTemplate .sageBoatSearch .mainInfo .miRight {
	text-align: left;
	float: left;
	display: flex;
}

.sageBoatSearch .item .secondaryInfo {
	display:grid;
	grid-template-columns:1fr auto;
	justify-content: space-between; 
	align-items:flex-end;
	border-bottom:1px solid #CECECE;
	padding-bottom:8px;
	margin-bottom:8px;
	height:100%;
}

.sageBoatSearch .item .lastInfo {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 13px;
    color: #ADADAD;
    text-transform: uppercase;
    gap: 0 6px;
}

.sageBoatSearch .item .lastInfo.nationSearch {
	display: flex;
    align-items: flex-start;
    flex-direction: row;
    font-size: .7em;
    color: #747474;
    gap: 0 6px;
    justify-content: space-between;
    --container-widget-width: 8px;
    flex-wrap: nowrap;
    align-content: flex-start;
	text-transform: none;
	font-size: 0.7em;
    line-height: 1.1rem;
}


.sageBoatSearch .item .lastInfo .broker {
	width:100%;
}

.sageBoatSearch .item .lastInfo.nationSearch div.lIRight {
	display: flex;
	gap: 2px;
	color: #000;
}

.sageBoatSearch .item .lastInfo.nationSearch div.lILeft {
	display: flex;
	gap: 5px;
	align-content: center;
}

.sageBoatSearch .item .lastInfo .nationSearchIcon {
	color: #1d60c5;
	border-color: #1d60c5;
	font-size: 1.5em;
}

.sageBoatSearch .item .lastInfo.nationSearch .itemNumber {
	margin-left: auto;
}

.sageBoatSearch .item .lastInfo .itemNumber {
	text-transform:uppercase;
	width:auto;
	text-align:right;
}

.sageBoatSearch .item .iipBottom {
	margin-top:10px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.yachtsTemplate .sageBoatSearch .item .iipBottom {
	width: 100%;
}

.sageBoatSearch .item h3 {
	margin:0;
	padding:0;
	font-size:1rem;
	text-transform:capitalize;
	font-weight:700;
	color:#252422;
}

.yachtsTemplate .sageBoatSearch .item h3 {
	font-size: 1.2rem;
}

.sageBoatSearch .item h4 {
	margin:0;
	padding:0 0 5px;
	font-size:1rem;
	font-weight:400;
	text-transform:capitalize;
}

.sageBoatSearch .miniDeets {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.sageBoatSearch .miniDeets > li {
	list-style:none;
	padding:0 7px 0 0;
	margin:0 7px 0 0;
	border-right:1px solid #ddd;
	color:#333;
	font-size:14px;
	line-height:1em;
}

.sageBoatSearch .miniDeets > li:last-child {
	border:none;
	margin-right:0;
	padding-right:0;
}

.sageBoatSearch .item .length {
	font-size:1.2rem;
	font-weight:500;
	color:#6C6C6C
}

.sageBoatSearch .item .price {
	font-size:1.25rem;
	font-weight:600;
	margin:0;
	color:#000;
	word-wrap:normal;
}

.yachtsTemplate .sageBoatSearch .item .price {
	margin:0;
	font-weight:500;
	font-size:20px;
	color:#4e4e4e
}

.sageBoatSearch .item .price .priceReducedArrow {
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}

.sageBoatSearch .item .price .priceReducedArrow svg {
	width:16px;
	height:16px;
	fill:#36B111;
}

.sageBoatSearch .item .msrpPrice {
	text-decoration:line-through;
	color:#878787;
	margin-right: 10px;
}

.sageBoatSearch .item .status {
	text-transform: capitalize;
	font-weight: 400;
	font-size:.8125rem
}

.sageBoatSearch .item .status > * {
	display:inline-block;
	vertical-align:middle;
}

.sageBoatSearch .item .sbContactActions {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:0 10px;
}

.yachtsTemplate .sageBoatSearch .item .sbContactActions {
	
}

.sageBoatSearch .item .sbContactActions > div {
	background:#000;
	text-align:center;
	padding:7px;
	width:40px;
	height:40px;
	border-radius:6px;
	cursor:pointer;
}

.yachtsTemplate .sageBoatSearch .item .sbContactActions > div {
	background:none !important;
	width:20px;
	height:20px;
	border-radius:0;
	padding:0;
	margin:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sageBoatSearch .item .sbContactActions > div:hover {
	background:#666;
}

.yachtsTemplate .sageBoatSearch .item .sbContactActions > div:hover {
	background:none;
}

.sageBoatSearch .item .sbContactActions > div svg {
	width:100%;
	height:100%;
	min-width:21px;
	min-height:21px;
	display:block;
	fill:#FFF;
}

.yachtsTemplate .sageBoatSearch .item .sbContactActions > div svg {
	fill:#CECECE;
	max-width:20px;
	max-height:20px;
}

.yachtsTemplate .sageBoatSearch .item .sbContactActions > div:hover svg,
.yachtsTemplate .sageBoatSearch .item .sbContactActions > div:hover svg g {
	fill:#000 !important;
}

.yachtsTemplate .sageBoatSearch .item .sbContactActions > div.sbcaPhone svg {
	max-height:15px;
}

.yachtsTemplate .sageBoatSearch .item .sbContactActions > div svg g {
	fill:#cecece !important;
}

.sbOwnerContact {
	text-align:left;
}

.ocPhone {
	margin-top:20px;
}

*[data-alert] {
	cursor:pointer;
}

/*--- Search Pagination Styles ---*/

#sbPaging {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	padding:20px 20px;
	font-weight:700;
	align-self: end;
	width:100%;
}

#sbPaging > * {
	padding:20px;
}

#sbPaging form[name="sagePager"] {
	display:none;
}

.sbIfiniteLoad {
  display:none;
  padding:20px;
  text-align: center;
  font-weight:700;
  font-size:24px;
  color:var(--primary-theme-color);
}

#sageBoatFilters input[type="number"],
#sbPaging input[name="sbpage"] {
	width:50px;
	min-height:30px;
	border:none;
	padding:0;
	text-align:center;
	border:1px solid #CCC;
	color:#000;
	min-height:43px;
	text-align:center;
	padding:0 10px;
	font-size:12px;
	position:relative;
	top:-3px;
}

#sbPaging button {
	min-height:30px;
	font-size:14px;
	text-align:center;
	border:none;
}

.prevNext a {
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
	text-decoration:none;
	background:#ececec;
	color:#333;
	border-radius:3px;
	padding:10px 15px;
	font-weight:700;
}


/*--- Listing Page Filter Styles ---*/



#sageBoatFilters {
	flex: 1;
	max-width:300px;
	width:100%;
	position:relative;
	background:#FFF;
	z-index:89;
}

#sageBoatFilters > form {
	padding:20px;
}

#sageBoatFilters button,
#sageBoatFilters .button {
	margin-bottom:20px;
}

#sageBoatFilters button#sbClearAll {
	display:none;
}

#sageBoatFilters .filter {
	padding:0;
	margin:0;
	border-bottom:1px solid #ececec;
}

#sageBoatFilters .filter:last-child {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

#sageBoatFilters .filter h3.sbFilterTitle {
	margin:0;
	padding:10px 0;
	cursor:pointer;
	position:relative;
	text-transform:none;
	font-size:.95rem;
	color:#4e4e4e;
}

#sageBoatFilters .filter[data-filter="advancedoptions"] > h3.sbFilterTitle {
	font-weight:700;
}

#sageBoatFilters .filter .sbFilterTitle span {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	margin:auto 0;
	width:10px;
	height:10px;
}

#sageBoatFilters .filter.active > .sbFilterTitle span,
#sageBoatFilters .filter[data-filter="advancedoptions"] > .sbFilterTitle span {
	transform: rotate(-180deg);
}

#sageBoatFilters .filter.active[data-filter="advancedoptions"] > .sbFilterTitle span {
	transform: rotate(0deg);
}

#sageBoatFilters .filter .sbFilterTitle span svg {
	width:100%;
	height:100%;
	display:block;
	fill:#000;
}

#sageBoatFilters .filter .sbFilterContent,
#sageBoatFilters .filter.active[data-filter="sbdealer"] > .usedLocationsFilter {
	display:none;
	padding:0 0 15px;
}

#sageBoatFilters .filter.active > .sbFilterContent,
#sageBoatFilters .filter[data-filter="sbdealer"] > .usedLocationsFilter {
	display:block;
}

#sageBoatFilters .filter .sbFilterContent,
#sageBoatFilters .filter.active[data-filter="advancedoptions"] > .sbFilterContent {
	display:none;
	padding:0 0 15px;
}

#sageBoatFilters .filter.active > .sbFilterContent,
#sageBoatFilters .filter[data-filter="advancedoptions"] > .sbFilterContent {
	display:block;
}

#sageBoatFilters .filter ul.options {
	list-style:none;
	margin:0;
	padding:0;
	overflow:auto;
	max-height:200px;
}

#sageBoatFilters .filter ul.options > li {
	list-style:none;
	padding:0;
	margin:0 0 8px;
	font-size:12px;
	line-height:1.2em;
}

#sageBoatFilters .filter ul.options > li > label {
	display:flex;
	align-items:center;
	cursor:pointer;
}

#sageBoatFilters .filter ul.options > li > label:hover {
	opacity:.7;
}

#sageBoatFilters .filter ul.options > li span {
	margin-left:5px;
}

#sageBoatFilters .filter ul.options > li .checkMask {
	position:relative;
}

#sageBoatFilters .filter ul.options > li input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	outline: none;
	background: var(--background);
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
	cursor: pointer;
	border-radius: 2px;
	transition: box-shadow 0.3s;
	box-shadow: inset 0 0 0 1px #999;
	width: 18px;
	height: 18px;
	display: block;
}

#sageBoatFilters .filter ul.options > li svg {
	pointer-events: none;
	fill: none;
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	transform: scale(0) translateZ(0);
}

@keyframes bounce {
	50% {
		transform: scale(1.2);
	}
	75% {
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}

#sageBoatFilters .filter ul.options > li input:checked,
#sageBoatFilters .filter ul.options > li input:checked:focus {
	box-shadow: inset 0 0 0 11px #000;
}

#sageBoatFilters .filter ul.options > li input:checked + svg {
	transform: scale(1);
}

#sageBoatFilters .filter ul.options > li input:checked:focus + svg {
	-webkit-animation: bounce 0.4s linear forwards 0.2s;
	animation: bounce 0.4s linear forwards 0.2s;
}

#sageBoatFilters .filterFlex {
	display:flex;
	align-items:center;
	box-sizing:border-box;
}

#sageBoatFilters .filterFlex span {
	margin:0 10px;
}

#sageBoatFilters .filterFlex input {
	max-width:100%;
	width:100%;
}

#sbShowHideFilter {
	background:#333;
	text-align:center;
	width:43px;
	height:43px;
	line-height:50px;
	padding:5px;
	cursor:pointer;
	display:none;
}

body.showSbFilters #sbShowHideFilter {
	background:#000;
}

#sbgWrap .overlayToggle {
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	pointer-events:none;
	background:#000;
	opacity:0;
}

body.showSbFilters #sbgWrap .overlayToggle {
	opacity: .3;
	visibility: visible;
	pointer-events: auto;
}

#sbShowHideFilter svg {
	width:100%;
	height:100%;
	display:block;
	fill:#FFF;
}


/*--- Details Page Styles ---*/

#sageBoatDetailsWrap.singleListing #sageBoatDetails {
	max-width:100%;
}

#sageBoatDetailsWrap,
#brokerContentWrap {
	padding:0;
}

#sageBoatDetails,
#brokerContent {
	max-width:100%;
	margin:auto;
	position:relative;
	padding:0;
	box-sizing:border-box;
}

.yachtsTemplate #sageBoatDetails {
	max-width:100%;
}

#sbTitle {
	font-size: 32px;
	font-family:Helvetica, arial;
}

.availableforCB span {
	font-size: 1em;
    color: #676767;
}

.availableforCB span img {
	height: 17px;
    vertical-align: middle;
    padding-bottom: 2px;
}

#sbSpecs {
	position:relative;
	margin:0 0 30px;
}

#sbSpecs .item {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:10px 0;
	border-bottom:1px solid #bebebe;
}

#sbSpecs .item:last-child {
	border:none;
	padding-bottom:0;
}

#sbPrintPhoto {
	display:none;
}

#sbPrintPhoto img {
	display:block;
	width:100%;
}

#sbGalleryWrap {
	position:relative;
	margin:0 0 30px;
}

#sbGallery {
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden !important;
	width:100%;
	position:relative;
	padding:48% 0 0 0;
	margin:0 0 5px;
	background:#FFF;
	opacity:0 !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	max-height:0px !important;
}



#sbGalleryWrap .sageBoatLoading {
	opacity:1;
	pointer-events:auto;
}

#sbGalleryWrap.ready .sageBoatLoading {
	opacity:0;
	pointer-events:none;
}

#sbGallery *,
#sbGalleryThumbs *,
#moreLikeThis * {
	box-sizing:border-box;
}

#sageBoatDetails .slick-track,
#moreLikeThis .slick-track {
	max-width:none;
	margin:0;
	display: flex;
	justify-content: flex-start;
}

#sbGallery .inner {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	width:100%;
	height:100%;
}

#moreLikeThis .sageBoatSearch .item .itemInner {
	height:auto;
}

#sbGallery .inner.slick-initialized,
#moreLikeThis .slick-initialized {
	display:block;
}

#sbGallery .inner button,
#moreLikeThis button {
	border:none;
	background:rgba(0,0,0,.7);
	color:#000;
	padding:0;
	font-size:0;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	height:70px;
	width:70px;
	line-height:65px;
	text-align:center;
	z-index:1000;
	outline:none;
}

#sbGallery .inner button:hover,
#moreLikeThis button:hover {
	background:rgba(0,0,0,.3);
}

#sbGallery .inner button.slick-prev,
#sbGallery .inner button.slick-next,
#moreLikeThis button.slick-prev,
#moreLikeThis button.slick-next {
	font-size:0;
}

#sbGallery .inner button.slick-prev,
#moreLikeThis button.slick-prev {
	left:0;
	text-indent:-10px;
	transform:translateX(-100%);
	opacity:0;
	border-top-right-radius:1000px;
	border-bottom-right-radius:1000px;
}

#sbGallery:hover .inner button.slick-prev,
#moreLikeThis:hover button.slick-prev {
	transform:translateX(0);
	opacity:1;
}

#sbGallery .inner button.slick-next,
#moreLikeThis button.slick-next {
	right:0;
	text-indent:10px;
	transform:translateX(100%);
	opacity:0;
	border-top-left-radius:1000px;
	border-bottom-left-radius:1000px;
}

#sbGallery:hover .inner button.slick-next,
#moreLikeThis:hover button.slick-next {
	transform:translateX(0);
	opacity:1;
}

#sbGallery .inner button:before,
#moreLikeThis button:before {
	font-size:50px;
	font-weight:bold;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background-position:center;
	background-repeat:no-repeat;
	max-width:50px;
	max-height:50px;
}

#sbGallery .inner button.slick-prev:before,
#moreLikeThis button.slick-prev:before {
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg style='fill:%23FFF;' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M213.7,256L213.7,256L213.7,256L380.9,81.9c4.2-4.3,4.1-11.4-0.2-15.8l-29.9-30.6c-4.3-4.4-11.3-4.5-15.5-0.2L131.1,247.9 c-2.2,2.2-3.2,5.2-3,8.1c-0.1,3,0.9,5.9,3,8.1l204.2,212.7c4.2,4.3,11.2,4.2,15.5-0.2l29.9-30.6c4.3-4.4,4.4-11.5,0.2-15.8 L213.7,256z'/%3E%3C/svg%3E");
	right:15px;
}

#sbGallery .inner button.slick-next:before,
#moreLikeThis button.slick-next:before {
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg style='fill:%23FFF;' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M298.3,256L298.3,256L298.3,256L131.1,81.9c-4.2-4.3-4.1-11.4,0.2-15.8l29.9-30.6c4.3-4.4,11.3-4.5,15.5-0.2l204.2,212.7 c2.2,2.2,3.2,5.2,3,8.1c0.1,3-0.9,5.9-3,8.1L176.7,476.8c-4.2,4.3-11.2,4.2-15.5-0.2L131.3,446c-4.3-4.4-4.4-11.5-0.2-15.8 L298.3,256z'/%3E%3C/svg%3E");
	left:15px;
}

#sbGalleryWrap.ready #sbGallery,
#moreLikeThis.ready {
	max-height:none !important;
	overflow:hidden !important;
	opacity:1 !important;
}

#sbGallery .galleryImage {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	display:block;
}

#sbGallery .tileSlide {
	display:block;
	position:relative;
}

#sbGallery .tileSlide .overlayTiles {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:1fr 1fr;
	grid-template-areas:
	"tile1 tile2"
	"tile3 tile4"; 
	justify-content: space-evenly; 
	position:absolute;
	gap:20px;
	width:40%;
	right:2%;
	bottom:8%;
	top:8%;
}

#sbGallery .tileSlide .overlayTiles .item {
	border-radius:8px;
	box-shadow:0px 0px 10px 0px rgb(0 0 0 / 50%);
	display:block;
	overflow:hidden;
}

#sbGallery .tileSlide.tileCount4 {
	grid-template-areas:
	"tile1 tile2"
	"tile3 tile3";
}

#sbGallery .tileSlide.tileCount3 {
	grid-template-areas:
	"tile1"
	"tile2";
}

#sbGallery .tileSlide.tileCount2 {
	grid-template-areas:"tile1";
	grid-template-columns:50%% 50%%;
	grid-template-rows:1fr;
}

#sbGallery .tileSlide.tileCount1 {
	grid-template-areas:"tile0";
	grid-template-columns:100%;
	grid-template-rows:1fr;
}

#sbGallery .tileSlide.tileCount5 .item:not(.tile0) .galleryImage {
	padding:0;
}

#sbGallery .tileSlide.tileCount1 .galleryImage,
#sbGallery .tileSlide.tileCount2 .galleryImage {
	padding-top:35%;
}

#sbGallery .tileSlide .tile0 {
	grid-area: tile0;
}

#sbGallery .tileSlide .tile1 {
	grid-area: tile1;
}

#sbGallery .tileSlide .tile2 {
	grid-area: tile2;
}

#sbGallery .tileSlide .tile3 {
	grid-area: tile3;
}

#sbGallery .tileSlide .tile4 {
	grid-area: tile4;
}

#sbGallery .tileSlide .item .galleryImage {
	height:100%;
	position:relative;
}

#sbGallery .tileSlide .item .galleryImage:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	pointer-events:none;
	background:rgba(0,0,0,.4);
	opacity:0;
}

#sbGallery .tileSlide .item:hover .galleryImage:before {
	opacity:1;
}

#sbGallery .item {
	cursor:pointer;
}

#sbGalleryThumbs {
	position:relative;
	width:100%;
	display:block;
	margin:0;
	background:#FFF;
	opacity:0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	overflow:hidden;
	height:129px;
}

#sbGalleryWrap.ready #sbGalleryThumbs {
	opacity:1;
	overflow:auto;
	height:auto;
}

#sbGalleryWrap.ready.single #sbGalleryThumbs {
	display:none;
}

#sbGalleryThumbs button {
	display:none !important;
}

#sbGalleryThumbs .item {
	margin:0 2.5px;
	height:auto;
}

#sbGalleryThumbs .galleryImage {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:0%;
	display:block;
	position:relative;
	height: 100%;
}
#sbGalleryThumbs img {
	align-self: center;
	min-height: 100%;
}

#sbPhotoGallery {
	display:flex;
	flex-wrap:wrap;
	gap:10px 2%;
	justify-content:center;
}

#sbPhotoGallery .item {
	position:relative;
	width:49%;
	display:flex;
	align-items:center;
	display:none;
	margin:auto;
}

#sbPhotoGallery.showMore .item,
#sbPhotoGallery .item:nth-child(-n+6),
#sbPhotoGallery .item img {
	display:block;
}

#sbPhotoGallery .item:first-child,
#sbPhotoGallery .item:nth-child(3n+4) {
	width:100%;
}

#sbPhotoGallery.showMore .item .showMoreCount {
	display:none;
}

#sbPhotoGallery .item .showMoreCount {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFF;
	font-size:60px;
	letter-spacing:.1em;
	font-weight:700;
	background:rgba(0,0,0,.5);
	cursor:pointer;
}

#sbPhotoGallery .item .showMoreCount:hover {
	background:rgba(0,0,0,0);
}

#sbVideoGallery .sbVideo {
	height: unset;
	margin-left: 20px;
}

#sbVideoGallery .sbVideo a  {
	display:block;
	padding:55% 0 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}

#sbVideoGallery .sbVideo a > svg {
	margin:auto;
	position:absolute;
	width:40px;
	height:40px;
	top:0;
	bottom:0;
	right:0;
	left:0;
	max-height:none;
	opacity:.8;
	background:#FF0100;
	border-radius:10000px;
	padding:5px 5px 5px 10px;
}

#sbVideoGallery .sbVideo a > svg path {
	fill:#FFF;
}
#sbVideoGallery .slick-list {
	margin-left: -20px;
}
.videoNav {
	text-align: left;
}
div.videoHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: .5em;
}
div.videoHeader h2 {
	padding: 0;
}
#sageBoatDetails div.videoHeader button {
	background: transparent;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-color: #bebebe;
	color: #bebebe;
}
#sageBoatDetails div.videoHeader button:hover, #sageBoatDetails div.videoHeader button:active {
	color: #000;
	border-color: #000;
}
#sageBoatDetails div.videoHeader button.videoPrev {
	margin-right: 7px;
}
.videoGalleryWrapper {
	border: 1px solid #bebebe;
	padding: 20px;
	border-radius: 5px;
}
#sbMap {
	position:relative;
	padding:100% 0 0;
	margin:0 0 30px;
}

#sbMap iframe {
	border:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

#sageBoatGoogleMap #sbGoogleMap * {
	max-width:none;
}

body #sageBoatGoogleMap #sbGoogleMap button {
	padding:0 !important;
	font-size:12px !important;
	text-transform:none !important;
	font-weight:500 !important;
}

body #sageBoatGoogleMap #sbGoogleMap .gm-style-iw button span {
	background:#000;
}


body #sageBoatGoogleMap #sbGoogleMap .gm-style-iw {
	padding:15px 15px 5px !important;
	background:#FFF;
	font-weight:600;
}

body #sageBoatGoogleMap #sbGoogleMap .gm-style-iw .gm-style-iw-d {
	min-width:200px;
}

.sageBoatLocations {
	display:flex;
	flex-wrap:wrap;
	gap:4%;
	justify-content:center;
}

.sageBoatLocations .item,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLocations .item {
	position:relative;
	width:100%;
	max-width:22%;
	margin-bottom:40px;
}

.sageBoatLocations .item h3,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLocations h3 {
	padding-right:60px;
}

.sageBoatLocations .mapMarker,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLocations .mapMarker {
	display:none;
	cursor:pointer;
	padding:5px;
	background:#f7f7f7;
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	line-height:40px;
}

.sageBoatLocations.hasGMap .mapMarker,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLocations.hasGMap .mapMarker {
	display:block;
}

.sageBoatLocations .mapMarker svg {
	width:100%;
	height:100%;
}

.sageBoatLocations .directionsUrl,
.sageBoatLocations .inventoryUrl,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLocations .directionsUrl,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLocations .inventoryUrl {
	margin-top:20px;
}

.sageBoatLocations a.button,
body.et-db #et-boc .et-l .et_pb_module .sageBoatLocations a.button {
	display:inline-block;
	line-height:34px;
}

#sbdControls {
	display:flex;
	align-items:start;
	justify-content:space-between;
	padding:10px 20px;
	max-width:1600px;
	margin:auto;
	width:100%;
}

#sbdControls #sbdcRight .button {
	margin-left:10px;
	margin-bottom:10px;
	display:inline-block;
}

#sbdcLeft {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

#sbdcRight {
	text-align:right;
}

#sbdcExtra {
	padding:0 0 10px;
}

#sbdcExtra > a,
#sbdcExtra > div {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:0 10px 0 0;
	line-height:30px;
	font-size:10px;
	font-weight:700;
	color:#000;
	text-decoration:none;
	height:30px;
}

body a.incomplete {
	background:#cb1839 !important;
	color:#ffbbbb !important;
}

#sbdFocus {
	display:grid;
	grid-auto-rows: 1fr; 
	grid-template-columns: minmax(0, 1fr) .67fr; 
	gap: 10px 30px; 
	justify-content: space-evenly;
	align-items:flex-start;
	margin:0 auto 30px; 
	max-width:1600px;
	width:100%;
	padding:0 20px;
}

#sbdFocus.nogrid {
	display:block;
}

#sbdContactButtons {
	border-right:1px solid #f0f0f0;
}

#sbdContactDealer {
	margin:0 0 40px;
}

#sbdfLeft,
#sbdfRight {
	width:100%;
}

#sbdfLeft .specInfo,
#sbPriceBlock {
	margin-bottom:40px;
}

.availableforCB .brCoBroAv {
	font-size: 0.7em;
    color: #676767;
    margin-top: 5px;
    margin-bottom: 40px;
    display: block;
}

.availableforCB .brCoBroAv img {
	height: 17px;
    vertical-align: middle;
    padding-bottom: 2px;
}

#lastUpdated {
	font-size:12px;
	color:#666;
	padding:20px 0;
}
#lastUpdated #updateDT {
	margin-left:15px;
	display:inline-block;
}

.engineDisclaimer {
	display:block;
	clear:both;
	font-style:italic;
	font-size: 12px;
	color: #666;
	padding:0 0 20px 0;
}

.offeredBy {
	font-size:12px;
	margin-bottom:5px;
}

.offeredBy strong {
	color:#3fa6a2
}

.availableforCB {
    display: inline-block;
}

#sageBoatDetails button {
	z-index:1000;
}

#sbdfRight a.button {
	display:block;
	text-decoration:none;
	text-align:center;
	margin:0;
	font-size:14px;
	border-bottom:1px solid #f0f0f0;
	text-transform:none;
	padding:15px 10px;
	background:#FFF;
	color:#666;
	font-weight:600;
	min-width:0;
}

#sbdContactInfo {
	display:block;
}

#sbdMainInfo {
	display:grid;
	grid-template-columns: 1fr 1fr; 
	grid-template-rows: auto auto; 
	justify-content: space-evenly;
	margin:0 0 40px;
	grid-template-areas: 
	"subTitles subTitles"
	"priceBlock paymentBlock";
	border:1px solid #f0f0f0;
}

#sbSubTitles {
	grid-area:subTitles;
	text-align:center;
	padding:10px;
	border-bottom:1px solid #f0f0f0;
}

#sbSubTitles > * {
	padding-bottom:0;
}

#sbPaymentBlock {
	grid-area:priceBlock;
	border-right:1px solid #f0f0f0;
	padding:10px;
}

#sbPaymentBlock {
	border:none;
}

#sbPaymentTitle {
	text-align:center;
	border-bottom:1px solid #f0f0f0;
}

#sbPriceTitle > * {
	padding:0 0 5px;
	font-size:16px;	
}

#sbPaymentTitle > * {
	padding:10px;
}

#sbPaymentBlock {
	grid-area:paymentBlock;
	text-align:center;
}

#sbPriceData {
	font-weight:700;
}


#sbPriceData .priceReducedArrow {
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}

#sbPriceData .priceReducedArrow svg {
	width:16px;
	height:16px;
	fill:#36B111;
}

#sbPriceData .msrpPrice {
	text-decoration:line-through;
	color:#878787;
	margin-right: 10px;
}

#sbPriceData #sbPrice {
	font-size:30px;
}

#sbPaymentData {
	font-size:12px;
	line-height:1.8em;
	padding:10px;
}

#sbPayment a {
	color:#000;
	font-size:20px;
	font-weight:700;
	text-decoration:none;
}

#sbdDescription {
	margin-bottom:3em;
}

#sbTabBlock {
	margin-bottom:3em;
}

#sbTabs {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
}

#sbTabs > li {
	text-align:left;
	cursor:pointer;
	border-bottom:1px solid #B1B1B1;
	color:#CBCBCB;
	background:#000;
	margin:0;
	padding:12px 5px 12px 20px;
	line-height:1.6em;
	font-weight:700;
	width:100%;
}

#sbTabs > li:hover,
#sbTabs > li.active {
	background:#FFF;
	color:#000;
	border:1px solid #B1B1B1;
	border-bottom-color:#FFF;
}

#sbAccordionBlock {
	position:relative;
	margin:0 0 30px;
}

#sbAccordionBlock .accordionBlock {
	border-bottom:1px solid #d4d4d4;
}

#sbAccordionBlock .accordionBlock:last-child {
	border:none;
}

#sbAccordionBlock .accordionBlock .accordionHead h2 {
	padding:0;
	margin:0;
}

#sbAccordionBlock .accordionBlock .accordionHead {
	padding:20px 0;
	display:block;
	cursor:pointer;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: -0.2px;
	position:relative;
}

#sbAccordionBlock .accordionBlock.active .accordionHead {
	
}

#sbAccordionBlock .accordionBlock .accordionHead:before {
	content:'';
	background:#000;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width:7px;
	height:10px;
	float:right;
	margin-left:10px;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
}

#sbAccordionBlock .accordionBlock.active .accordionHead:before {
	transform:rotate(-90deg);
}

#sbAccordionBlock .accordionBlock .accordionContent {
	display:none;
}

#sbAccordionBlock .accordionBlock.active .accordionContent {
	display:block;
}

#tabDetails {
	padding:20px;
	font-size:14px;
	line-height:1.6em;
	border:1px solid #B1B1B1;
	border-top:none;
	position:relative;
	top:-1px;
}

#tabDetails > .tabDetail {
	display:none;
}

#tabDetails > .tabDetail.active {
	display:block;
}

.tabDetail .item,
.accordionContent .item {
	border-bottom:1px solid #DDD;
	padding:8px 0;
	display:flex;
	justify-content:space-between;
}

.tabDetail .item:last-child,
.accordionContent .item:last-child {
	border:none;
}

.accordionContent[data-accordion="full-details"] .item {
	border:none;
}

.accordionContent[data-accordion="full-details"] .item {
	border:none;
	display:block;
	padding:0 0 20px;
}

.accordionContent[data-accordion="full-details"] .item .title {
	font-size:18px;
}

body .swal2-container {
	padding-top:5%;
	padding-bottom:5%;
	z-index:100000;
}

body .swal2-close:focus {
	box-shadow:none;
}

#sbSocialShare {
	margin:0 auto 40px;
	border:1px solid #f0f0f0;
	display:flex;
	max-width:600px;
}

#sbSocialShare > a {
	border-right:1px solid #f0f0f0;
	padding:15px;
	text-decoration:none;
	color:#757575;
	width:25%;
	font-size:14px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
}

#sbSocialShare > a:hover,
#sbSocialShare > a:hover > svg {
	color:#000;
	fill:#000;
}

#sbSocialShare > a:last-child {
	border:none;
}

#sbSocialShare > a > svg {
	max-width:20px;
	max-height:20px;
	width:100%;
	height:100%;
	display:block;
	margin:0 auto 10px;
	fill:#757575;
}

form[name="sbCopyLink"] {
	display:flex;
	align-items:center;
}

form[name="sbCopyLink"] input {
	width:100%;
	height:50px;
	padding:0 20px;
	border-radius:0;
	border:none;
	background:#ececec;
	font-size:14px;
}

form[name="sbCopyLink"] button {
	text-align:center;
	background:#000;
	width:70px;
	border:none;
	height:50px;
	line-height:50px;
	cursor:pointer;
}

form[name="sbCopyLink"] button svg {
	width:20px;
	height:20px;
	border:none;
}

form[name="sbCopyLink"] button svg > * {
	stroke:#FFF;
}

form[name="sbCopyLink"].success button {
	background:#28a746;
	pointer-events:none;
}

form[name="sbCopyLink"].fail button {
	background:#BD1212;
}

.sbAlertFlex {
	display:flex;
	text-align:left;
	padding-top:40px;
}

body .sbAlertFlex form {
	border:none;
	padding:0;
}

.sbAlertLeft {
	width:100%;
	max-width:30%;
	margin-right:5%;
}

.sbAlertRight {
	width:100%;
}

.sageBoatMap {
	position:relative;
	margin-bottom:20px;
}

.sageBoatMap iframe {
	border:none;
	min-height:500px;
	width:100%;
}

#sageBoatFinancingForm {
	position:relative;
	width:100%;
	min-height:800px;
}

#sageBoatFinancingForm iframe {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	border:none;
}

#sbdFocus.stickySidebar {
	display:flex;
}

.stickySidebar #sbdfRight {
	position:sticky;
	height:100%;
	top:100px;
	max-width:37%;
}

#sbdContactBroker {
	padding:20px;
	background:#F2F2F2;
	border-radius:8px;
}

#brokerNamePic {
	display:flex;
	gap:20px;
	margin:0 0 10px;
	align-items:center;
}

#brokerNamePic #brokerThumb {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #999999;
	border-radius: 100px;
	width:80px;
	height:80px;
	display:block;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}

#brokerNamePic > * {
	width:50%;
}

#brokerNamePic h3 {
	margin:0;
	padding:0 0 1em;
}

#brokerDealership {
	margin-bottom:20px;
}

#brokerInfo {
	margin:0 0 20px;
}

#brokerInfo .brokerInfo {
	padding:8px 0;
	border-bottom:1px solid #ddd;
	margin:0;
	display:flex;
	align-items:center;
}

#brokerInfo .brokerInfo:last-child {
	border:none;
}

.sageBoatSearch .item .brokerInfo {
	display:flex;
	align-items:center;
	width:100%;
	padding:10px;
	gap:10px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	pointer-events:none;
}

.sageBoatSearch .item .brokerThumb {
	width:45px;
	height:45px;
	border-radius:100px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	border:2px solid #FFF;
}

.sageBoatSearch .item .brokerInfo h3 {
	 text-shadow: 0px 0px 10px rgb(0 0 0 / 58%);
	 color:#FFF;
	 font-size:13px;
}

.sageBoatSearch .item .brokerInfo > * {
	margin:0;
	padding:0 !important;
}

.sageBoatSearch .item .brokerInfo > h4 {
	border-left:1px solid #666;
	padding-left:10px !important;
}

#brokerInfo > * a {
	text-decoration:none;
	color:#333;
	display:flex;
	align-items:center;
}

#brokerInfo .biIcon {
	width:25px;
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:5px;
}

#brokerInfo .biIcon svg {
	max-height:15px;
}

#brokerInfo .biIcon img {
	display:block;
	height:auto;
	max-height:15px;
}

#fullBrokerBio {
	display:flex;
	width:100%;
	font-size:14px;
	align-items:flex-start;
}

#fullBrokerBio #brokerImage {
	background-size:cover;
	padding:30% 0 0;
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	max-width:30%;
}

#fullBrokerBio #brokerBio {
	padding:0 40px 40px;
	width:100%;
	text-align:left;
}

#brokerBio #bbTop {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:20px;
}

#brokerBio #bbTop h5 {
	margin-bottom:0;
	padding-bottom:0;
}

#brokerDesc {
	margin-bottom:40px;
}

#brokerBio #bbTop #bbtRight img {
	max-width:300px;
	display:block;
}

#moreLikeThis {
	position:relative;
	background:#F2F2F2;
	padding:40px 20px;
	opacity:0;
}

#moreLikeThis .sageBoatSearch {
	max-width:1600px;
	width:100%;
	margin:auto;
	display:block;
}

#moreLikeThis .sageBoatSearch .mltInner {
	overflow:hidden;
}

#moreLikeThis .sageBoatSearch > h2 {
	margin-top:0;
}

#moreLikeThis .sageBoatSearch .item {
	max-width:100%;
	margin:0 20px;
}

#moreLikeThis .slick-list {
	margin: 0 -20px;
}

ul.scNotesList {
	width:auto;
	display:inline-block;
}

ul.scNotesList li {
	border-bottom:1px solid #ececec;
}

ul.scNotesList li:last-child {
	border:none;
}

ul.scNotesList > li > ul {
	font-size:12px;
	padding:0;
	margin-top:10px;
}

ul.scNotesList > li > ul > li {
	padding-left:15px;
}

.responsiveFrame {
	position:relative;
	padding:80vh 0 0;
	min-width:42vw;
}
#sbGallery .responsiveVideoFrameG {
	padding:0;
	width: 100%;
	height: 100%;
	top: 0;
}
#sbGallery .responsiveVideoFrameG iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#sbVideoGallery .sbVideo .videoTile {
	display: block;
	padding: 48% 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	cursor:pointer;
}

#sbVideoGallery .sbVideo .videoTile > svg {
	margin:auto;
	position:absolute;
	width:40px;
	height:40px;
	top:0;
	bottom:0;
	right:0;
	left:0;
	max-height:none;
	opacity:.8;
	background:#FF0100;
	border-radius:10000px;
	padding:5px 5px 5px 10px;
}

#sbVideoGallery .sbVideo .videoTile > svg path {
	fill:#FFF;
}

.modal {
	position:relative;
	z-index:10000;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.modal__container {
  background-color: transparent;
  padding: 0px;
  max-width: 980px;
  max-height:80vh;
  border-radius:10px;
  overflow: auto;
  box-sizing: border-box;
}

.modal__close {
  position: absolute;
  top:10px;
  right:10px;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

.modal__close:before {
  content: "\2715";
  padding:5px;
}

.modal-content-content {
  padding: 30px;
  background: #fff;
}

.modal-content-content div.responsiveVideoFrame {
	aspect-ratio: 16 / 9;
	height:45vh;
}
.modal-content-content .responsiveVideoFrame iframe, .responsiveVideoFrameG iframe {
	width: 100%;
	height: 100%;
}
@media only screen and (max-device-width: 1024px) {
	.modal-content-content div.responsiveVideoFrame {
		height: 35vh;
	}
}
@media only screen and (max-device-width: 900px) {
	.modal-content-content div.responsiveVideoFrame {
		height: 50vh;
	}
}
@media only screen and (max-device-width: 687px) {
	.modal-content-content div.responsiveVideoFrame {
		height: 40vh;
	}
}

@media only screen and (max-device-width: 500px) {
	.modal-content-content div.responsiveVideoFrame {
		height: 25vh;
	}
}

.modal__content {
  margin: 0px 0px 20px 0px;
  color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 20px 0px 0px;
}

.modal__content p {
  margin-top: 0px;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

#leadsDisclaimer {
	padding:20px;
	text-align:center;
	font-size:13px;
	line-height:1.4em;
	max-width:1200px;
	margin:auto;
}

@keyframes mmfadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
	transform: translateY(15%);
  }
  to {
	transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
	transform: translateY(0);
  }
  to {
	transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  position:fixed;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__container button {
  outline: none;
  cursor: pointer !important;
  z-index: 9;
}

.modal__container h2.modal__title {
  color: #595959;
}

.modal__close {
  font-size: 24px;
}

.modal__content {
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  padding: 10px 15px;
  background-color: #e6e6e6;
  border-radius: 4px;
  -webkit-appearance: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .modal__container {
	width: 90% !important;
	min-width: 90% !important;
  }

  @supports (display: flex) {
	.modal__container {
	  width: 90% !important;
	  min-width: 90% !important;
	  height: 85vh;
	}
  }

  .modal__header {
	padding: 20px;
  }

  .modal-content-content {
	padding: 20px;
  }

  .modal__content {
	-webkit-overflow-scrolling: touch;
  }
}


@media (max-width: 980px) {
	#sageBoatGrid,
	#sbShowHideFilter,
	#sbdControls {
		display:block;
	}
	
	#sbdcLeft,
	#sbdcRight {
		justify-content:center;
		text-align:center;
	}
	
	#sageBoatFilters {
		position:fixed;
		padding:100px 20px;
		left:0;
		top:0;
		bottom:0;
		overflow:auto;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		z-index:10000;
	}
	
	body.showSbFilters #sageBoatFilters {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	#sbsTotalListings {
		margin-bottom:10px;
		clear:both;
		width:100%;
		text-align:center;
	}
	
	#sbShowHideFilter{
		display:flex; 
		background:#3fa6a2; 
		width:50%; 
		align-items:center; 
		justify-content:center;
		width: 70%;
		margin: 5px 2% 0 0;
		padding: 24px 10px!important;
	}
	
	#sbShowHideFilter svg{
		display:flex; 
		height:30px; 
		width:30px;
	}
	
	#sbShowHideFilter span{
		display:inline-block; 
		font-weight:bold; 
		color:#FFF; 
		text-transform:uppercase; 
		margin-left:10px;
	}
	
	.select2-container{
		display:flex; 
		justify-content:center; 
		width:50%!important;
	}
	
	
	form[name="sageBoatQuickSearch"] {
		flex-wrap:wrap;
	}
	
	
	#sageBoatGrid #sbsStretch #sbsHeader{
		display:block;
	}
	
	form[name="sbSortForm"] {	
		display: flex;
		align-items: stretch;
		justify-content: space-evenly;
		flex-wrap: nowrap;
		width: 100%;
		clear: both;
	}
	
	
	#vesselCMT h1 {
		margin: 20px 0 0 0;
	}
	
	
	
}

@media (max-width: 980px) {
	.sageBoatLocations .item,
	body.et-db #et-boc .et-l .et_pb_module .sageBoatLocations .item {
		max-width:48%;
	}
}

@media (max-width: 807px) {
	#sageBoatFinancingForm {
		min-height:1420px;
	}
}

@media (max-width: 768px) {
	.sbiGrid,
	#sbdFocus,
	#sbdFocus.stickySidebar {
		display:block;
		width:100%;
	}
	
	.stickySidebar #sbdfRight {
		max-width:100%;
	}
	
	.sageBoatSearch .item {
		max-width:100%;
		margin-bottom:30px;
	}
	
	#sageBoatGrid #sbsStretch #sbsHeader {
		align-items:flex-start;
	}
	
	#sbsStretch h2#zeroResults {
		padding-left:0;
	}
}

@media (max-width: 600px) {
	.sageBoatLocations .item,
	body.et-db #et-boc .et-l .et_pb_module .sageBoatLocations .item {
		max-width:100%;
	}
	
	#sbsHeader,
	.sbiGrid, 
	#sbdFocus, 
	#sbdFocus.stickySidebar,
	.sageBoatSearch .item .itemInner .iiPad {
		display:block;
	}
	
	#sbGallery:hover .inner button.slick-prev, 
	#moreLikeThis:hover button.slick-prev,
	#sbGallery .inner button.slick-next, 
	#moreLikeThis button.slick-next {
		display:none;
	}
}

@media print {
	* {
	-webkit-print-color-adjust: exact !important;
	color-adjust: exact !important;
	}
	
	.headerInner {
		justify-content:center;
	}
	
	.headerInner > *:not(#headerLogo),
	#headerTop,
	#footer,
	#sbdControls,
	#sbdContactInfo,
	#sbGalleryWrap,
	#sbSubTitles,
	#sbTabs,
	#tabDetails .tabDetail,
	#tabDetails .tabDetail.active {
		display:none;
	}
	
	#sbPrintPhoto,
	#tabDetails .tabDetail[data-tab="specs"] {
		display:block;
	}
	
	#sbdFocus {
		grid-template-columns:1fr;
		grid-auto-rows:auto auto;
	}
	
	#sbdfLeft {
		display: grid;
		grid-auto-rows: 1fr;
		grid-template-columns: minmax(0, 1fr) 1fr;
		gap: 10px 20px;
		justify-content: space-evenly;
	}
	
	#tabDetails {
		padding:0;
	}
	
	body h1 {
		font-size:40px;
	}
	
	body p {
		padding-bottom:1em;
		font-size:12px;
	}
}

/* Dealer Network Styles */

.dealerNetwork {
	display: block;
	background-color: transparent;
    background-image: linear-gradient(180deg,var(--e-global-color-primary) 0%,#182230 100%);
	width: 100% auto;
}

.dealerNetworkBanner {
    display: flex;
    justify-content: space-between; /* Aligns children to each end */
    align-items: center; /* Aligns children vertically in the middle */
    padding: 20px;
    /* Other styles as needed */
}

.dealerNetwork h2 {
	color: #FFF!important;
	font-size: 1.6rem!important;
    line-height: 2rem!important;
}

.dnHeader {
	color: #FFF;
    font-size: 1.6rem;
    line-height: 2rem;
}

.dnSubHeader h2 {
	color: #FFF;
    font-size: .9rem!important;
    font-weight: 300!important;
    line-height: 1.4rem!important;
}

.dnLink {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 44px; /* Set the height of the button */
    gap: 10px; /* Space between text and icon */
    background-transition: 0.3s;
    border-radius: 4px;
}

.dnLinkContainer, .dnIconWrapper {
    display: flex;
    align-items: center; /* Center the content vertically */
    justify-content: center; /* Center the content horizontally */
    margin: 0; /* Remove unnecessary margins */
}

.dnIcon {
    font-size: 20px; /* Adjust the size of the icon */
    transition: all .3s;
    line-height: 1;
    margin: 0; /* Remove the negative margin */
    /* Additional styles if needed */
}

.dnLinkText {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #FFF; /* Set the text color */
    margin: 0; /* Remove unnecessary margins */
}

.dnLink h2 {
	font-size: 14px!important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

/* Existing Styles */

/* ... your existing CSS ... */

/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
    .dealerNetworkBanner {
        flex-direction: column;
        align-items: stretch; /* Stretch children to full width */
    }

    .dnLink {
        margin-top: 20px; /* Add some space above the button */
        width: 100%; /* Optional: make the button full width */
    }
}

#printLoading {
	position: fixed;
	top: 0;
	left: 0;
	background: rgb(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
#printLoading .hide {
	display: none;
}
img.ytImage {
	max-height: 525px;
}
@media screen and (max-width: 430px) {
	#sbGalleryThumbs {
		display: none;
	}
	img.ytImage {
		max-height: 188px;
	}
}

.location-dropdown {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	background-color: var(--e-global-color-primary);
	color: #fff;
	border-radius: 12px 12px 0px 0px;
	padding: 8px 20px;
}
.location-dropdown:hover {
	cursor: pointer;
}

/* Dropdown Content (Hidden by Default) */
.location-content {
	display: none;
	position: absolute;
	background-color: white;
	box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
	padding: 20px;
	width: 320px;
	z-index: 9999;
	border-radius: 5px;
	top: 30px;
}
.location-content.right {
	right: 0;
}
.location-content.left {
	left: 0;
}

/* Show the dropdown content on hover */
.location-dropdown:hover .location-content {
	display: block;
}

.location-header {
	font-size: 1rem;
	font-weight: 700;
	color: #333;
}

.location-address {
	font-size: 0.9rem;
	line-height: 1.3rem;
	color: #777;
	margin: 10px 0;
}

.location-status {
	color: green;
	font-weight: bold;
}

.location-hours {
	font-size: 14px;
	margin-bottom: 10px;
}

.location-dropdown .button {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 8px 24px;
	margin: 9px 0;
	border-radius: 5px;
	width: 100%;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1.1px;
}

.location-details-button {
	background-color: var(--e-global-color-primary);
	color: white;
}
.store-chooser-modal_header-close-icon-svg {
	fill: var(--e-global-color-primary);
	width: 20px;
}
a#close-loc-modal {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.location-button {
	background-color: transparent !important;
	color:  var(--e-global-color-primary) !important;
	border: 1px solid  var(--e-global-color-primary) !important;
	margin-bottom: 0;
}

.location-button:hover {
	background-color: var(--e-global-color-primary) !important;
	color: #fff !important;
}

.location-details-button:hover {
	background-color: transparent !important;
	color:  var(--e-global-color-primary) !important;
	border: 1px solid  var(--e-global-color-primary) !important;
}

.location-modal {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

.location-modal.show {
	display: flex;
	justify-content: center;
	align-items: center;
}

.location-modal .modal-content {
	background-color: white;
	padding: 26px;
	border-radius: 10px;
	width: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}

.location-modal h2 {
	font-size: 2rem;
	margin-bottom: 15px;
}

.location-modal .input-container {
	margin-bottom: 20px;
	background: #f1f2f3;
	min-height: 50px;
	padding-left: 16px;
	border: 1px solid #ccc;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.location-modal .input-container input {
	width: 100%;
	padding: 10px;
	border: none;
	background: transparent;
	font-size: 16px;
	color: #3f444b;
}
.location-modal .input-container input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	margin-left: .4em;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
	cursor: pointer;
}
.location-modal .input-container svg {
	color: #3f444b;
	stroke: #3f444b;
	width: 15px;
	height: 15px;
}
.location-modal .input-container input:focus {
	outline: none;
}

#location-list {
	display: flex;
	flex-direction: column;
	height: 264px;
	overflow: scroll;
}

.location-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	gap: 20px;
	padding: 18px;
	margin-bottom: 9px;
}

.location-modal .location-info {
	flex-grow: 1;
}

.location-modal h3 {
	margin-bottom: 10px;
	font-size: 1rem;
}

.location-modal p {
	margin: 5px 0;
	color: #6F6F6F;
	font-size: 0.9rem;
}

.set-store-button {
	background-color: var(--e-global-color-primary);
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	width: 40%;
	padding: 18px;
}

.set-store-button:hover {
	background-color: #003f87;
}
#locationLoading {
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
#locationLoading .hide {
	display: none;
}

@media screen and (max-width: 950px) {
	.location-modal .modal-content {
		width: 90%;
	}
}
@media screen and (max-width: 540px) {
	.location-modal .modal-content {
		width: 100%;
	}
	.location-item {
		display: block;
	}
	.set-store-button {
		width: 100%;
		margin-top: 15px;
	}
}
ul#selectStoreInfo {
	display: flex;
	list-style: none;
	gap: 15px;
}
ul#selectStoreInfo li {
	display: inline-flex;
	align-items: center;
	color: #555;
	font-size: 12px;
}
ul#selectStoreInfo li:after {
	content: "";
	height: 12px;
	border-color: #555;
	border-bottom: 0;
	border-left: 1px solid;
	margin-left: 15px;
	display: inline-flex;
}
ul#selectStoreInfo li:last-child:after {
	content: none;
}
ul#selectStoreInfo.light li {
	color: #fff;
}
input:-webkit-autofill {
	-webkit-box-shadow: none;
}
div.nationwide {
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	background: #FFF;
	margin-bottom: 10px;
}
div.nationwide footer p {
	color: #373737;
	font-size: 13px;
	margin: 0;
}
div.nationwide footer a {
	color: #006AFF!important;
	text-decoration: none;
	font-size: 13px;
}
div.nationwide header {
	background: #2163B9;
	text-align: left;
	color: #fff;
	padding: 12px 12px 12px 16px;
	border-radius: 8px;
}
div.nationwide header h4 {
	font-size: 20px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #fff;
}
div.nationwide header p {
	color: #fff;
	font-size: 13px;
	margin: 5px 0;
}
div.nationwide footer {
	padding: 12px 12px 16px 12px;
	text-align: left;
}
div.sourceFrom {
	display: flex;
	align-items: center;
	color: #ABAEB2;
	font-size: 14px;
	gap: 10px;
}
div.sourceFrom strong {
	color: #2163B9;
}
div.sourceFrom::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 23px;
	background: #E5E5E5;
}
div.sbFilterLocation {
	border-radius: 4px;
	border: 1px solid #A6A6A6;
	background: #FFF;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	padding: 6px;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin-bottom: 15px;
	position: relative;
}
div.sbFilterLocation h4 {
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
div.sbFilterLocation div {
	font-size: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
div.sbFilterLocation div a {
	color: #196BDF;
	text-decoration: underline;
	font-size: 8px;
}
#sageBoatFilters .filter .sbFilterContent.sbFilterContentLocations {
	padding-bottom: 5px;
}

div.sbFilterLocation div.storelocationLoading {
	display: none;
}
div.sbFilterLocation div.storelocationLoading.show {
	display: block;
	animation: fadeIn 0.5s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255, 0.7);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 800px) {
	div.sourceFrom::before {
		display: none;
	}
}

Button.reset-location-button {
	min-width: 150px;
	text-align: center;
	flex: 1;
}
div.location-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.location-modal h2 {
	flex: 2;
}