/*!
Theme Name: VStudio Woo Commerce Prime
Theme URI: https://hubsupport.jp/contact
Author: Hitonari Take
Author URI: https://hubsupport.jp/
Description: A theme that with almost no styling. Needs WooCommerce.
Version: 1.2.3
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin: 0 0 1em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  font-size: 20px;
  font-size: 1.25rem; }

blockquote cite {
  font-size: 14px;
  font-size: 0.875rem; }

address {
  margin: 0 0 1.5em; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #eee;
  border: 1px solid #d5d5d5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

code {
  padding: 2px 5px;
  border: 1px solid #ebeced; }

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666; }

mark,
ins {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

blockquote {
  position: relative;
  margin: 35px 0;
  padding: 0 0 0 60px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45;
  font-style: italic; }

@media (min-width: 640px) {
  blockquote {
    font-size: 22px;
    font-size: 1.375rem; } }

@media (min-width: 940px) {
  blockquote {
    font-size: 28px;
    font-size: 1.75rem; } }

blockquote p {
  margin: 0; }

blockquote p + p {
  margin-top: 1em; }

blockquote cite {
  display: block;
  margin-top: 5px;
  font-style: normal; }

blockquote cite:before {
  content: "- "; }

blockquote:before {
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 30px;
  top: 0;
  left: 10px; }

hr {
  background-color: #ebeced;
  border: 0;
  height: 1px;
  margin: 1.5em 0; }

.edit-link {
  display: inline-block;
  margin-top: 15px; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
  padding-right: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  display: inline-block;
  max-width: 100%;
  padding: 12px 20px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 12px 20px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn.invert-button {
  border: 1px solid #fff;
  background: none; }

.posts-list .btn-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  font-size: 2.1875rem;
  content: '\f178'; }

.btn-text-icon {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500; }

.btn-text-icon:after {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  content: '\f061';
  margin-left: 6px; }

.mfp-close:hover {
  background: none; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
select,
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  border: 1px solid #ebeced;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
  box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17); }

button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
  outline: none; }

input[type='submit'],
input[type='reset'] {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600; }

select {
  border: 1px solid #ebeced; }

textarea {
  min-height: 150px;
  resize: vertical;
  overflow: auto; }

::-moz-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Base Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }

@media all and (min-width: 0px) and (max-width: 1140px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem; } }

.vwc-twocol-sidebar {
  display: flex;
  width: 100%; }
  .vwc-twocol-sidebar .main-col {
    width: 55%; }
  .vwc-twocol-sidebar .sidebar-col {
    width: 45%;
    position: relative; }
  .vwc-twocol-sidebar .main-col,
  .vwc-twocol-sidebar .sidebar-col {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .vwc-twocol-sidebar .main-col {
    order: 1;
    padding-right: 4%; }
  .vwc-twocol-sidebar .sidebar-col {
    order: 2;
    padding-left: 4%; }

@media all and (min-width: 0px) and (max-width: 768px) {
  .vwc-twocol-sidebar {
    flex-direction: column; }
    .vwc-twocol-sidebar .mobile-first {
      order: 1; }
    .vwc-twocol-sidebar .mobile-second {
      order: 2; }
    .vwc-twocol-sidebar .main-col {
      width: 100%;
      padding-top: 1rem;
      padding-right: 0px; }
    .vwc-twocol-sidebar .sidebar-col {
      width: 100%;
      padding-top: 2rem;
      padding-bottom: 1rem;
      min-height: unset;
      padding-left: 0px; }
    .vwc-twocol-sidebar .sidebar-col::after {
      display: none; } }

.main-form-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.7rem; }

.wc-stripe_cc-container .wc-stripe-save-source input[type="checkbox"]:checked + .save-source-checkbox::after {
  content: "";
  top: 3px;
  left: 7px; }

.wc-stripe_cc-container .save-source-checkbox {
  border: 0px !important; }

.wc_payment_methods li .payment_box {
  padding: 20px 0; }

.ask-for-login {
  margin: 1rem 0 1rem 0;
  text-align: right; }
  .ask-for-login a {
    font-weight: bold; }

.woocommerce-account-fields p.create-account {
  padding-left: 4px; }

.woocommerce-additional-fields p.mailing_accept {
  padding-left: 4px; }

.woocommerce-checkout .woocommerce-info {
  font-size: 1em;
  line-height: 1.2em;
  vertical-align: baseline; }
  .woocommerce-checkout .woocommerce-info a {
    font-size: 1em;
    line-height: 1.2em;
    vertical-align: baseline;
    font-weight: bold; }

.woocommerce-checkout form.woocommerce-checkout {
  border-top: 0px; }

.woocommerce-checkout .clear + .form-row {
  justify-content: space-between;
  align-items: start; }
  .woocommerce-checkout .clear + .form-row button {
    padding: 0.4rem 0.8rem; }

abbr[title],
abbr.required {
  border-bottom: none !important;
  text-decoration: none; }

label.checkbox {
  line-height: 21px; }
  label.checkbox span {
    font-size: 14px;
    line-height: 21px; }

label.checkbox input[type="checkbox"] + span::after,
label.inline input[type="checkbox"] + span::after {
  left: 3px;
  top: 3px; }

.create-account,
.woocommerce-form-coupon,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-additional-fields .exwf-dine-field,
.woocommerce-additional-fields .exwf-deli-field,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .create-account p.form-row,
  .woocommerce-form-coupon p.form-row,
  .woocommerce-additional-fields__field-wrapper p.form-row,
  .woocommerce-additional-fields .exwf-dine-field p.form-row,
  .woocommerce-additional-fields .exwf-deli-field p.form-row,
  .woocommerce-shipping-fields__field-wrapper p.form-row,
  .woocommerce-billing-fields__field-wrapper p.form-row {
    display: block;
    width: 100%; }
  .create-account p#billing_postcode_field,
  .create-account p#billing_yomigana_last_name_field,
  .create-account p#billing_last_name_field,
  .woocommerce-form-coupon p#billing_postcode_field,
  .woocommerce-form-coupon p#billing_yomigana_last_name_field,
  .woocommerce-form-coupon p#billing_last_name_field,
  .woocommerce-additional-fields__field-wrapper p#billing_postcode_field,
  .woocommerce-additional-fields__field-wrapper p#billing_yomigana_last_name_field,
  .woocommerce-additional-fields__field-wrapper p#billing_last_name_field,
  .woocommerce-additional-fields .exwf-dine-field p#billing_postcode_field,
  .woocommerce-additional-fields .exwf-dine-field p#billing_yomigana_last_name_field,
  .woocommerce-additional-fields .exwf-dine-field p#billing_last_name_field,
  .woocommerce-additional-fields .exwf-deli-field p#billing_postcode_field,
  .woocommerce-additional-fields .exwf-deli-field p#billing_yomigana_last_name_field,
  .woocommerce-additional-fields .exwf-deli-field p#billing_last_name_field,
  .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field,
  .woocommerce-shipping-fields__field-wrapper p#billing_yomigana_last_name_field,
  .woocommerce-shipping-fields__field-wrapper p#billing_last_name_field,
  .woocommerce-billing-fields__field-wrapper p#billing_postcode_field,
  .woocommerce-billing-fields__field-wrapper p#billing_yomigana_last_name_field,
  .woocommerce-billing-fields__field-wrapper p#billing_last_name_field {
    width: 50%;
    padding-right: 0.5rem; }
  .create-account p#billing_postcode_field,
  .woocommerce-form-coupon p#billing_postcode_field,
  .woocommerce-additional-fields__field-wrapper p#billing_postcode_field,
  .woocommerce-additional-fields .exwf-dine-field p#billing_postcode_field,
  .woocommerce-additional-fields .exwf-deli-field p#billing_postcode_field,
  .woocommerce-shipping-fields__field-wrapper p#billing_postcode_field,
  .woocommerce-billing-fields__field-wrapper p#billing_postcode_field {
    width: 40%; }
  .create-account p#billing_state_field,
  .create-account p#billing_yomigana_first_name_field,
  .create-account p#billing_first_name_field,
  .woocommerce-form-coupon p#billing_state_field,
  .woocommerce-form-coupon p#billing_yomigana_first_name_field,
  .woocommerce-form-coupon p#billing_first_name_field,
  .woocommerce-additional-fields__field-wrapper p#billing_state_field,
  .woocommerce-additional-fields__field-wrapper p#billing_yomigana_first_name_field,
  .woocommerce-additional-fields__field-wrapper p#billing_first_name_field,
  .woocommerce-additional-fields .exwf-dine-field p#billing_state_field,
  .woocommerce-additional-fields .exwf-dine-field p#billing_yomigana_first_name_field,
  .woocommerce-additional-fields .exwf-dine-field p#billing_first_name_field,
  .woocommerce-additional-fields .exwf-deli-field p#billing_state_field,
  .woocommerce-additional-fields .exwf-deli-field p#billing_yomigana_first_name_field,
  .woocommerce-additional-fields .exwf-deli-field p#billing_first_name_field,
  .woocommerce-shipping-fields__field-wrapper p#billing_state_field,
  .woocommerce-shipping-fields__field-wrapper p#billing_yomigana_first_name_field,
  .woocommerce-shipping-fields__field-wrapper p#billing_first_name_field,
  .woocommerce-billing-fields__field-wrapper p#billing_state_field,
  .woocommerce-billing-fields__field-wrapper p#billing_yomigana_first_name_field,
  .woocommerce-billing-fields__field-wrapper p#billing_first_name_field {
    padding-left: 0.5rem;
    width: 50%; }
  .create-account p#billing_state_field,
  .woocommerce-form-coupon p#billing_state_field,
  .woocommerce-additional-fields__field-wrapper p#billing_state_field,
  .woocommerce-additional-fields .exwf-dine-field p#billing_state_field,
  .woocommerce-additional-fields .exwf-deli-field p#billing_state_field,
  .woocommerce-shipping-fields__field-wrapper p#billing_state_field,
  .woocommerce-billing-fields__field-wrapper p#billing_state_field {
    width: 60%; }
  .create-account input[type="text"], .create-account input[type="email"], .create-account input[type="url"], .create-account input[type="password"], .create-account input[type="search"], .create-account input[type="number"], .create-account input[type="tel"], .create-account input[type="range"], .create-account input[type="date"], .create-account input[type="month"], .create-account input[type="week"], .create-account input[type="time"], .create-account input[type="datetime"], .create-account input[type="datetime-local"], .create-account select, .create-account textarea,
  .woocommerce-form-coupon input[type="text"],
  .woocommerce-form-coupon input[type="email"],
  .woocommerce-form-coupon input[type="url"],
  .woocommerce-form-coupon input[type="password"],
  .woocommerce-form-coupon input[type="search"],
  .woocommerce-form-coupon input[type="number"],
  .woocommerce-form-coupon input[type="tel"],
  .woocommerce-form-coupon input[type="range"],
  .woocommerce-form-coupon input[type="date"],
  .woocommerce-form-coupon input[type="month"],
  .woocommerce-form-coupon input[type="week"],
  .woocommerce-form-coupon input[type="time"],
  .woocommerce-form-coupon input[type="datetime"],
  .woocommerce-form-coupon input[type="datetime-local"],
  .woocommerce-form-coupon select,
  .woocommerce-form-coupon textarea,
  .woocommerce-additional-fields__field-wrapper input[type="text"],
  .woocommerce-additional-fields__field-wrapper input[type="email"],
  .woocommerce-additional-fields__field-wrapper input[type="url"],
  .woocommerce-additional-fields__field-wrapper input[type="password"],
  .woocommerce-additional-fields__field-wrapper input[type="search"],
  .woocommerce-additional-fields__field-wrapper input[type="number"],
  .woocommerce-additional-fields__field-wrapper input[type="tel"],
  .woocommerce-additional-fields__field-wrapper input[type="range"],
  .woocommerce-additional-fields__field-wrapper input[type="date"],
  .woocommerce-additional-fields__field-wrapper input[type="month"],
  .woocommerce-additional-fields__field-wrapper input[type="week"],
  .woocommerce-additional-fields__field-wrapper input[type="time"],
  .woocommerce-additional-fields__field-wrapper input[type="datetime"],
  .woocommerce-additional-fields__field-wrapper input[type="datetime-local"],
  .woocommerce-additional-fields__field-wrapper select,
  .woocommerce-additional-fields__field-wrapper textarea,
  .woocommerce-additional-fields .exwf-dine-field input[type="text"],
  .woocommerce-additional-fields .exwf-dine-field input[type="email"],
  .woocommerce-additional-fields .exwf-dine-field input[type="url"],
  .woocommerce-additional-fields .exwf-dine-field input[type="password"],
  .woocommerce-additional-fields .exwf-dine-field input[type="search"],
  .woocommerce-additional-fields .exwf-dine-field input[type="number"],
  .woocommerce-additional-fields .exwf-dine-field input[type="tel"],
  .woocommerce-additional-fields .exwf-dine-field input[type="range"],
  .woocommerce-additional-fields .exwf-dine-field input[type="date"],
  .woocommerce-additional-fields .exwf-dine-field input[type="month"],
  .woocommerce-additional-fields .exwf-dine-field input[type="week"],
  .woocommerce-additional-fields .exwf-dine-field input[type="time"],
  .woocommerce-additional-fields .exwf-dine-field input[type="datetime"],
  .woocommerce-additional-fields .exwf-dine-field input[type="datetime-local"],
  .woocommerce-additional-fields .exwf-dine-field select,
  .woocommerce-additional-fields .exwf-dine-field textarea,
  .woocommerce-additional-fields .exwf-deli-field input[type="text"],
  .woocommerce-additional-fields .exwf-deli-field input[type="email"],
  .woocommerce-additional-fields .exwf-deli-field input[type="url"],
  .woocommerce-additional-fields .exwf-deli-field input[type="password"],
  .woocommerce-additional-fields .exwf-deli-field input[type="search"],
  .woocommerce-additional-fields .exwf-deli-field input[type="number"],
  .woocommerce-additional-fields .exwf-deli-field input[type="tel"],
  .woocommerce-additional-fields .exwf-deli-field input[type="range"],
  .woocommerce-additional-fields .exwf-deli-field input[type="date"],
  .woocommerce-additional-fields .exwf-deli-field input[type="month"],
  .woocommerce-additional-fields .exwf-deli-field input[type="week"],
  .woocommerce-additional-fields .exwf-deli-field input[type="time"],
  .woocommerce-additional-fields .exwf-deli-field input[type="datetime"],
  .woocommerce-additional-fields .exwf-deli-field input[type="datetime-local"],
  .woocommerce-additional-fields .exwf-deli-field select,
  .woocommerce-additional-fields .exwf-deli-field textarea,
  .woocommerce-shipping-fields__field-wrapper input[type="text"],
  .woocommerce-shipping-fields__field-wrapper input[type="email"],
  .woocommerce-shipping-fields__field-wrapper input[type="url"],
  .woocommerce-shipping-fields__field-wrapper input[type="password"],
  .woocommerce-shipping-fields__field-wrapper input[type="search"],
  .woocommerce-shipping-fields__field-wrapper input[type="number"],
  .woocommerce-shipping-fields__field-wrapper input[type="tel"],
  .woocommerce-shipping-fields__field-wrapper input[type="range"],
  .woocommerce-shipping-fields__field-wrapper input[type="date"],
  .woocommerce-shipping-fields__field-wrapper input[type="month"],
  .woocommerce-shipping-fields__field-wrapper input[type="week"],
  .woocommerce-shipping-fields__field-wrapper input[type="time"],
  .woocommerce-shipping-fields__field-wrapper input[type="datetime"],
  .woocommerce-shipping-fields__field-wrapper input[type="datetime-local"],
  .woocommerce-shipping-fields__field-wrapper select,
  .woocommerce-shipping-fields__field-wrapper textarea,
  .woocommerce-billing-fields__field-wrapper input[type="text"],
  .woocommerce-billing-fields__field-wrapper input[type="email"],
  .woocommerce-billing-fields__field-wrapper input[type="url"],
  .woocommerce-billing-fields__field-wrapper input[type="password"],
  .woocommerce-billing-fields__field-wrapper input[type="search"],
  .woocommerce-billing-fields__field-wrapper input[type="number"],
  .woocommerce-billing-fields__field-wrapper input[type="tel"],
  .woocommerce-billing-fields__field-wrapper input[type="range"],
  .woocommerce-billing-fields__field-wrapper input[type="date"],
  .woocommerce-billing-fields__field-wrapper input[type="month"],
  .woocommerce-billing-fields__field-wrapper input[type="week"],
  .woocommerce-billing-fields__field-wrapper input[type="time"],
  .woocommerce-billing-fields__field-wrapper input[type="datetime"],
  .woocommerce-billing-fields__field-wrapper input[type="datetime-local"],
  .woocommerce-billing-fields__field-wrapper select,
  .woocommerce-billing-fields__field-wrapper textarea {
    padding: 0;
    border: none;
    background-color: transparent; }
  .create-account .form-row,
  .woocommerce-form-coupon .form-row,
  .woocommerce-additional-fields__field-wrapper .form-row,
  .woocommerce-additional-fields .exwf-dine-field .form-row,
  .woocommerce-additional-fields .exwf-deli-field .form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce-billing-fields__field-wrapper .form-row {
    position: relative; }
    .create-account .form-row textarea,
    .create-account .form-row .select2-selection,
    .create-account .form-row input,
    .woocommerce-form-coupon .form-row textarea,
    .woocommerce-form-coupon .form-row .select2-selection,
    .woocommerce-form-coupon .form-row input,
    .woocommerce-additional-fields__field-wrapper .form-row textarea,
    .woocommerce-additional-fields__field-wrapper .form-row .select2-selection,
    .woocommerce-additional-fields__field-wrapper .form-row input,
    .woocommerce-additional-fields .exwf-dine-field .form-row textarea,
    .woocommerce-additional-fields .exwf-dine-field .form-row .select2-selection,
    .woocommerce-additional-fields .exwf-dine-field .form-row input,
    .woocommerce-additional-fields .exwf-deli-field .form-row textarea,
    .woocommerce-additional-fields .exwf-deli-field .form-row .select2-selection,
    .woocommerce-additional-fields .exwf-deli-field .form-row input,
    .woocommerce-shipping-fields__field-wrapper .form-row textarea,
    .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection,
    .woocommerce-shipping-fields__field-wrapper .form-row input,
    .woocommerce-billing-fields__field-wrapper .form-row textarea,
    .woocommerce-billing-fields__field-wrapper .form-row .select2-selection,
    .woocommerce-billing-fields__field-wrapper .form-row input {
      border-radius: 0.4rem;
      padding: 0.65rem 0.65rem;
      font-size: 1rem;
      line-height: 1rem; }
    .create-account .form-row input[type=email][readonly],
    .woocommerce-form-coupon .form-row input[type=email][readonly],
    .woocommerce-additional-fields__field-wrapper .form-row input[type=email][readonly],
    .woocommerce-additional-fields .exwf-dine-field .form-row input[type=email][readonly],
    .woocommerce-additional-fields .exwf-deli-field .form-row input[type=email][readonly],
    .woocommerce-shipping-fields__field-wrapper .form-row input[type=email][readonly],
    .woocommerce-billing-fields__field-wrapper .form-row input[type=email][readonly] {
      background: #ECEBE9; }
    .create-account .form-row .screen-reader-text, .create-account .form-row .screen-reader-text span,
    .woocommerce-form-coupon .form-row .screen-reader-text,
    .woocommerce-form-coupon .form-row .screen-reader-text span,
    .woocommerce-additional-fields__field-wrapper .form-row .screen-reader-text,
    .woocommerce-additional-fields__field-wrapper .form-row .screen-reader-text span,
    .woocommerce-additional-fields .exwf-dine-field .form-row .screen-reader-text,
    .woocommerce-additional-fields .exwf-dine-field .form-row .screen-reader-text span,
    .woocommerce-additional-fields .exwf-deli-field .form-row .screen-reader-text,
    .woocommerce-additional-fields .exwf-deli-field .form-row .screen-reader-text span,
    .woocommerce-shipping-fields__field-wrapper .form-row .screen-reader-text,
    .woocommerce-shipping-fields__field-wrapper .form-row .screen-reader-text span,
    .woocommerce-billing-fields__field-wrapper .form-row .screen-reader-text,
    .woocommerce-billing-fields__field-wrapper .form-row .screen-reader-text span {
      width: auto;
      height: auto;
      top: 0;
      left: 0; }
    .create-account .form-row label,
    .woocommerce-form-coupon .form-row label,
    .woocommerce-additional-fields__field-wrapper .form-row label,
    .woocommerce-additional-fields .exwf-dine-field .form-row label,
    .woocommerce-additional-fields .exwf-deli-field .form-row label,
    .woocommerce-shipping-fields__field-wrapper .form-row label,
    .woocommerce-billing-fields__field-wrapper .form-row label {
      position: absolute;
      font-size: 0.7em;
      padding: 0.2rem 0.7rem; }
    .create-account .form-row label.woocommerce-form-login__rememberme,
    .woocommerce-form-coupon .form-row label.woocommerce-form-login__rememberme,
    .woocommerce-additional-fields__field-wrapper .form-row label.woocommerce-form-login__rememberme,
    .woocommerce-additional-fields .exwf-dine-field .form-row label.woocommerce-form-login__rememberme,
    .woocommerce-additional-fields .exwf-deli-field .form-row label.woocommerce-form-login__rememberme,
    .woocommerce-shipping-fields__field-wrapper .form-row label.woocommerce-form-login__rememberme,
    .woocommerce-billing-fields__field-wrapper .form-row label.woocommerce-form-login__rememberme {
      position: unset;
      padding: 0.5rem 2rem 0.5rem 0;
      font-size: 1em;
      line-height: 1.2rem; }
      .create-account .form-row label.woocommerce-form-login__rememberme span,
      .woocommerce-form-coupon .form-row label.woocommerce-form-login__rememberme span,
      .woocommerce-additional-fields__field-wrapper .form-row label.woocommerce-form-login__rememberme span,
      .woocommerce-additional-fields .exwf-dine-field .form-row label.woocommerce-form-login__rememberme span,
      .woocommerce-additional-fields .exwf-deli-field .form-row label.woocommerce-form-login__rememberme span,
      .woocommerce-shipping-fields__field-wrapper .form-row label.woocommerce-form-login__rememberme span,
      .woocommerce-billing-fields__field-wrapper .form-row label.woocommerce-form-login__rememberme span {
        line-height: 1.2rem; }
  .create-account .form-row.form-row--show-label strong,
  .woocommerce-form-coupon .form-row.form-row--show-label strong,
  .woocommerce-additional-fields__field-wrapper .form-row.form-row--show-label strong,
  .woocommerce-additional-fields .exwf-dine-field .form-row.form-row--show-label strong,
  .woocommerce-additional-fields .exwf-deli-field .form-row.form-row--show-label strong,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row--show-label strong,
  .woocommerce-billing-fields__field-wrapper .form-row.form-row--show-label strong {
    display: block;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 1.3rem 0.8rem 0.4rem 0.8rem;
    border-radius: 0.4rem; }
  .create-account .form-row.form-row--show-label textarea,
  .create-account .form-row.form-row--show-label input,
  .woocommerce-form-coupon .form-row.form-row--show-label textarea,
  .woocommerce-form-coupon .form-row.form-row--show-label input,
  .woocommerce-additional-fields__field-wrapper .form-row.form-row--show-label textarea,
  .woocommerce-additional-fields__field-wrapper .form-row.form-row--show-label input,
  .woocommerce-additional-fields .exwf-dine-field .form-row.form-row--show-label textarea,
  .woocommerce-additional-fields .exwf-dine-field .form-row.form-row--show-label input,
  .woocommerce-additional-fields .exwf-deli-field .form-row.form-row--show-label textarea,
  .woocommerce-additional-fields .exwf-deli-field .form-row.form-row--show-label input,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row--show-label textarea,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row--show-label input,
  .woocommerce-billing-fields__field-wrapper .form-row.form-row--show-label textarea,
  .woocommerce-billing-fields__field-wrapper .form-row.form-row--show-label input {
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 1.2rem 0.8rem 0.25rem 0.65rem; }
  .create-account .form-row.form-row--show-label textarea,
  .woocommerce-form-coupon .form-row.form-row--show-label textarea,
  .woocommerce-additional-fields__field-wrapper .form-row.form-row--show-label textarea,
  .woocommerce-additional-fields .exwf-dine-field .form-row.form-row--show-label textarea,
  .woocommerce-additional-fields .exwf-deli-field .form-row.form-row--show-label textarea,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row--show-label textarea,
  .woocommerce-billing-fields__field-wrapper .form-row.form-row--show-label textarea {
    padding-top: 1.4rem; }
  .create-account .form-row.form-row--show-label label,
  .woocommerce-form-coupon .form-row.form-row--show-label label,
  .woocommerce-additional-fields__field-wrapper .form-row.form-row--show-label label,
  .woocommerce-additional-fields .exwf-dine-field .form-row.form-row--show-label label,
  .woocommerce-additional-fields .exwf-deli-field .form-row.form-row--show-label label,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row--show-label label,
  .woocommerce-billing-fields__field-wrapper .form-row.form-row--show-label label {
    display: block; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: var(--wc-red); }

.woocommerce form .form-row label {
  line-height: 2; }

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: none; }

.woocommerce-additional-fields .delivery-date label,
.woocommerce-additional-fields .vfasterfoods-pickup-fields label,
.woocommerce-additional-fields .exwf-dine-field label,
.woocommerce-additional-fields .exwf-deli-field label {
  display: block; }

.woocommerce-additional-fields .delivery-date select,
.woocommerce-additional-fields .vfasterfoods-pickup-fields select,
.woocommerce-additional-fields .exwf-dine-field select,
.woocommerce-additional-fields .exwf-deli-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.4rem;
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 1.45rem 0.8rem 0.45rem 0.55rem; }

.woocommerce-additional-fields .delivery-date {
  position: relative; }
  .woocommerce-additional-fields .delivery-date label {
    position: absolute;
    font-size: 0.7em;
    padding: 0.2rem 0.7rem; }

.woocommerce form .form-row.delivery-date label,
.woocommerce-page form .form-row.delivery-date label {
  display: block; }

.woocommerce-additional-fields .vfasterfoods-pickup-fields p#pickup_date_select_field {
  width: 50%;
  padding-right: 0.5rem; }

.woocommerce-additional-fields .vfasterfoods-pickup-fields p#pickup_time_select_field {
  padding-left: 0.5rem;
  width: 50%; }

#exwfood_person_dinein_field .woocommerce-input-wrapper:after,
#exwfood_date_deli_field .woocommerce-input-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none; }

#exwfood_person_dinein_field .woocommerce-input-wrapper:after,
#exwfood_date_deli_field .woocommerce-input-wrapper:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 1rem;
  right: .6rem;
  border-top: 8px solid black;
  opacity: 0.5; }

#exwfood_time_deli_field .woocommerce-input-wrapper input {
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 1.15rem 0.8rem 0.2rem 0.8rem; }

#page .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
#page .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
  line-height: 1.5em; }

#page .woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
#page .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 3px; }

#page .woocommerce-shipping-fields__field-wrapper .form-row .select2 .select2-selection,
#page .woocommerce-billing-fields__field-wrapper .form-row .select2 .select2-selection {
  height: auto; }
  #page .woocommerce-shipping-fields__field-wrapper .form-row .select2 .select2-selection .select2-selection__rendered,
  #page .woocommerce-billing-fields__field-wrapper .form-row .select2 .select2-selection .select2-selection__rendered {
    padding: 0; }

.woocommerce-checkout-payment {
  margin-top: 2rem; }
  .woocommerce-checkout-payment .form-row.place-order {
    margin-top: 3rem; }
  .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    font-size: 0.8em; }
    .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper > .woocommerce-privacy-policy-text > p {
      display: none; }

.woocommerce-checkout .place-order .button {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.85em; }

ul.payment_methods {
  display: flex;
  flex-direction: column; }
  ul.payment_methods li[class*="payment_method"] {
    padding: 1rem 0.7rem !important;
    border-radius: 0.4rem;
    margin-bottom: 0.5rem !important; }
    ul.payment_methods li[class*="payment_method"] > label[for=payment_method_linepay] img {
      float: right; }
    ul.payment_methods li[class*="payment_method"] > label[for=payment_method_paypay] img {
      float: right;
      height: 25px; }
    ul.payment_methods li[class*="payment_method"] > label {
      display: inline-block;
      width: calc(100% - 40px);
      cursor: pointer; }
    ul.payment_methods li[class*="payment_method"] > .payment_box {
      width: 100%;
      padding: 0.6rem; }
  ul.payment_methods li.wc_payment_method--current > label {
    font-weight: bold; }

.vwc-form-coupon {
  margin-top: 1rem; }

.woocommerce-form-coupon {
  display: flex !important; }
  .woocommerce-form-coupon p.form-row-first {
    width: 50%;
    padding-right: 1rem; }
  .woocommerce-form-coupon p.form-row-last {
    width: 50%; }
    .woocommerce-form-coupon p.form-row-last button {
      width: 100%;
      padding: 0.8em 0.8em;
      font-size: 1rem;
      line-height: 1em; }

@media all and (min-width: 0px) and (max-width: 639px) {
  .vwc-form-coupon {
    margin-top: 1rem; } }

.woocommerce-cart .cart-collaterals table,
.woocommerce-checkout .woocommerce-checkout-review-order table {
  border: none;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column; }
  .woocommerce-cart .cart-collaterals table thead,
  .woocommerce-checkout .woocommerce-checkout-review-order table thead {
    display: none; }
  .woocommerce-cart .cart-collaterals table tbody tr,
  .woocommerce-cart .cart-collaterals table tfoot tr,
  .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr,
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr {
    display: flex;
    flex-direction: row; }
    .woocommerce-cart .cart-collaterals table tbody tr > td:last-child,
    .woocommerce-cart .cart-collaterals table tfoot tr > td:last-child,
    .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr > td:last-child,
    .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr > td:last-child {
      text-align: right; }
  .woocommerce-cart .cart-collaterals table tbody tr.cart_item,
  .woocommerce-checkout .woocommerce-checkout-review-order table tbody tr.cart_item {
    justify-content: space-between;
    align-items: center; }
  .woocommerce-cart .cart-collaterals table tfoot tr,
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr {
    justify-content: space-between;
    align-items: center; }
    .woocommerce-cart .cart-collaterals table tfoot tr > th,
    .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr > th {
      text-align: left; }
  .woocommerce-cart .cart-collaterals table .amount,
  .woocommerce-checkout .woocommerce-checkout-review-order table .amount {
    font-size: 1em;
    line-height: 1.2rem; }
  .woocommerce-cart .cart-collaterals table .product-details-info-wrapper,
  .woocommerce-checkout .woocommerce-checkout-review-order table .product-details-info-wrapper {
    display: flex;
    margin-top: 1.5rem; }
  .woocommerce-cart .cart-collaterals table .product-leading,
  .woocommerce-checkout .woocommerce-checkout-review-order table .product-leading {
    width: 70px;
    position: relative; }
    .woocommerce-cart .cart-collaterals table .product-leading .img-wrapper,
    .woocommerce-checkout .woocommerce-checkout-review-order table .product-leading .img-wrapper {
      background: #fff;
      border-radius: 0.7rem;
      width: 70px;
      height: 70px; }
    .woocommerce-cart .cart-collaterals table .product-leading img,
    .woocommerce-checkout .woocommerce-checkout-review-order table .product-leading img {
      width: 70px;
      border-radius: 0.7rem; }
    .woocommerce-cart .cart-collaterals table .product-leading .product-quantity-small,
    .woocommerce-checkout .woocommerce-checkout-review-order table .product-leading .product-quantity-small {
      font-size: 0.6rem;
      font-weight: 700;
      line-height: 1.35rem;
      white-space: nowrap;
      text-align: center;
      border-radius: 0.675rem;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-width: 1.35rem;
      height: 1.35rem;
      padding: 0;
      position: absolute;
      right: -0.5rem;
      top: -0.5rem;
      z-index: 3; }
  .woocommerce-cart .cart-collaterals table .product-quantity,
  .woocommerce-checkout .woocommerce-checkout-review-order table .product-quantity {
    display: none; }
  .woocommerce-cart .cart-collaterals table .product-full-name,
  .woocommerce-checkout .woocommerce-checkout-review-order table .product-full-name {
    padding-left: 2rem; }
  .woocommerce-cart .cart-collaterals table tr.cart-discount td span.amount,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-discount td span.amount {
    font-size: 1.2em; }
  .woocommerce-cart .cart-collaterals table tr.order-total th,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total th {
    font-size: 1.2em; }
  .woocommerce-cart .cart-collaterals table tr.cart-subtotal td,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-subtotal td {
    font-size: 1.2em; }
  .woocommerce-cart .cart-collaterals table tr.cart-subtotal .amount,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.cart-subtotal .amount {
    font-size: 1em; }
  .woocommerce-cart .cart-collaterals table tr.shipping label,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.shipping label {
    margin-bottom: 0; }
  .woocommerce-cart .cart-collaterals table tfoot tr:first-child th, .woocommerce-cart .cart-collaterals table tfoot tr:first-child td, .woocommerce-cart .cart-collaterals table tfoot tr:first-child td:last-child, .woocommerce-cart .cart-collaterals table tfoot tr:first-child th:last-child,
  .woocommerce-cart .cart-collaterals table tr.order-total th,
  .woocommerce-cart .cart-collaterals table tr.order-total td,
  .woocommerce-cart .cart-collaterals table tr.order-total td:last-child,
  .woocommerce-cart .cart-collaterals table tr.order-total th:last-child,
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:first-child th,
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:first-child td,
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:first-child td:last-child,
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:first-child th:last-child,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total th,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td:last-child,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total th:last-child {
    padding: 3rem 0 0 0;
    position: relative; }
  .woocommerce-cart .cart-collaterals table tfoot tr:first-child th::before,
  .woocommerce-cart .cart-collaterals table tfoot tr:first-child td::before,
  .woocommerce-cart .cart-collaterals table tr.order-total th::before,
  .woocommerce-cart .cart-collaterals table tr.order-total td::before,
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:first-child th::before,
  .woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr:first-child td::before,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total th::before,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td::before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
    height: 1px; }
  .woocommerce-cart .cart-collaterals table tr.order-total .includes_tax,
  .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total .includes_tax {
    display: inline-block; }
    .woocommerce-cart .cart-collaterals table tr.order-total .includes_tax span.amount,
    .woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total .includes_tax span.amount {
      display: none; }

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid #ffffff; }

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 0; }

.woocommerce-checkout input.input-text {
  width: 100%; }

.woocommerce-checkout .wc_payment_methods {
  margin: 15px 0;
  list-style: none; }

.woocommerce-checkout .place-order .button {
  width: 100%; }

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none; }

.woocommerce-checkout .woocommerce {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }

.store-info,
.vfasterfoods-pickup-block {
  margin-bottom: 2rem; }

.checkout-steps {
  list-style-type: none;
  display: flex;
  margin: 0 0 2rem 0;
  padding: 0;
  font-size: 0.8em; }
  .checkout-steps li {
    padding-right: 0.5rem; }
    .checkout-steps li:after {
      content: '\f105';
      display: inline-block;
      font: normal normal normal 14px/1 'FontAwesome';
      font-size: 14px;
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-left: 5px; }
  .checkout-steps li.current a {
    font-weight: bold; }
  .checkout-steps li.current:after {
    content: '\f0da'; }

/* THANK YOU PAGE */
.woocommerce-checkout.woocommerce-order-received .woocommerce {
  width: 100%;
  max-width: 600px;
  margin: 5rem auto;
  padding: 2rem;
  background: #fff; }

.order-summary .order-summary-label,
.order-summary .order-summary--arrow {
  display: none; }

.order-summary.order-summary-responsive h3#order_review_heading {
  display: none; }

