/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Typography */
/* ADDD
 html {
 font-size: $font__size_base;
 }
 body {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 color: $color__text-main;
 @include font-family( $font__body );
 font-weight: 400;
 font-size: 1em;
 line-height: $font__line-height-body;
 margin: 0;
 text-rendering: optimizeLegibility;
 }
 button,
 input,
 select,
 optgroup,
 textarea {
 //color: $color__text-main; // ADDD
 @include font-family( $font__body );
 font-weight: 400;
 line-height: $font__line-height-body;
 text-rendering: optimizeLegibility;
 }
 */
blockquote {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word; }

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

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

pre {
  overflow: auto; }

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

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: underline; }

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

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

a:hover, a:active {
  outline: 0;
  text-decoration: none; }

hr {
  border: 0;
  height: 2px; }

dl, dt, dd, ol, ul, li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

img {
  height: auto;
  max-width: 100%;
  position: relative; }

figure {
  margin: 0; }

blockquote {
  margin-left: 0;
  padding: 0 0 0 2rem; }
  blockquote > p {
    margin: 0 0 2rem; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  border-spacing: 0;
  border-collapse: collapse; }

table th, table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #cccccc; }

table th {
  font-weight: bold; }

table thead th, table tfoot th {
  font-size: 1em; }

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  /*background-color: #eeeeee;*/ }

table tbody tr:hover > td, table tbody tr:hover > th {
  /*background-color: #e9e9e9;*/ }

table tbody + tbody {
  border-top: 2px solid #cccccc; }

@media (max-width: 767px) {
  table table {
    font-size: 0.8em; }
  table table th, table table td {
    padding: 7px;
    line-height: 1.3; }
  table table th {
    font-weight: 400; } }

.woocommerce td, .woocommerce th {
  border: none; }

/* Forms */
.button, button, input[type="button"], input[type="reset"], input[type="submit"], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  border: none;
  box-sizing: border-box;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  vertical-align: bottom; }
  .button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    cursor: pointer; }
  .button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited, .woocommerce #respond input#submit:visited, .woocommerce a.button:visited, .woocommerce button.button:visited, .woocommerce input.button:visited, .woocommerce #respond input#submit.alt:visited, .woocommerce a.button.alt:visited, .woocommerce button.button.alt:visited, .woocommerce input.button.alt:visited, .woocommerce #respond input#submit.disabled:visited, .woocommerce #respond input#submit:disabled:visited, .woocommerce #respond input#submit:disabled[disabled]:visited, .woocommerce a.button.disabled:visited, .woocommerce a.button:disabled:visited, .woocommerce a.button:disabled[disabled]:visited, .woocommerce button.button.disabled:visited, .woocommerce button.button:disabled:visited, .woocommerce button.button:disabled[disabled]:visited, .woocommerce input.button.disabled:visited, .woocommerce input.button:disabled:visited, .woocommerce input.button:disabled[disabled]:visited {
    text-decoration: none; }
  .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.disabled:focus, .woocommerce #respond input#submit:disabled:focus, .woocommerce #respond input#submit:disabled[disabled]:focus, .woocommerce a.button.disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce a.button:disabled[disabled]:focus, .woocommerce button.button.disabled:focus, .woocommerce button.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce input.button.disabled:focus, .woocommerce input.button:disabled:focus, .woocommerce input.button:disabled[disabled]:focus {
    outline: thin dotted;
    outline-offset: -4px; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .select2 .select2-selection {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  min-height: 2.5em;
  line-height: inherit;
  vertical-align: middle;
  outline: none;
  outline-offset: 0; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .select2 .select2-selection:focus {
    outline: none; }

input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

textarea {
  resize: vertical; }

select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 0.45em top 50%;
  background-repeat: no-repeat;
  padding-right: 26px !important;
  background-size: auto 16px; }

.select2 .select2-selection {
  height: auto;
  display: flex;
  align-items: center; }
  .select2 .select2-selection .select2-selection__rendered {
    width: 100%;
    padding: 0;
    color: inherit;
    line-height: initial; }
  .select2 .select2-selection.select2-selection--single .select2-selection__arrow {
    display: none !important; }

.select2-search .select2-search__field {
  min-height: 0;
  padding: 4px !important; }

