
.ckeckout-main {
    max-width: 950px;
    margin: 0 auto;
}

.woocommerce-checkout #customer_details input, .woocommerce-checkout #customer_details select, .woocommerce-checkout #customer_details textarea{
  font-size: 16px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
}

.woocommerce-input-wrapper{
  width: 100%;
  display: block;
}
.woocommerce-info{
  border: none !important;
  margin-top: 20px !important;
  display: block;
}

.woocommerce-info::before{
  color: #000 !important; 
}

.woocommerce-info a{
  color: #C69683 !important;
}

#ship-to-different-address span{
  font-size: 16px !important;
  display: inline;
}
#ship-to-different-address input{
  display: inline;
  width: auto;
}


