/* input width */
#gcnewshipping .gcnewlargeTxtbox,
#gcnewshipping .gcnewzipcode,
#gcnewbilling .gclargeTxtbox {
  width: 100%;
  max-width: 405px;
  height: 40px;
  border: 1px solid #B1B3B3;
  padding: 10px;
  font-size: 14px;
  color: #202020;
  font-weight: 400;
  font-family: robotoregular, arial, helvetica, sans-serif;
}

/* textarea width */
#gcnewshipping #addShippingPopup #informationCNSP{
  width: 100% !important;
  margin-top: 0px !important;
  border: 1px solid #B1B3B3;
  padding: 10px;
  font-size: 14px;
  color: #202020;
  font-weight: 400;
  font-family: robotoregular, arial, helvetica, sans-serif;
}
/* select alignment */
#gcnewshipping #addShippingPopup div#uniform-stateProv{
  width: 100% !important;
  height: 40px;
  border: 1px solid #B1B3B3;
  align-content:center;
}

/* border bottom */
.checkoutShippingBilling #gcContactInfo,
.checkoutShippingBilling #gcnewshipping,
.checkoutShippingBilling #gcnewbilling {
  padding: 0 20px;
  margin: 0;
  border-bottom: 1px solid #b1b3b3;
}

/* headers */
#gcnewshipping .block-title,
#gcContactInfo .block-title{
  font-weight: 300;
  margin: 30px 0px;
  font-size: 28px;
  color: #303030;
  font-family: 'roboto_condensedlight';
  line-height: 37px;
}
/* billing title */
#gcnewbilling .block-title{
  margin: 30px 0px 10px!important;
  font-weight: 300;
  font-size: 28px;
  color: #303030;
  font-family: 'roboto_condensedlight';
  line-height: 37px;
}

/* input titles */
#gcnewshipping .fieldLabel,
#gcnewbilling .fieldLabel,
#gcContactInfo .gcContactLabel{
  font-weight: 500;
  font-family:robotomedium, arial, helvetica, sans-serif;
  color: #303030;
  line-height: 20px;
  font-size: 14px !important;
  margin: 0px 0px 5px;
}

/* inputs text */
  #gcContactInfo .form-group input{
    height: 40px;
    color: #202020;
    font-family: robotoregular;
    font-size: 14px;
    border: 1px solid #B1B3B3;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
    
#gcnewshipping .gcnewlargeTxtbox[readonly],
#gcnewbilling .billingcountry[readonly]{
     background: #EDEFF0 url(../images/arrow-up-down-new.svg) no-repeat scroll 96.5% center;
     color: #888B8D;
     background-size: 20px;
}

.checkoutShippingBilling #addShippingPopup .formGroup {
    margin-bottom: 30px !important;
}
#gcnewshipping .formGroup, 
#gcnewbilling .formGroup { 
  max-width: 405px;
}
/* contactinfo email text  */
#emailSignIn{
  font-family: robotoregular, arial, helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color:#202020
}

/* baseware countries invoice codes text */
#gcnewbilling .custom-invoice-code{
  font-weight: 500;
  font-size: 14px;
  color: #303030;
  font-family: 'robotomedium';
  line-height: 30px;
  padding: 0px !important;
  margin: -4px 0px;
}

/* gc billing chekcbok */
#gcnewbilling .gcrwp-checkbox{
  display: flex;
  align-items: center;
}
#gcnewbilling .gcCheckbox{
  margin: 0px !important;
  width: 16px;
  height: 16px;
}
#gcnewbilling .gcCheckbox-text{
  padding-top: 0px;
}
#gcnewbilling .invoice-codes-denmark{
  padding-bottom: 2px !important;
  margin-bottom: 30px !important;
}
#gcnewbilling .invoice-codes-spain{
  padding-bottom: 1px !important;
  margin-bottom: 30px !important;
}
#gcnewbilling .invoice-codes{
  padding-bottom: 0px;
  margin-bottom: 30px !important;
}

/* full billing address */
#gcnewbilling .fullBillingAddress{
  min-height: auto !important;
}
#gcnewbilling .fullBillingAddress p{
  color: #202020 !important;
}

