@charset "UTF-8";
/*!
Theme Name: miroqu_woo v3
Theme URI: https://theme.miroqu.com/
Author: miyoc.me
Author URI: https://miyoc.me/
Description: Description
Version: 3.0.11
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miroqu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import "https://fonts.googleapis.com/icon?family=Material+Icons+Outlined&display=block";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap";
@import "https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css";
@import "https://font.miroqu.com/genj/genj.css";
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

._site {
  position: relative;
  background-color: white;
  will-change: transition;
  transition: 0.2s;
  transition-timing-function: "ease";
  right: 0;
}

.off-menu ._site {
  overflow: hidden;
  position: relative;
}

._header__tools__toggle i.opened {
  display: none;
}

[class*=" off-"] ._header ._header__tools__toggle i.opened {
  display: block;
}

[class*=" off-"] ._header ._header__tools__toggle i.closed {
  display: none;
}

[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"] + label,
[type="checkbox"] label.checkbox {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px !important;
  cursor: pointer;
}

[type="checkbox"] + label:before,
[type="checkbox"] label.checkbox:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
  font-family: 'Material Icons Outlined';
  font-feature-settings: 'liga' 1;
  font-size: 24px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  content: 'check_box_outline_blank';
}

[type="checkbox"] + label:after,
[type="checkbox"] label.checkbox:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
  font-family: 'Material Icons Outlined';
  font-feature-settings: 'liga' 1;
  font-size: 24px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  content: 'check_box';
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"] label.checkbox.not-checked:after {
  transform: scale(0);
  opacity: 0;
}

[type="checkbox"] [type="checkbox"]:checked + label:after,
[type="checkbox"] label.checkbox.checked:after {
  transform: scale(1);
  opacity: 1;
}

select {
  border: 1px solid #e6e6e6;
  padding: 0.6em;
  font-size: 16px;
}

@media (min-width: 60em) {
  select {
    font-size: 14px;
  }
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

input[type="radio"] + label {
  cursor: pointer;
}

input[type="radio"] + label:hover {
  background-color: #ccffcc;
}

input[type="radio"] + label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: .3em;
  margin-right: .8em;
  text-align: center;
  transition: all 250ms ease;
}

input[type="radio"]:checked + label {
  color: black;
  cursor: default;
}

input[type="radio"]:checked + label:hover {
  background-color: transparent;
}

input[type="radio"]:checked + label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

input[type="radio"]:focus + label:before {
  outline: none;
  border-color: #3197EE;
}

input[type="radio"]:disabled + label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

input[type="radio"] + label:empty:before {
  margin-right: 0;
}

input[type='number'] {
  border: 1px solid #e6e6e6;
  padding: 0.6em;
}

input[type='date'] {
  border: 1px solid #e6e6e6;
  padding: 0.6em;
}

input[type='date']:hover {
  cursor: pointer;
}

.button,
.wp-block-button__link,
button,
input[type=button],
input[type=submit] {
  position: relative;
  display: inline-block;
  padding: 0.6em 1.2em;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background-color: #2196F3;
  overflow: hidden;
  border-radius: 3px;
}

.button:focus, .button:hover, .button:visited,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited,
button:focus,
button:hover,
button:visited,
input[type=button]:focus,
input[type=button]:hover,
input[type=button]:visited,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:visited {
  color: #fff;
  background-color: #1976D2;
}

._lead {
  border: 1px solid #e6e6e6;
  border-width: 3px;
  padding: 1.2em;
  margin-bottom: 0.6em;
  background-color: #f4f4f4;
  border-radius: 5px;
  font-size: 1.1em;
}

._flash {
  background-color: #e6e6e6;
  margin-bottom: 0.6em;
  padding: 0.6em 0.6em 0.6em 2.5em;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: .9em;
  position: relative;
}

._flash:before {
  content: 'description';
  font-family: 'Material Icons Outlined';
  font-size: 20px;
  position: absolute;
  left: 7px;
  top: 3px;
}

._flash--info {
  background-color: #eaf5ff;
  border-color: #0077ea;
  color: #0077ea !important;
}

._flash--info:before {
  content: 'info';
}

._flash--check, ._flash--success {
  background-color: white;
  border-color: #00cc00;
  color: #00b300 !important;
}

._flash--check:before, ._flash--success:before {
  content: 'check_circle_outline';
}

._flash--warning {
  background-color: Orange;
  border-color: #cc8400;
}

._flash--error {
  background-color: Tomato;
  border-color: #ff3814;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 10px;
  font-weight: 400;
}

body {
  font-size: 1.7em;
  padding-top: 4em;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

a {
  text-decoration: none;
  color: DodgerBlue;
}

a:hover, a:visited {
  color: #005db7;
}

a:active {
  position: relative;
  top: 1px;
}

a[target="_blank"]:after {
  font-family: 'Material Icons Outlined';
  content: '\e895';
  position: relative;
  top: 3px;
  margin: 0 .2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Genj';
  font-weight: 400;
  font-size: inherit;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

.edit-link {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: Tomato;
  color: white;
  padding: 3px 5px;
  z-index: 99;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  margin-bottom: 0.6em;
}

table td,
table th {
  border-bottom: 1px solid #e6e6e6;
  padding: .5rem 1rem;
}

table th {
  font-weight: 400;
}

table ul {
  list-style: none;
}

table.restables-clone {
  display: none;
}

@media (max-width: 34.99em) {
  table.restables-origin {
    display: none;
  }
  table.restables-clone {
    display: table;
  }
  table.restables-clone tr {
    display: table;
    width: 100%;
  }
  table.restables-clone tbody {
    background-color: #f4f4f4;
    border-bottom: 20px solid white;
  }
  table.restables-clone tbody tr td:last-child {
    text-align: right;
  }
  table.restables-clone tbody tr:last-child td {
    border-bottom: none;
  }
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media (max-width: 59.99em) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
}

/*見出し欄*/
.inquiry {
  font-size: 1em;
  table-layout: fixed;
  word-break: break-all;
}

.inquiry th.thead {
  font-size: 1.2em;
}

.inquiry td,
.inquiry th {
  vertical-align: top;
  border-width: 2px !important;
}

.inquiry th {
  text-align: left;
  padding: 0.6em;
  width: 20%;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  font-size: .9em;
}

.inquiry th abbr.required {
  color: Tomato;
  text-decoration: none;
}

.inquiry td {
  border: 1px solid #e6e6e6;
  padding: 0.6em;
}

.inquiry td input[type=email],
.inquiry td input[type=password],
.inquiry td input[type=search],
.inquiry td input[type=tel],
.inquiry td input[type=text],
.inquiry td input[type=url],
.inquiry td textarea {
  font-size: 16px;
  border: 1px solid #e6e6e6;
  border-width: 2px;
  padding: 0.6em;
  width: 100%;
}

@media (min-width: 35em) {
  .inquiry td input[type=email],
  .inquiry td input[type=password],
  .inquiry td input[type=search],
  .inquiry td input[type=tel],
  .inquiry td input[type=text],
  .inquiry td input[type=url],
  .inquiry td textarea {
    width: auto;
  }
  .inquiry td input[type=email].wide,
  .inquiry td input[type=password].wide,
  .inquiry td input[type=search].wide,
  .inquiry td input[type=tel].wide,
  .inquiry td input[type=text].wide,
  .inquiry td input[type=url].wide,
  .inquiry td textarea.wide {
    width: 100%;
  }
}

.inquiry td input[type=email]:-moz-placeholder-shown, .inquiry td input[type=password]:-moz-placeholder-shown, .inquiry td input[type=search]:-moz-placeholder-shown, .inquiry td input[type=tel]:-moz-placeholder-shown, .inquiry td input[type=text]:-moz-placeholder-shown, .inquiry td input[type=url]:-moz-placeholder-shown, .inquiry td textarea:-moz-placeholder-shown {
  background-color: #f4faff;
}

.inquiry td input[type=email]:-ms-input-placeholder, .inquiry td input[type=password]:-ms-input-placeholder, .inquiry td input[type=search]:-ms-input-placeholder, .inquiry td input[type=tel]:-ms-input-placeholder, .inquiry td input[type=text]:-ms-input-placeholder, .inquiry td input[type=url]:-ms-input-placeholder, .inquiry td textarea:-ms-input-placeholder {
  background-color: #f4faff;
}

.inquiry td input[type=email]:placeholder-shown,
.inquiry td input[type=password]:placeholder-shown,
.inquiry td input[type=search]:placeholder-shown,
.inquiry td input[type=tel]:placeholder-shown,
.inquiry td input[type=text]:placeholder-shown,
.inquiry td input[type=url]:placeholder-shown,
.inquiry td textarea:placeholder-shown {
  background-color: #f4faff;
}

.inquiry td input[type=email]:focus,
.inquiry td input[type=password]:focus,
.inquiry td input[type=search]:focus,
.inquiry td input[type=tel]:focus,
.inquiry td input[type=text]:focus,
.inquiry td input[type=url]:focus,
.inquiry td textarea:focus {
  background-color: white;
}

.inquiry td input[type=email].inline,
.inquiry td input[type=password].inline,
.inquiry td input[type=search].inline,
.inquiry td input[type=tel].inline,
.inquiry td input[type=text].inline,
.inquiry td input[type=url].inline,
.inquiry td textarea.inline {
  display: inline;
}

.inquiry td input[type=email]::-moz-placeholder, .inquiry td input[type=password]::-moz-placeholder, .inquiry td input[type=search]::-moz-placeholder, .inquiry td input[type=tel]::-moz-placeholder, .inquiry td input[type=text]::-moz-placeholder, .inquiry td input[type=url]::-moz-placeholder, .inquiry td textarea::-moz-placeholder {
  color: #ccc;
}

.inquiry td input[type=email]:-ms-input-placeholder, .inquiry td input[type=password]:-ms-input-placeholder, .inquiry td input[type=search]:-ms-input-placeholder, .inquiry td input[type=tel]:-ms-input-placeholder, .inquiry td input[type=text]:-ms-input-placeholder, .inquiry td input[type=url]:-ms-input-placeholder, .inquiry td textarea:-ms-input-placeholder {
  color: #ccc;
}

