@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

body {
  background-color: #FFF2DA; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex.two-cols .flex-child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
  .flex.three-cols .flex-child {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    width: 33.33%; }
  .flex.four-cols .flex-child {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%; }
  .flex .flex-align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.site-button, .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .empty-cart-custom a, .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"],
.cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button {
  padding: 15px 26px;
  border-radius: 26px;
  display: inline-block;
  border: 0;
  outline: 0;
  font-weight: bold;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  cursor: pointer; }
  .site-button.gold, .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .empty-cart-custom a, .checkout-short-wrap #pwgc-redeem-gift-card-form input.gold[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-checkout .wc-block-checkout__actions_row input.wc-block-components-checkout-place-order-button[type="submit"], .woocommerce-checkout .wc-block-checkout__actions_row .checkout-short-wrap #pwgc-redeem-gift-card-form input.wc-block-components-checkout-place-order-button[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer input.submit-button.create-action[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .checkout-short-wrap #pwgc-redeem-gift-card-form input.submit-button.create-action[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content input.woocommerce-Button[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .checkout-short-wrap #pwgc-redeem-gift-card-form input.woocommerce-Button[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title input.edit[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .checkout-short-wrap #pwgc-redeem-gift-card-form input.edit[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions input.woocommerce-button[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .checkout-short-wrap #pwgc-redeem-gift-card-form input.woocommerce-button[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce-address-fields input.button[type="submit"], .woocommerce-account .woocommerce-address-fields .checkout-short-wrap #pwgc-redeem-gift-card-form input.button[type="submit"],
  .cart-short-wrap #pwgc-redeem-gift-card-form input.gold[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-checkout .wc-block-checkout__actions_row input.wc-block-components-checkout-place-order-button[type="submit"], .woocommerce-checkout .wc-block-checkout__actions_row .cart-short-wrap #pwgc-redeem-gift-card-form input.wc-block-components-checkout-place-order-button[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer input.submit-button.create-action[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .cart-short-wrap #pwgc-redeem-gift-card-form input.submit-button.create-action[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content input.woocommerce-Button[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .cart-short-wrap #pwgc-redeem-gift-card-form input.woocommerce-Button[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title input.edit[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .cart-short-wrap #pwgc-redeem-gift-card-form input.edit[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions input.woocommerce-button[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .cart-short-wrap #pwgc-redeem-gift-card-form input.woocommerce-button[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce-address-fields input.button[type="submit"], .woocommerce-account .woocommerce-address-fields .cart-short-wrap #pwgc-redeem-gift-card-form input.button[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button {
    background-color: #FFD700;
    color: #000; }
    .site-button.gold:hover, .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover, .empty-cart-custom a:hover, .checkout-short-wrap #pwgc-redeem-gift-card-form input.gold:hover[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-checkout .wc-block-checkout__actions_row input.wc-block-components-checkout-place-order-button:hover[type="submit"], .woocommerce-checkout .wc-block-checkout__actions_row .checkout-short-wrap #pwgc-redeem-gift-card-form input.wc-block-components-checkout-place-order-button:hover[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer input.submit-button.create-action:hover[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .checkout-short-wrap #pwgc-redeem-gift-card-form input.submit-button.create-action:hover[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content input.woocommerce-Button:hover[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .checkout-short-wrap #pwgc-redeem-gift-card-form input.woocommerce-Button:hover[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title input.edit:hover[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .checkout-short-wrap #pwgc-redeem-gift-card-form input.edit:hover[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions input.woocommerce-button:hover[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .checkout-short-wrap #pwgc-redeem-gift-card-form input.woocommerce-button:hover[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce-address-fields input.button:hover[type="submit"], .woocommerce-account .woocommerce-address-fields .checkout-short-wrap #pwgc-redeem-gift-card-form input.button:hover[type="submit"],
    .cart-short-wrap #pwgc-redeem-gift-card-form input.gold:hover[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-checkout .wc-block-checkout__actions_row input.wc-block-components-checkout-place-order-button:hover[type="submit"], .woocommerce-checkout .wc-block-checkout__actions_row .cart-short-wrap #pwgc-redeem-gift-card-form input.wc-block-components-checkout-place-order-button:hover[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer input.submit-button.create-action:hover[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .cart-short-wrap #pwgc-redeem-gift-card-form input.submit-button.create-action:hover[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content input.woocommerce-Button:hover[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .cart-short-wrap #pwgc-redeem-gift-card-form input.woocommerce-Button:hover[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title input.edit:hover[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .cart-short-wrap #pwgc-redeem-gift-card-form input.edit:hover[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions input.woocommerce-button:hover[type="submit"], .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .cart-short-wrap #pwgc-redeem-gift-card-form input.woocommerce-button:hover[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .woocommerce-account .woocommerce-address-fields input.button:hover[type="submit"], .woocommerce-account .woocommerce-address-fields .cart-short-wrap #pwgc-redeem-gift-card-form input.button:hover[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action:hover, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button:hover, .woocommerce-account .woocommerce-address-fields .button:hover, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button:hover {
      background-color: #000;
      color: #fff; }
  .site-button.black, .woocommerce-checkout .wc-block-checkout__actions_row .black.wc-block-components-checkout-place-order-button, .empty-cart-custom a.black, .checkout-short-wrap #pwgc-redeem-gift-card-form input.black[type="submit"],
  .cart-short-wrap #pwgc-redeem-gift-card-form input.black[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .black.submit-button.create-action, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a.black, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .black.woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .black.edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .black.woocommerce-button, .woocommerce-account .woocommerce-address-fields .black.button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button.black {
    background-color: #000;
    color: #fff; }
    .site-button.black:hover, .woocommerce-checkout .wc-block-checkout__actions_row .black.wc-block-components-checkout-place-order-button:hover, .empty-cart-custom a.black:hover, .checkout-short-wrap #pwgc-redeem-gift-card-form input.black:hover[type="submit"],
    .cart-short-wrap #pwgc-redeem-gift-card-form input.black:hover[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .black.submit-button.create-action:hover, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a.black:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .black.woocommerce-Button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .black.edit:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .black.woocommerce-button:hover, .woocommerce-account .woocommerce-address-fields .black.button:hover, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button.black:hover {
      background-color: #FFD700;
      color: #000; }
  .site-button.beige, .woocommerce-checkout .wc-block-checkout__actions_row .beige.wc-block-components-checkout-place-order-button, .empty-cart-custom a.beige, .checkout-short-wrap #pwgc-redeem-gift-card-form input.beige[type="submit"],
  .cart-short-wrap #pwgc-redeem-gift-card-form input.beige[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .beige.submit-button.create-action, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a.beige, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .beige.woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .beige.edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .beige.woocommerce-button, .woocommerce-account .woocommerce-address-fields .beige.button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button.beige {
    background-color: #EDE1CB;
    color: #000; }
    .site-button.beige:hover, .woocommerce-checkout .wc-block-checkout__actions_row .beige.wc-block-components-checkout-place-order-button:hover, .empty-cart-custom a.beige:hover, .checkout-short-wrap #pwgc-redeem-gift-card-form input.beige:hover[type="submit"],
    .cart-short-wrap #pwgc-redeem-gift-card-form input.beige:hover[type="submit"], .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .beige.submit-button.create-action:hover, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a.beige:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .beige.woocommerce-Button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .beige.edit:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .beige.woocommerce-button:hover, .woocommerce-account .woocommerce-address-fields .beige.button:hover, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button.beige:hover {
      background-color: #000;
      color: #fff; }

* {
  font-family: "CF ModGrotesk", Sans Serif; }

a, span, li, input, button, textarea, div, p {
  color: #000;
  font-weight: 500;
  font-size: 14px; }

a {
  text-decoration: none; }

.messages-slider {
  height: 70px;
  position: relative; }
  @media (max-width: 1366px) {
    .messages-slider {
      height: 60px; } }
  .messages-slider .message-slide {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
        -ms-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
    opacity: 0;
    font-weight: bold;
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out, opacity .2s ease-in-out;
    transition: transform .35s ease-in-out, opacity .2s ease-in-out;
    transition: transform .35s ease-in-out, opacity .2s ease-in-out, -webkit-transform .35s ease-in-out; }
    .messages-slider .message-slide.active {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1; }
  .messages-slider.dark {
    background-color: #000; }
    .messages-slider.dark .message-slide {
      color: #FFF2DA; }

.olive {
  background-color: #323C23; }

.orange {
  background-color: #C37441; }

.dark {
  background-color: #000; }

.brick {
  background-color: #83362D; }

.chocolate {
  background-color: #3D1912; }

.brown {
  background-color: #85674A; }

html {
  max-width: 100vw;
  overflow-x: hidden; }

#header {
  background-color: #FFF2DA;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  #header.scrolled {
    position: fixed; }
    #header.scrolled .header-logo-small {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      pointer-events: all; }
    #header.scrolled .messages-slider {
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              transform: translateY(-15px);
      opacity: 0; }
    #header.scrolled .header-logo {
      pointer-events: none;
      display: none; }

.page-template-template-home .widget_shopping_cart_live_region {
  display: none !important; }

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #000;
  overflow-y: hidden;
  background-color: #FFF2DA;
  z-index: 10;
  position: relative; }
  .header-top .header-tools {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
    @media (max-width: 960px) {
      .header-top .header-tools {
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
        max-width: 100px; } }
    .header-top .header-tools .tool-button {
      height: 70px;
      width: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      @media (max-width: 1366px) {
        .header-top .header-tools .tool-button {
          height: 60px;
          width: 60px; } }
      @media (max-width: 960px) {
        .header-top .header-tools .tool-button {
          height: 50px;
          width: 50px; } }
      @media (max-width: 960px) {
        .header-top .header-tools .tool-button img {
          width: 15px; } }
      .header-top .header-tools .tool-button.cart .cart-count {
        width: 20px;
        height: 20px;
        background-color: #FFD700;
        color: #000;
        position: absolute;
        top: 10px;
        right: 7px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 960px) {
          .header-top .header-tools .tool-button.cart .cart-count {
            width: 14px;
            height: 14px;
            top: 9px;
            right: 8px;
            font-size: 8px; } }
      .header-top .header-tools .tool-button.phone {
        position: relative; }
        .header-top .header-tools .tool-button.phone .phone-hover {
          width: 140px;
          border-right: 1px solid #000;
          position: absolute;
          right: -140px;
          height: 70px;
          font-weight: bold;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          opacity: 0;
          pointer-events: none; }
          @media (max-width: 1366px) {
            .header-top .header-tools .tool-button.phone .phone-hover {
              height: 60px; } }
        .header-top .header-tools .tool-button.phone:hover .phone-hover {
          opacity: 1;
          pointer-events: all; }
      @media (max-width: 960px) {
        .header-top .header-tools .tool-button.wishlist svg {
          height: 16px; } }
      .header-top .header-tools .tool-button.menu {
        position: relative; }
        .header-top .header-tools .tool-button.menu:before, .header-top .header-tools .tool-button.menu:after {
          content: "";
          display: block;
          width: 14px;
          height: 3px;
          background-color: #000;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(0);
              -ms-transform: translate(-50%, -50%) rotate(0);
                  transform: translate(-50%, -50%) rotate(0);
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center; }
        .header-top .header-tools .tool-button.menu:before {
          top: 42%; }
        .header-top .header-tools .tool-button.menu:after {
          top: 58%; }
        .header-top .header-tools .tool-button.menu.active:before {
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
        .header-top .header-tools .tool-button.menu.active:after {
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }
    .header-top .header-tools.left-tools .tool-button {
      border-right: 1px solid #000; }
    .header-top .header-tools.right-tools {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .header-top .header-tools.right-tools .tool-button {
        border-left: 1px solid #000; }
  .header-top .header-messages {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    position: relative; }
    .header-top .header-messages .header-logo-small {
      position: absolute;
      height: 70px;
      top: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: translateY(15px);
          -ms-transform: translateY(15px);
              transform: translateY(15px);
      opacity: 0;
      -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      pointer-events: none; }
      @media (max-width: 1366px) {
        .header-top .header-messages .header-logo-small {
          height: 60px; } }
      .header-top .header-messages .header-logo-small a {
        display: block; }
      .header-top .header-messages .header-logo-small img {
        max-height: 46px; }
    .header-top .header-messages .messages-slider {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; }

.header-logo {
  background-color: #FFF2DA;
  position: relative;
  z-index: 10;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: margin .25s ease-in-out;
  -o-transition: margin .25s ease-in-out;
  transition: margin .25s ease-in-out;
  border-bottom: 1px solid #000;
  padding: 10px 0; }
  .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-logo a img {
      margin: 0 10px;
      max-width: calc(100% - 20px);
      height: auto;
      width: 100%; }

.header-menu .first-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000; }
  @media (max-width: 960px) {
    .header-menu .first-level {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .header-menu .first-level > li {
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
    @media (max-width: 960px) {
      .header-menu .first-level > li {
        border-right: 0;
        position: relative; } }
    .header-menu .first-level > li:last-child {
      border-right: 0; }
      .header-menu .first-level > li:last-child > a:before {
        display: none; }
      @media (max-width: 960px) {
        .header-menu .first-level > li:last-child > a {
          border-bottom: 0; } }
    .header-menu .first-level > li > a {
      background-color: #FFF2DA;
      color: #000;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      padding: 0 10px;
      line-height: 1.2;
      -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
      -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
      transition: background-color .25s ease-in-out, color .25s ease-in-out;
      z-index: 9;
      position: relative; }
      .header-menu .first-level > li > a:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #000;
        -webkit-transition: background-color .25s ease-in-out;
        -o-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out; }
      @media (max-width: 1366px) {
        .header-menu .first-level > li > a {
          height: 60px; } }
      @media (max-width: 1180px) {
        .header-menu .first-level > li > a {
          padding: 0 4px;
          line-height: 1; } }
      @media (max-width: 960px) {
        .header-menu .first-level > li > a {
          height: 50px;
          font-size: 16px;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          font-weight: normal;
          text-transform: uppercase;
          border-bottom: 1px solid;
          -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out, padding .25s ease-in-out;
          -o-transition: background-color .25s ease-in-out, color .25s ease-in-out, padding .25s ease-in-out;
          transition: background-color .25s ease-in-out, color .25s ease-in-out, padding .25s ease-in-out; } }
      @media (max-width: 768px) {
        .header-menu .first-level > li > a {
          padding: 0 10px; } }
      .header-menu .first-level > li > a.active, .header-menu .first-level > li > a:hover {
        background-color: #000;
        color: #FFF2DA; }
        .header-menu .first-level > li > a.active:before, .header-menu .first-level > li > a:hover:before {
          background-color: #FFF2DA; }
      @media (max-width: 960px) {
        .header-menu .first-level > li > a:before {
          display: block;
          content: "";
          height: 49px;
          width: 1px;
          background-color: #FFF2DA;
          position: absolute;
          left: 49px;
          top: 0;
          -webkit-transform-origin: top;
              -ms-transform-origin: top;
                  transform-origin: top;
          -webkit-transform: scaleY(0);
              -ms-transform: scaleY(0);
                  transform: scaleY(0);
          -webkit-transition: -webkit-transform .25s ease-in-out;
          transition: -webkit-transform .25s ease-in-out;
          -o-transition: transform .25s ease-in-out;
          transition: transform .25s ease-in-out;
          transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; } }
      @media (max-width: 960px) {
        .header-menu .first-level > li > a:after {
          display: block;
          content: "";
          position: absolute;
          border-top: 6px solid transparent;
          border-right: 7px solid #FFF2DA;
          border-bottom: 6px solid transparent;
          left: 22px;
          top: 18px;
          -webkit-transform: translateX(-50px);
              -ms-transform: translateX(-50px);
                  transform: translateX(-50px);
          -webkit-transition: -webkit-transform .25s ease-in-out;
          transition: -webkit-transform .25s ease-in-out;
          -o-transition: transform .25s ease-in-out;
          transition: transform .25s ease-in-out;
          transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; } }
      @media (max-width: 960px) {
        .header-menu .first-level > li > a.active {
          padding-left: 60px; } }
      @media (max-width: 960px) {
        .header-menu .first-level > li > a.active:before {
          -webkit-transform: scaleY(1);
              -ms-transform: scaleY(1);
                  transform: scaleY(1); } }
      @media (max-width: 960px) {
        .header-menu .first-level > li > a.active:after {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); } }

@media (max-width: 960px) {
  .header-menu {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    scrollbar-width: none; } }

.header-menu.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all; }

ul.mega-menu {
  position: absolute;
  width: 100%;
  background: #FFF2DA;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: top .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: top .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out, top .25s ease-in-out;
  transition: transform .25s ease-in-out, top .25s ease-in-out;
  transition: transform .25s ease-in-out, top .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  pointer-events: none;
  z-index: -1;
  left: 0; }
  ul.mega-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none; }
    @media (max-width: 960px) {
      ul.mega-menu:before {
        display: none; } }
  @media (max-width: 960px) {
    ul.mega-menu {
      display: none;
      z-index: 99;
      overflow-y: auto;
      scrollbar-width: none;
      -webkit-transform: translateY(125%);
          -ms-transform: translateY(125%);
              transform: translateY(125%); } }
  ul.mega-menu.visible {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all; }
    @media (max-width: 960px) {
      ul.mega-menu.visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; } }
  ul.mega-menu .mega-column {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    list-style: none;
    border-right: 1px solid #000;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #000;
    padding: 30px 20px 50px; }
    ul.mega-menu .mega-column:first-child, ul.mega-menu .mega-column:nth-child(4n+1) {
      border-left: 1px solid transparent; }
    ul.mega-menu .mega-column:last-child {
      border-right: 1px solid #000; }
      @media (max-width: 960px) {
        ul.mega-menu .mega-column:last-child {
          border-right: 1px solid transparent; } }
    ul.mega-menu .mega-column:nth-child(4) {
      border-right: 1px solid transparent; }
    @media (max-width: 1280px) {
      ul.mega-menu .mega-column {
        padding: 15px 10px 40px; } }
    @media (max-width: 960px) {
      ul.mega-menu .mega-column {
        border-right: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        padding: 10px; } }
    ul.mega-menu .mega-column > a {
      margin-bottom: 10px;
      font-weight: 700;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 960px) {
        ul.mega-menu .mega-column > a {
          font-size: 16px; } }
  ul.mega-menu .child-column {
    list-style: none; }
    @media (max-width: 960px) {
      ul.mega-menu .child-column {
        padding-left: 20px; } }
    ul.mega-menu .child-column li {
      margin-bottom: 2px; }
    ul.mega-menu .child-column a {
      font-weight: 700; }
      @media (max-width: 960px) {
        ul.mega-menu .child-column a {
          font-size: 16px; } }
  ul.mega-menu ul {
    padding: 0; }

body div#content {
  min-height: calc(100vh - 142px); }
  @media (max-width: 1366px) {
    body div#content {
      min-height: calc(100vh - 122px); } }

body.mega-menu-open {
  height: 101vh;
  overflow-y: hidden; }

body.minimal-header #content {
  margin-top: 142px; }
  @media (max-width: 1366px) {
    body.minimal-header #content {
      margin-top: 122px; } }
  @media (max-width: 960px) {
    body.minimal-header #content {
      margin-top: 51px; } }

body.minimal-header .header-logo {
  display: none; }

.header-search-wrapper {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-71px);
      -ms-transform: translateY(-71px);
          transform: translateY(-71px);
  pointer-events: none;
  width: 100%;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  z-index: 9; }
  @media (max-width: 1366px) {
    .header-search-wrapper {
      -webkit-transform: translateY(-61px);
          -ms-transform: translateY(-61px);
              transform: translateY(-61px); } }
  @media (max-width: 960px) {
    .header-search-wrapper {
      bottom: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  .header-search-wrapper.visible {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: all; }
    @media (max-width: 960px) {
      .header-search-wrapper.visible {
        -webkit-transform: translateY(61px);
            -ms-transform: translateY(61px);
                transform: translateY(61px); } }
  .header-search-wrapper form {
    height: 71px;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1366px) {
      .header-search-wrapper form {
        height: 61px; } }
    .header-search-wrapper form input {
      height: 100%;
      padding: 0 20px;
      -ms-flex-preferred-size: calc(100% - 140px);
          flex-basis: calc(100% - 140px);
      border: 0;
      background-color: #EDE1CB;
      font-size: 14px;
      font-weight: bold;
      outline: 0;
      border-radius: 0; }
      @media (max-width: 960px) {
        .header-search-wrapper form input {
          -ms-flex-preferred-size: calc(100% - 100px);
              flex-basis: calc(100% - 100px); } }
      @media (max-width: 768px) {
        .header-search-wrapper form input {
          padding: 0 20px 0px 10px; } }
    .header-search-wrapper form button {
      border: 0;
      cursor: pointer;
      height: 100%;
      background: #000;
      color: #FFF2DA;
      -ms-flex-preferred-size: 140px;
          flex-basis: 140px;
      font-weight: 600; }
      @media (max-width: 960px) {
        .header-search-wrapper form button {
          -ms-flex-preferred-size: 100px;
              flex-basis: 100px; } }

.toggle-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  z-index: 9998; }
  @media (max-width: 960px) {
    .toggle-overlay {
      background-color: rgba(0, 0, 0, 0.5); } }
  .toggle-overlay.visible {
    pointer-events: all;
    opacity: 1; }
  .toggle-overlay.above-header {
    z-index: 999999; }

@media (max-width: 960px) {
  .site-header {
    display: none; } }

.mobile-header {
  display: none;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  @media (max-width: 960px) {
    .mobile-header .header-logo-small {
      border-bottom: 0;
      -ms-flex-preferred-size: calc(100% - 200px);
          flex-basis: calc(100% - 200px);
      padding: 0;
      position: relative;
      height: auto;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset;
      opacity: 1; } }
  @media (max-width: 960px) {
    .mobile-header .header-logo-small img {
      margin: 8px 0;
      max-width: unset;
      height: 34px;
      width: 100%; } }
  @media (max-width: 960px) {
    .mobile-header {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 999999; } }
  .mobile-header.scrolled {
    position: fixed; }
    .mobile-header.scrolled .header-logo {
      display: none; }

.footer-logo {
  background-color: #FFF2DA;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  position: relative;
  z-index: 2; }
  .footer-logo img {
    max-width: calc(100% - 20px);
    width: 100%;
    margin: 10px; }

.newsletter-row .title-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  height: 70px;
  position: relative; }
  @media (max-width: 1366px) {
    .newsletter-row .title-col {
      height: 60px; } }
  @media (max-width: 768px) {
    .newsletter-row .title-col {
      height: 50px; } }
  @media (max-width: 960px) {
    .newsletter-row .title-col {
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .newsletter-row .title-col h3 {
    font-size: 70px;
    font-weight: normal;
    margin: 0;
    line-height: .82;
    padding-top: 0;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + -4px));
        -ms-transform: translateY(calc(-50% + -4px));
            transform: translateY(calc(-50% + -4px)); }
    @media (max-width: 1680px) {
      .newsletter-row .title-col h3 {
        font-size: 52px; } }
    @media (max-width: 1440px) {
      .newsletter-row .title-col h3 {
        font-size: 42px; } }
    @media (max-width: 1200px) {
      .newsletter-row .title-col h3 {
        font-size: 38px; } }
    @media (max-width: 1100px) {
      .newsletter-row .title-col h3 {
        font-size: 32px; } }

.newsletter-row .newsletter-form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 960px) {
    .newsletter-row .newsletter-form-col {
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
      padding-left: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 768px) {
    .newsletter-row .newsletter-form-col {
      padding-bottom: 0; } }
  .newsletter-row .newsletter-form-col .site-button, .newsletter-row .newsletter-form-col .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .newsletter-row .newsletter-form-col .wc-block-components-checkout-place-order-button, .newsletter-row .newsletter-form-col .empty-cart-custom a, .empty-cart-custom .newsletter-row .newsletter-form-col a, .newsletter-row .newsletter-form-col .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .newsletter-row .newsletter-form-col input[type="submit"],
  .newsletter-row .newsletter-form-col .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .newsletter-row .newsletter-form-col input[type="submit"], .newsletter-row .newsletter-form-col .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .newsletter-row .newsletter-form-col .submit-button.create-action, .newsletter-row .newsletter-form-col .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .newsletter-row .newsletter-form-col a, .newsletter-row .newsletter-form-col .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .newsletter-row .newsletter-form-col .woocommerce-Button, .newsletter-row .newsletter-form-col .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .newsletter-row .newsletter-form-col .edit, .newsletter-row .newsletter-form-col .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .newsletter-row .newsletter-form-col .woocommerce-button, .newsletter-row .newsletter-form-col .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .newsletter-row .newsletter-form-col .button, .newsletter-row .newsletter-form-col .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .newsletter-row .newsletter-form-col button {
    border-radius: 60px; }

.newsletter-row .newsletter-wrap {
  width: 100%;
  padding-right: 10px; }
  .newsletter-row .newsletter-wrap .news-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .newsletter-row .newsletter-wrap form {
    width: 100%; }
  .newsletter-row .newsletter-wrap input {
    height: 50px;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    border: 0;
    border-radius: 50px;
    padding: 0 26px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .newsletter-row .newsletter-wrap input {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 10px; } }
  .newsletter-row .newsletter-wrap input[type="email"] {
    background-color: #EDE1CB;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .newsletter-row .newsletter-wrap input[type="email"] {
        margin-right: 0; } }
  .newsletter-row .newsletter-wrap input[type="submit"] {
    background-color: #FFD700;
    height: 50px; }

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 960px) {
    .footer-social {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .footer-social {
      margin-bottom: 40px; } }
  .footer-social a {
    color: #FFF2DA;
    text-transform: uppercase;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .footer-social a {
        font-size: 16px; } }

.footer-top {
  padding: 10px 10px 0; }
  @media (max-width: 960px) {
    .footer-top {
      padding: 10px 10px 50px; } }
  @media (max-width: 960px) {
    .footer-top .col.flex-child.flex.two-cols {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.footer-menu {
  color: #FFF2DA; }
  @media (max-width: 768px) {
    .footer-menu {
      margin-bottom: 40px; } }
  .footer-menu li,
  .footer-menu span,
  .footer-menu a {
    color: #FFF2DA;
    text-transform: uppercase;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .footer-menu li,
      .footer-menu span,
      .footer-menu a {
        font-size: 16px; } }
  .footer-menu li {
    list-style: none; }

@media (max-width: 768px) {
  .footer-main .flex-child {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }

.footer-bottom {
  padding: 10px; }
  .footer-bottom span {
    color: #FFF2DA;
    text-transform: uppercase;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .footer-bottom span {
        font-size: 16px; } }
    .footer-bottom span a {
      color: #FFF2DA;
      text-transform: uppercase;
      font-size: 18px; }
      @media (max-width: 1366px) {
        .footer-bottom span a {
          font-size: 16px; } }
  @media (max-width: 768px) {
    .footer-bottom .flex-align-right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.store-wrapper-simple {
  color: #FFF2DA;
  margin-bottom: 10px; }
  .store-wrapper-simple span,
  .store-wrapper-simple a {
    color: #FFF2DA;
    text-transform: uppercase;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .store-wrapper-simple span,
      .store-wrapper-simple a {
        font-size: 16px; } }
  .store-wrapper-simple .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

@font-face {
  font-family: 'CF ModGrotesk';
  src: url(0d70d5421e66a0db19601e74abf95690.eot);
  src: url(0d70d5421e66a0db19601e74abf95690.eot?#iefix) format("embedded-opentype"), url(27517a1bf1c5a66f9449c0ab2eee48e8.woff2) format("woff2"), url(250d7306c5dd249d68495ecc5584a881.woff) format("woff"), url(98bfe7cde98079dd73738a180967bec2.ttf) format("truetype"), url(d54a85283d1099ba271187dec840d3b7.svg#CFModGrotesk-ExtBdExp) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'CF ModGrotesk';
  src: url(361c6808e4690175b04755073b140263.eot);
  src: url(361c6808e4690175b04755073b140263.eot?#iefix) format("embedded-opentype"), url(4b095637540fedd7f38a46270846f946.woff2) format("woff2"), url(1c7b0f57bfb6f78208d535af41b42e00.woff) format("woff"), url(f3b96dfdda89615ffa975dcf2b3bd447.ttf) format("truetype"), url(2061c7ab24e73f9e29ca74599df862f9.svg#CFModGrotesk-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'CF ModGrotesk';
  src: url(27a5c23941a942335194f2b5b73e5dd5.eot);
  src: url(27a5c23941a942335194f2b5b73e5dd5.eot?#iefix) format("embedded-opentype"), url(beb2735b0df1208ce7b6261671e9b930.woff2) format("woff2"), url(09734bd1da84b71c1e81e63c18fedaad.woff) format("woff"), url(d859fd483c2cf806d4150456b90e11f8.ttf) format("truetype"), url(b5afef86cc38636731f395eff17f36f3.svg#CFModGrotesk-Regular) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.reviews-slider {
  border-top: 1px solid #000;
  position: relative; }
  .reviews-slider .swiper-slide {
    min-height: 360px;
    border-right: 1px solid #000; }
    @media (max-width: 768px) {
      .reviews-slider .swiper-slide {
        width: calc(100% - 100px) !important; } }
  @media (max-width: 768px) {
    .reviews-slider.product-reviews .swiper-slide {
      width: 100% !important; } }
  .reviews-slider .rating-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .reviews-slider .rating-col .star img {
      max-height: 14px;
      padding-right: 10px; }
  .reviews-slider .review-content {
    padding: 20px 10px;
    color: #FFF2DA;
    font-size: 18px;
    padding-right: 15%; }
    @media (max-width: 1366px) {
      .reviews-slider .review-content {
        font-size: 16px; } }
    @media (max-width: 1180px) {
      .reviews-slider .review-content {
        padding: 10px; } }
  .reviews-slider .review-title-group {
    border-bottom: 1px solid #000; }
    .reviews-slider .review-title-group .review-title {
      padding-left: 10px;
      text-transform: uppercase;
      color: #FFF2DA;
      font-weight: normal;
      font-size: 18px;
      margin: 24px 0 20px;
      line-height: 1; }
      @media (max-width: 1366px) {
        .reviews-slider .review-title-group .review-title {
          font-size: 16px; } }
  .reviews-slider .review-subheader {
    border-bottom: 1px solid #000;
    padding: 24px 10px 20px; }
    @media (max-width: 1366px) {
      .reviews-slider .review-subheader {
        padding: 15px 10px 10px; } }
    .reviews-slider .review-subheader .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .reviews-slider .review-subheader span {
      color: #FFF2DA;
      text-transform: uppercase; }
  .reviews-slider.product-reviews .swiper-slide {
    min-height: 420px; }
    @media (max-width: 1366px) {
      .reviews-slider.product-reviews .swiper-slide {
        min-height: 350px; } }
  .reviews-slider .slider-controls {
    position: absolute;
    bottom: -1px;
    right: -2px;
    z-index: 9;
    height: 70px;
    width: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1366px) {
      .reviews-slider .slider-controls {
        height: 60px;
        width: 122px; } }
    @media (max-width: 768px) {
      .reviews-slider .slider-controls {
        height: 50px;
        width: 102px; } }
    .reviews-slider .slider-controls .slider-prev, .reviews-slider .slider-controls .slider-next {
      width: 70px;
      -ms-flex-preferred-size: 70px;
          flex-basis: 70px;
      height: 70px;
      cursor: pointer;
      position: relative;
      background-color: #FFF2DA; }
      @media (max-width: 1366px) {
        .reviews-slider .slider-controls .slider-prev, .reviews-slider .slider-controls .slider-next {
          width: 60px;
          -ms-flex-preferred-size: 60px;
              flex-basis: 60px;
          height: 60px; } }
      @media (max-width: 768px) {
        .reviews-slider .slider-controls .slider-prev, .reviews-slider .slider-controls .slider-next {
          width: 50px;
          -ms-flex-preferred-size: 50px;
              flex-basis: 50px;
          height: 50px; } }
      .reviews-slider .slider-controls .slider-prev:after, .reviews-slider .slider-controls .slider-next:after {
        content: "";
        display: block;
        border-top: 7px solid #000;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: 50%;
        right: 28px;
        pointer-events: none;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center; }
        @media (max-width: 1366px) {
          .reviews-slider .slider-controls .slider-prev:after, .reviews-slider .slider-controls .slider-next:after {
            right: 24px; } }
        @media (max-width: 768px) {
          .reviews-slider .slider-controls .slider-prev:after, .reviews-slider .slider-controls .slider-next:after {
            right: 19px; } }
    .reviews-slider .slider-controls .slider-prev {
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-right: 1px solid #000; }
      .reviews-slider .slider-controls .slider-prev:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg); }
    .reviews-slider .slider-controls .slider-next {
      border-top: 1px solid #000;
      border-right: 1px solid #000; }
      .reviews-slider .slider-controls .slider-next:after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); }

.yith-ywar-review-form-message, .yith-ywar-pending-reviews-list {
  border: 0;
  border-radius: 0;
  gap: 0; }

.yith-ywar-review-form-message .wrapper-title,
.yith-ywar-pending-reviews-list .wrapper-title {
  background-color: #FFF2DA;
  border: 0;
  border-radius: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600; }
  @media (max-width: 1366px) {
    .yith-ywar-review-form-message .wrapper-title,
    .yith-ywar-pending-reviews-list .wrapper-title {
      font-size: 16px; } }

.mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #FFF2DA;
  border-left: 1px solid #000;
  width: 30%;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
  height: 100vh;
  pointer-events: none;
  z-index: 9999999; }
  @media (max-width: 1620px) {
    .mini-cart {
      width: 35%; } }
  @media (max-width: 1120px) {
    .mini-cart {
      width: 45%; } }
  @media (max-width: 960px) {
    .mini-cart {
      width: 100%; } }
  .mini-cart .widgettitle {
    display: none; }
  .mini-cart.visible {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .mini-cart .woocommerce-mini-cart__empty-message {
    padding: 25px 20px;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    text-align: center; }

.mini-cart-header {
  height: 71px;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer; }
  @media (max-width: 1366px) {
    .mini-cart-header {
      height: 61px; } }
  @media (max-width: 960px) {
    .mini-cart-header {
      height: 51px; } }
  .mini-cart-header:before, .mini-cart-header:after {
    content: "";
    display: block;
    height: 16px;
    width: 4px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 28px;
    pointer-events: none; }
    @media (max-width: 960px) {
      .mini-cart-header:before, .mini-cart-header:after {
        right: 18px; } }
  .mini-cart-header:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .mini-cart-header:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
  .mini-cart-header span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px; }

.mini-cart-contents {
  height: calc(100% - 70px); }
  @media (max-width: 1366px) {
    .mini-cart-contents {
      height: calc(100% - 60px); } }
  .mini-cart-contents .woocommerce {
    border: 0 !important;
    padding: 0 !important; }
  .mini-cart-contents ul.woocommerce-mini-cart {
    padding: 0;
    margin: 0;
    overflow-y: auto;
    scrollbar-width: none;
    max-height: calc(100% - 70px - 74px); }
    @media (max-width: 1366px) {
      .mini-cart-contents ul.woocommerce-mini-cart {
        max-height: calc(100% - 50px - 54px); } }
    .mini-cart-contents ul.woocommerce-mini-cart li {
      list-style-type: none; }
  .mini-cart-contents .mini_cart_item {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mini-cart-contents .mini_cart_item:last-child {
      border-bottom: 0; }
    .mini-cart-contents .mini_cart_item .remove_from_cart_button {
      max-width: 60px;
      -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
      border-right: 1px solid #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: transparent;
      background-image: url("/wp-content/themes/vg-twig/assets/images/delete.svg");
      background-position: center;
      background-size: 16px; }
      @media (max-width: 1366px) {
        .mini-cart-contents .mini_cart_item .remove_from_cart_button {
          max-width: 45px;
          -ms-flex-preferred-size: 45px;
              flex-basis: 45px; } }
    .mini-cart-contents .mini_cart_item a:not(.remove_from_cart_button) {
      text-transform: uppercase;
      -ms-flex-preferred-size: calc(100% - 150px);
          flex-basis: calc(100% - 150px);
      max-width: calc(100% - 150px);
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 20px;
      line-height: 1.12; }
      @media (max-width: 1366px) {
        .mini-cart-contents .mini_cart_item a:not(.remove_from_cart_button) {
          font-size: 16px; } }
    .mini-cart-contents .mini_cart_item dl.variation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 10px;
      margin-left: 10px;
      border-left: 1px solid #000; }
      .mini-cart-contents .mini_cart_item dl.variation dd {
        margin-left: 0;
        margin-bottom: 10px; }
        .mini-cart-contents .mini_cart_item dl.variation dd p {
          margin: 0; }
    .mini-cart-contents .mini_cart_item .attachment-woocommerce_thumbnail {
      max-width: 145px;
      border-right: 1px solid #000;
      height: auto;
      margin-right: 10px;
      padding: 40px 20px; }
      @media (max-width: 1366px) {
        .mini-cart-contents .mini_cart_item .attachment-woocommerce_thumbnail {
          max-width: 115px;
          padding: 40px 10px; } }
    .mini-cart-contents .mini_cart_item span.quantity {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-right: 10px;
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px;
      max-width: 80px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      line-height: 1;
      font-size: 18px; }
      @media (max-width: 1366px) {
        .mini-cart-contents .mini_cart_item span.quantity {
          font-size: 16px; } }
    .mini-cart-contents .mini_cart_item .woocommerce-Price-amount {
      font-size: 18px; }
      @media (max-width: 1366px) {
        .mini-cart-contents .mini_cart_item .woocommerce-Price-amount {
          font-size: 16px; } }
  .mini-cart-contents p.woocommerce-mini-cart__total.total {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 22.5px 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -1px;
    text-transform: uppercase;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .mini-cart-contents p.woocommerce-mini-cart__total.total {
        font-size: 16px;
        padding: 17.5px 10px; } }
    .mini-cart-contents p.woocommerce-mini-cart__total.total strong {
      font-weight: 500; }
    .mini-cart-contents p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
      margin-left: auto;
      font-size: 18px; }
      @media (max-width: 1366px) {
        .mini-cart-contents p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
          font-size: 16px; } }
  .mini-cart-contents .widget.woocommerce.widget_shopping_cart,
  .mini-cart-contents .widget_shopping_cart_content {
    height: 100%; }
  .mini-cart-contents .widget_shopping_cart_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .mini-cart-contents .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
      margin-top: auto;
      margin-bottom: 0;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 1366px) {
        .mini-cart-contents .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
          padding: 5px 10px; } }
      .mini-cart-contents .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
        -ms-flex-preferred-size: calc(50% - 5px);
            flex-basis: calc(50% - 5px);
        background-color: #EDE1CB;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: bold;
        font-size: 14px;
        border-radius: 50px;
        height: 50px; }
        .mini-cart-contents .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:last-child {
          margin-left: 10px;
          background-color: #000;
          color: #FFF2DA; }

ul.products {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

li.product {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  position: relative;
  min-height: 500px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin-bottom: -1px;
  overflow: hidden; }
  @media (max-width: 1366px) {
    li.product {
      min-height: 420px; } }
  @media (max-width: 1180px) {
    li.product {
      min-height: 380px; } }
  @media (max-width: 960px) {
    li.product {
      min-height: 340px; } }
  li.product:hover .add_to_cart_button {
    opacity: 1; }
  li.product:hover .product-weight-list {
    opacity: 1; }
    @media (max-width: 960px) {
      li.product:hover .product-weight-list {
        opacity: 0; } }
  li.product:hover .product-box-right .add-to-wishlist svg {
    opacity: .15;
    pointer-events: all; }
  li.product .add_to_cart_button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    background-color: #FFD700;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    height: 50px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 25px;
    border-radius: 50px;
    font-weight: bold; }
    @media (max-width: 960px) {
      li.product .add_to_cart_button {
        opacity: 0 !important; } }
    @media (max-width: 1080px) {
      li.product .add_to_cart_button {
        top: 5px;
        right: 5px; } }
    li.product .add_to_cart_button.inactive {
      background-color: #EDE1CB;
      color: rgba(0, 0, 0, 0.3);
      pointer-events: none; }
  li.product .close-product-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
  li.product .product-box-footer {
    display: none; }
  li.product .product-box-right {
    max-width: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100%;
    text-align: right; }
    @media (max-width: 1080px) {
      li.product .product-box-right {
        bottom: 10px;
        right: 10px;
        max-width: calc(100% - 20px);
        text-align: left; } }
    li.product .product-box-right .add-to-wishlist {
      width: 100%;
      margin-left: auto;
      margin-bottom: 10px;
      width: 22px;
      height: 22px;
      position: relative; }
      @media (max-width: 1440px) {
        li.product .product-box-right .add-to-wishlist {
          margin-bottom: 0; } }
      @media (max-width: 1080px) {
        li.product .product-box-right .add-to-wishlist {
          position: absolute;
          bottom: 0;
          right: 0; } }
      li.product .product-box-right .add-to-wishlist svg {
        opacity: 0;
        pointer-events: none; }
        li.product .product-box-right .add-to-wishlist svg.small {
          -webkit-transition: all 0.35s cubic-bezier(0.83, 0.12, 0.4, 1.34);
          -o-transition: all 0.35s cubic-bezier(0.83, 0.12, 0.4, 1.34);
          transition: all 0.35s cubic-bezier(0.83, 0.12, 0.4, 1.34); }
          @media (max-width: 960px) {
            li.product .product-box-right .add-to-wishlist svg.small {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%) scale(1);
                  -ms-transform: translate(-50%, -50%) scale(1);
                      transform: translate(-50%, -50%) scale(1); } }
        li.product .product-box-right .add-to-wishlist svg.large {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) scale(1.5);
              -ms-transform: translate(-50%, -50%) scale(1.5);
                  transform: translate(-50%, -50%) scale(1.5);
          opacity: 0;
          -webkit-transition: all 0.55s cubic-bezier(0.83, 0.12, 0.4, 1.34);
          -o-transition: all 0.55s cubic-bezier(0.83, 0.12, 0.4, 1.34);
          transition: all 0.55s cubic-bezier(0.83, 0.12, 0.4, 1.34);
          -webkit-transition-delay: .12s;
               -o-transition-delay: .12s;
                  transition-delay: .12s; }
      li.product .product-box-right .add-to-wishlist.added svg {
        pointer-events: all; }
        li.product .product-box-right .add-to-wishlist.added svg.large {
          -webkit-transform: translate(-50%, -50%) scale(1);
              -ms-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1);
          opacity: 1; }
        li.product .product-box-right .add-to-wishlist.added svg.small {
          -webkit-transform: translate(-50%, -50%) scale(0.5);
              -ms-transform: translate(-50%, -50%) scale(0.5);
                  transform: translate(-50%, -50%) scale(0.5); }
    li.product .product-box-right span {
      font-size: 18px;
      text-transform: uppercase; }
      @media (max-width: 1366px) {
        li.product .product-box-right span {
          font-size: 16px; } }
    li.product .product-box-right del {
      color: rgba(0, 0, 0, 0.3);
      margin-right: 5px; }
      li.product .product-box-right del bdi, li.product .product-box-right del span {
        color: rgba(0, 0, 0, 0.3); }
    li.product .product-box-right ins {
      text-decoration: none; }
  li.product .added_to_cart {
    display: none; }
  li.product .product-weight-list {
    position: absolute;
    max-width: 50%;
    left: 10px;
    top: 10px;
    opacity: 0;
    z-index: 98; }
    @media (max-width: 1080px) {
      li.product .product-weight-list {
        left: 5px;
        top: 5px; } }
    @media (max-width: 960px) {
      li.product .product-weight-list {
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        border-top: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 100%;
        top: unset;
        background: #FFF2DA;
        padding: 10px 10px 60px;
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
        pointer-events: none;
        -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
        transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
        transition: opacity .25s ease-in-out, transform .25s ease-in-out;
        transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out; } }
    li.product .product-weight-list.visible {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
      @media (max-width: 768px) {
        li.product .product-weight-list.visible {
          z-index: 1; } }
    li.product .product-weight-list .weight-choice {
      cursor: pointer;
      margin-bottom: 5px; }
      @media (max-width: 1080px) {
        li.product .product-weight-list .weight-choice {
          margin-bottom: 2px; } }
      @media (max-width: 960px) {
        li.product .product-weight-list .weight-choice {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
      li.product .product-weight-list .weight-choice input {
        opacity: 0;
        position: absolute; }
        li.product .product-weight-list .weight-choice input:checked + label:before {
          background-color: #000; }
      li.product .product-weight-list .weight-choice label {
        cursor: pointer;
        position: relative;
        padding-left: 20px;
        font-weight: bold; }
        @media (max-width: 960px) {
          li.product .product-weight-list .weight-choice label {
            display: block;
            padding: 7px 20px; } }
        li.product .product-weight-list .weight-choice label:before {
          content: "";
          display: block;
          position: absolute;
          top: 2px;
          left: 0;
          height: 14px;
          width: 14px;
          border-radius: 50%;
          background-color: #EDE1CB;
          -webkit-transition: background-color .25s ease-in-out;
          -o-transition: background-color .25s ease-in-out;
          transition: background-color .25s ease-in-out; }
          @media (max-width: 960px) {
            li.product .product-weight-list .weight-choice label:before {
              top: 9px; } }
  li.product .yith-ywar-product-rating {
    display: none; }
  li.product .product-background-image,
  li.product .product-video-wrap {
    display: none; }

.variation-prices {
  position: relative;
  height: 30px; }
  @media (max-width: 1280px) {
    .variation-prices {
      height: 22px; } }
  .variation-prices .var-price {
    position: absolute;
    right: 0;
    top: 3px;
    -webkit-transform: translateX(7px);
        -ms-transform: translateX(7px);
            transform: translateX(7px);
    opacity: 0;
    -webkit-transition: opacity, .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity, .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out, opacity, .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity, .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity, .25s ease-in-out, -webkit-transform .25s ease-in-out; }
    @media (max-width: 960px) {
      .variation-prices .var-price {
        right: unset;
        left: 0; } }
    .variation-prices .var-price.visible {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }

.product-box-price {
  height: 30px; }
  @media (max-width: 1280px) {
    .product-box-price {
      height: 22px; } }
  .product-box-price > span {
    display: block;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (max-width: 1080px) {
      .product-box-price > span {
        max-width: 100%;
        width: 100%;
        right: 0; } }
    .product-box-price > span.hidden {
      -webkit-transform: translateX(-5px);
          -ms-transform: translateX(-5px);
              transform: translateX(-5px);
      opacity: 0; }
  .product-box-price .weight-price {
    display: block;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transition-delay: .05s;
         -o-transition-delay: .05s;
            transition-delay: .05s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    opacity: 1; }

.widget_shopping_cart_live_region.screen-reader-text {
  position: fixed !important;
  top: 140px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #000;
  color: #FFF2DA;
  height: 60px;
  font-weight: bold;
  clip: unset;
  -webkit-clip-path: unset;
          clip-path: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out; }
  @media (max-width: 1366px) {
    .widget_shopping_cart_live_region.screen-reader-text {
      top: 120px; } }
  @media (max-width: 960px) {
    .widget_shopping_cart_live_region.screen-reader-text {
      top: 50px;
      padding: 0 10px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .widget_shopping_cart_live_region.screen-reader-text.visible {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }

.product-list.top-sellers li.product .product-background-image,
.product-list.latest-products li.product .product-background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  opacity: 0; }

.product-list.top-sellers li.product .product-video-wrap,
.product-list.latest-products li.product .product-video-wrap {
  display: block;
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  z-index: -1;
  opacity: 0; }
  .product-list.top-sellers li.product .product-video-wrap video,
  .product-list.latest-products li.product .product-video-wrap video {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%; }

.product-list.top-sellers li.product:hover .product-background-image,
.product-list.top-sellers li.product:hover .product-video-wrap,
.product-list.latest-products li.product:hover .product-background-image,
.product-list.latest-products li.product:hover .product-video-wrap {
  opacity: 1; }

.product-list.top-sellers li.product:hover span, .product-list.top-sellers li.product:hover p, .product-list.top-sellers li.product:hover h2,
.product-list.top-sellers li.product:hover .product-box-right, .product-list.top-sellers li.product:hover .add_to_cart_button,
.product-list.top-sellers li.product:hover .product-weight-list,
.product-list.latest-products li.product:hover span,
.product-list.latest-products li.product:hover p,
.product-list.latest-products li.product:hover h2,
.product-list.latest-products li.product:hover .product-box-right,
.product-list.latest-products li.product:hover .add_to_cart_button,
.product-list.latest-products li.product:hover .product-weight-list {
  display: none; }

.favorites-row .product-list li span, .favorites-row .product-list li p, .favorites-row .product-list li div, .favorites-row .product-list li h2 {
  color: #FFF2DA; }

.favorites-row .product-list li del {
  color: #FFF2DA; }

.favorites-row .product-list li del bdi {
  color: #FFF2DA;
  opacity: .3; }

.favorites-row .product-list li del bdi span {
  color: #FFF2DA; }

.favorites-row .product-list li .add-to-wishlist svg {
  opacity: 0; }
  .favorites-row .product-list li .add-to-wishlist svg path {
    fill: #FFF2DA; }

.favorites-row .product-list li:hover .add_to_cart_button {
  display: none; }

.favorites-row .product-list li:hover .add-to-wishlist {
  pointer-events: all; }
  .favorites-row .product-list li:hover .add-to-wishlist svg {
    opacity: .3;
    pointer-events: all; }
    .favorites-row .product-list li:hover .add-to-wishlist svg:hover {
      opacity: 1; }

.product__image {
  text-align: center;
  margin-top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25% 0; }
  @media (max-width: 1366px) {
    .product__image img {
      max-width: 80%;
      height: auto; } }
  @media (max-width: 1366px) {
    .product__image {
      padding: 15% 0; } }
  @media (max-width: 960px) {
    .product__image {
      padding: 0 0 15%; } }

.product__titles {
  max-width: 50%;
  position: absolute;
  bottom: 10px;
  left: 10px; }
  @media (max-width: 1080px) {
    .product__titles {
      bottom: 30px;
      max-width: calc(100% - 20px); } }
  .product__titles .woocommerce-loop-product__title {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    text-align: left; }
    @media (max-width: 1366px) {
      .product__titles .woocommerce-loop-product__title {
        font-size: 16px; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat; }

.slick-prev,
.slick-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #000;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  @media (max-width: 960px) {
    .slick-prev,
    .slick-next {
      height: 60px;
      width: 60px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
  .slick-prev:before,
  .slick-next:before {
    display: block;
    line-height: 0;
    width: 18px;
    height: 18px; }

.slick-prev {
  left: -40px; }
  @media (max-width: 960px) {
    .slick-prev {
      left: -10px; } }
  @media (max-width: 660px) {
    .slick-prev {
      left: -20px; } }
  .slick-prev:before {
    content: ''; }

.slick-next {
  right: -40px; }
  @media (max-width: 960px) {
    .slick-next {
      right: -10px; } }
  @media (max-width: 660px) {
    .slick-next {
      right: -20px; } }
  .slick-next:before {
    content: ''; }

.slick-dots {
  position: absolute;
  top: -28px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16.66667%;
  margin: 0;
  left: 0;
  right: 0; }
  @media (max-width: 660px) {
    .slick-dots {
      padding: 0; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: 0;
      background: #EDE1CB;
      display: block;
      height: 8px;
      width: 8px;
      outline: none;
      line-height: 0px;
      border-radius: 50%;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .slick-dots li.slick-active button {
      background: #000; }

@media (max-width: 960px) {
  .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 960px) {
  .about-content .flex-child {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    width: 100% !important; } }

@media (max-width: 960px) {
  .about-content .right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 960px) {
  .about-content .right-col .content-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.about-content .content-wrap {
  padding: 40vh 15%;
  color: #FFF2DA;
  font-size: 18px; }
  @media (max-width: 1366px) {
    .about-content .content-wrap {
      padding: 30vh 15%;
      font-size: 16px; } }
  @media (max-width: 1280px) {
    .about-content .content-wrap {
      padding: 25vh 15%; } }
  @media (max-width: 1080px) {
    .about-content .content-wrap {
      padding: 10vh 10%; } }
  @media (max-width: 960px) {
    .about-content .content-wrap {
      padding: 10vh 10px; } }
  .about-content .content-wrap h2 {
    color: #FFF2DA;
    font-weight: normal;
    font-size: 70px;
    margin: 0 0 20px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase; }
    @media (max-width: 1366px) {
      .about-content .content-wrap h2 {
        font-size: 60px; } }
    @media (max-width: 1280px) {
      .about-content .content-wrap h2 {
        font-size: 42px; } }
  .about-content .content-wrap p {
    color: #FFF2DA;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .about-content .content-wrap p {
        font-size: 16px; } }

.about-content .image-wrapper {
  background-size: 90%;
  background-position: center;
  height: calc(100vh - 120px); }
  @media (max-width: 768px) {
    .about-content .image-wrapper {
      height: 60vh; } }

.blog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 10px; }
  .blog-grid .featured-post {
    margin: 0 0 0 -10px; }
    .blog-grid .featured-post .content-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px; }
      @media (max-width: 768px) {
        .blog-grid .featured-post .content-col {
          -ms-flex-preferred-size: 100% !important;
              flex-basis: 100% !important;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .blog-grid .featured-post .content-col .bottom-group {
        margin-top: auto;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .blog-grid .featured-post .content-col .bottom-group {
            margin-top: 60px; } }
        .blog-grid .featured-post .content-col .bottom-group .excerpt {
          color: #FFF2DA;
          margin-bottom: 15px;
          font-size: 18px;
          max-width: 60%;
          margin-right: 40%;
          line-height: 1.2; }
          @media (max-width: 1366px) {
            .blog-grid .featured-post .content-col .bottom-group .excerpt {
              font-size: 16px; } }
          @media (max-width: 1280px) {
            .blog-grid .featured-post .content-col .bottom-group .excerpt {
              max-width: 80%;
              margin-right: 20%; } }
          @media (max-width: 768px) {
            .blog-grid .featured-post .content-col .bottom-group .excerpt {
              max-width: 100%;
              margin-right: 0; } }
      .blog-grid .featured-post .content-col .title {
        margin: 0;
        font-weight: normal;
        font-size: 70px;
        color: #FFF2DA;
        line-height: 1;
        text-transform: uppercase; }
        @media (max-width: 1366px) {
          .blog-grid .featured-post .content-col .title {
            font-size: 60px; } }
        @media (max-width: 1280px) {
          .blog-grid .featured-post .content-col .title {
            font-size: 42px; } }
        @media (max-width: 1280px) {
          .blog-grid .featured-post .content-col .title {
            font-size: 42px; } }
        @media (max-width: 1100px) {
          .blog-grid .featured-post .content-col .title {
            font-size: 32px; } }
      .blog-grid .featured-post .content-col .post-info span {
        color: #FFF2DA; }
        .blog-grid .featured-post .content-col .post-info span:first-child:after {
          background-color: #FFF2DA; }
    .blog-grid .featured-post .image-col {
      background-size: cover;
      background-position: center;
      padding-bottom: 40%; }
      @media (max-width: 768px) {
        .blog-grid .featured-post .image-col {
          -ms-flex-preferred-size: 100% !important;
              flex-basis: 100% !important;
          padding-bottom: 70%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
  .blog-grid .normal-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    padding: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 10px; }
    .blog-grid .normal-post .post-thumbnail {
      background-size: cover;
      background-position: center;
      padding-bottom: 100%; }
      @media (max-width: 960px) {
        .blog-grid .normal-post .post-thumbnail {
          padding-bottom: 83%; } }
    .blog-grid .normal-post .post-content .title {
      margin: 10px 0 0;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 20px;
      line-height: 1; }
    .blog-grid .normal-post .post-content .site-button, .blog-grid .normal-post .post-content .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .blog-grid .normal-post .post-content .wc-block-components-checkout-place-order-button, .blog-grid .normal-post .post-content .empty-cart-custom a, .empty-cart-custom .blog-grid .normal-post .post-content a, .blog-grid .normal-post .post-content .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .blog-grid .normal-post .post-content input[type="submit"],
    .blog-grid .normal-post .post-content .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .blog-grid .normal-post .post-content input[type="submit"], .blog-grid .normal-post .post-content .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .blog-grid .normal-post .post-content .submit-button.create-action, .blog-grid .normal-post .post-content .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .blog-grid .normal-post .post-content a, .blog-grid .normal-post .post-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .blog-grid .normal-post .post-content .woocommerce-Button, .blog-grid .normal-post .post-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .blog-grid .normal-post .post-content .edit, .blog-grid .normal-post .post-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .blog-grid .normal-post .post-content .woocommerce-button, .blog-grid .normal-post .post-content .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .blog-grid .normal-post .post-content .button, .blog-grid .normal-post .post-content .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .blog-grid .normal-post .post-content button {
      margin-top: 50px; }
      @media (max-width: 1280px) {
        .blog-grid .normal-post .post-content .site-button, .blog-grid .normal-post .post-content .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .blog-grid .normal-post .post-content .wc-block-components-checkout-place-order-button, .blog-grid .normal-post .post-content .empty-cart-custom a, .empty-cart-custom .blog-grid .normal-post .post-content a, .blog-grid .normal-post .post-content .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .blog-grid .normal-post .post-content input[type="submit"],
        .blog-grid .normal-post .post-content .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .blog-grid .normal-post .post-content input[type="submit"], .blog-grid .normal-post .post-content .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .blog-grid .normal-post .post-content .submit-button.create-action, .blog-grid .normal-post .post-content .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .blog-grid .normal-post .post-content a, .blog-grid .normal-post .post-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .blog-grid .normal-post .post-content .woocommerce-Button, .blog-grid .normal-post .post-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .blog-grid .normal-post .post-content .edit, .blog-grid .normal-post .post-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .blog-grid .normal-post .post-content .woocommerce-button, .blog-grid .normal-post .post-content .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .blog-grid .normal-post .post-content .button, .blog-grid .normal-post .post-content .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .blog-grid .normal-post .post-content button {
          margin-top: 25px; } }

.post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px; }
  .post-info span {
    color: #000;
    text-transform: uppercase;
    font-weight: 500; }
    .post-info span:first-child {
      margin-right: 18px;
      position: relative; }
      .post-info span:first-child:after {
        content: "";
        display: block;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -11px; }

.featured-post {
  grid-column: span 4; }
  .featured-post:nth-child(10) {
    background-color: #83362D; }

.normal-post {
  grid-column: span 1; }
  @media (max-width: 960px) {
    .normal-post {
      grid-column: span 2; } }
  @media (max-width: 768px) {
    .normal-post {
      grid-column: span 4; } }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

@media (max-width: 960px) {
  .post-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 960px) {
  .post-wrapper > .flex-child {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    width: 100% !important; } }

.post-wrapper .image-col {
  background-size: cover;
  background-position: center;
  height: calc(100vh - 120px); }
  @media (max-width: 960px) {
    .post-wrapper .image-col {
      height: unset;
      padding-bottom: 100%; } }

.post-wrapper .post-main-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media (max-width: 960px) {
    .post-wrapper .post-main-content {
      height: 50vh; } }
  .post-wrapper .post-main-content .post-info {
    margin-top: 0; }
  .post-wrapper .post-main-content h1 {
    margin: 0;
    font-size: 70px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase; }
    @media (max-width: 1366px) {
      .post-wrapper .post-main-content h1 {
        font-size: 60px; } }
    @media (max-width: 1280px) {
      .post-wrapper .post-main-content h1 {
        font-size: 42px; } }
  .post-wrapper .post-main-content .post-info span {
    font-size: 14px;
    font-weight: bold; }
    .post-wrapper .post-main-content .post-info span:first-child:after {
      background-color: #FFF2DA; }
  .post-wrapper .post-main-content * {
    color: #FFF2DA;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .post-wrapper .post-main-content * {
        font-size: 16px; } }

.post-wrapper .entry-content {
  padding: 20px 15% 100px; }
  @media (max-width: 1280px) {
    .post-wrapper .entry-content {
      padding: 20px 10% 100px; } }
  @media (max-width: 960px) {
    .post-wrapper .entry-content {
      padding: 20px 10px 70px; } }
  .post-wrapper .entry-content * {
    color: #FFF2DA;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .post-wrapper .entry-content * {
        font-size: 16px; } }
  .post-wrapper .entry-content blockquote,
  .post-wrapper .entry-content blockquote p {
    padding: 0px 20px;
    text-align: center;
    font-weight: normal;
    font-size: 20px; }
    @media (max-width: 1280px) {
      .post-wrapper .entry-content blockquote,
      .post-wrapper .entry-content blockquote p {
        font-size: 18px;
        padding: 0px 10px; } }
    @media (max-width: 1080px) {
      .post-wrapper .entry-content blockquote,
      .post-wrapper .entry-content blockquote p {
        font-size: 16px;
        padding: 0; } }
  .post-wrapper .entry-content blockquote {
    width: 100%;
    margin: 0 0; }
  .post-wrapper .entry-content h2, .post-wrapper .entry-content h3, .post-wrapper .entry-content h4, .post-wrapper .entry-content h5, .post-wrapper .entry-content h6 {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 10%;
    font-size: 20px; }

.post-wrapper .share-button {
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  font-size: 14px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; }

.post-wrapper .share-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: left .25s ease-in-out, opacity .25s ease-in-out;
  -o-transition: left .25s ease-in-out, opacity .25s ease-in-out;
  transition: left .25s ease-in-out, opacity .25s ease-in-out;
  position: absolute;
  top: 0;
  left: 54%;
  pointer-events: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-wrapper .share-socials a {
    border-radius: 50%;
    width: 22px;
    height: 26px;
    margin-right: 10px; }
    .post-wrapper .share-socials a.social-x {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 26px; }
      .post-wrapper .share-socials a.social-x svg {
        width: 18px;
        height: 18px;
        fill: #FFF2DA; }
        .post-wrapper .share-socials a.social-x svg path {
          fill: #FFF2DA; }
    .post-wrapper .share-socials a svg {
      width: 22px;
      height: 22px;
      fill: #FFF2DA; }
      .post-wrapper .share-socials a svg path {
        fill: #FFF2DA; }
    .post-wrapper .share-socials a.x-share-button circle {
      fill: #FFF2DA; }
    .post-wrapper .share-socials a.x-share-button path {
      fill: #323C23; }
    .post-wrapper .share-socials a:last-child {
      margin-right: 0; }

.post-wrapper .post-share {
  position: relative;
  width: 200px;
  margin-top: 12px; }
  .post-wrapper .post-share.active .share-button {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0; }
  .post-wrapper .post-share.active .share-socials {
    pointer-events: all;
    left: 50%;
    opacity: 1; }

.archive-pagination {
  border-top: 1px solid #000;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 1366px) {
    .archive-pagination {
      height: 60px; } }
  .archive-pagination .pagination-pages {
    -ms-flex-preferred-size: calc(100% - 140px);
        flex-basis: calc(100% - 140px);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1366px) {
      .archive-pagination .pagination-pages {
        -ms-flex-preferred-size: calc(100% - 120px);
            flex-basis: calc(100% - 120px); } }
    .archive-pagination .pagination-pages li {
      list-style: none; }
    .archive-pagination .pagination-pages a, .archive-pagination .pagination-pages span {
      margin: 0 10px;
      font-size: 18px; }
      @media (max-width: 1366px) {
        .archive-pagination .pagination-pages a, .archive-pagination .pagination-pages span {
          font-size: 16px; } }
    .archive-pagination .pagination-pages a {
      color: rgba(0, 0, 0, 0.3); }
  .archive-pagination .pagination-button {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    width: 70px;
    position: relative; }
    @media (max-width: 1366px) {
      .archive-pagination .pagination-button {
        -ms-flex-preferred-size: 60px;
            flex-basis: 60px;
        width: 60px; } }
    .archive-pagination .pagination-button:after {
      content: "";
      display: block;
      border-top: 7px solid #000;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      position: absolute;
      top: 50%;
      right: 28px;
      pointer-events: none;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 960px) {
        .archive-pagination .pagination-button:after {
          right: 23px; } }
    .archive-pagination .pagination-button a {
      cursor: pointer; }
    .archive-pagination .pagination-button.prev {
      border-right: 1px solid #000; }
      .archive-pagination .pagination-button.prev:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg); }
    .archive-pagination .pagination-button.next {
      border-left: 1px solid #000; }
      .archive-pagination .pagination-button.next:after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); }
    .archive-pagination .pagination-button.noclick:after {
      opacity: .3; }

.post-navigation {
  border-top: 1px solid #000;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1366px) {
    .post-navigation {
      height: 60px; } }
  .post-navigation .post-nav {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    width: 70px;
    position: relative; }
    @media (max-width: 1366px) {
      .post-navigation .post-nav {
        -ms-flex-preferred-size: 60px;
            flex-basis: 60px;
        width: 60px; } }
    .post-navigation .post-nav.nav-prev:after, .post-navigation .post-nav.nav-next:after {
      content: "";
      display: block;
      border-top: 7px solid #000;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      position: absolute;
      top: 50%;
      right: 28px;
      pointer-events: none;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .post-navigation .post-nav.middle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-preferred-size: calc(100% - 140px);
          flex-basis: calc(100% - 140px); }
      .post-navigation .post-nav.middle a {
        text-transform: uppercase;
        font-size: 18px; }
        @media (max-width: 1366px) {
          .post-navigation .post-nav.middle a {
            font-size: 16px; } }
    .post-navigation .post-nav.nav-prev {
      border-right: 1px solid #000; }
      .post-navigation .post-nav.nav-prev:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg); }
    .post-navigation .post-nav.nav-next {
      border-left: 1px solid #000;
      margin-left: auto;
      margin-right: 0; }
      .post-navigation .post-nav.nav-next:after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); }

.career-section {
  padding: 50px 10px 25vh 10px;
  min-height: calc(100vh - 210px); }
  @media (max-width: 1180px) {
    .career-section {
      padding: 30px 10px 25vh 10px; } }
  @media (max-width: 960px) {
    .career-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px 10px 15vh 10px; } }
  @media (max-width: 960px) {
    .career-section > .flex-child {
      width: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important; } }
  .career-section .left h2 {
    margin: 0;
    font-size: 70px;
    color: #FFF2DA;
    text-transform: uppercase;
    max-width: 60%;
    margin-right: 40%;
    line-height: 1;
    font-weight: normal; }
    @media (max-width: 1440px) {
      .career-section .left h2 {
        max-width: 80%;
        margin-right: 20%; } }
    @media (max-width: 1366px) {
      .career-section .left h2 {
        font-size: 60px; } }
    @media (max-width: 1280px) {
      .career-section .left h2 {
        font-size: 42px; } }
    @media (max-width: 960px) {
      .career-section .left h2 {
        max-width: 100%;
        margin-right: 0%;
        margin-bottom: 30px; } }
  .career-section .content-wrap {
    padding-right: 10%; }
    @media (max-width: 960px) {
      .career-section .content-wrap {
        padding-right: 0; } }
    .career-section .content-wrap .site-button, .career-section .content-wrap .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .career-section .content-wrap .wc-block-components-checkout-place-order-button, .career-section .content-wrap .empty-cart-custom a, .empty-cart-custom .career-section .content-wrap a, .career-section .content-wrap .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .career-section .content-wrap input[type="submit"],
    .career-section .content-wrap .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .career-section .content-wrap input[type="submit"], .career-section .content-wrap .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .career-section .content-wrap .submit-button.create-action, .career-section .content-wrap .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .career-section .content-wrap a, .career-section .content-wrap .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .career-section .content-wrap .woocommerce-Button, .career-section .content-wrap .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .career-section .content-wrap .edit, .career-section .content-wrap .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .career-section .content-wrap .woocommerce-button, .career-section .content-wrap .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .career-section .content-wrap .button, .career-section .content-wrap .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .career-section .content-wrap button {
      margin-top: 20px; }
    .career-section .content-wrap p {
      color: #FFF2DA;
      font-size: 18px; }
      @media (max-width: 1366px) {
        .career-section .content-wrap p {
          font-size: 16px; } }
      .career-section .content-wrap p:first-child {
        margin-top: 0; }
      .career-section .content-wrap p > a {
        color: #FFF2DA;
        font-size: 18px; }
        @media (max-width: 1366px) {
          .career-section .content-wrap p > a {
            font-size: 16px; } }
    .career-section .content-wrap li {
      color: #FFF2DA;
      font-size: 18px; }
      @media (max-width: 1366px) {
        .career-section .content-wrap li {
          font-size: 16px; } }

.woocommerce-cart .tool-button.cart,
.woocommerce-checkout .tool-button.cart {
  pointer-events: none; }
  .woocommerce-cart .tool-button.cart .cart-count,
  .woocommerce-checkout .tool-button.cart .cart-count {
    display: none !important; }

.woocommerce-cart .type-page,
.woocommerce-checkout .type-page {
  position: relative; }

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: normal;
  margin: 0;
  line-height: .82;
  border-bottom: 1px solid #000;
  height: 70px;
  width: 100%;
  z-index: 2; }
  @media (max-width: 1366px) {
    .woocommerce-cart .entry-title,
    .woocommerce-checkout .entry-title {
      font-size: 60px;
      height: 60px; } }
  @media (max-width: 1280px) {
    .woocommerce-cart .entry-title,
    .woocommerce-checkout .entry-title {
      font-size: 42px;
      height: 42px; } }
  @media (max-width: 768px) {
    .woocommerce-cart .entry-title,
    .woocommerce-checkout .entry-title {
      font-size: 32px; } }

.woocommerce-cart .is-large.wc-block-cart,
.woocommerce-checkout .is-large.wc-block-cart {
  margin-bottom: 0; }

@media (max-width: 960px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__submit-container--sticky,
  .woocommerce-checkout .wc-block-cart .wc-block-cart__submit-container--sticky {
    position: relative !important; } }

.woocommerce-cart .wc-block-components-formatted-money-amount,
.woocommerce-checkout .wc-block-components-formatted-money-amount {
  font-size: 18px;
  font-weight: 500 !important; }
  @media (max-width: 1366px) {
    .woocommerce-cart .wc-block-components-formatted-money-amount,
    .woocommerce-checkout .wc-block-components-formatted-money-amount {
      font-size: 16px; } }

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 0;
  margin-top: 0; }
  @media (max-width: 960px) {
    .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
    .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
      width: 100%; } }

.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
  background-color: #EDE1CB;
  margin-top: 0;
  padding-left: 0;
  border-left: 1px solid #000;
  width: 35%;
  min-height: calc(100vh - 140px);
  position: fixed;
  top: 140px;
  right: 0; }
  @media (max-width: 1366px) {
    .woocommerce-cart .wc-block-components-sidebar,
    .woocommerce-checkout .wc-block-components-sidebar {
      top: 120px;
      min-height: calc(100vh - 120px); } }
  @media (max-width: 960px) {
    .woocommerce-cart .wc-block-components-sidebar,
    .woocommerce-checkout .wc-block-components-sidebar {
      width: 100%;
      position: relative !important;
      top: 0 !important;
      min-height: unset;
      margin-top: -1px !important;
      border-top: 1px solid #000;
      border-left: 0;
      border-bottom: 1px solid #000; } }
  .woocommerce-cart .wc-block-components-sidebar h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
  .woocommerce-checkout .wc-block-components-sidebar h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    display: none; }
  .woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button {
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: 3px;
    text-align: left; }
    @media (max-width: 1366px) {
      .woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button,
      .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button {
        font-size: 16px; } }
    .woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button:before,
    .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button:before {
      content: "";
      display: block;
      width: 13px;
      height: 3px;
      background-color: #000;
      position: absolute;
      right: 3px;
      top: 10px; }
      @media (max-width: 700px) {
        .woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button:before,
        .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button:before {
          top: 7px; } }
    .woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button:after,
    .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button:after {
      content: "";
      display: block;
      height: 13px;
      width: 3px;
      background-color: #000;
      position: absolute;
      right: 8px;
      top: 5px; }
      @media (max-width: 700px) {
        .woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button:after,
        .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button:after {
          top: 2px; } }
    .woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button[aria-expanded="true"]:after,
    .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button[aria-expanded="true"]:after {
      display: none; }
    .woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button svg,
    .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button svg {
      display: none; }
  .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon__form {
    display: block; }
  .woocommerce-cart .wc-block-components-sidebar .wc-block-components-text-input.wc-block-components-totals-coupon__input input,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-text-input.wc-block-components-totals-coupon__input input {
    border: 0;
    height: 50px;
    background-color: #FFF2DA;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    outline: 0;
    font-weight: 600; }
  .woocommerce-cart .wc-block-components-sidebar .wc-block-components-text-input.wc-block-components-totals-coupon__input label,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-text-input.wc-block-components-totals-coupon__input label {
    display: none !important; }
  .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon__form {
    text-align: center; }
  .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
  .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    padding: 23px 0; }
    @media (max-width: 1366px) {
      .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
      .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
        padding: 19.5px 0; } }
    @media (max-width: 960px) {
      .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
      .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
        padding: 13.5px 0 16px; } }
    @media (max-width: 700px) {
      .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
      .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
        padding: 12.5px 10px 15px; } }
  .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block,
  .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block,
  .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block,
  .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
    border: 0;
    border-radius: 0; }
  @media (max-width: 960px) {
    .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-cart-order-summary-coupon-form-block),
    .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-cart-order-summary-coupon-form-block) {
      padding: 7px 0; } }
  .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper,
  .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    padding-top: 8px; }
  .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
  .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block,
  .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
  .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-bottom: 20px; }
    @media (max-width: 960px) {
      .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
      .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block,
      .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
      .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
        padding-bottom: 10px; } }
    @media (max-width: 715px) {
      .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
      .woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block,
      .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
      .woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
        padding-bottom: 10px; } }
  .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    border-top: 0; }
    .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item,
    .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item {
      padding: 6px 10px; }
  .woocommerce-cart .wc-block-components-sidebar button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
  .woocommerce-checkout .wc-block-components-sidebar button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background-color: #000;
    cursor: pointer;
    margin-top: 10px;
    border: 0;
    outline: 0; }
    .woocommerce-cart .wc-block-components-sidebar button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained span,
    .woocommerce-checkout .wc-block-components-sidebar button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained span {
      color: #FFF2DA;
      font-size: 14px;
      font-weight: 600; }
  .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item__label,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item__label,
      .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__label {
        font-size: 16px; } }
  .woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__submit {
    border-top: 1px solid #000; }
    @media (max-width: 768px) {
      .woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit,
      .woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__submit {
        margin-bottom: 0; } }
  .woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container .wc-block-cart__submit-button,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__submit-container .wc-block-cart__submit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #FFD700;
    max-width: calc(100% - 20px);
    margin: 10px;
    height: 60px;
    border-radius: 60px; }
    .woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container .wc-block-cart__submit-button span,
    .woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__submit-container .wc-block-cart__submit-button span {
      color: #000;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600; }
  .woocommerce-cart .wc-block-components-sidebar span.subtotals-title,
  .woocommerce-checkout .wc-block-components-sidebar span.subtotals-title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 10px 13px;
    border-bottom: 1px solid #000;
    font-size: 70px;
    font-weight: normal;
    line-height: .82;
    margin-bottom: 5px; }
    @media (max-width: 1366px) {
      .woocommerce-cart .wc-block-components-sidebar span.subtotals-title,
      .woocommerce-checkout .wc-block-components-sidebar span.subtotals-title {
        font-size: 60px; } }
    @media (max-width: 1280px) {
      .woocommerce-cart .wc-block-components-sidebar span.subtotals-title,
      .woocommerce-checkout .wc-block-components-sidebar span.subtotals-title {
        font-size: 42px; } }
    @media (max-width: 960px) {
      .woocommerce-cart .wc-block-components-sidebar span.subtotals-title,
      .woocommerce-checkout .wc-block-components-sidebar span.subtotals-title {
        padding-top: 5px; } }
    @media (max-width: 768px) {
      .woocommerce-cart .wc-block-components-sidebar span.subtotals-title,
      .woocommerce-checkout .wc-block-components-sidebar span.subtotals-title {
        font-size: 32px; } }

.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item,
.woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 700px) {
  .woocommerce-cart .wc-block-components-totals-item,
  .woocommerce-checkout .wc-block-components-totals-item {
    padding: 0 10px; } }

.woocommerce-cart .footer-logo,
.woocommerce-cart .newsletter-row,
.woocommerce-checkout .footer-logo,
.woocommerce-checkout .newsletter-row {
  display: none; }

.woocommerce-cart .wc-block-components-sidebar-layout,
.woocommerce-checkout .wc-block-components-sidebar-layout {
  margin: 0 !important; }

.woocommerce-cart .is-medium .wc-block-cart__sidebar,
.woocommerce-cart .is-mobile .wc-block-cart__sidebar,
.woocommerce-cart .is-small .wc-block-cart__sidebar,
.woocommerce-checkout .is-medium .wc-block-cart__sidebar,
.woocommerce-checkout .is-mobile .wc-block-cart__sidebar,
.woocommerce-checkout .is-small .wc-block-cart__sidebar {
  margin-bottom: 0; }

.woocommerce-cart a.wc-block-checkout__login-prompt,
.woocommerce-checkout a.wc-block-checkout__login-prompt {
  display: block;
  width: 100%;
  float: none;
  margin-top: 0 !important;
  height: 60px;
  background: #000;
  position: relative;
  color: #FFF2DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  font-size: 14px !important; }

.woocommerce-cart #wc-guest-checkout-notice,
.woocommerce-checkout #wc-guest-checkout-notice {
  display: none; }

.woocommerce-cart #contact .wc-block-components-validation-error,
.woocommerce-checkout #contact .wc-block-components-validation-error {
  padding: 10px 0; }
  .woocommerce-cart #contact .wc-block-components-validation-error svg,
  .woocommerce-checkout #contact .wc-block-components-validation-error svg {
    display: none; }

.woocommerce-cart .wc-block-components-password-strength .wc-block-components-password-strength__result span,
.woocommerce-checkout .wc-block-components-password-strength .wc-block-components-password-strength__result span {
  font-weight: 600; }

@media (max-width: 768px) {
  .woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  .woocommerce-checkout .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-right: 0; } }

.woocommerce-cart #footer,
.woocommerce-checkout #footer {
  display: none; }

html.logged-in #contact-fields {
  padding-top: 40px; }
  html.logged-in #contact-fields .wc-block-components-checkout-step__heading {
    display: none; }