form.post-password-form {
  width: 100%;
  max-width: 650px;
  padding: 15px;
  margin: 100px auto;
  text-align: center; }
  form.post-password-form p:last-of-type {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
  form.post-password-form label {
    display: block;
    margin-bottom: 20px; }
  form.post-password-form input {
    width: 100%; }

/* Navigation */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.cmm4e-container {
  text-rendering: optimizeLegibility;
  flex-direction: row-reverse; }

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Clearings */
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after {
  clear: both; }

/* Layout */
#main-wrapper {
  height: 100%; }

.empty-template-area {
  text-align: center;
  padding: 1em;
  margin: 2em;
  box-shadow: 0 0 20px 0px #f4f4f4;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight); }

/* Media */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed, iframe, object {
  max-width: 100%; }

.custom-logo-link {
  display: inline-block; }

svg {
  fill: currentColor; }

.wp-caption {
  margin-bottom: calc(1.5 * 1rem); }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption-text {
  margin: 0;
  padding: 0.5rem;
  text-align: center; }

/* Fixes */
.elementor-widget.elementor-widget-hq-post-meta-data .elementor-icon-list-item a {
  display: inline; }

@media only screen and (max-width: 768px) {
  .woocommerce-message {
    display: flex;
    flex-wrap: wrap; }
  .woocommerce-message a {
    text-align: center;
    order: 10; } }

/**
 * My Account Style
 */
.woocommerce-MyAccount-navigation > ul {
  margin: 0;
  padding: 0; }

.woocommerce-MyAccount-navigation-link {
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 0; }
  .woocommerce-MyAccount-navigation-link:last-child {
    border-bottom-width: 1px; }
  .woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 20px; }
    .woocommerce-MyAccount-navigation-link a:hover {
      background-color: #fbfbfb; }
  .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #fbfbfb; }

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 1em;
  margin-left: 3px; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  padding-left: 20px; }

.woocommerce-account .woocommerce-MyAccount-content fieldset {
  border: 0;
  margin: 1em 0 0;
  padding: 3px; }

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  padding: 3px 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin: 10px 0; }

.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0; } }

/**
 * Account page
 */
.woocommerce .addresses .title, .woocommerce-account .addresses .title {
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e5e5e5; }

.woocommerce .addresses .title .edit, .woocommerce-account .addresses .title .edit {
  float: right;
  padding: 0 20px; }

.woocommerce .addresses h3, .woocommerce-account .addresses h3 {
  font-size: 26px; }

.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }

.woocommerce ul.digital-downloads, .woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }

.woocommerce ul.digital-downloads li, .woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.woocommerce ul.digital-downloads li::before, .woocommerce-account ul.digital-downloads li::before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none; }

.woocommerce ul.digital-downloads li .count, .woocommerce-account ul.digital-downloads li .count {
  float: right; }

.woocommerce .woocommerce-Addresses address, .woocommerce .woocommerce-customer-details address, .woocommerce .woocommerce-MyAccount-content address, .woocommerce-account .woocommerce-Addresses address, .woocommerce-account .woocommerce-customer-details address, .woocommerce-account .woocommerce-MyAccount-content address {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em;
  border-radius: 0; }

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 20px 10px; }

.woocommerce table.my_account_orders .button {
  font-weight: initial; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border: none;
  padding: 1em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
  display: none; }

.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
  order: 100;
  margin-left: 15px; }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: auto; }

/*
 * Cart page
 */
/* CLASSIC LAYOUT */
.woocommerce .woocommerce-cart-form {
  margin-bottom: 2em; }

.woocommerce ins {
  background: none; }

.woocommerce .quantity {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end; }

.woocommerce .quantity .qty, .woocommerce .quantity .qty-button {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  outline: none;
  color: #777;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.woocommerce .quantity input[type=number].qty {
  max-width: none;
  padding: 0;
  border-width: 1px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield; }

.woocommerce .quantity input[type=number].qty:focus {
  border-color: #bbb;
  outline: 0;
  border-width: 1px; }

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

.woocommerce .quantity .qty-button {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center; }

.woocommerce .quantity .qty-button:focus {
  text-decoration: none; }

.woocommerce .quantity .qty-button.minus {
  border-right-width: 0; }

.woocommerce .quantity .qty-button.plus {
  border-left-width: 0; }

.woocommerce table.shop_table {
  overflow: hidden;
  /* for border radius */
  border-width: 1px;
  border-style: solid;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-color: #eaeaea;
  border-radius: 0; }