.inquiry td input[type=email]::placeholder,
.inquiry td input[type=password]::placeholder,
.inquiry td input[type=search]::placeholder,
.inquiry td input[type=tel]::placeholder,
.inquiry td input[type=text]::placeholder,
.inquiry td input[type=url]::placeholder,
.inquiry td textarea::placeholder {
  color: #ccc;
}

.inquiry td input[type=checkbox] {
  position: static;
  margin-right: 0.6em;
}

.inquiry td .menu-350 select {
  position: relative;
  padding: .93em;
  top: -2px;
  border-width: 2px;
}

.inquiry td label.checkbox {
  padding-left: 0 !important;
}

.inquiry td label.checkbox:after, .inquiry td label.checkbox:before {
  display: none;
}

.inquiry td input[type=file] {
  font-size: .8em;
  margin-top: 0.6em;
}

.inquiry td.comment {
  width: 25%;
  font-size: .8em;
  color: DodgerBlue;
}

.inquiry td .wpcf7-not-valid-tip {
  font-size: .8em;
  padding-top: 0.6em;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: 1px solid #e6e6e6;
}

/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  border-radius: 2px;
  border: none;
}

.inquiry-wrapper h3 {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 34.99em) {
  .tab-wrap {
    margin-left: -1.2em;
    margin-right: -1.2em;
  }
}

.tab-label {
  background-color: white;
  margin-left: 0.6em;
  margin-right: 0.6em;
  margin-bottom: 0.6em;
  padding: 0.6em;
  border: 1px solid #e6e6e6;
  border-width: 2px;
  order: -1;
  font-size: .9em;
}

@media (min-width: 35em) {
  .tab-label {
    padding: 0.6em 1.2em;
    font-size: 1em;
    margin-left: 0;
  }
}