html:not(.logged-in) #contact-fields .wc-block-components-checkout-step__content {
  position: relative; }
  html:not(.logged-in) #contact-fields .wc-block-components-checkout-step__content:before {
    content: "\3A3\3A4\39F\399\3A7\395\399\391   \395\3A0\399\39A\39F\399\39D\3A9\39D\399\391\3A3";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0; }
    @media (max-width: 1366px) {
      html:not(.logged-in) #contact-fields .wc-block-components-checkout-step__content:before {
        font-size: 16px; } }

html:not(.logged-in).woocommerce-order-received #content .woocommerce {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0; }
  @media (max-width: 520px) {
    html:not(.logged-in).woocommerce-order-received #content .woocommerce {
      max-width: calc(100% - 20px); } }

html:not(.logged-in).woocommerce-order-received #content p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  line-height: 1; }

html:not(.logged-in).woocommerce-order-received #content p, html:not(.logged-in).woocommerce-order-received #content div {
  font-size: 18px;
  line-height: 1.2; }

html:not(.logged-in).woocommerce-order-received #content span.form-title {
  border-top: 1px solid #000;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px; }

html:not(.logged-in).woocommerce-order-received #content .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  html:not(.logged-in).woocommerce-order-received #content .form-row label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px; }
  html:not(.logged-in).woocommerce-order-received #content .form-row input[type="text"],
  html:not(.logged-in).woocommerce-order-received #content .form-row input[type="password"] {
    border: 0;
    height: 70px;
    background-color: #EDE1CB;
    border-radius: 70px;
    padding: 0 20px;
    outline: 0;
    font-size: 16px;
    font-weight: bold;
    width: 100%; }

