/*!
Theme Name: Brisbane Barn Doors
Theme URI: http://underscores.me/
Author: Pixel Pusher
Author URI: https://pixelpusher.com.au
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brisbanebarndoors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Brisbane Barn Doors is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "futura-pt", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 3.2rem;
  line-height: 3.7rem;
}

h1.product_title,
.page_title h1, h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}

h3, h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
}

p, div {
  font-size: 1rem;
  line-height: 1.5rem;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
a:visited {
  color: #000000;
}
a .onsale {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #D8C4B6;
}
a:hover .onsale, a:focus .onsale, a:active .onsale {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

p a {
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
ul.products li.product .button,
a.button,
button:not(.menu-toggle),
.woocommerce .yith-ywraq-add-button .add-request-quote-button.button,
input[type=button],
input[type=reset],
input[type=submit],
button.primary_button,
.woocommerce .yith-ywraq-add-button .add-request-quote-button.button.primary_button,
input[type=button].primary_button,
input[type=reset].primary_button,
input[type=submit].primary_button {
  display: inline-block !important;
  border: 2px solid #000000;
  border-radius: 50px;
  background: #000000;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 0.6em 1.5em 0.6em;
  font-weight: 500;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
ul.products li.product .button:hover,
a.button:hover,
button:not(.menu-toggle):hover,
.woocommerce .yith-ywraq-add-button .add-request-quote-button.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button.primary_button:hover,
.woocommerce .yith-ywraq-add-button .add-request-quote-button.button.primary_button:hover,
input[type=button].primary_button:hover,
input[type=reset].primary_button:hover,
input[type=submit].primary_button:hover {
  border: 2px solid #000000;
  background: #ffffff !important;
  color: #000000;
  cursor: pointer;
}
ul.products li.product .button:active, ul.products li.product .button:focus,
a.button:active,
a.button:focus,
button:not(.menu-toggle):active,
button:not(.menu-toggle):focus,
.woocommerce .yith-ywraq-add-button .add-request-quote-button.button:active,
.woocommerce .yith-ywraq-add-button .add-request-quote-button.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
button.primary_button:active,
button.primary_button:focus,
.woocommerce .yith-ywraq-add-button .add-request-quote-button.button.primary_button:active,
.woocommerce .yith-ywraq-add-button .add-request-quote-button.button.primary_button:focus,
input[type=button].primary_button:active,
input[type=button].primary_button:focus,
input[type=reset].primary_button:active,
input[type=reset].primary_button:focus,
input[type=submit].primary_button:active,
input[type=submit].primary_button:focus {
  border: 2px solid #000000;
  background: #ffffff !important;
  color: #000000;
}

li.alternative_button a,
.button.alternative_button,
button.alternative_button,
input[type=button].alternative_button,
input[type=reset].alternative_button,
input[type=submit].alternative_button {
  border: 2px solid #D8C4B6 !important;
  border-color: #D8C4B6;
  border-radius: 50px;
  background: #D8C4B6;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 0.6em 1.5em 0.6em;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
li.alternative_button a:hover,
.button.alternative_button:hover,
button.alternative_button:hover,
input[type=button].alternative_button:hover,
input[type=reset].alternative_button:hover,
input[type=submit].alternative_button:hover {
  border: 2px solid #D8C4B6 !important;
  background: #ffffff;
  color: #D8C4B6;
  cursor: pointer;
}
li.alternative_button a:active, li.alternative_button a:focus,
.button.alternative_button:active,
.button.alternative_button:focus,
button.alternative_button:active,
button.alternative_button:focus,
input[type=button].alternative_button:active,
input[type=button].alternative_button:focus,
input[type=reset].alternative_button:active,
input[type=reset].alternative_button:focus,
input[type=submit].alternative_button:active,
input[type=submit].alternative_button:focus {
  border: 2px solid #D8C4B6 !important;
  background: #ffffff;
  color: #D8C4B6;
}

li.alternative_button a:hover {
  border: 2px solid #D8C4B6 !important;
  background: #ffffff;
  color: #D8C4B6 !important;
  cursor: pointer;
}
li.alternative_button a:active, li.alternative_button a:focus {
  border: 2px solid #D8C4B6 !important;
  background: #ffffff;
  color: #D8C4B6 !important;
}

.button.white_button,
button.white_button,
input[type=button].white_button,
input[type=reset].white_button,
input[type=submit].white_button {
  border: 2px solid #ffffff !important;
  border-color: #ffffff;
  border-radius: 50px;
  background: transparent;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 0.6em 1.5em 0.6em;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
.button.white_button:hover,
button.white_button:hover,
input[type=button].white_button:hover,
input[type=reset].white_button:hover,
input[type=submit].white_button:hover {
  border: 2px solid #ffffff !important;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}
.button.white_button:active, .button.white_button:focus,
button.white_button:active,
button.white_button:focus,
input[type=button].white_button:active,
input[type=button].white_button:focus,
input[type=reset].white_button:active,
input[type=reset].white_button:focus,
input[type=submit].white_button:active,
input[type=submit].white_button:focus {
  border: 2px solid #ffffff !important;
  background: #ffffff;
  color: #000000;
}

.button.outline_button,
button.outline_button,
input[type=button].outline_button,
input[type=reset].outline_button,
input[type=submit].outline_button {
  border: 2px solid #000000 !important;
  border-color: #000000;
  border-radius: 50px;
  background: transparent;
  color: rgb(0, 0, 0);
  line-height: 1;
  padding: 0.6em 1.5em 0.6em;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.25s ease-in-out;
}
.button.outline_button:hover,
button.outline_button:hover,
input[type=button].outline_button:hover,
input[type=reset].outline_button:hover,
input[type=submit].outline_button:hover {
  border: 2px solid #000000 !important;
  background: #000000 !important;
  color: #ffffff;
  cursor: pointer;
}
.button.outline_button:active, .button.outline_button:focus,
button.outline_button:active,
button.outline_button:focus,
input[type=button].outline_button:active,
input[type=button].outline_button:focus,
input[type=reset].outline_button:active,
input[type=reset].outline_button:focus,
input[type=submit].outline_button:active,
input[type=submit].outline_button:focus {
  border: 2px solid #000000 !important;
  background: #000000 !important;
  color: #ffffff;
}

.menu-toggle {
  background: transparent;
  border: none;
}

.inactive button {
  pointer-events: none;
  opacity: 0.25;
}

.yith_ywraq_add_item_browse_message {
  margin-top: 2em;
}
.yith_ywraq_add_item_browse_message a {
  border: 2px solid #000000 !important;
  border-radius: 50px;
  background: #000000;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 0.6em 1.5em 0.6em;
  font-weight: 500;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.yith_ywraq_add_item_browse_message a:hover {
  border: 2px solid #000000 !important;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}
.yith_ywraq_add_item_browse_message a:active, .yith_ywraq_add_item_browse_message a:focus {
  border: 2px solid #000000 !important;
  background: #ffffff;
  color: #000000;
}

.options-container .button.measurements_toggle {
  white-space: nowrap;
  margin-top: 8px;
}
@media screen and (max-width: 700px) {
  .options-container .button.measurements_toggle {
    margin-top: 1em;
  }
}
.options-container .button {
  border: 2px solid #000000 !important;
  border-radius: 50px;
  background: #000000;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 1em 1.5em 1em;
  font-weight: 500;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.options-container .button:hover {
  border: 2px solid #000000 !important;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}
.options-container .button:active, .options-container .button:focus {
  border: 2px solid #000000 !important;
  background: #ffffff;
  color: #000000;
}

table.shop_table_responsive tr td:before {
  content: "" !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.wc-stripe-elements-field,
textarea {
  color: #666;
  border: 1px solid #D8C4B6;
  border-radius: 0;
  padding: 0.75em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.wc-stripe-elements-field:focus,
textarea:focus {
  color: #111;
  outline-color: #111;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, .wc-stripe-elements-field::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
.wc-stripe-elements-field::placeholder,
textarea::placeholder {
  color: #666;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  border: 1px solid #D8C4B6 !important;
  padding: 0.75em !important;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #D8C4B6;
  padding: 0.6em;
}

.yith-ywraq-mail-form-wrapper {
  padding: 0 !important;
}
.yith-ywraq-mail-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.yith-ywraq-mail-form-wrapper label {
  display: none;
}
.yith-ywraq-mail-form-wrapper .label_show label {
  display: block;
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row {
  width: 50%;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row input:not(.button) {
  width: 100%;
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row.full_width {
  width: 100%;
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row.full_width input {
  width: 100%;
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row.inline_field {
  display: flex;
  align-items: center;
  margin-right: 1px;
  flex-wrap: wrap;
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row.inline_field > label {
  padding-right: 1em;
  padding-bottom: 0.25em;
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row .woocommerce-input-wrapper {
  /* Hide the default radio buttons */
  display: flex;
}
@media screen and (max-width: 600px) {
  .yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row .woocommerce-input-wrapper {
    flex-grow: 1;
  }
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row .woocommerce-input-wrapper input[type=radio] {
  display: none;
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row .woocommerce-input-wrapper {
  /* Style for the unchecked radio button label */
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row .woocommerce-input-wrapper .radio {
  padding: 1em 4em;
  margin-right: -1px;
  margin-left: 0;
  background-color: white;
  text-transform: capitalize;
  text-align: center;
  color: black;
  border: 1px solid #D8C4B6;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 600px) {
  .yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row .woocommerce-input-wrapper .radio {
    flex-grow: 1;
  }
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row .woocommerce-input-wrapper {
  /* Style for the checked radio button label */
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row .woocommerce-input-wrapper input[type=radio]:checked + label.radio {
  background-color: black;
  color: white;
}
.yith-ywraq-mail-form-wrapper #yith-ywraq-default-form .form-row .ywraq-upload-type::file-selector-button {
  display: inline-block;
  padding: 1em 2em;
  margin-right: 1em;
  margin-left: 0;
  background-color: white;
  text-transform: capitalize;
  color: black;
  border: 1px solid #D8C4B6;
  cursor: pointer;
}

.gfield_radio {
  display: flex;
}
@media screen and (max-width: 600px) {
  .gfield_radio {
    flex-grow: 1;
  }
}
.gfield_radio input[type=radio] {
  display: none !important;
}
.gfield_radio {
  /* Style for the unchecked radio button label */
}
.gfield_radio .gform-field-label {
  display: table !important;
  padding: 1em 4em;
  margin-right: -1px;
  margin-left: 0;
  background-color: white;
  text-transform: capitalize;
  text-align: center;
  color: black;
  border: 1px solid #D8C4B6;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 600px) {
  .gfield_radio .gform-field-label {
    flex-grow: 1;
  }
}
.gfield_radio {
  /* Style for the checked radio button label */
}
.gfield_radio input[type=radio]:checked + label.gform-field-label {
  background-color: black;
  color: white;
}

.gform_validation_errors {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: #D8C4B6 !important;
  border-radius: 0 !important;
}
.gform_validation_errors h2 {
  color: #000000 !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  list-style: none !important;
  margin: 0 !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  list-style-type: none;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-items: center;
}
.main-navigation ul ul {
  position: absolute;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 99;
}

.menu-toggle ul,
.main-navigation.toggled ul {
  text-align: center;
  display: block;
}
.menu-toggle ul.sub-menu,
.main-navigation.toggled ul.sub-menu {
  opacity: 1 !important;
  display: block !important;
  position: relative !important;
}
.menu-toggle ul.sub-menu li a,
.main-navigation.toggled ul.sub-menu li a {
  font-size: 15px !important;
  line-height: 15px !important;
}
.menu-toggle ul a,
.main-navigation.toggled ul a {
  line-height: 20px;
}

.main-navigation .menu-main-menu-container {
  width: 100%;
}
.main-navigation .menu-main-menu-container ul {
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .main-navigation .mobile_menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    transition: top 0.25s ease-in-out;
  }
  .main-navigation .mobile_menu ul:not(#ecomm-menu) {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-navigation .mobile_menu ul#ecomm-menu {
    display: flex;
  }
  .main-navigation .mobile_menu a {
    font-size: 20px;
  }
  .main-navigation.toggled .mobile_menu {
    top: 0;
    transition: top 0.25s ease-in-out;
  }
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    margin-right: -10px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.categories-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.categories-menu .button {
  margin: 0.25em 0.5em;
}

/* Posts and pages
--------------------------------------------- */
.menu_background {
  width: 100%;
  position: sticky;
  height: 185px;
  background: black;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .menu_background {
    height: 135px;
  }
}

#video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Ensure the video is behind other content */
  overflow: hidden; /* Hide overflow content */
}
#video-container #video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Cover the entire container */
}

.hero_image {
  position: relative;
  margin-top: -289px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  height: 460px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .hero_image {
    margin-top: -110px;
    height: 250px;
  }
}
.hero_image .hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D8C4B6;
  opacity: 0.3;
}

header.top-nav {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 5em 1.5em;
  margin-top: -235px;
}
@media screen and (max-width: 1024px) {
  header.top-nav {
    margin-top: -185px;
  }
}
header.top-nav .grid_01 {
  position: relative;
  z-index: 99;
}
header.top-nav .grid_01 .logo_light,
header.top-nav .grid_01 .logo_dark {
  position: absolute;
}
header.top-nav .grid_01 .logo_light {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
header.top-nav .grid_01.active .logo_light {
  opacity: 0;
}
header.top-nav .grid_01 .logo_dark {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
header.top-nav .grid_01.active .logo_dark {
  opacity: 1;
}
header.top-nav .grid_01 .logo {
  width: 100%;
  max-width: 222px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header.top-nav .grid_01 .logo {
    max-width: 130px;
  }
}
header.top-nav .grid_02 {
  position: relative;
  z-index: 9;
  width: 100%;
}
header.top-nav .grid_02 nav {
  justify-content: flex-end;
}
header.top-nav .grid_02 ul li {
  padding: 10px 10px;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  header.top-nav .grid_02 ul li {
    padding: 10px 10px;
  }
}
header.top-nav .grid_02 ul a {
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  header.top-nav .grid_02 ul a {
    color: #ffffff;
  }
}
header.top-nav .grid_02 ul a:hover {
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}
header.top-nav .grid_02 ul .menu_quote a::before {
  content: url(quote_light.svg);
}
header.top-nav .grid_02 ul .menu_account a::before {
  content: url(account_light.svg);
}
header.top-nav .grid_02 ul .menu_cart a::before {
  content: url(cart_light.svg);
}
header.top-nav .grid_02 ul a:not(.no_text)::before {
  vertical-align: -50%;
}
header.top-nav .grid_02 .toggled .menu_quote a::before {
  content: url(quote_dark.svg);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
}
header.top-nav .grid_02 .toggled .menu_account a::before {
  content: url(account_dark.svg);
}
header.top-nav .grid_02 .toggled .menu_cart a::before {
  content: url(cart_dark.svg);
}
header.top-nav .mobile_menu {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header.top-nav .mobile_menu {
    margin-bottom: 10%;
    padding-top: 50px;
  }
}
header.top-nav .burger-menu {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 999;
  cursor: pointer;
}
header.top-nav .burger-menu .burger-line {
  transition: 0.25s all ease-in-out;
}
header.top-nav .burger-menu:hover .burger-line {
  opacity: 0.75;
  transition: 0.25s all ease-in-out;
}
header.top-nav .main-navigation.toggled .burger-line {
  background-color: #000;
}
header.top-nav .burger-line {
  width: 100%;
  height: 4px;
  background-color: #fff;
}
header.top-nav .burger-line {
  /* Your previous CSS styles */
  transition: transform 0.3s ease;
}
header.top-nav .burger-menu.active .burger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
header.top-nav .burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
}
header.top-nav .burger-menu.active .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
header.top-nav .menu_quote a::before {
  padding-right: 10px;
}

.mobile_social {
  display: none;
  position: absolute;
  bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .mobile_social {
    display: flex;
    justify-content: center;
  }
  .mobile_social .social_account {
    padding: 0 10px;
  }
  .mobile_social .social_account img {
    height: 28px;
  }
}

.social_account img {
  height: 28px;
}

.promo_banner {
  position: sticky;
  width: 100%;
  z-index: 999;
  text-align: center;
  padding: 1em 1em 0.75em;
  background: black;
  top: 0;
  border-top: 3px solid #D8C4B6;
  border-bottom: 3px solid #D8C4B6;
}
.promo_banner a {
  color: #D8C4B6;
  font-weight: 900;
}
.promo_banner a:hover {
  color: #ffffff;
}

footer.site-footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
}
footer.site-footer .footer-wrapper {
  padding: 20px 0;
}
footer.site-footer .footer-wrapper ul,
footer.site-footer .footer-wrapper li {
  color: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.site-footer .footer-wrapper a {
  color: #ffffff;
}
footer.site-footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-wrapper {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 700px) {
  footer.site-footer .footer-wrapper .grid_01,
  footer.site-footer .footer-wrapper .grid_03 {
    width: auto;
  }
  footer.site-footer .footer-wrapper .grid_02 {
    width: calc(100% - 444px);
  }
}
footer.site-footer .footer-wrapper .logo {
  padding: 1.5em;
}
footer.site-footer .footer-wrapper .logo img {
  width: 222px;
  height: auto;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-wrapper .logo {
    display: none;
  }
}
footer.site-footer .footer-wrapper .credential {
  padding: 1.5em;
  box-sizing: content-box;
}
@media screen and (min-width: 700px) {
  footer.site-footer .footer-wrapper .credential {
    text-align: right;
  }
}
footer.site-footer .footer-wrapper .credential img {
  width: 90px;
  height: auto;
}
footer.site-footer .footer-wrapper .social_accounts {
  display: flex;
  justify-content: center;
}
footer.site-footer .footer-wrapper .social_accounts .social_account {
  padding: 5px 10px;
}
footer.site-footer .footer-wrapper .social_accounts .social_account img {
  height: 28px;
}
footer.site-footer .footer-wrapper .site-info {
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-wrapper .site-info .footer-menu {
    display: none;
  }
}
footer.site-footer .terms-menu {
  padding: 0px 20px 10px 20px;
}
footer.site-footer .terms-menu a {
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (min-width: 701px) {
  footer.site-footer .terms-menu {
    display: none;
  }
}
footer.site-footer .copyright_mobile {
  padding: 0px 20px 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (min-width: 701px) {
  footer.site-footer .copyright_mobile {
    display: none;
  }
}
footer.site-footer .contact_menu {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
@media screen and (min-width: 701px) {
  footer.site-footer .contact_menu {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  footer.site-footer .grid_02 {
    display: none;
  }
}

.home_image {
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}
.home_image .hero_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D8C4B6;
  opacity: 0.3;
  z-index: 0;
}
.home_image .menu_home,
.home_image .social_home {
  z-index: 2;
}
.home_image .menu-main-menu-container {
  padding: 0 0 1em;
}
@media screen and (max-width: 450px) {
  .home_image .menu-main-menu-container {
    padding: 0 0 1em;
  }
}
.home_image ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.home_image ul li {
  padding: 10px 10px;
  line-height: 1em;
}
@media screen and (max-width: 850px) {
  .home_image ul li {
    padding: 5px 10px;
  }
}
.home_image ul a {
  text-transform: uppercase;
  color: #ffffff;
}
.home_image ul a:hover {
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}
.home_image ul .menu_quote a::before {
  content: url(quote_light.svg);
  padding-right: 10px;
}
.home_image ul .menu_account a::before {
  content: url(account_light.svg);
}
.home_image ul .menu_cart a::before {
  content: url(cart_light.svg);
}
.home_image ul a:not(.no_text)::before {
  vertical-align: -50%;
}
.home_image .toggled .menu_quote a::before {
  content: url(quote_dark.svg);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
}
.home_image .toggled .menu_account a::before {
  content: url(account_dark.svg);
}
.home_image .toggled .menu_cart a::before {
  content: url(cart_dark.svg);
}
.home_image .logo_light {
  padding: 3em;
  z-index: 9;
}
@media screen and (max-width: 450px) {
  .home_image .logo_light {
    padding: 1em;
  }
}
.home_image .top_quote {
  /*color: #ffffff;
  font-weight: 500;
  font-size: 1.5em;
  position: absolute;
  top: 4em;
  left: 50%;
  transform: translateX(-50%);*/
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5em;
  position: relative;
  top: 2em;
}
.home_image .social_home {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .home_image .social_home {
    bottom: 2em;
  }
}
.home_image .social_home > div {
  padding: 0.5em;
}

.menu-quote-container {
  margin-top: 0;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 850px) {
  .menu-quote-container {
    margin-top: 0 !important;
  }
}
.menu-quote-container.quote-push {
  margin-top: 2em;
  transition: all 0.25s ease-in-out;
}

.site {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 5em;
  /*padding-bottom: 5em;*/
}

.internal-content,
.ywraq-wrapper,
.site-main > .woocommerce {
  margin: auto;
  position: relative;
  max-width: 1750px;
  width: 100%;
  padding: 0 1.5em;
}

/*.ywraq-wrapper,
.woocommerce {
  padding-bottom: 5em;
}*/
.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.load_more {
  display: flex;
  justify-content: center;
  padding: 1.5em;
}

/**********************************
***********************************
MODULES
**********************************
*********************************/
.title_container {
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .title_container {
    text-align: left;
    align-items: center;
  }
}
.title_container .line {
  border-top: 1px solid #D8C4B6;
  flex-grow: 1;
}
@media screen and (max-width: 850px) {
  .title_container .line.line-left {
    display: none;
  }
}
.title_container h1,
.title_container h2 {
  padding: 0 40px;
  max-width: 70%;
}
@media screen and (max-width: 850px) {
  .title_container h1,
  .title_container h2 {
    padding: 0 40px 0 0 !important;
  }
}

.page_title {
  text-align: center;
  display: flex;
  justify-content: center;
}
.page_title h1,
.page_title h2 {
  padding: 0 40px;
}

/*
SERVICES MATRIX MODULE
*/
.service_matrix .services {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 1.5em;
}
.service_matrix .services .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  min-width: 160px;
  padding: 1.5em;
}
.service_matrix .services .service .image {
  padding: 10px;
  width: 100%;
  height: auto;
  max-width: 120px;
  box-sizing: border-box;
}
.service_matrix .services .service .image img {
  width: inherit;
  height: inherit;
}
.service_matrix .services .service .title {
  padding: 10px;
  width: 100%;
  height: auto;
  max-width: 160px;
  text-align: center;
  font-weight: 500;
}

/*
OUR PROCESS MODULE
*/
.our_process .processes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.our_process .processes .process {
  padding: 20px 0;
  width: 100%;
  max-width: 925px;
}
@media screen and (max-width: 850px) {
  .our_process .processes .process {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.our_process .processes .process .image {
  padding: 1.5em 40px 1.5em 0;
  width: 160px;
  height: auto;
  box-sizing: content-box;
  float: left;
}
.our_process .processes .process .image img {
  max-width: initial;
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 850px) {
  .our_process .processes .process .image {
    padding: 1em 20px 20px 0;
    width: 70px;
  }
}
.our_process .processes .process .title {
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .our_process .processes .process .title h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 850px) {
  .our_process .processes .process .content {
    width: 100%;
  }
}

/*
OUR CLIENTS MODULE
*/
.our_clients .testimonials .testimonial {
  display: block;
  background-color: #797979;
  border-radius: 20px;
  padding: 28px;
  margin: 28px;
  width: calc(25% - 56px);
}
@media screen and (max-width: 1100px) {
  .our_clients .testimonials .testimonial {
    width: calc(33.33% - 28px);
    margin: 14px;
  }
}
@media screen and (max-width: 850px) {
  .our_clients .testimonials .testimonial {
    width: calc(50% - 28px);
    margin: 14px;
  }
}
@media screen and (max-width: 650px) {
  .our_clients .testimonials .testimonial {
    width: 100%;
    margin: 14px 0;
  }
}
.our_clients .testimonials .testimonial .content {
  color: #fff;
}
.our_clients .testimonials .testimonial .content p {
  margin: 0 0 0.5em;
}
.our_clients .testimonials .testimonial .title {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

/*
FULL WIDTH MODULE
*/
.full_width_content {
  padding: 0;
}
.full_width_content .content {
  margin: auto;
  width: 100%;
}
.full_width_content .content.squeeze {
  max-width: 700px;
}

/*
TWO COLUMN MODULE
*/
.two_column_content {
  padding: 1.5em 0;
}
.two_column_content .table {
  display: flex;
  align-items: center;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
@media screen and (max-width: 899px) {
  .two_column_content .table {
    flex-wrap: wrap;
    margin-left: 0em;
    margin-right: 0em;
  }
}
.two_column_content .table .column {
  padding: 1.5em;
  width: 50%;
}
@media screen and (max-width: 899px) {
  .two_column_content .table .column {
    padding: 0;
    width: 100%;
  }
}
.two_column_content .table .column h2 {
  margin-top: 0;
}
.two_column_content .table .column img {
  display: block;
}
.two_column_content .table .column.col_left {
  padding-bottom: 1em;
}
.two_column_content .table.offset .column {
  width: 50%;
  padding: 1.5em;
}
@media screen and (max-width: 899px) {
  .two_column_content .table.offset .column {
    padding: 0;
    width: 100%;
  }
}
.two_column_content .table.offset .column.content_wrapper {
  background-color: #D8C4B6;
  padding: 3em;
  color: #fff;
}
@media screen and (max-width: 899px) {
  .two_column_content .table.offset .column.content_wrapper {
    padding: 1.5em 1.5em 3em;
  }
  .two_column_content .table.offset .column.content_wrapper .title {
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .two_column_content .table.offset .column.col_left.content_wrapper {
    margin-right: -4.5em;
    width: calc(50% + 3em);
  }
  .two_column_content .table.offset .column.col_right.content_wrapper {
    margin-left: -4.5em;
    width: calc(50% + 3em);
  }
}

/*
FAQ MODULE
*/
.faq_container .faqs {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  padding: 2em 1em;
  margin: auto;
}
@media screen and (max-width: 850px) {
  .faq_container .faqs {
    padding: 1em 0;
  }
}
.faq_container .faqs .faq {
  width: 50%;
  padding: 0 1em;
}
@media screen and (max-width: 850px) {
  .faq_container .faqs .faq {
    width: 100%;
    padding: 0;
  }
}
.faq_container .faqs .faq .title {
  position: relative;
  display: flex;
}
.faq_container .faqs .faq .title h3 {
  margin-right: 3em;
}
@media screen and (max-width: 850px) {
  .faq_container .faqs .faq .title h3 {
    margin-right: 2em;
  }
}
.faq_container .faqs .faq .title img {
  padding-right: 20px;
}
.faq_container .faqs .faq .title:hover {
  cursor: pointer;
}
.faq_container .faqs .faq .content {
  padding: 0 65px;
}

/*
GALLERY
*/
.gallery .content {
  margin: auto;
  padding: 20px 0;
  width: 100%;
  max-width: 925px;
  text-align: center;
}
.gallery .term-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.25em 0;
}
.gallery .term-menu > button {
  margin: 0.25em 0.5em;
}
.gallery .term-menu > button:hover {
  cursor: pointer;
}
.gallery .image-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.gallery .image-item {
  width: 19%;
  margin: 3%;
  height: auto;
}
@media screen and (max-width: 850px) {
  .gallery .image-item {
    width: 27%;
  }
}
.gallery .image-item a {
  width: 100%;
}
.gallery .image-item a img {
  width: 100%;
}

.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

* {
  box-sizing: border-box;
}

body .sl-wrapper .sl-image {
  border: 4em solid #fff;
  border-bottom: 2em solid #fff;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 850px) {
  body .sl-wrapper .sl-image {
    border: 2em solid #fff;
    border-top: 3em solid #fff;
    border-bottom: 3em solid #fff;
    top: 50% !important;
    transform: translateY(-50%);
    left: 0 !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100% !important;
  }
}
body .sl-wrapper .sl-image .sl-caption {
  background: rgb(255, 255, 255);
  color: #000;
  width: 100% !important;
}
body .sl-wrapper .sl-image .sl-close {
  position: absolute;
  top: -34px;
  right: -34px;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 33px;
  line-height: initial;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 850px) {
  body .sl-wrapper .sl-image .sl-close {
    top: -23px;
    right: -10px;
    width: 30px;
    height: 30px;
    font-size: 23px;
  }
}
body .sl-wrapper .sl-image {
  /* Navigation arrows style */
}
body .sl-wrapper .sl-image .sl-prev,
body .sl-wrapper .sl-image .sl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  border: none;
  font-size: 26px;
  cursor: pointer;
  padding-bottom: 30px;
}
body .sl-wrapper .sl-image .sl-prev {
  left: 10px;
}
body .sl-wrapper .sl-image .sl-next {
  right: 10px;
}

.sl-overlay {
  background: #000 !important;
}

.page-menu .menu-main-menu-container {
  margin: 0 2em;
  display: flex;
  justify-content: flex-end;
}
.page-menu .menu-main-menu-container .sub-menu {
  display: none;
  position: absolute;
  opacity: 0;
  left: 0;
  padding-top: 0.75em !important;
  flex-direction: column;
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
}
.page-menu .menu-main-menu-container .sub-menu.sub-menu-show {
  margin: 0;
  padding: 0 0 1em 0;
  justify-content: flex-start;
  display: flex;
  opacity: 1;
  background: black;
  left: 50%;
  transform: translateX(-50%);
}

.home_image .store_interact ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}
.home_image .store_interact ul.sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2em;
  padding: 1em;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  width: 100vw;
  flex-wrap: wrap;
}
.home_image .store_interact ul.sub-menu li {
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .home_image .store_interact ul.sub-menu {
    display: flex !important;
    opacity: 1 !important;
  }
}
.home_image .store_interact ul.sub-menu.sub-menu-show {
  display: flex;
  flex-direction: row !important;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.home-position {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 80vh;
}

.woocommerce .products {
  margin: 0;
  padding: 2em 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce .products .product {
  width: 21%;
  margin: 0 2% 2em 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .woocommerce .products .product {
    width: 29%;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce .products .product {
    width: 46%;
  }
}
@media screen and (max-width: 400px) {
  .woocommerce .products .product {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}
.woocommerce .products .product h2.woocommerce-loop-product__title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0px;
}
.woocommerce .products .product .button {
  margin-top: 1em;
}
.woocommerce .products .product .woocommerce-Price-amount {
  font-size: 1em;
}
.woocommerce .products .product .product-image-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 660px) {
  .woocommerce .products .product .product-image-wrapper {
    max-height: 300px;
  }
}
.woocommerce .products .product .product-image-wrapper {
  max-height: 400px;
}
.woocommerce .products .product .product-image-wrapper img {
  width: 100%;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 850px) {
  .woocommerce .products .product .product-image-wrapper img {
    width: auto;
    min-width: 0;
    max-width: 2000px;
    height: 100%;
  }
}
.woocommerce .products .product .yith-ywraq-add-to-quote {
  margin-top: 0em;
}

.woocommerce-LoopProduct-link {
  width: 100%;
}

.product-content {
  padding-bottom: 3em;
}
.product-content .content {
  max-width: 925px;
  margin: auto;
  text-align: center;
}

.single-product .yith-ywraq-add-to-quote {
  text-align: center;
  padding: 2em;
}
.single-product .quantity {
  padding-top: 1em;
  padding-bottom: 2em;
  vertical-align: middle;
}
.single-product .custom-quantity-label {
  display: inline-block;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 700;
}
.single-product input {
  border-radius: 2em;
  text-align: center;
}
.single-product .product-top {
  display: flex;
  padding-bottom: 3em;
}
@media screen and (max-width: 700px) {
  .single-product .product-top {
    flex-wrap: wrap;
  }
}
.single-product .product-top .product-image {
  width: 40%;
  overflow: hidden;
}
.single-product .product-top .product-image a {
  display: flex;
  justify-content: center;
}
.single-product .product-top .product-image a img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .single-product .product-top .product-image {
    width: 100%;
  }
}
.single-product .product-top .product-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 60%;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .single-product .product-top .product-info {
    width: 100%;
  }
}
.single-product .product-top .product-info .product_line {
  width: 100%;
  border-top: 1px solid #D8C4B6;
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  .single-product .product-top .product-info .product_line {
    display: none;
  }
}
.single-product .product-top .product-info .product_title_wrapper {
  display: flex;
  align-items: baseline;
}
.single-product .product-top .product-info .product_mobile_line {
  display: none;
}
@media screen and (max-width: 700px) {
  .single-product .product-top .product-info .product_mobile_line {
    display: initial;
    border-top: 1px solid #D8C4B6;
    flex-grow: 1;
  }
}
.single-product .product-top .product-info .info-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 3em 0 0 3em;
}
@media screen and (max-width: 700px) {
  .single-product .product-top .product-info .info-wrapper {
    width: 100%;
    padding: 2em 0 0;
  }
}
.single-product .product-top .product-info .info-wrapper .product_title {
  margin-top: 0;
  padding-right: 1em;
}
.single-product .product-top .product-info .info-wrapper .info-content.symbol_active {
  width: 100%;
}
.single-product .product-top .product-info .info-wrapper .info-content.symbol_active .mobile_content .symbol_img {
  width: 150px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .single-product .product-top .product-info .info-wrapper .info-content.symbol_active .mobile_content .symbol_img {
    display: block;
    float: right;
    padding: 0 1em 1em 1em;
    box-sizing: content-box;
  }
}
.single-product .product-top .product-info .additional_elements {
  padding: 0 3em;
}
@media screen and (max-width: 700px) {
  .single-product .product-top .product-info .additional_elements {
    padding: 0;
  }
}
.single-product .product-top .product-info .faux-quantity {
  /*padding: 0 3em;

  				@media screen and (max-width: 700px) {
  					padding: 0;
  				}
  */
}
.single-product .product-top .product-info .faux-quantity label {
  font-weight: 700;
  padding-right: 1em;
}
.single-product .product-top .product-info .symbol {
  padding: 1em;
  box-sizing: content-box;
  width: 30%;
  max-width: 255px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .single-product .product-top .product-info .symbol {
    display: none;
  }
}
.single-product .product-top .product-info #tab-description h2 {
  display: none;
}
.single-product div.product {
  padding-bottom: 5em;
}
.single-product .ywcp_component_options_list_container .ywcp_product_price {
  text-align: center;
}
.single-product .ywcp_component_subtotal {
  display: none !important;
}

.no_margin ~ .options input.yith-wapo-option-value {
  display: none !important;
}

.yith-wapo-container .no_icon ~ .options .yith-wapo-option {
  position: relative;
}
.yith-wapo-container .no_icon ~ .options .option-container img {
  border: 1px solid transparent;
  box-sizing: border-box;
}
.yith-wapo-container .no_icon ~ .options .selected:after {
  content: "";
  background: url("icon-tick.svg") !important;
  width: 42px;
  height: 42px;
  background-size: 100% !important;
  top: 10px;
  right: 10px;
  position: absolute;
}
.yith-wapo-container .no_icon ~ .options .selected img {
  border: 1px solid #D8C4B6;
}
.yith-wapo-container .no_icon ~ .options .radio-button-container {
  display: none !important;
}
.yith-wapo-container .image-container {
  transition: opacity 0.25s ease-in-out;
}
.yith-wapo-container .image-container:hover {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.75;
}
.yith-wapo-container .yith-wapo-option {
  position: relative;
  /* Style the SVG icon container */
}
.yith-wapo-container .yith-wapo-option .radio-button-container {
  width: 60px; /* Adjust icon width as needed */
  height: 60px; /* Adjust icon height as needed */
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; /* Optional: Add cursor style on hover */
}
.yith-wapo-container .yith-wapo-option .radio-button-container svg g {
  fill: #fff;
  transition: fill 0.15s ease-in-out;
}
.yith-wapo-container .yith-wapo-option .radio-button-container svg .icon_stroke {
  stroke: #000;
  transition: stroke 0.15s ease-in-out;
}
.yith-wapo-container .yith-wapo-option {
  /* Style the selected SVG icon */
}
.yith-wapo-container .yith-wapo-option .radio-button-container:hover svg g {
  fill: #000;
  transition: fill 0.15s ease-in-out;
}
.yith-wapo-container .yith-wapo-option .radio-button-container:hover svg .icon_stroke {
  stroke: #fff;
  transition: stroke 0.15s ease-in-out;
}
.yith-wapo-container .yith-wapo-option.selected svg g {
  fill: #000;
  transition: fill 0.15s ease-in-out;
}
.yith-wapo-container .yith-wapo-option.selected svg .icon_stroke {
  stroke: #fff;
  transition: stroke 0.15s ease-in-out;
}
.yith-wapo-container .yith-wapo-block {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.yith-wapo-container .yith-wapo-block .heading {
  padding-top: 20px;
  font-size: 2rem;
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-radio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
  background: transparent !important;
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-radio .options-container {
  padding: 0 2em;
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-radio {
  /*&#yith-wapo-addon-4 {
  	.selection-single {
  		&:before {
  			content: " ";
  			position: absolute;
  			width: 40px;
  			height: 40px;
  			background-size: 40px 40px;
  			top: 0;
  			left: 0;
  			background-image: url("data:image/svg+xml,%3Csvg height='62' viewBox='0 0 62 62' width='62' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000'%3E%3Cg stroke-width='2'%3E%3Crect height='62' rx='31' stroke='none' width='62'/%3E%3Crect fill='none' height='60' rx='30' width='60' x='1' y='1'/%3E%3C/g%3E%3Cg class='icon_stroke' stroke-linecap='round' stroke-width='6'%3E%3Cpath d='m41.416 21.047-20.369 20.369'/%3E%3Cpath d='m41.416 41.416-20.369-20.369'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  		}

  		&.selected {
  			&:before {
  				content: " ";
  				position: absolute;
  				width: 40px;
  				height: 40px;
  				background-size: 40px 40px;
  				top: 0;
  				left: 0;
  				background-image: url("data:image/svg+xml,%3Csvg height='62' viewBox='0 0 62 62' width='62' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000'%3E%3Cg stroke-width='2'%3E%3Crect height='62' rx='31' stroke='none' width='62'/%3E%3Crect fill='none' height='60' rx='30' width='60' x='1' y='1'/%3E%3C/g%3E%3Cg class='icon_stroke' stroke-linecap='round' stroke-width='6'%3E%3Cpath d='m42.403 22.285-17.023 17.273'/%3E%3Cpath d='m25.38 39.558-6.19-7.428'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  			}
  		}
  	}
  }*/
}
.yith-wapo-container .yith-wapo-block #yith-wapo-addon-58 {
  width: 100%;
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text {
  /*display: flex;
     justify-content: center;
     align-items: center;*/
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text.conditional_logic {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text.conditional_logic {
    width: 100%;
  }
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text.conditional_logic .options-container .yith-wapo-option {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 0 1em;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text.conditional_logic .options-container .yith-wapo-option {
    flex-direction: column;
  }
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text.conditional_logic .addon-header {
  display: none;
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container {
  display: flex;
  align-items: center;
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .button {
  order: 3;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container {
    flex-direction: column;
    width: 100%;
  }
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .wapo-addon-description {
  order: 2;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .wapo-addon-description {
    width: 100%;
    margin-bottom: 1em !important;
  }
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .wapo-addon-description a.button {
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .wapo-addon-description a.button {
    width: 100%;
  }
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .yith-wapo-option {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 1em 0 0;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .yith-wapo-option {
    padding: 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .yith-wapo-option .label {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .yith-wapo-option .label .input-text-container {
    margin-top: 1em;
  }
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .yith-wapo-option .description {
  max-width: 380px;
  line-height: 1.15em;
  padding: 0 2em;
  margin: 0;
  order: 3;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-text .options-container .yith-wapo-option .description {
    width: 100%;
    max-width: initial;
  }
}
.yith-wapo-container .yith-wapo-block .options-container .description {
  font-size: 0.75rem;
  max-width: 380px;
  line-height: 1.15em;
  padding: 0 2em;
  margin: 0;
  order: 3;
}
.yith-wapo-container .yith-wapo-block h3.wapo-addon-title {
  font-size: 2em;
  margin-bottom: 0;
}
.yith-wapo-container .yith-wapo-block .yith-wapo-addon-type-radio h3.wapo-addon-title {
  font-size: 1.25em;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon .options-container,
  .yith-wapo-container .yith-wapo-block div.yith-wapo-option {
    width: 100%;
    max-width: initial;
  }
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon .options-container p,
.yith-wapo-container .yith-wapo-block div.yith-wapo-option p {
  margin: 0 !important;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block .yith-wapo-addon-type-radio .yith-wapo-option {
    width: initial;
    max-width: initial;
  }
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon .options {
  display: flex !important;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block div.yith-wapo-addon .options {
    width: 100%;
    margin-bottom: 1em;
    flex-wrap: wrap;
  }
}
.yith-wapo-container .yith-wapo-block div.yith-wapo-addon-type-product {
  width: 100%;
}
.yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .options {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .options {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option {
  max-width: 20%;
  padding: 30px;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option {
    padding: 1em;
  }
}
.yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container {
  border: none !important;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .product-image {
  width: 100%;
  margin-right: 0;
}
.yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .product-image img {
  width: inherit;
}
.yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container {
  transition: opacity 0.25s ease-in-out;
}
.yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container:after {
  background: url("icon-tick.svg") !important;
  width: 62px;
  height: 62px;
  background-size: 100% !important;
  top: 20px;
  right: 20px;
}
.yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option {
  /*&:not(.selected) {
        .product-container {
          opacity: 0.5;
          transition: opacity 0.25s ease-in-out;
        }
      }*/
}
.yith-wapo-container .yith-wapo-addon-type-checkbox {
  padding-right: 1em;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-addon-type-checkbox {
    width: 100%;
  }
}
.yith-wapo-container .yith-wapo-addon-type-checkbox#yith-wapo-addon-26 .wapo-addon-title {
  display: none;
}
.yith-wapo-container .yith-wapo-addon-type-checkbox#yith-wapo-addon-27 .yith-wapo-option {
  padding-right: 1em;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-addon-type-checkbox#yith-wapo-addon-27 .yith-wapo-option {
    padding-right: 0;
  }
}
.yith-wapo-container .yith-wapo-addon-type-checkbox#yith-wapo-addon-27 .description {
  padding: 1em 0 !important;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-addon-type-checkbox#yith-wapo-addon-27 .description {
    max-width: initial !important;
  }
}
.yith-wapo-container .yith-wapo-addon-type-checkbox .checkboxbutton {
  display: none;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-addon-type-checkbox .options .selection-single .option-container {
    width: 100%;
  }
}
.yith-wapo-container .yith-wapo-addon-type-checkbox .options .selection-single label {
  border-radius: 30px;
  line-height: 1;
  margin-top: 5px;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-addon-type-checkbox .options .selection-single label {
    width: 100%;
  }
}
.yith-wapo-container .yith-wapo-addon-type-checkbox .options .selection-single:hover label {
  transition: all 0.25s ease-in-out;
}
.yith-wapo-container .yith-wapo-addon-type-checkbox .options .selection-single.selected label {
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 700px) {
  .yith-wapo-container .yith-wapo-addon-type-checkbox .options {
    width: 100%;
    flex-wrap: wrap;
  }
}

.product_summary_section {
  display: none;
}

.product-type-yith-composite .product_summary_section {
  display: block;
  padding-top: 2em;
  border-top: 1px solid #D8C4B6;
}
.product-type-yith-composite .product_summary_section h3 {
  font-size: 2em;
  margin-top: 0;
}
.product-type-yith-composite .product_summary_section .product_options_summary {
  width: 100%;
  display: flex;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 700px) {
  .product-type-yith-composite .product_summary_section .product_options_summary {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .product-type-yith-composite .product_summary_section .product_options_summary {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.product-type-yith-composite .product_summary_section .product_options_summary .product_group_title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.product-type-yith-composite .product_summary_section .product_options_summary .product_option {
  max-width: 20%;
  width: 33%;
  padding: 30px;
  min-width: 350px;
}
@media screen and (max-width: 700px) {
  .product-type-yith-composite .product_summary_section .product_options_summary .product_option {
    padding: 1em;
    width: 50%;
  }
}
.product-type-yith-composite .product_summary_section .product_options_summary .product-image {
  max-height: 330px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .product-type-yith-composite .product_summary_section .product_options_summary .product-image {
    max-height: 250px;
  }
}
.product-type-yith-composite .product_summary_section .product_options_summary .product-image img {
  max-height: inherit;
  width: auto;
  margin: auto;
}

.product-info,
.wapo-addon-description {
  padding-top: 20px;
}

.yith-wapo-addon-type-text .wapo-addon-description {
  padding-top: 0;
}

.product_group_title {
  padding-bottom: 20px;
}

.product-name {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.yith-wapo-addon-type-html_heading h2 {
  margin-bottom: 0;
}

.yith-wapo-addon-type-html_text {
  width: 100%;
  margin-top: 0 !important;
}
.yith-wapo-addon-type-html_text p {
  margin-bottom: 0;
}

.options-container {
  margin-top: 20px;
}

#yith-wapo-addon-3 {
  width: 100%;
}

.yith-wapo-addon-type-html_heading {
  width: 100%;
  box-sizing: content-box;
}

.entry-summary {
  text-align: left;
}

.ywcp_components_container {
  padding-top: 1em;
}
.ywcp_components_container .stock {
  display: none;
}
.ywcp_components_container .woocommerce-variation-description {
  display: none;
}
.ywcp_components_container .ywcp_component_options_list_container div ul.products {
  width: 100%;
  margin: 0 0em;
  padding: 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.ywcp_components_container .ywcp_component_options_list_container div ul.products li {
  width: initial;
  border: none;
  display: block;
  width: 20%;
  padding: 0 2em;
  max-width: 50%;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .ywcp_components_container .ywcp_component_options_list_container div ul.products li {
    width: 50%;
  }
}
.ywcp_components_container .ywcp_component_options_list_container div ul.products li:hover {
  box-shadow: none !important;
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}
.ywcp_components_container .ywcp_component_options_list_container div ul.products li .ywcp_image_container {
  display: block;
  float: none;
  text-align: center;
  width: 100%;
}
.ywcp_components_container .ywcp_component_options_list_container div ul.products li .ywcp_image_container img {
  max-height: 100%;
}
.ywcp_components_container .ywcp_component_options_list_container div ul.products li .ywcp_product_info {
  display: block;
  float: none;
  width: 100%;
  padding-left: 0 !important;
}
.ywcp_components_container .ywcp_component_options_list_container div ul.products li .ywcp_product_info .ywcp_product_title {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.ywcp_components_container .ywcp_component_options_list_container div ul.products li .ywcp_product_info .ywcp_product_link a {
  display: none !important;
  border: 2px solid #000000 !important;
  border-radius: 50px;
  background: #ffffff;
  color: #000000 !important;
  line-height: 1;
  padding: 0.6em 1.5em 0.6em;
  font-weight: 500;
  font-size: 1.2em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  text-transform: initial !important;
  text-align: center;
  margin-top: 2em !important;
  text-transform: capitalize !important;
}
.ywcp_components_container .ywcp_component_options_list_container div ul.products li .ywcp_product_info .ywcp_product_link a:hover {
  background: #000000;
  color: rgb(255, 255, 255) !important;
  transition: all 0.25s ease-in-out;
}
.ywcp_components_container .ywcp_components_single_item h3 {
  font-size: 2em;
}
.ywcp_components_container .ywcp_components_single_item a.ywcp_selection_clear {
  border: 2px solid #000000 !important;
  border-radius: 50px;
  background: #000000;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 0.6em 1.5em 0.6em;
  font-weight: 500;
  font-size: 1.2em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  text-transform: initial !important;
}
.ywcp_components_container .ywcp_components_single_item a.ywcp_selection_clear:hover {
  background: #ffffff;
  color: rgb(0, 0, 0) !important;
  transition: all 0.25s ease-in-out;
}
.ywcp_components_container .optional {
  display: none !important;
}

.ywcp_components_container .ywcp_selection_selected .ywcp_selection_clear {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em 0;
}

.ywcp_selection_selected .ywcp_component_options_selection_container {
  display: block;
  width: initial;
  border: none;
  width: 380px !important;
  box-shadow: none !important;
  padding: 0 2em !important;
  margin-left: -2em;
}
@media screen and (max-width: 700px) {
  .ywcp_selection_selected .ywcp_component_options_selection_container {
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .ywcp_selection_selected .ywcp_component_options_selection_container {
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
}
.ywcp_selection_selected .ywcp_component_options_selection_container .ywcp_image_container {
  display: block !important;
  float: none !important;
  width: 100% !important;
  text-align: center;
}
.ywcp_selection_selected .ywcp_component_options_selection_container .ywcp_image_container img {
  max-height: 250px;
  width: auto;
  margin: auto;
}
.ywcp_selection_selected .ywcp_component_options_selection_container .ywcp_image_container:after {
  content: url("icon-tick.svg") !important;
  width: 62px;
  height: 62px;
  top: 20px;
  right: 20px;
  position: absolute;
}
.ywcp_selection_selected .ywcp_component_options_selection_container .ywcp_product_info {
  display: block !important;
  float: none !important;
  width: 100% !important;
  padding-left: 0 !important;
}
.ywcp_selection_selected .ywcp_component_options_selection_container .ywcp_product_info .ywcp_product_title {
  font-size: 1.5rem;
  font-weight: 500;
}
.ywcp_selection_selected .ywcp_component_options_selection_container .ywcp_product_info .ywcp_product_link {
  display: none !important;
}

body .summary form.cart:has(#yith-wapo-container .yith-wapo-block) {
  display: flex !important;
}

.single-product.woocommerce form.cart.ywcp.ywcp_form_loaded {
  display: flex !important;
  flex-direction: column;
}
.single-product.woocommerce form.cart.ywcp.ywcp_form_loaded .single_add_to_cart_button {
  align-self: flex-end;
}
.single-product.woocommerce form.cart.ywcp.ywcp_form_loaded .single_add_to_cart_button {
  width: -moz-fit-content;
  width: fit-content;
}
.single-product.woocommerce form.cart.ywcp.ywcp_form_loaded .ywcp_customer_advice {
  background-color: #D8C4B6;
  border: none;
}
.single-product.woocommerce form.cart.ywcp.ywcp_form_loaded .wapo-error span {
  color: #000000 !important;
}
.single-product.woocommerce form.cart.ywcp.ywcp_form_loaded .price {
  display: none;
}
.single-product.woocommerce form.cart.ywcp.ywcp_form_loaded .ywcp_wcp_group_total {
  width: 100%;
  border-top: 1px solid #D8C4B6;
  padding-top: 2em;
}
.single-product.woocommerce form.cart.ywcp.ywcp_form_loaded {
  border-top: 1px solid #D8C4B6;
}

/***************
Cart / Quote
***************/
.ywraq-form-table-wrapper .gform_heading {
  display: none !important;
}
.ywraq-form-table-wrapper .gfield_label {
  font-weight: 500 !important;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .product-quantity {
    text-align: right !important;
    padding-right: 0 !important;
    position: absolute !important;
    top: 0;
    right: 0;
    width: 27%;
  }
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .product-quantity input {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table,
  .woocommerce-cart-form .shop_table {
    display: flex;
    flex-direction: column;
  }
}
.ywraq-form-table-wrapper .shop_table thead,
.woocommerce-cart-form .shop_table thead {
  position: relative;
  border-bottom: 1px solid #D8C4B6;
}
.ywraq-form-table-wrapper .shop_table thead th,
.woocommerce-cart-form .shop_table thead th {
  font-size: 2rem;
  line-height: 54px;
  font-weight: 500;
  border-bottom: 1px solid #d8c4b6;
  padding: 30px 15px;
}
@media screen and (max-width: 1000px) {
  .ywraq-form-table-wrapper .shop_table thead th,
  .woocommerce-cart-form .shop_table thead th {
    font-size: 1.5rem;
    position: relative !important;
    border-bottom: none;
  }
}
.ywraq-form-table-wrapper .shop_table thead th.product-thumbnail,
.woocommerce-cart-form .shop_table thead th.product-thumbnail {
  width: 0;
}
.ywraq-form-table-wrapper .shop_table tbody,
.woocommerce-cart-form .shop_table tbody {
  position: relative;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table tbody,
  .woocommerce-cart-form .shop_table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.ywraq-form-table-wrapper .shop_table .product-price,
.ywraq-form-table-wrapper .shop_table .product-quantity,
.ywraq-form-table-wrapper .shop_table .product-subtotal,
.woocommerce-cart-form .shop_table .product-price,
.woocommerce-cart-form .shop_table .product-quantity,
.woocommerce-cart-form .shop_table .product-subtotal {
  text-align: center;
}
.ywraq-form-table-wrapper .shop_table .product-remove,
.woocommerce-cart-form .shop_table .product-remove {
  width: 10%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .product-remove,
  .woocommerce-cart-form .shop_table .product-remove {
    display: none;
  }
}
.ywraq-form-table-wrapper .shop_table .product-quantity,
.woocommerce-cart-form .shop_table .product-quantity {
  text-align: center !important;
}
.ywraq-form-table-wrapper .shop_table .product-quantity input,
.woocommerce-cart-form .shop_table .product-quantity input {
  width: 70%;
  text-align: center !important;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .product-quantity input,
  .woocommerce-cart-form .shop_table .product-quantity input {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .product-quantity,
  .woocommerce-cart-form .shop_table .product-quantity {
    vertical-align: top;
  }
}
.ywraq-form-table-wrapper .shop_table .cart_item,
.woocommerce-cart-form .shop_table .cart_item {
  position: relative;
}
.ywraq-form-table-wrapper .shop_table .cart_item td,
.woocommerce-cart-form .shop_table .cart_item td {
  padding-top: 2em;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .cart_item td,
  .woocommerce-cart-form .shop_table .cart_item td {
    padding-top: 0.5em;
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-thumbnail,
.woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
  padding-right: 3em;
  box-sizing: content-box;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .cart_item .product-thumbnail,
  .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
    width: 50%;
    padding-right: 1em;
    display: block !important;
  }
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name,
.woocommerce-cart-form .shop_table .cart_item .product-name {
  font-size: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .cart_item .product-name,
  .woocommerce-cart-form .shop_table .cart_item .product-name {
    font-size: 1rem;
    line-height: 1.25em;
    margin-bottom: 2px;
  }
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name label,
.woocommerce-cart-form .shop_table .cart_item .product-name label {
  font-size: 1.5rem;
  font-weight: 500;
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name strong,
.woocommerce-cart-form .shop_table .cart_item .product-name strong {
  font-weight: 500;
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name ul,
.woocommerce-cart-form .shop_table .cart_item .product-name ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name ul li,
.woocommerce-cart-form .shop_table .cart_item .product-name ul li {
  font-size: 1rem;
  font-weight: normal;
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name ul br,
.woocommerce-cart-form .shop_table .cart_item .product-name ul br {
  display: none;
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name dl,
.woocommerce-cart-form .shop_table .cart_item .product-name dl {
  margin-top: 0;
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name strong,
.ywraq-form-table-wrapper .shop_table .cart_item .product-name dt,
.woocommerce-cart-form .shop_table .cart_item .product-name strong,
.woocommerce-cart-form .shop_table .cart_item .product-name dt {
  font-size: 1rem;
  font-weight: 500;
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name dd,
.woocommerce-cart-form .shop_table .cart_item .product-name dd {
  margin: 0;
}
.ywraq-form-table-wrapper .shop_table .cart_item .product-name dd div,
.woocommerce-cart-form .shop_table .cart_item .product-name dd div {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .cart_item .product-remove,
  .woocommerce-cart-form .shop_table .cart_item .product-remove {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    z-index: 999;
  }
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_item,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_item {
  margin-top: 1em;
  position: relative;
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_item .product-thumbnail,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_item .product-thumbnail {
  width: 241px;
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_item .product-thumbnail img,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_item .product-thumbnail img {
  width: 241px;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_item .product-thumbnail,
  .woocommerce-cart-form .shop_table .cart_item.ywcp_component_item .product-thumbnail {
    width: 60%;
  }
  .ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_item .product-thumbnail img,
  .woocommerce-cart-form .shop_table .cart_item.ywcp_component_item .product-thumbnail img {
    width: 100%;
  }
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_item br,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_item br {
  display: none;
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_item li,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_item li {
  margin-bottom: 5px;
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_child_item .product-thumbnail,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_child_item .product-thumbnail {
  width: 241px;
  text-align: right;
  position: relative;
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_child_item .product-thumbnail a:before,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_child_item .product-thumbnail a:before {
  content: "";
  background: url("hook_arrow.svg") !important;
  background-size: 27px 19px !important;
  width: 27px;
  height: 19px;
  top: 50%;
  left: 20px;
  position: absolute;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_child_item .product-thumbnail a:before,
  .woocommerce-cart-form .shop_table .cart_item.ywcp_component_child_item .product-thumbnail a:before {
    width: 18px;
    height: 13px;
    background-size: 18px 13px !important;
    left: 10px;
  }
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_child_item .product-thumbnail img,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_child_item .product-thumbnail img {
  width: 155px;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_child_item .product-thumbnail,
  .woocommerce-cart-form .shop_table .cart_item.ywcp_component_child_item .product-thumbnail {
    width: 172px;
  }
  .ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_child_item .product-thumbnail img,
  .woocommerce-cart-form .shop_table .cart_item.ywcp_component_child_item .product-thumbnail img {
    width: 123px;
  }
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_child_item .product-name,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_child_item .product-name {
  font-size: 1rem;
  font-weight: normal;
}
.ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_child_item .product-name a,
.woocommerce-cart-form .shop_table .cart_item.ywcp_component_child_item .product-name a {
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .cart_item.ywcp_component_child_item .product-name,
  .woocommerce-cart-form .shop_table .cart_item.ywcp_component_child_item .product-name {
    padding-left: 2em;
  }
}
.ywraq-form-table-wrapper .shop_table .cart_item .variation .woocommerce-Price-amount,
.woocommerce-cart-form .shop_table .cart_item .variation .woocommerce-Price-amount {
  font-size: 1em;
}
.ywraq-form-table-wrapper .shop_table .actions,
.woocommerce-cart-form .shop_table .actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*position: absolute;
     bottom: -5em;*/
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .actions,
  .woocommerce-cart-form .shop_table .actions {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .shop_table .actions > .button,
  .woocommerce-cart-form .shop_table .actions > .button {
    margin-top: 2em;
  }
}
.ywraq-form-table-wrapper .shop_table .coupon,
.woocommerce-cart-form .shop_table .coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ywraq-form-table-wrapper .shop_table .coupon input,
.woocommerce-cart-form .shop_table .coupon input {
  width: 100%;
}
.ywraq-form-table-wrapper .shop_table .coupon .button,
.woocommerce-cart-form .shop_table .coupon .button {
  margin-left: 1em;
  white-space: nowrap;
}
.ywraq-form-table-wrapper .yith-ywraq-item-remove,
.woocommerce-cart-form .yith-ywraq-item-remove {
  position: absolute;
  display: block !important;
  width: 42px;
  height: 42px;
  color: #ffffff !important;
  transition: opacity 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ywraq-form-table-wrapper .yith-ywraq-item-remove:hover,
.woocommerce-cart-form .yith-ywraq-item-remove:hover {
  color: #ffffff !important;
  opacity: 0.25;
  transition: opacity 0.25s ease-in-out;
}
.ywraq-form-table-wrapper .yith-ywraq-item-remove:after,
.woocommerce-cart-form .yith-ywraq-item-remove:after {
  content: "";
  background: url("icon-cross.svg") !important;
  width: 42px;
  height: 42px;
  background-size: 42px 42px !important;
  top: 0px;
  right: 0px;
  position: absolute;
}
@media screen and (max-width: 700px) {
  .ywraq-form-table-wrapper .yith-ywraq-item-remove:after,
  .woocommerce-cart-form .yith-ywraq-item-remove:after {
    background: url("icon-cross-white.svg") !important;
    width: 32px;
    height: 32px;
    background-size: 32px 32px !important;
    top: 40px;
    left: 30px;
  }
}

div.cart-collaterals {
  padding-bottom: 4em;
}

form.woocommerce-checkout {
  margin-top: 1em;
  padding-bottom: 4em;
}

.yith-ywraq-mail-form-wrapper h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
}
@media screen and (max-width: 700px) {
  .yith-ywraq-mail-form-wrapper h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5em;
  }
}

.ywraq_responsive thead {
  display: table-header-group !important;
}

@media screen and (max-width: 700px) {
  tbody .product-name {
    display: block;
  }
  thead .product-name {
    width: 100%;
  }
}
.update-list-wrapper {
  justify-content: center !important;
}

@media screen and (max-width: 700px) {
  tr.cart_item td:not(.product-name) {
    margin-top: 1em;
  }
}

.ywcp_wcp_group_total tr td:first-child {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5em;
}

.gform_wrapper.gravity-theme .gfield_required {
  color: #D8C4B6 !important;
}

.yith-request-a-quote-page .yith-ywraq-before-table {
  text-align: center;
}
.yith-request-a-quote-page .full_width_content {
  padding-top: 0;
}
.yith-request-a-quote-page .content {
  padding-top: 0;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .input-text-container {
  margin-top: 0 !important;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .label {
  margin-bottom: 0 !important;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
@media screen and (max-width: 700px) {
  .woocommerce-pagination .page-numbers {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
  padding: 0.5em 1em;
  border: 2px solid #000000 !important;
  border-radius: 50px;
  margin: 1em 1em 2em 1em;
  transition: all 0.25s ease-in-out;
}
.woocommerce-pagination .page-numbers li span:hover,
.woocommerce-pagination .page-numbers li a:hover {
  border: 2px solid #000000 !important;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.woocommerce-pagination .page-numbers li span.current,
.woocommerce-pagination .page-numbers li a.current {
  border: 2px solid #000000 !important;
  background: #000000;
  color: #ffffff;
}

.stock {
  margin: 0;
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  margin: 0 1em;
}
.woocommerce-notices-wrapper ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-notices-wrapper ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-notices-wrapper ul li a {
  margin: 0 1em;
}

/************************
WOOCOMMERCE CART AND CHECKOUT
*************************/
.woocommerce .woocommerce-info {
  background-color: #D8C4B6;
  margin-left: 0;
  margin-bottom: 1em;
}
.woocommerce .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 1.5em;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper,
.woocommerce .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper p,
.woocommerce .woocommerce-billing-fields__field-wrapper p {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-shipping-fields__field-wrapper p,
  .woocommerce .woocommerce-billing-fields__field-wrapper p {
    width: 100%;
  }
}
.woocommerce .woocommerce-shipping-fields__field-wrapper p label,
.woocommerce .woocommerce-billing-fields__field-wrapper p label {
  display: none;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper p input,
.woocommerce .woocommerce-billing-fields__field-wrapper p input {
  width: 100%;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper p #sqf-suburb-list label,
.woocommerce .woocommerce-billing-fields__field-wrapper p #sqf-suburb-list label {
  transition: opacity 0.25s ease-in-out;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper p #sqf-suburb-list label:hover,
.woocommerce .woocommerce-billing-fields__field-wrapper p #sqf-suburb-list label:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper p #sqf-suburb-list input,
.woocommerce .woocommerce-billing-fields__field-wrapper p #sqf-suburb-list input {
  width: initial;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
  border: 1px solid #D8C4B6;
  border-radius: 0;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-selection.select2-selection--single,
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection.select2-selection--single {
  margin: 0;
  height: 50px;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-selection.select2-selection--single .select2-selection__rendered,
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection.select2-selection--single .select2-selection__rendered {
  padding: 0.75em 1em;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-selection.select2-selection--single .select2-selection__arrow,
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.woocommerce .woocommerce-shipping-fields__field-wrapper .select2-selection.select2-selection--single .select2-selection__arrow b,
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection.select2-selection--single .select2-selection__arrow b {
  border-color: #D8C4B6 transparent transparent transparent;
  border-width: 10px 8px 0 8px;
  margin-left: -9px;
  margin-top: -4px;
}
.woocommerce #order_review > th,
.woocommerce #order_review > td,
.woocommerce .woocommerce-shipping-totals > th,
.woocommerce .woocommerce-shipping-totals > td {
  padding-top: 0 !important;
}
.woocommerce #order_review ul.woocommerce-shipping-methods,
.woocommerce #order_review ul.wc_payment_methods,
.woocommerce .woocommerce-shipping-totals ul.woocommerce-shipping-methods,
.woocommerce .woocommerce-shipping-totals ul.wc_payment_methods {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.woocommerce #order_review .shop_table,
.woocommerce .woocommerce-shipping-totals .shop_table {
  text-align: left;
}
.woocommerce #order_review .shop_table th,
.woocommerce .woocommerce-shipping-totals .shop_table th {
  vertical-align: top;
}
.woocommerce #order_review .cart_item,
.woocommerce .woocommerce-shipping-totals .cart_item {
  vertical-align: text-top;
}
.woocommerce #order_review .cart_item .product-name,
.woocommerce .woocommerce-shipping-totals .cart_item .product-name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce #order_review .cart_item .product-name .ywcp_cart_component_name,
.woocommerce .woocommerce-shipping-totals .cart_item .product-name .ywcp_cart_component_name {
  font-weight: 600;
}
.woocommerce .wc_payment_method > label {
  font-weight: 700;
}
.woocommerce .woocommerce-table--order-details {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .woocommerce .woocommerce-cart-form .shop_table .product-price {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-cart-form .shop_table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .woocommerce .woocommerce-cart-form .shop_table tbody tr td:not(.actions) {
    width: 60%;
  }
  .woocommerce .woocommerce-cart-form .shop_table tbody tr td:not(.actions) input {
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive thead {
  display: table-header-group;
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive thead .product-name {
    text-align: left;
  }
  .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive thead .product-quantity {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive tr td {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-cart-form .shop_table.shop_table_responsive tr td.product-quantity {
    padding-left: 50px !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-cart-form .shop_table .cart_item .product-subtotal {
    text-align: center !important;
    padding-right: 0 !important;
    position: absolute !important;
    top: 0;
    right: 0;
    width: 27%;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-cart-form th.product-remove {
    display: none !important;
  }
}
.woocommerce .woocommerce-cart-form .product-remove {
  width: 10%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-cart-form .product-remove {
    height: 100%;
    display: flex !important;
    padding-bottom: 24px !important;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 999;
  }
}
.woocommerce .woocommerce-cart-form .product-remove a {
  position: absolute;
  display: block !important;
  width: 42px;
  height: 42px;
  color: #ffffff !important;
  transition: opacity 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-cart-form .product-remove a {
    position: relative;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.woocommerce .woocommerce-cart-form .product-remove a:after {
  content: "";
  background: url(icon-cross.svg) !important;
  width: 42px;
  height: 42px;
  background-size: 42px 42px !important;
  top: 0px;
  right: 0px;
  position: absolute;
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-cart-form .product-remove a:after {
    background: url("icon-cross-black.svg") !important;
    width: 32px;
    height: 32px;
    background-size: 32px 32px !important;
    top: 0;
    left: 0;
  }
}
.woocommerce .woocommerce-checkout-review-order-table tbody tr.cart_item:last-child td {
  padding-bottom: 1em;
  border-bottom: 1px solid #D8C4B6;
}
@media screen and (max-width: 700px) {
  .woocommerce .woocommerce-checkout-review-order-table tbody tr.cart_item:last-child td {
    border-bottom: none;
  }
}
.woocommerce .woocommerce-checkout-review-order-table tfoot > tr th,
.woocommerce .woocommerce-checkout-review-order-table tfoot > tr td {
  padding-top: 1em;
}

.product_cat-quote .single_add_to_cart_button,
.product_cat-quote .ywcp_component_subtotal {
  display: none !important;
}

#sqf-suburb-list .radio-item label {
  display: block;
}

/* QUOTE SUCCESSFUL */
.ywraq-view-quote-wrapper .ywraq-admin-message {
  color: #000000 !important;
  background: #D8C4B6 !important;
  border-radius: 0 !important;
}
.ywraq-view-quote-wrapper .ywraq-customer-information,
.ywraq-view-quote-wrapper .shop_table.order_details {
  border-radius: 0 !important;
  border: 1px solid #D8C4B6 !important;
  background: transparent !important;
}
.ywraq-view-quote-wrapper .ywraq-status.processing,
.ywraq-view-quote-wrapper .ywraq-status.ywraq-new {
  color: #000000;
}

.my_account_orders .raq_status.new {
  color: #000000 !important;
  background: #D8C4B6 !important;
  border-radius: 0 !important;
}

/* ORDER SUCCESSFUL */
.woocommerce-order {
  max-width: 1750px;
}
.woocommerce-order .woocommerce-notice--success {
  text-align: center;
}
.woocommerce-order .woocommerce-order-overview {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-order .product-name {
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce-order table th,
.woocommerce-order table td {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .woocommerce-order table th,
  .woocommerce-order table td {
    width: 50%;
  }
}
.woocommerce-order .woocommerce-customer-details {
  overflow: hidden;
}
.woocommerce-order .woocommerce-columns {
  display: flex;
  margin-left: -2em;
  margin-right: -2em;
}
.woocommerce-order .woocommerce-columns .woocommerce-column {
  padding: 0 2em;
}

/*
BIG POST OVERRIDE STYLES
*/
.woobigpost-shipping-quote-form {
  margin: 0 auto !important;
}

.woobigpost-sqf-body #sqf-shipping-cost p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.woobigpost-sqf-body #sqf-shipping-cost .alternate-label {
  margin-top: 0.5em;
}
.woobigpost-sqf-body .shipping-type-result {
  margin-top: 0.5em;
}

.woobigpost-sqf-fields p.small-text {
  margin: 0;
}
.woobigpost-sqf-fields td {
  padding-top: 0 !important;
}
.woobigpost-sqf-fields .label-control {
  font-weight: 500;
}

#sqf-suburb-list {
  overflow: auto !important;
  max-height: initial !important;
}

.select2-container {
  width: 100% !important;
}

.woocommerce-SavedPaymentMethods {
  width: 100%;
  margin: 0 0em;
  padding: 0 0;
  list-style-type: none;
}

#stripe-payment-data fieldset {
  padding: 0 0 0;
  border: none;
}
#stripe-payment-data fieldset .woocommerce-SavedPaymentMethods-saveNew {
  margin: -1em 0 1em;
}
#stripe-payment-data fieldset label {
  display: none;
}

@media screen and (max-width: 700px) {
  .order_item.ywcp_component_item td.product-name {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 700px) {
  .ywcp_component_child_item td.product-name {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 700px) {
  .shop_table {
    display: flex;
    flex-direction: column;
  }
}
.shop_table .ywcp_component_item .product-name {
  font-weight: 700;
}
.shop_table .cart_item.ywcp_component_child_item .product-name strong {
  font-weight: 500;
  font-size: 1rem;
}
.shop_table .variation {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0;
}
.shop_table .variation dt {
  font-weight: 500 !important;
  font-size: 1rem;
}
.shop_table .variation dd {
  font-weight: 500 !important;
  font-size: 1rem;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 700px) {
  .shop_table tfoot {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .shop_table .cart-bigpost-shipping,
  .shop_table .woocommerce-shipping-totals {
    display: flex;
    flex-direction: column;
  }
}
.calculated_shipping table.shop_table_responsive tbody th {
  display: initial !important;
}
.calculated_shipping table.shop_table_responsive tr td {
  display: initial !important;
  text-align: initial !important;
  clear: none !important;
}

#shipping_method li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#shipping_method li label {
  padding-left: 1em;
}

.woocommerce-shipping-totals.shipping > th,
.woocommerce-shipping-totals.shipping > td {
  padding-top: 1.5em !important;
}

/* Woocommerce Account */
.woocommerce-account .woocommerce-MyAccount-content .ywraq-view-quote-wrapper ul {
  margin: 0 0 1.5em 0;
}
.woocommerce-account .woocommerce-MyAccount-content .ywraq-view-quote-wrapper ul.wc-item-meta li p {
  font-weight: normal;
}
.woocommerce-account .woocommerce-MyAccount-content .ywraq-view-quote-wrapper table.shop_table.order_details .ywcp_component_item .product-name .product-thumbnail img {
  max-width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .ywraq-view-quote-wrapper table.shop_table.order_details .ywcp_component_child_item .product-name {
  align-items: flex-start !important;
  position: relative;
  padding-left: 4em;
}
.woocommerce-account .woocommerce-MyAccount-content .ywraq-view-quote-wrapper table.shop_table.order_details .ywcp_component_child_item .product-name .product-thumbnail a:before {
  content: "";
  background: url("hook_arrow.svg") !important;
  background-size: 27px 19px !important;
  width: 27px;
  height: 19px;
  top: 50%;
  left: 20px;
  position: absolute;
}
@media screen and (max-width: 700px) {
  .woocommerce-account .woocommerce-MyAccount-content .ywraq-view-quote-wrapper table.shop_table.order_details .ywcp_component_child_item .product-name .product-thumbnail a:before {
    width: 18px;
    height: 13px;
    background-size: 18px 13px !important;
    left: 10px;
  }
}

.onsale {
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  background-color: #d8c4b6;
  padding: 10px 0;
}

.product_title_wrapper .onsale {
  display: none;
}

.added_to_cart {
  padding: 0 1em;
}

/* YITH PLUGIN CUSTOM STYLES SPECIFIC TO OPTIONS 
--------------------------------------------- */
#yith-wapo-addon-39 .addon-header {
  display: none !important;
}

div.yith-wapo-block {
  margin-bottom: 2em;
}

li.product.product_cat-barn-door img {
  max-width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.custom_door {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  padding-bottom: 2em;
  padding-right: 3em;
}
.custom_door .content {
  padding-right: 1rem;
}
.custom_door .content p {
  margin-bottom: 0.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.pum-overlay {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.popmake-content {
  text-align: center;
}

.pum-container, .pum-theme-default-theme .pum-container {
  padding: 2em !important;
}

.pum-theme-default-theme .pum-content + .pum-close {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border: none !important;
  box-shadow: none;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*
Theme Name: Brisbane Barn Doors

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .product-image img {
  width: 100%;
  max-width: 380px;
}

.product.type-product > a,
.product-image {
  position: relative;
  overflow: hidden;
}

.product_title_wrapper .premium {
  display: none;
}

.premium {
  position: absolute;
  text-align: center;
  display: block;
  background-color: #607d8b;
  padding: 10px 75px;
  color: white;
  transform: rotate(45deg);
  right: -68px;
  top: 12px;
  z-index: 999;
}

.yith-wapo-form-style-theme {
  /*display: none;*/
}

.single_variation_wrap .price {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  padding: 0;
  margin: 1rem 0 1.25rem;
}

.woocommerce-variation-add-to-cart-enabled .price {
  display: none;
}

.woocommerce-variation-add-to-cart-enabled .quantity {
  padding: 1em 0 2em;
}

.variations {
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
}
.variations .label {
  font-weight: 700;
}
.variations .value {
  margin: 1em;
}
.variations select {
  border: 1px solid #d8c4b6;
  border-radius: 0;
  padding: 0.75em 1.5rem;
  border-radius: 2em;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.variations .reset_variations {
  padding-left: 0.25rem;
}

.woocommerce-variation-price {
  padding: 1em 0;
}

.single_variation_wrap .woocommerce-Price-amount {
  font-size: 1.5rem;
}

.flex-control-thumbs {
  display: flex;
}
.flex-control-thumbs li {
  max-width: 20%;
  padding: 1em;
}

.ywcp_components_single_item.ywcp_selection_selected .ywcp_component_options_selection_container {
  width: 100% !important;
}
.ywcp_components_single_item.ywcp_selection_selected .ywcp_component_options_selection_container .ywcp_image_container.images {
  text-align: left;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
}
#billing_country_field,
#shipping_country_field {
  order: 2;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #000000;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #000000;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #000000;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #000000;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #000000;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #000000;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #000000;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  width: 100%;
  padding: 1em;
  margin: 0px 15px;
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #D8C4B6;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
* Measurement Guide
*/
div#measurement_container {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  padding: 0.5em 3em 3em;
  width: 70vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  div#measurement_container {
    width: 90vw;
  }
}
@media screen and (max-width: 700px) {
  div#measurement_container {
    width: 100vw;
    padding: 0.5em 2em 1em;
  }
}
div#measurement_container .title_container {
  margin-bottom: 0.25em;
  width: 100%;
}
div#measurement_container .title_container h2 {
  max-width: 100%;
}
div#measurement_container h3.title {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
div#measurement_container p {
  margin-top: 0.25em;
}
div#measurement_container div.title_container {
  text-align: center;
}
div#measurement_container video {
  width: 100%;
  max-height: 70vh;
  max-width: 70vw;
  transform: translateX(-50%);
  margin-left: 50%;
}
@media screen and (max-width: 700px) {
  div#measurement_container video {
    max-height: 50vh;
  }
}
div#measurement_container .content_container {
  display: flex;
  flex-wrap: wrap;
}
div#measurement_container .height_container {
  position: relative;
}
@media screen and (min-width: 500px) {
  div#measurement_container .height_container {
    width: 50%;
    padding-right: 1em;
    min-height: 150px;
  }
}
@media screen and (min-width: 500px) {
  div#measurement_container .height_container p {
    margin-left: 2em;
  }
  div#measurement_container .height_container p:before {
    content: "";
    background: url("height.svg") !important;
    width: 13px;
    height: 103px;
    background-size: 13px 103px !important;
    top: 3.5em;
    left: 0.25em;
    position: absolute;
  }
}
div#measurement_container .close {
  position: absolute;
  top: 1em;
  right: 1em;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: center;
  height: 28px;
  width: 28px;
  display: block;
  padding: 0.25em;
  box-sizing: content-box;
}
div#measurement_container .close:hover {
  cursor: pointer;
}
div#measurement_container .width_container {
  position: relative;
}
@media screen and (min-width: 500px) {
  div#measurement_container .width_container {
    width: 50%;
    min-height: 150px;
  }
}
@media screen and (min-width: 500px) {
  div#measurement_container .width_container h3:after {
    content: "";
    background: url("width.svg") !important;
    width: 103px;
    height: 13px;
    background-size: 103px 13px !important;
    left: 3em;
    margin-top: 0.25em;
    position: absolute;
  }
}

div.overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
}
div.overlay:hover {
  cursor: pointer;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #000000;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #000000;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
.pum-overlay {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.popmake-content {
  text-align: center;
}

.pum-container, .pum-theme-default-theme .pum-container {
  padding: 2em !important;
}

.pum-theme-default-theme .pum-content + .pum-close {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border: none !important;
  box-shadow: none;
}
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}