.tab-label:hover {
  border-color: DodgerBlue;
  background-color: white !important;
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-switch:checked + .tab-label {
  border-width: 2px;
  border-color: #aaa;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

.tab-switch + .tab-label:before {
  display: none;
}

div.wpcf7 {
  margin-bottom: 1.2em;
}

div.wpcf7 .wpcf7-response-output {
  text-align: center;
  border-width: 1px;
  margin-left: 0;
  margin-right: 0;
  font-size: .9em;
  padding: 1.2em;
  border-color: Tomato !important;
  color: Tomato;
}

div.wpcf7 .ajax-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  border-radius: 0 !important;
  background-image: url("images/loader.gif");
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 218px;
  margin: 0;
}

._article__entry-title {
  font-size: 1em;
  margin-bottom: 0.6em;
}

._article__entry-meta {
  font-size: .7em;
  margin-bottom: 0.6em;
}

@media (min-width: 35em) {
  ._article__entry-meta {
    font-size: .8em;
  }
}

._article__entry-meta i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media (min-width: 35em) {
  ._article__entry-meta i {
    font-size: 19px;
  }
}

._article__entry-meta time {
  margin-right: 0.6em;
}

._article__entry-content {
  font-size: .9em;
  margin-bottom: 0.6em;
  color: gray;
}

._article__entry-footer {
  font-size: .8em;
}

._comments {
  padding: 1.2em 0;
}

._comments .comment-form input,
._comments .comment-form textarea {
  border: 1px solid #e6e6e6;
}

._comments .comment-form textarea {
  width: 100%;
  background-color: #f2f2f2;
}

._comments .comment-form input[type="text"],
._comments .comment-form input[type="email"] {
  background-color: #f2f2f2;
}

._footer {
  padding: 1.2em 0;
  border-top: 1px solid #e6e6e6;
}

._footer__row {
  padding: 0 1.2em;
}

@media (min-width: 35em) {
  ._footer__row {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 60em) {
  ._footer__row {
    max-width: 1100px;
  }
}

._footer__copyright {
  display: flex;
  align-items: center;
  color: #666;
  font-size: .8em;
}

._footer__copyright .material-icons-outlined {
  margin-right: 0.2em;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}

._footer__copyright__name, ._footer__copyright__year {
  margin-right: 0.3em;
}

._header {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

._header__row {
  padding: 0 1.2em;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 35em) {
  ._header__row {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 60em) {
  ._header__row {
    max-width: 1100px;
  }
}

._header a {
  color: inherit;
}

._header__branding {
  display: flex;
  height: 4em;
  align-items: center;
}

._header__branding__title a {
  display: block;
  height: 4em;
  width: 2em;
  margin-right: 1.2em;
  background-image: url("images/oflite.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

._header__branding__description {
  font-weight: 700;
  font-size: .9em;
  letter-spacing: -1px;
}

@media (max-width: 34.99em) {
  ._header__branding__description {
    display: none;
  }
}

._header__tools {
  margin-left: auto;
}

@media (min-width: 60em) {
  ._header__tools {
    display: none;
  }
}

._header__tools > ul {
  list-style: none;
  height: 4em;
  display: flex;
  align-items: center;
  gap: 1.2em;
}

._header__tools > ul li {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

._header__tools > ul .material-icons-outlined {
  font-size: 2.35294em;
}

._header__tools__toggle--menu i.opened {
  display: none;
}

.off-menu ._header__tools__toggle--menu i.closed {
  display: none;
}

.off-menu ._header__tools__toggle--menu i.opened {
  display: block;
}

._main {
  padding: 1.2em 0;
}

._main__archive-title {
  padding-bottom: 1.2em;
}

._offcanvas {
  z-index: 99;
  position: fixed;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100vh;
  padding-top: 5.2em;
  overflow-y: auto;
  border-left: 1px solid #e6e6e6;
  background-color: #fff;
  font-size: 1em;
  transition: 0.2s;
  transition-timing-function: "ease";
  will-change: transition;
}

.logged-in ._offcanvas {
  padding-top: 4em;
}

._offcanvas a {
  display: block;
  padding: 0.6em 1.2em;
  color: inherit;
}

._offcanvas ul {
  list-style: none;
}

._offcanvas ul li {
  font-size: .8em;
  line-height: 1;
}

._offcanvas ul li.page_item_has_children {
  position: relative;
}

._offcanvas ul li.page_item_has_children:after {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  font-family: 'Material Icons Outlined';
  content: '\e313';
}

._offcanvas ul li.page_item_has_children .children {
  display: none;
}

._offcanvas__close {
  position: absolute;
  top: 1.2em;
  right: 1.2em;
  width: 30px;
  height: 30px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.off-menu ._offcanvas {
  right: 0;
}

._offcanvas__header {
  display: none;
}

.logged-in ._offcanvas__header {
  display: flex;
  align-items: center;
  height: 6em;
  padding: 0 1.2em;
}

.logged-in ._offcanvas__header img.avatar {
  width: 50px;
  height: auto;
  border-radius: 50%;
}

.logged-in ._offcanvas__header span.username {
  padding-left: 1.2em;
  font-size: .9em;
}

._sidebar {
  display: none;
}

@media (min-width: 60em) {
  ._sidebar {
    display: block;
    border-left: 1px solid #e6e6e6;
  }
  ._sidebar .sticky-container {
    position: -webkit-sticky;
    position: sticky;
    padding: 1.2em 0;
    margin-bottom: 0;
    top: 4em;
    z-index: 1;
  }
  ._sidebar section {
    margin: 1.2em 0 1.2em 1.2em;
  }
  ._sidebar section:first-child {
    margin-top: 0;
  }
  ._sidebar section.widget_user {
    display: flex;
    align-items: center;
  }
  ._sidebar section.widget_user .avatar {
    height: 50px;
    width: 50px;
    margin-right: 0.6em;
  }
  ._sidebar ul {
    list-style: none;
    font-size: .8em;
    line-height: 2;
  }
}

._site {
  padding: 0 1.2em;
}

@media (min-width: 35em) {
  ._site {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 60em) {
  ._site {
    max-width: 1100px;
  }
}

@media (min-width: 60em) {
  ._site {
    display: grid;
    grid-template-columns: 75% 25%;
    -moz-column-gap: 1.2em;
         column-gap: 1.2em;
  }
}

._site .posts-navigation {
  display: none;
  width: 100%;
}

._top {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.6em 1.2em;
  font-size: .8em;
}

.single ._article__entry-title {
  font-size: 1.3em;
  padding: 0.6em 0 0;
  line-height: 1.4;
  margin-bottom: .3em;
}

.single ._article__entry-meta {
  margin-bottom: 1.2em;
}

.single ._article__entry-content strong {
  font-weight: 700;
}

.single ._article__entry-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.2em;
}

.single ._article__entry-content h2 {
  font-size: 1.4em;
  padding: 0 0 0.3em 0;
}

@media (min-width: 60em) {
  .single ._article__entry-content h2 {
    padding: 1.2em 0 0.3em 0;
  }
}

.single ._article__entry-content h3 {
  font-size: 1.2em;
  padding: 1.2em 0 0.3em 0;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #e6e6e6;
  border-width: 2px;
}

.single ._article__entry-content h4 {
  font-size: 1.1em;
  margin: 1.2em 0 0.3em 0;
}

.single ._article__entry-content h2,
.single ._article__entry-content h3,
.single ._article__entry-content h4,
.single ._article__entry-content h5 {
  color: #333;
}

.single ._article__entry-content h2[id],
.single ._article__entry-content h3[id],
.single ._article__entry-content h4[id],
.single ._article__entry-content h5[id] {
  padding-top: 5.2em;
  margin-top: -4em;
}

.single ._article__entry-content ol,
.single ._article__entry-content ul {
  margin-left: 1.2em;
}

.single ._article__entry-content ol li,
.single ._article__entry-content ul li {
  line-height: 1.8;
  font-size: .9em;
}

.single ._article__entry-content blockquote {
  border: 1px solid #e6e6e6;
  border-width: 3px;
  background-color: #f7f7f7;
  color: black;
  padding: 1.2em;
  margin-bottom: 1.2em;
  border-radius: 5px;
}

.single ._article__entry-content blockquote h2,
.single ._article__entry-content blockquote h3,
.single ._article__entry-content blockquote h4,
.single ._article__entry-content blockquote h5 {
  padding-top: 0;
  color: inherit;
}

.single ._article__entry-content blockquote p {
  font-size: inherit;
  color: inherit;
}

.single ._article__entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.single ._article__entry-content mark {
  background: linear-gradient(transparent 70%, Gold 0%);
}

.single ._article__entry-content .wp-block-group {
  margin-bottom: 1.2em;
}

.single ._article__entry-content .wp-block-group.mokuji {
  background-color: #f4f4f4;
  padding: 1.2em;
  border-radius: 5px;
}

.single ._article__entry-content .wp-block-group.mokuji h3 {
  padding-top: 0;
}

.single ._article__entry-content .wp-block-image {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
  margin: 1.2em 0;
}

.single ._article__entry-content .wp-block-image img {
  vertical-align: middle;
}

.single ._article__entry-content .wp-block-gallery {
  list-style: none;
  margin: 0;
}

.single ._article__entry-content .wp-block-gallery .blocks-gallery-grid {
  list-style: none;
  display: grid;
  margin-left: 0;
  grid-gap: 1.2em;
}

@media (min-width: 35em) {
  .single ._article__entry-content .wp-block-gallery .blocks-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 60em) {
  .single ._article__entry-content .wp-block-gallery .blocks-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.single ._article__entry-content .wp-block-gallery .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single ._article__entry-content .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
}

.single ._article__entry-content .wp-block-gallery .blocks-gallery-item figure figcaption {
  font-size: .8em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.6em;
  color: #666;
}

.single .post-navigation {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.archive ._article {
  display: flex;
  gap: 1.2em;
}

.archive ._article__entry-meta .byline {
  display: none;
}

@media (min-width: 35em) {
  .archive ._article__entry-meta .byline {
    display: inline-block;
  }
}

.archive ._article__entry-left {
  width: 30%;
}

@media (min-width: 35em) {
  .archive ._article__entry-left {
    width: 25%;
  }
}

.archive ._article__entry-left .post-thumbnail {
  display: block;
  border: 1px solid #e6e6e6;
}

.archive ._article__entry-right {
  width: 70%;
}

@media (min-width: 35em) {
  .archive ._article__entry-right {
    width: 75%;
  }
}

.archive ._article__entry-content {
  display: none;
  font-size: .8em;
}

@media (min-width: 35em) {
  .archive ._article__entry-content {
    display: block;
  }
}

.archive ._article__entry-footer {
  display: none;
}

.archive ._article__entry-footer span {
  margin-right: 0.6em;
}

@media (min-width: 35em) {
  .archive ._article__entry-footer {
    display: block;
  }
}

.archive ._hr {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  margin: 0.6em 0;
}

@media (min-width: 35em) {
  .archive ._hr {
    margin: 1.2em 0;
  }
}

.archive ._hr:last-child {
  display: none;
}

.home ._layout {
  display: grid;
  grid-gap: 1.2em;
}

@media (min-width: 35em) {
  .home ._layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 60em) {
  .home ._layout {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home ._layout ._article,
.home ._layout .product {
  border: 1px solid #e6e6e6;
}

.home ._layout ._article__entry-title,
.home ._layout .product__entry-title {
  font-size: .9em;
}

.home ._layout ._article__entry-left,
.home ._layout .product__entry-left {
  border-bottom: 1px solid #e6e6e6;
}

.home ._layout ._article__entry-right,
.home ._layout .product__entry-right {
  padding: 0.6em;
}

.home ._layout ._article__entry-meta .byline,
.home ._layout .product__entry-meta .byline {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.home ._layout ._article__entry-content, .home ._layout ._article__entry-footer,
.home ._layout .product__entry-content,
.home ._layout .product__entry-footer {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.home ._layout ._hr {
  display: none;
}

.error404 ._site {
  display: block;
}

.error404 ._site ._main {
  text-align: center;
  background-image: url("images/h07_hs201306.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  margin: 1.2em auto;
  color: white;
  position: relative;
}

.error404 ._site ._main:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: .5;
  z-index: 1;
}

.error404 ._site ._main section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  margin: auto;
  z-index: 2;
}

.error404 ._site ._main section p {
  font-size: .8em;
}

.error404 ._site ._main a {
  color: inherit;
}

.error404 ._site ._main .search-form {
  display: none;
}

.postid-4625 .structure-contents .wp-block-group {
  border: 1px solid #e6e6e6;
  border-width: 2px;
  padding: 1.2em;
  position: relative;
  margin-bottom: 2em;
}

.postid-4625 .structure-contents .wp-block-group h4 {
  padding: 0 0.6em;
  margin: 0;
  position: absolute;
  top: -15px;
  left: 0.6em;
  background-color: white;
}

.postid-4625 .structure-contents .wp-block-group p:last-child {
  margin-bottom: 0;
}

.postid-4625 .structure-contents .wp-block-group .wp-block-group {
  margin: 2.4em 0 0;
  position: relative;
}

.postid-4625 .structure-contents .wp-block-group .wp-block-group .section-item {
  margin-bottom: 0;
  position: absolute;
  top: -15px;
  left: 0.6em;
  background-color: white;
  padding: 0 0.6em;
}

.postid-4625 .structure-contents blockquote {
  margin-bottom: 3em;
}

.postid-4625 .structure-contents ._flash {
  margin-bottom: 0;
}

.postid-4625 .contact-info {
  margin-top: 4em;
  background-color: #f4f4f4;
  padding: 1.2em;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  border-width: 3px;
}

.postid-4625 .contact-info h3[id] {
  padding-top: 0;
  margin-top: 0;
}

.postid-4625 ._header__tools,
.postid-4625 ._sidebar {
  display: none;
}

.postid-4625 ._header__row,
.postid-4625 ._site {
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

.page-login {
  padding-top: 0;
}

.page-login ._site {
  display: block;
}

.page-login ._header,
.page-login ._sidebar {
  display: none;
}

.page-login .woocommerce-error-wrapper {
  max-width: 360px;
  margin: 0 auto;
  padding: 1.2em 1.2em 0;
}

.page-login .woocommerce-error-wrapper p {
  margin-bottom: 0;
  border: 1px solid #e6e6e6;
  font-size: .8em;
  padding: 1.2em;
  border-color: Tomato;
  color: Tomato;
}

.page-login ._footer {
  display: none;
}

.page-login ._article__entry-header {
  display: none;
}

.page-login ._article h1.title--login a {
  display: block;
  background-image: url("images/oflite.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 100px;
  margin-top: 40px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.page-login ._article .description--login {
  text-align: center;
  margin-top: 1.2em;
  font-family: 'Genj';
  font-weight: 700;
  font-size: 1em;
  color: #333;
}

.page-login .login {
  width: 100%;
  margin: 1em 0;
}

@media (min-width: 35em) {
  .page-login .login {
    max-width: 360px;
    margin: 2em auto;
    padding: 0 1.2em;
  }
}

.page-login .login .form-row.form-row-first,
.page-login .login .form-row.form-row-last {
  position: relative;
  width: 100% !important;
  float: none !important;
  margin-bottom: 1.2em;
}

.page-login .login .form-row.form-row-first input[type=email],
.page-login .login .form-row.form-row-first input[type=password],
.page-login .login .form-row.form-row-first input[type=search],
.page-login .login .form-row.form-row-first input[type=tel],
.page-login .login .form-row.form-row-first input[type=text],
.page-login .login .form-row.form-row-first input[type=url],
.page-login .login .form-row.form-row-last input[type=email],
.page-login .login .form-row.form-row-last input[type=password],
.page-login .login .form-row.form-row-last input[type=search],
.page-login .login .form-row.form-row-last input[type=tel],
.page-login .login .form-row.form-row-last input[type=text],
.page-login .login .form-row.form-row-last input[type=url] {
  width: 100%;
  padding: 0.8em 1.2em;
  border: 1px solid #e6e6e6;
  border-color: #ccc;
  background-color: #f4f4f4;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.page-login .login .form-row.form-row-first input[type=email]::-moz-placeholder, .page-login .login .form-row.form-row-first input[type=password]::-moz-placeholder, .page-login .login .form-row.form-row-first input[type=search]::-moz-placeholder, .page-login .login .form-row.form-row-first input[type=tel]::-moz-placeholder, .page-login .login .form-row.form-row-first input[type=text]::-moz-placeholder, .page-login .login .form-row.form-row-first input[type=url]::-moz-placeholder, .page-login .login .form-row.form-row-last input[type=email]::-moz-placeholder, .page-login .login .form-row.form-row-last input[type=password]::-moz-placeholder, .page-login .login .form-row.form-row-last input[type=search]::-moz-placeholder, .page-login .login .form-row.form-row-last input[type=tel]::-moz-placeholder, .page-login .login .form-row.form-row-last input[type=text]::-moz-placeholder, .page-login .login .form-row.form-row-last input[type=url]::-moz-placeholder {
  color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.page-login .login .form-row.form-row-first input[type=email]:-ms-input-placeholder, .page-login .login .form-row.form-row-first input[type=password]:-ms-input-placeholder, .page-login .login .form-row.form-row-first input[type=search]:-ms-input-placeholder, .page-login .login .form-row.form-row-first input[type=tel]:-ms-input-placeholder, .page-login .login .form-row.form-row-first input[type=text]:-ms-input-placeholder, .page-login .login .form-row.form-row-first input[type=url]:-ms-input-placeholder, .page-login .login .form-row.form-row-last input[type=email]:-ms-input-placeholder, .page-login .login .form-row.form-row-last input[type=password]:-ms-input-placeholder, .page-login .login .form-row.form-row-last input[type=search]:-ms-input-placeholder, .page-login .login .form-row.form-row-last input[type=tel]:-ms-input-placeholder, .page-login .login .form-row.form-row-last input[type=text]:-ms-input-placeholder, .page-login .login .form-row.form-row-last input[type=url]:-ms-input-placeholder {
  color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.page-login .login .form-row.form-row-first input[type=email]::placeholder,
.page-login .login .form-row.form-row-first input[type=password]::placeholder,
.page-login .login .form-row.form-row-first input[type=search]::placeholder,
.page-login .login .form-row.form-row-first input[type=tel]::placeholder,
.page-login .login .form-row.form-row-first input[type=text]::placeholder,
.page-login .login .form-row.form-row-first input[type=url]::placeholder,
.page-login .login .form-row.form-row-last input[type=email]::placeholder,
.page-login .login .form-row.form-row-last input[type=password]::placeholder,
.page-login .login .form-row.form-row-last input[type=search]::placeholder,
.page-login .login .form-row.form-row-last input[type=tel]::placeholder,
.page-login .login .form-row.form-row-last input[type=text]::placeholder,
.page-login .login .form-row.form-row-last input[type=url]::placeholder {
  color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.page-login .login .form-row.form-row-first textarea,
.page-login .login .form-row.form-row-last textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #f4f4f4;
  font-size: 16px;
}

.page-login .login .form-row.form-row-first textarea::-moz-placeholder, .page-login .login .form-row.form-row-last textarea::-moz-placeholder {
  color: transparent;
}

.page-login .login .form-row.form-row-first textarea:-ms-input-placeholder, .page-login .login .form-row.form-row-last textarea:-ms-input-placeholder {
  color: transparent;
}

.page-login .login .form-row.form-row-first textarea::placeholder,
.page-login .login .form-row.form-row-last textarea::placeholder {
  color: transparent;
}

@media (min-width: 35em) {
  .page-login .login .form-row.form-row-first.form-row-first,
  .page-login .login .form-row.form-row-last.form-row-first {
    width: 49%;
    float: left;
  }
}

@media (min-width: 35em) {
  .page-login .login .form-row.form-row-first.form-row-last,
  .page-login .login .form-row.form-row-last.form-row-last {
    width: 49%;
    float: right;
  }
}

.page-login .login .form-row.form-row-first.form-row-wide,
.page-login .login .form-row.form-row-last.form-row-wide {
  width: 100%;
  clear: both;
}

.page-login .login .form-row.form-row-first label.combine,
.page-login .login .form-row.form-row-last label.combine {
  z-index: 998;
  position: absolute;
  top: 16px;
  left: 20px;
  color: gray;
  font-size: .8em;
  letter-spacing: 1px;
  pointer-events: none;
}

.page-login .login .form-row.form-row-first label.combine .required,
.page-login .login .form-row.form-row-last label.combine .required {
  color: Tomato;
  text-decoration: none;
}

.page-login .login .form-row.form-row-first.focused label,
.page-login .login .form-row.form-row-last.focused label {
  top: -10px;
  left: 10px;
  padding: 0 8px;
  background-color: white;
  color: gray;
  font-size: 12px;
}

.page-login .login .form-row.form-row-first.focused input[type=email],
.page-login .login .form-row.form-row-first.focused input[type=password],
.page-login .login .form-row.form-row-first.focused input[type=search],
.page-login .login .form-row.form-row-first.focused input[type=tel],
.page-login .login .form-row.form-row-first.focused input[type=text],
.page-login .login .form-row.form-row-first.focused input[type=url],
.page-login .login .form-row.form-row-first.focused textarea,
.page-login .login .form-row.form-row-last.focused input[type=email],
.page-login .login .form-row.form-row-last.focused input[type=password],
.page-login .login .form-row.form-row-last.focused input[type=search],
.page-login .login .form-row.form-row-last.focused input[type=tel],
.page-login .login .form-row.form-row-last.focused input[type=text],
.page-login .login .form-row.form-row-last.focused input[type=url],
.page-login .login .form-row.form-row-last.focused textarea {
  background-color: white;
}

.page-login .login .woocommerce-form-login__submit {
  width: 100%;
  background-color: #333;
  padding: 1.2em;
}

.page-login .login .woocommerce-form-login__submit:hover {
  background-color: black;
}

.page-login .login .lost_password,
.page-login .login .woocommerce-form-login__rememberme {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.page-login .login .clear::after {
  content: '';
  display: block;
  clear: both;
}

.woocommerce-message {
  background-color: Lime;
  margin-bottom: 1.2em;
  padding: 0.6em 1.2em;
  font-size: 1em;
  color: white;
}

.woocommerce-breadcrumb {
  margin-bottom: 0.6em;
}

.woocommerce-products-header__title {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.woocommerce-ordering {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-bottom: 1.2em;
}

@media (min-width: 35em) {
  .woocommerce-ordering {
    text-align: right;
  }
}

.woocommerce-ordering select {
  width: 100%;
}

@media (min-width: 35em) {
  .woocommerce-ordering select {
    width: auto;
  }
}

.woocommerce-pagination {
  margin-top: 1.2em;
}

@media (min-width: 35em) {
  .woocommerce-pagination {
    margin-top: 2.4em;
    margin-bottom: 1.2em;
  }
}

.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}

.woocommerce-pagination ul li {
  border: 1px solid #e6e6e6;
  margin: 0 0.3em;
  padding: 0 0.6em;
}

.woocommerce-pagination ul li a {
  display: block;
  color: inherit;
}

.woocommerce-NoticeGroup ul,
.woocommerce-notices-wrapper ul {
  list-style: none;
  font-size: .8em;
  padding: 1.2em 0;
}

.woocommerce-NoticeGroup ul li,
.woocommerce-notices-wrapper ul li {
  background-color: Tomato;
  color: white;
  padding: 0.6em 1.2em;
  margin-bottom: 0.6em;
  border-radius: 20px;
}

.woocommerce-NoticeGroup ul li:before,
.woocommerce-notices-wrapper ul li:before {
  font-size: 20px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  font-family: 'Material Icons Outlined';
  margin-right: 0.3em;
}

.woocommerce-NoticeGroup ul.woocommerce-error li:before,
.woocommerce-notices-wrapper ul.woocommerce-error li:before {
  content: 'error';
}

.woocommerce-NoticeGroup ul.woocommerce-error li strong,
.woocommerce-notices-wrapper ul.woocommerce-error li strong {
  margin-right: 0.6em;
}

.single .woocommerce-NoticeGroup ul.woocommerce-error, .single
.woocommerce-notices-wrapper ul.woocommerce-error {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.products {
  display: grid;
  grid-gap: 1.2em;
}

@media (min-width: 35em) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 60em) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

.products ._article,
.products .product {
  border: 1px solid #e6e6e6;
}

.products ._article__entry-title,
.products .product__entry-title {
  font-size: .9em;
}

.products ._article__entry-left,
.products .product__entry-left {
  border-bottom: 1px solid #e6e6e6;
}

.products ._article__entry-right,
.products .product__entry-right {
  padding: 0.6em;
}

.products ._article__entry-meta .byline,
.products .product__entry-meta .byline {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.products ._article__entry-content, .products ._article__entry-footer,
.products .product__entry-content,
.products .product__entry-footer {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.products ._hr {
  display: none;
}

.products .product {
  display: flex;
  flex-direction: column;
}

.product img {
  vertical-align: top;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product h2 {
  padding: 0.6em;
}

.product .price {
  display: inline-block;
  margin-bottom: 0.6em;
}

.product a.woocommerce-LoopProduct-link {
  display: block;
}

.products .product a.woocommerce-LoopProduct-link {
  flex: 1 0 auto;
}

.product .onsale {
  position: absolute;
  top: 0;
  right: 0;
  background-color: Lime;
  letter-spacing: 1px;
  color: white;
  padding: 0.3em 0.6em;
  font-size: .8em;
  z-index: 1;
}

.products .product .button {
  flex-shrink: 0;
}

.single div.product {
  position: relative;
}

@media (min-width: 35em) {
  .single div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4em;
  }
}

.single div.product .woocommerce-product-gallery {
  position: relative;
  padding-top: 1.2em;
}

.single div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 9;
  padding: 0.6em;
  top: 0;
  right: 0;
}

@media (min-width: 35em) {
  .single div.product .woocommerce-product-gallery {
    flex: 2 0 0;
  }
}

.single div.product .summary {
  margin-bottom: 1.2em;
}

.single div.product .summary .product_title {
  padding: 0.6em 0 0.3em 0;
  font-size: 1.4em;
  border-bottom: 1px solid #333;
}

.single div.product .summary .price {
  font-weight: 400;
  padding-top: 0.3em;
  margin-bottom: 1.2em;
}

.single div.product .summary .woocommerce-product-details__short-description {
  margin-bottom: 0.6em;
  font-size: 17px;
}

.single div.product .summary .woocommerce-product-details__short-description ul {
  margin-left: 1.2em;
  margin-top: 0.6em;
}

.single div.product .summary form.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.2em 0;
  margin-bottom: 1.2em;
}

@media (min-width: 35em) {
  .single div.product .summary form.cart {
    justify-content: flex-end;
  }
}

@media (max-width: 34.99em) {
  .single div.product .summary form.cart .quantity {
    margin-bottom: 1.2em;
    height: 60px;
  }
}

.single div.product .summary form.cart .quantity input {
  text-align: center;
  width: 40px;
  border: 1px solid #e6e6e6;
  height: 100%;
}

@media (max-width: 34.99em) {
  .single div.product .summary form.cart .quantity input {
    width: 60px;
  }
}

.single div.product .summary form.cart .quantity input[type=number] {
  width: 60px;
}

@media (max-width: 34.99em) {
  .single div.product .summary form.cart .quantity input[type=number] {
    width: 80px;
  }
}

.single div.product .summary form.cart .quantity input.minus {
  border-radius: 5px 0 0 5px;
}

.single div.product .summary form.cart .quantity input.plus {
  border-radius: 0 5px 5px 0;
}

@media (min-width: 35em) {
  .single div.product .summary form.cart .single_add_to_cart_button {
    margin-left: 1.2em;
  }
}

@media (max-width: 34.99em) {
  .single div.product .summary form.cart .button {
    width: 100%;
    padding: 1.2em;
  }
}

.single div.product .summary form.cart .woocommerce-grouped-product-list-item__price {
  text-align: right;
}

.single div.product .summary .product_meta {
  text-align: left;
}

.single div.product .summary .product_meta span {
  display: block;
  margin-bottom: 0.6em;
}

.single div.product .summary .product_meta span a,
.single div.product .summary .product_meta span span {
  display: inline;
}

@media (min-width: 35em) {
  .single div.product .summary {
    flex: 3 0 0;
    text-align: left;
  }
}

@media (min-width: 35em) {
  .single div.product .summary .woosb-bundled {
    font-size: .9em;
  }
}

.single div.product .woocommerce-tabs {
  margin-top: 2.4em;
  margin-bottom: 1.2em;
}

.single div.product .woocommerce-tabs .tabs {
  display: flex;
  list-style: none;
  position: relative;
  bottom: -1px;
  z-index: 2;
}

.single div.product .woocommerce-tabs .tabs li.active {
  background-color: white;
  border: 1px solid #333;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.single div.product .woocommerce-tabs .tabs li a {
  padding: 0.6em 1.2em;
  outline: none;
  display: block;
  color: #333;
}

.single div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  position: relative;
  z-index: 1;
  border-top: 1px solid #333;
  padding: 1.2em 0 0.6em;
  text-align: left;
}

.single div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

@media (min-width: 35em) {
  .single div.product .woocommerce-tabs {
    width: 100%;
  }
}

.single div.product section.related {
  display: block;
}

.single div.product section.related > h2 {
  padding: 1.2em 0 0.6em;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.2em;
}

.single div.product section.related ul.products {
  display: grid;
  flex-wrap: wrap;
}

@media (min-width: 35em) {
  .single div.product section.related ul.products {
    grid-gap: 1.2em;
    grid-template-columns: repeat(4, 1fr);
  }
}

.single div.product section.related ul.products .product {
  border: 1px solid #e6e6e6;
  margin-bottom: 1.2em;
}

.single div.product section.related ul.products .product .woocommerce-loop-product__title {
  text-align: center;
}

@media (min-width: 35em) {
  .single div.product section.related {
    width: 100%;
  }
}

.woocommerce-cart-form {
  border: 1px solid #e6e6e6;
  overflow: hidden;
  border-radius: 5px;
}

.woocommerce-cart-form table {
  margin-bottom: 0;
}

.woocommerce-cart-form th {
  font-size: .9em;
}

.woocommerce-cart-form td,
.woocommerce-cart-form th {
  padding: 0.6em;
}

.woocommerce-cart-form td:first-child {
  white-space: nowrap;
  padding-right: 0.6em;
}

.woocommerce-cart-form td.product-remove a {
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0;
  border-radius: 30px;
}

.woocommerce-cart-form td.product-remove a:after {
  content: 'delete';
  font-family: 'Material Icons Outlined';
  font-size: 24px;
  color: Tomato;
}

@media (min-width: 35em) {
  .woocommerce-cart-form td.product-remove {
    width: 50px;
  }
}

@media (max-width: 34.99em) {
  .woocommerce-cart-form td.product-thumbnail {
    display: none;
  }
}

@media (min-width: 35em) {
  .woocommerce-cart-form td.product-thumbnail {
    width: 120px;
  }
  .woocommerce-cart-form td.product-thumbnail img {
    max-width: 100px;
    display: block;
  }
}

.woocommerce-cart-form th.product-name {
  text-align: left;
}

.woocommerce-cart-form td.product-name:first-child {
  vertical-align: top;
}

.woocommerce-cart-form td.product-name:last-child {
  text-align: left;
}

.woocommerce-cart-form th.product-price {
  text-align: right;
}

@media (min-width: 35em) {
  .woocommerce-cart-form td.product-price {
    text-align: right;
  }
}

@media (min-width: 35em) {
  .woocommerce-cart-form td.product-quantity {
    text-align: center;
  }
}

.woocommerce-cart-form td.product-quantity input {
  border: 1px solid #e6e6e6;
  text-align: center;
  width: 30px;
  height: 40px;
}

.woocommerce-cart-form td.product-quantity input[type=number] {
  width: 50px;
}

.woocommerce-cart-form th.product-subtotal {
  text-align: right;
}

@media (min-width: 35em) {
  .woocommerce-cart-form th.product-subtotal {
    padding-right: 1.2em;
  }
}

@media (min-width: 35em) {
  .woocommerce-cart-form td.product-subtotal {
    text-align: right;
    padding-right: 1.2em;
  }
}

.woocommerce-cart-form td.actions {
  text-align: right;
  border-bottom: none;
}

@media (max-width: 34.99em) {
  .woocommerce-cart-form td.actions {
    padding-bottom: 1.2em;
  }
}

.woocommerce-cart-form td.actions button:before {
  content: 'autorenew';
  font-family: 'Material Icons Outlined';
  font-size: 1.4em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 0.6em;
}

.cart-collaterals {
  text-align: right;
  margin-bottom: 1.2em;
}

.cart-collaterals .cart_totals h2 {
  font-size: 1em;
}

@media (max-width: 34.99em) {
  .cart-collaterals .cart_totals h2 {
    text-align: left;
  }
}

@media (max-width: 34.99em) {
  .cart-collaterals table th {
    text-align: left;
  }
}

.cart-collaterals table td {
  width: 200px;
}

.cart-collaterals table strong {
  display: block;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.wc-proceed-to-checkout .button:before {
  content: 'payments';
  font-family: 'Material Icons Outlined';
  font-size: 1.4em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 0.6em;
}

.archive .product {
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  margin-bottom: 1.2em;
  overflow: hidden;
}

@media (min-width: 35em) {
  .archive .product {
    margin-bottom: 0;
  }
}

.archive .product .button {
  margin: 1.2em;
}

.woocommerce-checkout ._article__entry-title {
  display: none;
}

.woocommerce-checkout ._article form#order_review .form-row,
.woocommerce-checkout ._article form.checkout .form-row {
  position: relative;
  margin-bottom: 1.2em;
}

.woocommerce-checkout ._article form#order_review .form-row input[type=email],
.woocommerce-checkout ._article form#order_review .form-row input[type=password],
.woocommerce-checkout ._article form#order_review .form-row input[type=search],
.woocommerce-checkout ._article form#order_review .form-row input[type=tel],
.woocommerce-checkout ._article form#order_review .form-row input[type=text],
.woocommerce-checkout ._article form#order_review .form-row input[type=url],
.woocommerce-checkout ._article form.checkout .form-row input[type=email],
.woocommerce-checkout ._article form.checkout .form-row input[type=password],
.woocommerce-checkout ._article form.checkout .form-row input[type=search],
.woocommerce-checkout ._article form.checkout .form-row input[type=tel],
.woocommerce-checkout ._article form.checkout .form-row input[type=text],
.woocommerce-checkout ._article form.checkout .form-row input[type=url] {
  width: 100%;
  padding: 0.8em 1.2em;
  border: 1px solid #e6e6e6;
  border-color: #ccc;
  background-color: #f4f4f4;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-checkout ._article form#order_review .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=password]::-moz-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=search]::-moz-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=url]::-moz-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=password]::-moz-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=search]::-moz-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=url]::-moz-placeholder {
  color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.woocommerce-checkout ._article form#order_review .form-row input[type=email]:-ms-input-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=password]:-ms-input-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=search]:-ms-input-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=tel]:-ms-input-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=text]:-ms-input-placeholder, .woocommerce-checkout ._article form#order_review .form-row input[type=url]:-ms-input-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=email]:-ms-input-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=password]:-ms-input-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=search]:-ms-input-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=tel]:-ms-input-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=text]:-ms-input-placeholder, .woocommerce-checkout ._article form.checkout .form-row input[type=url]:-ms-input-placeholder {
  color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.woocommerce-checkout ._article form#order_review .form-row input[type=email]::placeholder,
.woocommerce-checkout ._article form#order_review .form-row input[type=password]::placeholder,
.woocommerce-checkout ._article form#order_review .form-row input[type=search]::placeholder,
.woocommerce-checkout ._article form#order_review .form-row input[type=tel]::placeholder,
.woocommerce-checkout ._article form#order_review .form-row input[type=text]::placeholder,
.woocommerce-checkout ._article form#order_review .form-row input[type=url]::placeholder,
.woocommerce-checkout ._article form.checkout .form-row input[type=email]::placeholder,
.woocommerce-checkout ._article form.checkout .form-row input[type=password]::placeholder,
.woocommerce-checkout ._article form.checkout .form-row input[type=search]::placeholder,
.woocommerce-checkout ._article form.checkout .form-row input[type=tel]::placeholder,
.woocommerce-checkout ._article form.checkout .form-row input[type=text]::placeholder,
.woocommerce-checkout ._article form.checkout .form-row input[type=url]::placeholder {
  color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.woocommerce-checkout ._article form#order_review .form-row textarea,
.woocommerce-checkout ._article form.checkout .form-row textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #f4f4f4;
  font-size: 16px;
}

.woocommerce-checkout ._article form#order_review .form-row textarea::-moz-placeholder, .woocommerce-checkout ._article form.checkout .form-row textarea::-moz-placeholder {
  color: transparent;
}

.woocommerce-checkout ._article form#order_review .form-row textarea:-ms-input-placeholder, .woocommerce-checkout ._article form.checkout .form-row textarea:-ms-input-placeholder {
  color: transparent;
}

.woocommerce-checkout ._article form#order_review .form-row textarea::placeholder,
.woocommerce-checkout ._article form.checkout .form-row textarea::placeholder {
  color: transparent;
}

@media (min-width: 35em) {
  .woocommerce-checkout ._article form#order_review .form-row.form-row-first,
  .woocommerce-checkout ._article form.checkout .form-row.form-row-first {
    width: 49%;
    float: left;
  }
}

@media (min-width: 35em) {
  .woocommerce-checkout ._article form#order_review .form-row.form-row-last,
  .woocommerce-checkout ._article form.checkout .form-row.form-row-last {
    width: 49%;
    float: right;
  }
}

.woocommerce-checkout ._article form#order_review .form-row.form-row-wide,
.woocommerce-checkout ._article form.checkout .form-row.form-row-wide {
  width: 100%;
  clear: both;
}

.woocommerce-checkout ._article form#order_review .form-row label.combine,
.woocommerce-checkout ._article form.checkout .form-row label.combine {
  z-index: 998;
  position: absolute;
  top: 16px;
  left: 20px;
  color: gray;
  font-size: .8em;
  letter-spacing: 1px;
  pointer-events: none;
}

.woocommerce-checkout ._article form#order_review .form-row label.combine .required,
.woocommerce-checkout ._article form.checkout .form-row label.combine .required {
  color: Tomato;
  text-decoration: none;
}

.woocommerce-checkout ._article form#order_review .form-row.focused label,
.woocommerce-checkout ._article form.checkout .form-row.focused label {
  top: -10px;
  left: 10px;
  padding: 0 8px;
  background-color: white;
  color: gray;
  font-size: 12px;
}

.woocommerce-checkout ._article form#order_review .form-row.focused input[type=email],
.woocommerce-checkout ._article form#order_review .form-row.focused input[type=password],
.woocommerce-checkout ._article form#order_review .form-row.focused input[type=search],
.woocommerce-checkout ._article form#order_review .form-row.focused input[type=tel],
.woocommerce-checkout ._article form#order_review .form-row.focused input[type=text],
.woocommerce-checkout ._article form#order_review .form-row.focused input[type=url],
.woocommerce-checkout ._article form#order_review .form-row.focused textarea,
.woocommerce-checkout ._article form.checkout .form-row.focused input[type=email],
.woocommerce-checkout ._article form.checkout .form-row.focused input[type=password],
.woocommerce-checkout ._article form.checkout .form-row.focused input[type=search],
.woocommerce-checkout ._article form.checkout .form-row.focused input[type=tel],
.woocommerce-checkout ._article form.checkout .form-row.focused input[type=text],
.woocommerce-checkout ._article form.checkout .form-row.focused input[type=url],
.woocommerce-checkout ._article form.checkout .form-row.focused textarea {
  background-color: white;
}

.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-shipping-fields h3,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-shipping-fields h3 {
  padding: 1.2em 0;
  border-bottom: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: 300;
}

.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-shipping-fields h3 label,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-shipping-fields h3 label {
  display: block;
}

.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_email_field,
.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_phone_field,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_email_field,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_phone_field {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields h3,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields h3 {
  prevent: flex;
  width: 100%;
}

.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields .delivery-date,
.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields .delivery-time,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields .delivery-date,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields .delivery-time {
  width: 49%;
}

.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields select,
.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields textarea,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields select,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields textarea {
  width: 100%;
}

.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields select,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields select {
  padding: 0.6em;
}

@media (min-width: 35em) {
  .woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields select,
  .woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields select {
    padding: 1.2em;
  }
}

.woocommerce-checkout ._article form#order_review #customer_details .woocommerce-additional-fields textarea,
.woocommerce-checkout ._article form.checkout #customer_details .woocommerce-additional-fields textarea {
  min-height: 200px;
  padding: 1.2em;
}

.woocommerce-checkout ._article form#order_review #customer_details h3,
.woocommerce-checkout ._article form#order_review #order_review_heading,
.woocommerce-checkout ._article form#order_review #payment_methods,
.woocommerce-checkout ._article form.checkout #customer_details h3,
.woocommerce-checkout ._article form.checkout #order_review_heading,
.woocommerce-checkout ._article form.checkout #payment_methods {
  margin-bottom: 1.2em;
  padding: 0.3em 0;
  border-bottom: 2px #666 solid;
}

.woocommerce-checkout ._article form#order_review #customer_details h3,
.woocommerce-checkout ._article form.checkout #customer_details h3 {
  margin-bottom: 1.2em;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table thead,
.woocommerce-checkout ._article form.checkout #order_review .shop_table thead {
  display: none;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table tbody .cart_item,
.woocommerce-checkout ._article form.checkout #order_review .shop_table tbody .cart_item {
  font-weight: 400;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table tbody .cart_item strong,
.woocommerce-checkout ._article form.checkout #order_review .shop_table tbody .cart_item strong {
  font-weight: inherit;
}

@media (min-width: 60em) {
  .woocommerce-checkout ._article form#order_review #order_review .shop_table tbody .cart_item,
  .woocommerce-checkout ._article form.checkout #order_review .shop_table tbody .cart_item {
    font-size: .9em;
  }
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table tbody .cart_item.woosb-cart-child .product-name,
.woocommerce-checkout ._article form.checkout #order_review .shop_table tbody .cart_item.woosb-cart-child .product-name {
  font-weight: 300;
  color: gray;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table tbody .cart_item.woosb-cart-child .product-name strong,
.woocommerce-checkout ._article form.checkout #order_review .shop_table tbody .cart_item.woosb-cart-child .product-name strong {
  font-weight: inherit;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table tbody tr:last-child td,
.woocommerce-checkout ._article form.checkout #order_review .shop_table tbody tr:last-child td {
  padding-bottom: 1.2em;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table tbody td.product-name,
.woocommerce-checkout ._article form.checkout #order_review .shop_table tbody td.product-name {
  width: 80%;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table tfoot th,
.woocommerce-checkout ._article form.checkout #order_review .shop_table tfoot th {
  text-align: right;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table .order-total .includes_tax,
.woocommerce-checkout ._article form.checkout #order_review .shop_table .order-total .includes_tax {
  display: block;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table .order-total .includes_tax span,
.woocommerce-checkout ._article form.checkout #order_review .shop_table .order-total .includes_tax span {
  padding: 0;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table .woocommerce-shipping-totals ul.woocommerce-shipping-methods,
.woocommerce-checkout ._article form.checkout #order_review .shop_table .woocommerce-shipping-totals ul.woocommerce-shipping-methods {
  margin-bottom: 0;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table .woocommerce-shipping-totals th,
.woocommerce-checkout ._article form.checkout #order_review .shop_table .woocommerce-shipping-totals th {
  vertical-align: top;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table .woocommerce-shipping-totals td,
.woocommerce-checkout ._article form.checkout #order_review .shop_table .woocommerce-shipping-totals td {
  text-align: right;
  white-space: normal;
  position: relative;
  color: white;
}

.woocommerce-checkout ._article form#order_review #order_review .shop_table .woocommerce-shipping-totals td span.woocommerce-Price-amount,
.woocommerce-checkout ._article form.checkout #order_review .shop_table .woocommerce-shipping-totals td span.woocommerce-Price-amount {
  position: absolute;
  color: #333;
  right: 0;
}

.woocommerce-checkout ._article form#order_review #order_review .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout ._article form.checkout #order_review .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment ul,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment ul {
  list-style: none;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment .payment_box.payment_method_bankjp p,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment .payment_box.payment_method_bankjp p {
  display: none;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method {
  margin-bottom: 1.2em;
  border-radius: 5px;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method > label,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method > label {
  display: block;
  position: static;
  padding: 1.2em;
  border-radius: 5px;
  background-color: #e0f0ff;
  color: #666;
  font-size: .9em;
  white-space: nowrap;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method > label .cc-icons,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method > label .cc-icons {
  display: none;
}

@media (min-width: 20em) {
  .woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method > label .cc-icons,
  .woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method > label .cc-icons {
    display: inline-block;
    position: relative;
    top: 0;
    left: 5px;
  }
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method > label .cc-icons img,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method > label .cc-icons img {
  width: 34px;
  height: auto;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method input[type=radio]:checked + label,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method input[type=radio]:checked + label {
  border: 1px DodgerBlue solid;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li {
  margin: 0.6em;
  border-radius: 5px;
  background-color: white;
}

@media (min-width: 35em) {
  .woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li,
  .woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li {
    margin: 1.2em 1.2em 0.6em;
  }
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token label {
  padding: 0.6em;
  display: block !important;
  font-size: .9em;
  vertical-align: middle;
  border-radius: 5px;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new label:after, .woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new label:before, .woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token label:after, .woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token label:before,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new label:after,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-new label:before,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token label:after,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment li.wc_payment_method ul.wc-saved-payment-methods li.woocommerce-SavedPaymentMethods-token label:before {
  top: -1px;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment .place-order,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment .place-order {
  margin-top: 1.2em;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text {
  padding: 0.6em;
  font-size: .8em;
}

.woocommerce-checkout ._article form#order_review .woocommerce-checkout-payment .place-order .button,
.woocommerce-checkout ._article form.checkout .woocommerce-checkout-payment .place-order .button {
  width: 100%;
  padding: 0.6em 0;
  border-radius: 5px;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.woocommerce-checkout .select2-dropdown {
  padding: 0.6em;
}

.woocommerce-checkout .address-field label[for=billing_country],
.woocommerce-checkout .address-field label[for=billing_state],
.woocommerce-checkout .address-field label[for=delivery_date],
.woocommerce-checkout .address-field label[for=delivery_time_zone],
.woocommerce-checkout .address-field label[for=shipping_country],
.woocommerce-checkout .address-field label[for=shipping_state],
.woocommerce-checkout .woocommerce-additional-fields label[for=billing_country],
.woocommerce-checkout .woocommerce-additional-fields label[for=billing_state],
.woocommerce-checkout .woocommerce-additional-fields label[for=delivery_date],
.woocommerce-checkout .woocommerce-additional-fields label[for=delivery_time_zone],
.woocommerce-checkout .woocommerce-additional-fields label[for=shipping_country],
.woocommerce-checkout .woocommerce-additional-fields label[for=shipping_state],
.woocommerce-checkout .woocommerce-address-fields label[for=billing_country],
.woocommerce-checkout .woocommerce-address-fields label[for=billing_state],
.woocommerce-checkout .woocommerce-address-fields label[for=delivery_date],
.woocommerce-checkout .woocommerce-address-fields label[for=delivery_time_zone],
.woocommerce-checkout .woocommerce-address-fields label[for=shipping_country],
.woocommerce-checkout .woocommerce-address-fields label[for=shipping_state],
.woocommerce-checkout .woocommerce-billing-fields label[for=billing_country],
.woocommerce-checkout .woocommerce-billing-fields label[for=billing_state],
.woocommerce-checkout .woocommerce-billing-fields label[for=delivery_date],
.woocommerce-checkout .woocommerce-billing-fields label[for=delivery_time_zone],
.woocommerce-checkout .woocommerce-billing-fields label[for=shipping_country],
.woocommerce-checkout .woocommerce-billing-fields label[for=shipping_state],
.woocommerce-checkout .woocommerce-shipping-fields label[for=billing_country],
.woocommerce-checkout .woocommerce-shipping-fields label[for=billing_state],
.woocommerce-checkout .woocommerce-shipping-fields label[for=delivery_date],
.woocommerce-checkout .woocommerce-shipping-fields label[for=delivery_time_zone],
.woocommerce-checkout .woocommerce-shipping-fields label[for=shipping_country],
.woocommerce-checkout .woocommerce-shipping-fields label[for=shipping_state] {
  z-index: 2;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 5px;
  background-color: white;
  font-size: .7em;
  letter-spacing: 1px;
}

.woocommerce-checkout #billing_country_field .select2-container,
.woocommerce-checkout #billing_state_field .select2-container,
.woocommerce-checkout #shipping_country_field .select2-container,
.woocommerce-checkout #shipping_state_field .select2-container {
  vertical-align: baseline;
}

.woocommerce-checkout #billing_country_field .select2-container .select2-selection,
.woocommerce-checkout #billing_state_field .select2-container .select2-selection,
.woocommerce-checkout #shipping_country_field .select2-container .select2-selection,
.woocommerce-checkout #shipping_state_field .select2-container .select2-selection {
  height: 51px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-checkout #billing_country_field .select2-container .select2-selection .select2-selection__rendered,
.woocommerce-checkout #billing_state_field .select2-container .select2-selection .select2-selection__rendered,
.woocommerce-checkout #shipping_country_field .select2-container .select2-selection .select2-selection__rendered,
.woocommerce-checkout #shipping_state_field .select2-container .select2-selection .select2-selection__rendered {
  line-height: 51px;
}

.woocommerce-checkout #billing_country_field .select2-container .select2-selection .select2-selection__arrow,
.woocommerce-checkout #billing_state_field .select2-container .select2-selection .select2-selection__arrow,
.woocommerce-checkout #shipping_country_field .select2-container .select2-selection .select2-selection__arrow,
.woocommerce-checkout #shipping_state_field .select2-container .select2-selection .select2-selection__arrow {
  height: 51px;
}

.woocommerce-checkout #billing_country_field .select2-container .select2-selection__rendered,
.woocommerce-checkout #billing_state_field .select2-container .select2-selection__rendered,
.woocommerce-checkout #shipping_country_field .select2-container .select2-selection__rendered,
.woocommerce-checkout #shipping_state_field .select2-container .select2-selection__rendered {
  padding-left: 1.2em;
}

.woocommerce-checkout #billing_country_field .select2-container .select2-results__options,
.woocommerce-checkout #billing_state_field .select2-container .select2-results__options,
.woocommerce-checkout #shipping_country_field .select2-container .select2-results__options,
.woocommerce-checkout #shipping_state_field .select2-container .select2-results__options {
  font-size: 16px;
}

.woocommerce-message {
  display: none;
}

li.payment_method_bankjp,
li.payment_method_stripe {
  position: relative;
}

.woocommerce-checkout .payment_method_stripe.payment_box {
  position: relative;
  top: -3px;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 5px 5px;
  border-color: DodgerBlue;
  overflow: hidden;
  background-color: #e0f0ff;
}

@media (min-width: 35em) {
  .woocommerce-checkout .payment_method_stripe.payment_box {
    background-color: #fff6e6;
  }
}

.payment_method_stripe #stripe-payment-data {
  padding-bottom: 0;
}

@media (min-width: 35em) {
  .payment_method_stripe #stripe-payment-data {
    padding-bottom: 0.6em;
  }
}

.payment_method_stripe #stripe-payment-data p:first-child {
  display: none;
  margin: 1.2em;
  padding: 0.6em;
  border: 1px solid Tomato;
  color: Tomato;
  font-size: .8em;
}

.payment_method_stripe #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew {
  padding: 0 0.6em;
}

@media (min-width: 35em) {
  .payment_method_stripe #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.payment_method_stripe #stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label {
  font-size: .9em;
}

.payment_method_stripe .wc-stripe-error {
  margin: 0;
  padding: 0.6em;
  border: 1px Tomato solid;
}

#wc-stripe-cc-form {
  border: none;
  padding: 0.6em;
}

@media (min-width: 35em) {
  #wc-stripe-cc-form {
    background-color: #eee !important;
    max-width: 500px;
    padding: 30px 30px 20px;
    border: 1px #ddd solid;
    border-radius: 5px;
  }
  .woocommerce-checkout #wc-stripe-cc-form {
    margin: 2.4em auto 1.2em auto;
  }
}

#wc-stripe-cc-form label {
  font-size: .9em;
}

#wc-stripe-cc-form label .required {
  color: Tomato;
}

#wc-stripe-cc-form .clear::after {
  content: '';
  display: block;
  clear: both;
}

#wc-stripe-cc-form br {
  display: none;
}

#wc-stripe-cc-form .stripe-source-errors {
  width: 100%;
  text-align: center;
}

#wc-stripe-cc-form .stripe-source-errors ul {
  margin: 1.2em 0;
  padding: 0.6em;
  font-size: .8em;
  color: Tomato;
}

#wc-stripe-cc-form .stripe-source-errors ul li {
  background-color: transparent;
  border: none !important;
  margin-bottom: 0 !important;
}

#wc-stripe-cc-form #stripe-card-element,
#wc-stripe-cc-form #stripe-cvc-element,
#wc-stripe-cc-form #stripe-exp-element {
  border-width: 5px;
  border-radius: 5px;
  border-color: white;
}

.page-my-account ._article__entry-header {
  margin-bottom: 1.2em;
}

.page-my-account .woocommerce-MyAccount-navigation {
  display: none;
}

.page-my-account .woocommerce-MyAccount-content {
  width: 100%;
}

.page-my-account .woocommerce-MyAccount-content h3 {
  margin-bottom: 1.2em;
  padding: 0.3em 0;
  border-bottom: 2px #666 solid;
}

.page-my-account .woocommerce-MyAccount-content .form-row {
  position: relative;
  margin-bottom: 1.8em;
}

.page-my-account .woocommerce-MyAccount-content .form-row input[type=email],
.page-my-account .woocommerce-MyAccount-content .form-row input[type=password],
.page-my-account .woocommerce-MyAccount-content .form-row input[type=search],
.page-my-account .woocommerce-MyAccount-content .form-row input[type=tel],
.page-my-account .woocommerce-MyAccount-content .form-row input[type=text],
.page-my-account .woocommerce-MyAccount-content .form-row input[type=url] {
  width: 100%;
  padding: 0.8em 1.2em;
  border: 1px solid #e6e6e6;
  border-color: #ccc;
  background-color: #f4f4f4;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.page-my-account .woocommerce-MyAccount-content .form-row input[type=email]::-moz-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=password]::-moz-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=search]::-moz-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=tel]::-moz-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=text]::-moz-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=url]::-moz-placeholder {
  color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.page-my-account .woocommerce-MyAccount-content .form-row input[type=email]:-ms-input-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=password]:-ms-input-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=search]:-ms-input-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=tel]:-ms-input-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=text]:-ms-input-placeholder, .page-my-account .woocommerce-MyAccount-content .form-row input[type=url]:-ms-input-placeholder {
  color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.page-my-account .woocommerce-MyAccount-content .form-row input[type=email]::placeholder,
.page-my-account .woocommerce-MyAccount-content .form-row input[type=password]::placeholder,
.page-my-account .woocommerce-MyAccount-content .form-row input[type=search]::placeholder,
.page-my-account .woocommerce-MyAccount-content .form-row input[type=tel]::placeholder,
.page-my-account .woocommerce-MyAccount-content .form-row input[type=text]::placeholder,
.page-my-account .woocommerce-MyAccount-content .form-row input[type=url]::placeholder {
  color: transparent;
  font-size: 14px;
  font-weight: 300;
}

.page-my-account .woocommerce-MyAccount-content .form-row textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #f4f4f4;
  font-size: 16px;
}

.page-my-account .woocommerce-MyAccount-content .form-row textarea::-moz-placeholder {
  color: transparent;
}

.page-my-account .woocommerce-MyAccount-content .form-row textarea:-ms-input-placeholder {
  color: transparent;
}

.page-my-account .woocommerce-MyAccount-content .form-row textarea::placeholder {
  color: transparent;
}

@media (min-width: 35em) {
  .page-my-account .woocommerce-MyAccount-content .form-row.form-row-first {
    width: 49%;
    float: left;
  }
}

@media (min-width: 35em) {
  .page-my-account .woocommerce-MyAccount-content .form-row.form-row-last {
    width: 49%;
    float: right;
  }
}

.page-my-account .woocommerce-MyAccount-content .form-row.form-row-wide {
  width: 100%;
  clear: both;
}

.page-my-account .woocommerce-MyAccount-content .form-row label.combine {
  z-index: 998;
  position: absolute;
  top: 16px;
  left: 20px;
  color: gray;
  font-size: .8em;
  letter-spacing: 1px;
  pointer-events: none;
}

.page-my-account .woocommerce-MyAccount-content .form-row label.combine .required {
  color: Tomato;
  text-decoration: none;
}

.page-my-account .woocommerce-MyAccount-content .form-row.focused label {
  top: -10px;
  left: 10px;
  padding: 0 8px;
  background-color: white;
  color: gray;
  font-size: 12px;
}

.page-my-account .woocommerce-MyAccount-content .form-row.focused input[type=email],
.page-my-account .woocommerce-MyAccount-content .form-row.focused input[type=password],
.page-my-account .woocommerce-MyAccount-content .form-row.focused input[type=search],
.page-my-account .woocommerce-MyAccount-content .form-row.focused input[type=tel],
.page-my-account .woocommerce-MyAccount-content .form-row.focused input[type=text],
.page-my-account .woocommerce-MyAccount-content .form-row.focused input[type=url],
.page-my-account .woocommerce-MyAccount-content .form-row.focused textarea {
  background-color: white;
}

.page-my-account .woocommerce-MyAccount-content .select2-container {
  vertical-align: baseline;
}

.page-my-account .woocommerce-MyAccount-content .select2-container .select2-selection {
  height: 51px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-my-account .woocommerce-MyAccount-content .select2-container .select2-selection .select2-selection__rendered {
  line-height: 51px;
}

.page-my-account .woocommerce-MyAccount-content .select2-container .select2-selection .select2-selection__arrow {
  height: 51px;
}

.page-my-account .woocommerce-MyAccount-content .select2-container .select2-selection__rendered {
  padding-left: 1.2em;
}

.page-my-account .woocommerce-MyAccount-content .select2-container .select2-results__options {
  font-size: 16px;
}

.page-my-account .woocommerce-MyAccount-content label[for=billing_country],
.page-my-account .woocommerce-MyAccount-content label[for=billing_state],
.page-my-account .woocommerce-MyAccount-content label[for=delivery_date],
.page-my-account .woocommerce-MyAccount-content label[for=delivery_time_zone],
.page-my-account .woocommerce-MyAccount-content label[for=shipping_country],
.page-my-account .woocommerce-MyAccount-content label[for=shipping_state] {
  z-index: 2;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 5px;
  background-color: white;
  font-size: .7em;
  letter-spacing: 1px;
}

.page-my-account .woocommerce-MyAccount-content label[for=billing_country] .required,
.page-my-account .woocommerce-MyAccount-content label[for=billing_state] .required,
.page-my-account .woocommerce-MyAccount-content label[for=delivery_date] .required,
.page-my-account .woocommerce-MyAccount-content label[for=delivery_time_zone] .required,
.page-my-account .woocommerce-MyAccount-content label[for=shipping_country] .required,
.page-my-account .woocommerce-MyAccount-content label[for=shipping_state] .required {
  color: Tomato;
  text-decoration: none;
}

.page-my-account .woocommerce-MyAccount-content fieldset {
  border: none;
}

.page-my-account .woocommerce-MyAccount-content .button {
  max-width: 200px;
}

.page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods {
  border: 1px solid #e6e6e6;
}

.page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  font-size: .9em;
}

@media (min-width: 60em) {
  .page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
    border: 1px solid #e6e6e6;
    text-align: center;
  }
}