html:not(.logged-in).woocommerce-order-received #content label.woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 0; }
  html:not(.logged-in).woocommerce-order-received #content label.woocommerce-form-login__rememberme input {
    display: none; }
    html:not(.logged-in).woocommerce-order-received #content label.woocommerce-form-login__rememberme input:checked + span:after {
      display: block; }
  html:not(.logged-in).woocommerce-order-received #content label.woocommerce-form-login__rememberme span {
    cursor: pointer;
    position: relative;
    padding-left: 30px; }
    html:not(.logged-in).woocommerce-order-received #content label.woocommerce-form-login__rememberme span:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-color: #EDE1CB;
      border-radius: 50%;
      position: absolute;
      top: -2px;
      left: 0; }
    html:not(.logged-in).woocommerce-order-received #content label.woocommerce-form-login__rememberme span:after {
      content: "";
      display: block;
      width: 4px;
      height: 8px;
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      position: absolute;
      top: 4px;
      left: 8px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      display: none; }

html:not(.logged-in).woocommerce-order-received #content p.lost_password {
  text-align: right;
  text-decoration: underline; }
  html:not(.logged-in).woocommerce-order-received #content p.lost_password a {
    font-weight: bold; }

.woocommerce-cart .entry-title {
  height: 71px; }
  @media (max-width: 1366px) {
    .woocommerce-cart .entry-title {
      height: 61px; } }
  @media (max-width: 1280px) {
    .woocommerce-cart .entry-title {
      padding-top: 10px; } }

.woocommerce-cart .wc-block-cart table.wc-block-cart-items {
  margin-bottom: 0; }

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 1px solid #000 !important; }

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th {
  padding: 22px 10px;
  white-space: nowrap; }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-product {
    border-right: 0; }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th:first-child {
    border-left: 0;
    border-right: 0;
    position: relative;
    text-align: left; }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th:last-child {
    border-right: 0;
    border-left: 0; }

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 1px solid #000;
  border-left: 1px solid #000; }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td:first-child {
    border-left: 0; }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td:last-child {
    border-left: 0; }

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
  padding: 30px 10px;
  vertical-align: middle; }
  .woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
    min-width: 140px; }

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap > * {
  margin: 0; }

.woocommerce-cart a.wc-block-components-product-name {
  text-transform: uppercase;
  margin: 0 0; }

.woocommerce-cart .wc-block-cart-item__product {
  padding-left: 10px;
  position: relative; }

.woocommerce-cart .wc-block-cart-items__header {
  font-size: 18px; }
  @media (max-width: 1366px) {
    .woocommerce-cart .wc-block-cart-items__header {
      font-size: 16px; } }
  .woocommerce-cart .wc-block-cart-items__header th {
    border-right: 1px solid #000;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .woocommerce-cart .wc-block-cart-items__header th {
        font-size: 16px; } }
    .woocommerce-cart .wc-block-cart-items__header th span {
      font-size: 18px; }
      @media (max-width: 1366px) {
        .woocommerce-cart .wc-block-cart-items__header th span {
          font-size: 16px; } }

.woocommerce-cart .wc-block-components-product-name {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 100% !important;
  width: 100%;
  font-size: 18px; }
  @media (max-width: 1366px) {
    .woocommerce-cart .wc-block-components-product-name {
      font-size: 16px; } }

.woocommerce-cart .wc-block-cart-item__prices,
.woocommerce-cart .wc-block-cart-item__quantity {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  text-align: center;
  width: 100%; }

.woocommerce-cart .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none; }

.woocommerce-cart .cart-product-attribute {
  display: block;
  font-size: 18px; }
  @media (max-width: 1366px) {
    .woocommerce-cart .cart-product-attribute {
      font-size: 16px; } }

.woocommerce-cart .wc-block-components-product-metadata {
  display: none; }

.woocommerce-cart .wc-block-cart-item__prices .price.wc-block-components-product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px; }
  @media (max-width: 1366px) {
    .woocommerce-cart .wc-block-cart-item__prices .price.wc-block-components-product-price {
      font-size: 16px; } }
  @media (max-width: 713px) {
    .woocommerce-cart .wc-block-cart-item__prices .price.wc-block-components-product-price {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 0 10px 20px; } }

@media (max-width: 713px) {
  .woocommerce-cart .wc-block-cart-item__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 10px 0 20px !important; } }

.woocommerce-cart .wc-block-components-product-price__value.is-discounted {
  margin-left: 0; }

.woocommerce-cart .wc-block-components-product-price__regular {
  opacity: .5; }

.woocommerce-cart .wc-block-components-product-price {
  font-size: 18px; }
  @media (max-width: 1366px) {
    .woocommerce-cart .wc-block-components-product-price {
      font-size: 16px; } }

.woocommerce-cart .wc-block-cart-item__quantity {
  position: relative; }
  @media (max-width: 713px) {
    .woocommerce-cart .wc-block-cart-item__quantity {
      display: block !important;
      text-align: left; } }
  .woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    position: absolute;
    bottom: -32px;
    font-size: 12px !important; }
    @media (max-width: 713px) {
      .woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        left: 0;
        position: relative;
        bottom: 0;
        margin: 15px 20px !important; } }

.woocommerce-cart .wc-block-cart-item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    background-color: #EDE1CB;
    max-width: 200px;
    margin: 0 auto;
    height: 70px;
    border-radius: 70px; }
    @media (max-width: 1366px) {
      .woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
        border-radius: 60px;
        height: 60px; } }

.woocommerce-cart .wc-block-components-quantity-selector {
  margin: 0 10px !important;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce-cart .wc-block-components-quantity-selector:after {
    display: none; }
  .woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
    font-size: 18px;
    font-weight: 500; }
    @media (max-width: 1366px) {
      .woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
        font-size: 16px; } }
  .woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background-color: #FFF2DA;
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin: 0 10px;
    font-weight: bold; }
    @media (max-width: 1366px) {
      .woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
        font-size: 16px;
        margin: 0 5px; } }

.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row {
  grid-template-columns: 25% 132px; }
  @media (max-width: 960px) {
    .woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
    .woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
    .woocommerce-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row {
      grid-template-columns: 100px 132px; } }

@media (max-width: 713px) {
  .woocommerce-cart .wc-block-cart-items__row {
    border-bottom: 1px solid #000;
    padding: 0 0 !important; } }

.woocommerce-cart .wc-block-cart-items__row:last-child {
  border-bottom: 0; }

