body.page-template-template-checkout header,
body.page-template-template-checkout footer{
	display:none;
}
body.page-template-template-checkout #main-wrap{
	padding-top: 40px;
	padding-bottom: 40px;
	box-shadow: none !important;
	min-height: 100vh;
}

#loaderHolder{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, .5);
}
#loaderHolder.inactive{
  display:none !important;
}
.loader {
  width: 65px;
  --b: 8px; 
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%,#fff) content-box;
  -webkit-mask:
	repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
	radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation:l4 1s infinite steps(10);
  left: 48%;
  top: 40%;
  position: absolute;
}
@keyframes l4 {to{transform: rotate(1turn)}}

#timerBlock{
	display: flex;
	color: rgba(0,0,0,.6);
	font-size: .9rem;
	justify-content: space-between;
	align-item: center;
	padding: 0 15px 25px 15px;
}
#timerBlock i{
	font-size: .7rem;
}
#timerBlock #clockDiv{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#timerBlock #clockDiv #clock{
	font-size: 1.2rem;
}
#timerBlock #clockDiv i{
	font-size: .8rem;
	padding-left: 8px;
}

#bookingTimeoutBox{
	box-shadow: 0 0 4px #ccc;
	margin: 0 auto auto auto;
	width: 500px;
	background: white;
	padding:20px;
	max-width: 90%;
	/*display: none;*/
}
#bookingTimeoutBox.active{
	display: block;
}
#bookingTimeoutBox hr{
	margin-left:-20px;
	margin-right:-20px;
}
#bookingTimeoutBox p{
	font-size: 13px;
	margin-bottom:5px;
}
#bookingTimeoutBox ul{
	padding-left: 20px;
	list-style-type: circle;
}
#bookingTimeoutBox a{
	font-size: 13px;
}
#bookingTimeoutBox a:hover{
	font-size: 13px;
	text-decoration: underline;
	opacity: .8;
}
#bookingTimeoutBox img{
	height: auto;
	max-width: 100%;
}
#bookingTimeoutBox .bookingBlock{
	position: relative;
	box-shadow: 0 0 4px #ccc;
}
#bookingTimeoutBox .bookingBlock .bookingBlockInfo{
	position: absolute;
	background-color: #003466 !important;
	padding: 5px 15px !important;
	right:0;
	bottom:0;
	color: white !important;
	text-align: right;
	border-top-left-radius: 25px;
	font-size: 14px;
}
#bookingTimeoutBox .bookingBlock .bookingBlockInfo a{
	color: white;
	text-decoration: underline;
	display:inline-block;
	margin-top: 5px;
}
#bookingTimeoutBox .bookingBlock .bookingBlockInfo .listing-id{
	font-size: 12px;
}
.expiredButton{
	display: block;
	margin:5px;
	background: #003466;
	border-radius: 4px;
	color: #fff;
	border: 0px;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
}
.expiredButton:hover{
	opacity: .8;
	cursor: pointer !important;
}

#checkoutSidebar{
	background-color: white;
	box-shadow: 0 0 10px #999;
	margin-bottom: 20px;
}
#checkoutSidebar .resort-image{
	position: relative;
}
#checkoutSidebar .resort-image img{
	display: block;
	max-width: 100%;
	height: auto;
}
#checkoutSidebar .resort-image .listing-id{
	position: absolute;
	right:0;bottom:0;
	background-color: #003466;
	color: white;
	font-size: 20px;
	padding: 5px 25px;
}
#checkoutSidebar .resort-image .listing-id:before{
	position: absolute;
	content:'';
	display: inline-block;
	transform: rotate(180deg);
	top: 0;
	bottom:0;
	border: 1rem solid transparent;
	border-width: 1rem 0.5rem;
	right:99%;
	border-color: #003466 transparent #003466 #003466;
}
#checkoutSidebar .resort-info{
	padding: 10px 15px;
}
#checkoutSidebar .resort-info>p{
	margin:0;
	font-size: 15px;
}
#checkoutSidebar .resort-info>p.item-address{
	margin:0;
	font-size: 13px !important;
}
#checkoutSidebar .collapse-toggle{
	display: inline-block;
	font-size: 22px;
	margin-left: 5px;
	bottom: -2px;
	opacity: .8;
	position: relative;
}
#checkoutSidebar .collapse-toggle:hover{
	opacity: 1;
}
#checkoutSidebar .checkout-promo #input_coupon{
	width:70% !important;
	max-width: 100% !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#checkoutSidebar .checkout-promo #submit_coupon{
	width:30% !important;
	max-width: 100% !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#checkoutSidebar .checkout-promo #submit_coupon:hover{
	opacity: .8;
}
#checkoutSidebar .widget-cancelation-policy{
	margin: 10px 0 !important;
}
#checkoutSidebar .toggler.collapsed>.collapse-toggle{
	transform: rotate(0);
}
#checkoutSidebar .toggler:not(.collapsed)>.collapse-toggle{
	transform: rotate(180deg);
}