.page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-on-hold .button.invoice, .page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-processing .button.invoice {
  opacity: .5;
  pointer-events: none;
}

.page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-on-hold .button.invoice:visited, .page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-processing .button.invoice:visited {
  background-color: DodgerBlue;
}

.page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-failed {
  color: Tomato;
}

@media (min-width: 35em) {
  .page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__row .woocommerce-Price-amount {
    min-width: 100px;
  }
}

.page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
  text-align: right !important;
  vertical-align: middle;
}

.page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .button {
  margin-left: 0.6em;
}

.page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-table--order-details th.product-name {
  text-align: left;
}

.page-my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-table--order-details th.product-total {
  text-align: right;
}

.page-my-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods th.woocommerce-PaymentMethod {
  text-align: left;
}

.page-my-account .woocommerce-MyAccount-content ul.woocommerce-PaymentMethods {
  list-style: none;
}

.page-my-account .woocommerce-MyAccount-content ul.woocommerce-PaymentMethods #stripe-payment-data p:first-child {
  margin: 0.6em 0;
  padding: 0.6em;
  border: 1px solid #e6e6e6;
}

.page-my-account .woocommerce-MyAccount-content ul.woocommerce-PaymentMethods .wc-credit-card-form {
  max-width: 500px;
  padding: .3em 1.5em 1em;
  border: 1px solid #e6e6e6;
  margin-top: 1.2em;
}