.woocommerce-cart td.wc-block-cart-item__image {
  border-right: 1px solid #000 !important;
  padding: 36px 0 !important; }
  @media (max-width: 960px) {
    .woocommerce-cart td.wc-block-cart-item__image > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

/* Ensure the parent container is using flexbox */
.wc-block-cart-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Allows wrapping for responsive behavior */ }
  @media (max-width: 713px) {
    .wc-block-cart-item__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .wc-block-cart-item__wrap a.wc-block-components-product-name {
    -ms-flex-preferred-size: calc(75% - 200px);
        flex-basis: calc(75% - 200px);
    max-width: calc(75% - 200px);
    width: 100%; }
    @media (max-width: 713px) {
      .wc-block-cart-item__wrap a.wc-block-components-product-name {
        padding: 20px 20px 10px;
        line-height: 1 !important; } }
    @media (max-width: 713px) {
      .wc-block-cart-item__wrap a.wc-block-components-product-name span {
        display: block;
        margin-top: 5px; } }
  .wc-block-cart-item__wrap .wc-block-cart-item__prices,
  .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: 100%; }
    @media (max-width: 520px) {
      .wc-block-cart-item__wrap .wc-block-cart-item__prices,
      .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
  .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    max-width: 200px;
    width: 100%; }
    @media (max-width: 713px) {
      .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.woocommerce-checkout .is-large .wc-block-checkout__sidebar.is-sticky {
  position: fixed;
  top: 140px;
  right: 0; }
  @media (max-width: 1366px) {
    .woocommerce-checkout .is-large .wc-block-checkout__sidebar.is-sticky {
      top: 120px; } }

.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin: 0;
  padding-top: 0; }

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0; }
  @media (max-width: 715px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
      border-radius: 0 !important;
      padding: 0 !important;
      border-bottom: 1px solid #000; } }
  @media (max-width: 715px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
      text-align: left !important;
      padding-left: 10px;
      font-size: 32px !important; } }
  @media (max-width: 715px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title.is-open {
      border-bottom: 1px solid #000 !important; } }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    display: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: normal;
    height: 70px;
    margin: 0;
    line-height: .82;
    border-bottom: 1px solid #000; }
    @media (max-width: 1366px) {
      .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
        font-size: 60px;
        height: 60px; } }
    @media (max-width: 1280px) {
      .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
        font-size: 42px;
        height: 62px;
        padding-top: 10px; } }
    @media (max-width: 723px) {
      .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
        height: 52px;
        border-bottom: 0; } }

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0;
  padding: 30px 15% 60px;
  border-bottom: 1px solid #000; }
  @media (max-width: 1280px) {
    .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
      padding: 30px 10% 60px; } }
  @media (max-width: 1080px) {
    .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
      padding: 20px 5% 40px; } }
  @media (max-width: 960px) {
    .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
      padding: 20px 10px 40px; } }
  @media (max-width: 600px) {
    .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
      margin-bottom: 0; } }
  @media (max-width: 600px) {
    .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step:after {
      display: none; } }

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  padding: 0;
  max-height: calc(100vh - 340px);
  overflow-y: auto;
  scrollbar-width: none; }
  @media (max-width: 1366px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
      max-height: calc(100vh - 300px); } }
  @media (max-width: 960px) {
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
      max-height: unset;
      overflow-y: visible; } }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper .wc-block-components-order-summary-item:last-child {
    border-bottom: 0 !important; }
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper .wc-block-components-order-summary-item:last-child > .wc-block-components-order-summary-item__image {
      padding-bottom: 40px; }

.woocommerce-checkout .wc-block-components-order-summary.is-large {
  padding: 0; }

.woocommerce-checkout .wc-block-components-order-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #000;
  padding: 0 !important; }
  .woocommerce-checkout .wc-block-components-order-summary-item:last-child {
    border-bottom: 1px solid #000 !important; }
  .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    padding-left: 10px;
    -ms-flex-preferred-size: calc(100% - 235px);
        flex-basis: calc(100% - 235px); }
    @media (max-width: 1366px) {
      .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
        -ms-flex-preferred-size: calc(100% - 200px);
            flex-basis: calc(100% - 200px); } }
    @media (max-width: 1080px) {
      .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
        -ms-flex-preferred-size: calc(100% - 130px);
            flex-basis: calc(100% - 130px);
        line-height: 1; } }
    @media (max-width: 960px) {
      .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
        -ms-flex-preferred-size: calc(100% - 160px);
            flex-basis: calc(100% - 160px); } }
    .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
      -webkit-box-flex: unset;
          -ms-flex-positive: unset;
              flex-grow: unset; }
    .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices {
      padding-top: 0; }
      .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices span, .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices del, .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices ins {
        font-size: 18px; }
        @media (max-width: 1366px) {
          .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices span, .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices del, .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices ins {
            font-size: 16px; } }
      .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices del {
        opacity: .5; }
    .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
      margin: 0; }
  .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 10px;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px; }
  .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    -ms-flex-preferred-size: 135px;
        flex-basis: 135px;
    border-right: 1px solid #000;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1366px) {
      .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px; } }
    @media (max-width: 1080px) {
      .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
        -ms-flex-preferred-size: 60px;
            flex-basis: 60px; } }
    @media (max-width: 960px) {
      .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px; } }
    .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
      max-width: 105px;
      height: auto;
      width: 100%; }
    .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
      top: 60px;
      right: 35px;
      -webkit-box-shadow: unset;
              box-shadow: unset;
      min-height: 26px;
      min-width: 26px;
      border-radius: 50%;
      border: 0;
      background-color: #FFD700; }
      @media (max-width: 1080px) {
        .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
          min-height: 20px;
          min-width: 20px;
          top: 50px;
          right: 15px; } }
      .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity span {
        font-size: 12px;
        font-weight: bold; }
        @media (max-width: 1080px) {
          .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity span {
            font-size: 10px; } }

.woocommerce-checkout .wc-block-components-product-details__name {
  display: none; }

.woocommerce-checkout .wc-block-components-product-details {
  margin-top: 0 !important; }

.woocommerce-checkout span.wc-block-components-product-details__value {
  font-size: 18px; }
  @media (max-width: 1366px) {
    .woocommerce-checkout span.wc-block-components-product-details__value {
      font-size: 16px; } }

.woocommerce-checkout .wc-block-components-form {
  margin-top: 0; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__heading {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__heading h2 {
      font-weight: 500;
      font-size: 18px; }
      @media (max-width: 1366px) {
        .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__heading h2 {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__heading h2 {
          margin-top: 20px; } }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__description {
    display: none; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input {
    margin-top: 10px;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; }
    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input {
      background-color: #EDE1CB !important;
      height: 60px !important;
      border-radius: 50px !important;
      padding: 0 25px !important;
      border: 0 !important;
      font-weight: 600; }
    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label {
      color: #000;
      left: 25px;
      top: 30px;
      font-weight: 600; }
  .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__label label {
    font-weight: 600; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__container textarea {
    background-color: #EDE1CB !important;
    height: 200px !important;
    border-radius: 30px !important;
    padding: 10px 25px !important;
    border: 0 !important; }
  .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select__container {
    background-color: transparent;
    height: auto;
    position: relative; }
    .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select__container:after {
      content: "";
      display: block;
      border-top: 8px solid #000;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      position: absolute;
      top: 28px;
      right: 18px;
      pointer-events: none; }
    .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select__container select {
      background-color: #EDE1CB !important;
      height: 60px !important;
      border-radius: 50px !important;
      padding: 0 25px !important;
      padding-top: 3px !important;
      border: 0 !important;
      color: #000 !important;
      font-weight: 600; }
      .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select__container select option {
        font-weight: 600; }
    .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select__container svg {
      display: none; }
    .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select__container label {
      color: #000;
      left: 25px;
      top: 6px; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
  .woocommerce-checkout .wc-block-components-form .wc-block-components-form .wc-block-components-text-input.is-active label,
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active label {
    top: 5px !important; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input {
    color: #000 !important;
    padding-top: 4px !important; }
  .woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note:before {
    content: "\3A3\397\39C\395\399\3A9\3A3\395\399\3A3";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px; }
    @media (max-width: 1366px) {
      .woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note:before {
        font-size: 16px; } }
  .woocommerce-checkout .wc-block-components-form .wc-block-checkout__create-account label,
  .woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note label {
    background-color: #EDE1CB;
    border-radius: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .woocommerce-checkout .wc-block-components-form .wc-block-checkout__create-account label input,
    .woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note label input {
      display: block !important;
      background-color: transparent;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      left: 11px;
      border: 1px solid #000;
      position: absolute;
      outline: 0; }
      .woocommerce-checkout .wc-block-components-form .wc-block-checkout__create-account label input:focus,
      .woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note label input:focus {
        outline: 0; }
      .woocommerce-checkout .wc-block-components-form .wc-block-checkout__create-account label input:checked,
      .woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note label input:checked {
        background-color: #000; }
        .woocommerce-checkout .wc-block-components-form .wc-block-checkout__create-account label input:checked + svg,
        .woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note label input:checked + svg {
          display: block; }
    .woocommerce-checkout .wc-block-components-form .wc-block-checkout__create-account label svg,
    .woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note label svg {
      display: none;
      left: 18px;
      fill: #FFF2DA;
      width: 22px;
      height: 30px;
      top: 12px; }
    .woocommerce-checkout .wc-block-components-form .wc-block-checkout__create-account label span,
    .woocommerce-checkout .wc-block-components-form .wc-block-checkout__add-note label span {
      padding-left: 60px;
      position: relative;
      font-weight: bold; }
  .woocommerce-checkout .wc-block-components-form .wc-block-checkout__create-account {
    margin-top: 5px !important; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-password-strength {
    margin-top: 10px; }

.woocommerce-checkout .wc-block-components-checkout-step__content {
  padding-top: 0; }

.woocommerce-checkout .wc-block-components-notice-banner {
  margin-top: 10px;
  border-radius: 0;
  background: transparent !important;
  padding: 10px !important; }

.woocommerce-checkout .wc-block-checkout__order-notes.wc-block-components-checkout-step {
  padding-left: 15% !important;
  margin-bottom: 0 !important; }
  @media (max-width: 1280px) {
    .woocommerce-checkout .wc-block-checkout__order-notes.wc-block-components-checkout-step {
      padding-left: 10% !important; } }
  @media (max-width: 1080px) {
    .woocommerce-checkout .wc-block-checkout__order-notes.wc-block-components-checkout-step {
      padding-left: 5% !important; } }
  @media (max-width: 1080px) {
    .woocommerce-checkout .wc-block-checkout__order-notes.wc-block-components-checkout-step {
      padding-left: 10px !important; } }

.woocommerce-checkout .wc-block-checkout__terms {
  border-top: 0;
  padding: 30px 15% !important; }
  @media (max-width: 1280px) {
    .woocommerce-checkout .wc-block-checkout__terms {
      padding: 30px 10% !important; } }
  @media (max-width: 1080px) {
    .woocommerce-checkout .wc-block-checkout__terms {
      padding: 30px 5% !important; } }
  @media (max-width: 1080px) {
    .woocommerce-checkout .wc-block-checkout__terms {
      padding: 30px 10px !important; } }

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  padding: 22px 0;
  border-top: 1px solid #000;
  margin-top: -1px; }

.woocommerce-checkout .wc-block-components-product-name {
  font-size: 18px;
  text-transform: uppercase; }
  @media (max-width: 1366px) {
    .woocommerce-checkout .wc-block-components-product-name {
      font-size: 16px; } }

.woocommerce-checkout .wc-block-components-address-card {
  border: 0;
  background: #EDE1CB;
  border-radius: 50px;
  padding: 30px;
  font-size: 14px; }
  .woocommerce-checkout .wc-block-components-address-card span, .woocommerce-checkout .wc-block-components-address-card div {
    font-size: 14px;
    font-weight: 500 !important;
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .woocommerce-checkout .wc-block-components-address-card {
      display: block; } }
  .woocommerce-checkout .wc-block-components-address-card .wc-block-components-address-card__edit {
    font-weight: bold !important;
    text-decoration: underline; }
    @media (max-width: 768px) {
      .woocommerce-checkout .wc-block-components-address-card .wc-block-components-address-card__edit {
        margin-top: 20px; } }

.woocommerce-checkout .wc-block-checkout__actions_row {
  padding: 0 15% 10px; }
  @media (max-width: 1280px) {
    .woocommerce-checkout .wc-block-checkout__actions_row {
      padding: 0 10% 10px; } }
  @media (max-width: 1080px) {
    .woocommerce-checkout .wc-block-checkout__actions_row {
      padding: 0 5% 10px; } }
  @media (max-width: 960px) {
    .woocommerce-checkout .wc-block-checkout__actions_row {
      padding: 0 10px 10px; } }
  @media (max-width: 768px) {
    .woocommerce-checkout .wc-block-checkout__actions_row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    background-color: #EDE1CB;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    margin-right: 10px;
    height: 60px;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0; }
    .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
      display: none; }
  .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    height: 60px !important;
    border-radius: 60px !important; }
    @media (max-width: 768px) {
      .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
        width: 100% !important;
        padding: 20px !important; } }
    .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
      text-align: center; }
      .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transition: color .25s ease-in-out;
        -o-transition: color .25s ease-in-out;
        transition: color .25s ease-in-out; }
    .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover .wc-block-components-checkout-place-order-button__text {
      color: #FFF2DA; }

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked,
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important; }

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked:after {
  display: none; }

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border: unset; }

.woocommerce-checkout .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked {
  background-color: #EDE1CB;
  border: 0;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase; }

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  opacity: 0; }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input:checked + .wc-block-components-radio-control__option-layout:before {
    background-color: #000; }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input:checked + .wc-block-components-radio-control__option-layout:after {
    display: block !important; }

.woocommerce-checkout .wc-block-components-radio-control__option-layout {
  position: relative;
  padding-left: 10px; }
  .woocommerce-checkout .wc-block-components-radio-control__option-layout:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #000;
    position: absolute;
    left: -38px;
    top: -8px; }
  .woocommerce-checkout .wc-block-components-radio-control__option-layout:after {
    content: "";
    display: none !important;
    width: 16px;
    height: 8px;
    border-left: 2px solid #FFF2DA;
    border-bottom: 2px solid #FFF2DA;
    position: absolute;
    top: 6px;
    left: -26px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  margin-bottom: 10px; }
  .woocommerce-checkout .wc-block-components-radio-control-accordion-option span {
    font-weight: 600; }
  .woocommerce-checkout .wc-block-components-radio-control-accordion-option:last-child {
    margin-bottom: 0; }

.woocommerce-checkout .wc-block-components-radio-control__option {
  background-color: #EDE1CB;
  border: 0;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase; }

.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
  padding: 20px 20px 40px;
  background-color: #EDE1CB;
  border-radius: 30px;
  margin-top: 10px; }

.woocommerce-checkout .wc-block-checkout__terms a {
  text-decoration: underline; }

.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
  display: none; }

.woocommerce-checkout .checkout-page-title {
  height: 68px;
  text-align: center;
  font-size: 70px;
  border-bottom: 1px solid #000;
  font-weight: normal;
  margin: 0;
  line-height: .82; }
  @media (max-width: 1366px) {
    .woocommerce-checkout .checkout-page-title {
      font-size: 60px;
      height: 58px; } }
  @media (max-width: 1280px) {
    .woocommerce-checkout .checkout-page-title {
      font-size: 42px;
      height: 60px;
      padding-top: 10px; } }
  @media (max-width: 768px) {
    .woocommerce-checkout .checkout-page-title {
      font-size: 32px;
      height: 50px; } }

.woocommerce-checkout .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.woocommerce-checkout .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.woocommerce-checkout .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.woocommerce-checkout .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.woocommerce-checkout .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.woocommerce-checkout .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
  gap: 0 10px; }

.woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.woocommerce-checkout .is-small .wc-block-components-form .wc-block-components-checkout-step {
  margin-bottom: 0;
  padding-left: 0;
  padding: 30px 10px; }
  @media (max-width: 768px) {
    .woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step,
    .woocommerce-checkout .is-small .wc-block-components-form .wc-block-components-checkout-step {
      padding: 10px 10px 30px; } }

@media (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block {
    padding-top: 30px !important; } }

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
  padding-bottom: 7px;
  padding-top: 20px; }

@media (max-width: 715px) {
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper {
    display: none; } }

@media (max-width: 723px) {
  .woocommerce-checkout .is-medium .wc-block-checkout__sidebar,
  .woocommerce-checkout .is-mobile .wc-block-checkout__sidebar, .woocommerce-checkout .is-small .wc-block-checkout__sidebar {
    margin-bottom: 0 !important; } }

@media (max-width: 400px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    padding: 20px 0; } }

@media (max-width: 768px) {
  .woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
  .woocommerce-checkout .is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 30px !important;
    margin-bottom: 10px;
    margin-right: 0 !important;
    width: 100%; } }

.woocommerce-checkout.woocommerce-order-received #footer,
.woocommerce-checkout.woocommerce-order-received .footer-logo {
  display: block; }

.woocommerce-checkout.woocommerce-order-received .newsletter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.empty-cart-custom {
  min-height: calc(100vh - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1366px) {
    .empty-cart-custom {
      min-height: calc(100vh - 119px); } }
  @media (max-width: 960px) {
    .empty-cart-custom {
      min-height: calc(100vh - 40px); } }
  .empty-cart-custom h2 {
    font-size: 70px;
    font-weight: normal;
    line-height: .82;
    text-transform: uppercase;
    max-width: 40%;
    text-align: center;
    margin: 0;
    margin-bottom: 20px; }
    @media (max-width: 1366px) {
      .empty-cart-custom h2 {
        font-size: 60px;
        max-width: 50%; } }
    @media (max-width: 1280px) {
      .empty-cart-custom h2 {
        font-size: 42px; } }
    @media (max-width: 768px) {
      .empty-cart-custom h2 {
        max-width: 80%; } }
    .empty-cart-custom h2:before {
      display: none !important; }

.woocommerce-order {
  margin: 0;
  display: block;
  width: 100%;
  padding: 50px 25%; }
  @media (max-width: 1080px) {
    .woocommerce-order {
      padding: 50px 10%; } }
  @media (max-width: 960px) {
    .woocommerce-order {
      padding: 30px 10px 70px; } }
  .woocommerce-order > p {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px; }
    @media (max-width: 1366px) {
      .woocommerce-order > p {
        font-size: 16px; } }
  .woocommerce-order .woocommerce-order-overview,
  .woocommerce-order .woocommerce-order-details,
  .woocommerce-order .woocommerce-customer-details {
    padding: 0;
    margin: 10px 0; }
  .woocommerce-order .woocommerce-order-overview {
    padding: 0;
    border: 1px solid #000; }
    .woocommerce-order .woocommerce-order-overview li {
      list-style: none;
      padding: 20px 10px;
      border-bottom: 1px solid #000;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .woocommerce-order .woocommerce-order-overview li strong {
        margin-left: auto;
        text-transform: none; }
        .woocommerce-order .woocommerce-order-overview li strong bdi, .woocommerce-order .woocommerce-order-overview li strong span, .woocommerce-order .woocommerce-order-overview li strong ins {
          font-weight: bold; }
      .woocommerce-order .woocommerce-order-overview li:last-child {
        border-bottom: 0; }
    .woocommerce-order .woocommerce-order-overview + p {
      text-align: right;
      text-transform: none;
      font-size: 14px; }
  .woocommerce-order .woocommerce-order-details__title,
  .woocommerce-order .woocommerce-column__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px; }
    @media (max-width: 1366px) {
      .woocommerce-order .woocommerce-order-details__title,
      .woocommerce-order .woocommerce-column__title {
        font-size: 16px; } }
  .woocommerce-order .woocommerce-order-details {
    margin-top: 50px; }
    .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details {
      border: 1px solid #000;
      width: 100%; }
      .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details thead {
        border-bottom: 1px solid #000; }
      .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tfoot {
        border-top: 1px solid #000; }
      .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        border-bottom: 1px solid #000; }
        .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr:last-child {
          border-bottom: 0; }
        .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr th, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr td {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          padding: 20px 10px;
          text-transform: uppercase;
          font-size: 14px;
          text-align: left;
          font-weight: bold; }
          .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr th:last-child, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr td:last-child {
            text-align: right; }
            .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr th:last-child span, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr th:last-child strong, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr th:last-child li, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr th:last-child bdi, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr th:last-child ins, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr td:last-child span, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr td:last-child strong, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr td:last-child li, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr td:last-child bdi, .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr td:last-child ins {
              font-weight: bold; }
        .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr .woocommerce-table__product-name ul {
          padding: 0;
          margin: 0; }
          .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr .woocommerce-table__product-name ul li {
            list-style: none; }
        .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr .woocommerce-table__product-name p {
          margin: 0; }
  .woocommerce-order .woocommerce-customer-details {
    margin-top: 50px; }
    .woocommerce-order .woocommerce-customer-details address {
      border: 1px solid #000;
      padding: 20px 10px;
      width: 100%;
      font-style: normal;
      font-weight: bold; }
      .woocommerce-order .woocommerce-customer-details address a, .woocommerce-order .woocommerce-customer-details address p, .woocommerce-order .woocommerce-customer-details address li, .woocommerce-order .woocommerce-customer-details address span {
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        margin: 0; }

.checkout-short-wrap h1 {
  max-width: 65%;
  height: 70px;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  text-align: center;
  line-height: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1366px) {
    .checkout-short-wrap h1 {
      height: 60px;
      font-size: 60px; } }
  @media (max-width: 1280px) {
    .checkout-short-wrap h1 {
      height: 51px;
      font-size: 42px; } }
  @media (max-width: 960px) {
    .checkout-short-wrap h1 {
      max-width: 100%; } }

.checkout-short-wrap form.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.checkout-short-wrap h3#order_review_heading {
  display: none; }

.checkout-short-wrap #customer_details {
  border-top: 1px solid #000;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding: 30px 10% 60px; }
  @media (max-width: 1366px) {
    .checkout-short-wrap #customer_details {
      padding: 10px 5% 40px; } }
  @media (max-width: 1180px) {
    .checkout-short-wrap #customer_details {
      padding: 0px 2% 40px; } }
  @media (max-width: 960px) {
    .checkout-short-wrap #customer_details {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 0px 10px 20px; } }
  .checkout-short-wrap #customer_details > .col-1 h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px; }
  .checkout-short-wrap #customer_details .form-row label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .checkout-short-wrap #customer_details .form-row input {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 50px;
    background: #EDE1CB;
    padding: 0 20px;
    font-weight: 600;
    font-size: 14px; }
  .checkout-short-wrap #customer_details .form-row select {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 50px;
    background: #EDE1CB;
    padding: 0 20px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .checkout-short-wrap #customer_details .form-row select option {
      font-weight: 600; }
  .checkout-short-wrap #customer_details .form-row textarea {
    width: 100%;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    background: #EDE1CB;
    padding: 20px 25px;
    min-height: 160px; }
  .checkout-short-wrap #customer_details #ship-to-different-address label {
    display: block;
    cursor: pointer; }
    .checkout-short-wrap #customer_details #ship-to-different-address label input {
      display: none; }
    .checkout-short-wrap #customer_details #ship-to-different-address label span {
      padding: 15px 0 16px 50px;
      position: relative;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500; }
      .checkout-short-wrap #customer_details #ship-to-different-address label span:before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #000;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 5px; }
      .checkout-short-wrap #customer_details #ship-to-different-address label span:after {
        content: "";
        display: none;
        width: 16px;
        height: 8px;
        border-left: 2px solid #FFF2DA;
        border-bottom: 2px solid #FFF2DA;
        position: absolute;
        top: 19px;
        left: 12px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .checkout-short-wrap #customer_details #ship-to-different-address input:checked + span:before {
    background-color: #000; }
  .checkout-short-wrap #customer_details #ship-to-different-address input:checked + span:after {
    display: block; }

.checkout-short-wrap #order_review {
  background-color: #EDE1CB;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  border-left: 1px solid #000;
  position: fixed;
  height: calc(100vh - 142px);
  top: 142px;
  right: 0;
  width: 35%;
  overflow: auto;
  scrollbar-width: none; }
  @media (max-width: 1366px) {
    .checkout-short-wrap #order_review {
      height: calc(100vh - 122px);
      top: 122px; } }
  @media (max-width: 960px) {
    .checkout-short-wrap #order_review {
      width: 100%;
      height: unset;
      top: 0;
      position: relative;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      border-left: 0;
      border-top: 1px solid #000; } }
  .checkout-short-wrap #order_review:before {
    content: "\3A3\3A5\39D\39F\3A8\397";
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 70px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 7px; }
    @media (max-width: 1366px) {
      .checkout-short-wrap #order_review:before {
        font-size: 60px;
        height: 60px; } }
    @media (max-width: 1280px) {
      .checkout-short-wrap #order_review:before {
        font-size: 42px;
        height: 51px; } }
  .checkout-short-wrap #order_review .woocommerce-shipping-totals td {
    padding: 10px; }
  .checkout-short-wrap #order_review .woocommerce-shipping-totals #shipping_method {
    padding: 0;
    border: 0; }
    .checkout-short-wrap #order_review .woocommerce-shipping-totals #shipping_method li {
      list-style: none; }
      .checkout-short-wrap #order_review .woocommerce-shipping-totals #shipping_method li label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        padding: 15px 0 16px 50px; }
        .checkout-short-wrap #order_review .woocommerce-shipping-totals #shipping_method li label span {
          margin-left: auto;
          font-size: 16px; }

.checkout-short-wrap .woocommerce-checkout-review-order-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .checkout-short-wrap .woocommerce-checkout-review-order-table thead {
    border-bottom: 1px solid #000; }
    .checkout-short-wrap .woocommerce-checkout-review-order-table thead th,
    .checkout-short-wrap .woocommerce-checkout-review-order-table thead tr {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1;
      font-weight: 500;
      width: 100%; }
      @media (max-width: 1366px) {
        .checkout-short-wrap .woocommerce-checkout-review-order-table thead th,
        .checkout-short-wrap .woocommerce-checkout-review-order-table thead tr {
          font-size: 16px; } }
    .checkout-short-wrap .woocommerce-checkout-review-order-table thead th:first-child {
      text-align: left;
      padding: 21.5px 0 21.5px 10px; }
      @media (max-width: 1366px) {
        .checkout-short-wrap .woocommerce-checkout-review-order-table thead th:first-child {
          padding: 18.5px 0 18.5px 10px; } }
      @media (max-width: 1280px) {
        .checkout-short-wrap .woocommerce-checkout-review-order-table thead th:first-child {
          padding: 13px 0 13px 10px; } }
    .checkout-short-wrap .woocommerce-checkout-review-order-table thead th:last-child {
      text-align: right;
      padding: 21.5px 10px 21.5px 0; }
      @media (max-width: 1366px) {
        .checkout-short-wrap .woocommerce-checkout-review-order-table thead th:last-child {
          padding: 18.5px 10px 18.5px 0; } }
      @media (max-width: 1280px) {
        .checkout-short-wrap .woocommerce-checkout-review-order-table thead th:last-child {
          padding: 13px 10px 13px 0; } }
  .checkout-short-wrap .woocommerce-checkout-review-order-table tbody .cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .checkout-short-wrap .woocommerce-checkout-review-order-table tbody .cart_item:last-child {
      border-bottom: 0; }
    .checkout-short-wrap .woocommerce-checkout-review-order-table tbody .cart_item .product-total {
      margin-left: auto; }
  .checkout-short-wrap .woocommerce-checkout-review-order-table tbody,
  .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr,
    .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr {
      border-bottom: 1px solid #000;
      font-weight: 500;
      width: 100%; }
      .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th,
      .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td,
      .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th,
      .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1;
        font-weight: 500; }
        @media (max-width: 1366px) {
          .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th,
          .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td,
          .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th,
          .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td {
            font-size: 16px; } }
        .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th span, .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th bdi, .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th a,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td span,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td bdi,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td a,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th span,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th bdi,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th a,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td span,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td bdi,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td a {
          font-size: 18px;
          text-transform: uppercase;
          line-height: 1; }
          @media (max-width: 1366px) {
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th span, .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th bdi, .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th a,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td span,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td bdi,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td a,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th span,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th bdi,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th a,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td span,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td bdi,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td a {
              font-size: 16px; } }
        .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th:first-child,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td:first-child,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th:first-child,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td:first-child {
          text-align: left;
          padding: 21.5px 0 21.5px 10px; }
          @media (max-width: 1366px) {
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th:first-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td:first-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th:first-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td:first-child {
              padding: 18.5px 0 18.5px 10px;
              -ms-flex-preferred-size: calc(100% - 100px);
                  flex-basis: calc(100% - 100px); } }
          @media (max-width: 1280px) {
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th:first-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td:first-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th:first-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td:first-child {
              padding: 13px 0 13px 10px; } }
        .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th:last-child,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td:last-child,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th:last-child,
        .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td:last-child {
          text-align: right;
          padding: 21.5px 10px 21.5px 0; }
          @media (max-width: 1366px) {
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th:last-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td:last-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th:last-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td:last-child {
              padding: 18.5px 10px 18.5px 0;
              -ms-flex-preferred-size: 100px;
                  flex-basis: 100px; } }
          @media (max-width: 1280px) {
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr th:last-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tbody tr td:last-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr th:last-child,
            .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot tr td:last-child {
              padding: 13px 10px 13px 0; } }
  .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot {
    border-bottom: 0; }
    .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot .order-total,
    .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot .order-total td,
      .checkout-short-wrap .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
        margin-left: auto; }

