/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
[data-action="ContactUs-Show"] .main,
[data-action="Product-ProductEnquiry"] .main,
[data-action="ContactUs-ShowProductEnquiry"] .main,
[data-action="ContactUs-ShowAppointment"] .main {
  background-color: #FAF8F0; }

.clientForm,
.form-header__Container {
  width: 45.375rem;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 3.938rem;
  color: #1E1E19;
  font-weight: 500; }
  @media (max-width: 47.9375rem) {
    .clientForm,
    .form-header__Container {
      width: 100%;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .clientForm .clientForm__success,
  .form-header__Container .clientForm__success {
    text-align: center;
    background-color: #1E1E19;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 0.125rem; }
  .clientForm a,
  .form-header__Container a {
    color: #b18e35; }
  .clientForm .page-title__container,
  .form-header__Container .page-title__container {
    text-align: center;
    padding-bottom: 4rem; }
    .clientForm .page-title__container .page-title,
    .form-header__Container .page-title__container .page-title {
      font-size: 1.75rem;
      font-family: "Crimson Pro", serif;
      line-height: 3.5rem;
      margin-bottom: 1.25rem;
      font-weight: 300;
      letter-spacing: 3px; }
      @media (min-width: 48rem) {
        .clientForm .page-title__container .page-title,
        .form-header__Container .page-title__container .page-title {
          font-size: 2.625rem; } }
    .clientForm .page-title__container .page-subtitle,
    .form-header__Container .page-title__container .page-subtitle {
      font-size: 0.875rem;
      line-height: 1.563rem;
      font-weight: 400; }
      .clientForm .page-title__container .page-subtitle a,
      .form-header__Container .page-title__container .page-subtitle a {
        color: #b18e35; }
  .clientForm [data-floating-label] .form-control-label, .clientForm select,
  .form-header__Container [data-floating-label] .form-control-label,
  .form-header__Container select {
    color: #1E1E19;
    background-color: transparent; }
  .clientForm select,
  .form-header__Container select {
    padding-top: 0.25rem; }
  .clientForm .form-check-input,
  .form-header__Container .form-check-input {
    display: none; }
  .clientForm .form-check-label,
  .form-header__Container .form-check-label {
    font-weight: 400; }
  .clientForm .form-check-input:checked + .form-check-label,
  .form-header__Container .form-check-input:checked + .form-check-label {
    color: #1E1E19; }
  .clientForm .privacy-message,
  .form-header__Container .privacy-message {
    font-size: 0.875rem;
    margin-bottom: 1.25rem; }
  .clientForm select,
  .form-header__Container select {
    width: 100%; }
    .clientForm select.form-control--select,
    .form-header__Container select.form-control--select {
      border-width: 0 0 0.0625rem 0;
      padding-left: 0.5rem; }
  .clientForm input.disabled,
  .form-header__Container input.disabled {
    font-size: 1rem; }
  .clientForm input[type="date"]::-webkit-inner-spin-button, .clientForm input[type="date"]::-webkit-calendar-picker-indicator,
  .form-header__Container input[type="date"]::-webkit-inner-spin-button,
  .form-header__Container input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/calender.svg) no-repeat 0 0;
    width: 1.25rem; }
  .clientForm [data-floating-label] .form-control-label,
  .form-header__Container [data-floating-label] .form-control-label {
    background-color: #FAF8F0;
    font-weight: 400; }
    .clientForm [data-floating-label] .form-control-label::after,
    .form-header__Container [data-floating-label] .form-control-label::after {
      color: inherit;
      padding-left: 0.25rem; }
  .clientForm .terms-condition,
  .form-header__Container .terms-condition {
    margin-bottom: 1.813rem; }
  .clientForm .consultant-message,
  .form-header__Container .consultant-message {
    margin-bottom: 2.5rem; }
  .clientForm .productEnqiry-form .contactCountry,
  .clientForm .contact-form .contactCountry,
  .form-header__Container .productEnqiry-form .contactCountry,
  .form-header__Container .contact-form .contactCountry {
    padding-left: 0; }

.product-enquiry {
  padding-top: 3.125rem; }
  .product-enquiry .page-title__container .page-title, .product-enquiry .page-title__container p {
    text-align: center; }
  @media (max-width: 47.9375rem) {
    .product-enquiry .pdp-main__price .price {
      line-height: normal; } }
  .product-enquiry__desc {
    margin-top: -3rem; }
    @media (max-width: 47.9375rem) {
      .product-enquiry__desc {
        margin-top: 2rem; } }
  .product-enquiry .clientForm,
  .product-enquiry .form-header__Container {
    width: 100%;
    padding-left: 5.25rem; }
    @media (max-width: 47.9375rem) {
      .product-enquiry .clientForm,
      .product-enquiry .form-header__Container {
        padding-left: 0;
        padding-right: 0; } }
  .product-enquiry .clientForm {
    padding-top: 2.5rem; }
    @media (max-width: 47.9375rem) {
      .product-enquiry .clientForm {
        padding-top: 0; } }
  .product-enquiry .form-header__Container {
    padding-bottom: 0;
    padding-top: 0; }
    .product-enquiry .form-header__Container .page-title__container {
      padding-bottom: 0; }
  .product-enquiry .page-title__container {
    text-align: left;
    padding-bottom: 2.75rem;
    font-size: 0.875rem;
    line-height: 1.786rem; }
  .product-enquiry .pdp-main__price .pdp-main__description {
    display: none; }
  @media (max-width: 47.9375rem) {
    .product-enquiry .pdp-main__description {
      padding-bottom: 45px; } }
  .product-enquiry .pdp-main__description, .product-enquiry__articalId {
    color: #808080;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.5px;
    padding-top: 3px;
    padding-bottom: 0.75rem;
    overflow-wrap: break-word;
    font-weight: 400; }
    @media (min-width: 48rem) {
      .product-enquiry .pdp-main__description, .product-enquiry__articalId {
        font-size: 0.875rem; } }
  .product-enquiry__articalId {
    font-size: 1rem;
    text-align: right; }
  .product-enquiry__name {
    font-size: 1.125rem;
    letter-spacing: 0.64px;
    color: #1e1e1e;
    padding-bottom: 0.5rem;
    text-transform: uppercase; }
  .product-enquiry__img {
    padding-bottom: 0.875rem; }
    .product-enquiry__img .product-gallery-thumbnails__img {
      border: 3px solid #b18e35; }
  .product-enquiry .price__sales.sales {
    font-size: 1.25rem;
    color: #1e1e1e;
    font-weight: 700; }

input[type=text],
input[type=date] {
  font-size: 0.875rem;
  font-weight: 400; }

.contact-comment {
  margin-bottom: 40px; }
  @media (max-width: 47.9375rem) {
    .contact-comment {
      margin-bottom: 25px; } }

.contact-sign {
  margin-bottom: 30px; }
  @media (max-width: 47.9375rem) {
    .contact-sign {
      margin-bottom: 20px; } }


/*# sourceMappingURL=clientForm.css.map*/