.roundedPill,
.btn-rounded {
	border-radius: 20px;
}
.btn-rounded-big {
	border-radius: 40px;
}

.cw-icon {
    display: inline-block;
    cursor: pointer;
}

.boat-icon {
	width: 1rem;
    transform: translateY(2px);
	margin-bottom: 5px;
    padding-left: 2px;
}



/* Image Area
----------------------------------*/

.section-slider {
	position: relative;
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
	.section-slider {
		
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.section-slider {
		
	}
}

@media only screen and (max-width: 767px) {
	.section-slider {
		padding:0;
	}
}

.section-slider .wrap-big-img {
	position: relative;
	padding-bottom: 8px;
}

.section-slider .wrap-big-img .icon-angle-right, .section-slider .wrap-big-img .icon-angle-left {
	color: #00669E;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;        
}

.fancybox-outer .icon-angle-left, .fancybox-outer .icon-angle-right {
	color: #00669E;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff; 
}

.section-slider .wrap-big-img .featured,
.section-slider .featured {
	position: absolute;
	top: 0;
	left: 30px;
	background: red;
	padding: 0 13px;
	z-index: 90;
}

.section-slider .wrap-big-img .featured span,
.section-slider .featured span {
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	font-weight: normal;
}

.section-slider .wrap-big-img .foo2_prev {
	left: 13px;
}

.section-slider .wrap-big-img .foo2_next {
	right: 13px;
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
	.section-slider .wrap-big-img .foo2_next {
		right: 60px;
	}
}

.section-slider #mobileCarouselSwitchContain {
	padding-left: 0;
	padding-right: 0;
	margin-top: 10px;
}

.section-slider #mobileCarouselSwitchContain > .btn {
	border-radius: 0;
	background-color: #DCECFF;
	opacity: .4;
	color: #212B36;
	font-size: 12px;
	box-shadow: none;
	width: 50%;
}

.section-slider #mobileCarouselSwitchContain > .btn.active {
	opacity: 1;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	font-weight: bold;
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.section-slider #mobileFloorplanContain {
		padding:20px 0;
	}
}

.new, .web-status {
	position: absolute;
	top: 0;
	left: 30px;
	background: #007db6;
	padding: 0 13px;
	z-index: 100;
}

.new span, .web-status span {
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	font-weight: normal;
}

.ordered {
	position: absolute;
	top: 0;
	left: 30px;
	background: #8f953e;
	padding: 0 13px;
	z-index: 100;
}

.ordered span {
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	font-weight: normal;
}

.pic-banner-blue {
	background: #00669e;
}

.pic-banner-green {
    background: #b7d433;
}

.pic-banner-red {
	background: #d0021b;
}

.pic-banner-orange {
	background: #D14A00;
}
.orange-tag-special-color{
	background: #D14A00 !important;
}

.pic-banner-red,
.pic-banner-orange,
.pic-banner-blue,
.pic-banner-green {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 30px 5px;
	z-index: 100;
	text-align: center;
	text-transform: uppercase;
}

.pic-banner-red span,
.pic-banner-orange span,
.pic-banner-blue span,
.pic-banner-green span {
	color: #ffffff;
	font-size: 13.75px;	
	letter-spacing: 0.21px;	
	line-height: 17px;
}

.pic-banner-green span {
    color: #000000;
}

@media only screen and (max-width: 768px) {
	.pic-banner-red,
	.pic-banner-orange,
	.pic-banner-blue,
    .pic-banner-green {
		top: 0;
		left: 0;
		font-size: 11px;
		padding:3px 15px;
	}
}


.section-slider .wrap-big-img .col {
	min-height: 320px;
	float: left;
	position: relative;
	width: 100%;
	background-color: #00669e;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.section-slider .wrap-big-img .col {
		min-height: auto;
	}
}

.section-slider .wrap-big-img .video{
	width:100%;
	display:none;
}
.section-slider .wrap-big-img .video .col{
	width:100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.section-slider .wrap-big-img .col {
		min-height: 171px;
	}
}

.section-slider .wrap-big-img .carousel-overlay,
#mobileCarouselContain .carousel-overlay {
	top: auto;
	bottom:3%;
	margin-left: 0;
	margin-right: 0;
	padding: 0 10px;
}