.page-my-account .woocommerce-MyAccount-content ul.woocommerce-PaymentMethods label[for=payment_method_stripe] {
  position: relative;
}

.page-my-account .woocommerce-MyAccount-content ul.woocommerce-PaymentMethods label[for=payment_method_stripe] .cc-icons {
  position: absolute;
  top: 2px;
  right: -140px;
}

.page-my-account .woocommerce-MyAccount-content ul.woocommerce-PaymentMethods label[for=payment_method_stripe] .cc-icons img {
  width: 30px;
}

.page-my-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .clear::after {
  content: '';
  display: block;
  clear: both;
}

.page-my-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm em {
  font-size: .7em;
}

.page-my-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset legend {
  font-size: 1em;
  margin-bottom: 0.6em;
  font-weight: 400;
}

.page-my-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset legend:before {
  content: 'vpn_key';
  font-family: 'Material Icons Outlined';
  margin-right: 0.6em;
  font-size: 26px;
  position: relative;
  bottom: -5px;
  color: #666;
}

.page-my-account .woocommerce-Message {
  border-radius: 5px;
  background-color: #e6e6e6;
  padding: 2.4em 0;
  text-align: center;
  margin-bottom: 1.2em;
}

.page-my-account .woocommerce-Addresses .woocommerce-Address {
  margin-bottom: 1.2em;
}