.woocommerce-checkout #order_review_heading {
  margin: 0; }

@media all and (min-width: 0px) and (max-width: 992px) {
  .woocommerce-checkout .woocommerce-checkout-review-order table .product-leading {
    width: 50px; }
    .woocommerce-checkout .woocommerce-checkout-review-order table .product-leading .img-wrapper,
    .woocommerce-checkout .woocommerce-checkout-review-order table .product-leading img {
      width: 50px;
      height: 50px; }
  .woocommerce-checkout .woocommerce-checkout-review-order table .product-full-name {
    padding-left: 1rem; } }

@media all and (min-width: 0px) and (max-width: 768px) {
  .order-summary.order-summary-responsive {
    display: flex;
    align-items: baseline;
    position: relative;
    border-radius: 0.5rem;
    padding: 0.4rem 1rem 0.5rem; }
    .order-summary.order-summary-responsive .order-summary-label,
    .order-summary.order-summary-responsive .order-summary--arrow {
      display: block; }
    .order-summary.order-summary-responsive .order-summary-label {
      padding-right: 1rem; }
    .order-summary.order-summary-responsive .woocommerce-checkout-review-order table {
      display: block; }
      .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tr.order-total .amount {
        font-size: 1.1rem; }
      .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tbody {
        display: none; }
      .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot {
        display: block; }
        .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot tr.cart-subtotal,
        .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot tr.cart-discount,
        .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot tr.shipping {
          display: none; }
        .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot tr, .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot td {
          display: block;
          width: 100%; }
        .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot tr.order-total th {
          display: none; }
        .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot tr.order-total td {
          padding-top: 0;
          display: flex;
          align-items: baseline;
          width: 100%; }
          .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot tr.order-total td small {
            display: block; }
        .order-summary.order-summary-responsive .woocommerce-checkout-review-order table tfoot tr.order-total td::before {
          display: none; }
    .order-summary.order-summary-responsive .vwc-form-coupon {
      display: none; }
    .order-summary.order-summary-responsive .order-summary--arrow {
      position: absolute;
      top: 1.2rem;
      right: 1rem; }
      .order-summary.order-summary-responsive .order-summary--arrow b {
        position: absolute;
        border-color: #000000 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
    .order-summary.order-summary-responsive .includes_tax {
      padding-left: 0.5rem; } }

form.woocommerce-form-login .form-row label,
form.woocommerce-form-register .form-row label {
  display: block; }

label.checkbox input[type="checkbox"] + span::before,
label.inline input[type="checkbox"] + span::before {
  border-color: #D9D9D3; }

label.checkbox input[type="checkbox"]:checked + span::before,
label.inline input[type="checkbox"]:checked + span::before {
  border-color: #eaeaea; }

.create-account .form-row textarea,
.create-account .form-row .select2-selection,
.create-account .form-row input,
.woocommerce-form-coupon .form-row textarea,
.woocommerce-form-coupon .form-row .select2-selection,
.woocommerce-form-coupon .form-row input,
.woocommerce-additional-fields__field-wrapper .form-row textarea,
.woocommerce-additional-fields__field-wrapper .form-row .select2-selection,
.woocommerce-additional-fields__field-wrapper .form-row input,
.woocommerce-additional-fields .exwf-dine-field .form-row textarea,
.woocommerce-additional-fields .exwf-dine-field .form-row .select2-selection,
.woocommerce-additional-fields .exwf-dine-field .form-row input,
.woocommerce-additional-fields .exwf-deli-field .form-row textarea,
.woocommerce-additional-fields .exwf-deli-field .form-row .select2-selection,
.woocommerce-additional-fields .exwf-deli-field .form-row input,
.woocommerce-shipping-fields__field-wrapper .form-row textarea,
.woocommerce-shipping-fields__field-wrapper .form-row .select2-selection,
.woocommerce-shipping-fields__field-wrapper .form-row input,
.woocommerce-billing-fields__field-wrapper .form-row textarea,
.woocommerce-billing-fields__field-wrapper .form-row .select2-selection,
.woocommerce-billing-fields__field-wrapper .form-row input {
  color: #A09C92;
  border: 1px solid #D9D9D3;
  background: #FFFFFF; }

.create-account .form-row label,
.woocommerce-form-coupon .form-row label,
.woocommerce-additional-fields__field-wrapper .form-row label,
.woocommerce-additional-fields .exwf-dine-field .form-row label,
.woocommerce-additional-fields .exwf-deli-field .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce-billing-fields__field-wrapper .form-row label {
  color: #ADADAD; }

.create-account .form-row.form-row--active textarea,
.create-account .form-row.form-row--active input,
.woocommerce-form-coupon .form-row.form-row--active textarea,
.woocommerce-form-coupon .form-row.form-row--active input,
.woocommerce-additional-fields__field-wrapper .form-row.form-row--active textarea,
.woocommerce-additional-fields__field-wrapper .form-row.form-row--active input,
.woocommerce-additional-fields .exwf-dine-field .form-row.form-row--active textarea,
.woocommerce-additional-fields .exwf-dine-field .form-row.form-row--active input,
.woocommerce-additional-fields .exwf-deli-field .form-row.form-row--active textarea,
.woocommerce-additional-fields .exwf-deli-field .form-row.form-row--active input,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row--active textarea,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row--active input,
.woocommerce-billing-fields__field-wrapper .form-row.form-row--active textarea,
.woocommerce-billing-fields__field-wrapper .form-row.form-row--active input {
  border-color: #eaeaea;
  color: #A09C92; }

.create-account .form-row.form-row--active label,
.woocommerce-form-coupon .form-row.form-row--active label,
.woocommerce-additional-fields__field-wrapper .form-row.form-row--active label,
.woocommerce-additional-fields .exwf-dine-field .form-row.form-row--active label,
.woocommerce-additional-fields .exwf-deli-field .form-row.form-row--active label,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row--active label,
.woocommerce-billing-fields__field-wrapper .form-row.form-row--active label {
  color: #525252; }

.create-account .form-row.form-row--show-label strong,
.woocommerce-form-coupon .form-row.form-row--show-label strong,
.woocommerce-additional-fields__field-wrapper .form-row.form-row--show-label strong,
.woocommerce-additional-fields .exwf-dine-field .form-row.form-row--show-label strong,
.woocommerce-additional-fields .exwf-deli-field .form-row.form-row--show-label strong,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row--show-label strong,
.woocommerce-billing-fields__field-wrapper .form-row.form-row--show-label strong {
  border: 1px solid #D9D9D3; }

.create-account .form-row.form-row--show-label textarea,
.create-account .form-row.form-row--show-label input,
.woocommerce-form-coupon .form-row.form-row--show-label textarea,
.woocommerce-form-coupon .form-row.form-row--show-label input,
.woocommerce-additional-fields__field-wrapper .form-row.form-row--show-label textarea,
.woocommerce-additional-fields__field-wrapper .form-row.form-row--show-label input,
.woocommerce-additional-fields .exwf-dine-field .form-row.form-row--show-label textarea,
.woocommerce-additional-fields .exwf-dine-field .form-row.form-row--show-label input,
.woocommerce-additional-fields .exwf-deli-field .form-row.form-row--show-label textarea,
.woocommerce-additional-fields .exwf-deli-field .form-row.form-row--show-label input,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row--show-label textarea,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row--show-label input,
.woocommerce-billing-fields__field-wrapper .form-row.form-row--show-label textarea,
.woocommerce-billing-fields__field-wrapper .form-row.form-row--show-label input {
  color: #171614; }

.woocommerce-additional-fields .delivery-date select {
  color: #171614;
  border: 1px solid #D9D9D3;
  background: #FFFFFF; }

.woocommerce-additional-fields .vfasterfoods-pickup-fields .form-row select,
.woocommerce-additional-fields .exwf-dine-field .form-row select,
.woocommerce-additional-fields .exwf-deli-field .form-row select {
  color: #171614;
  border: 1px solid #D9D9D3; }

#exwfood_time_deli_field .woocommerce-input-wrapper input {
  color: #171614; }

ul.payment_methods {
  border-bottom-color: #A09C92; }
  ul.payment_methods li[class*="payment_method"] {
    border-bottom: 2px solid #FFFFFF;
    background: #FFFFFF;
    border: 1px solid #D9D9D3; }
  ul.payment_methods li.wc_payment_method--current {
    background-color: #dddddd;
    border-color: #eaeaea; }
    ul.payment_methods li.wc_payment_method--current > label {
      color: #000000; }

.woocommerce-checkout #payment {
  background: #f2f3f4; }

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f0f0f0; }

.woocommerce-checkout #payment div.payment_box {
  background-color: #f0f0f0; }

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