.section-slider .wrap-big-img .carousel-overlay button,
#mobileCarouselContain .carousel-overlay button,
#mobileCarouselContain .carousel-overlay > span {
	width: fit-content;
	white-space: nowrap;
}

.section-slider .wrap-big-img .carousel-overlay #desktopMediaCounter,
#mobileCarouselContain .carousel-overlay #mobileMediaCounter {
	margin-left: auto;
}

.touchno-touch .section-slider .wrap-big-img .col:hover .zoom {
	visibility: visible;
	opacity: 1;
}

.section-slider .wrap-big-img img {
	display: block;
	position:relative;
	width: 100%;
	/*min-width: 100%;
	max-height: 70vh;*/
	height: auto;
} 

.section-slider .img-container {
	width: 100%;
}

.section-div{
	max-height: 70vh;
}

.section-slider .small-img .col {
	width: 90px;
	height: 52px;
	float: left;
	margin: 5px;
	box-sizing: border-box;
	-webkit-transition: all, .3s;
	transition: all, .3s;
	cursor: pointer;
	overflow: hidden;
}

.section-slider .small-img .col.active,
.section-slider .small-img .col:hover {
	box-shadow: 0 0 0px 2px #007db6;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section-slider .small-img .col {
		width: 23%;
		height: 73px;
		margin: 2px 8px 5px;
		height: auto;
		box-sizing: border-box;
		min-width:60px;
	}

	.card__slider {
		padding-bottom: 0;
	}

	.confirm {
		float: none!important;
	}
}

@media only screen and (max-width: 767px){
	.confirm {
		float: none!important;
	}
}

.section-slider .small-img img {
	display: block;
	width: 100%;
	min-width: 100%;
}

.wrap-small-img {
	display: none;
	-webkit-transition: all, .3s;
	transition: all, .3s;
	margin-bottom: 16px;
	width: 85%;
	margin-left: 35px;
}

.wrap-small-img .small-img-open {
	display: none;
}


/* Right Side Pricing Content Area
----------------------------------*/

.section-info {
	margin-top: 0px;
	padding-top: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .section-info {
		padding-left:1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-info {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.section-info {
		margin: 30px 0 0;
		padding: 0;
	}
}

.section-info .separator {
	border: 1px solid #C4CDD5;
	margin: 20px 0;
}

.section-info .search-price {
	padding:0 15px;
}

.section-price .price .low-price,
.section-price .price .high-price,
.section-price .price .monthly-price,
.section-price .price .price-unlocked {
	font-family: Montserrat;
}

.section-info .search-price .card__title {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.section-info .search-price .card__title h1 {
	flex: 2 1;
	color: #454F5B;
	font-family: Montserrat;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 4px;
}

.section-info .search-price .card__title .assetCondition {
	color: #477B96;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: block;
	margin-bottom: 5px;
}

.section-info .search-price h2 {
	color: #454F5B;	
	font-family: Lato;	
	font-size: 12px;	
	line-height: 15px;
}

.section-info .section-price {
	padding: 0;
}

.section-info .section-price .price .internet-pricing {
	float: none;
	height: 29px;
}

.section-info #offerBtns {
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	gap:10px;
    justify-content: space-between;
}

.section-info #offerBtns .btn-pad {
	padding:0 5px 0 0;
}

.section-info #offerBtns a.btn {
	flex-basis: 100%;
	height:40px;
	line-height: 25px;
}

.section-info #offerBtns a.btn.full-width {
	width: 100%;
	font-size: 16px;
	color: #000;
	height:32px;
	line-height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-info #offerBtns{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.section-info #offerBtns a {
		font-size: 12px;
	}
}

.section-info #valueTradeBtn {
	text-transform: uppercase;
	font-size: 13px;
	background-color: #6F7680;
	color:#000;
	border: none;
	line-height: 32px;
}

.section-info #homeDeliveryBtn {
	font-size: 13px;
	text-decoration:underline;
}

.section-info #valueTradeBtn span {
	text-transform: capitalize;
}

.section-info #valueTradeBtn:hover,
.section-info #offerBtn:hover{
    color:#000;
    background-color: #454F5B;
}

.section-info #valueTradeBtn:focus,
.section-info #offerBtn:focus {
    color:#000;
    background-color: #212B36;
}

.section-info #valueTradeBtn span {
	line-height: 22px;
	text-transform: capitalize;
}