.page-my-account .woocommerce-Addresses .woocommerce-Address-title {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  padding: 0.3em 0;
  margin-bottom: 0.6em;
}

.page-my-account .woocommerce-Addresses .woocommerce-Address-title h3 {
  padding: 0;
  margin: 0;
}

.page-my-account .woocommerce-Addresses .woocommerce-Address-title .edit {
  margin-left: auto;
  background-color: DodgerBlue;
  color: white;
  font-size: .8em;
  letter-spacing: 2px;
  padding: 0.3em 0.6em;
}

.page-my-account .woocommerce-Addresses address {
  font-style: normal;
  background-color: whitesmoke;
  padding: 1.2em;
}

.page-my-account .woocommerce-customer-details {
  border: 1px solid #e6e6e6;
  margin: 1.2em 0;
  padding: 0 0.6em 0.6em;
}

@media (min-width: 35em) {
  .page-my-account .woocommerce-customer-details {
    padding: 0 1.2em 1.2em;
  }
}

.page-my-account .woocommerce-customer-details h2 {
  position: relative;
  top: -13px;
  left: -5px;
  background-color: white;
  display: inline-block;
  padding: 0 0.6em;
}

@media (min-width: 35em) {
  .page-my-account .woocommerce-customer-details h2 {
    left: -10px;
    padding: 0 1.2em;
  }
}

