.guest-checkout {
	width: 100%;
	color: #0085D5;
	padding: 8px 20px;
	/* margin: 20px 0px; */
	line-height: 19px;
	cursor: pointer;
	font-size: 14px;
	font-family: robotomedium, arial, helvetica, sans-serif;
	text-align: center;
	border: 1px solid #0085D5;
	/* text-transform: uppercase; */
	background-color:#fff;
}

.guest-para{
    margin: 20px 0px 0px;
    font-family: 'robotoregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #202020;
}

.guest-block{
	display:block !important;
}
.checkoutShippingBilling .guestPageContainer #info-txtpartial span{
	font-family: robotomedium, Arial, Helvetica, sans-serif;
}
.checkoutShippingBilling .guestPageContainer #info-txtpartial {
  width: 246px;
  right: -112px;
}
.guestPageContainer .infoIcon{		
  right: -110px !important;
}
.guestPageContainer #contactForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}
.guestPageContainer #contactForm .form-group {
  width: 405px;
  margin-bottom: 30px;
}
.guestPageContainer .requiredGuest{
  display: none;
  color: #D6001C !important;
  font-size: 12px;
  font-family: robotoregular, arial, helvetica, sans-serif;
}

#change-edit-shiping-modal #billingForm label, #addBillingPopup #billingForm label{
  margin-bottom: 5px;
}

/* footer buttons in billing and shipping address popup */
.gcsubmitSection #submitShipAddpop, .gcsubmitSection #saveBillAdd {
  margin: 0px 8px 0px 15px ;
}

/* attention and building room shippingpopup */
.gcsmallTxtbox {
    width: 208px;
    height: 37px;
    border: 1px solid #B1B3B3;
    padding: 10px;
    font-size: 14px;
    color: #53565A;
    font-family: robotoregular, arial, helvetica, sans-serif;
    display: block;
  }
  .stateDisablewidth {
    width: 100%;
  }

/* use as billing address checkbox */
#addShippingPopup .gcCheckbox-text {
  font-size: 14px;
  margin-left: 8px;
  line-height: 24px;
  color: #303030;
  font-family: 'robotoregular';
}