.section-info #offerBtn {
	/*text-transform: uppercase;*/
	font-size: 13px;
	background-color: #6F7680;
	color: #000000;
	border:none;
}

.section-info .stock-results {
	display: inline-block;
	flex-grow: 0;
	font-size: 13px;
	color:#454F5B;
}

.section-info .sbs-details {
	width: 80%;
	margin: auto;
	padding-top: 10px;
}

.section-info .tel a {
	font-size: 13px;
	color:#454F5B;
}

@media only screen and (max-width: 1024px) {
	.section-info #telContainer.text-right {
		text-align: left;
	}
}

.section-info .big-info-btns {
	display: flex;
	gap:10px;
    justify-content: space-between;
}

.section-info .big-info-btns .btn {
	width: 100%;
}

.section-info .info-btns {
	text-transform: uppercase;
}

.section-info #apptBtn,
.section-info #confirmBtn {
	margin-top: 10px;
	line-height: 20px;
	height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.section-info #apptBtn {
	color:#fff;
}

@media only screen and (max-width: 1024px) {
	.section-info #apptBtn,
	.section-info #confirmBtn {
		white-space: normal;
	    margin-top: 0px;
	}

	.section-info #apptBtn {
		margin-top: 0;
		color: #fff;
	}

	.section-info .info-btns {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(255,255,255,.8);
		padding: 10px 5px;
		z-index:3141592;
	}

	.section-info .info-btns > div {
		padding-right: 2%;
		padding-left: 2%;
	}

	.section-info .info-btns .btn {
		-webkit-box-shadow: 7px 7px 20px 0 rgba(0,0,0,0.40);
		-moz-box-shadow: 7px 7px 20px 0 rgba(0,0,0,0.40);
		box-shadow: 7px 7px 20px 0 rgba(0,0,0,0.40);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sbs-contain {
		position: absolute;
		right: 10px;
		bottom: 0px;
		width: 40%;
	}

	.section-info .sbs-details {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.section-info .sbs-details {
		width: 90%;
		padding-top: 0px;
	}
}

@media only screen and (max-width: 410px) {
	.section-info #apptBtn,
	.section-info #confirmBtn {
		padding: 8px 40px;
		line-height: 15px;
	}
}

.section-info .calc {
	padding-bottom: 0;
	font-style: italic;
}

.section-info .calc a,
.section-info .like a {
	color: #00669e;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	float: none;
	padding: 9px 0px 0px;
	height: auto;
}

.section-info .calc a:hover,
.section-info .like a:hover {
	color: #0075b8;
	text-decoration: underline;
}
.section-info .calc a span{
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-family: Montserrat;
}
/* Disclaimer text
----------------------------------*/

.descript {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #616568;
}

.product-disclaimer-container {
	background-color: #f2f5f7;
}

.wrap-center .descript, .search-main .descript, .pad-descript .descript {
	padding: 0 0 2% 0;
}

@media only screen and (max-width: 767px) {
	.floorplan .info {
		width: 100%
	}
	.floorplan .img img {
		width: 95% !important;
	}

	.descript {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #616568;
	padding: 10px;
	}
}

.floorplan .pop-title {
	display: none;
}

.fancybox-inner .floorplan {
	max-width: 800px;
	background-color: #fff;
	padding: 0px;
	border-radius: 9px;
	border: 1px solid #dcdcdc;
	float: left;
}

.fancybox-inner .floorplan .pop-title {
	background: #f2f5f7;
	padding: 26px;
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	display: block;
	border-radius: 9px 9px 0 0;
}

.fancybox-inner .floorplan .carousel-wrapper {
	padding: 0 5%;
	width: 90%
}

.fancybox-inner .floorplan .text-title {
	display: none;
}

.fancybox-inner .floorplan .foo2_next {
	right: 12px;
}

.fancybox-inner .floorplan .foo2_prev {
	left: 33%;
}

@media only screen and (max-width: 767px) {
	.fancybox-inner .floorplan .foo2_prev {
		left: 0;
	}
	.fancybox-inner .floorplan .foo2_next {
		right: 0;
	}
}

#priceinfo {
	display: none;
}

div[id^="pricingluxinfo_"] {
	display: none;
}

div[id^="promoblade_"] {
	display: none;
}

div[id^="pricingluxinfo_"] .blue-link {
	color: #0075b8;
}

div[id^="promoblade_"] .blue-link {
	color: #0075b8;
}


