/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*!
Theme Name: WebShop
Theme URI: https://themegrill.com
Author: ThemeGrill
Author URI: https://themegrill.com
Description: The webShop is a WordPress theme with full WooCommerce Support developed by an experienced team from ThemeGrill. Fast, mobile-first design, highly customizable from colors to typography, SEO friendly, translation-ready, clean code, flexible widget areas, Gutenberg-based theme, and much more features that boost your eCommerce site. Check the demo at: https://themegrilldemos.com/webshop
Version: 1.0.2
Tested up to: 5.7
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: webshop
Tags: one-column, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, rtl-language-support
Woo: 8578321:2211b13ea72437d01401af3fa2639832

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

WebShop 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

# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Margin/Padding */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/**
 * Reset browser defaults.
 */
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
hr,
button,
input,
select,
optgroup,
textarea,
blockquote,
pre {
	font-family: inherit;
	font-size: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

main {
	display: block;
}

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

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

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

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

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
	 ========================================================================== */
/**
 * 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 {
	-webkit-box-sizing: border-box;
	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"] {
	-webkit-box-sizing: border-box;
	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 {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Common Elements
--------------------------------------------- */
/* Styles applied to multiple elements */
.entry-meta,
.ws-wc-filter,
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Container
--------------------------------------------- */
.ws-container {
	max-width: var(--container-width, 1170px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

/* Typography
--------------------------------------------- */
html {
	font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #181818;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 20px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #181818;
}

h1 {
	font-size: 3.2rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.6rem;
}

h6 {
	font-size: 1.4rem;
}

p {
	margin-bottom: 1em;
	line-height: 1.7;
	word-break: break-word;
}

b, strong {
	font-weight: 700;
}

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

blockquote {
	font-size: 2rem;
	margin: 0 0 1.5em 0;
	padding: 0.25em 0 0.25em 0.8em;
	border-left: 4px solid #C7AB62;
}

address {
	line-height: 1.7;
	margin: 0 0 1.875em;
}

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

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

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

mark,
ins {
	background: #EBEBEC;
}

big {
	font-size: 150%;
}

/* Links
--------------------------------------------- */
a {
	color: #C7AB62;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #181818;
}

a:focus {
	outline: none;
}

a:focus-visible {
	outline: thin dotted;
}

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

/* Elements
--------------------------------------------- */
body {
	background: #FFF;
	overflow-x: hidden;
	word-wrap: break-word;
}

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

ul,
ol {
	margin: 0 0 1.875em 1.25em;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

li {
	line-height: 2em;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

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

dt {
	font-weight: 700;
	margin-bottom: 1em;
}

dd {
	margin: 0 1.875em 1.875em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* vertical-align: middle 这个是为了解决详情描述图片有间隔，新加的样式*/
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

table thead {
	background-color: #F8F8F8;
}

table th {
	text-transform: uppercase;
	padding: 0.75em;
	font-weight: 500;
}

table td {
	padding: 0.75em;
	border-bottom: 1px solid #EBEBEC;
}

.ws-row {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-ms-flex-wrap: wrap;*/
	/*flex-wrap: wrap;*/
}

.ws-icon {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 24px;
	width: 24px;
}

@media screen and (max-width: 600px) {
	.admin-bar {
		--admin-bar: 0px;
	}
}

@media screen and (min-width: 601px) and (max-width: 782px) {
	.admin-bar {
		--admin-bar: 46px;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar {
		--admin-bar: 32px;
	}
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.button,
.added_to_cart {
	border: 2px solid;
	border-color: rgba(199, 171, 98, 0.3);
	border-radius: 2px;
	background-color: #C7AB62;
	color: #FFF;
	line-height: 1.6;
	padding: 12px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.button:hover,
.button:active,
.button:focus,
.added_to_cart:hover,
.added_to_cart:active,
.added_to_cart:focus {
	color: #FFF;
	border-color: #AE9249;
	background-color: #AE9249;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #181818;
	border: 1px solid rgba(199, 171, 98, 0.3);
	border-radius: 2px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #181818;
}

select {
	border: 1px solid rgba(199, 171, 98, 0.3);
	padding: 0.5em;
	border-radius: 2px;
}

textarea {
	width: 100%;
}

label {
	display: inline-block;
	margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header .ws-icon {
	height: 20px;
	cursor: pointer;
}

.site-header a {
	text-decoration: none;
}

.site-header a:hover {
	color: #C7AB62;
}

.ws-masthead-lvl1 {
	background-color: #F8F8F8;
}

.ws-masthead-lvl1 .ws-container {
	padding-top: 1em;
	padding-bottom: 1em;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ws-site-branding {
	/*line-height: 0.7;*/
	/*display: -webkit-inline-box;*/
	/*display: -ms-inline-flexbox;*/
	/*display: inline-flex;*/
	/*-webkit-box-flex: 1;*/
	/*-ms-flex-positive: 1;*/
	/*flex-grow: 1;*/
	/*-webkit-box-align: center;*/
	/*-ms-flex-align: center;*/
	/*align-items: center;*/
}

.site-title,
.site-description {
	margin: 0;
}

.custom-logo {
	width: auto;
}

.ws-header-search {
	position: relative;
	width: 100%;
	/*margin-top: 1em;*/
}

.ws-header-search .search-form,
.ws-header-search .woocommerce-product-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	overflow: hidden;
	background-color: #FFF;
}

.ws-header-search .search-form label,
.ws-header-search .woocommerce-product-search label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
}

.ws-header-search .search-form .search-submit,
.ws-header-search .woocommerce-product-search .search-submit {
	border-radius: 0 4px 4px 0;
}

.ws-header-search .search-field {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: none;
	padding: 12px 0 12px 20px;
}

.ws-header-search button {
	background-color: #FFF;
	border: none;
	border-radius: 0;
	line-height: 1;
	font-size: 2rem;
	margin-left: 0.5em;
}

.ws-header-search .ws-icon--search {
	fill: #C7AB62;
}

.ws-header-search:hover button, .ws-header-search:focus button {
	background-color: #C7AB62;
}

.ws-header-search:hover .ws-icon--search, .ws-header-search:focus .ws-icon--search {
	fill: #FFF;
}

.ws-header-actions {
	/* margin-left: 1em; */
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ws-header-actions .ws-header-action {
	margin: 0 4px;
	float: left;
	padding: 1em 0 1em 0;
}

.ws-header-actions ul {
	list-style-type: none;
}

.ws-header-action a {
	display: block;
	padding: 0 4px;
	line-height: 1;
}

.ws-header-action .ws-account-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ws-header-action .ws-icon {
	height: 20px;
	/*fill: #181818;*/
	fill: #ffffff;
}

/* Secondary navigation. */
.ws-masthead-lvl2 .ws-container {
	padding-top: 1em;
	padding-bottom: 1em;
}

.ws-masthead-lvl2 .ws-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.ws-masthead-lvl2 .ws-header-button {
	display: none;
	padding: 0.5em 1.25em;
}

.ws-masthead-lvl2 .ws-header-button:hover, .ws-masthead-lvl2 .ws-header-button:focus {
	color: #FFF;
}

.secondary-menu-toggle {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #EBEBEC;
	padding: 0.75em 1.25em;
	border-radius: 2px;
	margin-right: 2em;
}

@media screen and (min-width: 37.5em) {
	.ws-header-search .search-form {
		width: 80%;
	}
	.ws-header-search .search-submit {
		padding: 0 2em;
	}
	.ws-masthead-lvl2 .ws-header-button {
		display: block;
		margin-left: 0.5em;
	}
}

@media screen and (min-width: 48em) {
	.ws-site-branding,
	.secondary-menu-toggle {
		-webkit-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
	}
	.ws-header-search {
		width: auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-top: 0;
		margin-left: 5em;
	}
	.ws-header-actions {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-left: 5em;
	}
}

.ws-page-header {
	background-color: #EBEBEC;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

.ws-page-header .ws-page-title {
	margin: 0;
}

.ws-page-header .ws-page-header-description p {
	margin: 0;
}

.ws-page-header .trail-items {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.ws-page-header .trail-items li:after {
	content: "/";
	margin: 0 4px;
}

.ws-page-header .trail-items li:last-of-type:after {
	display: none;
}

.ws-page-header .trail-items a {
	color: #181818;
}

.ws-page-header .trail-items a:hover, .ws-page-header .trail-items a:focus {
	color: #C7AB62;
}

.site-content {
	background-color: #F8F8F8;
	padding-top: 1.25em;
	padding-bottom: 2.5em;
}

.page-template-template-webshop-page-builder .site-content {
	padding-top: 0;
	padding-bottom: 0;
}


.site-content .entry-content > figure {
	margin-left: -16px;
	margin-right: -16px;
}

.site-main,
.site-sidebar {
	width: 100%;
}

.ws-related-posts {
	margin-bottom: 3.75em;
}

.widget-title {
	font-size: 2rem;
}

.widget-title::before {
	content: "";
	width: 3px;
	height: 20px;
	background-color: #C7AB62;
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 8px;
	border-radius: 2px;
}

.site-sidebar .widget {
	margin-bottom: 2.5em;
}

.site-sidebar ul li {
	border-bottom: 1px solid #EBEBEC;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.site-sidebar a {
	color: #181818;
}

.site-sidebar a:hover, .site-sidebar a:focus {
	color: #C7AB62;
}

.site-sidebar .ws-no-widget a {
	color: #C7AB62;
}

.site-sidebar .ws-no-widget a:hover, .site-sidebar .ws-no-widget a:focus {
	color: #181818;
}

@media screen and (min-width: 48em) {
	.ws-sidebar-layout--right .site-main {
		width: calc(100% - 25%);
		padding-right: 5.25em;
	}
	.ws-sidebar-layout--right .site-sidebar {
		width: 25%;
	}
}

.ws-sidebar-layout--centered .site-main {
	width: 100%;
}

.single-post .entry-thumbnail img {
	margin: auto;
}

.single-post .wp-block-pullquote blockquote p {
	font-size: 2rem;
}

.single-post .entry-content {
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}
.site-content .entry-content > p:first-child {
	margin-bottom: 0;
}


.ws-sidebar-layout--centered .entry-header,
.ws-sidebar-layout--centered .entry-meta,
.ws-sidebar-layout--centered .entry-content
> :not([class*="align"]):not([class*="gallery"]):not(.wp-block-image):not(.quote-inner):not(.quote-post-bg),
.ws-sidebar-layout--centered .entry-content > .alignwide,
.ws-sidebar-layout--centered .entry-footer,
.ws-sidebar-layout--centered p.has-background:not(.alignfull):not(.alignwide),
.ws-sidebar-layout--centered .author-bio-box,
.ws-sidebar-layout--centered .post-navigation,
.ws-sidebar-layout--centered .ws-related-posts,
.ws-sidebar-layout--centered .comments-area {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.author-bio-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2.5em auto;
	background-color: #FFF;
	border-radius: 2px;
	padding: 1em;
}

.author-bio-box .author-bio-avatar {
	width: 50px;
	margin-right: 1em;
}

.author-bio-box .author-bio-details {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.author-bio-box .author-name {
	text-transform: capitalize;
}

@media screen and (min-width: 37.5em) {
	.author-bio-box {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 2.5em;
	}
	.author-bio-box .author-bio-details {
		margin-top: 1em;
	}
	.author-bio-box .author-bio-avatar {
		margin-right: 2em;
		width: 100px;
	}
}

.site-footer ul {
	list-style: none;
	margin: 0;
}

.site-footer ul ul {
	margin-left: 1em;
}

.site-footer li a {
	color: #181818;
}

.site-footer li a:hover, .site-footer li a:focus {
	color: #C7AB62;
}



.ws-footer-cols {
	/*padding: 2.5em 0;*/
}

.ws-footer-cols li {
	padding: 0.5em 0;
	border-bottom: 1px solid #EBEBEC;
}

.ws-footer-cols li:last-child {
	border-bottom: 0;
}

.ws-footer-cols .widget_media_image {
	margin-bottom: 1em;
}

.ws-footer-cols .widget-title {
	margin-bottom: 0.5em;
}

.ws-footer-bar {
	background-color: #EBEBEC;
	padding: 0.75em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.ws-footer-bar .ws-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ws-footer-bar-section-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75em;
	padding-top: 1em;
}

.ws-footer-bar-section-2 img {
	-o-object-fit: contain;
	object-fit: contain;
}

/* Scroll to top. */
.ws-scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-color: #C7AB62;
	background-color: #C7AB62;
	border-radius: 4px;
}

.ws-scroll-to-top .ws-icon {
	fill: #FFF;
	width: 24px;
	height: 24px;
}

.ws-scroll-to-top:hover {
	background-color: #AE9249;
}

.ws-scroll-to-top.ws-scroll-to-top--show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

@media screen and (min-width: 48em) {
	.ws-footer-cols {
		padding: 4em 0;
	}
	.ws-footer-cols .ws-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ws-footer-cols .ws-footer-col {
		margin: 0 1em;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 1em);
		flex: 0 0 calc(50% - 1em);
		max-width: calc(50% - 1em);
	}
	.ws-footer-cols .ws-footer-col:nth-child(odd) {
		margin-left: 0;
	}
	.ws-footer-cols .ws-footer-col:nth-child(even) {
		margin-right: 0;
	}
	.ws-footer-cols .wc-block-grid__products {
		margin-left: -1em;
		margin-right: -1em;
	}
}

@media screen and (min-width: 62em) {
	.ws-footer-cols .ws-container {
		padding: 0;
	}
	.ws-footer-cols .ws-footer-col {
		margin: 0 1em;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(25% - 2em);
		flex: 0 0 calc(25% - 2em);
		max-width: calc(25% - 2em);
	}
	.ws-footer-cols .ws-footer-col:nth-child(odd) {
		margin-left: 1em;
	}
	.ws-footer-cols .ws-footer-col:nth-child(even) {
		margin-right: 1em;
	}
}

@media screen and (min-width: 75em) {
	.ws-footer-cols {
		margin-left: -1em;
		margin-right: -1em;
	}
}

@media screen and (min-width: 48em) {
	.site-footer .ws-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.site-footer .ws-footer-bar-section-2 {
		padding-top: 0;
		gap: 1em;
	}
}

.error-404 {
	padding: 100px 0;
	text-align: center;
}

.error-404 .page-header {
	padding: 0;
}

.error-404 .page-header h1 {
	font-size: 14rem;
	line-height: 1;
	font-weight: 400;
}

.error-404 .page-header p {
	font-size: 2rem;
}

.error-404 .page-content p {
	color: #888;
	font-size: 2rem;
}

.error-404 .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.error-404 .search-form label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	border: 1px solid rgba(199, 171, 98, 0.3);
	border-radius: 2px 0 0 2px;
	overflow: hidden;
	margin: 0;
}

.error-404 .search-form .search-field {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #EBEBEC;
	padding: 0.5em;
}

.error-404 button {
	border-radius: 0 2px 2px 0;
	padding: 12px 48px;
	line-height: 1;
}

.error-404 button .ws-icon {
	fill: #FFF;
}

.error-404 .ws-btn {
	border: 2px solid;
	border-color: #EBEBEC;
	border-radius: 2px;
	background-color: #888;
	color: #FFF;
	line-height: 1.6;
	padding: 12px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 2.5em;
	display: inline-block;
}

.error-404 .ws-btn:hover, .error-404 .ws-btn:active, .error-404 .ws-btn:focus {
	color: #FFF;
	border-color: #EBEBEC;
	background-color: #666;
}

.no-results {
	padding: 6.25em 0;
	text-align: center;
}

.no-results .page-header {
	padding: 0.5em 0;
}

.no-results .page-content a {
	color: #C7AB62;
}

.no-results .page-content a:hover {
	color: #181818;
}

.ws-posts {
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 1.875em;
	-moz-column-gap: 1.875em;
	column-gap: 1.875em;
	row-gap: 2.5em;
	-ms-grid-columns: ;
	grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}

.ws-posts .hentry {
	margin-bottom: 0;
}

.ws-layout-grid .entry-thumbnail {
	margin-bottom: 1.5em;
	position: relative;
}

.ws-layout-grid .entry-thumbnail::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	inset: 0;
}

@media screen and (min-width: 37.5em) {
	.ws-first-post--highlight .post:first-child {
		grid-column: 1/-1;
	}
	.ws-grid-col--1 {
		--grid-column: 1;
	}
	.ws-grid-col--2 {
		--grid-column: 2;
	}
}

.entry-footer .ws-entry-cta {
	display: inline-block;
	border: 2px solid rgba(199, 171, 98, 0.3);
	border-radius: 4px;
	background-color: #C7AB62;
	color: #FFF;
	line-height: 1.6;
	padding: 12px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.entry-footer .ws-entry-cta:hover, .entry-footer .ws-entry-cta:active, .entry-footer .ws-entry-cta:focus {
	color: #FFF;
	border-color: #AE9249;
	background-color: #AE9249;
}

.entry-footer .ws-entry-cta .read-more-text {
	color: #FFF;
}

.entry-footer .ws-entry-cta .ws-icon {
	fill: #FFF;
}

.ws-blog-style--list .post {
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 1.875em;
	-moz-column-gap: 1.875em;
	column-gap: 1.875em;
	row-gap: 2.5em;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.ws-blog-style--list .post.has-post-thumbnail {
	-ms-grid-columns: (1fr)[var(--list-column, 1)];
	grid-template-columns: repeat(var(--list-column, 1), 1fr);
}

.ws-blog-style--list .post .entry-thumbnail {
	margin-bottom: 0;
}

.ws-blog-style--list .post :not(.entry-thumbnail) + .ws-entry-content-wrapper {
	grid-column: 1/-1;
}

@media screen and (min-width: 37.5em) {
	.ws-blog-style--list .post.has-post-thumbnail {
		--list-column: 2;
	}
}

.ws-grid-style--overlay .post {
	position: relative;
}

.ws-grid-style--overlay .post.has-post-thumbnail .entry-thumbnail {
	position: relative;
}

.ws-grid-style--overlay .post.has-post-thumbnail .entry-thumbnail::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	inset: 0;
}

.ws-grid-style--overlay .post.has-post-thumbnail .ws-entry--content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: (1fr)[1];
	grid-template-rows: repeat(1, 1fr);
	padding: 1.875em;
}

.ws-grid-style--overlay .post:not(.has-post-thumbnail) .ws-entry--content {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding: 1.875em;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-ms-grid-rows: (1fr)[1];
	grid-template-rows: repeat(1, 1fr);
}

.ws-grid-style--overlay .post .entry-thumbnail,
.ws-grid-style--overlay .post .entry-meta {
	margin-bottom: 0;
}

.ws-grid-style--overlay .post .entry-header a,
.ws-grid-style--overlay .post .entry-meta a,
.ws-grid-style--overlay .post .entry-header .post-categories a {
	color: #FFF;
}

.ws-grid-style--overlay .post .entry-meta .ws-icon {
	fill: #FFF;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation.
--------------------------------------------- */
.main-navigation {
	display: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #FFF;
	border-radius: 2px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #EBEBEC;
	margin: 0;
}

.main-navigation ul ul li:last-child {
	border-bottom: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 100%;
}

.main-navigation ul ul a {
	min-width: 200px;
	padding: 0.5em 1em;
}

.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
	background-color: #F8F8F8;
}

.main-navigation ul li {
	margin-right: 2.5em;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul .menu-item-has-children {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-navigation ul .sub-menu {
	margin-left: 0;
}

.main-navigation ul .sub-menu .ws-submenu-toggle {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main-navigation ul .ws-submenu-toggle {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-navigation ul .ws-submenu-toggle .ws-icon {
	width: 16px;
	height: 16px;
}

.main-navigation li {
	margin-right: 2em;
	position: relative;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	padding: 0.5em 0.125em;
}

/* Common CSS */
.main-navigation li:hover > a, .main-navigation li:focus > a, .main-navigation li.focus > a,
.ws-toggle-navigation li:hover > a,
.ws-toggle-navigation li:focus > a,
.ws-toggle-navigation li.focus > a,
.ws-secondary-menu li:hover > a,
.ws-secondary-menu li:focus > a,
.ws-secondary-menu li.focus > a {
	color: #C7AB62;
}

.main-navigation li:hover > .ws-submenu-toggle .ws-icon, .main-navigation li:focus > .ws-submenu-toggle .ws-icon, .main-navigation li.focus > .ws-submenu-toggle .ws-icon,
.ws-toggle-navigation li:hover > .ws-submenu-toggle .ws-icon,
.ws-toggle-navigation li:focus > .ws-submenu-toggle .ws-icon,
.ws-toggle-navigation li.focus > .ws-submenu-toggle .ws-icon,
.ws-secondary-menu li:hover > .ws-submenu-toggle .ws-icon,
.ws-secondary-menu li:focus > .ws-submenu-toggle .ws-icon,
.ws-secondary-menu li.focus > .ws-submenu-toggle .ws-icon {
	fill: #C7AB62;
}

.main-navigation a,
.ws-toggle-navigation a,
.ws-secondary-menu a {
	display: block;
	text-decoration: none;
	color: #181818;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.ws-toggle-navigation .current_page_item > a,
.ws-toggle-navigation .current-menu-item > a,
.ws-toggle-navigation .current_page_ancestor > a,
.ws-toggle-navigation .current-menu-ancestor > a,
.ws-secondary-menu .current_page_item > a,
.ws-secondary-menu .current-menu-item > a,
.ws-secondary-menu .current_page_ancestor > a,
.ws-secondary-menu .current-menu-ancestor > a {
	color: #C7AB62;
}

.main-navigation .current_page_item > .ws-submenu-toggle .ws-icon,
.main-navigation .current-menu-item > .ws-submenu-toggle .ws-icon,
.main-navigation .current_page_ancestor > .ws-submenu-toggle .ws-icon,
.main-navigation .current-menu-ancestor > .ws-submenu-toggle .ws-icon,
.ws-toggle-navigation .current_page_item > .ws-submenu-toggle .ws-icon,
.ws-toggle-navigation .current-menu-item > .ws-submenu-toggle .ws-icon,
.ws-toggle-navigation .current_page_ancestor > .ws-submenu-toggle .ws-icon,
.ws-toggle-navigation .current-menu-ancestor > .ws-submenu-toggle .ws-icon,
.ws-secondary-menu .current_page_item > .ws-submenu-toggle .ws-icon,
.ws-secondary-menu .current-menu-item > .ws-submenu-toggle .ws-icon,
.ws-secondary-menu .current_page_ancestor > .ws-submenu-toggle .ws-icon,
.ws-secondary-menu .current-menu-ancestor > .ws-submenu-toggle .ws-icon {
	fill: #C7AB62;
}

/* Small menu. */
.menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 1em;
}

.menu-toggle span {
	display: block;
	width: 24px;
	border-bottom: 2px solid #181818;
	border-radius: 4px;
	margin-bottom: 0.25em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-toggle span.active {
	-webkit-transform: translate(0, 6px) rotate(45deg);
	-ms-transform: translate(0, 6px) rotate(45deg);
	transform: translate(0, 6px) rotate(45deg);
}

.menu-toggle span:nth-child(2) {
	width: 75%;
}

.menu-toggle span:nth-child(2).active {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.menu-toggle span:last-child {
	margin-bottom: 0;
	width: 75%;
}

.menu-toggle span:last-child.active {
	width: 100%;
	-webkit-transform: translate(0, -6px) rotate(-45deg);
	-ms-transform: translate(0, -6px) rotate(-45deg);
	transform: translate(0, -6px) rotate(-45deg);
}

.ws-toggle-navigation {
	width: calc(100% + 40px);
	margin: 1em -1em 0 -1em;
	display: none;
}

.ws-toggle-navigation.toggled {
	border-bottom: 1px solid #EBEBEC;
}

.ws-toggle-navigation ul {
	list-style-type: none;
	margin: 0;
}

.ws-toggle-navigation li {
	border-top: 1px solid #EBEBEC;
}

.ws-toggle-navigation li a {
	line-height: 40px;
	padding: 0.125em 1.5em;
}

.ws-toggle-navigation li li a {
	padding: 0.125em 2em;
}

.ws-toggle-navigation .menu-item-has-children {
	position: relative;
}

.ws-toggle-navigation .menu-item-has-children > ul {
	display: none;
}

.ws-toggle-navigation .menu-item-has-children .ws-submenu-toggle {
	border-left: 1px solid #EBEBEC;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0;
	padding: 0.875em 1em;
}

.ws-toggle-navigation .menu-item-has-children .ws-submenu-toggle .ws-icon {
	width: 16px;
	height: 16px;
}

.ws-toggle-navigation .menu-item-has-children .ws-submenu-toggle.active .ws-icon {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* Overlay. */
.ws-secondary-nav-overlay {
	opacity: 0;
	visibility: hidden;
	background-color: rgba(24, 24, 24, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ws-secondary-nav-overlay.toggled {
	opacity: 1;
	visibility: visible;
}

/* Secondary navigation. */
.ws-secondary-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background-color: #FFF;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 9999;
	overflow-x: hidden;
}

.ws-secondary-navigation.toggled {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.ws-secondary-navigation ul {
	list-style-type: none;
	margin: 0;
}

.ws-secondary-navigation .ws-secondary-menu {
	padding-top: 5.25em;
}

.ws-secondary-navigation .ws-secondary-menu li a {
	line-height: 40px;
	padding: 0.125em 1.5em;
}

.ws-secondary-navigation .ws-secondary-menu li li a {
	padding: 0.125em 2em;
}

.ws-secondary-navigation .ws-secondary-menu li.menu-item-has-children {
	position: relative;
}

.ws-secondary-navigation .ws-secondary-menu li.menu-item-has-children > ul {
	display: none;
}

.ws-secondary-navigation .ws-secondary-menu li.menu-item-has-children .ws-submenu-toggle {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0;
	padding: 0.5em 1em;
}

.ws-secondary-navigation .ws-secondary-menu li.menu-item-has-children .ws-submenu-toggle .ws-icon {
	width: 16px;
	height: 16px;
}

.ws-secondary-navigation .ws-secondary-menu li.menu-item-has-children .ws-submenu-toggle.active .ws-icon {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.ws-secondary-navigation .close-secondary-menu {
	background: #FFF;
	border-radius: 2px;
	position: absolute;
	top: 24px;
	right: 16px;
	padding: 1.5em 1em;
}

.ws-secondary-navigation a {
	padding: 0.5em 2em;
}

.ws-secondary-navigation li:hover a,
.ws-secondary-navigation li:focus a {
	background-color: #F8F8F8;
}

/* Tertiary navigation. */
.ws-tertiary-menu-wrapper {
	position: relative;
	margin-left: auto;
}

.ws-tertiary-navigation {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	background-color: #FFF;
	border-radius: 2px;
	-webkit-filter: drop-shadow(0 10px 40px rgba(24, 24, 24, 0.1));
	filter: drop-shadow(0 10px 40px rgba(24, 24, 24, 0.1));
	z-index: 999;
}

.ws-tertiary-navigation ul {
	list-style-type: none;
	margin: 0;
}

.ws-tertiary-navigation li {
	border-top: 1px solid #EBEBEC;
}

.ws-tertiary-navigation li:first-child {
	border-top: 0;
}

.ws-tertiary-navigation li a {
	min-width: 200px;
	display: block;
	line-height: 40px;
	color: #181818;
	text-decoration: none;
	padding: 0 1.5em;
}

.ws-tertiary-navigation li a:hover,
.ws-tertiary-navigation li a:focus {
	background-color: #F8F8F8;
	color: #C7AB62;
}

.ws-tertiary-navigation .current_page_item > a,
.ws-tertiary-navigation .current-menu-item > a {
	color: #C7AB62;
}

.ws-tertiary-navigation.toggled {
	display: block;
}

.secondary-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #181818;
}

.secondary-menu-toggle .toggle-icon {
	padding: 0.125em;
	margin-right: 0.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 24px;
	height: 24px;
}

.secondary-menu-toggle:hover, .secondary-menu-toggle:focus {
	color: #C7AB62;
}

.secondary-menu-toggle:hover .toggle-icon .ws-icon, .secondary-menu-toggle:focus .toggle-icon .ws-icon {
	fill: #C7AB62;
}

.tertiary-menu-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #181818;
}

.tertiary-menu-toggle .toggle-icon {
	padding: 0.125em 1.25em;
}

.tertiary-menu-toggle .toggle-icon span {
	display: block;
	width: 4px;
	height: 4px;
	background-color: #181818;
	border-radius: 4px;
	margin-bottom: 0.125em;
}

.tertiary-menu-toggle .toggle-icon span:last-child {
	margin-bottom: 0;
}

.tertiary-menu-toggle:hover, .tertiary-menu-toggle:focus {
	color: #C7AB62;
}

.tertiary-menu-toggle:hover .toggle-icon span, .tertiary-menu-toggle:focus .toggle-icon span {
	background-color: #C7AB62;
}

/* Pagination */
.ws-pagination,
.post-navigation,
.woocommerce-pagination {
	margin-top: 3.75em;
	margin-bottom: 3.75em;
}

.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-navigation a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #181818;
}

.post-navigation a:hover {
	color: #C7AB62;
}

.post-navigation img {
	width: 90px;
	height: 90px;
	border-radius: 2px;
}

.post-navigation .nav-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	padding: 0.5em 0;
}

.post-navigation .nav-title {
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-navigation .nav-meta {
	color: #888;
}

.post-navigation .nav-previous a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #181818;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-previous a:focus {
	color: #C7AB62;
}

.post-navigation .nav-previous a .nav-thumbnail-wrap {
	margin-right: 1em;
}

.post-navigation .nav-next {
	text-align: right;
	margin-left: auto;
}

.post-navigation .nav-next a {
	color: #181818;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.post-navigation .nav-next a:hover, .post-navigation .nav-next a:focus {
	color: #C7AB62;
}

.post-navigation .nav-next a .nav-thumbnail-wrap {
	margin-left: 1em;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.post-navigation .nav-next a .nav-title-wrap {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.page-numbers {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: block;
}

.page-numbers li {
	margin: 0.625em;
}

.page-numbers li:hover > a {
	color: #FFF;
	background-color: #C7AB62;
}

.page-numbers li:hover svg {
	fill: #FFF;
}

.page-numbers li:first-child {
	margin-left: 0;
}

.page-numbers li:last-child {
	margin-right: 0;
}

.page-numbers li > a,
.page-numbers li > span {
	padding: 4px;
	width: 2.5em;
	height: 2.5em;
	border-radius: 4px;
	background-color: #EBEBEC;
	color: #181818;
}

.page-numbers li .prev,
.page-numbers li .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-numbers li .prev svg,
.page-numbers li .next svg {
	width: 24px;
}

.page-numbers .current {
	background-color: #C7AB62;
	color: #FFF;
}

.site-main .comment-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.ws-infinite-pagination {
	margin: 2.5em 0 2.5em 0;
	text-align: center;
}

.ws-infinite-pagination .ws-load-more-btn {
	background-color: #EBEBEC;
	padding: 0.5em 1em;
}

.ws-infinite-pagination .ws-load-more {
	text-align: center;
	display: inline-block;
	color: #181818;
	font-size: 1.6rem;
	border-radius: 2px;
}

.ws-infinite-pagination .ws-load-more.loading {
	cursor: default;
	background-color: unset;
}

.ws-infinite-pagination .ws-load-more.loading .ws-load-more-icon {
	display: inline-block;
}

.ws-infinite-pagination .ws-load-more .ws-load-more-icon {
	margin-right: 0.25em;
	vertical-align: middle;
	display: none;
}

.ws-infinite-pagination .ws-load-more .ws-load-more-text {
	vertical-align: middle;
	display: inline-block;
}

.ws-infinite-pagination a {
	color: #181818;
}
a.mt_payment_url {
	white-space: normal;
	word-break: break-all;
}
.ws-infinite-pagination .spinner {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid rgba(24, 24, 24, 0.3);
	border-top-color: #181818;
	-webkit-animation: spinner 2s linear infinite;
	animation: spinner 2s linear infinite;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ws-infinite-pagination .ws-no-more-post {
	background-color: unset;
}

.ws-infinite-pagination .ws-no-more-post-text {
	color: rgba(24, 24, 24, 0.8);
}

.ws-infinite-pagination--scroll .spinner {
	width: 24px;
	height: 24px;
}

@media screen and (min-width: 37.5em) {
	.post-navigation a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.post-navigation .nav-next a .nav-title-wrap,
	.post-navigation .nav-next a .nav-thumbnail-wrap {
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
}

@media screen and (min-width: 48em) {
	.menu-toggle,
	.ws-toggle-navigation {
		display: none;
	}
	.main-navigation {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		display: block;
	}
}

/* Posts and pages.
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

/* Entry.
--------------------------------------------- */
.hentry {
	margin-bottom: 2.5em;
}

.hentry:last-child {
	margin-bottom: 0;
}

.hentry p:last-child {
	margin-bottom: 0;
}

.hentry,
.wp-block-column {
	/* restored overridden margin bottom for featured category block column */
}

.hentry > *:last-child,
.wp-block-column > *:last-child {
	margin-bottom: 0;
}

.hentry .wc-block-featured-category,
.hentry .wc-block-featured-product,
.wp-block-column .wc-block-featured-category,
.wp-block-column .wc-block-featured-product {
	margin: 0 0 1.5em;
}

.woocommerce-Price-currencySymbol {
	margin-right: 0.25em;
}

.entry-content > .wp-block-columns > .wp-block-column > .wc-block-featured-category {
	height: 0;
	min-height: 0 !important;
	padding-top: 100%;
	position: relative;
}

.entry-content > .wp-block-columns > .wp-block-column > .wc-block-featured-category > .wc-block-featured-category__wrapper {
	position: absolute;
	top: 0;
}

.entry-thumbnail {
	margin-bottom: 1.5em;
}

.entry-thumbnail .entry-thumbnail__link,
.entry-thumbnail img {
	display: block;
	width: 100%;
}

.entry-header {
	margin: 1em 0 1em 0;
}

.entry-header .entry-title {
	margin-bottom: 0;
	word-break: break-word;
}

.entry-header a {
	color: #181818;
}

.entry-header a:hover {
	color: #C7AB62;
}

.entry-header .post-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.5em;
}

.entry-header .post-categories a {
	color: #888;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.entry-footer {
	margin-top: 1.5em;
}

.ws-entry-cta .read-more-text {
	color: #C7AB62;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ws-entry-cta .ws-icon {
	height: 16px;
	vertical-align: middle;
	fill: #C7AB62;
}

.entry-meta {
	margin-bottom: 1.14286em;
	color: #888;
	font-size: 1.4rem;
}

.entry-meta a {
	color: #888;
}

.entry-meta a:hover {
	color: #C7AB62;
}

.entry-meta > span {
	margin: 0 1.14286em 0.5em 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.5em;
}

.entry-meta > span:first-child {
	margin-left: 0;
}

.entry-meta > span:first-child:before {
	content: none;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.entry-meta .ws-icon {
	height: 16px;
	fill: #C7AB62;
}

.entry-summary {
	margin-bottom: 1.25em;
}

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

.bypostauthor {
	display: block;
}

.comments-area {
	background-color: #FFF;
	padding: 1em;
	border-radius: 2px;
}

.comments-area ol {
	list-style: none;
	margin: 0;
}

.comments-area ol.comment-list {
	margin-bottom: 3.75em;
}

.comments-area ol.comment-list > li {
	padding: 1em;
	border-bottom: 1px solid #EBEBEC;
	border-radius: 2px;
	margin-bottom: 1em;
}

.comments-area ol.comment-list li.parent .comment-body {
	padding-bottom: 1em;
}

.comments-area ol.comment-list .children {
	padding: 1em;
	border-top: 1px solid #EBEBEC;
}

.comments-area .comment-meta .vcard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	place-items: center;
}

.comments-area .comment-meta .vcard a {
	color: #181818;
}

.comments-area .comment-meta .vcard a:hover, .comments-area .comment-meta .vcard a:focus {
	color: #C7AB62;
}

.comments-area .comment-meta .says {
	display: none;
}

.comments-area .comment-body .reply {
	margin-left: 3.375em;
}

.comments-area .comment-body .comment-content {
	margin-top: 1em;
	margin-left: 3.375em;
}

.comments-area .comment-body .comment-metadata {
	font-size: 1.4rem;
	margin-top: -0.5em;
	margin-left: 3.375em;
}

.comments-area .comment-body .comment-awaiting-moderation {
	margin-left: 3.375em;
	display: block;
}

.comments-area .comment-respond .comment-reply-title small {
	margin-left: 1.5em;
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0.25em;
}

.comments-area .comment-respond .comment-notes {
	font-style: italic;
}

.comments-area label {
	display: block;
	font-weight: 500;
	margin-bottom: 0.25em;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	outline: 0;
	line-height: 2;
	padding: 0.5em;
}

.comments-area .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5em;
	margin-bottom: 1.5em;
}

.comments-area .comment-form-cookies-consent label {
	margin: 0;
	font-weight: 400;
	font-size: 1.4rem;
}

.avatar {
	margin-right: 1em;
	border-radius: 100%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Widgets.
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget ul {
	list-style-type: none;
	margin: 0;
}

/* Widget gallery*/
.widget_media_gallery .gallery {
	display: -ms-grid;
	display: grid;
	grid-gap: 0.5em;
}

.widget_media_gallery .gallery-item {
	margin: 0;
}

.widget_media_gallery img {
	display: block;
	border-radius: 2px;
}

/* Widget search*/
.widget_search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget_search .search-field {
	width: 100%;
	padding: 0.5em;
	border-radius: 2px 0 0 2px;
}

.widget_search button {
	padding: 0 1.25em;
	border: 0;
	border-radius: 0 2px 2px 0;
	line-height: 1;
}

.widget_search label {
	margin-bottom: 0;
	width: 100%;
}

.widget_search .ws-icon {
	height: 16px;
	width: 16px;
	fill: #FFF;
}

/* Widget calendar*/
.widget_calendar table td, .widget_calendar table th {
	padding: inherit;
	text-align: center;
}

.widget_tag_cloud .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
	font-size: 1rem !important;
	border: 1px solid;
	padding: 5px 10px;
	margin: 5px;
}

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

/* 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: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
/* Container
--------------------------------------------- */
.ws-sidebar-layout--no-sidebar .alignfull,
.ws-sidebar-layout--centered .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}

/* Spacing */
.wp-block-columns {
	margin-bottom: 1.875em;
}

/**
 * Product.
 */
.wc-block-grid__products {
	margin: 0;
}

.wc-block-grid__product {
	text-align: left;
	border: none;
	margin: 0 1em 0;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
	margin-left: 0;
	margin-right: 0;
}

.wc-block-grid__product .wc-block-grid__product-image {
	margin-bottom: 0;
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
	font-size: 1.6rem;
}

.wc-block-grid__product-onsale {
	border: none;
	font-weight: 400;
	text-transform: initial;
}

.product .wc-block-grid__product-title,
.product .woocommerce-loop-product__title {
	color: #181818;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.product .wc-block-grid__product-rating {
	margin: 0.625em 0 0;
}

.product .star-rating {
	margin: 0;
}

.product .wc-block-grid__product-price {
	margin: 0.625em 0 0;
}

.product .wc-block-grid__product-add-to-cart {
	padding: 0;
	margin: 0;
}

.product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	padding: 0.5em 2em;
	font-size: 1.4rem;
}

.site-sidebar .wc-block-grid__product,
.site-footer .wc-block-grid__product {
	border-bottom: 0;
}

@media screen and (min-width: 37.5em) {
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		max-width: calc(16.66% - 2em);
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		max-width: calc(20% - 2em);
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		max-width: calc(25% - 2em);
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		max-width: calc(33% - 2em);
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		max-width: calc(50% - 2em);
	}
	.wc-block-grid__products {
		margin-left: -1em;
		margin-right: -1em;
	}
}

@media (max-width: 480px) {
	.wc-block-grid.has-2-columns .wc-block-grid__products, .wc-block-grid.has-3-columns .wc-block-grid__products, .wc-block-grid.has-4-columns .wc-block-grid__products {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: ;
		grid-template-columns: repeat(var(--products-column, 2), 1fr);
		grid-gap: 1em;
	}
}

@media screen and (min-width: 48em) {
	.site-sidebar .has-2-columns .product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
	.site-footer .has-2-columns .product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
		padding: 0;
	}
	.site-sidebar .has-3-columns .product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
	.site-footer .has-3-columns .product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
		padding: 0;
		font-size: 1.2rem;
	}
	.site-sidebar .has-3-columns ul.wc-block-grid__products li.product .star-rating,
	.site-sidebar .has-3-columns ul.wc-block-grid__products .wc-block-grid__product .star-rating,
	.site-sidebar .has-3-columns .wc-block-grid__products li.product .star-rating,
	.site-sidebar .has-3-columns .wc-block-grid__products .wc-block-grid__product .star-rating,
	.site-footer .has-3-columns ul.wc-block-grid__products li.product .star-rating,
	.site-footer .has-3-columns ul.wc-block-grid__products .wc-block-grid__product .star-rating,
	.site-footer .has-3-columns .wc-block-grid__products li.product .star-rating,
	.site-footer .has-3-columns .wc-block-grid__products .wc-block-grid__product .star-rating {
		font-size: 0.8em;
	}
}

.wp-block-cover-image,
.wp-block-cover {
	padding: 0;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	max-width: 1170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.ws-page-header--hidden:not(.page-template-template-webshop-page-builder) .entry-content > .wp-block-cover.alignfull,
.ws-page-header--hidden:not(.page-template-template-webshop-page-builder) .entry-content > .wp-block-image.alignfull {
	margin-top: -2.5em;
}

.wc-block-featured-product,
.wc-block-featured-product__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wc-block-featured-product__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 2.5em;
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	padding: 0;
	margin-top: 1.25em;
}

.wc-block-featured-product .wc-block-featured-product__link {
	margin-top: 1.875em;
}

.wc-block-featured-product__price {
	font-size: 2.4rem;
	font-weight: 700;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.wp-block-pullquote {
	padding: 2em;
	margin-bottom: 1.5em;
	border-top: 4px solid #C7AB62;
	border-bottom: 4px solid #C7AB62;
}

.wp-block-pullquote blockquote {
	border: 0;
	margin: 0;
}

.wp-block-pullquote p {
	font-size: 1.5em;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	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: 4px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	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;
}

/*错误提示*/
.tips-text {
	position: fixed;
	top: 50%;
	left: 50%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 96px;
	max-width: 70%;
	max-height: 70%;
	overflow: auto;
	color: white;
	text-align: center;
	word-break: break-word;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: all;
	padding: 8px 12px;
	display: none;
	z-index: 1002;
}

.checkout-button-own-wrapper {
	padding: 0 1.25em;
}

.checkout-button-own {
	display: block;
	text-align: center;
	color: #FFF;
	border-radius: 4px;
	padding: 0.75em 1.25em;
	background-color: #FE5602;
	border: 1px solid #FE5602;

}
.checkout-button-own.hover {
	opacity: 0.6;
}

.fix-header-wrapper {
	background: -o-linear-gradient(left, #FF8900 0%, #FE5602 100%);
	background: -webkit-gradient(linear, left top, right top, from(#FF8900), to(#FE5602));
	background: linear-gradient(90deg, #FF8900 0%, #FE5602 100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.header-wrapper .default {
	/* height: 52px; */
}

.title-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*padding: 0px 1em;*/
	position: relative;
	/* height: 35px; */
	height: 52px;
}
.back-wrapper {
	padding-right: 10px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:transparent;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.home-nc {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.home-message-icon {
	display: block;
	width: 2.1rem;
	height: 2.1rem;
	background: url('/wp-content/themes/webshop/assets/img/message-icon.png') no-repeat center;
	background-size: contain;
	margin-right: 2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.more-wrapper {
	position: absolute;
	right: 10px;
	bottom: -57px;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	width: 235px;
	background: #000000;
	border-radius: 15px;
	opacity: 0.65;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	display: none;
}
.logo-item {
	height: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-family: PingFangTC-Regular, PingFangTC;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
}
.logo-item.uku:after {
	content: '';
	position: absolute;
	background-color: #E2E2E2;
	display: block;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scaleY(0.5);
	-ms-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
.logo-item img {
	height: 20px;
	width: 20px;
	margin-right: 11px;
}

.title-wrapper .title {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
	font-family: PingFangTC-Regular, PingFangTC, serif;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}

.back-wrapper .back-page {
	width: 10px;
	height: 19px;
	position: relative;
	z-index: 1;
}
.title-wrapper .more {
	width: 19px;
	/*height: 5px;*/
	position: relative;
	z-index: 1;
}
.title-wrapper .nc-to-home {
	width: 18px;
	/*height: 5px;*/
	position: relative;
	z-index: 1;
}
.space {
	height: 10px;
}
.header-padding {
	padding-top: 25px;
}
.have-top .header-padding {
	padding-top: 25px;
}
.is-ios .header-padding {
	padding-top: 20px;
	/*padding-top: constant(safe-area-inset-top);*/
	/*padding-top: env(safe-area-inset-top);*/
}
.is-fullscreen .header-padding {
	padding-top: 25px;
}

.add-to-cart-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.warranty-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}
.warranty-wrapper .warranty-name {
	margin-right: 10px;
}
.warranty-list {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.warranty-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.warranty-item-label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}
.warranty-item-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.warranty_info {
	width: 100%;
}

button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus, .button:hover, .button:active, .button:focus, .added_to_cart:hover, .added_to_cart:active, .added_to_cart:focus, .ws-filter-sidebar-toggle:hover, .ws-filter-sidebar-toggle:focus, .ws-scroll-to-top:hover, .entry-footer .ws-entry-cta:hover, .entry-footer .ws-entry-cta:active, .entry-footer .ws-entry-cta:focus {
	background-color: rgb(255,137,0)!important;
	border-color: rgb(255,137,0)!important;
	opacity: 0.6;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a:hover, .woocommerce-MyAccount-navigation ul .is-active a:focus, .woocommerce-MyAccount-content table .button:visited {
	color: rgb(255,137,0) !important;
}

.more-uku-wrapper {
	padding: 10px 1em 0 10px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:transparent;
}
.home-nc-wrapper {
	padding: 10px 1em 0 10px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:transparent;
}
.view-bnpl {
	margin-left: 10px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border-color: #EBEBEC!important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #EBEBEC!important;
}
.select2-container .select2-selection--single {
	height: 42px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px!important;
}

.woocommerce-cart .coupon .input-text {
	width: 60%;
	padding: 0.5em 1em;
}
.warranty-tracking-code-container input[type='submit'] {
	background-color: #FE5602;
	border: 1px solid #FE5602;
}
.warranty-tracking-code-container input[type='submit']:hover, .warranty-tracking-code-container input[type='submit']:active, .warranty-tracking-code-container input[type='submit']:focus {
	background-color: #FE5602!important;
	border: 1px solid #FE5602!important;
	opacity: 0.6;
}

.woocommerce-message {
	background-color: #FF8900!important;
	color: #fff!important;
}


table.variations td {
	padding: 0.75em 0.1em;
}

.header-flex-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-flex-wrapper .ws-header-search .ws-container {
	padding: 0;
}

.header-flex-wrapper .ws-header-search .ws-container input {
	width: 0;
}

.header-flex-wrapper .ws-header-search .ws-container input,
.header-flex-wrapper .ws-header-search .ws-container button {
	padding: 0;
}

.header-flex-wrapper .title {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	color: white;
	font-size: 1.8rem;
	line-height: 2.5rem;
}

.option-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1em;
}
.option-item:nth-of-type(1) {
	margin-top: 0;
}

.option-label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1em;
}
.option-value {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.option-value a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.option-value select {
	width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/**
   支付方式 NextPay 样式调整
*/
/*
#payment_method_bnpl_gateway[checked='checked'] + #payment_method_name_bnpl_gateway {
	margin-right:20px;
	font-weight: bolder;
	color: #FE5602;
}
 */
.input-radio.payment_methods_select_result[checked='checked'] + .payment_methods_select_result_demo {
	font-weight: bolder;
	/*color: #FE5602;*/
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a:hover {
	/*color: #181818!important;*/
	background-color: rgb(255,137,0)!important;
	color: #FFFFFF!important;
}


.contact-wrapper {
	padding: 20px 0;

}
.contact-item {
	/*text-align: center;*/
	font-size: 16px;
	line-height: 26px;
	/*width: 200px;*/
	padding-left: 20px;
}

.contact-item .value {
	/*margin-left: 5px;*/
}

.red-btn {
	background-color: #FE5602!important;
	border-color: #FE5602!important;
	color: #FFF;
}
.link-coupon {
 	/*text-decoration: underline;*/
	border-bottom: 1px solid rgb(255, 137,0);
}
.link-coupon-wrapper {
	/*padding-left: 1em;*/
	margin-top: 1em;
	background: #ffffff;
	padding-bottom: 1em;
	text-align: left;
}

/*.coupon-table {*/
/*	margin-bottom: 0;*/
/*}*/
/*立即购买模块*/
.fix-pay-wrapper{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 64px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(245,245,245,1);
	        box-shadow: 0px -2px 5px 0px rgba(245,245,245,1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1000;
}

.fix-pay-wrapper .single_add_to_cart_button {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 41px;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC, serif;
	font-weight: 500;
	color: #FF5740;
	padding: 0;
	margin-left: 0;
}
.fix-pay-wrapper .add_cart {
	border: 2px solid #FF5740;
	background: none;

}
.fix-pay-wrapper .buy_now {
	margin-left: 13px;
	background: #FE5602!important;
	color: #FFFFFF!important;
	border: none!important;
}

/*确认弹窗*/
.buy-now-tips {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 1001;
}
.buy-now-tips .shadow {
	background: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.buy-now-tips-content {
	left: 38px;
	right: 38px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	background: #FFFFFF;
	border-radius: 12px;
	padding-top: 24px;
}
.buy-now-tips-content .buy-now-title {
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC, serif;
	font-weight: 600;
	color: #333333;
	line-height: 28px;
	text-align: center;
}
.buy-now-des {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	padding-left: 16px;
	padding-right: 38px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 19px;
	text-align: center;
}
.buy-now-btn-wrapper {
	height: 56px;
	border-top: 1px solid #E2E2E2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.buy-now-btn {
	height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC, serif;
	font-weight: 400;
	color: #999999;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/*line-height: 56px;*/
}
.buy-now-go-address {
	font-family: PingFangSC-Medium, PingFang SC, serif;
	font-weight: 500;
	color: #FF5002;
	border-left: 1px solid #E2E2E2;
}
.btn-text {
	width: 90px;
	text-align: center;
}
.ws-scroll-to-top {
	right: 12px!important;
	bottom: 100px!important;
}

/*拦截点击*/
.tologin-mask.login-btn {
	/* position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999; */
}
.tologin-mask.hidden {
	display: none;
}

/*物流复制、拨打电话*/
.tool-wrapper {
	float: right;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 500;
	color: #FF5740;
	margin-right: 5px;
}

.tool-wrapper .space {
	margin-left: 8px;
	margin-right: 6px;
}

.call-phone-modal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 1001;
}
.call-phone-modal .shadow {
	background: #3E3E3E;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.call-phone-modal .call-phone {
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.call-phone-modal .phone-item {
	height: 61px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.call-phone-modal .phone-text {
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	color: #333333;
	border-bottom: 1px solid #D8D8D8;
}

.call-phone-modal .cancel-text {
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	color: #FF5740;
}

table.shop_table_responsive tr .order-actions::before{
	content: '';
}

.tracking-number {
	overflow: auto;
	padding-right: 0!important;
}

/*email搜集*/
/*email搜集*/
.email-modal-wrapper {
	position: fixed;
	background-color: rgba(0, 0, 0, .2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}

.email-modal-wrapper .email-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	word-break: break-word;
	white-space: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: red;
	width: 28rem;
	height: 32rem;
	padding: 1rem;
}

.email-modal-wrapper .email-modal .input-wrapper {
	text-align: center;
}

.email-modal-wrapper .email-modal .input-wrapper input,
.email-modal-wrapper .email-modal .input-wrapper button {
	width: 100%;
}

/* 金刚图 */
#quick-links {
	background: url('/wp-content/themes/webshop/assets/img/header-footer-bg.png') no-repeat left top;
}
.quick-links-wrapper {
	position: relative;
	overflow: hidden;
	padding: 1.2rem 0;
}

.quick-links-wrapper.hidden {
	display: none;
}

.quick-links-wrapper .cotegory-title {
	font-size: 2.4rem;
	line-height: 3rem;
	font-weight: 500;
	color: #333333;
	margin-bottom: 2.2rem;
}

.quick-links-wrapper .quick-links-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* max-height: 19.2rem; */
}

.quick-links-wrapper .animate-smooth {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.31,.01,.64,.98);
	     -o-transition-timing-function: cubic-bezier(.31,.01,.64,.98);
	        transition-timing-function: cubic-bezier(.31,.01,.64,.98);
}

.quick-links-wrapper ul.quick-links-group  {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding: 0 1.2rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.quick-links-wrapper ul.quick-links-group li {
	/* height: 8.4rem; */
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/* margin-bottom: 1.2rem; */
	text-align: center;
	padding: 0 1.2rem;
	font-size: 1rem;
}

.quick-links-wrapper ul.quick-links-group li span{
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: normal;
	word-break: break-word;
	/* display: inline-block; */
	width: 100%;
	line-height: 1.4rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.quick-links-wrapper ul.quick-links-group li img {
	width: 4.9rem;
	height: auto;
	margin-bottom: 0.7rem;
}

#quick-sorts.quick-links-wrapper ul {
	padding: 0;
}

.quick-links-wrapper ul.quick-links-group li {
	min-height: 8.4rem;
}

#quick-sorts.quick-links-wrapper ul.quick-links-group li {
	min-height: 6.7rem;
}
#quick-sorts.quick-links-wrapper ul.quick-links-group li img {
	width: 3.4rem;
	margin-bottom: 0.5rem;
}

.quick-links-wrapper ul.quick-links-group.group-4 li {
	width: 25%;
}

.quick-links-wrapper ul.quick-links-group.group-4 li:nth-child(n+5),
.quick-links-wrapper ul.quick-links-group.group-5 li:nth-child(n+6) {
	margin-top: 1.2rem;
}

.quick-links-wrapper ul.quick-links-group.group-5 li {
	width: 20%;
}

.quick-links-wrapper ul.quick-links-group.group-5 li {
	width: 20%;
}

.quick-links-wrapper .pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 20%;
	height: .4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #E6E7E7;
	border-radius: 1rem;
	position: relative;
	overflow: hidden;
}

.quick-links-wrapper .pagination .slider {
	background-color: #FE5702;
	/* position: absolute;
	left: 0;
	top: 0; */
	height: 100%;
	border-radius: 1rem;
}

/* 消息选项 */
.message-options-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: calc(52px + 25px);
	background-color: white;
}


.is-ios .message-options-wrapper {
	padding-top: calc(52px + constant(safe-area-inset-top));
	padding-top: calc(52px + env(safe-area-inset-top));
}

.message-options-wrapper .message-options-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left:  1.6rem;
}
.message-options-wrapper .message-option-logo {
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 1rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.message-options-wrapper .message-options-item:first-child .message-option-logo {
	/* background-color: #39D3B3; */
	background-image: url('/wp-content/themes/webshop/assets/img/msg-system.png');
}
.message-options-wrapper .message-options-item:nth-child(2) .message-option-logo {
	/* background-color: #F92E38; */
	background-image: url('/wp-content/themes/webshop/assets/img/msg-cust.png');
}
.message-options-wrapper h5 {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 2.3rem;
	color: #333333;
	white-space: normal;
	word-break: normal;
}

.message-options-wrapper .message-option-content {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 2.5rem;
	padding-right: 1.6rem;
	padding-bottom: 2.5rem;
	position: relative;
}
.message-options-wrapper .message-option-content::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #E2E2E2;
	-webkit-transform: scaleY(0.5);
	    -ms-transform: scaleY(0.5);
	        transform: scaleY(0.5)
}

.message-options-wrapper .message-option-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.message-options-wrapper .message-option-title time {
	font-size: 1rem;
	line-height: 1.9rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 1em;
	color: #999999;
}

.message-options-wrapper p {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.9rem;
	color: #999999;
}

/* 头部  搜索框 */
.top-header-search {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.title {

}

/* 头部‘更多’picker */
.more-picker-wrapper {

}

/* 头部。。。 */
.header-more {
	background: url('/wp-content/themes/webshop/assets/img/more.png') no-repeat center;
	background-size: contain;
	width: 1.8rem;
	height: 1em;
	margin-left: 1.7rem;
}

.header-more.uku-more {
	margin-left: 0.6rem;
	margin-right: 1.4rem;
}

.more-mask,.more-picker-content {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition-duration: 200ms;
	     -o-transition-duration: 200ms;
	        transition-duration: 200ms;
	-webkit-transition-timing-function: cubic-bezier(.31,.01,.64,.98);
	     -o-transition-timing-function: cubic-bezier(.31,.01,.64,.98);
	        transition-timing-function: cubic-bezier(.31,.01,.64,.98);
	z-index: 1001;
}

.more-picker-wrapper.show .more-mask {
	opacity: .5;
	pointer-events: all;
}
.more-picker-wrapper.show .more-picker-content {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}
.more-picker-wrapper .more-mask {
	height: 100%;
	top: 0;
	background-color: #000000;
	opacity: 0;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	pointer-events: none;
}
.more-picker-wrapper .more-picker-content {
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 2.8rem 2.8rem 0 0;
	border-radius: 1px solid #979797;
	background-color: #F0F0F0;
	padding: 2rem 1.6rem;
}

.more-picker-wrapper .more-picker-content .more-picker-close {
	height: 1.4rem;
	width: auto;
}

.more-picker-wrapper .more-picker-content .icons-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.more-picker-wrapper .more-picker-content .more-picker-option {
	width: 25%;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.4rem;
	margin-top: 2.1rem;
	margin-bottom: 1.8rem;
}


.more-picker-wrapper .picker-option-icon {
	width: 4.4rem;
	height: 4.4rem;
	background-color: white;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	margin-bottom: .8rem;
}

.more-picker-wrapper .picker-option-icon img {
	width: 2rem;
	height: auto;
}
.more-picker-wrapper .more-picker-close-btn {
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	background: -o-linear-gradient(left, #FF8900 0%, #FE5602 100%);
	background: -webkit-gradient(linear, left top, right top, from(#FF8900), to(#FE5602));
	background: linear-gradient(90deg, #FF8900 0%, #FE5602 100%);
	background-color: #FF8900;
	color: white;
	font-size: 1.8rem;
	padding: 0;
	border: none;
	border-radius: 2.5rem;
}

/* 客服消息 */
#tidio-chat-iframe {
	/* display: none !important; */
}

/* 头部搜索框 */
.top-header-search {
	position: relative;
	background-color: white;
	padding: 0 1.2rem;
	border-radius: 1.2rem;
}

.top-header-search .search-placeholder-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #cccccc;
	position: absolute;
	left: 1.2em;
	top: 0;
	height: 100%;
	font-size: 1.1rem;
}

.top-header-search .search-placeholder-wrap .search-icon {
	width: 1.3rem;
	height: auto;
	margin-right: .6rem;
}

.top-header-search form.woocommerce-product-search {
	border: none;
}
.top-header-search form.woocommerce-product-search input {
	font-size: 1.1rem;
	line-height: 2.4rem;
}
.top-header-search form.woocommerce-product-search button {
	display: none;
}

/*修改商品标题文字大小*/
.product_title.entry-title {
	font-size: 2.4rem;
}


.cover-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: calc(52px + 25px);
	background-color: white;
}

/*首页-权益商城*/
/* 商品 */
.wp-block-warehouse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 0.4rem;
}
.wp-block-warehouse .goods_stock_icon {
	width: 1rem;
	height: auto;
}
.wp-block-warehouse .goods_stock_area {
	color: #666666;
	line-height: 2.1rem;
	margin-left: 0.8rem;
}
/* 头部 */
.home-header-out .fix-header-wrapper {
	/* background: #FFC8B7; */
	padding-bottom: 0.6rem;
	background: url('/wp-content/themes/webshop/assets/img/header-bg.png')  no-repeat left bottom;
	background-color: rgba(255, 255, 255, .98);
}
.home-header-out .header-left, .home-header-out .header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.home-header-out .title-wrapper  {
	height: 92px;
}
.home-header-out .home-message-icon {
	width: 2.6rem;
	height: 2.6rem;
	background: url('/wp-content/themes/webshop/assets/img/home-message.png') no-repeat center;
	background-size: contain;
	margin-right: 0.7rem;
}
.home-header-out .ws-header-top-message-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.home-header-out .ws-header-actions {
	font-size: 3rem;
}
.home-header-out .ws-header-action .ws-icon {
	height: 1em;
	color: #333333;
	fill: #333333;
}
.home-header-out .ws-header-actions .ws-header-action {
	padding: 1rem 0;
}
.home-header-out .top-header-search {
	border-radius: 2.5rem;
	border: 2px solid #FF6510;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.home-header-out .top-header-search .woocommerce-product-search input.search-field {
	line-height: 3.5rem;
}
.home-header-out .site-header-cart .cart-contents .count {
	top: calc(-50% + 7px)
}
.home-header-out .header-more {
	background: url('/wp-content/themes/webshop/assets/img/home-more.png') no-repeat center;
	background-size: contain;
}
.home-header-out .header-left {
	font-size: 2rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 0px;
}
.home-header-out .header-left .ws-header-top-location-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.home-header-out .header-left .ws-icon {
	height: auto;
	width: auto;
}
.home-header-out .header-left .ws-header-top-location-arrow .ws-icon {
	font-size: 1.1rem;
	margin-left: 0.5rem;
}
.home-header-out .ws-icon--cart {
	-webkit-transform: scale(0.85);
	    -ms-transform: scale(0.85);
	        transform: scale(0.85);
}
.home-header-out .ws-header-top-location-city {
	font-size: 1.4rem;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
