.bkAddressDiv {
  border-bottom-style: solid;
  border-width: thin;
  border-color: darkgray;
}

#bkHotelDetailsContainer {
  border-bottom-style: solid;
  border-width: thin;
  border-color: darkgray;
}

.bkThumbnail {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.bkVendorThumbnail{
	height: 80px;
	width:auto;
}
.bkFormControl {
  max-width: 266px;
}

#ccOptionContainer{
	position:relative;
	top:-1px;
}

.carLogoContainer{
	max-width: 120px;
    overflow: hidden;
    margin-bottom: 1em;
}

.carLogoContainer img{
	width:100%;
}

.paymentOptionlabel {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.bookingDetailsLabel {
  font-weight: 500;
}

.bookingDetailData {
  color: #6c757d;
}

.priceBreakdownLabel {
  font-size: 14px;
}

.priceBreakdownAmountSmall {
  font-size: 14px;
}

.priceBreakdownTotal {
  font-size: 18px;
  font-weight: 700;
}
.priceBreakdownContainer {
  font-size: 18px;
}

.bkFormInfo {
  font-size: 14px;
  color: #6c757d;
}

.bkFormInfo ul, .bkFormInfo p {
	margin-bottom:0px;
}

.bkFormInfoLarge {
  font-size: 20px;
  color: #6c757d;
}

.paymentImg {
  width: 60px;
  height: 49px;
}


.paymentImgLarge {
  width: 180px;
  object-fit: cover;
}
.monthForm {
  width: 56px !important;
}

.securityForm {
  width: 78px !important;
}

.validationCheckmark {
  font-size: 24px;
  color: green;
  font-weight: 700;
  margin-top: 2px;
  margin-left: 6px;
}

#columnA .alert {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

#columnA .alertBig {
  font-size: 18px;
}

.paymentDetails {
  font-size: 12px;
}

.htmlToggleLabel {
  font-size: 14px;
  color: blue;
  cursor: pointer;
}

.couponFieldContainer {
  border-top-width: 1px;
  border-top-style: solid;
  width: 100%;
  border-color: #6c757d;
}

#ccardButtonContainer .btn:disabled {
	 cursor: pointer;
}

.bookingWarning{
	padding: 10px 20px 10px 20px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-weight: 800;
    font-size: 26px;
    flex-wrap: nowrap;
}

#bookbutton {
  font-size: 20px !important;
  width: 200px;
  height: 46px;
}

#forwardButton {
  cursor: pointer;
}

#billingCity {
  max-width: 240px;
}

#postalCode {
  max-width: 120px;
}

.tooltip-inner {
  max-width: 400px;
  margin-left: 10px;
  margin-right: 10px;
}

.buyNowPayLaterLogo {
  width: 88px;
  height: auto;
  margin-top: 11px;
}
.paypalImg{
	height: 49px;
}

.loginFormEmail {
  width: 240px;
}

.loginFormPassword {
  width: 240px;
}
.usdCharge {
  color: #6c757d;
  font-size: 14px;
}

#rebateBadge2{
	font-size: 18px;
}

#stripeContent{
	max-width:450px;
	
}

#stripe-card-number{
	max-width: 254px;
}

#stripe-card-expiry{
	width:90px;
}

#stripe-card-cvc{
	width:80px;
}

.stripeSmallContainer{
	display:inline-block;
	width:130px;
}

.stripeFormElement{
	border-style:solid;
	padding: 10px 12px 10px 12px;
    background-color: white;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem !important;
}


#stripeContent col{
	padding-left:0px !important;
}
    

@media only screen and (max-width: 480px) {
  .paymentImg {
    width: 40px;
    height: 34px;
    margin-top: 5px;
  }
  
  .priceBreakdownContainer {
    font-size: 16px;
  }
  
  #totalPrice{
      font-size: 16px;
  }
}