#rebateinfo {
	display: none;
}

.desktop {
	display: block;
}

.less-than-ipad {
	display: none;
}

@media only screen and (max-width: 767px) {
	.less-than-ipad {
		display: block;
	}

	.desktop {
		display: none;
	}
}

.button-center {
	text-align: center;
	margin: 50px auto;
}

.button-center .btn {
	margin: 10px 10px 0 0;
}

.btn-blue {
	background-color: #1B7809;
	border-color: #1B7809;
	color:#fff;
	line-height: 30px;
}

.btn-blue-reverse {
	background-color: #00669E;
	border-width: 2px;
	line-height: 30px;
}

.btn-green {
	background-color: #1B7809;
	border-color: #1B7809;
	color:#fff;
	line-height: 20px;
}

.btn-green-lockin			 {
	background-color: #B8D433;
	border-color: #B8D433;
	color:#fff;
	line-height: 20px;
}

.btn-blue-lockin			 {
	background-color: #09537a;
	border-color: #09537a;
	color:#fff;
	line-height: 20px;
}
.btn-blue-lockin:hover {
    color:#fff;
    background-color: #083a55;
}

.btn-blue:focus {
    color:#fff;
    background-color: #083a55;
}
.btn-green:hover {
    color:#fff;
    background-color: #146106;
}

.btn-green-lockin:hover {
    color:#fff;
    background-color: #FFD100;
}

.btn-green:focus {
    color:#fff;
    background-color: #146106;
}

.btn-green-lockin:focus {
    color:#fff;
    background-color: #FFD100;
}

.btn-green:disabled {
    color:#919EAB;
    background-color: #DFE3E8;
}

.btn-blue-new {
	background-color: #00669E;
	border-color: #00669E;
	color:#fff;
	line-height: 20px;
}

.btn-blue-new:hover {
    color:#fff;
    background-color: #014F79;
}

.btn-blue-new:disabled {
    color:#919EAB;
    background-color: #DFE3E8;
}

.emphasizeNum {
	font-size:25px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-bottom:10px;
	display: inline-block;
	color:#007db6;
}

/*--------------Fav Button----------------*/

#socialContain,
#socialContain #shareContain #shareMenuDesktopBtn,
#socialContain #shareContain #shareMenuMobileBtn {
	color:#454F5B;
}


#shareContainDesktop #shareMenuDesktop {
	border-radius: 4px;
    min-width: auto;
    padding:6px 0;
    margin-top:6px !important;
    margin-left: 21px;
    z-index: 8051;
}

#shareContainMobile #shareMenuMobile {
	border-radius: 4px;
    min-width: auto;
    padding:6px 0;
    margin-top:6px !important;
    margin-right:-24px !important;
    z-index: 8051;
}

#shareContainDesktop #shareMenuDesktopBtn:after,
#shareContainMobile #shareMenuMobileBtn:after {
	display: none;
}

#shareContainDesktop #shareMenuDesktop:before{
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -8px;
	left: 10px;
}

#shareContainMobile #shareMenuMobile:before {
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -8px;
	right: 10px;
}

#shareMenuDesktopBtn {
	color: #454F5B;
}

#shareContainDesktop #shareMenuDesktop li a,
#shareContainMobile #shareMenuMobile li a {
	padding:3px 12px;
	text-transform: uppercase;
	color:#637380;
}

#shareContainDesktop #shareMenuDesktop li a span.cw-icon,
#shareContainMobile #shareMenuMobile li a span.cw-icon {
	font-size: 18px; 
	margin-right: 3px;
	vertical-align: top;
	color:#637380;
}

#shareContainDesktop #shareMenuDesktop li a span.cw-icon-text,
#shareContainMobile #shareMenuMobile li a span.cw-icon-text {
	font-size:14px;
}

@media only screen and (max-width: 991px){
	#socialContainMobile {
		position: absolute;
		top: 5px;
		right: 20px;
		z-index: 8029;
		justify-content: space-between;
		width: 20%;
	}

	#socialContainMobile .favs-check,
	#socialContainMobile #shareMenuMobileBtn {
		background-color: rgba(255,255,255,1);
	    border-radius: 18px;
	    padding: 5px;
	    color:#5c5b5b;
	    display: inline-block;
	}

	#socialContainMobile .favs-check .cw-icon {
		margin-top: 2px;
		padding:0 2px;
	}

	#socialContainMobile #shareMenuMobileBtn .cw-icon {
		margin-left: 3px;
    	margin-top: 1px;
	}

	#socialContainMobile .favs-check {
		position: relative;
		top: auto;
		right: auto;
	}

	#socialContainMobile .favs-check i {
		color: #5c5b5b;
	}
}