#guestDetailsOverview{
	color: rgba(0, 0, 0, .6);
	font-size: .9rem;
	line-height:1.2em;
}
#guestDetailsOverview .title{
	color: rgba(0, 0, 0, .8);
	font-size: 1.1rem;
	margin-bottom: 5px;
	display: block;
}

.protection-banner-wrap{
	margin-bottom:30px;
}
.protection-banner{
	box-shadow: 0 0 10px #ccc;
	margin:0 !important;
}
.protection-banner p{
	font-size: 14px;
	margin-bottom:5px;
}
.protection-banner p i{
	color:#003466;
}
.protection-banner .banner-col1{
	background-color: white;
	padding: 15px 20px;	
}
.protection-banner .banner-col2{
	background-color: #003466;
	background-image: url(/wp-content/uploads/2021/03/timeshares-only-logo-white.svg);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
}

.protection-banner .protection-ribbon,
.secure-pay-banner .protection-ribbon{
	display: inline-block;
	background-color: #003466;
	color:white; 
	padding: 5px 15px;
	transform: translateX(-30px);
	margin-bottom:15px;
}
.bookingBlock .protection-ribbon{
	position: absolute;
	display: inline-block;
	background-color: #003466;
	color:white; 
	padding: 5px 15px;
	transform: translateX(-11px);
	margin-bottom:15px;
}
.protection-banner .protection-ribbon:before,
.protection-banner .protection-ribbon:after,
.bookingBlock .protection-ribbon:before,
.bookingBlock .protection-ribbon:after {
	position: absolute;
	content: '';
}
.protection-banner .protection-ribbon:before,
.secure-pay-banner .protection-ribbon:before,
.bookingBlock .protection-ribbon:before {
	bottom: -11px;
	border: 5px solid transparent;
	right: auto;
	left: 0;
	border-color: #003466 #003466 transparent transparent;
}
.protection-banner .protection-ribbon:after,
.secure-pay-banner .protection-ribbon:after,
.bookingBlock .protection-ribbon:after {
	transform: rotate(360deg);
	top: 0;
	bottom:0;
	border: 1rem solid transparent;
	border-width: 1rem 0.5rem;
	left:99%;
	border-color: #003466 transparent #003466 #003466;
}

.booking-message-body{
	padding:25px;
	background-color: white;
	box-shadow: 0 0 4px #ccc;
	margin-bottom: 50px;
}



#promoCodeBox{
	margin-top: 25px;
}
#addPromo{
	font-family: "Century Gothic", Sans-serif;
	color: #347ade;
	transition: .2s;
	font-size: 13px;
	display: inline-block;
}
#addPromo:hover{
	cursor: pointer;
	text-decoration: underline;
}

.pr0{
	padding-right: 2.5px !important;
}
.pl0{
	padding-left: 2.5px !important;
}

.nice-select{
	width: 100% !important;
	padding: 6px !important;
	border: 1px solid #e4e4e4 !important;
	border-radius: 3px !important;
	font-size: 14px !important;
	height: 46px !important;
}
.nice-select span.current{
	background: transparent !important;
	color: black;
	line-height: 30px;
}
.nice-select span.current img{
	width: 25px !important;
	margin-right:5px;
	margin-left:10px;
}
.nice-select .list{
	height: 400px;
	overflow-y: scroll !important;
	background-color: #FCFCFC;
}