#gcnewbilling .formGroup .gc-spain,
#gcnewbilling .formGroup .gc-france {
  margin: 9px 0px !important;
  max-height: 50px;
}

/* #gcnewbilling #gcrwp-billing{
  display: none !important;
} */

.enableInvoiceCode{
  margin-top: 54px !important;
  margin-bottom: 30px;
}

#gcnewbilling .chinafullbilling{
  margin-top: -20px !important;
  margin-bottom: 30px;
}

 #gcContactInfo i.gcinfo{
  margin-left: 3px !important;
} 

/* Thank you page css style */
#guestCheckout-thankyou-section .accountCreationWrap {
  background-color: #EEF7FC;
  max-width: 785px;
  padding: 20px;
}
.thankYouPanel {
  margin-bottom: 40px;
}
.cont-shop-btn{
  background: #fff;
  border: 1px solid #0085d5;
  color: #0085d5;
  outline: 0;
}
#guestCheckout-thankyou-section .accountCreationWrap .custom-thanks-heading {
  font-family: 'roboto_condensedlight';
  color: #303030;
  font-weight: 300;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0%;
  margin-top: 0px;
}
#guestCheckout-thankyou-section .accountCreationWrap .custom-thanks-msg{
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color:#202020;
  margin-bottom: 30px;
}
#guestCheckout-thankyou-section #createAccountBtn {
  background-color: #0085d5;
  border: 1px solid transparent;
  color: #fff;
  padding: 6px 20px 7px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: robotomedium, arial, helvetica, sans-serif;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  height: 37px;
  letter-spacing: 0%;
}
#guestCheckout-thankyou-section #createAccountBtn:hover {
  background-color: #00426A;
  border: 1px solid #F4F3F1;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
#guestCheckout-thankyou-section .custom-user-detail h4{
  font-family: robotomedium, arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color:#202020;
  padding-bottom: 5px;
  margin: 0px;
}
#guestCheckout-thankyou-section .custom-user-detail p{
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color:#202020;
}
#guestCheckout-thankyou-section .custom-user-detail{
  padding-bottom: 20px;
}
#guestCheckout-thankyou-section .custom-user-detail img {
  width: 16px;
  height: 18px;
  display: inline;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 2px;
}
#guestCheckout-thankyou-section .contact-user {
  display: inline-block;
}
#btnContinueShopping {
  float: none;
}
#guestCheckout-thankyou-section .welcomeWrap {
  background-color: #EEF7FC;
  max-width: 785px;
  padding: 20px;
}
#guestCheckout-thankyou-section .welcomeWrap p {
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color:#202020;
}
#guestCheckout-thankyou-section .welcomeWrap .custom-welcome,
#guestCheckout-thankyou-section .signInWrap .custom-signIn {
  font-family: 'roboto_condensedlight';
  font-size: 28px;
  line-height: 37px;
  font-weight: 300;
  color: #202020;
  padding-bottom: 10px;
  margin: 0px;
}
#guestCheckout-thankyou-section .signInWrap .custom-signIn {
  padding-bottom: 20px !important;
}
#guestCheckout-thankyou-section .signInWrap {
  background-color: #EEF7FC;
  max-width: 785px;
  padding: 20px;
}
#guestCheckout-thankyou-section .signInWrap .left{
  max-width: 535px;
  display: inline-block;
}
#guestCheckout-thankyou-section .signInWrap .right{
  float: right;
}
#guestCheckout-thankyou-section .signInWrap .custom-emailMsg{
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color:#202020;
}
#guestCheckout-thankyou-section .signInWrap .custom-emailMsg b{
  font-family: robotomedium, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color:#202020;
}
#guestCheckout-thankyou-section .signInWrap .signIn-container{ 
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#guestCheckout-thankyou-section #signInBtn {
  background-color: #0085d5;
  border: 1px solid transparent;
  color: #fff;
  padding: 6px 20px 7px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: robotomedium, arial, helvetica, sans-serif;
  line-height: 24px;
  display: inline-block;
  display: inline-block;
  width: 180px;
  text-align: center;
  text-decoration: none;
}
#guestCheckout-thankyou-section #signInBtn:hover {
  background-color: #00426A;
  border: 1px solid #F4F3F1;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