.checkout-short-wrap #payment .wc_payment_methods.payment_methods {
  margin: 0;
  padding: 0; }
  .checkout-short-wrap #payment .wc_payment_methods.payment_methods p {
    font-size: 18px;
    margin: 0;
    line-height: 1.2; }
    .checkout-short-wrap #payment .wc_payment_methods.payment_methods p:first-child {
      padding-top: 10px; }
    @media (max-width: 1366px) {
      .checkout-short-wrap #payment .wc_payment_methods.payment_methods p {
        font-size: 16px; } }
  .checkout-short-wrap #payment .wc_payment_methods.payment_methods li {
    border-bottom: 1px solid #000;
    padding: 12px 10px;
    cursor: pointer; }
    .checkout-short-wrap #payment .wc_payment_methods.payment_methods li input[type="radio"] {
      position: absolute;
      opacity: 0;
      visibility: hidden; }
      .checkout-short-wrap #payment .wc_payment_methods.payment_methods li input[type="radio"]:checked + label:before {
        background-color: #000; }
      .checkout-short-wrap #payment .wc_payment_methods.payment_methods li input[type="radio"]:checked + label:after {
        display: block; }
    .checkout-short-wrap #payment .wc_payment_methods.payment_methods li label {
      font-size: 18px;
      text-transform: uppercase;
      position: relative;
      display: block;
      padding: 10px 0 10px 50px;
      cursor: pointer; }
      @media (max-width: 1366px) {
        .checkout-short-wrap #payment .wc_payment_methods.payment_methods li label {
          font-size: 16px; } }
      .checkout-short-wrap #payment .wc_payment_methods.payment_methods li label:before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #000;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 2px; }
      .checkout-short-wrap #payment .wc_payment_methods.payment_methods li label:after {
        content: "";
        display: none;
        width: 16px;
        height: 8px;
        border-left: 2px solid #FFF2DA;
        border-bottom: 2px solid #FFF2DA;
        position: absolute;
        top: 16px;
        left: 12px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.checkout-short-wrap .woocommerce-terms-and-conditions-wrapper {
  padding: 0 10px; }
  .checkout-short-wrap .woocommerce-terms-and-conditions-wrapper p {
    font-size: 18px;
    line-height: 1.2; }
    @media (max-width: 1366px) {
      .checkout-short-wrap .woocommerce-terms-and-conditions-wrapper p {
        font-size: 16px; } }
    .checkout-short-wrap .woocommerce-terms-and-conditions-wrapper p a {
      font-size: 18px;
      line-height: 1.2;
      text-decoration: underline; }
      @media (max-width: 1366px) {
        .checkout-short-wrap .woocommerce-terms-and-conditions-wrapper p a {
          font-size: 16px; } }

.checkout-short-wrap #place_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  background: #FFD700;
  color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  border-radius: 60px;
  font-weight: 600;
  max-width: calc(100% - 20px);
  text-transform: uppercase;
  border: 0; }
  @media (max-width: 1280px) {
    .checkout-short-wrap #place_order {
      height: 50px;
      border-radius: 50px; } }

.checkout-short-wrap .woocommerce-form-coupon-toggle {
  max-width: 65%;
  text-align: center;
  padding: 23px 0; }
  @media (max-width: 1366px) {
    .checkout-short-wrap .woocommerce-form-coupon-toggle {
      padding: 18px 0; } }
  @media (max-width: 1280px) {
    .checkout-short-wrap .woocommerce-form-coupon-toggle {
      padding: 13.5px 0; } }
  @media (max-width: 960px) {
    .checkout-short-wrap .woocommerce-form-coupon-toggle {
      max-width: 100%; } }
  .checkout-short-wrap .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 960px) {
      .checkout-short-wrap .woocommerce-form-coupon-toggle .woocommerce-info {
        font-size: 14px; } }
    .checkout-short-wrap .woocommerce-form-coupon-toggle .woocommerce-info a {
      font-size: 16px;
      font-weight: 600;
      text-decoration: underline; }
      @media (max-width: 960px) {
        .checkout-short-wrap .woocommerce-form-coupon-toggle .woocommerce-info a {
          font-size: 14px; } }

.checkout-short-wrap .woocommerce-form-coupon {
  display: block;
  max-width: 65%;
  padding: 0px 10% 40px; }
  @media (max-width: 960px) {
    .checkout-short-wrap .woocommerce-form-coupon {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .checkout-short-wrap .woocommerce-form-coupon {
      padding: 0px 10px 20px; } }
  .checkout-short-wrap .woocommerce-form-coupon .form-row {
    margin: 0; }
    .checkout-short-wrap .woocommerce-form-coupon .form-row .input-text {
      width: 100%;
      height: 60px;
      background-color: #EDE1CB;
      color: #FFF2DA;
      text-transform: uppercase;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 0;
      border-radius: 60px;
      text-align: center; }
      @media (max-width: 1280px) {
        .checkout-short-wrap .woocommerce-form-coupon .form-row .input-text {
          border-radius: 50px;
          height: 50px; } }
    .checkout-short-wrap .woocommerce-form-coupon .form-row button {
      width: 100%;
      height: 60px;
      background-color: #000;
      color: #FFF2DA;
      text-transform: uppercase;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 0;
      border-radius: 60px;
      margin-top: 10px; }
      @media (max-width: 1280px) {
        .checkout-short-wrap .woocommerce-form-coupon .form-row button {
          border-radius: 50px;
          height: 50px; } }

.cart-short-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .cart-short-wrap .woocommerce-cart-form {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
    width: 100%; }
    @media (max-width: 960px) {
      .cart-short-wrap .woocommerce-cart-form {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
    .cart-short-wrap .woocommerce-cart-form .cart-page-title {
      font-size: 70px;
      padding: 0;
      margin: 0;
      font-weight: normal;
      height: 70px;
      border-bottom: 1px solid #000;
      padding-bottom: 12px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1366px) {
        .cart-short-wrap .woocommerce-cart-form .cart-page-title {
          font-size: 60px;
          height: 60px; } }
      @media (max-width: 1280px) {
        .cart-short-wrap .woocommerce-cart-form .cart-page-title {
          font-size: 42px;
          height: 51px;
          padding-bottom: 7px; } }
    .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents {
      width: 100%; }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead {
        border-bottom: 1px solid #000;
        display: none; }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead .product-remove,
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead .product-thumbnail,
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead .product-price,
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead .product-quantity {
          display: none; }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead .product-name {
          text-align: left; }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead .product-subtotal {
          width: 50%;
          text-align: right;
          padding-right: 10px; }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead th {
          padding: 21.5px 0;
          text-transform: uppercase;
          font-weight: 500;
          font-size: 18px; }
          @media (max-width: 1366px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead th {
              padding: 18.5px 0;
              font-size: 16px; } }
          @media (max-width: 1280px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents thead th {
              padding: 13px 0; } }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-bottom: 1px solid #000; }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-remove {
        width: 50px;
        border-right: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-preferred-size: 50px;
            flex-basis: 50px; }
        @media (max-width: 768px) {
          .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-remove {
            width: 36px;
            -ms-flex-preferred-size: 36px;
                flex-basis: 36px; } }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-remove a {
          height: 100%;
          width: 100%;
          position: relative;
          color: transparent;
          background-image: url(/wp-content/themes/vg-twig/assets/images/delete.svg);
          background-position: center;
          background-size: 16px; }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-thumbnail {
        border-right: 1px solid #000;
        padding: 35px 0;
        -ms-flex-preferred-size: 135px;
            flex-basis: 135px; }
        @media (max-width: 1280px) {
          .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-thumbnail {
            -ms-flex-preferred-size: 105px;
                flex-basis: 105px; } }
        @media (max-width: 1080px) {
          .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-thumbnail {
            -ms-flex-preferred-size: 85px;
                flex-basis: 85px; } }
        @media (max-width: 768px) {
          .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-thumbnail {
            -ms-flex-preferred-size: 55px;
                flex-basis: 55px; } }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-thumbnail img {
          max-height: 135px;
          width: auto; }
          @media (max-width: 1280px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-thumbnail img {
              max-height: 105px; } }
          @media (max-width: 1080px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-thumbnail img {
              max-height: 85px; } }
          @media (max-width: 768px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-thumbnail img {
              max-height: 55px; } }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 10px;
        -ms-flex-preferred-size: 250px;
            flex-basis: 250px; }
        @media (max-width: 1366px) {
          .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-name {
            -ms-flex-preferred-size: 200px;
                flex-basis: 200px; } }
        @media (max-width: 1080px) {
          .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-name {
            -ms-flex-preferred-size: 160px;
                flex-basis: 160px; } }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-name a {
          font-size: 18px;
          text-transform: uppercase;
          font-weight: 500;
          line-height: 1.1; }
          @media (max-width: 1366px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-name a {
              font-size: 16px; } }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-price {
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 20px; }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-price span, .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-price bdi, .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-price a {
          font-size: 18px;
          text-transform: uppercase;
          font-weight: 500; }
          @media (max-width: 1366px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-price span, .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-price bdi, .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-price a {
              font-size: 16px; } }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 20px; }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-quantity .input-text.qty {
          background-color: #EDE1CB;
          height: 70px;
          border-radius: 70px;
          border: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none; }
          @media (max-width: 1366px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-quantity .input-text.qty {
              height: 60px;
              border-radius: 60px; } }
          @media (max-width: 1280px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-quantity .input-text.qty {
              width: 160px; } }
          @media (max-width: 1080px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-quantity .input-text.qty {
              width: 140px; } }
          @media (max-width: 768px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-quantity .input-text.qty {
              width: 60px; } }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-subtotal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 10px; }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-subtotal span, .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-subtotal bdi, .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-subtotal a {
          font-size: 18px;
          text-transform: uppercase;
          font-weight: 500; }
          @media (max-width: 1366px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-subtotal span, .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-subtotal bdi, .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .product-subtotal a {
              font-size: 16px; } }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .coupon {
        padding: 10px;
        border-bottom: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .coupon input[type="text"] {
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
          height: 60px;
          border: 0;
          border-radius: 60px;
          background-color: #EDE1CB;
          color: #000;
          text-transform: uppercase;
          font-weight: 600;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 10px; }
          @media (max-width: 768px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .coupon input[type="text"] {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              height: 50px;
              border-radius: 50px;
              margin-bottom: 10px; } }
        .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .coupon button[type="submit"] {
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
          height: 60px;
          border: 0;
          border-radius: 60px;
          background-color: #FFD700;
          color: #000;
          text-transform: uppercase;
          font-weight: 600;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (max-width: 768px) {
            .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents .coupon button[type="submit"] {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              height: 50px;
              border-radius: 50px; } }
      .cart-short-wrap .woocommerce-cart-form .woocommerce-cart-form__contents button[name="update_cart"] {
        cursor: pointer;
        width: 100%;
        height: 60px;
        border: 0;
        background-color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #FFF2DA;
        text-transform: uppercase;
        font-weight: 600; }
  .cart-short-wrap .cart-collaterals {
    background-color: #EDE1CB;
    border-left: 1px solid #000;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
    width: 100%;
    position: fixed;
    height: calc(100vh - 142px);
    top: 142px;
    right: 0;
    overflow-y: auto;
    scrollbar-width: none; }
    @media (max-width: 1366px) {
      .cart-short-wrap .cart-collaterals {
        height: calc(100vh - 122px);
        top: 122px; } }
    @media (max-width: 960px) {
      .cart-short-wrap .cart-collaterals {
        height: auto;
        top: 0;
        position: relative;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
  .cart-short-wrap .cart_totals {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cart-short-wrap .cart_totals h2 {
      font-size: 70px;
      padding: 0;
      margin: 0;
      font-weight: normal;
      height: 70px;
      border-bottom: 1px solid #000;
      padding-bottom: 6px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1366px) {
        .cart-short-wrap .cart_totals h2 {
          font-size: 60px;
          height: 60px; } }
      @media (max-width: 1280px) {
        .cart-short-wrap .cart_totals h2 {
          font-size: 42px;
          height: 51px; } }
    .cart-short-wrap .cart_totals .shop_table {
      height: auto;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .cart-short-wrap .cart_totals .shop_table tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 100%; }
      .cart-short-wrap .cart_totals .shop_table .cart-subtotal,
      .cart-short-wrap .cart_totals .shop_table .order-total {
        border-bottom: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .cart-short-wrap .cart_totals .shop_table .cart-subtotal th,
        .cart-short-wrap .cart_totals .shop_table .order-total th {
          padding: 21.5px 0 21.5px 10px;
          text-transform: uppercase;
          font-size: 18px;
          text-align: left;
          font-weight: 500;
          width: 50%; }
          @media (max-width: 1366px) {
            .cart-short-wrap .cart_totals .shop_table .cart-subtotal th,
            .cart-short-wrap .cart_totals .shop_table .order-total th {
              font-size: 16px;
              padding: 18.5px 0 18.5px 10px; } }
          @media (max-width: 1280px) {
            .cart-short-wrap .cart_totals .shop_table .cart-subtotal th,
            .cart-short-wrap .cart_totals .shop_table .order-total th {
              padding: 13px 0 13px 10px; } }
        .cart-short-wrap .cart_totals .shop_table .cart-subtotal td,
        .cart-short-wrap .cart_totals .shop_table .order-total td {
          padding: 21.5px 10px 21.5px 0;
          text-transform: uppercase;
          text-align: right;
          font-size: 18px;
          font-weight: 500;
          width: 50%; }
          @media (max-width: 1366px) {
            .cart-short-wrap .cart_totals .shop_table .cart-subtotal td,
            .cart-short-wrap .cart_totals .shop_table .order-total td {
              font-size: 16px;
              padding: 18.5px 10px 18.5px 0; } }
          @media (max-width: 1280px) {
            .cart-short-wrap .cart_totals .shop_table .cart-subtotal td,
            .cart-short-wrap .cart_totals .shop_table .order-total td {
              font-size: 16px;
              padding: 13px 10px 13px 0; } }
          .cart-short-wrap .cart_totals .shop_table .cart-subtotal td span, .cart-short-wrap .cart_totals .shop_table .cart-subtotal td bdi,
          .cart-short-wrap .cart_totals .shop_table .order-total td span,
          .cart-short-wrap .cart_totals .shop_table .order-total td bdi {
            font-size: 18px;
            text-align: right;
            font-weight: 500; }
            @media (max-width: 1366px) {
              .cart-short-wrap .cart_totals .shop_table .cart-subtotal td span, .cart-short-wrap .cart_totals .shop_table .cart-subtotal td bdi,
              .cart-short-wrap .cart_totals .shop_table .order-total td span,
              .cart-short-wrap .cart_totals .shop_table .order-total td bdi {
                font-size: 16px; } }
      .cart-short-wrap .cart_totals .shop_table .order-total {
        border-bottom: 0;
        border-top: 1px solid #000;
        margin-top: auto; }
  .cart-short-wrap .wc-proceed-to-checkout {
    margin-top: auto; }
  .cart-short-wrap .woocommerce-shipping-destination {
    display: block;
    padding: 0 10px; }
  .cart-short-wrap a.shipping-calculator-button {
    padding-left: 10px;
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px; }
  .cart-short-wrap .shipping-calculator-form {
    padding: 0 10px; }
    .cart-short-wrap .shipping-calculator-form .form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; }
      .cart-short-wrap .shipping-calculator-form .form-row label {
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 5px; }
      .cart-short-wrap .shipping-calculator-form .form-row input, .cart-short-wrap .shipping-calculator-form .form-row select {
        width: 100%;
        height: 60px;
        border: 0;
        background-color: #FFF2DA;
        border-radius: 60px;
        padding: 10px 20px;
        font-weight: 600; }
        @media (max-width: 1280px) {
          .cart-short-wrap .shipping-calculator-form .form-row input, .cart-short-wrap .shipping-calculator-form .form-row select {
            height: 50px;
            border-radius: 50px; } }
      .cart-short-wrap .shipping-calculator-form .form-row select {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        cursor: pointer; }
      .cart-short-wrap .shipping-calculator-form .form-row select option {
        font-weight: 600; }
    .cart-short-wrap .shipping-calculator-form button[name="calc_shipping"] {
      width: 100%;
      border: 0;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #000;
      color: #FFF2DA;
      text-transform: uppercase;
      border-radius: 60px;
      font-weight: 600; }
      @media (max-width: 1280px) {
        .cart-short-wrap .shipping-calculator-form button[name="calc_shipping"] {
          height: 50px;
          border-radius: 50px; } }
  .cart-short-wrap .checkout-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    background: #FFD700;
    color: #000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px;
    border-radius: 60px;
    font-weight: 600;
    max-width: calc(100% - 20px);
    text-transform: uppercase;
    border: 0; }
    @media (max-width: 1280px) {
      .cart-short-wrap .checkout-button {
        border-radius: 50px;
        height: 50px; } }

.cart-page-wrapper {
  position: relative; }
  .cart-page-wrapper .woocommerce-notices-wrapper {
    max-width: 65%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
    @media (max-width: 960px) {
      .cart-page-wrapper .woocommerce-notices-wrapper {
        max-width: 100%; } }

.checkout-short-wrap #pwgc-redeem-gift-card-form,
.cart-short-wrap #pwgc-redeem-gift-card-form {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0; }
  .checkout-short-wrap #pwgc-redeem-gift-card-form.active #pwgc-redeem-gift-card-number,
  .checkout-short-wrap #pwgc-redeem-gift-card-form.active #pwgc-redeem-button,
  .cart-short-wrap #pwgc-redeem-gift-card-form.active #pwgc-redeem-gift-card-number,
  .cart-short-wrap #pwgc-redeem-gift-card-form.active #pwgc-redeem-button {
    display: block !important; }
  .checkout-short-wrap #pwgc-redeem-gift-card-form.active label:before,
  .cart-short-wrap #pwgc-redeem-gift-card-form.active label:before {
    display: none; }
  .checkout-short-wrap #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container,
  .cart-short-wrap #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container {
    margin-bottom: 0; }
    .checkout-short-wrap #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container br,
    .cart-short-wrap #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container br {
      display: none; }
  .checkout-short-wrap #pwgc-redeem-gift-card-form label,
  .cart-short-wrap #pwgc-redeem-gift-card-form label {
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding: 20px 10px;
    position: relative; }
    @media (max-width: 1366px) {
      .checkout-short-wrap #pwgc-redeem-gift-card-form label,
      .cart-short-wrap #pwgc-redeem-gift-card-form label {
        font-size: 16px; } }
    @media (max-width: 1280px) {
      .checkout-short-wrap #pwgc-redeem-gift-card-form label,
      .cart-short-wrap #pwgc-redeem-gift-card-form label {
        padding: 14px 10px; } }
    .checkout-short-wrap #pwgc-redeem-gift-card-form label:before, .checkout-short-wrap #pwgc-redeem-gift-card-form label:after,
    .cart-short-wrap #pwgc-redeem-gift-card-form label:before,
    .cart-short-wrap #pwgc-redeem-gift-card-form label:after {
      content: "";
      display: block;
      width: 14px;
      height: 3px;
      background-color: #000;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%) rotate(0);
          -ms-transform: translateY(-50%) rotate(0);
              transform: translateY(-50%) rotate(0); }
    .checkout-short-wrap #pwgc-redeem-gift-card-form label:before,
    .cart-short-wrap #pwgc-redeem-gift-card-form label:before {
      right: 10px;
      -webkit-transform: translateY(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }
  .checkout-short-wrap #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number,
  .checkout-short-wrap #pwgc-redeem-gift-card-form #pwgc-redeem-button,
  .cart-short-wrap #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number,
  .cart-short-wrap #pwgc-redeem-gift-card-form #pwgc-redeem-button {
    display: none !important; }
  .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="text"],
  .cart-short-wrap #pwgc-redeem-gift-card-form input[type="text"] {
    width: 100%;
    height: 60px;
    background-color: #FFF2DA;
    padding: 10px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    border-radius: 60px;
    border: 0;
    text-align: center;
    max-width: calc(100% - 20px);
    margin: 0 10px 10px; }
    @media (max-width: 1280px) {
      .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="text"],
      .cart-short-wrap #pwgc-redeem-gift-card-form input[type="text"] {
        height: 50px; } }
    .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="text"]:focus,
    .cart-short-wrap #pwgc-redeem-gift-card-form input[type="text"]:focus {
      outline: 0; }
  .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"],
  .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"] {
    cursor: pointer;
    height: 60px;
    border-radius: 60px;
    width: 100%;
    background-color: #000;
    color: #FFF2DA;
    text-transform: uppercase;
    max-width: calc(100% - 20px);
    margin: 0 10px 20px; }
    @media (max-width: 1280px) {
      .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"],
      .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"] {
        height: 50px;
        border-radius: 50px; } }

.checkout-short-wrap .woocommerce-shipping-totals,
.cart-short-wrap .woocommerce-shipping-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .checkout-short-wrap .woocommerce-shipping-totals > th,
  .cart-short-wrap .woocommerce-shipping-totals > th {
    text-align: left;
    padding: 21.5px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #000; }
    @media (max-width: 1366px) {
      .checkout-short-wrap .woocommerce-shipping-totals > th,
      .cart-short-wrap .woocommerce-shipping-totals > th {
        font-size: 16px;
        padding: 18.5px 10px; } }
    @media (max-width: 1280px) {
      .checkout-short-wrap .woocommerce-shipping-totals > th,
      .cart-short-wrap .woocommerce-shipping-totals > th {
        padding: 13px 10px; } }

.checkout-short-wrap #shipping_method,
.cart-short-wrap #shipping_method {
  border-bottom: 1px solid #000;
  padding: 10px;
  margin: 0; }
  .checkout-short-wrap #shipping_method li,
  .cart-short-wrap #shipping_method li {
    list-style: none; }
    .checkout-short-wrap #shipping_method li label,
    .cart-short-wrap #shipping_method li label {
      cursor: pointer;
      display: block;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      padding: 10px 0 10px 50px; }
      @media (max-width: 1366px) {
        .checkout-short-wrap #shipping_method li label,
        .cart-short-wrap #shipping_method li label {
          font-size: 16px; } }
      .checkout-short-wrap #shipping_method li label span, .checkout-short-wrap #shipping_method li label bdi,
      .cart-short-wrap #shipping_method li label span,
      .cart-short-wrap #shipping_method li label bdi {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500; }
        @media (max-width: 1366px) {
          .checkout-short-wrap #shipping_method li label span, .checkout-short-wrap #shipping_method li label bdi,
          .cart-short-wrap #shipping_method li label span,
          .cart-short-wrap #shipping_method li label bdi {
            font-size: 16px; } }
      .checkout-short-wrap #shipping_method li label:before,
      .cart-short-wrap #shipping_method li label:before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #000;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .checkout-short-wrap #shipping_method li label:after,
      .cart-short-wrap #shipping_method li label:after {
        content: "";
        display: none;
        width: 16px;
        height: 8px;
        border-left: 2px solid #FFF2DA;
        border-bottom: 2px solid #FFF2DA;
        position: absolute;
        top: 47%;
        left: 12px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg); }
    .checkout-short-wrap #shipping_method li input,
    .cart-short-wrap #shipping_method li input {
      display: none;
      position: absolute; }
      .checkout-short-wrap #shipping_method li input:checked + label:before,
      .cart-short-wrap #shipping_method li input:checked + label:before {
        background-color: #000; }
      .checkout-short-wrap #shipping_method li input:checked + label:after,
      .cart-short-wrap #shipping_method li input:checked + label:after {
        display: block; }