#socialContain .favs-check {
	position:relative;
	top:auto;
	right:auto;
}

#socialContain .favs-check i {
	color: #454F5B;
}

/*--------------Specs--------------------*/

#specsContainer {
	margin-top: 30px;
	padding:50px 2% 10px;
	background-color: #000;
}

@media only screen and (max-width: 767px) {
	#specsContainer {
		margin-top:20px;
	}	
}

#specsContainer #specsNav > li {
    display:inline-block;
    zoom:1;
}

#specsContainer #specsNav {
    text-align:center;
    border: 1px solid #00669e;
    border-radius: 20px;
}

#specsContainer #specsNav li {
	width: 50%;
    position: relative;
}

#specsContainer #specsNav li button {
	color:#00669e;
	width: 100%;
	border: none;
	padding: 12px 0;
}

#specsContainer #specsNav .specsLeft,
#specsContainer #specsNav .specsLeft button {
	border-radius: 20px 0 0 20px;
	font-family: Montserrat;
}

#specsContainer #specsNav .specsRight,
#specsContainer #specsNav .specsRight button {
	border-radius: 0 20px 20px 0;
}

#specsContainer #specsNav .active {
	background-color: #00669e;
}

#specsContainer #specsNav button.active {
	color: #fff!important;
}

#specsContainer #specsNav .active:after {
	content: "";
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 11px solid #00669e;
	position: absolute;
	bottom: -11px;
	left: 43%;
}

#specsContainer #specsNav li>button {
	height:auto;
	font-size:14px;
	line-height: 14px;
	background-color: #fff;
}

#specsContainer #specsNav.nav-tabs {
 	width: 320px;
	text-align: center;
	margin: auto;
}

#specsContainer #specsNav.nav-tabs>li>button:hover {
	border-color:inherit;
	background-color: #fff;
}

#specsContainer #specsNav.nav>li>button.active:hover,
#specsContainer #specsNav.nav>li>button.active:focus {
	background-color: #00669e;
}

#specsContainer .tab-content #specs {
	text-align: center;
	padding-top: 45px;
}


#specsContainer .tab-content #specs .oneSpec {
	margin-bottom: 50px; 
}

#specsContainer .tab-content #specs h5 {
	color:#56A2FD;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

#specsContainer .tab-content #specs h4 {
	color:#fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Montserrat;
}

#specsContainer .tab-content #features {
	padding-top:40px;
}

#specsContainer .tab-content #features .featureSet table thead tr {
	background: #EAF3FC;
	color:#00669E;
}

#specsContainer .tab-content #features .featureSet table thead tr td {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-family: Montserrat;
}

#specsContainer .tab-content #features .featureSet table tbody tr td.featureName {
	background: #fff;
	color: #000;
	padding-left: 15px;
	border-bottom: 2px solid #d2d4d7;
	border-top: none;
}

#specsContainer .tab-content #features .featureSet table tbody tr td.featureValue {
	background: #fff;
	color:#646464;
	padding-left: 20px;
	border-bottom: 2px solid #d2d4d7;
	border-top: none;
}

/*--------------Misc.--------------------*/

#overviewContainer {
	text-align: center;
	margin-bottom: 75px;
	padding-top: 75px;
}
@media screen and (max-device-width: 991px) {
	#overviewContainer {
		padding-top: 0;
		margin-bottom: 5px;
	}
}

#overviewContainer #floorplanImg {
	display: block;
	margin: 10px auto 0;
	max-width: 800px;
	width: 100%;
}

#overviewContainer .textContain {
	width:80%;
	margin: 0 auto;
}

#overviewContainer .textContain h3 {
	color:#00669E;
	margin-top:50px;
	margin-bottom: 10px;
	font-size:18px;
	text-transform: uppercase;
	font-family: Montserrat;
}

#overviewContainer .textContain p {
	color: #5C5B5B;
	font-size:15px;
}