form.checkoutV3 .checkout-content-block{
	position: relative;
	background: white;
	box-shadow: 0 0 4px #ccc;
	margin:0 0 35px 0 !important;
	padding:20px;
	display: none;
	transition: .6s ease display;
}
form.checkoutV3 .checkout-content-block.active{
	display: block;	
}
form.checkoutV3 .checkoutNext{
	display: inline-block;
	margin:5px;
	background: #003466;
	border-radius: 4px;
	max-width: 100px;
	width: 100%;
	color: #fff;
	border: 0px;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
}
form.checkoutV3 .checkoutNext.disabled{
	opacity: .5;
	pointer-events: none;
}
form.checkoutV3 .checkoutPrevious{
	display: inline-block;
	margin:5px;
	background: #ccc;
	border-radius: 4px;
	max-width: 100px;
	width: 100%;
	color: #000;
	border: 0px;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
}
form.checkoutV3 .checkoutNext:hover,
form.checkoutV3 .checkoutPrevious:hover{
	opacity: .8;
	cursor: pointer !important;
}
form.checkoutV3 .row.input-repeater {
	padding-bottom: 0 !important;
	margin-bottom: 12px !important;
}
form.checkoutV3 .row.input-repeater:first-child{
	margin-top: 12px !important;
}
form.checkoutV3 .row.input-repeater:last-child{
	margin-bottom: 0 !important;
}
form.checkoutV3 .form-login-link{
	position: relative !important;
	top: 0px !important;
	right: 0px !important;
	padding: 0 !important;
	font-size: 12px;
	line-height: 16px;
}
form.checkoutV3 .guest-info-block-3 .protection-banner-wrap .protection-banner .banner-col2{
	background-color: #003466;
	background-image: url('../images/tso_stripe.png');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
}
form.checkoutV3 .guest-info-block-3 .protection-banner-wrap{
	margin: -20px -21px 35px -21px;
}

form.checkoutV3 .secure-pay-banner{
	background-color: #f1f8f2;
	border: 1px solid #a0d5be;
	padding: 20px;
	margin: -20px -21px 25px -21px;
	
}
form.checkoutV3 .secure-pay-banner ul{
	margin:0;
	padding-left: 20px;
}
form.checkoutV3 .payment-form--header{
	padding-bottom: 0;
}
form.checkoutV3 .payment-form--header span{
	font-size: 12px !important;
}
form.checkoutV3 .wc-credit-card-form.wc-payment-form {
	max-width: 100% !important;
	padding-top: 0 !important;
}
form.checkoutV3 .wc-payment-form .form-field {
	height: 46px !important;
}

form.checkoutV3 .secure-pay-image{
	display: inline-block;
	max-width: 280px;
	height: auto;
	transform: translate(-10px, 10px);
}
form.checkoutV3 hr{
	margin-left: -20px;
	margin-right: -20px;
}
form.checkoutV3 .label-email span {
	color: #116ab9 !important;
}
form.checkoutV3 .additional-information-g{
	padding:0;
}
form.checkoutV3 h2{
	font-size: 20px !important;
	font-weight: bold !important;
}
form.checkoutV3 .guest-container,
form.checkoutV3 .infants-container {
	box-shadow: 0 0 4px #ccc !important;
}
form.checkoutV3 .widget-cancelation-policy{
	margin: 0 0 0 0 !important;
}
form.checkoutV3 .bg-grey{
	background: #f8f9fa !important;
	border:1px solid #ccc;
	color: black !important;
}
form.checkoutV3 .bg-grey h3,
form.checkoutV3 .bg-grey p,
form.checkoutV3 .bg-white h3,
form.checkoutV3 .bg-white p{
	color: #636363 !important;
	border-color: #ccc !important;
	line-height: 20px !important;
	margin-bottom:10px;
}
form.checkoutV3 .widget-booking-review{
	border: none !important;
	background: white !important;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}
form.checkoutV3 .widget-booking-review p {
	font-size: 12px !important;
	margin-bottom: 10px !important;
}
form.checkoutV3 .widget-booking-review p strong{
	color: black;
}
form.checkoutV3 .widget-booking-review h3 {
	font-size: 14px;
	color: #0f5132;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
form.checkoutV3 #rentalCheck{
	margin-top:25px;
	padding-left:10px !important;
}
form.checkoutV3 #rentalCheck #rentalAgreementCheckBox{
	height: 15px;
	width: 15px;
}
form.checkoutV3 #rentalCheck label{
	font-size: 14px !important;
	margin-bottom:5px !important;
	color:#222222 !important;
	font-weight: 300 !important;
	padding-left: 20px !important;
	line-height: 27px !important;
}
form.checkoutV3 #rentalCheck label a{
	font-size: 14px;
}
#wpspf_payment{
	
}
#wpspf_payment:hover{
	opacity:.7 !important;
}
#wpspf_payment.disabled{
	opacity: .5;
	pointer-events: none;
}


@media (max-width: 767px) {
	.m-sale-hide{
		display: none !important;
	}
}
