.woocommerce .woocommerce-checkout .col2-set .col-2 {
    margin-top: 40px;
}

.woocommerce .woocommerce-checkout #order_review_heading {
    margin-top: 50px
}

.woocommerce .woocommerce-checkout h3 {
    font-size: 22px;
    font-family: 'ralewaybold';
}

.woocommerce .woocommerce-checkout p {
    font-size: 14px;
    font-family: 'ralewayregular';
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #777;
    padding: 6px;
    border-radius: 4px;
    color: #282828;
}
.woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder{color:#444;font-size: 14px;font-family: 'ralewayregular';}
.woocommerce form .form-row .required {
    color: black;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #282828;
}

.woocommerce .select2-container--default .select2-selection--single {
    border: 1px solid #777;
}


.woocommerce .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {

    border-color: transparent transparent #282828 transparent;
}
.woocommerce .checkbox{color:#282828}
.woocommerce .checkbox input{height: auto;left:unset;top:unset;position: static;visibility: initial;width: auto;}
.woocommerce .checkbox a{color:#282828}


.woocommerce .woocommerce-terms-and-conditions-checkbox-text{font-size: 11px;}

.woocommerce-additional-fields {
    display: none;
  }

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 20px;
    font-size: 20px;
  }
  
  .woocommerce-order-details__title {
    margin-bottom: 20px;
  }
  