/*------------------------------------------------------------------------------
   @group Checkout fields yellow highlighting

   Yellow highlighting for form fields on Checkout section.
   Copy this css to other locales content library to add this styling.
------------------------------------------------------------------------------*/

.pt_optcheckout .main input,
.pt_optcheckout .main select,
.pt_optcheckout .main textarea {
  background-color: #FFFEDF !important;
}

/* @end Checkout fields yellow highlighting */