@media only screen and (max-width: 1024px) {
	#overviewContainer #floorplanImg {
		margin: 20px auto 0;
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#overviewContainer,
	#overviewContainer .textContain {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}

	#overviewContainer .textContain {
		padding:0 20px;
	}

	#overviewContainer .textContain h3 {
		padding:0;
	}

	#overviewContainer .textContain p {
		font-size: 13px;
	}
}


.product-detail #featuredListingBlock {
	padding-top:30px;
	padding-bottom: 10px;
	margin:0 auto;
	float: none;
}

.product-detail #featuredListingBlock #featuredSlider {
	background-color: transparent;
}

@media only screen and (max-width: 767px) {
	.product-detail #featuredListingBlock {
		width: 90%;
		margin:0 auto;
		float: none;
	}
}

#pageNavBar {
	padding:0;
	opacity: 0.8;
	background-color: #d5dade;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
	position: sticky;
    bottom: 0%;
    margin-bottom: 10px;
}

#pageNavBar ul li {
	display: inline-block;
	margin: 0 10px;
}

#pageNavBar ul li a {
	color: #000;
}

#pageNavBar ul li a:hover,
#pageNavBar ul li a:focus {
	background: none;
}

#pageNavBar ul li.active a {
	color:#fff;
	text-shadow: 1px 1px 4px #000;
}

#bgShadow {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 767px) {
	#confirmBtn br {
		/*display:none;*/
	}
}

#internet-price-btn:hover {
	/*background-color: transparent;*/
}

@media only screen and (max-width: 767px) {
	.row {
		margin-left: 0;
		margin-right:0;
	}
}

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


/*-----------FROM BOOTSTRAP COLLISION FILE--------------*/
.btn.confirm span,
.btn.value2 span,
.btn.request span {
	-webkit-transition: all, .3s;
	transition: all, .3s;
}

.btn.confirm .succ,
.btn.value2 .succ,
.btn.request .succ {
	display: none;
}

.btn.confirm .requ,
.btn.value2 .requ,
.btn.request .requ {
	display: block;
}

@media only screen and (max-width: 767px){
	.btn.confirm .requ,
	.btn.value2 .requ,
	.btn.request .requ {
		display: block;
	}
}

.btn.confirm.active .succ,
.btn.value2.active .succ,
.btn.request.active .succ {
	display: block;
}

.btn.confirm.active .requ,
.btn.value2.active .requ,
.btn.request.active .requ {
	display: none;
}

.desktop-info-btns{
	display: flex;
	gap: 10px;
    justify-content: space-between;
}

.desktop-info-btns a {
	width: 100%;
	font-size: 14px;
}

.mobile-info-btns {
	display: flex;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
	gap:0.5rem;
	z-index: 100;
	flex-direction: column;
    background-color: rgba(255,255,255,.5);
}
.mobile-info-btns a {
    width: 100%;
    font-size: 14px !important;
}


.mobile-info-btns-link{
    /*-webkit-box-shadow: 7px 7px 20px 0 rgba(0,0,0,.4);
    box-shadow: 7px 7px 20px 0 rgba(0,0,0,.4);*/
    text-align: center;
    padding: 6px;
}
/*#mobileCarouselContain .mob-slider .mobileHomeDelivery.ban-tag-2 {
	margin-top: 32px;
}

#mobileCarouselContain .mob-slider .mobileHomeDelivery.ban-tag-3 {
	margin-top: 64px;
}
#mobileCarouselContain .mob-slider .mobileHomeDelivery.ban-tag-4 {
	margin-top: 96px;
}*/

.mob-slider .ban-tag-1, .desc-slider .ban-tag-1, .see-images .ban-tag-1{
    top:0;
    margin-top: 15px;
}

.mob-slider .ban-tag-2, .desc-slider .ban-tag-2, .see-images .ban-tag-2{
    top:0;
    margin-top: 48px;
}

.mob-slider .ban-tag-3, .desc-slider .ban-tag-3, .see-images .ban-tag-3{
    top:0;
    margin-top: 81px;
}

.mob-slider .ban-tag-4, .desc-slider .ban-tag-4, .see-images .ban-tag-4{
    top:0;
    margin-top: 114px;
}

.product-card-line{
	white-space: nowrap;
}
#used-or-new{
	display:inline-block; 
	float: left;
}
#back-link{
	display:inline-block; 
	position: Absolute; 
	right: 0px; 
	padding-right: 20px;
}