.woocommerce table.shop_table thead {
  background-color: #f7f7f7; }

.woocommerce table th, .elementor-widget-hqwoo-cart-table table tbody td {
  text-align: left;
  vertical-align: top; }

.woocommerce table.shop_table th {
  vertical-align: middle;
  font-weight: 400; }

.woocommerce table.shop_table td {
  vertical-align: middle;
  border-color: #eaeaea; }

.woocommerce table.shop_table .product-remove {
  text-align: center !important; }

.woocommerce table.shop_table a.remove {
  display: inline-block;
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: 300;
  color: #bbb !important;
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.woocommerce table.shop_table a.remove:hover {
  background-color: transparent;
  color: #333 !important; }

.woocommerce table.cart img {
  width: auto; }

.woocommerce table.cart td.actions .coupon {
  text-align: left;
  display: flex;
  justify-content: space-between; }

.woocommerce table.cart td.actions .coupon .input-text {
  border-color: #ddd;
  flex-basis: 48%;
  width: 48%;
  margin-right: 4%; }

.woocommerce table.cart td.actions .coupon button.button {
  flex-basis: 48%;
  width: 48%;
  white-space: nowrap;
  padding-left: 6px;
  padding-right: 6px; }

@media (min-width: 768px) {
  .woocommerce table.cart td.actions .coupon {
    width: 60%; } }

/* Checkout page */
.woocommerce form.checkout_coupon {
  border-radius: 0; }

form.checkout #order_review_heading {
  padding: 15px;
  border: solid #e5e5e5;
  border-width: 4px 4px 0; }

form.checkout #order_review {
  padding: 15px;
  border: solid #e5e5e5;
  border-width: 0 4px 4px; }

form.checkout #order_review table.shop_table .product-total, form.checkout #order_review table.shop_table tfoot td {
  text-align: right; }

.woocommerce-checkout #payment {
  border-radius: 0; }

/* Thank you page */
.woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  margin-bottom: 30px; }

.woocommerce-order ul.order_details {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px; }

.woocommerce-order ul.order_details li {
  float: none;
  margin: 0;
  padding: 10px 0;
  flex: 1;
  border-right: none; }

.woocommerce-order ul.order_details p {
  margin: 0; }

.woocommerce-order-details .shop_table .product-total, .woocommerce-order-details .shop_table tfoot td {
  text-align: right; }

@media (max-width: 767px) {
  .woocommerce table.cart table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail {
    display: block !important;
    text-align: center !important; }
  .woocommerce table.cart .product-thumbnail:before {
    display: none; }
  .woocommerce table.cart img {
    width: 60px; }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%; }
  .woocommerce-checkout .woocommerce form.checkout_coupon p.form-row-first, .woocommerce-checkout .woocommerce form.checkout_coupon p.form-row-last {
    width: 100%;
    float: none; }
  .woocommerce-checkout .woocommerce form.checkout_coupon button {
    width: 100%; } }

@media (min-width: 768px) {
  .woocommerce table.shop_table_responsive thead {
    display: table-header-group; }
  .woocommerce button.update_cart {
    float: none; }
  .woocommerce .quantity {
    justify-content: flex-start; }
  .woocommerce table.shop_table .product-remove {
    width: 80px; }
  .woocommerce table.shop_table .product-thumbnail {
    width: 120px; }
  .woocommerce table.shop_table .product-price {
    text-align: left !important;
    min-width: max-content; }
  .woocommerce table.shop_table .product-quantity {
    width: 150px; }
  .woocommerce table.shop_table .product-subtotal {
    text-align: right;
    width: 150px; }
  .woocommerce table.shop_table_responsive tr td {
    display: table-cell; }
  .woocommerce table.shop_table_responsive tr td::before {
    display: none; }
  .woocommerce table.shop_table_responsive tr {
    display: table-row; }
  .woocommerce-order ul.order_details {
    flex-direction: row; } }

@media (min-width: 1024px) {
  /* Checkout page */
    form.checkout {
      overflow: hidden; }
    form.checkout .col2-set::after {
      display: none; }
    form.checkout .col2-set {
      float: left;
      width: 50%;
      margin-right: 2%; }
    form.checkout .col2-set .col-1, form.checkout .col2-set .col-2 {
      width: 100%;
      float: none; }
    form.checkout #order_review_heading, form.checkout #order_review {
      float: right;
      width: 48%;
      clear: none; } }