@media (max-width: 960px) {
  .contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.contact-page .image-wrapper.left-image {
  height: calc(100vh - 120px);
  background-size: 88%;
  background-position: center; }
  @media (max-width: 768px) {
    .contact-page .image-wrapper.left-image {
      height: 60vh; } }

@media (max-width: 960px) {
  .contact-page .left-col {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }

.contact-page .right-col {
  border-left: 1px solid #000; }
  @media (max-width: 960px) {
    .contact-page .right-col {
      border-left: 0;
      width: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important; } }
  .contact-page .right-col .store-wrapper-simple {
    margin-bottom: 15px; }

.contact-page .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: calc(100vh - 120px); }
  @media (max-width: 768px) {
    .contact-page .content-wrapper {
      height: auto;
      padding: 50px 10px; } }
  .contact-page .content-wrapper .content-wrap .phone-label,
  .contact-page .content-wrapper .content-wrap .phone {
    display: inline-block;
    margin-bottom: 10px;
    color: #FFF2DA;
    font-size: 18px;
    text-transform: uppercase; }
    @media (max-width: 1366px) {
      .contact-page .content-wrapper .content-wrap .phone-label,
      .contact-page .content-wrapper .content-wrap .phone {
        font-size: 16px; } }
  .contact-page .content-wrapper .content-wrap .phone-label {
    display: block;
    margin-bottom: 0; }
  .contact-page .content-wrapper .content-wrap a {
    font-size: 18px;
    -webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out; }
    @media (max-width: 1366px) {
      .contact-page .content-wrapper .content-wrap a {
        font-size: 16px; } }
    .contact-page .content-wrapper .content-wrap a:hover {
      color: #000; }

.contact-page .contact-form-wrapper {
  padding: 10% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .contact-page .contact-form-wrapper {
      height: auto;
      padding: 50px 10px; } }
  .contact-page .contact-form-wrapper .contact-form {
    max-width: 50%;
    width: 100%; }
    @media (max-width: 1440px) {
      .contact-page .contact-form-wrapper .contact-form {
        max-width: 70%; } }
    @media (max-width: 1180px) {
      .contact-page .contact-form-wrapper .contact-form {
        max-width: 80%; } }
    @media (max-width: 768px) {
      .contact-page .contact-form-wrapper .contact-form {
        max-width: 100%; } }
    .contact-page .contact-form-wrapper .contact-form .field-wrap {
      margin-bottom: 10px; }
    .contact-page .contact-form-wrapper .contact-form p {
      margin: 0 0;
      position: relative; }
    .contact-page .contact-form-wrapper .contact-form .wpcf7-form-control-wrap {
      display: block; }
    .contact-page .contact-form-wrapper .contact-form .form-label {
      display: block;
      text-transform: uppercase;
      font-size: 18px;
      text-align: center;
      margin-bottom: 10px; }
      @media (max-width: 1366px) {
        .contact-page .contact-form-wrapper .contact-form .form-label {
          font-size: 16px; } }
    .contact-page .contact-form-wrapper .contact-form input {
      height: 70px;
      background-color: #EDE1CB;
      color: #000;
      font-size: 16px;
      padding: 10px 30px;
      border-radius: 70px;
      border: 0;
      width: 100%; }
      @media (max-width: 1366px) {
        .contact-page .contact-form-wrapper .contact-form input {
          height: 60px;
          border-radius: 60px; } }
    .contact-page .contact-form-wrapper .contact-form textarea {
      min-height: 300px;
      background-color: #EDE1CB;
      color: #000;
      font-size: 16px;
      padding: 20px 30px;
      border-radius: 30px;
      border: 0;
      margin-bottom: 0;
      width: 100%; }
    .contact-page .contact-form-wrapper .contact-form input[type="submit"] {
      background-color: #FFD700;
      color: #000;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
      -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
      transition: background-color .25s ease-in-out, color .25s ease-in-out; }
      .contact-page .contact-form-wrapper .contact-form input[type="submit"]:hover {
        background-color: #000;
        color: #FFF2DA; }
    .contact-page .contact-form-wrapper .contact-form .wpcf7-not-valid-tip {
      font-weight: 500;
      color: #000;
      padding-left: 30px;
      font-size: 16px; }
    .contact-page .contact-form-wrapper .contact-form .wpcf7-spinner {
      margin: 0;
      position: absolute;
      top: 14px;
      left: 20px;
      width: 40px;
      height: 40px; }
      .contact-page .contact-form-wrapper .contact-form .wpcf7-spinner:before {
        top: 12px;
        left: 12px;
        width: 6px;
        height: 6px; }
    .contact-page .contact-form-wrapper .contact-form .wpcf7 form .wpcf7-response-output {
      margin: 10px 0;
      padding: 20px 10px;
      text-align: center;
      border: 0;
      background: #000;
      color: #FFF2DA;
      font-size: 16px;
      text-align: center; }

.hero-section {
  padding-bottom: 39%;
  background-size: cover;
  background-position: center; }
  @media (max-width: 768px) {
    .hero-section {
      padding-bottom: 130%; } }

.product-list .product {
  list-style: none;
  padding: 10px; }

.product-list.three-cols .product {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%; }

.product-list.four-cols .product {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
  @media (max-width: 960px) {
    .product-list.four-cols .product {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%; } }
  @media (max-width: 768px) {
    .product-list.four-cols .product {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

@media (max-width: 960px) {
  .product-list {
    border-bottom: 1px solid #000; } }

.favorites-row li.product {
  min-height: 70vh; }
  @media (max-width: 1180px) {
    .favorites-row li.product {
      min-height: 60vh; } }
  @media (max-width: 768px) {
    .favorites-row li.product {
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important; } }
  .favorites-row li.product .product__image {
    padding: 20% 0; }
    .favorites-row li.product .product__image img {
      max-width: 400px;
      height: auto; }
      @media (max-width: 1366px) {
        .favorites-row li.product .product__image img {
          max-width: 80%; } }
      @media (max-width: 1180px) {
        .favorites-row li.product .product__image img {
          max-width: 70%; } }
  .favorites-row li.product .add-to-wishlist {
    display: none; }

.top-sellers li.product .add-to-wishlist,
.latest-products li.product .add-to-wishlist,
.favorites-row li.product .add-to-wishlist {
  display: none; }

.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  border-right: 1px solid #000;
  border-top: 1px solid #000; }
  @media (max-width: 960px) {
    .title-box {
      -ms-flex-preferred-size: 33.33% !important;
          flex-basis: 33.33% !important; } }
  @media (max-width: 768px) {
    .title-box {
      -ms-flex-preferred-size: 50% !important;
          flex-basis: 50% !important; } }
  .title-box .title {
    color: #FFF2DA;
    font-size: 62px;
    font-weight: normal;
    line-height: .8;
    text-transform: uppercase; }
    @media (max-width: 1680px) {
      .title-box .title {
        font-size: 52px; } }
    @media (max-width: 1440px) {
      .title-box .title {
        font-size: 42px; } }
    @media (max-width: 1200px) {
      .title-box .title {
        font-size: 38px; } }
    @media (max-width: 1100px) {
      .title-box .title {
        font-size: 32px; } }
    @media (max-width: 520px) {
      .title-box .title {
        font-size: 26px; } }

.title-row {
  text-align: center;
  height: 140px;
  position: relative; }
  @media (max-width: 1440px) {
    .title-row {
      height: 100px; } }
  @media (max-width: 1366px) {
    .title-row {
      height: 80px; } }
  @media (max-width: 1080px) {
    .title-row {
      height: 60px; } }
  @media (max-width: 768px) {
    .title-row {
      height: 50px; } }
  .title-row .title {
    font-size: 120px;
    font-weight: normal;
    margin: 0;
    line-height: .82;
    padding: 0;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% + -8px));
        -ms-transform: translate(-50%, calc(-50% + -8px));
            transform: translate(-50%, calc(-50% + -8px));
    width: 100%; }
    @media (max-width: 1440px) {
      .title-row .title {
        font-size: 90px;
        -webkit-transform: translate(-50%, calc(-50% + -5px));
            -ms-transform: translate(-50%, calc(-50% + -5px));
                transform: translate(-50%, calc(-50% + -5px)); } }
    @media (max-width: 1366px) {
      .title-row .title {
        font-size: 70px; } }
    @media (max-width: 1080px) {
      .title-row .title {
        font-size: 60px;
        -webkit-transform: translate(-50%, calc(-50% + -3px));
            -ms-transform: translate(-50%, calc(-50% + -3px));
                transform: translate(-50%, calc(-50% + -3px)); } }
    @media (max-width: 768px) {
      .title-row .title {
        font-size: 40px; } }
  .title-row.border-bottom {
    border-bottom: 1px solid #000; }
  .title-row.smaller-title {
    height: 70px; }
    @media (max-width: 1366px) {
      .title-row.smaller-title {
        height: 60px; } }
    @media (max-width: 768px) {
      .title-row.smaller-title {
        height: 50px; } }
    .title-row.smaller-title .title {
      font-size: 70px; }
      @media (max-width: 1366px) {
        .title-row.smaller-title .title {
          font-size: 60px;
          -webkit-transform: translate(-50%, calc(-50% + -5px));
              -ms-transform: translate(-50%, calc(-50% + -5px));
                  transform: translate(-50%, calc(-50% + -5px)); } }
      @media (max-width: 1280px) {
        .title-row.smaller-title .title {
          font-size: 42px; } }
      @media (max-width: 1200px) {
        .title-row.smaller-title .title {
          font-size: 38px;
          -webkit-transform: translate(-50%, calc(-50% + -3px));
              -ms-transform: translate(-50%, calc(-50% + -3px));
                  transform: translate(-50%, calc(-50% + -3px)); } }
      @media (max-width: 1100px) {
        .title-row.smaller-title .title {
          font-size: 32px; } }

.stores-row {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.store-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .store-wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #000;
    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
    padding: 10px; }
    @media (max-width: 768px) {
      .store-wrapper .content {
        padding-top: 30px; } }
    .store-wrapper .content span,
    .store-wrapper .content .store-info {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      -webkit-transition: color .35s ease-in-out;
      -o-transition: color .35s ease-in-out;
      transition: color .35s ease-in-out;
      text-align: center; }
      @media (max-width: 1366px) {
        .store-wrapper .content span,
        .store-wrapper .content .store-info {
          font-size: 16px; } }
    .store-wrapper .content .site-button, .store-wrapper .content .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .store-wrapper .content .wc-block-components-checkout-place-order-button, .store-wrapper .content .empty-cart-custom a, .empty-cart-custom .store-wrapper .content a, .store-wrapper .content .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .store-wrapper .content input[type="submit"],
    .store-wrapper .content .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .store-wrapper .content input[type="submit"], .store-wrapper .content .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .store-wrapper .content .submit-button.create-action, .store-wrapper .content .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .store-wrapper .content a, .store-wrapper .content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .store-wrapper .content .woocommerce-Button, .store-wrapper .content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .store-wrapper .content .edit, .store-wrapper .content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .store-wrapper .content .woocommerce-button, .store-wrapper .content .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .store-wrapper .content .button, .store-wrapper .content .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .store-wrapper .content button {
      margin-top: 10px; }
      @media (max-width: 960px) {
        .store-wrapper .content .site-button, .store-wrapper .content .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .store-wrapper .content .wc-block-components-checkout-place-order-button, .store-wrapper .content .empty-cart-custom a, .empty-cart-custom .store-wrapper .content a, .store-wrapper .content .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .store-wrapper .content input[type="submit"],
        .store-wrapper .content .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .store-wrapper .content input[type="submit"], .store-wrapper .content .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .store-wrapper .content .submit-button.create-action, .store-wrapper .content .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .store-wrapper .content a, .store-wrapper .content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .store-wrapper .content .woocommerce-Button, .store-wrapper .content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .store-wrapper .content .edit, .store-wrapper .content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .store-wrapper .content .woocommerce-button, .store-wrapper .content .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .store-wrapper .content .button, .store-wrapper .content .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .store-wrapper .content button {
          display: none; } }
    .store-wrapper .content .store-mobile-button {
      display: none; }
      .store-wrapper .content .store-mobile-button svg path {
        -webkit-transition: fill .25s ease-in-out;
        -o-transition: fill .25s ease-in-out;
        transition: fill .25s ease-in-out; }
      @media (max-width: 960px) {
        .store-wrapper .content .store-mobile-button {
          display: block;
          padding: 20px; } }
    .store-wrapper .content:hover {
      background-color: #000; }
      .store-wrapper .content:hover span,
      .store-wrapper .content:hover .store-info {
        color: #FFF2DA; }
      .store-wrapper .content:hover .site-button, .store-wrapper .content:hover .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .store-wrapper .content:hover .wc-block-components-checkout-place-order-button, .store-wrapper .content:hover .empty-cart-custom a, .empty-cart-custom .store-wrapper .content:hover a, .store-wrapper .content:hover .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .store-wrapper .content:hover input[type="submit"],
      .store-wrapper .content:hover .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .store-wrapper .content:hover input[type="submit"], .store-wrapper .content:hover .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .store-wrapper .content:hover .submit-button.create-action, .store-wrapper .content:hover .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .store-wrapper .content:hover a, .store-wrapper .content:hover .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .store-wrapper .content:hover .woocommerce-Button, .store-wrapper .content:hover .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .store-wrapper .content:hover .edit, .store-wrapper .content:hover .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .store-wrapper .content:hover .woocommerce-button, .store-wrapper .content:hover .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .store-wrapper .content:hover .button, .store-wrapper .content:hover .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .store-wrapper .content:hover button {
        background-color: #FFD700;
        color: #000; }
      .store-wrapper .content:hover .store-mobile-button svg path {
        fill: #FFF2DA; }
  .store-wrapper .image {
    background-size: cover;
    background-position: center;
    padding-bottom: 50%;
    border-right: 1px solid #000; }
  .store-wrapper:nth-child(1), .store-wrapper:nth-child(2) {
    border-bottom: 1px solid #000; }
    .store-wrapper:nth-child(1) .image, .store-wrapper:nth-child(2) .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .store-wrapper:nth-child(1) .content, .store-wrapper:nth-child(2) .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  @media (max-width: 960px) {
    .store-wrapper:nth-child(2) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      border-top: 1px solid #000; } }
  @media (max-width: 960px) {
    .store-wrapper:nth-child(3) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; } }
  @media (max-width: 960px) {
    .store-wrapper {
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important; } }

.product .title-row {
  height: auto;
  position: relative;
  border-bottom: 1px solid #000; }
  .product .title-row h1 {
    text-align: center;
    line-height: 1;
    font-weight: normal;
    font-size: 70px;
    text-transform: uppercase;
    border-bottom: 0;
    width: 100%;
    padding: 0 10px;
    position: relative;
    top: 0;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin: 0 0 10px 0; }
    @media (max-width: 1440px) {
      .product .title-row h1 {
        font-size: 42px; } }
    @media (max-width: 1200px) {
      .product .title-row h1 {
        font-size: 38px; } }
    @media (max-width: 1100px) {
      .product .title-row h1 {
        font-size: 32px; } }
    @media (max-width: 520px) {
      .product .title-row h1 {
        font-size: 26px; } }

.single-product .woocommerce-notices-wrapper.visible {
  -webkit-transition: margin .25s ease-in-out;
  -o-transition: margin .25s ease-in-out;
  transition: margin .25s ease-in-out;
  margin: 0; }

.single-product .woocommerce-notices-wrapper.hidden {
  margin-top: -71px; }
  @media (max-width: 768px) {
    .single-product .woocommerce-notices-wrapper.hidden {
      margin-top: -91px; } }

.single-product #reviews {
  border-top: 1px solid #000; }

span.best-seller-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: bold;
  z-index: 99;
  background-color: #FFD700;
  height: 50px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px; }

.product-features {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 960px) {
    .product-features {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      bottom: 70px;
      left: 10px; } }

.product-feature {
  width: 50px;
  height: auto;
  border-radius: 30px;
  margin-left: 10px;
  width: auto;
  background-color: #FFD700;
  padding: 8px 8px 8px 16px; }
  @media (max-width: 960px) {
    .product-feature {
      margin-top: 10px;
      margin-left: 0; } }
  .product-feature span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600; }

.product__intro {
  position: relative; }
  .product__intro .product-breadcrumbs {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3; }
    .product__intro .product-breadcrumbs a {
      position: relative;
      display: inline-block;
      margin-right: 10px;
      font-weight: 700; }
      .product__intro .product-breadcrumbs a:after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background-color: #000;
        position: absolute;
        border-radius: 50%;
        top: 8px;
        right: -8px; }
    .product__intro .product-breadcrumbs span {
      color: #000;
      opacity: .3;
      font-weight: 700; }
  .product__intro .media-wrapper {
    height: calc(100vh - 120px); }
    @media (max-width: 960px) {
      .product__intro .media-wrapper {
        height: calc(80vh - 120px);
        border-bottom: 1px solid #000; } }
    .product__intro .media-wrapper.scrolling-effect .product-breadcrumbs {
      top: 30px; }
  .product__intro .product__media {
    position: relative; }
    @media (max-width: 960px) {
      .product__intro .product__media {
        width: 100% !important; } }
    .product__intro .product__media.has-media:hover .product-breadcrumbs a, .product__intro .product__media.has-media:hover .product-breadcrumbs span {
      color: #FFF2DA; }
      .product__intro .product__media.has-media:hover .product-breadcrumbs a:after, .product__intro .product__media.has-media:hover .product-breadcrumbs span:after {
        background-color: #FFF2DA; }
    .product__intro .product__media.has-media:hover .product-video-wrap,
    .product__intro .product__media.has-media:hover .product-background-image {
      opacity: 1; }
    .product__intro .product__media .product-video-wrap,
    .product__intro .product__media .product-background-image {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      opacity: 0;
      z-index: 1; }
    .product__intro .product__media .product-video-wrap video {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%;
      height: 100%; }
    .product__intro .product__media .featured-image {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; }
      .product__intro .product__media .featured-image img {
        width: 100%;
        max-width: 500px; }
  @media (max-width: 960px) {
    .product__intro {
      display: block; } }

.product__content {
  border-left: 1px solid #000; }
  @media (max-width: 960px) {
    .product__content {
      width: 100% !important;
      border-left: 0; } }
  @media (max-width: 960px) {
    .product__content .product-wishlist-wrapper {
      display: none; } }
  .product__content .product-intro-size {
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 960px) {
      .product__content .product-intro-size {
        min-height: unset;
        padding: 30px 10px; } }
  .product__content .product-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 60%;
    width: 100%; }
    @media (max-width: 1780px) {
      .product__content .product-content-wrapper {
        max-width: 70%; } }
    @media (max-width: 1600px) {
      .product__content .product-content-wrapper {
        max-width: 80%; } }
    @media (max-width: 960px) {
      .product__content .product-content-wrapper {
        max-width: 100%; } }
  .product__content .product-title-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000; }
    @media (max-width: 1080px) {
      .product__content .product-title-group {
        margin-bottom: 10px; } }
    .product__content .product-title-group .product__title {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
      .product__content .product-title-group .product__title .product_title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
        margin: 0; }
    .product__content .product-title-group .product__price {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .product__content .product-title-group .product__price span {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: normal;
        line-height: 1; }
  .product__content .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px; }
  .product__content .product__form .cart:not(.variations_form) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product__content .product__form p.stock.out-of-stock {
    text-align: center;
    font-weight: 600;
    font-size: 16px; }
  .product__content .quantity {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    position: relative; }
    @media (max-width: 480px) {
      .product__content .quantity {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 10px; } }
    .product__content .quantity input {
      height: 60px;
      border-radius: 60px;
      background-color: #EDE1CB;
      width: 100%;
      border: 0;
      text-align: center;
      outline: 0;
      font-weight: 700; }
    .product__content .quantity .quantity__button.quantity--down,
    .product__content .quantity .quantity__button.quantity--up {
      position: absolute;
      width: 46px;
      height: 46px;
      background-color: #FFF2DA;
      border-radius: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer; }
      .product__content .quantity .quantity__button.quantity--down:before,
      .product__content .quantity .quantity__button.quantity--up:before {
        content: "";
        display: block;
        width: 8px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .product__content .quantity .quantity__button.quantity--down {
      left: 10px; }
    .product__content .quantity .quantity__button.quantity--up {
      right: 10px; }
      .product__content .quantity .quantity__button.quantity--up:after {
        content: "";
        display: block;
        width: 2px;
        height: 8px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .product__content .quantity input[type=number]::-webkit-inner-spin-button,
    .product__content .quantity input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .product__content .single_add_to_cart_button {
    -ms-flex-preferred-size: calc(66.66% - 10px);
        flex-basis: calc(66.66% - 10px);
    margin-left: 10px;
    outline: 0;
    border: 0;
    height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    background-color: #FFD700;
    border-radius: 60px;
    -webkit-transition: background-color .35s ease-in-out, color .35s ease-in-out, opacity .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out, color .35s ease-in-out, opacity .35s ease-in-out;
    transition: background-color .35s ease-in-out, color .35s ease-in-out, opacity .35s ease-in-out;
    cursor: pointer; }
    @media (max-width: 480px) {
      .product__content .single_add_to_cart_button {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-left: 0; } }
    .product__content .single_add_to_cart_button.disabled {
      background-color: #EDE1CB;
      color: rgba(0, 0, 0, 0.3);
      pointer-events: none; }
    .product__content .single_add_to_cart_button:hover {
      background-color: #000;
      color: #FFF2DA; }
  .product__content .variations {
    width: 100%; }
    .product__content .variations th,
    .product__content .variations .reset_variations {
      display: none !important; }
  .product__content .single_variation_wrap .woocommerce-variation {
    display: none !important; }
  .product__content .variable-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product__content .variable-items-wrapper li.variable-item.button-variable-item {
      -ms-flex-preferred-size: calc(33.33% - 6.66px);
          flex-basis: calc(33.33% - 6.66px);
      margin: 10px 10px 0 0;
      width: 100%;
      background: transparent;
      padding: 0;
      height: auto;
      -webkit-box-shadow: unset;
              box-shadow: unset; }
      @media (max-width: 1366px) {
        .product__content .variable-items-wrapper li.variable-item.button-variable-item {
          -ms-flex-preferred-size: calc(50% - 6.66px);
              flex-basis: calc(50% - 6.66px); } }
      @media (max-width: 520px) {
        .product__content .variable-items-wrapper li.variable-item.button-variable-item {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          margin-right: 0; } }
      .product__content .variable-items-wrapper li.variable-item.button-variable-item:hover, .product__content .variable-items-wrapper li.variable-item.button-variable-item.selected, .product__content .variable-items-wrapper li.variable-item.button-variable-item:focus {
        background: transparent !important;
        -webkit-box-shadow: unset !important;
                box-shadow: unset !important;
        outline: 0 !important;
        -webkit-box-shadow: 0 !important;
                box-shadow: 0 !important; }
      .product__content .variable-items-wrapper li.variable-item.button-variable-item:nth-child(3n+3) {
        margin-right: 0; }
        @media (max-width: 1366px) {
          .product__content .variable-items-wrapper li.variable-item.button-variable-item:nth-child(3n+3) {
            margin-right: 10px; } }
        @media (max-width: 520px) {
          .product__content .variable-items-wrapper li.variable-item.button-variable-item:nth-child(3n+3) {
            margin-right: 0; } }
      .product__content .variable-items-wrapper li.variable-item.button-variable-item:nth-child(2n+2) {
        margin-right: 10px; }
        @media (max-width: 1366px) {
          .product__content .variable-items-wrapper li.variable-item.button-variable-item:nth-child(2n+2) {
            margin-right: 0; } }
      .product__content .variable-items-wrapper li.variable-item.button-variable-item .variable-item-contents {
        height: 60px;
        width: 100%;
        background-color: #EDE1CB;
        border-radius: 60px;
        position: relative;
        display: block;
        -webkit-box-align: unset;
            -ms-flex-align: unset;
                align-items: unset; }
        .product__content .variable-items-wrapper li.variable-item.button-variable-item .variable-item-contents .variable-item-span {
          padding: 0 !important;
          text-transform: uppercase;
          font-weight: 700;
          position: absolute;
          left: 60px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 50px;
          line-height: 1.2;
          text-align: left;
          font-size: 14px; }
          @media (max-width: 1366px) {
            .product__content .variable-items-wrapper li.variable-item.button-variable-item .variable-item-contents .variable-item-span {
              left: 65px; } }
        .product__content .variable-items-wrapper li.variable-item.button-variable-item .variable-item-contents .variation-price {
          position: absolute;
          font-size: 14px;
          top: 50%;
          height: 46px;
          border-radius: 46px;
          min-width: 46px;
          padding: 0 10px;
          border-radius: 50px;
          background-color: #FFF2DA;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-transform: uppercase;
          font-weight: 700; }
        .product__content .variable-items-wrapper li.variable-item.button-variable-item .variable-item-contents:before {
          content: "";
          display: block;
          width: 46px;
          height: 46px;
          position: absolute;
          left: 10px;
          border: 1px solid #000;
          border-radius: 50%;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: background-color .35s ease-in-out;
          -o-transition: background-color .35s ease-in-out;
          transition: background-color .35s ease-in-out; }
        .product__content .variable-items-wrapper li.variable-item.button-variable-item .variable-item-contents:after {
          content: "";
          display: block;
          width: 8px;
          height: 18px;
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff;
          position: absolute;
          top: 48%;
          left: 29px;
          -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          opacity: 0;
          -webkit-transition: opacity .35s ease-in-out;
          -o-transition: opacity .35s ease-in-out;
          transition: opacity .35s ease-in-out; }
      .product__content .variable-items-wrapper li.variable-item.button-variable-item.selected .variable-item-contents:before {
        background-color: #000; }
      .product__content .variable-items-wrapper li.variable-item.button-variable-item.selected .variable-item-contents:after {
        opacity: 1; }

.product-wishlist-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px; }
  .product-wishlist-wrapper.mob-wishlist {
    display: none; }
    @media (max-width: 960px) {
      .product-wishlist-wrapper.mob-wishlist .add-to-wishlist svg,
      .product-wishlist-wrapper.mob-wishlist .add-to-wishlist svg path {
        height: 15px; } }
    @media (max-width: 960px) {
      .product-wishlist-wrapper.mob-wishlist {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding-bottom: 0;
        z-index: 9; } }
    @media (max-width: 960px) {
      .product-wishlist-wrapper.mob-wishlist .add-to-wishlist {
        width: 50px;
        height: 50px; } }
  .product-wishlist-wrapper .add-to-wishlist {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background-color: #EDE1CB;
    cursor: pointer;
    position: relative; }
    .product-wishlist-wrapper .add-to-wishlist svg {
      pointer-events: none;
      height: 20px;
      -webkit-transition: all 0.35s cubic-bezier(0.83, 0.12, 0.4, 1.34);
      -o-transition: all 0.35s cubic-bezier(0.83, 0.12, 0.4, 1.34);
      transition: all 0.35s cubic-bezier(0.83, 0.12, 0.4, 1.34); }
      .product-wishlist-wrapper .add-to-wishlist svg path {
        stroke: #000;
        stroke-width: 1.2px;
        -webkit-transition: all 0.35s cubic-bezier(0.83, 0.12, 0.4, 1.34);
        -o-transition: all 0.35s cubic-bezier(0.83, 0.12, 0.4, 1.34);
        transition: all 0.35s cubic-bezier(0.83, 0.12, 0.4, 1.34); }
      .product-wishlist-wrapper .add-to-wishlist svg.small path {
        fill: transparent; }
      .product-wishlist-wrapper .add-to-wishlist svg.large {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1.5);
            -ms-transform: translate(-50%, -50%) scale(1.5);
                transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
        -webkit-transition: all 0.55s cubic-bezier(0.83, 0.12, 0.4, 1.34);
        -o-transition: all 0.55s cubic-bezier(0.83, 0.12, 0.4, 1.34);
        transition: all 0.55s cubic-bezier(0.83, 0.12, 0.4, 1.34);
        -webkit-transition-delay: .12s;
             -o-transition-delay: .12s;
                transition-delay: .12s; }
    .product-wishlist-wrapper .add-to-wishlist.added svg {
      pointer-events: all; }
      .product-wishlist-wrapper .add-to-wishlist.added svg.large {
        -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
        opacity: 1; }
      .product-wishlist-wrapper .add-to-wishlist.added svg.small {
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5); }

.info-line .flex-child.left {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.info-line .flex-child.right {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.product-intro-reviews,
.product-intro-info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000; }
  @media (max-width: 1080px) {
    .product-intro-reviews,
    .product-intro-info {
      margin-bottom: 10px;
      padding-bottom: 10px; } }
  .product-intro-reviews .left span,
  .product-intro-reviews .right span,
  .product-intro-info .left span,
  .product-intro-info .right span {
    font-weight: 700;
    text-transform: uppercase; }
  .product-intro-reviews .right,
  .product-intro-info .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .product-intro-reviews .product-categories-list span,
  .product-intro-info .product-categories-list span {
    position: relative; }
    .product-intro-reviews .product-categories-list span:after,
    .product-intro-info .product-categories-list span:after {
      content: ",";
      display: inline-block; }
    .product-intro-reviews .product-categories-list span:last-child:after,
    .product-intro-info .product-categories-list span:last-child:after {
      display: none; }

.product-intro-info {
  margin-bottom: 10px; }

.product-intro-reviews {
  cursor: pointer; }
  .product-intro-reviews img {
    top: 0 !important;
    margin-left: 0 !important; }
    .product-intro-reviews img.black {
      opacity: .2;
      z-index: 1;
      left: 0;
      height: 16px;
      max-height: 20px !important;
      top: -3px !important; }
  .product-intro-reviews .stars-wrapper {
    height: 19px;
    position: relative;
    margin-left: 6px;
    width: 100px; }
  .product-intro-reviews .black-stars {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px; }
  .product-intro-reviews .gold-stars {
    width: 78px;
    height: 19px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
    .product-intro-reviews .gold-stars img {
      margin-left: 0 !important;
      position: absolute !important;
      top: 0 !important;
      left: 0;
      max-height: 16px !important;
      z-index: 2; }
    .product-intro-reviews .gold-stars.rating-0-5 {
      width: 5px; }
    .product-intro-reviews .gold-stars.rating-1 {
      width: 15px; }
    .product-intro-reviews .gold-stars.rating-1-5 {
      width: 25px; }
    .product-intro-reviews .gold-stars.rating-2 {
      width: 35px; }
    .product-intro-reviews .gold-stars.rating-2-5 {
      width: 45px; }
    .product-intro-reviews .gold-stars.rating-3 {
      width: 55px; }
    .product-intro-reviews .gold-stars.rating-3-5 {
      width: 65px; }
    .product-intro-reviews .gold-stars.rating-4 {
      width: 75px; }
    .product-intro-reviews .gold-stars.rating-4-5 {
      width: 85px; }
    .product-intro-reviews .gold-stars.rating-5 {
      width: 95px; }
  .product-intro-reviews .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-intro-reviews .left img {
      max-height: 12px;
      margin-left: 6px;
      position: relative;
      top: -2px; }

.product-extra-content {
  border-top: 1px solid #000; }
  .product-extra-content .title-row {
    text-align: center;
    border-bottom: 1px solid #000;
    height: 70px; }
    @media (max-width: 768px) {
      .product-extra-content .title-row {
        height: 50px; } }
    .product-extra-content .title-row h2 {
      font-size: 70px; }
      @media (max-width: 1366px) {
        .product-extra-content .title-row h2 {
          font-size: 60px; } }
      @media (max-width: 1280px) {
        .product-extra-content .title-row h2 {
          font-size: 42px; } }

.extra-content-wrapper {
  padding: 5% 20% 10%; }
  @media (max-width: 1780px) {
    .extra-content-wrapper {
      padding: 5% 15% 10%; } }
  @media (max-width: 1600px) {
    .extra-content-wrapper {
      padding: 5% 10% 10%; } }
  @media (max-width: 960px) {
    .extra-content-wrapper {
      padding: 30px 10px 50px; } }
  .extra-content-wrapper .product__description p:first-child {
    margin-top: 0; }
  .extra-content-wrapper p {
    font-size: 18px; }
    @media (max-width: 1366px) {
      .extra-content-wrapper p {
        font-size: 16px; } }

.product-faqs {
  margin: 50px 0; }
  @media (max-width: 1366px) {
    .product-faqs {
      margin: 35px 0; } }
  .product-faqs .faq-row h3 {
    border-top: 1px solid #000;
    padding: 17px 20px 15px 0;
    margin: 0 0 -1px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    position: relative; }
    @media (max-width: 1366px) {
      .product-faqs .faq-row h3 {
        font-size: 16px; } }
    .product-faqs .faq-row h3:before {
      content: "";
      display: block;
      width: 12px;
      height: 2px;
      background-color: #000;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .product-faqs .faq-row h3:after {
      content: "";
      display: block;
      height: 11px;
      width: 2px;
      background-color: #000;
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .product-faqs .faq-row .faq-content {
    display: none; }
    .product-faqs .faq-row .faq-content p {
      margin: 0 0 15px;
      font-size: 18px; }
      @media (max-width: 1366px) {
        .product-faqs .faq-row .faq-content p {
          font-size: 16px; } }
  .product-faqs .faq-row:last-child {
    border-bottom: 1px solid #000; }
  .product-faqs .faq-row.active h3:after {
    display: none; }
  .product-faqs .faq-row.active .faq-content {
    display: block; }

.product-info-box {
  border: 1px solid #000; }
  .product-info-box h3 {
    border-bottom: 0;
    margin: 0;
    padding: 17px 10px 14px;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    font-size: 20px; }
    .product-info-box h3:before {
      content: "";
      display: block;
      width: 12px;
      height: 2px;
      background-color: #000;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .product-info-box h3:after {
      content: "";
      display: block;
      height: 11px;
      width: 2px;
      background-color: #000;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .product-info-box.image-info-box h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 10px 16px;
    border: 0 !important; }
    .product-info-box.image-info-box h3 img {
      margin-left: auto; }
    .product-info-box.image-info-box h3:before, .product-info-box.image-info-box h3:after {
      display: none; }
  .product-info-box .info-box-content {
    padding: 0 20px 20px 10px;
    display: none; }
    .product-info-box .info-box-content p {
      font-size: 14px;
      font-weight: 700; }
  .product-info-box.active h3 {
    border-bottom: 1px solid #000; }
    .product-info-box.active h3:after {
      display: none; }
  .product-info-box.active .info-box-content {
    display: block; }

.info-modal {
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }
  .info-modal.active {
    cursor: pointer;
    opacity: 1;
    pointer-events: all; }
  .info-modal img {
    max-height: calc(100% - 100px);
    width: auto;
    margin: auto;
    max-width: calc(100% - 40px); }
  .info-modal .close-modal {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #FFD700;
    border-radius: 50%; }
    .info-modal .close-modal:before, .info-modal .close-modal:after {
      content: "";
      display: block;
      height: 16px;
      width: 3px;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 50%; }
    .info-modal .close-modal:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .info-modal .close-modal:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }

.product-table {
  margin-top: 50px;
  border: 1px solid; }
  @media (max-width: 1280px) {
    .product-table {
      margin-top: 30px; } }
  .product-table .table-row {
    border-bottom: 1px solid #000; }
    .product-table .table-row:last-child {
      border-bottom: 0; }
  .product-table h3, .product-table h4, .product-table h5, .product-table h6, .product-table span {
    margin: 0; }
  .product-table .table-header {
    padding: 20px 10px;
    border-bottom: 1px solid #000; }
    .product-table .table-header h4 {
      font-weight: normal;
      text-transform: uppercase;
      font-size: 20px; }
  .product-table .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right; }
  .product-table .table-row {
    padding: 20px 10px; }
    .product-table .table-row h5, .product-table .table-row span, .product-table .table-row h6 {
      font-size: 14px;
      text-transform: uppercase; }
    .product-table .table-row .left {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%; }
    .product-table .table-row .right {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }

.product__related .products {
  margin-top: 0; }
  @media (max-width: 768px) {
    .product__related .products {
      display: block; } }

.product__related .related.products ul.products {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: -1px; }
  .product__related .related.products ul.products li.product {
    margin-top: -1px;
    width: 100%; }
    .product__related .related.products ul.products li.product .added svg.small {
      position: relative;
      top: 8px;
      left: 10px; }
      @media (max-width: 960px) {
        .product__related .related.products ul.products li.product .added svg.small {
          top: 34%;
          left: 42%; } }
    .product__related .related.products ul.products li.product .product-box-footer {
      display: none; }
      @media (max-width: 960px) {
        .product__related .related.products ul.products li.product .product-box-footer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          position: absolute;
          bottom: -51px;
          height: 51px;
          margin-bottom: -1px;
          width: 100%;
          margin-right: -1px;
          overflow: hidden;
          border-top: 1px solid #000;
          border-bottom: 1px solid #000;
          z-index: 10; } }
      .product__related .related.products ul.products li.product .product-box-footer .cart-button {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        border-right: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 960px) {
          .product__related .related.products ul.products li.product .product-box-footer .cart-button svg {
            opacity: .2;
            height: 15px; } }
      .product__related .related.products ul.products li.product .product-box-footer .wishlist-button {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
    @media (max-width: 960px) {
      .product__related .related.products ul.products li.product {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin: 0;
        margin-bottom: -1px; } }
    .product__related .related.products ul.products li.product:nth-child(1), .product__related .related.products ul.products li.product:nth-child(2) {
      margin-top: -1px; }
    .product__related .related.products ul.products li.product:nth-child(5), .product__related .related.products ul.products li.product:nth-child(6), .product__related .related.products ul.products li.product:nth-child(7), .product__related .related.products ul.products li.product:nth-child(8) {
      margin-top: 0; }

.product__related .related.products > h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 120px;
  height: 140px;
  border-top: 1px solid #000;
  border-bottom: 0;
  font-weight: normal;
  margin: 0;
  line-height: .82;
  width: 100%;
  padding: 0;
  padding-top: 11px;
  position: relative; }
  @media (max-width: 1440px) {
    .product__related .related.products > h2 {
      font-size: 90px;
      height: 100px; } }
  @media (max-width: 1366px) {
    .product__related .related.products > h2 {
      font-size: 70px;
      height: 80px; } }
  @media (max-width: 960px) {
    .product__related .related.products > h2 {
      font-size: 60px;
      height: 70px;
      margin-bottom: 50px;
      border-bottom: 1px solid #000; } }
  @media (max-width: 768px) {
    .product__related .related.products > h2 {
      height: auto;
      font-size: 40px;
      padding: 10px 10%; } }

.product-reviews-list {
  border-top: 1px solid #000;
  padding-top: 50px; }
  @media (max-width: 768px) {
    .product-reviews-list {
      padding-top: 20px; } }
  .product-reviews-list .product-review {
    background-color: #EDE1CB;
    max-width: 50%;
    margin: 0 auto 50px;
    border: 1px solid #000;
    display: none; }
    .product-reviews-list .product-review[data-review-step="1"] {
      display: block; }
    @media (max-width: 1180px) {
      .product-reviews-list .product-review {
        max-width: 80%; } }
    @media (max-width: 960px) {
      .product-reviews-list .product-review {
        max-width: calc(100% - 20px);
        margin: 0 auto 30px; } }
    .product-reviews-list .product-review .review-title-group {
      border-bottom: 1px solid #000;
      padding: 15px 10px; }
      .product-reviews-list .product-review .review-title-group h3 {
        margin: 0;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 20px; }
      .product-reviews-list .product-review .review-title-group .rating-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .product-reviews-list .product-review .review-title-group .star {
        display: block;
        width: 100px;
        position: relative;
        height: 17px;
        overflow: hidden; }
        .product-reviews-list .product-review .review-title-group .star img {
          position: absolute;
          top: 0;
          right: 0; }
      .product-reviews-list .product-review .review-title-group .rating-4 .star {
        width: 80px; }
      .product-reviews-list .product-review .review-title-group .rating-3 .star {
        width: 60px; }
      .product-reviews-list .product-review .review-title-group .rating-2 .star {
        width: 40px; }
      .product-reviews-list .product-review .review-title-group .rating-1 .star {
        width: 20px; }
    .product-reviews-list .product-review .review-subheader {
      padding: 10px 10px 25px; }
      .product-reviews-list .product-review .review-subheader span {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase; }
      .product-reviews-list .product-review .review-subheader .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .product-reviews-list .product-review .review-content {
      font-size: 18px;
      padding: 0 10px 20px; }
  .product-reviews-list .total-reviews {
    text-align: center;
    padding: 0 10px 50px; }
    @media (max-width: 768px) {
      .product-reviews-list .total-reviews {
        padding: 0 10px 20px; } }
    .product-reviews-list .total-reviews .review-rating {
      display: block;
      font-weight: normal;
      font-size: 20px;
      line-height: .82; }
    .product-reviews-list .total-reviews .title {
      margin: 0;
      font-weight: normal;
      font-size: 20px;
      line-height: 1; }
  .product-reviews-list .load-more-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 50px; }
  .product-reviews-list .load-comments {
    text-align: center;
    width: 25%; }
    @media (max-width: 960px) {
      .product-reviews-list .load-comments {
        width: calc(100% - 20px); } }

.form-header {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  width: 100%; }

.yith-ywar-main-wrapper {
  gap: 0; }
  .yith-ywar-main-wrapper .yith-ywar-reviews-wrapper {
    display: none; }

.woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating {
  display: block;
  padding: 0; }
  .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-label {
    display: none; }
  .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-wrapper {
    display: block;
    height: 70px; }
    @media (max-width: 1366px) {
      .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-wrapper {
        height: 60px; } }
    .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-wrapper .stars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 70px;
      margin: auto; }
      @media (max-width: 1366px) {
        .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-wrapper .stars {
          height: 60px; } }
      .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-wrapper .stars span {
        width: 70px;
        height: 70px;
        border-radius: 70px;
        background-color: #EDE1CB;
        color: transparent;
        margin-right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1366px) {
          .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-wrapper .stars span {
            border-radius: 60px;
            height: 60px;
            width: 60px; } }
        .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-wrapper .stars span:last-child {
          margin-right: 0; }
    .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-wrapper.has-error {
      position: relative;
      margin-bottom: 20px; }
      .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-rating .rating-wrapper.has-error:after {
        position: absolute;
        font-size: 16px;
        width: 100%;
        text-align: center;
        top: 80px; }

.woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-content label {
  margin-bottom: 0;
  gap: 0;
  padding-bottom: 0;
  color: transparent; }
  .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-content label.has-error:after {
    left: 30px; }

.woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-content textarea {
  background-color: #EDE1CB;
  border: 0;
  color: #000;
  width: 100%;
  margin: 0;
  min-height: 250px !important;
  border-radius: 30px;
  padding: 20px; }
  .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-content .form-review-content textarea:focus {
    outline: 0; }

.woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer {
  gap: 0;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  height: auto;
  border: 0;
  border-radius: 0;
  display: block; }
  .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action {
    margin-top: 20px;
    height: 70px;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    border-radius: 70px;
    padding: 0 !important;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1366px) {
      .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action {
        border-radius: 60px;
        height: 60px; } }
  .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .login-info {
    display: none; }

.yith-ywar-product-rating-wrapper {
  display: none; }

.reviews-section-title {
  cursor: pointer;
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
  margin-bottom: -1px; }
  .reviews-section-title.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .reviews-section-title .title {
    margin-left: 10px;
    -webkit-transform: translate(-50%, calc(-50% + -6px));
        -ms-transform: translate(-50%, calc(-50% + -6px));
            transform: translate(-50%, calc(-50% + -6px)); }
    @media (max-width: 768px) {
      .reviews-section-title .title {
        padding-left: 10px;
        padding-right: 60px; } }
    @media (max-width: 560px) {
      .reviews-section-title .title {
        font-size: 28px !important; } }
  .reviews-section-title:before {
    content: "";
    display: block;
    width: 1px;
    height: 69px;
    width: 71px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none; }
    @media (max-width: 1366px) {
      .reviews-section-title:before {
        width: 61px;
        height: 59px; } }
    @media (max-width: 768px) {
      .reviews-section-title:before {
        width: 51px;
        height: 49px; } }
  .reviews-section-title:after {
    content: "";
    display: block;
    border-top: 7px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 50%;
    right: 28px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 1366px) {
      .reviews-section-title:after {
        right: 23px; } }
    @media (max-width: 768px) {
      .reviews-section-title:after {
        right: 19px; } }

.woocommerce-tabs.wc-tabs-wrapper {
  display: none; }
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    display: none; }
  .woocommerce-tabs.wc-tabs-wrapper.active {
    display: block; }

.yith-ywar-edit-forms {
  padding: 50px 25%; }
  @media (max-width: 960px) {
    .yith-ywar-edit-forms {
      padding: 30px; } }
  .yith-ywar-edit-forms .form-header {
    font-weight: 500; }
  .yith-ywar-edit-forms .form-header,
  .yith-ywar-edit-forms .form-content,
  .yith-ywar-edit-forms .form-footer {
    background-color: transparent;
    padding: 0; }

h1.woocommerce-products-header__title.page-title {
  text-align: center;
  line-height: 60px;
  font-weight: normal;
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + -6px));
      -ms-transform: translate(-50%, calc(-50% + -6px));
          transform: translate(-50%, calc(-50% + -6px));
  width: 100%; }
  @media (max-width: 1366px) {
    h1.woocommerce-products-header__title.page-title {
      font-size: 60px;
      line-height: 50px; } }
  @media (max-width: 1280px) {
    h1.woocommerce-products-header__title.page-title {
      font-size: 42px;
      line-height: 32px; } }
  @media (max-width: 768px) {
    h1.woocommerce-products-header__title.page-title {
      font-size: 40px;
      line-height: 36px;
      -webkit-transform: translate(-50%, calc(-50% + -4px));
          -ms-transform: translate(-50%, calc(-50% + -4px));
              transform: translate(-50%, calc(-50% + -4px)); } }

html.search .woocommerce-products-header {
  height: auto; }
  html.search .woocommerce-products-header h1.woocommerce-products-header__title.page-title {
    position: relative;
    width: 100%;
    text-align: center;
    left: unset;
    top: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    padding-bottom: 10px; }

.woocommerce-no-products-found {
  text-align: center;
  padding-top: 30px; }
  .woocommerce-no-products-found .woocommerce-info {
    font-weight: bold;
    font-size: 14px; }

.woocommerce-products-header {
  position: relative;
  border-bottom: 1px solid;
  height: 70px; }
  @media (max-width: 1366px) {
    .woocommerce-products-header {
      height: 60px; } }
  @media (max-width: 768px) {
    .woocommerce-products-header {
      height: 50px; } }

.shop__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #000;
  margin-bottom: -1px; }
  .shop__tools > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    @media (max-width: 768px) {
      .shop__tools > div {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .shop__tools > div:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 768px) {
        .shop__tools > div:last-child {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          border-top: 1px solid #000; } }
      .shop__tools > div:last-child .woocommerce-ordering {
        display: none;
        position: relative;
        margin: 0; }
        @media (max-width: 768px) {
          .shop__tools > div:last-child .woocommerce-ordering {
            width: 100%; } }
        .shop__tools > div:last-child .woocommerce-ordering:before {
          content: "";
          display: block;
          width: 1px;
          height: 70px;
          background-color: #000;
          position: absolute;
          top: 0;
          right: 70px;
          pointer-events: none; }
          @media (max-width: 1366px) {
            .shop__tools > div:last-child .woocommerce-ordering:before {
              height: 60px;
              right: 60px; } }
          @media (max-width: 768px) {
            .shop__tools > div:last-child .woocommerce-ordering:before {
              height: 50px;
              right: 50px; } }
        .shop__tools > div:last-child .woocommerce-ordering:after {
          content: "";
          display: block;
          border-top: 7px solid #000;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          top: 50%;
          right: 28px;
          pointer-events: none;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 1366px) {
            .shop__tools > div:last-child .woocommerce-ordering:after {
              right: 23px; } }
          @media (max-width: 768px) {
            .shop__tools > div:last-child .woocommerce-ordering:after {
              right: 18px; } }
        .shop__tools > div:last-child .woocommerce-ordering select {
          height: 70px;
          border: 0;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 14px;
          border-radius: 0;
          outline: 0;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          min-width: 280px;
          padding-right: 80px;
          cursor: pointer;
          text-align: right; }
          @media (max-width: 1366px) {
            .shop__tools > div:last-child .woocommerce-ordering select {
              height: 60px;
              padding-right: 70px; } }
          @media (max-width: 960px) {
            .shop__tools > div:last-child .woocommerce-ordering select {
              min-width: unset;
              width: 100%; } }
          @media (max-width: 768px) {
            .shop__tools > div:last-child .woocommerce-ordering select {
              height: 50px;
              text-align: left;
              padding-left: 10px; } }
  .shop__tools .woocommerce-result-count {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    padding: 25px 10px 25px 10px;
    height: 70px; }
    @media (max-width: 1366px) {
      .shop__tools .woocommerce-result-count {
        padding: 20px 10px 20px 10px;
        height: 60px; } }
    @media (max-width: 960px) {
      .shop__tools .woocommerce-result-count {
        border-right: 1px solid #000; } }
    @media (max-width: 768px) {
      .shop__tools .woocommerce-result-count {
        padding: 15px 10px;
        border-right: 0;
        height: 50px; } }

.product__related .mobile-filters-toggle,
.shop__products .mobile-filters-toggle {
  display: none; }
  @media (max-width: 960px) {
    .product__related .mobile-filters-toggle,
    .shop__products .mobile-filters-toggle {
      display: block;
      position: fixed;
      bottom: 20px;
      z-index: 9999;
      left: 50%;
      opacity: 1;
      -webkit-transform: translate(-50%, 0) scale(1);
          -ms-transform: translate(-50%, 0) scale(1);
              transform: translate(-50%, 0) scale(1);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out; } }
  .product__related .mobile-filters-toggle.reached-footer,
  .shop__products .mobile-filters-toggle.reached-footer {
    -webkit-transform: translate(-50%, 0) scale(0.5);
        -ms-transform: translate(-50%, 0) scale(0.5);
            transform: translate(-50%, 0) scale(0.5);
    opacity: 0; }
  .product__related .mobile-filters-toggle.hidden,
  .shop__products .mobile-filters-toggle.hidden {
    display: none; }

.product__related .mobile-filters-close,
.shop__products .mobile-filters-close {
  display: none;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  .product__related .mobile-filters-close:before, .product__related .mobile-filters-close:after,
  .shop__products .mobile-filters-close:before,
  .shop__products .mobile-filters-close:after {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out; }
  .product__related .mobile-filters-close:before,
  .shop__products .mobile-filters-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .product__related .mobile-filters-close:after,
  .shop__products .mobile-filters-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .product__related .mobile-filters-close:hover:before, .product__related .mobile-filters-close:hover:after,
  .shop__products .mobile-filters-close:hover:before,
  .shop__products .mobile-filters-close:hover:after {
    background-color: #FFF2DA; }
  .product__related .mobile-filters-close.hidden,
  .shop__products .mobile-filters-close.hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -40px);
        -ms-transform: translate(-50%, -40px);
            transform: translate(-50%, -40px); }
  @media (max-width: 960px) {
    .product__related .mobile-filters-close,
    .shop__products .mobile-filters-close {
      display: block;
      position: fixed;
      top: 20px;
      width: 50px;
      height: 50px;
      background-color: #FFD700;
      z-index: 999999;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }

.product__related ul.products,
.shop__products ul.products {
  margin: 0 0; }
  .product__related ul.products .product:nth-child(4n+4),
  .shop__products ul.products .product:nth-child(4n+4) {
    border-right: 0; }
    @media (max-width: 960px) {
      .product__related ul.products .product:nth-child(4n+4),
      .shop__products ul.products .product:nth-child(4n+4) {
        border-right: 1px solid #000; } }
  @media (max-width: 960px) {
    .product__related ul.products .product:nth-child(3n+3),
    .shop__products ul.products .product:nth-child(3n+3) {
      border-right: 0; } }

@media (max-width: 960px) {
  .product__related li.product,
  .shop__products li.product {
    overflow: visible;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    margin-bottom: 51px !important;
    border: 0;
    position: relative; } }

@media (max-width: 768px) {
  .product__related li.product,
  .shop__products li.product {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

@media (max-width: 960px) {
  .product__related li.product:before,
  .shop__products li.product:before {
    content: "";
    display: block;
    height: calc(100% + 51px);
    width: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99; } }

@media (max-width: 960px) {
  .product__related li.product:nth-child(3n+3),
  .shop__products li.product:nth-child(3n+3) {
    border-right: 0 !important; } }

@media (max-width: 960px) {
  .product__related li.product:nth-child(3n+3):before,
  .shop__products li.product:nth-child(3n+3):before {
    display: none; } }

@media (max-width: 768px) {
  .product__related li.product:nth-child(3n+3):before,
  .shop__products li.product:nth-child(3n+3):before {
    display: block; } }

@media (max-width: 960px) {
  .product__related li.product:nth-child(2n+2),
  .shop__products li.product:nth-child(2n+2) {
    border-right: 0 !important; } }

@media (max-width: 768px) {
  .product__related li.product:nth-child(2n+2):before,
  .shop__products li.product:nth-child(2n+2):before {
    display: none; } }

.product__related li.product .product-box-footer,
.shop__products li.product .product-box-footer {
  display: none; }
  @media (max-width: 960px) {
    .product__related li.product .product-box-footer,
    .shop__products li.product .product-box-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      bottom: -51px;
      height: 51px;
      margin-bottom: -1px;
      width: 100%;
      margin-right: -1px;
      overflow: hidden;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      z-index: 10; } }
  .product__related li.product .product-box-footer .cart-button,
  .shop__products li.product .product-box-footer .cart-button {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-right: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 960px) {
      .product__related li.product .product-box-footer .cart-button svg,
      .shop__products li.product .product-box-footer .cart-button svg {
        opacity: .2;
        height: 15px; } }
  .product__related li.product .product-box-footer .wishlist-button,
  .shop__products li.product .product-box-footer .wishlist-button {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }

.product__related li.product .variable-product-button,
.shop__products li.product .variable-product-button {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFD700;
  color: #000;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  .product__related li.product .variable-product-button.visible,
  .shop__products li.product .variable-product-button.visible {
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

@media (max-width: 960px) {
  .product__related li.product .add-to-wishlist,
  .shop__products li.product .add-to-wishlist {
    position: absolute;
    bottom: -61px;
    right: -10px;
    width: calc(50% + 10px);
    height: 50px; } }

@media (max-width: 960px) {
  .product__related li.product .add-to-wishlist svg,
  .shop__products li.product .add-to-wishlist svg {
    opacity: .15; } }

@media (max-width: 768px) {
  .product__related li.product .add-to-wishlist svg,
  .shop__products li.product .add-to-wishlist svg {
    height: 15px !important; } }

.product__related li.product .add-to-wishlist.added svg,
.shop__products li.product .add-to-wishlist.added svg {
  pointer-events: all; }
  @media (max-width: 960px) {
    .product__related li.product .add-to-wishlist.added svg,
    .shop__products li.product .add-to-wishlist.added svg {
      opacity: 1; } }
  .product__related li.product .add-to-wishlist.added svg.large,
  .shop__products li.product .add-to-wishlist.added svg.large {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  .product__related li.product .add-to-wishlist.added svg.small,
  .shop__products li.product .add-to-wishlist.added svg.small {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5); }
    @media (max-width: 960px) {
      .product__related li.product .add-to-wishlist.added svg.small,
      .shop__products li.product .add-to-wishlist.added svg.small {
        top: 34%;
        left: 42%; } }

.product__related li.product.mob-product-options .product-box-right,
.shop__products li.product.mob-product-options .product-box-right {
  bottom: 10px; }

@media (max-width: 960px) {
  .product__related li.product.mob-product-options a,
  .shop__products li.product.mob-product-options a {
    pointer-events: none; } }

.product__related li.product.mob-product-options .product-box-price,
.shop__products li.product.mob-product-options .product-box-price {
  position: relative;
  z-index: 99; }

.product__related li.product.mob-product-options .product-box-footer,
.shop__products li.product.mob-product-options .product-box-footer {
  pointer-events: all; }

@media (max-width: 960px) {
  .product__related li.product.mob-product-options .close-product-info,
  .shop__products li.product.mob-product-options .close-product-info {
    pointer-events: all;
    opacity: 1; } }

.woocommerce-message,
.woocommerce-error {
  background: #000;
  color: #FFF2DA;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
  margin: 0; }
  .woocommerce-message > *,
  .woocommerce-error > * {
    color: #FFF2DA; }
  .woocommerce-message a,
  .woocommerce-error a {
    color: #FFD700; }
  @media (max-width: 768px) {
    .woocommerce-message,
    .woocommerce-error {
      text-align: left;
      padding: 10px; } }

.shop__filters {
  padding: 10px;
  border-bottom: 1px solid #000; }
  @media (max-width: 960px) {
    .shop__filters {
      -webkit-transform: translateY(80px);
          -ms-transform: translateY(80px);
              transform: translateY(80px);
      bottom: 0;
      opacity: 0;
      position: fixed;
      pointer-events: none;
      padding: 0;
      -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
      z-index: 999999;
      height: calc(100vh - 90px);
      width: 100%; } }
  @media (max-width: 960px) {
    .shop__filters .sidebar {
      position: absolute;
      background: #FFF2DA;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 1;
      height: calc(100% - 68px);
      overflow-y: auto;
      scrollbar-width: none;
      width: 100%; } }
  @media (max-width: 960px) {
    .shop__filters.visible {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      pointer-events: all; } }
  .shop__filters .widget__title {
    display: none; }
  @media (max-width: 960px) {
    .shop__filters .widget_layered_nav {
      border-bottom: 1px solid #000; } }
  @media (max-width: 960px) {
    .shop__filters .widget_layered_nav:last-child {
      border-bottom: 0; } }
  .shop__filters .widget_layered_nav,
  .shop__filters .widget_product_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .shop__filters .woocommerce-widget-layered-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0; }
    @media (max-width: 1366px) {
      .shop__filters .woocommerce-widget-layered-nav-list {
        padding: 0; } }
    @media (max-width: 960px) {
      .shop__filters .woocommerce-widget-layered-nav-list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 10px; } }
    .shop__filters .woocommerce-widget-layered-nav-list li {
      position: relative;
      list-style: none;
      margin: 0 10px 10px 0; }
      .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #EDE1CB;
        padding: 10px 20px;
        border-radius: 32px; }
        @media (max-width: 960px) {
          .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label {
            background-color: transparent !important;
            width: 100%;
            text-align: left;
            -webkit-box-pack: start !important;
                -ms-flex-pack: start !important;
                    justify-content: flex-start !important;
            padding: 10px 0;
            position: relative;
            cursor: pointer;
            width: 100%;
            background: transparent; } }
        @media (max-width: 960px) {
          .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label:before {
            content: "";
            display: block;
            width: 13px;
            height: 3px;
            background-color: #000;
            position: absolute;
            top: 17px;
            right: 0; } }
        @media (max-width: 960px) {
          .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label:after {
            content: "";
            display: block;
            width: 3px;
            height: 13px;
            background-color: #000;
            position: absolute;
            top: 12px;
            right: 5px;
            display: none; } }
        @media (max-width: 960px) {
          .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label.toggled:after {
            display: block; } }
        .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label span {
          color: #FFF2DA;
          font-weight: 700;
          text-transform: uppercase; }
          @media (max-width: 960px) {
            .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label span {
              color: #000;
              text-transform: uppercase;
              font-weight: normal; } }
        .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label.color-1, .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label.color-4 {
          background-color: #323C23; }
        .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label.color-2, .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label.color-5 {
          background-color: #C37441; }
        .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label.color-3, .shop__filters .woocommerce-widget-layered-nav-list li.filter-group-label.color-6 {
          background-color: #83362D; }
      .shop__filters .woocommerce-widget-layered-nav-list li .count {
        display: none; }
      .shop__filters .woocommerce-widget-layered-nav-list li a {
        padding: 15px 20px 15px 20px;
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        transition: background-color .25s ease-in-out, color .25s ease-in-out; }
        .shop__filters .woocommerce-widget-layered-nav-list li a:hover {
          background-color: #000;
          color: #FFF2DA; }
        .shop__filters .woocommerce-widget-layered-nav-list li a:before {
          content: none;
          display: block;
          width: 40px;
          height: 40px;
          position: absolute;
          left: 8px;
          border: 1px solid #000;
          border-radius: 50%;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 960px) {
            .shop__filters .woocommerce-widget-layered-nav-list li a:before {
              left: 5px; } }
        .shop__filters .woocommerce-widget-layered-nav-list li a:after {
          content: none;
          display: none;
          width: 6px;
          height: 12px;
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff;
          position: absolute;
          top: 50%;
          left: 25px;
          -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
          @media (max-width: 960px) {
            .shop__filters .woocommerce-widget-layered-nav-list li a:after {
              top: 48%;
              left: 22px; } }
        .shop__filters .woocommerce-widget-layered-nav-list li a[data-tick] {
          padding: 15px 20px 15px 60px; }
          .shop__filters .woocommerce-widget-layered-nav-list li a[data-tick]:hover {
            background-color: #EDE1CB;
            color: #000; }
          @media (max-width: 960px) {
            .shop__filters .woocommerce-widget-layered-nav-list li a[data-tick] {
              padding: 15px 20px 15px 52px; } }
          .shop__filters .woocommerce-widget-layered-nav-list li a[data-tick]:before, .shop__filters .woocommerce-widget-layered-nav-list li a[data-tick]:after {
            content: ""; }
      .shop__filters .woocommerce-widget-layered-nav-list li.chosen a {
        background-color: #000;
        color: #FFF2DA; }
        .shop__filters .woocommerce-widget-layered-nav-list li.chosen a[data-tick] {
          background-color: #EDE1CB;
          color: #000; }
        .shop__filters .woocommerce-widget-layered-nav-list li.chosen a:before {
          background-color: #000; }
        .shop__filters .woocommerce-widget-layered-nav-list li.chosen a:after {
          display: block; }
    .shop__filters .woocommerce-widget-layered-nav-list.toggled li.filter-group-label:after {
      display: block; }
    .shop__filters .woocommerce-widget-layered-nav-list.toggled .woocommerce-widget-layered-nav-list__item {
      display: none; }
  .shop__filters .product-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding-left: 10px;
    padding-top: 10px; }
    @media (max-width: 960px) {
      .shop__filters .product-categories {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .shop__filters .product-categories li {
      list-style: none;
      margin: 0;
      margin-bottom: 10px;
      margin-right: 10px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .shop__filters .product-categories li.filter-group-label {
        background-color: #323C23;
        display: block;
        padding: 15px 20px 15px 20px;
        border-radius: 32px;
        text-transform: uppercase; }
        @media (max-width: 960px) {
          .shop__filters .product-categories li.filter-group-label {
            background: transparent;
            padding-left: 0;
            width: 100%; } }
        .shop__filters .product-categories li.filter-group-label span {
          color: #FFF2DA;
          font-weight: 700; }
          @media (max-width: 960px) {
            .shop__filters .product-categories li.filter-group-label span {
              font-weight: normal;
              color: #000; } }
      .shop__filters .product-categories li.cat-item {
        display: none; }
        .shop__filters .product-categories li.cat-item.current-cat {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .shop__filters .product-categories li.cat-item.current-cat.cat-parent {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .shop__filters .product-categories li.cat-item.current-cat.cat-parent > a {
              display: none; }
            .shop__filters .product-categories li.cat-item.current-cat.cat-parent .children .cat-item {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
        .shop__filters .product-categories li.cat-item.current-cat-parent {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .shop__filters .product-categories li.cat-item.current-cat-parent > a {
            display: none; }
          .shop__filters .product-categories li.cat-item.current-cat-parent .children .cat-item,
          .shop__filters .product-categories li.cat-item.current-cat-parent .cat-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
      .shop__filters .product-categories li a {
        background-color: #EDE1CB;
        display: block;
        padding: 15px 20px 15px 20px;
        border-radius: 32px;
        font-weight: 600;
        text-transform: uppercase; }
      .shop__filters .product-categories li.cat-parent .children {
        padding-left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 960px) {
          .shop__filters .product-categories li.cat-parent .children {
            padding-left: 0;
            padding-bottom: 0;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
      .shop__filters .product-categories li.current-cat > a,
      .shop__filters .product-categories li .current-cat a {
        background-color: #000;
        color: #FFF2DA; }
  .shop__filters .woocommerce-widget-layered-nav-list li a,
  .shop__filters .product-categories li a {
    background-color: #EDE1CB;
    display: block;
    border-radius: 32px;
    font-weight: 600; }
  .shop__filters .filter-buttons {
    display: none; }
    @media (max-width: 960px) {
      .shop__filters .filter-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        margin-top: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        background-color: #FFF2DA;
        border-top: 1px solid #000; }
        .shop__filters .filter-buttons .site-button, .shop__filters .filter-buttons .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .shop__filters .filter-buttons .wc-block-components-checkout-place-order-button, .shop__filters .filter-buttons .empty-cart-custom a, .empty-cart-custom .shop__filters .filter-buttons a, .shop__filters .filter-buttons .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .shop__filters .filter-buttons input[type="submit"],
        .shop__filters .filter-buttons .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .shop__filters .filter-buttons input[type="submit"], .shop__filters .filter-buttons .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .shop__filters .filter-buttons .submit-button.create-action, .shop__filters .filter-buttons .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .shop__filters .filter-buttons a, .shop__filters .filter-buttons .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop__filters .filter-buttons .woocommerce-Button, .shop__filters .filter-buttons .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .shop__filters .filter-buttons .edit, .shop__filters .filter-buttons .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .shop__filters .filter-buttons .woocommerce-button, .shop__filters .filter-buttons .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .shop__filters .filter-buttons .button, .shop__filters .filter-buttons .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .shop__filters .filter-buttons button {
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
          text-align: center; }
        .shop__filters .filter-buttons .clear-filters {
          background-color: #EDE1CB;
          margin-right: 10px; }
        .shop__filters .filter-buttons .apply-filters {
          background-color: #000;
          color: #FFF2DA; } }

.woocommerce-shop .shop__filters {
  display: none; }

.scrolled-filters {
  position: fixed;
  top: 140px;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #000;
  z-index: 99;
  background-color: #FFF2DA;
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1366px) {
    .scrolled-filters {
      height: 60px;
      -webkit-transform: translateY(-60px);
          -ms-transform: translateY(-60px);
              transform: translateY(-60px);
      top: 120px; } }
  @media (max-width: 960px) {
    .scrolled-filters {
      display: none; } }
  .scrolled-filters .selected-filter {
    background-color: #000;
    color: #FFF2DA;
    padding: 14px 36px 14px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 10px; }
    .scrolled-filters .selected-filter:before, .scrolled-filters .selected-filter:after {
      content: "";
      display: block;
      width: 10px;
      height: 2px;
      position: absolute;
      top: 50%;
      right: 16px;
      background-color: #FFF2DA; }
    .scrolled-filters .selected-filter:before {
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
    .scrolled-filters .selected-filter:after {
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
  .scrolled-filters .clear-filters {
    height: 70px;
    width: 70px;
    border-right: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin-right: 10px; }
    @media (max-width: 1366px) {
      .scrolled-filters .clear-filters {
        height: 60px;
        width: 60px; } }
  .scrolled-filters.visible {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.shop__pagination {
  text-align: center; }
  .shop__pagination .site-button, .shop__pagination .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .shop__pagination .wc-block-components-checkout-place-order-button, .shop__pagination .empty-cart-custom a, .empty-cart-custom .shop__pagination a, .shop__pagination .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .shop__pagination input[type="submit"],
  .shop__pagination .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .shop__pagination input[type="submit"], .shop__pagination .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .shop__pagination .submit-button.create-action, .shop__pagination .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .shop__pagination a, .shop__pagination .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop__pagination .woocommerce-Button, .shop__pagination .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .shop__pagination .edit, .shop__pagination .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .shop__pagination .woocommerce-button, .shop__pagination .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .shop__pagination .button, .shop__pagination .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .shop__pagination button {
    margin: 10px 0;
    max-width: 30%;
    width: 100%; }
    @media (max-width: 960px) {
      .shop__pagination .site-button, .shop__pagination .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-checkout__actions_row .shop__pagination .wc-block-components-checkout-place-order-button, .shop__pagination .empty-cart-custom a, .empty-cart-custom .shop__pagination a, .shop__pagination .checkout-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .checkout-short-wrap #pwgc-redeem-gift-card-form .shop__pagination input[type="submit"],
      .shop__pagination .cart-short-wrap #pwgc-redeem-gift-card-form input[type="submit"], .cart-short-wrap #pwgc-redeem-gift-card-form .shop__pagination input[type="submit"], .shop__pagination .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .submit-button.create-action, .woocommerce-Tabs-panel .yith-ywar-edit-forms .form-footer .shop__pagination .submit-button.create-action, .shop__pagination .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column .shop__pagination a, .shop__pagination .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop__pagination .woocommerce-Button, .shop__pagination .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .shop__pagination .edit, .shop__pagination .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .shop__pagination .woocommerce-button, .shop__pagination .woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .shop__pagination .button, .shop__pagination .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button, .woocommerce-account.woocommerce-lost-password .woocommerce-form-row .shop__pagination button {
        max-width: 60%; } }

@media (max-width: 768px) {
  .result-order {
    border-top: 0 !important; } }

.ordering-dropdown {
  cursor: pointer;
  width: calc(25vw - 4px);
  margin-bottom: -1px;
  margin-top: -1px;
  position: relative; }
  @media (max-width: 1080px) {
    .ordering-dropdown {
      position: relative;
      width: 100%; } }
  @media (max-width: 768px) {
    .ordering-dropdown {
      height: 50px;
      margin-bottom: 1px;
      margin-top: 0;
      left: 0;
      border-left: 0; } }
  .ordering-dropdown.active {
    border-bottom: 1px solid #000; }
    @media (max-width: 768px) {
      .ordering-dropdown.active {
        margin-bottom: 0; } }
    @media (max-width: 960px) {
      .ordering-dropdown.active .dropdown-options {
        border-bottom: 1px solid #000; } }
    .ordering-dropdown.active .dropdown-options:after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .ordering-dropdown.active .order-option {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.order-dropdown-visible .toggle-overlay {
  z-index: 99; }

.order-dropdown-visible .shop__top {
  position: relative;
  z-index: 9999;
  background: #FFF2DA; }

.order-dropdown-visible .woocommerce-products-header {
  position: relative;
  z-index: 9999;
  background: #FFF2DA; }

.dropdown-options {
  border-top: 1px solid #000;
  position: absolute;
  width: 100%;
  right: 0;
  border-bottom: 1px solid #000;
  z-index: 100; }
  @media (max-width: 960px) {
    .dropdown-options {
      border-bottom: 0; } }
  .dropdown-options:before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 70px;
    pointer-events: none;
    z-index: 2; }
    @media (max-width: 1366px) {
      .dropdown-options:before {
        height: 60px;
        right: 60px; } }
    @media (max-width: 768px) {
      .dropdown-options:before {
        height: 50px;
        right: 48px; } }
  .dropdown-options:after {
    content: "";
    display: block;
    border-top: 7px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 30px;
    right: 28px;
    pointer-events: none;
    z-index: 2; }
    @media (max-width: 1366px) {
      .dropdown-options:after {
        right: 23px;
        top: 28px; } }
    @media (max-width: 768px) {
      .dropdown-options:after {
        right: 18px;
        top: 21px; } }

.dropdown-label {
  height: 70px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 80px; }
  @media (max-width: 1366px) {
    .dropdown-label {
      height: 60px;
      padding-right: 70px; } }
  @media (max-width: 768px) {
    .dropdown-label {
      height: 50px;
      padding-right: 70px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 10px;
      text-align: left; } }

.order-option {
  text-align: right;
  height: 70px;
  border-top: 1px solid #000;
  background-color: #FFF2DA;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
  display: none;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out; }
  @media (max-width: 1366px) {
    .order-option {
      height: 60px; } }
  @media (max-width: 768px) {
    .order-option {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 10px;
      height: 50px; } }
  .order-option.selected {
    background-color: #000;
    color: #FFF2DA; }
  .order-option:first-child {
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .order-option:hover {
    background-color: #000;
    color: #FFF2DA; }

@media (max-width: 960px) {
  .stores-page {
    display: block; } }

@media (max-width: 960px) {
  .stores-page > .flex-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important; } }

@media (max-width: 960px) {
  .stores-page .right-col {
    border-top: 1px solid #000; } }

.stores-page .stores-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  border-top: 0;
  border-bottom: 0; }
  .stores-page .stores-row .store-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000; }
    @media (max-width: 768px) {
      .stores-page .stores-row .store-wrapper .flex-child {
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important; } }
    @media (max-width: 768px) {
      .stores-page .stores-row .store-wrapper .flex-child.content {
        padding: 50px 10px; } }
    @media (max-width: 768px) {
      .stores-page .stores-row .store-wrapper .flex-child.image {
        padding-bottom: 80%; } }
    .stores-page .stores-row .store-wrapper .store-wrapper:nth-child(1) {
      border-top: 0; }
    .stores-page .stores-row .store-wrapper:nth-child(2) .content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (max-width: 768px) {
        .stores-page .stores-row .store-wrapper:nth-child(2) .content {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .stores-page .stores-row .store-wrapper:nth-child(3) .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    @media (max-width: 768px) {
      .stores-page .stores-row .store-wrapper:nth-child(4) .content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .stores-page .stores-row .store-wrapper:last-child {
      border-bottom: 0; }
      .stores-page .stores-row .store-wrapper:last-child .content,
      .stores-page .stores-row .store-wrapper:last-child .image {
        border-bottom: 0; }

.stores-page #map {
  height: calc(100vh - 120px); }
  @media (max-width: 960px) {
    .stores-page #map {
      height: 500px; } }
  .stores-page #map .pin .marker-info,
  .stores-page #map .pin .marker-phone {
    display: block;
    font-size: 16px;
    text-transform: uppercase; }

.info-content-row {
  border-bottom: 1px solid #000; }
  .info-content-row .title-wrap {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 50px 10px 10px;
    position: relative; }
    .info-content-row .title-wrap:before {
      content: "";
      display: block;
      width: 13px;
      height: 3px;
      background-color: #000;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .info-content-row .title-wrap:after {
      content: "";
      display: block;
      height: 12px;
      width: 3px;
      background-color: #000;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .info-content-row .title-wrap h3 {
      font-weight: normal;
      font-size: 20px;
      margin: 5px 0; }
      @media (max-width: 1080px) {
        .info-content-row .title-wrap h3 {
          font-size: 18px;
          margin: 2px 0; } }
      @media (max-width: 768px) {
        .info-content-row .title-wrap h3 {
          list-height: 1; } }
  .info-content-row .content-wrap {
    max-width: 50%;
    margin-left: 50%;
    padding-right: 10%;
    padding: 20px 10% 20px 0;
    display: none;
    font-size: 18px; }
    @media (max-width: 1366px) {
      .info-content-row .content-wrap {
        font-size: 16px; } }
    @media (max-width: 960px) {
      .info-content-row .content-wrap {
        max-width: 100%;
        margin-left: 0;
        padding: 0px 10px 20px; } }
    .info-content-row .content-wrap li, .info-content-row .content-wrap p, .info-content-row .content-wrap span {
      font-size: 18px; }
      @media (max-width: 1366px) {
        .info-content-row .content-wrap li, .info-content-row .content-wrap p, .info-content-row .content-wrap span {
          font-size: 16px; } }
  .info-content-row.active .title-wrap {
    border-bottom: 0; }
    .info-content-row.active .title-wrap:after {
      display: none; }
  .info-content-row.active .content-wrap {
    display: block; }
  .info-content-row:last-child {
    border-bottom: 0; }

#customer_login.u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

#customer_login .u-column1 {
  border-right: 1px solid #000; }
  @media (max-width: 768px) {
    #customer_login .u-column1 {
      border-right: 0;
      border-bottom: 1px solid #000; } }

#customer_login .u-column1,
#customer_login .u-column2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  min-height: calc(100vh - 140px); }
  @media (max-width: 768px) {
    #customer_login .u-column1,
    #customer_login .u-column2 {
      min-height: unset;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }
  #customer_login .u-column1 h2,
  #customer_login .u-column2 h2 {
    margin: 0;
    font-size: 70px;
    line-height: .82;
    border-bottom: 1px solid #000;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 1px 0 11px; }
    @media (max-width: 1366px) {
      #customer_login .u-column1 h2,
      #customer_login .u-column2 h2 {
        font-size: 60px; } }
    @media (max-width: 1280px) {
      #customer_login .u-column1 h2,
      #customer_login .u-column2 h2 {
        font-size: 42px;
        padding: 10px 0 15px; } }
    @media (max-width: 768px) {
      #customer_login .u-column1 h2,
      #customer_login .u-column2 h2 {
        font-size: 32px;
        padding: 9px 0 13px; } }
  #customer_login .u-column1 .woocommerce-form,
  #customer_login .u-column2 .woocommerce-form {
    padding: 10% 15%; }
    @media (max-width: 960px) {
      #customer_login .u-column1 .woocommerce-form,
      #customer_login .u-column2 .woocommerce-form {
        padding: 10% 10px; } }
    @media (max-width: 960px) {
      #customer_login .u-column1 .woocommerce-form,
      #customer_login .u-column2 .woocommerce-form {
        padding: 30px 10px 50px; } }
    #customer_login .u-column1 .woocommerce-form span.form-title,
    #customer_login .u-column2 .woocommerce-form span.form-title {
      display: block;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 10px;
      text-align: center;
      font-size: 18px; }
      @media (max-width: 1366px) {
        #customer_login .u-column1 .woocommerce-form span.form-title,
        #customer_login .u-column2 .woocommerce-form span.form-title {
          font-size: 16px; } }
    #customer_login .u-column1 .woocommerce-form input[type="text"],
    #customer_login .u-column1 .woocommerce-form input[type="email"],
    #customer_login .u-column1 .woocommerce-form input[type="password"],
    #customer_login .u-column2 .woocommerce-form input[type="text"],
    #customer_login .u-column2 .woocommerce-form input[type="email"],
    #customer_login .u-column2 .woocommerce-form input[type="password"] {
      height: 70px;
      border: 0;
      border-radius: 70px;
      outline: 0;
      background-color: #EDE1CB;
      padding: 10px 30px;
      color: #000;
      width: 100%;
      font-size: 16px; }
      @media (max-width: 1366px) {
        #customer_login .u-column1 .woocommerce-form input[type="text"],
        #customer_login .u-column1 .woocommerce-form input[type="email"],
        #customer_login .u-column1 .woocommerce-form input[type="password"],
        #customer_login .u-column2 .woocommerce-form input[type="text"],
        #customer_login .u-column2 .woocommerce-form input[type="email"],
        #customer_login .u-column2 .woocommerce-form input[type="password"] {
          height: 60px;
          border-radius: 60px;
          font-size: 14px; } }
    #customer_login .u-column1 .woocommerce-form label,
    #customer_login .u-column2 .woocommerce-form label {
      display: none; }
      #customer_login .u-column1 .woocommerce-form label.woocommerce-form-login__rememberme,
      #customer_login .u-column2 .woocommerce-form label.woocommerce-form-login__rememberme {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        margin-top: 20px; }
        #customer_login .u-column1 .woocommerce-form label.woocommerce-form-login__rememberme input,
        #customer_login .u-column2 .woocommerce-form label.woocommerce-form-login__rememberme input {
          display: none; }
          #customer_login .u-column1 .woocommerce-form label.woocommerce-form-login__rememberme input:checked + span:after,
          #customer_login .u-column2 .woocommerce-form label.woocommerce-form-login__rememberme input:checked + span:after {
            display: block; }
        #customer_login .u-column1 .woocommerce-form label.woocommerce-form-login__rememberme span,
        #customer_login .u-column2 .woocommerce-form label.woocommerce-form-login__rememberme span {
          cursor: pointer;
          position: relative;
          padding-left: 30px; }
          #customer_login .u-column1 .woocommerce-form label.woocommerce-form-login__rememberme span:before,
          #customer_login .u-column2 .woocommerce-form label.woocommerce-form-login__rememberme span:before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            background-color: #EDE1CB;
            border-radius: 50%;
            position: absolute;
            top: -2px;
            left: 0; }
          #customer_login .u-column1 .woocommerce-form label.woocommerce-form-login__rememberme span:after,
          #customer_login .u-column2 .woocommerce-form label.woocommerce-form-login__rememberme span:after {
            content: "";
            display: block;
            width: 4px;
            height: 8px;
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            position: absolute;
            top: 4px;
            left: 8px;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            display: none; }

.password-input {
  position: relative; }

button.show-password-input {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border: 0;
  border-radius: 50%;
  background-color: #FFF2DA;
  cursor: pointer;
  outline: 0;
  background-image: url("/wp-content/themes/vg-twig/assets/images/eye.svg");
  background-position: center;
  background-size: 22px; }
  @media (max-width: 1366px) {
    button.show-password-input {
      right: 7px;
      top: 48%; } }
  button.show-password-input.display-password {
    background-image: url("/wp-content/themes/vg-twig/assets/images/eye-hide.svg");
    background-size: 21px;
    background-position: left 15px top 16px; }
  button.show-password-input:focus {
    outline: 0; }

.woocommerce-button {
  background-color: #FFD700;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 70px;
  text-align: center;
  width: 100%;
  border: 0;
  border-radius: 70px;
  cursor: pointer; }
  @media (max-width: 1366px) {
    .woocommerce-button {
      height: 60px;
      border-radius: 60px; } }

.woocommerce-LostPassword {
  display: none;
  margin: 0 0 0 auto; }
  .woocommerce-LostPassword a {
    text-decoration: underline; }

.woocommerce-account .entry-title {
  margin: 0; }

.woocommerce-account .title-row {
  border-bottom: 1px solid #000; }

.woocommerce-account.woocommerce-dashboard .woocommerce {
  padding: 0; }
  .woocommerce-account.woocommerce-dashboard .woocommerce .woocommerce-MyAccount-navigation {
    padding-left: 10px;
    padding-top: 50px; }
    @media (max-width: 960px) {
      .woocommerce-account.woocommerce-dashboard .woocommerce .woocommerce-MyAccount-navigation {
        padding-top: 20px;
        padding-left: 10px;
        height: auto;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }

.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content > p:nth-child(2) {
  padding-top: 50px;
  margin-top: 0; }

.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .products {
  margin: 0;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .products li.product {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1;
            flex: 0 0 1; }
    @media (max-width: 1180px) {
      .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .products li.product {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .products li.product .added .small {
      opacity: 0; }
    .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .products li.product:nth-child(2n+2) {
      border-left: 1px solid transparent; }
    .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .products li.product:nth-child(1), .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .products li.product:nth-child(2) {
      border-top: 1px solid transparent; }

@media (max-width: 960px) {
  .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    border-top: 1px solid #000;
    margin-top: 20px; } }

.woocommerce-account:not(.logged-in) .woocommerce {
  padding: 0; }

.woocommerce-account .yith-ywar-user-reviews-wrapper thead {
  border-bottom: 1px solid #000; }
  .woocommerce-account .yith-ywar-user-reviews-wrapper thead th {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0; }
    @media (max-width: 1366px) {
      .woocommerce-account .yith-ywar-user-reviews-wrapper thead th {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .woocommerce-account .yith-ywar-user-reviews-wrapper thead th {
        font-size: 13px; } }

.woocommerce-account .yith-ywar-user-reviews-wrapper tr {
  border-bottom: 1px solid #000; }
  @media (max-width: 960px) {
    .woocommerce-account .yith-ywar-user-reviews-wrapper tr:last-child {
      border-bottom: 0; } }
  .woocommerce-account .yith-ywar-user-reviews-wrapper tr td {
    padding: 10px 10px 10px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    vertical-align: top; }
    .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-rating-column, .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-content-column {
      padding-top: 20px; }
    @media (max-width: 1366px) {
      .woocommerce-account .yith-ywar-user-reviews-wrapper tr td {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .woocommerce-account .yith-ywar-user-reviews-wrapper tr td {
        font-size: 13px; } }
    .woocommerce-account .yith-ywar-user-reviews-wrapper tr td:last-child {
      padding-right: 0; }
    .woocommerce-account .yith-ywar-user-reviews-wrapper tr td span {
      font-size: 18px;
      line-height: 1.2;
      font-weight: 500; }
      @media (max-width: 1366px) {
        .woocommerce-account .yith-ywar-user-reviews-wrapper tr td span {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .woocommerce-account .yith-ywar-user-reviews-wrapper tr td span {
          font-size: 13px; } }
      .woocommerce-account .yith-ywar-user-reviews-wrapper tr td span.single-rating {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 500; }
        @media (max-width: 1366px) {
          .woocommerce-account .yith-ywar-user-reviews-wrapper tr td span.single-rating {
            font-size: 16px; } }
        .woocommerce-account .yith-ywar-user-reviews-wrapper tr td span.single-rating:after {
          position: relative;
          top: -2.5px; }
    @media (max-width: 768px) {
      .woocommerce-account .yith-ywar-user-reviews-wrapper tr td.review-action-column a {
        font-size: 13px; } }

.woocommerce-account .woocommerce {
  min-height: calc( 100vh - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 50px 10px; }
  @media (max-width: 960px) {
    .woocommerce-account .woocommerce {
      min-height: unset;
      display: block;
      padding: 0; } }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    @media (max-width: 960px) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content p,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
      font-size: 18px; }
      @media (max-width: 1366px) {
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content p,
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
          font-size: 16px; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button {
      margin-top: 10px; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
      border-top: 1px solid #000;
      padding: 10px 0; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address h2 {
        margin: 0 0;
        font-size: 18px;
        font-weight: 500; }
        @media (max-width: 1366px) {
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address h2 {
            font-size: 16px; } }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
        font-style: normal;
        font-size: 18px;
        font-weight: 500; }
        @media (max-width: 1366px) {
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
            font-size: 16px; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768px) {
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-bottom: 10px; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
      width: 100%; }
      @media (max-width: 960px) {
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
          max-width: calc(100% - 20px);
          margin: 10px; } }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
        text-align: left;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
        max-width: 20%;
        width: 100%;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 1.2;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        @media (max-width: 1366px) {
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
            font-size: 13px; } }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th span, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th time, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td span, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td time {
          font-size: 18px; }
          @media (max-width: 1366px) {
            .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th span, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th time, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td span, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td time {
              font-size: 16px; } }
          @media (max-width: 768px) {
            .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th span, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th time, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td span, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td time {
              font-size: 13px; } }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button {
        font-size: 14px;
        height: unset; }
        @media (max-width: 768px) {
          .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .woocommerce-button {
            font-size: 10px;
            padding: 15px 0; } }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr {
        border-bottom: 1px solid #000;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      @media (max-width: 960px) {
        .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table + .woocommerce-Pagination {
          padding: 10px; } }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table + .woocommerce-Pagination .woocommerce-button {
        padding: 15px; }
    @media (max-width: 960px) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content .yith-ywar-user-reviews-wrapper {
        padding: 10px;
        height: auto; } }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    height: calc(100vh - 210px); }
    @media (max-width: 960px) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        height: auto;
        padding: 20px 10px;
        border-bottom: 1px solid #000; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.scrolling-effect ul {
      margin-top: -60px !important; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
      padding-left: 0;
      margin: 0;
      min-height: calc(100vh - 210px); }
      @media (max-width: 960px) {
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
          min-height: unset; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
      display: block;
      line-height: 1; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
        color: #000; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
        font-weight: normal;
        color: rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        -webkit-transition: color .25s ease-in-out;
        -o-transition: color .25s ease-in-out;
        transition: color .25s ease-in-out; }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:hover {
          color: black; }

.woocommerce-account.woocommerce-edit-account fieldset {
  border: 0;
  padding: 0; }
  .woocommerce-account.woocommerce-edit-account fieldset legend {
    display: none; }

.woocommerce-account.woocommerce-edit-account p:last-child {
  margin: 0; }
  .woocommerce-account.woocommerce-edit-account p:last-child .woocommerce-Button {
    width: 100%;
    height: 70px;
    text-transform: uppercase;
    border-radius: 70px; }
    @media (max-width: 1366px) {
      .woocommerce-account.woocommerce-edit-account p:last-child .woocommerce-Button {
        height: 60px;
        border-radius: 60px; } }

.woocommerce-account.woocommerce-edit-account .woocommerce-form-row {
  margin: 0 0 10px; }
  .woocommerce-account.woocommerce-edit-account .woocommerce-form-row #account_display_name_description em {
    font-style: normal; }
  .woocommerce-account.woocommerce-edit-account .woocommerce-form-row label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
  .woocommerce-account.woocommerce-edit-account .woocommerce-form-row input {
    background-color: #EDE1CB;
    padding: 0 30px;
    font-size: 16px;
    height: 70px;
    border-radius: 70px;
    border: 0;
    width: 100%; }
    @media (max-width: 1366px) {
      .woocommerce-account.woocommerce-edit-account .woocommerce-form-row input {
        height: 60px;
        border-radius: 60px; } }
    .woocommerce-account.woocommerce-edit-account .woocommerce-form-row input:focus {
      outline: 0; }

.woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-error {
  margin: 0 -10px;
  padding: 25px 30px;
  text-align: center;
  width: calc(100vw + 20px);
  max-width: 100%; }
  .woocommerce-account .woocommerce-message li, .woocommerce-account .woocommerce-error li {
    list-style: none; }

.woocommerce-account .woocommerce-address-fields .form-row label {
  display: block; }

.woocommerce-account .woocommerce-address-fields .form-row input,
.woocommerce-account .woocommerce-address-fields .form-row select {
  width: 100%;
  height: 60px;
  border-radius: 60px;
  background-color: #EDE1CB;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  font-weight: 600; }

.woocommerce-account .woocommerce-address-fields .form-row select option {
  font-weight: 600; }

.woocommerce-account .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single {
  width: 100%;
  height: 60px;
  border-radius: 60px;
  background-color: #EDE1CB;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px; }
  .woocommerce-account .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #000; }
  .woocommerce-account .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    width: 60px; }
    .woocommerce-account .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #000 transparent transparent transparent;
      border-width: 6px 6px 0 6px;
      margin-top: -4px; }

.woocommerce-account .woocommerce-address-fields .button {
  padding: 20px 26px;
  border-radius: 60px;
  width: 100%; }

.woocommerce-account .select2-container--open .select2-dropdown--below {
  background-color: #EDE1CB;
  border: 0;
  margin-top: -20px;
  padding: 20px;
  z-index: 1;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px; }

.woocommerce-account .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #000;
  height: 50px;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold; }

.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-account .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #000;
  color: #FFF2DA; }

.woocommerce-account .select2-results__option[aria-selected], .woocommerce-account .select2-results__option[data-selected] {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 20px; }

@media (max-width: 960px) {
  .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content, .woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
    padding: 10px; } }

@media (max-width: 960px) {
  .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content {
    margin-top: 0;
    border-top: 0; } }

@media (max-width: 960px) {
  .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
    padding: 0 10px 20px; } }

.woocommerce-account.woocommerce-view-order h2.woocommerce-order-details__title,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title {
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  border-top: 1px solid;
  padding: 10px 0; }

.woocommerce-account.woocommerce-view-order .woocommerce-customer-details address {
  font-style: normal;
  font-size: 16px; }
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details address p {
    font-size: 16px;
    margin: 0; }

.woocommerce-account.woocommerce-view-order .order_details {
  display: block;
  width: 100%;
  max-width: 100%; }
  .woocommerce-account.woocommerce-view-order .order_details thead, .woocommerce-account.woocommerce-view-order .order_details tbody, .woocommerce-account.woocommerce-view-order .order_details tfoot {
    display: block;
    width: 100%;
    font-size: 16px; }
    .woocommerce-account.woocommerce-view-order .order_details thead a, .woocommerce-account.woocommerce-view-order .order_details thead span, .woocommerce-account.woocommerce-view-order .order_details thead li, .woocommerce-account.woocommerce-view-order .order_details thead p, .woocommerce-account.woocommerce-view-order .order_details tbody a, .woocommerce-account.woocommerce-view-order .order_details tbody span, .woocommerce-account.woocommerce-view-order .order_details tbody li, .woocommerce-account.woocommerce-view-order .order_details tbody p, .woocommerce-account.woocommerce-view-order .order_details tfoot a, .woocommerce-account.woocommerce-view-order .order_details tfoot span, .woocommerce-account.woocommerce-view-order .order_details tfoot li, .woocommerce-account.woocommerce-view-order .order_details tfoot p {
      font-size: 16px; }
    .woocommerce-account.woocommerce-view-order .order_details thead tr, .woocommerce-account.woocommerce-view-order .order_details tbody tr, .woocommerce-account.woocommerce-view-order .order_details tfoot tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .woocommerce-account.woocommerce-view-order .order_details .wc-item-meta {
    padding-left: 0;
    list-style: none; }
    .woocommerce-account.woocommerce-view-order .order_details .wc-item-meta li p {
      font-size: 16px;
      margin-top: 0; }

.woocommerce-account.woocommerce-lost-password .lost_reset_password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 50px auto; }
  @media (max-width: 520px) {
    .woocommerce-account.woocommerce-lost-password .lost_reset_password {
      max-width: calc(100% - 20px); } }
  .woocommerce-account.woocommerce-lost-password .lost_reset_password > p:first-child {
    text-align: center;
    margin: 0 auto;
    font-size: 18px; }

.woocommerce-account.woocommerce-lost-password .woocommerce-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0; }
  .woocommerce-account.woocommerce-lost-password .woocommerce-form-row label {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .woocommerce-account.woocommerce-lost-password .woocommerce-form-row input {
    width: 100%;
    border: 0;
    height: 60px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: bold;
    background-color: #EDE1CB;
    margin-bottom: 10px;
    outline: 0;
    padding: 0 20px;
    text-align: center; }
  .woocommerce-account.woocommerce-lost-password .woocommerce-form-row button {
    height: 60px;
    border-radius: 60px; }

.woocommerce-account.woocommerce-lost-password .woocommerce-message {
  width: 100% !important;
  margin: 0 0 50px !important; }

.woocommerce-account.woocommerce-lost-password #content > .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0; }
  .woocommerce-account.woocommerce-lost-password #content > .woocommerce > p {
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
    font-weight: bold; }