.woocommerce-MyAccount-menu {
  display: none;
}

.woocommerce-MyAccount-menu-close {
  display: none;
}

.shop_table td.product-total {
  text-align: right;
}

.shop_table td.woocommerce-orders-table__cell-order-actions {
  text-align: center;
}

.shop_table td.woocommerce-orders-table__cell-order-total {
  text-align: right;
}

.shop_table td.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  display: inline-block;
}

.shop_table .woocommerce-Price-amount {
  padding-left: 0.6em;
  text-align: right;
}

.shop_table .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  padding-right: 3px;
}

.shop_table thead {
  border-bottom: 1px solid #333;
}

.shop_table tfoot {
  border-top: 2px solid #333;
}

.shop_table tfoot th {
  text-align: right;
  padding-right: 1.2em;
}

.shop_table tfoot td {
  white-space: nowrap;
  text-align: right;
}

.shop_table .button {
  font-size: .7em;
  display: inline-block;
}

.shop_table .button.delete {
  background-color: Tomato;
}

.legitRipple {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
  /*
	Example for different transition-durations:

	&.longOpacity .legitRipple-ripple {
		transition-duration: .15s, .9s*4;
	}
	&.longDrop .legitRipple-ripple {
		transition-duration: .15s*5, .9s;
		transition-timing-function: linear, cubic-bezier(1, 0, 0.8, 0);
	}
	&.longOpacity.longDrop .legitRipple-ripple {
		transition-duration: .15s*5, .9s*4;
		transition-timing-function: linear, cubic-bezier(1, 0, 0.8, 0);
	}
	*/
}

.legitRipple-ripple {
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  will-change: transform, width, opacity;
  transform: translate3d(0, 0, 0);
  width: 0;
  opacity: 1;
  transition: width 0.15s linear, opacity 0.9s ease-out;
}

.legitRipple-ripple:before {
  content: "";
  padding-top: 100%;
  display: block;
}

img ~ .legitRipple-ripple {
  z-index: auto;
}

.legitRipple-template {
  display: none;
}

.legitRipple-custom {
  overflow: hidden;
}

.legitRipple-custom > * {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.postid-4630 .wp-block-group {
  border: 1px solid #e6e6e6;
  padding: 0 1.2em;
  border-radius: 5px;
}

.postid-4630 .wp-block-group h2 {
  background-color: #f4f4f4;
  padding: 0.6em;
  margin: 0 -0.85em 0.6em;
}

.postid-4630 .wp-block-group h3 {
  padding-top: 0.6em;
}

.postid-4630 .wp-block-image {
  border: none !important;
}

.postid-4630 .wp-block-image figcaption {
  font-size: .9em;
  margin-top: 0.6em;
  text-align: center;
}

.postid-4630 ._sidebar .menu li {
  display: none;
}

.postid-4630 ._sidebar .menu li:last-child {
  display: block;
}
/*# sourceMappingURL=maps/style.css.map */
